/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.4.0/jquery.fancybox.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    */
/*****************************************/
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
body { margin:0; padding:0; font-size:18px; line-height:1.5; font-family: 'Open Sans', sans-serif; font-weight:400; color:#888888; overflow-x:hidden; }
body .altFont, body .altFont p{ font-family: 'Montserrat' }
h1 { margin:0; padding:0; font-size:45px; line-height:1.1; font-family: 'Montserrat'; }
h2 { margin:0; padding:0; font-size:40px; line-height:1.2; }
h3 { margin:0; padding:0; font-size:32px; line-height:1.3; }
h4 { margin:0; padding:0; font-size:24px; line-height:1.4; }             
h5 { margin:0; padding:0; font-size:20px; line-height:1.4; }
h6 { margin:0; padding:0; font-size:18px; line-height:1.5;  }
body .font20 p{ font-size:20px; }
body .font24 p{ font-size:24px; }
body .font22 p, body .font22 h2{ font-size:22px; }
body .font16 p{ font-size:16px; }  
body .font30 h3, body .font30
{ font-size:30px; }  
img { max-width:100%; height:auto; border:none; vertical-align:middle; }
a { text-decoration:none; color:#000; transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -o-transition:all ease 0.3s; -webkit-tap-highlight-color: transparent !important; }
a:hover { color:#1996ff; }
p { margin:0; }
* + h1, * + h2 { margin-top:35px; }
* + h3, * + h4 { margin-top:30px; }
 * + h5, * + h6  { margin-top:25px; }
* + p { margin-top:20px }
input[type=submit] { cursor:pointer; background-image:url(https://cdn2.hubspot.net/hubfs/1831846/Test%20Service%20India%20Assets%202018/blank.png) !important;  }
.wrapper { width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1100px; padding-left: 15px; padding-right: 15px; }
.wrapper.small{ max-width:900px; }
.wrapper.big{  max-width:1380px; }
.clearfix:before,.clearfix:after { content:''; width:100%; display:table; }
.team-layout-fourcolumn * + p{font-size: 14px;}
/* For Hubspot >>>>>> */
body .row-fluid [class*="span"] { min-height:0px; }
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }
/* <<<<<< For Hubspot */

.set-bg, .bg, .overlay { background-size:cover; background-position:center; position:relative; }
.overlay > * { position:relative; z-index:2; }
.overlay.off:before { content:''; background:#FFF; }
.overlay.white:before { background:rgba(255,255,255,0.70); }
.whiteBg{ background:#ffffff;}
.offWhiteBg { background:#f3f3f3; }
.blackBg{ background: rgba(46,50,52,1);
background: -moz-linear-gradient(left, rgba(46,50,52,1) 0%, rgba(77,83,87,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46,50,52,1)), color-stop(100%, rgba(77,83,87,1)));
background: -webkit-linear-gradient(left, rgba(46,50,52,1) 0%, rgba(77,83,87,1) 100%);
background: -o-linear-gradient(left, rgba(46,50,52,1) 0%, rgba(77,83,87,1) 100%);
background: -ms-linear-gradient(left, rgba(46,50,52,1) 0%, rgba(77,83,87,1) 100%);
background: linear-gradient(to right, rgba(46,50,52,1) 0%, rgba(77,83,87,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3234', endColorstr='#4d5357', GradientType=1 ); }

.blackBgImage{ background-image:url("https://cdn2.hubspot.net/hubfs/3870341/Moca%20Images%20Aug-2018/Black-BgImage.svg");
  background-size:cover;    background-position: center center; background-repeat: repeat;
				
}


.fontColor, .fontColor a, .fontColor h1 { color:#484848; }
.fontRed, .fontRed a, .fontRed p, .fontRed h1, .fontRed h2, .fontRed h3, .fontRed h4, .fontRed h5, .fontRed h6{ color:#f21f46; }
.fontLightBlue, .fontLightBlue a { color:#66d8ff; } 
body .fontWhite, body .fontWhite a, body .fontWhite h1, body .fontWhite h2, body .fontWhite h3, body .fontWhite h4, body .fontWhite h5, body .fontWhite h6, body .fontWhite p{ color:#fff; }
.fontGreen, .fontGreen a { color:#58ddc4; }
/*.fontWhite a:hover { color:#f21f46; }*/
 * 
.button a , a.button { user-select: none; display: inline-block; font-weight: normal; text-align: center; text-decoration: none; font-family: sans-serif; background: rgb(242,31,70);
    color: rgb(255, 255, 255); border-radius: 6px; border-width: 0px; transition: all .4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; -o-transition: all .4s ease;
    text-shadow: none; line-height: 1.5em; padding: 6px 20px; border-radius: 2px; border: 1px solid #f21f46; line-height: 1.42857143; font-family: "Open Sans"; font-size: 14px; text-transform:uppercase;  }
.button a:hover , a.button:hover { background:transparent; color:rgb(242,31,70); }
.button.v2 a , a.button.v2{ padding:10px 40px; font-size:16px; font-weight:600; background:#fff; color:#2F3234; border-color:#fff; }
.button.v2:hover a , a.button.v2:hover{ background:#2F3234; color:#fff; border-color:#2F3234; }

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

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

.noListStyle ul, .listStyle ul { margin:0; padding:0; list-style:none; } /* put listStyle class to "parent" tag of "ul" */
.listStyle * + ul { margin-top:15px; }
.listStyle ul li { padding-left:40px; position:relative; font-weight:300; }
.listStyle ul li:before {content:"\f111"; font-size:7px; line-height: 1; font-family:'fontawesome',sans-serif; position:absolute; left:15px; color:#f21f46; font-weight:light; top:10px;  }
/* .listStyle ul li:not([class*="fa-"]):before { content:"\f111"; font-size:50%; line-height:3; } /*Default without any class in <li> if you want any other font awesome icon just put icon class in <li class="fa-angle-right"> Content</li> */ 
.listStyle.StyleWhite ul li:before{   color:#fff; }
.listStyle.StyleWhite ul li{ font-weight:300; }
.bgImage{ background-size: cover; background-position: left; background-repeat: no-repeat; }
/* Widths */
.fl { float:left; }  
.fr { float:right; }  
.ib, .row-fluid .ib{ display: inline-block; vertical-align:middle; margin-right:-4px; float:none !important; }
.ib.vt, .row-fluid .ib.vt{ vertical-align:top;  }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33.33%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w66 { width: 66.66%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w100 { width: 100%; }

/*unique paddings*/
.pb10,.p10-0 { padding-bottom:10px; }
.pb20,.p20-0 { padding-bottom:20px; }
.pb30,.p30-0 { padding-bottom:30px  }
.pb40,.p40-0 { padding-bottom:40px; }
.pb50,.p50-0 { padding-bottom:50px; }
.pb60,.p60-0 { padding-bottom:60px; }
.pb70,.p70-0 { padding-bottom:70px; }
.pb80,.p80-0 { padding-bottom:80px; }
.pb90,.p90-0 { padding-bottom:90px; }
.pb100,.p100-0 { padding-bottom:100px; }
.pt10,.p10-0 { padding-top:10px; }
.pt20,.p20-0 { padding-top:20px; }
.pt30,.p30-0 { padding-top:30px  }
.pt40,.p40-0 { padding-top:40px; }
.pt50,.p50-0 { padding-top:50px; }
.pt60,.p60-0 { padding-top:60px; }
.pt70,.p70-0 { padding-top:50px; }
.pt80,.p80-0 { padding-top:80px; }
.pt90,.p90-0 { padding-top:90px; }
.pt100,.p100-0 { padding-top:100px; }
.pt300,.p300-0 { padding-top:300px; }
.pl15, .p15 { padding-left:15px; }
.pr15, .p15 { padding-right:15px; }
.pt15, .p15 { padding-top:15px; }
.pb15, .p15 { padding-bottom:15px; }
.pl0,.p0-0 { padding-left:0; }
.pr0,.p0-0 { padding-right:0; }
.pt0,.p0-0 { padding-top:0; }
.pb0,.p0-0 { padding-bottom:0; }
::-webkit-input-placeholder { opacity:1 !important; color:#808696 !important; }
::-moz-placeholder { opacity:1 !important; color:#808696 !important; }
:-ms-input-placeholder { opacity:1 !important; color:#808696 !important; }
form .input { margin-right:0 !important; }
form fieldset { max-width:inherit !important; margin:0 -10px;  }
form fieldset.form-columns-1 .field { width:100% !important; }
form fieldset.form-columns-2 .field { width:50% !important; }
form fieldset.form-columns-3 .field { width:33.33% !important; }
form .field { padding:0 0 20px; }
form fieldset .field { padding-left:10px; padding-right:10px; } 
form ul.multi-container { padding-top:10px; }
form ul.multi-container li { margin:5px 0; }
textarea, input[type="text"], input[type="number"], input[type="email"], input[type="tel"], select { display:block; border:1px solid #d7d7d7; outline:none; background:#fff; font-size:16px; line-height:20px; font-family:'Proxima Nova', sans-serif; font-weight:400; color:#000; margin:0; padding:13px 20px; width:100% !important; border-radius:5px; }
textarea { min-height:110px; }
form input[type="radio"],form input[type="checkbox"] {  display:none }
form input[type="radio"]+span,form input[type="checkbox"]+span {  position:relative; display:block; padding-left:30px; cursor:pointer }
form input[type="radio"]+span:before,form input[type="checkbox"]+span:before {  content:"\f00c"; font-family:fontawesome; color:#f26c23 ; position:absolute; left:4px; top:4px; font-size:0; width:15px; height:15px; display:block; border:1px solid #ccc; transition:all ease .3s; -webkit-transition:all ease .3s; text-align:center; line-height:14px }
form input[type="radio"]+span:before {  border-radius:50% }
form input[type="radio"]:checked+span:before {  background:#f26c23 ; border-color:#f26c23  }
form input[type="checkbox"]:checked+span:before {  border-color:#f26c23 ; font-size:12px; background:#f26c23 ; color:#fff; letter-spacing:0; }

input[type="submit"] { outline:none; font-family:'Proxima Nova', sans-serif; padding:12px 40px; background:#f26c23; color:#fff; border:1px solid #f26c23; font-size:16px; line-height:18px; text-transform:uppercase; font-weight:700; border-radius:4px;
-webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; transition:all ease 0.3s; }
input[type="submit"]:hover { color:#f26c23; background:transparent; }
span.hs-form-required, .hs_error_rollup{ display:none; }
.hs-form-field label{ display: block; font-size:12px; font-weight:400; }
ul.hs-error-msgs.inputs-list{ margin:0; }
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


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

.forWidth500{ max-width:500px; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Page Wise CSS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*  Banner Section */
.bannerSection{ position:relative; height:auto; width: 100%; display: table; }
.bannerSection > div{ display:table-cell; vertical-align: middle; width: 100%; }
.bannerSection h1{ font-size:40px;}
.bannerSection:after{ content:""; position:absolute; top:0; left:0; right:0; bottom:0; z-index:-1; background: linear-gradient(141deg,#2F3335,#4D5357); -webkit-background: linear-gradient(141deg,#2F3335,#4D5357); -moz-background: linear-gradient(141deg,#2F3335,#4D5357); }

.SegmentationPage .bannerSection .bannerImage img{ max-width:300px; width:100%; }

/*  Icons, Title and Content Module */
.iconModules div.hs_cos_wrapper { width:50%; display:inline-block; margin-right:-4px; vertical-align:top; }
.iconModules span.hs_cos_wrapper{ margin:0 -15px; width:auto; display:block; }

.TwoColumnModule { overflow:hidden;}
.twoColumn50 .TwoColumnModule .wrapper > div{ width:50%; }
.TwoColumnModule > div > div:first-child{ padding-right:50px; }
.TwoColumnModule > div > div:last-child{ padding-left:50px; }
.wrapperLeft .TwoColumnModule > div > div:last-child{ padding-left:0; } 
.wrapperRight .TwoColumnModule > div > div:first-child{ padding-right:0; }
.audienceSection  .wrapper .LeftDiv img, .behavioralSection .wrapper .LeftDiv img{ width:550px; }
.swapDiv  .RightDiv + .LeftDiv{ text-align:right; }
.createDynamicSection .TwoColumnModule .LeftDiv img, .importExportSection .TwoColumnModule .LeftDiv  img{ width:700px; }
.createDynamicSection .TwoColumnModule .LeftDiv { text-align:left; } 
.userAttributesSection .TwoColumnModule .LeftDiv { text-align:right; padding-right:50px; }
.userAttributesSection .TwoColumnModule .LeftDiv  img{ width:350px; }
.userAttributesSection .TwoColumnModule { background-position:20%; padding-bottom:0; }
/* .wrapperLeft .TwoColumnModule img, .wrapperRight .TwoColumnModule img{ max-width:700px; } */

.BoostcustomerModule{ background: rgb(88,195,170); /* Old browsers */
background: -moz-linear-gradient(left, rgba(88,195,170,1) 0%, rgba(25,161,170,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(88,195,170,1) 0%,rgba(25,161,170,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(88,195,170,1) 0%,rgba(25,161,170,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c3aa', endColorstr='#19a1aa',GradientType=1 ); }

.BoostcustomerModule h4{color:#131313; }


.boostSection{ background: linear-gradient(141deg,#2F3335,#4D5357); -webkit-background: linear-gradient(141deg,#2F3335,#4D5357); -moz-background: linear-gradient(141deg,#2F3335,#4D5357); }

.benefits .benefitsIcon svg{ width:50px; height:50px; }
.benefits .benefitsIcon svg *{ fill:#58DDC4; }
.benefits .benefitsContent p{ color:#58ddc4; font-size:16px; }
.benefitsDetail .benefits{ padding:25px 15px; }
.benefitsDetail .benefits .benefitsIcon{  width:50px; }
.benefitsDetail .benefitsContent { width: calc(100% - 50px); padding-left:20px; overflow:hidden; }
.benefitsDetail{ position:relative;}
.benefitsDetail:after{ content:""; background-color:rgba(255, 255, 255, 0.27); width:1px; height:100%; position: absolute; top: 0; left: 50%; }
.benefitsDetail .moreButton .benefits-more svg{ max-width: 35px; max-height: 24px; display: inline-block; vertical-align: middle; margin-left:10px;  }
.benefitsDetail .moreButton .benefits-more svg *{ fill:#58ddc4; }
.benefitsDetail .moreButton .benefits-more { line-height:1; font-size: 16px; }
.benefitsDetail .moreButton .benefits-more:hover{ color:#58ddc4;  }
.benefitsDetail .moreButton{ transform:translateY(100%); -webkit-transform:translateY(100%); -moz-transform:translateY(100%); transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s; }
.benefits:hover{ cursor:pointer; background:rgba(0,0,0,.28); }
.benefits:hover .moreButton { transform:translateY(0%); -webkit-transform:translateY(0%); -moz-transform:translateY(0%); color:#58ddc4; }
.benefits:nth-child(2n) { padding-left: 30px; }
/*  Page-2 */
.buildCustomersSection .TwoColumnModule .LeftDiv img{ width:650px; }
.contextualSection .TwoColumnModule .LeftDiv img{ width:425px; }
.contextualSection .TwoColumnModule .LeftDiv{ text-align:left; padding-left: 0; }
.contextualSection .bgImage{     background-position: right bottom;
    background-size: contain;}

.PersonalizationbannerSection{ background: linear-gradient(141deg,#2F3335,#4D5357);
    -webkit-background: linear-gradient(141deg,#2F3335,#4D5357);
    -moz-background: linear-gradient(141deg,#2F3335,#4D5357); }
/*  Page-3 */

.TwoColumnModule .sectionTitle p{ font-size:30px; }

/* Page-4 */
.mobileImageModule  .mobileImageBox{ padding:0 15px; }
.iconsAndContentModule .iconsSvgModule{ padding:25px; }
.iconsAndContentModule .iconsSvgModule .iconsSvgCode{ width:150px; height:120px; line-height:120px;  margin: 0 auto; }
.iconsAndContentModule .iconsSvgModule svg{ max-width:100%; width:150px; height:80px; vertical-align: middle; }
.iconsAndContentModule .iconsSvgModule svg *{ fill:#F21F46; }
.fontWhite .iconsAndContentModule .iconsSvgModule svg * { fill:#fff; }
.iconsAndContentModule  .wrapper > span{ margin:0 -25px; display:block;  }
.iconsModuleContent p{ color:#484848; }

/* page-5 */
.connectYourSection .BoostcustomerModule h2{ font-size:45px; color:#f21f46; }
.connectYourSection .BoostcustomerModule.fontWhite{ background:#fff;  } 
.connectYourSection .BoostcustomerModule.fontWhite *{ color:#888; }
.connectYourSection .BoostcustomerModule.fontWhite .button.v2{ background: rgb(242,31,70);
    color: rgb(255, 255, 255) !important; border: 1px solid #f21f46; } 
.connectYourSection .BoostcustomerModule.fontWhite .button.v2:hover{ background:transparent; color:rgb(242,31,70) !important; }
.connectYourSection .BoostcustomerModule h4{ color:#f21f46 !important; font-weight:700; font-size:18px;  }
.connectYourSection .BoostcustomerModule .BoostcustomerContent{  padding-top:40px; }
/* Page-6 */
.manageLocationModule .wrapper > span{ margin:0 -25px; display: block; width: auto; }
.manageLocationModule .manageBox{ padding:25px 25px; padding-left:50px; }
.manageLocationModule .manageBox .manageBoxTitle { position:relative; }
.manageLocationModule .manageBox .manageBoxTitle:after{ content: "\f111"; font-size: 7px; line-height: 1; font-family: 'fontawesome',sans-serif;
    position: absolute; left: -25px; color: #f21f46; font-weight: normal; top: 15px; }



/* Footer Section */
.footerFormSide div.hs_cos_wrapper{ background: transparent; border: none; padding: 0; margin-bottom: 0; max-width: 100%; }
.footerSection .hs-custom-form{  }
.footerSection .footerForm .hs-input{ position:static; }
.footerForm .hs_cos_wrapper_type_form .hs-form-field{ padding:0; }
.footerSection .footerForm form{ padding:0; margin:0; position:relative; margin-top: 10px; }
.footerSection .footerForm form input[type="email"]{ padding:10px 15px; padding-right: 135px; }
.footerSection .footerForm form input[type="submit"].hs-button.primary{ position:absolute; top:0; right:0; margin-bottom:0; margin:0; border:1px solid #f21f46; font-weight:400; text-transform: capitalize; }
ul.contactLinks{ margin:0; padding:0; list-style:none; }
ul.contactLinks li{ padding:0 10px; display:inline-block; line-height: 1; margin-right: -4px; position:relative; }
ul.contactLinks li:after{ content:"|"; position:absolute; top:0; right:-4px; color:#DCDCDC; font-size:14px; line-height:18px;  }
ul.contactLinks li:last-child:after{ display:none; }

ul.moca-footer-social li{ display:inline-block !important; }
ul.moca-footer-social li a{ width:40px; height:40px; display:block; opacity:1 !important; }
ul.moca-footer-social li a svg{ width:100%; height:100%; }
ul.moca-footer-social li a svg *{ fill:#DCDCDC; transition:all ease 0.3s; }
ul.moca-footer-social li a:hover svg *{ fill:#f21f46; }
/* Header Section */
/* .headerSection{ position: fixed; width: 100% !important; z-index: 999; background-color: rgba(46,50,52,0.7); transition: .2s ease-in-out;  }
.headerSection .navigation{ padding:20px 0px; }
.headerSection .navigation ul > li.hs-menu-depth-1{ display:inline-block; float: none !important; padding:0 15px; vertical-align: middle; font-size: 0; }
.siteLogo  a{ display:block; }
.siteLogo img{ max-width:130px; }
.headerSection .navigation ul > li.hs-menu-depth-1 > a{ color:#fff; max-width: 100%; width:100%; font-size:14px; padding:10px 10px; position:relative; overflow: visible; }
.headerSection .navigation ul > li.hs-menu-depth-1 > a:after{ content:""; background-color:#fff; width:100%; height:3px; position:absolute; bottom:-3px; left:0; opacity:0; transition:all ease 0.3s;  }
.headerSection .navigation ul > li.hs-menu-depth-1:nth-last-child(2){  padding-right:20px;}
.headerSection .navigation ul > li.hs-menu-depth-1:nth-last-child(2) a{ background: #f21f46; border:1px solid #f21f46; padding:4px 20px; border-radius: 3px; }
.headerSection .navigation ul > li.hs-menu-depth-1:nth-last-child(2) a:hover{ background:transparent; color:#f21f46; }
.headerSection .navigation ul > li.hs-menu-depth-1:last-child a{ background: transparent; border:1px solid #fff; color:#fff; padding:4px 20px; border-radius: 3px; }
.headerSection .navigation ul > li.hs-menu-depth-1:last-child a:hover{ background: #fff; color:#131313; }
.headerSection .navigation ul > li.hs-menu-depth-1:nth-last-child(2) a:after, .headerSection .navigation ul > li.hs-menu-depth-1:last-child a:after{ display:none; }
.headerSection .navigation ul > li.hs-menu-depth-1:hover a:after{ opacity:1;  } */

/* Partners Page-1 */
.bannerVideo .VideoImage{ width:100%; height:400px; display: block; outline:none !important; position: relative; background-position:center center; transition:all ease 0.4s; -webkit-transition:all ease 0.4s;}
.bannerVideo .VideoImage .playButton{ width:70px; height:70px; line-height:70px; font-size:25px; display: inline-block; color:#fff;
    border: 1px solid #fff; border-radius: 50%; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);  transition:all ease 0.4s; -webkit-transition:all ease 0.4s;}
.bannerVideo .VideoImage .playButton:before{content:""; width: calc(100% + 40px); height: calc(100% + 40px); border: 1px solid #fff;
    display: inline-block; background: transparent; z-index: -1; position: absolute; left: -20px; top: -20px; border-radius: 50%; }

.bannerVideo .VideoImage:hover span{border:1px solid #f21f46;}
.bannerVideo .VideoImage:hover .playButton:before{border:1px solid #f21f46;}
.bannerVideo .VideoImage:hover span i{color:#f21f46;}
.partnerlogoSection  h2{ color:#484848; }

.partnersCardList .partnerCard{  border:1px solid #dbdbdb; position:relative;  padding:40px; position:relative; height:480px; }
.partnersCardList > div.w33{     padding:15px; }
.popUpCardDetail{ background-color:#F2F2F2; padding:40px; border:1px solid #dbdbdb; position: absolute; left: 0; right: 0; z-index: 99; top: 0; transition:all ease 0.3s;     max-height: 400px;
    overflow-y: auto; font-size:14px; }
.popUpCardDetail p{ font-size:14px; }
.popUpCardDetail.open{ transform: translateY(100px); display:block !important; }
.partnerCardButton .popUpButton{ width: 30px; height: 30px; line-height: 28px; display: inline-block; border: 1px solid #000; 
  border-radius: 50%; text-align: center; padding-left: 1px; font-size: 14px; font-weight: 300; }
.partnerLogo{ display:block; height:60px; }
.partnerLogo img{ max-height:60px; }
.partnersCardList{ margin:0 -15px; }
.partnersCardList .partnerCard:after{ content:""; background-color:#dc394c; height:0px; width:100%; position:absolute; top:0; left:0; right:0; transition:all ease 0.3s; -moz-transition:all ease 0.3s; -webkit-transition:all ease 0.3s;  }
.partnersCardList .partnerCard:hover{ cursor:pointer; }
.partnersCardList .partnerCard:hover:after, .partnersCardList .partnerCard.open:after{ height:3px; }

/* 6-9-2018 */

.BoostcustomerModule.greenBlueGradient{ background: rgb(88,195,170); /* Old browsers */
background: -moz-linear-gradient(left, rgba(25,161,170,1) 0%, rgba(88,195,170,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(25,161,170,1) 0%,rgba(88,195,170,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(25,161,170,1) 0%,rgba(88,195,170,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c3aa', endColorstr='#19a1aa',GradientType=1 ); }
.BoostcustomerModule.greenBlueGradient a.button.v2{padding: 15px 18px;}


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

/*-=-=- Only Desktop CSS -=-=-*/
.hideme {opacity:0;}

@media (min-width:4000px ) {
  .benefitsDetail:after{ left: calc(50% + 10px); }
}
@media (min-width:2500px ) {
  .benefitsDetail:after{ width:2px; }
}

@media( min-width:1600px){
  .TwoColumnModule > div > div:first-child, .TwoColumnModule > div > div:last-child{ width:50%; } 
  .wrapperLeft .TwoColumnModule img, .wrapperRight .TwoColumnModule img{ max-width:850px; }
  
}

@media (min-width:1231px ) {
	.automationPage .bannerSection .wrapper{ position:relative; }
  .automationPage .bannerSection .bannerImage img{ position: absolute; bottom: -13.5%; right: 0; max-width: 48%; }
}

@media (min-width:991px ) {
  .automationPage .bannerSection .bannerContent h1{ padding-top:80px; }        
}

/* min width: 768 */
@media ( min-width:1024px ){
      /* Navigation Submenu */
  .bannerContent{ padding-right:50px; }
  .bannerImage{ padding-left:50px; }
  .marketingAnalyticsPage .bannerSection .wrapper{ position:relative; }
  .marketingAnalyticsPage .bannerSection .bannerImage img{ position: absolute; bottom: -16.8%; right: -10%; max-width: 50%; }
  
}


/*-=-=- Smaller Desktop Devices -=-=-*/
@media (max-width:1230px ) {

		.wrapper { max-width:1000px }


}

/*-=-=-  Tablet Landscape and Smaller Devices -=-=-*/
@media (max-width:1080px ) {

    .wrapper { max-width:900px }
  .NeedModule .w30, .NeedModule .w70{ width:100%; margin-right: 0; display: block; }
  .benefitsDetail{ padding-left:0; margin-top:30px; }
  
  .userAttributesSection .TwoColumnModule .LeftDiv img{ max-width:250px; }
  .userAttributesSection .TwoColumnModule .LeftDiv{ padding-right:30px; }
  .contextualSection .TwoColumnModule .LeftDiv img{ width:300px; }
  .benefitsDetail:after{ left:calc(50% - 25px); }
  .marketingAnalyticsPage .bannerSection .bannerImage img{ position: absolute; bottom:  -12.5%; right: -0%; max-width: 50%; }
  

}

/*-=-=-  Tablet Portrait and Smaller Devices -=-=-*/
@media (max-width:991px ) {
			
		.wrapper { max-width:100%; }
		
		.tabw25 { width:25%; }
    .tabw30 { width:30%; }
    .tabw33 { width:33.33%; }
    .tabw40 { width:40%; }
    .tabw50 { width:50%; }
    .tabw60 { width:60%; }
    .tabw66 { width:66.66%; }
    .tabw70 { width:70%; }
    .tabw75 { width:75%; }
    .row-fluid .tabw100 { width:100%; margin-left:0; }

    h1 { font-size:30px; }
    h2 { font-size:28px; }
    h3 { font-size:26px; }
    h4, .TwoColumnModule .sectionTitle p, body .font30 h3, body .font30{ font-size:24px; }
    h5 { font-size:20px; }
    h6 { font-size:18px; }

    .pb40,.p40-0 { padding-bottom:25px; }
    .pb50,.p50-0 { padding-bottom:30px; }
    .pb60,.p60-0 { padding-bottom:35px; }
    .pb70,.p70-0 { padding-bottom:40px; }
    .pb80,.p80-0 { padding-bottom:50px; }
    .pb90,.p90-0 { padding-bottom:50px; background-position:center; }
    .pb100,.p100-0 { padding-bottom:50px; }
    .pt40,.p40-0 { padding-top:25px; }
    .pt50,.p50-0 { padding-top:30px; }
    .pt60,.p60-0 { padding-top:35px; }
    .pt70,.p70-0 { padding-top:40px; }
		.pt80,.p80-0 { padding-top:50px; }
    .pt90,.p90-0 { padding-top:50px; }
    .pt100,.p100-0 { padding-top:50px; }
  
  .bannerSection{ padding-top:100px !important; }
  .benefits .benefitsContent h6{ font-size:16px; }
  .benefitsDetail:after{ left: calc(50% - 10px); }
  .userAttributesSection .TwoColumnModule .LeftDiv img{ max-width:200px; padding-top: 50px; }
/*   body.marketingAnalyticsPage  .TwoColumnModule .wrapper > div{ width:50%; }  */
  .marketingAnalyticsPage .TwoColumnModule .sectionTitle p{ font-size:20px; }
  .marketingAnalyticsPage .TwoColumnModule .sectioncontent p{ font-size:16px; }
  .TwoColumnModule > div > div:first-child{ padding-right:15px; }
  .TwoColumnModule > div > div:last-child{ padding-left:15px; }
  .iconsAndContentModule .w33{ width:50%; }
  .iconsAndContentModule .wrapper > span{ margin:0 -14px; }
  .connectYourSection .BoostcustomerModule h2{ font-size:25px; }
  
	.submenuSolu:before{ right: 50%; }
  .submenuSolution:before{ right: 20%; }
  .contextualSection .bgImage{ background-size: 50% 40%; }
  .wrapperLeft .TwoColumnModule img, .wrapperRight .TwoColumnModule img{ max-width:100%; } 
  .marketingAnalyticsPage .bannerSection .bannerImage img{ position: absolute; bottom: 0; right: 0%; max-width: 45%; }
  .TwoColumnModule > div > div:first-child, .TwoColumnModule > div > div:last-child{ width:50%; }
  .partnersCardList > div.w33{ width:50%; }
  
}

/*-=-=-  Mobile Devices -=-=-*/
@media (max-width:767px ) {

      .wrapper { max-width:100%; padding-left:15px; padding-right:15px; }
      .mtop10 { margin-top:10px; } /* >>>>>>> margin top 10px in mobile <<<<<<<< */
      .mtop20 { margin-top:20px; } /* >>>>>>> margin top 20px in mobile <<<<<<<< */
      .mtop30 { margin-top:30px; } /* >>>>>>> margin top 30px in mobile <<<<<<<< */
      .mtop40 { margin-top:40px; }
  		.mtop50 { margin-top:50px; } 
      .mpt0,.mp0 { padding-top:0 !important; }
      .mpb0,.mp0 { padding-bottom:0 !important; }
      .mobile-center { text-align:center; } /*>>>>>>>    text-align:center in mobile   <<<<<<<<<<<<*/
      .text-right { text-align:center; }
  .ib, .row-fluid .ib{  margin-right:0; }
      .mw25 { width:25%; }
      .mw33 { width:33.33%; }
      .mw50{ width:50%; }
      .mw66 { width:66.66%; }
      .mw75 { width:75%; }
      .mw100,.w50,.w40, .w60, .w25{ width:100%; }
  body p, body ul li, body .font30 p{ font-size:16px; }
 .font31 { font-size:16px; text-align:left;}
		/*-=-=-=-= Mobile menu JS USE  MENU ICON as '<a class="expandMenu"><i></i><i></i><i></i></a>' -=-=-=*/
		a.expandMenu { width: 40px; height: 40px; display: block; cursor:pointer; position: absolute; top: 15px; right: 15px; padding: 5px;  }
		a.expandMenu i { position:relative; width: 30px; left:0; height: 4px; opacity:1; display: block; background: #7d8187; margin: 5px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
		a.expandMenu.open i:first-child { transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 10px; position: relative; }
		a.expandMenu.open i:nth-child(2) { position:relative; left:-46px; opacity:0; }
		a.expandMenu.open i:last-child { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top: -8px; position: relative; }
        /*-=-=-=-= Mobile Submenu JS USE  SUBMENU ICON as '<a class="childExpand"><i></i><i></i></a>' -=-=-=*/
        .childExpand { position: absolute; top: 5px; right: 15px; width: 24px; text-align: center; height: 24px; margin: 0; padding:5px; cursor:pointer; }
        .childExpand i { position:relative; width: 15px; left:0; height: 1px; opacity:1; display: block; background: #fff; margin: 6px 0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
        .childExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top: -7px; }
        .childExpand.open i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
        .childExpand.open i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); }
        .childExpandwhite i{background: #888888;}
  .bannerSection { padding-top: 70px !important; }
  .locationSection .bgImage{ background-size: contain; background-position: left 25%; }
  .twoColumn50 .TwoColumnModule .wrapper > div{ width:100%; padding-left:0; padding-right:0; }
  .TwoColumnModule .wrapper > div:last-child{ padding-left:0}
  .TwoColumnModule .wrapper > div:first-child{ padding-right:0}
  .userAttributesSection .TwoColumnModule, .locationSection .bgImage{ background-position: bottom center; background-size: contain; }
  .userAttributesSection .TwoColumnModule .LeftDiv img{ max-width:180px;  }
  .userAttributesSection .TwoColumnModule .LeftDiv{ padding-right:0; }
  .locationSection .TwoColumnModule { padding-bottom:0; }
  .benefitsDetail .benefits{ display:block; margin-right:0; padding:15px 0; }
  .benefitsDetail:after{ display:none; }
  .userAttributesSection .TwoColumnModule .LeftDiv img{ padding-top:0; }
  .benefitsDetail .benefits .benefitsIcon,  .benefitsDetail .benefits .benefitsContent{ display:inline-block; margin-right:-4px; }
  .benefitsDetail .benefitsContent{ padding-left:15px; }
  .benefitsDetail .benefitsContent * { font-size:14px !important;  }
  .mobileImageModule .mobileImageBox + .mobileImageBox{ margin-top:30px; }
  .mobileImageModule .mobileModuleTitle p{ font-size:16px; }
  .iconsAndContentModule .w33{ width:100%; }
  .iconsAndContentModule .wrapper > span{ margin:0; }
  .iconsAndContentModule .w33{ padding:15px 0px; }
  .manageLocationModule .wrapper > span{ margin:0; }
  .manageLocationModule .manageBox{ padding:15px 0; padding-left:26px; }
  
  .bannerSection{ height:auto; }
  .wrapperLeft .TwoColumnModule img, .wrapperRight .TwoColumnModule img{ max-width:100%; }
  .TwoColumnModule { background-image: none !important; }
  .TwoColumnModule .wrapper > div:last-child{ text-align:center; }
  .marketingAnalyticsPage .bannerSection .bannerImage img{ position:static; max-width:100%; }
  .marketingAnalyticsPage .bannerSection, .marketingAnalyticsPage .bannerSection .wrapper{ padding-bottom:0; }
  .TwoColumnModule > div > div:first-child, .TwoColumnModule > div > div:last-child{ width:100%; }
  
  .bannerVideo .VideoImage{ height:200px; }
  .bannerVideo .VideoImage .playButton{ height:50px; width:50px; line-height:50px; }
  .partnersCardList > div.w33{ width:100%; margin-right:0; }
  .hideme {opacity:1;}
  .iconModules div.hs_cos_wrapper { width:100%; margin-left:20px;}
  
  .childExpandhide .childExpand {display:none;}
}





