/* @import url('http://example.com/example_style.css'); */
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://use.typekit.net/jlj0nmg.css');
@import url('https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css');

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


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


/* Global Style Declaration -=-=-=-=-=-=-=*/
* { box-sizing:border-box; -webkit-box-sizing:border-box; }
body { margin:0; padding:0; font-size:16px; line-height:1.5; font-family: Gilroy,Arial,Helvetica,sans-serif; font-weight:400; color:#000;  overflow-x:hidden; opacity:1;}
body.loaded{opacity:1;}
h1, h2, h3, h4, h5, h6,.h1,.h2,.h3,.h4,.h5,.h6 {  margin:0; padding:0; line-height:1.25;  font-family: Gilroy,Arial,Helvetica,sans-serif;}
.altFont,.altFont h1,.altFont h2,.altFont h3,.altFont h4,.altFont h5,.altFont h6{font-family: Gilroy,Arial,Helvetica,sans-serif;}
.tk-Gilroy,Arial,Helvetica,sans-serif { font-family: Gilroy,Arial,Helvetica,sans-serif; }
.tk-Gilroy,Arial,Helvetica,sans-serif-stencil { font-family: Gilroy,Arial,Helvetica,sans-serif; }
.tk-Gilroy,Arial,Helvetica,sans-serif-text { font-family: Gilroy,Arial,Helvetica,sans-serif; }
.tk-Gilroy,Arial,Helvetica,sans-serif-condensed { font-family: Gilroy,Arial,Helvetica,sans-serif; }

h1, .h1 , .h1 h2 { font-size:72px; line-height:1.2; font-weight:500; }
h2, .h2 { font-size:40px; line-height:1.2; font-weight:500; }
h3, .h3 { font-size:36px; line-height:1.2; font-weight:500; }
h4, .h4 { font-size:16px; line-height:1.2; font-weight:500; letter-spacing:2.5px; }
h5, .h5 { font-size:20px; line-height:1.2; font-weight:500;}
h6, .h6 { font-size:20px; line-height:1.2; font-weight:500; font-family: Gilroy,Arial,Helvetica,sans-serif;}



img { max-width:100%; height:auto; border:none; vertical-align:middle; }
.imgFull,.imgFull img{width:100%;}
a { text-decoration:none; color:#1b838b; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; }
a:hover { color:#1b838b; }
p { margin:0; }
* + h1, * + h2 { margin-top:35px; }
* + h3, * + h4 { margin-top:30px; }
* + h5, * + h6  { margin-top:25px; }
* + p { margin-top:25px }
input[type=submit] { cursor:pointer; !important;  }
.wrapper, .wrappermd { width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 980px; padding-left: 15px; padding-right: 15px; }
.wrapper.wrapperLarge{max-width:1080px;}


@media (max-width: 1440px)  {

  
.wrapper, .wrappermd { width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 980px; padding-left: 15px; padding-right: 15px; }
.wrapper.wrapperLarge{max-width:1080px;}
} 

@media screen and (min-width: 1441px)  {

  
.wrapper, .wrappermd { width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1200px; padding-left: 15px; padding-right: 15px; }
.wrapper.wrapperLarge{max-width:1080px;}


} 







.clearfix { display:block; }
.clearfix:before,.clearfix:after { content:''; width:100%; display:table; }

/* For Hubspot >>>>>> */
body .row-fluid [class*="span"] { min-height:0px; }
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }
/* <<<<<< For Hubspot */

.set-bg, .bg, .overlay { background-size:cover; background-position:center; position:relative; }
.overlay > * { position:relative; z-index:2; }
.overlay:before { content:''; background:rgba(25,24,22,0.80); top:0; left:0; width:100%; height:100%; z-index:1; position:absolute; }
/*.overlay.white:before { background:rgba(255,255,255,0.70); }
.overlay.purpleoverlay:before{ background: rgba(65,35,137,0.8);}*/

.get-bg { display:none !important; }
.altBg { background:#f9f3fb; }
.whiteBg{background:#ffffff}
.darkthemeBg{background-color:#510c6f;}
.lightthemeBg{background-color:#4EB6BE;}
.blackBg{background-color:#000000;}



.fontWhite, .fontWhite h1,.fontWhite h2,.fontWhite h3,.fontWhite h4,.fontWhite h5,.fontWhite h6 {color:#fff;}
.fontoffWhite, .fontoffWhite h1,.fontoffWhite h2,.fontoffWhite h3,.fontoffWhite h4,.fontoffWhite h5,.fontoffWhite h6 {color:#fff;}
.fontThemecolor, .fontThemecolor h1,.fontThemecolor h2,.fontThemecolor h3,.fontThemecolor h4,.fontThemecolor h5,.fontThemecolor h6 {color:#1b838b;}
.fontwhite70{color:#fff;}
/* .fontWhite a:hover { color:#0076A9; } */

/* .button a, a.button { padding: 6px 20px; background: #963CBD; color: #fff; max-width: 100%; font-size:15px; line-height:1.33; display: inline-block;  font-weight: 400; border-radius: 6px; border:1px solid #1b838b;}
.button a:hover , a.button:hover,.button.btn2 a:hover , a.button.btn2:hover { background:#55196f; color:#f5f2f7;border:1px solid #55196f; } */

.btnMedium a,a.btnMedium{padding: 12px 16px; background-color: #e30072; color: #fff; max-width: 100%; font-size:14px; display: inline-block;  font-weight: 600; border-radius: 8px;}
.btnMedium a:hover,a.btnMedium:hover{ background-color:#c80063;}
.btnMedium.btnOutline a,a.btnMedium.btnOutline{ background-color: transparent; color:#2f4051;}
.btnMedium.btnOutline a:hover,a.btnMedium.btnOutline:hover{color:#e30072;}
.btnMedium.btnFill a,a.btnMedium.btnFill{background-color: rgba(150, 60, 189, 0.2);color: #e30072; border:1px solid transparent;}
.btnMedium.btnFill a:hover,a.btnMedium.btnFill:hover{background-color:#c80063;}

.btnDown a,a.btnDown{color:#1b838b; position:relative; font-size:20px; line-height:1.2; font-weight:500; font-family: Gilroy,Arial,Helvetica,sans-serif;}
.btnDown a:after,a.btnDown:after{ content:'>';height: 24px; width: 13px; margin-left:0px; font-family: Gilroy,Arial,Helvetica,sans-serif; font-size: 24px; font-weight: 500; line-height: 29px; display: inline-block; transform: rotate(90deg); transform-origin: right bottom;}
.btnDown a:hover,a.btnDown:hover{color:#1b838b;}


.btnsmall a,a.btnsmall{color:#1b838b;; position:relative; font-size:20px; line-height:1.2; font-weight:500; font-family: Gilroy,Arial,Helvetica,sans-serif;}
.btnsmall a:after,a.btnsmall:after,
.btnsmall.whiteBtn a:after,a.btnsmall.whiteBtn:after{ content:'>';height: 24px; width: 13px; margin-left:10px; font-family: Gilroy,Arial,Helvetica,sans-serif; font-size: 24px; font-weight: 400; line-height: 29px;}
.btnsmall a:hover,a.btnsmallAcross:hover{color:#1b838b;}
.btnsmall.whiteBtn a,a.btnsmall.whiteBtn{ color:rgba(255,255,255,0.8);}
.btnsmall.whiteBtn a:hover,a.btnsmall.whiteBtn:hover{color:rgba(255,255,255,1);}


.btnLarge a,a.btnLarge{padding: 12px 16px; background-color: #e30072; color: #fff; max-width: 100%; font-size:16px; display: inline-block; font-family: Gilroy,Arial,Helvetica,sans-serif; font-weight: 600; border-radius: 6px; border:1px solid #e30072;}
.btnLarge a:hover,a.btnLarge:hover{ background-color:#c80063; border:1px solid #c80063; }
.btnLarge a:after{ content: '';  margin-left: 10px; transition:all ease 0.3s; font-family: Gilroy,Arial,Helvetica,sans-serif; font-weight: 600; display: inline-block; transform:  rotate(-45deg); color:rgba(255,255,255,0.8);}
.btnLarge.btnOutline a,a.btnLarge.btnOutline{ background-color: transparent; color:#e30072;}
.btnLarge.btnOutline a:hover,a.btnLarge.btnOutline:hover{color:#c80063;}
.btnLarge.btnOutline a:after{ color:#fff;}
.btnLarge.btnOutline a:hover:after,a.btnLarge.btnOutline:hover:after{ color:#fff;}
.btnLarge.btnoutlineWhite a,a.btnLarge.btnoutlineWhite{color: rgba(255,255,255,0.8); border:2px solid #2f4051; background-color: transparent;}
.btnLarge.btnoutlineWhite a:hover,a.btnLarge.btnoutlineWhite:hover{color: rgba(255,255,255,1); border:2px solid #2f4051;}

.hs-cta-wrapper .btnMedium.btnoutlineWhite{border:2px solid #2f4051!important;color:#2f4051!important;}




.btnLarge.btnFill a{padding: 12px 16px; background-color: #e30072; color: #fff; max-width: 100%; font-size:16px; display: inline-block; font-family: Gilroy,Arial,Helvetica,sans-serif; font-weight: 600; border-radius: 6px; border:1px solid #e30072; }
.btnLarge.btnFill a:before{ content: '>'; height: 13px; width: 13px; transition:all ease 0.3s; margin-left: 10px; font-family: Gilroy,Arial,Helvetica,sans-serif; font-size: 24px; font-weight: 300; line-height: 12px; position: absolute; right: 15px; top: 50%; transform: translateY(-50%) rotate(-55deg); }
.btnLarge.btnFill a:hover { color: #fff; }



.bold, .bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6  { font-weight:700; }
.semibold, .semibold h1, .semibold h2, .semibold h3, .semibold h4, .semibold h5, .semibold h6  { font-weight:600; }
.medium, .medium h1, .medium h2, .medium h3, .medium h4, .medium h5, .medium h6 { font-weight:500; }
.normal, .normal h1, .normal h2, .normal h3, .normal h4, .normal h5, .normal h6 { font-weight:400; }
.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6 { font-weight:300; }

.uppercase { text-transform: uppercase; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }
.font-italic{font-style: italic;}

/* put listStyle class to "parent" tag of "ul" */
.nolistStyle, .nolistStyle ul,.listStyleV1,.listStyleV1 ul,.numberlist, .numberlist ol,.listStyleV2,.listStyleV2 li{padding:0; margin:0; list-style-type: none;}
.listStyle * + ul { margin-top:15px; }
.listStyle ul li,.numberlist ol li,.listStyleV2 ul li { padding-left:25px; position:relative; }
.listStyle ul li:before { font-family:'fontawesome',sans-serif; position:absolute; left:4px; color:#FF146D; font-weight:normal; top:2px;  }
.listStyle ul li:not([class*="fa-"]):before { content:"\f111"; font-size:60%; line-height:2; } /*Default without any class in <li> if you want any other font awesome icon just put icon class in <li class="fa-angle-right"> Content</li> */

.listStyleV1 li{padding-left:40px; position:relative;}
.listStyleV1 li:after{content:'';background-image:url('https://4173503.fs1.hubspotusercontent-na1.net/hubfs/4173503/Inspection_Images_2020/Images/foursquare-check-in.png');position: absolute; left: 4px; top: 27px; width: 18px; height: 15px; background-size: 100% auto; background-repeat: no-repeat; background-position: center center;}
.listStyleV1 li:first-child:after{top:7px;}
.listStyleV1 li + li{padding-top:20px;}

.listStyleV2 ul li:before { font-family:'fontawesome',sans-serif; position:absolute; left:4px; color:#000; font-weight:normal; top:8px;  }
.listStyleV2 ul li:not([class*="fa-"]):before { content:"\f111"; font-size:7px; line-height:2 } /*Default without any class in <li> if you want any other font awesome icon just put icon class in <li class="fa-angle-right"> Content</li> */


.listStylepadding li + li{padding-top:20px;}

.numberlistStyle ol {  counter-reset: item; list-style-type: none; margin:0; padding:0; position:relative;}
.numberlistStyle ol li { display: block; padding-left:60px; position:relative; }
.numberlistStyle ol li:before {  content: counter(item) " "; counter-increment: item; border: 1px solid #1b838b; width: 26px; height: 26px; display: inline-block; position: absolute; line-height: 28px; text-align: center; left: 0; border-radius: 50%; color:#1b838b;top: 50%;
  transform: translateY(-50%);} 
.numberlistStyle li:first-child:after{top:7px;}
.numberlistStyle li {padding-top:10px; padding-bottom:10px;}
.removeSpace .listStyleV2 ul{padding-top:10px;}

/* Widths */
.fl { float:left; }  
.fr { float:right; }  
.ib { display: inline-block; vertical-align:middle; margin-right:-4px; }
.ib.vt { vertical-align:top;opacity:1;}
.ib.vb { vertical-align:bottom;  }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33.33%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w66 { width: 66.66%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w100 { width: 100%; }

.d-flex{display:flex; flex-wrap:wrap}
.flex-center{align-items: center;}

/*unique paddings*/
.pl0, .p0, .plr0 { padding-left:0; }
.pl10, .p0-10 { padding-left:10px; }
.pl15, .p0-15 { padding-left:15px; }
.pl20, .p0-20 { padding-left:20px; }
.pl30 , .p0-30{ padding-left:30px; }
.pr0, .p0, .plr0  { padding-right:0; }
.pr10, .p0-10 { padding-right:10px; }
.pr15, .p0-15 { padding-right:15px; }
.pr20, .p0-20 { padding-right:20px; }
.pr30, .p0-30 { padding-right:30px; }
.pt0, .p0, .ptb0 { padding-top:0;  }
.pb0,.p0, .ptb0 { padding-bottom:0;}
.pb5,.p5-0{ padding-bottom:5px; }  
.pb10,.p10-0 { padding-bottom:10px; }
.pb15,.p15-0 { padding-bottom:15px; }
.pb20,.p20-0 { padding-bottom:20px;}
.pb25,.p25-0 { padding-bottom:25px;}
.pb30,.p30-0 { padding-bottom:30px;}
.pb35,.p35-0 { padding-bottom:35px;}
.pb40,.p40-0 { padding-bottom:40px; }
.pb45,.p45-0 { padding-bottom:45px; }
.pb50,.p50-0 { padding-bottom:50px; }
.pb55,.p55-0 { padding-bottom:55px; }
.pb60,.p60-0 { padding-bottom:60px; }
.pb70,.p70-0 { padding-bottom:70px; }
.pb80,.p80-0 { padding-bottom:80px; }
.pb90,.p90-0 { padding-bottom:90px; }
.pb100,.p100-0 { padding-bottom:100px; }
.pb110,.p110-0 { padding-bottom:110px; }
.pb120,.p120-0 { padding-bottom:120px; }
.pb130,.p130-0 { padding-bottom:130px; }
.pb140,.p140-0 { padding-bottom:140px; }
.pb150,.p150-0 { padding-bottom:150px; }
.pb170,.p170-0 { padding-bottom:170px; }
.pb180,.p180-0 { padding-bottom:180px; }

.pt5,.p5-0{ padding-top:5px; }  
.pt10,.p10-0 { padding-top:10px; }
.pt15,.p15-0 { padding-top:15px; }
.pt20,.p20-0 { padding-top:20px; }
.pt28 { padding-top:28px; }
.pt25,.p25-0 { padding-top:25px; }
.pt30,.p30-0 { padding-top:30px  }
.pt35,.p35-0 { padding-top:35px  }
.pt40,.p40-0 { padding-top:40px; }
.pt45,.p45-0 { padding-top:45px; }
.pt50,.p50-0 { padding-top:50px; }
.pt55,.p55-0 { padding-top:55px; }
.pt60,.p60-0 { padding-top:60px; }
.pt70,.p70-0 { padding-top:70px; }
.pt80,.p80-0 { padding-top:80px; }
.pt90,.p90-0 { padding-top:90px; }
.pt100,.p100-0 { padding-top:100px; }
.pt110,.p110-0 { padding-top:110px; }
.pt120,.p120-0 { padding-top:120px; }
.pt130,.p130-0 { padding-top:130px; }
.pt140,.p140-0 { padding-top:140px; }
.pt150,.p150-0 { padding-top:150px; }
.pt170,.p170-0 { padding-top:170px; }
.pt180,.p180-0 { padding-top:180px; }


.m0-15{margin-left:-15px; margin-right:-15px}
.m0-10{margin-left:-10px; margin-right:-10px}
.p0-8{padding-left:8px; padding-right:8px;}
.m0-8{margin-left:-8px; margin-right:-8px;}

.ps20{padding-left:20px; padding-right:20px}
.ms20{margin-left:-20px; margin-right:-20px;}

/* Form Style */
::-webkit-input-placeholder { opacity:1 !important; color:#7B7979 !important; }
::-moz-placeholder { opacity:1 !important; color:#7B7979 !important; }
:-ms-input-placeholder { opacity:1 !important; color:#7B7979 !important; }
/* form{margin:0 -15px;} */
form .input { margin-right:0 !important; }
form fieldset { max-width:inherit !important; margin:0 -10px; border:none; padding:0;}
form fieldset.form-columns-1 .field { width:100% !important; }
form fieldset.form-columns-2 .field { width:50% !important; }
form fieldset.form-columns-3 .field { width:33.33% !important; }
form .field { padding:0 0 38px; }
form fieldset .field { padding-left:15px; padding-right:15px; }
form ul.multi-container { padding-top:10px; }
form ul.multi-container li { margin:5px 0; }
textarea, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select {font-size:18px;line-height:24px;font-family: Gilroy,Arial,Helvetica,sans-serif;color:#7B7979; display:block; border:none; outline:none; background:#fff;  font-weight:400; border:1px solid rgba(158,159,158,0.5); margin:0; padding:12px 17px; border-radius:4px; width:100% !important; -webkit-appearance: none;
  -moz-appearance: none;}
select{height:36px; padding:6px 10px;}
textarea { min-height:120px; }
form input[type="radio"],form input[type="checkbox"] {  display:none }
form input[type="radio"]+span,form input[type="checkbox"]+span {  position:relative; display:block; padding-left:30px; cursor:pointer }
form input[type="radio"]+span:before,form input[type="checkbox"]+span:before {  content:"\f00c"; font-family:fontawesome; color:#7B7979 ; position:absolute; left:4px; top:4px; font-size:0; width:15px; height:15px; display:block; border:1px solid #ccc; transition:all ease .3s; -webkit-transition:all ease .3s; text-align:center; line-height:14px }
form input[type="radio"]+span:before {  border-radius:50% }
form input[type="radio"]:checked+span:before {  background:#7B7979 ; border-color:#7B7979  }
form input[type="checkbox"]:checked+span:before {  border-color:#7B7979 ; font-size:12px; background:#7B7979 ; color:#fff; letter-spacing:0; }
input[type="submit"] { display:block;width:100%;   outline: 0; font-size:18px;line-height:24px;font-family: Gilroy,Arial,Helvetica,sans-serif; padding: 14px 20px; border: 0; outline: 0; background: #963CBD; color: #fff; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s;}
input[type="submit"]:hover { color:#fff; background:#55196f; }
.hs-form-required{display:none;}
.submitted-message { color: #000; text-align: left; width: fit-content; padding: 4px; background-color: #000; font-size: 18px; line-height: 1.5;  font-family: Gilroy,Arial,Helvetica,sans-serif;}


/*label { font-size: 20px; font-weight: 500;padding-bottom: 4px; line-height:1.5; display: block; color:#58595b;}*/
.hs-form-required{color:#f00}
label.hs-error-msg{color:#f00; font-size: 14px; margin-top: 5px;}
/* .hs-form-required { display: none;} */
.hs_error_rollup{display:none;}


/*for Hubspot   >>>>>>*/
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0 0 0 10px; font-size:12px; color:#f00; }
/*<<<<<<<<<<*/

/* table */
.table { display: table; width: 100%; height: 100%;}
.table-cell { display: table-cell; vertical-align: middle}


a.cta_button { -moz-box-sizing: border-box !important;    -webkit-box-sizing: border-box !important; box-sizing: border-box !important; vertical-align: middle; }



/* Responsive Iframe */
.iframe-container{position: relative; overflow: hidden; padding-top: 56.25%;}
.iframe-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}

.responsiveBg{padding-bottom:56.25%}


/* Max-width */
.max1080{width:1050px; max-width:100%;}
.max940{width:940px; max-width:100%;}
.max800{width:800px; max-width:100%;}
.max850{width:850px; max-width:100%;}
.max780{width:780px; max-width:100%;}
.max730{width:730px; max-width:100%;}
.max615{width:615px; max-width:100%;}
.max460{width:460px; max-width:100%;}
.max385{width:385px;  max-width:100%;}
.widthCenter{margin:0 auto;}
.maxalignRight{margin: 0 0 0 auto;}

/* Font Size */
/* .font16, .font16 h6{font-size:16px;} */
.font28{font-size:28px; line-height:1.21;}
.font22{font-size:22px; line-height:1.32;}
.font12{font-size:12px;}

/* Letter SPacing */
.letterSpacing25{letter-spacing:2.5px;}

/* Opacity */

/* Box Shadow */

.boxShadow{	box-shadow: 0 1px 39px -5px #B8C5DB;}
.boxShadow2{	box-shadow: 0 1px 39px -5px #000000;}

/*<<<<<<<<<<*/
/*****************************
Slick slider
****************************  */

.slick-dotted.slick-slider { margin-bottom: 0}
.slick-dots { bottom: -30px; z-index:1;}
.slick-dots li { width: 10px;height: 10px; vertical-align: middle; border-radius: 50%}
.slick-dots li button { width: 10px; height: 10px; padding: 5px 0; border-radius: 50%}
.slick-dots li button:before { width: 10px; height: 10px; line-height: 9px; content: ''; border-radius: 50%; opacity: 1}
.slick-dots li button:before { background-color: #8B8B8C; }
.slick-dots li.slick-active button:before { background-color: #11365a; opacity: 1}
.slick-dots li button:before,.slick-dots li button:before { transition: all ease .4s; -weblit-transition: all ease .4s}
.slick-dots li button:focus:before,.slick-dots li button:hover:before {opacity: 1; background-color: #11365a; transition: all ease .4s; -weblit-transition: all ease .4s}

/* Arrows */
.slick-prev { left: 30px; z-index: 10 !important}
.slick-next { right: 30px}
.slick-next:before,.slick-prev:before { color: #29333c;}
.slick-next,.slick-prev { height: 40px; width: 40px; background-color: #1b838b; border-radius: 50%; z-index: 1; transition: all ease .4s; -weblit-transition: all ease .4s}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{background-color:#4EB6BE}
.slick-next:before,.slick-prev:before { font-family: fontawesome; font-size: 26px;}
.slick-next:before { content: '\f105'; }
.slick-prev:before { content: '\f104'}
.slick-next:before,.slick-prev:before { content: '<'; width: 25px; height: 18px;  color:rgba(255,255,255,0.8); background-size: auto 100%;  opacity: 1; background-repeat: no-repeat; background-position: left top; position: relative; left: 0; top: 0; transform: inherit; font-family: Gilroy,Arial,Helvetica,sans-serif; line-height: 40px; text-align: center; }
.slick-next:before { content: '>'}
.slick-arrow.slick-disabled { opacity: 0; visibility: hidden;}


/* Magnific Popup */
.mfp-iframe-holder .mfp-close { width: 40px; height: 40px; padding-right: 0; right: 0; top: -40px; background-color: #1b838b; color: #fff; text-align: center; border-radius: 5px 5px 0 0;}
.mfp-close-btn-in .iframeStyleing .mfp-close { color: #000; width: 40px; height: 40px; background-color: #fff; right: 30px; top: -10px; border-radius: 5px 5px 0 0;}


.listingIcons,.arrowlistContent{display:inline-block; vertical-align:top; margin-right:-4px}
.listingIcons { width: 28px; height: 28px; line-height: 28px; text-align: center; font-size:28px}
.listingIcons img{max-width:28px;}
.arrowlistContent { width: calc(100% - 28px); padding-left:20px;}
.arrowlistFull{width:100%;}



/*****************
Globle Class
*****************************  */
.relativePosition{position:relative;}
.copyText{font-size:20px; line-height:1.2;}
.quoteText{font-size:28px; line-height:1.2;}
.removeSpace p + p{margin-top:0;}
.opacity80{opacity:0.8;}



/*******************************
Header
************************  */
.headerSection { position: absolute; left: 0; top: 0; width: 100%; height: auto; z-index:999; padding: 10px 30px 0;background: #fafafa;}

.logoSection { width: 200px;}
.logoSection,.navigationParent { display: inline-block; vertical-align: middle; margin-right: -4px;}
.navigationParent { width: calc(100% - 200px); text-align: right;}
.navigation,.navigationCta { display: inline-block; vertical-align: middle; margin-right: -4px;}

/* Navigation */
.navigation .hs-menu-wrapper>ul li a {  max-width: inherit !important; padding: 0; display: block; font-size: 13px; color:::; }
.navigation .hs-menu-wrapper>ul { float: left; display: block; margin-top: 0; margin-bottom: 0 }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 { padding: 15px 15px; transition: all ease .3s; -webkit-transition: all ease .45s; position:relative; }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover a{color:#1b838b}
.navigation .hs-menu-wrapper>ul>li>a { display:block;font-size: 16px;  position: relative; /*transition: all ease 0.7s; -webkit-transition: all ease 0.7s;*/ }

.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>a { position: relative;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>a:after{content:'\f0dd'; font-family:fontAwesome; margin-left:7px; position:relative; top:-2px}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{max-width: 100%;}
/* .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper>li:hover{box-shadow: 0px 0px 5.82px 0.18px rgba(0, 0, 0, 0.16); -webkit-box-shadow: 0px 0px 5.82px 0.18px rgba(0, 0, 0, 0.16); } */

/* Third level */
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{left: 100%; top: 0; position: absolute;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper { visibility: visible; opacity: 1 }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper a { background-color: #fafafa; padding: 12px 15px; color:#380f59; font-size: 16px }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper a:hover{background-color:#380f59; color:#fff;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { top: 100%; visibility: hidden; opacity: 0; }
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper { opacity: 1; visibility: visible;}

.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 .hs-menu-children-wrapper a { position: relative; padding: 12px 15px 12px 15px;  color: #000; font-size: 16px; text-align: left;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{transition:all .3s ease-in;width: 140px; text-align: left; padding: 16px 16px 8px 16px; line-height:1.2;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover{background: #efefef;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{font-weight: 500; display: inline-block; white-space: normal; color: #304050; width: auto; text-align: left; padding: 0;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li.hs-menu-depth-1 > a { overflow:hidden }
.navigation .hs-menu-wrapper>ul>li.active>a { color: #004877;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li.hs-menu-depth-1:hover > a:before,.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul > li.hs-menu-depth-1.active > a:before { bottom: 0 }

.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{visibility: hidden;opacity: 0;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper li.hs-item-has-children:hover ul.hs-menu-children-wrapper{visibility: visible;opacity: 1;}
.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper { left: inherit; right: 100%;}

.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a { color: #1b838b;}

.headerSection.headersecver2 .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child:after{display:none;}
/********************
Footer Section
**********************************  */
/* Footer Form */
.footerTop {
  background-color:#212d38;
  text-align:center;
      @media (min-width: 992px){
      justify-content: initial;
  }
}
.footerForm form .field{padding-bottom:0px;}
.footerForm  input[type="email"]{border-radius:4px 0px 0px 4px;}
.footerForm input[type="submit"]{border-radius:0px 4px 4px 0px;font-weight: 300; padding: 13px 10px; text-align: center;}
.footerForm form .hs_submit {width:132px;}
.footerForm form .hs_email {width:calc(100% - 132px);padding-right:9px;}
.footerForm form .hs_submit , .footerForm form .hs_email{display:inline-block;margin-right:-4px;vertical-align:top;}
.footerForm form .submitted-message {color:#fff;}

/* Footer Style */
.footerbottomNav { margin: 0px -10px;}
.footerListInner li, .footerListInner li a{font-size:16px;line-height:1.2;font-family: Gilroy,Arial,Helvetica,sans-serif;}
.footerListInner li{padding-bottom:12px;}
.footerListInner li:last-child{padding-bottom:0;}
.footerlistTitle h6{font-size:18px;line-height:1.34;font-weight:bold;font-family: Gilroy,Arial,Helvetica,sans-serif;}


.footerLogo img{max-width:225px;}
.footerlistTitle h6{color:#fff;}
.footerListInner li, .footerListInner li a{color:rgba(255,255,255,0.8);}
.footerListInner ul li a { padding: 0;}
.footerListInner .hs-menu-wrapper.hs-menu-flow-horizontal>ul li { width: 100%; display: block;}
.footerListInner .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { padding: 0; width: 100%; display: block; max-width: 100%; color:rgba(255,255,255,0.8);}
.copyrighttext{color:rgba(255,255,255,0.7);}
.footerListInner .footerPhone a{color:rgba(182, 87, 223,0.8)}
.footerListInner .footerPhone a:hover{color:#fff;}

.footerForm .hs-error-msgs label.hs-error-msg { color: #fff;}
.footerForm .hs-error-msgs { padding-left: 0;}

.footerListInner li, .footerListInner li a{font-size:16px;line-height:1.2;}
.footerListInner li{padding-bottom:15px;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Page Wise CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/*******************
Home Page
* ********************  */
/* Banner Section */

.heroStrip { color: #8E9FBC;}
.bannerpopUp span { display: inline-block; vertical-align: middle;}
.playIcon { width: 30px; height: 30px; line-height: 28px; background-color: #1b838b; border-radius: 50%; text-align: center; margin-right: 20px;}
.playIcon svg { max-width: 14px; display: inline-block; vertical-align: middle; position: relative; left: 2px; fill:#fff;}
.playIcon + span h3{color:#fff}

.videoInner{ position: relative; }
.popup-modal-dismiss { position: absolute; right: 0; top: -32px; width: 32px; height: 32px; opacity: 1; }
.popup-modal-dismiss:before, .popup-modal-dismiss:after { position: absolute; left: 15px; content: ' '; height: 33px; width: 2px; background-color: #fff; }
.popup-modal-dismiss:before { transform: rotate(45deg); }
.popup-modal-dismiss:after { transform: rotate(-45deg); }


/* Second Section */
.alternativeRepeat:nth-child(even) .alternativeRepeatRight { order: 1;}
.alternativeRepeat:nth-child(even) .alternativeRepeatLeft { order: 2;}

/* Quote Section */
.quotepersonName{color:rgba(255,255,255,0.75);opacity: 100%!important;}

/* Pricing table */

.pricingParent { padding-top: 78px; padding-bottom: 85px; }
.priceTabBoxMain { padding-top: 38px; }
.pricingtabList { display: inline-block; vertical-align: middle; margin-right: -4px; width: 60%; }
.pricingTabBoxRight { display: inline-block; vertical-align: middle; margin-right: -4px; width: 40%;     text-align: right; }
.tabs-nav li { display: inline-block; vertical-align: middle; font-size: 20px; margin-right: 58px; }
.tabs-nav li a { color: rgba(150, 60, 189, 0.6); display: block; padding-bottom: 8px; position: relative; }
.tabs-nav li a:before {content: '';position: absolute;width: 0;height: 3px;bottom: 0;left: 0;background: #1b838b;transition: all ease 0.3s;}
.tabs-nav li.tab-active a:before {    width: 100%; }
.tabs-nav li.tab-active a { color: #1b838b; }
.pricingTabBoxRight { font-size: 18px; color: #1A0633; }
.pricingTabBoxRight a { text-decoration: underline; }

.tableBoxShadow{box-shadow:none;}
.pricingtabInner table { width: 100%; border-collapse: collapse; 	 }
.pricingtabInner { margin-top: 46px; }
.pricingtabRepeat td { border: 1px solid #8E9FBC; }
.pricingtabRepeat td:first-child { border-left: none; font-size: 20px; color: #000; width: 40%; }
.pricingtabRepeat td:nth-child(2),.pricingtabRepeat td:nth-child(3) { width:30% }
.pricingtabRepeat tr:first-child td { border-top: none; padding-top: 30px }
.pricingtabRepeat tr:last-child td {border-bottom: none; }
.pricingtabRepeat td:last-child {border-right: none; }
.planYear { color: #8E9FBC; font-style: italic;    font-size: 16px;   line-height: 1; }
.planAmount { line-height: 1.3; }
.pricingtabRepeat table td {  padding: 12px 24px; }
.conditionText { padding-top: 45px;width: 555px; color: #333F48; max-width: 100%; line-height: 1.3 }
@keyframes fadeBox{ from { opacity:0; transform:translateY(50px); }
  to {  opacity:1; transform:translateY(0);} }
.pricingtabRepeat.active { animation: fadeBox 0.5s ease; animation-iteration-count: 1; animation-fill-mode: forwards; }
.pricingtabInner { position: relative; }
.popularStrip { position: absolute; right: -15px; color: #F2E7F7;
  padding: 3px 17px; font-family: Gilroy,Arial,Helvetica,sans-serif; letter-spacing: 0.2em;
  font-size: 14px; transform: rotate(39deg); transform-origin: top right;
  top: 69px; width: 139px; text-align: center; }
.popularStrip:before {content: '';position: absolute;width: 50%;height: 100%;top: 0;left: 0;background: #1b838b;z-index: -1;transform: skewX(-51deg);}
.popularStrip:after { content: '';
  position: absolute ;   width: 50%;
  height: 100%; top: 0; right: 0; background: #1b838b; z-index: -1; transform: skewX(40deg); }
span.squareStrip { width: 34px; height: 100%; background: #1b838b; display: block;    position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
span.stripInner:before {content: '';position: absolute;left: -23px;bottom: -13px;width: 0;height: 0;border-left: 9px solid transparent;border-right: 9px solid transparent;border-bottom: 8px solid #55196F;transform: rotate(-37deg);transform-origin: left top;}
span.stripInner:after {content: '';position: absolute;right: -25px;bottom: -2px;width: 0;height: 0;border-left: 9px solid transparent;border-right: 9px solid transparent;border-bottom: 8px solid #55196F;transform: rotate(50deg);transform-origin: left top;}


.priceIconNew { text-align: center;}
.priceIconNew img { max-width: 30px;}


/* Product Page */ 

/* Banner Section */

.font14{ font-size: 14px; }
.maxWidth730 { max-width: 730px; }
.tabbingBgImage { background-size: 470px 390px; background-repeat: no-repeat; background-position: bottom right; }
/* .tabMedium li a { font-size: 40px; line-height: 1.35; opacity: 0.7;	color: #963CBD; } */
.tabMedium li a { opacity: 0.7;	color: #963CBD; }
.tabMedium li:hover a{ color : #963CBD; opacity: 1; }
.tabMedium li.tab-active a{ color: #1b838b; opacity: 1; }
.tabbingBgImage2  {background-size: 390px 310px; background-repeat: no-repeat; background-position: bottom right;}
/* .tabMedium li.tab-active { border-bottom: 3px solid #1b838b; } */
.tabMedium li { margin-right: 56px; }
.maxWidth800 { max-width: 800px; }




/* Large tabbing */
.tabLarge li a { opacity: 0.7;	color: #963CBD; }
.tabLarge li:hover a{ color : #963CBD; opacity: 1; }
.tabLarge li.tab-active a{ color: #1b838b; opacity: 1; }
.tabLarge li { margin-right: 56px; }
.tabLarge h3 { font-size: 40px;}

/* Tabbing Content Section */

.rightImageBg { width: 100%; height: 450px; background-size: cover; background-position: center; background-repeat: no-repeat; margin-bottom: -50px; }
.TitleWithVideo{ padding-top: 220px; }
.rightImageBg2 { width: 100%; height: 450px; background-size: contain; background-position: center; background-repeat: no-repeat; margin-bottom: -50px; }
/* Full Width Image Section */

.fullImageBox { padding-bottom: 57.25%;  border-radius: 4px; 	box-shadow: 0 1px 39px -5px #B8C5DB; }


/**************************
Use Cases
***********************  */

/*  Dark Banner */
.darkBanner .RighSideImage {  position: absolute;  right: 0px;  bottom: 0px;max-width:415px;}

/* Left Content Right Image Module */
.LeftConentRigthImage .LeftContentBox {padding-right:15px;}
.LeftConentRigthImage .RightImageBox{padding-left:15px;}

/* Left Image Right Content */
.LeftImageRigthContent .LeftContentBox {padding-left:15px;}
.LeftImageRigthContent .RightImageBox{padding-right:15px;}

/* Icon With Content Module */
.IconWithContent .IconParentBox .Icon img { height: 30px !important;  width: auto !important;}
.IconWithContent .IconMainBox{margin:0px -15px;}

/* V2 */
.IconWithContent.V2{padding-top:67px;padding-bottom:60px;}
.IconWithContent.V2 .IconParentBox {padding-top:56px;width:100%;}
.IconWithContent.V2 .IconContent{padding-top:5px;}
.IconWithContent.V2 .IconMainBox{margin:0px -25px;}
.IconWithContent.V2 .IconBoxes{margin-bottom:60px;padding: 0px 25px;}

/* Full Width Image With Content */
.FullWidthImageWithContent span.BgColor{position: absolute; top: 0; left: 0; width: 100%; height: 75%; z-index: -1;}

/* Single Column Title With Video */
.TitleWithVideo .ParentBox{margin:0px -15px;}
.TitleWithVideo .VideoBox .ImageBox {  padding-bottom:56.25%;}
.TitleWithVideo .bannerpopUp {text-align: center; position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);}

/* Two Column Content  */
.CardMainBox {position:relative;}
.cardboxLink{position:absolute; left:0; top:0; width:100%; height:100%; z-index:2;}
.TwoColContent .TwoColParent ,.CardModule .CardInner{margin:0px -15px;}

/* Full Width Image */


/* Team Module */
.TeamModule .MemberImage {  width: 100%;  height: 200px;}
/* .TeamModule .TeamInner{margin:0px -18px;}
.TeamModule .TeamBoxes {padding:0px 18px;} */

/* Image Gallery Module */
.ImageGallery .galleryImage { height: 240px; width: 100%;}
.ImageGallery .GalleryBoxes{padding-right:22px;}
.ImageGallery .GalleryBoxes:last-child{padding-right:0;}

/* Two Column And Single Column Module */
.TwoColAndSingleCol .TitleIcon img{height:auto;width:20px;}
.TwoColAndSingleCol .TwoColBox{margin:0px -15px;}

/* Card Module */
.CardModule .CardContentBox {  padding: 26px 27px 34px 31px;  background-color: #fff;}
.CardModule .CardBoxes:nth-child(2) { margin-top: -80px;}
.CardModule .titleBox { width: calc(100% - 16px);padding-right:10px;}
.CardTitle{border-radius:4px 4px 0 0;}
.CardModule span.titleArrow { height: 13.94px; width: 16px; transform: rotate(-45deg);  font-family: Gilroy,Arial,Helvetica,sans-serif;  font-size: 24px;line-height: 29px;  display: inline-block;margin-top: -12px;}
.CardModule .titleBox , .CardModule span.titleArrow{display:inline-block;margin-right:-4px;vertical-align:middle;}
.CardModule .CardMainBox {border-radius:4px;transition:all ease 0.3s;}
.CardModule .CardMainBox:hover{box-shadow: 0 1px 39px -5px #B8C5DB;}

/* Slider Module */

.SliderModule .slick-next , .SliderModule .slick-prev { bottom: -20px;  top: inherit; border-radius:0;}
.SliderModule .slick-next{left:inherit;right:40%; }
.SliderModule .slick-prev {right:calc(40% + 40px); left:inherit;}
.ContentSlider .slick-list.draggable { box-shadow: 0 1px 39px -5px #b8c5db;}
.sliderinnerParent { display: table; width: 100%; height: 100%;}
.sliderrightSide,.sliderleftSide {    display: table-cell; vertical-align: middle;}
.SliderInner{padding:40px 35px 55px 50px;}
.SliderParent { max-width: 980px; margin: 0 auto;}
.ContentSlider .slick-list > * { line-height: 0;}

/* Video Module */
/* .VideoModule .VideoBgImage {height:566px;width:100%} */
.VideoModule .VideoBgImage {padding-bottom:56.25%;width:100%}
.VideoModule .VideoBgImage a.bannerpopUp {position: absolute; top: 50px; left: 50%; transform: translateX(-50%);}

/*  */
/* .singlequoteRightSide .quotepersonImg , .singlequoteLeftSide .quotepersonImg{ position: absolute; bottom: 0; }
.singlequoteRightSide .quotepersonImg {right: 48px;}
.singlequoteLeftSide .quotepersonImg { left: 52px; } */

.quotepersonCta { position: relative;}
.quotepersonCta:before {content: '';width: 1px;height: 60%; position: absolute;left: 0;transform: translateY(-50%);top: 50%;}
.singlequoteRightSide .quotepersonImg, .singlequoteLeftSide .quotepersonImg{position: relative; display: inline-block; vertical-align: bottom; width: 350px; margin-top: -40px; left: -110px;}
.singlequoteInner{width: calc(100% - 350px); max-width: 100%; display: inline-block; vertical-align: bottom;}
.singlequoteRightSide .quotepersonImg { left: inherit; right: -110px;}
.quotepersonImg img {transform: scale(1.1);transform-origin: bottom;}
.quotepersonCta a{color:#fff!important;display:flex;}


/* .arrowListing { position: relative; padding-left: 40px; font-size: 22px; line-height: 1.35;}
.arrowListing:before {content: '';position: absolute;width: 26px;height: 21px;background-image: url('https://4173503.fs1.hubspotusercontent-na1.net/hubfs/4173503/Inspection_Images_2020/Images/Icon-checkmark-purple.png');left: 0;background-repeat: no-repeat;top: 5px;}
 */



/* .slidergrpParent { box-shadow: 0 1px 39px -5px #B8C5DB;} */

/* .SliderBottomBox a { border: 1px solid #963CBD; background-color: transparent; color: #963CBD; padding: 10px 38px 10px 12px; font-size: 32px; line-height: 1.33; position: relative;}
.SliderBottomBox a:before {content: '>';height: 13px;width: 13px;margin-left: 0px;font-family: Gilroy,Arial,Helvetica,sans-serif;font-size: 38px;font-weight: 300;line-height: 12px;position: absolute;right: 18px;top: 52%;transform: translateY(-50%) rotate(-55deg);color: #963CBD;}
.SliderBottomBox a:hover { background-color: #963CBD;}
.SliderBottomBox a:hover:before { color: #fff;} */

/* Use Case Banner */
.useCasesBannerImg { position: absolute; width: 450px;    right: 0; bottom: 0; max-width:100%;}




/* Pillar tab Page  */

.darkBanners { background-color: #1b838b; color: #fff; }
.darkBanners .heroStrip { color: #fff; }
.tabMediumWhite li a { color: #fff; transition:all ease 0.3s; font-weight:300; padding-bottom: 14px; opacity: 0.8; font-family: Gilroy,Arial,Helvetica,sans-serif; }
.tabbingList.tabMediumWhite { background-color: #4EB6BE; padding: 15px 0 0; }
.tabMediumWhite li.tab-active a { color: #fff; opacity: 1; font-weight:500;}
.tabMediumWhite li a:hover{ opacity: 1; }
.tabMediumWhite li.tab-active a:before { background: #fff;  }

/* Tab Form Styling */

.LeftContent .sectionSubtitle ul { margin: 0; padding-left: 20px; padding: 20px 0 20px 20px; max-width: 360px; }
.LeftContent .sectionTitle { padding-right: 80px; }
.LeftContent { border-right: 2px solid #fff; }
.RightForm .FormInner { padding-left: 50px; padding-right: 20px; }
.RightForm .FormInner .field { padding-bottom: 15px; }
.RightForm .FormInner input[type="submit"] { padding: 10px; font-size: 15px; line-height: 20px; border-radius: 6px; }
.VideoBgImage {  border-radius: 4px; }


/* Team page */

.contactTeam.btnsmall a{ position: relative; }
.contactTeam.btnsmall a:after { transform: rotate(-60deg) !important; position: absolute; right: -15px; }
.darkBanner .RighSideImage { position: absolute; right: 35px; bottom: -30px; max-width: 415px; }

.TwoColParent .TwoColBox ul li { position: relative;    padding-left: 35px; padding-bottom: 35px; }
.TwoColParent .TwoColBox ul { margin: 0; list-style: none; padding: 0; }
.TwoColParent .TwoColBox:nth-child(2) ul li:before {content: '';position: absolute;background-image: url('https://4173503.fs1.hubspotusercontent-na1.net/hubfs/4173503/Inspection_Images_2020/Images/Icon-X-white.png');width: 17px;height: 17px;background-repeat: no-repeat;left: 0;background-size: contain;top: 5px;}  

.TwoColParent .TwoColBox:first-child ul li:before{ content: ''; position: absolute; background-image: url('https://4173503.fs1.hubspotusercontent-na1.net/hubfs/4173503/Inspection_Images_2020/Images/Icon-check-white.png'); width: 17px; height: 17px; background-repeat: no-repeat; left: 0; background-size: contain; top: 5px;  }
.FullWidthImages { padding-bottom: 37%; }
.MemberLastName h3 { color: #000; }

.checklistingBox li + li { padding-top: 30px;}
.checklistingBox .checkIcon { display: inline-block; vertical-align: middle; margin-right: 40px;}
.doweContent{display:inline-block; vertical-align:middle;}
.checklistingBox .checkIcon img{max-width:23px;}

.TwoColBox .sectiontitle { position: relative; }
/* .TwoColBox .sectiontitle span.TitleIcon { position: absolute; top: 0; right: 0; display: inline-block; width: 23px; height: 17px; } */
.borderBottomColor { border-bottom: 1px solid #8E9FBC; padding-bottom: 30px; }

.workusBox h2,.workusBox .TitleIcon { display: inline-block; vertical-align: top; margin-right: -4px;}
.workusBox .TitleIcon { line-height: 0;}

.singleBoxQueot { padding: 20px 25px 25px; background-color: #fff; border-radius: 4px; position: relative; }
.singleBoxQueot:before {content: '';position: absolute;width: 5px;height: 98%;left: -5px;top: 5px;background-color: #000;border-top-left-radius: 5px;}
.singleBoxQueot:after {content: '';position: absolute;width: 100%;height: 5px;bottom: -5px;background-color: #000;left: -5px;border-bottom-left-radius: 5px;}
.SingleColBox .singleBoxQueot { margin-bottom: 40px; }


.CTAModule .button.btnLarge.btnoutlineWhite a { width: 295px; position: relative; }
.CTAModule .button.btnLarge.btnoutlineWhite a:after { right: 0; position: absolute; right: 20px; }


.Icon i { font-size: 30px; color: #1b838b;}

.bannerFormBox { padding-top: 49px;}
.bannerFormBox form .hs-form-field { width: 33.33%; display: inline-block;  vertical-align: top; padding-right: 22px; margin-right: -4px; padding-bottom: 0; }
.bannerFormBox form .hs-submit { width: 33.33%; display: inline-block; vertical-align: top; margin-right: -4px; }
.bannerFormBox form .hs-form-field input { border-radius: 4px; font-size: 16px; padding: 7px 14px; }
.bannerFormBox { max-width: 816px; } 
.bannerFormBox form .hs-submit input[type="submit"] { border-radius: 6px; padding: 8px 14px;white-space:normal; background: #E30072 0% 0% no-repeat padding-box;}

  
.bFormParent > div { display: inline-block; vertical-align: top; margin-right: -4px; }
.bFormParent .bannerParent { width: calc(100% - 260px); padding-right: 30px; }
.bannerRightFormBox {  width: 260px; }
.bannerRightFormBox form .hs-form-field input { border-radius: 4px; font-size: 16px; padding: 7px 14px; }
.bannerRightFormBox form .hs-form-field { padding-bottom: 19px; }
.bannerRightFormBox input[type="submit"] { border-radius: 6px; padding: 8px 14px; white-space:normal;  background: #E30072 0% 0% no-repeat padding-box; }

.bannerFormBox .submitted-message, .bannerRightFormBox .submitted-message { color: #fff }
.sBlogRich {  padding-top: 10px; }
.bannerRightFormBox .hs-form-required, .bannerFormBox .hs-form-required { display: inherit; margin-left: 5px }
.newParentBannerBg { color: #fff } 


/* Single line form - Email only  */
.EmailWidth form .hs-form-field {
    width: 300px !important;
  }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Responsive Media Queries CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

@media (min-width:768px ) {

  .mobileShow{display:none;}
  .SliderInner{min-height:414px;}
  .tabbingList.tabMedium {border-bottom: 1px solid #E2E8F1;}
  .tabbingList.tabLarge {border-bottom: 1px solid #E2E8F1;}
  .bannerFormBox form .hs-submit input[type="submit"] { margin-top: 24px;  background: #E30072 0% 0% no-repeat padding-box; }
}
@media(min-width:992px){

  .tabShow{display:none}


  .expandMenu{display:none;}
  .childExpand{display:none;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{color:#304050}
  .Fixed .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{color:#000}
  .headerChange .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{color:#000}

  @keyframes animates {     from { -webkit-transform: translateY(-100%); transform: translateY(-100%) }
    to { -webkit-transform: translateY(0); transform: translateY(0) }     }
  /*   .Fixed .headerSection {  position: fixed; animation: animates .5s; background: #fff ; padding:10px 30px;} */
  .Fixed .navigationCta {  position: fixed; animation: animates .5s; background: trasparent ; padding:10px 30px; width: auto; right: 0; top: 0;}
  /*   .headerChange .headerSection{box-shadow: 0px 2px 6px rgba(88,89,91,0.2);} */

  /*   .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper>li:hover a{background-color:#380f59; color:#fff;} */
  /*   .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper>li:hover a{position:relative;} */
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > ul.hs-menu-children-wrapper>li a:before{position:relative}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > ul.hs-menu-children-wrapper>li a:before{content: '';position: absolute;width: 0;height: 1px;background-color: #000;bottom: 0;transition: all ease 0.4s;-webkit-transition: all ease 0.4s;opacity: 0;visibility: hidden;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1>a { position: relative;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1>a:before {content: '';position: absolute;width: 0;height: 1px;background-color: #fff;bottom: 0;transition: all ease 0.4s;-webkit-transition: all ease 0.4s;opacity: 0;visibility: hidden;}
  .headerChange .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1>a:before{background-color:#000;}
  /*   .Fixed .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1>a:before{background-color:#000;} */
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a:before { background-color: #1b838b ;}

  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1.hs-item-has-children>a:before {display:none;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:hover>a:before { width: 100%; opacity: 1; visibility: visible;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper li.hs-item-has-children:hover ul.hs-menu-children-wrapper{box-shadow:0px 2px 6px rgba(88,89,91,0.2);}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 .hs-menu-children-wrapper {  background-color: #fff; border-radius:5px; border:1px solid #000;}


  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child { padding-left: 20px; position: relative;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2) { padding-right: 20px;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child:after {content: '';width: 1px;height: 40%;background-color: rgba(142,159,188,0.8);position: absolute;left: 0px;top: 50%; transform:translateY(-50%)}

/*   .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:first-child,.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2), .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(3),.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(4) { display: none;} */
  .headerSection.headersecver2 .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:first-child,.headerSection.headersecver2 .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(2),.headerSection.headersecver2 .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(3),.headerSection.headersecver2 .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:nth-last-child(4) { display: block;}
  
  
  /*  Tabbing Module  */
  .tabs .tabTitle{display:none;}
  .navigation.navigationMobile{display:none !important}




}


@media(min-width: 1081px){
  .pricingtabing li:hover a:before { width: 100%; }
  .pricingtabing li:hover a { color: #963CBD; }
}

@media (max-width:1400px ) {
  .singlequoteRightSide .quotepersonImg, .singlequoteLeftSide .quotepersonImg{left:-60px;}
  .singlequoteRightSide .quotepersonImg { right: -60px;}
  .tabMedium li h3 { font-size: 35px;}
  .tabLarge li h3 { font-size: 35px;}

}


/*-=-=- Smaller Desktop Devices -=-=-*/
@media (max-width:1230px ) {
  .wrapper, .wrappermd { max-width:980px }
  .wrapper.wrapperLarge{max-width:980px;}
  .ps20{padding-left:15px; padding-right:15px}
  .ms20{margin-left:-15px; margin-right:-15px;}

  h1, .h1 , .h1 h2 { font-size:50px; line-height:1.1; font-weight:300; }
  h2, .h2 { font-size:36px; line-height:1.35; font-weight:300; }
  h3, .h3 { font-size:28px; line-height:1.31; font-weight:300; }

/*   .btnLarge a, a.btnLarge{font-size:28px} */


  /* Product page */

  .tabMedium li h3 { font-size: 30px; }
  .tabMedium li { margin-right: 30px; }
  .tabLarge li h3 { font-size: 30px; }
  .tabLarge li { margin-right: 30px; }
  
  .bannerParent { max-width: 550px; }


  /* Use Case   */

  /*  Dark Banner */
  .darkBanner .bannerContentBox {width:50%;}

  /*  Single Quote  */
  .quotepersonImg img { transform: scale(1);}
  .singlequoteRightSide .quotepersonImg { right: 60px;}
  .singlequoteLeftSide .quotepersonImg {     left: -60px;}
  .singlequoteInner { max-width: 580px;}
/*   .quoteText { font-size: 22px;} */
  .font28{ font-size: 22px;}
  .quotepersonName,.quotepersonCta { display: block; padding: 0; margin-right:0;}
  .quotepersonCta:before{display:none;}


  /*  Pillar Page  */

/*   .tabMediumWhite li a { font-size: 26px; padding-bottom: 8px; } */
  .tabMediumWhite li a { padding-bottom: 8px; }
  .tabMediumWhite .tabs-nav li { margin-right: 30px; }

  /*  Team Page  */

  .darkBanner .RighSideImage { width: 350px; }
  .darkBanner .bannerContentBox { width: 90%; }
  .CTAModule .button.btnLarge.btnoutlineWhite a { width: 250px; }
  .useCasebannerContent { width: 50%;}



}

/*-=-=-  Tablet Landscape and Smaller Devices -=-=-*/
@media (max-width:1080px ) {
  .wrapper, .wrappermd,.wrapper.wrapperLarge { max-width:900px }


  /* Product Page */

  .bannerParent { max-width: 540px; }
  .tabMedium li h3 { font-size: 30px; }
  .tabMedium li { margin-right: 30px; }
  
  .tabLarge li h3 { font-size: 30px; }
  .tabLarge li { margin-right: 30px; }
  
  .Detail li br { display: none; }
  .TitleWithVideo { padding-top: 170px; }
  /*   .FullWidthContent .sectionTitle { padding-top: 0; } */



  /*   Image gallery Module */
  .ImageGallery .galleryImage{height:200px;}

  /*  Single Quote  */
  .singlequoteInner { max-width: 600px;}
  /*   .singlequoteRightSide .quotepersonImg img , .singlequoteLeftSide .quotepersonImg img{height:250px;width:auto} */
  .singlequoteRightSide .quotepersonImg, .singlequoteLeftSide .quotepersonImg{ width: 260px; right: 20px;}
  .singlequoteInner { width: calc(100% - 260px);}
  .singlequoteLeftSide .quotepersonImg{left: -40px;}


  .quotepersonCta { padding-top: 20px;}


  /*  Team Page  */

  .darkBanner p br { display: none; }

}


@media (max-width:1024px ) {
  .tabMedium li h3 { font-size: 25px;}
  .tabLarge li h3 { font-size: 25px;}
}



/*-=-=-  Tablet Portrait and Smaller Devices -=-=-*/
@media (max-width:991px ) {
  .wrapper, .wrappermd,.wrapper.wrapperLarge { max-width:700px }

  
  .tabw25 { width:25%; }
  .tabw30 { width:30%; }
  .tabw33 { width:33.33%; }
  .tabw40 { width:40%; }
  .tabw50 { width:50%; }
  .tabw60 { width:60%; }
  .tabw66 { width:66.66%; }
  .tabw70 { width:70%; }
  .tabw75 { width:75%; }
  .tabw100 { width:100%; }

  .tabBlock{display:block; margin-right:0;}
  .tabNone{display:none}
  .tab-center{text-align:center}
  .tabmax100{max-width:100%; width:100%; margin:0;}
  .tabtableBlock{display:block; width:100%; height:auto;}
  .tabtableBlock > .table-cell{display:block;}
  .tabbrnone br{display:none;}

  h1, .h1 , .h1 h2 { font-size:32px; line-height:1.1; font-weight:300; }
  h2, .h2 { font-size:28px; line-height:1.35; font-weight:300; }
  h3, .h3 { font-size:26px; line-height:1.31; font-weight:300; }

/*   .mobilefont18{font-size:18px; line-height:1.4;} */
/*   .quoteText{font-size:22px; line-height:1.5;} */
  .font28{ font-size: 22px;}
/*   .font22{font-size:18px; line-height:1.32;} */


  .tabtop10 { margin-top:10px; } /* >>>>>>> margin top 10px in mobile <<<<<<<< */
  .tabtop20 { margin-top:20px; } /* >>>>>>> margin top 20px in mobile <<<<<<<< */
  .tabtop30 { margin-top:30px; } /* >>>>>>> margin top 30px in mobile <<<<<<<< */
  .tabtop40 { margin-top:40px; } /* >>>>>>> margin top 30px in mobile <<<<<<<< */

  
  
  .pb40,.p40-0 { padding-bottom:25px; }
  .pb45,.p45-0 { padding-bottom:25px; }
  .pb50,.p50-0 { padding-bottom:30px; }
  .pb55,.p55-0 { padding-bottom:30px; }
  .pb60,.p60-0 { padding-bottom:35px; }
  .pb70,.p70-0 { padding-bottom:40px; }
  .pb80,.p80-0 { padding-bottom:45px; }
  .pb90,.p90-0 { padding-bottom:50px; }
  .pb100,.p100-0 { padding-bottom:50px; }
  .pb110,.p110-0 { padding-bottom:50px; }
  .pb120,.p120-0 { padding-bottom:55px; }
  .pb130,.p130-0 { padding-bottom:55px; }
  .pb140,.p140-0 { padding-bottom:55px; }
  .pb150,.p150-0 { padding-bottom:55px; }  
  .pb170,.p170-0 { padding-bottom:60px; }  
  .pb180,.p180-0 { padding-bottom:60px; }


  .pt40,.p40-0 { padding-top:25px; }
  .pt45,.p45-0 { padding-top:25px; }
  .pt50,.p50-0 { padding-top:30px; }
  .pt55,.p55-0 { padding-top:30px; }
  .pt60,.p60-0 { padding-top:35px; }
  .pt70,.p70-0 { padding-top:40px; }
  .pt80,.p80-0 { padding-top:45px; }
  .pt90,.p90-0 { padding-top:50px; }
  .pt100,.p100-0 { padding-top:50px; }
  .pt110,.p110-0 { padding-top:50px; }
  .pt120,.p120-0 { padding-top:55px; }
  .pt130,.p130-0 { padding-top:55px; }
  .pt140,.p140-0 { padding-top:55px; }
  .pt150,.p150-0 { padding-top:55px; }
  .pt170,.p170-0 { padding-top:60px; }
  .pt180,.p180-0 { padding-top:60px; }

/*   .btnLarge a, a.btnLarge{font-size:24px} */

  textarea, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select { font-size:16px; }

  /*-=-=-=-= Mobile menu JS USE  MENU ICON as '<a class="expandMenu"><i></i><i></i><i></i></a>' -=-=-=*/
  a.expandMenu { width: 40px; height: 40px; display: block; cursor:pointer; position: absolute; top: 12px; right: 15px; padding: 5px;  }
  a.expandMenu i { position:relative; width: 25px; left:0; height: 2px; opacity:1; display: block; background: #fff; margin: 5px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
  .headerColor a.expandMenu i{background:#000}
  a.expandMenu.open i:first-child { transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 10px; position: relative; }
  a.expandMenu.open i:nth-child(2) { position:relative; left:-46px; opacity:0; }
  a.expandMenu.open i:last-child { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top: -4px; position: relative; }
  /*-=-=-=-= Mobile Submenu JS USE  SUBMENU ICON as '<a class="childExpand"><i></i><i></i></a>' -=-=-=*/
  /*   .childExpand { position: absolute; top: 15px; right: 25px; width: 24px; text-align: center; height: 24px; margin: 0; padding:5px; cursor:pointer; } */
  
  

/*   .childExpand i { position:relative; width: 15px; left:0; height: 1px; opacity:1; display: block; background: #1b838b; margin: 6px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
  .childExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top: -7px; }
  .childExpand.open i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
  .childExpand.open i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); }
 */
  .childExpand { display: inline-block; vertical-align: middle; margin-right: -4px; width: 30px; text-align: center; height: 30px; line-height: 30px;}
  .childExpand.open{transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg);}
  .childExpand img { width: 12px; display: inline-block;}
  
  .navigationParent{text-align:left}
  .navigation .hs-menu-wrapper{display:none; position: absolute; top: 50px; width: 100%; left: 0; background-color:#fff; z-index:9; padding-bottom:30px;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>a:after{ display:none;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 { float: none; width: 100%; max-width: 100%;}
/*   .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1>a { width: 100%; display: block;} */
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1>a {display: inline-block; vertical-align:middle; margin-right:-4px; width:auto;}
  .navigation .hs-menu-wrapper>ul { float: none; width: 100%; padding: 25px 20px 25px 60px;}
  .navigation .hs-menu-wrapper>ul>li>a{padding: 10px 0px; color:#000; font-size:28px; line-height:1.32;}
  /*   .navigation .hs-menu-wrapper>ul>li:hover { background: rgba(150, 60, 189,0.07);} */

  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:last-child a,.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-last-child(2) a, .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-last-child(3) a,.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-last-child(4) a {font-size:18px; color:#000; line-height:1.5; padding:0;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:last-child a:hover,.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-last-child(2) a:hover, .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-last-child(3) a:hover,.navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-last-child(4) a:hover { color:#1b838b; }
  
  .headerSection.headersecver2 .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:last-child a,.headerSection.headersecver2 .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-last-child(2) a,.headerSection.headersecver2 .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-last-child(3) a,.headerSection.headersecver2 .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1:nth-last-child(4) a {font-size:28px; }
  
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 { padding: 0;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 .hs-menu-children-wrapper a{color:#fff;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover{color:#1b838b;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { visibility: visible; opacity: 1;display: none;position:static; width:100%; padding-left:15px;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li { width: 100%; padding: 0; line-height: 1;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width: 100%; padding:5px 10px; font-size:28px; width:100%; line-height: 1.35; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{color:#1b838b;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper { position: relative; width: 100%; left:0; opacity:1; visibility: visible;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{opacity:1;visibility: visible;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper a{ padding:10px 15px;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper { opacity:1; visibility:visible; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{opacity:1;visibility: visible;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper a:hover{ color: #380f59; background-color: transparent;}
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper>li:hover{box-shadow: none; -webkit-box-shadow: none; }
  .navigation .hs-menu-wrapper>ul>li.active>a{color: #000; }
  .navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper a{font-size:16px;}
  .navigationCta > span { width: auto; display: inline-block;}


  
  .navigationParent {text-align:right;}
  .navigationCta { text-align: right; padding: 0; margin-right: 50px;}
  .navigationParent .navigation { text-align: left;}

/*   .btnsmall a,a.btnsmall{font-size:16px; } */

  .headerSection.headerColor{background-color:#fff;}

  .navigation.navigationDesktop{display:none;}
  
  /*  Header Section  */
  .body-container-wrapper{margin-top:0 !important;}
/*   .headerSection { position: relative; padding: 15px 15px; background-color:#fff;}  */
  .headerChange .headerSection{background-color:#fff;}
  .headerChange a.expandMenu i{background-color:#000;}
  .headerSection .button a:hover { background-color: #412389; color: #fff;}
  
  .headerSection .wrapper.wrapperLarge { max-width: 100%; padding-left: 0; padding-right: 0;}
  
  .navigation.navigationMobile .hs-menu-wrapper{box-shadow: 0 5px 10px -5px #B8C5DB;}
  
  /*  Tabbing Module  */
  .tabs{margin-top:0px !important;}
  .wrapLeft , .wrapRight{padding-left:25px !important;padding-right:25px !important;}
/*   .wrapLeft , .wrapRight{padding-left:15px !important;padding-right:15px !important;} */

 
  /*  Price Section  */
  .pricingParent { padding-top: 40px; padding-bottom: 40px; }
  .pricingtabInner {    margin-top: 0px; }
  .pricingtabInner table { width: 991px; box-shadow: none; -webkit-box-shadow: none  }
  .pricingtabInner { overflow:auto;box-shadow: 0 1px 39px -5px #8E9FBC; -webkit-box-shadow: 0 1px 39px -5px #8E9FBC; margin-top: 30px; overflow:auto }
  span.stripInner:before,span.stripInner:after {     display: none ; }
  span.popularStrip { position: static; display: block; transform: none; margin: 0 0 0 auto;background: #4EB6BE; right: 0; }
  .popularStrip:before { display: none; }
  .popularStrip:after { display: none; }
  span.squareStrip { display: none; }
/*   .popularStripParent { width: 991px; position: relative; } */
  span.popularStrip { position: absolute; top: 0; }
  .pricingtabRepeat tr:first-child td { padding-top: 50px }

  /* Product Page */

  .bannerParent { max-width: 350px; padding-bottom: 30px; }
  .rightImageBg { height: 350px; margin-bottom: -30px; }
  .LeftContentRightImage { padding-top: 50px; }
  .tabMedium li h3 { font-size: 18px; }
  .tabMedium li { margin-right: 15px; }
  
  .tabLarge li { margin-right: 15px; }
  .tabbingBgImage { background-size: 300px 225px ;}
  .TitleWithVideo { padding-top: 80px; padding-bottom: 30px; }

  
  /********************
  Use Case
  **********************    */
  /*  Dark Banner  */
  .darkBanner .bannerContentBox {width:100%;}
  .darkBanner .RighSideImage { position: static; bottom: 0; margin: 50px auto 0px auto;}

  /* Single Column Title With Video */
/*   .TitleWithVideo .VideoBox .ImageBox {  height: 350px;} */

  .TwoColAndSingleCol .TitleIcon img { width: 14px;}
  /*   Icon With Content */
  .IconWithContent.V2 .IconMainBox{margin:0px -15px;}
  .IconWithContent.V2 .IconBoxes{padding: 0px 15px;}

  /*  Full Width Image  */


  /*  Team Module */
  .TeamModule .TeamBoxes{width:33.33%;}
  
  /* Card Module */
  .CardModule .CardBoxes {margin-top:0px;margin-bottom:30px;}
  .CardModule .CardBoxes:nth-child(2){margin-top:0;}
  .CardModule .CardBoxes:last-child {margin-bottom:0px;}

  .singlequoteLeftSide .flexquote { display: flex; flex-wrap: wrap;}
  .singlequoteLeftSide .quotepersonImg { order: 2;}
  .singlequoteLeftSide .singlequoteInner { order: 1;}
  .singlequoteInner{max-width:100%; width:100%;}
  .singlequoteRightSide .quotepersonImg, .singlequoteLeftSide .quotepersonImg { position: static; margin: 0; display: block; margin: 0 auto;}


  /*  Footer Section  */
  .footerSection  .footerForm{margin-top:30px;}
  .arrowListing { padding-bottom: 25px;}
  .arrowListing:last-child { padding-bottom: 0;}

  /* Use Case */
  .useCasesBannerImg { position: relative; right: 0; margin: 30px -15px -55px auto; max-width: 100%;}

  /* Pillar Page */
  .LeftContent { border-right: 0; }
  .LeftContent .sectionSubtitle ul { max-width: 580px; }
  .tabMediumWhite .wrapper { max-width: 700px; }
/*   .VideoModule .VideoBgImage { height: 300px; } */

  /*  Team Page  */

  .ImageGallery .GalleryBoxes { padding: 15px 10px 0 10px !important; }

/*   .CTAModule .button.btnLarge.btnoutlineWhite a { width: 200px; }   */
  .teampageBanner .bannerParent { max-width: 100%; padding-bottom: 0; }
  
/*  Home Page  */
  .homeBanner { padding-top: 120px; padding-bottom: 150px; background-position: right center;}
  .teampageBanner .RighSideImage { position: relative; top: 70px;}
  
  /*  Price  */
  
  .pricingParent.tabs .tablistParent .tabTitle { display: none !important;}
  .pricingParent.tabs .tablistParent ul.tabs-nav { display: block !important; width: 100%; background: transparent;}
  .pricingParent.tabs .tablistParent ul li { width: auto; display: inline-block; margin-right: 58px;}
  .advancePriceParent{margin-top:40px; position:relative;}
  .firstpriceBox, .secondpriceBox { padding: 30px;}
  .firstpriceBox { border-bottom: 1px solid #E2E8F1;}
  .mobilePriceCheck,.mobilePriceContent { display: inline-block; vertical-align: top; margin-right: -4px;}
  .mobilePriceCheck { width: 23px;}
  .priceIconNew.mobilePriceCheck img { width: 23px;}
  .mobilePriceContent { width: calc(100% - 23px); padding-left: 30px;}
  .mobilePriceboxrepeat + .mobilePriceboxrepeat { padding-top: 20px;}
  .firstpriceBox { border-bottom: 1px solid #E2E8F1;}
  .firstpriceBox .planTitle { font-size: 20px;}
  .firstpriceBox .planAmount { font-size: 40px; line-height: 1;}


  
  
  .popularStripMain { position: absolute; right: -15px; color: #F2E7F7;
    padding: 3px 17px; font-family: Gilroy,Arial,Helvetica,sans-serif; letter-spacing: 0.2em;
    font-size: 14px; transform: rotate(39deg); transform-origin: top right;
    top: 69px; width: 139px; text-align: center; }
  .popularStripMain:before {content: '';position: absolute;width: 50%;height: 100%;top: 0;left: 0;background: #1b838b;z-index: -1;transform: skewX(-51deg);}
  .popularStripMain:after { content: '';
    position: absolute ;   width: 50%;
    height: 100%; top: 0; right: 0; background: #1b838b; z-index: -1; transform: skewX(40deg); }
  span.squareStripMain { width: 34px; height: 100%; background: #1b838b; display: block;    position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -1; }
  span.stripInnerMain:before {content: '';position: absolute;left: -23px;bottom: -13px;width: 0;height: 0;border-left: 9px solid transparent;border-right: 9px solid transparent;border-bottom: 8px solid #55196F;transform: rotate(-37deg);transform-origin: left top;}
  span.stripInnerMain:after {content: '';position: absolute;right: -25px;bottom: -2px;width: 0;height: 0;border-left: 9px solid transparent;border-right: 9px solid transparent;border-bottom: 8px solid #55196F;transform: rotate(50deg);transform-origin: left top;}

  
/*  Team PAge  */
  .teampageBanner.darkBanner { padding-top: 100px !important; padding-bottom: 0;}
  .IconWithContent.V2 { padding-top: 130px;}
.TeamParent h2 br { display: none;}
  .ImageGallery .GalleryBoxes{width:33.33%;}
  .ImageGallery .GalleryBoxes:nth-child(4),.ImageGallery .GalleryBoxes:nth-child(5){width:50%;}
  .ImageGallery .GalleryBoxes { padding: 3px 3px !important;}
  .GalleryInner { margin: 0 -3px;}
  .ImageGallery .galleryImage { padding-bottom: 56.25%; height:auto; background-position:top center;}
  
.useCasesBanner { padding-top: 100px;}
  
/*  tabbing Banner  */
  .tabbingBanner { padding: 80px 0 120px;}
  
  .bannerFormBox form .hs-submit input[type="submit"] { font-size: 15px;   background: #E30072 0% 0% no-repeat padding-box;}
  .bannerFormBox  { padding-top: 20px }  

}






/*-=-=-  Mobile Devices -=-=-*/
@media (max-width:767px ) {
  .wrapper, .wrappermd { max-width:100%; padding-left:25px; padding-right:25px; }
  
  .mtop10 { margin-top:10px; } /* >>>>>>> margin top 10px in mobile <<<<<<<< */
  .mtop20 { margin-top:20px; } /* >>>>>>> margin top 20px in mobile <<<<<<<< */
  .mtop30 { margin-top:30px; } /* >>>>>>> margin top 30px in mobile <<<<<<<< */
  .mpt0,.mp0 { padding-top:0 !important; }
  .mpb0,.mp0 { padding-bottom:0 !important; }
  .mpl0{padding-left:0;}
  .mpr0{padding-right:0;}
  .mobile-center { text-align:center; } /*>>>>>>>    text-align:center in mobile   <<<<<<<<<<<<*/
  .text-right { text-align:center; }

  a.expandMenu{top:17px}
  
  h1, .h1 , .h1 h2 { font-size:28px; line-height:1.1; font-weight:300; }
  h2, .h2 { font-size:24px; line-height:1.35; font-weight:300; }
  
  .navigation .hs-menu-wrapper{top:69px;}
  
  .singlequoteLeftSide .quotepersonImg.imgleftAlign,.singlequoteRightSide .quotepersonImg.imgleftAlign{margin: 0 auto 0 -40px;}
  .singlequoteLeftSide .quotepersonImg.imgrightAlign,.singlequoteRightSide .quotepersonImg.imgrightAlign{margin:0 -40px 0 auto;}
  .singlequoteLeftSide .quotepersonImg.imgcentertAlign,.singlequoteRightSide .quotepersonImg.imgcentertAlign{margin:0 auto;}
  
  
  .mobileoffwhiteColor{color:rgba(255,255,255,0.8)}
  
  .mobilefont40,.mobilefont40 h1,.mobilefont40 h2,.mobilefont40 h3,.mobilefont40 h4,.mobilefont40 h5,.mobilefont40 h6{font-size:40px; line-height:1.25;}
  .mobilefont36,.mobilefont36 h1,.mobilefont36 h2,.mobilefont36 h3,.mobilefont36 h4,.mobilefont36 h5,.mobilefont36 h6{font-size:36px; line-height:1.33;}
  .mobilefont32,.mobilefont32 h1,.mobilefont32 h2,.mobilefont32 h3,.mobilefont32 h4,.mobilefont32 h5,.mobilefont32 h6{font-size:32px; line-height:1.375;}
  .mobilefont26,.mobilefont26 h1,.mobilefont26 h2,.mobilefont26 h3,.mobilefont26 h4,.mobilefont26 h5,.mobilefont26 h6{font-size:26px; line-height:1.38;}
  .mobilefont18,.mobilefont18 h5,.mobilefont18 h6{font-size:18px;}

  .font28{ font-size: 20px;}

  .mpb10,.mp10-0 { padding-bottom:10px; }
  .mpb15,.mp15-0 { padding-bottom:15px; }
  .mpb20,.mp20-0 { padding-bottom:20px; }
  .mpb25,.mp25-0 { padding-bottom:25px; }
  .mpb30,.mp30-0 { padding-bottom:30px; }
  .mpb35,.mp35-0 { padding-bottom:35px; }
  .mpb40,.mp40-0 { padding-bottom:40px; }
  .mpb45,.mp45-0 { padding-bottom:45px; }
  .mpb50,.mp50-0 { padding-bottom:50px; }

  .mpt10,.mp10-0 { padding-top:10px; }
  .mpt15,.mp15-0 { padding-top:15px; }
  .mpt20,.mp20-0 { padding-top:20px; }
  .mpt25,.mp25-0 { padding-top:25px; }
  .mpt30,.mp30-0 { padding-top:30px; }
  .mpt35,.mp35-0 { padding-top:35px; }
  .mpt40,.mp40-0 { padding-top:40px; }
  .mpt45,.mp45-0 { padding-top:45px; }
  .mpt50,.mp50-0 { padding-top:50px; }



  .mw25 { width:25%; }
  .mw33 { width:33.33%; }
  .mw50 { width:50%; }
  .mw66 { width:66.66%; }
  .mw75 { width:75%; }
  .mw100 { width:100%; }
  .mbrnone br{display:none;}
  .mobileNone{display:none;}
  .mobilemax100{max-width:100%; width:100%}
  .mBlock{display:block; margin-right:0;}
  label { font-size: 16px;}
  form .field{padding-bottom:18px;}
  form fieldset.form-columns-2 .field { width: 100% !important;}
  form fieldset[class*="form-columns"] .field { width:100%; }

  /*  Header  */
  .headerSection { padding: 20px 15px;}
  .navigationCta { padding: 25px 20px 25px 60px; display: inline-block; text-align:left; margin-right:0; }
/*   .navigationCta a,.navigationCta>span { width: 100%; display: block; max-width: 100%; text-align:center;} */
  .navigationCta a,.navigationCta>span { width: auto; display: inherit; max-width: initial; text-align: center;}
  
  .navigationCta script{display:none;}

  /*  Footer Section  */
  .footerForm form .hs_email{width:100%;display:block;margin-right:0;}
  .footerForm form .hs_submit{width:auto;}
  .footerForm form .hs_submit{margin-top:30px;}
  .footerForm form input[type="submit"]{padding:13px 14px;}
  .footerForm form .hs_email{padding-right:0;}
  .footerForm input[type="submit"] , .footerForm input[type="email"]{border-radius:4px;}


  /********************
  Home Page
  *********************  */
  /*  Section // 2  */
  .alternativeRepeat:nth-child(odd) .alternativeRepeatRight { order: 1;}
  .alternativeRepeat:nth-child(odd) .alternativeRepeatLeft { order: 2;}
  .alternativeRepeatRight { display: none;}
 

  /*  Pricing Section  */
/*   .tabCutomModule .tabTitle { width: 100%;} */
/*   .tabCutomModule .tablistParent ul.tabs-nav { width: 100%;} */

  .priceTabBoxMain { padding-top: 30px; }
  /*   .pricingTabBoxRight { display: block; margin-right: 0; width: 100%; text-align: center; } */
  .pricingtabList { display: block; margin-right: 0; width: 100%; padding-top: 30px; }
  .pricingtabInner table{width:600px;}
/*   .popularStripParent{width:600px;} */
  .pricingtabInner{max-width: 600px; margin: 30px auto 0;}
  .pricingtabRepeat td:first-child { width: 50%;}
  .pricingtabRepeat td:nth-child(2), .pricingtabRepeat td:nth-child(3) { width: 25%;}
  .pricingParent{padding:60px 0}

  .tabs-nav li { font-size: 18px;}

  /* Product Page */

  .tabbingBanner { background-position: bottom right; padding-bottom: 225px !important; }
  .tabbingList { padding-top: 20px; }
  .tabTitle {padding: 8px 50px 8px 15px;}

  .rightImageBg { margin-bottom: 0;}
  .LeftImageRigthContent{padding-bottom:40px; padding-top:50px;}
  
  .LeftContentRightImage { position: relative;}
  .LeftContentRightImage > * { position: relative; z-index: 2;}
  .LeftContentRightImage:after {content: '';width: 100%;height: 30%;background-color: #f0f3f8;left: 0;bottom: 0;position: absolute;}
  .LeftContentRightImage .wrapLeft { padding-right: 0 !important;}
  .LeftContentRightImage .wrapLeft .RightImageBox { text-align: right;}
  .IconBoxes + .IconBoxes { padding-top: 20px;}
  .FullWidthImage{padding-top:50px;}
  .numberlistStyle li{padding:15px 0;}
  .singletitleCta{padding:60px 0 85px}

  /*  Use Case  */
  /* Left Content Right Image Moduel   */
  .LeftConentRigthImage .RightImageBox , .LeftConentRigthImage .LeftContentBox {padding-left:0;padding-right:0;}
  .LeftContentRightImage .RightImageBox {margin-top:40px;}

  /* Left Image Right Content */
  .LeftImageRigthContent .LeftContentBox ,  .LeftImageRigthContent .RightImageBox {padding-left:0;padding-right:0;}
  .LeftImageRigthContent .LeftContentBox{margin-top:40px;}

  /*  Icon With Content Module  */
  .IconWithContent .IconMainBox{margin:0;}

  /* Single Column Title With Video */
  .TitleWithVideo .ParentBox{margin:0px;}
  .TitleWithVideo .VideoBox{margin-top:50px;}

  /*  Icon With Content  */
  .IconWithContent.V2 .IconBoxes  {margin-bottom:30px;}
  .CardModule .CardBoxes{margin-bottom:50px;}
  .IconWithContent.V2 .IconBoxes{padding:0px;}
  .IconWithContent.V2 .IconMainBox ,.CardModule .CardInner , .SliderModule .SliderParent{margin:0px;}
  .IconWithContent.V2 .IconBoxes:last-child , .CardModule .CardBoxes:last-child {margin-bottom:0px;}

  .CardInner{padding-top:40px;}
  
  /* Two Column Content  */
  .TwoColContent .TwoColParent{margin:0px;}

  /*  Full Width Image  */




  /* Two Column And Single Column Module */
  .TwoColAndSingleCol .TwoColBox  {margin:0px;}
  .TwoColAndSingleCol .sectionDetail {margin-top:30px;}
  .TwoColAndSingleCol .RightBoxBottom {text-align:left;}

  /*   Slider Module */
  .SliderModule .ImageSlider {margin-top:30px;}
  .sliderrightSide { padding-bottom: 56.25%;}
  .SliderInner { padding: 60px 30px 30px;}
  .SliderModule .slick-next { left: 40px; right: 0; bottom: inherit; top: 0;    transform: inherit; }
  .SliderModule .slick-prev { left: 0px; bottom: inherit; transform: inherit;}


  /*  Pillar Tab Page  */

  .darkBanners { margin-top: 0; padding-top: 75px !important; }
  .tabbingBanner.darkBanners { background-position: bottom -20% center; padding-bottom: 180px !important;}
  .tabMediumWhite .tabs-nav li {    margin-right: 0;}
  .tabMediumWhite .tabs-nav li + li { padding-top: 8px;}
  .tabMediumWhite .tabs-nav { padding-bottom: 30px;}
  
  .FullWidthBoxRepeat{padding-top:60px; padding-bottom:90px;}
  .LeftContentRightForm{padding-top:60px;}
  .VideoModule{padding-top:60px;}
  /*  Team Page  */

  .darkBanner { padding-bottom: 280px; }
  .darkBanner .RighSideImage { width: auto; right: 50%; transform: translateX(50%); }
  .IconWithContent.V2 .IconParentBox { padding-top: 30px; }
/*   .IconWithContent.V2 { padding-bottom: 30px; } */
  .darkBanner { padding-top: 40px !important; }
  .TwoColParent .TwoColBox:nth-child(2) { padding-top: 25px; }
  .TwoColParent .TwoColBox ul li { padding-bottom: 15px; }

  .checklistingBox .checkIcon { margin-right: 20px;}

  .TeamBoxes {    width: 100% !important; }
  .TeamModule { padding-bottom: 100px !important; }
  .TwoColAndSingleCol .RightBoxBottom { text-align: right; }
/*   .ImageGallery .GalleryBoxes:last-child { padding: 0 15px; } */
  .SingleColBox .singleBoxQueot:last-child{ margin-bottom: 0; } 
  .bannerParent { max-width: 100%; }
  .teampageBanner.darkBanner { padding-bottom: 0;}
  .teampageBanner.darkBanner .RighSideImage { margin: 0 auto; transform: inherit; right: inherit;}

  .useCasesBanner.darkBanner{padding-bottom:40px;}
  
  
/*  Mobile View Banner //  Homa page */
  
  .homeBanner .wrapper { padding-left: 15px; padding-right: 15px;}
/*  Section2  */
  .pricingParent .wrapper{padding-left:15px; padding-right:15px;}
  .alternativeSection{padding:75px 0 60px;}
  .pricingTabBoxRight{text-align:left;}
  
.TwoColContent { padding: 65px 0;}
  .TeamModule .MemberImage{padding-bottom:56.25%}
  
  .TeamBoxes{display:none;}
  .TeamBoxes:first-child,.TeamBoxes:nth-child(2),.TeamBoxes:nth-child(3){display:block;}
  
  .ImageGallery {position: relative;}
  .ImageGallery> * { position: relative; z-index: 2;}
  .ImageGallery:after {content: '';width: 100%;height: 50%;background-color: #e2e8f1;position: absolute;bottom: 0;}
  
  
  .useCasesBanner.darkBanner{padding-top:100px !important; padding-bottom:60px;}
  .CardModule{padding:60px 0}
  .slidergrpParent { margin: 0 -15px;}
  .SliderBottomBox{padding-top:80px;}
  .SliderBottomBox .SubTitle { padding-top: 15px;}
  
  
/*  Tabbing  */
  .tabs-nav li { display: block; width: 100%;}
  .tabs-nav li a { display: inline-block; vertical-align: top;}
  .tabbingList.tabMedium {border-top: 1px solid #E2E8F1;}
  .tabbingList.tabLarge {border-top: 1px solid #E2E8F1;}
  .tabLarge li h3,.tabMedium li h3 { font-size: 32px; line-height: 1.375; margin: 0;}
  .tabLarge li+ li,.tabMedium li+ li { margin-top: 6px; margin-right: 0;}
  
  
  .VideoModule .VideoBgImage a.bannerpopUp{position: absolute; top: 50%;    left: 50%; transform: translate(-50% , -50%);}
  
  
  .tabbingBanner.newPillarV1 { padding-bottom: 48px !important; }
  .bannerFormBox form .hs-form-field { display: block;  width: 100%; padding-right: 0; padding-bottom: 23px; }
  .bannerFormBox form .hs-submit { display: block; width: 100%; }
  .bannerFormBox { max-width: 300px; padding-top: 15px }
  .tabbingBanner.newPillarV2 { padding-bottom: 45px !important; }
  .bFormParent>div { display: block; width: 100%; }
  .bFormParent .bannerRightFormBox { max-width: 300px; }
  .bFormParent .bannerParent {  width: 100%; }
  
  
  
}

@media(max-width:575px){

  /*   Image gallery Module */
/*   .ImageGallery .GalleryBoxes {width:50%;} */
  .LeftContent .sectionTitle { padding-right: 0; }
  .LeftContent { padding-left: 0; }
  .RightForm { padding-right: 0; }
  .RightForm .FormInner { padding: 0; }

}

@media (max-width:480px ) {

  .xsw100 { width:100%; }
  .xstop10 { margin-top:10px; }
  .xstop20 { margin-top:20px; }
  .xstop30 { margin-top:30px; }
  .xsw50{width:50%;}
  .xsw100{width:100%;}
  .xsBlock{display:block; margin-right:0;}

  input[type="submit"] { padding: 14px 30px;}


  /* Product Page */

  .tabTitle { width: 100%; padding: 8px 50px 8px 15px; text-align: left; }
  .tablistParent ul.tabs-nav { width: 100%; }
  .LeftContentRightImage { padding-top: 35px; }

  /*  Team page  */

  .pricingtabInner{max-width:375px}
  .pricingtabInner table { width: 375px;}
  .pricingtabRepeat table td { padding: 10px;}
  .priceIconNew img { max-width: 15px;}
  
  
  

}


@media(min-width:992px){
  .homeBanner h1{
    font-size:62px!important;
  }

}

@media(min-width:1230px){
  .homeBanner h1{
    font-size:72px!important;
  }

}

@media (min-width:375px ) {
/*  Home banner  */


  .homeBanner { padding-top: 180px; padding-bottom: 120px;    background-position: right 9% bottom; background-size: auto 100%; background-repeat: no-repeat;}
  .homeBanner h1{
    color: #fff;
    position: relative;
    z-index: 1;
    font-size:40px;
    line-height: 78px;
    font-weight: 600;
  }
  
  
  /*  Use Case  */

  /*  Team Module */
  .TeamModule .TeamBoxes{width:100%;display:block;margin-right:0;margin-bottom:30px;}
  .TeamModule .TeamBoxes:last-child{margin-right:0;}
  .TeamModule .TeamInner{margin:0px;}

  /*   Image gallery Module */

  .TeamModule .TeamBoxes{padding:0px;}

  /*   CArd Module */
  .CardModule .CardContentBox{padding-left:15px;padding-right:15px;}

  /*   Slider Module */
  .SliderModule .SliderImage {  height: 250px;}
  
  .pricingtabInner table { width: 100%;}
/*   .popularStripParent { width: 270px;} */
  .popularStrip { font-size: 10px; width: auto; padding: 3px;}
  .pricingtabInner { max-width: 100%;}


}

@media(max-width:320px){
  .navigation .hs-menu-wrapper>ul,.navigationCta{padding: 25px 20px;}
  .firstpriceBox, .secondpriceBox { padding: 30px 20px;}
  
}



@-webkit-keyframes fadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0);}
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}

@keyframes fadeInUp {   
  from { opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0);}
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}

@-webkit-keyframes fadeInLeft {
  from { opacity: 0; -webkit-transform: translate3d(-15px, 0, 0); transform: translate3d(-15px, 0, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}

@keyframes fadeInLeft {
  from {opacity: 0; -webkit-transform: translate3d(-15px, 0, 0); transform: translate3d(-15px, 0, 0);}
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft;}
@-webkit-keyframes fadeInRight {
  from { opacity: 0; -webkit-transform: translate3d(15px, 0, 0); transform: translate3d(15px, 0, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

@keyframes fadeInRight {
  from { opacity: 0; -webkit-transform: translate3d(15px, 0, 0); transform: translate3d(15px, 0, 0);}
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight;}



/* Hover Effect Button */

/* Bob */
@-webkit-keyframes hvr-bob {
  0% { -webkit-transform: translateY(-8px); transform: translateY(-8px); }
  50% { -webkit-transform: translateY(-4px); transform: translateY(-4px);}
  100% { -webkit-transform: translateY(-8px); transform: translateY(-8px);}
}
@keyframes hvr-bob {
  0% { -webkit-transform: translateY(-8px); transform: translateY(-8px);}
  50% { -webkit-transform: translateY(-4px); transform: translateY(-4px);}
  100% { -webkit-transform: translateY(-8px); transform: translateY(-8px);}
}
@-webkit-keyframes hvr-bob-float {
  100% { -webkit-transform: translateY(-8px); transform: translateY(-8px);}
}
@keyframes hvr-bob-float { 
  100% { -webkit-transform: translateY(-8px); transform: translateY(-8px);}
}
.hvr-bob a, .subminAnimation input[type="submit"],.runAnimation a, .runAnimation img { -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);}
.hvr-bob a:hover,.runAnimation img,.runAnimation a, .hvr-bob a:focus, .hvr-bob a:active,.subminAnimation input[type="submit"]:hover, .subminAnimation input[type="submit"]:focus,.subminAnimation input[type="submit"]:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% { -webkit-transform: scale(1.1); transform: scale(1.1);}
  75% { -webkit-transform: scale(0.9); transform: scale(0.9);}
}
@keyframes hvr-pulse {
  25% { -webkit-transform: scale(1.1); transform: scale(1.1);}
  75% { -webkit-transform: scale(0.9); transform: scale(0.9);}
}
.hvr-pulse { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);}
.hvr-pulse a:hover, .hvr-pulse a:focus, .hvr-pulse a:active { -webkit-animation-name: hvr-pulse; animation-name: hvr-pulse; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;}


/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% { -webkit-transform: translateX(8px); transform: translateX(8px);}
  33.3% { -webkit-transform: translateX(-6px); transform: translateX(-6px);}
  49.95% { -webkit-transform: translateX(4px); transform: translateX(4px);}
  66.6% { -webkit-transform: translateX(-2px); transform: translateX(-2px);}
  83.25% { -webkit-transform: translateX(1px); transform: translateX(1px); }
  100% { -webkit-transform: translateX(0); transform: translateX(0);}
}
@keyframes hvr-wobble-horizontal {
  16.65% { -webkit-transform: translateX(8px); transform: translateX(8px); }
  33.3% { -webkit-transform: translateX(-6px); transform: translateX(-6px); }
  49.95% { -webkit-transform: translateX(4px); transform: translateX(4px);}
  66.6% { -webkit-transform: translateX(-2px); transform: translateX(-2px);}
  83.25% { -webkit-transform: translateX(1px); transform: translateX(1px);}
  100% { -webkit-transform: translateX(0); transform: translateX(0);}
}
.hvr-wobble-horizontal { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);}
.hvr-wobble-horizontal a:hover, .hvr-wobble-horizontal a:focus, .hvr-wobble-horizontal a:active { -webkit-animation-name: hvr-wobble-horizontal; animation-name: hvr-wobble-horizontal; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out;  animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1;}

/*Custom Image Positioning*/
  .RightImgPosition {
   margin-bottom: 0px !important;
  position: absolute;
  width: 380px;
  right: 0;
  bottom: 40px;
  max-width:100%;
  }



/*Free Access Page*/
.negativeMargin {
   margin-bottom: -75px !important;
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
  max-width:100%;
  }

  .negativeMargin2 {
  margin-top: -80px !important;
    

  }

.negativeMargin3 {
   margin-bottom: -300px;
  }
.showMobile {display: inline !Important;
}

/*Single Form Module*/
.SingleForm .FormInner { padding-right: 20px; padding-left: 0px }
.SingleForm .FormInner .field { padding-bottom: 15px; padding-left: 0px}
.SingleForm .FormInner input[type="submit"] { padding: 5px 18px 5px 18px; font-size: 32px; line-height: 1.5; border-radius: 6px; max-width: 300px; font-weight:300; }



@media (max-width:1080px ) {
 .HideTablet { display: none;
  }
  }


/*-=-=-=-=-=-=-=-=-=-=
Browser Hacks
-=-=-=-=-=-=-=-=-=-=-=-=*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
  ::i-block-chrome, .classname { /*only for safari....CSS*/ }
}
_:-ms-input-placeholder, :root .classname { /*only for internet explorer....CSS*/ }


/** NAV HEADER AND FOOTER **/

/** footer **/

.footerTop,
.footerBottom{
  background-color:#212d38;
  text-align:center;
      @media (min-width: 992px){
      justify-content: initial;
  }
}
.footerBottom .footerlistTitle{
    color: #fff;
    font-size: 18px;
    font-weight: 500; 
}

.footerBottom .footerlistTitle + .footerListInner ul li a{
    color: #5cc7d0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    list-style-type: none;
    margin-bottom: 16px;
}

.footerBottom .footerlistTitle + .footerListInner ul li{
    color: #fff;
}

.singlequoteRightSide{
  background: #1b838b!important;
}
.singlequoteLeftSide {
  background: #4EB6BE!important;
}

.hs_cos_wrapper_module_160219320962871 .ParentBox .InnerBox.pr30{
  background-color: #efefef!important;
}

.hs_cos_wrapper_module_160219320962871 .pt10{
  background-color: #efefef!important;
}

#wistia_242.big_play_button_background{
  background: #1b838b;
  opacity: 70%;
}

.singletitleCta{
background-color: #4EB6BE!important;
}

.blogSubscribeForm{
  background: #1b838b!important;
}

.categoriesBox a{
  color:#304050;
}
.categoriesBox a:hover{
  color:#1b838b;
}

.leadinModal-770169 .leadin-button-primary{
  background-color: #e30072!important;
}

.UISection__ScrollWrapper-sc-1ftmar0-0{
  background-color:#1b838b!important;
}
/* .hs-submit input[type="submit"] { border-radius: 6px; padding: 8px 14px;white-space:normal; background: #E30072 0% 0% no-repeat padding-box;}

.hs-button{ background: #E30072 0% 0% no-repeat padding-box;} */