/*** slick slider ***/
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');








*, *: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;
}



/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

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

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

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




body {
  line-height: 1.5;
  overflow-wrap: break-word;
}

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


/* Paragraphs */
p:last-child{
margin:0;
}


strong {
  font-weight: bold;
}

/* Links */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin: 0 0 1.5rem;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 20px;
  letter-spacing: 1.18px;
}

h5 {
  font-size: 20px;
  letter-spacing: 1.18px;
}

h6 {
  font-size: 18px;
  letter-spacing: 1.06px;
}

/* Lists */

ul li,
ol li {
  font-size: 1rem;
  line-height: 1.5;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 2.8rem;
  line-height: 1.5;
}

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

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 1.5rem 2.8rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom: 2px solid;
}

/* Subscripts and Superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Primary Button */

button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
}

button:disabled, 
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
}

.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}
.expand-btn-inner a.cta_button::after{
  color:#028aff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.banner-cta-btn a ,
.cta-btn-sec a,
.button-group-outer a{
  color: #fff !important;
  line-height: 1;
  display: inline-block;
  font-size: 18px;
  font-weight: 600!important;
  text-align: center;
  padding: 19px 30px 19px 30px;
  border-radius: 100vmax;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: center;
  background-position-x: calc(100% - 67px);
  position:relative;
}
.banner-cta-btn a{
  background-position-x: calc(100% - 31px);
  padding: 19px 30px 19px 30px;
}

.banner-cta-btn a::after, 
.cta-btn-sec a::after, 
.button-group-outer a::after,.button-group a::after {
  content: "";
  position: absolute;
  transition: all 0.4s linear;
  background: transparent linear-gradient(90deg,#0287F9,#FF0BA1) 0 0 no-repeat padding-box;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 100vmax;
  top:0;
  left:0;

}
.banner-cta-btn a:hover::after, 
.cta-btn-sec a:hover::after, 
.button-group-outer a:hover::after{
  background:var(--dark_blue);
}
.three-col-image-content-module .cta-btn-sec a {
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: calc(100% - 16%);
  background-size: 22px 22px;
  transition: all 0.3s linear;
  position:relative;
}

.three-col-image-content-module .cta-btn-sec a:hover{
  background-color: #070E40;
}
.image-content-with-video-module a:hover {
  background-color: var(--dark_blue);
}
.cta-btn-sec {
  position: relative;
  z-index: 1;
}
.cta-btn-sec a {
  padding: 19px 30px 19px 30px;
  line-height: 1;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: center;
  background-position-x: calc(100% - 18%);
  font-weight: 600 !important;
}

.testimonial-outer-main .cta-btn-sec a {
  max-width: 350px;
  width: 100%;
}
.banner-cta-btn a.btn-bg-gradient {
  background-repeat: no-repeat;
  background-size: 21px 21px, auto;
  padding: 18px 30px 18px 30px;
  background-position: calc(100% - 29px), center !important;
}

.Gradient-header-btn-color .expand-btn-inner a {
  background-image:linear-gradient(90deg, #0287F9, #FF0BA1);
  background-repeat: no-repeat;
}
.Gradient-header-btn-color .expand-btn-inner a.cta_button::after {
  color: #de29ff !important;
}


/*** button with icon ***/
.btn-with-icon a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-inline: 35px;
  max-width: max-content !important;
}

.btn-with-icon a img {
  width: 24px;
  aspect-ratio: 1;
}


@media (min-width:1200px){
  .casestudy-single-block:first-child p {
    width: 324px;
  }
}


@media (max-width:991px){
  .banner-cta-btn a {
    background-position-x: calc(100% - 30px);
  }
}

@media (max-width:767px){
  .image-content-with-video-module a {
    padding-left: 22px;
    text-align: left;
    background-position-x: calc(100% - 7%) !important;
  }

  .three-col-image-content-module .cta-btn-sec a {
    background-position-x: calc(100% - 16%);
  }
  .image-content-with-video-module  .cta-btn-sec a {
    padding: 24px 30px 24px 30px;
  }
  .testimonial-outer-main .cta-btn-sec a {
    max-width: max-content;
  }
  .banner-cta-btn a,
  .cta-btn-sec a,
  .button-group-outer a {
    font-size: var(--mobile_body_font_siz);
  }
  .btn-with-icon a img {
    width: 20px;
    aspect-ratio: 1;
  }
}


@media (max-width:375px){
  .image-content-with-video-module .cta-btn-sec a {
    padding: 24px 45px 24px 10px;
    background-position-x: calc(100% - 6.5%) !important;
  }

  .three-col-image-content-module .cta-btn-sec a {
    background-position-x: calc(100% - 20%);
  }
  .btn-with-icon a{
    padding-inline:30px;
  }
}
/* Base */

.hs-form-field {
  position: relative;
}

/* Form Title */

.form-title {
  margin: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  display: block;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Inputs */

.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
}

select::-ms-expand {
  display: none;
}

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

/* Inputs - Checkbox/Radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0 0.7rem 0.7rem;
  padding: 0;
  width: 100%;
}

input[type='checkbox'],
input[type='radio'] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Inputs - Datepicker */

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

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

.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
}

/* Headings and Text */

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  line-height: 1.25;
}

/* Validation */

.hs-error-msg,
.hs-error-msgs {
  margin-top: 0.35rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Inline Thank You Message */

.submitted-message {
  color: #fff;
}

.hs-form-field>label, .hs-form-field>label span {
  font-size: 15px;
}

.hs-error-msg {
  line-height: 1.5 !important;
}

.hs-error-msgs .inputs-list > li {
  line-height: 1;
}

/** Step Form ***/

.hsfc-Step .hsfc-Step__Banner {
  display: none;
}

.hsfc-Step .hsfc-Step__Content .hsfc-Button {
  background: transparent linear-gradient(90deg, #0287f9, #ff0ba1) 0 0 no-repeat padding-box;
  border: 0 solid var(--primary_blue);
  border-radius: 44px;
  font-weight: 500;
  justify-content: center;
}

.hsfc-Step--layoutTemplate-bottom {
  border-top-left-radius: 0;
}

.hsfc-Step {
  border-top-left-radius: 0 !important;!i;!;
  border-top-right-radius: 0 !important;!i;!;
}
.hsfc-DropdownInput > input {
  appearance: none;
  background-image: url(https://5573705.fs1.hubspotusercontent-na1.net/hubfs/5573705/meera-2023/images/drop_icon.png);
  background-position: 50%;
  background-position-x: calc(100% - 19px);
  background-repeat: no-repeat;
}

.hsfc-DropdownInput  .hsfc-DropdownInput__Caret {
  display: none !important;
}

.hsfc-ErrorAlert {
  font-size: 14px !important;
  font-family: 'Visby' !important;
}

.hsfc-Step .hsfc-Step__Content {
  padding: 20px !important;!
}


.hsfc-Step {
  border-radius: 11.5px !important;
}

.hsfc-Step .hsfc-Step__Content {
  width: 100% !important;!
}

.hsfc-Step .hsfc-Step__Content {
  padding: 25.29px 20.69px !important;
}

.hsfc-Step__Content p,
.hsfc-FieldLabel {
  font-family: 'Visby' !important;
}


.hsfc-TextInput {
  height: 43.02px !important;
  padding-block: 0 !important;
  font-family: 'Visby' !important;
  font-size: 16px !important;
  letter-spacing: 0 !important;
}

.hsfc-Step input::placeholder {
  color: #C0C5D2;
}

.hsfc-PhoneInput__FlagAndCaret {
  padding: 0;
  border: 0 !important;
  box-shadow: unset !important;
  border: 0 !important;
  background: transparent !important;
}

.hsfc-PhoneInput__FlagAndCaret .hsfc-PhoneInput__FlagAndCaret__Caret {
  display: none;
}

.hsfc-RichText {
  font-family: 'Visby' !important;
  letter-spacing: 0;
  font-size: 16px !important;
}

.hsfc-Row [type='checkbox']{
  appearance: none !important;
  padding: 0;
  width: 20.69px;
  height: 19.02px;
  position: relative !important;
  top: 2px !important;
  outline:0;
}

.hsfc-CheckboxField label {
  font-size: 16px !important;
  font-weight: 500;
  font-family: 'Visby' !important;
}

.hsfc-CheckboxField label {
  display: flex;
  gap: 10.23px !important;
  align-items: flex-start !important;
}

.hsfc-CheckboxInput:checked:after {
  background: url(https://5573705.fs1.hubspotusercontent-na1.net/hubfs/5573705/meera-2023/images/check_new.png) !important;!i;!;
  mask: unset !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.hsfc-Step .hsfc-Step__Content .hsfc-Button {
  border: 0 !important;
  outline: 0 !important;
}

.hsfc-FieldLabel {
  font-family: 'Visby' !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24.96px !important;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0 0 3.45px !important;
}

.hsfc-Row {
  margin: 0 0 12.67px !important;!i;!;
}

.hsfc-FieldLabel__RequiredIndicator {
  color: #FF4082 !important;!i;!;
  padding-left: 5px;
}

.hsfc-PhoneInput__FlagAndCaret {
  width: 18px !important;
  padding-right: 0 !important;
}

.hsfc-PhoneInput>.hsfc-TextInput {
  padding-left: 33px !important;
}
.hsfc-PhoneInput__FlagAndCaret .hsfc-PhoneInput__FlagAndCaret__Caret,
.hsfc-CheckboxField label>span {
  display: none !important;!
}

.hsfc-CheckboxField label {
  font-weight: 500 !important;!
}
[data-hsfc-id=Renderer] .hsfc-DropdownOptions__List__ListItem {
  margin: 0 !important;!
  padding: 0 20px  !important;!
}

.hsfc-CheckboxField label {
  display: block !important;!
}

div#\31 946d895-dd00-4000-821a-28eb69164a00-2477167165540 {
  grid-template-columns: auto 1fr !important;
  gap: 10.35px;
  margin-top: 20px !important;
}
.hsfc-Form > .hsfc-Step:first-child .hsfc-Step__Content .hsfc-Row:nth-child(5){
  grid-template-columns: auto 1fr !important;
  gap: 10.35px;
  margin-top: 5px !important;
}

.hsfc-CheckboxFieldGroup >  .hsfc-FieldLabel {
  display: inline-block;
  border-bottom: 1px solid #3F4B6B;
  padding-bottom: 8px;
}

.hsfc-CheckboxFieldGroup__Options {
  margin-top: 8px;
}

.hsfc-Step__Content > .hsfc-Row:first-child {
  margin-bottom: 20px !important;!i;!;
}

.hsfc-CheckboxFieldGroup__Options > div:not(:last-child) {
  margin-bottom: 13px !important;!i;!;
}

.hsfc-CheckboxFieldGroup__Options label {
  gap: 10.35px !important;!i;!;
}

.hsfc-FormWrapper .hsfc-DropdownInput>input {
  background-image: url(https://5573705.fs1.hubspotusercontent-na1.net/hubfs/5573705/meera-2023/images/warm-call-transfer/Polygon.png);
}

.hsfc-NavigationRow__Buttons {
  gap: 6px 23px !important;
}
.hsfc-NavigationRow__Buttons >* {
  flex-basis: 100%;
}

.hsfc-NavigationRow__Buttons >* {
  flex-basis: 100%;
  line-height: 25.11px !important;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-size: 16.1px !important;
  font-weight: 700 !important;
  transform: unset !important;
  filter: none !important;
  padding-block: 11px !important;
}

.hsfc-Form > .hsfc-Step:first-child .hsfc-Button
{
  flex-basis: 50%;
  background: transparent linear-gradient(90deg, #0287f9, #ff0ba1) 0 0 no-repeat padding-box !important;!i;!;
  color: #FFFFFF !important;
}

.hsfc-NavigationRow__Buttons >*:first-chil {
  background: transparent linear-gradient(90deg, #0287f9, #ff0ba1) 0 0 no-repeat padding-box !important;!i;!;
  color: #FFFFFF !important;
}

.hsfc-NavigationRow__Buttons >*:first-child,
.hsfc-Step .hsfc-Step__Content .hsfc-Button:hover,
.hsfc-Form > .hsfc-Step:first-child .hsfc-Button:hover {
  background: #FFFFFF !important;!i;!;
  color: #0287F9 !important;!i;!;
}


.hsfc-Form > .hsfc-Step:first-child .hsfc-ProgressBar {
  display: none !important;!
}
/*

.hsfc-RadioFieldGroup__Options {
  display: flex;
  gap: 43px;
}

.hsfc-RadioFieldGroup {
  max-width: 293px;
}
*/

[data-hsfc-id=Renderer] .hsfc-RadioInput:checked:after {
  filter: brightness(0) saturate(100%) invert(32%) sepia(89%) saturate(1879%) hue-rotate(188deg) brightness(100%) contrast(107%);
}

body .hsfc-Step .hsfc-NavigationRow__Buttons >*:first-child:hover {
  background: transparent linear-gradient(90deg, #0287f9, #ff0ba1) 0 0 no-repeat padding-box !important;!i;!;
  color: #fff !important;!i;!;
}
[data-hsfc-id=Renderer] .hsfc-RadioInput {
  background-color: #fff !important;!i;!;
  outline:0 !important;
}

[data-hsfc-id=Renderer] .hsfc-TextInput {
  border: 1.15px solid #CCE5FF !important;
}

[data-hsfc-id=Renderer] .hsfc-TextInput::placeholder {
  color: #C0C5D2 !important;
}

.hsfc-CheckboxField .hsfc-ErrorAlert {position: absolute;top: 100%;width: 100%;white-space: nowrap;}

.hsfc-CheckboxField {
  position: relative;
}

.hsfc-NavigationRow {
  margin-top: 23px !important;!i;!;
}
.hsfc-ProgressBar__Progress>div {
  position: relative;
}

.hsfc-ProgressBar__Progress>div::after {
  position: absolute;
  content: "";
  background: #028AFF;
  width: 19.07px;
  aspect-ratio: 1;
  border-radius: 50%;
  right: 0;
  top: -4px;
  box-shadow: 1px 2px 4px 0px #335D8166;
  border: 1px solid #fff;
}

.hsfc-CheckboxFieldGroup__Options label,
.hsfc-RadioFieldGroup__Options label {
  font-weight: 500 !important;
}
.hsfc-RadioFieldGroup__Options > div {
    margin: 0 !important;!i;!;
}
.hsfc-CheckboxFieldGroup__Options label {
    align-items: normal !important;!i;!;
}

.hsfc-Form > .hsfc-Step:first-child .hsfc-Step__Content >:nth-last-child(2) {
    margin: 0 !important;!i;!i
}
.hsfc-RichText p a {
    color: #028aff;
    font-weight: 500;
}
.hsfc-Form iframe {
    border: 0 !important;!
    outline: 0 !important;!
}

.hsfc-Form .hsfc-DropdownOptions__List__ListItem {
    padding: 3px  10px!important;!i;!;
}

@media(max-width:767px){
  .hsfc-Step .hsfc-Step__Content {
    padding: 22px 18px !important;
  }
}


@media (max-width:639px){
  .hsfc-Step .hsfc-Step__Content {
    display: flex;
    flex-direction: column;
  }

  .hsfc-NavigationRow {
    margin-top: auto !important;
    /*padding-top: 23px !important;*/
  }
  [data-hsfc-id=Renderer] .hsfc-NavigationRow__Alerts{
  margin-bottom:8px !important;
  }
}
/* Tables */

table {
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: #eff7ff;
}

thead th,
thead td {
  border: none;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}



/* Header Container */

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

.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.5rem 20px;
  position: relative;
}

.header--landing-page .header__container {
  justify-content: center;
}

/* Header Theme */
.header-without-main-nav .meera-header.sticky {padding-block: 8.5px;}
.header-without-main-nav .meera-header {padding: 24px 0;}
.sticky-logo, .meera-mobile-menu { display: none;}
.meera-header-row { align-items: center; vertical-align: middle; justify-content: space-between; display: flex; -webkit-align-items: center;  -webkit-justify-content: space-between; display: -webkit-flex; margin-left: -15px; margin-right: -15px;    flex-wrap: wrap;    -webkit-flex-wrap: wrap;}
.meera-header { transition: all 0.3s ease 0s;  padding-top: 0; padding-bottom: 0; background: transparent; }
.header { position: absolute; top: 0; left: 0; width: 100%; z-index: 999; background-color: transparent !important; border-bottom: 0 solid transparent !important; }
.meera-header.sticky { background: #fff; position: fixed; z-index: 999; margin: 0 auto; border: none; padding:0px 0px 0px; top: 0; left: 0; right: 0; width: 100%; -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%); box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%); -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-name: sticky-animation; animation-name: sticky-animation; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
a {text-decoration:none !important;}
.meera-header-row>div { display: flex; align-items: center; justify-content: space-between; margin-top: 10px;display: -webkit-flex; -webkit-align-items: center; -webkit-justify-content: space-between;}
.meera-rs-menu .hs-menu-wrapper>ul { border: 0; margin: 0; padding: 0; list-style: outside none none; }
.meera-rs-menu .hs-menu-wrapper>ul>li {    margin: 0; margin-right: 52px; display: inline-block; padding: 0; font-size: 14px; position: relative; border: 0; }
.meera-rs-menu .hs-menu-wrapper>ul>li>a { transition: all 0.3s ease; font-size: 16px; font-weight: 400; margin-right: 10px; line-height: 96px; padding: 0; position: relative; color: #37414f; }
.meera-rs-menu .hs-menu-wrapper>ul>li:nth-child(1)>a:hover, .meera-rs-menu .hs-menu-wrapper>ul>li:nth-child(2)>a:hover, .meera-header.sticky .meera-rs-menu .hs-menu-wrapper>ul>li>a:hover{color: #22a9e0;}
.meera-rs-menu .hs-menu-wrapper>ul>li:last-child, .meera-rs-menu .hs-menu-wrapper>ul>li:last-child>a { margin-right: 0; }
.meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a{ padding-right:0px;    position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;}
.meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:before { content: "+"; position: absolute; left: auto; right: 0; top: 50%; text-align: center; z-index: 9999; font-size: 16px; display: block; cursor: pointer; transform: translateY(-50%);-webkit-transform: translateY(-50%); font-weight: 400; display: none; }
.meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {   
  content: "";
  background-image: url(https://5573705.fs1.hubspotusercontent-na1.net/hubfs/5573705/Meera%20Theme%20-%202023/menu_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
  pointer-events: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-top: 4px;
  transition: all 0.3s ease;
  filter: brightness(0) invert(1);
}
.meera-header.sticky .meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  filter: brightness(0);
  margin-top: 2px;
}
.meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after {
  transform: rotate(-180deg);
}
.meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover:after,
.meera-header.sticky .meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover:after {
  filter: none;
}

.meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:before{content: "-";}
.expand-btn-inner a,.expand-btn-inner a:focus { color: #fff; padding: 12px 26px 12px 26px; border-radius: 50px; background: transparent linear-gradient(90deg,#0287F9,#FF0BA1) 0 0 no-repeat padding-box; font-weight: 600 !important; transition: all 0.4s ease-in-out; font-size: 16px; line-height: 26px; text-transform: capitalize; cursor: pointer; display: inline-block; z-index: 1; text-decoration: none !important; outline: none !important; position: relative; }
.expand-btn-inner a.cta_button{padding: 12px 70px 12px 26px;}
.expand-btn-inner a.cta_button::after{display:none;background-color:#fff;border-radius:50%;color:#FF0BA1 !important;content:"\f105";font-family:Font Awesome\ 5 Pro;font-size:22px;font-weight:400;height:26px;right:26px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);transition:.4s;width:26px}
.expand-btn-inner a.cta_button:hover::after{
  color:var(--dark_blue) !important;
}
/* .expand-btn-inner a:before { content: "\f113"; font-family: Flaticon; font-size: 14px; position: absolute; top: 50%; font-weight: 900; transform: translateY(-50%); left: 25px; display: inline-block; transition: all ease 0.4s; color: #ffffff; background: #22a9e0; border-radius: 50%; width: 26px; padding: 0 6px; } */
.expand-btn-inner a svg { width: 20px; height: 26px; vertical-align: bottom; margin-left: 4.9px; fill: #fff; transition: all 0.4s ease-in-out; }
.meera-header.sticky .expand-btn-inner a { background-color: #028aff; color: #fff; }
.meera-header.sticky .expand-btn-inner a svg { fill: #fff; } 
.expand-btn-inner a:hover { background: var(--dark_blue); color: #fff; } 
.meera-header.sticky .expand-btn-inner a:hover { background: var(--dark_blue); color: #ffffff; }
.expand-btn-inner a:hover  svg { fill: #fff !important; } 
.meera-header.sticky .meera-rs-menu .hs-menu-wrapper>ul>li>a { line-height: 65px; }
.meera-header.sticky .meera-header-row>div { margin-top: 0; }
.meera-header.sticky {    border-bottom: unset;}
.meera-header.sticky .normal-logo { display: none; }
.meera-header.sticky .sticky-logo { display: block; max-height: 50px; }
.header-wrap{ width: 100%; margin-left: auto; margin-right: auto; max-width:1280px; width:calc(100vw - 30px);}
.meera--menu-area { margin-left: 65px; }
.meera-main-menu { position: relative; }
.rs-menu-toggle { color: #ffffff; float: right;     text-align: right;}
.meera-logo-area img { vertical-align: middle; }
.meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper { background-color: #fff !important; background: #fff; -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 15%); -moz-box-shadow: 0 0 20px rgba(0,0,0,.15); -ms-box-shadow: 0 0 20px rgba(0,0,0,.15); -o-box-shadow: 0 0 20px rgba(0,0,0,.15); box-shadow: 0 0 20px rgb(0 0 0 / 15%); margin: 0; padding: 20px 0; position: absolute; top: 100% !important; z-index: 99;     list-style: none;}
.meera-rs-menu .hs-menu-wrapper>ul>li ul li a { padding-top: 10px; padding-bottom: 10px; padding-left: 30px; padding-right: 30px; margin: 0; font-weight: 600; font-size: 15px; height: unset; line-height: 25px; color: #000000; font-family: "Nunito", sans-serif; transition: all 0.3s ease; text-transform: capitalize; width: 100%; display: block;     font-family: 'Nunito', sans-serif;}
.meera-rs-menu .hs-menu-wrapper>ul>li ul li { padding: 0; margin: 0 !important; border: none; }
.hideother { display: none !important; }
.showBigFom .hideother { display: inline-block !important; } 
.showBigFom .showeother  { display: none !important; }

.header-new-bar .meera-header {
  margin-top: 36px;
}

/* header sub menu */
.meera-rs-menu .hs-menu-wrapper ul.hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children ul { left: 100%; padding: 10px; top: 0 !important; }
.meera-rs-menu .hs-menu-wrapper ul.hs-menu-children-wrapper>li.hs-item-has-children>a { /*position: relative;*/ width: auto; display: inline-block; }
.meera-rs-menu .hs-menu-wrapper >ul>li:last-child >ul.hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children > ul { left: auto; right: 100%; }

@media screen and (min-width: 992px){
  .rs-menu-toggle, .close-btn, .submenu-button, .childmenu-button {
    display: none;
  }
  .meera-rs-menu {
    height: auto!important;
  }
  .meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper { opacity: 0 !important; transform: translateY(-10px) !important; transform: scaleY(0) !important; transform-origin: 0 0 0 !important; visibility: hidden !important; width: auto !important;  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;min-width:260px;}
  .meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover ul.hs-menu-children-wrapper { opacity: 1 !important; transform: translateY(0) !important; transform: scaleY(1) !important; visibility: visible !important; }
  .meera-rs-menu .hs-menu-wrapper ul.hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children ul { opacity: 0 !important; }
  .meera-rs-menu .hs-menu-wrapper ul.hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children:hover ul { opacity: 1 !important; }

  /*   .meera-rs-menu .hs-menu-wrapper ul.hs-menu-children-wrapper>li.hs-item-has-children>a:before { content: "+"; position: absolute; left: auto; right: 0; top: 50%; text-align: center; z-index: 9999; font-size: 16px; display: block; cursor: pointer; transform: translateY(-50%); -webkit-transform: translateY(-50%); font-weight: 400; } */
  .meera-rs-menu .hs-menu-wrapper ul.hs-menu-children-wrapper>li.hs-item-has-children>a:before {
    content: "";
    background-image: url(https://5573705.fs1.hubspotusercontent-na1.net/hubfs/5573705/Meera%20Theme%20-%202023/menu_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
    filter: brightness(0);
    position: absolute;
    right: 30px;
    transform: rotate(-90deg);
    top: 18px;
  }
  .meera-rs-menu .hs-menu-wrapper ul.hs-menu-children-wrapper>li.hs-item-has-children:hover>a:before { /*content: "-";*/ transform: rotate(0deg);}
  .meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: block;
  }

}
/* Header Theme END */

@media(max-width:1199px){
  .header-wrap { padding-left:0px; padding-right: 0px; max-width:960px;}
  .meera-rs-menu .hs-menu-wrapper>ul>li { margin-right: 20px; }
  .expand-btn-inner a { padding: 10px 16px; font-size: 14px; }
}
@media(max-width:10000px){
  .meera-rs-menu .hs-menu-wrapper>ul>li>a {
    margin-right: 0;
  }
}
@media(max-width:991px){
  .header-without-main-nav .meera-header.fullwidth .rs-menu-toggle {
    display: none !important;
  }
  .header-without-main-nav .meera-header.sticky {padding-block: 0px;}
  .header-without-main-nav .meera-header {padding: 7px 0;}
  body .header-without-main-nav {padding-inline: 0 !important;}
  .meera-header  .meera-rs-menu { transition: right .3s ease-in-out 0s; -webkit-transition: right .3s ease-in-out 0s; -moz-transition: right .3s ease-in-out 0s; -o-transition: right .3s ease-in-out 0s; font-size: 15px; height: 100%; overflow: auto; background: #fff; box-shadow: 0 0 70px #eee; padding: 50px; width: 430px; z-index: 999999; transition: all 0.3s ease; position: fixed; display: block !important; top: 0; right: -500px; }
  .meera-header .meera-rs-menu .hs-menu-wrapper ul li a { border-bottom: 1px solid rgba(0, 0, 0, 0.06); display: block !important; color: #333 !important; padding: 10px 0 !important; line-height: 30px !important; width: 100% !important; }
  .meera-header .meera-rs-menu .hs-menu-wrapper ul li { display: block !important; width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; position: relative !important; height: auto !important; }
  .meera-header .meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper { position: relative; left: 0; width: 100%; margin: 0; text-align: left; background-color: transparent !important; background: transparent !important; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; margin: 0; padding: 0; }
  .meera-header .meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper a { padding-left: 25px !important; }
  .meera-header .meera-rs-menu .hs-menu-wrapper ul li a:hover { color: #22a9e0 !important; }
  .close-btn a.nav-close { position: absolute; top: 25px; display: block; z-index: 99; right: 35px; cursor: pointer; transition: all 0.3s ease; z-index: 9999999;}
  .close-btn .line { width: 40px; height: 40px; line-height: 40px; }
  .close-btn .line span { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg);-webkit-transform: translate(-50%, -50%) rotate(45deg); width: 2px !important; height: 25px !important; background: #0a0a0a; border: none !important; transition: all 0.3s ease; }
  .close-btn .line span.line2 { transform: translate(-50%, -50%) rotate(-45deg); -webkit-transform: translate(-50%, -50%) rotate(-45deg);}
  .close-btn { overflow: hidden; padding: 20px 10px 20px;    overflow: visible;  }
  .openMainmenu .meera-header  .meera-rs-menu {right:0 !Important;}
  body.openMainmenu:before { width: 100%; position: fixed; background: #fff; height: 100vh; top: 0; bottom: 0; opacity: 0.6; z-index: 11; content: ''; left: 0%; transition: all 0.8s ease-out 0s; }
  body.openMainmenu { position: relative; }
  .meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {display:none !Important;}
  .submenu-button, .childmenu-button { position: absolute; z-index: 99; right: 0; display: block; width: 100%; cursor: pointer; top: 0; height: 50px; cursor:pointer;}
  .submenu-button:before, .submenu-button:after, .childmenu-button:before, .childmenu-button:after { position: absolute; top: 24px; right: 10px; width: 20px; height: 1px; display: block; background: #0a0a0a; z-index: 2; content: ""; right: 12px; width: 12px; cursor:pointer;}
  .submenu-button:before, .childmenu-button:before { width: 1px; height: 12px; right: 17px; top: 18px; }
  .submenu-button em, .childmenu-button em { background: #efefef; width: 35px; height: 35px; display: block; position: absolute; right: 0; border-radius: 4px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
  .meera-header .meera-rs-menu .hs-menu-wrapper>ul>li.hs-item-has-children ul.hs-menu-children-wrapper { position: relative !important; left: 0 !important; width: 100% !important; margin: 0 !important; text-align: left !important; top: 0 !important; display: none; }
  .submenu-opened .submenu-button:before { opacity: 0; }
  .childmenu-opened .childmenu-button:before { opacity: 0; }
  .meera-rs-menu .hs-menu-wrapper>ul>li>a {font-size:15px;}
  /*   .meera-header.sticky { padding-top: 8.5px; padding-bottom: 8.5px; } */
  .meera-header.sticky .meera-mobile-menu img {vertical-align: middle;}

  .meera-rs-menu .hs-menu-wrapper ul.hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children ul { display:none; }
  .header-wrap {
    max-width: 720px;
  }
  .topbar_remove .meera-header-row>div {
    margin-top: 31px;
  }
  .header-new-bar .meera-header {
    margin-top: 35px;
  }
}

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

  .header__container { padding: 20px;  }
  .meera-header.sticky { padding-top: 0px; padding-bottom: 0px; }
  .meera-header.sticky .meera-header-row {
    padding: 10px 15px;
  }
}
@media(max-width:480px){
  .meera-header .meera-rs-menu { width: 320px; }
}

/* Logo */

.header__logo {
  margin-right: 20px;
  max-width: 250px;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-bottom: 0;
}

/* Navigation Menu */

.header__menu {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
    display: none;
    margin: 10px 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(100% - 20px);
    z-index: 99;
  }

  .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 50px;
}

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

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border-radius: 0 0 18px 18px;
  box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
}

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

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

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 10px;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

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

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

.header__language-switcher-label-current {
  align-items: center;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

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

@media (max-width: 767px) {
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border-radius: 0 0 18px 18px;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

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

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

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}


/**** event header ****/

.event-header {
  padding: 30px 0;
}

.event-header .widget_1684396236865-flexbox-positioning.dnd-module {
  justify-content: left !important;
}


.event-header .container-fluid {
  max-width: 1240px;
  margin-inline: auto;
  padding-left: 15px!important;
  padding-right: 15px!important;
}

@media (max-width:991px){
  .event-header .container-fluid {
    max-width: 960px;
  }
  .header {
    padding: 20px 5px !important;
  }
}

@media (max-width:767px){
  .event-header .container-fluid {
    max-width: 720px;
  }
}



/**** css for the new header 14-10-2023 ****/
.header--landing-page {
  padding: 40px 0 40px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.header--landing-page .header_dnd_top-row-0-vertical-alignment > .row-fluid >* {
  width: auto;
  padding: 0;
}

.header--landing-page .header_dnd_top-row-0-vertical-alignment > .row-fluid {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header--landing-page .container-fluid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

.header--landing-page .header_dnd_top-row-0-vertical-alignment > .row-fluid::before,.header--landing-page .header_dnd_top-row-0-vertical-alignment > .row-fluid::after {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1299px){
  .header--landing-page .container-fluid{
    max-width: 1140px;
  }
}



@media (max-width: 1199px){
  .header--landing-page .container-fluid{
    max-width: 960px;
  }
}


@media (max-width: 991px){
  .header--landing-page .container-fluid{
    max-width: 720px;
  }
}

@media (max-width:375px){
  header.header.header--landing-page .hs_cos_wrapper_type_logo img {
    width: 117px !important;
    display:block;
  }

  header.header.header--landing-page .expand-btn-inner a {
    padding: 7px 9px;
    font-size: 13px;
    display: flex;
    align-items: center;
  }

  header.header.header--landing-page .expand-btn-inner a svg {
    margin-left: 5.9px;
    width: 21px;
    height: 21px;
  }
}


/*** 08-07-2024 ***/
.hide-nav-btns .header-wrap .meera-cell-men,
.hide-nav-btns .header-wrap .meera-col-cell {
  display: none;
}

.hide-nav-btns .meera-header-row {
  padding-block: 11px !important;
}

/* .home-v2 .top-header-bar-v1 {
display: none;
}
.home-v2 .meera-header {
margin-top: 0px !important;
} */
.home-v2.Simple-header-btn-color .expand-btn-inner a {
  background-color: #FFFF02 !important;
  border: 4px solid #222222;
  border-radius: 35px;
  color: #222222!important;
  font-weight: 700 !important;
  letter-spacing: 0px;
  background-image: url(https://5573705.fs1.hubspotusercontent-na1.net/hubfs/5573705/Other%20Files/Meera%20Theme%20-%202023/Bandit/right-arrow.svg)!important;
  background-position: calc(100% - 31px) !important;
  background-size: 21px 21px !important;
  background-repeat: no-repeat !important;
  padding: 13px 60px 13px 29px !important;
  font-family: poppins;
}
.home-v2.Simple-header-btn-color .expand-btn-inner a:hover{
  background-color: #222222!important;
  background-image: url(https://hello.meera.ai/hubfs/meera-2023/images/Bandit/Path%201@2x.png) !important;
  color:#fff;
  border-color:#FFFF02;
}
.home-v2 .meera--menu-area {
  margin-left: 0;
}
.home-v2.Simple-header-btn-color .expand-btn-inner a::after {
  display: none;
}
.transparent-header .header .expand-btn-inner a {
  background-color: #fff;
  color: var(--dark_blue);
}
.transparent-header .header .expand-btn-inner a:hover {
  color: #fff;
}

.transparent-header .header .expand-btn-inner a img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(26%) saturate(3298%) hue-rotate(202deg) brightness(97%) contrast(90%);
}

.transparent-header .header .expand-btn-inner a:hover img {
    filter: brightness(0) saturate(100%) invert(86%) sepia(88%) saturate(2%) hue-rotate(261deg) brightness(111%) contrast(97%);
}

.transparent-header .sticky  .expand-btn-inner a {
    color: var(--primary_white);
    background: transparent linear-gradient(90deg, #0287f9, #ff0ba1) 0 0 no-repeat padding-box;
}

.transparent-header .sticky .expand-btn-inner a img {
    filter: brightness(0) saturate(100%) invert(86%) sepia(88%) saturate(2%) hue-rotate(261deg) brightness(111%) contrast(97%);
}

.transparent-header .sticky .expand-btn-inner a:hover {
    background-color: var(--dark_blue);
}
body.transparent-header .header .meera-header-row>div .expand-btn-inner a::after {
  background-color: var(--dark_blue);
  padding-left: 3px;
  color: var(--primary_white) !important;
}
body.transparent-header .header .meera-header-row>div .expand-btn-inner a:hover::after{
  background-color: var(--primary_white);
  color: var(--dark_blue) !important;
}


@media (max-width:1024px){
  .meera-col-cell.mera-cta-2 {
    display: none;
  }
}

@media (max-width:767px){
  .header-wrap {
    width: 100%;
  }
}
/* Footer Container */

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

.footer__container {
  margin: 0 auto;
  padding: 5.6rem 20px 2.8rem;
}

/* Footer Rows */

.footer__row {
  display: flex;
  justify-content: space-between;
}

.footer__navigation {
  width: 22%;
}

.footer .hs-menu-wrapper ul {
  list-style: none;
  margin: 0.5rem 0 2rem;
  padding-left: 0;
}

.footer .hs-menu-wrapper li {
  margin: 0.7rem 0;
}

.footer .hs-menu-wrapper li a:hover {
  text-decoration: none;
}

.footer__form {
  width: 25%;
}

@media (max-width: 767px) {
  .footer__row {
    flex-wrap: wrap;
  }

  .footer__navigation,
  .footer__form,
  .footer__follow-me,
  .footer .widget-type-header,
  .footer .widget-type-simple_menu,
  .footer .social-links {
    text-align: center;
    width: 100%;
  }
}

/* Footer Form */

.footer--site-page .footer__form form,
.footer--site-page .widget-type-form form {
  margin-bottom: 1.5rem;
  padding: 0;
}

/* Landing Page Footer */

.footer--landing-page {
  border-top: 2px solid #eff7ff;
}

.footer--landing-page .footer__container {
  padding: 2.8rem 0 1.5rem;
}

/* Footer Form */

.footer--site-page form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer--site-page .footer__form .form-title {
  background-color: transparent;
  font-size: 1rem;
  padding: 0 0 1rem;
  text-align: left;
}

/* Footer */
.meera-footer { color: #fff; font-size: 14px; }
.meerafooter-top { padding: 90px 0 35px; }
.footer-bottom { padding: 34px 0; border-top: 1px solid #27345e; text-align: center; font-size: 16px; color: #fff; }
.footer-bottom p { margin: 0; }
.meera-footer ul { padding: 0; margin: 0; line-height: normal; } 
.meera-footer ul, .meera-footer ul li { list-style: none; }
.sm-address { font-size: 14px; line-height: 1.8; }
.fl-wrap>div { display: flex; align-items: center;display: -webkit-flex; -webkit-align-items: center; }
.fl-wrap div img { margin: 0 20px 0 0; vertical-align: middle; }
.fl-wrap div.i1 { margin: 40px 0px 15px 0; }
.fl-wrap div a { color: #fff; font-size: 16px; }
.meera-footer-col { float: left; width: 33.333333%; padding-right: 15px; padding-left: 15px; position: relative; }
.meera-footer-col h3 { font-size: 21px; line-height: 25px; margin-bottom: 60px; position: relative; /*font-family: Lato,sans-serif;*/ font-weight: 700; color: #fff; }
.meera-footer-col h3:after { content: ""; position: absolute; left: 0px; bottom: -20px; height: 4px; width: 45px; background: #22a9e0; } 
.site-map-row { display: flex; display: -webkit-flex; }
.fc-wrap ul li { margin: 0 0 10px; }
.site-map-col-text { padding-right: 15px; padding-left: 25px; float: left; }
.site-map-row { display: flex; display: -webkit-flex; }
.site-map-col-text h6 { margin-bottom: 8px; font-size: 14px; font-weight: 600; /*font-family: "Nunito", sans-serif;*/ }
.site-map-col-text h6 a { color: #fff; /*font-family: "Nunito", sans-serif;*/ font-weight: 700; font-size: 14px; }
.site-map-col-text h6 a:hover{color:#22a9e0;}
.sm-address p {margin: 0;}
.fc-wrap .site-map li { margin: 0 0 26px; }
.fr-wrap .site-map li { margin: 0 0 10px;    line-height: 1.56; }
.fr-wrap .site-map li a { color: #fff; font-size: 14px; }
#scrollUp i { border-radius: 50%; height: 40px; font-size: 24px; font-weight: 600; width: 42px; color: #fff; line-height: 36px; transition: all 0.3s ease; margin-left: 2px; box-shadow: 0px 0px 2px rgb(0 0 0 / 40%); background: #22a9e0; }
div#scrollUp { text-align: center; bottom: 40px; cursor: pointer; display: none; position: fixed; right: 20px; z-index: 99; border-radius: 50px 50px 4px 4px; }
.meera-footer-col { padding-left: 100px; }
.meera-footer-col:first-child { padding-left: 15px; }
.site-map-col-ic img { width: 26px; min-width: 26px; height: auto; }
.meera-footer-row { margin-left: 15px; width: 100%; margin-right: -15px; }

.social-icon { margin-top: 40px; }
.social-icon ul li { display:inline-block; margin:0px 15px 0px 0px; }
.social-icon ul li a { color: #fff; font-size: 20px; width: 40px; height: 40px; padding: 6px 0px; line-height: 1.5; text-align: center; background-color: #22a9e0; display: inline-block; border-radius: 50%; transition: all 0.3s ease; }
.social-icon ul li a:hover { color: #22a9e0; background-color: #fff; }
.social-title h6 { color: #fff; font-weight: 700; font-size: 14px; margin-bottom: 20px;}


/* Footer End */

@media(max-width:1199px){
  .meerafooter-top .content-wrapper { max-width: 960px; }
  }
@media(max-width:991px){
  .meerafooter-top .content-wrapper { max-width: 720px; }
  .meera-footer-col { width: 50%; padding-left: 15px; padding-right: 0; }
  .meera-footer-col:first-child {padding-right: 15px; }
  .meerafooter-top { padding: 60px 0 40px; }
}
@media(max-width:767px){
  .meerafooter-top .content-wrapper { max-width:540px; }
  .meera-footer-col { width: 100%; padding-bottom: 50px;padding-left: 15px !important;padding-right:15px !important; }
  .site-map-col-text {max-width: 58%; padding-right: 0;}
}

@media(max-width:575px){
  .meerafooter-top .content-wrapper { max-width:100%; }
  .footer-bottom { font-size: 14px; }
}


@media (max-width: 980px) {
  .footer--site-page .footer__form {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0.75rem 0 0;
    width: 75%;
  }

  .footer--site-page .footer__form .form-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer--site-page .widget-type-form {
    margin: 0 auto;
    width: 75%;
  }
}
/* 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;
  }
} */

/* Language switcher */

.body-container-wrapper .lang_switcher_class {
  width: 100%;
}

.body-container-wrapper .lang_list_class {
  left: 10px;
}

.body-container-wrapper .lang_list_class li {
  margin: 0;
}





.leadinModal.leadinModal-theme-default .leadin-preview-wrapper {
  background-image: url(https://5573705.fs1.hubspotusercontent-na1.net/hubfs/5573705/meera-2023/images/exit-popup-bg.png) !important;
  background-position: center;
  border: 1px solid #707070;
  padding: 90px 60px 77px 55px !important;
  background-size: cover;
}
.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
  width: auto !important;
  float: unset !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 0 35px !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image-inner {
  width: auto !important;
}

.leadinModal.leadinModal-theme-default .dyno-image img {
  max-width: 320px;
  display: block;
}
.leadinModal .leadinModal-close:before {
  color: #fff !important;
}
body .leadinModal.leadinModal-theme-default h4 {
  text-align: left !important;
  margin: 0 0 28px!important;
  color: #fff !important;
  font-size: 43px;
  font-weight: 900 !important;

  line-height: 51px !important;

}

.hs-content-id-0 ~  .leadinModal.leadinModal-theme-default .leadinModal-description-body p {
  margin: 0 !important;
}

.leadinModal.leadinModal-theme-default .leadinModal-description-body ul {
  margin: 0px !important;
  list-style: none !important;
}

.leadinModal.leadinModal-theme-default .leadinModal-description-body ul li {
  margin: 0 0 21px !important;
  color: #fff !important;
  font-size: 21px !important;
  position: relative;
  padding-left: 41px;
  line-height: 23px;
}
.leadinModal.leadinModal-theme-default .leadinModal-description-body ul li:last-child {
  margin: 0px !important; 
}
.leadinModal.leadinModal-theme-default .leadinModal-description-body ul li::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url(https://5573705.fs1.hubspotusercontent-na1.net/hubfs/5573705/meera-2023/images/icon-checked-popup.png);
  background-size: 22px;
  left: 0px;
} 
.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image-inner {
  max-width: 68% !important;
  margin: 0 auto;
}

.leadinModal.leadinModal-theme-default .leadinModal-description-body p:last-child {
  color: #fff !important;
  max-width: 268px;
  margin: 0 0 10px !important;
  font-size: 17px;
}

.leadinModal.leadinModal-theme-default .hs-content-id-0 ~ .leadinModal.leadinModal-theme-default .leadinModal-content .leadin-button-primary {
  background: #f8ec1e !important;
  color: #111111 !important;
  font-weight: 900 !important;
  font-size: 19px !important;
  border-radius: 27px !important;
  display: inline-block !important;
  width: auto !important;
  padding: 18px 36px !important;
}
.leadinModal.leadinModal-theme-default .leadin-preview-wrapper .advance-wrapper .leadin-button {
  margin-top: 35px;
}

.leadinModal.leadinModal-theme-default .advance-wrapper {
  margin: 0 !important;
}

.leadinModal.leadinModal-theme-default .leadinModal .leadinModal-close:before {
  color: #fff !important;
}

.leadinModal.leadinModal-theme-default .leadinModal.leadinModal-theme-default {
  max-height: fit-content !important;
}
.leadinModal.leadinModal-theme-default .leadinModal-content .leadin-button-primary {
  background: #f8ec1e !important;
  color: #111111 !important;
  font-weight: 900 !important;
  font-size: 21px !important;
  border-radius: 27px !important;
  display: inline-block !important;
  width: auto !important;
  /* position: absolute; */
  bottom: 4vw;
  left: 2.1vw;
  padding: 13.5px 49px !important;
}
.leadinModal.leadinModal-theme-default {
  max-height: fit-content !important;
}
.leadinModal.leadinModal-theme-default {
  padding: 0 !important;
  height: 100% !important;
  max-height: max-content !important;
  display: grid;
  align-items: center;
  margin: 0 !important;
}
body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
  border-radius: 0px;
  width: auto;
  max-width: 526px;
  max-height: 100vh !important;
  overflow-y: auto;
  padding: 13px;
  background-color: transparent;
  box-shadow: none;
}

body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-close {
  outline: 0 !important;
}
body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-close:before {
  width: 31px;
  height: 31px;
  padding-top: 0;
  content: "";
  background-image: url(https://5573705.fs1.hubspotusercontent-na1.net/hubfs/5573705/meera-2023/images/exit-popup-cross.png);
  padding-right: 0px;
}
body .leadinModal.leadinModal-v3 .dyno-image img {
  max-width: 100% !important;
}

@media (max-width:768px){
  body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-preview-wrapper {
    padding: 60px 40px !important;
  }
  body .hs-content-id-0 ~ .leadinModal.leadinModal-theme-default .leadin-content-body {
    padding: 0 !important;
  }

  body .hs-content-id-0 ~ .leadinModal.leadinModal-theme-default {
    max-height: 100% !important;
    overflow: scroll !important;
    padding-top: 0 !important;
    margin: 0;
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
  }
  body  .leadinModal.leadinModal-theme-default .leadin-content-body {
    padding: 0 !important;
  }
  body  .leadinModal-v3 .leadinModal-content {
    max-height: 600px !important;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100% !important;
    max-width: 100% !important;
  }
  body .leadinModal.leadinModal-theme-default .leadin-preview-wrapper {
    max-height: 500px;
  }
  .leadinModal.leadinModal-theme-default .dyno-image img {
    width: 100%;
  }
  body .leadinModal.leadinModal-theme-default h4 {
    font-size: 30px;
    line-height: 40px !important;

  }
  body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body {
    padding: 0 !important;
  }
  .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
    width: 95% !important;
    max-width: 95% !important;
  }
  .leadinModal.leadinModal-theme-default .leadinModal-content .leadin-button-primary {
    padding: 17px 29px !important;
  }
  .leadinModal.leadinModal-theme-default .leadinModal-content .leadin-button-primary {
    padding: 17px 27px !important;
    font-size: 14px !important;
  }
  .leadinModal.leadinModal-theme-default {
    /*     max-height: 1000px !important; */
    overflow-y: scroll;
    margin-inline: 0 !important;
  }
  .leadinModal.leadinModal-theme-default .leadinModal-description-body ul li {
    margin: 0 0 15px !important;
    font-size: 16px !important;
    padding-left: 29px;
  }
}


@media (max-width:639px){
  .leadinModal.leadinModal-theme-default .leadinModal-description-body ul {
    grid-template-columns: auto;
    width: 100%;
  }
  body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-preview-wrapper {
    padding: 60px 21px !important;
  }
}



/*** globarl variables for new homw page ****/

:root{
  --primary_color:#1a2748;
  --secondary_color:#060e22;
  --dark_blue:#070E40;
  --secondary_font:'Visby';
  --primary_font:'Visby';
  --primary_white:#fff;
  --primary_blue:#028aff;
  --dark_bg_color:#15406C;
  --mobile_body_font_size:14px;
}

.body-container-wrapper {
  overflow-x: clip;
}




/*** css for new style of the cookie ***/

.leadinModal.leadinModal-v3 .leadin-preview-wrapper {
  display: block;
  background-image: unset !important;
  max-width: 432px;
  margin: 0;
  padding: 100px 60px 83px 48px !important;
  background-color:#fff !important;
}


.leadinModal.leadinModal-theme-default .leadin-preview-wrapper {
  border: 0;
}

body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
  max-width: 786px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: 46% 99%;
  background-position: right;
}

body .leadinModal.leadinModal-theme-default h4 {
  color: #1a2748 !important;
  font-size: 37px;
  line-height:1.2 !important;
  margin-bottom:21px !important;
}

body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content::after {
  position: absolute;
  content: "";
  background-image: url(https://5573705.fs1.hubspotusercontent-na1.net/hubfs/5573705/MeeraMarketingAssets/Meera%20Theme%20-%202023/ad-popup/happy-group-friends-chatting-by-phones@2x.png);
  width: 42%;
  height: calc(100% - 13px);
  top: 0px;
  right: 13px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-y: 13px;
}

.leadinModal.leadinModal-theme-default .leadinModal-description-body ul li {
  color: #1a2748 !important;
  font-size: 18px !important;
  margin: 0 0 14px !important;
}

.leadinModal.leadinModal-theme-default .leadinModal-content .leadin-button-primary {
  background-color: #028AFF !important;
  color: #fff !important;
  font-weight: 400 !important;
  padding: 17.5px 61px !important;
}
.leadinModal.leadinModal-theme-default .leadinModal-content .leadin-button-primary:hover {
  background-color: #1a2748 !important;
}

.leadinModal.leadinModal-theme-default .leadinModal-description-body ul li::before {
  background-image: url(https://5573705.fs1.hubspotusercontent-na1.net/hubfs/5573705/meera-2023/images/light-blue-check-circle.svg) !important;
}
body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-close::before {
  background-image: url(https://5573705.fs1.hubspotusercontent-na1.net/hubfs/5573705/meera-2023/images/exit-popup-cross-1.png);
}

body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-close::before {
  background-color: #028aff;
  border-radius: 50%;
}

/**======================== For MUltiStep From ==========================***/

.multi_step_form {
  padding: 170px 0 0;
}

.multi_step_form .multi_step_main {
  display: flex;
  justify-content: space-between;
}

.multi_step_form .multi_step_main .left-wrap {
  flex: 0 0 46%;
  max-width: 46%;
}

.multi_step_form .multi_step_main .right-wrap {
  flex: 0 0 44%;
  max-width: 44%;
}
.multi_step_form .multi_step_main .right-wrap >*,
.multi_step_form .multi_step_main .row-fluid-wrapper .row-fluid ,
.multi_step_form .multi_step_main .row-fluid-wrapper .row-fluid {
  height: 100%;
}

.multi_step_form .multi_step_main .right-wrap .container-fluid::after,
.multi_step_form .multi_step_main .right-wrap .container-fluid::before,
.multi_step_form .multi_step_main .row-fluid-wrapper .row-fluid::after,
.multi_step_form .multi_step_main .row-fluid-wrapper .row-fluid::before {
  display: none;
}

/**** 12-05-2025 Global Top text styling eyebrow text ****/
 .top-title {
    display: block;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    padding-left: 3px;
}

@media (max-width:1300px){
  .leadinModal.leadinModal-v3 .leadin-preview-wrapper {
    padding-block: 53px !important;
  }
}

@media(max-width:991px){
  .multi_step_form .multi_step_main .left-wrap,
  .multi_step_form .multi_step_main .right-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .multi_step_form .multi_step_main {
    flex-direction: column;
    gap: 37px;
  }
}

@media (max-width:767px){
  body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body {
    background-color: #fff;
  }
  body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content::after{
    display:none;
  }
  .leadinModal.leadinModal-v3 .leadin-preview-wrapper {
    max-width: 100%;
  }
  body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content {
    margin: 0;
  }
  .leadinModal.leadinModal-theme-default {
    display: block;
  }
  body .leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-preview-wrapper {
    padding: 29px 21px !important;
    max-height: 500px !important;
    overflow-y: scroll !important;
  }
  body .leadinModal.leadinModal-theme-default h4 {
    font-size: 30px;
  }
  .leadinModal.leadinModal-theme-default .leadinModal-description-body ul li {
    font-size: 14px !important;
  }
  .leadinModal.leadinModal-theme-default .leadin-preview-wrapper .advance-wrapper .leadin-button {
    margin-top: 21px;
  }

  /*** css for meeting ***/
  .meetings-iframe-container iframe {
    height: auto !important;
    min-width: 100% !important;
  }

  /*** multistep form ***/

  .multi_step_form .multi_step_main .right-wrap {
    background: #1A2748;
    border-radius: 11.5px;
  }

  .multi_step_form {
    padding: 111px 0 40.85px;
  }
  .multi_step_form .multi_step_main {
    gap: 0;
  }
}

.body-container-wrapper + [data-global-resource-path] {
  display: inline-block;
  width: 100%;
}

body #hs-banner-parent div#hs-eu-cookie-confirmation #hs-eu-cookie-settings-button{
  display:block !important;
  font-size:19px !important;
}
.hide-header-get-started .floating-btn-wrap {
  display: none !important;
}

.web-footer .floating-btn-wrap,
.show_custom_floating_cta .custom-floating-btn,
.hide_mobile_floating_cta .floating-btn-wrap.global-floating-btn{
  display:none;
}

.web-footer .floating-btn-wrap a,
.custom-floating-btn a  {
  background: transparent linear-gradient(90deg, #0287f9, #ff0ba1) 0 0 no-repeat padding-box;
  padding: 14px 30px 14px 30px !important;
  display: inline-block;
  border-radius: 100vmax;
  color: #fff;
  line-height: 1;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999999999;
  font-weight: bold;
}

.web-footer .floating-btn-wrap a:hover {
  background: var(--dark_blue);
}



@media (max-width:767px){
  .web-footer .floating-btn-wrap,
  .show_custom_floating_cta .custom-floating-btn{
    display:block;
  }
  .web-footer .floating-btn-wrap a {
    font-size: var( --mobile_body_font_size);
  }
  .show_custom_floating_cta .web-footer .floating-btn-wrap a
  {
    display:none;
  }
}



/***** 08-07-2025 *****/
.hs-baymax-editor.hs_cos_wrapper_type_module {
    overflow: unset !important;
}