*, *: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 ;
    }
}
.dnd-section[class*="force-full"]>.row-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

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

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.dnd-section .dnd-column {
		padding: 0;
	}
}
@font-face { 
	font-family: "WistiaPlayerInterNumbersSemiBold";
	src: url("data:application/x-font-woff;charset=utf-8;base64,d09GMk9UVE8AAAaMAAwAAAAACgAAAAZBAAMD1wAAAAAAAAAAAAAAAAAAAAAAAAAADYpwGhQbIBwqBmAAgTIBNgIkAzAEBgWDGgcgGykJEZWkARP8KHCbm2tEznyIN98tPTUk9Ig3oiVV3pbDIzXa+f/fZgXpALFTZhBoMVFC9cp036dXvRKVmVnsxe+D+1NDQI5lG7ikZWEINIElTeBIdnxlhauQ5GQtoLHA/wN0riVdSx5xgbxF3KTbgnjVQ4B9P7YqCx7FpEZK+6ilx0AoopUh4aExJEKmkU+0ncdr4iFfKhdSFD9y91LCRaxNbVqvi0dND3rxI7ndUDR7EiwT3bhiua9krFA0oepCy2hCjwmjnjDjKjNTDz2ZuHtN8820Wfw/l8u4w4yV/f8/6uscs5rmiN00LcP4hAofyZUSyS3WinX0RGFFtnGrjj36x6dlNa57+PLTlrUisH2n9orfgd+R34XfDd0NsWDXwfwhvKHpbs3UBni37dBlPvO4KYn/PgylilcgSdw6sjsSSxsRGfIJgqhi14bKZCHcQvjUh/+3HMotTYrGLVYCxyMFjEnYC98yTAp6atAKVxaZ9eu2NMji8WTj4w/Y34elD60PPwb5bEywLqAX/amwmUo6TBCy14N/TL44jb3sE5JdUIPXXI0RBSoGt3BUObn4agKGIxxQhlyQacbstK4fS2mZoBtFNQ1bd+4zND2vQu6anl7gWFOj8MV2DVMtU44xMhpwElrrjA7zO5IqWojd/v1Vso6cqp91zC2YrGhDOy07Iqyza2q9smDIwUYek0AWbCt/8x78QmrzayQ6xtpmqfCYsLfgU9HdeP3UqutZTTNd/9Q8k08XzXzIxSdvLPda8YaeeZnkxUwql0nDKyUYdaWZjGAy7UDLHpVqBVHTxSV0wBy21El9u/491ik2J3YkdiP2LPZL41RBeeNUWtp97Bbn0Ee1g9wr9qqV/X+4R9nlPX03743dylnaXZyNp8v58yLOsFYCbUnCVQzjN+5QhlmKccO7aMkueWJggROd4qnw2x5LydUcg/NRamE3XMlkGovpRWPKWEavP74P2O1RANM/3gIIPJj7TX+lqU2geQuaBx4B/7cWAOx0ucTiEHYJU9y5DBuUMYNIHeHZz9tn+Fw2G5EBTqUlHRfRi4eB5wNlJsRsv5k4b6HyFkhIC6BO4LzPbWhW7rbCcxubeKHOc6UaBKZBMMd4j8XuRUynOCCa4EMfF9grkI1NcTaSAVtk1nrIOwFfeEBlQw4f4phb6zHzBOm0ZZ0dBcaZRVdYIo5xYiyOMEWONwQHmjKGE//VuRBgul1QrpyxmMvF4vGj0xfuuQrNt4tVTsRhEnjY9AuKa1FVLSEneQWzFd5WbO7hasX08ONUOVQgwQuVqACFXkSoIoUgK1hJEkAgbkG5CjqBS5wrRFuY2IfVwhRnLsVyZTZpatveGR4yEbYqbE6J80nM4aa+LD7Oqmr8PdSJFUQVynmgN4lerGQV1+uLdYzdOFWHPW/iK2gIQayhizQ0NMwyvBEBlrDczRfmU40CTtAHqLQGnjQG8MYkxm1MwJuTqjHwVCu9iRJ1C8ojWGHxUYowH0c5X57zpXquvlw0wzHHGMTfufxiJ1psFJTzq6nGeDvHF4LgmHHWCUViZBaInRn+cswnBi460RBPRYg9TRUQ0CZUC5LAT0qLLu50FpdTeBhjGf7/h4dg9hE0uqsBx/saOcYRDIfnOhfzGFBHyizcJK3p2edUjWrC0rn1aGjXtfVUCHMAKKhlxV8eTEIcV2jCOdKiqahv/MisrfRQVnxPJoOU62mR6pu2ZllIzo8zOZqQB7kWJXW2/c0aihata5PcIVJKfFRgHAETmEQVTCELptGMGcyigTnMJ1voUVN6uCZS9pV2hrwl7FYMvBwtUSd7L7E5qP9t7BIPRF7EcmA9ct2nIPHrxgWajtDltbXuBLuaY6qRZGa5ZlX5anfR0lYXaHUzVSFjZa8rfdhZ8rKXFZg21LVL5LFjI5TlDIbwnFGHE2dypHs6Q50N015dpOgLONEUlOqoiQgIaeCsjMq9gITDKwRMieQgKUy9UQY1BTFYZU2KpE2SkILMIjW8IdFwIKmMaK8oClJVssAEtFnz5dQ1s+w6EZoNGtPGQfzx+aoE8ikiP8GCYOWtgB+HBdWDaxACAZInVq14dZI85RRDvZGIghyONw59KV/BBEQ02P1ER8hmNGiURT2hQP8WfAY=");
	font-feature-settings: "tnum"; 
}


@font-face { font-family: eicons;
	src: url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/eicons.eot) format("embedded-opentype"),
		url( //2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/eicons.woff2) format("woff2"),
		url( //2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/eicons.woff) format("woff"), 
		url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/eicons.ttf) format("truetype"),
		url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/eicons.svg) format("svg");
	font-style: normal;
	font-weight: 400;
}   

@font-face { 
	font-family: "Font Awesome 5 Brands";
	src: url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/fa-brands-400.eot) format("embedded-opentype"), 
		url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/fa-brands-400.woff2) format("woff2"), 
		url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/fa-brands-400.woff) format("woff"),
		url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/fa-brands-400.ttf) format("truetype"),
		url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/fa-brands-400.svg) format("svg");
	font-style: normal;
	font-weight: 400;
	font-display: block;  
}
@font-face { 
	font-family: "Font Awesome 5 Free";
	src: url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/fa-regular-400.eot) format("embedded-opentype"),
		url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/fa-regular-400.woff2) format("woff2"),
		url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/fa-regular-400.woff) format("woff"), 
		url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/fa-regular-400.ttf) format("truetype"),
		url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/fa-regular-400.svg) format("svg");
	font-style: normal; 
	font-weight: 400; 
	font-display: block; 
}

@font-face { 
	font-family: "Font Awesome 5 Free"; 
	src: url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/fa-solid-900.eot) format("embedded-opentype"),
		url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/fa-solid-900.woff2) format("woff2"),
		url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/fa-solid-900.woff) format("woff"),
		url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/fa-solid-900.ttf) format("truetype"),
	url(//2083390.fs1.hubspotusercontent-na1.net/hubfs/2083390/raw_assets/public/UltiGroup_May2023/fonts/fa-solid-900.svg) format("svg");
	font-style: normal; font-weight: 900; font-display: block;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

[class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
	line-height: 1.5; 
	font-weight: 400;
	font-size:16px;
}

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

.fa-phone-alt:before {
    content: "\f879";
}

.fa-search:before {
    content: "\f002";
}

.fa-box-open:before {
    content: "\f49e";
}

  .eicon-close:before {
    content: "\e87f";
}

/* Paragraphs */


p{
	margin:0;
	margin-bottom:16px;
}

/* 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 {
	margin:0;
	margin-bottom:20px;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0px;
}

h1{
	line-height: 1;
}

h6{
	letter-spacing: 1px;
}

/* Lists */

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

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

.fa-times:before {
    content: "\f00d";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-left:before {
    content: "\f104";
}


/* Horizontal rules */

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

.fa-bars:before {
    content: "\f0c9";
}


img {
    height: auto;
    max-width: 100%;
}

strong {
	font-weight: 500;
}
button,
.button {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	padding: 0.6rem 1rem;
	border-radius: 0 0 30px 0;
	max-width: 200px;
	background-color: #484848;
	white-space: pre-wrap;
	font-family:"Poppins";
	white-space: normal;
	width: 100%;
	text-align: center;
}

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: 10px;
}

.hs-form {
	margin-bottom: 40px;
}

/* Labels */

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

/* Help text - legends */

form legend {
	font-size: 1rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	background-color: #FFF;
	border:0;
	border-radius: 0;
	display: inline-block;
	padding: 0.6rem 0.7rem;
	width: 100%;
	font-size:16px;
	font-family:"Poppins";
	line-height: inherit;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
	position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	padding: 0.6rem 1rem;
	border-radius: 0 0 30px 0;
	max-width: 200px;
	background-color: #484848;
	white-space: pre-wrap;
	font-family:"Poppins";
	white-space: normal;
	width: auto;
	text-align: center;
	line-height: inherit;
	text-transform: uppercase;
}

/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}


.hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset, 
.section.post-footer form{
	align-content: normal;
	align-items: normal;
	border-radius: 0;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
	min-height: initial;
	padding: 30px;
	position: relative;
	transition: background .3s;
	width: 100%;
	display: flex;
	margin-bottom: 40px;
}

.hs_cos_wrapper_type_google_search form input {
	margin-bottom: 10px;
}

::-webkit-input-placeholder {
	color: rgb(117, 117, 117);
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
	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;
	}
}

.hs-form ul.hs-error-msgs {
	display: flex;
	gap: 5px;
	flex-direction: column;
	color: #fff;
	padding-left: 20px;
	margin-bottom: 0;
	list-style: disc;
}

.hs-form ul.hs-error-msgs li {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.hs-form label {
	font-size: 14px;
	color: #fff;
	display: block;
	margin: 0;
}

.hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe h3, 
.hs_cos_wrapper_type_google_search h3, 
.hs_cos_wrapper_type_email_simple_subscription h3, 
.hs_cos_wrapper_type_password_prompt h3, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions h3, 
.hs_cos_wrapper_type_member_login h3, 
.hs_cos_wrapper_type_member_register h3 , 
.hs_cos_wrapper_type_password_reset_request h3, 
.hs_cos_wrapper_type_password_reset h3, 
.section.post-footer form{
	color:#fff;
}

.hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe h1, 
.hs_cos_wrapper_type_google_search h1, 
.hs_cos_wrapper_type_email_simple_subscription h1, 
.hs_cos_wrapper_type_password_prompt h1, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions h1, 
.hs_cos_wrapper_type_member_login h1, 
.hs_cos_wrapper_type_member_register h1 , 
.hs_cos_wrapper_type_password_reset_request h1, 
.hs_cos_wrapper_type_password_reset h1, 
.section.post-footer form{
	color:#fff;
}

.hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe h2, 
.hs_cos_wrapper_type_google_search h2, 
.hs_cos_wrapper_type_email_simple_subscription h2, 
.hs_cos_wrapper_type_password_prompt h2, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions h2, 
.hs_cos_wrapper_type_member_login h2, 
.hs_cos_wrapper_type_member_register h2, 
.hs_cos_wrapper_type_password_reset_request h2, 
.hs_cos_wrapper_type_password_reset h2, 
.section.post-footer form{
	color:#fff;
}
/* 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;
}
.cm-header-bottom {
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
	align-items: normal;
	padding: 0 20px;
	width: 100%;
	z-index: 9;

}

.cm-header-bottom .container {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	justify-content: space-between;
}


.cm-header-bottom .left_cont {
	display: flex;
	flex: 0 1 auto;
}

.cm-header-bottom .left_cont a {
	display: inline-block;
}

.cm-header-bottom .left_cont a img {
	width: 176px !important;
}

.cm-header-bottom .right_cont {
	display: flex;
	flex: 0 1 auto;
}


.cm-header-bottom .right_cont .hs-menu-wrapper>ul {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.cm-header-bottom .right_cont .hs-menu-wrapper>ul>li>ul {
	display: none;
	background-color: #f4f4f4;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	list-style: none;
	padding-left: 0;
	z-index: 11;
	margin-bottom: 0;
	width: 100%;
	padding: 20px;
	min-width: 300px;
	margin-top: 90px;
	border-radius: 0 0 70px 0;
}


.cm-header-bottom .right_cont .hs-menu-wrapper>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
}



.cm-header-bottom .right_cont .hs-menu-wrapper>ul>li>a {
	padding: 5px 15px;
}

.cm-header-bottom .left_cont {
	display: flex;
	flex: 0 1 auto;
}

.cm-header-bottom .left_cont a {
	display: inline-block;
}


.cm-header-bottom .right_cont .hs-menu-wrapper>ul>li:hover>ul{
	display:block;
}

.cm-header-bottom .right_cont .hs-menu-wrapper>ul {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.cm-header-bottom .right_cont .hs-menu-wrapper>ul>li>ul>li {
	display: flex;
	width: 100%;
	padding: 10px 0;
}

.cm-header-bottom .right_cont .hs-menu-wrapper>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
}

.cm-header-bottom .right_cont .hs-menu-wrapper>ul>li>a {
	padding: 5px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.cm-header-bottom .child-trigger:after {
	content: "\f078";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.cm-header-bottom .child-trigger {
	font-size: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	min-width: 18px;
	min-height: 18px;
	color: #484848;
}


.cm-header-bottom .right_cont .hs-menu-wrapper>ul>li:hover>a {
	color: #50b848;
}

.cm-header-bottom .right_cont .hs-menu-wrapper>ul>li:hover .child-trigger {
	color: #50b848;
}

.cm-header-bottom .right_cont .hs-menu-wrapper>ul>li>ul>li>a {
	color: rgb(72 72 72);
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.2em;
}


.cm-header-top {
	background-color: rgb(244 244 244);
	display: flex;
	padding: 0 20px;
	position: relative;
	width: 100%;
	height: auto;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
	align-items: normal;
}

.cm-header-top .container {
	flex-wrap: initial;
	justify-content: center;
	align-items: center;
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	align-self: auto;
	flex-direction: row;
	display: flex;
	width: 100%;
	text-align: initial;
}

.cm-header-top .left_sec {
	-ms-flex-preferred-size: 0;
	flex-basis: 0%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}


.cm-header-top .raven-spacer {
	height: 100%;
	width: 100%;
}

.cm-header-top .mid_sec {
	max-width: 100%;
	margin: -4px 40px -4px 20px;
}

.cm-header-top .mid_sec .hs-menu-wrapper>ul {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
}

.cm-header-bottom .right_cont .hs-menu-wrapper>ul>li>ul:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 70px;
	width: 100%;
	top: -70px
}

.cm-header-top .mid_sec .hs-menu-wrapper>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	padding: 5px 30px;
}

.cm-header-top .mid_sec .hs-menu-wrapper>ul>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	gap: 10px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.cm-header-top .contact_sec a {
	text-align: center;
	transition: all .3s;
	display: inline-block;
	width: auto;
	border-radius: 0px 0px 30px 0px;
	background-color: #48484800;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #50B84800;
	padding: 15px 40px 15px 40px;
	fill: rgb(72 72 72);
	color: rgb(72 72 72);
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 13px;
	letter-spacing: 1px;
}

.cm-header-top .contact_sec a span[data-type="wrp"] {
	display: flex;
	justify-content: center;
	text-decoration: inherit;
}

.cm-header-top .contact_sec a span[data-type="icon"] {
	margin-right: 5px;
	order: 5;
}

.cm-header-top .contact_sec a span[data-type="text"] {
	flex-grow: 1;
	order: 10;
	display: inline-block;
}

.cm-header-top .quick_sec a {
	text-align: center;
	transition: all .3s;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	line-height: 13px;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #50B848;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #50B84800;
	border-radius: 0px 0px 0px 0px;
	padding: 15px 25px 15px 40px;
	text-transform: uppercase;
}

.cm-header-top .quick_sec a:hover,
.cm-header-top .quick_sec a:focus,
.cm-header-top .quick_sec a:active{
	color: rgb(80 184 72);
	background-color: rgb(244 244 244);
	border-color: #fff0;
}


.cm-header-top .quick_sec a span[data-type="wrp"] {
	display: flex;
	justify-content: center;
	text-decoration: inherit;
}

.cm-header-top .quick_sec a span[data-type="icon"] {
	margin-left: 21px;
	order: 15;
	flex-grow: 0;
}

.cm-header-top .quick_sec a span[data-type="text"] {
	flex-grow: 1;
	order: 10;
	display: inline-block;
}

.cm-header-top .box-icon {
	height: 100%;
	padding: 6px 10px 0px 15px;
}

.cm-header-top .box-icon a {
	text-align: center;
	display: inline-block;
	line-height: 1;
	transition: all .3s;
	font-size: 23px;
	color: rgb(80 184 72);
	border-color: rgb(80 184 72);
}

.cm-header-top .contact_sec a:hover {
	color: rgb(80 184 72);
	background-color: #FFFFFF00;
	border-color: #FFFFFF00;
}

.cm-header-top .box-icon a i {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
	top: -3px;
}

.cm-header-top .box-icon a i:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}


.cm-header-bottom .right_cont_menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0px 10px 0px 10px;
}

/* start quick popup */
.qucik-modal{
	position: fixed;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	display: flex;
	pointer-events: none;
	background-color: transparent;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	user-select: auto;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	background-color: rgba(0,0,0,.8);
	opacity:0;
	visibility:hidden;
	transition: all .3s;
}

.quick-ft .qucik-modal{
	opacity:1;
	visibility:visible;
}
.qucik-modal .quick-pop-up {
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 100vw;
	max-height: 100vh;
	padding: 0;
	overflow: auto;
	display: flex;
	width: 100vw;
	height: 100vh;
	align-items: flex-start;
}

.qucik-modal .quick-inner {
	background-color: #fff;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
	align-items: normal;
	align-content: normal;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 100vh;
	height: auto;
	width: 100%;
}

.qucik-modal .container {
	display: flex;
	margin: 0 auto;
	height: 100%;
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	align-self: auto;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
	flex-direction: column;
}

.qucik-modal .ulti-quick-search {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 20px auto;
	height: 100%;
}

.qucik-modal .search-box-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #ccc;
}

.qucik-modal .quicksearch-input {
	line-height: inherit;
	margin: 0;
	font-family: inherit;
	padding: 15px 0 !important;
	border-radius: 0 !important;
	font-size: 24px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
}

.qucik-modal .ulti-quick-search .search-box-wrap i {
	padding: 20px;
	font-size: 24px;
	color: rgb(80 184 72);
	cursor: pointer;
}

.qucik-modal .ulti-quick-search .qs-help {
	font-size: 14px;
	color: #909090;
	text-align: left;
	padding: 10px 0;
}

.qucik-modal .close-button {
	line-height: 1;
	cursor: pointer;
	position: absolute;
	opacity: 1;
	z-index: 9999;
	pointer-events: all;
	margin-top: 0;
	display: flex;
	top: 20px;
	font-size: 30px;
	right: 20px;
}

.qucik-modal .close-button i {
	color: rgb(72 72 72);
}

.qucik-modal .close-button i:hover {
	color: rgb(80 184 72);
}

.qucik-modal .form-wrp {
	width: 100%;
	max-width: 100%;
}

/* end quick popup */




/* start box popup */
.Free-Product-pop {
	position: fixed;
	height: 100%;
	width: 100%;
	bottom: 0;
	right: 0;
	pointer-events: none;
	background-color: transparent;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	user-select: auto;
	justify-content: flex-end;
	align-items: center;
	pointer-events: all;
	background-color: rgba(0,0,0,.8);
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.product-ft .Free-Product-pop{
	opacity:1;
	visibility: visible;
}
.product-ft .Free-Product-pop .pop-inner{
	transform: translatex(0);
}

.Free-Product-pop .pop-inner {
	animation-duration: 0.3s;
	background-color: #50B848;
	box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
	width: auto;
	overflow: visible;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	pointer-events: all;
	position: absolute;
	right: 0;
	transform: translatex(450px);
	transition: transform 0.3s;
}



.Free-Product-pop .dialog-lightbox-message {
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 100vw;
	max-height: 100vh;
	padding: 0;
	overflow: auto;
	display: flex;
	width: 450px;
	height: 100vh;
	align-items: flex-start;
}


.Free-Product-pop .e-con-inner {
	flex-wrap: initial;
	justify-content: initial;
	align-items: initial;
	align-content: initial;
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	align-self: auto;
	display: flex;
	flex-direction: column;
	padding-top: 65px;
	padding-bottom: 40px;
	padding-right: 30px;
	padding-left: 30px;
}

.Free-Product-pop .hs_cos_wrapper_type_form {
	padding: 0;
	margin-bottom: 0;
}

.Free-Product-pop .form-title {
	font-size: 29px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.2em;
}


.Free-Product-pop .hs-form label {
	display: none;
}

.Free-Product-pop .hs-form {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.Free-Product-pop .form-columns-2 {
	gap: 10px;
	display: flex;
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 500px !important;
	flex-direction: row;
}

.Free-Product-pop .hs-form-field {
	flex: 1;
	width: auto !important;
	float: none !important;
	margin-bottom: 0;
}

.Free-Product-pop .form-columns-1 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 500px !important;
}

.Free-Product-pop .hs-form fieldset .hs-form-field .input {
	margin: 0 !important;
	width: 100%;
}

.Free-Product-pop .form-columns-1 .hs-input {
	width: 100% !important;
}

.Free-Product-pop h3 {
	color: #fff;
	font-size: 29px;
	text-transform: capitalize;
	line-height: 1.2em;
}

.Free-Product-pop .form-txt p {
	margin-bottom: 20px;
}

/* end  box popup */


/* start scroll header */
.cm-scroll-header {
	background: #fff;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
	padding-left: 20px;
	padding-right: 20px;
	display: none;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
	align-items: normal;
	align-content: normal;
	width: 100%;
}

.cm-scroll-header .container {
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	align-self: auto;
	align-items: center;
	flex-wrap: initial;
	justify-content: space-between;
	flex-direction: row;
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}



.cm-scroll-header .left_cont a img {
	width: 180px !important;
	max-width: 180px;
	vertical-align: middle;
	display: inline-block;
	height: auto;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.cm-scroll-header .left_cont a {
	display: inline-block;
}

.cm-scroll-header .quick_sec a {
	text-align: center;
	transition: all .3s;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	line-height: 13px;
	fill: rgb(72 72 72);
	color: rgb(72 72 72);
	background-color: rgb(244 244 244);
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #50B84800;
	border-radius: 0px 0px 30px 0px;
	padding: 15px 40px 15px 40px;
	text-transform: uppercase;
}
.cm-scroll-header .quick_sec a:hover {
	color: rgb(80 184 72);
	background-color: rgb(244 244 244);
	border-color: #FFFFFF00;
}

.cm-scroll-header .quick_sec a span[data-type="wrp"] {
	display: flex;
	justify-content: center;
	text-decoration: inherit;
}

.cm-scroll-header .quick_sec a span[data-type="icon"] {
	order: 11;
	margin-left: 15px;
}

.cm-scroll-header .quick_sec a span[data-type="text"] {
	flex-grow: 1;
	order: 10;
	display: inline-block;
}

.cm-scroll-header .btn-free a {
	text-align: center;
	transition: all .3s;
	display: inline-block;
	border-radius: 0px 0px 30px 0px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 13px;
	letter-spacing: 1px;
	fill: #fff;
	color: #fff;
	background-color: rgb(80 184 72);
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: rgb(80 184 72);
	padding: 15px 40px 15px 40px;
}

.cm-scroll-header .btn-free a:hover {
	color: rgb(80 184 72);
	background-color: #FFFFFF00;
	border-color: rgb(80 184 72);
}

.cm-scroll-header .box-icon {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

.cm-scroll-header .box-icon a {
	text-align: center;
	display: inline-block;
	line-height: 1;
	transition: all .3s;
	font-size: 23px;
	color: rgb(80 184 72);
	border-color: rgb(80 184 72);
	font-size: 25px;
}

.cm-scroll-header .box-icon a i {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
	top: -3px;
}

.cm-scroll-header .box-icon a i:before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}


.cm-scroll-header .align-left {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
	align-items: center;
}

.cm-scroll-header .left_cont {
	display: flex;
	justify-content: center;
}

.cm-scroll-header .toggle-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.cm-scroll-header .toggle-btn i {
	font-size: 30px;
}

.cm-scroll-header .toggle-btn .toggle-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgb(72 72 72);
}

.cm-scroll-header .toggle-btn .menu__toggle {
	min-width: 35px;
	min-height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	cursor: pointer;
}

.cm-scroll-header .quick_sec a span svg {
	width: 13px;
	height: auto;
}

.sticky-active .cm-scroll-header {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	transition: top .3s;
}


/* end scroll header */



.cm-mb-menu.res-mb-menu  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}




.cm-mb-menu.res-mb-menu .cm-mb-menu-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.cm-mb-menu.res-mb-menu .mb-menu-cover {
	position: fixed;
	display: block;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 997;
	left:0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.back-menu .cm-mb-menu.res-mb-menu .mb-menu-cover{
	opacity: 1;
	visibility: visible;
}


.cm-mb-menu.res-mb-menu .mb__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: fixed;
	top: 0;
	height: 100%;
	max-width: 100%;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: auto;
	width: 400px;
	transform: translateX(400px);
	transition: all .3s;
	right: 0;
	opacity:0;
	visibility:hidden;
}



.cm-mb-menu.res-mb-menu .mb__container-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 20px;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

.cm-mb-menu.res-mb-menu .mb__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 35px;
}

.cm-mb-menu.res-mb-menu .mb__back {
	min-width: 30px;
	min-height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #3a3a3a;
}

.cm-mb-menu.res-mb-menu .mb__body {
	width: 100%;
	position: relative;
}

.cm-mb-menu.res-mb-menu .hs-menu-wrapper ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}



.cm-mb-menu.res-mb-menu .hs-menu-wrapper ul li  a{
	text-decoration: none;
	color: #58595b;
	font-size: 16px;
	display: inline-flex!important;
	outline: none;
	font-weight: 300;
	min-height: 30px;
	vertical-align: middle;
	align-items: center;
}

.cm-mb-menu.res-mb-menu .hs-menu-wrapper ul li {
	padding: 6px 0px 6px 15px;
	display: block!important;
	float: none!important;
}
.cm-mb-menu.res-mb-menu .sub-trigger {
	width: 30px;
	height: 30px;
	float: right;
	margin-top: 0;
	text-align: center;
	padding: 0;
	box-sizing: border-box;
	color: #3a3a3a;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;

}


.back-menu .cm-mb-menu.res-mb-menu .mb__container {
	transform: translateX(0);
	opacity:1;
	visibility:visible;
}

.cm-mb-menu.res-mb-menu .hs-menu-wrapper ul li a:hover {
	color: rgb(80 184 72);
}

.cm-mb-menu.res-mb-menu .hs-menu-wrapper ul li:nth-child(1)>a ,
.cm-mb-menu.res-mb-menu .hs-menu-wrapper ul li:nth-child(2)>a{
	min-height:unset;

}

.dl-back.icon {
	position: relative;
}

.dl-back.icon i {
	position: absolute;
	left: auto;
	right: 12px;
	transform: translateY(50%);
	cursor: pointer;
	z-index: 99;
}


.Free-Product-pop .form-txt {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 30px 0;
}

.Free-Product-pop .form-txt p {
	color: #000;
}

.Free-Product-pop .hs-form label.hs-error-msg.hs-main-font-element,
.Free-Consultation-pop .hs-form label.hs-error-msg.hs-main-font-element{
	display: block;
}

.Free-Product-pop .hs-form ul.hs-error-msgs li label,
.Free-Consultation-pop .hs-form ul.hs-error-msgs li label{
	display: block;
}

.cm-mb-menu.res-mb-menu .hs-menu-wrapper>ul>li>ul>li:not(.dl-back)>a {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.2em;
}

/* responsive */

@media(min-width:768px){
	.cm-header-bottom .left_cont {
		width: 200px;
	}
	.cm-scroll-header .quick_sec2{
		display:none;
	}

}


@media(min-width:1023px){
	.res-mb-menu{
		display:none;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.cm-scroll-header .box-icon{
		display:none;
	}
}

@media(min-width:1025px) and (max-width:1160px){
	.cm-header-top .quick_sec a{
		white-space: pre;
	}

	.cm-header-top .mid_sec .hs-menu-wrapper>ul>li{
		padding: 5px 15px;
	}

	.cm-header-top .mid_sec {
		margin: -4px 20px -4px 20px;
	}

	.cm-header-bottom .right_cont_menu {
		margin: 0;
	}



}


@media(min-width:1281px){
	.cm-mb-menu.res-mb-menu .hs-menu-wrapper ul li {
		padding: 6px 0px 6px 15px;
	}
}

@media(min-width:1025px) and (max-width:1500px){
	.cm-header-bottom .right_cont .hs-menu-wrapper>ul>li>a {
		letter-spacing: 0;
		padding: 5px 5px;
		gap: 3px;
		font-size: 11px;
	}

	.cm-header-bottom .right_cont .hs-menu-wrapper>ul>li:nth-last-child(2)>ul,
	.cm-header-bottom .right_cont .hs-menu-wrapper>ul>li:nth-last-child(1)>ul{
		left: auto;
		right: 0;
	}

	.cm-header-bottom .left_cont {
		width: 150px;
	}

	.cm-header-bottom .left_cont a img {
		width: 120px !important;
	}
}


@media(max-width:1280px){
	.cm-mb-menu.res-mb-menu .hs-menu-wrapper>ul>li:nth-child(1) ,
	.cm-mb-menu.res-mb-menu .hs-menu-wrapper>ul>li:nth-child(2){
		background-color: #f4f4f4;
		text-transform: uppercase;
		font-weight: 500;
	}

	.cm-mb-menu.res-mb-menu .hs-menu-wrapper>ul>li:nth-child(1){
		padding: 6px 0px 6px 15px;
		padding-top: 15px;
	}

	.cm-mb-menu.res-mb-menu .hs-menu-wrapper>ul>li:nth-child(2){
		padding: 6px 0px 6px 15px;
		margin-bottom: 10px;
		padding-bottom: 15px;
	}

	.cm-mb-menu.res-mb-menu .hs-menu-wrapper>ul>li:nth-child(1)>a ,
	.cm-mb-menu.res-mb-menu .hs-menu-wrapper>ul>li:nth-child(2)>a{
		font-size: 14px;
		font-weight: 500;

	}

	.cm-mb-menu.res-mb-menu .mb__back i:hover {
		color: rgb(80 184 72);
	}

}


@media(max-width:1160px){
	.cm-header-top .box-icon{
		display:none;
	}

}



@media(max-width:1024px){
	.cm-scroll-header .align-left{
		gap: 10px;
	}

	.cm-header {
		display: none;
	}

	.res-mb-menu {
		background-color: #FFFFFF;
		display: flex;
		padding: 0 20px;
		align-items: center;
	}


	.res-mb-menu .container {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		flex-basis: auto;
		flex-grow: 1;
		flex-shrink: 1;
		align-self: auto;
		flex-direction: row;
		gap: 10px;
		display: flex;
		padding: 25px 0;
	}

	.res-mb-menu  .left_cont {
		display: flex;
		flex: 0 1 auto;
	}

	.res-mb-menu .left_cont a {
		display: inline-block;
	}

	.res-mb-menu .left_cont a img {
		width: 180px !important;
	}



	.res-mb-menu .contact_sec a {
		text-align: center;
		transition: all .3s;
		display: inline-block;
		width: auto;
		border-radius: 0px 0px 30px 0px;
		background-color: #48484800;
		border-style: solid;
		border-width: 0px 0px 0px 0px;
		border-color: #50B84800;
		padding: 15px;
		fill: rgb(72 72 72);
		color: rgb(72 72 72);
		font-size: 15px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 13px;
		letter-spacing: 1px;
	}

	.res-mb-menu .contact_sec a span[data-type="wrp"] {
		display: flex;
		justify-content: center;
		text-decoration: inherit;
	}

	.res-mb-menu .contact_sec a span[data-type="icon"] {
		margin-right: 5px;
		order: 5;
	}

	.res-mb-menu .contact_sec a span[data-type="text"] {
		flex-grow: 1;
		order: 10;
		display: inline-block;
	}

	.res-mb-menu .contact_sec a:hover {
		color: rgb(80 184 72);
		background-color: #FFFFFF00;
		border-color: #FFFFFF00;
	}


	.res-mb-menu .quick_sec a {
		text-align: center;
		transition: all .3s;
		display: inline-block;
		font-size: 15px;
		font-weight: 500;
		line-height: 13px;
		fill: rgb(72 72 72);
		color: rgb(72 72 72);
		background-color: rgb(244 244 244);
		border-style: solid;
		border-width: 0px 0px 0px 0px;
		border-color: #50B84800;
		border-radius: 0px 0px 30px 0px;
		padding: 15px 40px 15px 40px;
		text-transform: uppercase;
	}
	.res-mb-menu .quick_sec a:hover {
		color: rgb(80 184 72);
		background-color: rgb(244 244 244);
		border-color: #FFFFFF00;
	}

	.res-mb-menu .quick_sec a span[data-type="wrp"] {
		display: flex;
		justify-content: center;
		text-decoration: inherit;
	}

	.res-mb-menu .quick_sec a span[data-type="icon"] {
		order: 11;
		margin-left: 15px;
	}

	.res-mb-menu .quick_sec a span[data-type="text"] {
		flex-grow: 1;
		order: 10;
		display: inline-block;
	}

	.res-mb-menu .quick_sec a span svg {
		width: 13px;
		height: auto;
	}

	.res-mb-menu .box-icon {
		height: 100%;
		margin: 0px 0px 0px 0px;
		padding: 8px 4px 0px 5px;
	}

	.res-mb-menu .box-icon a {
		text-align: center;
		display: inline-block;
		line-height: 1;
		transition: all .3s;
		font-size: 23px;
		color: rgb(80 184 72);
		border-color: rgb(80 184 72);
	}

	.res-mb-menu .box-icon a i {
		width: 1em;
		height: 1em;
		position: relative;
		display: block;
		top: -3px;
	}

	.res-mb-menu .box-icon a i:before {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.res-mb-menu .toggle-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.res-mb-menu .toggle-btn i {
		font-size: 30px;
	}

	.res-mb-menu .toggle-btn .toggle-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: rgb(72 72 72);
	}

	.res-mb-menu .toggle-btn .menu__toggle {
		min-width: 35px;
		min-height: 35px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		cursor: pointer;
	}

	.res-mb-menu .left_sec {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		width: 100%;
	}

	.res-mb-menu .container {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		align-content: inherit;
		flex-basis: auto;
		flex-grow: 1;
		flex-shrink: 1;
		align-self: auto;
		flex-direction: row;
	}

	.res-mb-menu .quick_sec a svg {
		width: 13px;
		height: auto;
	}
	.cm-scroll-header .box-icon{
		display:none;
	}

}

@media(max-width:767px){

	.cm-scroll-header .quick_sec {
		display: none;
	}

	.res-mb-menu .contact_sec{
		width: 100%;
		order: 4;
		flex-shrink: 0;
		flex-grow: 0;
		max-width: 100%;
		text-align: center;
	}

	.res-mb-menu .quick_sec {
		width: 100%;
		text-align: center;
		order: 3;
		flex-shrink: 0;
		flex-grow: 0;
		max-width: 100%;
		margin-left: auto;
	}

	.res-mb-menu .left_cont a img {
		width: 140px !important;
	}

	.res-mb-menu .container {
		padding: 20px 0;
	}

	.res-mb-menu .contact_sec a {
		padding: 10px 10px 10px 10px;
	}

	.res-mb-menu {
		padding: 0 15px;
	}

	.res-mb-menu .quick_sec {
		margin-top: 5px;
	}

	.res-mb-menu .box-icon {
		position: relative;
		top: 2px;
	}
	.res-mb-menu .toggle-btn {
		position: relative;
		top: 2px;
	}

	.cm-scroll-header .quick_sec2 a {
		text-align: center;
		transition: all .3s;
		display: inline-block;
		font-size: 15px;
		font-weight: 500;
		line-height: 13px;
		fill: rgb(72 72 72);
		color: rgb(72 72 72);
		background-color: rgb(244 244 244);
		border-style: solid;
		border-width: 0px 0px 0px 0px;
		border-color: #50B84800;
		border-radius: 0px 0px 30px 0px;
		padding: 15px 40px 15px 40px;
		text-transform: uppercase;
	}
	.cm-scroll-header .quick_sec2 a:hover {
		color: rgb(80 184 72);
		background-color: rgb(244 244 244);
		border-color: #FFFFFF00;
	}

	.cm-scroll-header .quick_sec2 a span[data-type="wrp"] {
		display: flex;
		justify-content: center;
		text-decoration: inherit;
	}

	.cm-scroll-header .quick_sec2 a span[data-type="icon"] {
		order: 11;
		margin-left: 15px;
	}

	.cm-scroll-header .quick_sec2 a span[data-type="text"] {
		flex-grow: 1;
		order: 10;
		display: inline-block;
	}

	.cm-scroll-header .quick_sec2 a span svg {
		width: 13px;
		height: auto;
	}

	.cm-scroll-header .quick_sec2 {
		width: 100%;
		text-align: center;
		order: 3;
		flex-shrink: 0;
		flex-grow: 0;
		max-width: 100%;
		margin-left: auto;
	}

	.cm-scroll-header .container {
		flex-wrap: wrap;
	}

	.cm-scroll-header .container {
		flex-wrap: wrap;
		gap: 10px;
	}
	.cm-scroll-header .quick_sec2 {
		margin: 20px 0px 0px 0px;
	}

	.cm-scroll-header .left_cont a img{
		width: 140px !important;
	}

}

@media(max-width:600px){
	.res-mb-menu .quick_sec a{
		width: 100%;
	}

	.res-mb-menu .quick_sec a {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.cm-scroll-header .quick_sec2 a {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}

	.sticky-active .cm-scroll-header {
		display: none;
	}


}

@media(max-width:499px){
	.Free-Product-pop .dialog-lightbox-message {
		width: 290px;
	}
}
.cm-footer-bt {
	padding-left: 20px;
	padding-right: 20px;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
	display: flex;
	position: relative;
}

footer.cm-footer {
	z-index: 9;
	position: relative;
}


.cm-footer-bt .container {
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	align-self: auto;
	align-items: initial;
	align-content: initial;
	flex-wrap: initial;
	justify-content: initial;
	flex-direction: row;
	gap: 20px;
	width: 100%;
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
}

.cm-footer-bt-lt {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
	align-items: normal;
	align-content: normal;
	flex: 0 1 auto;
	text-align: initial;
	gap: initial;
	width: 100%;
}

.cm-footer-bt-rt {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
	align-items: flex-end;
	align-content: normal;
	flex: 0 1 auto;
	text-align: initial;
	gap: initial;
	width: 100%;
}



.cm-footer-bt-copyright .hs_cos_wrapper_type_rich_text {
	display: flex;
	gap: 3px;
	font-size: 14px;
	flex-wrap: wrap;
}

.cm-footer-bt-rt ul {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-right: -8px;
	margin-left: -8px;
	flex-wrap: wrap;
}

.cm-footer-bt-rt ul li {
	margin-right: 8px;
	margin-left: 8px;
	word-break: break-word;
	display: flex;
	font-size: 14px;
}

.cm-footer-bt-rt ul li a {
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	display: flex;
	align-items: center;
	color: #484848;
}

.cm-footer-bt-rt ul li:first-child a:after {
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	content: "";
	height: 10px;
	border-color: #ddd;
	border-left-width: 2px;
	width: auto;
	left: auto;
	position: relative;
	border-style: solid;
	right: -8px;
}

.cm-footer-bt p {
	margin-bottom: 0;
}

.cm-footer-tp {
	background-color: rgb(80 184 72);
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: normal;
	align-items: normal;
	align-content: normal;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
}
.cm-footer-tp .container {
	flex-wrap: initial;
	justify-content: flex-start;
	align-items: center;
	align-content: initial;
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	align-self: auto;
	display: flex;
	flex-direction: column;
	gap: 60px;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: initial;
}


.cm-footer-tp-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.cm-footer-tp-top-lt img {
	width: 100%;
	max-width: 275px;
}
.cm-footer-tp-top-rt {
	margin: 0px 20px 0px 0px;
}

.cm-footer-tp-top-rt a {
	text-align: center;
	transition: all .3s;
	box-shadow: none;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	border-radius: 0px 0px 30px 0px;
	border-width: 5px 5px 5px 5px;
	background-color: #FFFFFF00;
	padding: 13px 50px 13px 50px;
	fill: #fff;
	color: #fff;
	border-style: solid;
	border-color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;

}
.cm-footer-tp-top-rt a:active,
.cm-footer-tp-top-rt a:focus{
	color:#fff;
}

.cm-footer-tp-bottom {
	display: flex;
	width: 100%;
}

.cm-footer-tp-bt-rt-wrp {
	display: flex;
	gap: 20px;
	width: 100%;
}


.cm-footer-tp-top-col {
	padding-right: 20px;
	display: flex;
	flex-direction: column;
}

.cm-footer .hs_cos_wrapper_type_form {
	padding: 0;
	margin-bottom: 0;
}

.cm-footer-tp-top-col h4 {
	color: #fff;
	font-weight: 600;
}

.cm-footer-tp-top-col h4 a {
	color: #fff;
}
.cm-footer-tp-top-col p {
	text-transform: capitalize;
	color: #fff;
	margin-bottom:20px;
}

.cm-footer-tp-top-col ul {
	padding-left: 0;
	margin-bottom: 0px;
	list-style: none;
}

.cm-footer-tp-top-col.col1 ul {
	margin-bottom: 20px;
}

.cm-footer-tp-top-col.col1 ul li:not(:last-child) {
	padding-bottom: calc(3px/2);
}

.cm-footer-tp-top-col.col1 ul li a {
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	display: flex;
	align-items: center;
	color: #fff;
}




.cm-footer-tp-top-col.col2 .hs-menu-wrapper>ul>li>a,
.cm-footer-tp-top-col.col3 .hs-menu-wrapper>ul>li>a,
.cm-footer-tp-top-col.col4 .hs-menu-wrapper>ul>li>a{
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
	display: block;
	line-height: 1.2;
}

.cm-footer-tp-top-col.col2 .hs-menu-wrapper>ul>li>ul>li>a
.cm-footer-tp-top-col.col3 .hs-menu-wrapper>ul>li>ul>li>a
.cm-footer-tp-top-col.col4 .hs-menu-wrapper>ul>li>ul>li>a{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	display: flex;
	width: 100%;
}


.cm-footer-tp-top-col.col2 .hs-menu-wrapper>ul>li>ul>li,
.cm-footer-tp-top-col.col3 .hs-menu-wrapper>ul>li>ul>li,
.cm-footer-tp-top-col.col4 .hs-menu-wrapper>ul>li>ul>li{
	display: flex;
	font-size: inherit;
	align-items: center;
}

.cm-footer-tp-top-col.col2 .hs-menu-wrapper>ul>li>ul>li>a,
.cm-footer-tp-top-col.col3 .hs-menu-wrapper>ul>li>ul>li>a,
.cm-footer-tp-top-col.col4 .hs-menu-wrapper>ul>li>ul>li>a{
	display: flex;
	font-size: 14px;
	align-items:center;
	color:#fff;
	width: 100%;
}

.cm-footer-tp-top-col.col2 .hs-menu-wrapper>ul>li>ul>li:not(:last-child),
.cm-footer-tp-top-col.col3 .hs-menu-wrapper>ul>li>ul>li:not(:last-child),
.cm-footer-tp-top-col.col4 .hs-menu-wrapper>ul>li>ul>li:not(:last-child){
	padding-bottom: calc(3px/2);
}

.cm-footer-tp-top-col.col2 .hs-menu-wrapper>ul>li>ul>li:not(:first-child),
.cm-footer-tp-top-col.col3 .hs-menu-wrapper>ul>li>ul>li:not(:first-child),
.cm-footer-tp-top-col.col4 .hs-menu-wrapper>ul>li>ul>li:not(:first-child){
	margin-top: calc(3px/2);
}


.cm-footer-tp-top-col .form-title {
	font-size: 20px;
	font-weight: 600;
}

.cm-footer-tp-top-col form label {
	margin-bottom: 0;
}


.cm-footer-tp-top-col fieldset.form-columns-1 .hs-input {
	width: 100% !important;
}

.cm-footer-tp-top-col form input[type=submit] {
	padding: 0.6rem 3rem;
	display: inline-block;
	line-height: inherit;
	text-transform: uppercase;
}

.cm-footer-tp-top-col .hs-form {
	margin-bottom: 0;
}

.cm-footer-tp-top-col fieldset.form-columns-2 .input {
	margin: 0 !important;
	width: 100%;
}

.cm-footer-tp-top-col fieldset.form-columns-2 .hs-form-field {
	flex: 1;
	width: auto !important;
	float: none !important;
}

.cm-footer-tp-top-col .form-columns-2 {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 500px !important;
	flex-direction: row;
	gap: 10px;
	display: flex;
}


.cm-footer-tp-top-col fieldset.form-columns-1 .input {
	margin-right: 0 !important;
}

.cm-footer-tp-top-rt a:hover {
	color: #fff;
}


.cm-footer-tp-top-col.col1 ul li:not(:first-child) {
	margin-top: calc(3px/2);
}




.Free-Consultation-pop {
	position: fixed;
	height: 100%;
	width: 100%;
	bottom: 0;
	right: 0;
	pointer-events: none;
	background-color: transparent;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	user-select: auto;
	justify-content: flex-end;
	align-items: center;
	pointer-events: all;
	background-color: rgba(0,0,0,.8);
	z-index: 9999;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.pop-ft .Free-Consultation-pop{
	opacity:1;
	visibility: visible;
}
.pop-ft .Free-Consultation-pop .pop-inner{
	transform: translatex(0);
}

.Free-Consultation-pop .pop-inner {
	animation-duration: 0.3s;
	background-color: #50B848;
	box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
	width: auto;
	overflow: visible;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	pointer-events: all;
	position: absolute;
	right: 0;
	transform: translatex(450px);
	transition: transform 0.3s;
}



.Free-Consultation-pop .dialog-lightbox-message {
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 100vw;
	max-height: 100vh;
	padding: 0;
	overflow: auto;
	display: flex;
	width: 450px;
	height: 100vh;
	align-items: flex-start;
}


.Free-Consultation-pop .e-con-inner {
	flex-wrap: initial;
	justify-content: initial;
	align-items: initial;
	align-content: initial;
	flex-basis: auto;
	flex-grow: 1;
	flex-shrink: 1;
	align-self: auto;
	display: flex;
	flex-direction: column;
	padding-top: 65px;
	padding-bottom: 40px;
	padding-right: 30px;
	padding-left: 30px;
}

.Free-Consultation-pop .hs_cos_wrapper_type_form {
	padding: 0;
	margin-bottom: 0;
}

.Free-Consultation-pop .form-title {
	font-size: 29px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.2em;
}


.Free-Consultation-pop .hs-form label {
	display: none;
}

.Free-Consultation-pop .hs-form {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.Free-Consultation-pop .form-columns-2 {
	gap: 10px;
	display: flex;
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 500px !important;
	flex-direction: row;
}

.Free-Consultation-pop .hs-form-field {
	flex: 1;
	width: auto !important;
	float: none !important;
	margin-bottom: 0;
}

.Free-Consultation-pop .form-columns-1 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 500px !important;
}

.Free-Consultation-pop .hs-form fieldset .hs-form-field .input {
	margin: 0 !important;
	width: 100%;
}

.Free-Consultation-pop .form-columns-1 .hs-input {
	width: 100% !important;
}


.dialog-close-button {
	line-height: 1;
	cursor: pointer;
	position: absolute;
	top: 20px;
	margin-top: 0;
	right: 20px;
	opacity: 1;
	z-index: 9999;
	pointer-events: all;
	display: flex;
	font-size: 30px;
}

.dialog-close-button i {
	color: #fff;
}

.dialog-close-button i:before {
	content: "\e87f";
}

.cm-footer-tp-top-col.col5 p {
	font-size: 14px;
	font-weight: 400;
	text-transform: initial;
}



/* responsive */

@media(min-width:768px){
	.cm-footer-tp-top-col.col1 {
		width: 20.199%;
	}

	.cm-footer-tp-top-col.col2 {
		width: 15.107%;
	}

	.cm-footer-tp-top-col.col3 {
		width: 16.172%;
	}
	.cm-footer-tp-top-col.col4 {
		width: 16.914%;
	}
	.cm-footer-tp-top-col.col5 {
		width: 26.07%;
	}

}

@media (max-width: 1024px) and (min-width: 768px) {
	.cm-footer-tp-top-col.col1,
	.cm-footer-tp-top-col.col2,
	.cm-footer-tp-top-col.col3,
	.cm-footer-tp-top-col.col4,
	.cm-footer-tp-top-col.col5{
		width: 50%;
	}
}


@media(max-width:1199px){
	.cm-footer-tp-top-col.col5 {
		padding-right:0;
	}
}


@media(max-width:1024px){
	.cm-footer-bt .container {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.cm-footer-bt-rt {
		align-items: flex-start;
	}

	.cm-footer-tp-bt-rt-wrp {
		flex-wrap: wrap;
		gap: 0;
	}

	.cm-footer-tp-top-col.col1,
	.cm-footer-tp-top-col.col2,
	.cm-footer-tp-top-col.col3,
	.cm-footer-tp-top-col.col4,
	.cm-footer-tp-top-col.col5 {
		padding-left: 0px;
		padding-top: 20px;
		padding-right: 30px;
		padding-bottom:20px;
	}

	.cm-footer-tp .container {
		padding-top: 100px;
		padding-bottom: 100px;
	}



	@media(max-width:767px){
		.cm-footer-tp .container {
			padding-top: 40px;
			padding-bottom: 40px;
			gap: 40px;
		}
		.cm-footer-tp-top {
			flex-wrap: wrap;
			flex-direction: column;
			gap: 50px;
		}


		.cm-footer-tp-top-lt {
			text-align: left;
			width: 100%;
		}

		.cm-footer-tp-top-rt {
			text-align: left;
			width: 100%;
		}

		.cm-footer-tp-top-lt img {
			width: 70%;
			max-width: 175px;
		}

		.cm-footer-tp-top-col.col1,
		.cm-footer-tp-top-col.col2,
		.cm-footer-tp-top-col.col3,
		.cm-footer-tp-top-col.col4,
		.cm-footer-tp-top-col.col5{
			padding-top: 20px;
			padding-right: 0px;
			padding-bottom: 20px;
			padding-left: 0px;
		}
		.cm-footer-tp .container{
			padding-top: 50px;
			padding-bottom: 50px;
		}

		.cm-footer-tp-bt-rt-wrp{
			flex-direction: column;
		}

		.cm-footer-tp-top-col .form-columns-2 {
			flex-direction: column;
			gap:0;
		}

		.cm-footer-tp-top-col fieldset.form-columns-1 {
			max-width: 500px !important;
		}

		.cm-footer-tp-top-col form input[type=submit] {
			font-size: 16px;
		}


	}


	@media(max-width:499px){
		.Free-Consultation-pop .dialog-lightbox-message {
			width: 290px;
		}
	}
