@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.7/css/jquery.fancybox.min.css');
/* @import url('http://example.com/example_style.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    */
/*****************************************/

/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */






*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; font-family:'Montserrat', sans-serif; font-size:16px; line-height:24px; font-weight:400; color:rgb(77,78,83); background:#fff; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:12px 0; margin:0; }

h1 { color:rgb(77,78,83); font-family:'Montserrat', sans-serif; font-size:36px; line-height:40px; font-weight:700; margin:0; padding:0; clear:both; }
h2 { color:rgb(77,78,83); font-family:'Montserrat', sans-serif; font-size:24px; line-height:30px; font-weight:400; margin:0; padding:0; clear:both; }
h3 { color:rgb(77,78,83); font-family:'Montserrat', sans-serif; font-size:23px; line-height:27px; font-weight:700; margin:0; padding:0; clear:both; }
h4 { color:rgb(77,78,83); font-family:'Montserrat', sans-serif; font-size:35px; line-height:40px; font-weight:400; margin:0; padding:0; clear:both; }
h5 { color:rgb(77,78,83); font-family:'Montserrat', sans-serif; font-size:29px; line-height:34px; font-weight:400; margin:0; padding:0; clear:both; }
h6 { color:rgb(77,78,83); font-family:'Montserrat', sans-serif; font-size:16px; line-height:16px; font-weight:700; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color:#0071bb;; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color: #00a990;}
/* p a:hover { color:#0071bb; } */

input , button , textarea, select , 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"] { outline:none; color:#59595c; background:transparent; border:1px solid #ffffff; border-radius:0 ; height:50px; padding:0 15px; font-family:'Lato',sans-serif; font-size:14px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 20px; height:100px; min-width:100%; max-width:100%;  }
input[type=submit] , button { height:50px; border:1px solid #e1e1e1; cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/2240956/Lobtec-2016/Image/blank.png) no-repeat left top transparent; padding: 10px 15px; width:100%; max-width: 100%; text-align:center; display:inline-block; text-transform: uppercase; color: #fff;
font-size: 17px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; } 
input[type=submit]:hover , button:hover { background-color:#fff; color:#618eb5; }


::-webkit-input-placeholder { color:#ccc; font-size:18px; }
::-moz-placeholder { color:#ccc; font-size:18px; }
:-ms-input-placeholder { color:#ccc; font-size:18px; }
:-moz-placeholder { color:#ccc; font-size:18px; }



ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#f00; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:; background:#0072bb;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited {max-width: 100% !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100% !important; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img, .row-fluid .bg-img-grdnt { display:none; }
.bgimg-main-grdnt{background-blend-mode: multiply; background-size:cover !important; background-repeat:no-repeat !important; background-position:center !important;}

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .fl100 { float:left; width:100%; } 


/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

a.next-arrow { float:right; right:10px; }
a.prev-arrow { left:10px; }
a.slide-arrow { color:#0072bb; position:relative; z-index:1; top:-4px; }


ul.slick-dots { margin:0; padding:0 0 10px; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:0 0 10px; position:absolute; bottom:0; left:0; right:0; background:#fff; }
ul.slick-dots li { display:inline-block; padding:0 5px; line-height:0; }
ul.slick-dots li button { display:inline-block; background:transparent; width:9px; height:9px; border-radius:100%; border:1px solid #0072bb; font-size:0; padding:0; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#0072bb; }

.row-fluid .btn-style1 a, .row-fluid a.btn-style1 { padding:0 77px 0 20px; background:#1d69ac; width:257px; max-width:100%; height:65px; line-height:65px; position:relative; text-align:center; display:inline-block; text-transform:capitalize; color:#fff; font-size:15px; font-weight:400; border-radius:8px; }
.row-fluid .btn-style1 a:after, .row-fluid a.btn-style1:after { position:absolute; content:"\f105"; font-family:'fontawesome'; font-size:30px; transition:all ease 0.5s;  height:100%; width:57px; border-radius:0 8px 8px 0; right:0; top:0; border-left:1px solid #f2f2f2; background:#125177; }
.row-fluid .btn-style1 a:hover:after, .row-fluid a.btn-style1:hover:after { background:#732a7b; text-indent:15px; transition:all ease 0.5s; }
.row-fluid .btn-style1 a:hover, .row-fluid a.btn-style1:hover { background:#92439a; }

.row-fluid .btn-style2 a, .row-fluid a.btn-style2 { padding:0 20px 0 77px; background:#1d69ac; width:257px; max-width:100%; height:65px; line-height:65px; position:relative; text-align:center; display:inline-block; text-transform:capitalize; color:#fff; font-size:15px; font-weight:400; border-radius:8px; }
.row-fluid .btn-style2 a:after, .row-fluid a.btn-style2:after { position:absolute; content:"\f104"; font-family:'fontawesome'; font-size:30px; transition:all ease 0.5s;  height:100%; width:57px; border-radius:8px 0 0 8px; left:0; top:0; border-left:1px solid #f2f2f2; background:#125177; }
.row-fluid .btn-style2 a:hover:after, .row-fluid a.btn-style2:hover:after { background:#732a7b; text-indent:15px; transition:all ease 0.5s; }
.row-fluid .btn-style2 a:hover, .row-fluid a.btn-style2:hover { background:#92439a; }

.row-fluid .ulstyle ul { list-style:none; }
.row-fluid .blue-bg { background:#1d69ac; }

.row-fluid .wrapper { margin:0 auto !important; width:1200px; padding:0 15px; float:none !important; } 

/* Page Wise Css */
.row-fluid .top { padding:20px 0; border-top:6px solid #0072bb; }
.row-fluid .top-right { text-align:right; font-size:24px; line-height:28px; color:#0071bb; font-weight:bold; font-style:italic; }
.row-fluid .top-right p { padding:0 0 20px; }
.row-fluid .top-right a { font-size:24px; line-height:28px; color:#0071bb; font-weight:bold; font-style:normal; }
.row-fluid .top-right a:hover { color:#00a990; }

.row-fluid .top-righttext p { float:left; width:100%; }
.row-fluid .top-righttext a { float:left; width:100%; margin-bottom:4px; }

.row-fluid .social-icon a { float:none; display:inline-block; vertical-align:top; height:32px; width:32px; color:#fff; background:#00a990; font-size:18px; line-height:32px; border-radius:100%; text-align:center; margin-right:20px; }
.row-fluid .social-icon a:hover { background:#0071bb; color:#fff; }
.row-fluid .social-icon a:last-child { margin:0; }

.row-fluid .grey-menustrip { background:#d9eaf5; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:15px 21px; font-size:16px; line-height:30px; text-transform:uppercase; font-weight:700; text-shadow:2px 0px 0px rgba(255,255,255,1); max-width:100%; white-space:normal; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#0071bb; }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after {  position:absolute; content:""; text-shadow:none; height:8px; width:17px; background:url('//cdn2.hubspot.net/hubfs/328056/Tempstable_2017/Image/menu-arrow.png') no-repeat; right:2px; top:19px; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after { display:none; }

.row-fluid .mainmenu ul > li > ul { background:#c3deef; /*width:100%;*/ }
.row-fluid .mainmenu ul > li > ul > li { line-height:0; transition:all ease .5s; }
/*.row-fluid .mainmenu ul > li > ul > li:hover { background:#0071bb; }*/
.row-fluid .mainmenu ul > li > ul > li:last-child { border-bottom:0; }
.row-fluid .mainmenu ul > li > ul > li > a { color:#666666; font-size:16px; font-weight:500; text-transform:none; padding:7px 28px; line-height:18px; /*white-space:normal !important;*/ letter-spacing:0.3px;/* max-width:100% !important;*/} 




.row-fluid .stable-section { padding:60px 0 65px; font-weight:400; background:#f9fbfc; } 
.row-fluid .stable-section .left h2 { color:#888888; position:relative; padding-bottom:23px; padding-top:5px; margin-bottom:16px; }
.row-fluid .stable-section .left h2:after { position:absolute; content:""; height:6px; width:31px; background:#00a990; top:100%; left:0; }
.stable-section .left .widget-type-rich_text{line-height:20px;}

.row-fluid .stable-section .right h2 { padding-bottom:28px; margin-bottom:30px; border-bottom:1px solid #00a990; }
.row-fluid .performance-btn { padding-top:50px; }
.row-fluid .performance-btn a { float:left; width:100%; text-align:center; color:#fff; font-size:18px; font-weight:800; text-transform:uppercase; padding:18px 10px; background: rgb(48,130,190); background: -moz-linear-gradient(left, rgba(48,130,190,1) 0%, rgba(2,168,145,1) 100%); background: -webkit-linear-gradient(left, rgba(48,130,190,1) 0%,rgba(2,168,145,1) 100%); background: linear-gradient(to right, rgba(48,130,190,1) 0%,rgba(2,168,145,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3082be', endColorstr='#02a891',GradientType=1 ); }
.row-fluid .performance-btn a:hover,.row-fluid .two-cta-button a:hover { background:rgb(2,168,145); background:-moz-linear-gradient(left, rgba(2,168,145,1) 0%, rgba(48,130,190,1) 100%); background:-webkit-linear-gradient(left, rgba(2,168,145,1) 0%,rgba(48,130,190,1) 100%); background: linear-gradient(to right, rgba(2,168,145,1) 0%,rgba(48,130,190,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a891', endColorstr='#3082be',GradientType=1 ); } 

.row-fluid .threebox-section { padding:52px 0; background:#eff5f7; }
.row-fluid .threebox-section .box { border:1px solid #c4e6e9; }
.row-fluid .threebox-section .box.image-slider { border-left:0; border-right:0; border-top:0; }
.row-fluid .threebox-section .image-slider img { display:none; }
.row-fluid .threebox-section .image-slider .slick-track > div { min-height:285px; float:left; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }

.row-fluid .threebox-section .box .title h3 span { display:block; color:#337fc1; font-size:18px; line-height:22px; }
.row-fluid .threebox-section .box .title h3 { font-size:23px; line-height:26px; color:#666666; font-weight:700; padding-left:24px; padding-bottom:30px; } 
.row-fluid .threebox-section .content-box { padding:20px 0 20px; }

.row-fluid .threebox-section .content-box .text { color:#fff; font-size:18px; line-height:22px; font-weight:800; padding:18px 23px; width:280px; max-width:100%; margin-left:-1px; margin-bottom:48px; background:url('https://cdn2.hubspot.net/hubfs/328056/Tempstable_2017/Image/tempstable-img1.png') center center no-repeat; background-size:cover; }
.row-fluid .threebox-section .content-box .find-btn { padding-left:36px; }
.row-fluid .threebox-section .content-box .find-btn a { font-size:18px; line-height:22px; color:#00a990; text-transform:uppercase; font-weight:800; position:relative; }
.row-fluid .threebox-section .content-box .find-btn a:after { position:absolute; content:""; top:3px; right:-20px; background:url('//cdn2.hubspot.net/hubfs/328056/Tempstable_2017/Image/next-arrow.png') no-repeat; height:16px; width:10px; }
.row-fluid .threebox-section .content-box .find-btn a:hover { color:#0072bb; }

.row-fluid .performance-section { background:#fff; padding-top:16px; }
.row-fluid .performance-section .leftbox, .row-fluid .performance-section .rightbox { float:left; width:50%; margin:0; }
.row-fluid .performance-section .leftbox { border-right:7px solid #fff; }
.row-fluid .performance-section .rightbox { border-left:7px solid #fff; }

.row-fluid .performance-section .innerbox { padding:60px 80px 70px; font-size:22px; line-height:30px; font-weight:400; }
.row-fluid .performance-section .innerbox h3 { font-weight:700; text-shadow:2px 2px 2px rgba(0,85,143,1); padding-bottom:42px; font-size:36px; line-height:42px; }
.row-fluid .performance-section .innerbox .richtext { margin-bottom:100px; }
.row-fluid .performance-section .innerbox .btn a { float:none; display:inline-block; color:#fff; font-size:18px; text-transform:uppercase; font-weight:800; border:3px solid #fff; padding:15px 48px; background:transparent; }
.row-fluid .performance-section .innerbox .btn a:hover { background:#01a891; }

.row-fluid .resource-section { padding:54px 0 74px; }
.row-fluid .resource-section .title h3 { text-align:center; font-size:36px; line-height:48px; color:#666666; font-weight:700; text-transform:uppercase; margin-bottom:50px; }
.row-fluid .resource-section .box { background:#f2f8fc; position:relative; }
.row-fluid .resource-section .inner-box { padding-bottom:150px !important; }
.row-fluid .resource-section .inner-box1, .row-fluid .resource-section .inner-box4 { padding:0 26px; }
.row-fluid .resource-section .inner-box2, .row-fluid .resource-section .post-title a { font-size:18px; line-height:24px; color:rgb(77,78,83); font-weight:700; }
.row-fluid .resource-section .box-title, .row-fluid .resource-section .post-title { padding:34px 26px; float:left; width:100%; }
.row-fluid .resource-section .post-image { float:left; width:100%; min-height:192px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; } 
.row-fluid .resource-section .box .title { font-size:18px; line-height:24px; color:rgb(77,78,83); font-weight:700; padding-bottom:16px; margin-bottom:16px; border-bottom:1px solid #00a990; padding:20px 0; }
.row-fluid .resource-section .box ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .resource-section .box ul li { float:left; width:100%; font-size:16px; line-height:22px; color:rgb(77,78,83); font-weight:300; position:relative; padding-left:38px; margin-bottom:15px; font-weight:400; }
.row-fluid .resource-section .box ul li:before { position:absolute; content:""; font-family:FontAwesome; left:0; right:0; color:#00a990; }
.row-fluid .resource-section .box .widget-type-cta a, .row-fluid .resource-section .box a.readmore { float:left; border-top:1px solid #fff; width:100%; font-size:16px; color:#fff; font-weight:800; padding:30px 30px; position:absolute; left:0; bottom:0; text-transform:uppercase; background:rgb(44,124,177); background: -moz-linear-gradient(left, rgba(44,124,177,1) 0%, rgba(3,166,147,1) 100%); background: -webkit-linear-gradient(left, rgba(44,124,177,1) 0%,rgba(3,166,147,1) 100%); background: linear-gradient(to right, rgba(44,124,177,1) 0%,rgba(3,166,147,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7cb1', endColorstr='#03a693',GradientType=1 ); }
.row-fluid .resource-section .box .widget-type-cta a:after, .row-fluid .resource-section .box a.readmore:after { display:inline-block; content:""; float:right; background:url('//cdn2.hubspot.net/hubfs/328056/Tempstable_2017/Image/arrow.png') no-repeat center center; height:19px; width:11px; }
.row-fluid .resource-section .box .widget-type-cta a:hover, .row-fluid .resource-section .box a.readmore:hover { background:rgb(3,166,147); background:-moz-linear-gradient(left, rgba(3,166,147,1) 0%, rgba(44,124,177,1) 100%); background: -webkit-linear-gradient(left, rgba(3,166,147,1) 0%,rgba(44,124,177,1) 100%); background: linear-gradient(to right, rgba(3,166,147,1) 0%,rgba(44,124,177,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a693', endColorstr='#2c7cb1',GradientType=1 ); }  

.row-fluid .resource-section .testimonial-imgraw .slick-track > div { min-height:215px; position:relative; background:#fff; }
.row-fluid .resource-section .testimonial-imgraw .slick-track > div img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; }
.row-fluid .resource-section .testimonial-imgraw a.slide-arrow { position:absolute; top:50%; color:#2c2829; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }    
.row-fluid .resource-section .testimonial-imgraw a.slide-arrow i { opacity:0; }
.row-fluid .resource-section .testimonial-imgraw a.prev-arrow { left:-20px; width:11px; height:19px; background-size:100%; background-repeat:no-repeat; background:url('https://cdn2.hubspot.net/hubfs/328056/Tempstable_2017/Image/arrow-left.png'); }
.row-fluid .resource-section .testimonial-imgraw a.next-arrow { right:-20px; width:11px; height:19px; background-size:100%; background-repeat:no-repeat; background:url('https://cdn2.hubspot.net/hubfs/328056/Tempstable_2017/Image/arrow-right.png'); }
 

.row-fluid .videocode-box { position:relative; }
.row-fluid .play-icon { position:absolute; top:50%; left:0; right:0; text-align:center; cursor:pointer; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }
.row-fluid .home-videobox .play-icon { top:0; transform:none; height:100%; }
.row-fluid .home-videobox .play-icon a.fancybox { position:absolute; top:0; left:0; width:100% !important; height:100%; }
.row-fluid .home-videobox .play-icon a.fancybox img { position:absolute; left:50%; top:50%; max-width:60px; -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);; }
.row-fluid .video-imgcol img { width:100% !important; }

.row-fluid .cta-stripsec { background:rgb(77,78,83); padding:10px 0; /*position:fixed; bottom:0; left:0; width:100%; z-index:999; */-webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .cta-stripsec .left, .row-fluid .cta-stripsec .right { float:none; display:inline-block; vertical-align:middle; margin:0; } 
.row-fluid .cta-stripsec .left h3 { font-size:25px; line-height:32px; padding-left:35px; border-left:8px solid #fff; text-shadow:2px 2px 1px rgba(21,60,54,1); }
.row-fluid .cta-stripsec .right { text-align:right; }
.row-fluid .cta-stripsec .right .cta { float:none; display:inline-block; vertical-align:top; width:auto; text-align:center; }
.row-fluid .cta-stripsec .right .cta a { float:none; display:inline-block; vertical-align:top; border:3px solid #fff; font-size:18px; font-weight:600; text-transform:uppercase; padding:10px 15px; line-height:25px; min-width:249px; text-align:center; color:#fff; background:#00a990; }
.row-fluid .cta-stripsec .right .cta a:hover { background:#0072bb; }
.row-fluid .cta-stripsec .right .cta1 a { margin-right:9px; }





/* Footer */
.row-fluid .footer { background:#0072bb; border-top:5px solid #fff; padding:22px 0 17px; }
.row-fluid .footer a { color:#fff; }
.row-fluid .footer .social-icon a { background:#fff; color:#0072bb; }
.row-fluid .footer .social-icon a:hover { background:#00a990; color:#fff; }

.row-fluid .footer-menusec { border-bottom:3px solid #fff; padding-bottom:18px; }
.row-fluid .footer-menu, .row-fluid .footer .social-icon { float:none; display:inline-block; vertical-align:middle; margin:0; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { font-size:16px; line-height:20px; font-weight:bold; text-transform:uppercase; padding:15px 15px; position:relative; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a:after { position:absolute; content:""; height:8px; width:8px; border-radius:100%; left:50%; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; bottom:-10px; background:#fff; transition:all ease .5s; opacity:0 }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a:hover:after { opacity:1; bottom:5px; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li:first-child > a { padding-left:0; }
.row-fluid .footer-menu .hs-menu-wrapper > ul > li:first-child > a:first-child:after { left:37%; }

.row-fluid .footer-ctasec { padding:18px 0 23px; }
.row-fluid .footer-ctasec .cta { float:none; display:inline-block; vertical-align:top; width:auto; }
.row-fluid .footer-ctasec .cta a { float:none; display:inline-block; vertical-align:top; border:3px solid #fff; font-size:18px; font-weight:600; text-transform:uppercase; padding:15px 20px 15px 58px; position:relative; }
.row-fluid .footer-ctasec .cta a:before { position:absolute; content:""; height:36px; width:30px; top:9px; left:9px; background:url('//cdn2.hubspot.net/hubfs/328056/Tempstable_2017/Image/file-icon.png') no-repeat; }
.row-fluid .footer-ctasec .cta a:hover { background:#00a990; }

.row-fluid .footer-copyrightsec { font-size:14px; line-height:18px; }
.row-fluid .footer-copyrightsec .right { text-align:right; font-size:18px; line-height:24px; }


/*Faq Page CSS*/
.gradient_style, .gradient_style_hover, .overlay_gradient:before, .row-fluid .form_design form .hs_submit .hs-button, .row-fluid .recent-date, .link-style{background: rgb(48,130,190); background: -moz-linear-gradient(left, rgba(48,130,190,1) 0%, rgba(2,168,145,1) 100%); background: -webkit-linear-gradient(left, rgba(48,130,190,1) 0%,rgba(2,168,145,1) 100%); background: linear-gradient(to right, rgba(48,130,190,1) 0%,rgba(2,168,145,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3082be', endColorstr='#02a891',GradientType=1 );color: #fff;-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;;}
.gradient_style_hover:hover, .row-fluid .form_design form .hs_submit .hs-button:hover, .link-style:hover{background:rgb(2,168,145); background:-moz-linear-gradient(left, rgba(2,168,145,1) 0%, rgba(48,130,190,1) 100%); background:-webkit-linear-gradient(left, rgba(2,168,145,1) 0%,rgba(48,130,190,1) 100%); background: linear-gradient(to right, rgba(2,168,145,1) 0%,rgba(48,130,190,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a891', endColorstr='#3082be',GradientType=1 );color: #fff;}
.overlay_gradient, .overlay_gradient > div{position:relative;}
.overlay_gradient:before{ content: ""; height: 100%;left: 0;opacity: 0.85; position: absolute;top: 0;width: 100%;}


.row-fluid .title_style{margin:0 0 30px;}
.faq-content{display:none}
.faq-title{font-size: 18px; text-transform: uppercase;padding: 12px 40px 12px 20px;position: relative;cursor:pointer;}
.faq-title::after {  content:"\f067";  display: inline-block;  float: right;  font-family: "FontAwesome";  position: absolute;  right: 15px;  top: 0;  bottom:0;margin:auto; height: 23px;}
.faq-title.active::after {  content:"\f068";}
.faq-content{background: #f5f5f5;border-radius: 0 0 5px 5px;display: none;padding: 15px;}
.faq-content_wrap{margin:10px 0 0;}

.row-fluid .counter-section {background:#eff5f7;padding: 40px 0;position: relative;text-align:center;}
.row-fluid .counter-number {  color: #00a990;  font-size: 56px; font-weight: 700;  line-height: 62px;  margin-top: 10px;  padding-bottom: 10px;}
.row-fluid .counter-block:first-child {  border-left: none;}
.row-fluid .counter-block {  border-left: 1px solid #d9eaf5;  border-right: 1px solid #d9eaf5;  color: #337fc1; letter-spacing: 1px;  margin: 0 1px;  text-transform: uppercase;  width: 24.8%;font-size: 18px; line-height: 22px;font-weight:600;padding-bottom: 10px;}
.row-fluid .counter-block:last-child {  border-right: none;}

.row-fluid .testi-block {  padding: 0 12px;text-align:center;}
.row-fluid .testi-blockinner {  border: 1px solid #f2f8fc; padding: 0 22px;background:#f2f8fc;}
.row-fluid .testi-img {  background-size: cover;  border: 5px solid #ffffff;  border-radius: 100px;  height: 100px;  margin: -50px auto 0;  width: 100px;}
.row-fluid .testi-text::before {  background: #e0e0e0;  content: "";  display: block;  height: 1px;  margin: 22px auto 0;  width: 80px;}
.row-fluid .testi-text {  font-size: 16px;  padding: 0 0 35px;}
.row-fluid .testi-title {  color: #337fc1;  font-size: 16px;  font-weight: 600;  line-height: 24px; padding: 18px 0 0;  text-transform: uppercase;}
.row-fluid .testi-title{font-size: 16px; font-style: italic;}

.row-fluid .testimonial_section {  padding: 54px 0 74px;font-weight: 400;}
.row-fluid .testimonial_section .title h3 {  color: #666666;  font-size: 36px;  font-weight: 700;  line-height: 48px;  text-align: center;  text-transform: uppercase;}
.row-fluid .testimonial-slider > span{padding:0 20px 0;}
.row-fluid .testimonial-slider .slick-list{padding:60px 0 0;}
.row-fluid .testimonial-slider a.slide-arrow{position: absolute; top: 55%;}
.row-fluid .testimonial-slider a.prev-arrow {  left: 0;}
.row-fluid .testimonial-slider a.next-arrow {  right: 0;}
.testi-content{margin:10px 0 0;}
.row-fluid .widget-span.mid_content{max-width:700px;width:100%;float:none;margin:0 auto;text-align:center;font-weight:400;}
.row-fluid .widget-span.mid_content p{font-weight:400;}


.row-fluid .getin_touch_section{  padding: 54px 0 70px; font-weight: 400;}
.row-fluid .heading_style h1, .row-fluid .heading_style h2{ color:rgb(77,78,83);  font-size: 36px;  font-weight: 700;  line-height: 48px;  text-align: center;  text-transform: uppercase;}

.row-fluid .contact-map iframe {  border: 10px solid #ffffff;  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  height: 450px;  width: 100%;}
.row-fluid .contact-section {  border: 1px solid #0072bb;  display: block;  float: none;  margin: 0 auto !important;  max-width: 950px;  position: relative;  /*transform: translateY(-100px);*/  width: 100%;background:#fff;}
.row-fluid .contact-left {  float: left;  margin: 0;  width: 60%;}
.row-fluid .contact-leftinner, .row-fluid .contact-rightinner { padding: 50px 20px 10px;}
.row-fluid .contact-right {  float: right;  margin: 0; width: 40%;}
.row-fluid .contact-title h4 {  color: #505659;  font-size: 28px;  font-weight: 500;  line-height: 32px;  padding: 0 0 10px;}
.row-fluid .contact-rightinner .contact-title h4, .row-fluid .contact-right p, .row-fluid .contact-right span, .row-fluid .contact-right li, .row-fluid .contact-right a {color:#fff;}
.row-fluid .form_design{margin:30px 0 0;}
.row-fluid .form_design textarea, .row-fluid .form_design input[type="text"], .row-fluid .form_design input[type="password"], .row-fluid .form_design input[type="datetime"], .row-fluid .form_design input[type="datetime-local"], .row-fluid .form_design input[type="date"], .row-fluid .form_design input[type="month"], .row-fluid .form_design input[type="time"], .row-fluid .form_design input[type="week"], .row-fluid .form_design input[type="number"], .row-fluid .form_design input[type="email"], .row-fluid .form_design input[type="url"], .row-fluid .form_design input[type="search"], .row-fluid .form_design input[type="tel"], .row-fluid .form_design input[type="color"], .row-fluid .form_design select{ background: #fff; border: 2px solid #0072bb; font-size: 16px;height: 50px; outline: none;padding: 0 20px !important;}
.row-fluid .form_design form .field > label{display:none;}
.row-fluid .form_design form .hs_message div.input{margin-right: 0 !important;}
.row-fluid .form_design  .hs-form fieldset.form-columns-2 .field:first-child {  padding: 0 10px 15px 0;}
.row-fluid .form_design  .hs-form fieldset.form-columns-2 .field {  padding: 0 0 10px 10px;}
ul.hs-error-msgs{font-size: 12px;}
.row-fluid .form_design form .hs_submit{margin:20px 0 0;}
.row-fluid .form_design form .hs_submit .hs-button {border:none;}
.row-fluid .form_design textarea{ height: 114px;padding: 20px !important;resize: none;}
.row-fluid .contact-address{ margin:5px 0 0;}
.row-fluid .contact-address ul { margin: 0; padding:0; list-style-type:none; }
.row-fluid .contact-address ul li { margin:20px 0; padding:0; display:block; position:relative; }
.row-fluid .contact-address ul li:first-child {margin-top:0;}
.row-fluid .contact-address ul li:before { content:''; width:68px; height:68px; display:inline-block; vertical-align:middle; text-align:center; border:2px solid #fff; background-repeat:no-repeat; background-position:center; }
/*.row-fluid .contact-address ul li:nth-child(1):before { background-image:url('https://cdn2.hubspot.net/hubfs/328056/Tempstable_2017/Image/location.png'); }*/
.row-fluid .contact-address ul li:nth-child(1):before { display:none; }
.row-fluid .contact-address ul li:nth-child(2):before { background-image:url('https://cdn2.hubspot.net/hubfs/328056/Tempstable_2017/Image/phone.png'); }
.row-fluid .contact-address ul li:nth-child(3):before { background-image:url('https://cdn2.hubspot.net/hubfs/328056/Tempstable_2017/Image/msg.png'); }
.row-fluid .contact-address ul li span { padding-left:20px; display:inline-block; vertical-align:middle; width:78%; }
.row-fluid .contact-address ul li:nth-child(1) span { padding-left:0; }

.row-fluid .contact-touchsec { padding:30px 0 70px; }

.row-fluid .trusted-section1{margin:50px 0;}
.trusted-section1 .slick-slide{text-align: center;position: relative;}
.trusted-section1 .slick-slide img {padding:20px;  max-height: 100px;  max-width: 100%;    width: auto !important;}
.trusted-section1 .slick-slide::after {  border:2px solid #d9eaf5;  bottom: 0;  box-sizing: border-box;  content: "";  height: 100%;  left: 10px;  position: absolute;  right: 10px;}

.row-fluid .trusted-section1 a.slide-arrow {  bottom: 0;  height: 24px;  margin: auto;  position: absolute;  top: 0;}
.row-fluid .trusted-section1 a.prev-arrow {  left: 0;}
.row-fluid .trusted-section1 a.next-arrow {  right: 0;}
.row-fluid .trusted-section1 > span{padding:0 20px 0;}

.row-fluid .thankyou_section{    padding: 54px 0;    font-weight: 400;text-align:center;}
.row-fluid .thankyou_section .row-fluid .heading_style h1{margin:30px 0 0;}
.row-fluid .thankyou_section .row-fluid .performance-btn{padding:30px 0;}
.row-fluid .thankyou_section .row-fluid .performance-btn a{padding: 18px 50px;width: auto;float: none; display: inline-block;}
.row-fluid .thankyou_section .row-fluid .recent-image {  background-position: center center;  background-repeat: no-repeat;  background-size: cover;  height: 270px;  position: relative;}
.row-fluid .recent-date::before {  background-image: url("https://cdn2.hubspot.net/hubfs/328056/Tempstable_2017/Image/recent-watche.png");  content: "";  display: inline-block;  height: 20px;  margin-right: 10px;  vertical-align: middle;  width: 21px;}
.row-fluid .recent-date {  bottom: -27px;  color: #ffffff;  display: inline-block;  font-size: 16px;  left: 20px;  max-width: 170px;  padding: 11px;  position: absolute;  text-align: center;  width: 100%;}

.row-fluid .recent_news_section{    padding: 54px 0;    font-weight: 400;background:#eff5f7;}
.row-fluid .recent_news_block{margin:40px 0 0;}
.row-fluid .recent_news_section .row-fluid .recent-box {  float: left;  padding: 0 15px;  width: 33.33%;}
.row-fluid .recent_news_section .row-fluid .recent-image {  background-position: center center;  background-repeat: no-repeat;  background-size: cover;  height: 270px; position: relative;}
.row-fluid .recent_news_section .row-fluid .recent-text {  font-size: 14px;  font-weight: 400;  line-height: 22px;  padding: 50px 0 20px;}
.row-fluid .recent_news_section .row-fluid .recent-title {  font-size: 18px;  font-weight: 700;  line-height: 22px;}
.row-fluid .recent_news_section .row-fluid .recent-title a {color:#0072bb;}
.row-fluid .recent_news_section .row-fluid .recent-content {  padding: 10px 0;margin-bottom:20px;}

.link-style {  font-size: 16px;  font-weight: 600;  padding: 10px 20px; text-transform: uppercase;}
.link-style:after{background: url("//cdn2.hubspot.net/hubfs/328056/Tempstable_2017/Image/arrow.png?") no-repeat center center;    content: "";    display: inline-block;    vertical-align: sub; height: 15px;    width: 8px;background-size:100% 100%;;margin:0 0 0 5px;position: relative;    top: -2px;}

.row-fluid .thankyou_section a.rich-btnstyle { float:none; display:inline-block; width:auto; text-align:center; color:#fff; font-size:16px; font-weight:800; text-transform:uppercase; padding:18px 22px; margin-top:20px; background:rgb(48,130,190); background: -moz-linear-gradient(left, rgba(48,130,190,1) 0%, rgba(2,168,145,1) 100%); background: -webkit-linear-gradient(left, rgba(48,130,190,1) 0%,rgba(2,168,145,1) 100%); background: linear-gradient(to right, rgba(48,130,190,1) 0%,rgba(2,168,145,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3082be', endColorstr='#02a891',GradientType=1 ); }
.row-fluid .thankyou_section a.rich-btnstyle:hover { background:rgb(2,168,145); background:-moz-linear-gradient(left, rgba(2,168,145,1) 0%, rgba(48,130,190,1) 100%); background: -webkit-linear-gradient(left, rgba(2,168,145,1) 0%,rgba(48,130,190,1) 100%); background: linear-gradient(to right, rgba(2,168,145,1) 0%,rgba(48,130,190,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a891', endColorstr='#3082be',GradientType=1 ); }

/* start landing page css */
.row-fluid .request-form-part{background: rgb(48,119,180); background: -moz-linear-gradient(top, rgba(48,119,180,1) -1%, rgba(0,169,145,1) 100%); background: -webkit-linear-gradient(top, rgba(48,119,180,1) -1%,rgba(0,169,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(48,119,180,1) -1%,rgba(0,169,145,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3077b4', endColorstr='#00a991',GradientType=0 ); }
.row-fluid .requst-quta-left{ 	background-color: rgb(240,254,254); background-color: -moz-linear-gradient(top, rgba(240,254,254,1) 62%, rgba(220,244,255,1) 100%); background-color: -webkit-linear-gradient(top, rgba(240,254,254,1) 62%,rgba(220,244,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background-color: linear-gradient(to bottom, rgba(240,254,254,1) 62%,rgba(220,244,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0fefe', endColorstr='#dcf4ff',GradientType=0 ); padding-top:72px;  background-repeat: no-repeat;   background-position: bottom;  background-size: 100% auto; }
  

/*.row-fluid .requst-ctabutton { text-align:center;line-height:38px; float:none; width:auto; font-weight: 800; color: rgb(77,78,83); display: inline-block; border: 2px solid #d7f1fe; background: #fff; padding: 19px 46px; font-size: 36px; }*/
.row-fluid .requst-ctabutton { text-align:center;line-height:38px; float:none; width:auto; font-weight: 800; color:#fff; display: inline-block; border: 2px solid #d7f1fe; padding: 19px 46px; font-size: 36px; background-color:#0072bb;}
.row-fluid .requst-detaile{ text-align:center; color:rgb(77,78,83);  line-height:36px; font-size:24px; font-weight:600;  padding-top: 14px;  max-width:782px; float:none; margin:0 auto !important;}
.row-fluid .typical-vaccine-title{ font-size:24px; line-height:28px; color:rgb(77,78,83); font-weight:800;  text-align:center; padding-bottom:25px; }
.row-fluid .Cross-image{ font-size: 17px; color: #3176b5; font-weight: 700;   margin-left: 60px;  position:relative; background: #fff; padding: 15px 0; border: 2px solid #d7f1fe; padding-right:10px;  padding-left: 65px; line-height: 21px; float:none; display:table; max-width:235px; width:235px; }
.row-fluid .Cross-image > div{ display:table-cell;   vertical-align: middle; }
.row-fluid .typical-row > div > .row-fluid{ display:flex; } 
.row-fluid .typical-vaccine{ padding-top:67px;  max-width: 870px; float: none; margin: 0 auto !important; }
.row-fluid .mainLp-two-part{ border-top: 1px solid #9fbfdc; }
.row-fluid .mainLp-two-part .requst-quta-left { text-align:center; }
.row-fluid .backimage-lp{ background-repeat:no-repeat;   background-position: bottom; background-size: 100% auto;  padding-bottom:17.6%;  } 
.row-fluid .Cross-image:before{  position: absolute;  content: "";  height: 91px; width: 91px;  background-image: url(https://cdn2.hubspot.net/hubfs/328056/images/Cross-image.png?t=1512972020091);
    background-size: cover; background-position: center; left: -43px;  top: 50%; bottom: 0; transform: translateY(-50%);}
    
.row-fluid .request-form-part{ margin-left: 15px; width: 49.5%;     padding: 34px 0 38px;}
.row-fluid .requst-quta-left { width: 49.6%; position:relative;  }
.row-fluid .form-cover-lp{ max-width:650px;  margin:0 auto !important; float:none; }
.row-fluid .form-cover-lp .form-title{ font-size:24px; line-height:32px; font-weight:700; text-align:center; color:#fff;  padding-bottom:12px; }  
.row-fluid .mainLp-two-part > div > div{ display:flex; }

/* Landing Page Updates 20-12-2017 */
.row-fluid .typical-raw_wrap { text-align:center; margin-top:22px; }
.row-fluid .typical-raw_wrap > span > div { float:none; display:inline-block; vertical-align:top; width:33.33%; margin:0 -2px; padding:0 10px; }


/*==== start form css ===*/
.row-fluid .request-form-part form input,.row-fluid .request-form-part form select{ color:#fff;  font-size:16px; font-weight:400;     font-family: 'Montserrat', sans-serif;}
.row-fluid .request-form-part form select option{ color:#333; }
.row-fluid .request-form-part form .hs-error-msgs li{ color:#fff;  font-size: 14px; }
.row-fluid .request-form-part .hs-form-required{ display:none; }
.row-fluid .request-form-part form input::-webkit-input-placeholder { color: #fff; opacity:1; }
.row-fluid .request-form-part form input::-moz-placeholder { color: #fff; opacity:1; }
.row-fluid .request-form-part form input:-ms-input-placeholder{ color: #fff; opacity:1; }
.row-fluid .request-form-part form input:-moz-placeholder{ color: #fff; opacity:1; }
.row-fluid .request-form-part form  fieldset.form-columns-2 .field:first-child{     padding: 0 15px 20px 0; }
.row-fluid .request-form-part form fieldset .hs_billing_address ,.row-fluid .request-form-part form fieldset .hs_address{ padding-bottom:20px; }
.row-fluid .request-form-part form fieldset .hs_billing_address .input,.row-fluid .request-form-part form fieldset .hs_address .input{ margin-right:0; }
.row-fluid .request-form-part form  .hs_submit{ text-align:center;  padding:13px 0 18px;}
.row-fluid .request-form-part form  .hs_submit .actions input{  max-width: 210px; font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 800; border: 3px solid #fff; display: inline-block;  height: 56px; }
.row-fluid .request-form-part form  .hs_submit .actions input:hover{ color:#333; }
.row-fluid .request-form-part form  .inputs-list li{font-family: 'Montserrat', sans-serif; font-size: 18px;  font-weight:400; line-height:24px; color:#fff; padding-left:42px; }
.row-fluid .request-form-part form  .inputs-list input[type="checkbox"] + span:before{ top:-6px;  width: 30px; left:-42px; height: 30px; background: transparent; border: 1px solid #fff; }
.row-fluid .request-form-part form .inputs-list input[type="checkbox"]:checked + span:after{ color: #fff; top:-6px;  left: -38px;      line-height: 29px;     font-size: 22px;     line-height: 29px; }
.row-fluid .request-form-part form .hs-error-msgs.inputs-list li{ padding-left:0; line-height:20px; font-size:14px; }
.request-form-part form .hs_subscribe_to_receive_blog_updates{  max-width: 400px; margin: 0 auto;  padding-top: 3px; }
.row-fluid .testimonial-col{ float:none; width:100%; text-align:center;  margin:0 auto; max-width: 859px;}
.row-fluid .testimonial-col .quote-lp{ display: inline-block; font-size: 32px; color: #3176b5; background: #eff5f7; height: 80px; width: 80px; border-radius: 50%; line-height: 80px; }
.row-fluid .testimonial-col .testimonial-text{ padding-top:32px; color: #666666; font-size: 16px; line-height: 26px;  font-weight: 500; display: inline-block;  padding: 30px 0; }
.row-fluid .testimonial-name{ font-size: 18px; line-height: 24px;  font-weight: 700;  color: #00a990;  display: inline-block;  }
.row-fluid .testimonial-slider-row{  padding: 10px 0 60px; }
.row-fluid .testimonial-slider-row ul.slick-dots{ position:inherit;  padding-top: 15px; }
.row-fluid .request-form-part form  select { background-image:url(https://cdn2.hubspot.net/hubfs/328056/images/select-arrow-two.png);background-repeat:no-repeat; background-position:right; -webkit-appearance:none; -moz-appearance:none; appearance:none; }

/* start Features Benefites */
.row-fluid .lp-hero-section{ position:relative; z-index:1;  padding:65px 0;}
/*.row-fluid .lp-hero-section:before{ position:absolute; opacity:0.5; z-index:-1; content:""; top:0; bottom:0; left:0; right:0; background: rgb(0,169,144); background: -moz-linear-gradient(top, rgba(0,169,144,1) 0%, rgba(6,163,148,1) 18%, rgba(39,129,173,1) 73%, rgba(49,118,181,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,169,144,1) 0%,rgba(6,163,148,1) 18%,rgba(39,129,173,1) 73%,rgba(49,118,181,1) 100%); background: linear-gradient(to bottom, rgba(0,169,144,1) 0%,rgba(6,163,148,1) 18%,rgba(39,129,173,1) 73%,rgba(49,118,181,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a990', endColorstr='#3176b5',GradientType=0 ); }*/
.row-fluid .lp-hero-title h1{ line-height:38px; font-size:36px; color:#fff; text-align:center; text-shadow: 0px 1.7px 1px #003c71; }
.row-fluid .lp-hero-subtex{ line-height:30px; font-size:22px; color:#fff; text-align:center; font-weight: 500;  padding-top: 10px; }
.row-fluid .benefits-book-area{ background-color: #eff5f7;  padding: 70px 0 57px;}
.row-fluid .benefits-book-image { text-align:center; }
.row-fluid .benefits-book-cover{ background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(30,87,153,0.01) 1%, rgba(253,254,254,1) 100%); background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(30,87,153,0.01) 1%,rgba(253,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(30,87,153,0.01) 1%,rgba(253,254,254,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#fdfefe',GradientType=0 );  }

.row-fluid .benefits-book-Text .book-title h2{ color:rgb(77,78,83); line-height:36px; font-weight:800; font-size:36px;  }
.row-fluid .benefits-book-Text .Book-sub-text{ color:#888888; font-size:24px; line-height:30px; font-weight:500; position:relative; padding-bottom:30px; }
.row-fluid .benefits-book-Text .book-title { padding-bottom:7px; }
.row-fluid .benefits-book-Text .Book-sub-text:before{ content:""; position:absolute; bottom:0; height:6px; width:31px; background-color:#00a990; }
.row-fluid .benefits-book-Text .row-fluid .book-text{ line-height:24px; font-size:16px; color:#666666; font-weight:500; padding-top:14px;  }
.row-fluid .benefits-book-cta a{ color: #fff; display: inline-block; font-size: 24px; font-weight: 600; background-color: #00a990; width: 100%;  padding: 11px 0; font-weight:500; position:relative; padding-right:40px;  }
.row-fluid .benefits-book-cta a:after{ position:absolute;  content:""; background-image:url(https://cdn2.hubspot.net/hubfs/328056/search.png); height:28px; background-size:100%; width:28px; background-repeat:no-repeat; margin-left:12px;  }
.row-fluid .benefits-book-cta{ padding-top:10px; }

.row-fluid .two-cta-button{ background-color: #eff5f7;   } 
.row-fluid .two-of-one a{ font-size:17.2px; font-weight:800; line-height:22px;  color:#fff; display:inline-block; width:100%; padding:19px 30px;
    background: rgb(51,127,193); background: -moz-linear-gradient(left, rgba(51,127,193,1) 0%, rgba(0,169,144,1) 100%); background: -webkit-linear-gradient(left, rgba(51,127,193,1) 0%,rgba(0,169,144,1) 100%);
background: linear-gradient(to right, rgba(51,127,193,1) 0%,rgba(0,169,144,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337fc1', endColorstr='#00a990',GradientType=1 ); }

.row-fluid .two-of-image{width: 7.6%; margin: 0; text-align: center; margin: 0 7px;  margin-left: 30px;  margin-right: 21px;} 
.row-fluid .two-of-one{     width: 44%;  text-align: center; margin: 0;  padding:14.5px 0; }
.row-fluid .two-cta-button{ padding:36px 0 39px; }    
.row-fluid .factor-boxes-Title h2{ color:rgb(77,78,83); font-size:36px; line-height:40px; font-weight:800;   text-align:center; }
  
.row-fluid .factor-boxes-Title{ width: 800px;  padding: 0 15px; margin: 0 auto !important; float: none; }    
.row-fluid .gradient-back{ position:relative; background: rgb(51,127,193); background: -moz-linear-gradient(top, rgba(51,127,193,1) 0%, rgba(0,169,144,1) 100%); background: -webkit-linear-gradient(top, rgba(51,127,193,1) 0%,rgba(0,169,144,1) 100%);
background: linear-gradient(to bottom, rgba(51,127,193,1) 0%,rgba(0,169,144,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337fc1', endColorstr='#00a990',GradientType=0 ); }
.row-fluid .Key-Benefits-box .title h3{ color:#fff; font-size:24px; line-height:30px; }
.row-fluid .Key-Benefits-box{ text-align:center; padding:66px 24px;  width:100%;}
.row-fluid .Key-Benefits-box > div{ display:table; height:100%; } 
.row-fluid .Key-Benefits-box > div > div{ display:table-cell; vertical-align:middle; }
.benifite-hover-slider a.box-column:last-child{ margin-right:0; }
.benifite-hover-slider a.box-column { float: left; width: 31.62%; margin-right: 30px; position:relative; }
.benifite-hover-slider a.box-column.current:before{ transition:0.7s;  opacity:1;  }
a.box-column.current  .gradient-back{ background:#3176b5; }
.benifite-hover-slider a.box-column:before{  content:""; opacity:0; position:absolute; left:0; bottom:-33px; right:0; height:21px; margin:0 auto; width:36px; background-image:url('https://cdn2.hubspot.net/hubfs/328056/doun-arrow.png'); background-repeat:no-repeat; background-size:100%; }
a.box-column.current  .gradient-back:before{  content:""; position:absolute; left:0; bottom:0px; right:0; height:100%; width:100%; border:10px solid #6598c8; transition:0.6s; }

.benifite-hover-slider .slide-content-style .title h3{ line-height:24px; font-size:24px; color:#3176b5; font-weight:700; }
.benifite-hover-slider .slide-content-style .content{ font-size:16px; line-height:24px; color:#3176b5; font-weight:500; padding-top:30px;  }
.benifite-hover-slider{  padding-top: 49px; }
.row-fluid .factor-boxes-section{ padding:57px 0 40px; }
.row-fluid .Benefits-one-Content{padding: 42px 97px; border: 3px solid #3176b5;  margin-bottom:32px;   border-top: 12px solid #3176b5; }
.row-fluid .cover-slide-benefits { padding-bottom:32px; }
.row-fluid .Benefits-one-Content{ display:none; }

.row-fluid .features-leftright-section2 .slide-content-style{ margin-top:32px; margin-bottom:0px;  }
.row-fluid .slide-content-style{ position:relative;  }
.benifite-hover-slider a.next-slide { position: absolute;  top: 50%; right: 32px; transform: translateY(-50%);  z-index:2; cursor:pointer; }
.benifite-hover-slider a.preve-slide { position: absolute; top: 50%; cursor:pointer; left: 32px; transform: translateY(-50%);  z-index:2; }
#box1  a.preve-slide { pointer-events:none; display:none; }
#box6  a.next-slide { pointer-events:none; display:none; }
.row-fluid .benefits-book-cta a:hover{ transition:0.2s; background:#3176b5;  }


/* ==== start faq page css ==== */
.row-fluid .lp-hero-section.faq{ padding:70px 0 25px; }
.row-fluid .lp-hero-section.faq .row-fluid .lp-hero-subtex{ padding-top:15px; }
.row-fluid .faq-temparmoure{ background-color:#eff5f7; padding-top: 73px; /* padding-bottom: 71px;*/ }
.row-fluid .faq-temparmoure-title{  text-align:center;  padding-top:65px; }  
.row-fluid .faq-temparmoure-title h2{ color: rgb(77,78,83); line-height: 36px; font-weight: 800;  font-size: 36px; }
.row-fluid .faq-temparmoure-detaile{ line-height: 30px; font-size: 16px; color: #666666; font-weight: 500;  padding-top: 14px; text-align:center;  padding:0 62px;}
.row-fluid .question-navigation ul#filters{ padding:0; margin:0; list-style:none; }
.row-fluid .question-navigation ul#filters li{ display:inline-block; padding:0 19px;  border-right: 1px double #e9e9e9; border-left: 1px solid #e9e9e9;  margin-left: -2px; }
.row-fluid .question-navigation{ text-align:center; padding:30px 0px 30px; }
.row-fluid .question-navigation ul#filters li a{ font-size:16px; line-height:26px; color:rgb(77,78,83); font-weight:500; }

.row-fluid .have-question-area{  margin-bottom:8px; }
.row-fluid .have-question-right{ background: rgb(0,169,144); background: -moz-linear-gradient(top, rgba(0,169,144,1) 0%, rgba(49,118,181,1) 100%); background: -webkit-linear-gradient(top, rgba(0,169,144,1) 0%,rgba(49,118,181,1) 100%);
background: linear-gradient(to bottom, rgba(0,169,144,1) 0%,rgba(49,118,181,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a990', endColorstr='#3176b5',GradientType=0 ); }
.row-fluid .have-question-left{ width:100%; }
.row-fluid .have-question-right{ width: 49.4%;margin-left: 7.5px;padding: 46px 0 58px; }
.have-question-area a.full-section-link0{ width: 49.4%; float: left; margin-right: 7.5px; z-index:1; position:relative; text-align:center; }
.have-question-area a.full-section-link0:before{ position:absolute; opacity:.5; z-index:-1; content:""; top:0; bottom:0; left:0; right:0; background: rgb(0,169,144); background: -moz-linear-gradient(top, rgba(0,169,144,1) 0%, rgba(49,118,181,1) 100%); background: -webkit-linear-gradient(top, rgba(0,169,144,1) 0%,rgba(49,118,181,1) 100%);
background: linear-gradient(to bottom, rgba(0,169,144,1) 0%,rgba(49,118,181,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a990', endColorstr='#3176b5',GradientType=0 ); }
.row-fluid .question-navigation ul#filters li:first-child{ border-left:0; }
.row-fluid .question-navigation ul#filters li:last-child{ border-right:0; }

.row-fluid .have-question-area > div > div{ display:flex; }

.row-fluid .question-section{ padding:40px 0 72px; }
.question-section-filter .resource-box{ width:50%; padding:15px;  padding-top:31px; }
.question-section-filter .resource-box .faq-question{ float:left; width:100%; font-size: 16px; line-height: 24px; color: rgb(77,78,83); font-weight: 700; }
.question-section-filter .resource-box .faq-answer{ float:left; width:100%;  display:none;}
#container .hs_cos_wrapper:nth-child(2n) .resource-box{ padding-right:0; }
.question-section-filter .resource-box-cover{ float:left; width:100%; background-color:#f5fafd; border:1px solid #c4e6e9; position:relative;  }
.question-section-filter .resource-box-cover:hover {background-color: #3176b5;color:#fff;}
.question-section-filter .resource-box-cover .colio-link .faq-question{ padding:23px 20px; padding-bottom:33px;  position: relative; top: 50%;  transform: translateY(-50%); }
.question-section-filter #container{ margin-left: -15px; margin-right: -15px }
.colio-content { float: left; width: 100%;  display: none; overflow: hidden;  padding:0 15px; }
.colio-content .faq-answer{ float: left; width: 100%;  padding: 18px 28px;  background-color: #3176b5; color: #fff; font-weight: 400;  margin-top:21px; position:relative; }
.colio-content .faq-answer a {color:#fff;text-decoration:underline;}
.colio-content .faq-answer a:hover {color:#00a990;}
.colio-close{ display:none !important; }
.colio-active-item  .resource-box-cover .faq-question{ color:#fff; font-weight:600;  }
.question-section-filter .resource-box .faq-question:hover, .question-section-filter .resource-box .faq-question a:hover, .question-section-filter .resource-box:hover {color:#fff;}
.colio-active-item  .resource-box-cover:before{ content:"\f107"; transition:0.4s;  line-height:37px; }
.resource-box-cover:before{ content:"\f106"; position:absolute; left:0; right:0; bottom:-18px; transition:0.4s;  margin:0 auto; font-size:30px; line-height:30px; height:38px; width:38px; font-family:'fontawesome';   border:2px solid #fff; text-align:center; border-radius:100%; color:#fff; background: rgb(53,122,182);
background: -moz-linear-gradient(top, rgba(53,122,182,1) 0%, rgba(4,165,147,1) 100%);
background: -webkit-linear-gradient(top, rgba(53,122,182,1) 0%,rgba(4,165,147,1) 100%);
background: linear-gradient(to bottom, rgba(53,122,182,1) 0%,rgba(4,165,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#357ab6', endColorstr='#04a593',GradientType=0 );}

.row-fluid .colio-active-item .resource-box-cover{ background-color:#3176b5; }


/*.row-fluid .colio-active-item{  }*/


.row-fluid .have-question-title h2{ font-size:36px; line-height:40px; color:#fff; font-weight:700; text-shadow: 0px 1.7px 1px #003c71; }
.row-fluid .have-question-left{ display:table;  height:100%; width:100%; padding:30px 0;}
.row-fluid .have-question-left > div{  display:table-cell; vertical-align:middle; }
.row-fluid .have-question-right .have-question-title h3{ color:#fff; font-weight:700; font-size:30px; line-height:34px; text-shadow: 0px 1.7px 1px #003c71; padding-bottom:40px; }
.row-fluid .have-question-right .have-question-title{ text-align:center; }

.row-fluid .have-question-form form{ margin:0 auto !important; max-width:518px; }
.row-fluid .have-question-form form .hs-form-required{ display:none; }
.row-fluid .have-question-form form fieldset.form-columns-2 .field:first-child{ padding:0 10px 20px 0; }
.row-fluid .have-question-form form fieldset.form-columns-2 .field{ padding:0 0 10px 10px; }
.row-fluid .have-question-form form .input input,.row-fluid .have-question-form form .input textarea{  font-family: 'Montserrat', sans-serif; font-weight:400; line-height:24px; font-size:16px; color:#fff; }

.row-fluid .have-question-form form input::-webkit-input-placeholder,.have-question-form  textarea::-webkit-input-placeholder { color: #fff; opacity:1; font-size:16px; }
.row-fluid .have-question-form form input::-moz-placeholder,.have-question-form  textarea::-moz-placeholder { color: #fff; opacity:1; font-size:16px; }
.row-fluid .have-question-form form input:-ms-input-placeholder,.have-question-form  textarea:-ms-input-placeholder { color: #fff; opacity:1; font-size:16px; }
.row-fluid .have-question-form form input:-moz-placeholder,.have-question-form  textarea:-moz-placeholder { color: #fff; opacity:1; font-size:16px; }

.row-fluid .have-question-form form .hs_submit input.hs-button{ width: 250px; height: 65px; border: 3px solid #fff; font-size: 18px; font-weight: 700; max-width: 250px; margin-top: 10px; }
.row-fluid .have-question-form form .hs_submit{ text-align:center; }

.have-question-title .row-fluid .title-two{ padding-top:24px; }
.have-question-title .row-fluid .title-two h2{ text-shadow:inherit;  }
.row-fluid .have-question-form form .input textarea{ width:100% !important; overflow:hidden; resize:none; padding-left:15px; }
.row-fluid .have-question-form .hs_message .input { margin-right:0; }
.row-fluid .lp-hero-section.cost{ padding: 70px 0; }

/* start cost saving page */
.row-fluid .see-cost-saving{ background-color:#eff5f7;  background-size:auto; padding: 36px 0 28px;  margin-bottom:16px; }
.row-fluid .cost-two-ctabutton .row-fluid a.cta_button { border: 3px solid #3176b5; color: #3176b5;  font-weight: 800; line-height: 22px; font-size: 18px; padding: 16px 8px;  display: inline-block; width: 420px; text-align: center; max-width: 420px;  text-transform: uppercase;  }
.row-fluid .cost-two-ctabutton .row-fluid a.cta_button:hover{ background-color:#3176b5;  color:#fff;}
.row-fluid .cost-two-ctabutton .cta-padding{ padding-bottom:14px; }
.row-fluid .cost-two-ctaleft-text .title h3{ font-size:35px; line-height:35px; color:#3176b5; font-weight:700;  }
.row-fluid .cost-two-ctaleft-text .row-fluid .detaile{ color:#00a990; font-size:25px; line-height:35px; font-weight:500; padding-top:4px;  }
.row-fluid .cost-saving-cover{ max-width: 852px; float: right;  width: 852px; } 
.row-fluid .cost-saving-cover.left-side{float:left;} 

.row-fluid .mony-box{ text-align:center; position:relative; background: rgb(51,127,193); background: -moz-linear-gradient(top, rgba(51,127,193,1) 0%, rgba(0,169,144,1) 100%); background: -webkit-linear-gradient(top, rgba(51,127,193,1) 0%,rgba(0,169,144,1) 100%);
background: linear-gradient(to bottom, rgba(51,127,193,1) 0%,rgba(0,169,144,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337fc1', endColorstr='#00a990',GradientType=0 ); }
.row-fluid .mony-box .right-image{ padding:18px 0; padding-bottom:16px; }
.row-fluid .mony-box .box-title{ font-weight:700; line-height:30px; font-size:22px; color:#fff;  text-transform:uppercase; padding:0 28px; padding-bottom:38px; } 
 
.row-fluid .money-boxes a.mony-column{ margin-right: 30.1px; width: 23.07%; float:left; position:relative; }
.row-fluid .money-boxes a.mony-column .mony-box:before{ content: "\f106"; font-family: 'fontawesome'; position: absolute; font-size: 34px; z-index: 2; bottom: -25px;  right: 0;  left: 0; margin: 0 auto; height: 50px;  width: 50px;  background-color: #B7B7B9; color: #fff; border-radius: 100%;  text-align: center;  font-weight: 200;  line-height: 42px; transition:0.4s;  border: 2px solid #fff;    box-shadow: 0px 5px 17px -1px #b7b7b7; }
.row-fluid .money-boxes a.mony-column.current .mony-box{ background:#3176b5;  } 
.row-fluid .money-boxes a.mony-column.current .mony-box:before{  background-color: #00a990; content: "\f107"; transition:0.4s; line-height: 46px; font-family: 'fontawesome'; }
.row-fluid .money-boxes a.mony-column.current .mony-box:after{ content:"";  border: 10px solid #6598c8; position: absolute; z-index: 1; top: 0; transition:0.4s; bottom: 0;  left: 0; right: 0; }
.row-fluid .money-boxes a.mony-column:last-child{ margin-right:0; }
.row-fluid .mony-box{ width:100%; }
.row-fluid .mony-box-content{ border: 3px solid #00a990; padding: 23px 0; color: #666666;  font-weight: 500; padding-right: 20px;  padding-left: 58px; position:relative; margin-top:34px;  }
.row-fluid .mony-box-content{ display:none; }
.cost-page .row-fluid .testimonial-slider-row{ padding-top:5px; }
.row-fluid .mony-box-content:before{    content: ""; position: absolute; background-image: url(https://cdn2.hubspot.net/hubfs/328056/left-border-big.png?t=1513163946473);  background-repeat: no-repeat; top: 3px;  bottom: 3px;   left: 3px; width: 39px;  background-size: 100% 100%; }
.row-fluid .save-mony-main-title{ text-align:center;  }
.row-fluid .save-mony-main-title h2{ line-height:36px; font-size:36px; color:rgb(77,78,83); font-weight:800;}
.row-fluid .money-boxes { padding-top:59px; }   
.row-fluid .mony-save-box{ padding-top: 65px; }
.row-fluid .immediately-section{ background-color:#eff5f7; }    

.row-fluid .immediately-title{ text-align:center; padding-bottom:23px; }
.row-fluid .immediately-title h2{ line-height:40px; font-size:36px; color:rgb(77,78,83); font-weight:700; }
.row-fluid .immediately-detaile{ font-weight:500; text-align:center; padding-bottom:40px; }
.row-fluid .immediately-dollar-title h2{ font-size:29px; line-height:36px; color:#3176b5; font-weight:800; }
.row-fluid .immediately-dollar-title { text-align:center; border-top:1px solid #7da7d9;  padding:24px 95px 28px; position:relative;   margin-left: -20px; }  
.row-fluid .immediately-Title-box h4{ color: rgb(77,78,83); font-weight: 800; line-height: 27px;  font-size: 24px }
.row-fluid .immediately-Title-box.line-height h4{line-height:36px;  }

.row-fluid .immediately-Title-box{ width: 200px; max-width: 200px; float: none; display: inline-block; vertical-align: middle; }
.row-fluid .cos-box-row{ float: none; display: inline-block; vertical-align: middle; width:82.49%; margin-left:0;  }
.row-fluid .cos-box{ background-color: #3176b5; max-width: 160px; width:160px; text-align: center; color: #fff; height: 115px; padding: 0 8px; font-weight: 500; line-height: 19px; margin-left:0; }
.row-fluid .cos-box > div{  display: table; height: 100%; width:100%; }
.row-fluid .cos-box > div > span{ display: table-cell;  vertical-align: middle;  }
.row-fluid .cos-b6{ background-color:#90b5d6; }
.row-fluid .cos-b5{ background-color:#7da9cf; }
.row-fluid .cos-b4{ background-color:#6a9cc9; }
.row-fluid .cos-b3{ background-color:#578fc2; }
.row-fluid .cos-b2{ background-color:#4482bb; }
.row-fluid .immediatelybox1 { padding-bottom:20px; }
.row-fluid .immediately-section{ padding:68px 0 80px; }
.row-fluid .immediately-dollar-title:before{ content:"$$$"; position:absolute; left:0; font-weight:800; color:#00a990; font-size:34px; line-height:34px; top: 50%; transform: translateY(-45%); letter-spacing:9px; }
.row-fluid .immediately-dollar-title:after{ content:"$$$"; position:absolute; right:0; font-weight:800; color:#00a990; font-size:34px; line-height:34px; top: 50%; transform: translateY(-45%); letter-spacing: 9px;}    
.row-fluid .immediately-cover-section{ padding-top: 45px; border-top: 1px solid #7da7d9; position:relative; }
.row-fluid .immediately-cover-section:before{content: ""; height: 20px; left: 0; position: absolute; width: 50px; top: 0; z-index: 1; border-left:1px solid #7da7d9;  }
.row-fluid .immediately-cover-section:after{ content: ""; height: 20px; right: 0; position: absolute; width: 50px; top: 0; z-index: 1;  border-right:1px solid #7da7d9;  }
.row-fluid .cos-box-row > div > div > div:fisrt-child{ margin-left:0.1px;}
.row-fluid .question-navigation ul#filters li a.selected{ font-weight:600; color:#3176b5; transition:auto; } 

.row-fluid .filters a{ display:inline-block;  font-size:16px; margin-left:-2px; line-height:26px; font-weight:500; text-transform:uppercase; color:#2a2a2a; border-right:1px solid #e9e9e9; padding:0 20px; border-left:1px solid #e9e9e9;  }
.row-fluid .filters a:last-child{ border-right:none; padding-right:0; }
.row-fluid .filters a:first-child{ border-left:none; padding-left:0; }
.row-fluid .filters a.filter-active{ font-weight:600; color:#3176b5; }
.select-label0{  display:none; }

/* ===  start new box ==== */
.benifite-hover-slider > span .hs_cos_wrapper{  float: left; width: 31.62%;  margin-right: 30px; position: relative; margin-bottom:30px; }
.benifite-hover-slider > span .hs_cos_wrapper:nth-child(3n){ margin-right:0; }
.row-fluid .Benefits-key-Title{ float:left; width:100%;  transition: 0.4s; position: relative; background: rgb(51,127,193);  background: -moz-linear-gradient(top, rgba(51,127,193,1) 0%, rgba(0,169,144,1) 100%); background: -webkit-linear-gradient(top, rgba(51,127,193,1) 0%,rgba(0,169,144,1) 100%);  background: linear-gradient(to bottom, rgba(51,127,193,1) 0%,rgba(0,169,144,1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337fc1', endColorstr='#00a990',GradientType=0 ); }
.row-fluid .Benefits-key-Title:hover{ transition: 0.4s;  background: rgb(2,168,145); background: -moz-linear-gradient(top, rgba(2,168,145,1) 0%, rgba(49,118,181,1) 100%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(top, rgba(2,168,145,1) 0%,rgba(49,118,181,1) 100%,rgba(125,185,232,1) 100%);   background: linear-gradient(to bottom, rgba(2,168,145,1) 0%,rgba(49,118,181,1) 100%,rgba(125,185,232,1) 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a891', endColorstr='#7db9e8',GradientType=0 ); }
.row-fluid .Benefits-key-Text,a.box-semcolumn,.Benefits-key-col{ float:left; width:100%; } 
.row-fluid .Benefits-key-Title{  text-align: center;  padding: 66px 24px;   width: 100%; }
.row-fluid .Benefits-key-Title h3{ color: #fff; font-size: 24px; line-height: 30px; }
.row-fluid .industry-potraitinfo { cursor:pointer; }
.row-fluid .industry-contentinfo{ display:none; padding: 42px 97px; border: 3px solid #3176b5; margin-bottom: 32px;  border-top: 12px solid #3176b5; }
.row-fluid .industry-potraitinfo{ position:relative; }
.row-fluid .industry-potraitinfo:before { content: ""; opacity: 0;  position: absolute; left: 0;  bottom: -33px;  right: 0; height: 21px;  margin: 0 auto;  width: 36px;  background-image: url(https://cdn2.hubspot.net/hubfs/328056/doun-arrow.png?t=1513241218045);
    background-repeat: no-repeat;   background-size: 100%; }
.row-fluid .industry-potraitinfo.active:before{ opacity:1; transition:0.7s; }
.row-fluid .industry-contentinfo{ font-size: 16px; line-height: 24px;  color: #3176b5; font-weight: 500; padding-top: 30px; } 
.row-fluid .industry-contentinfo h3{ line-height: 24px; font-size: 24px; color: #3176b5; font-weight: 700; padding-bottom:18px;} 
.row-fluid .industry-potraitinfo.active{  background: #3176b5; }
.row-fluid .industry-potraitinfo.active:after { content: ""; position: absolute; left: 0;  bottom: 0px; right: 0; height: 100%;  width: 100%;  border: 10px solid #6598c8;  transition: 0.6s; }
.row-fluid .cost-box-title,.row-fluid .cost-box-detail{ float:left; width:100%; }    
.row-fluid .cost-box-title { text-align: center; transition:0.4s; position: relative; background: rgb(51,127,193);  background: -moz-linear-gradient(top, rgba(51,127,193,1) 0%, rgba(0,169,144,1) 100%); background: -webkit-linear-gradient(top, rgba(51,127,193,1) 0%,rgba(0,169,144,1) 100%);    background: linear-gradient(to bottom, rgba(51,127,193,1) 0%,rgba(0,169,144,1) 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337fc1', endColorstr='#00a990',GradientType=0 ); }
.row-fluid .cost-box-title:hover{transition:0.4s;  background: rgb(2,168,145); background: -moz-linear-gradient(top, rgba(2,168,145,1) 0%, rgba(49,118,181,1) 100%, rgba(125,185,232,1) 100%);
background: -webkit-linear-gradient(top, rgba(2,168,145,1) 0%,rgba(49,118,181,1) 100%,rgba(125,185,232,1) 100%); background: linear-gradient(to bottom, rgba(2,168,145,1) 0%,rgba(49,118,181,1) 100%,rgba(125,185,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a891', endColorstr='#7db9e8',GradientType=0 ); }

.row-fluid .money-boxes > span .hs_cos_wrapper{ margin-right: 30.1px; width: 23.07%; float: left;  position: relative; margin-bottom: 30.1px; }     
.row-fluid .money-boxes > span .hs_cos_wrapper:nth-child(4n){ margin-right:0;  }
.row-fluid .money-boxes .right-box-image{ padding: 18px 0;  padding-bottom: 16px; float:left; width:100%; }
.row-fluid .money-boxes .right-box-text{ float:left; width:100%;  font-weight: 700; line-height: 30px;  font-size: 22px; color: #fff;  text-transform: uppercase;  padding: 0 28px; padding-bottom: 38px; } 
.row-fluid .cost-box-title{ cursor:pointer; }    
.row-fluid .industry-potraitinfo1{ position:relative; }
.row-fluid .industry-potraitinfo1:before{ content: "\f106";font-family: 'fontawesome'; position: absolute; font-size: 34px; z-index: 2; bottom: -25px; right: 0; left: 0;  margin: 0 auto; height: 50px; width: 50px; background-color: #B7B7B9; color: #fff;  border-radius: 100%;  text-align: center; font-weight: 200; line-height: 42px; transition: 0.4s;  border: 2px solid #fff; box-shadow: 0px 5px 17px -1px #b7b7b7; }
.row-fluid .industry-potraitinfo1.active1:before{background-color: #00a990; content: "\f107"; transition: 0.4s; line-height: 46px; font-family: 'fontawesome';}
.row-fluid .industry-contentinfo1{ display:none; margin-top:5px; margin-bottom:0px; }
.row-fluid .industry-potraitinfo1.active1:after{ content: "";  border: 10px solid #6598c8; position: absolute; z-index: 1; top: 0; transition: 0.4s; bottom: 0; left: 0; right: 0;}
.row-fluid .industry-potraitinfo1.active1{  background: #3176b5; }
.cost-page .have-question-area a.full-section-link0:before{ opacity:.5; }
.cost-page .have-question-title .row-fluid .title-two h2{ text-shadow: 0px 1.7px 1px #003c71;  } 
/*#popup0 .preve-slide{ display:none; }*/
.have-question-form .hs-error-msgs li{ color:#fff; }
.row-fluid .cost-saving-center-box,.row-fluid .mony-center-title{ position: relative; top: 50%; transform: translateY(-50%); display: inline-block;  width: 100%;  }
.cost-page .have-question-title .row-fluid .title-two{ padding-top:12px;  }
.row-fluid .height-resoureces{ float:left; width:100%; }
 
/* Default Template Page Css */ 
.row-fluid .default-herobg { background:rgb(0,169,144); background:-moz-linear-gradient(top, rgba(0,169,144,1) 0%, rgba(7,162,149,1) 20%, rgba(38,130,173,1) 72%, rgba(49,118,181,1) 100%); background:-webkit-linear-gradient(top, rgba(0,169,144,1) 0%,rgba(7,162,149,1) 20%,rgba(38,130,173,1) 72%,rgba(49,118,181,1) 100%); background:linear-gradient(to bottom, rgba(0,169,144,1) 0%,rgba(7,162,149,1) 20%,rgba(38,130,173,1) 72%,rgba(49,118,181,1) 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a990', endColorstr='#3176b5',GradientType=0 ); }
.row-fluid .default-tempsec .immediately-title h2 { text-align:left; }
.row-fluid .default-tempsec a { color:#0071bb; }
.row-fluid .default-tempsec a:hover { color:#00a990; }
.row-fluid .default-tempsec .immediately-detaile { text-align:left; }
.row-fluid .default-tempsec .immediately-detaile hr {border: none;  outline: none;   float: left;    width: 100%;    height: 1px;    background: #000;    clear: both;    margin: 30px 0; }
.row-fluid .default-richtext { padding-bottom:0; }
.row-fluid .default-richtext h4 { font-size:22px; line-height:26px; color:rgb(77,78,83); font-weight:700; margin:10px 0; width:auto; display:inline-block; border-bottom:1px solid rgb(77,78,83); }

.row-fluid .landing-twocolsec .requst-detaile { text-align:left; }
.row-fluid .landing-twocolsec .request-form-part form > fieldset > div > label { font-weight:500; }
.row-fluid .landing-twocolsec .hs-form .hs-form-field { padding:0 0 15px; }

.row-fluid .default-tempsec a.demo-btn { float:left; font-size:14px; line-height:18px; padding:18px 10px; color:#fff; text-transform:uppercase; font-weight:700; background:rgb(48,130,190); background: -moz-linear-gradient(left, rgba(48,130,190,1) 0%, rgba(2,168,145,1) 100%); background: -webkit-linear-gradient(left, rgba(48,130,190,1) 0%,rgba(2,168,145,1) 100%); background: linear-gradient(to right, rgba(48,130,190,1) 0%,rgba(2,168,145,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3082be', endColorstr='#02a891',GradientType=1 ); margin-right:15px; width:180px; max-width:100%; text-align:center; margin-top:15px; }
.row-fluid .default-tempsec a.demo-btn:hover { background:rgb(2,168,145); background:-moz-linear-gradient(left, rgba(2,168,145,1) 0%, rgba(48,130,190,1) 100%); background:-webkit-linear-gradient(left, rgba(2,168,145,1) 0%,rgba(48,130,190,1) 100%); background: linear-gradient(to right, rgba(2,168,145,1) 0%,rgba(48,130,190,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a891', endColorstr='#3082be',GradientType=1 ); }

.row-fluid .advantage-tablesec { padding:50px 0; background:#eff5f7; }
.row-fluid .advantage-tablesec .table-text { border:1px solid #000; float:left; width:100%; }  
.row-fluid .advantage-tablesec .table-text ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; } 
.row-fluid .advantage-tablesec .table-text ul li { color:#000; font-weight:500; font-size:14px; line-height:18px; padding:0 10px; float:left; width:50%; border-right:1px solid #000; border-bottom:1px solid #000; }
.row-fluid .advantage-tablesec .table-text h5 { font-size:14px; line-height:20px; font-weight:700; text-transform:uppercase; color:#000; padding:0 10px; background:#ccc; border-bottom:1px solid #000; border-right:1px solid #000; }
.row-fluid .advantage-tablesec .table-text h6 { font-size:14px; line-height:20px; font-weight:700; text-transform:uppercase; color:#000; padding:0 10px; background:#efefef; border-bottom:1px solid #000; border-right:1px solid #000; }
.row-fluid .advantage-tablesec .table-text ul li.blank-raw { min-height:20px; }
.row-fluid .advantage-tablesec .table-text ul li.full-raw { width:100%; }
.row-fluid .advantage-tablesec .table-text ul li a { text-decoration:underline; }
.row-fluid .advantage-tablesec .table-text ul li a:hover { color:#00a990; }

.row-fluid .advantage-tablesec .table-text1 { border:1px solid #ccc; float:left; width:100%; }
.row-fluid .advantage-tablesec .table-text1 h6 { font-size:14px; line-height:20px; font-weight:500; text-transform:uppercase; color:#000; padding:0 5px; background:transparent; border:0; }
.row-fluid .advantage-tablesec .table-text1 ul li { border-bottom:1px solid #ccc; border-right:0; position:relative; padding:0 10px 0 15px; float:left; width:100%; line-height:24px; }
.row-fluid .advantage-tablesec .table-text1 ul li:before { position:absolute; content:""; height:3px; width:3px; border-radius:100%; background:#000; left:6px; top:25px; }
.row-fluid .advantage-tablesec .table-text1 ul li:last-child { border:0; }
.row-fluid .advantage-tablesec .table-text1 ul li.blank-raw { height:45px; }
.row-fluid .advantage-tablesec .table-text1 ul li.blank-raw:before { display:none; }
.row-fluid .advantage-tablesec .table-text3, .row-fluid .advantage-tablesec .table-text4, .row-fluid .advantage-tablesec .table-text5, .row-fluid .advantage-tablesec .table-text6 { border-top:0; border-bottom:0; border-right:0; }
.row-fluid .advantage-tablesec .table-text2 { border-bottom:0; border-right:0; }

/* Blog Page */
.row-fluid .blog-mainsec .post-item a {color: #00a990;}
.row-fluid .blog-mainsec { padding:20px 0; }
.row-fluid .blog-mainsec .post-item { float:left; width:100%; padding:0 0 30px; margin-bottom:30px; border-bottom:1px solid #ccc; }
.row-fluid .blog-mainsec .post-item:last-child { padding-bottom:0; margin-bottom:0; border:0; }
.row-fluid .blog-mainsec .blog-postimg { height:35vh; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; transition:all ease .8s; }

.row-fluid .blog-mainsec .hubspot-editable { float:left; width:100%; }
.row-fluid .blog-mainsec .hubspot-editable a { color:#00a990; }
.row-fluid .blog-mainsec .hubspot-editable a:hover { color:#0071bb; }
.row-fluid .blog-mainsec .post-item .post-title h2 { margin-bottom:10px; }
.row-fluid .blog-mainsec .post-item .post-title h2, .row-fluid .blog-mainsec .post-item .post-title h2 a { font-size:18px; line-height:24px; color:#00a990; font-weight:700; padding:0; }
.row-fluid .blog-mainsec .post-item .post-title h2:hover, .row-fluid .blog-mainsec .post-item .post-title h2 a:hover { color:#0071bb; }
/*.row-fluid .blog-mainsec .post-item .post-contentwrap { background:#f5f5f5; }*/
.row-fluid .blog-mainsec .post-item .post-contentinner { padding:0 0 25px; font-weight:500; }

.row-fluid .blog-mainsec .blog-postimgwrap { position:relative; overflow:hidden; transition:all ease .8s; }
.row-fluid .blog-mainsec .blog-postimgwrap:hover .blog-postimg { transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transition:all ease .8s; }
.row-fluid .blog-mainsec .readmore-btn { margin-top:10px; }
.row-fluid .blog-mainsec .readmore-btn a { float:left; font-size:14px; line-height:18px; padding:10px 15px; color:#fff; text-transform:uppercase; font-weight:700; background:rgb(48,130,190); background: -moz-linear-gradient(left, rgba(48,130,190,1) 0%, rgba(2,168,145,1) 100%); background: -webkit-linear-gradient(left, rgba(48,130,190,1) 0%,rgba(2,168,145,1) 100%); background: linear-gradient(to right, rgba(48,130,190,1) 0%,rgba(2,168,145,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3082be', endColorstr='#02a891',GradientType=1 ); }
.row-fluid .blog-mainsec .readmore-btn a:hover { background:rgb(2,168,145); background:-moz-linear-gradient(left, rgba(2,168,145,1) 0%, rgba(48,130,190,1) 100%); background:-webkit-linear-gradient(left, rgba(2,168,145,1) 0%,rgba(48,130,190,1) 100%); background: linear-gradient(to right, rgba(2,168,145,1) 0%,rgba(48,130,190,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a891', endColorstr='#3082be',GradientType=1 ); }

.row-fluid .blog-mainsec .blog-pagination { text-align:center; margin-top:30px; }
.row-fluid .blog-mainsec .blog-pagination a { float:none; display:inline-block; font-size:14px; line-height:18px; padding:10px 15px; margin:0 5px; color:#fff; text-transform:uppercase; font-weight:700; background:rgb(48,130,190); background: -moz-linear-gradient(left, rgba(48,130,190,1) 0%, rgba(2,168,145,1) 100%); background: -webkit-linear-gradient(left, rgba(48,130,190,1) 0%,rgba(2,168,145,1) 100%); background: linear-gradient(to right, rgba(48,130,190,1) 0%,rgba(2,168,145,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3082be', endColorstr='#02a891',GradientType=1 ); } 
.row-fluid .blog-mainsec .blog-pagination a:hover { background:rgb(2,168,145); background:-moz-linear-gradient(left, rgba(2,168,145,1) 0%, rgba(48,130,190,1) 100%); background:-webkit-linear-gradient(left, rgba(2,168,145,1) 0%,rgba(48,130,190,1) 100%); background: linear-gradient(to right, rgba(2,168,145,1) 0%,rgba(48,130,190,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a891', endColorstr='#3082be',GradientType=1 ); }

.row-fluid .blog-mainsec .custom_listing_comments { border:1px solid #e2e2e2; padding:15px; margin:30px 0 0; }
.row-fluid .blog-mainsec .custom_listing_comments a { color:#00a990; }
.row-fluid .blog-mainsec .custom_listing_comments a:hover { color:#0071bb; }

.row-fluid .blog-rightbox h3 { font-size:20px; line-height:24px; color:#fff; font-weight:700; background:#0072bb; padding:15px; text-transform:uppercase; }
.row-fluid .blog-rightbox .box { margin-bottom:30px; background:#f5f5f5; }
.row-fluid .blog-rightbox .box form { padding:0 15px; position:relative; margin:30px 0; }
.row-fluid .blog-rightbox .box form label { display:none; }
.row-fluid .blog-rightbox .box form input[type="email"] { background:transparent; border:0; border-bottom:1px solid #0072bb; padding:0 90px 0 0; height:35px; }
.row-fluid .blog-rightbox .box form input[type="submit"] { font-size:18px; padding:0 15px; background:transparent; color:#0072bb; position:absolute; text-transform:none; right:0; bottom:14px; transition:all ease 0.4s; -webkit-transition:all ease 0.4s; width:auto; height:auto; font-weight:700; border:0; }
.row-fluid .blog-rightbox .box form input[type="submit"]:hover { color:#00a990; }

.row-fluid .blog-rightbox .box ul { float:left; width:100%; padding:30px 15px; margin:0; list-style-type:none; }
.row-fluid .blog-rightbox .box ul li { float:left; width:100%; position:relative; padding-left:15px; margin-bottom:10px; }
.row-fluid .blog-rightbox .box ul li:before { position:absolute; content:""; height:5px; width:5px; border-radius:100%; background:#0072bb; left:0; top:8px; }
.row-fluid .blog-rightbox .box ul li a { font-weight:500; }
.row-fluid .blog-rightbox .box ul li a:hover { color:#0072bb; }

.row-fluid .blog-rightbox .box.box1 ul { padding:0; }
.row-fluid .blog-rightbox .box.box1 ul li { padding:0; }
.row-fluid .blog-rightbox .box.box1 ul li:before { display:none; }
.row-fluid .blog-rightbox .box.box1 ul.hs-error-msgs { display:none !important; }
.row-fluid .blog-rightbox .box.box1 .invalid.error { border-color:#f00; }

.row-fluid div.post-listing-simple .post-item { width:100%; padding:20px 0; border-bottom:1px solid #ccc; }
.row-fluid div.post-listing-simple .post-item:first-child { padding-top:0; }
.row-fluid div.post-listing-simple .post-item:last-child { border:0; }
.row-fluid div.post-listing-simple .post-item h2 { font-size:20px; line-height:26px; }
.row-fluid div.post-listing-simple .post-item h2 a { color:rgb(77,78,83); }
.row-fluid div.post-listing-simple .post-item h2 a:hover { color:#0072bb; }

/* Blog Inner */ 
.row-fluid .bloginner-post { float:left; width:100%; font-weight:500; margin-bottom:30px; } 
.row-fluid .bloginner-post p img { display:block; margin:0 auto !important; margin-bottom:15px !important; }
.row-fluid .bloginner-post p a { color:#0072bb; }
.row-fluid .bloginner-post p a:hover { color:#00a990; }
.row-fluid .blogPostWrapper .post-header h3 { font-size:28px; line-height:36px; text-transform:uppercase; }
.row-fluid .comment-form form { font-weight:500; }
.row-fluid .comment-form form input[type="text"], .row-fluid .comment-form form input[type="email"], .row-fluid .comment-form form input[type="tel"] { background:#f5f5f5; margin-bottom:15px; }
.row-fluid .comment-form form textarea { background:#f5f5f5; resize:none; margin-bottom:15px; }
.row-fluid .comment-form form input[type="submit"] { height:auto; width:auto; padding:15px 20px; margin-top:10px; background:#0072bb; color:#fff; font-weight:700; border:0; }
.row-fluid .comment-form form input[type="submit"]:hover { background:#00a990; }

.row-fluid .blog-mainsec .blogpost-authordetail { padding-bottom:15px; color:#666; font-size:14px; line-height:22px; font-weight:500; float:left; width:80%; }
.row-fluid .blog-mainsec .blogpost-authordetail a { color:#666; font-size:14px; line-height:22px; font-weight:500; padding:0 5px; } 
.row-fluid .blog-mainsec .blogpost-authordetail a:hover { color:#00a990; }
.row-fluid .view-allpostlink { float:left; width:20%; text-align:right; }
.row-fluid .view-allpostlink a { color:#666; font-size:14px; line-height:22px; font-weight:500; }
.row-fluid .view-allpostlink a:hover { color:#00a990; }
body.hs-blog-post .row-fluid .blog-mainsec { padding:30px 0; }


/* Updates 16-01-2018 */
.row-fluid .breadcrumb-menu { font-size:13.5px; font-weight:500; background:#eff5f7; color:rgb(102,102,102) !important;}
.row-fluid .breadcrumb-menu.white_breadcrumb-menu { background-color:#fff; }
.row-fluid .breadcrumb-menu ul li a:hover { color:#00a990; }

.row-fluid .announcement-section { padding:15px 0; font-size:16px; line-height:24px; color:#666666; font-weight:500; }
.row-fluid .light-bluebg { background:#eff5f7; }

.row-fluid .request-form-part form legend { color:#fff; width:100%; }

.immediately-section.default-tempsec .row-fluid .money-boxes { padding-top: 0;  padding-bottom: 0px; text-align:center;  }
.immediately-section.default-tempsec .row-fluid .mony-save-box{ padding-top:40px; }
.immediately-section.default-tempsec .row-fluid .cost-box-title{ cursor:inherit;  }
.immediately-section.default-tempsec .row-fluid .industry-potraitinfo1:before{ display:none; }
.immediately-section.default-tempsec .row-fluid .money-boxes > span .hs_cos_wrapper{ float:none; display:inline-block; }


/* ===== updates css 01-29-2018 ====== */

.row-fluid .top-right{ font-size: 20px; line-height: 14px; } 
.row-fluid .top-right a{font-size: 20px; line-height: 14px;  }
.row-fluid .social-icon a{ line-height:32px; }
.row-fluid .immediately-title {  padding-bottom: 0; }
.row-fluid .immediately-section{     padding-top: 40px; } 
.row-fluid .announcement-section{  line-height: 22px;   font-size: 14px; }

/*=== Error Page ===*/
.error-page-class{ padding:100px 0px;}
.custom_error_message{text-align:center;}
.custom_error_message h2{padding:20px 0px 10px;}
.custom_error_message p{font-size:24px;}
.error-page-class .hs-form{float:left; width:100%; padding-top:30px;}
.error-page-class .hs-form label{font-size:18px; display:block; padding-bottom:10px;}
.error-page-class .hs-form{text-align:center;}
.error-page-class .hs-form .input input{font-size:16px; border:1px solid #ccc; padding:10px 10px; width:100%; max-width: 460px;}
.error-page-class .hs-form .input a.hs-button{display: inline-block; border: 3px solid #0072bb; margin-left: -4px; font-size: 18px; font-weight: 600; text-transform: uppercase; padding: 10px 15px; line-height: 25px;
min-width: 249px; text-align: center; color: #fff; background: #00a990; cursor:pointer;}
.error-page-class .hs-form .input a.hs-button:hover{background: #0072bb;}
.error-page-class .custom_error_message input{font-size:16px; border:1px solid #ccc; padding:14px 10px; width:100%; max-width: 460px;height: auto !important;}
.error-page-class .custom_error_message input.hs-button{ max-width: 265px; display: inline-block; border: 3px solid #0072bb; margin-left: -5px; font-size: 18px; font-weight: 600; text-transform: uppercase; padding: 10px 15px; line-height: 25px;
min-width: 249px; text-align: center; color: #fff; background: #00a990; cursor:pointer; }
.error-page-class .custom_error_message input.hs-button:hover{background: #0072bb; }
.error-page-class .custom_error_message{padding-top:30px;}
.subscribe-page .page-header{text-align:center;}
.subscribe-page .page-header h1{font-size:36px; padding-bottom:20px;}
.subscribe-page .page-header h2{font-size:30px;}
.subscribe-page .checkbox-row input{margin-top: -13px; top:0;}
.subscribe-page .subscribe-options input{height:auto;position: relative; top: 2px;}
.subscribe-page input.hs-button{  display: inline-block; border: 3px solid #0072bb; font-size: 18px; font-weight: 600; text-transform: uppercase; padding: 10px 15px; line-height: 25px;
 text-align: center; color: #fff; background: #00a990; cursor:pointer; width:100%; max-width:300px; float:none; }
 .subscribe-page #email-prefs-form{text-align:center;}
.subscribe-page input.hs-button:hover{background: #0072bb; }
.error-page-class input.email-edit{font-size:16px; border:1px solid #ccc; padding:10px 10px; width:100% !important; margin-top:20px !important; }
.subscribe-page .success{text-align:center; font-size:20px;}
@media (min-width: 1200px){
    
   .row-fluid .logo img{ max-width:450px; } 
   .header2020 .row-fluid .logo img{ max-width:100%; } 
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited{ padding:10px 28px; }
    
}


@media (min-width: 1300px){
    .row-fluid .immediately-dollar-title h2 { position:relative; left:-8px; top:2px; }
    .immediately-section.default-tempsec .row-fluid .money-boxes > span .hs_cos_wrapper{  width:22.97%;  }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:10px 28px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { right:8px; }
    .row-fluid .mainmenu { margin-right:-28px; display:block; float:none; margin-left:auto !important; }
    
    .row-fluid .threebox-section .box.image-slider { background-color:#fff; }
    .row-fluid .threebox-section a.slide-arrow { top:6px; }
    .row-fluid .threebox-section ul.slick-dots { bottom:-10px; }
    
    .row-fluid .requst-quta-left { padding-left:15px; }
    
    
    
    
    
}


@media (min-width: 1800px){
.row-fluid .typical-row { margin: 0 0 0 42px !important; } 

}

@media (min-width: 2000px){
    .row-fluid .footer-menu .hs-menu-wrapper > ul > li > a {font-size: 13px;padding: 5px 5px;}
}
@media (min-width:1440px){
    .row-fluid .footer-menu .hs-menu-wrapper > ul > li > a{font-size: 15px;}
}
@media (max-width:1440px) {
    .row-fluid .performance-section .innerbox h3 {font-size:34px;}
    .row-fluid .performance-section .innerbox h3,
    .row-fluid .performance-btn a,
    .row-fluid .threebox-section .box .title h3, 
    .row-fluid .threebox-section .content-box .text, 
    .row-fluid .resource-section .box .widget-type-cta a, 
    .row-fluid .resource-section .box a.readmore,
    .row-fluid .performance-section .innerbox .btn a {font-weight:600;}
    .row-fluid .footer-menu .hs-menu-wrapper > ul > li > a {font-weight:500;}
    .row-fluid .have-question-right .have-question-title h3 {padding-left: 2em;padding-right: 2em;}
}


@media (min-width: 1200px) and (max-width: 1850px){
    .row-fluid .form-cover-lp{ max-width:580px; }
    .row-fluid .requst-detaile{max-width:600px;  }
    .row-fluid .typical-vaccine{ max-width:570px;    }
    
    .row-fluid .Cross-image{     line-height: 15px;    font-size: 10px;  padding-left:32px; margin-left:40px;      max-width: 160px;
    width: 160px;}
    .row-fluid .Cross-image:before{ height:50px; width:50px;     left: -27px; }
    .row-fluid .backimage-lp{ padding-left:0; }
    .row-fluid .have-question-right .have-question-title h3 {padding-left:2.5em;padding-right:2.5em;}
    
}

@media (min-width: 1201px) and (max-width: 1340px){
  .row-fluid .top-announcment_text br { display:none; }
  .row-fluid .top-announcment_text {width:36% !important;}
}

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

    .row-fluid .wrapper {  width:920px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:10px 15px; font-size:12px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { right:-5px; top:21px;}
     
    .row-fluid .performance-section .innerbox h3 { font-size:28px; line-height:34px; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children { margin-right:10px; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:before { display:none; }
    .row-fluid .mainmenu ul > li > ul > li > a { font-size:13px; line-height:16px; padding:10px 15px; }
    
    .benifite-hover-slider a.box-column{ margin-right: 21px; }
    .row-fluid .cover-slide-benefits{ padding-bottom: 21px; }
    
       .row-fluid .two-of-image{  width: 7.6%; float: none;  display: inline-block;  vertical-align: middle; }
   .row-fluid .two-of-one{width: 42.8%; float: none; display: inline-block; vertical-align: middle; }	
   .row-fluid .benefits-book-area{ padding:52px 0 38px; }
   .row-fluid .lp-hero-section{ padding:64.1px 0 65.1px; }
   .row-fluid .factor-boxes-section{ padding:48px 0 30px; }
   
   .row-fluid .faq-temparmoure{ padding-top: 40px;  padding-bottom: 50px; }
   .row-fluid .have-question-form form{ max-width: 440px; }
   
   .row-fluid .immediately-section{ padding: 46px 0 62px; }
   .row-fluid .cos-box-row{   width: 76.99%; }
   .row-fluid .money-boxes a.mony-column{  margin-right: 22.9px; }
   .row-fluid .mony-save-box{     padding-top: 44px; }
   .row-fluid .money-boxes { padding-top: 40px; }
   .row-fluid .Benefits-key-Title{ padding:50px 26px;; }
   .benifite-hover-slider > span .hs_cos_wrapper{  margin-right: 22.9px; }
   .row-fluid .money-boxes > span .hs_cos_wrapper{ margin-right: 22.9px; }
   
   
    

}

@media (min-width: 768px) and (max-width: 1200px){
    
    h1 { font-size:28px; line-height:32px; }
    h2 { font-size:20px; line-height:26px; }
    h3 { font-size:21px; line-height:30px; }
    h4 { font-size:28px; line-height:34px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    .row-fluid .logo { max-width:300px; }
    .row-fluid .top-right { float:right; }
    
    .row-fluid .top-right p { padding:0 0 10px; }
	.row-fluid .top-right { font-size:16px; line-height:20px; padding-top:10px; }
	.row-fluid .top-right a { font-size:16px; line-height:20px; }
	.row-fluid .top-right .social-icon a { font-size:18px; line-height:32px; }
	
	.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > ul { left:-50px !important; }
	
	.row-fluid .stable-section .right h2 br { display:none; }
	.row-fluid .performance-btn { padding-top:30px; }
	.row-fluid .performance-btn a { font-size:18px; line-height:24px; padding:10px; }
	
	.row-fluid .threebox-section .box .title h3 { font-size:14px; line-height:26px; }
	.row-fluid .threebox-section .content-box .text { font-size:14px; line-height:18px; }
	.row-fluid .threebox-section .content-box .find-btn { padding-left:10px; } 
	.row-fluid .threebox-section .content-box .find-btn a { font-size:16px; line-height:20px; }
	
	.row-fluid .performance-section .innerbox { padding:40px 20px; font-size:18px; line-height:26px; }
	.row-fluid .performance-section .innerbox .richtext { margin-bottom:50px; }
	
	.row-fluid .cta-stripsec .left h3 { font-size:22px; line-height:28px; }
	.row-fluid .cta-stripsec .right .cta a { min-width:180px; font-size:14px; line-height:20px; }
	
	.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { font-size:11px; padding:15px 12px; }  
	.row-fluid .footer .social-icon { text-align:center; }
	
	.row-fluid .footer-ctasec .cta { width:100%; }
	.row-fluid .footer-menusec { text-align:center; }
	.row-fluid .footer-ctasec .cta1 { padding-bottom:15px; }
	.row-fluid .footer-ctasec .cta a { font-size:14px; line-height:18px; text-align:left; padding:15px; }
	.row-fluid .footer-ctasec .cta a::before { display:inline-block; float:left; left:0; margin-right:20px; position:relative; top:0; }
	.row-fluid .footer-menu, .row-fluid .footer .social-icon { width:100%; }
	
   .row-fluid .see-cost-saving.bgimg-main{   background-image: inherit !important; }
   .row-fluid .cost-saving-cover{ width:100%; max-width:100%; }
    
    .row-fluid .resource-section .box-title, .row-fluid .resource-section .post-title { padding:34px 15px; } 
    .row-fluid .resource-section .box .widget-type-cta a, .row-fluid .resource-section .box a.readmore { font-size:12px; padding:20px 10px; }
    
	/* Blog Page */
    .row-fluid .blog-mainsec .post-item { width:100%; padding:0 0 20px; }
    .row-fluid .blog-rightbox h3 { font-size:16px; }	
    .row-fluid .blog-rightbox .box form input[type="submit"] { position:relative; padding:0; margin-top:20px; } 
    
    /* Blog Inner */
    .row-fluid .blogPostWrapper .post-header h3 { font-size:18px; line-height:28px; }
    .row-fluid .bloginner-post ul { padding-left:20px; }
    
    .row-fluid .announcement-section { font-size:14px; } 
    
    .row-fluid .top-announcment_text { position:relative !important; bottom:auto !important; left:auto !important; transform:none !important; padding:10px 0 0; width:100% !important; }
    .row-fluid .blog-mainsec .blogpost-authordetail a, .row-fluid .blog-mainsec .blogpost-authordetail, .row-fluid .view-allpostlink a { font-size:12px; } 
  
  
}

@media (min-width:768px) and (max-width:1024px) {
    .row-fluid .footer-ctasec .cta {width:38%;}
 
}

@media (min-width: 768px) and (max-width: 991px){

    .row-fluid .wrapper {  width:720px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:10px; padding:10px 10px; position:relative; }
    
    .row-fluid .resource-section .box { float:left; width:50%; margin:0; }
	.row-fluid .resource-section .box1, .row-fluid .resource-section .box3 { border-right:15px solid #fff; }
	.row-fluid .resource-section .box { border-bottom:15px solid #fff; }
	.row-fluid .videocode-box a.fancybox img { width:100% !important; }
	
	.row-fluid .cta-stripsec .left h3 { font-size:17px; line-height:25px; padding-left:15px; }
	.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a::after { background-size:contain; width:9px;top:21px;right:-1px;}
	.row-fluid .footer-menu, .row-fluid .footer .social-icon { width:100%; }
	
	.row-fluid .mainmenu ul > li > ul > li > a { font-size:11px; line-height:16px; padding:5px 10px; }
	.row-fluid .mainmenu ul > li > ul > li > a:before { display:none; }
	
	
	.benifite-hover-slider a.box-column{ margin-right: 17px; }
	.row-fluid .Key-Benefits-box{padding:30px 24px;}
	.row-fluid .factor-boxes-Title{ width:100%; }
	.row-fluid .cover-slide-benefits{ padding-bottom: 17px; }
	.row-fluid .features-leftright-section2 .slide-content-style{ margin-top: 17px;  padding-bottom: 15px;}
	.row-fluid .Benefits-one-Content{ padding: 35px 70px;}
	.benifite-hover-slider a.next-slide { right: 17px; }
    .benifite-hover-slider a.preve-slide{ left:17px; }
    .row-fluid .two-of-image{  width: 7.6%; float: none;  display: inline-block;  vertical-align: middle; }
   .row-fluid .two-of-one{width: 41.9%; float: none; display: inline-block; vertical-align: middle; }	
   .row-fluid .benefits-book-area{ padding:52px 0 38px; }
   .row-fluid .lp-hero-section{ padding:64.1px 0 65.1px; }
   .row-fluid .factor-boxes-section{ padding:48px 0 30px; }
   .row-fluid .Key-Benefits-box .title h3{ font-size: 20px; line-height: 26px; }
   .benifite-hover-slider a.box-column:before{   bottom: -18px; height:10px; width:22px; }
   
   .row-fluid .faq-temparmoure{ padding-top: 42px;  padding-bottom: 54px; }
   .row-fluid .faq-temparmoure-title{  padding-top: 30px; }
   .row-fluid .have-question-form form{ max-width:340px; }
   
   
   .row-fluid .lp-hero-section.cost{ padding: 60.1px 0 54.5px; }
   .row-fluid .immediately-section{ padding:50px 0 48px; }
   .row-fluid .immediately-dollar-title h2{ font-size:26px; }
   .row-fluid .cos-box-row{  width: 70.39%; }
   .row-fluid .money-boxes a.mony-column{  margin-right: 17.7px; }
   .row-fluid .mony-box .box-title{ font-size: 15px;  line-height: 22px; }
   .row-fluid .money-boxes{ padding-top:40px; }
   .row-fluid .mony-save-box{  padding-top: 44px; }
   .row-fluid .cost-saving-cover{ width:100%; }
   .row-fluid .cost-two-ctaleft-text .title h3{ font-size: 28px; line-height: 32px; }
   .row-fluid .cost-two-ctaleft-text .row-fluid .detaile{   font-size: 22px; line-height: 33px; }
   .row-fluid .cost-two-ctabutton .row-fluid a.cta_button{ width:100%; }

   .row-fluid .requst-quta-left{ padding:0 32px; }
   	.question-section-filter .resource-box-cover .colio-link .faq-question{ text-align:center; }
   	.row-fluid .filters a{ margin-bottom:12px; }
   	.row-fluid .question-navigation{ padding:30px 0px 5px; } 
   	.row-fluid .question-section{ padding:29px 0 62px; }
   	
   	.row-fluid .Benefits-key-Title h3{ font-size: 20px;  line-height: 26px; }
   	.row-fluid .Benefits-key-Title{ padding:40px 16px; }
   	.benifite-hover-slider > span .hs_cos_wrapper{ margin-right: 17.7px;  margin-bottom: 17.3px; }
   	.row-fluid .industry-contentinfo{ padding:30px 55px; }
   	.row-fluid .industry-contentinfo h3{ line-height: 25px; font-size: 22px; color: #3176b5; font-weight: 700;  padding-bottom: 14px; }
   	.row-fluid .industry-potraitinfo:before{ bottom: -19px; height: 15px;}
   	
   	.row-fluid .money-boxes .right-box-text{ font-size:15px; line-height:22px;  }
   	.row-fluid .money-boxes > span .hs_cos_wrapper{ margin-right: 17.7px; }

}

@media (min-width: 30px) and (max-width: 809px){
    
    h1 { font-size:28px; line-height:32px; }
    h2 { font-size:20px; line-height:26px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:28px; line-height:34px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }
	
	.row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li { float:left !important; }
	
	.row-fluid .top { border-bottom:6px solid #0072bb; border-top:0; }
	.row-fluid .logo { max-width:150px; }  
	.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:14px; text-shadow:none; padding:8px 15px; } 
	.row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#fff; text-indent:15px; }
	.row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after { display:none; }
	.row-fluid .mainmenu ul > li > ul { width:100%; }
	.row-fluid .mainmenu ul > li > ul > li { border-bottom:0; }
	.row-fluid .mainmenu ul > li > ul > li:hover { background:transparent; }
	.row-fluid .mainmenu ul > li > ul > li:hover > a { text-indent:20px; }
	
	.row-fluid .mainmenu ul > li > ul > li > a { font-size: 14px; text-shadow: none; padding: 8px 15px; line-height:30px; background:#0071bb; color:#fff; }
	
	.row-fluid .top-right p { padding:0 0 10px; }
	.row-fluid .top-right { font-size:16px; line-height:20px; padding-top:15px; }
	.row-fluid .top-right a { font-size:16px; line-height:20px; }
	.row-fluid .top-right .social-icon a { font-size:18px; line-height:32px; }
	
	.row-fluid .stable-section { padding:20px 0 40px 0; }
	.row-fluid .performance-btn { padding-top:30px; }
	.row-fluid .performance-btn a { font-size:14px; line-height:20px; padding:10px; }
	.row-fluid .stable-section .right h2 { padding-top:30px; }
	.row-fluid .videocode-img img { width:100% !important; }
	
	.row-fluid .threebox-section .box { height:auto !important; }
	.row-fluid .threebox-section .box { margin-bottom:20px; }
	.row-fluid .threebox-section .box .title h3 { font-size:18px; line-height:22px; }
	.row-fluid .videocode-box a img { width:100% !important; }
	
	.row-fluid .performance-section .leftbox, .row-fluid .performance-section .rightbox { width:100%; border:0; }
	.row-fluid .performance-section .leftbox { border-bottom:10px solid #fff; }
	.row-fluid .performance-section .innerbox { padding:30px 15px; font-size:16px; line-height:26px; }  
	.row-fluid .performance-section .innerbox h3 { padding-bottom:20px; }
	.row-fluid .performance-section .innerbox .richtext { height:auto !important; margin-bottom:20px; }
	
	.row-fluid .resource-section { padding:30px 0; }
	.row-fluid .resource-section .title h3 { font-size:26px; line-height:36px; margin-bottom:30px; }
	.row-fluid .resource-section .box { height:auto !important; margin-bottom:30px; }
	.row-fluid .resource-section .box4 { margin:0; }
	.row-fluid .resource-section .box .widget-type-cta a, .row-fluid .resource-section .box a.readmore { position:relative; }
	.row-fluid .resource-section .inner-box { padding-bottom:30px !important; }
	.row-fluid .resource-section .box-title, .row-fluid .resource-section .post-title { padding:20px 15px; }
	.row-fluid .video-imgcol img { width:100% !important; }
	
	.row-fluid .cta-stripsec , .row-fluid .cta-stripsec .right { text-align:center; }
	.row-fluid .cta-stripsec .left h3 { font-size:22px; line-height:26px; padding-left:0; padding-bottom:20px; border-left:0; border-bottom:8px solid #fff; margin-bottom:15px; }
	.row-fluid .cta-stripsec .right .cta1 a { margin:0 0 15px; }
	.row-fluid .cta-stripsec .right .cta { width:auto; margin:0 5px; }
	
	.row-fluid .cta-stripsec .left, .row-fluid .cta-stripsec .right { width:100%; }
	.row-fluid .money-boxes > span .hs_cos_wrapper{ margin-bottom: 45px;  width: 100%; }
	.row-fluid .mony-box-content{ margin-bottom: 0; margin-top: 36px; }
	
	
	/* Footer */
	.row-fluid .footer { text-align:center; }
	.row-fluid .footer-menu .hs-menu-wrapper > ul { padding-bottom:20px; }
	.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a { font-size:14px; line-height:18px; float:none; display:inline-block; padding:8px !important; }
	.row-fluid .footer-menu .hs-menu-wrapper > ul > li > a:after { display:none; }
	.row-fluid .footer-copyrightsec .right { text-align:center; padding-top:10px; font-size:15px; line-height:20px; }
	.row-fluid .footer-ctasec .cta { width:100%; }
	.row-fluid .footer-ctasec .cta1 { padding-bottom:15px; }
	.row-fluid .footer-ctasec .cta a { font-size:14px; line-height:18px; text-align:left; padding:15px; }
	.row-fluid .footer-ctasec .cta a::before { display:inline-block; float:left; left:0; margin-right:20px; position:relative; top:0; }
	.row-fluid .footer-menu, .row-fluid .footer .social-icon { width:100%; }
	
	/* start Features Benefits */
	
	.row-fluid .benefits-book-area{ padding:40px 0 46px; }
	.row-fluid .benefits-book-Text .book-title h2{ font-size: 28px; line-height: 30px; }
	.row-fluid .benefits-book-cover{ padding-top: 22px; }
	.row-fluid .benefits-book-cta a:after{ height:19px; width:19px; margin-left: 10px;  margin-top: 4px; }
	.row-fluid .benefits-book-cta a{ padding-right: 30px; font-size:18px; }
	.row-fluid .factor-boxes-Title{ width:100%; }
	.benifite-hover-slider a.box-column{ width: 100%; margin-bottom:30px;  }
	.row-fluid .Key-Benefits-box{ height:auto !important;  padding:40px 15px; }
	.row-fluid .Key-Benefits-box .title h3{ font-size: 20px; line-height: 30px; }
	.row-fluid .factor-boxes-Title h2{ font-size: 28px; line-height: 34px; }
	.row-fluid .factor-boxes-section{ padding:38px 0 5px; }
	.benifite-hover-slider{ padding-top: 32px; } 
	.row-fluid .cover-slide-benefits{ padding-bottom:0; }
	.row-fluid .Benefits-one-Content{ padding: 35px 18px; padding-bottom: 8px; }
	.benifite-hover-slider a.preve-slide,.benifite-hover-slider a.next-slide{ display:none; }
	.benifite-hover-slider .slide-content-style .content{  font-size: 14px; line-height: 22px; }
	.row-fluid .two-of-image{ margin: 14px 0; width: 100%; }
	.row-fluid .two-of-one{  width: 100%;  padding: 19.5px 0; }
	.row-fluid .two-cta-button{ padding:28px 0 28px; }
	.row-fluid .lp-hero-title h1{ line-height: 36px; font-size: 28px; }
	.row-fluid .lp-hero-section{ padding:39.5px 10px 40.5px; }
	
	.row-fluid .Benefits-one-Content{ margin-bottom: 0; margin-top: 30px; }
	.benifite-hover-slider .slide-content-style .content{ padding-top: 18px; }
	.benifite-hover-slider a.box-column.current:before{ opacity:0; }
	#box3{ margin-bottom: 30px;  margin-top: 0; }
	#box6{ margin-bottom: 0px;  margin-top: 30px;  }
	.row-fluid .slide-content-style{ position:relative; }
	.row-fluid .slide-content-style:before{ content: ""; opacity: 1;  position: absolute; left: 0; top:-32px; right: 0; height: 21px;  margin: 0 auto; width: 36px;  background-image: url(https://cdn2.hubspot.net/hubfs/328056/doun-arrow.png?t=1513081068387);
    background-repeat: no-repeat;  background-size: 100%; } 
    
    .row-fluid .faq-temparmoure{ padding-top: 24px;  padding-bottom: 48px; }
    .row-fluid .faq-temparmoure-title{ padding-top: 23px; }
    .row-fluid .faq-temparmoure-title h2{ font-size: 33px; }
    .row-fluid .testimonial-slider-row{ padding:10px 0 42px;  }
    .row-fluid .have-question-area > div > div{ display:inherit; }
    .have-question-area a.full-section-link0,.row-fluid .have-question-right{ width:100%; }
	.row-fluid .have-question-right{ margin-left:0; margin-top:15px; float:left; }
	 .row-fluid .have-question-title h2{ font-size: 30px;  line-height: 34px; }
	.have-question-left .row-fluid .have-question-title{ padding:50px 0; }
	.row-fluid .have-question-form form{ padding:0 15px; }
	
	
	.row-fluid .lp-hero-section.cost{ padding:39.1px 0 46.5px; }
	.row-fluid .immediately-section{ padding:36px 0 48px; }
	.row-fluid .immediately-dollar-title{ padding:30px 0; }
	.row-fluid .immediately-dollar-title:before,.row-fluid .immediately-dollar-title:after{ display:none; }
	.row-fluid .immediately-title h2{ line-height: 32px; font-size: 30px; }
	.row-fluid .immediately-detaile{ padding-bottom: 26px; }
	.row-fluid .immediately-Title-box{ width: 100%; max-width: 100%; text-align:center; }
	.row-fluid .cos-box-row{ width:100%; text-align:center; padding-top:25px; padding-bottom:7px; }
	.row-fluid .cos-box{ margin:0 auto !important; }
	.row-fluid .mony-save-box{ padding-top: 38px; }
	.row-fluid .save-mony-main-title h2{ line-height: 32px; font-size: 30px; }
	.row-fluid .money-boxes{  padding-top: 28px; }
	.row-fluid .money-boxes a.mony-column{ width:100%; margin:0; margin-bottom:50px; }
	
	.row-fluid .mony-box-content{    padding: 15px 0; padding-right: 15px; padding-left: 15px;}
	.row-fluid .mony-box-content:before{ display:none; }
	.row-fluid .cost-saving-cover{ width:100%; max-width:100%;  }
	.row-fluid .cost-two-ctabutton .row-fluid a.cta_button{ width:100%; }
	.row-fluid .cost-two-ctaleft-text{ padding-bottom:20px; text-align:center; }
	.row-fluid .testimonial-slider-row{ padding:10px 0 50px; }
    
    .row-fluid .faq-temparmoure-detaile{ padding: 0 10px; }
    .row-fluid .lp-hero-section.faq{ padding:60.1px 0 48.5px; }
    
    .row-fluid .question-section{ padding:22px 0 46px; }
    .row-fluid .question-navigation{ padding:30px 0px 0px; }
    
    .row-fluid .question-navigation{ width:100%; border:none;  border-bottom: 1px solid #ccc; text-align: left; padding-left:15px; }
    .row-fluid .question-navigation  .filters{ border-bottom:1px solid #ccc; } 
     .row-fluid .question-navigation  .filters:last-child{ border-bottom:none; } 
     .row-fluid .question-navigation  .filters   a{ font-size:14px;  padding: 6px 0; width:100%; display:inline-block; }
    .row-fluid .filter-dropdownwrap{ border:1px solid #ccc; }
    .row-fluid .question-navigation ul#filters{ display:none;  }
    .select-label0{ display: inline-block; width: 100%;  padding: 10px 0; border-bottom: none;  font-weight: 500; text-transform: uppercase;
    padding-left: 15px;  text-align: left;   font-weight: 600;  font-size:14px;  padding-left:15px; padding-right:15px;  color: #3176b5;  position:relative; padding-right:30px; border:1px solid #ccc;  }
    .select-label0.open-om{ border-bottom:1px solid #ccc; }
    .select-label0:before{ position:absolute; content:"\f107"; font-family:'fontawesome'; right:15px; font-size: 20px; transition:0.6s; }
    .select-label0.open-om:before{ content:"\f106"; transition:0.6s; }
   .row-fluid .question-navigation{ padding-left:0; }
   .row-fluid .filters .select-label0.open-om {border-bottom:none;  }
   .select-label0.open-om{ border-bottom:none; }
   .question-section-filter .resource-box{  width: 100%; }
   .colio-content .faq-answer{ padding:10px 22px;  }
  .row-fluid .question-navigation .filters a{ padding-left:15px; padding-right:15px; }  
  .filters{ border:1px solid #ccc; display:none }
  .row-fluid .filters a{ border:none; border-bottom:1px solid #ccc; margin-left:0; }
  .row-fluid .question-navigation{ border-bottom:none; }
  .select-label0{  display:block; }
  
  .benifite-hover-slider > span .hs_cos_wrapper{  width:100%; margin-right:0; } 
  .Benefits-key-Title.industry-potraitinfo.sameheight{ padding:25px 24px; }
  .row-fluid .Benefits-key-Title h3{  font-size: 20px; line-height: 26px; }
  .row-fluid .industry-contentinfo{ margin-top: 30px; padding: 25px 17px; margin-bottom:0; } 
  
  .row-fluid .requst-detaile{ padding:0 15px; }
  .row-fluid .typical-vaccine-title,.row-fluid .form-cover-lp .form-title{  padding-left:15px; padding-right:15px; }
  .row-fluid .cost-two-ctabutton{ text-align:center; }
  .row-fluid .have-question-title{ padding: 0 15px; }
  .row-fluid .benefits-book-area{ text-align:center; } 
  .have-question-left .row-fluid .have-question-title{ padding:0 15px; }
  .row-fluid .have-question-form form fieldset.form-columns-2 .field:first-child{ padding:0 12px 20px 0; }
  .colio-content .faq-answer{ margin-top:18px; text-align:center; }
  .question-section-filter .resource-box-cover .colio-link .faq-question{ text-align:center; }
  .height-resoureces.sameheight{ height:auto !important; }
  .question-section-filter .resource-box-cover .colio-link .faq-question{ top:inherit;  transform:inherit;  }
  
  /* start LP */
  .row-fluid .requst-ctabutton{font-size:30px;}
  .row-fluid .requst-detaile {font-size:20px;}
  .row-fluid .typical-vaccine-title {font-size:22px;}
  
  .row-fluid .default-richtext table { font-size:12px; line-height:20px; }
  
    /* Blog Page */
    .row-fluid .blog-mainsec .post-item { width:100%; padding:0 0 20px; }
    
    .row-fluid .blog-mainsec .blog-rightbox { margin-top:50px; }
    .row-fluid .blog-rightbox h3 { font-size:16px; line-height:24px; text-align:center; }
    .row-fluid .blog-rightbox .box form { margin:0; padding:20px 15px; }
    .row-fluid .blog-rightbox .box form input[type="submit"] { position:relative; padding:0; margin-top:15px; }
    .row-fluid .blog-rightbox ul.hs-error-msgs { display:none !important; }
    .row-fluid .blog-rightbox .actions { float:left; width:100%; }
    .row-fluid .blog-rightbox .box { float:left; width:100%; }
    .row-fluid .blog-rightbox .box .hs_submit { float:left; width:100%; }
    .row-fluid .blog-rightbox .box ul li a { font-size:14px; line-height:18px; }
    .row-fluid .post-contentblock { height:auto !important; }
    .row-fluid .blog-mainsec .blog-postimg { height:28vh; }
    
    /* Blog Inner */
    .row-fluid .blogPostWrapper .post-header h3 { font-size:18px; line-height:28px; }
    .row-fluid .bloginner-post ul { padding-left:20px; }
    
    .row-fluid .request-form-part .hs-form fieldset.form-columns-1 .input { margin-right:0 !important; }
    .row-fluid .request-form-part .hs-form fieldset.form-columns-2 .input { margin-right:0 !important; }
    .row-fluid .request-form-part .hs-form fieldset.form-columns-3 .input { margin-right:0 !important; }
    
    .row-fluid .request-form-part .hs-form fieldset.form-columns-3 .field { width:100%; }
    
    .row-fluid .request-form-part .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px; }
    .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0px 10px; }
    .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 0; }
    
    
    .row-fluid .landing-twocolsec .hs-form fieldset.form-columns-2 .field { width:100% !important; }
    .row-fluid .request-form-part form fieldset.form-columns-2 .field:first-child { padding-right:0; }
    .row-fluid .landing-twocolsec .hs-form fieldset.form-columns-2 .field { padding-left:0; padding-right:0; }
    
    /* Default Template */
    .row-fluid .advantage-tablesec .table-text1 ul li { line-height:24px; }
    .row-fluid .advantage-tablesec .table-text h5 { font-size:12px; line-height:18px; }
    .row-fluid .advantage-tablesec .table-text h6 { font-size:12px; }
    .row-fluid .advantage-tablesec .table-text ul li { font-size:12px; line-height:16px; }
    .row-fluid .advantage-tablesec .table-text1 ul li:before { top:5px; }
    
    .row-fluid .blog-mainsec .blogpost-authordetail { width:100%; padding:0; }
    .row-fluid .view-allpostlink { width:100%; text-align:left; padding:10px 0; }
    .row-fluid .blog-mainsec .blogpost-authordetail a, .row-fluid .blog-mainsec .blogpost-authordetail { font-size:12px; }
    
    
    
}

@media (min-width: 992px) and (max-width:1199px){
    .row-fluid .request-form-part{ width:100%; margin-left:0; } 
	.row-fluid .requst-quta-left{ width:100%; }
	.row-fluid .mainLp-two-part > div > div{ display:inherit; }   
	.row-fluid .backimage-lp{ padding-left:3.5%; }
	.row-fluid .cos-box{  max-width: 114.2px; font-size: 12px; }
	
	
	
	
    
}

@media (min-width: 30px) and (max-width:991px){
  .row-fluid .request-form-part{ width:100%; margin-left:0; } 
	.row-fluid .requst-quta-left{ width:100%; text-align:center; }
	.row-fluid .mainLp-two-part > div > div{ display:inherit; }
	
	.row-fluid .requst-quta-left  { padding-top: 45px;  }
	.row-fluid .requst-ctabutton a{ padding: 13px 20px;  font-size: 24px; line-height: 34px;  }
	.row-fluid .typical-row > div > .row-fluid{ display:inherit;  }
	.row-fluid .Cross-image{ width:100%; max-width:250px;   height:auto !important;   margin:30px 0; }
	 .row-fluid  .typical-row{ margin: 0 auto !important;  max-width: 250px;  padding-left: 27px;  float:none;  }
	 .row-fluid .testimonial-slider .slick-list{ padding:38px 0 0; }
	 .row-fluid .request-form-part form{ padding:0 15px; }  
    
    
}

@media(max-width:480px) {
    
    .row-fluid .request-form-part form fieldset.form-columns-2 .field{padding-bottom: 15px;  padding-left: 0; }
    .row-fluid .request-form-part form fieldset.form-columns-2 .field:first-child{  padding: 10px 0 !important; }
    .row-fluid .request-form-part form .inputs-list input[type="checkbox"]:checked + span:after{ top:3px; }
    .row-fluid .request-form-part form .inputs-list input[type="checkbox"] + span:before{ top:3px; }
    .row-fluid .request-form-part form{ padding:0 15px; }
    
    .row-fluid .have-question-form form fieldset.form-columns-2 .field:first-child{ padding:0 0px 20px 0; }
	.row-fluid .have-question-form form fieldset.form-columns-2 .field{ padding:0 0 20px 0px; }
	.row-fluid .have-question-form form .input textarea{ width:100% !important; }
    .row-fluid .have-question-form .hs_message .input { margin-right:0; }
    
    .row-fluid .request-form-part .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px; }
    .row-fluid .request-form-part .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
    .row-fluid .request-form-part .hs-form fieldset.form-columns-3 .field { padding:0 0 15px; }

    .row-fluid .request-form-part .hs-form fieldset.form-columns-1 .input { margin-right:0 !important; }
    .row-fluid .request-form-part .hs-form fieldset.form-columns-2 .input { margin-right:0 !important; }
    .row-fluid .request-form-part .hs-form fieldset.form-columns-3 .input { margin-right:0 !important; }
    
    .row-fluid .request-form-part .hs-form fieldset.form-columns-3 .field { width:100%; }
    
}

@media (min-width: 400px) and (max-width:500px){
    .row-fluid .have-question-form .hs-form .hs-form-field{ float: none !important;  display: inline-block;  vertical-align: baseline; }
    .request-form-part form fieldset.form-columns-2 .field:first-child{ padding:0px 15px 0px 0 !important; }
   /* .row-fluid .have-question-form form fieldset.form-columns-2 .field{  } */
    .row-fluid .have-question-form .hs-form .hs_message{ width:100% !important; }
    .row-fluid .have-question-form form  fieldset.form-columns-2 .field:first-child{ padding:0px 12px 20px 0px !important; }
     
    
}

@media(max-width:500px) {
    .row-fluid .footer-ctasec .cta a { width:100%; }
    .row-fluid .footer-ctasec .cta a:before { background-size:100%; height:29px; width:24px; }
    
    .row-fluid .typical-raw_wrap { margin-bottom:30px; }
    .row-fluid .typical-raw_wrap > span > div { width:100%; margin:0; padding:0 0 20px; }
}

@media (min-width: 768px){
    
    .row-fluid .cta-fixed { position:fixed; bottom:-1px; left:0; width:100%; z-index:9999999; }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { padding:10px 0; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > a , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover { color:#0071bb; background:#c3deef; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:before { content:''; border-bottom:1px solid #0072bb; position:absolute; bottom:0; left:15px; right:15px; opacity:0; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover a:before { opacity:1; }
    
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > a:after , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover:after { opacity:0; }
    
    .row-fluid .mainmenu ul > li > ul > li > a { position:relative; }
    .row-fluid .mainmenu ul > li > ul > li > a:before { content:''; width:12px; height:12px; border:3px solid #00a99d; border-bottom:3px solid #00a99d !important; position:absolute; top:10px; left:10px !important; opacity:0 !important; -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
    .row-fluid .mainmenu ul > li > ul > li > a:hover { font-weight:700; }
    .row-fluid .mainmenu ul > li > ul > li > a:hover:before { opacity:1 !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active > a { color:#0071bb; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul {left:50%; transform:translate(-50%); -webkit-transform:translate(-50%); -moz-transform:translate(-50%);}
    
    body.cta-close .row-fluid .footer { padding-bottom:100px; }
    
    .row-fluid .request-form-part .hs-form fieldset.form-columns-3 .field { width:33.33%; }

    .row-fluid .request-form-part .hs-form fieldset.form-columns-1 .input { margin-right:0 !important; }
    .row-fluid .request-form-part .hs-form fieldset.form-columns-2 .input { margin-right:0 !important; }
    .row-fluid .request-form-part .hs-form fieldset.form-columns-3 .input { margin-right:0 !important; }
    
    .row-fluid .top { position:relative; }
    .row-fluid .top-announcment_text { text-align:center; position:absolute; bottom:15px; left:calc(50% + 120px); transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -o-transform:translateX(-50%); -ms-transform:translateX(-50%); width:33%; font-size:14px; line-height:22px; color:#666666; font-weight:500; }
    
    
    
    

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }
  
  .row-fluid .advantage-tablesec .table-text ul li { padding-top:15px; padding-bottom:15px; }

}

@media (max-width: 991px){
    .row-fluid .counter-number{line-height: 42px;font-size: 36px;}
    .row-fluid .counter-block{margin: 0;}
    .row-fluid .contact-address ul li span{width: 70%;}
    .row-fluid .contact-address ul li:first-child span {width:100%;}
    .row-fluid .contact-address {  margin: 8px 0 0;}
    .trusted-section1 .slick-slide img {  max-height: 90px;  max-width: 100%;  padding: 20px;}
    .row-fluid .recent_news_section .row-fluid .recent-image{height: 180px;}
    .error-page-class .hs-form .input input{max-width:430px;}
    .error-page-class .custom_error_message input.hs-button{margin-left:0; margin-top:30px;}
    .row-fluid .requst-detaile {padding:30px;}
    .row-fluid .landing-twocolsec .requst-detaile {text-align:center;}
}
@media (max-width: 809px){

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }


  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 20px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px;
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #054f7d;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 24px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #0072bb; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  span.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 35px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  span.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

  /* Make child lists appear below parent items */
  .mainmenu ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
  }

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 70px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding:0; /* Padding to add room for close button */
      background-color: #0072bb; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
  
  .faq-title{font-size: 16px;padding: 12px 30px 12px 10px;}
  .faq-content{font-size: 14px;line-height: 23px;}
  .row-fluid .counter-block {  margin: 0 0 20px;  width: 100%;border:none;border-bottom:1px solid #d9eaf5;}
  .row-fluid .counter-block {  margin: 0 0 20px;  width: 100%;border:none;border-bottom:1px solid #d9eaf5;}
  .row-fluid .counter-block:last-child{border:none;margin: 0;}
  .row-fluid .counter-section .widget-span.wrapper {  float: none !important;  margin: 0 auto;  max-width: 400px;  width: 100%;}
  .row-fluid .testimonial_section .title h3{font-size: 26px;line-height: 38px;}
  .row-fluid .heading_style h1, .row-fluid .heading_style h2{font-size: 26px;line-height: 35px;}
  .row-fluid .contact-map iframe{height: 330px;}
  .row-fluid .contact-section{ transform: translateY(0px);}
  .row-fluid .contact-left, .row-fluid .contact-right{  float: left;  margin: 0;  width: 100%;}
  
  .row-fluid .trusted-section1 {  margin: 25px 0;}
  .row-fluid .trusted_partner_section{padding:40px 0 0;}
  .row-fluid .recent_news_section .row-fluid .recent-box {  float: left;  padding: 0 15px;  width: 100%;margin:0 0 30px;}
  .row-fluid .recent_news_section .row-fluid .recent-box:last-child{margin:0;}
  .row-fluid .recent_news_section .row-fluid .recent-image{height: 220px;}
  .row-fluid .recent_news_section .recent-section1{ margin: 0 auto; max-width: 520px;}
  .row-fluid .thankyou_section {padding: 34px 0 20px;}
  .row-fluid .top-announcment_text { display:none; }
  .error-page-class .hs-form .input input{max-width:100%;}
  .error-page-class .hs-form .input {width:100%; text-align:center;}
  .error-page-class .hs-form .input a{margin-left:0; margin-top:30px; float:none;}
  .custom_error_message p { font-size: 18px;}
  .error-page-class{padding:60px 0px;}
  .subscribe-page .page-header h1 {font-size: 22px; line-height: 34px; padding-bottom:10px;}
  .subscribe-page .page-header h2 {font-size: 18px;}
  .error-page-class #email-prefs-form h3{font-size:18px;}
}

@media (max-width: 480px){
  .row-fluid .form_design .hs-form fieldset.form-columns-2 .field {  padding: 0 0 10px;}
  .row-fluid .form_design .hs-form fieldset.form-columns-2 .field:first-child {  padding: 0 0 15px;}
}

@media (min-width: 768px) {
  .header2020 .mobile {
    display: none !important;
  }

  .header2020 .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

.header2020 .mobile a[href="#search"] {
  display: none !important;
}

.header2020 .button {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #00a990;
}

.header2020 .button:hover {
  background: #0072bb;
}

.header2020 .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:before,
.header2020 .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a:after {
  display: none;
}

.header2020 .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link,
.header2020 .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited {
  padding: 15px 11px;
  font-size: 15px;
  line-height: 30px;
  text-transform: none;
  font-weight: 400;
  text-shadow: none;
  max-width: 100%;
  white-space: normal;
}

@media (min-width: 1300px) {
  .header2020 .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link,
  .header2020 .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited {
    padding: 10px 15px;
  }
}

@media (min-width: 768px) {
  .header2020 .row-fluid .mainmenu ul > li > ul > li > a:hover {
    font-weight: 500;
  }
}




.row-fluid .top.header2020 {
  padding: 0;
}

.row-fluid .top.header2020 {
  padding: 0;
}

.header2020 .site-header {
  padding: 15px 0;
}

.header2020 .site-header .wrapper > .row-fluid-wrapper > .row-fluid {
  display: flex;
  align-items: center;
}

.top-bar {
  background: #0072bb;
  text-align: right;
  font-size: 15px;
  color: #fff;
  line-height: 39px;
}

.top-bar ul ul {
  text-align: left;
}

@media (min-width: 768px) {
  .top-bar .span6 {
    text-align: left;
    display: inline-block;
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
  }
  
  .top-bar ul li.hs-item-has-children > a:after {
    position:absolute;
    content:"";
    text-shadow:none;
    height:8px;
    width:17px;
    background-image: url('//cdn2.hubspot.net/hubfs/328056/Tempstable_2017/Image/menu-arrow.png');
    background-repeat: no-repeat;
    background-size: cover;
    right:0;
    top: 15px;
    transition:all .4s ease-in-out;
  }
}

.topbar p {
  margin: 0;
  padding: 11px 0;
}

.top-bar a {
  color: #fff;
  text-decoration: underline;
  padding: 0 20px !important;
}

.top-bar a:hover {
  color: #fff;
  text-decoration: none;
}

.top-bar .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.top-bar .hs-menu-wrapper > ul > li {
  display: inline-block;
}

/*.top-bar .hs-menu-wrapper > ul > li:after {
  content: '';
  display: inline-block;
  margin: 0 30px;
  background: #9ea9b3;
  width: 1px;
  height: 15px;
  position: relative;
  top: 3px;
}

.top-bar .hs-menu-wrapper > ul > li:last-child:after {
  display: none;
}*/

.top-bar ul ul {
  background: rgb(77,78,83);
}

.top-bar ul ul a {
  padding: 0 10px;
}

.top-bar label {
  display: none;
}

.top-bar .hs-menu-item a[href='javascript:;'],
.top-bar .hs-menu-item a[href='#'] {
  cursor: default !important;
  text-decoration: none !important;
}

@media (max-width: 809px) {
  .top-bar {
    display: none !important;
  }
}


/* search */

.search-container .hs-search-field {
    position: relative;
    top: -273px;
}

.search-container .hs-search-field__bar {
  position: absolute;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  top: 0;
  width: 100%;
  padding-top: 33px;
}

.search-container input[type="text"] {
  border: 0px;
  color: #474C54;
  border-bottom: 2px solid #474C54;
  font-size: 30px;
  outline: 0;
  font-weight: bold;
  margin-bottom: 24px;
  padding-left: 60px;
  padding-right: 60px;
  height: 51px;
}

.search-container form {
  position: relative;
}

.search-container form:before {
  position: absolute;
  content: '';
  width: 34px;
  height: 34px;
  background: url(https://www.temparmour.com/hubfs/images/search.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  bottom: 32px;
}

.search-container form > .close_ico {
  position: absolute;
  content: 'x';
  width: 24px;
  height: 24px;
  font-size: 30px;
  top: 0;
  right: 0;
  color: #474C54;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
}

.search-container .hs-search-field > ul {
  position: absolute;
  width: 100%;
  top: 123px;
  background: #fff;
}

.search-container .hs-search-field #results-for {
  display: none;
}

.search-container .hs-search-field > ul li a {
    font-size: 26px;
    text-decoration: none;
    color: #474C54;
    margin: 19px 35px;
}

.search-container .hs-search-field .hs-search-highlight {
  color: #ED8032;
}

.search-ico {
  text-align: right;
  max-width: 42px;
}

.header2020 .search-ico img {
  cursor: pointer;
  max-width: 28px !important;
}

.search-container .hs-search-field--open .hs-search-field__suggestions {
    border: 0px;
}

@media (min-width: 768px) and (max-width: 1024px) {  
  .header2020 .flex .widget-type-custom_widget {
    clear: both;
    width: auto !important;
    margin-left: 0 !important;
  }
  .header2020 .flex .row-fluid {
    display: block !important;
  }
}

@media (max-width: 1024px) {  
  .header2020 .search-ico {
    position: absolute;
    top: 50%;
    right: 73px;
    transform: translateY(-50%);
    display: none;
  }
  
  .search-container input[type="text"] {
    font-size: 20px;
  }
}

@media(max-width: 1024px) {

  .hs-search-field__bar input {
    box-shadow: none;
    border: none!important;
    height: 47px;
    position: relative;
        border-top: 1px solid #959595!important;
            border-bottom: 1px solid #959595!important;
  }
  
  .hs-search-field__bar form {
   height: 47px;
  }  
  
  .close_ico {
   display: none;
  }
  
  .hs-search-field__bar {
   position: relative;
        z-index: 1;
  }
  
  .hs-search-field__bar:before {
    background: url(https://www.temparmour.com/hubfs/images/search.svg);
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    right: 20px;
    top: 11px;
    z-index: 1;
    background-size: contain;
  }
  
}

.header2020 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-of-type {
    margin-left: auto;
}
.hs-content-name-homepage .testimonial-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
}
.header2020 .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .header2020 .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a {
    font-weight: 700;
}
@media screen and (min-width: 1300px) {
    .header2020 .row-fluid .mainmenu {
        margin-right: 0;
    }
}