*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

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

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

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

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

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

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

/*  */


.flex_row .col12 {
  width: 100%;
}
.flex_row .col11 {
  width: 91.66%;
}
.flex_row .col10 {
  width: 83.33%;
}
.flex_row .col9 {
  width: 75%;
}
.flex_row .col8 {
  width: 66.66%;
}
.flex_row .col7 {
  width: 58.33%;
}
.flex_row .col6 {
  width: 50%;
}
.flex_row .col5 {
  width: 41.66%;
}
.flex_row .col4 {
  width: 33.33%;
}
.flex_row .col3 {
  width: 25%;
}

.flex_row .col20 {
  width: 20%;
}

.flex_row .col2 {
  width: 16.66%;
}
.flex_row .col1 {
  width: 8.33%;
}

 
.container-fluid {
  *zoom: 1;
}

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

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

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

  .flex_row .col20,
  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9 ,
  .flex_row .col8 ,
  .flex_row .col7 ,
  .flex_row .col6 ,
  .flex_row .col5 ,
  .flex_row .col4 ,
  .flex_row .col3 ,
  .flex_row .col2 ,
  .flex_row .col1 {
    width: 100%;  
  }

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

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 12px;

  }
}

.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding:0;
}


@media (min-width: 768px) {

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 12px;
  }


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

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

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

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

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

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*=span] {
    min-height: 0;
  }
}
/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important ;
  }
}
.page-center,
.content-wrapper {
  margin: 0 auto;
  padding: 0 12px;
  width:100%;
}
.dnd-section .dnd-column {
  padding: 0 12px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.4;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

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

p {
  margin: 0 0 1rem;
      line-height: 1.75;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.42;
    margin: 0 0 1.4rem;
    font-family: "Plus Jakarta Sans", sans-serif
}


.h1,
h1{
  line-height:1.07;
}

.h2,
h2{
    line-height: 1.4;
}

.h3,
h3{
/*   line-height:1.35; */
}

.h4,
h4{
  line-height:1.41;
}

h5,
.h5{
/*   line-height:1.33; */
}

h6,
.h6{
  line-height:1.25;
}

.page-center{
  margin:0 auto;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

.dnd-section > .row-fluid{
  padding-left:15px;
  padding-right:15px;
}

@media (min-width:768px) {
  .row-fluid [class*=span] {
    padding: 0 15px;
  }

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

  .row-fluid [class*=span]:last-child {
    padding-right: 0;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-style:solid;
  border-width:3px;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
    overflow-x: auto;
  }
}
/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 3px solid;
    display: inline-block;
    min-height: 42px;
    outline: none;
    padding: .375rem .75rem;
    width: 100%;
    font-size: 0.835rem;
}

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

textarea.hs-input {
  min-height: 90px;
}

/* Inputs - checkbox/radio */

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

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

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

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

form label.hs-form-booleancheckbox-display input:checked +span:before {
  background-color: #2196F3;
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  content: '';
  border-radius: 5px;
}


form label.hs-form-booleancheckbox-display input:checked +span:after {
  left: 9px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: block;
}



form label.hs-form-booleancheckbox-display {
  position: relative;
}
form input[type=checkbox],
form input[type=radio] {
  width: 25px !important;
  height: 25px !important;
  border-radius: 5px;
  border: 3px solid;
  appearance: none;
  border-color: #CDD9E0 !important;
  border-width: 1px !important;
}
/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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


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

/* Submit button */
.secondary-btn,
.button,
form input[type=submit],
form .hs-button,
.primary-btn{
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-style:solid;
  border-width:3px;
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(min-width:768px){

  fieldset.form-columns-2 {
    display: flex;
    column-gap: 20px;
  }
}

@media(max-width:767px){
  form label.hs-form-booleancheckbox-display {
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    flex-wrap: nowrap;
  }

  form input[type=checkbox], form input[type=radio] {
    width: auto;
    max-width: 25px;
  }

  form label.hs-form-booleancheckbox-display >span {
    width: 90%;
  }
  
  .legal-consent-container .hs-form-booleancheckbox-display>span, .legal-consent-container .hs-form-booleancheckbox-display>span p {
    margin-left: 0rem!important;
  }
}
@media(max-width:479px){
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea {
    width:100% !important;
  }
}



.book-a-demo-banner .widget-type-form h3.hs_cos_wrapper.form-title#hs_cos_wrapper_widget_1694415692293_title {
    text-align: center !important;
    font-size: 1.5rem;
    margin-bottom: 1.4rem;
}

@media(max-width: 1024px){
  .book-a-demo-banner fieldset.form-columns-2 {
      flex-direction: column;
  }
  
  .book-a-demo-banner .field.hs-form-field {
    width: 100% !important;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
:root {
    --phs-primary-color: #181A52;
    --phs-primary-light: #16213e;
    --phs-accent-color: #EF21AD;
    --phs-text-primary: #0A162F;
    --phs-text-secondary: #666666;
    --phs-text-light: #999999;
    --phs-background: #ffffff;
    --phs-background-light: #f8f9fa;
    --phs-dropdown-bg: #ECF8FF;
    --phs-active-bg-color: #BDE3FC;
    --phs-border-light: #e9ecef;
    --phs-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    --phs-shadow-lg: 0 1rem 2rem rgba(0, 0, 0, 0.15);
    --phs-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --phs-transition-fast: all 0.2s ease;
    --phs-nav-min-height: 3.8rem;
    --phs-border-radius: 1rem;
    --phs-border-radius-lg: 1.875rem;
    --phs-spacing-xs: 0.25rem;
    --phs-spacing-sm: 0.5rem;
    --phs-spacing-md: 1rem;
    --phs-spacing-lg: 1.5rem;
    --phs-spacing-xl: 2rem;
    --phs-spacing-xxl: 3rem;
    --phs-font-size-sm: 0.875rem;
    --phs-font-size-base: 0.92rem;
    --phs-font-size-lg: 1.125rem;
    --phs-font-size-xl: 1.25rem;
    --phs-font-size-xxl: 1.5rem;
    --phs-font-weight-normal: 400;
    --phs-font-weight-medium: 500;
    --phs-font-weight-semibold: 600;
    --phs-font-weight-bold: 700;
    --phs-dark-bg-text: #A7DDFF;
    --phs-indigo-bg-1: #2D376C;
    --phs-default-gap-nav-dd: 0.5rem; 
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--phs-text-primary);
    background-color: var(--phs-background);
}

/* Header Styles */
.website_hdr {
    position: relative;
    background-color: var(--phs-background);
    z-index: 1000;
}

.phs-navbar {
    position: relative;
}

.phs-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    height: var(--phs-nav-min-height);
}

/* Logo Styles */
.phs-logo {
    flex-shrink: 0;
}

.phs-logo-link {
    text-decoration: none;
    color: var(--phs-text-primary);
}

.phs-logo-text {
    font-size: var(--phs-font-size-xl);
    font-weight: var(--phs-font-weight-bold);
    color: var(--phs-primary-color);
}

.phs-logo-text-orange {
    color: #ff6b35;
    font-weight: var(--phs-font-weight-bold);
    font-size: var(--phs-font-size-lg);
}

.phs-logo-text-red {
    color: #e53e3e;
    font-weight: var(--phs-font-weight-bold);
    font-size: var(--phs-font-size-sm);
}

.phs-logo-circle {
    width: 3rem;
    height: 3rem;
    border: 2px solid #e53e3e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Navigation Menu - Unified Responsive */
.phs-nav-menu {
    display: none;
    position: fixed;
    top: var(--phs-nav-min-height);
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--phs-background);
    border-top: 1px solid var(--phs-border-light);
    box-shadow: var(--phs-shadow);
    opacity: 0;
    transform: translateY(-1rem);
    transition: var(--phs-transition);
    overflow-y: auto;
    z-index: 999;
}

.phs-nav-menu.phs-menu-open {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    flex-direction: column;
}

.phs-nav-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: var(--phs-spacing-lg);
    min-height: 100%;
}

.phs-nav-item {
    position: relative;
    border-bottom: 1px solid var(--phs-border-light);
}

html:has(.phs-dropdown-open)::after {
    content: '';
    background: #00000078;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}

/* Desktop navigation - show horizontally */
@media (min-width: 1025px) {
    .phs-nav-item.phs-has-dropdown.phs-dropdown-active .phs-nav-link::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent;
        top: 80%;
    }
  
    .phs-nav-menu {
        display: flex !important;
        position: static;
        background: transparent;
        border: none;
        box-shadow: none;
        overflow: visible;
        opacity: 1;
        transform: none;
        transition: none;
        padding-left: 2.2rem;
        flex: 1;
    }

    .phs-nav-list {
        flex-direction: row;
        align-items: center;
        gap: var(--phs-spacing-xl);
        padding: 0;
        min-height: auto;
    }

    .phs-nav-list {
        display: flex;
        align-items: center;
        list-style: none;
        gap: calc(var(--phs-spacing-lg) * 0.25);
    }

    .phs-nav-item {
        border-bottom: none;
    }

    .phs-mobile-actions {
        display: none;
    }
}

/* Unified nav header and link styles */
.phs-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    cursor: pointer;
    transition: var(--phs-transition-fast);
}

.phs-nav-item {
    position: relative;
}

.phs-nav-link {
    display: flex;
    align-items: center;
    gap: var(--phs-spacing-sm);
    padding: var(--phs-spacing-sm) 0;
    text-decoration: none;
    color: var(--phs-text-primary);
    font-weight: var(--phs-font-weight-medium);
    font-size: var(--phs-font-size-base);
    transition: var(--phs-transition-fast);
    cursor: pointer;
}

.phs-nav-link:hover {
    background: var(--phs-dropdown-bg);
}

.phs-dropdown-toggle {
    background: none;
    border: none;
    padding: var(--phs-spacing-md);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--phs-border-radius);
    transition: var(--phs-transition-fast);
    min-width: 3rem;
    min-height: 3rem;
}

/* Desktop styles */
@media (min-width: 769px) {
    .phs-nav-header {
        padding: 0;
        cursor: default;
    }

    .phs-nav-header:hover {
        background-color: transparent;
    }

    .phs-nav-link {
               padding: var(--phs-spacing-sm) 0.6rem;
        flex: none;
        border-radius: 0.55rem;
    }

}

@media(min-width:1080px){
 .phs-dropdown-toggle {
        display: none;
    }
}

.phs-dropdown-icon {
    transition: var(--phs-transition-fast);
}

.phs-dropdown-icon {
    transition: var(--phs-transition-fast);
    position: relative;
    top: 2px;
    width: 12px;
    height: 11px;
}

.phs-nav-item.phs-dropdown-active .phs-dropdown-icon {
    transform: rotate(180deg);
}

/* Navigation Actions */
.phs-nav-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.phs-nav-login,
.phs-nav-demo {
    text-decoration: none;
    color: var(--phs-text-primary);
    font-weight: var(--phs-font-weight-medium);
    transition: var(--phs-transition-fast);
}

.phs-nav-login:hover,
.phs-nav-demo:hover {
    color: var(--phs-accent-color);
}

.phs-nav-cta {
    padding: 0.7rem 1.1rem 0.85rem;
    text-decoration: none;
    color: var(--phs-background);
    font-weight: var(--phs-font-weight-medium);
    background-color: var(--phs-primary-color);
    border-radius: 10px;
    transition: var(--phs-transition-fast);
}

.phs-nav-cta:hover {
    background-color: var(--phs-accent-color);
    transform: translateY(-0.125rem);
    color:#fff;
}

.phs-footer-link:hover{
color:var(--phs-accent-color);
}


/* Mega Dropdown Styles */
.phs-mega-dropdown {
    position: fixed;
    top: calc(var(--phs-nav-min-height) - 8px);
    left: 50%;
    transform: translateX(-50%);
    width: 78rem;
    max-width: calc(100vw - 3rem);
    background-color: #ffffff;
    border-radius: var(--phs-border-radius);
    box-shadow: var(--phs-shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-1rem);
    transition: var(--phs-transition);
    z-index: 1000;
    margin-top: 0;
    pointer-events: none;
    overflow: hidden;
}

.phs-mega-dropdown.phs-dropdown-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: initial;
}


.phs-dropdown-container {
    padding: var(--phs-spacing-xl);
}

/* Vertical Tabs Dropdown */
.phs-dropdown-vertical .phs-dropdown-container {
    display: flex;
    padding: var(--phs-default-gap-nav-dd);   
}

.vm-right-panel-cont {
   background: var(--phs-dropdown-bg);
}

.phs-nav-ver-cont {
    height: 100%;
    transition: all .5s;
}

.phs-tab-content .phs-feature-grid,
.phs-media-content {
    padding: .9rem 1.6rem 0.9rem;
    background: var(--phs-dropdown-bg);
    border-radius: var(--phs-border-radius);
    height: 100%; 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.7rem;
}

.phs-vertical-tabs {
    flex-shrink: 0;
    width: 13rem;
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    border-top-left-radius: var(--phs-border-radius);
    border-bottom-left-radius: var(--phs-border-radius);
    z-index: 9;
}

.phs-tab-item {
    padding: 0.7rem var(--phs-spacing-md);
    cursor: pointer;
    transition: var(--phs-transition-fast);
}

.phs-tab-item.phs-tab-active {
    background-color: var(--phs-dropdown-bg);
    border-radius: var(--phs-border-radius) 0 0 var(--phs-border-radius);
}

/* Desktop vertical tabs */
@media (min-width: 769px) {
    .phs-dropdown-vertical .phs-dropdown-container {
        flex-direction: row;
    }

    .phs-tab-navigation {
        flex-shrink: 0;
        width: 12rem;
        flex-direction: column;
        gap: var(--phs-spacing-xs);
        overflow-x: visible;
        margin-bottom: 0;
    }
}

@media (min-width: 769px) {
    .phs-tab-item {
        flex-shrink: 1;
        min-width: auto;
        text-align: left;
    }
}

.phs-tab-title {
    font-weight: var(--phs-font-weight-semibold);
    color: var(--phs-text-primary);
    font-size: var(--phs-font-size-base);
}

.phs-tab-content {
    flex: 1;
    position: relative;
}

.phs-tab-panel {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
  height: 100%;
}

.phs-tab-panel.phs-tab-panel-active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.phs-dropdown-vertical:not(.phs-dropdown-tw-col) .phs-feature-grid {
    height: 100%;
    align-items: flex-start;
}

.phs-feature-item,
.phs-menu-item {
    transition: var(--phs-transition-fast);
    cursor: pointer;
}

.phs-feature-title {
    font-size: var(--phs-font-size-base);
    font-weight: 700;
    color: var(--phs-text-primary);
    margin-bottom: 0.05rem;
}

/* .phs-feature-item:hover .phs-feature-title,
.phs-menu-item:hover .phs-menu-title {
    color: var(--phs-accent-color);
} */

.phs-feature-desc {
    font-size: var(--phs-font-size-sm);
    line-height: 1.4;
    margin-bottom: 0.25rem;
}

.phs-mega-dropdown:not(.phs-dropdown-tw-col) .phs-tab-panel:first-child .phs-feature-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
}

.phs-nav-ver-cont .phs-tab-panel:first-child .phs-feature-grid {
    border-top-left-radius: 0;    
}

.phs-dropdown-footer .phs-footer-link:not(:last-child)::before {
    content: '';
    position: absolute;
    right: -1.15rem;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    height: 15px;
    width: 1px;
    background: var(--phs-primary-color);
}

.phs-simple-column {
    position: relative;
}

.phs-simple-grid .phs-simple-column:last-child::before {
    content: '';
    position: absolute;
    left: -1.6rem;
    height: 100%;
    width: 1px;
    background: rgba(217, 217, 217, 0.70);
}

/* .phs-dropdown-vertical .phs-dropdown-footer {
    border-radius: 0;
} */

/* Simple Two Column Dropdown */
.phs-simple-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--phs-spacing-xxl);
}

.phs-simple-column {
    display: flex;
    flex-direction: column;
    gap: var(--phs-spacing-lg);
}

.phs-column-title {
    font-size: 1.4rem;
    font-weight: var(--phs-font-weight-bold);
    color: var(--phs-text-primary);
    margin-bottom: var(--phs-spacing-sm);
    font-family: 'NT Wagner' !important;
}

.phs-menu-item {
    border-radius: var(--phs-border-radius);
    transition: var(--phs-transition-fast);
}

.phs-menu-title {
    font-size: var(--phs-font-size-base);
    font-weight: var(--phs-font-weight-semibold);
    color: var(--phs-primary-color);
    margin-bottom: var(--phs-spacing-xs);
}

.phs-menu-desc {
    font-size: var(--phs-font-size-sm);
    line-height: 1.4;
}

/* Testimonial Styles */
.phs-testimonial {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: var(--phs-border-radius);
    padding: 1.15rem;
}

.phs-testimonial-quote {
    font-size: 1rem;
    font-weight: var(--phs-font-weight-semibold);
    color: var(--phs-text-primary);
    margin-bottom: var(--phs-spacing-md);
    padding: 0;
    border: 0;
}

.phs-testimonial-logo img {
    max-width: 80px;
    margin-top: 0.55rem;
}

.phs-testimonial-text {
    font-size: var(--phs-font-size-sm);
    color: var(--phs-text-secondary);
    line-height: 1.5;
    margin-bottom: var(--phs-spacing-lg);
}

.phs-testimonial-author {
    display: flex;
    align-items: center;
    gap: var(--phs-spacing-md);
}

.phs-author-avatar {
width: 5rem;
    height: 5.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--phs-background);
    font-weight: var(--phs-font-weight-bold);
    font-size: var(--phs-font-size-lg);
    border-radius: calc(var(--phs-border-radius) * 0.6);
    overflow: hidden;
}

.phs-author-avatar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.phs-author-name {
    font-weight: 700;
    color: var(--phs-text-primary);
    font-size: var(--phs-font-size);
}

.phs-author-role {
    font-size: var(--phs-font-size-sm);
    color: var(--phs-text-light);
}

/* Dropdown Footer */
.phs-dropdown-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    padding: 1.15rem 1rem 0;
    border-radius: 0 0 var(--phs-border-radius) var(--phs-border-radius);
}

.phs-footer-link {
    text-decoration: none;
    color: var(--phs-text-primary);
    font-weight: var(--phs-font-weight-medium);
    transition: var(--phs-transition-fast);
    position: relative;
    padding-right: 1.25rem;
    font-size: 14px;
}

.phs-footer-link::after {
    content: '';
    position: absolute;
    top: calc(50% + 1px);
    right: -0.5rem;
    transform: translate(-50%, -50%);
    width: 0.65rem;
    height: 0.65rem;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_212_31)%22%3E%3Cpath%20d%3D%22M1%2011L6%206L1%201%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_212_31%22%3E%3Crect%20width%3D%2212%22%20height%3D%228%22%20fill%3D%22white%22%20transform%3D%22translate(0%2012)%20rotate(-90)%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: contain;
}


/* Mobile Menu Toggle */
.phs-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 1.5rem;
    height: 1.125rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.phs-hamburger {
    width: 100%;
    height: 2px;
    background-color: var(--phs-text-primary);
    transition: var(--phs-transition-fast);
    transform-origin: center;
}

.phs-mobile-toggle.phs-menu-open .phs-hamburger:nth-child(1) {
    transform: rotate(45deg) translate(0.37rem, 0.37rem);
}

.phs-mobile-toggle.phs-menu-open .phs-hamburger:nth-child(2) {
    opacity: 0;
    transform: translateX(1rem);
}

.phs-mobile-toggle.phs-menu-open .phs-hamburger:nth-child(3) {
    transform: rotate(-45deg) translate(0.35rem, -0.35rem);
}

button.phs-mobile-toggle.phs-menu-open[aria-expanded="true"] {
    overflow: hidden;
}



/* Mobile Menu */
.phs-mobile-menu {
    display: none;
    position: fixed;
    top: var(--phs-nav-min-height);
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--phs-background);
    border-top: 1px solid var(--phs-border-light);
    box-shadow: var(--phs-shadow);
    opacity: 0;
    transform: translateY(-1rem);
    transition: var(--phs-transition);
    overflow-y: auto;
    z-index: 999;
}

.phs-mobile-menu.phs-menu-open {
    opacity: 1;
    transform: translateY(0);
}

.phs-mobile-menu-content {
    padding: var(--phs-spacing-lg);
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.phs-mobile-nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--phs-spacing-md);
    margin-bottom: var(--phs-spacing-xl);
}

.phs-mobile-nav-link {
    display: block;
    padding: var(--phs-spacing-md);
    text-decoration: none;
    color: var(--phs-text-primary);
    font-weight: var(--phs-font-weight-medium);
    border-radius: var(--phs-border-radius);
    transition: var(--phs-transition-fast);
}


.phs-mobile-login,
.phs-mobile-demo,
.phs-mobile-cta {
    display: block;
    text-align: center;
    padding: var(--phs-spacing-md);
    text-decoration: none;
    font-weight: var(--phs-font-weight-medium);
    border-radius: 2rem;
    transition: var(--phs-transition-fast);
}

.phs-mobile-login {
    color: var(--phs-text-primary);
}

.phs-mobile-login:hover {
    background-color: var(--phs-background-light);
}

.phs-mobile-demo {
    color: var(--phs-text-primary);
    border: 1px solid var(--phs-border-light);
}

.phs-mobile-demo:hover {
    background-color: var(--phs-background-light);
    border-color: var(--phs-text-secondary);
}

.phs-mobile-cta {
    color: var(--phs-background);
    background-color: var(--phs-primary-color);
}

.phs-mobile-cta:hover {
    background-color: var(--phs-primary-light);
}

/* Main Content */
.phs-main {
    min-height: 50vh;
}

.phs-hero {
    padding: var(--phs-spacing-xxl) 0;
    text-align: center;
    background-color: var(--phs-background-light);
}

.phs-container {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 var(--phs-spacing-lg);
}

.phs-hero h1 {
    font-size: var(--phs-font-size-xxl);
    font-weight: var(--phs-font-weight-bold);
    color: var(--phs-text-primary);
    margin-bottom: var(--phs-spacing-md);
}

.phs-hero p {
    font-size: var(--phs-font-size-lg);
    color: var(--phs-text-secondary);
    max-width: 40rem;
    margin: 0 auto;
}

/* Footer */
.phs-footer {
    background-color: var(--phs-primary-color);
    color: var(--phs-background);
    padding: var(--phs-spacing-lg) 0;
}

.phs-footer-container {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 var(--phs-spacing-lg);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phs-footer-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--phs-font-size-sm);
}

.phs-footer-actions {
    display: flex;
    gap: var(--phs-spacing-lg);
}

.phs-footer-action-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: var(--phs-font-size-sm);
    transition: var(--phs-transition-fast);
}

.phs-footer-action-link:hover {
    color: var(--phs-background);
}

button.phs-mobile-toggle:focus,
button.phs-mobile-toggle:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}
/* Responsive Design */
@media (max-width: 1200px) {
    .phs-nav-container {
        max-width: none;
        padding: 0 var(--phs-spacing-md);
    }

    .phs-mobile-simple-content,
    .phs-mobile-tab-content {
        padding: var(--phs-spacing-md);
    }

    .phs-mobile-tab-list {
        padding: 0 var(--phs-spacing-md);
        padding-top: var(--phs-spacing-md);
        margin-bottom: 0;
        border: 0;
    }
}

@media (max-width: 1024px) {
    :root {
        --phs-nav-min-height: 3.4rem;
    }

    .phs-mobile-actions {
        display: flex;
        flex-direction: column;
        gap: var(--phs-spacing-md);
        margin-top: auto;
        padding-top: var(--phs-spacing-lg);
        text-align: center;
    }
  
    .phs-dropdown-icon path {
        stroke: var(--phs-primary-color);
    }
  
    .phs-dropdown-toggle {
      min-width: 1.6rem;
      min-height: 1.6rem;
  }

    .phs-nav-list {
        padding: 0;
        min-height: initial;
    }

    .phs-nav-actions {
        gap: var(--phs-spacing-md);
    }

    .phs-feature-grid {
        grid-template-columns: 1fr;
    }

    .phs-simple-grid {
        grid-template-columns: 1fr;
        gap: var(--phs-spacing-xl);
    }

    .phs-nav-item {
        position: relative;
        padding: 0 var(--phs-spacing-sm);
    }

    .phs-tab-navigation .phs-tab-item {
        min-width: initial;
        padding: var(--phs-spacing-xs) 0.9rem;
        background: #fff;
    }

    .phs-tab-active:hover,
    .phs-tab-item.phs-tab-active {
        background-color: var(--phs-accent-color);
        color: var(--phs-background);
        border-color: var(--phs-accent-color);
    }

    .phs-tab-content .phs-feature-grid {
        padding: 0.85rem 0.25rem;
    }

    .phs-dropdown-vertical .phs-dropdown-footer {
        border-radius: var(--phs-border-radius);
    }

    .phs-tab-active .phs-tab-title {
        color: #fff;
    }

    .phs-tab-navigation {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.45rem;
    }

    .phs-has-dropdown.phs-dropdown-active {
        background: var(--phs-dropdown-bg);
        padding-top: 0.05rem;
        padding-bottom: 0.85rem;
    }


    .phs-nav-link .phs-dropdown-icon {
        display: none;
    }

    .phs-mega-dropdown {
        left: 1.5rem;
        right: 1.5rem;
        width: auto;
        transform: none;
        max-width: none;
        position: initial;
        box-shadow: none;
        display: none;
    }

    .phs-dropdown-active .phs-mega-dropdown {
        display: block;
        transform: translateY(0);
        background: transparent;
    }

    .phs-nav-menu,
    .phs-nav-actions {
        display: none;
    }

    .phs-mobile-toggle {
        display: flex;
    }

    .phs-mobile-menu {
        display: block;
    }

    .phs-dropdown-container {
        padding: var(--phs-spacing-lg);
    }

    .phs-dropdown-vertical .phs-dropdown-container {
        flex-direction: column;
        background: transparent;
    }

    .phs-vertical-tabs {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        gap: 0;
        margin-bottom: 0.5rem;
        border-radius: var(--phs-border-radius);
        justify-content: space-between;
    }

    .phs-vertical-tabs .phs-tab-item {
        flex: 1;
    }

    .phs-tab-item {
        flex-shrink: 0;
    }

    .phs-footer-container {
        flex-direction: column;
        gap: var(--phs-spacing-md);
        text-align: center;
    }

    .phs-footer-actions {
        flex-wrap: wrap;
        justify-content: center;
    }

    .phs-mobile-menu-content {
        padding: 0;
    }

    .phs-mobile-actions {
        padding: var(--phs-spacing-lg);
    }

    .phs-mobile-nav-list {
        gap: 0;
    }

    .phs-simple-column h4.phs-column-title {
        margin-bottom: -0.8rem;
    }

    .phs-dropdown-container {
        padding: 0.9rem;
        background: #fff;
        border-radius: var(--phs-border-radius);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

  .phs-logo-link img {
      max-width: 130px !important;
  }
  
   .phs-header .button:active,
   .phs-header .button:focus,
   .phs-header .button:hover,
   .phs-header button:active,
   .phs-header button:focus,
   .phs-header button:hover {
        background-color: transparent;
        border-color: transparent;
        color: #fff;
    }
  
    a, a:active, a:focus, a:hover {
      color: var(--phs-text-primary);
  }

  .phs-nav-cta:focus, .phs-nav-cta:hover {
    color: #fff;
  }
  
  .p-mob-foot {
      margin-bottom: 0.7rem;
  }
}

@media (max-width: 1190px) {
    .phs-nav-container {
        padding: 0 0;
    }  
}

@media (max-width: 480px) {

    :root {
       --phs-spacing-sm: 0.8rem;
       --phs-font-size-base: 0.86rem;
    }
  
      .phs-vertical-tabs .phs-tab-item {
          padding: 0.45rem;
          text-align: center;
          font-size: 14px !important;
      }

    .phs-nav-container {
        padding: 0;
    }

    .phs-container {
        padding: 0 var(--phs-spacing-sm);
    }

    .phs-hero {
        padding: var(--phs-spacing-xl) 0;
    }

    .phs-hero h1 {
        font-size: var(--phs-font-size-xl);
    }

    .phs-hero p {
        font-size: var(--phs-font-size-base);
    }

    .phs-mobile-nav-header .phs-mobile-nav-link {
        padding-left: var(--phs-spacing-sm);
    }

    .phs-mobile-feature-item {
        padding: var(--phs-spacing-sm);
    }

    .phs-mobile-simple-content {
        gap: var(--phs-spacing-sm);
    }

}

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

.phs-tab-active::before, .phs-tab-active::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1rem;
    aspect-ratio: 1 / 1;
    background-color: inherit;
}

.phs-tab-active::after {
    bottom: -1rem;
    mask: radial-gradient(circle at bottom left, transparent 72%, black 72%);
}

.phs-tab-active:first-child::before {
    top: 0;
    right: -1rem;
    mask: none;
}

.phs-tab-active::before {
    top: -1rem;
    mask: radial-gradient(circle at top left, transparent 72%, black 72%);
}

.phs-tab-item.phs-tab-active {
    position: relative;
}

span.phs-tab-subtitle {
    display: block;
    font-size: 0.85rem;
}

.phs-tab-panel-content {
    display: grid;
    grid-template-columns: 1fr 330px;
    align-items: flex-start;
    gap: var(--phs-default-gap-nav-dd);
}

.vm-right-panel-cont {
    background: var(--phs-dropdown-bg);
    border-radius: var(--phs-border-radius);
    padding: 0.75rem; 
}

.vm-right-panel-try-free img {
    max-width: 100%;
    border-radius: calc(var(--phs-border-radius) * 0.75);
    min-height: 200px;
    object-fit: cover;
}

.vm-right-panel-testi {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0.85rem;
    margin-top: 0.75rem;
    border-radius: calc(var(--phs-border-radius) * 0.75);
}

.vm-right-panel-testi p {
    font-size: 0.925rem;
    line-height: 1.35;
}

.vm-right-panel-testi .testi-logo {
    max-width: 115px;
}

.phs-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.phs-nav-icon {
    height: 2.5rem;
    width: 2.5rem;
    fill: var(--phs-primary-color);
    align-items: center;
    background: #e3e6e8;
    display: inline-flex;
    justify-content: center;
    padding: 0.58rem;
    border-radius: 0.5rem;
}

.phs-nav-icon-wrapper {
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.phs-feature-item:hover .phs-nav-icon {
    background: var(--phs-active-bg-color);
}

.vm-right-panel-try-free {
    position: relative;
}

.vm-right-panel-try-free {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--phs-border-radius) * 0.75);
}

.try-free-link {
    position: absolute;
    z-index: 99;
    left: 0.9rem;
    bottom: 0.9rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.96rem;
}

.vm-right-panel-try-free::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 28%);
}

html:has(.phs-dropdown-open) body::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    backdrop-filter: blur(3px);
}

.phs-tab-title {
    position: relative;
}

.phs-tab-title::after {
    content: '';
    background-image: url('data:image/svg+xml,%3Csvg%20id%3D%22Chevron%20Right%20MD%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.46967%207.46967C9.76256%207.17678%2010.2374%207.17678%2010.5303%207.46967L14.5303%2011.4697C14.8232%2011.7626%2014.8232%2012.2374%2014.5303%2012.5303L10.5303%2016.5303C10.2374%2016.8232%209.76256%2016.8232%209.46967%2016.5303C9.17678%2016.2374%209.17678%2015.7626%209.46967%2015.4697L12.9393%2012L9.46967%208.53033C9.17678%208.23744%209.17678%207.76256%209.46967%207.46967Z%22%20fill%3D%22%23B5BFD2%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    position: absolute;
    top: -2px;
    right: -20px;
    width: 1.3rem;
    height: 1.3rem;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-6px);
    transition: all .3s;
}

.phs-tab-item:hover .phs-tab-title::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.phs-media-content:has(.phs-media-image) {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.1rem;
}

.phs-media-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
/* High contrast mode support */
@media (prefers-contrast: high) {
    :root {
        --phs-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
        --phs-shadow-lg: 0 1rem 2rem rgba(0, 0, 0, 0.4);
    }

    .phs-tab-item,
    .phs-feature-item,
    .phs-menu-item {
        border: 1px solid rgba(0, 0, 0, 0.2);
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
.footer-logo .hs_cos_wrapper_type_logo img {
  max-width: 180px;
  width: 9.5rem !important;
  height: 9.5rem;
  display: inline-block;
  margin-bottom: 1.8rem;
}

footer.footer {
  padding: 4rem 0;
  position: relative;
}

.footer-logo-description {
  margin-bottom: 1rem;
}

ul.footer-social-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.footer-social-icon-list > li {
  display: inline-block;
}

.footer-social-icon {
  line-height: 0;
  font-size: 0;
}

ul.footer-social-icon-list > li svg.icon-svg {
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  width: 32px;
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  overflow: hidden;
}

.footer-logo-description p:last-child {
  margin-bottom: 0;
}

ul.footer-social-icon-list>li:not(:last-child) {
  padding-right: 1.5rem;
}

.footer-social-icons {
  margin-bottom: 1rem;
}

footer p:last-child {
  margin-bottom: 0;
}

/* .footer-top {
margin-bottom: 58px;
}
*/
/* .footer-menu-section .hs-menu-wrapper > ul {
  display: block;
}
 */
/* .footer-menu-section .hs-menu-wrapper > ul > li.hs-menu-item {
  width: calc(25% - 3px);
  display: inline-block;
} */

.footer-menu-section .hs-menu-wrapper > ul > li.hs-menu-item a {
  display: block;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 2rem;
}

.footer-menu-section .hs-menu-wrapper > ul ul li.hs-menu-item a {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}

.footer-menu-section .hs-menu-wrapper > ul ul li.hs-menu-item {
  margin-bottom: 1.25rem;
}

.footer-bottom {
  /*   margin-top: 34px; */
  line-height: 1.5;
}

.footer-logo-description p,
.footer-bottom p {
  line-height: 1.5;
}

footer.footer:before {
  background: linear-gradient(to right, var(--plm-light-blue) 25%, var(--plm-light-yellow) 25%, var(--plm-light-yellow) 25%, var(--plm-light-yellow) 50%, var(--plm-light-salmon) 50%, var(--plm-light-salmon) 75%, var(--plm-light-green) 75%, var(--plm-light-green) 100%);
  content: "";
  height: 0.28rem;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: inline-block;
  z-index: 1;
}

.footer-sec-divider hr {
  background-color: #000;
  border-top: 1px solid #14366f;
  height: 0;
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul.footer-social-icon-list>li.youtube_link svg {
  width: 35px;
}

.footer-menu-section .hs-menu-wrapper>ul>li.hs-menu-item a[href="javascript:;"] {
  pointer-events: none;
}

@media (min-width:768px) {

  .ft-desktop-menu{
    display:block;
  }

  .ft-mobile-menu{
    display:none !important;
  }

/*   .row-fluid [class*=span].footer-menu-section {
    padding: 0;
    padding-left: 9px;
  } */

  .footer-menu-section .hs-menu-wrapper>ul {
/*     --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0; */
    display: flex;
    flex-wrap: wrap;
/*     margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x)); */
  }

  .row-fluid [class*=span].footer-menu-section {
    padding: 0 !important;
  }

  .footer-menu-section .hs-menu-wrapper>ul>li.hs-menu-item {
    width: 25%;
    padding: 0 12px;
  }

  .footer-logo-section {
    margin-bottom: 1rem;
  }

  .footer-top-inner {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    width: auto;
  }

  .footer-top-inner > div {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
    margin-top: var(--bs-gutter-y);
  }

  .footer-menu-section {
    margin-bottom: 1.5rem;
  }

  .footer-logo-section p {
    line-height: 1.5;
  }


}


@media (max-width:991px) {

  footer br{
    display:none;
  }

  .footer-menu-section .hs-menu-wrapper>ul>li.hs-menu-item {
    padding: 0 12px;
    width: 50%;
  }
  
}

@media (max-width:767px) {

  .ft-mobile-menu{
    display:block;
  }

  .ft-desktop-menu{
    display:none !important;
  }

  .footer-sec-divider hr {
    margin: 0;
    height: 0;
  }

  footer.footer {
    text-align: center;
    padding: 45px 0;
  }

  .footer-logo-description {
    margin-bottom: 25px;
  }

  .footer-logo-section {
    margin-bottom: 25px;
  }

  .footer-menu-section .hs-menu-wrapper>ul>li.hs-menu-item {
    width: 100%;
  }

  .footer-menu-section .hs-menu-wrapper>ul>li.hs-menu-item a {
    margin-bottom: 32px;
  }

  .footer-top {
    margin-bottom: 30px;
  }

  .footer-menu-section .hs-menu-wrapper>ul ul li.hs-menu-item:last-child {
    margin-bottom: 0;
  }

  .footer-bottom {
    margin-top: 31px;
  }

  .footer-btm-right p {
    text-align: center !important;
  }

  footer.footer {
    padding-bottom: 34px;
  }

  footer.footer .footer__container.content-wrapper {
    padding: 0 36px;
  }

  footer br {
    display: block;
  }

  .footer-btm-left {
    margin-bottom: 27px;
  }

  .footer-social-icons {
    margin-bottom: 29px;
  }

  .footer-logo .hs_cos_wrapper_type_logo img {
    max-width: 155px;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
.system-req-tou i.fa.fa-check::after {
    content: '';
    position: absolute;
    font-weight: 700;
    background-image: url(data:image/svg+xml,%3Csvg viewBox='0 0 32 32' fill='%23359BEC' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg data-name='Layer 57' id='Layer_57'%3E%3Cpath d='M11.5,25.5a2,2,0,0,1-1.41-.59l-5.5-5.5a2,2,0,0,1,2.83-2.83l4.09,4.09L24.59,7.59a2,2,0,0,1,2.83,2.83l-14.5,14.5A2,2,0,0,1,11.5,25.5Z'/%3E%3C/g%3E%3C/svg%3E);
    background-size: 100%;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    top: -10px;
    left: -9px;
}
.ol-list-sublist ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

.ol-list-sublist ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}
/* .ol-list-sublist ol>li:before {
  color: #ffffff;
} */
.ol-list-sublist ol > li:before {
     content: counters(item,".") ". ";
    display: table-cell;
    font-size: 36px;
    font-weight: 600;
    min-width: 44px;
    /* padding-right:.6em; */
}

.ol-list-sublist li ol > li {
    margin: 0;
}

.ol-list-sublist li ol > li:before {
    content: counters(item, ".") " ";
    font-weight: 500;
    font-size: 1rem;
    width: max-content;
    min-width: 50px;
    font-family:"Plus Jakarta Sans", sans-serif !important;
}

/*a counter ol list*/
.ol-list-sublist .ol-type-a ol {
    counter-reset: alphabeticList;
}

.ol-list-sublist .ol-type-a ol li {
    counter-increment: alphabeticList;
}

.ol-list-sublist .ol-type-a ol li::before {
    content: counter(alphabeticList, lower-alpha)".";
}


.ol-list-sublist ol > li:before {}

.deep-anchor-link {
    position: relative;
    padding-top: 40px;
    scroll-margin-top: 70px;

}
.click-to-copy {
    padding: 4px 7px;
    color: #080808;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    font-weight: 400;
    line-height: 18px;
    position: absolute;
    font-size: 13px;
    left: 40px;
    display: block;
    z-index: 99;
    border-radius: 4px;
    bottom: -15px;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    white-space: nowrap;
    transition: all .3s;

}
 
.click-to-copy::after {
    content: '';
    border-width: 6px;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    top: 6px;
    left: -11px;
    position: absolute;
    z-index: -1;

}

div:where(.swal2-container) div:where(.swal2-popup) {
    background: #fff !important;    
    font-size: 1rem;
}

 div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background: #EF21AD; !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 400;
    padding: 12px 50px !important;
}
h1.h4.my-4 span {
    color: #173571;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border-color: #39a361 !important;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    background: #39a361 !important;
}

.deep-anchor-link:hover .click-to-copy {
    visibility: visible;
    opacity: 1;

}
[data-anchorjs-icon]:after {
    content: "";
    background-image: url("https://25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/copy-link-svg.svg");
    width: 15px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.anchorjs-link {
    padding-left: 0.375em;
    font-size: 23px !important;
    position: relative;
    top: 2px;
    color: #173571 !important;
    font-family: anchorjs-icons !important;
}
@media(max-width: 767px) {

    .click-to-copy {
        right: 0px;
        bottom: -31px;
        transform: none;
        left: initial;
        display: none;

    }
 
    .click-to-copy::after {
        top: -12px;
        left: 140px;
        transform: rotate(90deg);
    }

}
/*******color********/
.post-type-content .post-thumbnail {
    display: none;
}

/***Pricing menu Start***/

.header_menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Pricing ul.hs-menu-children-wrapper.active-branch {
    display: none !important;
}
.header_menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Pricing .child-trigger {
    display: none !important;
}
.header_menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Pricing em.icon.ni.ni-downward-ios {
    display: none !important;
}

.header_menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Pricing a::before, 
.header_menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Pricing a::after {
    display: none !important;
}
.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children.Pricing:hover>ul {
    display: none !important;
}

/***Pricing menu Closed***/


.header_right_inner .login-cta #cta_button_25266601_c6f038bd-27c7-4c41-a269-7abd7a982330 {
    min-width: 48px;
}
.header-wrapper.header_customized .free-trial.book-cta a {
    min-width: 200px;
    margin-left: 15px;
    /* box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); */
    background: #ffffff !important;
    color: #173571;
}

.header-wrapper.header_customized .free-trial.book-cta a:hover {
    background: #359bec !important;
    color: #fff !important;
}

/****book a demo page****/
/* .body-wrapper.hs-content-id-91335945707.hs-site-page.page header.header .header_logo.span2 {
    justify-content: center !important;
    padding-top: 10px  !important;
} */
.body-wrapper.hs-content-id-91335945707.hs-site-page.page header.header {
    position: absolute !important;
    background: transparent;
    top: 10px;
    text-align: center;
    width: 100% !important;
}
.body-wrapper.hs-content-id-91335945707.hs-site-page.page header.header .header_logo.span2 {
    display: flex;
    justify-content: flex-start;
    width: 100% !important;
    top: 0;
}
.main_adv_ftr.adv_filter.filter_sec .img_wrap .video_icon path {
    fill: #031953;
}
.main_adv_ftr.adv_filter.filter_sec .img_wrap .video_icon svg {
    border-radius: 100%;
    background: #ffffff;
      border: 1px solid #fff;
}
.body-wrapper.hs-content-id-91335945707.hs-site-page.page .header_menu.span7 {
    display: none !important;
}
.body-wrapper.hs-content-id-91335945707.hs-site-page.page .mobile-trigger{
    display: none !important;
}
.body-wrapper.hs-content-id-91335945707.hs-site-page.page .header_right.span3 {
    display: none !important;
}
.body-wrapper.hs-content-id-93320820944.hs-site-page.page .profile_row .image img {
    border: 0px !important;
}
/****book a demo page close****/
.card_body .link_text a .arrow.right {
    display: none !important;
}

.card_body .link_text a .arrow.down {
    display: none;
}

.left{
  text-align:left;
}
.center{
  text-align:center;
}
.right{
  text-align:right; 
}

div[class*="force-full-width-section"]>.row-fluid>.dnd-column {
  padding-left: 0;
  padding-right: 0;
}

[class*="full-width-section"].dnd-section > .row-fluid,
[class*="full-width-section"].dnd-section {
  padding: 0;
}
.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.flex_row .col20,
.flex_row .col12,
.flex_row .col11,
.flex_row .col10,
.flex_row .col9 ,
.flex_row .col8 ,
.flex_row .col7 ,
.flex_row .col6 ,
.flex_row .col5 ,
.flex_row .col4 ,
.flex_row .col3 ,
.flex_row .col2 ,
.flex_row .col1 {
  padding:0 12px;
}

.cm_gs_page .cm_tcc {
  padding: 66px 0;
}

.cm_gs_page .content_column.col6 {
  width: 45%;
  padding-left: 39px;
  padding-top: 11px;
}

.cm_gs_page .cm_tcc .flot_img_added .media_img {
  padding: 0;
  max-width: 506px;
  margin: 0 auto;
}

.cm_gs_page .cm_tcc .flex_row {
  align-items: flex-start;
}
.cm_care_page .cm_tcc:not(.cover_img) {
  padding-bottom: 60px;
  padding-top: 57px;
}



.cm_care_page .cm_tcc:not(.cover_img) .content_column.col6 {
  padding-right: 61px;
}

.cm_care_page .cm_tcc:not(.cover_img) .btn-grp {
  margin-top: 30px;
}


.cm_care_page .cm_tcc.cover_img.left.cl_right .col6 {
  padding: 0;
}

.cm_care_page .cm_tcc.cover_img.left.cl_right .content_column.col6 {
  padding: 0;
}

.cm_care_page .cm_tcc.cover_img.left.cl_right .content_co {
  padding-left: 9.3%;
  padding-top: 8%;
  padding-right: 34%;
  padding-bottom: 10%;
}
/* ===== how it works ==== */
.hs-site-page .actions {
  text-align: center;
}
.hs_provider .widget-type-rich_text p a {
  text-decoration: underline;
}

/*  */

.body-container--home .cm_cwt .cm_cwt_content {
  width: 100%;
  padding: 0 7px;
}
.body-container--home .hs_cos_wrapper_type_module>hr {
    height: 0;
}


@media(max-width:1300px){
  .cm_care_page .cm_tcc.cover_img.left.cl_right .content_co {
    padding-right: 8%;
  }
}

@media(max-width:767px){
  .cm_care_page .cm_tcc.cover_img.left.cl_right .media_bg {
    min-height: 271px;
  }
  .header-wrapper.header_customized .book-cta a {
      line-height: 48px !important;
  }
  .body-container--home .cm_cwt .cm_cwt_content{
    padding: 0;
  }
  .body-container--home .cm_cwt_item {
    padding: 0 10px;
  }

  .cm_care_page .cm_tcc.cover_img.left.cl_right .content_co {
    padding: 7px 42px 31px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cm_care_page .banner .banner_heading {
    padding: 0;
  }

  .cm_care_page .banner .page-center {
    padding: 0px 38px;
  }

  .cm_care_page .cm_tcc:not(.cover_img) {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .cm_care_page .cm_tcc:not(.cover_img) .media_img {
    width: 84%;
    margin: 0 auto;
  }

  .cm_care_page .cm_tcc:not(.cover_img) .content_column.col6 {
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 10px;
  }

  .cm_care_page .cm_tcc:not(.cover_img) .main-cont {
    /*     padding: 0 21px; */
  }
  .cm_gs_page .cm_tcc {
    padding: 38px 0;
  }

  .cm_gs_page .cm_tcc .flot_img_added .media_img {
    max-width: 89%;
  }

  .cm_gs_page .content_column.col6 {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
  }

  .cm_gs_page .cm_tcc .flex_row {
    row-gap: 41px;
  }

  .cm_gs_page .cm_tcc *:last-child {
    margin-bottom: 0;
  }
  .how_it_wrk .cm_tcc .media_bg {
    min-height: 280px;
  }
  .how_it_wrk .cm_tcc .bottom-logo {
    margin-bottom: 15px;
  }
  .hs_provider .cm_tcc.cl_right:not(.cover_img) .flex_row {
    flex-direction: column-reverse;
  }
  
  a#faq {
    scroll-margin-top: 2.5rem;
  }
}

/* 404 page css */

.error-container {
    background-color: #eaf5fe;
}

.error-page-wrapper {
    text-align: center;
    padding: 3rem 0 4rem;
}

.error-image {
    max-width: 600px;
}

.error-page-wrapper h1 {
    font-size: 25px;
    color: #173571;
    margin-bottom: 15px;
    margin-top: 40px;
    font-weight: 700;
}

.error-page-wrapper p {
    color: #6A7895;
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

.error-page-wrapper p br{
  display: none;
}

@media (max-width: 1600px) {
    .error-image {
        max-width: 500px;
    }
}

.hs-form-required {
color: #173571 !important;
}

.splide__controls .splide__toggle {
    display: none;
}

#hs_cos_wrapper_widget_1694425369651 .splide__slide--image {
    border-radius: 13px;
    max-width: 9rem;
}

#hs_cos_wrapper_widget_1694425369651 .splide__slide--image__wrapper > a{
     pointer-events: none;
    cursor: default; 
}

.hs_cos_wrapper .splide__pagination__page {
    background: #03215d !important;
    opacity: .5!important;
}

.header-wrapper.book-a-demo-header .header {
    background-color: #f4f8fc;
    box-shadow: none;
    border: none;
    position: initial; 
}

.header-wrapper.book-a-demo-header {
    min-height: initial;
}

#hs_cos_wrapper_widget_1694415692293 select {
    padding-right: 1.5rem;
      -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.46967 0.96967C0.762563 0.676777 1.23744 0.676777 1.53033 0.96967L8 7.43934L14.4697 0.96967C14.7626 0.676777 15.2374 0.676777 15.5303 0.96967C15.8232 1.26256 15.8232 1.73744 15.5303 2.03033L8.53033 9.03033C8.23744 9.32322 7.76256 9.32322 7.46967 9.03033L0.46967 2.03033C0.176777 1.73744 0.176777 1.26256 0.46967 0.96967Z' fill='%235D729E'/%3E%3C/svg%3E%0A");
    background-position: calc(100% - 0.72rem);
    background-repeat: no-repeat;
    background-size: 0.888rem;
}

.hs-heard_about_plumm_from select {
    width: 100% !important;
}

@media(max-width: 576px) {
  #hs_cos_wrapper_widget_1694425369651 .splide__slide--image {
      max-width: 3.8rem;
  }
}



.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c2 .col_6sp {
    height: 100% !important;
}

.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c2 .col_6sp img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c2 .col_6sp .ryt_image {
    height: 100% !important;
}
.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c2 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c2 .col_6sp img {
    object-position: left top;
}

/* Center the tab labels horizontally */

.custom-pricing-tab-wrapper {
    padding: 80px 0;
}

.tab-labels {
    display: flex;
    justify-content: center;
    row-gap: 10px;
    column-gap: 5px;
}

/* Add styling to the tab labels */
.tab-label {
  background-color: rgba(93, 114, 158,1.0);
  cursor: pointer;
  padding: 16px 50px;
  transition: background-color .3s;
  border-radius: 0;
  color: #fff;
  transition: background-color 0.3s;
  font-size: 18px;
}

.tab-label.active {
    border-color: rgba(23, 53, 113,1.0);
    background-color: rgba(23, 53, 113,1.0);
}

.tab-labels .tab-label:first-child {
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
}

.tab-labels .tab-label:last-child {
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
}

.feature-sub-heading {
  font-weight: 700;
  font-size: 17px;
}


.mental-hr .cm-pricing-comp-item-inner li.features_label p,
.mental-hr-hr .cm-pricing-comp-item-inner li.features_label p{
    padding-left: 1.2rem;
}

.pricing_comparision .cm-pricing-comp-item {
    padding: 14px 0 !important;
}

.prcing_plans .plans_spacing p.description {
    min-height: 5.6rem;
}


.book-a-demo-banner #hs_form_target_widget_1694415692293 .hs-input.invalid.error {
    border-color: #ef6b51 !important;
}

.book-a-demo-banner #hs_form_target_widget_1694415692293 span.hs-form-required {
    display: none;
}

.button_content .btn_cl {
    background: #173571;
    border-radius: 150px;
    color: #f4f7fc;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-top: 25px;
    padding: 15px 25px;
    text-transform: capitalize;
}

.btn_cl:Hover {
    background: #359bec;
    color: #fff;
}
.image_txt_mental .page-row .column_6 .content_clm img {
    border-radius: 40px;
}

.client_testimonials_sec {
    position: relative;
    overflow: hidden;
}
.client_testimonials_sec .circle_shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.client_testimonials_sec .circle_shape .circle_lft_shape {
    width: 500px;
    height: 500px;
    flex-shrink: 0;
    border-radius: 629px;
    opacity: 0.1;
    background: linear-gradient(153deg, #FFE484 17.11%, rgba(255, 228, 132, 0.00) 77.33%);
    top: 10%;
    position: absolute;
    left: -12%;
}
.client_testimonials_sec .testimonial_row {
    position: relative;
    z-index: 1;
}
.client_testimonials_sec .circle_shape .circle_right_shape {
    width: 430px;
    height: 430px;
    flex-shrink: 0;
    top: 0%;
    position: absolute;
    right: -150px;
    border-radius: 568.228px;
    opacity: 0.15;
    background: linear-gradient(300deg, #F7C3C5 17.11%, rgba(247, 195, 197, 0.00) 77.33%);
}

/*****Custom new style******/
.header-wrapper.header_customized {
    min-height: auto;
}

.header-wrapper.header_customized header.header {
    background: #173571;
    box-shadow: none;
    top: 0;
    left: 0;
    padding: 10px 0px 10px;
}
.header-wrapper.header_customized ul li a {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
.header_logo img.hs-image-widget {
    max-width: 118px !important;
}
.page-center_full .button_content {
    margin-top: 40px;
}

.page-center_full .button_content a {
    border-radius: 150px;
    color: #173571;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 18px 30px;
    text-transform: capitalize;
    background: #FFF;
}

.page-center_full .button_content a:hover {
    background: #359bec;
    color: #fff;
}
.prcing_plans_sec .tabbed-content .column_4 .column_sp .offer_btn a {
    text-transform: none !important;
}
.header_right_inner .cta_button:focus {
    box-shadow: none !important;
}
@media only screen and (min-width: 768px) {
.header-wrapper.header_customized .header_menu.span7 {
    width: 100%;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}
.header_menu .hs-menu-wrapper>ul li.hs-item-has-children:hover>a:after {
    bottom: -13px;
}
/* .header-wrapper.header_customized .header_right.span3 .login-cta a {
    margin-right: 16px;
} */
.body-wrapper.hs-content-id-91700469457.hs-site-page.page #pricingComparison {
    padding-bottom: 0px;
}

.body-wrapper.hs-content-id-91700469457.hs-site-page.page  div#faq {
    padding-top: 110px;
}
  
}
.header-wrapper.header_customized .header_right.span3 .login-cta a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    text-transform: capitalize;
    background: transparent;
    border: 0px !important;
    width: auto !important;
    min-width: 90px;
    padding: 0px;
}
.header-wrapper.header_customized .book-cta {
    margin: 0px;
}
.header-wrapper.header_customized .book-cta a {
    border: 1px solid #fff;
    border-radius: 150px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    min-width: 160px;
    padding: 14px 16px;
    text-transform: capitalize;
    width: auto;
    line-height: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.header_menu .hs-menu-wrapper>ul li.hs-item-has-children:hover>a:after {
    color: #359bec !important;
}
footer.footer.footer_updated::before {
    display: none;
}

footer.footer.footer_updated {
    padding-top: 100px;
}
footer.footer.footer_updated .span8.footer-menu-section.ft-desktop-menu ul.hs-menu-children-wrapper li a {
    color: #64748B;
    font-size: 15px;
    font-style: normal;
    line-height: 20px; /* 143.885% */
    letter-spacing: -0.084px;
}
.footer-logo-description {
    margin-bottom: 1.5rem;
}
footer.footer {
    padding: 5rem 0;
    position: relative;
}
footer.footer.footer_updated .span4.footer-logo-section p {
    color: #64748B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    max-width: 330px;
}
footer.footer.footer_updated  hr {
    border-top: 1px solid #EBEBEB;
}
.footer-logo .hs_cos_wrapper_type_logo img {
    margin-bottom: 1.5rem !important;
}
footer.footer.footer_updated .span8.footer-menu-section.ft-desktop-menu {
    margin-bottom: 0px !important;
}
footer.footer.footer_updated .footer-btm-left.span6 p, footer.footer.footer_updated .footer-btm-right.span6 p {
    color: #64748B;
    font-family: Axiforma;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 150% */
}
footer.footer.footer_updated .footer-btm-right.span6 p span {
    color: #64748B;
}
footer.footer.footer_updated .footer-btm-right.span6 p {
    color: #173571;
}

footer.footer.footer_updated .footer-top {
    margin-bottom: 0px;
}
.iceberg_boxs .iceberg_bx_row .ice_berg_clm .sp_berg {
    height: 100%;
}
.btn_hero a:hover,
.content_image_row .btn_cl:hover,
.book_demo_seciton .book_demo_content a:hover{
    background: #359bec;
    color: #fff;
}
.header-wrapper.header_customized header.header.plm-header-sticky {
    background-color: rgb(23 53 113 / 89%);
    position: fixed;
    z-index: 1500;
}
footer.footer.footer_updated .footer-btm-left.span6 p a {
    color: #64748b;
    text-decoration: underline;
}
.slick_slide_logo .logos_sld {
    position: relative;
}

.slick_slide_logo .logos_sld::before, .slick_slide_logo .logos_sld::after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

.slick_slide_logo .logos_sld::before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #f4f7fc);
}
.slick_slide_logo .logos_sld::after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #f4f7fc);
}

.book-demoe_conntent .hs-custom-form span.hs-form-required {
    display: none;
}
.book-demoe_conntent .hs-custom-form  .hs_error_rollup {
    display: none;
}
.book-demoe_conntent .hs-custom-form select {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    background-image: url("https://25266601.fs1.hubspotusercontent-eu1.net/hubfs/25266601/arrow.svg") !important;
    background-position: calc(100% - 0.72rem) !important;
    background-repeat: no-repeat !important;
    background-size: 0.888rem !important;
    padding-right: 1.5rem !important;
}
.book-demoe_conntent .demo_frmrow .column_8 .column_sp fieldset.form-columns-1 li.hs-form-booleancheckbox input {
    border-radius: 5px;
}
.book-demoe_conntent .demo_frmrow .column_8 .column_sp fieldset.form-columns-1 .legal-consent-container .hs-richtext {
    display: none;
}
.iceberg_boxs .section_heading p {
    opacity: 0.5;
}
.profile_row .image img {
    border: 2px solid #389CFF;
    width: 67px;
    height: 67px;
    border-radius: 100%;
}
.footer-menu-section .hs-menu-wrapper>ul ul li.hs-menu-item a:hover {
    color: #173571 !important;
}
.header-wrapper.header_customized .book-cta a {
    background: transparent!important;
    height: 48px!important;
    text-transform: none !important;
}
.content_image_row .btn_cl {
    padding: 18.9px 28px !important;
}
@media only screen and (max-width: 767px) {
  .featured_resources.featured_resource_sec {
    margin-top: 52px;
}
  .profile_row .contnet {
    width: calc(100% - 80px);
}

.profile_row .contnet h6 {
    font-size: 12px !important;
}

.profile_row .contnet h5 {
    margin-bottom: 0;
}
  .slick_slide_logo .logos_sld:after, .slick_slide_logo .logos_sld:before {
    width: 60px;
}

.slick_slide_logo .image_lg img {
    margin: 0  auto;
}
  
.hero_section {
    padding: 150px 0px 150px 0px !important;
}

.hero_section .hero_content_row h1 {
    font-size: 28px !important;
    line-height: 34px !important;
}

.dashboard_image_logos .dashboard_image {
    margin-top: -100px !important;
}

.slick_slide_logo .content_heading {
    margin-bottom: 40px !important;
    margin-top: 10px !important;
}

.dashboard_image_logos {
    padding-bottom: 60px !important;
}

.benefits_plumm {
    padding: 60px 0px !important;
}

.benefits_plumm .section_heading h2 {
    font-size: 24px !important;
    line-height: 34px !important;
}

.benifit_cards_plumm .benefits_cd {
    width: 100% !important;
}

.benifit_cards_plumm .benefits_cd .sp_card {
    height: auto !important;
    min-height: 280px !important;
    padding: 30px !important;
}

.benifit_cards_plumm .benefits_cd .sp_card .content h3 {
    font-size: 28px !important;
    line-height: 34px !important;
}

.content_with_image .conetn_heading h2 {
    font-size: 26px !important;
    line-height: 36px !important;
}

.content_hlf_sp.left_content .content_txt {
    max-width: 100% !important;
    padding: 0px !important;
    margin-top: 40px  !important;
}

.content_image_row .content_hlf_sp .column_half {
    width: 100% !important;
}

.content_image_row .content_hlf_sp .column_half h3 {
    font-size: 22px !important;
    line-height: 32px !important;
}

.content_image_row .content_hlf_sp {
    flex-direction: column-reverse !important;
}

.content_hlf_sp.left_image .content_txt {
    float: left;
    padding: 0px !important;
    margin-top: 40px  !important;
}

.content_image_row {
    gap: 60px !important;
}

.content_with_image {
    padding-bottom: 60px  !important;
}

.iceberg_boxs {
    padding: 60px 0px !important;
}

.iceberg_boxs .section_heading h2 {
    font-size: 26px !important;
    line-height: 36px !important;
}

.iceberg_boxs .iceberg_bx_row .ice_berg_clm {
    width: 100% !important;
}

.client_testimonials_sec {
    padding: 70px 0px !important;
}

.client_testimonials_sec .testimonial_row h2 {
    font-size: 26px !important;
    line-height: 36px !important;
}

.client_testimonials_sec .testimonial_row h2 br {
    display: none;
}

.content_item p {
    font-size: 18px !important;
}

.profile_row h5, .profile_row h6 {
    font-size: 16px !important;
    line-height: normal !important;
}

.profile_row .contnet {
    padding-left: 10px !important;
    margin-left: 10px !important;
}

/* .profile_row .image {
    width: 35px;
    height: auto;
} */

.profile_row {
    align-items: center;
}

.book_demo_seciton {
    padding: 60px 0px !important;
}

.book_demo_seciton .book_demo_content h2 {
    font-size: 26px !important;
    line-height: 36px !IMPORTANT;
}
  .prcing_plans_sec .section_heading h1 {
    font-size: 28px !important;
}
.prcing_plans_sec .section_heading p {
    font-size: 16px !important;
    line-height: 28px !important;
}
.prcing_plans_sec .item.active:before {
    background: #173571 !important;
}

.prcing_plans_sec .tabbed-content .column_4 {
    width: 100% !important;
    padding: 0px !important;
    margin: 30px 0px 0px  0px !important;
}

.tabbed-content .item.active .item-content {
    padding: 0px !important;
}

.prcing_plans_sec .tabbed-content .column_4:nth-child(2) .column_sp {
    top: 0px !important;
    height: 100% !important;
    position: static !important;
}

.prcing_plans_sec .section_heading {
    margin: 50px 0px !important;
}

.prcing_plans_sec .item:before {
    background: #359bec !important;
    font-size: 16px !important;
    padding: 15px !important;
    color: #fff !important;
    font-weight: 500 !important;
    margin: 5px 0px;
}

.prcing_plans_sec .tabbed-content .item_row {
    padding-bottom: 30px !important;
}

.prcing_plans_sec .tabbed-content .column_4 .column_sp .offer_btn a {
    font-size: 15px !important;
}

.dnd_padd.pricing_comparision {
    padding:0px 0px 40px 0px !important;
}

.dnd_padd.pricing_comparision .top_content h2 {
    font-size: 26px !important;
    line-height: normal !important;
}

.dnd_padd.pricing_comparision .top_content p {
    font-size: 16px !important;
    line-height: normal !important;
}

.pricing_comparision .cm-pricing-comp-item ul>li:first-child {
    width: 100% !important;
}

.pricing_comparision .cm-pricing-comp-item ul>li:first-child {
    margin: 10px 0px !important;
}

.pricing_comparision .cm-icon {
    margin-top: 10px !important;
}

.faq_section .top_content h2 {
    font-size: 26px !important;
    line-height: normal !important;
}

.faq_section .acc_item h5 {
    font-size: 15px !important;
}

.accordion_wrap .acc_panel p {
    font-size: 14px !important;
}

.faq_section {
    padding: 40px 0px 40px !important;
}
.hs-content-id-91335945707 .header-wrapper.header_customized .header_logo.span2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.header-wrapper.header_customized #menu-mobile .header-login-cta.cta_button {
    border: 0px;
    background: transparent !important;
}
.header-wrapper.header_customized .book-cta a {
    border: 1px solid #fff !important;
    display: inline-block;
    line-height: 60px;
    padding-top: 0px !IMPORTANT;
    padding-bottom: 0px !important;
}
  .prcing_plans_sec .item:before {
    display: none;
}

.prcing_plans_sec .tabbed-content nav.tabs {
    display: block !important;
    list-style: none !important;
    padding-bottom: 0px !important;
}

.prcing_plans_sec .tabbed-content nav.tabs ul {
    list-style: none !important;
}

.prcing_plans_sec .tabbed-content nav.tabs li a {
    font-size: 14px !important;
    padding: 12px 15px !important;
    display: inline-block !important;
    border-radius: 25px !important;
}

.prcing_plans_sec .tabbed-content nav.tabs li {
    margin: 0px 0px  15px !important;
    display: inline-block;
}
.header_logo img.hs-image-widget {
    max-width: 95px !important;
}
/**mental health***/
  .image_and_txt_mentalh .image_txt_mental.row_page {
    padding: 50px 0px !important;
}

.image_and_txt_mentalh .image_txt_mental.row_page:first-child {
    padding-bottom: 0px !important;
}

.image_txt_mental .page-row .column_6 {
    width: 100% !important;
}

.image_txt_mental .page-row {
    margin: 0px !important;
    flex-direction: column-reverse !important;
}

.image_txt_mental .page-row .column_6 .content_clm {
    padding: 0px !important;
}

.image_txt_mental .page-row .column_6 .content_clm.img {
    margin-bottom: 40px !important;
}

body .image_txt_mental.row_page.cercle_top_ .bg_circle_sec {
    display: none !important;
}

.tabs_plumm_sec {
    padding: 50px 0px !important;
}

.tabs_plumm_sec .tabs li {
    font-size: 17px !important;
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.tabs_plumm_sec .tabs .active-tab:after {
    width: 55px !important;
    left: auto !important;
}

.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c1 {
    padding: 30px !important;
}

.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6 {
    width: 100% !important;
}

.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .content_sp h2 {
    line-height: 30px !important;
    font-size: 23px !important;
}

.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c2 {
    padding-left: 40px !important;
}

.client_testimonials_sec .circle_shape {
    display: none !important;
}
.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .tabs_sliderow .item_slide_tb {
    font-size: 12px !important;
}
  
  
}

.header-wrapper.header_customized .book-cta a:hover {
    background: #359bec !important;
    border-color: #359bec !important;
}
.prcing_plans_sec .tabbed-content .column_4 .column_sp {
    position: relative;
}

.book_demo_seciton .book_demo_content a {
    text-transform: none !important;
}
.pricing_comparision .cm-pricing-comp-item ul>li:first-child p strong {
    font-size: 16px;
}
.pricing_comparision .cm-pricing-comp-item-wrapper:after {
    border-bottom: 0px !important;
}
.dnd_padd.pricing_comparision .cm-pricing-comp .cm-pricing-comp-item-wrapper:nth-child(2)::after {
    border-top: 0px !important;
}

@media only screen and (max-width: 767px) {
  .tabbed-content .item {
    margin-bottom: 0px !important;
    min-height: auto !important;
}
  .prcing_plans_sec .tabbed-content .column_4 .column_sp .table_heading h4 {
    font-size: 18px !important;
}

.prcing_plans_sec .tabbed-content .column_4 .column_sp .offer_btn a {padding: 18px !important;}
  
.plm-header-sticky .header_menu[class*=span], 
header .header_menu[class*=span],
.plm-header-sticky .header_menu.span7 {
-webkit-backdrop-filter: blur(16px) !important;
-webkit-backdrop-filter: blur(16px) !important;
-moz-backdrop-filter: blur(16px) !important;
-webkit-backdrop-filter: blur(16px) !important;
-moz-backdrop-filter: blur(16px) !important;
 backdrop-filter: blur(13px);
}
  
.hero_inner .hero_content_sec h1 {
    font-size: 28px !important;
}

.page-center_full .full_iamge_row .content_right .spcontent {
    padding: 30px !important;
    max-width: 565px !important;
    margin: 0 auto !important;
}

.page-center_full .full_iamge_row .image_lft {
    width: 100% !important;
}

.page-center_full .full_iamge_row .content_right {
    width: 100% !important;
}
.hero_inner .hero_content_sec {
    margin-top: 50px !important;
}

.page-center_full .full_iamge_row .content_right .spcontent h2 {
    font-size: 28px !important;
}

.page-center_full .full_iamge_row .content_right .spcontent p {
    font-size: 16px !important;
}

.page-center_full .full_iamge_row .content_right .spcontent p strong {
    font-size: 16px !important;
}

.simple_tow_column_content {
    padding: 60px 0px !important;
}

.simple_tow_column_content .page_row .col_6 {
    width: 100% !important;
    padding: 10px 0px !important;
}

.page-center_full .ellipse {
    display: none !important;
}

.simple_tow_column_content .page_row {
    margin: 0px !important;
}

.simple_tow_column_content .page_row .col_6 p {
    font-size: 16px !important;
}

.our_journey_sec {
    padding: 80px 0px 100px !important;
}

.our_journey_sec .page_full {
    padding: 0px 15px !important;
}

.our_journey_sec .heading_journey h2 {
    font-size: 26px !important;
}

.our_journey_sec .heading_journey p {
    font-size: 16px !important;
    line-height: normal !important;
}

.our_journey_sec .page_full .timeline li {
    width: 100% !important;
}

.our_journey_sec .page_full .timeline li:nth-child(odd) h5.date {
    margin-bottom: 0px !important;
    position: static !important;
    min-height: auto !important;
    width: 100%;
}

.our_journey_sec .page_full .timeline li:nth-child(2n) .content_p {
    position: static !important;
    min-height: auto !important;
}

.our_journey_sec .page_full .timeline li:nth-child(2n) h5.date {
    position: static !important;
    min-height: auto !important;
    padding-top: 10px !important;
}

.our_journey_sec .page_full .timeline li .content_p:after {
    display: none !important;
}

.our_journey_sec .page_full .timeline li:nth-child(2n) .content_p:before {
    display: none !important;
}

.our_journey_sec .page_full .timeline li .content_p {
    min-height: auto !important;
}

.our_journey_sec .page_full .timeline li {
    margin: 30px 0px 10px !important;
}

.our_journey_sec .time_line_sec {
    padding: 0px !important;
    max-width: 270px !important;
    margin: 0 auto !important;
}

.our_journey_sec .heading_journey {
    margin-bottom: 0px !important;
}

.our_journey_sec .page_full .border_line {
    display: none !important;
}

.our_journey_sec .page_full .timeline li .content_p:before {
    display: none !important;
}

.our_journey_sec .page_full .timeline {
    position: relative !important;
    margin-top: 40px !important;
}

.our_journey_sec .page_full .timeline::before {
    position: absolute !important;
    content: "" !important;
    width: 1px !important;
    height: 100% !important;
    background: #173571 !important;
    right: 50% !important;
    top: 0 !important;
    z-index: 0 !important;
}

.our_journey_sec .page_full .timeline li .date:after, .our_journey_sec .page_full .timeline li .date:before {
    left: 45% !important;
}

.our_journey_sec .page_full .timeline li:nth-child(2n) .date:after {
    left: 47% !important;
}

body .our_journey_sec .page_full .timeline li:nth-child(odd) .date:after {
    left: 47% !important;
    bottom: 115% !important;
}

.our_journey_sec .page_full .timeline li:nth-child(odd) .date:after, .our_journey_sec .page_full .timeline li:nth-child(odd) .date:before {
    bottom: 110% !important;
}

.our_journey_sec .page_full .timeline li .lisp {
    background: #e3edfe !important;
}
.our_journey_sec .page_full .timeline .journey_1 h5.date:before,
.our_journey_sec .page_full .timeline .journey_1 h5.date:after{
    display: none !important;
}
.gevernance_sec.benefits_plumm .page-center {
    position: relative;
    z-index: 9;
}

.hs-content-id-91734608342 .gevernance_sec.benefits_plumm {
    padding-top: 130px !important;
}

.gevernance_sec.benefits_plumm p {
    font-size: 16px !important;
}

.tow_clm_conetnt {
    padding: 60px 0px 40px 0px !important;
}
.tow_clm_conetnt .row_content .col_6 {
    width: 100% !important;
}

.tow_clm_conetnt .row_content h2 {
    font-size: 25px !important;
}

.logos_cm_section .top_content h2 {
    font-size: 24px !important;
    line-height: 32px !important;
}

.logos_cm_section .top_content p {
    font-size: 16px !important;
}

.tow_clm_conetnt .row_content {
    margin: 0px !important;
}

  .hero_title_towclm .heading_section h2 {
    font-size: 28px !important;
    line-height: normal !important;
}

.hero_title_towclm .heading_section p {
    font-size: 16px !important;
    line-height: 28px !important;
}

.hero_title_towclm {
    padding-top: 130px !important;
}

.hero_title_towclm .row_content .cl_7 {
    width: 100% !important;
}

.hero_title_towclm .row_content .cl_5 {
    width: 100% !important;
}

.hero_title_towclm .row_content {
    flex-direction: column-reverse !important;
}

.hero_title_towclm .row_content .cl_7 .clsp {
    padding: 20px 20px 40px 20px !important;
}

.hero_title_towclm .row_content .cl_7 .clsp h2 {
    font-size: 28px !important;
    line-height: 36px !important;
}

.hero_title_towclm .row_content .cl_7 .clsp .btn_module {
    margin-top: 20px !IMPORTANT;
}

  .carrers_hero_banner {
    padding-top: 150px !important;
}

.carrers_hero_banner .content-s h1 {
    font-size: 28px !important;
}
.carrers_hero_banner .content-s p {
    font-size: 16px !important;
    line-height: 28px !important;
}

.carrers_hero_banner .media_content img {
    border-radius: 20px !important;
}

.twenty_content_image .center_row .column70 {
    width: 100% !important;
    padding: 0px !important;
}

.twenty_content_image .center_row .column70 h3 {
    font-size: 20px !important;
}

.twenty_content_image .center_row .column30 {
    width: 100% !important;
}

.jobopning_sec {
    padding: 60px 0px!important;
}

.jobopning_sec .section_heading h2 {
    font-size: 26px !important;
}

.jobopning_sec .content_item .item_sp {
    padding: 20px !important;
}
.book_demo_seciton {
    background-position: center !important;
}
.footer-logo-description {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.header-wrapper.header_customized header.header.plm-header-sticky {
    padding: 9px 0px !important;
}
.header-wrapper.header_customized header.header {
  padding: 9px 0px;
}
.prcing_plans_sec .tabbed-content .column_4 .column_sp .offer_btn {
    position: static !important;
}
.prcing_plans_sec .tabbed-content .column_4 .column_sp {
    padding-bottom: 50px !important;
}
footer.footer.footer_updated .footer-menu-section.ft-mobile-menu {
    display: none !important;
}
footer.footer.footer_updated .span8.footer-menu-section.ft-desktop-menu {
    display: block !important;
    padding-top: 10px !important;
}
footer.footer.footer_updated .span8.footer-menu-section.ft-desktop-menu ul {
    flex-direction: row;
    display: flex;
}

footer.footer.footer_updated .span8.footer-menu-section.ft-desktop-menu ul li.hs-menu-item {
    width: 50% !important;
    margin-bottom: 1rem!important;
    padding: 0px !important;
}
footer.footer.footer_updated .footer__container.content-wrapper {
    padding: 0px 15px !important;
}
ooter.footer.footer_updated .span8.footer-menu-section.ft-desktop-menu ul.hs-menu-children-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
footer.footer.footer_updated .span8.footer-menu-section.ft-desktop-menu ul.hs-menu-children-wrapper li {
    width: 100% !important;
}
footer.footer.footer_updated .span8.footer-menu-section.ft-desktop-menu ul.hs-menu-children-wrapper li a {
    font-size: 14px !important;
}
footer.footer.footer_updated .footer-top {
    margin-bottom: 0px !important;
}
footer.footer.footer_updated .footer-btm-left.span6 p br, footer.footer.footer_updated .footer-btm-right.span6 p br {
    display: none !important;
}
footer.footer.footer_updated .footer-btm-right.span6 p span {
    display: inline-block !important;
}
.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c2 .col_6sp {
    width: 100% !important;
}

.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c2 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.case_studies_sec .heading_sec {
    padding-bottom: 30px !important;
}
.case_studies_sec .heading_sec p {
    font-size: 15px !important;
}
.case_studies_sec .heading_sec h1 {
    font-size: 28px !important;
}
.case_studies_sec .filter_card_sec .card_body * {
    font-size: 18px !important;
}

.body-wrapper.hs-content-id-93320820944.hs-site-page.page .client_testimonials_sec {
    padding-top: 20px !important;
}
.main_adv_ftr.adv_filter.filter_sec {
    padding-bottom: 10px !important;
}

.main_adv_ftr.adv_filter .filter_link {
    font-size: 16px !important;
    padding: 15px 10px !important;
}

.adv_filter .filter_nav {
    width: 100% !important;
}

.main_adv_ftr button.slick-next.slick-arrow {
    background-color: #fff !important;
    right: -9px !important;
    border-radius: 100% !important;
}
.main_adv_ftr.adv_filter.filter_sec .img_wrap {
    height: 250px !important;
}
.video_gallery_sec .heading_section h1 {
    font-size: 28px !important;
}

.video_gallery_sec .heading_section {
    padding-bottom: 30px !important;
}

.video_gallery_sec .heading_section p {
    font-size: 16px !important;
}
  .featured_resource_sec .flex_row .col6.image_col {
    width: 100% !important;
}
  
body .feature_item_row .image_box img {
    height: 270px!important;
    object-position: top !important;
}

.content_col.col6 {
    width: 100% !important;
    padding: 20px 20px 80px !important;
}

.featured_resources .title {
    font-size: 22px !important;
    margin-bottom: 10px !important;
}

.featured_resources .text p {
    font-size: 16px !important;
    line-height: normal !important;
}

.featured_resources .primary-btn {
    margin-top: 0px !important;
}

.featured_resource_sec ul.slick-dots {
    width: 100% !important;
    padding: 20px !important;
    bottom: 15px !important;
}
body .main_adv_ftr .filter_nav .slick-list {
    padding: 0px !important;
}

.main_adv_ftr.adv_filter.filter_sec {
    padding: 50px 0px !important;
}

.adv_filter .top_title {
    font-size: 20px !important;
}
.main_adv_ftr.adv_filter.filter_sec .card_body h4.title, .main_adv_ftr.adv_filter.filter_sec .card_body h4.title a {
    font-size: 18px !important;
}
.page-center_full .full_iamge_row .content_right .spcontent h2 br {
    display: none !important;
}

body .page-center_full .full_iamge_row .content_right .spcontent h2 {
    font-size: 26px !important;
}

.page-center_full .button_content a {
    font-size: 14px !important;
}

.page-center_full .button_content {
    margin-top: 20px !important;
}
.banner_over .blog-header__inner .blog-banner-widget-inner .blog-topic-filter {
    width: 100% !important;
    padding: 0px !important;
}

.banner_over .blog-header__inner .blog-banner-widget-inner .blog-banner-search {
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 10px !important;
}

body .blog-related-posts__list .blog-post-cnt h4 a, body section.blog-index article .blog-index__post-inner-card .blog-post-cnt h4 a {
    font-size: 18px !important;
    line-height: 22px !important;
}

section.blog-index article .blog-index__post-inner-card .blog-post-cnt .blog-post-meta {
    display: inline-block !important;
}

.blog-post__read-more a {
    font-size: 15px !IMPORTANT;
}
.blog-post__title span {
    font-size: 20px !important;
    line-height: 24px !important;
}

.blog_details_hero .blog-post .blog-post__title {
    line-height: 25px !important;
    margin-top: 10px !important;
    margin-bottom: 0px !IMPORTANT;
}
.blog_details_hero .post-featured-image {
    height: 500px !important;
}

.blog_details_hero .blog-post .blog-post__meta {
    text-align: center;
}  
  
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .prcing_plans_sec .tabbed-content nav.tabs li a {
    font-size: 18px !important;
    padding: 12px 30px !important;
}
.prcing_plans_sec .tabbed-content .column_4 {
    padding: 10px !important;
    width: 100% !important;
}
.prcing_plans_sec .tabbed-content .column_4:nth-child(2) .column_sp {
    position: static !important;
    height: 100% !important;
}
.pricing_comparision .cm-pricing-comp-item ul .features_label~li, .pricing_comparision .cm-pricing-comp-item ul .first_row_label~li {
    width: 100% !important;
}
.pricing_comparision .cm-pricing-comp-item ul>li:first-child {
    width: 100% !important;
}
  
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
.pricing_comparision .cm-pricing-comp-item-wrapper:after {
    left: calc(84% - 40px) !important;
    transform: translateX(calc(-75% - 35px)) !important;
} 
.book-demoe_conntent .demo_frmrow .column_8 .column_sp {
    padding: 25px !important;
}

.book-demoe_conntent .demo_frmrow .column_8 .column_sp label span p {
    font-size: 13px !important;
    margin-left: 5px !important;
}
  
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer.footer.footer_updated .span8.footer-menu-section.ft-desktop-menu ul.hs-menu-children-wrapper li a {
    font-size: 13px !important;
}
footer.footer.footer_updated .span8.footer-menu-section.ft-desktop-menu ul.hs-menu-children-wrapper li a {
    font-size: 13px !important;
}

footer.footer.footer_updated .footer-btm-left.span6 p, footer.footer.footer_updated .footer-btm-right.span6 p {
    font-size: 13px !important;
}
  
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.featured_resource_sec ul.slick-dots{
      bottom: 30px !important;
    padding-left: 40px !important;
  }
  
body .feature_item_row .image_box img {
    height: 100% !important;
}
.header_menu .hs-menu-wrapper>ul li.hs-item-has-children>a {
    font-size: 13px !important;
}

.header-wrapper.header_customized .book-cta a {
    font-size: 13px !IMPORTANT;
    height: 47px !important;
    min-width: 130px !important;
}

.header-wrapper.header_customized .header_right.span3 .login-cta a {
    font-size: 13px !important;
}

.benefits_plumm .section_heading h2 {
    font-size: 30px !important;
    line-height: 45px !IMPORTANT;
}

.benifit_cards_plumm .benefits_cd .sp_card {
    min-height: 350px !important;
    padding: 30px !IMPORTANT;
}

.benifit_cards_plumm .benefits_cd .sp_card .content h3 {
    font-size: 32px !important;
    line-height: 40px !IMPORTANT;
}

.content_with_image .conetn_heading h2 {
    font-size: 34px !IMPORTANT;
    line-height: 46px !IMPORTANT;
}

.content_image_row .content_hlf_sp .column_half h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}

.content_image_row .content_hlf_sp p {
    font-size: 15px !IMPORTANT;
    margin: 15px 0px !IMPORTANT;
}

.iceberg_boxs .section_heading h2 {
    font-size: 30px  !important;
}

.iceberg_boxs .iceberg_bx_row .ice_berg_clm .sp_berg .head_box h4 {
    font-size: 18px !important;
}

.iceberg_boxs .iceberg_bx_row .ice_berg_clm .sp_berg .rich_content ul li {
    font-size: 15px !important;
}

.client_testimonials_sec .testimonial_row h2 {
    font-size: 32px !important;
    line-height: 46px !important;
}

.content_item p {
    font-size: 20px !important;
}

.profile_row h5, .profile_row h6 {
    font-size: 20px !IMPORTANT;
}
.book_demo_seciton .book_demo_content h2 {
    font-size: 32px !important;
}
  .page-center_full .full_iamge_row .image_lft {
    width: 100% !important;
}
.page-center_full .full_iamge_row .content_right {
    width: 100% !important;
}
.simple_tow_column_content .page_row .col_6 {
    width: 100% !important;
    margin: 10px  !important;
}
.our_journey_sec .page_full .timeline li {
    width: 20% !important;
    margin-bottom: 100px  !important;
}
.our_journey_sec .page_full .border_line {
    display: none !important;
}
.our_journey_sec .page_full .timeline li:nth-child(2n) .content_p {
    top: -100px !important;
}
.our_journey_sec .page_full .timeline li:nth-child(2n) .content_p:after {
    top: 100% !important;
}
.our_journey_sec .page_full .timeline li:nth-child(2n) .content_p:before {
    top: 95% !important;
    height: 55px !important;
}
.our_journey_sec .page_full .timeline {
    justify-content: center !important;
}

.our_journey_sec .heading_journey {
    margin-bottom: 40px !important;
}
.our_journey_sec {
    padding-top: 80px !important;
    padding-bottom: 0px !important;
}
.our_journey_sec .page_full .timeline {
    max-width: 710px !important;
    margin: 0 auto !important;
}
.page-center_full .full_iamge_row .content_right .spcontent {
    max-width: 100% !important;
}
  .tow_clm_conetnt .row_content h2 {
    font-size: 30px !important;
    line-height: normal !important;
}

.tow_clm_conetnt .row_content p {
    font-size: 16px !important;
}

.logos_cm_section .top_content h2 {
    font-size: 35px !important;
}

.logos_cm_section .top_content p {
    font-size: 16px !important;
}
.hero_title_towclm .heading_section h2 {
    font-size: 34px !important;
    line-height: normal !important;
}

.hero_title_towclm .row_content .cl_7 .clsp h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}
.hero_title_towclm .row_content .cl_7 .clsp {
    padding: 30px !important;
}
.hero_title_towclm .row_content .cl_7 .clsp p {
    font-size: 16px !important;
    line-height: 28px !important;
}
.hero_title_towclm .row_content .cl_7 .clsp .btn_module {
    margin-top: 10px !IMPORTANT;
}

.our_journey_sec .page_full .timeline li {
    width: 100% !important;
}

.our_journey_sec .page_full .timeline li:nth-child(odd) h5.date {
    margin-bottom: 0px !important;
    position: static !important;
    min-height: auto !important;
    width: 100%;
}

.our_journey_sec .page_full .timeline li:nth-child(2n) .content_p {
    position: static !important;
    min-height: auto !important;
}

.our_journey_sec .page_full .timeline li:nth-child(2n) h5.date {
    position: static !important;
    min-height: auto !important;
    padding-top: 10px !important;
}

.our_journey_sec .page_full .timeline li .content_p:after {
    display: none !important;
}

.our_journey_sec .page_full .timeline li:nth-child(2n) .content_p:before {
    display: none !important;
}

.our_journey_sec .page_full .timeline li .content_p {
    min-height: auto !important;
}

.our_journey_sec .page_full .timeline li {
    margin: 30px 0px 10px !important;
}


.our_journey_sec .page_full .timeline li .content_p:before {
    display: none !important;
}

.our_journey_sec .page_full .timeline {
    position: relative !important;
    margin-top: 40px !important;
}

.our_journey_sec .page_full .timeline::before {
    position: absolute !important;
    content: "" !important;
    width: 1px !important;
    height: 100% !important;
    background: #173571 !important;
    right: 50% !important;
    top: 0 !important;
    z-index: 0 !important;
}

.our_journey_sec .page_full .timeline li .date:after, .our_journey_sec .page_full .timeline li .date:before {
    left: 45% !important;
}

.our_journey_sec .page_full .timeline li:nth-child(2n) .date:after {
    left: 47% !important;
}

body .our_journey_sec .page_full .timeline li:nth-child(odd) .date:after {
    left: 47% !important;
    bottom: 115% !important;
}

.our_journey_sec .page_full .timeline li:nth-child(odd) .date:after, .our_journey_sec .page_full .timeline li:nth-child(odd) .date:before {
    bottom: 110% !important;
}

.our_journey_sec .page_full .timeline li .lisp {
    background: #e3edfe !important;
}
.our_journey_sec .page_full .timeline .journey_1 h5.date:before,
.our_journey_sec .page_full .timeline .journey_1 h5.date:after{
    display: none !important;
}

.time_line_sec {
    padding-bottom: 100px !important;
    padding-top: 10px !IMPORTANT;
}
.our_journey_sec .time_line_sec {
    margin: 0 auto!important;
    max-width: 270px!important;
    padding: 0!important;
    padding-bottom: 100px !important;
}
 /***mental health***/
.image_txt_mental .page-row {
    margin: 0px !important;
}

.image_txt_mental .page-row .column_6 .content_clm {
    padding: 0px !important;
}

.image_txt_mental .page-row .column_6 .content_clm.img {
    padding-left: 30px !important;
}

body .image_txt_mental.row_page.cercle_top_ .bg_circle_sec {
    display: none !important;
}
.image_and_txt_mentalh .image_txt_mental.row_page.image_txt_mental.row_page .content_clm.img {
    padding-left: 0px !important;
    padding-right: 30px !important;
}

.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c1 {
    padding: 30px !important;
}

.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .content_sp h2 {
    font-size: 25px !important;
    line-height: 32px !important;
}

.client_testimonials_sec .circle_shape {
    display: none !important;
}  
.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6 {
    width: 100% !important;
}

.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c2 .col_6sp .ryt_image {
    width: 100% !important;
}

.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c2 .col_6sp {
    width: 100% !important;
}

.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c2 {
    padding-left: 70px !important;
}
  
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .our_journey_sec .page_full .timeline li .date {
    font-size: 11px !important;
}
.our_journey_sec .page_full .timeline li .content_p {
    font-size: 10px !important;
}
.our_journey_sec .page_full .timeline {
    max-width: 965px !important;
    margin: 0 auto !important;
}

.our_journey_sec .page_full .border_line:after, .our_journey_sec .page_full .border_line:before {
    display: none;
}
.our_journey_sec .page_full .timeline li .date:after, .our_journey_sec .page_full .timeline li .date:before {
    left: 20px !important;
}
.our_journey_sec .page_full .timeline li .date:after {
    left: 25px !important;
}
.our_journey_sec .page_full .timeline li .content_p:after {
    left: 43% !important;
}
.benifit_cards_plumm .benefits_cd .sp_card .content h3 {
    font-size: 34px !important;
    line-height: 40px !important;
}
.client_testimonials_sec .circle_shape {
    display: none !important;
}

body .image_txt_mental.row_page.cercle_top_ .bg_circle_sec {
    display: none !important;
}

.image_txt_mental .page-row {
    margin: 0px !important;
}
.image_txt_mental .page-row .column_6 .content_clm {
    padding: 0px 20px !important;
}
.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c1 {
    padding: 45px !important;
}
.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c2 {
    padding-left: 50px !important;
}
  
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.our_journey_sec .page_full .timeline li .date {
    font-size: 12px !important;
}
.our_journey_sec .page_full .timeline {
    max-width: 1090px !important;
    margin: 0 auto !important;
}
.our_journey_sec .page_full .timeline li .date:after, .our_journey_sec .page_full .timeline li .date:before {
    left: 25px !important;
}
.our_journey_sec .page_full .timeline li .date:after {
    left: 30px !important;
}
.our_journey_sec .page_full .timeline li .content_p {
    font-size: 12px !important;
}
.our_journey_sec .page_full .timeline li .content_p:after {
    left: 46% !important;
}
.our_journey_sec .page_full .timeline li .content_p {
    min-width: 105px !important;
    position: relative !important;
    left: -15px !important;
}
.image_txt_mental .page-row {
    margin: 0px !important;
}
.image_txt_mental .page-row .column_6 .content_clm {
    padding: 0px 20px !important;
}
body .image_txt_mental.row_page.cercle_top_ .bg_circle_sec {
    display: none !important;
}
.client_testimonials_sec .circle_shape {
    display: none !important;
}
  
}

@media only screen and (min-width: 1400px) and (max-width: 1699px) {
  .our_journey_sec .page_full .timeline {
    max-width: 1315px !important;
    margin: 0 auto !important;
}
.our_journey_sec .page_full .border_line {
    max-width: 1325px !important; 
    margin: 0 auto !important;
}
.our_journey_sec .page_full .timeline li .date:after, .our_journey_sec .page_full .timeline li .date:before {
    left: 35px !important;
}
.our_journey_sec .page_full .timeline li .date:after {
    left: 40px !important;
}

.our_journey_sec .page_full .timeline li .date {
    font-size: 14px !important;
}
.our_journey_sec .page_full .timeline li .content_p {
    font-size: 10.5px  !important;
}
/* .our_journey_sec .page_full .timeline li .content_p:before {
  top: -80%  !important;
} */
.our_journey_sec .page_full .timeline li:nth-child(2n) .content_p:before {
    top: 85% !important;
}
.our_journey_sec .page_full .timeline li .content_p:after {
    left: 45.5% !important;
} 
/* .our_journey_sec .page_full .timeline li:nth-child(odd) p.content_p::after {
    top: -100% !important;
} */
  
}
.tabs_plumm_sec .tabs-content .tab_items .tabcontent_rw .col_6.c2 .col_6sp {
    width: 100% !important;
}
/***blog***/
.blog_listing_mainnew {
    background: #F4F7FC;
}
.blog_listing_mainnew .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
    padding-top: 0px;
}
.banner_over {
    padding-top: 50px;
}
.banner_over {}

.banner_over .blog-header__inner {}

.banner_over .blog-header__inner .blog-banner-widget-inner {
    max-width: 650px;
    column-gap: 0px;
}

.banner_over .blog-header__inner .blog-banner-widget-inner .blog-topic-filter {
    width: 50%;
    padding-left: 10px;
}

.banner_over .blog-header__inner .blog-banner-widget-inner .blog-topic-filter .selectBtn {
    border-radius: 10px;
    border: 1px solid var(--grey-grey-3, #EFEFEF);
    background: var(--Primary-White, #FFF);
    padding: 15px 20px;
    height: auto !important;
    font-size: 14px;
}

.banner_over .blog-header__inner .blog-banner-widget-inner .blog-topic-filter .selectBtn::after {
    background-size: contain !IMPORTANT;
    background-repeat: no-repeat;
}

.banner_over .blog-header__inner .blog-banner-widget-inner .blog-banner-search {
    padding-right: 10px;
}

.banner_over .blog-header__inner .blog-banner-widget-inner .blog-banner-search input.hs-search-field__input {
    border-radius: 10px;
    border: 1px solid var(--grey-grey-3, #EFEFEF);
    background: var(--Primary-White, #FFF);
    font-size: 14px;
    padding: 11px 20px;
}

.banner_over .blog-header__inner .blog-banner-search form button svg {
    height: 14px !important;
    width: 23px !important;
}

.blog-banner-search form button {
    right: 10px;
    top: 55%;
}
.blog-header__inner .blog-banner-widget {
    display: flex;
    justify-content: flex-end;
}
section.blog-index {
    margin: 0px !important;
}

section.blog-index article .blog-index__post-inner-card {
    box-shadow: none !important;
}
section.blog-index article .blog-index__post-inner-card .blog-feature-image,
.blog-index__post-inner-card .blog-feature-image{
    min-height: 214px !important;
    background-size: cover !important;
}
.customSelect .selectDropdown .option a {
    font-size: 14px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.customSelect .selectDropdown {
    padding: 0px !important;
    text-align: left !important;
    overflow: auto !important;
    min-height: auto !important;
    max-height: max-content !important;
    height: 350px !important;
}
section.blog-index article .blog-index__post-inner-card .blog-post-cnt,
.blog-related-posts__list .blog-post-cnt{
    padding: 20px 10px 20px 10px !important;
    background: transparent !important;
}
section.blog-index article .blog-index__post-inner-card .blog-feature-image,
.blog-index__post-inner-card .blog-feature-image{
    border-radius: 10px !important;
}
section.blog-index article .blog-index__post-inner-card .blog-post-cnt h4,
.blog-related-posts__list .blog-post-cnt h4{
    line-height: normal !IMPORTANT;
    font-size: inherit !important;
    margin-bottom:12px;
}
section.blog-index article .blog-index__post-inner-card .blog-post-cnt h4 a,
.blog-related-posts__list .blog-post-cnt h4 a{
    color: #173571;
    font-size: 20px !important;
    line-height: normal;
}
.blog-index__post-inner-card {
    box-shadow: none !important;
}
.blog-post__tags a.blog-post__tag-link {
    font-size: 12px !important;
    text-transform: capitalize !important;
    font-weight: 700;
}
section.blog-index article .blog-index__post-inner-card .blog-post__tags {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
}
section.blog-index article .blog-index__post-inner-card .blog-post-cnt .blog-post-meta {
    margin-bottom: 10px !important;
      align-items: center;
}
section.blog-index article .blog-index__post-inner-card .blog-post-cnt .blog-post-meta .icon {
    color: #64748B;
    font-size: 13px;
    line-height: 18px; /* 138.462% */
    font-style: normal;
    padding-right: 5px;
}
section.blog-index article .blog-index__post-inner-card .blog-post-cnt .blog-post-meta span,
.blog-post-meta .meta-date span{
    color: #173571;
    font-size: 13px;
}

section.blog-index article .blog-index__post-inner-card .blog-post-cnt .blog-post-meta .meta-read-time span,
.blog-post-meta .meta-read-time span{
    color: #389CFF;
}
.blog-post__read-more a, .blog-post__read-more a path {
    color: #389CFF !important;
    font-weight: 700;
    stroke: #389CFF;
}
.primary-btn, .secondary-btn, form .hs-button, form input[type=submit] {
    border-radius: 150px !important;
    font-size: 16px !important;
    font-weight: 700;
}
.blog-pagination {
    margin-top: 40px;
}
section.blog-related-posts {
    background: #F4F7FC;
    margin: 0px;
    padding: 80px 0px;
}

.body-container.body-container--blog-post {
    margin: 0px !important;
}

section.blog-related-posts h2 {
    margin-bottom: 50px;
}
.blog-related-posts__list .blog-post__tags {
    top: auto  !important;
    bottom: 0 !important;
    right: auto !important;
    left: 0 !important;
    padding: 20px !important;
}
.blog-related-posts__list .blog-post-cnt .meta-date span i, .meta-read-time span i {
    font-style: normal;
    color: #64748B;
    font-size: 13px;
}

.meta-read-time span {
    font-size: 13px;
}
.blog-related-posts__list .blog-post-cnt .blog-post-meta {
    margin-bottom: 10px;
    align-items: center;
}
.blog-post__body strong {
    color: #173571;
}
span.read-more__arrow {
    display: none;
}
.blog-related-posts__list .blog-post-cnt .blog-post__read-more a {
    font-size: 16px;
}
.blog-post.no-image {
    max-width: 100%;
    box-shadow: none;
    margin: 0px;
    width: 100%;
   padding:0px;
}
.post-featured-image {
    margin-top: 0px !important;
}
.blog_details_hero {
    position: relative;
}
.blog_details_hero .blog-post {
    box-shadow: none;
    max-width: 100%;
    margin: 0px !important;
    padding: 0px 15px !important;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff57;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.blog_details_hero .post-featured-image {
    margin: 0 0 60px !important;
}

.blog_main_deaital {
    background: #F4F7FC;
}

.blog_details_hero .blog-post .blog-post__tags {
    margin: 0 auto;
    max-width: 850px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.blog_details_hero .blog-post .blog-post__tags .tag-link {
    background: var(--C7, #FFF);
    padding: 7px 18px;
    color: #173571;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
}

.blog_details_hero .blog-post .blog-post__title {
    color: #173571;
    max-width: 850px;
    margin: 30px 0px 10px 0px;
    text-align: center;
}

.blog_details_hero .blog-post .blog-post__meta {
    font-size: 15px;
    color: #173571;
}

.blog_details_hero .blog-post .blog-post__meta a, 
.blog_details_hero .blog-post .blog-post__meta time {
    color: #359bec;
    margin: 0px 9px;
}
.blog-post__body p,  {color: #7F95B1;}

.blog-post__body h4 *,
.blog-post__body h5 *,
.blog-post__body h3 *{
    color: #173571;
}
.blog-post__body h4 {
    padding-top: 10px;
}

.blog-post__body ul li span {
    color: #7f95b1;
}

.blog-post__body strong span {
    color: #173571 !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.cm_log_wrp .logo_flex {
    flex-direction: row !important;
}
}

@media only screen and (min-width: 1400px)  {
.content-wrapper, .dnd-section>.row-fluid, .page-center {
    max-width: 1200px !important;
}

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.header-wrapper.header_customized .free-trial.book-cta a {
    line-height: normal !important;
    font-size: 10px !important;
}
}

@media only screen and (max-width: 767px){
	.header-wrapper.header_customized .book-cta a {		
		margin: 0 !important;
		min-width: 200px !important;
	}
}

/*****04-02-24*****/

.system-req-tou i.fa.fa-check {
    position: relative;
}

.system-req-tou i.fa.fa-check::after {
    content: '';
    position: absolute;
    font-weight: 700;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' fill='%23359BEC' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg data-name='Layer 57' id='Layer_57'%3E%3Cpath d='M11.5,25.5a2,2,0,0,1-1.41-.59l-5.5-5.5a2,2,0,0,1,2.83-2.83l4.09,4.09L24.59,7.59a2,2,0,0,1,2.83,2.83l-14.5,14.5A2,2,0,0,1,11.5,25.5Z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100%;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center center;
    top: -10px;
    left: -9px;
}

.system-req-tou .table > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}

.system-req-tou .table td, .system-req-tou .table th {
    border: 1px solid #dee2e6;
}

.system-req-tou table {
    font-size: 0.95rem;
    color: var(--secondary-color);
    text-align: center;
    vertical-align: middle;
}
.row a {
    color: #136ffe;
}

.swal2-popup.swal2-modal {
    border-radius: 25px;
}

.swal2-success-circular-line-left, .swal2-success-fix, .swal2-success-circular-line-right {
    background-color: transparent !important;
}

.swal2-container h2#swal2-title {
    font-size: 1.05rem;
    color: #0A162F;
    margin-top: 0.4rem;
}

.swal2-actions {
    margin-bottom: 0.6rem;
}

.ol-list-sublist .ol-type-i ol {
    counter-reset: romanList;
}

.ol-list-sublist .ol-type-i ol li {
    counter-increment: romanList;
}

.ol-list-sublist .ol-type-i ol li::before {
    content: counter(romanList, lower-roman) ". ";
}

.ol-list-sublist .ol-type-a.ol-type-a-upper ol li:before {
    content: counter(alphabeticList, upper-alpha) ".";
    text-transform: uppercase;
}

/* list-width */
.list-w li ol>li:before
    {
    min-width: 80px;
}

ul.nest-ul {
    padding-left: 1.7rem;
    list-style: disc;
}

ul.nest-ul li::before {
    display: none;
}

.pp-terms.list-w li ol>li:before{
    min-width: 55px;
}

.pp-terms.list-w li .ol-type-a ol>li:before {
    min-width: 35px;
}

/* .plmm-section-tou table {
    background: transparent;
}

.plmm-section-tou table, .plmm-section-tou td, th {
    border-color: #2d2d2d !important;
    color: #ffffff;
}

.plmm-section-tou thead td,
.plmm-section-tou thead th {
    background-color: transparent;
    border-bottom-color: #2d2d2d;
    color: #fff;
}
 */
@media(max-width: 767px) {
    .emergency-contact-ol {
        padding-left: 1.6rem;
        word-break: break-word;
    }

    .emergency-contact ul {
        padding-left: 1.1rem;
    }

    .plmm-section-tou {
        padding: 5rem 0;
    }
  
  .list-w .row.sp {
      padding: 0;
  }
  
  .content .ol-list-sublist ol>li:before {
        font-size: .85rem;
        min-width: 45px;
        padding-right: 0;
  }
  
    .ol-list-sublist .ol-type-a ol li:before {
      min-width: 21px !important;
  }

  section.ol-list-sublist.list-w {
    font-size: 0.9rem;
  }

  .list-w li ol>li:before {
    min-width: 50px !important;
  }
}


.er-hidden-svg {
  display: none;
}

.er-main-cont {
    padding-bottom:80px;
   background:linear-gradient(180deg, #FFFFFF 0, #F1F4FF) ;
}

.er-svg-icon svg {
    width: 326px;
}

.er-cont-container {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 1000px;
    position: relative;
    width: 100%;
    gap: 1.85rem;
    margin: 0 auto;
}

.error-content {
    background-color: #181A52;
    border-radius: 1.25rem;
    box-shadow: 0 4px 10px hsla(0, 0%, 100%, .2);
    max-width: 400px;
    padding: 30px 20px;
    text-align: center;
    flex-shrink: 0;
}

.error-content h1 {
  font-size: 2.7125rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 10px;
  position: relative;
  font-family:"Plus Jakarta Sans", sans-serif !important;
}

.error-content p {
    color: #FFFFFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 1.2rem;
}

/* Link Buttons */
.error-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.error-links a {
    background: #ffff;
    border-radius: 1.25rem;
    color: #332727;
    font-size: 14px;
    font-weight: 400;
    min-height: 5.5rem;
    padding: 12px 15px;
    text-align: left;
    text-decoration: none;
    transition: all .3s ease;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.error-links h4 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  width: 100%;
  color: #3EB5FF;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.5rem;
  position: relative;
}

.error-links a span {
  color: #777;
  font-weight: normal;
}

.error-links a h4::after {
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    font-size: 16px;
    height: 13px;
    width: 12px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 0.3rem;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16' fill='none'%3E%3Cpath d='M9.99999 7.99999L2.92832 15.0717L0.571655 12.7133L5.28665 7.99999L0.571655 3.28666L2.92832 0.928324L9.99999 7.99999Z' fill='%233EB5FF'/%3E%3C/svg%3E");
}

.er-svg-icon svg {
    width: 326px;
    height: 478px;
}

@media (max-width: 1100px) {
  .error-content h1 {
      font-size: 2.1rem;      
  }
  
.er-svg-icon svg {
    width: 285px;
    height: 418px;
}
  
  .error-content p {
    margin-top: 0;
}
  
  .error-links a {
    min-height: auto;
  }
  
  .error-content {
    max-width: 335px;
    padding: 20px 20px;
  }
  
  .error-links h4 {
    margin-bottom: 0.4rem;
}
}

@media (max-width: 991px) {
  .er-cont-container {
      flex-direction: column;
  }
  
  .error-content {
    width: 100%;
  }
  
  .er-svg-icon {
      display: none;
  }
}
@media(max-width:991px) and (min-width: 768px){
  .col4_row .col4 {
    width: 50%;
  }
}











@media(max-width:767px){
  .adv_filter h4 {
    /*     font-size: 1.125px ; */
  }

  .adv_filter h3 {
    font-size: 24px;
    /*     font-size: 1.4000000000000001px; */
  }
}


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

.cm_tcc ul li,
.widget-type-rich_text ul li{
  display: block;
  column-gap: 0;
  text-align:left;
  padding-bottom: 18px;
  padding-left: 40px;
}

.cm_tcc ul li:last-child,
.widget-type-rich_text ul li:last-child{
  padding-bottom: 0;
}





.cm_tcc ul li::before,
.widget-type-rich_text ul li::before{
  max-width: 20px;
  flex: 0 0 20px;
  margin-right: 18px;
  content: url("data:image/svg+xml,%3Csvg version='1.0' fill='%230A162F' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' aria-hidden='true'%3E%3Cg id='Check Circle1_layer'%3E%3Cpath d='M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A");
    width: 20px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    }

.cm_tcc ul,
.widget-type-rich_text ul {
  list-style: none;
  padding-lefT: 0;
  margin-bottom: 0;
  position: relative;
}


/*  */

.card_item {
  padding: 0 12px;
}

.adv_filter  .card_item {
  padding: 0 13.5px;
}


.card_item .card_inner {
  border-radius: 20px;
  overflow: hidden;
}

.card_item .img_wrap {
  height: 204px;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 260px;
}

.category {
  border-radius: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  padding: 13px 21px 9px 21px;
}

.card_item .img_wrap .category {
  left: 20px;
  bottom: 18px;
  position: absolute;
}

.card_item .category.not {
  display: table;
  margin-bottom: 10px;
  margin-right: auto;
}

.card_item .card_body {
  background: #173571;
  min-height: 191px;
  min-height: 243px;
  padding: 40px 37px 36px 37px;
  padding: 32px;
}

.card_item i.icon svg {
  width: 100%;
  height: 100%;
  fill: #359bec;
}

.card_item i.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.card_item i.icon svg path {
  stroke: #359bec;
}

.card_item .meta {
  display: inline-flex;
  column-gap: 25px;
  row-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 31px;
  align-items: center;
}

.card_item .meta > span {
  display: inline-flex;
  column-gap: 21px;
  row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.card_item .card_body * {
  color: #fff;
}

.card_item .card_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card_item .link_text {
  margin-top: auto;
}


.card_item .meta > span {
  align-items: center;
}

.slick-slider ul.slick-dots li {
  width: 14px;
  height: 14px;
  font-size: 0;
}

.slick-slider ul.slick-dots li button {
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  font-size: 0;
  background: #173571;
  opacity: 0.5;
}

.slick-slider ul.slick-dots li.slick-active button,
.slick-slider ul.slick-dots li:hover button {
  opacity: 1;
}

.slick-slider  ul.slick-dots li button:before {
  display: none;
}

.adv_filterDnd {
  overflow: hidden;
}

.filter_link.hs-button {
  border: 3px solid #cfd9df;
  border-radius: 14px;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-family: Axiforma;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding: 16px 29px;
  text-align: center;
  transition: all .3s ease;
}

.filter_link.hs-button.active,
.filter_link.hs-button:hover {
  background: #173571;
  border-color: #173571;
  color: #fff;
}

.card_body .link_text {
  /*   font-size: 18px; */
  font-weight: 600;
}

.card_body .title {
  /*   font-size: 1.4rem; */
  line-height: 1.4;
}

.primary-btn{
  border-radius: 12px;
  font-size: 18px;
}

.card_body .arrow svg {
  width: 20px;
  height: 20px;
  height: 16px;
  width: 16px;
}

.card_body .link_text a {
  display: inline-flex;
  align-items: center;
}

.card_body .link_text a .arrow {
  margin-left: 19px;
  margin-left: 14px;
  line-height: 0;
  position: relative;
  top: -1px;
}

.card_body .arrow svg path {
  stroke-width: 15px;
}

.card_body .link_text a .arrow.right {
  transition: all 0.2s ease;
}

.card_body .link_text a:hover .arrow.right {
  margin-left: 22px;
}

.card_item .img_wrap a.overlayLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.card_body .link_text a .arrow.down {
  transform: rotate(90deg);
  transform-origin: center;
  transition: 0.2s ease;
}

.card_body .link_text a:hover .arrow.down {
  transform: rotate(90deg) translateX(5px);
}


.slick-slider,
.slick-slider *{
  outline: none; 
}

.how_it_wrk .content-wrapper,
.how_it_wrk .page-center {
  padding-left: 0;
  padding-right: 0;
}


.dnd_pad .content-wrapper, .dnd_pad .page-center {
  padding-left: 0;
  padding-right: 0;
}

.cm_cwt_top,
.banner.center .page-center {
  padding-left: 12px;
  padding-right: 12px;
}


.card_item .meta{
  font-size: 0.9375em;
  font-weight: normal; 
}

.card_item .meta > span span {
  position: relative;
  top: 2px;
  vertical-align: middle;
  display: inline-block;
}

.top_content {
  text-align: center;
  margin-bottom: 50px;
}

a.secondary-btn {
  background-color: #359bec;
  border-color: #359bec;
}

a.secondary-btn:focus{
  background-color: #359bec;
  border-color: #359bec;
  color: #fff;
}

a.secondary-btn:hover {
  color: #359bec;
  background: transparent;
  border-color: #359bec;
}


@media(max-width:767px){
  .card_item {
    padding: 0 10px;
  }

  .card_item .card_body {
    min-height: 200px;
    padding: 1.2rem;
  }

  .card_item .img_wrap {
    height: 217px;
  }


  .card_item .img_wrap .category {
    bottom: 16px;
    left: 15px;
  }

  .category {
    border-radius: 20px;
    font-size: .825em;
    padding: 10px 15px;
    font-size: 0.755em;
  }

  .card_item .meta > span {
    column-gap: 11px;
    font-size: 14px;
  }

  .card_body .link_text {
    font-size: 16px;
    font-weight: 500;
  }

  .card_item .meta {
    margin-bottom: 26px;
  }

  .card_body .link_text a .arrow {
    margin-left: 11px;
  }

  .card_body .arrow svg {
    height: 17px;
    width: 17px;
  }

  .card_body .link_text a:hover .arrow.right {
    margin-left: 16px;
  }


}