@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */
footer.footer-new-v2 {
        padding: 0 !important;
    }
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
padding: 80px 20px;
}
.banner-area .dnd-section {
padding: 0;
}

.dnd-section > .row-fluid {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}

.dnd-section .widget-type-cell {
padding-left: 20px;
padding-right: 20px;
}

.body-wrapper .dnd-section > .row-fluid , 
.content-wrapper ,
.page-center , 
.header__container  , 
.footer__container {
padding-right: 2%;
padding-left: 2%;
width: 96%;
box-sizing: content-box;
}

.footer__container { 
padding-top: 80px;
padding-bottom: 50px;
}

@media screen and (max-width: 999px) {
.body-wrapper .dnd-section > .row-fluid , 
.content-wrapper ,
.page-center , 
.header__container  , 
.footer__container  {
width: 92%;
padding-right: 4%;
padding-left: 4%;
padding-top: 60px;
padding-bottom: 30px;
}
}

@media (max-width: 767px) {
.dnd-section .widget-type-cell {
padding-left: 0px;
padding-right: 0px;
}
}  

@media screen and (max-width: 679px) {
.body-wrapper .dnd-section > .row-fluid , 
.content-wrapper ,
.page-center , 
.header__container  , 
.footer__container  {
width: 88%;
padding-right: 6%;
padding-left: 6%;
padding-top: 50px;
padding-bottom: 30px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
line-height: normal;
}

body {
font-family: Poppins, serif;
font-size: 1rem;
color: #494a52;
line-height: 1.375;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}

p {
margin-top: 0;
margin-bottom: 1rem;
font-family: Poppins, serif;
}

/* Anchor Links */
a {
color: #0270E0;
text-decoration: underline;
transition: all ease .2s;
}
a:hover, a:focus {
text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
line-height: 1.2;
font-weight: 700;
font-family: Poppins, serif;
color: #494a52;
word-break: break-word;
}

h1 {
font-size: 2.1rem;
line-height: 1.055;
letter-spacing: 3px;
}

h2 {
font-size: 1.6rem;
line-height: 1.066;
}

h3 {
font-size: 1.25rem;
letter-spacing: 3px;
line-height: 1.166;
}

h4 {
font-family: Poppins, sans-serif;
font-size: 1.175rem;
line-height: 1.555;
}

h5 {
font-size: 1rem;
letter-spacing: 1px;
line-height: 1.375;
}

h6 {
font-size: .9rem;
letter-spacing: 1px;
line-height: 1.5;
}

strong {
font-weight: 700;
}

code {
vertical-align: bottom;
}

ul,
ol {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}

ul li,
ol li {
line-height: 1.375;
}

ul ul,
ol ul,
ul ol,
ol ol {
margin-top: 0;
margin-bottom: 0;
}

blockquote {
line-height: 1.5rem;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
border-left: 2px solid #A9A9A9;
padding-left: 15px;
}

/* Horizontal Rules */
hr {
color: #ccc;
background-color: #ccc;
height: 1px;
border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
top: -0.5em;
}

sub {
bottom: -0.25em;
}

:focus {
outline: auto;
outline-color: green;
}

.disable-focus-styles :focus {
outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

h3.form-title {
  padding: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.375;
  position: relative;
  margin-bottom: 20px;
}

h3.form-title:after {
  border-bottom: solid 2px #da2128;
  margin: 15px 0 0;
  display: block;
  width: 75px;
  content: '';
  bottom: 0;
}

form {
  max-width: 500px;
  font-family: Poppins, sans-serif;
}

.hs-button {
  width: auto;
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  text-align: center;
  transition: all ease .2s;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  padding: 15px 53px;
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  transition: all ease .2s;
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 12px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  text-align: left;
  line-height: 1.333;
  padding-top: 0;
  margin: 10px 0 5px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
  font-weight: 700;
}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
  font-size: 14px;
  line-height: 1.285;
  font-weight: 400;
  text-transform: unset;
}

.hs-input ,
input#hs-pwd-widget-password {
  display: block;
  margin-bottom: 10px;
  max-width: 500px;
  width: 100%;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.571;
  color: #33475b;
  background-color: #ffffff;
  border: 0;
  border-bottom: solid 2px #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  transition: all ease .2s;
}

input#hs-pwd-widget-password {
  padding-top: 16.5px;
  padding-bottom: 16.5px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  transition: all ease .2s;
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Poppins, serif;
}



@media (max-width: 767px) { 
  #hs-search-module {
    margin-top: 20px;
  }
  .hs-input ,
  input#hs-pwd-widget-password {
    max-width: 100%;
  }
  form {
    max-width: 100%;
  }
}








/***************** Gurpreet *********************/

.new-form .widget-type-form , .new-form .right-form {
  max-width: 100%;
  border-radius: 6px;
  background-color: #fff;
  padding: 25px 25px 25px 30px;
  box-shadow: -0.866px 0.5px 6.5px rgb(0 0 0 / 15%);
} 
.new-form form {max-width:100%!important;}
.new-form form .hs-form-field > label > span{
   font-family: 'Poppins', sans-serif;
   font-weight: 700;
    text-transform: capitalize;
}
.new-form form fieldset p,
.new-form form fieldset p a{
  font-family: 'Poppins', sans-serif;
}
.new-form form .input input, .new-form form .input select, .new-form form .input textarea {
  min-height: 50px;
  border-radius: 8px;
  background-color: #efede8;
  border: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  color: #3f1739;
  font-weight: 400;
  max-width:100%!important;
  font-family: 'Poppins', sans-serif;
}
.new-form form .input textarea {
  min-height: 238px;
}
.new-form form input.hs-button {
  display: inline-block;
  font: 600 15px / 15px "Lato",sans-serif !important;
  color: #fff;
  text-transform: none;
  letter-spacing: 0px !important;
  text-decoration: none;
  padding: 10px 20px 10px !important;
  border-radius: 20px;
  transition: all ease .2s;
  border: 1px solid #e51e2c;
  outline: 0;
  -webkit-appearance: none;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.new-form form .hs_submit .actions {
  text-align: left;
}
.new-form form .hs_error_rollup {
  display: none;
}
.new-form form ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
  font-size: 10px;
  font-family: 'Poppins', sans-serif;
}
.new-form form .input input::placeholder , .new-form form .input select::placeholder , .new-form form .input textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3f1739;
  opacity: 1; /* Firefox */
  font-family: 'Poppins', sans-serif;
      text-transform: lowercase;
}

.new-form form .input input:-ms-input-placeholder, .new-form form .input select:-ms-input-placeholder, .new-form form .input textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #3f1739;
  font-family: 'Poppins', sans-serif;
}

.new-form form .input input::-ms-input-placeholder, .new-form form .input select::-ms-input-placeholder, .new-form form .input textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #3f1739;
}
.new-form fieldset {
  max-width: 100%!important;
}
.new-form  .field {
  margin-bottom: 10px;
}
.new-form #hs_cos_wrapper_widget_1646042476071 ,.new-form #hs_cos_wrapper_widget_1645696725995 ,.new-form div#hs_cos_wrapper_widget_1645696389357 ,.new-form #hs_cos_wrapper_widget_1645695229837{
  display: block !important;
  padding-left: 30px !important;  
}
.submitted-message {
    font-family: 'Poppins', sans-serif;
}

@media(max-width:1100px){
  .new-form form .input input, .new-form form .input select, .new-form form .input textarea { font-size:16px;  }
}

@media(max-width:767px){

  .new-form form .input input, .new-form form .input select, .new-form form .input textarea { width:100%!important;   margin:0 0 5px; }
  .new-form form .input{margin-right:0!important;}
  .new-form  fieldset.form-columns-2 .hs-form-field{width:100%!important; margin:0;}
  .new-form  .field {
    margin-bottom: 5px;
  }
  .new-form form ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
    font-size: 12px;
  }
  .new-form .widget-type-form , .new-form .right-form{padding:25px;}
  .new-form #hs_cos_wrapper_widget_1646042476071 ,.new-form #hs_cos_wrapper_widget_1645696725995 ,.new-form div#hs_cos_wrapper_widget_1645696389357 ,.new-form #hs_cos_wrapper_widget_1645695229837{
    display: block !important;
    padding-left: 25px !important;  
  }

}



/***************** Gurpreet *********************/
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

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

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

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

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

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

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

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

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

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Poppins, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Poppins, serif;
  font-size: 22px;
}

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

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

/* Styles for the Language Switcher Component */

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

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

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Poppins, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

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

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

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

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

.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 .lang_list_class li a {
  font-family: Poppins, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

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

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Header Styling */
.no-banner .body-wrapper {
  margin-top: 85px;
}

.no-banner:not(.scroll-header) header.header {
  background: #fff;
}

.header-logo-col img {
  width: 100% !important;
  transition: all ease .2s;
}

.header-logo-col a {
  margin: -10px 40px 10px 0;
  display: block;
  transition: all ease .2s;
  width: 55px;
  height: 64px;
}

header.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 12px;
  transition: all ease .33s;
  width: 100%;
/*   text-align: center; */
  display: block;
}

.header-inner {
  padding-top: 10px;
  padding-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
  transition: all ease .33s;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-free-demo {
  margin-left: 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 8px 20px 7px;
  border-radius: 2px;
  transition: all ease .2s;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 900;
  max-height: 36px;
}

.header-free-demo:hover {
  text-decoration: none;
}

.scroll-header .header-inner {
  padding-bottom: 7px;
  padding-top: 10px;
}

.scroll-header header.header {
  box-shadow: 0 0 20px rgba(0,0,0,.07);
}

.scroll-header .lp-header .header-inner {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .header__navigation--toggle ,
  .header__close--toggle ,
  .header-demo-mobile {
    display: none;
  }
  .header__navigation.header--element {
    display: block !important;
    overflow: visible !important;
    height: auto !important;
  }
}

@media (min-width: 1000px) {
  .scroll-header .header-logo-col a {
    height: 36px;
    width: 32px;
    margin: 0 63px 0 0;
  }
}

@media screen and (max-width: 999px) {
  .scroll-header .lp-header .header-inner {
    padding-bottom: 21px;
  }
  .header-logo-col a {
    margin: 0 30px -10px 0;
  }

  .header-inner {
    padding-top: 10px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .header-free-demo {
    position: absolute;
    right: 30px;
  }

  .scroll-header .header-logo-col a {
    height: 36px;
    width: 32px;
  }

  .scroll-header .header-inner {
    padding-bottom: 7px;
  }

  .scroll-header .header-logo-col a {
    margin-right: 53px;
  }

  .header-inner {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  header.header.lp-header {
    padding-bottom: 20px;
  }
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: transparent;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

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

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

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

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

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    float: right;
    clear: right;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    margin: 10px 0 30px;
    transition: all ease .2s;
  }

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

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

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

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

  .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;
  }

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

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

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    float: right;
    clear: right;
    cursor: pointer;
    transition: all ease .2s;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    margin: 10px 0 30px;
  }

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



  .header__navigation--toggle svg ,
  .header__close--toggle svg {
    width: 22px;
    height: 22px;
    float: right;
    margin: 0 0 0 15px;
  }

  .header-inner {
    display: block;
  }

  .header-free-demo {
    position: static;
    float: right;
  }

  .header-logo-col {
    float: left;
  }

  .header-inner {
    padding-left: 6%;
    padding-right: 6%;
  }

  header.header {
    text-align: left;
    letter-spacing: normal;
  }

  .header-free-demo {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0 0 2px 2px;
  }

  .header-demo-desktop {
    display: none;
  }

  .header__navigation.open {
    position: static;
  }

  .scroll-header .header__navigation--toggle ,
  .scroll-header .header__close--toggle {
    /*margin-top: 12px;
    margin-bottom: 10px;*/
  }

  .header-inner  ,
  .scroll-header .header-inner {
    padding-bottom: 0;
  }
}


/*-------- new header --------*/
header.lp-header-v2 .header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 15px;
  align-items: center;
}
header.lp-header-v2 .header-logo-col a {
  width: auto;
  height: auto;
  margin: 0;
}
header.lp-header-v2 .header-logo-col img {
  width: 134px !important;
}
header.lp-header-v2 .header-free-demo {
  border-radius: 20px;
  font-size: 15px;
}

header.lp-header-v2 .header-menu-wrapper .custom-menu-primary a,
header.lp-header-v2 .header-free-demo{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: none;
  white-space: nowrap;
  letter-spacing: 0;
  
}

/*--------- responsive ---------*/

@media screen and (max-width: 1440px){
  header.lp-header-v2 .header-inner {
    max-width: 1200px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px){
  header.lp-header-v2 .header-menu-wrapper .custom-menu-primary .submenu.level-1>li {
    padding: 0;
  }
  header.lp-header-v2 .header-inner {
    justify-content: space-between;
  }

  header.lp-header-v2 .header-logo-col img {
    width: 100px !important;
  }
  body.remove-padding .body-wrapper {
    margin-top: 81px;
  }

}

@media screen and (max-width: 767px){
  header.lp-header-v2 .header-logo-col img {
    width: 100px !important;
  }
  header.lp-header-v2 .header-free-demo {
    display: none;
  }
  header.lp-header-v2 .header-menu-wrapper .custom-menu-primary a {
    padding-left: 40px;
  }

  .header__navigation--toggle {
    margin: 0;
    margin-bottom: 20px;
  }
  body.remove-padding .body-wrapper {
    margin-top: 62px;
  }
  .header__close--toggle {
    margin: 0;
    margin-bottom: 20px;
  }
  body.remove-padding .lp-header-v2 .header__navigation .submenu.level-1 {
    margin-top: 0px;
  }
  header.lp-header-v2 .header-inner {
    padding-bottom: 0;
  }
  body.remove-padding.scroll-header .header__navigation--toggle{
    margin-top: 0;
  }
  header.lp-header-v2 .header-logo-col a{
    margin-top: 5px;
  }

}
@media screen and (max-width: 480px){
  header.lp-header-v2 .header-menu-wrapper .custom-menu-primary a {
    padding-left: 10px;
  }
}

/*----- new header -------*/
header.header-with-nav-new .custom-menu-primary .navbar ul li a, header.header-with-nav-new .custom-menu-primary .navbar ul li {
  color: rgba(34,34,34,1.0) !important;
  text-decoration: none;
}
header.header-with-nav-new .custom-menu-primary .navbar ul li a:hover, 
header.header-with-nav-new .custom-menu-primary .navbar ul li:hover {
  color: rgba(218,33,40,1.0) !important;
}
header.header-with-nav-new .custom-menu-primary .navbar ul li.hover {
  opacity: 1;
}
header.header-with-nav-new #products h3.title,
header.header-with-nav-new #resources h3.title{
  color: rgba(34,34,34,1);
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}
header.header-with-nav-new #products ul li a .label,
header.header-with-nav-new #resources ul li a .label{
  color: rgba(218,33,40,1.0);
}
header.header-with-nav-new #products .sub__menu a.xt-products-cta span.xt-button {
  background: linear-gradient(141deg,rgba(193,30,36,1.0) 0,rgba(218,33,40,1.0) 50%);
  color: rgba(255,255,255,1.0);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 8px 20px 7px;
  transition: all ease .2s;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 20px;
  margin-left: 90px;
}
header.header-with-nav-new #products .sub__menu a.xt-products-cta {
  text-align: center;
}
header.header-with-nav-new #resources .label__container,
header.header-with-nav-new #resources .subMenu--item a {
  width: 100%;
}
header.header-with-nav-new .header-menu-wrapper .tip {
  display: none;
}
header.header-with-nav-new section.expand.resources {left: 70%;top: 5rem;}
header.header-with-nav-new section.expand.products {top: 5rem;}

header.header-with-nav-new #products .sub__menu:last-child ul > li:first-child {
  padding-top: 20px !important;
}
header.header-with-nav-new .custom-menu-primary .navbar ul li a, 
header.header-with-nav-new .custom-menu-primary .navbar ul li{
   text-transform: capitalize;
}

/*---- 19-april-22 -----*/
header.header-with-nav-new,
header.lp-header-v2{
  background-color: #391937 !important;
}
header.header-with-nav-new .custom-menu-primary .navbar ul li a, 
header.header-with-nav-new .custom-menu-primary .navbar ul li {
  color: #fff !important;
  font-family: 'Poppins', sans-serif;
}
header.header-with-nav-new .header__navigation--toggle,
header.header-with-nav-new .header__close--toggle{
    color: #fff !important;
}



/*--------- responsive -------*/

@media screen and (max-width:1199px){
  header.header-with-nav-new .header__navigation {width: 100%; margin: 0; padding: 0;display:none !important;}
  header.header-with-nav-new  nav.navbar {position: absolute; left: 0; right: 0;top:60px; background: #3f1739;}
  header.header-with-nav-new .navbar ul.nav__links {padding: 16px 0; margin: 0; display: block;}
  header.header-with-nav-new .custom-menu-primary .navbar ul li{padding: 15px;color:rgb(255 255 255) !important;transition: all 0.4s ease-in-out;text-align:left;}
  header.header-with-nav-new .custom-menu-primary .navbar ul li:hover {background: rgba(255, 255, 255, 1); }
  header.header-with-nav-new .custom-menu-primary .navbar ul li a{padding: 0;color:rgb(255 255 255) !important;}
  .intro header.header-with-nav-new .header__navigation {display: inline-block !important;}
  .intro header.header-with-nav-new .header__close--toggle{display: block;}
  .intro header.header-with-nav-new .header--toggle{display: none;}

  /*---------*/
  header.header-with-nav-new section.expand.products {
    top: 7rem;
    width: 90% !important;
    height: 400px !important;
    transform: translateX(-50%);
    left: 46%;
  }
  header.header-with-nav-new section.expand.resources {
    left: 46%;
    top: 20.4rem;
    width: 90% !important;
    height: 282px !important;
    transform: translateX(-50%);
  }
  header.header-with-nav-new #products {grid-template-columns: repeat(2, 50%);height: 400px;overflow: auto;transform: translateX(-50%);width: 100%;}
  .header-with-nav-new .header__navigation--toggle, .header-with-nav-new .header-demo-mobile {display: block;} 
  .header-with-nav-new .header-free-demo {display: none;}
  .header-with-nav-new .header__navigation--toggle svg, .header-with-nav-new .header__close--toggle svg {
    width: 22px;
    height: 22px;
    float: right;
    margin: 0 0 0 15px;
  }
  .header-with-nav-new .header-inner {display: block;}
  .header-with-nav-new  .header-logo-col {float: left;}

  header.header-with-nav-new .header__navigation--toggle {
    float: right;
    clear: right;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    margin: 10px 0 30px;
    transition: all ease .2s;
    margin: 0;
    margin-bottom: 20px;
  }
  header.header-with-nav-new .header__close--toggle {
    display: none;
    float: right;
    clear: right;
    cursor: pointer;
    transition: all ease .2s;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    margin: 10px 0 30px;
    margin: 0;
    margin-bottom: 20px;
  }
  header.header-with-nav-new .custom-menu-primary .navbar ul li:hover {
    background-color: transparent;
  }
  header.header-with-nav-new #resources {
    transform: translateX(-50%);
    width: 100%;
  }

  header.header-with-nav-new .expand{ opacity: 0; visibility: hidden; display: none;}
  header.header-with-nav-new .expand.products,
  header.header-with-nav-new .expand.resources{ opacity: 1; visibility: visible; display: block;}

  header.header-with-nav-new .custom-menu-primary .navbar ul li a:hover, 
  header.header-with-nav-new .custom-menu-primary .navbar ul li:hover,
  header.header-with-nav-new .custom-menu-primary .navbar ul li:focus,
  header.header-with-nav-new .custom-menu-primary .navbar ul li a:focus{
    color: rgba(218,33,40,1.0) !important;
  }
  header.header-with-nav-new .custom-menu-primary .navbar ul li:hover{
    color: rgb(255 255 255) !important;
  }
  header.header-with-nav-new .custom-menu-primary .navbar ul li.active {
    color: rgba(218,33,40,1.0) !important;
  }

  /*---- 19-april-22 ----*/
  .header-with-nav-new .header__navigation--toggle svg, 
  .header-with-nav-new .header__close--toggle svg,
  .header-with-nav-new .header__close--toggle svg polygon{
    fill: #fff;
}
  header.header-with-nav-new .header-menu-wrapper .tip{
     display: none !important;
  }
  body.intro {
    overflow: hidden;
}

}

@media screen and (max-width: 767px){
  header.header-with-nav-new #products {grid-template-columns: repeat(1, 100%); 
    padding: 20px;
  }
  header.header-with-nav-new #products .sub__menu:last-child ul > li:first-child {padding-top: 0 !important;}
  header.header-with-nav-new #products .sub__menu:last-child ul {margin-top: 0;}
  header.header-with-nav-new #products .sub__menu:first-child ul {margin-bottom: 0;}
  header.header-with-nav-new #products ul.subMenu__items {
    padding-left: 0;
  }
  header.header-with-nav-new section.expand.products {width: 98% !important;left: 50%;transform: translateX(-50%);}
  header.header-with-nav-new #products .sub__menu a.xt-products-cta span.xt-button {
    margin-left: 0;
  }

  header.header-with-nav-new section.expand.resources {width: 98% !important;left: 50%;transform: translateX(-50%); height: 252px !important;}
  header.header-with-nav-new div#resources {width: 100%;padding: 20px;}
  header.header-with-nav-new div#resources > ul.subMenu__items {margin: 0;padding-left: 0;}
  header.header-with-nav-new .expand{ opacity: 0; visibility: hidden; display: none;}
  header.header-with-nav-new .expand.products,
  header.header-with-nav-new .expand.resources{ opacity: 1; visibility: visible; display: block;}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
}
footer.footer-new-v2{position:relative;}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-column {
  width: 29%;
  margin-bottom: 20px;
}

.footer-column h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.375;
}

hr.red {
  border-bottom: solid 2px #da2128;
  margin: 0 0 20px;
}

hr {
  display: inline-block;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  width: 75px;
  border-bottom: solid 2px #e1e1e1;
  border-bottom: solid 2px rgba(0,0,0,.12);
  margin: 0 0 60px;
  color: unset;
  background-color: transparent;
  height: 0;
}

.footer-column.footer-about-col {
  text-align: center;
}

.footer-column.footer-started-col {
  text-align: right;
}

.footer-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

.footer-column ul , .footer-column .hs-menu-wrapper ul {
  margin: 0 0 40px;
}

.footer-column ul li {
  margin-bottom: 12px;
  font-weight: 900;
  font-size: 12px;
  line-height: 1.333;
}

.footer-column a , .footer-column a:hover {
  text-decoration: none;
}

.footer-column .hs-menu-wrapper ul li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 12px;
  line-height: 1.333;
  display: inline-block;
  margin-bottom: 1px;
}

.footer-column .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px;
}

hr.reverse {
  margin: 20px 0 10px;
}

.footer__copyright {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.333;
}

.footer-column.footer-news-col ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.285;
}

.get-started-button a {
  display: inline-block;
  font-weight: 900;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 8px 20px 7px;
}

.get-started-button {
  margin-bottom: 12px;
  font-weight: 900;
  font-size: 12px;
  line-height: 1.333;
  padding-bottom: 10px;
}

.footer-column .hs-menu-item a {
  padding: 0;
}

.footer-column.footer-news-col .hs_cos_wrapper h3 {
  display: none;
}

.footer-column.footer-news-col .hs_cos_wrapper_type_rss_listing {
  margin: 0 0 40px;
  display: block;
}

.footer-column.footer-news-col .hs-rss-item {
  font-weight: 900;
  font-size: 12px;
  line-height: 1.333;
  margin-bottom: 12px;
}

.footer-column.footer-news-col .hs-rss-item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.285;
}

.lp-footer .footer-column.footer-about-col {
  width: 100%;
}

/*------ 27-jan-22 ------*/
footer.german-footer .footer__container{
   -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
footer.german-footer .footer-column.footer-started-col {
    text-align: center;
}

@media (max-width: 767px) {
  .footer-column {
    width: 100%;
    float: none;
  }

  .footer-column.footer-started-col ,
  .footer-column.footer-news-col {
    text-align: center;
  }

  .footer__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-column.footer-news-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer-column.footer-about-col {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer-column.footer-started-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Poppins, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Poppins, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Poppins, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}



.post-item .more-link:hover ,
.featured-excerpt .more-link:hover {
  color: #c11e24;
}

.post-item .hs-featured-image-wrapper {
  background: #da2128;
}

.post-title-link:hover h3 {
  color: #c11e24;
}

.blog-side-form .hs-input {
  border-bottom: solid 2px #da2128;
  color: #fff;
  background-color: #711417;
}

.blog-side-form .hs-input::-webkit-input-placeholder {
  color: #ffffff;
}
.blog-side-form p {
  margin: 0 0 30px;
}

.blog-side-form-box {
  background: #3e0304;
  color: #fff;
}

.blog-side-form-box h3 {
  color: #fff;
}

.blog-side-form .hs-input:focus {
  border-color: #fff;
  background-color: #711417;
  color: #fff;
}

.blog-side-form ul.no-list.hs-error-msgs.inputs-list label {
  margin-bottom: 10px;
}

.blog-side-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
  color: #fff;
  line-height: 1.5;
}


.hs-blog-listing .content-wrapper , .hs-blog-post .content-wrapper {
  padding-top: 60px;
}

.hs-blog-listing .content-wrapper {
  padding-bottom: 50px;
}

.blog-index {
  display: block;
  padding: 0;
  width: 64%;
}

.hs-featured-image {
  float: none;
  margin: 0;
  max-width: unset;
  width: 100%;
  display: block;
}

.hs-blog-listing .content-wrapper a {
  text-decoration: none;
}

.post-item p.small.excerpt {
  font-size: 14px;
  line-height: 1.285;
  margin: 0 0 30px;
}

.post-item .more-link ,
.featured-excerpt .more-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 12px;
  line-height: 1.333;
}

.post-item .more-link:hover ,
.featured-excerpt .more-link:hover {
  text-decoration: underline;
}

.post-item h3 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.375;
  transition: all ease .2s;
}

.post-item .hs-featured-image {
  margin-bottom: 40px;
  transition: all ease .2s;
}

.post-item .hs-featured-image-wrapper {
  display: block;
}

.post-title-link:hover img {
  opacity: .75;
}

.post-title-link:hover img h3 {
  transition: all ease .2s;
}

.post-item {
  padding-bottom: 20px;
}

.blog-side-form {
  position: absolute;
  right: 2%;
  top: -60px;
  width: 30%;
  max-width: 300px;
}

.blog-side-form-box {
  position: relative;
  padding: 30px 30px 0;
  margin-bottom: 30px;
}

.listing-content-wrapper {
  position: relative;
  z-index: 3;
}

.blog-side-form-box h3 {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.375;
}

.blog-side-form-box ol {
  margin: 0 0 30px 30px;
  padding: 0;
}

.blog-side-form-box ol li {
  padding: 0 0 20px 4px;
}

.blog-side-form .hs-form-required {
  display: none;
}

.blog-side-form form {
  max-width: unset;
}

.blog-side-form .field {
  margin: 0;
}

.blog-side-form .hs-input {
  margin-bottom: 5px;
  max-width: unset;
}

.blog-side-form .hs-form label {
  letter-spacing: normal;
}

.post-page-content-wrapper {
  z-index: 3;
  position: relative;
}

.blog-side-form .hs-button {
  margin: 0;
  margin-bottom: 35px;
  margin-top: 5px;
  width: 100%;
}

.blog-side-form .hs-form .hs-form-field > label {
  display: none;
}

.blog-post {
  padding: 0;
  width: 64%;
  max-width: unset;
  margin: 0;
}

.blog-post .date {
  font-style: italic;
  margin-bottom: 10px;
}

hr.hr-margined-bottom {
  margin-bottom: 30px;
}

.blog-post h1 {
  margin-bottom: 40px;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 30px;
  line-height: 1.066;
}

.blog-post .hs-featured-image {
  margin-bottom: 40px;
}

.blog-post__body p {
  margin: 0 0 30px;
}

.author-info h4.heading {
  text-transform: uppercase;
  font-size: 18px;
}

.author-description p {
  margin: 0 0 30px;
}

.blog-comments .hs-input {
  max-width: unset;
}

/* Social */
.post-social-link {
  position: relative;
  display: block;
  width: 3pc;
  margin: 0;
  outline-offset: -1px;
  text-align: center;
  float: left;
  transition: width .15s ease-in-out;
  overflow: hidden;
  background: #e8e8e8;
  z-index: 1100;
  cursor: pointer;
}

.post-social-icon-wrapper {
  display: block;
  padding: 8px 0;
  cursor: pointer;
}

.post-social-link.post-social-facebook .post-social-icon-wrapper {
  background-color: rgb(59, 89, 152);
}

.post-social-link.post-social-twitter .post-social-icon-wrapper {
  background-color: rgb(29, 161, 242);
}

.post-social-link.post-social-linkedin .post-social-icon-wrapper {
  background-color: rgb(0, 119, 181);
}

.post-social-link.post-social-email .post-social-icon-wrapper {
  background-color: rgb(132, 132, 132);
}

.post-social-icon-wrapper svg {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 2pc;
  height: 2pc;
  line-height: 2pc;
  border: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}

.post-social-inner {
  top: 30%;
  bottom: auto;
  left: 0;
  float: left;
  right: auto;
  width: 3pc;
  z-index: 1100;
  background: none;
  position: fixed;
}

.blog-post-social-hide {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: relative;
  width: 3pc;
  overflow: auto;
}

.blog-post-social-arrow {
  background-image: url(//7375691.fs1.hubspotusercontent-na1.net/hubfs/7375691/raw_assets/public/Netstock_April_2020/images/arrow.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999em;
  text-align: left;
  cursor: pointer;
}

.blog-post-social-arrow.blog-post-social-left {
  background-position: 0 0;
  float: right;
}

.blog-post-social-arrow.blog-post-social-right {
  background-position: -20px 0;
}

.blog-post-social-show {
  top: 30%;
  bottom: auto;
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 1100;
  left: 0;
  width: 22px;
}

.post-social-inner:hover .blog-post-social-hide {
  opacity: 1;
  visibility: visible;
}

.author-info img {
  border-radius: 999px;
  margin-bottom: 30px;
  display: block;
}

.author-info .hs-author-avatar {
  max-width: 100px;
}

.blog-comments {
  margin-top: 50px;
}

/* Listing Banner */
.hs-blog-listing .custom-banner-area {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: left;
}

.hs-blog-listing .custom-banner-area .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top,rgba(255,255,255,0),rgba(255,255,255,.8));
  height: 200px;
}

.hs-blog-listing .custom-banner-area .page-center {
  padding-top: 150px;
  padding-bottom: 40px;
  z-index: 100;
  position: relative;
}

.hs-blog-listing .custom-banner-area h1.banner-title {
  margin-bottom: 40px;
  margin-top: 1px;
  text-transform: uppercase;
}

.hs-blog-listing .custom-banner-area:after {
  background: #fff;
  content: '';
  display: block;
  height: 15%;
  min-height: 50px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
  -webkit-transform: skewY(1.5deg);
  -ms-transform: skewY(1.5deg);
  transform: skewY(1.5deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hs-blog-listing .custom-banner-area .hs-search-field {
  max-width: 64%;
  margin-bottom: 40px;
}

.hs-blog-listing .custom-banner-area .hs-search-field form {
  margin-bottom: 30px;
  max-width: unset;
  text-align: center;
}

.hs-blog-listing .custom-banner-area .hs-search-field__input {
  background: #fff;
  width: 74%;
  display: inline;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 6px 15px 6px 15px;
  font-size: 14px;
  line-height: 1.57;
  border-radius: 2px;
}

.hs-blog-listing .custom-banner-area .hs-search-field__input:focus {
  background: #fff;
  transition: all ease .2s;
  border-bottom: solid 2px #da2128;
}

.hs-blog-listing .custom-banner-area .hs-search-field button svg {
  display: none;
}

.hs-blog-listing .custom-banner-area .hs-search-field button:before {
  content: 'Search';
}

.hs-blog-listing .custom-banner-area .hs-search-field button {
  padding: 8px 20px 7px;
  box-shadow: none;
  cursor: pointer;
  width: 25%;
  padding-top: 9px;
  font-weight: 900;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
}

/* Sidebar featured */
.sidebar-featured-posts .hs-featured-image {
  border-radius: 999px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  transition: all ease .2s;
  width: 195px;
  height: 195px;
}

.sidebar-featured-posts {
  background: #f3f3f3;
  padding: 50px 40px 10px;
  margin-top: 30px;
  text-align: center;
}

.sidebar-featured-posts h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.1666;
}

.sidebar-featured-posts h2 + hr {
  margin-bottom: 40px;
}

.sidebar-featured-img {
  background-size: cover;
  width: 196px;
  height: 196px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
  transition: all ease .2s;
  border-radius: 999px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar-featured-item-link:hover .sidebar-featured-img {
  opacity: .75;
  transition: all ease .2s;
}

.sidebar-featured-item h6 {
  transition: all ease .2s;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 1.333;
  font-weight: 900;
}

.sidebar-featured-item-link , .sidebar-featured-item-link:hover {
  text-decoration: none;
}

.sidebar-featured-item .featured-excerpt {
  font-size: 14px;
  line-height: 1.285;
}

.featured-excerpt .more-link {
  text-decoration: none;
}

.sidebar-featured-item-link:hover h6 {
  color: #c11e24;
  transition: all ease .2s;
}

.sidebar-featured-item {
  padding-bottom: 20px;
}

/* Listing pagination */
.blog-pagination-wrapper {
  background-color: #f3f3f3;
}

.blog-pagination-inner {
  padding: 80px 2% 50px;
  padding-top: 60px;
  padding-bottom: 30px;
  width: 96%;
  max-width: 1000px;
  position: relative;
  display: block;
  margin: auto;
  box-sizing: unset;
}

.blog-pagination {
  margin-bottom: 40px;
  padding: 0 2%;
  border-bottom: solid 2px #e1e1e1;
  -ms-flex-wrap: wrap;   
  flex-wrap: wrap;
}

.blog-pagination__link {
  padding: 0 10px 10px;
  margin: 0 15px -2px;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.375;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  border-bottom: solid 2px #e1e1e1;
  transition: all ease .2s;
  border-radius: 0;
}

.blog-pagination .blog-pagination__link {
  color: #999;
}

.blog-pagination__number-link:hover, .blog-pagination__number-link:focus {
  border: 0;
  border-bottom: solid 2px #e1e1e1;
}

.blog-pagination .blog-pagination__link:hover {
  color: #da2128;
  text-decoration: none;
}

.blog-pagination__link--active {
  color: #222;
  border-bottom: solid 2px #da2128;
}

.blog-pagination__prev-link:before {
  border-width: .35em .4em .35em 0;
}

.blog-pagination__prev-link:before , .blog-pagination__next-link:before {
  content: "";
  border-color: transparent #999;
  border-style: solid;
  display: block;
  height: 0;
  width: 0;
  left: 0;
  top: 1em;
  position: relative;
  top: 0;
}

.blog-pagination__next-link:before {
  border-width: .35em 0 .35em .4em;
}

.blog-pagination__prev-link:hover:before, .blog-pagination__next-link:hover:before {
  border-color: transparent #c11e24;
}

.blog-pagination__prev-link--disabled , .blog-pagination__next-link--disabled {
  display: none;
}

@media (min-width: 767px){
  .post-page-content-wrapper .content-wrapper{
    display:-webkit-box;    
    display:-ms-flexbox;    
    display:flex;
  }
}

@media (min-width: 768px) {
  .post-item {
    width: 46.5%;
    display: inline-block;
    vertical-align: top;
  }

  .post-item:nth-child(odd) {
    margin-right: 6%;
  }
  
  .post-page-content-wrapper  .blog-sidebar {
    width: calc(100% - 64%);
    margin-left: 20px;
  }
}

@media (min-width: 1001px) {
  .post-social-link:hover {
    width: 4pc;
  }

  .post-social-inner.hide-social-left + .blog-post-social-show {
    display: block;
    opacity: 1;
  }

  @keyframes slideInLeft {
    0% {
      opacity: 0;
      transform: translateX(-850px);
    }

    to {
      transform: translateX(0);
    }
  }

  @keyframes slideOutLeft {
    0% {
      transform: translateX(0);
    }

    to {
      opacity: 0;
      transform: translateX(-350px);
    }
  }

  .post-social-inner.hide-social-left {
    animation-name: slideOutLeft;
  }

  .post-social-inner.show-social-right {
    animation-name: slideInLeft;
  }

  .post-social-inner {
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    animation-duration: .4s;
  }
}

@media (max-width: 1000px) {
  .blog-post-social-hide ,
  .blog-post-social-show {
    display: none;
  }

  .post-social-inner {
    top: auto;
    bottom: 0;
    float: none;
    width: 100%;
  }

  .post-social-link {
    width: 25%;
  }
}

@media (max-width: 999px) {
  .hs-blog-listing .content-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .blog-comments {
    padding-right: 4%;
    padding-left: 4%;
  }

  .hs-blog-listing .custom-banner-area .page-center {
    padding-top: 170px;
  }

  .hs-blog-listing .custom-banner-area:after {
    height: 10%;
  }

  .hs-blog-listing .custom-banner-area h1.banner-title {
    font-size: 32px;
    line-height: 1.0625;
    margin-top: 0;
  }

  .blog-pagination-inner {
    width: 92%;
    padding: 60px 4% 30px;
  }

  .blog-pagination {
    width: 92%;
    padding: 0 4%;
  }
}

@media (max-width: 925px) and (min-width: 768px) {
  .sidebar-featured-img {
    width: 145px;
    height: 145px;
  }
}

@media (max-width: 767px) {
  .blog-index , .blog-post {
    width: unset;
  }

  .blog-side-form {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
  }

  .blog-side-form-box {
    padding: 30px 20px 0;
    margin-bottom: 0;
  }
}

@media (max-width: 679px) {
  .hs-blog-listing .content-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .blog-comments {
    padding-right: 6%;
    padding-left: 6%;
  }

  .hs-blog-listing .custom-banner-area .page-center {
    padding-top: 150px;
    padding-bottom: 30px;
  }

  .hs-blog-listing .custom-banner-area:after {
    height: 8%;
    min-height: 20px;
  }

  .hs-blog-listing .custom-banner-area .hs-search-field {
    max-width: 100%;
  }

  .hs-blog-listing .custom-banner-area .hs-search-field__input {
    margin-bottom: 10px;
  }

  .blog-pagination {
    margin-bottom: 30px;
    width: 88%;
    padding: 0 6%;
  }

  .blog-pagination-inner {
    padding-top: 50px;
    padding-bottom: 30px;
    width: 88%;
    padding: 50px 6% 30px;
  }
}

@media (max-width: 767px){
  .sidebar-featured-posts {
    margin-top: 0;
  }
  .blog-pagination__link {
    font-size: 14px;
    margin: 0 0 -2px;
    line-height: 1.285;
  }
}

@media (max-width: 479px) {
  .hs-blog-listing .custom-banner-area .hs-search-field button {
    width: auto;
  }

  .hs-blog-listing .custom-banner-area .hs-search-field__input {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
padding: 10rem 0;
text-align: center;
position: relative;
}
.error-page:before {
content: attr(data-error);
position: absolute;
width: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-family: Poppins, sans-serif;
font-size: 40vw;
font-weight: bold;
color: #F3F6F9;
z-index: -1;
}

/*------------ 22-07-22 -----------*/

/*--------email-subscription --------*/
.systems-page h1 {
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 40px;
  color: #3f1739;
  margin-bottom: 20px;
}
#email-prefs-form h3 {
  font-size: 16px;
  font-weight: 700 !important;
  margin-bottom: 8px;
  display: inline-block;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: capitalize;
}
#email-prefs-form #submitbutton {
  border-radius: 25px;
  padding: 10px 40px !important;
  line-height: 18px;
  font-size: 15px;
  display: inline-block;
  letter-spacing: 0px;
  font-weight: 600 !important;
}


#email-prefs-form h1 {
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 40px;
  color: #3f1739;
  margin-bottom: 20px;
}
#email-prefs-form h2,
.page-header h2{
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 38px;
  color: #3f1739;
  margin-bottom: 10px;
}
#email-prefs-form .page-header,
.systems-page .page-header{
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
  color: #3f1739;
}
#email-prefs-form #content p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #3f1739;
}
#email-prefs-form .checkbox-row > span span {
  font-size: 18px;
  line-height: 1.6em;
  color: #3f1739;
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
}
#email-prefs-form .checkbox-row .fakelabel {
  display: flex;
  align-content: center;
}
#email-prefs-form #submitbutton {
  border-radius: 25px;
  padding: 10px 40px !important;
  line-height: 18px;
  font-size: 15px;
  display: inline-block;
  letter-spacing: 0;
  font-weight: 600 !important;
}
body .systems-page .success {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #3f1739;
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: center;
min-width: unset;
max-width: 100%;
width: 100%;
}

/*---------------------------------*/

@media screen and (min-width: 1100px) {
.error-page:before {
font-size: 20rem;
}
}
.error-page_heading {
margin-bottom: 1rem;
}

.systems-page {
padding: 3rem 20px;
}
.systems-page .success {
display: inline-block;
margin: 2rem 0;
min-width: 650px;
background-color: #CDE3CC;
border: 1.5px solid #4F7D24;
border-radius: 6px;
font-size: .75rem;
color: #4F7D24;
padding: .1rem .75rem;
}

.hs-search-results {
margin-top: 2rem;
}
ul.hs-search-results__listing li {
margin-bottom: 2rem;
}
.hs-search-results__title {
font-family: Poppins, serif;
font-size: 1.25rem;
color: #494a52;
text-decoration: underline;
margin-bottom: .25rem;
}
.hs-search-results__title:hover {
text-decoration: none;
}
.hs-search-results__description {
padding-top: .5rem;
}
.hs-search-highlight {
font-weight: bold;
}
.hs-search-results__pagination a {
color: #494a52;
}



.systems-page {
padding-left: 0;
padding-right: 0;
}

#email-prefs-form {
max-width: max-content;
}

.systems-page .success {
font-size: 12px;
}

@media (max-width: 767px) {
.systems-page .success {
min-width: auto;    
font-size: 10px;
}

.systems-page h1 {
font-size: 40px;
}

#hs_cos_wrapper_subscriptions_confirmation h2 {
font-size: 27px;
}

.systems-page #email-prefs-form h1 {
font-size: 30px;
}
.error-page[data-error="500"] .error-page_heading {
font-size: 23px;
}
.error-page[data-error="404"] .error-page_heading {
font-size: 35px;
}
.systems-page #email-prefs-form h2 {
font-size: 24px;
} 
#hs_cos_wrapper_backup_unsubscribe h1 {
font-size: 27px;
}
#hs_cos_wrapper_backup_unsubscribe h3 {
font-size: 23.5px;
}
  
  /*-------- 22-07-22 --------*/
  
#email-prefs-form h1 {
  font-size: 30px !important;
}
#email-prefs-form h2 {
  font-size: 24px !important;
}
  .page-header h2 {
  font-size: 24px !important;
}
  #email-prefs-form h3 {
  font-size: 16px;
}
  
}
@media (max-width: 479px) {
.systems-page #email-prefs-form h1 {
font-size: 19px;
}
.systems-page #email-prefs-form h2 {
font-size: 16px;
}
}



/*--------------- 07-jan-22 ----------------*/

body .page-center{
  max-width: 1080px;
}

body .ppc-landing-page > .container-fluid > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper > .row-fluid {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
body .ppc-landing-page .dnd-section .widget-type-cell {
  padding: 0;
}

.sticky-watch-demo-btn {
  position: fixed;
  right: -29px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.sticky-watch-demo-btn a.cta_button {
  display: inline-block;
  font: 500 12px / 18px "Lato",sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 8px 20px 7px;
  background: #da2128;
  background: linear-gradient(141deg,#c11e24 0,#da2128 50%);
  border-radius: 2px;
  transition: all ease .2s;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  transform: rotate(90deg);
  text-align: center;
  width: 100%;
}
.sticky-watch-demo-btn a.cta_button:hover{
  padding: 20px 20px 7px !important;
}
a.cta_button:hover {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #fff !important;
  background: linear-gradient(141deg,#ab1b20 0,#c41e24 50%) !important;
  transition: all ease .2s !important;
}
/* .body-wrapper .footer-new-v2  .dnd-section>.row-fluid */

.hs-richtext p,
.legal-consent-container p {
  color: #000000;
  font-family: "Poppins";
  font-size: 12.5px;
  line-height: 17px;
}
.new-form .hs-richtext p a,
.new-form .legal-consent-container p a {
  font-family: "Poppins";
}
.new-form form.hs-form .hs-form-field > label,
.new-form form.hs-form .hs-form-field > label + legend {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}

/*------------ responsive ------------*/

@media screen and (max-width:992px){

  .page-center{
    padding-top: 0;
    padding-bottom: 0;
  }

}

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

  .sticky-watch-demo-btn {
    right: -30px;
  }

}

@media screen and (max-width: 1199px){
  a.header-free-demo{
    min-width: 140px;
    margin-left: 0;
  } 
}

@media screen and (max-width: 999px){

  a.header-free-demo {
    position: static;
    right: 30px;
    margin-left: 0;
    padding: 10px;
    min-width: 120px;
  }

}

/*------ 11-jan-22 ------*/


.footer__container.footer-social-container {
  padding-top: 0px;
  padding-bottom: 20px;
}


.footer__container.footer-social-container hr {
  display: none;
}

.footer__container.footer-social-container .social a {
  display: inline-block;
  margin: 0 2px;
}

.footer__container.footer-social-container .social a:link:hover {
  color: #da2128;
}
.footer__container.footer-copyright-bottom {
  padding-top: 0px;
  padding-bottom: 20px;
}
footer.footer.german-footer .footer-column ul {
  margin-bottom: 10px !important;
}

/*----------------- 16-march-22 --------------------*/
/*-------------- new footer ---------------*/

footer.footer-new-v2 > .footer__container {
  max-width: 100%;
  padding: 0;
  display: block;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

footer.footer-new-v2 .dnd_area-row-0-vertical-alignment.dnd-section {
  padding: 0;
  padding-bottom: 100px;
}
footer.footer-new-v2 .dnd_area-row-1-vertical-alignment.dnd-section, footer.footer-new-v2 .dnd_areaa-row-1-vertical-alignment.dnd-section {
  padding: 0;
  width: 100%;
  max-width: 100%;
  border-top: 2px solid #fff;
}

footer.footer-new-v2 .dnd_area-row-1-vertical-alignment.dnd-section > .row-fluid, footer.footer-new-v2 .dnd_areaa-row-1-vertical-alignment.dnd-section > .row-fluid, footer.footer-new-v2 .dnd_areaa-row-0-vertical-alignment.dnd-section > .row-fluid, footer.footer-new-v2 .cell_16493382136422-row-1-margin > .row-fluid {
  padding: 10px 0 !important;
  max-width: 100%;
  justify-content: space-between;
  width: 100%;
}
footer.footer-new-v2 .dnd_area-row-1-vertical-alignment.dnd-section > .row-fluid > *, footer.footer-new-v2 .dnd_areaa-row-1-vertical-alignment.dnd-section > .row-fluid > * {
  width: auto;
}
footer.footer-new-v2 .dnd_area-row-1-vertical-alignment.dnd-section > .row-fluid > *:nth-child(2), footer.footer-new-v2 .dnd_areaa-row-1-vertical-alignment.dnd-section > .row-fluid > *:nth-child(2) {
  padding: 0;
}
footer.footer-new-v2 .dnd_area-row-1-vertical-alignment.dnd-section > .row-fluid > *:nth-child(2) ul, footer.footer-new-v2 .dnd_areaa-row-1-vertical-alignment.dnd-section > .row-fluid > *:nth-child(2) ul {
  padding-left: 0;
  margin: 0;
}
footer.footer-new-v2 .dnd_area-row-1-vertical-alignment.dnd-section > .row-fluid > *:nth-child(2) ul li, footer.footer-new-v2 .dnd_areaa-row-1-vertical-alignment.dnd-section > .row-fluid > *:nth-child(2) ul li {
  display: inline-block;
  list-style: none;
  text-decoration: none;
  margin-right: 10px;
}
footer.footer-new-v2 .dnd_area-row-1-vertical-alignment.dnd-section > .row-fluid > *:nth-child(2) ul li a, footer.footer-new-v2 .dnd_areaa-row-1-vertical-alignment.dnd-section > .row-fluid > *:nth-child(2) ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
footer.footer-new-v2 .dnd_area-row-1-vertical-alignment.dnd-section > .row-fluid > *:nth-child(2) ul li:last-child, footer.footer-new-v2 .dnd_areaa-row-1-vertical-alignment.dnd-section > .row-fluid > *:nth-child(2) ul li:last-child {
  margin-right: 0;
}
footer.footer-new-v2 .dnd_area-row-1-vertical-alignment.dnd-section > .row-fluid::before, .dnd_area-row-1-vertical-alignment.dnd-section > .row-fluid::after, footer.footer-new-v2 .dnd_areaa-row-1-vertical-alignment.dnd-section > .row-fluid::before, .dnd_areaa-row-1-vertical-alignment.dnd-section > .row-fluid::after {
  display: none;
}
footer.footer-new-v2 .dnd_area-row-1-vertical-alignment.dnd-section > .row-fluid > *:nth-child(1) p , footer.footer-new-v2 .dnd_areaa-row-1-vertical-alignment.dnd-section > .row-fluid > *:nth-child(1) p {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
}
footer.footer-new-v2 .dnd_area-row-1-vertical-alignment.dnd-section > .row-fluid > *:nth-child(1), footer.footer-new-v2 .dnd_areaa-row-1-vertical-alignment.dnd-section > .row-fluid > *:nth-child(1) {
  padding: 0;
}
footer.footer-new-v2 .dnd_area-row-0-vertical-alignment.dnd-section > .row-fluid {
  width: 100%;
  padding: 0;
  max-width: 100%;
}

body.remove-padding .body-wrapper .dnd-section > .row-fluid {
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}

footer.footer-new-v2 .cell_1647411553733-row-0-vertical-alignment > .row-fluid::before, .cell_1647411553733-row-0-vertical-alignment > .row-fluid::after, footer.footer-new-v2 .cell_16493382136422-row-0-vertical-alignment > .row-fluid::before, .cell_16493382136422-row-0-vertical-alignment > .row-fluid::after {
  display: none;
}
footer.footer-new-v2 .cell_1647411553733-row-0-vertical-alignment > .row-fluid > .span4, footer.footer-new-v2 .cell_16493382136422-row-0-vertical-alignment > .row-fluid > .span4{
  width: auto;
}
footer.footer-new-v2 .cell_1647411553733-row-0-vertical-alignment > .row-fluid > .span4:not(:first-child) ul, footer.footer-new-v2 .cell_16493382136422-row-0-vertical-alignment > .row-fluid > .span4:not(:first-child) ul {
  display: flex;
  flex-direction: column;
  margin: 0;
}
footer.footer-new-v2 .cell_1647411553733-row-0-vertical-alignment > .row-fluid, footer.footer-new-v2 .cell_16493382136422-row-0-vertical-alignment > .row-fluid {
  align-items: flex-start;
}
footer.footer-new-v2 .cell_1647411553733-row-0-vertical-alignment > .row-fluid > .span4:not(:first-child) ul li a, footer.footer-new-v2 .cell_16493382136422-row-0-vertical-alignment > .row-fluid > .span4:not(:first-child) ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

footer.footer-new-v2 .cell_1647411553733-row-0-vertical-alignment > .row-fluid > .span4:not(:first-child) ul li, footer.footer-new-v2 .cell_16493382136422-row-0-vertical-alignment > .row-fluid > .span4:not(:first-child) ul li {
  margin-bottom: 15px;
}

footer.footer-new-v2 .cell_1647411553733-row-0-vertical-alignment > .row-fluid > .span4:not(:first-child) ul li:last-child, footer.footer-new-v2 .cell_16493382136422-row-0-vertical-alignment > .row-fluid > .span4:not(:first-child) ul li:last-child {
  margin-bottom: 0;
}
footer.footer-new-v2 .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section.dnd-row,  {
  padding-bottom: 0;
}
footer.footer-new-v2 .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section.dnd-row > .row-fluid {
  max-width: 1200px;
}
footer.footer-new-v2 .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section.dnd-row > .row-fluid .social a {
  text-decoration: none;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer.footer-new-v2 .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section.dnd-row>.row-fluid .social {
  padding-bottom: 10px;
}
footer.footer-new-v2 .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section.dnd-row > .row-fluid .social a:last-child {
  margin-right: 0;
}
footer.footer-new-v2 .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section.dnd-row > .row-fluid .social a i {
  color: #3f1739;
  font-family: 'FontAwesome';
  font-size: 12px;
}
footer.footer-new-v2 .dnd_area-row-0-padding > .row-fluid > div {
  padding: 0;
}

/*--------------------- responsive -------------------*/

@media screen and (max-width: 991px){
  footer.footer-new-v2 {
    padding: 0;
  }
}
.xt-hide {
 display: none; 
}
@media screen and (max-width: 767px){
  footer.footer-new-v2 .dnd_area-row-0-vertical-alignment.dnd-section {
    padding-bottom: 20px;
  }

  footer.footer-new-v2 .dnd_area-row-1-vertical-alignment.dnd-section>.row-fluid, footer.footer-new-v2 .dnd_areaa-row-1-vertical-alignment.dnd-section>.row-fluid{
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 20px !IMPORTANT;
  }
  footer.footer-new-v2 .cell_1647411553733-row-0-vertical-alignment>.row-fluid>.span4:not(:first-child) ul, footer.footer-new-v2 .cell_16493382136422-row-0-vertical-alignment>.row-fluid>.span4:not(:first-child) ul {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  footer.footer-new-v2 .cell_1647411553733-row-0-vertical-alignment>.row-fluid>.span4:last-child ul, footer.footer-new-v2 .cell_16493382136422-row-0-vertical-alignment>.row-fluid>.span4:last-child ul {
    margin-top: 0;
  }
  footer.footer-new-v2 .row-fluid-wrapper.row-depth-1.row-number-6.dnd-section.dnd-row {
    padding-top: 30px;
  }
}

/*------- 31-03-22 ------*/

form fieldset p {
  color: #222;
}

@media screen and (max-width: 767px){
  div #hs_cos_wrapper_dnd_area-module-3 {
    padding-bottom: 40px !important;
  }
  .dnd-section {
    padding-top: 40px;
  }

  .dnd_area-row-5-padding {
    padding: 0 !important;
  }
  .dnd_area-row-6-padding {
    padding: 0 !important;
  }
  .body-wrapper .dnd-section>.row-fluid {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .row-fluid-wrapper.row-depth-1.row-number-21.dnd_area-row-6-padding.dnd_area-row-6-vertical-alignment.dnd-section > .row-fluid {
    padding-top: 0;
  }
  .span6.widget-span.widget-type-cell.cell_1613172923093-vertical-alignment.dnd-column ul {
    margin-top: 0;
  }
  .row-fluid-wrapper.row-depth-1.row-number-21.dnd_area-row-6-padding.dnd_area-row-6-vertical-alignment.dnd-section,
  .row-fluid-wrapper.row-depth-1.row-number-18.dnd-section.dnd_area-row-5-padding.dnd_area-row-5-vertical-alignment{
    padding: 0 !important;
  }
  h1.banner-title.page-banner-title {
    font-size: 28px;
    word-break: break-word;
  }

}

/*------ overflow -------*/
.no-banner .body-wrapper{
  overflow: hidden;
}

@media screen and (max-width: 1199px){
  .no-banner .body-wrapper {
    margin-top: 30px !important;
  }
}

.new-form form .hs-form-field > label > span{
  font-weight: 500;
  font-size: 16px;
  color: #3f1739;
  text-transform: none;
}
.new-form form.hs-form li.hs-form-checkbox > label {
  display: flex;
  align-items: center;
}
.new-form form.hs-form li.hs-form-checkbox > label input {
  margin-bottom: 4px;
  margin-right: 10px;
}
.new-form form.hs-form li.hs-form-checkbox > label span{
  color: #3f1739;
  text-transform: none;
}
.new-form form .input input, .new-form form .input select, .new-form form .input textarea {
  font-size: 16px;
  padding: 10px;
}
.new-form form.hs-form .hs-form-field > label, .new-form form.hs-form .hs-form-field > label + legend{
  font-weight: 500;
  font-size: 16px;
  color: #3f1739;
  text-transform: none;
}
.new-form .hs-form-field {
  margin-bottom: 15px;
}

.new-form form .input input::placeholder, .new-form form .input select::placeholder, .new-form form .input textarea::placeholder {
  text-transform: unset !important;
}


/*------ desktop navigation -------*/
header.header-with-nav-new #products .sub__menu:last-child ul>li:first-child {
  padding-top: 0 !important;
}
header.header-with-nav-new #products .sub__menu a.xt-products-cta:before {
  background-image: url(https://7375691.fs1.hubspotusercontent-na1.net/hubfs/7375691/netstock-2023/pps-menu.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  padding-top: 70% !important;
}
header.header-with-nav-new #products .sub__menu a.xt-products-cta span.xt-button {
  left: 50% !important;
  font-weight: 600 !important;
  transform: translateX(-50%) !important;
  bottom: -20px !important;
}
header.header-with-nav-new #resources-menu .xt-button {
	padding: 4px 15px !important;
	line-height: 18px; 
	font-size: 13px !important;
	display: inline-block;
	letter-spacing: 0px;
	font-weight: 600 !important;
	text-transform: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #e51f2c !important;
	color: #fff !important;
	border: 1px solid #e51f2c !important;
}
header.header-with-nav-new #resources-menu .subMenu--item:hover .xt-button {
  background: #3F1739 !important;
  border-color: #3F1739 !important;
}