@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.2/jquery.fancybox.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    */
/*****************************************/


/* 
font-family: 'Univers 57 Condensed';
src: url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/Univers-Condensed.eot?t=1530282321413');
src: url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/Univers-Condensed.eot?t=1530282321413#iefix') format('embedded-opentype'),
url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/Univers-Condensed.woff?t=1530282321413') format('woff'),
url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/Univers-Condensed.ttf?t=1530282321413') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
  font-family: 'Univers LT Std';
  src: url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-LightCn.eot?t=1530282321413');
  src: url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-LightCn.eot?t=1530282321413#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-LightCn.woff?t=1530282321413') format('woff'),
    url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-LightCn.ttf?t=1530282321413') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Univers LT Std';
  src: url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-BoldCn.eot?t=1530282321413');
  src: url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-BoldCn.eot?t=1530282321413#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-BoldCn.woff?t=1530282321413') format('woff'),
    url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-BoldCn.ttf?t=1530282321413') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Univers LT Std';
  src: url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-LightCnObl.eot?t=1530282321413');
  src: url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-LightCnObl.eot?t=1530282321413#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-LightCnObl.woff?t=1530282321413') format('woff'),
    url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-LightCnObl.ttf?t=1530282321413') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Univers LT Std';
  src: url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-Light.eot?t=1530282321413');
  src: url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-Light.eot?t=1530282321413#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-Light.woff?t=1530282321413') format('woff'),
    url('//cdn2.hubspot.net/hubfs/138774/Call_Revu_Theme_2017/fonts/UniversLTStd-Light.ttf?t=1530282321413') format('truetype');
  font-weight: 300;
  font-style: normal;
} */


@font-face {
  font-family: 'Univers LT Std';
  src: url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Fonts/UniversLTStd.woff2') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Fonts/UniversLTStd.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

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

* { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing:border-box;}

body.pageopen { opacity:1; }
body { font-family: 'Univers LT Std'; color:#000; padding:0; margin:0; font-size:16px; line-height:24px;  overflow-x:hidden; opacity:0; }
 
h1 { font-family: 'Univers LT Std'; color:#000; padding:0; margin:0; font-size:36px; line-height:40px;}
h2 { font-family: 'Univers LT Std'; color:#000; padding:0; margin:0; font-size:32px; line-height:36px;}
h3 { font-family: 'Univers LT Std'; color:#000; padding:0; margin:0; font-size:28px; line-height:32px;}
h4 { font-family: 'Univers LT Std'; color:#000; padding:0; margin:0; font-size:24px; line-height:28px;}
h5 { font-family: 'Univers LT Std'; color:#000; padding:0; margin:0; font-size:18px; line-height:24px;}
h6 { font-family: 'Univers LT Std'; color:#000; padding:0; margin:0; font-size:16px; line-height:18px;}

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:10px 0; margin:0; }
a { text-decoration:none; outline:none; color:#ccc; -webkit-transition:all .6s ease-in-out; -moz-transition:all .6s ease-in-out; -o-transition:all .6s ease-in-out; transition:all .6s ease-in-out; }
a:hover { color:#000; }


ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.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 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 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; font-size:13px; line-height:18px; }

.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:18px; height:18px; border:1px solid #003666; color:#fafafa; background:transparent;   }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:transparent; color:#fff; border-color:transparent; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#003666; position:absolute; left:-25px; top:0;  content: "\f046"; font-family:'FontAwesome'; width: 20px; line-height: 20px; font-size: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:#333; background:#3333;  border-radius:100%; }

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

.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 { 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; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; outline: none; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-dots { margin:0; padding:0; list-style:none; }

.slick-arrow { position:absolute; top:50%; border:1px solid #011E24; font-size:0; min-width:auto;  width:40px; height:40px; line-height:0; outline:none; background:transparent; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index:2; color:#011E24; }
.slick-arrow:hover { background:#011E24; color:#fff; }
.slick-arrow:hover:before { color:#fff; }
.slick-prev { left:0; color:#011E24; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:24px; color:#011E24;  }
.slick-prev:before { content: "\f104"; left:-1px; position: relative; top: 3px; }
.slick-next { right:0;}
.slick-next:before { content: "\f105"; right: -2px; position: relative; top: 3px }



::-webkit-input-placeholder { color: #fff; font-family: 'Univers LT Std'; font-style:italic; opacity:1; font-size:16px; line-height:20px;}
::-moz-placeholder { color: #ffff; font-family: 'Univers LT Std';  opacity:1; font-style:italic; font-size:16px; line-height:20px;}
:-ms-input-placeholder { color: #ffff; font-family: 'Univers LT Std';  opacity:1; font-style:italic; font-size:16px; line-height:20px;}
:-moz-placeholder { color: #fff; font-family: 'Univers LT Std'; opacity:1; font-style:italic; font-size:16px; line-height:20px; }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
  
}



  


@media (min-width: 1300px) {
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a { font-size:14px !important; }
}
@media (min-width: 992px) {

  .row-fluid .mainmenu { text-align:right; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li { padding:0;  position:relative;}
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a { font-size:12px;  letter-spacing: 0.5px; line-height:20px;  padding:10px 15px; text-transform:uppercase; color:#fff; text-align:center; position:relative; white-space: normal; width:100% !important; float:left;  max-width: 100% !important; overflow: hidden;  text-overflow: inherit; }
/*   .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:before { content:''; position:absolute; bottom:50%; left:100%; right:100%; background:#87c03f; height:1px; opacity:0; transition:all .6s ease; } */
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:hover { color:#87c03f; }
/*   .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover:before { right:0; left:0; opacity:1;transition:all .6s ease; transition:all .6s ease; } */

  .row-fluid .header_section .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { top:100%; transition:all .6s ease; }
  .row-fluid .header_section .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { top:150%; background:#87c03f; width:210px; padding:0; line-height:0;transition:all .6s ease; }
  .row-fluid .header_section .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li { width:100%; }
  .row-fluid .header_section .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { color:#fff; border-bottom:1px solid rgba(255,225,225,0.3); padding:8px 15px; text-align:left; font-size:14px; line-height:22px; white-space:normal; }   
  .row-fluid .header_section .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover { background:#63ab09; color:#fff; }
  .row-fluid .header_section .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:last-child a { border-bottom:0; } 

  .row-fluid .mainmenu .getdemo_btn { display:none !important; } 
  .row-fluid .mainmenu .signup_text { display:none !important; } 
  
} /*--close--768--*/


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

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; }
.row-fluid .bg-img { display:none; }


.row-fluid .normalbtnin a {  width:auto; float:none; display:inline-block; text-align:center; margin:20px 0 0; color:#fff; letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:17px 35px 15px 35px; min-width:180px; text-transform:uppercase; }
.row-fluid .normalbtnin a:hover { opacity:0.7; }   

.row-fluid .normalbtn {  width:auto; float:none; display:inline-block; text-align:center; margin:20px 0 0; color:#fff; letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:17px 35px 15px 35px; min-width:180px; text-transform:uppercase; }
.row-fluid .normalbtn:hover { opacity:0.7; }   

.row-fluid .header_section .header_right { width:auto; float:right; }
.row-fluid .header_section .toplogo { width:30%; }   

/*---hero_section--*/
.row-fluid .hero_section { padding:250px 0 250px; background-size:cover !important; position:relative; text-align:center; background-position:top center !important; }
.row-fluid .hero_section .wrapper { position:relative; z-index:99; }
.row-fluid .hero_section:before { content:""; width:100%; height:100%; left:0; top:0; background:rgba(2, 100, 156, 0.7); }
.row-fluid .hero_section h1 { width:100%; float:left; color:#f8f8f8; font-size:60px; line-height:70px; font-weight: bold; margin-bottom:40px; letter-spacing:0.5px; }
.row-fluid .hero_section .heroinner {  max-width:600px; float:none; display:inline-block; width:100%; }

.row-fluid .hero_section .herocta_cover { text-align:center; }
.row-fluid .heroctabtn { width:auto; float:none; display:inline-block; margin:0 12px; }  
.row-fluid .heroctabtn a { border-radius: 5px; background-color: #87c03f; letter-spacing: 1px; font-weight:600; font-size:12px; min-width:160px; width:auto; float:left; padding:18px 15px; color:#fff; text-transform:uppercase; box-sizing: border-box !important; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; }
.row-fluid .heroctabtn a:hover  {  opacity:0.7; }
.row-fluid .heroctabtn:nth-child(2) a { background:rgba(255,255,255,0.5); }
.row-fluid .heroctabtn:nth-child(2) a:hover { opacity:0.7; }
.row-fluid .hero_section .nextsection_arrow { position:absolute; bottom:-35px; cursor:pointer; width:354px;  height:84px; background-size:100% 100%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); left:50%; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/arrow-down-bottom-1.png') no-repeat center center;}
.row-fluid .hero_section .nextsection_arrow a { width:100%; height:100%; font-size:0; position:absolute; left:0; top:0; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { 
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

-webkit-@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

-moz-@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


.fixed .row-fluid .header_section { position:fixed; padding:20px 30px 16px 30px; transition:all .4s ease; background:#0079c1; }
 
/*---header_section---*/
.row-fluid .header_section { position:absolute; left:0; top:0; width:100%; z-index:9999; padding:40px 60px;  transition:all .4s ease; }
.row-fluid .header_section .logo img { max-width:190px; } 

.row-fluid .header_section .toplogo { position:relative; }
.row-fluid .header_section .toplogo div { width:auto; float:left; }

.row-fluid .header_section .content_number { width:auto; float:left; margin-left: 15px;  padding-top: 5px; }
.row-fluid .header_section .content_number a { border-radius: 5px;  background-color: #fff;  line-height: 20px;  letter-spacing:.5px;  font-weight: 400;  font-size: 15px;  width: auto;  float: left;  padding: 10px 15px 7px 15px;  color: #0079c1;  text-transform: uppercase; }
.row-fluid .header_section .content_number a:hover { color:#87c03f; }
.row-fluid .header_section .content_number i {     transition: none !important;}
.row-fluid .header_section .content_number {     -webkit-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out;
    -moz-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out;
    -ms-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out;
    -o-transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out;
    transition: background-color .3s ease,border .3s ease,color .3s ease,opacity .3s ease-in-out;  }

.row-fluid .header_section .header_right { text-align:right; }
.row-fluid .header_section .widthflot { width:auto; float:none; display: inline-block; }
.row-fluid .header_section .signup_text { margin-left:0; width:auto;  }
.row-fluid .header_section .signup_text a { float:left; font-size: 12px;  line-height: 20px;  padding: 10px;  text-transform: uppercase;  color: #fff; }
.row-fluid .header_section .signup_text a:hover { color:#87c03f; }

.row-fluid .header_section .getdemo_btn {  width: auto; margin: 0 20px; }
.row-fluid .header_section .getdemo_btn a { border-radius: 5px; background-color: #87c03f;line-height:20px;  letter-spacing: 1.5px; font-weight:600; font-size:10px; width:auto; float:left; padding:8px 15px 7px 15px; color:#fff; text-transform:uppercase; }
.row-fluid .header_section .getdemo_btn a:hover { opacity:0.7; }

/*----customerscall_section-----*/
.row-fluid .customerscall_section { padding:120px 0 80px 0; background:#f5f5f5; text-align:center; }
.row-fluid .customerscall_section h1 { font-size:42px; line-height:52px; color:#000; letter-spacing: 0.5px; }
.row-fluid .customerscall_section h1 span {  font-weight:900; }
/* .row-fluid .customerscall_section .customerscall_box { width:auto;  } */

.row-fluid .customerscall_inner { float:none; display:inline-block; max-width:1000px; text-align:left; }
.row-fluid .customerscall_inner .holdtimes_btn ul { list-style:none; width:100%; float:left; padding:0; margin:0; }
.row-fluid .customerscall_inner .holdtimes_btn ul li { float:left; }
.row-fluid .customerscall_inner .holdtimes_btn a { width:auto; float:left; height:100%; padding:30px 20px 28px 20px; max-width:350px; width:100%; font-style:italic;  min-width:315px; text-transform: uppercase; background-color: #0079c1; font-size: 24px; font-weight: 600; line-height: 40px;letter-spacing: 1px;text-align: center;  color: #ffffff;  }
.row-fluid .customerscall_inner .holdtimes_btn a:hover { opacity:0.7; }
.row-fluid .customerscall_inner .customerscall_title { margin-bottom:80px; }
.row-fluid .customerscall_inner .customerscall_title > div > div { display:flex; align-items:center; }
  
.row-fluid .customerscall_inner .whatwedo_btn { text-align:center; }
.row-fluid .customerscall_inner .whatwedo_btn a { border-radius: 5px; color:#fff; font-size:14px; line-height:20px; float:none; display:inline-block; background-color: #87c03f; padding:20px 35px 17px 35px; width:auto; text-transform:uppercase;   letter-spacing: 0.5px; }
.row-fluid .customerscall_inner .whatwedo_btn a:hover { opacity:0.7; }
.row-fluid .customerscall_inner .whatwedo_btn a img { margin-left: 6px; vertical-align: middle; position: relative; top: -2px;}

.row-fluid .customerscall_inner .callreport_text { text-align:center; font-style:italic; margin-top:50px; font-size: 16px; line-height:24px; color:#8d8d8d; letter-spacing: 0.4px; }
 
.row-fluid .essentially_slider { float:left; width:100%; }

/*----connectsyou_section--*/
.row-fluid .connectsyou_title { text-align:center; padding:100px 0 180px 0; color:#000; font-size:30px; line-height:40px; font-weight:300; }
.row-fluid .connectsyou_title h1 { width:100%; float:left; font-size:50px; line-height:60px; color:#0079c1; margin-bottom:15px; font-weight:bold; }

.row-fluid .connectsyou_section { padding:70px 0 55px;  background-image: linear-gradient(to top, #0079c1, #f8f8f8); text-align:center; }
.row-fluid .innerwrappar { width:100%; max-width:1100px; float:none; display:inline-block; }
 
/*-----whatmissing_box---*/
.row-fluid .whatmissing_box { padding-bottom:100px; position:relative; }  
.row-fluid .whatmissing_box .whatmissing_left { text-align:right; position:relative; z-index:99; font-size: 22px; line-height:30px; font-weight: 300; color:#000000; padding-top:15px; }  
.row-fluid .whatmissing_box .whatmissing_left h3 { color:#202c39; font-size:40px; line-height:50px; margin-bottom:10px; font-weight:bold; }

.row-fluid .whatmissing_box .filter_img { position:relative; transform: scale(2);  right: 150px; bottom: 66px; }
.row-fluid .whatmissing_box .missingfiltar_img { transform: scale(1);  text-align: center;  position: relative;  right: 50px;  margin-top:-190px;  }
.row-fluid .whatmissing_box .iconcover_img {  width:100%; max-width:270px; float:right; position: relative;  z-index: 9; right: 82px;  bottom: 0; }

.row-fluid .whatmissing_box .filtar_icon { position:absolute; margin:0 10px; width:auto; float:none; display:inline-block;}
.row-fluid .whatmissing_box .filtar_icon img { max-width:50px; }

.row-fluid .whatmissing_box .filtar_icon1 { left: -40px; top: 20px; }
.row-fluid .whatmissing_box .filtar_icon2 { left: 54px; top: -60px; }
.row-fluid .whatmissing_box .filtar_icon3 { right: 70px;  top: 20px; }
.row-fluid .whatmissing_box .filtar_icon4 { right: -38px;  top: -34px; }

.row-fluid .svgpath_1 { position: absolute;  bottom: -90px;  padding-right: 42px; }
.row-fluid .svgpath_2 { position: absolute;  bottom: -90px; text-align:center; }
.row-fluid .svgpath_3 { position: absolute;  top: 190px; text-align:center; height:0; overflow:hidden; transition:all .6s ease;  }
.row-fluid .svgpath_4 { position: absolute;  bottom: -100px; text-align:right; padding-right: 275px; } 
.row-fluid .svgpath_5 { position: absolute;  bottom: -100px; text-align:center; }
.row-fluid .svgpath_6 { position: absolute;  bottom: -100px; text-align:center; padding-right: 260px; }
.row-fluid .svgpath_7 { position: absolute;  bottom: -100px; text-align:center; padding-left: 295px; } 
.row-fluid .svgpath_8 { position: absolute;  bottom: -94px; text-align:center; }
.row-fluid .svgpath_9 { position: absolute;  bottom: -60px; text-align:center; padding-right:288px; }
.row-fluid .svgpath_10 { position: absolute;  top:0; text-align:center; padding-right:0;  transition:all .6s ease;  height:0; overflow:hidden; transition:all .6s ease;  }

.row-fluid .svganimation.active .svgpath_10 { height:130px; transition:all .6s ease;  }
.row-fluid .svgpath_10:before { width:4px; height:130px; left:50%; top:0; transition:all .6s ease; background-size:100% 100% !important; position:absolute; content:""; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/doted-linelast-1.png') no-repeat;  margin-left:-4px; }
.row-fluid .svgpath_10 svg { display:none; }
.row-fluid .svganimation.active .svgpath_10:before { height:130px; transition:all .6s ease;  }

.row-fluid .svganimation.active .svgpath_3 { height:74px; transition:all .6s ease;  }
.row-fluid .svgpath_3:before { width:4px; height:130px; left:50%; top:0; opacity:0.5;  transition:all .6s ease; background-size:100% 100% !important; position:absolute; content:""; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/doted-linelast-1.png') no-repeat;  margin-left:-4px; }
.row-fluid .svgpath_3 svg { display:none; } 



/*---*/
 
.svganimation { position:relative; }

.dashed {stroke-dasharray: 10;background-color: transparent;}
.flip-svg .dashed { stroke-dasharray: 5; }
.active .flip-svg .path { stroke-dasharray: 1000; stroke-dashoffset: 0; animation: dash 10s normal; opacity: 1; }
.path{opacity: 0;}
.active .path {stroke-dasharray: 1000;stroke-dashoffset: 0;animation: dash 5s normal;opacity: 1;}

@keyframes dash  
{
	from {
		stroke-dashoffset: 1000;
		}
	to {
		stroke-dashoffset: 0;
	}
}
 

/*-----customphone_box----*/
.row-fluid .customphone_box { padding:130px 0 140px; text-align:left; position:relative; }
.row-fluid .customphone_box > div > div { display:flex; align-items:center; } 
.row-fluid .customphone_box .customphone_left { padding-right: 60px; }
.row-fluid .customphone_box ul { list-style:none; margin:0; padding:0; width:100%; float:left; }
.row-fluid .customphone_box ul li { width:100%; float:left; background:#fff; padding:25px 40px; border-radius:70px; color:#0079c1; font-size:18px; line-height:28px; margin-bottom:20px; text-align:left; display:flex; }
.row-fluid .customphone_box ul li i { font-size: 24px; position: relative; top: 3px; margin-right: 15px; float:left; }  

.row-fluid .customphone_box .customphone_right { font-size: 20px; line-height:30px; font-weight: 300; color:#000000; padding-top:0;  }
.row-fluid .customphone_box .customphone_right h3  { color:#202c39; font-size:40px; line-height:50px; margin-bottom:10px; font-weight:bold; }
.row-fluid .customphone_box h4 { color:#202c39; font-size:40px; line-height:50px; margin-bottom:25px; font-weight:bold; text-align:center; }


/*--takefull_btn--*/
.row-fluid .takefull_btn { padding:110px 0 80px; text-align:center; position:relative; }
.row-fluid .takefull_btn a { border-radius: 5px; box-shadow: 0 0 30px 0 #ffffff; background-color: #87c03f; min-width:195px; padding:19px 20px; text-transform: uppercase;  float:none; display:inline-block; width:auto; color:#ffffff; font-size:14px; line-height:22px;   letter-spacing: 0.5px; }
.row-fluid .takefull_btn a:hover { opacity:0.7; }


/*----fixcontent_box--*/
.row-fluid .fixcontent_box { padding:20px 0 120px 0; text-align:center; font-size: 20px; line-height:34px; font-weight: 300; color:#000000; }
.row-fluid .fixcontent_box h1 { width:100%; float:left; color:#0079c1; font-size:50px; line-height:60px; font-weight:bold; text-transform:uppercase; margin-bottom:30px; }
.row-fluid .fixcontent_box .fixcontent_text { max-width:860px; float:none; display:inline-block; }
.row-fluid .fixcontent_box .fixcontent_text p {   font-size: 20px; line-height:34px;  color:#000000; }


/*---dealsaving_box---*/
.row-fluid .dealsaving_box { padding:130px 0; }
.row-fluid .dealsaving_box > div > div { display:flex; align-items:center; }
.row-fluid .dealsaving_box .dealsaving_left { text-align:right; font-size: 20px; line-height:34px; font-weight: 300; color:#000000; }
.row-fluid .dealsaving_box .dealsaving_left h3 { width:100%; float:left; color:#202c39; font-size:40px; line-height:50px; font-weight:bold; text-transform:capitalize; margin-bottom:10px; }

/*--healthreports_box--*/
.row-fluid .healthreports_box { padding:120px 0 120px; }
.row-fluid .healthreports_box > div > div { display:flex; align-items:center; }
.row-fluid .healthreports_box .healthreports_content { text-align:left; font-size: 20px; line-height:34px; font-weight: 300; color:#000000; margin-left: 0;}
.row-fluid .healthreports_box .healthreports_content h3 { width:100%; float:left; color:#202c39; font-size:40px; line-height:50px; font-weight:bold; text-transform:capitalize; margin-bottom:10px;}
.row-fluid .healthreports_box .healthreports_img { padding:0 20px; }

/*---appointments_section---*/
.row-fluid .appointments_box { padding:130px 0; } 
.row-fluid .appointments_box .appointments_inner { text-align:center; font-size: 20px; line-height:34px; width:100%; font-weight: 300; color:#fff; max-width: 800px;  float: none; display: inline-block; }
.row-fluid .appointments_box .appointments_inner h3 { width:100%; float:left; color:#fff; font-size:50px; line-height:60px; font-weight:900; text-transform:uppercase; margin-bottom:10px; }

/*---employescore_box---*/
.row-fluid .employescore_box { padding:100px 0; }
.row-fluid .employescore_box > div > div { display:flex; align-items:center; }
.row-fluid .employescore_box .employescore_content { text-align:right; font-size: 20px; line-height:34px; font-weight: 300; color:#fff; }
.row-fluid .employescore_box .employescore_content h3 { width:100%; float:left; color:#fff; font-size:40px; line-height:50px; font-weight:bold; text-transform:capitalize; margin-bottom:10px; }

/*----depthtraining_box----*/  
.row-fluid .depthtraining_box { padding:100px 0 160px 0; }
.row-fluid .depthtraining_box > div > div { display:flex; align-items:center; }
.row-fluid .depthtraining_box .depthtraining_left { position:relative; height:330px; background-size:cover !important; display:flex; align-items:center; } 
.row-fluid .depthtraining_box .depthtraining_left > div { margin:0 auto; }
.row-fluid .depthtraining_box .depthtraining_left:before { position: absolute; content: "";  width: 100%;  height: 100%;  left: 0;  top: 0;  background: rgba(0,0,0,0.8); } 
.row-fluid .depthtraining_box .depthtraining_left #homevideoid { display:none; } 
.row-fluid .depthtraining_box .videocod_btn { position:relative; }


.row-fluid .depthtraining_box .depthtraining_left iframe { width:100%; float:left;  }
.row-fluid .depthtraining_box .depthtraining_right { text-align:left; font-size: 20px; line-height:34px; font-weight: 300; color:#fff; padding-left: 10px;}
.row-fluid .depthtraining_box .depthtraining_right h3 { width:100%; float:left; color:#fff; font-size:40px; line-height:50px; font-weight:bold; text-transform:capitalize; margin-bottom:10px; }

/*---callrevudrive_section---*/
.row-fluid .callrevudrive_section { padding:130px 0 100px; text-align:center; }
.row-fluid .callrevudrive_section .callrevudrive_cover { width:100%; float:left; }
.row-fluid .callrevudrive_section ul.slick-dots li:first-child { }
.row-fluid .callrevudrive_section .callrevudrive_cover .slick-arrow { border:none; margin:0 10px; padding:0; position:relative; float:none; display:inline-block !important;  transform: translateX(0) translateY(0); bottom: 0; top: auto; }
.row-fluid .callrevudrive_section .callrevudrive_cover .slick-arrow:before { display:none; }
.row-fluid .callrevudrive_section .callrevudrive_cover .slick-next { background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/arrow-right.png') no-repeat center center; width:38px; height:12px;  }
.row-fluid .callrevudrive_section .callrevudrive_cover .slick-prev { background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/arrow-left.png') no-repeat center center; width:38px; height:12px; }

.row-fluid .callrevudrive_section .callrevudrive_box { width:100%; float:left; position:relative; padding:50px 0; margin-bottom:30px; }
.row-fluid .callrevudrive_section .callrevudrive_box:before { position:absolute; content:""; width:500px; height:500px; top:0; left:50%; background:#f2f8ff; border-radius:50%; z-index:-1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); }
.row-fluid .callrevudrive_section h4 { width:100%; float:left; color:#000000; font-size:50px; line-height:60px; font-weight:bold; }
.row-fluid .callrevudrive_section .callrevudrive_img { width:100%; float:left; margin:50px 0; text-align:center; }
.row-fluid .callrevudrive_section .callrevudrive_img img { float:none; display:inline-block; }
.row-fluid .callrevudrive_section .callrevudrive_text { color:#000000; font-size:31px; line-height:44px;  float:none; display:inline-block; max-width:600px;  }

/*--personalized_section---*/
.row-fluid .personalized_section { padding:120px 0 100px; }
.row-fluid .personalized_section .personalized_cover { position:relative; }
.row-fluid .personalized_section .personalized_cover:before { position:absolute; content:""; width: 100%; height: 300px;  left: 0;  top: -103px;  background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/puzzle-background.png) no-repeat center center; background-size: 100% 100%; z-index: -1;  }

.row-fluid .personalized_section .personalized_box { width:33.33%; float:none; display:inline-block; vertical-align: top;  margin-left:0; margin-right:-4px; text-align:center; padding:0 15px; }
.row-fluid .personalized_section .personalized_img { margin-bottom:50px; width:100%; float:left; display:flex; align-items:center; }
.row-fluid .personalized_section .personalized_img > div { margin:0 auto; }
.row-fluid .personalized_section .personalized_img img { max-width:100px; float:none; display:inline-block;}
.row-fluid .personalized_section .personalized_box h3 { width:100%; float:left; color:#000000; font-size:24px; line-height:34px; margin-bottom:10px; font-weight:bold; text-transform:uppercase; }

.row-fluid .personalized_section .receivedemo_btn { text-align:center; margin-top:70px; }
.row-fluid .personalized_section .receivedemo_btn a { border-radius: 5px;  background-color: #87c03f; min-width:310px; padding:20px 20px 17px 20px; text-transform: uppercase;  float:none; display:inline-block; width:auto; color:#ffffff; font-size:14px; line-height:22px;   letter-spacing: 0.5px; }
.row-fluid .personalized_section .receivedemo_btn a:hover { opacity:0.7; }

.row-fluid .topbtm_space { padding:220px 0 120px; }


/*---schedule_hero---*/
.row-fluid .schedule_hero .schedule_inner { background-position:top center !important; padding:50px 0 60px; text-align:center; }
.row-fluid .schedule_hero .schedule_inner h1 { color:#0079c1; font-size: 50px; line-height:60px; font-weight:900; max-width: 900px; float: none; display: inline-table; }
.row-fluid .schedule_hero .callrevulp_logo { margin-bottom:50px; }
.row-fluid .schedule_hero .callrevulp_logo img { max-width:300px; float:none; display:inline-block; }

.row-fluid .schedule_hero .schedulehero_left { padding-right:75px; }
.row-fluid .schedule_hero .scheduleimg_place { padding: 25px 0 80px 0;width: 100%; float: left;  margin-bottom: 40px;  position: relative; text-align:center;  max-width: 415px; }
.row-fluid .schedule_hero .scheduleimg_place:before { position:absolute; content:""; width:100%; background-size:100% 100% !important; height:100%; left:0; top:0; background:url('https://cdn2.hubspot.net/hubfs/138774/actionDash2.png') no-repeat center center; }
.row-fluid .schedule_hero .schedule_placeimg { height:300px; width:100%; float:none; max-width: 388px;  display: inline-block; background-size: cover !important; }

.row-fluid .schedule_hero .placeholder_mobile { width:100%; float:right; max-width: 165px; margin-top: -320px;  position:relative; padding:10px; margin-bottom: 40px; }
.row-fluid .schedule_hero .placeholder_mobile:before { position:absolute; content:""; width:100%; background-size:100% 100% !important; height:100%; left:0; top:0; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/mobile.png') no-repeat center center; }
.row-fluid .schedule_hero .placemobile_img { height:300px;  background-size: cover !important;  }

.row-fluid .schedule_hero .schedule_cover { background-color: #0079c1; padding:100px 0; color:#fff;  }
.row-fluid .schedule_hero h6 { font-size: 22px; line-height:28px; color:#fff; margin-bottom:20px; }
.row-fluid .schedule_hero ul li { margin-bottom:18px; font-size:16px; line-height:28px; }

.row-fluid .schedule_hero .schduleform_cover { text-align:center; max-width:380px; float:right; }
.row-fluid .schedule_hero .schduleform_cover h4 { font-size: 30px; line-height:40px; color:#fff; font-weight:normal; margin-bottom:30px; }

.row-fluid .placeholdercss form .hs-input::-webkit-input-placeholder { color: #0079c1; font-family: 'Univers LT Std'; font-style:italic; opacity:1; font-size:16px; line-height:20px;}
.row-fluid .placeholdercss form .hs-input::-moz-placeholder { color: #0079c1; font-family: 'Univers LT Std';  opacity:1; font-style:italic; font-size:16px; line-height:20px;}
.row-fluid .placeholdercss form .hs-input:-ms-input-placeholder { color: #0079c1; font-family: 'Univers LT Std';  opacity:1; font-style:italic; font-size:16px; line-height:20px;}
.row-fluid .placeholdercss form .hs-input:-moz-placeholder { color: #0079c1; font-family: 'Univers LT Std'; opacity:1; font-style:italic; font-size:16px; line-height:20px; }

.row-fluid .placeholdercss form input::-webkit-input-placeholder { color: #0079c1; font-family: 'Univers LT Std'; font-style:italic; opacity:1; font-size:16px; line-height:20px;}
.row-fluid .placeholdercss form input::-moz-placeholder { color: #0079c1; font-family: 'Univers LT Std';  opacity:1; font-style:italic; font-size:16px; line-height:20px;}
.row-fluid .placeholdercss form input:-ms-input-placeholder { color: #0079c1; font-family: 'Univers LT Std';  opacity:1; font-style:italic; font-size:16px; line-height:20px;}
.row-fluid .placeholdercss form input:-moz-placeholder { color: #0079c1; font-family: 'Univers LT Std'; opacity:1; font-style:italic; font-size:16px; line-height:20px; }


.row-fluid .schedule_hero .schduleform form { width:100%; float:left; }
.row-fluid .schedule_hero .schduleform h3 { display:none; }
.row-fluid .schedule_hero .submitted-message { font-size:24px; line-height:30px; }
.row-fluid .schedule_hero .schduleform form .hs-input { width:100%; float:left; border:none; height:58px; padding:10px 15px; border-radius:10px; color:#333333; margin-bottom:20px; }
.row-fluid .schedule_hero .schduleform form .hs-form-required { display:none; }
.row-fluid .schedule_hero .schduleform form .hs-button { border: none;  color: #fff;  background: #87c03f; letter-spacing:0.5px;  border-radius: 5px;  font-size: 14px;  line-height: 20px;  height: auto;  padding:18px 15px 15px 15px;  font-weight: normal;  width: 100%; transition:all .6s ease; }
.row-fluid .schedule_hero .schduleform form .hs-button:hover { opacity:0.7; transition:all .6s ease; }
.row-fluid .schedule_hero .schduleform form .hs-error-msgs { width:100%; float:left; padding:0; font-size:14px; color:red;}

.page-center {
    max-width: 1180px;
    padding: 0 40px;
    margin: 0 auto !important;
    float: none !important;
}
/*--landing-page---*/

.row-fluid .landinghero { background-position: top center !important;  padding: 50px 0;  text-align: center; }
.row-fluid .landinghero .landing_logo { margin-bottom:50px; }
.row-fluid .landinghero .landing_logo img { max-width:190px; float:none; display:inline-block; }

.row-fluid .landinghero .landing_left { background-color: #0079c1; padding:80px; }
.row-fluid .landinghero .landing_left  h4 { font-size: 30px; line-height:40px; color:#fff; font-weight:normal; margin-bottom:30px; }

.row-fluid .landinghero .landingform form { width:100%; float:left; }
.row-fluid .landinghero .landingform h3 { display:none; }
.row-fluid .landinghero .submitted-message { font-size:24px; line-height:30px; }
.row-fluid .landinghero .landingform form .hs-input { width:100%; float:left; border:none; height:58px; padding:10px 15px; border-radius:10px; color:#333333; margin-bottom:20px; }
.row-fluid .landinghero .landingform form .hs-form-required { display:none; }
.row-fluid .landinghero .landingform form .hs-button { border: none;  color: #fff;  background: #87c03f; letter-spacing:0.5px;  border-radius: 5px;  font-size: 14px;  line-height: 20px;  height: auto;  padding:18px 15px 15px 15px;  font-weight: normal;  width: 100%; transition:all .6s ease; }
.row-fluid .landinghero .landingform form .hs-button:hover { opacity:0.7; transition:all .6s ease; }
.row-fluid .landinghero .landingform form .hs-error-msgs { width:100%; float:left; padding: 0 0 20px; font-size:14px; color:red;}

.row-fluid .landinghero .landing_right { text-align:left; padding-left:40px; color: #202c39; }
.row-fluid .landinghero .landinghero_img { margin-bottom:40px; width:100%; height:340px; background-size:cover !important; border-radius:15px;  -webkit-box-shadow: 0 0 30px 5px #f5f5f5; -moz-box-shadow: 0 0 30px 5px #f5f5f5; box-shadow: 0 0 30px 5px #f5f5f5; }

.row-fluid .landing_right h3 { font-size: 40px; line-height:50px; color:#202c39; margin-bottom:20px; font-weight:900; }
.row-fluid .landing_right h6 { font-size: 22px; line-height:30px; color:#202c39; margin-bottom:20px; }
.row-fluid .landing_right ul li { margin-bottom:18px; font-size:16px; line-height:28px;  }
 
/*----logo--sec--*/
.row-fluid .dealerstrust_main { width:100%; float:left; text-align:center; position:relative; padding:50px 0 120px 0; }
.row-fluid .dealerstrust_main:before { position:absolute; content:""; width:100%; max-width:818px; height:18px; max-width:1170px; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); left:50%; bottom:0; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/border-line.png') no-repeat center center; background-size:100% 100% !important;  }

.row-fluid .dealerstrust_main h4 { width:100%; float:left; font-size: 29px; line-height:36px; font-weight:900; color:#000; }
.row-fluid .dealerstrust_main .dealerstrust_cover { width:100%; float:left; margin-top:35px; text-align:center; padding:0 10px; }
.row-fluid .dealerstrust_main .dealerstrust_box { width:20%; float:none; vertical-align: top; display:inline-block; text-align:center }
.row-fluid .dealerstrust_main .dealerstrust_box img { max-width:120px; margin:0 auto; }
.row-fluid .dealerstrust_height { display:flex; align-items:center; }   
 
/*---landinghero_two---*/
.row-fluid .landinghero_two { padding:50px 0 0;  margin-bottom:100px; }
.row-fluid .landinghero_two .landinglp2_logo { text-align:center; }
.row-fluid .landinghero_two .landinglp2_logo img {max-width: 190px; float: none; display: inline-block; }

.row-fluid .landinghero_two .columncover2 { margin-top:50px; }
.row-fluid .landinghero_two .landinglp2_left { color:#fff; font-size: 16px; line-height:24px; padding-right: 40px; padding-top:50px; padding-bottom:20px; }
.row-fluid .landinghero_two .landinglp2_left .leftsubtitle { color:#fff; font-size: 20px; line-height:26px; font-weight:900; letter-spacing: 0.5px; text-transform: uppercase; }
.row-fluid .landinghero_two .landinglp2_left h2 { font-size:50px; line-height:60px; font-weight:900; width:100%; float:left; color:#fff; margin:15px 0; }
.row-fluid .landinglp2_left h6 { font-size: 22px; line-height:30px; color:#fff; margin-bottom:20px;  }
.row-fluid .landinglp2_left ul li { margin-bottom:18px; font-size:16px; line-height:28px;  }

.row-fluid .landinglp2_right { background-color: #f8f8f8; padding:80px; margin-bottom:-100px; box-shadow: 0 14px 17px -9px #c4c5c5; -webkit-box-shadow: 0 14px 17px -9px #c4c5c5; -moz-box-shadow:0 14px 17px -9px #c4c5c5; }
.row-fluid .landinglp2_right h4 { width:100%; float:left; font-size:30px; line-height:36px; font-weight:900; color:#202c39; margin-bottom:40px; }

.row-fluid .landinglp2_right .landingform2 form { width:100%; float:left; }
.row-fluid .landinglp2_right .landingform2 h3 { display:none; }
.row-fluid .landinglp2_right .submitted-message { font-size:24px; line-height:30px; }
.row-fluid .landinglp2_right .landingform2 form .hs-input { width:100%; float:left; border:none; height:58px; padding:10px 15px; border-radius:10px; color:#333333; margin-bottom:20px; }
.row-fluid .landinglp2_right .landingform2 form .hs-form-required { display:none; }
.row-fluid .landinglp2_right .landingform2 form .hs-button { border: none;  color: #fff;  background: #87c03f; letter-spacing: 0.5px;  border-radius: 5px;  font-size: 14px;  line-height: 20px;  height: auto;  padding:18px 15px 15px 15px;  font-weight: normal;  width: 100%; transition:all .6s ease; }
.row-fluid .landinglp2_right .landingform2 form .hs-button:hover { opacity:0.7; transition:all .6s ease; }
.row-fluid .landinglp2_right .landingform2 form .hs-error-msgs { width:100%; float:left; padding: 0 0 20px; font-size:14px; color:red;}

/*--content--btn-section--*/ 
.row-fluid .contentandbtn_section { padding:70px 0 110px; text-align:center; }
.row-fluid .contentandbtn_section .contentbox_text { max-width:780px; float:none; display:inline-block; width:100%; color:#000000; font-size:22px; line-height:34px; font-weight:300; }
.row-fluid .contentandbtn_section .getnow_box { width:100%; margin-top:70px; }
.row-fluid .contentandbtn_section .getnow_btn { margin-top:-55px; }
.row-fluid .contentandbtn_section .getnow_btn a {  width:auto; float:none; color:#fff; display:inline-block; letter-spacing:0.5px; font-size:14px; line-height:21px; position:relative; border-radius: 5px; background-color: #87c03f; padding:14px 15px; min-width:210px; text-transform:uppercase; }
.row-fluid .contentandbtn_section .getnow_btn a:before { position:absolute; content:""; width:27px; height:27px; right:15px; top:11px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/download-icon.png') no-repeat center center; }
.row-fluid .contentandbtn_section .getnow_btn a:hover { opacity:0.7; }

 
/*-------*/
.row-fluid .pillar_header { position:absolute; top:0; left:0; width:100%; z-index:9; padding:50px 0; }
.row-fluid .pillar_header img { max-width:180px; }
.row-fluid .headeright_side { position:relative; }  
.row-fluid .pillar_header .chapters_btn { width:auto; float:right; color:#fff; position:relative; }

.row-fluid .pillar_header .menu_btn { width: 50px; height: 50px; cursor:pointer; z-index:999; background: #1B73B9; border-radius: 50%;  text-align:center; position: absolute; bottom: -13px; left: -60px;  transition:all .4s ease; -webkit-transition:all .4s ease; -moz-transition:all .4s ease;  }
.row-fluid .pillar_header .menu_btn i { position:relative; background:#fff; width:25px; height:2px; border-radius:5px; float:none; display:inline-block; top:9px; right: -1px; transition:all .4s ease; -webkit-transition:all .4s ease; -moz-transition:all .4s ease;  }
.row-fluid .pillar_header .menu_btn i:before { position:absolute; content:""; background:#fff; width:25px; height:2px; border-radius:5px; left: 0;  top: -7px;  transition:all .4s ease; -webkit-transition:all .4s ease; -moz-transition:all .4s ease; }
.row-fluid .pillar_header .menu_btn i:after { position:absolute; content:""; background:#fff; width:20px; height:2px; border-radius:5px; left: 0;  bottom: -7px;  transition:all .4s ease; -webkit-transition:all .4s ease; -moz-transition:all .4s ease; }

.row-fluid .pillar_header .menu_btn.menuopen i { transform:rotate(-47deg);  transition:all .4s ease; }
.row-fluid .pillar_header .menu_btn.menuopen i:before { opacity:0; transition:all .4s ease;  }
.row-fluid .pillar_header .menu_btn.menuopen i:after { transform: rotate(95deg); width:25px; top: 1px; transition:all .4s ease; transition:all .4s ease; -webkit-transition:all .4s ease; -moz-transition:all .4s ease; }
 
.row-fluid .pillarallbox_wrap #section1 { padding-top:0; }
.menu_open .row-fluid .pillar_header .pillartitle_box {  opacity:1; transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1);  transition: all .4s ease; }
.row-fluid .pillar_header .pillartitle_box { background:#1B73B9; padding:20px 30px; border-radius:10px; width: 200px;  position: absolute;  top: 50px;  right: 78px; opacity:0; transform: scaleX(0);  -webkit-transform: scaleX(0); -moz-transform: scaleX(0);  transition: all .4s ease;} 
.row-fluid .pillar_header .pillartitle_box ul { padding:0; margin:0; list-style:none; width:100%; float:left; }
.row-fluid .pillar_header .pillartitle_box ul li { width:100%; float:left; }
.row-fluid .pillar_header .pillartitle_box ul li a { width:100%; float:left; margin-bottom:10px; color:#fff; }
.row-fluid .pillar_header .pillartitle_box ul li a:hover { opacity:0.7; text-indent: 4px; }
.row-fluid .pillar_header .pillartitle_box ul li:last-child a { margin-bottom:0; }

.row-fluid .pillarhero { padding:200px 0 180px; position:relative; text-align:center;  }
.row-fluid .pillarhero .pillarcover { max-width:750px; float:none; display:inline-block; width:100%; font-size: 22px; line-height:30px; color:#fff; }
.row-fluid .pillarhero h1 { width:100%; float:left; font-size:60px; line-height:70px; color:#fff;  font-weight:900; margin-bottom:20px; } 
 
.row-fluid .pillarallbox_area { text-align:center; font-size:16px; line-height:26px; background-color: #f5f5f5; }
.row-fluid .pillarallbox_wrap { width:100%; float:none; display:inline-block; background:#fff; position:relative;  max-width:930px; box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); padding:80px 95px 30px; margin-bottom:70px; text-align:left; margin-top:-100px; } 
.row-fluid .pillarallbox_wrap .pillartext_box { padding:20px 0; }

.row-fluid .pillarallbox_wrap .pillartext_box ul { width:100%; float:left; }
.row-fluid .pillarallbox_wrap .pillartext_box ul li { width:100%; float:left; margin-bottom:10px; }
.row-fluid .pillarallbox_wrap .pillartext_box h2 { width:100%; float:left; font-size:40px; font-weight:900; line-height:50px; color:#232d38; margin-bottom:15px; }
.row-fluid .pillarallbox_wrap .pillartext_box h3 { width:100%; float:left; font-size:30px; font-weight:900; line-height:40px; color:#232d38; margin-bottom:15px; }
.row-fluid .pillarallbox_wrap .pillartext_box h4 { width:100%; float:left; font-size:25px; font-weight:900; line-height:24px; color:#232d38; margin-bottom:15px; }

.row-fluid .pillarallbox_wrap .morebtn { text-align:center; margin-top:20px } 
.row-fluid .pillarallbox_wrap .morebtn a {  width:auto; float:none; color:#fff; display:inline-block; letter-spacing:0.5px; font-size:12px; line-height:20px; position:relative; border-radius: 5px; background-color: #87c03f; padding:10px 15px; min-width:140px; text-transform:uppercase; }
.row-fluid .pillarallbox_wrap .morebtn a:hover { opacity:0.7; } 

 
/*---download_content--*/
.row-fluid .download_content { background:#0079c1; padding:75px 0 60px; position:relative; text-align:center; }
.row-fluid .download_content:before { position: absolute; content: ""; width: 100%; max-width: 818px; height: 4px; max-width: 1170px; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); left: 50%;  bottom: 0; background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/separator-footer.png) no-repeat center center; background-size: 100% 100% !important; }

.row-fluid .download_content .downcontent_cover { float:none; display:inline-block; max-width:600px; color:#fff; font-size:22px; line-height:30px; }
.row-fluid .download_content .downcontent_cover h2 { color:#fff; font-size:40px; line-height:50px; width:100%; float:left; font-weight:900; margin-bottom:15px; }

.row-fluid .download_content .emailsubsc_download { max-width: 350px; float: none;  display: inline-block; width:100%; }
.row-fluid .download_content .emailsubsc_download form { width:100%; float:left; margin-top:20px; position:relative; }
.row-fluid .download_content .emailsubsc_download form input { width:100%; float:left; background:#fff; height:56px; border:1px solid rgba(255,255,255,0.4); margin:0; border-radius: 10px; padding:10px 130px 10px 15px; color:#000; }
.row-fluid .download_content .emailsubsc_download form .hs_email { width:100%; float:left; }  
.row-fluid .download_content .emailsubsc_download form .hs_submit { width:120px; float:left; position:absolute; top:5px; right:6px;  }   
.row-fluid .download_content .emailsubsc_download form .hs-button { width:100%; min-width:100%; color:#fff; float:left; border:none; letter-spacing:0.5px; border-radius: 5px; background-color: #87c03f; transition:all .6s ease; font-weight:500;  font-family: 'Univers LT Std'; font-size: 14px; height: auto; padding:15px 15px 14px 15px ; }
.row-fluid .download_content .emailsubsc_download form .hs-button:hover { opacity:0.7; transition:all .6s ease; }

.row-fluid .download_content .hs-error-msgs { color:#fff; top: 5px;  position: relative; }
.row-fluid .download_content .hs_error_rollup { display:none; }
.row-fluid .download_content .hs-form-required { display:none; }
 

/*---resourceshero----*/
.row-fluid .resourceshero { padding:180px 0 60px; text-align: center; }
.row-fluid .resourceshero h1 { width: 100%; float: left;  font-size: 60px; line-height: 70px; color: #fff;  font-weight: 900;  margin-bottom: 20px; }
.row-fluid .resourceshero .resourcescover { float: none; display: inline-block; max-width: 880px;  }
 
.row-fluid .resourcesbox_area { width:100%; float:left;  background:#f5f5f5; padding-bottom:80px; }
.row-fluid .resourcesbox_area h5 { width:100%; float:left; font-weight:900; font-size:20px; line-height:30px; color:#0079c1; text-transform:uppercase; margin-bottom:25px; }
.row-fluid .featured_resources { width:100%; float:left; background:#a8daf8; padding:40px 30px 5px; }
  
.row-fluid .resourcesbox_area .featudresour_cover { display:block; margin:0 -15px; }
.row-fluid .resourcesbox_area .allresources_cover { width:100%; float:left; margin:35px 0 0; padding:0 15px; }
.row-fluid .resourcesbox_area .featuresours_main { width:100%; float:left; }   

.row-fluid .resources_box { width:33.33%; float:left; padding:0 15px; margin-bottom:30px; } 
.row-fluid .resources_box .resourcesbox_title { width:100%; float:left; min-height:124px; padding:20px 30px; display:flex; align-items:center; position:relative; background:#ED6339;}
.row-fluid .resources_box .resourcesbox_title:before { position:absolute; content:""; right:30px; top:30px;  }

.row-fluid .resources_box .resourcesbox_title.ebook:before { width:55px; height:67px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/icon-ebook.png') no-repeat center center; }
.row-fluid .resources_box .resourcesbox_title.webinar:before { width:58px; height:55px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/icon-webinar.png') no-repeat center center; }
.row-fluid .resources_box .resourcesbox_title.checklist:before { width:46px; height:69px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/icon-checklist.png') no-repeat center center; }
.row-fluid .resources_box .resourcesbox_title:before { width:58px; height:58px; background:url('https://success.callrevu.com/hubfs/ICON.svg') no-repeat center center; }

.row-fluid .resources_box .resourcesbox_title.ebook { background:#0079c1; }
.row-fluid .resources_box .resourcesbox_title.webinar { background:#ffc703; }
.row-fluid .resources_box .resourcesbox_title.checklist { background:#9b9b9e; }

.row-fluid .resources_box.ebook .resources_btn:before {  opacity:1; }
.row-fluid .resources_box.checklist .resources_btn:before { opacity:1; }

.row-fluid .resources_box .resourcesbox_inner { width:100%; float:left; padding:20px; background: #fff; }
.row-fluid .resources_box .resources_innerheight { width:100%; float:left; } 
.row-fluid .resources_box .resources_height { width:100%; float:left; background:#fff; padding:2px; }
.row-fluid .resources_box  h3 { width:100%; float:left; color:#fff; text-transform: capitalize; font-size:20px; line-height:30px; }
.row-fluid .resources_box  h4 { width:100%; float:left; margin:0 0 10px; color:#000000; font-size:18px; line-height: 26px; font-weight: bold; }
.row-fluid .resources_box .resourcesbox_text { width:100%; float:left; font-size:16px; line-height:24px; }
.row-fluid .resources_box .resourcesbox_button { width:100%; float:left; text-align:center; }

.row-fluid .resources_box .resources_btn {  width:auto; float:none; position:relative; display:inline-block; text-align:center; margin:40px 0 15px; color:#fff; letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:19px 15px; min-width:200px; text-transform:uppercase; }
.row-fluid .resources_box .resources_btn:before { position: absolute; content: ""; opacity:0; width: 27px;  height: 27px;  right: 15px;  top: 15px;  background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/download-icon.png) no-repeat center center; }
.row-fluid .resources_box .resources_btn:hover { opacity:0.7; }  

/*----*/
.row-fluid .ctastrip_area { background:#0079c1; padding:75px 0 60px; position:relative; text-align:center; }
.row-fluid .ctastrip_area:before { position: absolute; content: ""; width: 100%; max-width: 818px; height: 4px; max-width: 1170px; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); left: 50%;  bottom: 0; background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/separator-footer.png) no-repeat center center; background-size: 100% 100% !important; }
.row-fluid .ctastrip_area .ctastrip_cover { float:none; display:inline-block; max-width:720px; color:#fff; font-size:22px; line-height:30px; }
.row-fluid .ctastrip_area .ctastrip_cover h2 { color:#fff; font-size:29px; line-height:40px; width:100%; float:left; font-weight:900; margin-bottom:15px; }

.row-fluid .ctastrip_area .ctastrip_btn a {  width:auto; float:none; position:relative; display:inline-block; text-align:center; margin:10px 0 0; color:#fff; letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:19px 15px; min-width:200px; text-transform:uppercase; }
.row-fluid .ctastrip_area .ctastrip_btn a:hover { opacity:0.7; }   

/*--------*/
.row-fluid .seeitelivehero { padding:230px 0 220px; text-align:center; position:relative; font-size:30px; line-height:40px; color:#fff; }
.row-fluid .seeitelivehero:before { position:absolute; content:""; width:100%; height:100%; left:0; top:0; background:rgba(2, 100, 156, 0.9); opacity:0; }
.row-fluid .seeitelivehero .wrapper { position:relative; z-index:99; }
.row-fluid .seeitelivehero h1 { width: 100%; float: left;  font-size: 60px; line-height: 70px; color: #fff;  font-weight: 900;  margin-bottom: 20px; }
.row-fluid .seeitelivehero .seeitelivecover { float: none; display: inline-block; max-width: 880px;  }
.row-fluid .seeitelivehero .startour_btn a {  width:auto; color:#fff; float:none; position:relative; display:inline-block; text-align:center; margin:30px 0 0;  letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:15px 15px; min-width:200px; text-transform:uppercase; }
.row-fluid .seeitelivehero .startour_btn a:hover { opacity:0.7; }   
 
.row-fluid .seeitelivehero .nextsection_arow { position:absolute; bottom:-35px; cursor:pointer; width:354px;  height:84px; background-size:100% 100%;  transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); left:50%; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/arrow-down-bottom-1.png') no-repeat center center;}
.row-fluid .seeitelivehero .nextsection_arow a { width:100%; height:100%; font-size:0; position:absolute; left:0; top:0; }


/*----*/ 
.row-fluid .livevideotext_area { width:100%; float:left; padding:130px 0 130px; position:relative; }
.row-fluid .livevideotext_area:before { position:absolute; content:""; width:100%; height:2040px; left:0; top:110px; background-size:100% 100% !important; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/cross-img.png') no-repeat center center; }
 
.row-fluid .livevideotext_area .livevideotext_cover { width:100%; float:left; position:relative; }

.row-fluid .livevideotext_area .livevideotext_box { width:100%; float:left; display:flex; align-items:center; margin-bottom:180px; }
.row-fluid .livevideotext_area .livevideotext_box:last-child { margin-bottom:0; }
.row-fluid .livevideotext_area .livevideotext_video { width:50%; float:left; position:relative; }

.row-fluid .livevideotext_area .livevideotext_box.video_right .livevideotext_video { left:50%; }
.row-fluid .livevideotext_area .livevideotext_box.video_right .videocode_inner { right:50%; padding-left:0; padding-right:30px; }

.row-fluid .livevideotext_area .videoimg { width:100%; float:left; border-radius:5px; overflow:hidden; height:330px; background-size:cover !important; position:relative; display:flex; align-items:center;  }
.row-fluid .livevideotext_area .videoimg:before { position:absolute; content:""; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.8); }
.row-fluid .livevideotext_area .livevideotext_video:after { position:absolute; content:""; width:100%; background-size:100% 100% !important; max-width:570px;  height:70px; left:0; top:100%; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/shadow-video.png') no-repeat center center; }

.row-fluid .livevideotext_area .videoimg .livevideo_btn { position:relative; margin:0 auto; }
.row-fluid .livevideotext_area .videocode { width:100%; float:left; display:none; }

.row-fluid .livevideotext_area .videocode_inner { width:50%; float:left; padding-left:40px; position:relative; }
.row-fluid .livevideotext_area h3 { width:100%; float:left; color:#202c39; font-size:40px; line-height:50px; font-weight:900; }
.row-fluid .livevideotext_area h5 { width:100%; float:left; color:#000000; font-size:32px; line-height:40px; margin:14px 0 10px 0; }

.row-fluid .livevideotext_area .videolive_btn {  width:auto; float:none; cursor:pointer; display:inline-block; text-align:center; margin:20px 0 0; color:#fff; letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:15px 15px; min-width:180px; text-transform:uppercase; }
.row-fluid .livevideotext_area .videolive_btn:hover { opacity:0.7; }   

body .fancybox-stage .videocode { overflow:visible; padding:15px !important; line-height:0; }
body .fancybox-stage #homevideoid { overflow:visible; padding:15px !important; line-height:0; } 
.fancybox-button { display:none; }
body .fancybox-stage .fancybox-button { top: -50px; right: -30px; border-radius:50%; min-width:auto; background:#87c03f !important; display:block; }
body .fancybox-stage .fancybox-button svg { color:#fff; }
body .fancybox-stage .fancybox-button:after { background:#888; color:#fff; }

.fancybox-stage .fancybox-content { max-width:700px; width:100%; } 
.fancybox-stage .fancybox-content iframe { width:100% !important; }
.fancybox-stage .fancybox-content.mp4 {}
.fancybox-stage .fancybox-content.mp4 video {width: 100%;}


/*-----*/
.row-fluid .training_hero { padding: 200px 0 130px;  position: relative; text-align: center; }
.row-fluid .training_hero:before { position:absolute; content:""; width:100%; height:100%; left:0; top:0; background:rgba(2, 100, 156, 0.9); opacity:0; }
.row-fluid .training_hero .wrapper { position:relative; z-index:99; }

.row-fluid .training_hero .traininghero_left { text-align:left; color:#fff; padding-right: 50px; }
.row-fluid .training_hero h1 { width: 100%; float: left;  font-size: 60px; line-height: 70px; color: #fff;  font-weight: 900;  margin-bottom: 20px; }
.row-fluid .training_hero .traininghero_cover { float: none; display: inline-block; width:100%; font-size:22px; line-height:32px; }
.row-fluid .training_hero .traininghero_cover > div > div { display:flex; align-items:center; }
.row-fluid .training_hero .trainschdul_btn a {  width:auto; color:#fff; float:none; position:relative; display:inline-block; text-align:center; margin:30px 0 0;  letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:15px 30px; min-width:200px; text-transform:uppercase; }
.row-fluid .training_hero .trainschdul_btn a:hover { opacity:0.7; }  


/*-------*/
.row-fluid .phonskills_training { background:#f5f5f5; }
.row-fluid .phonskills_training .phoneskills_cover  { float: none; display: inline-block; max-width:850px; width:100%; font-size:22px; line-height:32px; }

.row-fluid .phoneskills_box1 { padding:120px 0 60px 0; text-align:center;   font-size:22px; line-height:32px; }
.row-fluid .phoneskills_box1 h2 { font-size:50px; line-height:60px; color:#000; width:100%; float:left; margin-bottom:10px; font-weight:bold;letter-spacing: -1px;  }

.row-fluid .phonskills_training .alreadystudent_cta { background-size:cover !important; padding:30px 0; text-align:center; border-radius:60px;} 
.row-fluid .phonskills_training .alreadystudent_cta .studentcta_cover { max-width: 970px; margin: 0 auto;  float: none;  width: 100%; }
.row-fluid .phonskills_training .alreadystudent_cta .studentcta_cover > div > div { display:flex; align-items:center; }
.row-fluid .phonskills_training .alreadystudent_cta h2 {  font-size:40px; line-height:40px; color:#fff; width:100%; float:left; font-weight:900; } 
.row-fluid .phonskills_training .loginhere_btn a {  width:auto; color:#fff; float:none; position:relative; display:inline-block; text-align:center; margin:0 0;  letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:19px 30px; min-width:170px; text-transform:uppercase; }
.row-fluid .phonskills_training .loginhere_btn a:hover { opacity:0.7; }  

/*----*/
.row-fluid .trainning_boxarea { width:100%; float:left; padding:120px 0; }
.row-fluid .trainning_boxarea .trainningbox_cover { width:100%; float:left; position:relative; }
.row-fluid .trainning_boxarea .trainningbox { width:100%; float:left; display:flex; align-items:center; margin-bottom:100px; }
.row-fluid .trainning_boxarea .trainningbox:last-child { margin-bottom:0; }
.row-fluid .trainning_boxarea .trainningbox_video { width:50%; float:left; position:relative; }

.row-fluid .trainning_boxarea .trainningbox.video_right .trainningbox_video { left:50%; }
.row-fluid .trainning_boxarea .trainningbox.video_right .trainningbox_inner { right:50%; padding-left:0; padding-right:30px; }

.row-fluid .trainning_boxarea .videoimg { width:100%; float:left; border-radius:5px;  height:330px; background-size:cover !important; position:relative; display:flex; align-items:center; -webkit-box-shadow: 0 0 30px 5px #e4e4e4;  -moz-box-shadow: 0 0 30px 5px #e4e4e4;  box-shadow: 0 0 30px 5px #e4e4e4; }
/* .row-fluid .trainning_boxarea .videoimg:before { position:absolute; content:""; width:100%; height:100%; left:0; top:0; background:rgba(0,0,0,0.8); } */

.row-fluid .trainning_boxarea .videoimg .livevideo_btn { position:relative; margin:0 auto; }
.row-fluid .trainning_boxarea .trainvideo_code { width:100%; float:left; display:none; }
.row-fluid .trainning_boxarea .trainningbox_inner { width:50%; float:left; padding-left:40px; position:relative; }
.row-fluid .trainning_boxarea h3 { width:100%; float:left; color:#202c39; font-size:40px; line-height:50px; font-weight:900; margin-bottom:5px; }
.row-fluid .trainning_boxarea .trainningbox_text { width:100%; float:left; color:#000; font-size:16px; line-height:26px;  }
.row-fluid .trainning_boxarea .trainningbox_text p {  color:#000; font-size:16px; line-height:26px;  }
.row-fluid .trainning_boxarea .trainningbox_text ul { width:100%; float:left; margin:5px 0; }
.row-fluid .trainning_boxarea .trainningbox_text ul li { width:100%; float:left; margin-bottom:10px; }
 

.row-fluid .trainning_boxarea .trainningvd_btn { width:auto; float:none;  display:inline-block; text-align:center; margin:0 auto; color:#fff; letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:20px 35px 16px 35px; min-width:200px; text-transform:uppercase; }
.row-fluid .trainning_boxarea .trainningvd_btn:before { position: relative; float:right; margin-left: 15px; content: ""; width: 27px;   height: 27px;  right: 0;  margin-top:-4px; top: 0;  background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/play-icon.png) no-repeat center center;}
.row-fluid .trainning_boxarea .trainningvd_btn:hover { opacity:0.9; }   

.row-fluid .trainning_boxarea .videolive_btn {  width:auto; float:none; display:inline-block; text-align:center; margin:5px 0 0; color:#fff; letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:17px 35px 15px 35px; min-width:180px; text-transform:uppercase; }
.row-fluid .trainning_boxarea .videolive_btn:hover { opacity:0.7; }   

body .fancybox-stage .trainvideo_code { overflow:visible; padding:15px !important; line-height:0; }
body .fancybox-stage .trainvideo_code { overflow:visible; padding:15px !important; line-height:0; }

/*-----*/
.row-fluid .assessment_section { padding:120px 0 110px 0; position:relative; text-align:center; }
.row-fluid .assessment_section:before { position:absolute; content:""; width:100%; height:100%; left:0; top:0; background:rgb(0, 121, 193,0.8); }
.row-fluid .assessment_section h2 { font-size:50px; line-height:60px; color:#fff; width:100%; float:left; margin-bottom:70px; font-weight:900; text-align:center; }
.row-fluid .assessment_section .wrapper  { position:relative; }

.row-fluid .assessment_section .assessment_content > div > div { display:flex; align-items:center; }
.row-fluid .assessment_section .assessment_cover { text-align:left; color:#fff; font-size:20px; line-height:34px; float:none; display:inline-block; max-width:800px; width:100%;  }
.row-fluid .assessment_section .assessment_cover .assessment_leftext { padding-right:30px; }
.row-fluid .assessment_section .assessment_cover .assessment_leftext p { color:#fff; font-size:20px; line-height:34px; }

.row-fluid .assessment_section .assessment_form form { width:100%; float:right; max-width:350px; }
.row-fluid .assessment_section .assessment_form h3 { display:none; }
.row-fluid .assessment_section .submitted-message { font-size:24px; line-height:30px; } 
.row-fluid .assessment_section .assessment_form form .hs-input { width:100%; float:left; border:none; height:58px; padding:10px 15px; border-radius:10px; color:#333333; margin-bottom:20px; }
.row-fluid .assessment_section .assessment_form form .hs-form-required { display:none; }
.row-fluid .assessment_section .assessment_form form .hs-button { border: none;  color: #fff;  background: #87c03f; letter-spacing: 0.5px;  border-radius: 5px;  font-size: 14px;  line-height: 20px;  height: auto;  padding:18px 15px 15px 15px;  font-weight: normal;  width: 100%; transition:all .6s ease; }
.row-fluid .assessment_section .assessment_form form .hs-button:hover { opacity:0.7; transition:all .6s ease; }
.row-fluid .assessment_section .assessment_form form .hs-error-msgs { width:100%; float:left; padding: 0 0 20px; font-size:14px; color:red;}

/*---packgespage------*/
.row-fluid .packgespage_hero {  padding:200px 0 130px; position:relative; text-align:center; min-height:760px; }
.row-fluid .packgespage_hero h1 { width: 100%; float: left;  font-size: 60px; line-height: 70px;  color: #fff;  font-weight: 900;  margin-bottom: 15px;}
.row-fluid .packgespage_hero .packgeshero_cover { float: none; display: inline-block;  width: 100%; color:#fff;  font-size: 22px;  line-height: 32px; max-width:960px; }

.row-fluid .greycolor_bg { background-color: #f5f5f5; }

.row-fluid .pricingarea_titlebtn { margin-top:50px; text-align:center; margin-bottom: 70px; }
.row-fluid .pricingarea_titlebtn h3 { color:#000; font-size:22px; line-height:26px; width:100%; float:left; font-weight: 900; } 
.row-fluid .pricingarea_titlebtn .signup_btn a {  width:auto; float:none; display:inline-block; text-align:center; margin:20px 0 0; color:#fff; letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:17px 35px 15px 35px; min-width:180px; text-transform:uppercase; }
.row-fluid .pricingarea_titlebtn .signup_btn a:hover { opacity:0.7; }   

.row-fluid .pricingarea_cover {  margin-bottom:30px;  text-align:center; position: relative; margin-top:-340px; }
.row-fluid .pricingarea_cover:after { position:absolute; content:""; left:0; bottom:-20px; z-index:1; width:100%; height:100%; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/shadow.png') no-repeat center center; opacity: 0.1;border-radius: 10px;-webkit-filter: blur(10px);filter: blur(10px); background-color: #232d38; }
.row-fluid .pricingarea_cover .pricingarea_coverinner { position:relative; background:#fff; z-index:9; border-radius:10px;  } 

.row-fluid .pricingbox_cover { width:100%; float:left; }
.row-fluid .pricingbox_cover .pricing_box { width:25%; float:left; padding:44px 20px; border-right-width: 3px;  border-style: solid;  border-image: linear-gradient( to bottom, #0079c1, rgba(0, 0, 0, 0) ) 1 100%;  }
.row-fluid .pricingbox_cover .pricing_box:last-child { border-right:0; } 
.row-fluid .pricingbox_cover .pricingbox_height { width:100%; float:left; }

.row-fluid .pricingbox_cover h5 { width:100%; float:left;  color: rgba(32, 44, 57, 0.8); font-size:20px; line-height:24px;  font-weight:bold; text-transform:uppercase; }
.row-fluid .pricingbox_cover .pricing_title { width:100%; float:left; margin:58px 0; }
.row-fluid .pricingbox_cover .pricing_title span { width:100%; float:left; color:#000; font-size:16px; line-height:22px; opacity:0.56; }
.row-fluid .pricingbox_cover .pricing_title h2 { color:#0079c1;  font-size:50px; line-height:60px; font-weight:bold; width:100%; float:left; margin:10px 0; }
.row-fluid .pricingbox_cover .pricingbox_text { width:100%; float:left; color:#333333; font-size:14px; line-height:22px; }

/*---testdrive_area--*/
.row-fluid .testdrive_area { padding:50px 0; text-align:center; }
.row-fluid .testdrive_area h2 { width: 100%; float: left;  font-size: 50px; line-height: 60px;  color: #000;  font-weight: 900;  margin-bottom: 10px; letter-spacing:-1px; }
.row-fluid .testdrive_area .testdrive_cover { float: none; display: inline-block;  width: 100%; color:#000;  max-width:960px; } 
.row-fluid .testdrive_area .testdrive_titles { margin:40px 0 60px; font-size: 30px; line-height: 40px; }
.row-fluid .testdrive_area .starttrial_text { color:#8d8d8d; font-size:16px; line-height:22px; font-style:italic; margin-top:50px; letter-spacing: 0.4px; }

/*----*/
.row-fluid .packges_logoarea { width:100%; float:left; }
.row-fluid .packges_logoarea .packges_logobox { width:20%; float:left; margin-bottom:60px; }
.row-fluid .packges_logoarea .packgeslogo_img { width:100%; float:left; display:flex; align-items:center; }
.row-fluid .packges_logoarea .packgeslogo_img img { max-width:100px; margin:0 auto; }

/*------*/
.row-fluid .pakges_faq { width:100%; float:left; padding:120px 0 80px; text-align:center; }  
.row-fluid .pakges_faq .faqsection_inner { width:100%; float:none; display:inline-block; max-width:640px; }
.row-fluid .pakges_faq .faqsection_title { width:100%; float:left; } 
.row-fluid .pakges_faq .faqsection_title h2 { width: 100%; float: left;  font-size: 50px; line-height: 60px;  color: #000;  font-weight: 900;  margin-bottom: 10px; letter-spacing:-1px;  margin-bottom:60px;  }

.row-fluid .pakges_faq .pakgesfaq_cover { width:100%; float:left; text-align:left;  } 
.row-fluid .pakges_faq .pakgesfaq_box { width:100%; float:left; margin-bottom:20px; } 

.row-fluid .pakges_faq .pakgesfaq_box h5 { width:100%; float:left; color: #0079c1; font-size:29px; line-height:36px; font-weight: 900; margin-bottom:15px; position:relative; cursor:pointer; } 
.row-fluid .pakges_faq .pakgesfaq_box h5:before { position:absolute; content:""; width: 13px; height: 3px;  left: -33px;  top: 16px; background:#0079c1; transition:all .4s ease; } 
.row-fluid .pakges_faq .pakgesfaq_box h5:after { position:absolute; content:""; width: 3px;  height: 13px;  left: -28px;  top: 11px;  background:#0079c1; transition:all .2s ease; }
.row-fluid .pakges_faq .pakgesfaq_box h5.active { color:#333333; }
.row-fluid .pakges_faq .pakgesfaq_box h5.active:after { background:#333333; opacity:0; transition:all .2s ease; }
.row-fluid .pakges_faq .pakgesfaq_box h5.active:before { background:#333333; }

.row-fluid .pakges_faq .pakgesfaq_box .pakgesfaq_text { width:100%; float:left; color:#000000; font-size:16px; line-height:26px; display:none; margin-bottom:10px; } 

/*----blog----*/  
.row-fluid .callrevblog_hero { padding: 200px 0 130px;  position: relative; text-align: center; }
.row-fluid .callrevblog_hero h2 { color:#f8f8f8; width: 100%; float: left;  font-size: 54px;  line-height: 64px;  font-weight: 900;  margin-bottom: 20px; }
.row-fluid .callrevblog_cover { font-size:30px;  line-height: 40px;  color: #fff; }

.row-fluid .topicsearch_area { background-color: #0079c1; padding:20px 0; position:relative; z-index:999; }
.row-fluid .topicsearch_area .wrapper > div > div { display:flex; align-items:center; }
.row-fluid .topicsearch_area h3 { display:none; }
.row-fluid .topicsearch_area .widget-module { width:100%; float:left; }

.hs-blog-post .row-fluid .topic_filter ul { display:none; } 

.row-fluid .topic_filter ul { border:none; outline:none; list-style:none; padding:0; margin:0; width:auto; float:left; position:relative; }
.row-fluid .topic_filter ul li { width:auto; float:left; margin-right:15px; }
.row-fluid .topic_filter ul li a { width:auto; float:left; text-transform: capitalize; color:#f2f8ff; font-size:14px; line-height:20px; letter-spacing:0.6px; transition:all .4s ease; }
.row-fluid .topic_filter ul li a:hover { opacity:0.7; }

.row-fluid .topic_filter .filter-link-count { display:none; }
.row-fluid .topic_filter .topic_pluse { width:auto; float:left; position:relative; }
.row-fluid .topic_filter .topicdrop_wrap { width:250px; float:left; background:#f1f1f1; display:none; position:absolute; top:100%; margin-top:5px; right:0; z-index:999; }
.row-fluid .topic_filter .topicdrop_wrap li { width:100%; float:left;padding: 10px 15px;  border-bottom: 1px solid rgba(0,0,0,0.1);  color: #000; transition:all .4s ease; } 
.row-fluid .topic_filter .topicdrop_wrap li:hover { background:#87c03f; transition:all .4s ease; }
.row-fluid .topic_filter .topicdrop_wrap li:hover a { color:#fff;  transition:all .4s ease; }
.row-fluid .topic_filter .topicdrop_wrap li a { color:#000; }

.row-fluid .topic_filter .plasebtn { width:22px; height:22px;  position:relative; cursor:pointer; float:left; background:#3393CD; border-radius:50%; }
.row-fluid .topic_filter .plasebtn:before { position:absolute; content:""; width: 11px; height: 3px;  left: 6px; top: 10px; background:#fff; transition:all .4s ease; } 
.row-fluid .topic_filter .plasebtn:after { position:absolute; content:""; width: 3px;  height: 11px;  left:10px;  top: 6px;  background:#fff; transition:all .2s ease; }
.row-fluid .topic_filter .plasebtn.active { color:#333333; }
.row-fluid .topic_filter .plasebtn.active:after { background:#fff; opacity:0; transition:all .2s ease; }
.row-fluid .topic_filter .plasebtn.active:before { background:#fff; }


.row-fluid .blogsearch_box .hs-search-field { width:100%; float:left; }
.row-fluid .blogsearch_box .hs-search-field__bar { width:100%; float:left; overflow:hidden; }
.row-fluid .blogsearch_box .hs-search-field__bar form { width:0; float:right; position:relative; transition:all .4s ease; visibility: hidden; }
.row-fluid .blogsearch_box .hs-search-field__bar.opensearch form { width:100%; transition:all .4s ease; visibility: visible; }
.row-fluid .blogsearch_box .hs-search-field__bar form .hs-search-field__input { border-radius: 10px; padding:10px 30px 10px 15px; color:#000; margin-bottom:0; height:36px; border:none; }
.row-fluid .blogsearch_box .submit_btn { min-width:auto; width:34px; height:34px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/magnifier.png'); border: 0;font-size: 0;  background-position: left center; padding: 0; margin: 0;  position: absolute; right: 1px; top: 0;}

.row-fluid .blogsearch_box .searchopen_btn { min-width:auto; width:34px; height:34px; cursor:pointer; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/magnifier.png'); border: 0;font-size: 0;  background-position: right center; padding: 0; margin: 0;  position: absolute; right: 1px; top: 0;}

 
.row-fluid .blog-section { width:100%; float:left; }
.row-fluid .post-listing { width:100%; float:left; }
.row-fluid .post_listing { width:100%; float:left; margin-bottom:120px; }
.row-fluid .post_listing .featured_wrappost { width:100%; float:left;  position:relative; margin-bottom:30px; z-index:9; }
.row-fluid .post_listing .featured_wrappost:before { position:absolute; content:""; width:calc(100% + 40px); height:calc(100% + 70px); left:-20px; top:-70px; background-color: #a8daf8; z-index:-9; }    

.row-fluid .postitem_wrap { margin: 0 -15px;  display: block; }
.row-fluid .post-listing .featuredpost_title { width:100%; float:left; z-index: 99; position:relative; color:#0079c1; font-size:20px; line-height:30px; margin:20px 0; text-transform: uppercase;  font-weight: 900; }
.row-fluid .post-listing .post_item { width:33.33%; float:left; padding:0 15px; margin-bottom:30px; }
.row-fluid .post-listing .post_item .post_inner { width:100%; float:left; padding:3px; background:#fff; transition:all .4s ease; }
.row-fluid .post-listing .post-body { width:100%; float:left; }
.row-fluid .post-listing .post_height { width:100%; float:left; background:#fff; }
.row-fluid .post-listing .hs-featured-image-wrapper { float:left; width:100%; position:relative; }
.row-fluid .post-listing .post_item .postimage { width:100%; float:left; height:200px; background-size:cover !important; }

.row-fluid .post-listing .post_item:hover .post_inner { background:#0079c1; transition:all .4s ease;  }
.row-fluid .post-listing .post_item:hover .more_link { transition:all .4s ease; opacity:1; }
.row-fluid .post-listing .post_item .more_link { width:100%; float:left; position:absolute; left:0; top:0; height:100%; background:rgb(0, 121, 193,0.8);  color:#fff; display:flex; align-items:center; transition:all .4s ease; opacity:0; }
.row-fluid .post-listing .post_item .more_link span { width:100%; float:left; margin:0 auto; padding:10px; text-align:center; }
.row-fluid .post-listing .post_item .more_link span i { font-size: 12px; line-height: 20px; } 

.row-fluid .post-listing .post_item .post-header { width:100%; float:left; padding:20px; }
.row-fluid .post-listing .post_item .post-header h2 { width:100%; float:left; margin:0; }
.row-fluid .post-listing .post_item .post-header h2 a { width:100%; float:left; color:#000000; font-size:18px; line-height:26px; font-weight:900; }
.row-fluid .post-listing .post_item .post-header h2 a:hover { color:#0079c1; }
.row-fluid .post-listing .post_item .post-header .post_content { width:100%; float:left; margin:14px 0 25px; color:#000000; font-size:16px; line-height:24px; }
.row-fluid .post-listing .post_item .post-header #hubspot-author_data { width:100%; float:left; text-align:center; }
.row-fluid .post-listing .post_item .post-header #hubspot-author_data a { color:#0079c1; font-size:14px; line-height:20px; font-weight:900; }
.row-fluid .post-listing .post_item .post-header #hubspot-author_data a:hover { color:#000 !important; }
.row-fluid .post-listing .post_item .post-header #hubspot-author_data span { width:auto; float:left; margin-right:5px;  font-size:14px; line-height:20px;  }
.row-fluid .post-listing .post_item .post-header .posttopic_autor { width:auto; float:none; display:inline-block; margin-right:10px; }
.row-fluid .post-listing .post_item .post-header .posttopic_topic { width:auto; float:none; display:inline-block; }
.row-fluid .post-listing .post_item .topic-link { width:auto; float:left; color:#000; }
.row-fluid .post-listing .post_item .author-link  { width:auto; float:left; color:#000; }
 
.row-fluid .loadmore_btn { width:100%; float:left; text-align:center } 
.row-fluid .loadmore_btn span {  width:auto; float:none; cursor:pointer; display:inline-block; text-align:center; margin:10px 0 0; color:#fff; letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:17px 40px 15px 40px; min-width:350px; text-transform:uppercase; transition:all .4s ease; }
.row-fluid .loadmore_btn span:before { position: absolute;content: ""; width: 27px; height: 27px; right: 20px;  top: 14px;  background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/download-icon.png) no-repeat center center; }
.row-fluid .loadmore_btn span:hover { opacity:0.7; transition:all .4s ease; }   



 
/*----inner--post---*/
.row-fluid .innerpost_hero { width:100%; float:left; padding: 200px 0 120px; position: relative; text-align: center; }
.row-fluid .innerpost_hero:before { position: absolute; content: "";  width: 100%; height: 100%;  left: 0;  top: 0;  background: rgba(2, 100, 156, 0.9); }
.row-fluid .innerpost_hero .wrapper { position:relative; }
.row-fluid .innerpost_hero h1 { color: #f8f8f8; width: 100%; float: left;  font-size: 52px;  line-height: 64px;  font-weight: 900;  margin-bottom: 20px;  }
.row-fluid .innerpost_hero .inerpost_date {  width: 100%; float: left; font-size:30px; line-height:40px; color:#fff; }

div.blog-section div.blog-post-wrapper { border:none; width:100%; float:left; }
.row-fluid .bloginner_cover.blog-post-wrapper { border:none; }
.row-fluid .bloginner_cover { width:100%; float:left; text-align:center; }
.row-fluid .bloginner_post { width:100%; float:none; display:inline-block; max-width:920px; background:#fff; padding:70px 90px 80px; text-align:left;   -webkit-box-shadow: 0 0 32px -2px #d8d8d8; -moz-box-shadow: 0 0 32px -2px #d8d8d8;  box-shadow: 0 0 32px -2px #d8d8d8; }
.row-fluid .bloginner_cover .topic-link { color:#0079c1; }
.row-fluid .bloginner_cover .author-link { color:#0079c1; }

.row-fluid .bloginner_post .post-body { width:100%; float:left; color:#000000; font-size:16px; line-height:24px; }
.row-fluid .bloginner_post .post-body p { color:#000000; font-size:16px; line-height:24px; } 
.row-fluid .bloginner_post .post-body ul { width:100%; float:left; list-style:none; margin:10px 0; padding:0 0 0 10px; }  
.row-fluid .bloginner_post .post-body ul li { color:#000000; font-size:16px; line-height:24px; margin-bottom:12px; padding-left:20px; position:relative; }
.row-fluid .bloginner_post .post-body ul li:before { position:absolute; content:""; left:0;  top: 8px; width:6px; height:6px; background:#0079c1; border-radius:50%; }

.row-fluid .bloginner_post .post-body a { color:#0079c1; }
.row-fluid .bloginner_post .post-body a:hover { color:#000; }
.row-fluid .bloginner_post .post-body h2 { width:100%; float:left; color:#000000; letter-spacing: -0.9px; font-size:44px; line-height:50px; font-weight:900; margin:15px 0; }
.row-fluid .bloginner_post .post-body h3 { width:100%; float:left; color:#202c39; font-size:34px; line-height:40px; font-weight:900; margin:15px 0; }
.row-fluid .bloginner_post .post-body h4 { width:100%; float:left; color:#202c39; font-size:24px; line-height:30px; font-weight:900; margin:15px 0; }
 
.row-fluid .bloginner_post .hs-cta-wrapper { width:100%; float:left; text-align:center; margin:40px 0; }
.row-fluid .bloginner_post .hs-cta-wrapper a {  width:auto; float:none; cursor:pointer; display:inline-block; text-align:center; margin:0 0; color:#fff; letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:17px 40px 15px 40px; min-width:200px; text-transform:uppercase; transition:all .4s ease; }
.row-fluid .bloginner_post .hs-cta-wrapper a:hover { opacity:0.7; transition:all .4s ease; }   
 
.row-fluid .hs-author-listing-header { width: 100%; float: left;  color: #202c39;  font-size: 34px;  line-height: 40px;  font-weight: 900;  margin: 25px 0 }

/*---hs-author-profile---*/
.row-fluid .hs-author-profile { width:100%; float:left; background:#a8daf8; padding:30px; display: flex;  align-items: center; margin-top: 60px; }
.row-fluid .hs-author-profile .hs-author-name { width:100%; float:left; color:#000; margin-bottom: 5px; font-weight: 900; }
.row-fluid .hs-author-profile .author_avatar { width:150px; height:150px; float:left; background-size:cover !important; border-radius:50%;  }
.row-fluid .hs-author-profile .hs-author-bio { width:100%; float:left;  color:#000; }
.row-fluid .hs-author-profile .author_inner { width:calc(100% - 150px); float:left; padding-left:30px; }

.row-fluid .searchresult_area { padding:80px 0;  }
.row-fluid .hs-search-results {  width:100%; float:left; }
.row-fluid .hs-search-results ul {  width:100%; float:left; }
.row-fluid .hs-search-results ul li {  width:100%; float:left; margin-bottom:15px; border-bottom:1px solid #ccc; padding-bottom: 15px;}
.row-fluid .hs-search-results ul li a {  width:100%; float:left; color:#0079c1; font-size: 18px; line-height: 26px;   margin-bottom: 6px; transition:all .6s ease;     text-transform: capitalize; }
.row-fluid .hs-search-results ul li a:hover { color:#000; transition:all .6s ease; }
.row-fluid .hs-search-results__pagination a { background:#9f000f; padding: 10px 15px;  float: right; color: #fff;  font-size: 16px;  line-height: 24px; margin-bottom: 30px;   margin-top: 20px; }
.row-fluid .hs-search-results__pagination a:empty { display:none}
.row-fluid .hs-search-results__pagination a:hover { background:#000; color:#fff }

/*----whoweaea_hero--*/
.row-fluid .whoweaea_hero { padding: 250px 0 250px; background-size: cover !important; position: relative; text-align: center;  background-position: top center !important; }
.row-fluid .whoweaea_hero:before { position:absolute; content:""; left:0; top:0; width:100%; height:100%;   background: rgba(2, 100, 156, 0.9); }
.row-fluid .whoweaea_hero .wrapper { position:relative; }
.row-fluid .whoweaea_hero h1 { width: 100%;  float: left;  color: #f8f8f8;  font-size: 60px;  line-height: 70px;  font-weight: bold;  margin-bottom: 25px;  letter-spacing: 0.5px; }
.row-fluid .whoweaea_hero .whowe_subtitle { color:#fff; font-size:30px; line-height:40px; }
.row-fluid .whoweaea_hero .heroctabtn a { margin-top:40px; min-width: 200px;  font-weight: normal;  letter-spacing: 0.8px; }

.row-fluid .whoweaea_hero .nextsection_arrow { position:absolute; bottom:-35px; cursor:pointer; width:354px;  height:84px; background-size:100% 100%;  transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); left:50%; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/arrow-down-bottom-1.png') no-repeat center center;}
.row-fluid .whoweaea_hero .nextsection_arrow a { width:100%; height:100%; font-size:0; position:absolute; left:0; top:0; }


.row-fluid .historybox_area .wrapper {  width:1024px; }

.row-fluid .historybox_area { width:100%; float:left; padding:120px 0; background-color: #f5f5f5; }
.row-fluid .historybox_area .historybox_cover {  width:100%; float:left;}
.row-fluid .historybox_area .historybox { width:100%; float:left; position:relative; z-index:9; }
.row-fluid .historybox_area .historybox:after { position:absolute; content:""; width:100%; height:380px; left:0; bottom:0; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/box-top-shap.png') no-repeat; background-size:100% 100% !important; z-index:-9; opacity:1; }

.row-fluid .historybox_area .historybox:nth-child(2n):after { height:280px; bottom:auto; top:0; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/box-botom-shap.png') no-repeat; }
.row-fluid .historybox_area .historybox:nth-child(3n):after { transform: rotateY(180deg); height:430px; }
.row-fluid .historybox_area .historybox:nth-child(4n):after { transform: rotateY(-180deg); }
 
.row-fluid .historybox_area .historybox:last-child .historybox_inner { margin-bottom:0; }   
.row-fluid .historybox_area .historybox:nth-child(2n) .historybox_inner { float:right; }
 

.row-fluid .historybox_area .historybox .historybox_inner { width:100%; max-width:640px; float:left; border-radius: 2px; box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.08); background-color: #ffffff; margin-bottom:190px; padding:60px; position:relative; }
.row-fluid .historybox_area h3 { width:100%; float:left; font-size:40px; line-height:50px; font-weight:900; margin-bottom:15px; }
.row-fluid .historybox_area .historybox_text { width:100%; float:left;  font-size: 20px; line-height:1.64; } 

.row-fluid .historybox_area .historybox_animation { position: absolute; bottom: 0; left:0;  width: 100%; text-align:center; } 
.row-fluid .historybox_area .historybox svg { margin-bottom: -9px; position:relative; }

.row-fluid .historybox_area .historysvg_1 svg { left:104px; }
.row-fluid .historybox_area .historysvg_2 svg { right:-84px; }
.row-fluid .historybox_area .historysvg_3 svg { right:-84px; }



/*--meetteam_section--*/
.row-fluid .meetteam_section { padding:130px 0 80px; text-align:center; }
.row-fluid .meetteam_section h2 { width:100%; float:left; color:#000; font-size:50px; line-height:60px; font-weight:900; margin-bottom:60px; letter-spacing: -1px; }

.row-fluid .ourteam_seation { width:100%; float:left; }
.row-fluid .ourteam_seation h4 { width:100%; float:left; margin-bottom:40px; font-size:29px; line-height:40px; color:#000; font-weight:900; text-align:left; opacity:0.2; text-transform:uppercase; }
.row-fluid .ourteam_seation .ourteambox_wrap { width:100%; float:left; margin-bottom: 60px; }
.row-fluid .ourteam_seation .ourteambox_wrap:last-child { margin-bottom:0; }

.row-fluid .ourteam_seation .ourteam_cover { width:100%; float:left; }
.row-fluid .ourteam_seation .ourteam_box { width:25%; float:left; margin-bottom:30px; }
.row-fluid .ourteam_seation .client_img { width:100%; float:left; height:280px; background-size:cover !important; }
.row-fluid .ourteam_seation h5 { width:100%; float:left;  font-size:22px; line-height:30px; color:#000; font-weight:900; margin-bottom:5px; }
.row-fluid .ourteam_seation .client_position { width:100%; float:left; }
.row-fluid .ourteam_seation .client_content { width:100%; float:left; padding:15px 10px; text-align:center; font-size:16px; line-height:24px; }
.row-fluid .ourteam_seation .ourteam_height { width:100%; float:left; padding:0 1px; }

/*-------joinus_section-----*/
.row-fluid .joinus_section { padding:120px 0; background-color: #0079c1; text-align:center; color:#fff; font-size:22px; line-height:32px; } 
.row-fluid .joinus_section h2 { width:100%; float:left; color:#fff; font-size:50px; line-height:60px; font-weight:900; margin-bottom:10px; letter-spacing: -1px; }
.row-fluid .joinus_section .joinus_inner { width:100%; float:none; display:inline-block; max-width:720px; }
.row-fluid .joinus_section h3 { width:100%; float:left; color:#fff; font-size:40px; line-height:50px; font-weight:900; margin-bottom:10px; letter-spacing: -1px; }
.row-fluid .joinus_section .joinus_videocode {  display:none; }

.row-fluid .joinus_section .workcallrev_cta { background-size:cover !important; max-width:550px; float:none; display:inline-block; width:100%; margin-top:70px; padding:70px; } 
.row-fluid .joinus_section .watch_btn { width: auto; float: none;  display: inline-block;  text-align: center;  margin: 20px auto 0;  color: #fff;  letter-spacing: 0.5px;  font-size: 14px;  line-height: 22px;  position: relative;  border-radius: 5px;  background-color: #87c03f; padding: 18px 35px 16px 35px;  min-width: 216px;  text-transform: uppercase; }
.row-fluid .joinus_section .watch_btn:before { position: absolute;  content: "";  width: 27px;  height: 27px;  right: 18px;  margin-top: -4px;  top: 18px;  background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/play-icon.png) no-repeat center center; }
.row-fluid .joinus_section .watch_btn:hover { opacity: 0.7;  }
 
#joinus_videoid { overflow:visible !important; padding:15px !important; }

/*----*/
.row-fluid .openposition_section { padding:120px 0; text-align:center; }
.row-fluid .openposition_section h2 { width:100%; float:left; color:#000; font-size:50px; line-height:60px; font-weight:900; margin-bottom:70px; letter-spacing: -1px; }
.row-fluid .openposition_section .opeanposition_boxarea { width:100%; float:none; display:inline-block; max-width:750px; text-align:left; } 
.row-fluid .openposition_section .opeanposition_boxarea .opeanposition_box { width:100%; float:left; margin-bottom:40px; position:relative; padding-right: 70px; } 
.row-fluid .openposition_section .opeanposition_boxarea h3 { width:100%; float:left; color:#0079c1; font-size:22px; line-height:30px; font-weight:900; margin-bottom:16px; } 
.row-fluid .openposition_section .opeanposition_boxarea .opeanposition_text { width:100%; float:left; color:#000; font-size:22px; line-height:30px;  } 
.row-fluid .openposition_section .opeanposition_boxarea .opeanposition_link { position:absolute; right:0; top:16px; width:100%; max-width:45px; }

.row-fluid .applynow_btn a {  width:auto; float:none; display:inline-block; text-align:center; margin:20px 0 0; color:#fff; letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:17px 35px 15px 35px; min-width:180px; text-transform:uppercase; }
.row-fluid .applynow_btn a:hover { opacity:0.7; }   

/*---------*/
.row-fluid .inthenews_section { padding:120px 0; background-color: #f5f5f5; text-align:center; }
.row-fluid .inthenews_section h2 { width:100%; float:left; color:#000; font-size:50px; line-height:60px; font-weight:900; margin-bottom:70px; letter-spacing: -1px; }

.row-fluid .inthenews_section .newsbox_cover { width:100%; float:left; margin-bottom:60px; }
.row-fluid .inthenews_section .newsbox_inner { width:100%; float:left; background:#fff; padding: 2px;}
.row-fluid .inthenews_section .newsbox_area .newsbox { width:33.33%; float:left; padding:0 15px;  }
.row-fluid .inthenews_section .newsbox_area .newsbox_img { width:100%; float:left; height:200px; background-size:cover !important; }
.row-fluid .inthenews_section .newsbox_area h4 { width:100%; float:left; color: rgba(32, 44, 57, 0.8); font-size:18px; line-height:28px; margin-top:0; text-align:left; padding:15px ; }
.row-fluid .inthenews_section .newsbox_area h4 span { width:100%; float:left; }
 

.row-fluid .rss-wrapper .hs-rss-module .hs-rss-item { width:33.33%; float:left; padding:0 15px; margin:0;  display: -webkit-box;  display: -moz-box; display: -ms-flexbox; display: -webkit-flex;  display: flex; -webkit-flex-direction: column-reverse;  flex-direction: column-reverse;  -webkit-flex-wrap: wrap;  flex-wrap: wrap; }
.row-fluid .rss-wrapper .hs-rss-module .hs-rss-item-image-wrapper { width:100%; float:left; height:300px; background-size:cover !important; }
.row-fluid .rss-wrapper .hs-rss-module .hs-rss-item-image-wrapper img{ width:100%; background-size:cover; height:100%; }
.row-fluid .rss-wrapper .hs-rss-module .hs-rss-title { width:100%; float:left; color: rgba(32, 44, 57, 0.8); font-size:18px; line-height:28px; margin-top:0; text-align:left; padding:15px ; }
.row-fluid .rss-wrapper .hs-rss-module .hs-rss-title span { width:100%; float:left; }
.row-fluid .rss-wrapper .hs-rss-module .hs-rss-item-text {background-color:#fff; width:100%; padding:0; }
.row-fluid .rss-wrapper .hs-rss-module .hs-rss-title:hover{color:#87c03f; }

.row-fluid .newsread_btn a {  width:auto; float:none; display:inline-block; text-align:center; margin:20px 0 0; color:#fff; letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:17px 35px 15px 35px; min-width:180px; text-transform:uppercase; }
.row-fluid .newsread_btn a:hover { opacity:0.7; }   



/*----*/
.row-fluid .getintouch_section { padding:120px 0; text-align:center; }
.row-fluid .getintouch_section h2 { width:100%; float:left; color:#000; font-size:50px; line-height:60px; font-weight:900; margin-bottom:70px; letter-spacing: -1px; }

.row-fluid .whoweare_area { width:100%; float:left; }
.row-fluid .whoweare_area .whoweare_box { width:33.33%; float:left;  }
.row-fluid .whoweare_area .whoweare_img { width:100%; float:left; margin-bottom:25px; display: flex;  align-items: center; }
.row-fluid .whoweare_area .whoweare_img img { max-width:90px; margin:0 auto; }
.row-fluid .whoweare_area h4 { width:100%; float:left; margin-bottom:15px; color:#000000; font-size:29px; line-height:34px; text-transform: uppercase; font-weight:900; }
.row-fluid .whoweare_area .whoweare_text { width:100%; float:left; color:#0079c1; }
.row-fluid .whoweare_area .whoweare_text a { color:#0079c1; }


/*-------*/
.row-fluid .howcanhelp_section { padding:0 0 120px; background-color: #f5f5f5; text-align:center; }
.row-fluid .howcanhelp_section .followicon { margin-bottom:70px; text-align:center; }
.row-fluid .howcanhelp_section .followicon ul { margin:-50px 0 0 0; padding:0; width:auto; float:none; display:inline-block; list-style:none; }
.row-fluid .howcanhelp_section .followicon ul li { float:left; width:98px; height:98px; background-color: #f5f5f5; border-radius:50%; display:flex; align-items:center; margin:0 25px; }
.row-fluid .howcanhelp_section .followicon ul li a { float:left; width:64px; height:64px; border-radius:50%; background-color: #0079C1; color:#fff; text-align:center; margin:0 auto; font-size: 36px; line-height: 65px;  padding:0 17px;  display:flex; align-items:center; }
.row-fluid .howcanhelp_section .followicon ul li:first-child a { padding:0 22px; }
.row-fluid .howcanhelp_section .followicon ul li a i { margin:0 auto; }
.row-fluid .howcanhelp_section .followicon ul li a:hover { background:#87c03f; }

.row-fluid .howcanhelp_section h2 { width:100%; float:left; color:#000; font-size:40px; line-height:50px; font-weight:900; margin-bottom:40px; }
 
.row-fluid .howcanhelp_section .canhelp_form { text-align:center; }
.row-fluid .howcanhelp_section .canhelp_form form { width:100%; float:none; display:inline-block; max-width:350px; }
.row-fluid .howcanhelp_section .canhelp_form h3 { display:none; }
.row-fluid .howcanhelp_section .submitted-message { font-size:24px; line-height:30px; }
.row-fluid .howcanhelp_section .canhelp_form form .hs-input { width:100%; float:left; border:none; height:58px; padding:10px 15px; border-radius:10px; color:#333333; margin-bottom:20px; }
.row-fluid .howcanhelp_section .canhelp_form form textarea { padding:18px 15px; height:120px !important; }
.row-fluid .howcanhelp_section .canhelp_form form .hs-form-required { display:none; }
.row-fluid .howcanhelp_section .canhelp_form form .hs-button { border: none;  color: #fff;  background: #87c03f; letter-spacing:0.5px;  border-radius: 5px;  font-size: 14px;  line-height: 20px;  height: auto;  padding:18px 15px 15px 15px;  font-weight: normal;  width: 100%; transition:all .6s ease; }
.row-fluid .howcanhelp_section .canhelp_form form .hs-button:hover { opacity:0.7; transition:all .6s ease; }
.row-fluid .howcanhelp_section .canhelp_form form .hs-error-msgs { width:100%; float:left; padding: 0 0 20px; font-size:14px; color:red;}
 
/*-----*/
.row-fluid .howitwork_hero { padding: 200px 0 130px;  position: relative; text-align: center; }
.row-fluid .howitwork_hero:before { position:absolute; content:""; width:100%; height:100%; left:0; top:0; background:rgba(2, 100, 156, 0.9); opacity:0; }
.row-fluid .howitwork_hero .wrapper { position:relative; z-index:99; }

.row-fluid .howitwork_hero .howitwork_left { text-align:left; color:#fff; padding-right: 50px;  }
.row-fluid .howitwork_hero h1 { width: 100%; float: left;  font-size: 60px; line-height: 70px; color: #fff;  font-weight: 900;  margin-bottom: 20px; }
.row-fluid .howitwork_hero .howitworkcover { float: none; display: inline-block; width:100%; font-size:22px; line-height:32px; }
.row-fluid .howitwork_hero .howitworkcover > div > div { display:flex; align-items:center; }
.row-fluid .howitwork_hero .workschdul_btn a {  width:auto; color:#fff; float:none; position:relative; display:inline-block; text-align:center; margin:30px 0 0;  letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:15px 30px; min-width:200px; text-transform:uppercase; }
.row-fluid .howitwork_hero .workschdul_btn a:hover { opacity:0.7; }  

.row-fluid .heroafter { position:relative; padding:100px 0; }
.row-fluid .heroafter:after { position:absolute; content:""; width:100%; height:4px; left:50%; max-width:1100px;  -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); top:0;  background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/hero-line.png') no-repeat center center; background-size:100% 100% !important; }
.row-fluid .heroafter:before { position:absolute; content:""; width:100%; height:100%; left:0; top:0;  background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/green-arrow-background.png') no-repeat center center; background-size:100% 100% !important; }
.row-fluid .heroafter ul { position:relative; width:100%; float:left; list-style:none; margin:0; padding:0; }
.row-fluid .heroafter ul li { width: 100%; float: left;  color: #fff;  text-align:center; font-size: 50px;  line-height: 60px;  font-weight: 900;  margin-bottom: 10px;  letter-spacing: -1px;}
 
/*-------*/
.row-fluid .dealsaving_section { padding:90px 0 20px; } 
.row-fluid .dealsaving_section > div > div { }
.row-fluid .dealsaving_section .schedulehero_left { padding-right:30px; }
.row-fluid .dealsaving_section .scheduleimg_place { padding: 15px 0 80px 0px; width: 100%; float: left;  margin-bottom: 40px;  position: relative; text-align:center;  max-width: 412px; }
.row-fluid .dealsaving_section .scheduleimg_place:before { position:absolute; content:""; width:100%; background-size:100% 100% !important; height:100%; left:0; top:0; background:url('https://cdn2.hubspot.net/hubfs/138774/actionDash2.png') no-repeat center center; }
.row-fluid .dealsaving_section .schedule_placeimg { height:260px; width:100%; float:none; max-width: 382px;  display: inline-block; background-size: 100% 100% !important; }
    
.row-fluid .dealsaving_section .placeholder_mobile { width:100%; float:right; max-width: 165px; margin-top: -320px;  position:relative; padding:9px; margin-bottom: 20px; }
.row-fluid .dealsaving_section .placeholder_mobile:before { position:absolute; content:""; width:100%; background-size:100% 100% !important; height:100%; left:0; top:0; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/mobile.png') no-repeat center center; }
.row-fluid .dealsaving_section .placemobile_img { height:300px;  background-size: 100% 100% !important;  }

.row-fluid .dealsaving_right h2 { color:#202c39; font-weight:900; font-size:40px; line-height:50px; width:100%; float:left; }
.row-fluid .dealsaving_text { margin:15px 0 30px 0;  font-size:20px;  line-height: 30px;  }
.row-fluid .dealsaving_section .watchhow_btn { width:auto; float:none;  display:inline-block; text-align:center; margin:0 auto; color:#fff; letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:18px 35px 16px 35px; min-width:290px; text-transform:uppercase; }
.row-fluid .dealsaving_section .watchhow_btn:before { position: relative; float: right; vertical-align: middle;  display: inline-block; content: ""; width: 27px; margin-top: -5px; height: 27px;  right: 0;  top: 0;  background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/play-icon.png) no-repeat center center;}
.row-fluid .dealsaving_section .watchhow_btn:hover { opacity:0.9; } 

.row-fluid .dealsaving_section .dealsaving_vdcode { display:none; } 
 
#dealsaving_id { overflow:visible !important; padding:15px !important; }
#dealsaving_id2 { overflow:visible !important; padding:15px !important; }
#dealsaving_id4 { overflow:visible !important; padding:15px !important; }

/*------*/ 
.row-fluid .dealersalerts_section { text-align:center; width:100%; float:left; padding:100px 0 50px; }
.row-fluid .dealersalerts_section h2  { width:100%; float:none; max-width: 780px; display:inline-block; color:#000; font-size:50px; line-height:66px; font-weight:900;  letter-spacing: -1px; margin-bottom:5px; }
.row-fluid .dealersalerts_section .dealersalerts_titles { width:100%; float:left; margin-bottom:70px; text-align:center; }
.row-fluid .dealersalerts_section .dealertitle_text { width:100%; float:none; display:inline-block; font-size: 20px; line-height: 30px; max-width: 530px;}

.row-fluid .dealersalerts_section .dealersalerts_cover { width:100%; float:left; text-align:left;  }
.row-fluid .dealersalerts_section .dealersalerts_box { width:50%; float:left; margin-bottom:50px; }
.row-fluid .dealersalerts_section .dealersalerts_box .dealersalerts_inner { width:100%; float:left;  }
.row-fluid .dealersalerts_section .dealersalerts_img { width:80px; float:left; }
.row-fluid .dealersalerts_section .dealersalerts_img img { max-width:80px; }
.row-fluid .dealersalerts_section .dealersalerts_text { width:calc(100% - 80px); float:left; padding:0 40px 0 30px; line-height: 28px; }
.row-fluid .dealersalerts_section .dealersalerts_text p { font-size:16px; line-height:26px; }
.row-fluid .dealersalerts_section .dealersalerts_text h5 { width:100%; float:left; color:#0079c1; font-size:20px; line-height:30px; text-transform:uppercase; font-weight:900; margin-bottom:8px; }

/*-------*/
.row-fluid .testimonial_section { width:100%; float:left; background-color: #0079c1; padding:100px 0;  } 
.row-fluid .testimonial_cover { width:100%; float:left; text-align:center; }
.row-fluid .testimonial_box { width:100%; float:none; text-align:left; max-width: 810px;  display: inline-block; position:relative; padding-left:150px; } 
.row-fluid .testimonial_box:before { position:absolute; content:""; left:0; top:0; width:124px; height:124px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/quotes-big.png') no-repeat center center; }
 
.row-fluid .testimonial_box .testimonial_img { width:160px; height:160px; border-radius:50%; float:left; background-size:cover !important; } 
.row-fluid .testimonial_box .testimonial_inner { width:calc(100% - 160px); float:left; padding-left:30px; } 
.row-fluid .testimonial_box .testimonial_text { width:100%; float:left; color:#fff; font-size:26px; line-height:38px; font-style:italic;  margin-bottom: 12px;} 
.row-fluid .testimonial_box h3 { width:100%; float:left; color:#fff; font-size:16px; line-height:24px; font-weight:900; opacity: 0.36; }  
.row-fluid .testimonial_box .clientmore_btn { width:100%; float:left; } 
.row-fluid .testimonial_box .normalbtn { min-width:260px; }
 
/*--------*/
.row-fluid .calltechnolgy_section {  background-color: #f5f5f5; padding:120px 0; }
.row-fluid .calltechnolgy_section .technoly_left { text-align:left; padding-right: 50px;  }
.row-fluid .calltechnolgy_section h3 { width: 100%; float: left; font-size: 40px; line-height: 50px; color: #000; font-weight: 900;  margin-bottom:15px; }
.row-fluid .calltechnolgy_section .calltechnolgy_cover > div > div { display:flex; align-items:center; }
.row-fluid .calltechnolgy_section .calltechnolgy_cover { float: none; display: inline-block; width:100%; font-size:20px; line-height:32px; }

.row-fluid .calltechnolgy_section .watchwork_btn a { width:auto; float:none;  display:inline-block; text-align:center; margin:30px auto 0; color:#fff; letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:18px 35px 16px 35px; min-width:290px; text-transform:uppercase; }
.row-fluid .calltechnolgy_section .watchwork_btn a:before { position: relative; float: right; vertical-align: middle;  display: inline-block; content: ""; width: 27px; margin-top: -5px; height: 27px;  right: 0;  top: 0;  background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/play-icon.png) no-repeat center center;}
.row-fluid .calltechnolgy_section .watchwork_btn a:hover { opacity:0.7; } 


.row-fluid .calltechnolgy_section .techno_img { height:350px; -webkit-box-shadow: 0 0 30px 5px #e4e4e4;  -moz-box-shadow: 0 0 30px 5px #e4e4e4;  box-shadow: 0 0 30px 5px #e4e4e4; background-size:100% 100% !important;  }

/*---------*/
.row-fluid .seamlessync_section { padding:120px 0 50px; }
.row-fluid .seamlessync_left h3 { width: 100%; float: left; font-size: 40px; line-height: 50px; color: #000; font-weight: 900;  margin-bottom:15px; }
.row-fluid .seamlessync_left { font-size: 20px; line-height: 30px; padding-left:20px; }
.row-fluid .seamlessync_left .seamlwatch_btn { width:auto; float:none;  display:inline-block; text-align:center; margin:25px auto 0; color:#fff; letter-spacing:0.5px; font-size:14px; line-height:22px; position:relative; border-radius: 5px; background-color: #87c03f; padding:18px 35px 16px 35px; min-width:290px; text-transform:uppercase; }
.row-fluid .seamlessync_left .seamlwatch_btn:before { position: relative; float: right; vertical-align: middle;  display: inline-block; content:""; width: 27px; margin-top: -5px; height: 27px;  right: 0;  top: 0;  background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/play-icon.png) no-repeat center center;}
.row-fluid .seamlessync_left .seamlwatch_btn:hover { opacity:0.7; } 

.row-fluid .seamlessync_right .seamless_img { margin-bottom:20px; display:flex; align-items:center; }
.row-fluid .seamlessync_right .seamless_img > div { margin:0 auto; padding:0 15px; }
.row-fluid .seamles_vdcode { display:none; }
#dealsaving_id3 { overflow:visible !important; padding:15px !important; }

.row-fluid .mobile_imgsvg { display:none; }


/* 26-03-2019 */
.hs-blog-listing .new_blg .blg_left { width: 100%;}
.hs-blog-post .row-fluid .new_blg { width: 100%; float: left; }
.hs-blog-post .row-fluid .new_blg .blg_left { width: calc(100% - 340px); float: left; }
.hs-blog-post .row-fluid .new_blg .blg_right { width:340px; float: left; margin: 0px; padding-bottom:87px;  }
.hs-blog-post .row-fluid .new_blg .blg_right > div { position: sticky; top:84px;}
.hs-blog-post .row-fluid .new_blg .new_inner-blg > div > div { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;  }
/* .hs-blog-post .row-fluid .new_blg .blg_right.sticky_bar { position: fixed; top: 0;right: calc((100% - 1113px)/2);  } */











@media (min-width: 1241px) and (max-width: 1400px){
   
  .row-fluid .resourceshero h1 { font-size: 50px; line-height: 66px; }   
  .row-fluid .header_section .header_right { width:auto; float:right; }
  .row-fluid .header_section .toplogo { width:30%; }  
  
  
}


@media (min-width: 992px) and (max-width: 1240px){
    
	.row-fluid .wrapper {  width:960px; }	
  .row-fluid .innerwrappar {  max-width:960px; padding:0 15px; }	
  .row-fluid .historybox_area .wrapper {  width:960px; float:none !important; }
  
  .row-fluid .header_section .getdemo_btn { margin:0 8px; }
  .row-fluid .mainmenu ul li a { padding:10px; }
  .row-fluid .hero_section h1 { font-size: 44px;  line-height: 56px; }
  .row-fluid .heroctabtn a { padding:15px 15px; }
  .row-fluid .hero_section { padding:220px 0 180px; }
  .row-fluid .hero_section .nextsection_arrow { bottom: 80px; }
  .row-fluid .header_section .getdemo_btn a { font-size: 10px;  padding: 8px 10px; }
  .row-fluid .header_section .signup_text a { padding:10px; }
  .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a { padding:10px 6px; }
  
  .row-fluid .svgpath_1 svg { max-width: 436px; float:none; display:inline-block; }
  .row-fluid .svgpath_2 { bottom:-97px;  }
  .row-fluid .svgpath_2 svg { max-width: 480px; }
  
  .row-fluid .whatmissing_box .filter_img { bottom: 47px;  }
  .row-fluid .whatmissing_box .iconcover_img { max-width: 240px; }
  .row-fluid .whatmissing_box .filtar_icon2 { left: 43px;  top: -60px;}
  .row-fluid .whatmissing_box .filtar_icon1 { left: -49px; top: 10px;} 
  .row-fluid .whatmissing_box .filtar_icon3 { right: 58px; top: 9px; }
  .row-fluid .whatmissing_box .filtar_icon4 { right: -44px; }
  
  .row-fluid .customphone_box { padding:100px 0 70px; }
  .row-fluid .svgpath_4 { bottom: -100px;  padding-right: 230px; }
  .row-fluid .svgpath_4 svg { max-width: 230px; }
  .row-fluid .fixcontent_box { padding:20px 0 90px 0; }
  .row-fluid .dealsaving_box { padding:100px 0 ; }  
  
  .row-fluid .svgpath_5 { text-align:center; }
  .row-fluid .svgpath_5 svg { max-width:458px; }
  
  .row-fluid .healthreports_box { padding:90px 0 100px; }
  .row-fluid .svgpath_6 { padding-right: 212px; }
  .row-fluid .svgpath_6 svg { max-width:240px; } 
  
  .row-fluid .appointments_box { padding:100px 0; }
  .row-fluid .appointments_box .appointments_inner h3 { font-size: 40px;  line-height: 46px; }
  
  .row-fluid .svgpath_7 { padding-left: 263px; }
  .row-fluid .svgpath_7 svg { max-width: 230px;}
  .row-fluid .employescore_box { padding:70px 0; }
   
  .row-fluid .svgpath_8 { }
  .row-fluid .svgpath_8 svg { max-width: 480px; }
  
  .row-fluid .svgpath_9 { padding-right: 227px } 
  .row-fluid .svgpath_9 svg { max-width:230px; }  
  
  .row-fluid .callrevudrive_section .callrevudrive_img img { max-width: 270px;}
  .row-fluid .callrevudrive_section h4 { font-size: 40px;  line-height: 50px; }
  .row-fluid .callrevudrive_section .callrevudrive_box:before { width: 400px;  height: 400px; }
  .row-fluid .callrevudrive_section .callrevudrive_img { margin:30px 0; }
  
  .row-fluid .callrevudrive_section { padding:130px 0 60px; }
  .row-fluid .personalized_section { padding:100px 0; }
  .row-fluid .personalized_section .personalized_box h3 { font-size: 20px; line-height: 30px;  margin-bottom: 5px; }
   
    /*----*/
  .row-fluid .schedule_hero .schedule_cover { padding:70px 0 50px; }
  .row-fluid .schedule_hero .schedule_inner h1 { font-size: 36px;  line-height: 52px; }
  .row-fluid .schedule_hero .schedule_inner { padding:30px 0; }  
  .row-fluid .schedule_hero .schduleform_cover h4 { margin-bottom: 20px; font-size: 20px; line-height: 30px; }
 
  .row-fluid .schedule_hero .schduleform form .hs-input { height:50px; }
  .row-fluid .schedule_hero .schedulehero_left { padding-right: 50px; }
  
  .row-fluid .topbtm_space { padding:170px 0 90px; }
  .row-fluid .personalized_section .receivedemo_btn { margin-top:50px; }
  
  /*---*/
  .row-fluid .landinghero .landing_left { padding:40px; }
  .row-fluid .landinghero .landing_left h4 { font-size: 22px; line-height: 30px; margin-bottom: 20px; }    
  .row-fluid .landing_right h3 { font-size: 26px;  line-height: 36px; margin-bottom: 15px; }
  .row-fluid .landing_right h6 { font-size: 18px; line-height: 26px; }
  .row-fluid .dealerstrust_main { padding:20px 0 80px 0; }
  .row-fluid .dealerstrust_main .dealerstrust_box img { max-width: 90px; }
  
  /*---*/
  .row-fluid .landinghero_two .landinglp2_left h2 { font-size: 40px;  line-height: 55px; }
  .row-fluid .landinglp2_right h4 { font-size: 24px; margin-bottom: 30px; line-height: 32px; }
  .row-fluid .landinglp2_right { padding:70px; }
  .row-fluid .contentandbtn_section { padding:40px 0 100px; }
   
  /*----*/
  .row-fluid .pillarhero { padding:170px 0; }
  .row-fluid .pillarhero h1 {font-size: 50px;  line-height: 70px; }
  .row-fluid .pillarallbox_wrap { padding:60px 70px 50px; }
  .row-fluid .download_content .downcontent_cover h2 { font-size: 30px; line-height: 40px; }
  
  /*-----*/
  .row-fluid .resourceshero h1 { font-size: 46px;  line-height: 68px; }
  .row-fluid .resourcesbox_area { padding-bottom:40px; } 
   
  /*-----*/
  .row-fluid .seeitelivehero { padding:180px 0 200px; }
  .row-fluid .seeitelivehero .seeitelivecover { max-width:750px; }
  .row-fluid .seeitelivehero h1 { font-size: 44px; line-height: 60px; }
  .row-fluid .seeitelivehero { font-size: 24px;  line-height: 36px; }

  .row-fluid .livevideotext_area { padding:90px 0 160px; }
  .row-fluid .livevideotext_area h3 { font-size: 30px; line-height: 36px;}
  .row-fluid .livevideotext_area h5 { font-size: 24px; line-height: 30px;  margin: 14px 0 5px 0; }
  .row-fluid .livevideotext_area .livevideotext_box { margin-bottom: 100px; }
  .row-fluid .livevideotext_area:before { height:calc(100% - 110px);  }  

  /*----*/ 
  .row-fluid .training_hero {  padding:170px 0 100px; }
  .row-fluid .training_hero h1 { font-size: 38px; line-height: 50px; }
  .row-fluid .phoneskills_box1 { padding:80px 0; }
  
  /*----*/
  .row-fluid .packgespage_hero h1 { font-size: 42px; line-height: 60px; }
  .row-fluid .packgespage_hero { padding:200px 0 100px; min-height: 720px; }
  .row-fluid .pricingbox_cover .pricing_box { padding:35px 15px; }
  .row-fluid .pricingbox_cover h5 { font-size: 18px; line-height: 26px; }
  .row-fluid .pricingbox_cover .pricing_title h2 { font-size: 44px; margin:6px 0;  line-height: 56px; }
  .row-fluid .pricingbox_cover .pricing_title { margin:40px 0; }
  .row-fluid .pricingarea_titlebtn { margin:60px 0; }
  
  /*---*/
  .row-fluid .testdrive_area { padding:40px 0 30px; } 
  .row-fluid .testdrive_area h2 { font-size: 46px; line-height: 58px; }
  .row-fluid .testdrive_area .testdrive_titles { font-size: 22px; line-height: 30px; }
  .row-fluid .testdrive_area .testdrive_cover { max-width: 700px; }
  
  .row-fluid .pakges_faq { padding:80px 0; }
  .row-fluid .pakges_faq .faqsection_title h2 { font-size: 40px; margin-bottom: 50px;  line-height: 50px; }   
  .row-fluid .pakges_faq .pakgesfaq_box h5 { font-size: 26px;  line-height: 36px;}
  
  /*----*/
  .row-fluid .post_listing .featured_wrappost:before { width:calc(100% + 36px); left: -16px; }
  .row-fluid .loadmore_btn span { min-width: 290px;  } 
  
  /*-------*/  
  .row-fluid .innerpost_hero h1  {  font-size: 36px;  line-height: 60px; }
  .row-fluid .bloginner_post { padding:50px 60px; }  
  
  .row-fluid .whoweaea_hero { padding:200px 0 210px; }
  .row-fluid .whoweaea_hero h1 { font-size: 50px; }
  .row-fluid .meetteam_section { padding:80px 0; }  
  .row-fluid .meetteam_section h2 { font-size: 40px;  line-height: 50px;  margin-bottom: 40px; }
  .row-fluid .ourteam_seation h4 { margin-bottom: 30px;  font-size: 24px;  line-height: 34px; } 
  .row-fluid .ourteam_seation h5 { font-size: 20px;  line-height: 28px;  }
  .row-fluid .ourteam_seation .ourteambox_wrap { margin-bottom: 20px; } 
  
  .row-fluid .joinus_section {  padding:80px 0; } 
  .row-fluid .openposition_section {padding:100px 0; }
  .row-fluid .inthenews_section {padding:100px 0; }
  .row-fluid .getintouch_section {padding:100px 0 120px; }
   
  /*-----*/ 
  .row-fluid .howitwork_hero { padding:170px 0 90px; }  
  .row-fluid .howitwork_hero h1 { font-size: 46px;   line-height: 60px; }
  .row-fluid .heroafter ul li { font-size: 36px; line-height: 50px;}
  .row-fluid .heroafter { padding:60px 0 80px 0;   }  
  .row-fluid .heroafter:before { background-size: cover !important; }
  .row-fluid .dealsaving_right h2 { font-size: 34px;  line-height: 40px; }
  .row-fluid .dealersalerts_section h2 { font-size: 40px;  line-height: 56px; }
  .row-fluid .seamlessync_left h3 { font-size: 32px; line-height: 50px; }
  .row-fluid .dealsaving_section .schedulehero_left { padding-right:40px; }
  
 
  /*------*/
  .row-fluid .historybox_area .historysvg_1 svg { left: 85px;   max-width: 500px; }
  .row-fluid .historybox_area .historysvg_2 svg { right: -70px; max-width: 470px; }
  .row-fluid .historybox_area .historysvg_3 svg { left: 85px;   max-width: 500px; }
 
  .row-fluid .hero_section .nextsection_arrow { bottom: -35px; } 
  .row-fluid .whoweaea_hero .nextsection_arrow { bottom: -35px; }
  .row-fluid .seeitelivehero .nextsection_arow{ bottom: -35px; }
  
  .row-fluid .customerscall_section h1 { font-size: 38px; }
  .row-fluid .calltechnolgy_section .techno_img { height: 300px; background-size: 100% 100% !important; max-width: 450px; }
  .row-fluid .dealsaving_section .scheduleimg_place { padding:24px 33px 24px 37px;     max-width: 412px; }
  .row-fluid .svgpath_9 { padding-right:243px; }
  .row-fluid .svgpath_9 svg { max-width:240px; }
  
  .row-fluid .header_section .header_right { width:auto; float:right; }
  .row-fluid .header_section .toplogo { width:auto; }
  .row-fluid .header_section  { padding:40px 30px; }
  
  .row-fluid .howitworkcover .workschdul_btn { width:100%; margin:0; }
  
  /*-- 26-03-2019 --*/
  .hs-blog-post .row-fluid .new_blg .blg_left { width: calc(100% - 280px); }
  .hs-blog-post .row-fluid .new_blg .blg_right { width: 280px; }
/*   .hs-blog-post .row-fluid .new_blg .blg_right.sticky_bar { right: calc((100% - 930px)/2); } */
  
}

@media (min-width: 992px) and (max-width: 1023px){
  .hs-blog-post .row-fluid .new_blg .blg_right > div { top:131px; }
}

@media (min-width: 768px) and (max-width: 991px){
	
	.row-fluid .wrapper {  width:750px; }	
  .row-fluid .innerwrappar {  max-width:750px; }	
  .row-fluid .historybox_area .wrapper {  width:750px; float:none !important; }
  
  .row-fluid .header_section .signup_text { display:none;} 
  .row-fluid .header_section .mainmenu .getdemo_btn { display:none;} 
  .row-fluid .header_section .mainmenu .signup_text { display:block;} 
  .row-fluid .header_section .getdemo_btn a { padding:7px 20px;  margin-right: 36px;  }
  .row-fluid .header_section .signup_text a { text-align:center; font-size:14px; }
  
  
  .row-fluid .customerscall_section { padding:80px 0 50px; } 
  .row-fluid .customerscall_section h1 { font-size: 28px;  line-height: 44px; }
  
  .row-fluid .connectsyou_title { padding:50px 0 180px 0; }
  .row-fluid .connectsyou_title h1 { font-size: 40px;  line-height: 44px; }
  .row-fluid .whatmissing_box .whatmissing_left h3 { font-size: 30px;   line-height: 42px; }
  .row-fluid .whatmissing_box .whatmissing_left {  font-size: 18px;  line-height: 26px; }
  
  .row-fluid .whatmissing_box .missingfiltar_img { right:0; }
  .row-fluid .whatmissing_box .iconcover_img { max-width: 230px; right:96px; }  
  .row-fluid .whatmissing_box .filter_img { right: 170px; bottom: 46px; }
  .row-fluid .whatmissing_box .filtar_icon img { max-width:40px; }
  
  .row-fluid .svgpath_1 { padding-right: 0; }
  .row-fluid .first_svg { display:none; }
  
  .row-fluid .whatmissing_box { position:relative; }
  .row-fluid .whatmissing_box:before { position: absolute; content: ""; width: 351px; height: 292px;  background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/tab-dotted.png) no-repeat center center;  background-size: contain !important;left: calc(50% - 29px);  top: 51px;  transform: translateX(-50%); }
  
  .row-fluid .customphone_box ul li { padding:20px; font-size: 14px;  line-height: 24px; }
  .row-fluid .customphone_box .customphone_right h3 { font-size: 30px;  line-height: 38px;}  
  .row-fluid .customphone_box .customphone_right { font-size: 16px; line-height: 26px; }
  .row-fluid .customphone_box .customphone_left { padding-right: 10px; }
  
  .row-fluid .customphone_box { position:relative; }  
  .row-fluid .customphone_box:before { position: absolute; content: "";  width: 100%;  height: 292px;  background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/tab-dotted2.png) no-repeat center center;  background-size: contain !important; left: 165px;  bottom: -90px;  max-width: 210px;  }
  .row-fluid .takefull_btn {  padding:45px 0 60px; position:relative; }   
  .row-fluid .takefull_btn:before { position: absolute; content: "";  width: 100%;  height: 49px;  background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-path-3.png) no-repeat center center; background-size: contain !important;  left: calc(50% - -3px);  bottom: -11px;  max-width: 210px;  transform: translateX(-50%); }
  .row-fluid .fixcontent_box h1 { font-size: 40px; line-height: 50px; }
  .row-fluid .fixcontent_box .fixcontent_text p {  font-size: 18px; line-height: 30px; }
  .row-fluid .fixcontent_box {  font-size: 18px; line-height: 28px; }
  
  .row-fluid .fixcontent_box { position:relative; padding:20px 0 90px 0; }
  .row-fluid .fixcontent_box:before { position: absolute; content: "";  width: 100%; height: 200px; background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-path-4-tablet.png) no-repeat center center;  background-size: contain !important;  right: 182px;  bottom: -90px;  max-width: 180px; }  
  .row-fluid .dealsaving_box { padding:110px 15px; }
  .row-fluid .dealsaving_box .dealsaving_left h3 { font-size: 30px;  line-height: 40px; }
  .row-fluid .dealsaving_box .dealsaving_left { font-size: 18px; line-height: 30px; padding-right: 20px; }
  
  .row-fluid .dealsaving_box { padding:80px 15px; position:relative; }
  .row-fluid .dealsaving_box:before { position: absolute; content: ""; width: 100%;height: 200px;   background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-path-5-tablet.png) no-repeat center center;  background-size: contain !important;  right: 184px;bottom: -130px; max-width: 380px;} 
  .row-fluid .healthreports_box .healthreports_content h3 { font-size: 30px;  line-height: 44px; margin-left: 0 !important;}
  .row-fluid .healthreports_box .healthreports_content { font-size:16px; line-height:24px; margin-left: 0 !important;}
  
  .row-fluid .healthreports_box { padding:120px 0 50px;  position:relative;} 
  .row-fluid .healthreports_box:before { position: absolute; content: "";  width: 100%; height: 200px;  background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-path-6-tablet.png) no-repeat center center;  background-size: contain !important; left: 175px;  bottom: -130px;  max-width: 186px; }   

  .row-fluid .appointments_box { padding:130px 0 65px 0; }
  .row-fluid .appointments_box .appointments_inner h3 { font-size: 38px;  line-height: 40px; } 
  .row-fluid .appointments_box .appointments_inner { font-size: 16px;   line-height: 28px; }
  
  .row-fluid .appointments_box { position:relative; }
  .row-fluid .appointments_box:before  { position: absolute; content: ""; width: 100%; height: 200px; background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-path-7-tablet.png) no-repeat center center; background-size: contain !important;  right: 183px;  bottom: -130px;  max-width: 200px; }   
  
  .row-fluid .employescore_box { padding:100px 0 60px; position:relative; }
  .row-fluid .employescore_box:before { position: absolute;  content: "";  width: 100%;  height: 180px;   background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-path-8-tablet.png) no-repeat center center;   background-size: contain !important;   right: 177px;   bottom: -95px;   max-width: 388px;   }
  .row-fluid .employescore_box .employescore_content h3 {  font-size: 30px;  line-height: 40px; }
  .row-fluid .employescore_box .employescore_content { font-size: 16px;  line-height: 24px; }
  
  .row-fluid .connectsyou_section { padding:70px 15px 55px; }
  .row-fluid .depthtraining_box .depthtraining_right h3 { font-size: 30px;  line-height: 40px; }
  .row-fluid .depthtraining_box .depthtraining_right { font-size: 16px; line-height: 28px; }
  
  .row-fluid .depthtraining_box { padding:100px 0 110px 0; position:relative; }  
  .row-fluid .depthtraining_box:before { position: absolute; content: "";  width: 100%;  height: 155px;  background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-path-9-tablet.png) no-repeat center center; background-size: contain !important; left: 39px; bottom: -55px;   max-width: 464px;}  
   
  .row-fluid .callrevudrive_section { padding:80px 0 50px; position:relative; }
  .row-fluid .callrevudrive_section:before { position: absolute; content: "";  width: 5px;  height: 80px;  background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-path-10-tablet.png) no-repeat center center; background-size: contain !important; left: calc(50% - 8px); top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); }
  .row-fluid .callrevudrive_section h4 { font-size: 38px;  line-height: 40px; }
  .row-fluid .callrevudrive_section .callrevudrive_img { margin:30px 0; }
  .row-fluid .callrevudrive_section .callrevudrive_img img { max-width: 240px; }
  .row-fluid .callrevudrive_section .callrevudrive_text { font-size: 24px;  line-height: 40px; float:none; display:inline-block; max-width: 480px;  }
  .row-fluid .callrevudrive_section .callrevudrive_box:before { width: 360px;  height: 360px;  }
  
  .row-fluid .personalized_section { padding:80px 0 100px; }
  .row-fluid .personalized_section .personalized_cover:before { height: 240px; top: -72px; }
  .row-fluid .personalized_section .personalized_box h3 { font-size: 18px; line-height: 28px; margin-bottom: 5px; }  
  .row-fluid .personalized_section .personalized_box { font-size: 14px;line-height: 20px; }
  .row-fluid .personalized_section .personalized_img img { max-width:80px; }
  
   /*----*/
  .row-fluid .schedule_hero .schedule_cover { padding:70px 0 50px; }
  .row-fluid .schedule_hero .schedule_inner h1 { font-size: 36px;  line-height: 52px; }
  .row-fluid .schedule_hero .schedule_inner { padding:30px 0; }  
  .row-fluid .schedule_hero .schduleform_cover h4 { margin-bottom: 20px; font-size: 20px; line-height: 30px; }
  
  .row-fluid .schedule_hero .placeholder_mobile {margin-top:-240px; }
  .row-fluid .schedule_hero .schduleform form .hs-input { height:50px; }
  .row-fluid .schedule_hero .schedulehero_left { padding-right: 30px; }
  
  .row-fluid .topbtm_space { padding:140px 0 90px; }
  .row-fluid .personalized_section .receivedemo_btn { margin-top:50px; }
  
  /*---*/
  .row-fluid .landinghero .landing_left { padding:40px; }
  .row-fluid .landinghero .landing_left h4 { font-size: 22px; line-height: 30px; margin-bottom: 20px; }    
  .row-fluid .landing_right h3 { font-size: 26px;  line-height: 36px; margin-bottom: 15px; }
  .row-fluid .landing_right h6 { font-size: 18px; line-height: 26px; }
  .row-fluid .dealerstrust_main { padding:20px 0 80px 0; }
  .row-fluid .dealerstrust_main .dealerstrust_box img { max-width: 90px; }
  
  /*----*/
  .row-fluid .landinghero_two { text-align:center; }
  .row-fluid .landingclm_box { width:100%; float:left; margin-left:0;  }
  .row-fluid .landinghero_two .columncover2 { margin-top: 40px;  max-width: 600px; float: none; display: inline-block;  text-align: left; }
  .row-fluid .landinglp2_right h4 { font-size: 28px; text-align:center; margin-bottom:30px; }
  
  .row-fluid .contentandbtn_section .contentbox_text { max-width:640px; }
  
  /*------*/
  .row-fluid .pillarhero h1 { font-size: 40px;  line-height: 56px; }
  .row-fluid .pillarhero .pillarcover { font-size: 18px;  line-height: 24px; }
  .row-fluid .pillarhero { padding:150px 0 150px; }  
  .row-fluid .pillarallbox_wrap { padding:50px 50px 20px; }
  .row-fluid .pillarallbox_wrap .pillartext_box h2 { font-size: 36px; line-height: 44px; }
  .row-fluid .pillarallbox_wrap .pillartext_box h3 { font-size: 26px; line-height: 32px; }
  .row-fluid .pillarallbox_wrap .pillartext_box h4 { font-size: 22px; line-height: 30px; }
  
  .row-fluid .download_content { padding:60px 0 40px; }
  .row-fluid .download_content .downcontent_cover h2 { font-size: 30px; line-height: 40px; }
  
  .row-fluid .resourceshero h1 { font-size: 40px; line-height: 50px; }
  .row-fluid .resourceshero { padding:180px 0 90px; }
  .row-fluid .resourcesbox_area .featuresours_main { background: #a8daf8;  }
  .row-fluid .featured_resources { padding:40px 10px 5px; }
  .row-fluid .resources_box { padding:0 10px; }
  .row-fluid .resourcesbox_area h5 { margin-bottom: 30px; } 
  
  .row-fluid .resources_box .resources_btn { min-width:160px; font-size:12px; padding:15px; margin-bottom:0; }
  .row-fluid .resources_box .resources_btn:before { width: 22px;  height: 22px;  right: 10px;  background-size: 100% 100% !important;  top: 15px;}
  .row-fluid .resources_box .resourcesbox_title { padding:20px 20px; min-height:110px; }
  .row-fluid .resources_box .resourcesbox_title:before { right: 25px; top: 23px; }
  .row-fluid .resources_box h3 { font-size: 18px;  line-height: 26px; }
  .row-fluid .resourcesbox_area { padding-bottom:30px; }
  .row-fluid .resourcesbox_area .allresources_cover { padding:0; }  
  .row-fluid .resourcesbox_area .featudresour_cover { margin:0 -11px; }
  
  .row-fluid .ctastrip_area .ctastrip_cover h2 { font-size: 24px; line-height: 34px; }
  .row-fluid .ctastrip_area .ctastrip_btn a { padding:15px 15px; } 
  
  /*-----*/
  .row-fluid .seeitelivehero { padding:180px 0 200px; }
  .row-fluid .seeitelivehero .seeitelivecover { max-width:590px; }
  .row-fluid .seeitelivehero h1 { font-size: 44px; line-height: 60px; }
  .row-fluid .seeitelivehero { font-size: 24px;  line-height: 36px; }
  
  .row-fluid .livevideotext_area:before { height:calc(100% - 110px);  }  
  .row-fluid .livevideotext_area { padding:90px 0 160px; }
  .row-fluid .livevideotext_area h3 { font-size: 30px; line-height: 36px;}
  .row-fluid .livevideotext_area h5 { font-size: 24px; line-height: 30px;  margin: 14px 0 5px 0; }
  .row-fluid .livevideotext_area .livevideotext_box { margin-bottom: 100px; }
  
  /*----*/
  .row-fluid .training_hero { padding:150px 0 80px 0; }
  .row-fluid .training_hero .traininghero_cover > div > div { flex-direction: column; }
  .row-fluid .training_hero .traininghero_cover { text-align:center; max-width:550px; }
  .row-fluid .training_hero .traininghero_left { width:100%; text-align:center; padding-right:0;  }
  .row-fluid .training_hero .traininghero_right { margin-left:0; width:100%; margin-top:40px; }
  .row-fluid .training_hero h1 { font-size: 45px;   line-height: 60px; }
  
  .row-fluid .phoneskills_box1 { padding:60px 0 40px 0; }
  .row-fluid .phoneskills_box1 h2 { font-size: 20px;  line-height: 30px; font-size: 45px; line-height: 60px; } 
  
  .row-fluid .phonskills_training .alreadystudent_cta .studentcta_cover { padding:0 20px; }
  .row-fluid .phonskills_training .alreadystudent_cta { border-radius:60px; }
  .row-fluid .phonskills_training .loginhere_btn a { padding:15px 30px; } 
  
  /*-----*/
  .row-fluid .trainning_boxarea { padding:70px 0 90px; text-align:center; }
  .row-fluid .trainning_boxarea .trainningbox_cover { max-width: 500px;  float: none;  display: inline-block; text-align:left; }
  .row-fluid .trainning_boxarea .trainningbox { flex-direction: column; }
  
  .row-fluid .trainning_boxarea .trainningbox_video { width:100%; margin-bottom:30px; }
  .row-fluid .trainning_boxarea .trainningbox_inner { width:100%; padding-left:0; }
  .row-fluid .trainning_boxarea .videolive_btn { padding:15px 30px; }
 
  .row-fluid .trainning_boxarea .trainningbox.video_right .trainningbox_video { left:0; }
  .row-fluid .trainning_boxarea .trainningbox.video_right .trainningbox_inner { right: 0;  padding-left: 0;  padding-right: 0; }
  
  
  /*-----*/
  .row-fluid .assessment_section { padding:80px 0;  }
  .row-fluid .assessment_section h2 { margin-bottom:20px; }
  .row-fluid .assessment_section .assessment_content > div > div { flex-direction: column }
  .row-fluid .assessment_section .assessment_cover .assessment_leftext { padding:0 0 60px; width:100%; text-align:center; max-width: 660px; float:none; display:inline-block; }
  .row-fluid .assessment_section .assessment_form { margin-left:0; }
  .row-fluid .assessment_section .assessment_form form { max-width:100%; }
  
  /*----*/
  .row-fluid .packgespage_hero { padding:150px 0 100px; min-height:700px; } 
  .row-fluid .packgespage_hero h1 { font-size: 40px; line-height: 60px; }
  .row-fluid .pricingbox_cover .pricing_box { padding:25px 15px; }
  .row-fluid .pricingbox_cover h5 { font-size: 15px;  line-height: 20px; }
  .row-fluid .pricingbox_cover .pricing_title h2 { margin:5px 0; font-size: 36px;  line-height: 50px; }
  .row-fluid .pricingbox_cover .pricing_title { margin:40px 0; }
  .row-fluid .pricingarea_titlebtn { margin:50px 0 }
  
  .row-fluid .testdrive_area { padding:40px 0 20px 0; }
  .row-fluid .testdrive_area .testdrive_titles { margin:20px 0 50px; }
  .row-fluid .testdrive_area h2 { font-size: 40px; line-height: 50px; }
  .row-fluid .testdrive_area .testdrive_titles { font-size: 24px; line-height: 34px;}
  .row-fluid .packges_logoarea .packgeslogo_img img { max-width: 90px; }
  
  .row-fluid .pakges_faq { padding:60px 0 40px; }
  .row-fluid .pakges_faq .faqsection_title h2 { font-size: 38px; margin-bottom: 50px; line-height: 50px; }
  .row-fluid .pakges_faq .pakgesfaq_box h5 { font-size: 24px; line-height: 34px; }
  
  /*----*/
  .row-fluid .post_listing .featured_wrappost:before { width:calc(100% + 20px); left: -10px; }
  .row-fluid .post-listing .post_item { padding:0 10px; }
  .row-fluid .postitem_wrap { margin:0 -10px; }
  .row-fluid .post_listing { margin-bottom: 60px; }
  .row-fluid .enteremail_area .enteremail_title { font-size: 16px; line-height: 28px; }
  .row-fluid .loadmore_btn span { min-width: 232px; }
  
  .row-fluid .innerpost_hero { padding:170px 0 80px; }
  .row-fluid .innerpost_hero h1 { font-size: 38px;  line-height: 60px; }
  .row-fluid .bloginner_post { padding:50px 50px ; }
  .row-fluid .bloginner_post .post-body h2 { font-size: 34px; line-height: 44px; }
  .row-fluid .bloginner_post .post-body h3 { font-size: 30px;  line-height: 38px; } 
  .row-fluid .bloginner_cover { margin-bottom: 0; }
  
  /*--*/
  .row-fluid .topic_filter ul li a { margin-bottom: 10px; }  
  .row-fluid .topic_filter ul li { margin-right:30px; }
  .row-fluid .topic_filter .topicdrop_wrap li { margin:0; }
  .row-fluid .topic_filter .topicdrop_wrap li a { margin-bottom:0; }
  .row-fluid .topic_filter .topicdrop_wrap { left:0; }
  
  /*----*/
  .row-fluid .meetteam_section { padding:100px 0 30px; }
  .row-fluid .meetteam_section h2 { font-size: 40px; line-height: 50px; margin-bottom: 40px; } 
  .row-fluid .ourteam_seation h4 { margin-bottom: 30px; font-size: 24px;  line-height: 30px; }
  .row-fluid .ourteam_seation .ourteam_box { width:33.33%; }
  .row-fluid .ourteam_seation .ourteambox_wrap { margin-bottom: 30px; }
  .row-fluid .ourteam_seation h5 { font-size: 20px;  line-height: 26px; }
  
  /*----*/
  .row-fluid .whoweaea_hero { padding:180px 0 200px; }
  .row-fluid .whoweaea_hero h1 { font-size: 40px; line-height: 60px; }
  
  .row-fluid .joinus_section { padding:70px 0; font-size: 18px;  line-height: 30px; }
  .row-fluid .joinus_section h2 { font-size: 40px; line-height: 50px; }
  .row-fluid .joinus_section .workcallrev_cta { margin-top: 50px; padding: 50px; }
  
  .row-fluid .openposition_section .opeanposition_boxarea { max-width:600px; }
  .row-fluid .openposition_section { padding:70px 0; }
  .row-fluid .openposition_section h2 { font-size: 42px;  line-height: 50px; margin-bottom: 60px; }
  .row-fluid .openposition_section .opeanposition_boxarea .opeanposition_text { font-size: 18px;  line-height: 26px; }
  
  .row-fluid .inthenews_section { padding:80px 0; }
  .row-fluid .inthenews_section h2 { margin-bottom: 50px; font-size: 40px;  line-height: 50px; }
  .row-fluid .inthenews_section .newsbox_area .newsbox { padding:0 10px; }
  .row-fluid .inthenews_section .newsbox_cover { margin-bottom: 30px;  }
  
  .row-fluid .rss-wrapper .hs-rss-module .hs-rss-item {padding:0 10px; }
  .row-fluid .rss-wrapper{ margin-bottom: 30px;  }
  
  
  .row-fluid .getintouch_section { padding:60px 0 110px 0; } 
  .row-fluid .getintouch_section h2 { font-size: 40px;  line-height: 50px; }
  .row-fluid .whoweare_area .whoweare_img img { max-width: 80px; }
  .row-fluid .whoweare_area h4 { font-size: 24px;  line-height: 30px; margin-bottom:5px; }
  
  .row-fluid .howcanhelp_section .followicon { margin-bottom: 50px; }
  .row-fluid .howcanhelp_section { padding:0 0 80px; }
  .row-fluid .joinus_section h3 { font-size: 36px; line-height: 54px; }
  
  /*-----*/   
  .row-fluid .howitwork_hero { padding:150px 0 80px; }
  .row-fluid .howitwork_hero h1 { font-size: 36px;  line-height: 50px; }
  .row-fluid .howitwork_hero .howitworkcover { font-size: 20px;  line-height: 30px; }
  
  .row-fluid .heroafter ul li { font-size: 35px;  line-height: 40px; }
  .row-fluid .heroafter { padding:80px 0; }
  .row-fluid .heroafter:before { background-size: cover !important; }  
   
  /*---*/
  .row-fluid .dealsaving_right h2 { font-size: 32px;  line-height: 38px; }
  .row-fluid .dealsaving_text { font-size: 18px;  line-height: 28px; }
  .row-fluid .dealsaving_section .schedule_placeimg { height: 200px; }
  .row-fluid .dealsaving_section .scheduleimg_place { padding:14px 0px 80px 12px; max-width:318px; }
  .row-fluid .dealsaving_section .schedulehero_left { padding-right: 35px; }
  
  /*-----*/
  .row-fluid .dealersalerts_section { padding:60px 0 40px; }
  .row-fluid .dealersalerts_section h2 { font-size: 38px; line-height: 48px; }
  .row-fluid .dealersalerts_section .dealersalerts_titles { margin-bottom: 50px; }    
  
  /*-----*/
  .row-fluid .testimonial_section { padding:60px 0; }
  .row-fluid .testimonial_box .testimonial_text { font-size: 22px;  line-height: 36px; }
  
  /*-----*/ 
  .row-fluid .calltechnolgy_section { padding:60px 0; }
  .row-fluid .calltechnolgy_section h3 { font-size: 32px;  line-height: 40px;  }
  .row-fluid .calltechnolgy_section .calltechnolgy_cover { font-size: 18px;  line-height: 28px; }
  .row-fluid .dealersalerts_section .dealertitle_text {  font-size: 18px;  line-height: 28px; }
  .row-fluid .dealersalerts_section .dealersalerts_text h5 { font-size: 18px; }
  
  /*------*/
  .row-fluid .seamlessync_section { padding:70px 0 40px; }
  .row-fluid .seamlessync_left h3 { font-size: 28px;  line-height: 42px;}
  .row-fluid .seamlessync_left {  font-size: 18px; line-height: 28px; }
  
  /*-----*/
  .row-fluid .historybox_area { padding:80px 0; overflow:hiddne; }
  .row-fluid .historybox_area .historybox .historybox_inner { padding:40px; max-width:450px; }
  .row-fluid .historybox_area h3 { font-size: 32px;  line-height: 42px; margin-bottom:10px; }  
  .row-fluid .historybox_area .historybox_text { font-size: 18px; } 
  
  .row-fluid .historybox_area .historysvg_1 svg { left: 72px;  max-width: 450px;}
  .row-fluid .historybox_area .historysvg_2 svg { right: -60px; max-width: 430px; }
  .row-fluid .historybox_area .historysvg_3 svg { left: 72px;  max-width: 450px;}
  
  .row-fluid .customphone_box h4 { font-size: 28px;  line-height: 36px;  margin-bottom: 15px; }
  .row-fluid .customerscall_inner .holdtimes_btn a { padding:20px 20px 20px 20px; min-width:100%; font-size:20px; line-height:30px; }
  
  .row-fluid .calltechnolgy_section .techno_img { max-width: 360px;  height: 220px;  background-size: 100% 100% !important; }
  
  .fixed .row-fluid .header_section { padding:18px 20px 10px 20px; }
  .row-fluid .header_section .getdemo_btn { margin:3px 20px; }
  
  .row-fluid .header_section .header_right { width: auto;  float: right; }   
  .row-fluid .header_section .content_number { margin-left: 15px; padding-top: 5px; }
  .row-fluid .header_section .toplogo { width:50%; }
  
  
  .row-fluid .howitworkcover .workschdul_btn { width:100%; margin:0; }
  
  /*-- 26-03-2019 --*/
  .hs-blog-post .row-fluid .new_blg .blg_left { width: calc(100% - 250px); }
  .hs-blog-post .row-fluid .new_blg .blg_right { width: 250px; }
  .hs-blog-post .row-fluid .new_blg .blg_right > div { top:76px; }
/*   .hs-blog-post .row-fluid .new_blg .blg_right.sticky_bar { right: calc((100% - 712px)/2); } */
  
}

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

 	.row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }	
  .row-fluid .historybox_area .wrapper {  width:100%; }

  .row-fluid .header_section .getdemo_btn { display:none; }
  .row-fluid .header_section .signup_text { display:none; }
  .row-fluid .header_section .mainmenu .getdemo_btn { display:block; width:100%; float:left; text-align:center; margin:12px 0 20px 0; } 
  .row-fluid .header_section .mainmenu .signup_text { display:block; width:100%; float:left; text-align:center; } 
  .row-fluid .header_section .signup_text a { text-align:center; } 
  .row-fluid .header_section .getdemo_btn a { float: none; display: inline-block; padding:18px 20px; }
  .row-fluid .header_section .getdemo_btn span { text-align:center; }  
  
  .row-fluid .customerscall_inner { max-width:100%; padding:0 0; }
  .row-fluid .innerwrappar { max-width:100%; padding:0 15px; }
    
  .row-fluid .customerscall_section { padding:80px 0 50px; text-align:center; }
  .row-fluid .customerscall_inner .customerscall_title { margin-bottom:40px; }
  .row-fluid .customerscall_inner .customerscall_title > div > div { display:inherit; }
  .row-fluid .customerscall_section h1 { font-size: 24px;  line-height: 38px; margin-bottom:10px; }
  .row-fluid .customerscall_inner .holdtimes_btn a { min-width:250px; float:none; display:inline-block; padding:12px 20px 12px 10px; font-size:24px; margin-top:10px; }
  .row-fluid .customerscall_section .customerscall_box { text-align:center; }
  .row-fluid .customerscall_inner .whatwedo_btn a { padding:20px 20px 17px 20px; }
  .row-fluid .customerscall_inner .callreport_text { margin-top: 20px; }
  
  /*----*/ 
  .row-fluid .connectsyou_title { padding:60px 0 180px; }
  .row-fluid .connectsyou_title h1 { font-size: 34px; line-height: 42px; margin-bottom:10px; }
  .row-fluid .whatmissing_box { padding-bottom: 50px; }  
  .row-fluid .whatmissing_box > div > div { display: flex;  align-items: center;  flex-direction: column-reverse; }
  .row-fluid .whatmissing_box .whatmissing_left { width:100%; float:left; text-align:center; }   
  .row-fluid .whatmissing_box .missingfiltar_img { max-width:100%;  margin-top:-150px; right:0; }
  .row-fluid .whatmissing_box .iconcover_img { right:50%; -webkit-transform: translateX(50%); -moz-transform: translateX(50%); transform: translateX(50%); max-width: 200px; }
  .row-fluid .whatmissing_box .filtar_icon img { max-width:40px; }
  
  .row-fluid .whatmissing_box .whatmissing_left h3 { font-size: 32px; line-height:42px; }
  .row-fluid .whatmissing_box .whatmissing_left { font-size: 16px; line-height: 24px; }
  
  .row-fluid .customphone_box { padding:50px 0 20px; text-align:center; }
  .row-fluid .customphone_box > div > div { flex-direction: column-reverse; }
  
  .row-fluid .customphone_box .customphone_right h3 { font-size: 26px;  line-height: 36px; }
  .row-fluid .customphone_box .customphone_right { font-size: 16px; line-height: 24px; margin-bottom:30px; }
  
  .row-fluid .customphone_box .customphone_left { padding-right:0; }
  .row-fluid .customphone_box ul { text-align:center; width:100%; } 
  .row-fluid .customphone_box ul li { float:none; margin: 0 auto 20px; max-width:450px; font-size: 14px; padding:16px 20px; }
  .row-fluid .takefull_btn { padding:40px 0; }
     
  
  .row-fluid .fixcontent_box h1 { font-size: 36px; margin-bottom:10px; line-height: 42px; }
  .row-fluid .fixcontent_box .fixcontent_text { font-size: 16px; line-height: 26px;}
  .row-fluid .fixcontent_box .fixcontent_text p { font-size: 16px; line-height: 26px;}
  
  .row-fluid .fixcontent_box { padding:40px 0 30px 0; }
  .row-fluid .dealsaving_box { padding:40px 0; }
  .row-fluid .dealsaving_box > div > div { flex-direction: column; }
  .row-fluid .dealsaving_box .dealsaving_left { text-align:center; font-size: 18px;  line-height: 28px; margin-bottom:30px; }
  .row-fluid .dealsaving_box .dealsaving_left h3 { font-size: 30px; line-height: 38px; }
  .row-fluid .dealsaving_box .dealsaving_right { text-align:center; }
  .row-fluid .dealsaving_box .dealsaving_right img { float:none; display:inline-block; max-width:265px; }
  
  
  .row-fluid .healthreports_box { padding: 60px 0; }
  .row-fluid .healthreports_box > div > div { flex-direction: column-reverse; }
  .row-fluid .healthreports_box .healthreports_content { font-size: 18px; line-height: 28px; text-align:center; margin-left: 0 !important;}
  .row-fluid .healthreports_box .healthreports_content h3 { font-size: 30px;  line-height: 40px; margin-left: 0 !important;}
  .row-fluid .healthreports_box .healthreports_img { text-align:center; margin-top:40px; width:100%; float:left; }
  .row-fluid .healthreports_box .healthreports_img img { max-width:160px; float:none; display:inline-block; }
  
  .row-fluid .appointments_box { padding:50px 0; }
  .row-fluid .appointments_box .appointments_inner {  font-size: 18px;  line-height: 26px; }
  .row-fluid .appointments_box .appointments_inner h3 { font-size: 30px;  line-height: 46px; }
  
  .row-fluid .employescore_box { padding:60px 0; }
  .row-fluid .employescore_box > div > div { flex-direction: column; }
  .row-fluid .employescore_box .employescore_content { text-align:center; font-size: 18px; line-height: 26px; }
  .row-fluid .employescore_box .employescore_content h3 { font-size: 34px; }
  .row-fluid .employescore_box .employescore_img { margin-top:10px; text-align:center; }
  .row-fluid .employescore_box .employescore_img img { float:none; display:inline-block; }
  
  .row-fluid .depthtraining_box { padding:20px 0; }
  .row-fluid .depthtraining_box > div > div { flex-direction: column-reverse; }
  .row-fluid .depthtraining_box .depthtraining_right { text-align: center;  font-size: 18px;  line-height: 30px; padding-left:0; margin-bottom:40px; }
  .row-fluid .depthtraining_box .depthtraining_right h3 { font-size: 30px; line-height: 40px; }
  
  .row-fluid .callrevudrive_section { padding:70px 0; }
  .row-fluid .callrevudrive_section h4 { font-size: 30px; line-height: 40px; }
  .row-fluid .callrevudrive_section .callrevudrive_box { padding:30px 0; }
  .row-fluid .callrevudrive_section .callrevudrive_img img { max-width: 200px; }
  .row-fluid .callrevudrive_section .callrevudrive_img { margin:20px 0; }
  .row-fluid .callrevudrive_section .callrevudrive_text { font-size: 20px;  line-height: 30px; }
  .row-fluid .callrevudrive_section .callrevudrive_box:before { width: 280px; height: 280px; }

  .row-fluid .personalized_section { padding:40px 0; }
  .row-fluid .personalized_section .personalized_cover:before { display:none; }
  .row-fluid .personalized_section .personalized_box { width:100%; margin-bottom:80px; position:relative; } 
  
  .row-fluid .personalized_section .personalized_box:first-child:before { position:absolute; content:""; width:100%; height:150px; left:0; top: -20px; z-index: -1; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/services1.png') no-repeat center center; }
  .row-fluid .personalized_section .personalized_box:nth-child(2):before { position:absolute; content:""; width:100%; height:150px; left:0; top: -20px; z-index: -1; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/services2.png') no-repeat center center; }
  .row-fluid .personalized_section .personalized_box:nth-child(3):before { position:absolute; content:""; width:100%; height:150px; left:0; top: -20px; z-index: -1; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/services3.png') no-repeat center center; }
  
  .row-fluid .personalized_section .personalized_img { margin-bottom: 30px; }  
  .row-fluid .personalized_section .receivedemo_btn { margin-top: 30px; }
  .row-fluid .personalized_section .receivedemo_btn a { padding:18px 18px; }
  
  
  .row-fluid .first_svg { display:none; }
  .row-fluid .whatmissing_box .filtar_icon1 { left: -36px; top: 10px;  }
  .row-fluid .whatmissing_box .filtar_icon2 { left: 35px; top: -50px; }
  .row-fluid .whatmissing_box .filtar_icon3 { right: 50px; top: 10px; }
  .row-fluid .whatmissing_box .filtar_icon4 { right: -40px; top: -31px;}
  .row-fluid .whatmissing_box .filter_img { transform: scale(1.6);  right: 0; bottom: 0;   background: url(https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/funnel-bg-asset-phone.png) no-repeat center center;  width: 100%; height: 200px; background-size: contain;  margin-top: -110px; }
  .row-fluid .whatmissing_box .filter_img img { display:none; }
  
  .row-fluid .whatmissing_box:before {  position:absolute; content:"";  -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);  transform: translateX(-50%); left:50%; bottom:-24px; width:3px; height:50px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-path-1-phone.png') no-repeat center center; }
  .row-fluid .takefull_btn { position:relative; }
  .row-fluid .takefull_btn:before {  position:absolute; content:"";  -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);  transform: translateX(-50%); left:50%; bottom:-29px; width:3px; height:50px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-path-1-phone.png') no-repeat center center; } 
  .row-fluid .takefull_btn:after {  position:absolute; content:"";  -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);  transform: translateX(-50%); left:50%; top:-26px; width:3px; height:50px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-path-1-phone.png') no-repeat center center; } 
  
  .row-fluid .fixcontent_box:before {  position:absolute; content:"";  -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);  transform: translateX(-50%); left:50%; bottom:-25px; width:3px; height:50px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-white.png') no-repeat center center; } 
  .row-fluid .dealsaving_box .dealsaving_right { position:relative; }
  .row-fluid .dealsaving_box .dealsaving_right:before {  position:absolute; content:"";  -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);  transform: translateX(-50%); left:50%; bottom:-77px; width:3px; height:50px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-white.png') no-repeat center center; } 
  
  .row-fluid .healthreports_box { position:relative; }
  .row-fluid .healthreports_box:before {  position:absolute; content:"";  -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);  transform: translateX(-50%); left:50%; bottom:-20px; width:3px; height:50px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-white.png') no-repeat center center; }   

  .row-fluid .appointments_box { position:relative; }
  .row-fluid .appointments_box:before {  position:absolute; content:"";  -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);  transform: translateX(-50%); left:50%; bottom:-36px; width:3px; height:50px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-white.png') no-repeat center center; }   

  .row-fluid .employescore_box { position:relative; }
  .row-fluid .employescore_box:before {  position:absolute; content:"";  -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);  transform: translateX(-50%); left:50%; bottom:5px; width:3px; height:50px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-white.png') no-repeat center center; }   
  
  .row-fluid .connectsyou_section { position:relative; }
  .row-fluid .connectsyou_section:before {  position:absolute; content:"";  -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);  transform: translateX(-50%); left:50%; bottom:5px; width:3px; height:50px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-white.png') no-repeat center center; }   
  
  .row-fluid .callrevudrive_section { position:relative; }
  .row-fluid .callrevudrive_section:before {  position:absolute; content:"";  -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);  transform: translateX(-50%); left:50%; top:5px; width:3px; height:50px; background:url('https://cdn2.hubspot.net/hubfs/138774/CallRevu-2019/Images/dotted-path-1-phone.png') no-repeat center center; }   
  
  /*----*/ 
  .row-fluid .schedule_hero .schedule_inner h1 { font-size: 26px; line-height: 38px; }  
  .row-fluid .schedule_hero .schedule_inner { padding:40px 0; }
  
  .row-fluid .schedule_hero .schedule_cover { padding:50px 0; }
  .row-fluid .schedule_hero .schedulehero_left { padding-right:0; text-align:center; }
  .row-fluid .schedule_hero .schedulehero_left ul { text-align:left; }
  .row-fluid .schedule_hero .schduleform_cover h4 { font-size: 26px; line-height: 36px; }
  .row-fluid .schedule_hero .scheduleimg_place { float:none; display:inline-block; }  
  .row-fluid .schedule_hero .placeholder_mobile { margin-top:0; float: none; padding:8px; display: inline-block; }
  
  .row-fluid .personalized_section .receivedemo_btn a { min-width: 280px; float: none;  display: inline-block; }
  .row-fluid .topbtm_space { padding:80px 0; }
  .row-fluid .schedule_hero .schedulehero_right { text-align:center; }
  .row-fluid .schedule_hero .schduleform_cover { float:none; display:inline-block; }  
 
  /*------*/
  .row-fluid .landinghero { padding:30px 0; background-size: auto !important;}
  .row-fluid .landinghero .landing_left { padding:40px 30px; margin-bottom:50px; }
  .row-fluid .landinghero .landing_left h4 { font-size: 24px; margin-bottom: 20px;  line-height: 32px; }
  .row-fluid .landinghero .landingform form .hs-input { height:50px; }
  
  .row-fluid .landinghero .landing_right { padding-left:0; text-align:center }
  .row-fluid .landing_right h3 { font-size: 28px; line-height: 40px; }
  .row-fluid .landinghero .landing_right ul { text-align:left }
  .row-fluid .landing_right h6 { font-size: 20px;  line-height: 26px; }
  
  .row-fluid .dealerstrust_main { padding:30px 0 50px 0; }
  .row-fluid .dealerstrust_main h4 { font-size: 24px;  line-height: 30px; }
  .row-fluid .dealerstrust_main .dealerstrust_box { width:50%; margin-bottom:40px; margin-right:-4px; }
  .row-fluid .dealerstrust_main .dealerstrust_box:last-child { margin-bottom:0; }
  .row-fluid .dealerstrust_main .dealerstrust_height { height:auto !important; }
  .row-fluid .dealerstrust_main .dealerstrust_box img { max-width:140px; }
  
  /*----*/
  .row-fluid .landinghero_two { padding:20px 0 0; }
  .row-fluid .landinghero_two .landinglp2_left { padding:50px 0 30px;  }
  .row-fluid .landinghero_two .landinglp2_logo { text-align:left; }
  .row-fluid .landinghero_two .landinglp2_left h2 { font-size: 35px;  line-height: 48px; }
  .row-fluid .landinghero_two .landinglp2_left .leftsubtitle { font-size: 18px;  line-height: 24px; }
  
  .row-fluid .landinglp2_right { padding:30px; text-align:left; margin-bottom: -60px; }
  .row-fluid .landinglp2_right h4 { font-size: 26px; line-height: 38px; text-align:center; margin-bottom: 20px; }   
  .row-fluid .landinglp2_right .landingform2 form .hs-input { height:50px; }
  
  .row-fluid .contentandbtn_section { padding:50px 0 90px; }
  .row-fluid .contentandbtn_section .getnow_btn a { min-width: 200px; }
  .row-fluid .contentandbtn_section .contentbox_text { font-size:18px; line-height:28px; } 
  
  /*---*/
  .row-fluid .pillar_header .landinglp2_logo { width:auto; float:left; }
  .row-fluid .pillar_header img { max-width: 150px; }
  .row-fluid .pillar_header .headeright_side { margin-top: 4px; }
  .row-fluid .pillar_header .chapters_btn { font-size:14px; }
  
  .row-fluid .pillarhero { padding:140px 0; }
  .row-fluid .pillarhero h1 { font-size: 30px; line-height: 46px; }
  .row-fluid .pillarhero .pillarcover { font-size: 18px; line-height: 26px; }
  .row-fluid .pillarallbox_wrap { padding:40px 30px 20px; text-align:left; }
  .row-fluid .pillarallbox_wrap .pillartext_box h2 { font-size: 26px; line-height: 40px;}
  .row-fluid .pillarallbox_wrap .pillartext_box h3 { font-size: 24px; line-height: 30px;}
  .row-fluid .pillarallbox_wrap .pillartext_box h4 { font-size: 20px; line-height: 26px;}
  
  .row-fluid .pillarallbox_wrap .pillartext_box ul { padding-left: 20px; text-align:left; }
  .row-fluid .download_content { padding:50px 0 30px; }
  .row-fluid .download_content .downcontent_cover h2 { font-size: 26px;   line-height: 38px; }
  .row-fluid .download_content .downcontent_cover { font-size: 18px; line-height: 28px; }
  
  
  body .fancybox-stage .fancybox-button { top: -60px;   right: 0; }
  /*----*/
  .row-fluid .resourceshero h1 { font-size: 33px; line-height: 50px; }
  .row-fluid .resources_box { width:100%; padding:0; max-width:385px; float:none; display:inline-block; text-align:left; }
  .row-fluid .resourcesbox_area h5 { margin-bottom: 35px; text-align: center; }
  .row-fluid .featured_resources { padding:40px 0 5px; }  
  
  .row-fluid .resourcesbox_area .featuresours_main { background:#a8daf8; }
  .row-fluid .resourcesbox_area .featudresour_cover { margin:0; width:100%; float:left; }
  .row-fluid .resourcesbox_area .allresources_cover { padding:0; }
  .row-fluid .resources_box .resources_btn { margin-bottom:0; }
  .row-fluid .ctastrip_area { padding:50px 0 ; }
  .row-fluid .ctastrip_area .ctastrip_cover h2 { font-size: 24px;  line-height: 40px; }
  .row-fluid .resourcesbox_area { padding-bottom: 40px; text-align:center; }
   
  /*-----*/
  .row-fluid .livevideotext_area .livevideotext_box { flex-direction: column; text-align:center; max-width: 400px;  float: none;  display: inline-block; }
  .row-fluid .livevideotext_area .livevideotext_video { width:100%; }
  .row-fluid .livevideotext_area .videocode_inner { width:100%; }
  .row-fluid .livevideotext_area .livevideotext_box { margin-bottom:60px; }
  
  .row-fluid .livevideotext_area .livevideotext_box.video_right .livevideotext_video { left:0; }
  .row-fluid .livevideotext_area .livevideotext_box.video_right .videocode_inner { right:0; padding:30px 0 0; }
  .row-fluid .livevideotext_area .videocode_inner { padding:30px 0 0; }  
  
  .row-fluid .seeitelivehero  {padding:180px 0 170px; text-align:center; } 
  .row-fluid .seeitelivehero h1 { font-size: 34px; line-height: 46px; }
  .row-fluid .seeitelivehero { font-size: 20px; line-height: 30px; }
  
  .row-fluid .livevideotext_area .livevideotext_cover { text-align:center; }
  .row-fluid .livevideotext_area { padding:90px 0 100px; }
  .row-fluid .livevideotext_area .videoimg { height: 260px;  }
  .row-fluid .livevideotext_area h3 { font-size: 28px;  line-height: 36px; }  
  .row-fluid .livevideotext_area h5 { margin:10px 0 0 0;  font-size: 22px; line-height: 28px; }
  .row-fluid .livevideotext_area .videolive_btn { padding:12px 15px; min-width:160px;   }
  .row-fluid .livevideotext_area .livevideotext_video:after { background-size:100% 100% !important; }
  .row-fluid .personalized_section .personalized_box:last-child { margin-bottom:30px; } 
  
  
  /*----*/
  .row-fluid .training_hero { padding:140px 0 50px 0; }
  .row-fluid .training_hero .traininghero_left { padding-right:0; text-align:center; padding-top: 30px; }
  .row-fluid .training_hero .traininghero_cover > div > div { flex-direction: column-reverse; }
  .row-fluid .training_hero h1 { font-size: 35px;  line-height: 50px; }
  .row-fluid .phoneskills_box1 { padding:50px 0; }
  .row-fluid .phoneskills_box1 h2 { font-size: 35px; line-height: 50px; }
  .row-fluid .phonskills_training .phoneskills_cover { font-size: 20px; line-height: 32px; }
  .row-fluid .phonskills_training .alreadystudent_cta .studentcta_cover > div > div { display:inherit; }
  .row-fluid .phonskills_training .alreadystudent_cta h2 { font-size: 32px;  line-height: 40px; }
  
  .row-fluid .phonskills_training .alreadystudent_cta { border-radius:60px; }
  .row-fluid .phonskills_training .loginhere_btn a { margin-top:20px; padding:15px 30px; }
  
  /*----*/
  .row-fluid .trainning_boxarea { padding:60px 0; }
  .row-fluid .trainning_boxarea .trainningbox_inner { padding-left:0; }
  .row-fluid .trainning_boxarea .trainningbox { flex-direction: column; margin-bottom: 60px;  } 
  .row-fluid .trainning_boxarea .trainningbox_video { width:100%; }
  .row-fluid .trainning_boxarea .trainningbox_inner { width:100%; padding-top:40px; text-align:center; }
  .row-fluid .trainning_boxarea .trainningvd_btn { padding:15px 20px; }
  
  .row-fluid .trainning_boxarea h3 { font-size: 30px; line-height: 38px; text-align:left; }
  .row-fluid .trainning_boxarea .videoimg { height:200px; }  
  .row-fluid .trainning_boxarea .videolive_btn { width:100%; max-width:300px; padding:18px 18px; float: none;  display: inline-block; }
  
  .row-fluid .trainning_boxarea .trainningbox.video_right .trainningbox_video { left:0; }
  .row-fluid .trainning_boxarea .trainningbox.video_right .trainningbox_inner {  right: 0;  padding-left: 0;   padding-right: 0; }
  .row-fluid .trainning_boxarea .trainningbox_text { text-align:left; }
  
  .row-fluid .assessment_section .assessment_cover .assessment_leftext { padding-right:0; padding-bottom:25px; }
  .row-fluid .assessment_section .assessment_content > div > div { display:inherit; }
  .row-fluid .assessment_section h2 { font-size: 35px; line-height: 50px; margin-bottom: 10px; }
  .row-fluid .assessment_section { padding:60px 0; }
  .row-fluid .assessment_section .assessment_cover .assessment_leftext p { font-size: 18px;  line-height: 30px;}
  
  /*----*/
  .row-fluid .packgespage_hero { padding:120px 0 50px; min-height: 700px; }
  .row-fluid .packgespage_hero h1 {  font-size: 35px;  line-height: 50px; }  
  .row-fluid .pricingbox_cover .pricing_box { width:100%; border-right:none; border-image: none; border-bottom:1px solid rgba(0,0,0,0.1); } 
  .row-fluid .pricingbox_cover .pricingbox_height { height:auto !important; }
  .row-fluid .pricingarea_titlebtn { margin:40px 0; padding:0 10px; }
  .row-fluid .pricingarea_titlebtn h3 { font-size: 20px;  line-height: 28px; }
 
  /*----*/
  .row-fluid .testdrive_area { padding:40px 0; }  
  .row-fluid .testdrive_area h2 { font-size: 32px; line-height: 46px; }
  .row-fluid .testdrive_area .testdrive_titles { margin:10px 0 50px; font-size: 22px; line-height: 32px; }
  .row-fluid .packges_logoarea .packges_logobox { width:33.33%; margin-bottom: 40px; }   
  
  .row-fluid .pakges_faq { padding:50px 0 30px; }
  .row-fluid .pakges_faq .faqsection_title h2 { font-size: 32px; line-height: 46px; margin-bottom: 40px;}
  .row-fluid .pakges_faq .pakgesfaq_box h5 { font-size: 20px; line-height: 30px; }
  .row-fluid .pakges_faq .pakgesfaq_cover { padding-left: 30px;}
   
  /*----*/
  .row-fluid .callrevblog_hero { padding:150px 0 80px; }
  .row-fluid .callrevblog_hero h2 { font-size: 34px; line-height: 48px; } 
  .row-fluid .callrevblog_cover { font-size: 22px;  line-height: 30px; }
  .row-fluid .topicsearch_area .wrapper > div > div { display:inherit; } 
  .row-fluid .blogsearch_box { margin-top:20px; float:left; width:100%; text-align:center; } 
  .row-fluid .blogsearch_box .hs-search-field__bar form { max-width:500px; float:none; display:inline-block; text-align:left; } 
  
  .row-fluid .post-listing .post_item { width:100%; max-width: 400px;  float: none;  display: inline-block; text-align:left; }
  .row-fluid .loadmore_btn span { min-width:250px; width:100%; max-width:300px; }
  .row-fluid .post_listing { margin-bottom: 60px; text-align:center; }
  
  .row-fluid .enteremail_area .enteremail_title { font-size: 18px; line-height: 30px;  text-align: center;  margin-bottom: 30px; }
  .row-fluid .post_listing .featured_wrappost:before { width:calc(100% + 10px); left: -5px; }
  .row-fluid .post-listing .featuredpost_title { text-align:center !important; }
  .row-fluid .enteremail_area .blogemial_box  { text-align:center;  } 
  .row-fluid .enteremail_area .blogemial_box form { float:none; display: inline-block; }  
  .row-fluid .topic_filter ul li a { margin-bottom: 10px; }  
  .row-fluid .topic_filter .topicdrop_wrap li a { margin-bottom:0; }
  .row-fluid .topicsearch_area { z-index:999; }
  
  /*----*/
  .row-fluid .innerpost_hero { padding:140px 0 60px; }
  .row-fluid .innerpost_hero h1 { font-size: 30px; line-height: 50px; }
  .row-fluid .innerpost_hero .inerpost_date { font-size: 22px;  line-height: 30px; } 
  .row-fluid .bloginner_post { padding:20px 25px; }
  .row-fluid .bloginner_post .post-body h2 { font-size: 30px; line-height: 42px; }
  .row-fluid .bloginner_post .post-body h3 { font-size: 26px; line-height: 36px; }
  .row-fluid .bloginner_post .post-body h4 { font-size: 22px; line-height: 30px;  }
  
  /*----*/
  .row-fluid .hs-author-profile { display: inherit; text-align:center; padding:30px 20px; }
  .row-fluid .hs-author-profile .author_avatar { float:none; display:inline-block; }
  .row-fluid .hs-author-profile .author_inner { width:100%; padding:20px 0 0; }
  .row-fluid .hs-author-profile .hs-author-name { text-align:center !important; }
  .row-fluid .hs-author-listing-header { text-align:center !important;  font-size: 28px; line-height: 36px; }
  
  /*-----*/
  .row-fluid .whoweaea_hero { padding:150px 0 210px; } 
  .row-fluid .whoweaea_hero h1 { font-size: 32px; line-height: 50px; }
  .row-fluid .whoweaea_hero .whowe_subtitle {  font-size: 22px; line-height: 38px; }
  
  .row-fluid .meetteam_section { padding:50px 0; }
  .row-fluid .meetteam_section h2 { font-size: 36px; line-height: 50px;  margin-bottom: 30px;  }    
  .row-fluid .ourteam_seation h4 { margin-bottom: 30px;  font-size: 22px; line-height: 32px; text-align:center;  }    
  .row-fluid .ourteam_seation .client_content { text-align:center; }
  .row-fluid .ourteam_seation .ourteambox_wrap { margin-bottom: 10px; }
  .row-fluid .ourteam_seation .ourteam_box { width:50%; }  
  
  .row-fluid .joinus_section { padding:70px 0; font-size: 18px; line-height: 30px; }
  .row-fluid .joinus_section h2 { font-size: 40px;  line-height: 50px; }
  .row-fluid .joinus_section .workcallrev_cta { margin-top: 40px;  padding: 40px 30px; }
  .row-fluid .joinus_section h3 { font-size: 26px;  line-height: 44px; }
  
  /*---*/
  .row-fluid .openposition_section { padding:60px 0; }
  .row-fluid .openposition_section h2 { font-size: 32px;  line-height: 42px;  margin-bottom: 30px; }
  .row-fluid .openposition_section .opeanposition_boxarea h3 { font-size: 18px;  line-height: 26px; }
  .row-fluid .openposition_section .opeanposition_boxarea .opeanposition_text { font-size: 16px;  line-height: 26px; }
  
  /*------*/
  .row-fluid .inthenews_section {  padding:60px 0; }
  .row-fluid .inthenews_section h2 { font-size: 34px;  line-height: 42px; margin-bottom:50px;  }
  .row-fluid .inthenews_section .newsbox_area .newsbox { width:100%; padding:0; margin-bottom:30px; }
  .row-fluid .inthenews_section .newsbox_cover { margin-bottom: 10px; }
  

  .row-fluid .rss-wrapper .hs-rss-module .hs-rss-item { width:100%; padding:0; margin-bottom:30px;  }
  .row-fluid .rss-wrapper{margin-bottom: 10px; }
  
  .row-fluid .getintouch_section { padding:60px 0;  }
  .row-fluid .getintouch_section h2 { font-size: 34px;  line-height: 42px; margin-bottom:50px;  }
  .row-fluid .whoweare_area .whoweare_box { width:100%; margin-bottom:40px; }  
  .row-fluid .whoweare_area h4 { font-size: 24px;  line-height: 30px; margin-bottom:5px; }
  
  .row-fluid .howcanhelp_section { padding:0 0 50px; }
  .row-fluid .howcanhelp_section .followicon ul li { height:60px; width:60px; margin:0 10px; }
  .row-fluid .howcanhelp_section .followicon ul li a { height:40px; width:40px; font-size: 20px; padding:0 12px; }
  .row-fluid .howcanhelp_section .followicon ul li:first-child a { font-size: 20px;  padding: 0 15px; }
  .row-fluid .howcanhelp_section h2 { font-size: 30px; line-height: 40px; margin-bottom: 30px; }
  .row-fluid .howcanhelp_section .followicon { margin-bottom: 20px; }
  
  /*-----*/
  .row-fluid .howitwork_hero { padding:130px 0 60px; }
  .row-fluid .howitwork_hero .howitworkcover > div > div { display:inherit; }
  .row-fluid .howitwork_hero .howitwork_left { padding:0 0 30px; text-align:center; }
  .row-fluid .howitwork_hero h1 { font-size: 35px;  line-height: 50px; }
  .row-fluid .howitwork_hero .howitworkcover { font-size: 18px; line-height: 28px; }
   
  /*-----*/
  .row-fluid .heroafter { padding:40px 0 50px 0; }
  .row-fluid .heroafter ul li { font-size: 22px;  line-height: 30px;  margin-bottom: 6px; }
  .row-fluid .heroafter:before { background-size: cover !important; }
  .row-fluid .dealsaving_section .schedulehero_left { padding-right:0; text-align: center; }
  
  .row-fluid .dealsaving_section .schedule_placeimg { height:200px; }
  .row-fluid .dealsaving_section .scheduleimg_place { padding: 14px 0px 80px 12px !important; float: none; display: inline-block; }  
  .row-fluid .dealsaving_section .placeholder_mobile { margin-top:0; float: none; display: inline-block; }
  
  .row-fluid .dealsaving_right { text-align:center }
  .row-fluid .dealsaving_right h2 { font-size: 30px; line-height: 40px; }
  .row-fluid .dealsaving_text { font-size: 16px; line-height: 26px; }
  .row-fluid .dealsaving_section .watchhow_btn { min-width:270px; padding:18px 25px 16px 25px; }
  
  /*-----*/
  .row-fluid .dealersalerts_section { padding:50px 0; }
  .row-fluid .dealersalerts_section h2 { font-size: 30px;  line-height: 44px; }
  .row-fluid .dealersalerts_section .dealersalerts_titles { margin-bottom: 40px; }
  .row-fluid .dealersalerts_section .dealersalerts_cover { text-align:center }
  .row-fluid .dealersalerts_section .dealersalerts_box { width:100%; float:none; display:inline-block; max-width:400px; }   
  .row-fluid .dealersalerts_section .dealersalerts_box:last-child { margin-bottom:0; }
  .row-fluid .dealersalerts_section .dealersalerts_img { float:none; display:inline-block; }
  .row-fluid .dealersalerts_section .dealersalerts_text { padding:15px 0; width:100%; }
  
  /*-----*/
  .row-fluid .testimonial_section { padding:60px 0; }  
  .row-fluid .testimonial_box { padding-left:0; padding-top:150px; text-align:center; }
  .row-fluid .testimonial_box .testimonial_inner { padding:20px 0; width:100%; }
  .row-fluid .testimonial_box .testimonial_text { font-size: 20px; line-height: 32px; }    
  .row-fluid .testimonial_box .testimonial_img { float:none; display:inline-block; }
  .row-fluid .testimonial_box:before { left:50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); }
  
  /*-----*/
  .row-fluid .calltechnolgy_section { padding:60px 0; }
  .row-fluid .calltechnolgy_section .technoly_left { text-align: center; padding-right: 0; }
  .row-fluid .calltechnolgy_section h3 { font-size: 30px;  line-height: 40px; }
  .row-fluid .calltechnolgy_section .calltechnolgy_cover {  font-size: 16px;  line-height: 26px; }
  .row-fluid .calltechnolgy_section .watchwork_btn a { padding: 18px 25px 16px 25px;   min-width: 270px; }
  .row-fluid .calltechnolgy_section .calltechnolgy_cover > div > div { flex-direction: column-reverse; }
  .row-fluid .calltechnolgy_section .techno_img { width:100%; margin-bottom: 50px; height: 180px;  background-size: 100% 100% !important;  float: none;  display: inline-block;  max-width: 320px; }
  .row-fluid .dealersalerts_section .dealertitle_text { font-size: 18px; line-height: 28px; }
  
  /*------*/
  .row-fluid .seamlessync_section { padding:60px 0 40px; }
  .row-fluid .seamlessync_left h3 { font-size: 28px;  line-height: 40px; }
  .row-fluid .seamlessync_left { font-size: 18px; line-height: 28px; padding-left: 0;  text-align:center; }
  .row-fluid .seamlessync_right .seamless_img { margin-top:50px; text-align:center; }  
  .row-fluid .seamlessync_left .seamlwatch_btn { padding: 18px 25px 16px 25px;  min-width: 270px; }
   
  /*-----*/
  .row-fluid .historybox_area { padding:90px 0 70px; overflow: hidden; }
  .row-fluid .historybox_area .historybox .historybox_inner { padding:35px; text-align:center; }
  .row-fluid .historybox_area h3 { font-size: 34px; line-height: 40px; }
  .row-fluid .historybox_area .historybox_text { font-size: 16px; }
  
  /*-----*/
  .row-fluid .historybox_area .historybox_animation { padding:0 20px;  }
  .row-fluid .historybox_area .historysvg_1 svg { left:0; } 
  .row-fluid .destop_img { display:none; }
  .row-fluid .mobile_imgsvg  { display:block; width:100%; float:left; }
  .row-fluid .historybox_area .historysvg_1 svg { left:0; }
  .row-fluid .historybox_area .historysvg_3 svg  { right:0; }
  .row-fluid .historybox_area .historysvg_2 svg { right:0; } 
  
  .row-fluid .customphone_box h4 { font-size: 28px;  line-height: 36px;  margin-bottom: 15px; }
  .row-fluid .hero_section .nextsection_arrow {  bottom:-35px; width: 290px;  }
  .row-fluid .whoweaea_hero .nextsection_arrow {  bottom:-35px; width: 290px; }
  .row-fluid .seeitelivehero .nextsection_arow {  bottom:-35px; width: 290px; }

  .row-fluid .seamlessync_right .seamless_img {  display:inherit; height:auto !important; float: left; width: 100%;  }
  .row-fluid .seamlessync_right .seamless_img img { max-width:200px; }
  .row-fluid .seamlessync_right .seamless_img > div { margin:0 auto; padding:0 5px; width:100%; float:left; }
  .row-fluid .resources_innerheight { height:auto !important; }
  .row-fluid .dealsaving_section .scheduleimg_place { max-width:330px; }
  
  .fixed .row-fluid .header_section {padding:15px 20px 10px; } 
  .row-fluid .header_section .header_right { line-height:0; }
  
  .row-fluid .header_section .toplogo { width:100%; }
  .row-fluid .header_section .toplogo div { width:auto; float:left; }
  .row-fluid .header_section .content_number { right:0; position:relative; float:left; width:auto; margin-left: 0;  padding-top: 5px;  }
  .row-fluid .header_section .logo { float:left; width:auto; margin-right:10px; }
  
  .row-fluid .topic_filter span.mobile-topic_select { cursor:pointer; padding:15px 15px; margin:0; position:relative; float:left; width:100%; background:#fff; border-radius:4px; }
  .row-fluid .topic_filter ul { display:none; position:absolute; top:100%; left:0; z-index:1; background:#fff; box-shadow:0px 0px 10px rgba(0,0,0,0.1); padding:0; margin-top:5px; height:204px; overflow:auto; }
  .row-fluid .topic_filter ul li { padding:15px 10px; border-bottom:1px solid #000; float:left; width:100%; }
  .row-fluid .topic_filter ul li:last-child { padding:15px 10px; border:0; }
  .row-fluid .topic_filter ul li a { color:#0079c1; margin:0; float:left; width:100%; }
  
  .row-fluid .blogsearch_box .hs-search-field__bar form { visibility:visible; width:100%; }
  .row-fluid .blogsearch_box .hs-search-field__bar form .hs-search-field__input { padding:7px 30px 10px 15px; }
  .row-fluid .blogsearch_box .searchopen_btn { display:none; }
  
  /*-- 26-03-2019 --*/
  .hs-blog-post .row-fluid .new_blg .blg_left { width: 100%; }
  .hs-blog-post .row-fluid .new_blg .blg_right { width: 100%; text-align: center; }
  .hs-blog-post .row-fluid .new_blg .blg_right .cta-img img { max-width: 250px; width: 100% !important; height: auto; }
  .hs-blog-post .row-fluid .new_blg .blg_right > div { position:relative; top:0px; }
  .hs-blog-post .row-fluid .new_blg .new_inner-blg > div > div { display:block; }
  
}


@media (min-width: 30px) and (max-width: 500px){

  .row-fluid .dealerstrust_main .dealerstrust_box { width:100%; }
  .row-fluid .packges_logoarea .packges_logobox { width:50%; }
 
   .row-fluid .header_section .toplogo div { width:100%; float:left; }
  .row-fluid .ourteam_seation .ourteam_box { width:100%; }
  .row-fluid .header_section .content_number { position:relative; width:100%; right: 0; top: 0; } 
  
}

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

  .row-fluid .schedule_hero .scheduleimg_place { padding:14px 0px 80px 12px; }
  .row-fluid .schedule_hero .schedule_placeimg { height:220px; }

  
}


@media (min-width: 30px) and (max-width: 991px){
	
	.row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }	
  
  .row-fluid .header_section { padding:20px 20px; }
  .row-fluid .hero_section { padding:200px 0 130px; }
  .row-fluid .hero_section h1 { font-size: 32px; line-height: 42px; }
  .row-fluid .heroctabtn  { margin:0 8px; }
  .row-fluid .heroctabtn a { min-width:120px; padding:15px; }
   
 
  
   
  
  
  
}




@media (min-width: 992px){

  a.mobile-trigger, a.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }

}

@media (max-width: 991px){
  script { display:none !important; }
  /* 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 */
      -webkit-tap-highlight-color: transparent;
      -moz-tap-highlight-color: transparent;
      position: absolute; /*******************************************/
      top: 28px;          /* Position Button at top right of screen  */
      right: 2px;        /*******************************************/
      width: 55px; /* Button width */
      height: 44px; /* Button height */      
      padding: 0;
      background: transparent; /* Background color */
      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: 0;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in; 
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {  text-decoration: none;    color: #fff;  }
  a.mobile-trigger span{  display: inline;}
  a.mobile-trigger span:before{  position: absolute;   content: 'Menu'; }
  a.mobile-trigger span:after{  position: relative; right: 2px; content: 'Close'; background-color: #455560; opacity: 0; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out;   }


  .mobile-open a.mobile-trigger{-webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background: transparent;   }
  .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: 45px; /* Icon line width */     height: 2px; /* Icon line height */      background-color: #fff; /* Icon color */      display: inline-block;  }
  a.mobile-trigger  i:before { margin-top: -12px;  -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;  }
  a.mobile-trigger  i:after { margin-top: 12px;  -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
     ========================================================================== */

  .mainmenu .hs-menu-flow-horizontal > ul > li a.child-triggerm { display: block !important; background:transparent !important; cursor: pointer; position: absolute; top: 0px; right: 0px; width: 30px !important;  min-width: 30px !important; height: 45px !important;   padding: 0 !important; border-left: none; }
  .mainmenu .hs-menu-flow-horizontal > ul > li a.child-triggerm:hover { text-decoration: none; background:transparent !important; }


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

  a.child-triggerm span {  position: relative; top: 50%; margin: 0 auto !important;  -webkit-transition-duration: .2s;  -moz-transition-duration: .2s; transition-duration: .2s;}
  a.child-triggerm span:after {  position: absolute;   content: ''; }
  a.child-triggerm span, a.child-triggerm span:after {
      width: 10px;  height: 1px;  background-color: #fff;  display: block;  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after { background-color: #fff; }
  a.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; }
  a.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; }
  a.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-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 .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width:100%; float:left; }
  .mainmenu.js-enabled .hs-menu-flow-horizontal {  position: fixed;  padding:80px 30px; overflow-x: scroll; background-color: #0068a6; z-index:999; top: 0; right: 0;  transform: translateX(250px); -webkit-transform: translateX(250px); -moz-transform: translateX(250px); height:100vh; width: 250px;  transition:all .6s ease; -webkit-transition:all .6s ease; -moz-transition:all .6s ease; }
  .mobile-open  .mainmenu.js-enabled .hs-menu-flow-horizontal { transition:all .6s ease; -webkit-transition:all .6s ease; -moz-transition:all .6s ease; }
  
  body.mobile-open { transform: translateX(-250px); -webkit-transform: translateX(-250px); -moz-transform: translateX(-250px); transition:all .6s ease; -webkit-transition:all .6s ease; -moz-transition:all .6s ease; position:fixed;}
  body { transition:all .6s ease; -webkit-transition:all .6s ease; -moz-transition:all .6s ease;  }
  
   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li { position: relative; width:100%; float:left; margin-bottom:10px; }
  .mainmenu .hs-menu-flow-horizontal > ul > li a { font-size: 16px; line-height: 24px; padding:10px 15px; float:left; width:100% !important; max-width:100% !important; overflow: visible;  white-space: normal; width:100% !important; float:left;  max-width: 100% !important; overflow: hidden;  text-overflow: inherit;  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 { float:left; }
  .mainmenu .hs-menu-flow-horizontal ul li { border-top: none;  }
  .mainmenu .hs-menu-flow-horizontal ul li a {  padding:10px; float:left; width:100%; text-align:center; }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{  color: #fff; background:transparent; }
  .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { white-space: normal; width: 100% !important;  overflow: visible;   text-overflow: inherit;   font-size: 14px; }   
  
  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{ background-color: rgba(255, 255, 255, .08); width:100%; float:left; }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{ text-indent: 10px;  font-size: 16px;  width:100%; float:left;}

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{  text-indent: 30px; }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{ text-indent: 50px;  }
 

}