@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500&display=swap');


/***********************************************/
/* 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    */
/*****************************************/
 

/* Macro CSS Declaration */








body { margin:0; padding:0; font-size:14px; line-height:24px; font-family: 'Europa', sans-serif; font-weight:400; color:#4c4c4c; overflow-x:hidden; }

.row-fluid h1 { margin:0 0 10px; padding:0; font-size:50px; line-height:1.2; font-family: 'Europa', sans-serif; color:#162E4C; font-weight:700; }
.row-fluid h2 { margin:0 0 10px; padding:0; font-size:35px; line-height:1.2; font-family: 'Europa', sans-serif; color:#162E4C; font-weight:400; }
.row-fluid h3 { margin:0 0 10px; padding:0; font-size:30px; line-height:1.2; font-family: 'Europa', sans-serif; color:#162E4C; font-weight:300; }
.row-fluid h4 { margin:0 0 10px; padding:0; font-size:26px; line-height:1.2; font-family: 'Europa', sans-serif; color:#162E4C; font-weight:300; }
.row-fluid h5 { margin:0 0 10px; padding:0; font-size:22px; line-height:1.2; font-family: 'Europa', sans-serif; color:#162E4C; font-weight:300; }
.row-fluid h6 { margin:0 0 10px; padding:0; font-size:18px; line-height:1.2; font-family: 'Europa', sans-serif; color:#162E4C; font-weight:300; }


* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.row-fluid img { max-width:100%; height:auto; border:none; vertical-align:top; }
.row-fluid a { color:#36a9e0 ; outline:none; text-decoration:none !important; cursor:pointer; vertical-align:top; max-width: 100% !important; white-space: normal !important; display:inline-block;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
}
.row-fluid a:hover { color:#000000; text-decoration:none; }
.row-fluid p { margin:10px 0; } 
.row-fluid input[type=text], .row-fluid input[type=tel], .row-fluid input[type=email], .row-fluid input[type=date], .row-fluid input[type=number], .row-fluid select, .row-fluid textarea { background-color:#FFF !important; border:2px solid #EBEBEB !important; padding: 8px 17px; line-height: 22px;  
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
-o-border-radius: 4px !important;
-ms-border-radius: 4px !important;
border-radius: 4px !important;
  }
.row-fluid input, .row-fluid select, .row-fluid textarea { font-family: 'Europa', sans-serif; border:none; outline:none; border-radius:0; font-size:14px; }
.row-fluid input[type=submit] { font-family: 'Europa', sans-serif; cursor:pointer; border-radius:0; background-image:url(//1576677.fs1.hubspotusercontent-na1.net/hubfs/1576677/Cpa_Global_/Image/blank.png) !important;  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
  background-color: #36a9e0; color: #FFF; padding: 10px 20px; line-height: 28px; font-size: 18px;}
.row-fluid [class*="span"] { min-height:0; }
.row-fluid ul, .row-fluid ol { padding:0; margin:0; }
.row-fluid .hs-error-msgs label { color: #36a9e0; }
.row-fluid fieldset { max-width:100% !important; }

/* Default Padding Margin */
.row-fluid .p10-0 { padding-top:10px; padding-bottom:10px; }
.row-fluid .p20-0 { padding-top:20px; padding-bottom:20px; } 
.row-fluid .p30-0 { padding-top:30px; padding-bottom:30px; }
.row-fluid .p40-0 { padding-top:40px; padding-bottom:40px; }
.row-fluid .p50-0 { padding-top:50px; padding-bottom:50px; }
.row-fluid .p60-0 { padding-top:60px; padding-bottom:60px; }
.row-fluid .p70-0 { padding-top:70px; padding-bottom:70px; }
.row-fluid .p80-0 { padding-top:80px; padding-bottom:80px; }
.row-fluid .pt10 { padding-top:10px; }
.row-fluid .pt20 { padding-top:20px; }
.row-fluid .pt30 { padding-top:30px; }
.row-fluid .pt40 { padding-top:40px; }
.row-fluid .pt50 { padding-top:50px; }
.row-fluid .pt60 { padding-top:60px; }
.row-fluid .pt70 { padding-top:70px; }
.row-fluid .pt80 { padding-top:80px; }
.row-fluid .pb10 { padding-bottom:10px; }
.row-fluid .pb20 { padding-bottom:20px; }
.row-fluid .pb30 { padding-bottom:30px; }
.row-fluid .pb40 { padding-bottom:40px; }
.row-fluid .pb50 { padding-bottom:50px; }
.row-fluid .pb60 { padding-bottom:60px; }
.row-fluid .pb70 { padding-bottom:70px; }
.row-fluid .pb80 { padding-bottom:80px; }

.row-fluid .m10-0 { margin-top:10px; margin-bottom:10px; }
.row-fluid .m20-0 { margin-top:20px; margin-bottom:20px; }
.row-fluid .m30-0 { margin-top:30px; margin-bottom:30px; }
.row-fluid .m40-0 { margin-top:40px; margin-bottom:40px; }
.row-fluid .m50-0 { margin-top:50px; margin-bottom:50px; }
.row-fluid .m60-0 { margin-top:60px; margin-bottom:60px; }
.row-fluid .m70-0 { margin-top:70px; margin-bottom:70px; }
.row-fluid .m70-0 { margin-top:80px; margin-bottom:80px; }
.row-fluid .mt10 { margin-top:10px; }
.row-fluid .mt20 { margin-top:20px; }
.row-fluid .mt30 { margin-top:30px; }
.row-fluid .mt40 { margin-top:40px; }
.row-fluid .mt50 { margin-top:50px; }
.row-fluid .mt60 { margin-top:60px; }
.row-fluid .mt70 { margin-top:70px; }
.row-fluid .mt80 { margin-top:80px; }
.row-fluid .mb10 { margin-bottom:10px; }
.row-fluid .mb20 { margin-bottom:20px; }
.row-fluid .mb30 { margin-bottom:30px; }
.row-fluid .mb40 { margin-bottom:40px; }
.row-fluid .mb50 { margin-bottom:50px; }
.row-fluid .mb60 { margin-bottom:60px; } 
.row-fluid .mb70 { margin-bottom:70px; }
.row-fluid .mb80 { margin-bottom:80px; }

/* Slick Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { 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; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.row-fluid .slick-slider button { cursor:pointer; outline:none; border:none;  top: 50%; z-index: 1; background:rgba(0,0,0,0.5); color: #FFF; width: 45px; height: 45px; font-size: 20px;  
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
 }
.va-resources .hero-wrapper-resources {background-color: #f6f6f6;}
.row-fluid .slick-slider .slick-next { right: 0; }
.row-fluid .slick-slider .slick-prev { left: 0; }
.row-fluid .slick-dots { text-align: center; margin-top: -45px; }
.row-fluid .slick-dots li { float: none; display: inline-block; vertical-align: top; padding: 0 5px; }
.row-fluid .slick-dots li:before { display: none; }
.row-fluid .slick-dots li button { border-radius: 50%; background: transparent; border: #b50d29  solid 1px; width: 15px; height: 15px; display: block; font-size: 0; position: static; padding: 0;}
.row-fluid .slick-dots li.slick-active button, .row-fluid .hero-slider .slick-dots li button:hover { background: #b50d29  }
.row-fluid .slick-slide { outline: 0; float: left }

.row-fluid .slick-slider button { width:70px; height:70px; font-size:0; background:transparent; }
.row-fluid .slick-slider .slick-prev { left:-100px; background:url(https://2571256.fs1.hubspotusercontent-na1.net/hubfs/2571256/Oosha%20Jan%202017/images/left.png) no-repeat center; }
.row-fluid .slick-slider .slick-next { right:-100px; background:url(https://2571256.fs1.hubspotusercontent-na1.net/hubfs/2571256/Oosha%20Jan%202017/images/right.png) no-repeat center; }

.row-fluid .fullwidth { float:left; width:100%; }
.row-fluid .wrapper { box-sizing: border-box; width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1240px; padding:0 20px; }
.row-fluid .set-bg { background-size:cover !important; background-position:center top; position:relative; }
.row-fluid .get-bg { display:none !important; }
.row-fluid span.icon { width: 81px; height: 81px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0 auto; background: none; display: table; border: 2px solid #fff; text-align: center; }
.row-fluid span.icon i { display: table-cell; vertical-align: middle; color: #fff; font-size: 34px; }
.row-fluid a.clickable { display: block;width: 100%;height: 100%; }
.blog-portfolio-wraper .portfolio-blog:nth-child(8n+2) .portfolio-hover{ background:rgba(37,143,206,.61); }
.blog-portfolio-wraper .portfolio-blog:nth-child(8n+4) .portfolio-hover{ background:rgba(37,143,206,.61); }
.blog-portfolio-wraper .portfolio-blog:nth-child(8n+5) .portfolio-hover{ background:rgba(37,143,206,.61); }
.blog-portfolio-wraper .portfolio-blog:nth-child(8n+7) .portfolio-hover{ background:rgba(37,143,206,.61); }

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

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

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(10px);}
	60% {-o-transform: translateY(5px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(10px);}
	60% {transform: translateY(5px);}
}
.vision .row-fluid .sol-post { display:none; }
.vision .row-fluid .sol-post:nth-child(1), .vision .row-fluid .sol-post:nth-child(2), .vision .row-fluid .sol-post:nth-child(3) { display:block; }
.row-fluid ul.single-menu { width:100% !important; float:left;  margin:0px; }
.row-fluid .hs-breadcrumb-menu { float:left;  margin:0px; }
.row-fluid .hs-breadcrumb-menu li { padding-left:0; padding-left: 0; text-transform: uppercase; font-weight: 500; font-size:14px !important; margin:0px; }
.row-fluid .hs-breadcrumb-menu a { color:#FFF; font-size:14px !important; text-transform: uppercase; }
.row-fluid .hs-breadcrumb-menu a:hover { color:#0091dd; }
.row-fluid span.hs-breadcrumb-menu-divider:before { content:'/'; padding-right:10px;  color:#fff; font-size:14px !important; }
.row-fluid .breadcrumb-menu { width: 100%; float: left; background: #100D36; padding: 10px 50px; font-size:14px !important; }
.row-fluid li.hs-breadcrumb-menu-item.last-crumb { color:#0091dd; }
.row-fluid li.hs-breadcrumb-menu-item.last-crumb span { font-weight:500 !important; font-size:14px !important; }
#breadcrumbs li {
  display: inline-block;
}
#breadcrumbs li:not(:first-child) {
  margin-left: 0.4em;
}
#breadcrumbs li:not(:first-child):before {
  content: '>';
  margin-right: 0.4em;
}


.row-fluid .btn-style1 a { background:#0d0e35; color:#FFF; padding:2px 10px; font-family: 'Europa', sans-serif;  
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
-ms-border-radius: 15px;
border-radius: 15px;
 }
.row-fluid .btn-style1 a:hover { background:#0091dd; }
.row-fluid .btn-style2 a, .row-fluid a.btn-style2 { background:#b50d29 ; margin-top:10px; color:#FFF; font-size:18px; font-weight:300; padding:14px 30px; font-family: 'Europa', sans-serif;  
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
 }
.row-fluid .btn-style2 a:hover, .row-fluid a.btn-style2:hover { background:#0091dd; }
.row-fluid .btn-style3 a { background:#b50d29; margin-top:10px; color:#FFF; font-size:18px; font-weight:300; padding:14px 30px; font-family: 'Europa', sans-serif;  
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
 }
.row-fluid .btn-style3 a:hover { background:#0091dd; }

.row-fluid .ctastyle1 a { font-size:17px; font-weight:600; background: #00ABE5; padding: 10px 20px; border-radius: 5px; min-width: 270px; text-align: center; box-sizing: border-box !important; margin: 30px 0 10px; }
.row-fluid .ctastyle1 a:hover { background:#222222; }

.row-fluid .hori-tab a.btn-style2 {  
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 10px;
 }

.row-fluid .btn-style-blue a { background:url(https://1781188.fs1.hubspotusercontent-na1.net/hubfs/1781188/credexa-2017/images/buttonShapes.png) no-repeat right top #0d0e35; display: inline-block; position: relative; padding: 6px 40px 6px 10px; line-height: 1.2; text-transform: uppercase; font-family: 'Europa', sans-serif; font-size: 20px; font-weight: 300; border-radius: 3px; color: white; text-decoration: none; background-color: #0d0e35; border: 0; overflow:hidden; }
.row-fluid .btn-style-blue a:after { content: ""; display: block; position: absolute; top: 50%; right: 10%; border-left: solid 6px white; border-top: solid 6px transparent; border-bottom: solid 6px transparent;  opacity: 1;  
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
  
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;
-ms-transition: ease all 0.4s;
transition: ease all 0.4s;
 }
.row-fluid .btn-style-blue a:hover:after { right:-10%; opacity:0; }
.row-fluid .btn-style-blue a:hover { padding:6px 25px 6px 25px; background-position:right -25% top; }

.row-fluid .text-center, .row-fluid .text-center a, .row-fluid .text-center h1, .row-fluid .text-center h2, .row-fluid .text-center h3, .row-fluid .text-center h4, .row-fluid .text-center h5, .row-fluid .text-center h6 { text-align:center; }
.row-fluid .text-light, .row-fluid .text-light a, .row-fluid .text-light h1, .row-fluid .text-light h2, .row-fluid .text-light h3, .row-fluid .text-light h4, .row-fluid .text-light h5, .row-fluid .text-light h6 { font-weight:300; }
.row-fluid .text-medium, .row-fluid .text-medium a, .row-fluid .text-medium h1, .row-fluid .text-medium h2, .row-fluid .text-medium h3, .row-fluid .text-medium h4, .row-fluid .text-medium h5, .row-fluid .text-medium h6 { font-weight:600; }
.row-fluid .text-bold, .row-fluid .text-bold a, .row-fluid .text-bold h1, .row-fluid .text-bold h2, .row-fluid .text-bold h3, .row-fluid .text-bold h4, .row-fluid .text-bold h5, .row-fluid .text-bold h6 { font-weight:700; }
.row-fluid .text-bolder, .row-fluid .text-bolder a, .row-fluid .text-bolder h1, .row-fluid .text-bolder h2, .row-fluid .text-bolder h3, .row-fluid .text-bolder h4, .row-fluid .text-bolder h5, .row-fluid .text-bolder h6 { font-weight:800; }
.row-fluid .text-white, .row-fluid .text-white a, .row-fluid .text-white h1, .row-fluid .text-white h2, .row-fluid .text-white h3, .row-fluid .text-white h4, .row-fluid .text-white h5, .row-fluid .text-white h6 { color:#FFF; }
.row-fluid .text-uppercase, .row-fluid .text-uppercase a, .row-fluid .text-uppercase h1, .row-fluid .text-uppercase h2, .row-fluid .text-uppercase h3, .row-fluid .text-uppercase h4, .row-fluid .text-uppercase h5, .row-fluid .text-uppercase h6 { text-transform:uppercase; }
.row-fluid .hs-error-msgs, .row-fluid .ulhori ul { list-style:none; }
.row-fluid .hs-error-msgs { font-size:12px; }
.row-fluid .ulhori ul li { float:left; }

.row-fluid .widthauto { float:none; display:inline-block; width:auto; vertical-align:top; }


.row-fluid .top-section.sticky { position: fixed; left: 0; top: 0; width: 100%; background: #FFF; z-index: 999; padding:20px 30px; }

.row-fluid .form-header { margin:0; padding:23px 30px 22px; box-shadow: 0 2px 6px 0 rgba(28,28,28,0.06); }
.row-fluid .form-header .page-center , .row-fluid .formfooter .page-center{ max-width:1175px; width:100%; margin:0 auto !important; float:none; display:block;  }
.row-fluid .form-header img { max-width:200px;}

.row-fluid .topright > div { float:right; }
.row-fluid .right-signin { text-align:right; margin:0; }
.row-fluid .right-signin a { position:relative;  color: rgba(22, 46, 76, 0.8) !important; margin-top:0 !important;  font-size: 14px !important; font-weight:700 !important;  display: inline-block !important; border: 1px solid #E0E0E0; border-radius:3px; padding: 7px 18px 7px 18px !important; text-decoration:none; }
.row-fluid .right-signin:first-child { display: none; }

.row-fluid .mainmenu .hs-menu-wrapper > ul { vertical-align:top; }  
.row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children { position:relative; margin-right:15px !important; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:after { position: absolute; content: ''; right: 4px; top: 18px; border-top: #162E4C solid 5px; border-left: transparent solid 4px; border-right: transparent solid 4px; opacity: 0.8; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-size:15px !important; font-weight:700 !important; line-height:19px !important; text-transform:none !important; color: rgba(22, 46, 76, 0.8) !important; padding: 10px 21px !important; vertical-align: top !important; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a { background: #00ABE5; color: #FFF !important; font-weight: 700 !important; letter-spacing: normal; border-radius: 3px; padding: 10px 12px !important; margin: 0 10px 0 24px !important; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child:hover > a { background-color:#162E4C; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { padding:0 !important; border:none !important; background: #FFF !important; width: 210px !important; left: 50% !important; transform: translateX(-50%); text-align: center; 	-webkit-box-shadow: 0 5px 12px 0 rgba(97,98,120,0.33);	-moz-box-shadow: 0 5px 12px 0 rgba(97,98,120,0.33);	box-shadow: 0 5px 12px 0 rgba(97,98,120,0.33);   
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px;
-o-border-radius: 0 0 8px 8px;
-ms-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
 }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul li a { width:100% !important; padding: 15px 24px !important; font-size:14px !important; line-height:24px !important;color:rgba(22,46,76,0.8) !important; text-align:left; font-weight:bold !important; border-bottom:1px solid #f1f1f1; transition:none; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul li:last-child a { border-bottom:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul li a:hover{ background-color: rgba(168, 173, 192, 0.05) !important; color:#00ABE5 !important; }
.row-fluid .right-signin li { display:none;}
.row-fluid .hero-section { overflow:hidden; position:relative; padding:80px 0 280px; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0070d5+0,009ace+100 */
background: rgb(0,112,213); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(0,112,213,1) 0%, rgba(0,154,206,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,112,213,1) 0%,rgba(0,154,206,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,112,213,1) 0%,rgba(0,154,206,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070d5', endColorstr='#009ace',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }
.row-fluid .hero-section h1 { font-weight: 600; margin: 0 0 20px; }
.row-fluid .hero-section:before, .row-fluid .hero-section:after, .row-fluid .hero-section .wrapper:after { position: absolute; content: ''; left: 50%; bottom: 0; width: 600px; height: 600px; background: #FFFFFF; opacity: 0.1; border-radius: 90px; transform: rotate(45deg) translateY(100%); margin: 0 0 -40px -340px; }
.software .row-fluid .hero-section .wrapper { position:relative; }
.software .row-fluid .hero-section .wrapper:before, .software .row-fluid .hero-section .wrapper:after { display:block !important; position:absolute; content:''; left: -420px; bottom: -141px; width:100%; height:240px; opacity:0.2; background:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/wave.png) no-repeat center top; background-size:auto 100%;  
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
 } 
.software .row-fluid .hero-section .wrapper:after { left:-320px; height: 350px; opacity: 0.1; bottom: -110px; border-radius: 0; } 
.software .row-fluid .hero-section:before, .software .row-fluid .hero-section:after { display:none; }
.row-fluid .hero-section:after { margin: 0px 0 95px 300px; }
.row-fluid .hero-section .wrapper:after { margin:0px 0 -40px 680px; } 

.row-fluid .pricing-section { padding: 0 0 140px; background-color: #F8FCFF; border: 1px solid #F5F5F5; }
.row-fluid .pricing-section .wrapper { max-width:1140px; }
.row-fluid .pricing-boxes > span > div { float: none; width: 50%; display: inline-block; margin-left: -4px; vertical-align: middle; }
.row-fluid .pricing-boxes .price-box { position:relative; float: left; width: 100%; background: #fff; padding: 35px; margin-top: -220px;  
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
  
-webkit-box-shadow: 0 2px 7px 0 rgba(2,111,223,0.14);
-moz-box-shadow: 0 2px 7px 0 rgba(2,111,223,0.14);
-o-box-shadow: 0 2px 7px 0 rgba(2,111,223,0.14);
-ms-box-shadow: 0 2px 7px 0 rgba(2,111,223,0.14);
box-shadow: 0 2px 7px 0 rgba(2,111,223,0.14);
 } 
.row-fluid .price-box label { float: none; display: inline-block; background:#F5A623; padding:5px 27px; line-height:20px; color:#FFF;  
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
-o-border-radius: 16px;
-ms-border-radius: 16px;
border-radius: 16px;
  }
.row-fluid .price-box h3 { font-size: 27px; font-weight: 300; letter-spacing: -0.27px; text-align: center; }
.row-fluid .price-box h3 span { color: rgba(22,46,76,0.6); font-size: 15px; line-height: 24px; float: left; width: 100%; margin: 10px 0 0; }
.row-fluid .pricetext h6 { font-size: 15px; color: #00ABE5; font-weight: 700; }
.row-fluid .pricetext ul li { list-style: none; float: left; width: 100%; padding: 7px 0 7px 30px; position:relative; color:#162e4c;  }
.row-fluid .pricetext ul li:before { position:absolute; content:''; left:0; top:12px; width:15px; height:15px; background:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/arrow.png) no-repeat center top; background-size:contain; }
.row-fluid .cprice h2 { font-size: 80px; font-weight: 400; }
.row-fluid .cprice h2 span { float:left; width:100%; font-size:15px; line-height:21px; }
.row-fluid .cprice > span { position:relative; background-color: rgba(22,46,76,0.01); float: none; width:100%; display: inline-block; max-width: 290px; border: 1px dashed #EBEBEB; padding: 20px; border-radius: 15px; }
.row-fluid .cprice > span > label { position: absolute; padding:10px 20px; max-width: 170px; width: 100%; left: 50%; transform: translate(-50%,-50%); margin: -20px 0 0; background: #00ABE5; font-weight:700;  
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-o-border-radius: 25px;
-ms-border-radius: 25px;
border-radius: 25px;
 }
.row-fluid .price-box .ctastyle1 { text-align:center; }
 
.row-fluid .sec-subtext { font-size: 18px; line-height: 30px; color: rgba(22,46,76,0.8); max-width: 1000px; float: none; display: inline-block; padding:15px 0; }
.row-fluid .cq-boxes > span > div { float:left; width:48%; margin:30px 4% 30px 0; text-align:left; font-size:16px; line-height:34px; color:rgba(22,46,76,0.8); }
.row-fluid .cq-boxes > span > div h6 { text-align:left; font-size: 17px; line-height: 30px; font-weight: 600; }
.row-fluid .cq-boxes > span > div:nth-child(2n) { margin-right:0; }
.row-fluid .cq-boxes > span > div:nth-child(2n+1) { clear:left; }

.row-fluid .roi-section { background-color: #F8FCFF; border: 1px solid #F5F5F5; }
.row-fluid .roi-video { position:relative; padding:56.25% 0 0; overflow:hidden; }
.row-fluid .roi-video iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.row-fluid .logo-slider.mobile .slick-track > div { text-align:center; padding: 0 10px; float: none; display: inline-block; vertical-align: middle; }
.row-fluid .logo-slider.mobile .slick-track > div img { float:none; display:inline-block; margin:35px 0 0; }
.row-fluid .logo-slider { margin-left:0; }
.row-fluid .logo-slider img { -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%);}

.row-fluid .footer-section { background-color: #282828; }
.row-fluid .footer-section .footerLogo.mobileOnly { display:none; }
.row-fluid .footer-box { float:left; width:18%; margin:15px 2% 15px 0; }
.row-fluid .footer-box:nth-child(5n) { margin-right:0; }
.row-fluid .footer-box .hs-menu-wrapper > ul { margin: 10px 0 0; }
.row-fluid .footer-box .hs-menu-wrapper > ul > li > a { color: #888; padding: 10px 10px 10px 0; }
.row-fluid .footer-box .hs-menu-wrapper > ul > li > a:hover { color:#FFF; }
.row-fluid .footer-social ul { list-style:none; float: left; width: auto; border-top: 1.2px solid #979797; margin: 45px 0 0;padding:45px 0 0; }

.row-fluid .footer-social ul li { float:left; margin-right:10px; }
.row-fluid .footer-social ul li a { background-color: rgba(255,255,255,0.15); width: 36px; height: 36px; text-align: center; line-height: 26px; padding: 5px 3px 5px 7px; border-radius: 50%; color: #FFF; }
.row-fluid .footer-social ul li a:hover { background-color:#FFF; color:#222222; }
.row-fluid .ftitle { font-size:16px; }

.row-fluid .copyright-text { /*border-top: rgba(241,241,241,0.05) solid 1px; */border-top:1.2px solid #979797; padding: 20px 0; color: #888888; font-size: 14px; }
.row-fluid .copyright-text h6 { font-size: 14px; color: #888888; float:left; }
.row-fluid .copyright-text h6 + ul { float:left; list-style:none; margin-left: 60px; line-height: 16px; }
.row-fluid .copyright-text h6 + ul li { float:left; }
.row-fluid .copyright-text .cr-right > div { float:right; }
.row-fluid .copyright-text .cr-right ul { list-style:none; float:left; }
.row-fluid .copyright-text .cr-right ul li { float:left; }
.row-fluid .copyright-text .cr-right > div ul li a { color: #888888; padding-right: 20px; border-right: #888888 solid 1px; margin-right: 20px; }
.row-fluid .copyright-text .cr-right > div ul li:last-child a { padding-right:0; margin-right:0; border-right:none; }
.row-fluid .copyright-text .cr-right ul:first-child { margin-right:50px; }
.row-fluid .copyright-text > div > ul > li:first-child > a, .row-fluid .copyright-text .cr-right ul:first-child li a { border: none; padding: 0 0 0 25px; margin-right: 20px; }
.row-fluid .copyright-text > div > ul > li:nth-child(1) > a, .row-fluid .copyright-text .cr-right ul:first-child li:nth-child(1) a { background:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/uk.png) no-repeat center left; background-size:20px auto; margin-left:10px; }
.row-fluid .copyright-text > div > ul > li:nth-child(2) > a, .row-fluid .copyright-text .cr-right ul:first-child li:nth-child(2) a { background:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/usa.png) no-repeat center left; background-size:20px auto; }
.row-fluid .copyright-text > div > ul > li:nth-child(3) > a, .row-fluid .copyright-text .cr-right ul:first-child li:nth-child(3) a { background:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/usa.png) no-repeat center left; background-size:20px auto; }
.row-fluid .copyright-text .cr-right > div ul:not(:first-child) li a{text-decoration:underline !important;}

.row-fluid .logo-slider.mobile { display:none; } 

.cc__numberIncrementer-question { position: relative; }
.cc__question:nth-child(2) .cc__numberIncrementer-question::before { content: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/arrow.svg); width: 100px; position: absolute; top: 0%; left: 50%; z-index: 10; transform: translate3d(-50%, -100%, 0); }
.cc__question:nth-child(11) .cc__buttonGroup-question::before { content: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/15off.svg); width: 100px; position: absolute; top: 0%; left: 50%; z-index: 10; transform: translate3d(-100%, -100%, 0); }
.row-fluid .cc__numberIncrementer-question-wrapper .sc-bwzfXH { margin:5px 0 0; }
.cc__question:nth-child(2) .cc__numberIncrementer-question::before { top:1px; }



/*******************PopUp Page end ***********/
/* Sign In Page */
.row-fluid .fm-title h1 { color:#FFF; }
.row-fluid .mobile-sign-in { padding:10px 30px; background:#162E4c; display:none; }
.row-fluid .mobile-sign-in .right-signin a{ color:#fff; }
.row-fluid .mobile-sign-in .right-signin a:before{ background:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/iconnew.png) no-repeat center center/contain;}

/* .body-signup { overflow:hidden;} */
.row-fluid .form-header { padding:20px 30px; box-shadow: 0 2px 6px 0 rgba(28,28,28,0.06); }
.row-fluid .form-header .page-center , .row-fluid .formfooter .page-center,  .row-fluid .mobile-sign-in .page-center{ max-width:1175px; width:100%; margin:0 auto !important; float:none; display:block;  }
.row-fluid .right-signin { text-align:right;}
/* .row-fluid .right-signin a { position:relative;  color: #173456; font-size: 14px; margin-top: 5px; display: inline-block; padding-left:23px; text-decoration:none; }
.row-fluid .right-signin a:before {content:''; position:absolute; left:0;top: 2px;  width: 15px; height: 15px;  background:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/iconnew2.png) no-repeat center center/contain; } */
.row-fluid .form-header img { max-width:200px;}
.row-fluid .fullsection h1 { font-size:54px;}
.row-fluid .fullsection p { margin:0; display:block; }
.row-fluid .fullsection { width:100%; float:left;}
.row-fluid .tophero-text { padding: 0 20px; font-size: 20px; line-height: 36px;}
.row-fluid .fm-title { text-align:center; color:#fff; display:inline-block; margin-bottom:55px;}
/* .row-fluid .full-form {  background-size:cover !important; background-repeat:no-repeat; background-position:center top; 	background: linear-gradient(167.77deg, #0071D7 0%, #009ACF 100%);} */
.row-fluid .full-form .get-bg { display:none; }
.row-fluid .form-center { position:relative; max-width:915px; width:100%; margin:0 auto !important; float:none; display:block; text-align:center;}
.row-fluid .form-top {   overflow:hidden; padding-bottom:140px; margin-top:-186px; }
.row-fluid .form-center-inner { position:relative; background-color:#fff; padding:50px 80px; border-radius: 8px; -webkit-box-shadow: 0 2px 7px 0 rgba(2,111,223,0.14); -moz-box-shadow: 0 2px 7px 0 rgba(2,111,223,0.14); -o-box-shadow: 0 2px 7px 0 rgba(2,111,223,0.14); -ms-box-shadow: 0 2px 7px 0 rgba(2,111,223,0.14); box-shadow: 0 2px 7px 0 rgba(2,111,223,0.14); z-index:99;}
.row-fluid .signin-option { margin-top:43px; margin-bottom:6px; text-align:left; font-size: 15px;}
.row-fluid .signin-option a { font-size:15px;}
.row-fluid .form-center-inner .hs-error-msgs { text-align:left; margin-top: -30px; font-size:12px;}
.row-fluid .form-center-inner .hs-error-msgs li { margin-left:0;}
.row-fluid .form-center-inner .hs-error-msgs  label { color:#36a9e0; font-weight:700; line-height:30px; display:inline-block; }
.row-fluid .form-center-inner .hs_error_rollup .hs-error-msgs { margin-top:0; font-weight: 600; font-size: 14px; }
.row-fluid .form-center-inner .hs_submit.hs-submit { text-align:left; }
.row-fluid .form-center-inner input[type="submit"] { max-width: 362px; margin-top:14px; display: inline-block; word-wrap: break-word; border-radius:4px; white-space: normal; text-transform: initial; padding: 11px 15px; font-weight: bold; font-size: 17px;}
.row-fluid .form-center-inner .hs-form-field { text-align:left;  padding-right:15px;}
.row-fluid .form-center-inner .hs-form-field .input { margin-bottom:28px; margin-right:0;}
.row-fluid .form-center-inner .hs-form-field:nth-child(2) { padding-right:0; padding-left:15px; }
.row-fluid .form-center-inner .hs-form-field > label { position:static; color:#162e4c; margin:0 0 5px; display:inline-block; line-height:30px; font-size:15px; font-weight: 700;  }
.row-fluid .form-center-inner .hs-form-field > label .hs-form-required { display:none; }
.row-fluid .form-center-inner .hs-input { width:100% !important; padding: 10px 17px; height: 42px; border: 2px solid #EBEBEB; border-radius:4px;  }
.row-fluid .form-center-inner  input[type="text"]::placeholder, .row-fluid .form-center-inner input[type="email"]::placeholder,  .row-fluid .form-center-inner  input[type="tel"]::placeholder { font-weight:300; font-size:16px; 	color: rgba(22,46,76,0.3); }  
.row-fluid .form-center-inner .hs-form-booleancheckbox { margin-left:0;  margin-bottom:5px; list-style:none; display:inline-block;  }
.s2 .row-fluid .form-center-inner .hs-form-booleancheckbox a{ vertical-align:bottom;}
.row-fluid .form-center-inner .hs-form-booleancheckbox .hs-input{ width:14px !important; height:14px; background:#fff; vertical-align:middle; margin-right:12px; }
.row-fluid .form-center-inner .hs-form-booleancheckbox .hs-input + span { vertical-align:middle; font-size:14px; font-weight:700; color:#162e4c; }
.row-fluid .formfooter { background:#282828;  padding:28px 30px; color:#fff; font-size:14px;  }
/* .full-form.fullsection .form-center:before, .full-form.fullsection .form-center:after, .row-fluid .form-center-inner:before { height: 100%; width: 100%;  content: ''; opacity: 0.1; transform: rotate(315deg); border-radius: 100px; background-color: #FFFFFF; position: absolute; left: -51%;  top: 358px; } */
/* .full-form.fullsection .form-center:after { left: 12%; top: 205px; } */
/* .row-fluid .form-center-inner:before { right: -40%; left: auto !important; top: 152px; z-index:-1;} */
.row-fluid .footer-term { text-align:right;}
.submit-form-msg .row-fluid .form-center-inner{ min-height:400px;}
.submit-form-msg .row-fluid .form-top { margin-bottom:-350px;}
.submit-form-msg .row-fluid .formfooter {  margin-top:350px;}

.submit-form-msg .signin-option { text-align:center;}
.row-fluid .tabbtn a.ptab { padding:8px 27px 8px 50px; }
.row-fluid .tabbtn a.ptab:after { left: 20px; right: auto; }


.row-fluid .tab-flex-column > span > div > a { display:none; }

/*changes */
body.s2 { background:#F8FCFF;  }
.s2 .row-fluid .form-header { background:#fff; }
.s2 .row-fluid fieldset .hs-fieldtype-select { width:50%; float:left; }
.s2 .row-fluid .form-center-inner .hs_submit.hs-submit {  width:50%; padding-right:15px; }
.s2 .row-fluid .form-center-inner input[type="submit"] { max-width:100%; display:block; width:100%; border:1px solid transparent; }
.s2 .row-fluid .form-center-inner input[type="submit"]:hover { background:transparent; color:#36a9e0; border:1px solid #36a9e0; }
.row-fluid .sign-up-hero { position:relative; min-height:436px; padding:80px 30px 186px;  background: rgb(0,112,213); background: -moz-linear-gradient(-45deg, rgba(0,112,213,1) 0%, rgba(0,154,206,1) 100%); background: -webkit-linear-gradient(-45deg, rgba(0,112,213,1) 0%,rgba(0,154,206,1) 100%); background: linear-gradient(135deg, rgba(0,112,213,1) 0%,rgba(0,154,206,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0070d5', endColorstr='#009ace',GradientType=1 ); }
.row-fluid .sign-up-hero:before, .row-fluid .sign-up-hero:after { display: block !important;  position: absolute; content: ''; left: -420px; bottom: -61px; width: 100%; height: 240px; opacity: 0.2; background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/wave.png?t=1540552660811) no-repeat center top; background-size: auto 100%; }
.row-fluid .sign-up-hero:after {  left: -320px; height: 350px; opacity: 0.1;  bottom: -30px; border-radius: 0;  margin: 0px 0 -40px 680px; }
.row-fluid .fm-title h1 { font-size:54px; letter-spacing: -0.56px;	line-height: 63px; }

/* Pricing Changes*/


.pricing-new  .row-fluid .hero-section .wrapper { position:relative; }
.pricing-new  .row-fluid .hero-section .wrapper:before, .pricing-new  .row-fluid .hero-section .wrapper:after { display:block !important; position:absolute; content:''; left: -420px; bottom: -294px; width:100%; height:240px; opacity:0.2; background:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/wave.png) no-repeat center top; background-size:auto 100%;  
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
 } 
.pricing-new  .row-fluid .hero-section .wrapper:after { left:-320px; height: 350px; opacity: 0.1; bottom: -270px; border-radius: 0; } 
.pricing-new  .row-fluid .hero-section:before, .pricing-new  .row-fluid .hero-section:after { display:none; }
.pricing-new  .row-fluid .hero-section { background: -webkit-linear-gradient(167.77deg, #0071D7 0%, #009ACF 100%);  background: -moz-linear-gradient(167.77deg, #0071D7 0%, #009ACF 100%); background: linear-gradient(167.77deg, #0071D7 0%, #009ACF 100%);}


/* 12-11-2018 Changes*/

.row-fluid .logo-slider > span > div > span > img { vertical-align: middle !important; max-width:170px;}
/* .row-fluid .logo-slider > span > div > span { vertical-align:middle; } */

.row-fluid .logo-slider > span > div { vertical-align:middle; }

.row-fluid .crm-sec  > .wrapper > div { display: -webkit-box; display: -moz-box; display: -ms-box;  display: -webkit-flex;  display: flex; flex-flow: row wrap; }
.row-fluid .limg-rtext .crm-right { margin:0; order:1; }
.row-fluid .limg-rtext .crm-video { margin:0; order:1; }
.row-fluid .limg-rtext .crm-left { margin:0 0 0 2.564102564%; padding: 0 0 0 5rem; order:2;  }

.row-fluid .crm-video > div > div { margin:0 auto !important; } 
.row-fluid .crm-video, .row-fluid .crm-right { align-self:center;}
.row-fluid .crm-left  { align-self:center; padding-top:0 !important;  }
.row-fluid .logoleft { position:relative; z-index:9;}
.row-fluid .tab-main:nth-child(3) .tab-inner:nth-child(2) img { max-width:500px; }
.row-fluid .cc__buttonGroup-question-wrapper h3 { width:100%; margin:0;}
.row-fluid .cc__buttonGroup-question-wrapper h3 + .cc__question-description { width:auto; margin-bottom:20px; position:relative; float:none; display:inline-block;  }
.row-fluid .cc__buttonGroup-question-wrapper h3 + .cc__question-description:before { content: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/arrow.svg?t=1541830667126); width:22px;     position: absolute; top: 3px; left: -30px; z-index: 10; transform: translate3d(0,0,0) rotateY(180deg); }

.row-fluid .prefix-value { display:inline-block; font-size:52px;}
.row-fluid .create-account.ctastyle1 a { padding:11px 20px;  }
.row-fluid .cc__question:nth-child(2) .cc__numberIncrementer-question:before { top:-6px;}
.row-fluid .cc__separator-question-wrapper:nth-child(1) .cc__question-description { margin-top:-5px;}

.row-fluid .pricing-calc > div > div { text-align:center;}
.row-fluid .pricing-calc > div > div > div  { display:inline-block; float:none; }



.row-fluid .calc-row { margin:0 0 10px; }
.row-fluid .calc-row.toplevel > span { float:left; width:68%; }
.row-fluid .calc-row.toplevel > .input { float:left; width:32%; }
.row-fluid .calc-row.featuretext h6, .row-fluid .calc-row.toplevel h6 { color:#00abe5; font-size:15px; font-weight:700; margin: 30px 0 0; padding: 0 0 30px; }
.row-fluid .calc-row.featuretext h6 {  padding:0 0 10px; }
.row-fluid .calc-row.featuretext h6 + span { color: rgba(22,46,76,0.6); } 
.row-fluid .calc-row.toplevel .input h6 { color:#162e4c; font-size:14px; position:relative; text-align:center; }   
.row-fluid .calc-row.toplevel .input h6:before { content: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/arrow.svg); width: 100px; position: absolute; bottom: 23px; left: 50%; z-index: 10; transform: translate3d(-50%,100%,0); }
.row-fluid .calc-row.toplevel > span > div { color: #162e4c; border-bottom: 1.3px dashed rgba(22,46,76,0.33); line-height: 28px; float:left; margin:10px 0 0; }
.row-fluid .calc-row.half { float:left; width:50%; padding-right:16px; margin:5px 0 15px; }
.row-fluid .calc-row.half:nth-child(4) { display:none; }
.row-fluid .calc-row.half .input { padding-left:60px; position:relative; float:left; width:100%; cursor:pointer; }
.row-fluid .calc-row.half .input * { cursor:pointer; }
.row-fluid .calc-row.half .input input { display:none; }
.row-fluid .calc-row.half .input label { line-height:30px; background: transparent; color: rgba(22,46,76,0.7); padding: 0; float: left; width: auto; border-bottom: 1px dotted #27B4E5; border-radius: 0; }
.row-fluid .calc-row.half .input label:before { position: absolute; left: 0; top: 5px; width: 54px; height: 24px; content: ''; background: rgba(133,140,148,0.6); border-radius: 15px; transition:ease all 0.4s; -webkit-transition:ease all 0.4s; -ms-transition:ease all 0.4s; -moz-transition:ease all 0.4s; }
.row-fluid .calc-row.half .input input[type=checkbox]:checked + label:before { background:#36a9e0; }
.row-fluid .calc-row.half .input label:after { position: absolute; content: ''; left: 4px; top: 9px; width: 16px; height: 16px; border: #FFF solid 3px; box-sizing: border-box; border-radius: 50%; transition:ease all 0.4s; -webkit-transition:ease all 0.4s; -ms-transition:ease all 0.4s; -moz-transition:ease all 0.4s; }
.row-fluid .calc-row.half .input input[type=checkbox]:checked + label:after { left:34px; }
.row-fluid .pricebtn .selected a { pointer-events:none; }
.row-fluid .final-ans.message { font-size:16px; }
.row-fluid .final-ans .limitcross { font-size: 0; line-height: 0; margin: 0; min-height:109px; display:table; }
.row-fluid .final-ans .limitcross > span { display:none; }
.row-fluid .final-ans .limitcross > div { font-size:14px; line-height:24px; display:table-cell; vertical-align:middle; }

/* Changes  pricing*/
.body-pricing .row-fluid .calc-row.half .input label:before { width:50px;}
.body-pricing .row-fluid .calc-row.half .input input[type=checkbox]:checked+label:after { left:30px; }
.row-fluid .offvalue-text  { text-align:center; margin:20px 0 0; padding:0 0 5px; color: #162e4c; font-size: 14px; font-weight:700;  }
.row-fluid .offvalue-text > span { position:relative; display:inline-block; color:#111; font-weight:300; }

.row-fluid .final-ans { background:rgba(22,46,76,0.01); max-width:380px; border:1.5px dashed #ebebeb; vertical-align:top; }
.row-fluid .final-ans > div { font-size: 14px; float: left; width: 100%; letter-spacing: 0; margin: 5px 0 0; }
.row-fluid .arrange-cta a { font-size:17px; color:#fff;}
.row-fluid .arrange-cta a:hover { background:#222; }
.row-fluid .pricing-tooltip { width:355px; position:absolute;left:61px; bottom:40px; transform: translate3d(0,10px,0); z-index:11; text-align:center; line-height:20px; padding:5px 7px; border-radius:4px; background:#162e4c; color:#fff; visibility:hidden; opacity:0;  }
.row-fluid .pricing-tooltip:after{ content: ""; position: absolute; top: 100%;left: 74px;margin-left: -5px;border-width: 7px; border-style: solid; border-color: #222 transparent transparent transparent;}
.row-fluid .calc-row.half .input label{ cursor:help; }
.row-fluid .calc-row.half .input label:before{ cursor:pointer; }
.row-fluid .calc-row.half .input label:hover .pricing-tooltip { visibility:visible; opacity:1; transform: translate3d(0,0,0); transition:0.4s ease all; }

.row-fluid span.min, .row-fluid span.max { width: 20px; height: 20px; border: #00abe5 solid 1px; border-radius: 50%; cursor: pointer; display: inline-block; line-height: 15px; text-align: center; color:#00abe5; }
.row-fluid .calc-row span.min + input[type=number] { display:inline-block;  width:70px; padding: 7px 0; text-align: center;  margin: 0.5rem;}
.row-fluid .calc-row.toplevel .input { text-align:center; }
.row-fluid .calc-row span.min + input[type=number]::-webkit-outer-spin-button, .row-fluid .calc-row span.min + input[type=number]::-webkit-inner-spin-button { opacity:0; -webkit-appearance: none; }
.row-fluid .calc-row.toplevel > span { width:50%;}
.row-fluid .calc-row.toplevel > .input { float:right; width:134px; }
.row-fluid .calc-row.toplevel > span > div {  position:relative; cursor:help; }
.row-fluid .calc-row.toplevel > span > div .pricing-tooltip  { left:0;  transition:0.4s ease all; }
.row-fluid .calc-row.toplevel > span > div:hover .pricing-tooltip { visibility:visible; opacity:1;  transform: translate3d(0,0px,0); }


.row-fluid .cprice > span { border:1.5px dashed #ebebeb; }
.row-fluid .arrange-cta a { padding:10px 5px; min-width:262px; }
.row-fluid .pricebtn { margin:20px 0; max-width:388px; width:100%;  padding:4px; border-radius:22px; transform:none; }
.row-fluid .pricebtn li.selected a { border-radius:22px; }
.row-fluid .pricebtn li { min-width:124px; }
.row-fluid .pricebtn li a { font-size:15px; display:block;   }


/* Home 2019 */
.row-fluid .cms-btn-style2 a { margin: 30px 6.5px 0; padding: 13px 27px; background-color: #00abe5; color: #FFFFFF; font-size: 17px; font-weight: 700; border-radius: 3px; -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08); -moz-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08); box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08); border: 1px solid #00abe5; }
.row-fluid .cms-btn-style2 a:hover { background:#162e4c; border-color:#162e4c; }
.row-fluid a.cms-btn-style3 { margin: 30px 6.5px 0; padding: 13px 27px; background:transparent; border: #00abe5 solid 1px; color: #00abe5; font-size: 17px; font-weight: 700; border-radius: 3px; -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08); -moz-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08); box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08); }
.row-fluid a.cms-btn-style3:hover { background:#00abe5; color:#FFFFFF; border-color:#00abe5; }
.row-fluid .btn-style4 a { margin:0 6.5px 30px; padding: 13px 27px; background-color: #FFFFFF; color: #00abe5; font-size: 17px; font-weight: 700; border-radius: 3px; -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08); -moz-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08); box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08); border: 1px solid #FFFFFF; }
.row-fluid .btn-style4 a:hover { background:#00abe5; color:#FFFFFF; border-color:#00abe5; }
.row-fluid .btn-style5 a { color: #00abe5; border: #00abe5 solid 1px; border-radius: 3px; padding: 13px 27px; line-height: 24px; font-size: 17px; margin: 20px 0 0; }
.row-fluid .btn-style5 a:hover { background:#00abe5; color:#FFFFFF; }


.row-fluid .hero-section.o2 { background:transparent; padding:0; }
.row-fluid .hero-section.o2 .wrapper { display:flex; position:relative; }
.row-fluid .hero-section.o2 .hero-left { padding:146px 0 210px; position:relative; z-index:2; }
.row-fluid .hero-section.o2 h1 { font-size: 48px; color: #162E4C; font-weight: 300; line-height: 64px; }
.row-fluid .hero-section.o2 h6 { font-size: 20px; line-height: 30px; color: #162E4C; opacity: 0.58; }
.row-fluid .hero-section.o2 .hero-right { margin-top: 0; margin-bottom: 50px; position: absolute; z-index: 1; right: -12%; top: -18%; height: 118%; width: 70%; }
.row-fluid .hero-section.o2 .hero-right + .cms-btn-style2 { display:none; }
.row-fluid .hero-section.o2:before { display:none; }
.row-fluid .hero-section.o2 .wrapper:before { background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/wave-shape-1.png)no-repeat left bottom/contain; transform: none; width: 1540px; height: 360px; left: -50%; margin: 0; opacity: 0.4; content: ''; position: absolute; bottom: -12px; margin-left: -130px; }
.row-fluid .hero-section.o2 .wrapper:after { background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/wave-shape-1.png)no-repeat left bottom/contain; transform: none; width: 1060px; height: 230px; right: -50px; margin: 0; opacity:0.4; content: ''; position: absolute; bottom: -12px; left: auto; }
.row-fluid .hero-section #openvideo { display:none; transition:ease all 0.4s; -webkit-transition:ease all 0.4s; -ms-transition:ease all 0.4s; -moz-transition:ease all 0.4s; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 9; }
.videoopen .row-fluid .hero-section #openvideo { display:block; }
.row-fluid .hero-section #openvideo > span { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); max-width: 600px; width:90%; }
.row-fluid .hero-section #openvideo a.closebtn{ position: absolute; right:-40px; top:-40px; width: 40px; height: 40px; font-size: 40px; }
/* .row-fluid .hero-section #openvideo > span iframe, .row-fluid .hero-section #openvideo > span video, .row-fluid .hero-section #openvideo > span embed, .row-fluid .hero-section #openvideo > span object { position: absolute; left: 0; top: 0; width:100%; height:100%; } */
.row-fluid .hero-section.o2 .hplay { box-shadow: 0 5px 12px 0 rgba(0,0,0,0.17); position: absolute; left: 50%; top: 50%; width: 120px; height: 120px; background: #FFF; border-radius: 50%; color: #00abe5; padding: 20px; text-align: center; line-height: 80px; font-size: 30px; margin:-30px 0 0 -30px; }
/* .row-fluid .hero-section.o2 .hplay:hover { background:#00abe5; color:#FFFFFF; } */
.row-fluid .hero-section.o2 .hplay:before { opacity:0.2; position: absolute; content: ""; left: -31px; top: -31px; width: 182px; border: #FFF solid 1px; height: 180px; border-radius: 50%; box-sizing: border-box; }
.row-fluid .hero-section.o2 .hplay:after { opacity:0.2; position: absolute; content: ""; left: -66px; top: -66px; width: 252px; border: #FFF solid 1px; height: 252px; border-radius: 50%; box-sizing: border-box; }

.row-fluid .platform-section h2 span { display:inline-block; background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/highlight.png) no-repeat center; background-size: 100% auto; padding: 0 13px; }
    

/* Downloadable Content */
.row-fluid .form-download-content .form-top{ margin-top:0;}
.row-fluid .form-download-content form > div.hs-form-field { padding:0; }
.row-fluid .form-download-content form > div.hs-form-field:nth-child(2n) { padding-left:0; }
.row-fluid .form-download-content form .hs-richtext { margin:15px 0; width:100%; float:left; text-align:left; }
.row-fluid .form-download-content form input[type="submit"] { max-width:100%; width:100%; border: 1px solid #36a9e0;  }
.row-fluid .form-download-content form input[type="submit"]:hover { background: transparent; color: #36a9e0;  }

.row-fluid .learnmore-ctabutton .cms-btn-style { float:none; display:inline-block; width:auto; margin:0 1%;  }
.row-fluid .learnmore-ctabutton .cms-btn-style a {  padding: 11px 27px; color:rgba(22,46,76,0.8); border: 1px solid #e0e0e0; -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08); -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08); }
.row-fluid .learnmore-ctabutton .cms-btn-style:nth-child(2) a:hover { color:rgba(22,46,76,0.8); }
.row-fluid .learnmore-ctabutton .cms-btn-style:nth-child(1) a { background-color: #00abe5;  color:#fff;   border: 1px solid #00abe5;}
.row-fluid .learnmore-ctabutton .cms-btn-style:nth-child(1) a:hover { background: #162e4c;  color: #fff; border: 1px solid #162e4c;}

.row-fluid .est { font-size: 18px; line-height: 30px; font-weight: 400; color: rgba(255,255,255,0.9); }

.row-fluid .toptitle { max-width: 760px; float: none; display: inline-block; color: rgba(22,46,76,0.6); font-size: 17px; line-height: 30px; }
.row-fluid .pacc { text-align:left; background: #FFF; padding: 15px 20px; margin: 0 0 15px; box-shadow: 0 2px 12px 0 rgba(0,0,0,0.04); }
.row-fluid .pacc h6 { cursor:pointer; text-align: left; margin:5px 0; text-transform: uppercase; font-family: Europa; font-size: 15px; font-weight: 700; padding-right: 20px; position: relative; }
.row-fluid .pacc h6:after { position: absolute; content: '+'; right: 0; top: 0; width: 20px; height: 20px; text-align: center; line-height: 20px; color: #00abe5; font-weight: 400; font-size: 20px; }
.row-fluid .pacc.active h6:after { content: '-'; } 
.row-fluid .pacc h6 a { color:#162e4c; }
.row-fluid .pacc-detail { display:none; color:#162E4C; font-size:15px; line-height:28px; opacity:0.8; }
.row-fluid .pacc-btn a { margin:0 0 5px; border: 1px solid #00ABE5; color: #00ABE5; display: inline-block; padding: 7px 10px; text-transform: uppercase; font-size: 12px; line-height: 16px; font-weight: 700; border-radius: 3px; }
.row-fluid .pacc-btn a:hover { background:#00abe5; color:#FFFFFF; }
.row-fluid .p-left ul { background:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/circle.png) no-repeat center top; background-size:370px auto; position:relative; float: none; display: inline-block; max-width: 400px; width: 100%; list-style: none; min-height: 400px; border-radius: 50%; }
/* .row-fluid .p-left ul li:first-child { position: absolute; right: -70px; top: 30px; transform: rotate(55deg); -webkit-transform: rotate(55deg); -ms-transform: rotate(55deg); -moz-transform: rotate(55deg); } */
.row-fluid .p-left ul li.round:first-child { transform: rotate(64deg); top: 110px; right: -105px; left: auto; width: 100%; text-transform:uppercase; }
.row-fluid .p-left ul li { position: absolute; left: 50px; top: 50px; }
.row-fluid .p-left ul li:first-child { transform: rotate(0); top: 0; right: 0; left:auto; }
.row-fluid .p-left ul li:nth-child(2) { transform:rotate(120deg); position: absolute; left: 70px; top: 140px; }
/* .row-fluid .p-left ul li:nth-child(3) { transform:rotate(-125deg); left: 0; top: 0; } */
.row-fluid .p-left ul li.round:nth-child(3) { transform: rotate(-57deg); left: -100px; top: 100px; width: 100%; text-transform:uppercase; }
.row-fluid .p-left ul li svg { position:relative; width: 250px; height: 250px; color: #FFF; text-transform: uppercase; transform: rotate(125deg); font-size:16px; }
.row-fluid .p-left ul li:first-child svg { top: 60px; right: 50px; }
.row-fluid .p-left ul li:nth-child(2) svg { bottom: -20px; right: 30px; }
.row-fluid .p-left ul li:nth-child(3) svg { top: 10px; right: 78px; }
.row-fluid .p-left ul li a { opacity: 0.5; overflow:hidden; color:#FFF; }
.row-fluid .p-left ul li.round a { display:block; }
.row-fluid .p-left ul li.round:nth-child(2) { transform: rotate(3deg); position: absolute; left: -10px; top: 315px; width: 100%; text-transform:uppercase; }
.row-fluid .p-left ul li.active a { opacity:1; }
    
.row-fluid .bb-section { padding-bottom:70px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#348ee0+0,34afd9+100 */
background: #348ee0; /* Old browsers */
background: -moz-linear-gradient(left, #348ee0 0%, #34afd9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #348ee0 0%,#34afd9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #348ee0 0%,#34afd9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#348ee0', endColorstr='#34afd9',GradientType=1 ); /* IE6-9 */ }
.row-fluid .bbright { list-style: none; float: right; }
.row-fluid .bbright ul { list-style: none; padding: 0; margin: 0; }
.row-fluid .bbright li { float:left; }
.row-fluid .bbright li:last-child a { background: transparent; color: #FFF; }
.row-fluid .bb-section h2 { color: #FFF; font-size: 32px; }
.row-fluid .bbsub { color: #FFFFFF; font-size: 17px; line-height: 30px; opacity: 0.8; }

.row-fluid .rs-section { overflow:hidden; }
body .row-fluid .rs-section .tabc { display:none; margin-left:0 !important; }
body .row-fluid .rs-section .tabc.active { display:block; }
.row-fluid .rs-section .wrapper > .fullwidth { padding:115px 0 155px; position:relative; }
.row-fluid .rs-section .wrapper > .fullwidth:before { background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/wave-shape-1.png)no-repeat left bottom/contain; transform: none; width: 1540px; height: 360px; right: -760px; margin: 0; opacity: .4; content: ''; position: absolute; bottom: -12px; margin-left: -130px; }
.row-fluid .rs-section .wrapper > .fullwidth:after { background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202018/wave-shape-1.png)no-repeat left bottom/contain; transform: none; width: 1060px; height: 230px; margin: 0; opacity:0.4; content: ''; position: absolute; bottom: -12px; left: 0; }
.row-fluid .rs-section h2 { font-size:32px; line-height:47px; }
.row-fluid .rs-left { position:relative; z-index:1; font-size: 17px; line-height: 30px; color: #162E4C; opacity: 0.8; padding-right:150px; }
.row-fluid .rs-right { position:relative; z-index:1; }
.row-fluid .rs-right ul { list-style: none; margin: 0 0 30px; float: left; width: 100%; }
.row-fluid .rs-right ul li { background:#FFFFFF; float: left; width: 23.5%; margin: 2% 2% 0 0; text-align: center; min-height: 115px; border-radius: 10px; display: table; box-shadow: 0 2px 12px 0 rgba(0,0,0,0.11); }
.row-fluid .rs-right ul li:nth-child(4n) { margin-right: 0; }
.row-fluid .rs-right ul li a { display: table-cell; vertical-align: middle; }
.row-fluid .rs-right h6 { color:rgba(22,46,76,0.6); margin:0 0 15px; }

.row-fluid .security-sec.o2 h2 { font-size: 37px; line-height: 70px; font-weight: 400; }
.home19 .row-fluid .crm-sec { background:#FFFFFF; }
.home19 .row-fluid .crm-left { font-size: 17px; line-height: 32px; color: #162E4C; opacity: 0.9; }
.home19 .row-fluid .crm-left h2 { font-size: 32px; line-height: 47px; font-weight: 400; }

.row-fluid .single-testimonial .wrapper > .fullwidth { display:flex; -webkit-display:flex; flex-flow:row wrap; }
.row-fluid .st-image, .row-fluid .st-content { padding:100px 0; align-self:center; }
.row-fluid .st-image { padding-bottom:0; position:relative; text-align:center; }
.row-fluid .st-image .image { width: 350px; height: 350px; padding: 30px; float:none; display:inline-block; background-size: 280px auto; background-position: center bottom; position: relative; overflow: hidden; background-color:#f4f8fd; border-radius:70px; transform:rotate(15deg); }
.row-fluid .st-image .image img { transform:rotate(-15deg); }
/* .row-fluid .st-image:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:#f4f8fd; border-radius:50px; } */
.row-fluid .st-content h2 { font-size: 32px; line-height: 50px; font-weight: 400; }
.row-fluid .st-content { font-size:17px; line-height:30px; }
.row-fluid .st-content p, .row-fluid .st-content ul { opacity:0.9; }
.row-fluid .st-content ul { padding-left:20px; }
.row-fluid .st-name { float: right; text-align: left; width: auto; background: #FFF; padding: 10px 20px; position: relative; box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08); border-radius: 32.5px; bottom: 110px; right: 50px; box-sizing: border-box; font-weight: 700; font-size: 17px; line-height: 32px; color: rgba(22,42,76,0.9); } 
.row-fluid .st-name span { font-size: 15px; font-weight: 400; line-height: 20px; margin: 0 0 7px; }

.row-fluid .home-resource { padding:40px 0 115px; }
.row-fluid .home-resource h3 { font-size: 22px; font-weight: 400; line-height: 30px; }
.row-fluid .home-resource .resource-boxes > .resource-box { float:left; width:31.6%; margin:40px 2.6% 0 0; }
.row-fluid .home-resource .resource-boxes > .resource-box:nth-child(3n) { margin-right:0; }
.row-fluid .home-resource .resource-image { height:235px; border-radius:3px; }
.row-fluid .home-resource .resource-image img { display:none; }
.row-fluid .resource-box .resource-text, .row-fluid .resource-box > span:first-child { font-size: 16px; line-height: 30px; color: rgba(22,46,76,0.54); margin: 0 0 10px; }
.row-fluid .resource-box .resource-text { margin:0; line-height:24px; }
.row-fluid .resource-box h6 > a { font-size: 18px; color: #162E4C; font-weight: 700; margin: 20px 0 0; line-height:30px; }
.row-fluid .resource-box .see-all a { color: rgba(22,46,76,0.54); font-size: 16px; line-height: 30px; text-decoration: underline !important; margin: 10px 0 0; }
.row-fluid .resource-box .see-all a:hover { text-decoration:none !important; color:rgba(22,46,76,1); }

.row-fluid .get-started { background: #f8faff; padding: 115px 0; font-size:17px; line-height:32px; color:#162E4C; }
.row-fluid .get-started .wrapper > .fullwidth { display: flex; flex-flow: row wrap; }
.row-fluid .get-started .wrapper > .fullwidth > div { align-self:center; }
.row-fluid .get-started .gs-left { padding-right: 125px; }
.row-fluid .get-started h2 { font-size: 32px; line-height: 70px; }
.row-fluid .get-started ul { list-style:none; padding:0; }
.row-fluid .get-started ul li { float:left; margin-right:12px; }
.row-fluid .get-started ul li:first-child a { background:#00abe5; color:#FFF; }
.row-fluid .get-started ul li:first-child a:hover { background:#162e4c; border-color:#162e4c; }
.row-fluid .get-started .bottom-notes { color: rgba(22,46,76,0.54); margin: 10px 0 0; font-size: 15px; line-height: 30px; }
.home19 .row-fluid .logo-slider.mobile + .logo-slider { margin:20px 0 0; }
.row-fluid .copyright-text > div > ul { display:none; }

.row-fluid .get-started .wrapper > .fullwidth > .gs-video{position:relative; text-align:center;}
.row-fluid .get-started .wrapper > .fullwidth > .gs-video .gplay{box-shadow: 0 5px 12px 0 rgba(0,0,0,0.17); position: absolute; left: 50%; top: 50%; width: 120px; height: 120px; background: #FFF; border-radius: 50%; color: #00abe5; padding: 20px; text-align: center; line-height: 80px; font-size: 30px; transform: translate(-50%, -50%);}
.row-fluid .get-started .wrapper>.fullwidth>.gs-video #openvideo-1{display: none; transition: ease all .4s; -webkit-transition: ease all .4s; -ms-transition: ease all .4s; -moz-transition: ease all .4s; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 9999;}
.videoopen1 .row-fluid .get-started .wrapper > .fullwidth > .gs-video #openvideo-1 { display:block; }
.row-fluid .get-started .wrapper > .fullwidth > .gs-video #openvideo-1 a.closebtn{ position: absolute; right:-40px; top:-40px; width: 40px; height: 40px; font-size: 40px; color: #fff;}
.row-fluid .get-started .wrapper > .fullwidth > .gs-video #openvideo-1 > span { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); max-width: 600px; width:90%; }


/*PNew2019*/

  .row-fluid .calc-row.toplevel>span{display:none;}
  .row-fluid .calc-row.toplevel>.input{float:none; margin:0 auto;}
  .row-fluid .calc-row {padding-top:50px;}
  .row-fluid .calc-row h5{font-size: 15px; color: #00abe5; font-weight: 700; text-align:center; padding-bottom: 12px;}

   .row-fluid .logo-slider>span>div{padding:23px;}


/* ======================================== 
       EvaluAgent - Resource Centre
========================================= */
/*  body.Resource .body-container{background:#F2F9FF;} */
.row-fluid .resources-logo{background:#fff;}
.Resource .row-fluid .hero-section .wrapper:before, .software .row-fluid .hero-section .wrapper:after{z-index:-1;}
.row-fluid .top-nav{width:100%;float:left;padding:40px 0px 20px;background:#F2F9FF;}
.row-fluid .top-nav ul {  list-style: none;  width: 100%;  float: left;  text-align: center;}
.row-fluid .top-nav ul li {  display: inline-block;  padding: 0px 11px;}
.row-fluid .top-nav ul li a {  padding: 10px 27px;  background: #00ABE5;  color: #fff;  font-size: 16px;  font-weight: 700;  border-radius: 7px;transition:all 0.5s;}
.row-fluid .top-nav ul li a:hover{background:#004E76;}

/* -- -webinar-section- -- */
.row-fluid .webinar-section{width:100%;float:left;background:#F2F9FF;padding: 20px 0px 30px;}
.row-fluid .webinar-section .section-title h2{font-size: 34px !important;  font-weight: 700;  color: #464646;  padding-bottom: 25px;}
.row-fluid .webinar-section .webinar-inner-wrap > div > div{display:flex;}
.row-fluid .webinar-section .left-part{background:#fff;box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -webkit-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -moz-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -ms-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);border-radius: 15px;}
.row-fluid .webinar-section .right-part{background:#fff;box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -webkit-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -moz-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -ms-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);border-radius: 15px;padding: 30px 25px;}
.row-fluid .webinar-section .left-part .top-part{background-color:#00A4E0;padding: 35px 30px;border-top-left-radius: 15px;border-top-right-radius: 15px;}
.row-fluid .webinar-section .left-part .top-part .top-title h3{font-size:28px;color:#fff;font-weight:700;line-height:34px;position:relative;margin-bottom: 0;    padding-left: 100px;}
.row-fluid .webinar-section .left-part .top-part .top-title h3 span{font-weight:400;}
.row-fluid .webinar-section .left-part .bottom-part{padding: 25px 30px;}
.row-fluid .webinar-section .webinar-inner-wrap .inner-title h4{font-size: 24px;  font-weight: 700;  color: #4B4B4B;}
.row-fluid .webinar-section .webinar-inner-wrap .content{font-size: 16px;  font-weight: 400;  color: #4B4B4B;  line-height: 32px;}
.row-fluid .webinar-section .webinar-inner-wrap .webinar-btn a{padding: 10px 27px;display:inline-block;  background: #00abe5;  color: #fff;  font-size: 16px; font-weight: 700;  border-radius: 7px;  transition: all .5s;}
.row-fluid .webinar-section .webinar-inner-wrap .webinar-btn a:hover{background:#004E76;}
.row-fluid .webinar-section .webinar-inner-wrap .webinar-btn{padding-top: 20px;}
.row-fluid .webinar-section .left-part .top-part .top-title h3:before {  content: ' ';  top: 50%; left: 0;  margin: auto;  position: absolute;  width: 65px;  height: 55px;  background-image: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202019/computer-icon.png);  background-repeat: no-repeat;  background-position: center center;transform: translateY(-50%);}
.row-fluid .webinar-section .right-part .video-dwnlad a{font-size: 16px;  font-weight: 700;  color: #00ABE5;transition:all 0.5s;}
.row-fluid .webinar-section .right-part .video-dwnlad a:hover{ color:#004E76;}

/*- -- Events -- -*/
.row-fluid .event-section{width:100%;float:left;background:#F2F9FF;padding: 20px 0px 30px;}
.row-fluid .event-section .section-title h2{font-size: 34px !important;  font-weight: 700;  color: #464646;  padding-bottom: 25px;}
.row-fluid .event-section .event-inner-wrap > div > div{display:flex;}
.row-fluid .event-section .left-part{background:#fff;box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -webkit-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -moz-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -ms-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);border-radius: 15px;}
.row-fluid .event-section .left-part .top-part{background-color:#004E76;padding: 35px 30px;border-top-left-radius: 15px;border-top-right-radius: 15px;}
.row-fluid .event-section .left-part .top-part .top-title h3{font-size:28px;color:#fff;font-weight:700;line-height:34px;position:relative;margin-bottom: 0;    padding-left: 100px;}
.row-fluid .event-section .left-part .top-part .top-title h3 span{font-weight:400;}
.row-fluid .event-section .left-part .bottom-part{padding: 25px 30px;}
.row-fluid .event-section .event-inner-wrap .inner-title h4{font-size: 24px;  font-weight: 700;  color: #4B4B4B; line-height:40px; }
.row-fluid .event-section .event-inner-wrap .content{font-size: 16px;  font-weight: 400;  color: #4B4B4B;  line-height: 32px;}
.row-fluid .event-section .event-inner-wrap .event-btn a{padding: 10px 27px;display:inline-block;  background: #004E76;  color: #fff;  font-size: 16px; font-weight: 700;  border-radius: 7px;  transition: all .5s;}
.row-fluid .event-section .event-inner-wrap .event-btn a:hover{background:#00abe5;}
.row-fluid .event-section .event-inner-wrap .event-btn{padding-top: 20px;}
.row-fluid .event-section .left-part .top-part .top-title h3:before {  content: ' ';  top: 50%; left: 0;  margin: auto;  position: absolute;  width: 65px;  height: 55px;  background-image: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202019/event-icon.png);  background-repeat: no-repeat;  background-position: center center;transform: translateY(-50%);background-size: contain;}

.row-fluid .event-section .right-part{background:#fff;box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -webkit-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -moz-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -ms-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);border-radius: 15px;position:relative;    overflow: hidden;}
.row-fluid .event-section .right-part .right-top{padding: 30px 25px 20px;}
.row-fluid .event-section .right-part .right-bottom{background:#00537D;padding:30px;position: relative;z-index: 1;}
.row-fluid .event-section .right-part .right-bottom .right-text{max-width: 450px;  margin: auto; width: 100%; float: none;}
.row-fluid .event-section .right-part .right-bottom .right-text p{font-size: 18px;  font-weight: 300;  line-height: 24px;  color: #fff;  text-align: center;}
.row-fluid .event-section .right-part .right-bottom .eventer-name span {font-size: 16px;    color: #fff;    font-weight: 400;    font-style: italic;    display: inline-block;    padding-top: 10px;    width: 100%;    text-align: center;}
.row-fluid .event-section .right-part .right-bottom:before {  content: ' ';  bottom: -20px;  top: auto;  left: 0;  height: 100%;  width: 100%;  position: absolute;  background: #00537d;  z-index: -1;  border-bottom-left-radius: 15px;  border-bottom-right-radius: 15px;}



/* ====== Blog 2019 ======= */

.hs-blog-listing .row-fluid .evaluagent-blog .left-section{width:75% !important;float:left;padding-right: 20px;}
.hs-blog-listing .row-fluid .evaluagent-blog .right-section{width:25% !important;float:left;margin-left:0 !important;padding-left:20px;}

.row-fluid .evaluagent-blog{width:100%;float:left;background:#F5FBFF;padding: 60px 0px 70px !important;}
.row-fluid .evaluagent-blog .post-item{width:100%;float:left;box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -webkit-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -moz-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -ms-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);border-radius:15px;padding-bottom: 0;border-bottom: 0;}
.row-fluid .evaluagent-blog .post-item .left-part {  width: 40%;  float: left;padding: 20px;background: #D7D7D7;border-bottom-left-radius: 15px;    border-top-left-radius: 15px;}
.row-fluid .evaluagent-blog .post-item .right-part { width: 60%;  float: left;  padding: 20px 20px 20px 25px;background:#fff;border-bottom-right-radius: 15px;    border-top-right-radius: 15px;}
.hs-blog-listing .row-fluid .evaluagent-blog .post-item .hs-featured-image-wrapper{display:block;background-size: contain !important;  background-position: center center !important;  margin: 0;height: 100%;}
.row-fluid .evaluagent-blog .post-item .post-inner-cover{display:flex;}
.row-fluid .evaluagent-blog .post-item .post-header h2 a{font-size: 24px;  font-weight: 700;  line-height: 29px;color:#4B4B4B;}
.row-fluid .evaluagent-blog .post-item #hubspot-author_data.hubspot-editable{font-size:12px;font-weight:400;color:#4B4B4B;}
.row-fluid .evaluagent-blog .post-item .post-body{font-size: 16px;  font-weight: 400;  line-height: 32px;  color: #4B4B4B;margin-top: 0;}
.row-fluid .evaluagent-blog .post-item a.more-link{margin-top: 20px;  margin-bottom: 10px;  background: #00537D;  font-size: 16px;  font-weight: 700;  letter-spacing: 0.5px;}
.row-fluid .evaluagent-blog .post-item a.more-link:hover{background:#00ABE5;}
.row-fluid .evaluagent-blog .pagination{width: 100%;  float: left; padding-top: 40px;}


.row-fluid .evaluagent-blog .blog-sidebar .sign-up{width: 100%;float: left;box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -webkit-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -moz-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -ms-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);    border-bottom-left-radius: 15px;    border-bottom-right-radius: 15px;}
.row-fluid .evaluagent-blog .blog-sidebar .sign-up .sign-up-top{background-color: #00ABE5;border-top-left-radius: 15px; border-top-right-radius: 15px;}
.row-fluid .evaluagent-blog .blog-sidebar .sign-up .sign-up-top h4{font-size: 24px;  color: #fff;  font-weight: 700;  max-width: 205px;  width: 100%;  margin: auto;  float: none;  padding: 30px 15px;}
.row-fluid .evaluagent-blog .blog-sidebar .sign-up .sign-botom-box {background: #fff; padding:20px 20px 35px;    border-bottom-left-radius: 15px;    border-bottom-right-radius: 15px;}
.row-fluid .evaluagent-blog .blog-sidebar .sign-up .sign-botom-box .content p{font-size: 16px;  font-weight: 400;  color: #4B4B4B;  line-height: 32px;    text-align: left;}
.row-fluid .evaluagent-blog .blog-sidebar .sign-up .sign-botom-box .hs-form-required{display:none;}
.row-fluid .evaluagent-blog .blog-sidebar .sign-up .sign-botom-box input[type=email]{border: 2px solid #00ABE5 !important;    border-radius: 6px !important;}
.row-fluid .evaluagent-blog .blog-sidebar .sign-up .sign-botom-box .hs-button {font-size: 16px;  font-weight: 700;  letter-spacing: 0.5px;  width: 100%;  border-radius: 6px;  margin-top: 20px;  padding: 7px 10px;background:#00ABE5;transition:all 0.5s;}
.row-fluid .evaluagent-blog .blog-sidebar .sign-up .sign-botom-box .hs-button:hover{background:#00537D;} 
.row-fluid .evaluagent-blog .blog-sidebar .sign-up .sign-botom-box .content span{font-size: 16px;  font-weight: 400;  line-height: 32px;  color: #4b4b4b; }


.row-fluid .resources-box{width: 100%;float: left;box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -webkit-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -moz-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);  -ms-box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.21);    border-bottom-left-radius: 15px;    border-bottom-right-radius: 15px;margin-top:40px;}
.row-fluid .resources-box .resource-top{background-color: #00537D;  border-top-left-radius: 15px;  border-top-right-radius: 15px;}
.row-fluid .resources-box .resource-top h4 {font-size: 24px;  color: #fff;  font-weight: 700;  max-width: 305px;  width: 100%;  margin: auto;  float: none;  padding: 30px 15px;}
.row-fluid .resources-box .resource-botom-box{background: #fff; padding:20px 20px 35px;  border-bottom-left-radius: 15px;    border-bottom-right-radius: 15px;}
.row-fluid .resources-box .resource-botom-box .content p{font-size: 16px;  font-weight: 400;  color: #4b4b4b;  line-height: 32px;  text-align: left;}
.row-fluid .resources-box .resource-botom-box .resource-btn a{display: inline-block;  padding: 10px 0;  background: #004e76;  border-radius: 7px;  font-size: 16px;  font-weight: 700;  color: #fff;  letter-spacing: .5px;  transition: all .5s;  margin-top: 20px;  width: 100%;}
.row-fluid .resources-box .resource-botom-box .resource-btn a:hover{background:#00ABE5;}
.row-fluid .evaluagent-blog .blog-sidebar .sign-up .sign-botom-box form .invalid.error{border: 2px solid #f90202 !important;}
.hs-blog-listing .row-fluid .evaluagent-blog .blog-sidebar .sign-up .sign-botom-box form .hs-error-msgs label{display:none;}

.btn-blog a { display: inline-block; padding: 10px 22px; background: #004e76; border-radius: 7px; font-size: 16px; font-weight: 700; color: #fff; letter-spacing: .5px; transition: all .5s; margin-top: 25px; display: inline-block; }
.btn-blog a:hover{ background: #00a4e0; color:#fff; }


/* .btn-blog { text-align: center; } */
.row-fluid .blueCTA a { background:#0076D1; padding:12px 48px; font-size:16px; border-radius:13px; color:#FFFFFF; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.row-fluid .font--r, .row-fluid .font--r h1, .row-fluid .font--r h2, .row-fluid .font--r h3, .row-fluid .font--r h4, .row-fluid .font--r h5, .row-fluid .font--r h6, body.fontCom .row-fluid h1, body.fontCom .row-fluid h2, body.fontCom .row-fluid h3, body.fontCom .row-fluid h4, body.fontCom .row-fluid h5, body.fontCom .row-fluid h6, body.fontCom .row-fluid a, body.fontCom  { font-family: 'Raleway', sans-serif; }
body.fontCom { color: #4b4b4b; }
body.fontCom h2 { line-height: 62px; font-size: 48px; font-weight: 800; color: #4b4b4b;}
body.fontCom h3 { font-weight: 700; }
body.fontCom h4 { font-weight: 700; }
body.fontCom h5 { font-weight: 700; }
body.fontCom h6 { font-weight: 700; }

body.fontCom .row-fluid .sup-left .sec-text, body.fontCom .row-fluid .sec-subtext  { font-weight: 500; font-size: 20px; line-height: 38px; color: #4b4b4b; }
body.fontCom .row-fluid .blox_item h5 { color: #4b4b4b; }
body.fontCom .row-fluid .blox_item .blox_text { color: #4b4b4b; font-weight: 500; font-size: 18px;}
body.fontCom p { font-weight: 400; }
/* .row-fluid .tab-section.v2 .tab-content h3 { font-weight: 700; } */
.row-fluid .tab-section.v2 .tab-content .sec-text { font-weight: 400; }

.row-fluid .w1400 { max-width: 1440px; width: 100%; float: none !important; display: block; margin: 0 auto !important; padding: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.row-fluid .flex--box { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;  display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap;}
.row-fluid .v--center { -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.pt--150 { padding-top: 150px; }
.row-fluid .new--header { position: absolute; left: 0; top: 0; width: 100%; padding: 50px 0;  z-index: 3; }
.row-fluid .left--logo { width: 21%; float: left; }
.row-fluid .left--logo  img{ max-width: 287px !important; }
.row-fluid .header--right { width: 79%; float: left; text-align: right; padding: 0 0 0 20px; }
.row-fluid .main--menu .hs-menu-wrapper { line-height: normal; }
.row-fluid .main--menu .hs-menu-wrapper > ul {  vertical-align: middle; }
.row-fluid .main--menu ul li a { color: #434343; font-weight: 500; font-size: 20px; line-height: 28px;  }
.row-fluid .main--menu .hs-menu-wrapper > ul > li > a { padding:27px 20px 29px; }
.row-fluid .main--menu .hs-menu-wrapper > ul > li:hover > a { color:#0091FF; /*font-weight:700; */}

.row-fluid .main--menu .hs-menu-wrapper em { font-size:12px; width:auto; padding:4px 15px; background:#0091FF; color:#FFFFFF; text-transform:uppercase; font-style:normal; min-width:121px; text-align:center; display: inline-block; line-height: 15px; position:relative; top:-3px; }
.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul { display:none; width: 1049px; background: #FFF; padding:40px 40px 0; box-shadow: 0px 3px 11px rgba(164, 176, 196, 0.288553); top:85px; transition:ease all 0.4s !important; left:50% !important; right:0; transform:translateX(-50%); }
.row-fluid .main--menu .hs-menu-wrapper > ul > li:first-child > ul { left:0 !important; right:0; margin-left: -220px; transform:translateX(0); }

.row-fluid .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:before { opacity:0; position: absolute; content: ''; left: 50%; bottom: -12px; width: 24px;  height: 24px; background: #FFF; transform: translateX(-50%) rotate(45deg); box-shadow: rgba(0,0,0,0.1) -4px -4px 5px -4px; z-index:11; }
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:before{bottom:-30px;width: 28px;height: 28px;}
.row-fluid .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover:before { opacity:1; }
.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > a { text-align:left; font-size:26px; font-weight:700; color:#0091FF; }
.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(1), .row-fluid .main--menu > ul > li:first-child > ul > li:nth-child(2) { float:left; width:60%; }
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(1), .row-fluid .main--menu > ul > li:first-child > ul > li:nth-child(2) { float:left; width:75%; }
.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(2) { width:40%; float:left; } 
.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul { position: static !important; visibility: visible; opacity: 1; }
.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li { float:left; width:50%; margin:0 0 20px; }
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li { float:left; width:33.33%; margin:0 0 20px; }
.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li:nth-child(2n+1) { clear:left; }
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li:nth-child(2n+1) { clear:none; }
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li:nth-child(3n+1) { clear:left; }
.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li { padding-right:10px; }
.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { font-size: 22px; font-weight: 400; display:block; text-align:left; float: left; width: 100%; }
.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li:hover > a { box-shadow: rgba(0,0,0,0.3) 2px 2px 5px -3px; }
.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a > span { float: left; width: 100%; font-size: 16px; color:#0091FF; }
.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(2) { border-left:1px solid #D7D7D7; padding-left:40px; } 
.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(2) > ul > li { width:100%; }
.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(3) { float: left; width: 100%; padding: 0 40px; box-sizing: content-box; margin-left: -40px; margin-right: -40px; background: #F8F9FD; margin-bottom: 0;}
.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(3) > a { padding:20px; font-size:24px; text-align:center; }
.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(3) > a > span { float: left; width: 100%; font-size: 22px; font-weight: 400; color: #696969; margin: 0 0 15px; }
 

.row-fluid .header--right > div, .row-fluid .right--cta--btn > div { display: inline-block; vertical-align: middle; }
.row-fluid .cta--white a, .row-fluid .cta--blue a { margin: 0 0 0 20px; font-size: 20px; line-height: 28px; padding: 15px 40px; -webkit-border-radius: 11px; border-radius: 11px; }
.row-fluid .cta--white a { background: #fff; color: #41485A; }
.row-fluid .cta--blue a { font-weight: 500; background: #0076D1; color: #fff; }
.row-fluid .cta--blue a:hover { background:#fff; color:#0076d1; }
.row-fluid .cta--white a:hover { background: #0076d1; color: #fff; } 

.row-fluid .home--hero { overflow: hidden; position: relative; }
.row-fluid .home--hero--ov {  position: absolute; top: 0; right: 0; width: 50%; height: 99.9%; background: #41485A; margin-right: -204px; font-size: 0; }
.row-fluid .home--left { width: 53%; float: left; padding: 60px 0 190px; position: relative; }
.row-fluid .home--left:after { content: '-'; position: absolute; right: 0; top: 0; width: 24px; height: 24px; background: #0076D1; -webkit-border-radius: 4px; border-radius: 4px; font-size: 0;  transition-timing-function: linear; transition-duration: 1s; opacity: 0;}
.row-fluid .home--left h1 { font-size: 66px; line-height: 85px; font-weight: 800; color: #0076D1;}
.row-fluid .home--left h1 span { color: #434343; }
.row-fluid .home--right { width: 47%; float: left; margin-top: -50px; -webkit-align-self: flex-end; align-self: flex-end; position: relative; right: -108px; z-index: 1;}
.row-fluid .home--right img { max-width: 748px; margin-left: -96px; width: auto; }
.row-fluid .home--right:before { content: '-'; position: absolute; left: -51px; top: 104px; width: 563px; height: 490px; border: 19px solid #6DD400; -webkit-border-radius: 36px; border-radius: 36px; font-size: 0; z-index: -1;  }
.row-fluid .green--square { position: absolute; left: 38px; top: 294px; width: 32px; height: 32px; background: #6DD400; -webkit-border-radius: 4px; border-radius: 4px; z-index: -1;}

.row-fluid .home--hero.in--view .home--left:after{ right: -32px; top: 30px; opacity: 1; }
.row-fluid .ctabtn--outer { position: relative; padding: 44px 85px 44px 0;  width: 53%; z-index: 1; margin: -80px 0 0; -webkit-justify-content: space-between; justify-content: space-between;}
.row-fluid .ctabtn--left--bg { position: absolute; top: 0; right: 100%; width: 500%; height: 100%; z-index: -1; }
.row-fluid .ctabtn--outer [class*="hero--cta"] { display: inline-block;  }
.row-fluid .ctabtn--outer [class*="hero--cta"] a { font-size: 22px; font-weight: 500; border: 2px solid #fff;  padding: 24px; min-width: 302px; -webkit-border-radius: 11px; border-radius: 11px; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
.row-fluid .hero--cta-white a { background: #fff; color: #41485A;    }
.row-fluid .hero--cta-white a:hover { background: transparent; color: #fff; }
.row-fluid .hero--cta-empty a { background: transparent; color:#fff; }
.row-fluid .hero--cta-empty a:hover { background: #fff; color: #41485A; } 

.row-fluid .ditch--sprd { padding: 180px 0 58px; overflow: hidden; } 
.row-fluid .ditch--left { width: 45%; float: left; position: relative; } 
.row-fluid .ditch--left:before { content: '-'; position: absolute; left: 0; top: -49px; width:19.5px; height: 19.5px; background: #6DD400; -webkit-border-radius: 3px; border-radius: 3px; font-size: 0;   }
.row-fluid .ditch--left > h2 { position: relative;  margin: 0 0 45px; padding: 0 0 35px; font-weight: 800; font-size: 48px; line-height: 62px; color: #191919;}
.row-fluid .ditch--left > h2:after { content:'-'; position: absolute; left: 0; bottom: 0; background: #979797; width: 426px; height: 1px; font-size: 0;}
.row-fluid .ditch--text { font-weight: 500; line-height: 38px; font-size: 20px; color: #222; padding-right: 45px; }
.row-fluid .ditch--text p { margin: 0 0 35px; }
.row-fluid .ditch--right { width: 55%; float: left; text-align: right; padding-left: 80px; position: relative; }
.row-fluid .ditch--right:before { content: '-'; position: absolute; left: 80px; top: -80px; width: 420px; height: 430px; border: 10px solid #6DD400; -webkit-border-radius: 24px; border-radius: 24px; font-size: 0; } 
.row-fluid .ditch--right:after { content: '-'; left: 30px; top: 50%; -webkit-transform: translateY(50%);  transform: translateY(50%); margin-top: -20px; font-size: 0;}
.row-fluid .blue--square, .row-fluid .ditch--right:after { position: absolute; width: 24px; height: 24px; background: #0091FF; -webkit-border-radius: 6px; border-radius: 6px;}
.row-fluid .ditch--right > .blue--square { right: 90px; top: -165px;  }


.row-fluid .ditch--right > img { position: relative; right: -16px; max-width: 865px !important; }
.row-fluid .capterra--logo { position: absolute; right: -166px; top: -130px; max-width: 213px; z-index: 1; } 
.row-fluid .capterra--logo img { position:relative; }

.row-fluid .reqfree--trail { padding-left: 200px; }
.row-fluid .reqfree--trail a {position: relative; text-align:center; margin: 58px 0 0; padding: 45px 70px 45px 140px; line-height: 34px; min-width: 524px; font-weight: 700; font-size: 28px;  background: #41485A; color: #fff; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
.row-fluid .reqfree--trail a:before{ content: '-'; position: absolute; left: 80px; top: 50%; transform: translateY(-50%); background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%20-%20Sept%202020/arrow-white.png) no-repeat center top/contain; width: 56px; height: 27px; font-size: 0; }
.row-fluid .reqfree--trail a:hover{ background: #0076d1; }

.row-fluid .home--recomm { padding: 170px 0 120px; }
.row-fluid .rec--sectitle { max-width: 593px; width: 100%; border-bottom; padding: 0 0 15px; }
.row-fluid .rec--sectitle h2 { padding: 0 0 65px; font-weight: 800; font-size: 48px; line-height: 56px; color: #000000; border-bottom: 1px solid #979797; }

.row-fluid .home--recomm { position: relative; z-index: 1;  }
.row-fluid .home--recomm:before{ content: '-'; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.3); z-index: -1; font-size: 0; }
.row-fluid .recomm--outer { overflow: hidden; padding: 0 0 160px;}


.row-fluid .rec--box { width: 29.8%; float: left; margin: 60px 5.3% 0 0; padding: 50px 22px 28px; -webkit-border-radius: 9px; border-radius: 9px; -webkit-box-shadow: 0px 23px 180px rgba(0, 0, 0, 0.05); box-shadow: 0px 23px 180px rgba(0, 0, 0, 0.05);}
.row-fluid .rec--box:nth-child(2){ margin-top: 175px; }
.row-fluid .rec--box:nth-child(3n) { margin-right: 0; }
.row-fluid .rec--box:nth-child(3){ margin-top: 310px; }
.row-fluid .rec--logo { margin: 0 0 40px; padding: 0 16px; }
.row-fluid .rating--star { margin: 0 0 15px;  padding: 0 16px; }
.row-fluid .rating--star > span { float: left; margin-right: 14px;}
.row-fluid .rating--star > span:last-child { margin-right: 0; }
.row-fluid .rating--star img { max-width: 18.4px !important; }
.row-fluid .rec--quote { font-weight: 800; font-size: 27px; line-height: 40px; padding: 0 16px; margin: 0 0 20px; }
.row-fluid .rec--divider { min-height: 1px; margin: 35px 0 35px; } 
.row-fluid .rec--per--detail { font-size: 18px; line-height: 26px; padding: 0 16px; }
.row-fluid .rec--per--detail h4 { font-weight: 800; font-size: 24.75px; line-height: 29px; }

.row-fluid .rec--logo.rec--logo-center {text-align: center;}
.row-fluid .rec--quote.rec-quote-fnt {margin: 0 0 15px;font-size: 18px;line-height: 1.56;color: #3a4451;font-weight: normal;opacity: 0.9;}
.row-fluid .rec--box.rec-box-chng .rating--star{margin: 0;}
.row-fluid .rec--per--detail.rec-per-font{color: #3a4451;font-size: 20px;line-height: 1.6;}
.row-fluid .rec--per--detail.rec-per-font h4{margin:0;color: #0091ff;font-size:24px;font-weight: 600;}
.row-fluid .rec--per--detail.rec-per-font p{margin:0;}
/* .row-fluid .rec--box.rec-box-chng{width: 33%;margin: 60px 3.3% 0 0;} */
.row-fluid .rec--box.rec-box-chng{border-radius: 6px;box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);}
body.fnt-chng .row-fluid .rec--sectitle.rec-title-center{text-align:Center;max-width:100%;}
body.fnt-chng .row-fluid .rec--sectitle.rec-title-center h2{color: #141b2c;border:0;padding:0;font-weight:600;}




.row-fluid .video--title { padding-top: 100px; position: relative; }
.row-fluid .video--title h2 { margin: 0 0 40px; font-weight: 800; font-size: 48px; line-height: 56px; color: #000; }
.row-fluid .video--subtitle { font-weight: 500; font-size: 20px; line-height: 38px; color: rgba(34, 34, 34, 0.7); max-width: 740px; width: 100%; margin: 0 auto;}
.row-fluid .home--vmain { margin: 145px 0 0; position: relative; padding: 56.25% 0 0; width: 100%; overflow: hidden; -webkit-border-radius: 20px; border-radius: 20px;}
.row-fluid .home--vmain iframe, .row-fluid .home--vmain video, .row-fluid .home--vmain object, .row-fluid .home--vmain embed { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.row-fluid .video--title:before { content: '-'; position: absolute; left: 50%; top: 20px; transform: translateX(-50%); width: 19.5px; height: 19.5px; background: #6DD400; -webkit-border-radius: 3px; border-radius: 3px; font-size: 0; z-index: 1; }

.row-fluid .our--int--section { padding: 120px 0 150px; overflow:hidden; }
.row-fluid .our-int-title h2 { padding: 0 0 20px; max-width: 715px; margin: 0 auto; font-weight: 800; font-size: 48px; line-height: 56px; }
.row-fluid .our-int-text { font-weight: 500; font-size: 20px; line-height: 38px; color: rgba(34,34,34,0.7); max-width: 900px; width: 100%; margin: 0 auto; }
.row-fluid .our--int--cta a { position: relative; margin: 27px 0 0; padding: 0 70px; font-weight: 600; font-size: 20px; line-height: 33px;  color: #0091FF; } 
.row-fluid .our--int--cta a:before { content: '-'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%20-%20Sept%202020/arrow-%282%29.png) no-repeat center center/contain; width: 55px; height: 27px; font-size: 0; }
.row-fluid .int-circle-outer { position: relative; max-width: 961px; width: 100%; margin: 206px auto 0; }
.row-fluid .int--logos--cir { position: absolute; width: 170px; height: 170px; display: inline-block; line-height: 170px; background: #fff; -webkit-box-shadow: 0px 0px 7px 4px rgba(206, 206, 206, 0.5); box-shadow: 0px 0px 7px 4px rgba(206, 206, 206, 0.5);  -webkit-border-radius: 50%; border-radius: 50%; transition-timing-function: linear;transition-duration: 2s;}
.row-fluid .int--logos--cir img { vertical-align: middle; }
.row-fluid .int--logos--cir:nth-child(2) img{ max-width: 162px !important; }
.row-fluid .int--logos--cir:nth-child(2) { left: -143px; top: -133px; }
.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(2) { left: -43px; top: -33px; }
.row-fluid .int--logos--cir:nth-child(3) {  margin-left: 210px; left: 0; top: -225px; }
.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(3) { top: -125px;}
.row-fluid .int--logos--cir:nth-child(3) img{ max-width: 141px !important; }
.row-fluid .int--logos--cir:nth-child(4) { width: 141px; height: 141px; line-height: 141px; left: 0; top: -153px; margin-left: 495px; }
.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(4) { top: -53px; }
.row-fluid .int--logos--cir:nth-child(4) img{ max-width: 138px !important; }
.row-fluid .int--logos--cir:nth-child(5) { width: 230px; height: 230px; line-height: 230px; right: -119px; top: -218px; }
.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(5) { right: -19px; top: -118px;}
.row-fluid .int--logos--cir:nth-child(5) img{ max-width: 170px !important; }
.row-fluid .int--logos--cir:nth-child(6) { top: -100px; right: -286px;}
.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(6) { top: 60px; right: -186px; }
.row-fluid .int--logos--cir:nth-child(6) img{ max-width: 116px !important; }
.row-fluid .int--logos--cir:nth-child(7) { left: -179px; bottom: 33px; }
.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(7) { left: -79px; bottom: 133px; }
.row-fluid .int--logos--cir:nth-child(7), .row-fluid .int--logos--cir:nth-child(8) { width: 221px; height: 221px; line-height: 221px; }
.row-fluid .int--logos--cir:nth-child(7) img{ max-width: 171px !important; }
.row-fluid .int--logos--cir:nth-child(8) { right: -215px; bottom: 85px;}
.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(8) { right: -115px; }
.row-fluid .int--logos--cir:nth-child(8) img{ max-width: 154px !important; }


.row-fluid .testimonialSection { position:relative; }
.row-fluid .testimonialSection:before { position:absolute; content:''; left:0; bottom:0; width:100%; height:100%; padding:225px 0; box-sizing:content-box; background:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%20-%20Sept%202020/bg-flow.png) no-repeat center bottom/100% 100%; z-index:-1; }
.row-fluid .testimonialSection .testiBox { flex-flow:row-reverse; }
.row-fluid .testiLeft { position:relative; float:left; width:50%; padding: 142px 77px 142px 0; color: #FFF; font-size:20.2px; line-height:33.26px; } 
.row-fluid .testiLeft:before { position:absolute; content:''; right:100%; top:0; width:1000%; height:100%; background-color:inherit; }
.row-fluid .testiLeft h2 { color: #FFF; font-size: 47.52px; font-weight: 700; line-height:49.9px; float: left; width: 100%; margin: 0 0 70px; }
.row-fluid .testiLeft h2 span { font-size:28.51px; font-weight:500; float: left; width: 100%; }
.row-fluid .testiLeft h3 { font-size:32px; font-weight:700; color:#FFFFFF; margin:0 0 40px; }
.row-fluid .testiLeft p { margin: 25px 0; float: left; width: 100%; }
.row-fluid .testiRight { float:left; width:50%; align-items:flex-end; position:relative; } 
.row-fluid .testiRight:before { position:absolute; content:''; right:50px; top:75px; width:22px; height:22px; background-color:#0091ff; border-radius:6px; } 
.row-fluid .testiImage { position:relative; }
.row-fluid .testiImage:before { content: '-'; position: absolute; left: 60px; top: 60px; width: 547px; height: 509px; border: 10px solid #6DD400; -webkit-border-radius: 24px; border-radius: 24px; font-size: 0; } 
.row-fluid .testiImage:after { position:absolute; content:''; right:183px; top:138px; width:36px; height:36px; background-color:#0091ff; border-radius:6px; } 
.row-fluid .testiImage img { position:relative; }

.row-fluid .tryIt { padding:58px 0; }
.row-fluid .tryText { font-weight:600; padding:12px 200px 0 0; position:relative; font-size:20px; line-height:23px; }
.row-fluid .tryCTA { position:absolute; right:0; top:0; width:100%; max-width:200px; text-align:right; }

.row-fluid .footer-section.font--r .ftitle, .row-fluid .footer-section.font--r { font-size:20px; line-height:23.48px; }
.row-fluid .footer-section.font--r .footer-box:last-child { color:#FFFFFF; }
.row-fluid .footer-section.font--r .fsignin { font-size:22px; line-height:25.83px; }
.row-fluid .footer-section.font--r .fsignin a { color: #0091FF; font-weight: 600; }
.row-fluid .footer-section.font--r .footer-social ul li a { padding: 0; background: transparent; font-size: 26px; color:#FFFFFF; }
.row-fluid .footer-section.font--r .copyright-text { padding:45px 0 0; color:#FFFFFF; font-size: 18px; line-height: 21.13px; }
.row-fluid .footer-section.font--r .copyright-text a { color:#FFFFFF; }
.row-fluid .footer-section.font--r .copyright-text .cr-right > div { width: 100%; padding-left: 150px; font-size: 18px; line-height: 21.13px; }
.row-fluid .footer-section.font--r .copyright-text .cr-right ul + ul { float:right; }
.row-fluid .footer-section.font--r .footerLogo img { max-width:250px !important; width:100% !important; }

/* About us */
.row-fluid .hlSubtext { font-size: 26px; line-height: 42px; color: #4B4B4B; opacity: 0.7; }
.aboutUs .row-fluid .home--hero { min-height:0; }
.software .row-fluid .home--right::before, .software .row-fluid .green--square, .software .row-fluid .home--hero.in--view .home--left::after { display:none; }
.aboutUs .row-fluid .home--right::before, .aboutUs .row-fluid .green--square, .aboutUs .row-fluid .home--hero.in--view .home--left::after { display:none; }
.software .row-fluid .videoPlay a, .aboutUs .row-fluid .videoPlay a { position:relative; float: right; color: #FFF; font-size: 32px; line-height: 1; padding: 20px 95px 20px 0; }
.software .row-fluid .videoPlay a i, .aboutUs .row-fluid .videoPlay a i { display: flex; align-items: center; justify-content: center; position:absolute; content:''; right:0; top:10px; width:50px; height:50px; border:#FFF solid 5px; border-radius:50%; }
.software .row-fluid .videoPlay a i img, .aboutUs .row-fluid .videoPlay a i img { max-width:20px; }

.wHeader .left--logo img.show { display:none; }
.wHeader .left--logo img.hide { display:block; }
.wHeader .row-fluid .main--menu .hs-menu-wrapper > ul > li > a { color:#FFFFFF; }

.row-fluid .videoSection { padding:162px 0 0; font-size: 20px; line-height: 38px; font-family: 'Raleway',sans-serif;  }
.row-fluid .videoSection h2 { font-family: Raleway; font-weight: 800; font-size: 48px; line-height: 62px; }
.row-fluid .videoSection > .wrapper { position:relative; }
.row-fluid .videoSection > .wrapper:before, .row-fluid .videoSection > .wrapper:after { position:absolute; content:''; left: 25%; top: -60px; width:24px; height:24px; background:#0091FF; border-radius:6px; }
.row-fluid .videoSection > .wrapper:after { left:auto; right:23%; top:80px; }
.row-fluid .vidWrap { padding:90px 0 200px; position:relative; }
.row-fluid .vidWrap:before { position:absolute; content:''; left:0; top:260px; right:0; bottom:0; background:#ffffff url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%20-%20Sept%202020/Wave@2x-8-min.png) no-repeat center top -1476px/cover; }
.row-fluid .vidWrap .wrapper { position:relative; z-index:1; }
.row-fluid .vidWrap .reqfree--trail { padding-left:0; } 
.row-fluid .vidInner { padding: 56.25% 0 0; position: relative; overflow: hidden; }
.row-fluid .vidInner iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.row-fluid .vidTop { position:relative; }
.row-fluid .vidTop h2 { max-width:552px; float:none; display:inline-block; }
.row-fluid .vidTop:before, .row-fluid .vidTop:after { position: absolute; content: ''; left: 20%; top: -30px; width: 14px; height: 14px; background: #6DD400; border-radius:2px; }
.row-fluid .vidTop:after { right: 30%; left: auto; top: -15px; }

.row-fluid .itSection h3 { font-weight:800; font-size:38px; line-height:48px; }
.row-fluid .itSection h3 > span { font-weight:600; font-size:36px; }
.row-fluid .itSection .itBox { position:relative; overflow:hidden; }
.row-fluid .itSection .itImage { position: absolute; left: 0; top: 0; width: 45%; height: 100%; }
.row-fluid .itSection .itImage img { display:none; }
.row-fluid .itSection .itBox:nth-child(2n) .itImage { left:auto; right:0; } 
.row-fluid .itSection .itText { position:relative; float:right; width:57%; padding: 65px 0 71px 78px; font-size: 20px; line-height: 38px; font-weight:500; }
.row-fluid .itSection .itBox:nth-child(2n) .itText { float:left; padding:65px 78px 71px 0; }
.row-fluid .itSection .itText:after { position:absolute; content:''; left:100%; top:0; width:1000%; height:100%; background:inherit; }
.row-fluid .itSection .itBox:nth-child(2n) .itText:after { left:auto; right:100%; }
.row-fluid .itSection .itBox .itText p { margin:15px 0; float:left; width:100%; }

.row-fluid .awardPartnership { padding:166px 0 100px; }
.row-fluid .awardPartnership h2 { font-weight:800; font-size:48px; line-height:62px; }
.row-fluid .awardPartnership .secText { font-size:30px; line-height:48px; font-weight: 600; color: #4b4b4b; }
.row-fluid .apBox { float: left; width: 24%; margin: 45px 14% 45px 0; position:relative; }
.row-fluid .apBox:nth-child(3n) { margin-right:0; }
.row-fluid .apBox:nth-child(3n+1) { clear: left; }
.row-fluid .apBox:nth-child(3n+2)::before, .row-fluid .apBox:nth-child(3n)::before, .row-fluid .apBox:nth-child(3n+2)::after, .row-fluid .apBox:nth-child(3n)::after { position: absolute; content: ''; left: -30%; top: -45px; width: 47px; height: 4px; border-radius: 4px; background: #0091FF; }
.row-fluid .apBox:nth-child(3n+2)::after, .row-fluid .apBox:nth-child(3n)::after { transform:rotate(90deg); }
.row-fluid .apBox:nth-child(2):before, .row-fluid .apBox:nth-child(2):after, .row-fluid .apBox:nth-child(3):before, .row-fluid .apBox:nth-child(3):after { display:none; }
.row-fluid .apBox .apTop { border-radius:50%; width:240px; height:240px; float:none; display:inline-block; box-shadow:0px 0px 4px 4px rgba(191, 191, 191, 0.5); } 
.row-fluid .apBox .apText { font-size: 22px; line-height: 31px; margin: 35px 0 0; }


/* Software Page */
.row-fluid .rowReverse { flex-flow:row-reverse; }
.row-fluid .alignCenter { align-items:center; }
.row-fluid .heroSoftware { position:relative; padding:180px 0 65px; font-size: 28px; line-height: 48px; overflow:hidden; }
.row-fluid .heroSoftware .w1400 { position:relative; }
.row-fluid .heroSoftware:before, .row-fluid .heroSoftware:after { position:absolute; content:''; left:0; top:40%; width:100%; height:478px; background:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%20-%20Sept%202020/Path-27up.png)no-repeat center top/120% auto; }
.row-fluid .heroSoftware:after { background-image:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%20-%20Sept%202020/Path-27.png); bottom: 0; top: auto; background-position: center bottom; }
.row-fluid .heroSoftware .hsImage { position: relative; right: -120px; }


.row-fluid .crm-sec.v2 { padding:0 0 110px; position:relative; }
.row-fluid .crm-sec.v2 .crm-left { padding-right:0; }
.row-fluid .crm-sec.v2 .crm-left h2 { line-height: 62px; font-size: 48px; font-weight: 800; color: #4B4B4B; }
.row-fluid .crm-sec.v2 .crm-left .sec-text { color:#4b4b4b; font-size:20px; line-height:38px; }
.row-fluid .crm-sec.v2 .crm-left .reqfree--trail { padding: 0; position: absolute; left: 50%; transform: translateX(-50%) translateY(50%); bottom: 0; width: auto; z-index: 2; }
.row-fluid .crm-sec.v2 .crm-left .reqfree--trail a { margin:0; }
.row-fluid .crm-sec.v2 .crm-left .sec-text p { float: left; width: 100%; margin: 0 0 25px; }

/* .row-fluid .tab-section.v2 { background:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%20-%20Sept%202020/bg-flow.png) no-repeat center bottom -390px/100% 100%; } */
.row-fluid .tab-section.v2 .wrapper + a, .row-fluid .tab-section.v2 .tab-inner + a { display:none; }
.row-fluid .tab-section.v2 .tab-inner.tab-align > div:nth-child(1) { order:1; padding: 0 113px 0 0; margin: 0 2% 0 0; }
.row-fluid .tab-section.v2 .tabs { box-shadow:none;}
.row-fluid .tab-section.v2 .tabs li { padding:0; }
.row-fluid .tab-section.v2 .tabs li a { position:relative; padding:20px 25px; color: rgb(34 34 34 / 0.3); font-weight: 500; font-size: 20px; line-height: 26px; border: none; background: transparent; }
.row-fluid .tab-section.v2 .tabs li a:after { position: absolute; left: 0; bottom: -4px; width: 0; left:50%; transform:translateX(-50%); height: 6px; background: #0091FF; content: ''; transition:ease all 0.4s; } 
.row-fluid .tab-section.v2 .tabs li.tab-active a { color:#4b4b4b; }
.row-fluid .tab-section.v2 .tabs li.tab-active a:after { width:100%; }
.row-fluid .tab-section.v2 .tab-content { padding-right:0 !important; }
.row-fluid .tab-section.v2 .tab-content h3 { font-weight: 800; font-size: 48px; line-height: 62px; color: #4B4B4B; padding:0 70px 30px 0; margin: 0 0 40px; position: relative; }
.row-fluid .tab-section.v2 .tab-content h3:after { position:absolute; content:''; bottom:0;left:0; width:100%; max-width:533px; height:1px; border-bottom: #979797 solid 1px; max-width: 533px; }
.row-fluid .tab-section.v2 .tab-content .sec-text { font-weight: 500; font-size: 20px; line-height: 38px; color: #4B4B4B; }
.row-fluid .tab-section.v2 .tab-main { padding-top:50px; }
.row-fluid .tab-section.v2 .tab-main + a { display:none; }
.row-fluid .tab-section.v2 .tab-inner { padding:100px 0; margin:0; position:relative; display:block; }
.row-fluid .tab-section.v2 .tab-inner:nth-child(1):before {  }
.row-fluid .tab-section.v2 .tab-inner:before { position: absolute; content: ''; top: 0; width: 450px; height: 100%; border: #6DD400 solid 13px; right: 50px; z-index: -1; }
.row-fluid .tab-section.v2 .tab-inner:nth-child(2n):before { right:auto; left:-60px; }
.row-fluid .tab-section.v2 .tab-inner .wrapper { margin: 0 auto !important; padding: 0 !important; }

.row-fluid .tab-section.v2 .tab-inner:nth-child(2n+1) .wrapper:after { width:12px; height:12px; border-radius:2px; margin-left:600px; top:0; }
.row-fluid .tab-section.v2 .tab-inner:nth-child(2n+1) .tab-content { position:relative; }
.row-fluid .tab-section.v2 .tab-inner:nth-child(2n+1) .tab-content:before, .row-fluid .tab-section.v2 .tab-inner:nth-child(2n+1) .tab-content:after { position: absolute; content: ''; right: -30px; top: 80px; width: 24px; height: 24px; border-radius: 3px; background: #0091FF; }
.row-fluid .tab-section.v2 .tab-inner:nth-child(2n+1) .tab-content:after { width:12.5px; height:12.5px; top: 20px; right: -100px; border-radius: 2px; background: #6DD400; }
.row-fluid .tab-section.v2 .tab-inner .tab-content { width: 48%; display: block; }
.row-fluid .tab-section.v2 .tab-inner .tab-content p { float:left; width:100%; margin:25px 0 0; }
.row-fluid .tab-section.v2 .tab-img { position: absolute; right: -120px; top: 70px; bottom: 50px; }
.row-fluid .tab-section.v2 .tab-img img { display:none; }
.row-fluid .tab-section.v2 .tab-img:before { display:none; }
.row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tab-img { left: -60px; right: auto; background-position: right top !important; position:absolute; }
.row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tab-img:before, .row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tab-img:after { display: block; position: absolute; content: ''; right: -50px; top: 40px; width: 19px; height: 19px; border-radius: 3px; background: #0091ff; transform: none; left: auto; opacity: 1; }
.row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tab-img:after { width:12.5px; height:12.5px; background:#6DD400; top: -60px; right: 50px; }
.row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tab-content { float: right !important; padding-left:0; }
.row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tab-content h3 { padding-right:50px; }

/* Knowledge Hub */
.row-fluid .ctabtn--outer.singleBtn { display: block; text-align: right; }
.row-fluid .tabKnowledge h2 { font-size: 48px; font-weight: 800; line-height: 62px; color: #191919; }
.row-fluid .tabKnowledge { background-image:none !important; }
.row-fluid .tabKnowledge .tabContents > a { display:none; }
.row-fluid .tabKnowledge .tabContent { opacity: 0; visibility: hidden; height: 0; margin:0; }
.row-fluid .tabKnowledge .tabContent.active { opacity: 1; visibility: visible; height: auto; margin:70px 0 0; }
.row-fluid .tabKnowledge .tabColumn { width: 31.33%; margin: 1% 15px; background:#FFFFFF; float:left; border-radius:15px; overflow:hidden; } 
.row-fluid .tabKnowledge .tkTabs { list-style: none; text-align: center; border-bottom:1px solid #979797; }
.row-fluid .tabKnowledge .tkTabs li { padding:0; float:none; display:inline-block; min-width:230px; }
.row-fluid .tabKnowledge .tkTabs li a { position:relative; padding:20px 25px; color: rgb(34 34 34 / 0.3); font-weight: 500; font-size: 22px; line-height: 26px; border: none; background: transparent; display:block; }
.row-fluid .tabKnowledge .tkTabs li a:after { position: absolute; left: 0; bottom: -4px; width: 0; left:50%; transform:translateX(-50%); height: 6px; background: #0091FF; content: ''; transition:ease all 0.4s; } 
.row-fluid .tabKnowledge .tkTabs li.tab-active a { color:#4b4b4b; }
.row-fluid .tabKnowledge .tkTabs li.tab-active a:after { width:100%; }
.row-fluid .tabKnowledge .tabs li a { min-width:230px; }
.row-fluid .tabKnowledge .tcImage { padding:50% 0 0; }
.row-fluid .tabKnowledge .tcImage img { display:none; }
.row-fluid .tabKnowledge .tcContent { padding:26px 22px; }
.row-fluid .tabKnowledge .tcContent h3 { font-size: 28px; line-height: 37px; font-weight: 700; color: #535353; }
.row-fluid .tabKnowledge .tcAuthordate { font-size: 18px; line-height: 37px; color: #535353; margin:20px 0; }
.row-fluid .tabKnowledge .tcAuthordate a { color:#0091FF; }
.row-fluid .tabKnowledge .tcRead a { font-size: 30px; background: #0091ff; color: #FFFFFF; display: block; padding: 15px 20px; text-align: center; }
.row-fluid .tabKnowledge .slick-arrow { position:absolute; content:''; top:50%; transform:translatey(-50%); background:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%20-%20Sept%202020/arrow.png) no-repeat center top/70px auto; }
.row-fluid .tabKnowledge .slick-next { transform:translatey(-50%) rotate(180deg); background-position:center bottom; } 

.row-fluid .webBlog { background:#fff url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%20-%20Sept%202020/Wave@2x-8-min.png) no-repeat center top -1476px/cover; }
.row-fluid .webinarSection { padding:93px 0 60px; }
.row-fluid .webinarSection h2 { font-weight: 800; font-size: 48px; line-height: 62px; color:#191919; }
.row-fluid .webinarSection h3 { font-size: 28px; line-height: 37px; font-weight: 700; color: #535353; }
.row-fluid .webLeft { border-radius:15px; overflow:hidden; background:#FFFFFF; box-shadow: 0px 23px 180px rgba(0, 0, 0, 0.05); }
.row-fluid .webImage { padding:50% 0 0; }
.row-fluid .webImage img { display:none; }
.row-fluid .webContent { padding:26px 22px; }
.row-fluid .webRead a { font-size: 30px; background: #0091ff; color: #FFFFFF; display: inline-block; padding: 15px 20px; text-align: center; min-width: 389px; margin: 10px 0 0; }
.row-fluid .webRight { padding-left:30px; display:flex; }
.row-fluid .webInner { padding: 22px; background: #FFFFFF; border-radius: 15px; box-shadow: 0px 23px 180px rgba(0, 0, 0, 0.05); font-size: 18px; line-height: 37px; }
.row-fluid .wrSingle a { padding: 20px 15px 20px 118px; background: #0091FF; position: relative; color: #FFFFFF; font-size: 24px; line-height: 32px; margin: 15px 0 0; }
.row-fluid .wrSingle a i { position: absolute; left: 40px; top: 20px; width: 50px; height: 50px; border: #FFF solid 4px; text-align: center; display: flex; align-items: center;justify-content: center; border-radius: 50%; background: rgba(0,0,0,0.2); }
.row-fluid .wrSingle a img { max-width:20px; }
.row-fluid .webAll a { font-weight: 500; font-size: 22px; line-height: 37px; color: #0091FF; margin: 25px 0 0; }

/* Contact 2020 */
.row-fluid .contactMain { padding:0 0 98px; }
.row-fluid .contactMain .contactLeft { padding-top:75px; font-size: 23.04px; line-height: 40px; color: #878da4; padding-left:125px; }
.row-fluid .contactMain .contactLeft a { color: #0091FF; }
.row-fluid .contactMain .signup-form { max-width:none; width:57%; float:left; margin-left:2.56%; }
.row-fluid .contactMain .signup-form .hs-button { padding: 20px 30px; font-family: 'Raleway',sans-serif; }
.row-fluid .contactMain .signup-form form input.hs-button.primary.large { padding:19px 30px; }
.row-fluid .contactMain .signup-form textarea { height:240px; }
.row-fluid .contactMain h3 { font-weight: 700; font-size: 38px; line-height: 58px; color: #0F1C49;}
.row-fluid .contactMain .wrapper > .fullwidth, .row-fluid .contactMain .w1400 > .fullwidth { margin-top: -150px; position: relative; z-index: 1; font-size: 19.2px; line-height: 34px; color:#878DA4; }
.row-fluid .contactMain .contactFollow { margin:100px 0 0; }
.row-fluid .contactMain .contactFollow > span { float: left; margin-right: 20px; }
.row-fluid .contactMain .contactFollow > ul { list-style:none; float:left; }
.row-fluid .contactMain .contactFollow > ul > li { float:left; margin-left:45px; }
.row-fluid .contactMain .contactFollow svg { width:20px; fill: #B0B6CA; }
.row-fluid .contactMain .contactLeft a[href*="tel"], .row-fluid .contactMain .contactLeft a[href*="mailto"] { margin-top: 15px; text-decoration:underline; }

/* Careers 2020 */
.row-fluid .grey--cta a { font-size: 16.8px; line-height: 20px; min-width: 180px; color: #FFFFFF !important; padding: 18px 40px; -webkit-border-radius: 4px; border-radius: 4px; background-color:#41485A; }
.row-fluid .grey--cta a:hover { background-color:#0076d1; }
.career .row-fluid .home--left { width: 100%; text-align: center; margin-bottom: 40px; }
.career .row-fluid .home--right { display:none; }
.row-fluid .contactMain.careersMain .signup-form { width:48.71%; margin-left:2.1%; }
.row-fluid .contactMain.careersMain .careersLeft { background: #F8FBFC; border-radius: 19.2px; padding:0; overflow:hidden; font-size: 19.2px; line-height: 34px; }
.row-fluid .careersLeft p {float: left; width: 100%; margin:30px 0; }
.row-fluid .contactMain.careersMain .careersLeft h4 { font-weight: 800; font-size: 28px; line-height: 36px; background: #0263ab; padding: 25px 48px; color: #FFFFFF; margin:0; }
.row-fluid .contactMain.careersMain .careersInner { padding:52px 42px; }
.row-fluid .contactMain.careersMain .careersInner h5 { font-weight: 800; font-size: 21.6px; line-height: 29px; color:#0F1C49; margin:0 0 30px; }
.row-fluid .contactMain.careersMain .careersLocation > span:not(.fullwidth) { font-size: 16.8px; line-height: 29px; color:#0F1C49; text-transform:uppercase; }
.row-fluid .contactMain.careersMain .careersLocation > span.fullwidth { padding-left: 40px; position: relative; margin: 10px 0 0; }
.row-fluid .contactMain.careersMain .careersLocation > span.fullwidth:before { position:absolute; content:''; opacity:0.2; left:0; top:6px; width:21px; height:21px; background:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%20-%20Sept%202020/Shape.png) no-repeat center top/contain; }
.row-fluid .careersLearn { position:relative; } 
.row-fluid .careersLearn:before { position: absolute; content: ''; left: -42px; right: -42px; top: 0; height: 1px; border-top: #E9F0F2 solid 1px; }
.row-fluid .contactMain.careersMain .signup-form form input.hs-button.primary.large { padding: 20px 30px; }
.row-fluid .contactMain.careersMain  .signup-form form ul.inputs-list li label.hs-form-booleancheckbox-display > span { line-height: 18px; font-size: 15px; max-width: 410px; font-weight: 400; margin-left:0; }

/* Sign up 2020 */

.row-fluid .signup-section {position: relative;background-color: #0076D1;padding:250px 0 100px;}
.row-fluid .signup-form { max-width: 744px;float: none;margin: 0 auto;padding:75px 90px;background-color:#F8FBFC;border-radius:19.2px;width: 100%;}
.row-fluid .signup-form h1{font-size: 38.4px;line-height:57.6px;font-weight: 600;text-align: center;margin-bottom:5px;color:#0F1C49;text-align:Center;}
.row-fluid .signup-form form .hs-richtext.hs-main-font-element{text-align:center;width:100%;float:left;}
.row-fluid .signup-form .signup-form-sub-title {line-height: 33.6px;font-size: 19.2px;font-weight:600;margin: 23px 0 33px 0;text-align: center;color:#878DA4;}
.row-fluid .signup-form form .hs-form-field{margin: 0px 0px 30px;}
.row-fluid .signup-form form .hs-form-field .input .hs-input , .hs-input.hs-fieldtype-intl-phone{background-color:#FFFFFF !important;border: 1.2px solid #EEEEEE;margin:0;font-family: 'Raleway',sans-serif;font-size: 16px;line-height: 28px;font-weight: 700;padding: 20px 27px;color:#878DA4;opacity:unset;}
.row-fluid .signup-form form .hs-form-field .input input[type=file] { width: 100%; background:transparent; border:none; opacity:0; }
.row-fluid .signup-form form .hs-fieldtype-file { position:relative; }
.row-fluid .signup-form form .hs-fieldtype-file .input:before { position: absolute; content: 'Choose file'; padding: 5px 10px; background: #FFFFFF; border: #979797 solid 1px; border-radius: 6px; color: #082544; top: 50%; transform: translateY(-50%); cursor: pointer; z-index: 0; }
.row-fluid .signup-form form .hs-fieldtype-file legend { display: block !important; position: absolute; top: 50%; transform: translateY(-50%); padding-left: 140px; font-size: 18px; line-height: 21px; color: #0091FF; }
.row-fluid .signup-form form .hs-fieldtype-file legend:before { content:'No file chosen'; }
.row-fluid .signup-form form .hs-fieldtype-file.active legend:before { content:''; }
.row-fluid .signup-form form .hs-form-field span.hs-form-required{display:none;}
/* .row-fluid .hs-fieldtype-file .input:before { position: absolute; content: 'Choose file'; padding: 5px 10px; background: #FFFFFF; border: #979797 solid 1px; border-radius: 6px; color: #082544; top: 50%; transform: translateY(-50%); cursor: pointer; z-index: 1; } */
.row-fluid .signup-form form ul.inputs-list {list-style: none;}
	.row-fluid .signup-form form ul.inputs-list li input{display:none;}
/*.row-fluid .signup-form form ul.inputs-list li{position:Relative;width:100%;} */
.row-fluid .signup-form form ul.inputs-list li label.hs-form-booleancheckbox-display > span {position:Relative;width:100%;font-size: 16px;color:#000;font-weight: 600;padding-left: 50px;}	
.row-fluid .signup-form form ul.inputs-list li label.hs-form-booleancheckbox-display > span:before{position:absolute;top:5px;left:0;width:24px;height:24px;line-height:24px;border:1px solid #979797;background-color: #FFFFFF;content:'';}	
.row-fluid .signup-form form ul.inputs-list li label.hs-form-booleancheckbox-display input:checked + span:after{position:absolute;border-right:1px solid #36a9e0;border-bottom:1px solid #36a9e0;transform: rotate(45deg);content:'';top: 5px;left: 9px;width: 8px;height: 18px;line-height: 24px;}
.row-fluid .signup-form form .actions{text-align:center;margin-top:35px;}
.row-fluid .signup-form form input.hs-button.primary.large {border-radius:4px;background-color:  #41485A;width: 100%;text-align: center;color: #fff;padding: 30px;font-size:16.8px;line-height:19.72px}
.row-fluid .register-account {max-width: 744px;float: none;margin: 50px auto 10px;text-align: center;color:#fff;font-size: 19.2px;line-height:22.54px;font-weight: 400;padding-left:90px;padding-right:90px;}
.row-fluid .register-account p{margin-bottom:20px;}	
.row-fluid .register-account a.sign-in{color:#fff;font-weight:600;text-decoration: underline !important;display:inline-block;}	
.row-fluid .register-account p.sign-txt {font-size: 16px;font-weight: 400;line-height: 26px;}
.row-fluid .register-account p a.privacy-policy	{color:#fff;font-weight:400;text-decoration: none !important;display:inline-block;}
.row-fluid .signup-form form label.hs-main-font-element {display: none;}
.row-fluid .signup-form form input.hs-button.primary.large:hover {background-color: #0076d1;}
.row-fluid .register-account  a.sign-in:hover{color:#0F1C49;}
.row-fluid .signup-form form ul.inputs-list li label.hs-form-booleancheckbox-display a:hover {color: #0076d1;}
.row-fluid .signup-form form .hs-input.hs-fieldtype-intl-phone select.hs-input , .row-fluid .signup-form form .hs-input.hs-fieldtype-intl-phone .hs-input {font-size:19.2px;padding: 0 !important;border: 0 !important;}
.row-fluid .signup-form form .hs-fieldtype-text label {display: none;}	  



/***Pricing New ***/
.row-fluid .pricing--hero { padding: 200px 0 145px; }
.row-fluid .pricing--hero h1 { font-weight: 800; font-size: 66px; color: #fff; }
.row-fluid .phero--text { font-weight: 600; font-size: 32px; line-height: 49px; color: rgba(255,255,255,0.7); }

.row-fluid .PricingSection.pv5-section { padding-top: 0; }
.row-fluid .PricingSection.pv5-section .PricingTag-Top:before { display: none; }
.row-fluid .PricingSection.pv5-section .p-dropdown-combo > div { position: relative; margin-top: -80px; padding: 44px 30px 44px 40px; max-width: 680px;  width: 100%;  align-items: center;  z-index: 2;}
.row-fluid .PricingSection.pv5-section .p-dropdown-combo > div:before{ position: absolute; content: '';  top: 0; width: 500%; height: 100%; right: 100%; background: inherit;  }
.row-fluid .PricingSection.pv5-section .p-dropdown-combo h6 { width: 68%; float: left; color:#fff; font-size: 25.2px; line-height: 39px;  text-align: left;padding: 0 20px 0 0; margin: 0;}
.row-fluid .PricingSection.pv5-section .dropdown-currency { max-width: none; width: 32%; float: left; margin: 0; }
.row-fluid .PricingSection.pv5-section .p-dropdown a { font-size: 31.36px; background: #fff; border: 2.24px solid #4A4A4A;}
.row-fluid .PricingSection.pv5-section .PricingRow { padding-top: 88px; width:calc(100% + 44px); }
.row-fluid .PricingSection.pv5-section .p-dropdown ul { border: 2.24px solid #4A4A4A; box-shadow: none; }
.row-fluid .PricingSection.pv5-section .Pricing-pType h5 { font-weight: 700; font-size: 24.948px;  }
.row-fluid .PricingSection.pv5-section .Pricing-Price ul li>span:nth-child(2), .row-fluid .PricingSection.pv5-section .Pricing-Price>span:nth-child(2) { font-size: 88px; }
.row-fluid .PricingSection.pv5-section .Pricing-Price ul li>span:first-child, .row-fluid .PricingSection.pv5-section .Pricing-Price>span:first-child {  font-size: 38.45px; margin-top: 23px; vertical-align: top; display: inline-block;}
.row-fluid .PricingSection.pv5-section .Pricing-Price ul li>span:nth-child(3), .row-fluid .PricingSection.pv5-section .Pricing-Price>span:nth-child(3) { font-size: 23.66px; line-height: 27.78px; margin-top: 19px; vertical-align: top;}
.row-fluid .PricingSection.pv5-section .PricingBill-text { font-size: 17.46px; line-height: 20px; font-family: 'Raleway',sans-serif; }
.row-fluid .PricingSection.pv5-section .Pricing-FTitle { font-weight: bold; font-size: 20.68px;     font-family: 'Raleway',sans-serif; margin: 0 0 22px;}
.row-fluid .PricingSection.pv5-section .Pricing-bulletList ul li { font-size: 20px;  font-family: 'Raleway',sans-serif; margin: 0 0 24px; }
.row-fluid .PricingSection.pv5-section .PricingTag-Top { margin-top: -95px; font-size: 27px; line-height: 36px; padding: 30px 10px;  }
.row-fluid .PricingSection.pv5-section .PricingCol { margin-top: 96px; }
.row-fluid .Cm--new h2 { font-size: 38.4px; color: #0F1C49; font-weight: 600; font-family: 'Raleway',sans-serif; }
.row-fluid .Cm--new .sec-subtext { max-width: 950px; font-weight: 500; font-size: 20px; line-height: 38px;}
.row-fluid .Cm--new .cq-boxes>span>div h6 { position: relative; padding: 0 0 26px; margin: 0 0 16px;font-weight: 800; font-size: 24px; line-height: 29px; color: #4B4B4B; }
.row-fluid .Cm--new .cq-boxes>span>div h6:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 86px; height: 1px; background: #4B4B4B;}
.row-fluid .Cm--new .canswer { font-size: 20px; line-height: 34px; color: #4b4b4b; }



/*****New Website Changes ******/
/* body.fontCom h2, body.fontCom h3  { font-weight: 700 !important; } */
.row-fluid .tab-section.v2 .tabs { width: 100%; display: -webkit-box; display: -moz-box; display: -ms-box;  display: -webkit-flex;  display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-flow: row wrap; flex-flow: row wrap;  }
.row-fluid .tab-section.v2 .tabs li a { padding-left: 32px; padding-right: 32px; }
.row-fluid .tab-section.v2 .tabs li {  float: left; }
.row-fluid .tab-section.v2 .wrapper { padding: 0; }
.row-fluid .tab-section.v2 .tab-inner .tab-content p { margin: 0 0 25px; }
 
.row-fluid .tab-section.v2 .tab-content h3 { margin: 0 0 30px; }
.wHeader .row-fluid .cta--white a { background: #fff; color: #41485a; }
.wHeader .row-fluid .cta--white a:hover { background: #345172; color: #fff; }
.wHeader .row-fluid .cta--blue a { background: #345172; }
.wHeader .row-fluid .cta--blue a:hover{ background: #fff; color: #0076d1;  } 
.row-fluid .tabKnowledge .tcRead a:hover { background: #0076d1; }
.row-fluid .tabKnowledge .tabColumn { padding-bottom: 80px; position: relative;  }
.row-fluid .tcRead { position: absolute; left: 0; bottom: 26px; width: 100%; padding: 0 22px; }
.row-fluid .tabKnowledge .tcContent { padding-bottom: 0; }

.row-fluid .apBox .apTop { transition: 0.5s ease all; }
.row-fluid .apBox .apTop:hover{ -webkit-transform: scale(1.07);  transform: scale(1.07);}

body.aboutUs .row-fluid .home--left h1 > span { font-size: 24px; color: #0076d1; }

.row-fluid .tryCTA { top: 50%; transform: translateY(-50%); } 
.row-fluid .tryText { padding-top: 0; }
.row-fluid .tryCTA.blueCTA a:hover{ background: #345172;}
.row-fluid .our--int--cta a:before { transition: 0.4s ease all; }
.row-fluid .our--int--cta a:hover:before { right: -14px; }
.row-fluid .rec--quote { overflow-wrap: break-word; }
.row-fluid .tryText { text-align: center; }
.row-fluid .signup-form form .hs-input.hs-fieldtype-intl-phone select + .hs-input { margin-top: -2px; line-height: 23px; }
.row-fluid .signup-form form .hs-form-field .input input[type=file] { position: relative; z-index: 1; }
.row-fluid .signup-form form .hs-fieldtype-intl-phone.hs-input select { width: 40% !important; }
.row-fluid .signup-form form .hs-fieldtype-intl-phone.hs-input select + input { width: 60% !important; }
.row-fluid .signup-form form ul.hs-error-msgs label { display: block; }
.row-fluid .signup-form form .hs_error_rollup { display: none; }
.row-fluid .main--menu .hs-menu-wrapper>ul>li:first-child>ul>li>a:empty { display: none;}
.row-fluid .home--recomm { padding-bottom: 0; }
.row-fluid .our--int--section { padding-top: 240px; }
.row-fluid .testiRight:before, .row-fluid .testiImage:after { transform: scale(0); transition-duration: 0.5s;   transition-timing-function: linear;}
.row-fluid .testiRight:before { transition-delay: 0.5s; }
.row-fluid .testiImage:after { transition-delay: 1.1s; }
/* .row-fluid .testiImage img { left: -300px; transition: 2s ease all; }
.row-fluid .testimonialSection.in--view .testiImage img { left: 0;  } */
.row-fluid .testimonialSection.in--view .testiRight:before, .row-fluid .testimonialSection.in--view .testiImage:after { transform: scale(1);}
/* .row-fluid .tab-section.v2 .tab-img { right: -140px; } */


.row-fluid .tab-section.v2 .tabs li { -ms-flex-grow: 1; -o-flex-grow: 1; -moz-flex-grow: 1; -webkit-flex-grow: 1; flex-grow: 1; }
.row-fluid .tab-section.v2 .tabs li a { display: block; }

body.partnerNew .row-fluid .tab-section.v2 .tabs li a { font-size: 16px; padding-left: 20px;  padding-right: 20px;  } 

.row-fluid .tab-section.v2 .tab-content .sec-text ul { width: 100%;float: left;}
.row-fluid .tab-section.v2 .tab-inner .tab-content { float: left !important; }
.row-fluid .heroSoftware { z-index: 1; }
.row-fluid .heroSoftware::before, .row-fluid .heroSoftware::after { z-index: -1;}
.row-fluid .hsContent.Hs--Center { max-width: 840px; width: 100%; margin: 30px auto !important;  text-align: center; }

.row-fluid .crm-sec.v2 .crm-right:before { display: none; content: '-'; position: absolute; left: 60px; top: 0px; width: 350px; height: 330px; border: 10px solid #6dd400; -webkit-border-radius: 24px; border-radius: 24px; font-size: 0;}

.row-fluid .ep-Security { padding: 70px 0 90px; }
.row-fluid .ep-secu-outer { padding: 45px 0 0; }
.row-fluid .ep-Sec-col { float: left; margin: 50px 0 0; padding: 0 20px; position: relative; }
.row-fluid .ep-Sec-col:before, .row-fluid .ep-Sec-col:after, .row-fluid .ep-sIcon:before, .row-fluid .ep-sIcon:after { content: '-'; position: absolute; font-size: 0; }
.row-fluid .ep-Sec-col:before, .row-fluid .ep-sIcon:before { left: 67px; top: -15px; width: 14px; height: 14px; background: #fff; -webkit-border-radius: 2px; border-radius: 2px; }
.row-fluid .ep-Sec-col:after, .row-fluid .ep-sIcon:after { left: 82px; top: 38px; width: 8px; height: 8px; background: #6DD400; -webkit-border-radius: 1px; border-radius: 1px; }
.row-fluid .ep-sIcon:before, .row-fluid .ep-sIcon:after { left: auto; right: 0;  }
.row-fluid .ep-Sec-col:nth-child(2):before { margin-top: 15px; }
.row-fluid .ep-Sec-col:nth-child(2):after { margin-top: 38px; }
.row-fluid .ep-Sec-col:nth-child(3):before { margin-top: 30px; }
.row-fluid .ep-Sec-col:nth-child(3):after { margin-top: 70px; }
.row-fluid .ep-Sec-col:nth-child(4):before { margin-top: 10px; }
.row-fluid .ep-Sec-col:nth-child(4):after { margin-left: -9px; margin-top: 28px;}
.row-fluid .ep-sIcon:before { top: 38px; margin-top: 71px; right: 70px; }
.row-fluid .ep-sIcon:after { right: 57px; }
.row-fluid .ep-Sec-col:nth-child(2) .ep-sIcon:before{ margin-top: 66px;  }
.row-fluid .ep-Sec-col:nth-child(2) .ep-sIcon:after { margin-right: 44px; top: -2px; }
.row-fluid .ep-Sec-col:nth-child(3) .ep-sIcon:before{ background: #6dd400; margin-top: 60px; }
.row-fluid .ep-Sec-col:nth-child(3) .ep-sIcon:after { background: #fff; margin-right: 20px; }
.row-fluid .ep-Sec-col:nth-child(4) .ep-sIcon:before { top: 30px; }
.row-fluid .ep-Sec-col:nth-child(4) .ep-sIcon:after { right: 70px; }

.row-fluid .ep-Sec-two { width: 50%; }
.row-fluid .ep-Sec-three { width: 33.33%; } 
.row-fluid .ep-Sec-four { width: 25%; }
.row-fluid .ep-secTitle { max-width: 800px; margin: 0 auto; width: 100%; }
.row-fluid .ep-secTitle h2 { margin: 0 0 18px; }
.row-fluid .ep-sIcon { min-height: 125px; }
.row-fluid .ep-sIcon img { max-width: 124px !important; margin: 0 0 55px; position: relative; z-index: 1; }
.row-fluid .ep-subtitle, .row-fluid .ep-Sec-col h3 { font-weight: 600; font-size: 32px; line-height: 46px; }
.row-fluid .ep-Sec-col h3 > span { display: block; }

.row-fluid .gSupport  { padding: 200px 0 165px;  position: relative;  min-height: 200px; overflow: hidden;  }
.row-fluid .gSupport-outer { }

.row-fluid .gSupport-left h2 { position: relative; margin: 0 0 40px; padding: 0 70px 35px 0;  } 
.row-fluid .gSupport-text { font-weight: 500; font-size: 20px; line-height: 36px; }
.row-fluid .gSupport-left h2:before { content: '-'; position: absolute; left: 0; bottom: 0; background: #979797; max-width: 533px; width: 100%; height: 1px; font-size: 0; }	
.row-fluid .gSupport-left { width: 46%; float: left; }
.row-fluid .gSupport-right { width: 52%; float: left; position: absolute; right: -120px; top: 220px; bottom: 220px; }
.row-fluid .gSup-Img img { display: none;  }
.row-fluid .gS-square { position: absolute; width: 758px; height: calc(100% - 250px); border: 13px solid #6DD400; right: -224px; top: 50%; transform: translateY(-50%); }
.row-fluid .gSupport-text p { margin: 0 0 30px; }
.row-fluid .gSupport-Video { width: 54%; float: left; padding-left: 77px; }
.row-fluid .gSup-Video { position: relative;  }
.row-fluid .gSup-Video video, .row-fluid .gSup-Video iframe { width: 100% !important; height: 100% !important; }

.row-fluid .gSupport.val_rev .gSupport-outer { -webkit-flex-flow: row-reverse;  flex-flow: row-reverse; }
.row-fluid .gSupport.val_rev .gS-square { right: auto; left: -224px; }
.row-fluid .gSupport.val_rev .gSupport-Video { padding: 0 77px 0 0; }

.row-fluid .gSupport.val_rev .gSupport-right {  left: -120px; right: auto; width: 52%; background-position: right top !important;}
.row-fluid .tab-section.v2 .tabs li { margin: 0 -2px !important; }
.row-fluid .contactMain.careersMain .careersInner { padding: 0 !important; }
.row-fluid .contactMain.careersMain .careersInner > h5, .row-fluid .contactMain.careersMain .careersInner > div{ padding: 0 42px;  }
.row-fluid .contactMain.careersMain .careersInner > h5 { padding: 30px 90px 30px 30px; position: relative;  margin: 0 !important; cursor: pointer;}
.row-fluid .contactMain.careersMain .careersInner > div { display: none; padding-bottom: 30px; float: left; width: 100%; }
.row-fluid .contactMain.careersMain .careersInner>h5:before { width: 20px; height: 20px; border: 3px solid #0f1c49; border-radius: 50%; position: absolute; right: 52px; top: 50%; content: ''; transform: translateY(-50%);}
.row-fluid .contactMain.careersMain .careersInner>h5:after {  content: ''; position: absolute; right: 59px; top: 50%; width: 8px; height: 7px; border: 3px solid #0f1c49; border-top: 0; border-right: 0;      transform: translateY(-50%) rotate(-45deg); margin-top: -2px; }

.row-fluid .tabKnowledge .tkTabs li a:hover { color: #4b4b4b; }
.row-fluid .tabKnowledge .tkTabs li a:hover:after{ width: 100%;  }
/* .row-fluid .tab-section.v2 .tab-img { bottom: auto !important; top: 50%; transform: translateY(-50%);}
.row-fluid .tab-section.v2 .tab-img img { display: block; opacity: 0; } */

.row-fluid .crm-sec.v2 .span12.crm-left + div.gSqshow { position: static; }
.row-fluid .crm-sec.v2 .span12.crm-left + div.gSqshow::before { right: -124px; width: 300px; height: 250px; left: auto; top: 50%; transform: translateY(-50%); }

.row-fluid .tab-section.v2 .tab-inner .tabvideo { position: absolute; right: -120px;   overflow: hidden; }
.row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tabvideo {  left: -120px; }  
.row-fluid .tab-section.v2 .tab-inner .tabvideo  > div.hs_cos_wrapper  { display: block;  padding: 56.25% 0 0; } 
.row-fluid .tab-section.v2 .tab-inner:nth-child(2n+1) .wrapper:before, .row-fluid .tab-section.v2 .tab-inner:nth-child(2n+1) .wrapper:after { position: absolute; content: ''; left: 50%; margin-left:-620px; top: 40px; width: 19px; height: 19px; border-radius: 3px; background: #6DD400; }
.row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tabvideo video, .row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tabvideo object, .row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tabvideo iframe, .row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tabvideo embed { left: auto; right: 0; } 

.row-fluid .tab-section.v2 .tab-img, .row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tab-img { background: none !important; position: static; display: block; float: left !important; }
.row-fluid .tab-section.v2 .tab-img img { width: auto; display: inline-block; }
.row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tab-content + .tab-img { display: none; }
.row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tab-img img { float: right;}
.row-fluid .tab-section.v2 .tab-img.mobileonly { display: none !important; }

.row-fluid .gSupport-right.gSup-Img { position: static; background: none !important; padding: 0  0 0 50px; }
.row-fluid .gSupport-right.gSup-Img img { width: auto; position: relative; display: block;  }
.row-fluid .val_rev .gSupport-right.gSup-Img { padding: 0 50px 0 0; }
.row-fluid .val_rev .gSupport-right.gSup-Img img{ float: right; }

.row-fluid .webRead a { display: block; }
.row-fluid .webRead a:hover { background: #0076d1; }
.row-fluid .signup-form form .hs-fieldtype-intl-phone.hs-input select, .row-fluid .signup-form form .hs-form-field select  {-webkit-appearance: none;}

/*****Website Changes Style End******/
 
.benefit-page .row-fluid .cta--blue a, .problem-page .row-fluid .cta--blue a{ background: #41485A; }
.benefit-page .row-fluid .cta--blue a:hover, .problem-page .row-fluid .cta--blue a:hover{ background: #fff; }
.row-fluid .benefitHero { position: relative; overflow: hidden; z-index: 1;  box-shadow: 0px 60px 60px 0px rgba(0, 0, 0, 0.10); } 
.row-fluid .bnDeck-ov { position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: #1D8DED;  margin-right: -204px; font-size: 0; z-index: -1; }
.row-fluid .bnDeck-left { width: 59%; float: left; margin-top: 151px; position: relative;  }
.row-fluid .bnDeck-left h4 { font-size: 42px; font-weight: 800; color: #595959; margin: 0; line-height: 49.31px;}
.row-fluid .bnDeck-left h1 { padding: 0 0 15px;  font-size: 116px; line-height: 118px; font-weight: 800; color: #0091FF;  }
.row-fluid .bnDeck-left h1 > span {  color: #fff; -webkit-text-fill-color: #fff;  -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #0091FF; }
.row-fluid .bnDeck-sub { font-size: 24px; color: #212B36; font-weight: 500; line-height: 38px; max-width: 500px; }
.row-fluid .BnDeck-arrowDown { margin: 66px 0 0;  padding: 0 0 92px; }
.row-fluid .bnDeck-right { width: 41%; float: left; }
.row-fluid .bnDeck-right img { width: auto; }
.row-fluid .bnDeck-right.float-left img { float: left; }
.row-fluid .bnDeck-right.float-right img { float: right; }

.row-fluid .agentCost-left { padding: 115px 10px 80px 0; width: 70.5%; }
.row-fluid .agentCost-left h2 { margin: 0; font-weight: 800; font-size: 104.4px; line-height: 106.4px; }
.row-fluid .agentCost-left h2 span { display: block; }
.row-fluid .agentCost-left.aCost_white h2 { color: #fff;  }
.row-fluid .agentCost-left.aCost_white h2 > span { color: transparent; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #fff; }
.row-fluid .agentCost-left.aCost_blue h2 { color: #0091ff; }
.row-fluid .agentCost-left.aCost_blue h2 > span { color: #fff; -webkit-text-fill-color: #fff;  -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #0091FF; }
.row-fluid .agentCost-right { width: 29.5%; float: left; padding: 64px 35px 160px; position: relative; background: #fff; }
.row-fluid .aCost-text { font-size: 21.6px; line-height: 30.4px; color: #212B36; margin: 0 0 30px; }
.row-fluid .aCost-value { font-size: 96px; font-weight: 800; color: #0091FF; line-height: 99px; margin-top: -10px; }
.row-fluid .aCost-time { font-size: 33.6px; line-height: 37px; font-weight: 800; color: #0091FF; }
.row-fluid .aCost-fix { position: absolute; left: 0; bottom: 0; width: 100%; }
.row-fluid .aCost-fix a { font-size: 32px; line-height: 37.5px; background: #41485A; color: #fff; font-weight: 500; display: block; padding: 27px 35px; }
.row-fluid .aCost-fix a:hover{ background: #0091ff; }

.problem-page .row-fluid .bnDeck-left h1 { font-size: 85px;  line-height: 92px;}
.problem-page .row-fluid .bnDeck-left h1 > span { display: block; }
.problem-page .row-fluid .bnDeck-left { width: 64%; padding-bottom: 130px;  }
.problem-page .row-fluid .bnDeck-right { width: 36%; }
.problem-page .row-fluid .bnDeck-right.float-right img { margin-right: -20px; }

.row-fluid .pDrop-outer { margin: -130px 0 0; max-width: 538px; width: 100%; background: #1d8ded; position: relative; z-index: 2; }
.row-fluid .pDrop-outer:before { content: " "; position: absolute; top: 0; background: inherit; right: 100%; width: 500%; height: 100%;  }
.row-fluid .pDrop-outer ul { display: none; list-style: none; position: absolute; left: 0; top: 100%; background: #1d8ded; width: 100%;}
.row-fluid .pDrop-outer ul li { background: #1d8ded; border-top: 2px solid #fff; }
.row-fluid .pDrop-outer ul li:last-child { background: #41485A; }
.row-fluid .pDrop-outer ul li.TabActive  { display: none; }
.row-fluid .problem-dropdown .pDrop-outer > a { padding-right: 146px; padding-left: 146px; position: relative;  text-transform: capitalize;}
.row-fluid .pDrop-outer > a:before{ content: " "; position: absolute; right: 86px; top: 45px; width: 42px; height: 42px; background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/b537501790585979fda559278b8050a0.png) no-repeat center top/contain; -webkit-filter: invert(1); filter: invert(1);}
.row-fluid .pDrop-outer a { color: #fff; font-size: 32px; line-height: 38px; text-align: center; display: block; padding: 46px 15px; position: relative; }
.row-fluid .pDrop-outer ul li:last-child { text-align: center; }
.row-fluid .pDrop-outer ul li:last-child a {  display: inline-block; padding-left: 64px;  }


.row-fluid .problem-drop-sec { position: relative; }
.row-fluid .problem-main-box { display: none;}
.row-fluid .proFirst-row { padding: 200px 0 0; }
.row-fluid .proCost-left { width: 42%; float: left; padding-bottom: 130px; }
.row-fluid .proCost-left h2 { margin: 0 0 30px; font-size: 48px; line-height: 56px; color: #0091FF; font-weight: 800; }
.row-fluid .proCost-content { font-size: 20px; line-height: 38px; color: #212B36; font-weight: 500; }
.row-fluid .proCost-content h3 { font-size: 32px; line-height: 38px; font-weight: 800; margin: 0 0 30px; }
.row-fluid .proCost-content p { margin: 0 0 30px; }

.row-fluid .proFirst-row a.pro-next { max-width: 100% !important; width: 45%;}

.row-fluid .proCost-right { width: 45%; margin: 0 0 0 13%; position: relative; -webkit-align-self: flex-end; align-self: flex-end; padding: 100px 34px 275px; box-shadow: 0px 0px 4px 4px rgba(201, 201, 201, 0.5);  background: #fff;  text-align: center;}
.row-fluid .ProCost-text { font-size: 20px; line-height: 38px; color: #212B36; font-weight: 500; padding: 0 80px; }
.row-fluid .ProCost-price { font-weight: 800; font-size: 120px; line-height: normal; color: #0091FF; margin: 10px 0 0; }
.row-fluid .ProCost-period { font-size: 42px; line-height: 50px; color: #0091FF; font-weight: 800; }
.row-fluid .proCost-right a.pro-next { position: absolute; bottom: 0; width: 100%; left: 0;}
.row-fluid .problem-prev-next {  position: relative; z-index: 1; -webkit-justify-content: space-between; justify-content: space-between; }
.row-fluid a.pro-next { max-width: 631px !important; width: 100%; float: right; background: rgba(65, 72, 90, 0.5); color: #fff; text-align: left; font-size: 42px; line-height: 62.31px;  padding: 62px 113px; }
.row-fluid .proFirst-row .problem-prev-next { margin-top: -186px; }
.row-fluid .proFirst-row a.pro-prev { position: relative;  z-index: 11;  }
.row-fluid .pro-prev { -webkit-align-self: flex-end; align-self: flex-end; width: 125.68px; height: 114.8px;  background: #0076D1 url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/arrow-white-angle.png) no-repeat center center/43.68px 21.16px; font-size: 0;}
.row-fluid .pro-next:after{ content: " "; display: inline-block; background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/arrow-white-angle.png) no-repeat center center/contain; width: 43.68px; height: 21.16px; -webkit-transform: scaleX(-1); transform: scaleX(-1);     margin-left: 32px; vertical-align: middle; }
.row-fluid a.pro-next:hover{ background: #41485A; }



.row-fluid .proSecond-row > div:first-child { position: relative; padding: 185px 0  164px; overflow: hidden;  }
.row-fluid .bDeck-solLeft { width: 42%; float: left; }
.row-fluid .bDeck-solLeft h2 {  margin: 0 0 30px; font-size: 48px; color: #0091ff; font-weight: 800; }
.row-fluid .bDeck-solRight { width: 58%; float: left; }
.row-fluid .bDeck-solRight:before{ content: " "; position: absolute; top: 100px; width: 488px; height: calc(100% - 200px); border: #6dd400 solid 13px; right: -13px; z-index: -1;  }
.row-fluid .bDeck-solRight img { width: auto;  position: relative; right: -80px;}
.row-fluid .proSecond-row > div:last-child { padding-bottom: 35px; }

.row-fluid .proThird-row { background: #fff; }
.row-fluid .proThird-row > div:nth-child(2){  padding: 160px 0 60px; }
.row-fluid .proThird-row > div:nth-child(2) .w1400 { max-width: 1030px;   }
.row-fluid .ResultBox { width: 42%; float: left; margin: 0 16% 100px 0;}
.row-fluid .ResultBox:nth-child(2n) { margin-right: 0; }
.row-fluid .ResultTitle { font-size: 24px; line-height: 40px; font-weight: 500; color: #212B36; padding: 22px 100px 0 0; position: relative;}
.row-fluid .ResultTitle:before{ content: ''; position: absolute; left: 0; top: 0; width: 91px; height: 4px; background: #0091ff; }
.row-fluid .ResultNum { font-size: 108px; line-height: normal; color: #0091FF; font-weight: 800; }

.row-fluid .proFourth-row { background: #fff; text-align: center; padding: 105px 0 50px; overflow: hidden;  }
.row-fluid .proFourth-row .w1400 { max-width: 1030px; }
.row-fluid .proFourth-row .w1400 >  div { -webkit-justify-content: center; justify-content: center; }
.row-fluid .finalBox { width: 50%; padding: 75px 85px 122px; background: #fff; }
.row-fluid .fnTop-icon img { margin: 0 0 25px; }
.row-fluid .finalBox h3 { font-size: 37.8px; font-weight: 800; color: #0091FF;  margin: 0 0 50px; }
.row-fluid .fnDesc-text { font-size: 22px; line-height: 50px; color: #5B6B82; margin: 0 0 40px; }
.row-fluid .fnBox-button a { font-size: 21.97px; color: #41485A; border: 1px solid #41485A; border-radius: 6.28px; font-weight: 700; padding: 21px 30px; line-height: 32px; min-width: 268px; box-sizing: border-box !important; }
.row-fluid .finalBox:nth-child(2) .fnBox-button a { background: #41485A; color: #fff; } 


/* .row-fluid .finalBox:nth-child(2) { box-shadow: -50px 0px 95px -60px rgba(0,0,0,.20);  } */
.row-fluid .moreBenefits { padding: 50px 0 110px; }
.row-fluid .moreBenefits h3 { font-size: 28px; font-weight: 800; line-height: 32px; }
.row-fluid .moreBenefit-box { width: 32%; float: left; margin: 30px 2% 0 0; -webkit-box-shadow: 0px 0px 4px 4px rgba(201,201,201,0.2); box-shadow: 0px 0px 4px 4px rgba(201,201,201,0.2);}
.row-fluid .moreBenefit-box:nth-child(3n) { margin-right: 0; }
.row-fluid .mB-Img { background: #F5F6F6; }
.row-fluid .mB-Img.left { text-align: left; }
.row-fluid .mB-Img.center { text-align: center; }
.row-fluid .mB-Img.right { text-align: right; }
.row-fluid .mB-Img img { display: inline-block; }
.row-fluid .mB-inner { padding: 24px 20px 27px; }
.row-fluid .mB-inner h4 { font-size: 22px; color: #0091FF; font-weight: 800; }
.row-fluid .mB-content p { margin: 0 0 10px; }
.row-fluid .mB-content { font-size: 18px; line-height: 24px; color: #212B36; font-weight: 500; }

.row-fluid .top-Aos { position: relative; z-index: 1; overflow: hidden; background: #fff; }
.row-fluid .top-Aos > div > div { position: relative; }
.row-fluid .top-Aos > div > div:before { content: ""; position: absolute; right: 100%; top: 0; width: 500%; height: 100%; background: #1d8ded; }
.row-fluid .resultTop-left { width: 69%; float: left; padding: 46px 0; position: relative; font-size: 32px; line-height: 38px; font-weight: 500; color: #fff; background: #1d8ded; text-align: center;   z-index: 1;}
.row-fluid .resultTop-left:before { content: " "; position: absolute; left: 100%; top: 0; width: 100px; height: 100%; background: inherit; -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%); clip-path: polygon(0 0, 0% 100%, 100% 50%); z-index: -1;}


.row-fluid .result-Aos { width: 31%; float: left; padding: 30px 0 30px 130px; text-align: left; }
.row-fluid .result-Aos img { max-width: 203px !important; width: 100%; }
.row-fluid .proFourth-row .w1400 { position: relative;}
.row-fluid .proFourth-row .w1400:before { content: "";  position: absolute; left: -142px; top: 270px; width: 24px; height: 24px; background: #6DD400; z-index: 1; }
.row-fluid .proFourth-row .w1400:after { content: ""; position: absolute; right: -57px; top: 240px; width: 12px; height: 12px; background: #6DD400; margin-top: 80px; margin-right: -23px;}
.row-fluid .proFourth-row .w1400>div { position: relative; }
.row-fluid .proFourth-row .w1400>div:before{ content: ""; position: absolute; right: -57px; top: 240px;  width: 24px; height: 24px; border-radius: 2px; background: #0091FF;  } 
.row-fluid .proFourth-row .w1400>div:after { content: " "; position: absolute; left: 227px; top: -58px; width: 12px; height: 12px; background: #6DD400; }


.problem-page .row-fluid .bnDeck-right.float-left img { margin-left: -115px; }
body.last-Tab .row-fluid .pDrop-outer { max-width: 100%; }
body.last-Tab .row-fluid .pDrop-outer:before{ display: none; }
body.last-Tab .row-fluid .problem-dropdown { background: #1d8ded;  }
body.last-Tab .row-fluid .problem-dropdown .w1400 { max-width: 100%; padding: 0;}


.row-fluid .hero-smv2 { position: relative; padding: 255px 0; -webkit-box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1); box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1); }
.row-fluid .hero-smv2 h1 { position: relative; color: #0091FF; font-size: 104.4px; line-height: 106px; font-weight: 800; }
.row-fluid .hero-smv2 h1 > span { font-size: 150px; line-height: 150px; color: #fff; -webkit-text-fill-color: #fff; -webkit-text-stroke-width: 1px;  -webkit-text-stroke-color: #0091ff; display: block; }
.row-fluid .hero-smv2 h4 { font-size: 42px; font-weight: 800;  color: #595959; margin: 0; line-height: 49.31px; }

.row-fluid .hero-smv2 h1:before, .row-fluid .hero-smv2 h1:after, .row-fluid .hero-smv2 h1 > span:after, .row-fluid .hero-smv2 h1 > span:before, .row-fluid .hero-smv2 h4:before {  content: " "; position: absolute; }
.row-fluid .hero-smv2 h1:before, .row-fluid .hero-smv2 h1:after, .row-fluid .hero-smv2 h1 > span:after { width: 16px; height: 16px; }
.row-fluid .hero-smv2 h1:before, .row-fluid .hero-smv2 h1:after, .row-fluid .hero-smv2 h4:before  { background: #6DD400; }
.row-fluid .hero-smv2 h1 > span:after, .row-fluid .hero-smv2 h1 > span:before { background: #0091FF; }
.row-fluid .hero-smv2 h1 > span:before, .row-fluid .hero-smv2 h4:before { width: 11px; height: 11px;  }
.row-fluid .hero-smv2 h1:before { margin-left: -80px; margin-top: -40px; }
.row-fluid .hero-smv2 h1:after { top: 0; margin-left: 310px; margin-top: -10px;}
.row-fluid .hero-smv2 h1 > span:before { margin-left: -120px; margin-top: -10px; }
.row-fluid .hero-smv2 h4:before { margin-left: -150px; margin-top: -80px; }
.row-fluid .hero-smv2 h1 > span:after{ margin-left: 80px; margin-top: 25px; }

 
.row-fluid .tab-section.v2.tab-Smv2 .tab-inner { padding: 50px 0 100px; }

.row-fluid .tab-section.v2.tab-Smv2 .tabs li { margin: 0 0 4px !important; float: none; display: inline-block;   }
.row-fluid .tab-section.v2.tab-Smv2 .tabs li a { padding-left: 10px; padding-right: 1px;  }
.row-fluid .smv2-tabTitle h3 { font-weight: 800; font-size: 32px; line-height: 38px; color: #0091FF; }
.row-fluid .tabsWhite-ov { position: relative; }
.row-fluid .tabsWhite-ov.smv2-tabWrap:before { content: ""; position: absolute; width: 100px; height: 100%; background: linear-gradient(90deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 90.59%); right: 0; top: 0;  z-index: 1; }
.row-fluid .tab-section.v2.tab-Smv2 .tab-content h3 { padding: 0 0 20px; margin: 0 0 20px; font-weight: 800; font-size: 48px; line-height: 62px; color: #0091FF; }
.row-fluid .tab-section.v2.tab-Smv2 .tab-content h3:after { border-bottom-color: #dcdcdc; }
.row-fluid .tab-section.v2.tab-Smv2 .sec-text { color: #222; }
.row-fluid .tab-section.v2.tab-Smv2 .Smv2-featabList, .row-fluid .smV2-learnMore { width: 100%; float: left; }
.row-fluid .Smv2-featabList li, .row-fluid .Smv2-featabList { list-style: none; }
.row-fluid .Smv2-featabList li { position: relative; width: 40%; float: left; margin: 0 4% 15px 0;  font-size: 20px; color: #222; font-weight: 800; padding: 0 0 0 37px;   }
.row-fluid .Smv2-featabList li:before { content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 19px; background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/tick-%288%29.png) no-repeat center top/contain;  }
.row-fluid .Smv2-featabList li:nth-child(2n) { margin-right: 0; }
.row-fluid .Smv2-featabList li:nth-child(2n+1) { clear: left; }
.row-fluid .tab-section.v2.tab-Smv2 .tab-inner:before { margin-top: -40px;}
.row-fluid .smV2-learnMore a { font-weight: 700; margin: 25px 0 0; font-size: 24px; line-height: 28.8px; color: #0091FF; }
.row-fluid .smV2-learnMore a:after { content: " "; display: inline-block; vertical-align: middle; margin-left: 13px; background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/arrow-blue.png) no-repeat center top/contain; width: 39px; height: 19px;  transition: .5s ease all; }
.row-fluid .smV2-learnMore a:hover:after { margin-left: 20px; }
.row-fluid .tab-section.v2.tab-Smv2 .tab-inner .tab-content{ padding-right: 72px !important; }
.row-fluid .tab-section.v2.tab-Smv2 .tab-inner.tab-align .tab-content { padding: 0 0 0 72px !important; }
.row-fluid .tab-section.v2.tab-Smv2 .tab-inner .wrapper:before { margin-top: -50px; width: 11px; height: 11px; border-radius: 2px;  }  
.row-fluid .tab-section.v2.tab-Smv2 .tab-inner .wrapper:after { margin-left: 80px; top: -20px; width: 16px; height: 16px; border-radius: 2px;  }
.row-fluid .tab-section.v2.tab-Smv2 .tab-inner .tab-content:before { top: 350px; width: 11px; height: 11px; margin-right: 50px; border-radius: 2px; }
.row-fluid .tab-section.v2.tab-Smv2 .tab-inner .tab-content:after { width: 11px; height: 11px; top: -110px; right: -180px; border-radius: 2px; background: #0091FF; }
.row-fluid .smv2-seeAll { margin: 73px 0 0; }
.row-fluid .smv2-seeAll .wrapper { padding: 0 20px; }
.row-fluid .smv2-seeAll a { font-size: 22px; color: #fff; padding: 26px; min-width: 302px; box-sizing: border-box !important; background: #0091FF; -webkit-box-shadow: 0px 2px 4px rgba(110, 110, 110, 0.5); box-shadow: 0px 2px 4px rgba(110, 110, 110, 0.5); -webkit-border-radius: 11px; border-radius: 11px;}
.row-fluid .smv2-seeAll a:hover { background: #0076d1;  }
.row-fluid .benefits-smv2 { padding: 190px  0; }
.row-fluid .bnSmv2-Left h2 { display: inline-block; border-bottom: 1px solid #979797; font-weight: 800; font-size: 48px; line-height: 67px; padding: 0 0 30px; margin: 0 0 30px; color: #1C2E3D; }

.row-fluid .bnSmv2-content { font-size: 18px; font-weight: 500; color: #788692; line-height: 32px; padding-right: 20px;}
.row-fluid .benSmv2-Right { padding-left: 80px; }
.row-fluid .bnSmv2-Box { width: calc(50% - 12px); float: left; margin: 0 24px 24px 0; padding: 30px 30px 20px; border-radius: 6.4px; transition: 0.5s ease all;}
.row-fluid .bnSmv2-Box:nth-child(2) {  width: calc(55% - 12px);}
.row-fluid .bnSmv2-Box:nth-child(2n) { margin-right: 0; }
.row-fluid .bnSmv2-Box:nth-child(1) { 	width: calc(45% - 12px); -webkit-align-self: flex-start; align-self: flex-start; }
.row-fluid .bnSmv2-Box h2 { font-weight: 800; font-size: 24px; line-height: 28px; color: #fff; }
.row-fluid .bnSmv2-Box > div:nth-child(2) { padding-right: 40px;  }
.row-fluid .bnSmv2-Box:first-child { -webkit-align-self: flex-end; align-self: flex-end; }
.row-fluid .bnSmv2-Box > div:nth-child(2) { position: relative; -webkit-align-self: flex-end; align-self: flex-end;}
.row-fluid .bnSmv2-Box:first-child > div:nth-child(2) { margin: 80px 0 0;  }
.row-fluid .bnSmv2-Box:nth-child(2) > div:nth-child(2) { margin: 140px 0 0; }
.row-fluid .bnSmv2-Box:nth-child(3) > div:nth-child(2) { margin: 57px 0 0; }
.row-fluid .bnSmv2-Box:nth-child(4n) > div:nth-child(2) { margin: 96px 0 0; }
.row-fluid .bnSmv2-icon img { filter: invert(1); }
.row-fluid .bnSmv2-Box:nth-child(3) { margin-left: 18px; width: calc(45% - 30px); margin-right: 12px; -webkit-align-self: flex-start; align-self: flex-start; }
.row-fluid .bnSmv2-Box:nth-child(4){ width: calc(55% - 55px); margin-left: 12px; }
.row-fluid .bnSmv2-Box:hover{ transform: scale(1.1); }
.row-fluid .btnSmv2-linkArrow { position: absolute; right: 0; bottom: 0; }
.row-fluid .btnSmv2-linkArrow a { border: 1.3px solid #fff; display: block; width: 30px; height: 30px; -webkit-border-radius: 50%;  border-radius: 50%;     background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/Path.png) no-repeat center center/16px 11px; }

.row-fluid .Smv2-video { overflow: hidden; padding: 45px 0;  }
.row-fluid .Smv2-videoLeft { width: 50%; float: left; position: relative; z-index: 1; }
.row-fluid .Smv2-videoLeft h2 { color: #fff;  font-size: 86px; line-height: 90px; font-weight: 800; white-space: nowrap; }
.row-fluid .Smv2-videoLeft h2 > span { display: block; color: #0091FF;  -webkit-text-fill-color: #0091FF; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #fff; }

.row-fluid .Smv2-VideoRight { width: 50%; float: left; padding: 50px 0; position: relative;  }
.row-fluid .Smv2-videoInner { position: relative;  right: -200px;} 
.row-fluid .Smv2-videoInner > a img { max-width: 640px !important; max-height: none !important; width: auto !important; }
.row-fluid .Smv2-VideoRight:before{ content: " "; position: absolute; right: 0; top: -11px; width: 490px; height: 100%; border: 11px solid #6DD400;  }

.row-fluid span.SmV2-Recvideo { position: relative; width: auto; min-height: 300px; display: block; margin: -50px -22px 40px; -webkit-border-radius: 9px 9px 0 0; border-radius: 9px 9px 0 0; }
.row-fluid span.SmV2-Recvideo > a.fancybox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; }
.row-fluid span.SmV2-Recvideo > a.fancybox:before, .row-fluid .Smv2-videoInner > a.fancybox:before, .row-fluid .video-wrapper a.vid-play-btn, .row-fluid .play-pause-btn button { content: " "; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 99px; height: 99px; border-radius: 50%; border: 4px solid #fff; background: rgba(14, 17, 29, 0.3) url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/Triangle.png) no-repeat center left 32px/42px 55px; }
.row-fluid .recSmv2-inner .rec--per--detail h4:empty, .row-fluid .recSmv2-inner .rec--per--detail p:empty  { display: none; }
 
.row-fluid .Smv2-videoInner > a { position: relative; }
.row-fluid .herocomm-v2 .recomm--outer:before{ content: " "; position: absolute; right: 70px; top: 0; background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/Untitled-1.png) no-repeat center top/contain; width: 315px; height: 288px; }

.row-fluid .fT-smv2-outer { position: relative; z-index: 1; }
.row-fluid .TrialLeft-smv2 { padding: 75px 0 70px; width: 100%;  }
.row-fluid .TrialLeft-smv2 h2 {  color: #fff; font-size: 104px; line-height: 106px; font-weight: 800; }
.row-fluid .TrialLeft-smv2 h2 > span { display: block; color: #0091FF; -webkit-text-fill-color: #0091FF;  -webkit-text-stroke-width: 1px;  -webkit-text-stroke-color: #fff; }
.row-fluid .trialCta-smv2 a { font-size: 32px; color: #fff; padding: 23px 80px; line-height: 37px; border: 1px solid #fff; margin: 20px 0 0; }
.row-fluid .trialCta-smv2 a:hover { background: #fff; color: #0091FF; }
.row-fluid .TrialRight-smv2 { position: absolute; right: 0; bottom: 0; max-width: 460px; z-index: -1; }

.qaPage .row-fluid .cta--blue a, .riEpage .row-fluid .cta--blue a { background: #41485A; }
.qaPage .row-fluid .cta--blue a:hover, .riEpage .row-fluid .cta--blue a:hover { background: #fff; }
.row-fluid .benefitHero.qa-Smv2 .bnDeck-left { position: relative; margin: 230px 0 0; padding: 0 0 280px; }
.row-fluid .benefitHero.qa-Smv2 .bnDeck-right { position: relative; }
.row-fluid .benefitHero.qa-Smv2 .bnDeck-right.float-left img { position: relative; left: -60px; }
.row-fluid .benefitHero.qa-Smv2 .bnDeck-left h1 { font-size: 104px; line-height: 106px; }
.row-fluid .benefitHero.qa-Smv2 .bnDeck-left:before, .row-fluid .benefitHero.qa-Smv2 .bnDeck-right:before, .row-fluid .benefitHero.qa-Smv2 .bnDeck-right:after { content: " "; position: absolute;width: 16px; height: 16px; background: #6DD400; border-radius: 2px;  }
.row-fluid .benefitHero.qa-Smv2 .bnDeck-left:before { top: -160px; right: 90px; }
.row-fluid .benefitHero.qa-Smv2 .bnDeck-right:before { top: -80px; left: 0; margin-left: 300px;}
.row-fluid .benefitHero.qa-Smv2 .bnDeck-right:after { bottom: -60px; left: 0;  margin-left: 200px; } 

.row-fluid .qaFeatures { padding: 50px 0; position:relative;overflow-x: hidden;}
.row-fluid .qaFeatureWaves{position: absolute;top: 0;left: 0;width: 108%;}
.row-fluid .qaFeatureWaves > svg {width: 100%;}
.row-fluid .qa-featBox { position: relative; width: 29%; float: left; padding: 30px 20px 80px 30px; margin: 50px 6.5% 50px 0; border: 3px solid transparent; -webkit-border-radius: 15px; border-radius: 15px; -webkit-box-shadow: 0px 1px 4px rgba(110,110,110,0.5); box-shadow: 0px 1px 4px rgba(110,110,110,0.5);}
.row-fluid .qa-featBox.qa-featBoxchng {width: 31%;margin: 50px 3.5% 50px 0;}
.row-fluid .qa-featBox:nth-child(3n) { margin-right: 0; }
.row-fluid .qa-Ficon > span { margin: 0 0 30px; display: inline-block; width: 76px; height: 76px; background: #0091FF; line-height: 76px; -webkit-border-radius: 50%; border-radius: 50%; text-align: center; }
.row-fluid .qa-Ficon.qa-Ficon-chng > span{width:91px;height:91px;position:relative;line-height:91px} 
/* .row-fluid .qa-Ficon.qa-Ficon-chng > span img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);} */
.row-fluid .qa-Ficon img{ vertical-align: middle;  }
.row-fluid .qa-featBox h4 { margin: 0 0 5px; color: #37474F; font-size: 24px; line-height: 36px; font-weight: 800; }
.row-fluid .qa-featBox.qa-featBoxchng h4 {font-size: 30px;font-weight: 800;line-height: 1.48;margin: 0 0 11px;}
.row-fluid .qa-Ftext { font-size: 18px; line-height: 28px; font-weight: 500; color: rgba(55, 71, 79, 0.7216); letter-spacing: 0.5px; padding: 0 0 10px;  }
.row-fluid .qa-Ftext.qa-Ftextchng {font-size: 18px;line-height: 1.87;letter-spacing: 0.5px;padding: 0 0 20px;}
.row-fluid .qa-FlmBtn { position: absolute; left: 0; bottom: 30px; width: 100%; padding: 0 30px;  }
.row-fluid .qa-FlmBtn a { font-size: 17px; font-weight: 500; letter-spacing: 0.44px; color: #0091FF; }
.row-fluid .qa-FlmBtn a:after { content: " "; display: inline-block; vertical-align: middle; margin: 0 0 0 17px; background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/arrow_forward_24px.png) no-repeat center top/contain; width: 17px; height: 16px;  transition: 0.5s ease all; }
.row-fluid .qa-FlmBtn a:hover:after { transform: translateX(5px); }
.row-fluid .qa-featBox:hover { border-color: #0091ff; }

.row-fluid .qaSlider-Sec { padding: 86px 0 20px; }
.row-fluid .qaSlider-Sec .w1400 { max-width: 1340px; }
.row-fluid .qaSlide-outer > .slick-list { padding: 30px 0; }
.row-fluid .qaSlide-box { width: 31%; float: left; margin: 15px 3.5% 15px 0;  -webkit-box-shadow: 0px 0px 9px 2px rgba(190, 190, 190, 0.5);  box-shadow: 0px 0px 9px 2px rgba(190, 190, 190, 0.5); transition: 0.5s ease all; }
.row-fluid .qaSlide-box:hover { transform: scale(1.1); }
.row-fluid .qaSlide-box:not(.slick-slide):last-child { margin-right: 0; }
.row-fluid .qaSlide-box.slick-slide { margin-left: 25px; margin-right: 25px; }
.row-fluid .qaSlide-img { padding: 58.25% 0 0; }
.row-fluid .qaSlide-inner { padding: 20px; }
.row-fluid .qaSlide-inner h4 { font-size: 23.04px; line-height: 24.88px; margin: 0 0 10px; color: #0091FF; font-weight: 800; }
.row-fluid .qaSlide-text { color: #212B36; font-size: 17.28px; line-height: 24.88px; font-weight: 500; }
.row-fluid .qaSlide-text p { margin: 0 0 10px; }
.row-fluid .qaSlide-readMore { padding: 10px 0 0; }
.row-fluid .qaSlide-readMore a { display: block; text-align: center; background: #0091FF; color: #fff; font-size: 18.66px; line-height: 19.21px; font-weight: 500; padding: 22px 10px; }
.row-fluid .qaSlide-readMore a:hover { background: #0076d1; }
.row-fluid .qaSlide-outer .slick-dots{ margin: 85px 0 0; }
.row-fluid .qaSlide-outer .slick-dots li { padding: 0 10px; }
.row-fluid .qaSlide-outer .slick-dots li button { width: 10px; height: 10px; transition: 0.5s ease all; background: rgba(124, 124, 124, 0.3188); border: 0;  }
.row-fluid .qaSlide-outer .slick-dots li.slick-active button { width: 14px; height: 14px; background: #0091FF;  }



.riEpage .row-fluid .benefitHero.qa-Smv2 .bnDeck-left h1 {  position: relative; z-index: 1; }
.riEpage .row-fluid .benefitHero.qa-Smv2 .bnDeck-left h1 > span { display: block; }
.riEpage .row-fluid .benefitHero.qa-Smv2 .bnDeck-left h1:after { content: " "; position: absolute; left: 0; bottom: -236px; background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/81824da89f7bc4924af155322fa27a11.png) no-repeat center top/contain; width: 226px; height: 236px; margin-left: 200px; margin-bottom: 60px; opacity: 22%; z-index: -1; }
.riEpage .row-fluid .benefitHero.qa-Smv2 .bnDeck-left h1:before { content: " "; position: absolute; left: 0; top: 0; background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/9b5bb8f1fd07c2d1bb81451d637c7f27.png) no-repeat center top/contain; width: 173.8px; height: 173px; margin-top: -112px; margin-left: 48px; opacity: 16%; }

.row-fluid .Smv2-video.Smv2-videov2 { padding: 190px 0 50px; }
.row-fluid .Smv2-video.Smv2-videov2 .Smv2-VideoRight:before { right: auto; left: -240px; width: 560px;  }
.row-fluid .Smv2-video.Smv2-videov2 .Smv2-videoInner { right: auto; left: -200px; }

.row-fluid .Smv2-video.Smv2-videov2 .Smv2-videoInner > a img { max-width: 740px !important; }
 
.row-fluid .Smv2-video.Smv2-videov2 .Smv2-VideoRight { padding: 80px 0; }
.row-fluid .Rpie-videoLeft { width: 50%; float: left;  padding-left: 100px; }
.row-fluid .Rpie-videoLeft h3 { font-size: 48px; font-weight: 800; line-height: 61px; color: #0091FF; padding: 0 0 20px; margin: 0 0 20px; border-bottom: 1px solid #DCDCDC; }
.row-fluid .rpie-text { font-size: 20px; line-height: 38px; color: #222; padding: 0 0 15px; }

.row-fluid .report-ieSec { padding: 80px 0 280px}
.row-fluid .rieBox:first-child { margin-top: 0; }
.row-fluid .rieBox { width: 44%; float: left; margin: 140px 12% 0 0; padding: 30px; background: #fff; -webkit-box-shadow: 0px 4px 17px 0px rgba(7, 42, 68, 0.10);  box-shadow: 0px 4px 17px 0px rgba(7, 42, 68, 0.10); -webkit-border-radius: 7px; border-radius: 7px;}
.row-fluid .rieBox:nth-child(2n) { margin-right: 0; }
.row-fluid .rieBox-icon span { width: 66px; height: 66px; line-height: 66px; display: inline-block;  margin: 0 0 10px; background: rgba(216, 216, 216, .10); text-align: center; -webkit-border-radius: 50%; border-radius: 50%; }
.row-fluid .rieBox-icon span img { vertical-align: middle; max-width: 30px !important;}
.row-fluid .rieBox-icon span.rie-hov { background: #fff; display: none; }
.row-fluid .rieBox:hover .rieBox-icon span.rie-def { display: none; }
.row-fluid .rieBox:hover .rieBox-icon span.rie-hov { display: inline-block; }
.row-fluid .rieBox:hover { background: #0091FF; }
.row-fluid .rieBox h4 { margin: 0 0 15px; font-size: 24px; line-height: 28px; color: #212121; font-weight: 800; }
.row-fluid .rieBox:hover .rieBox-content h2, .row-fluid .rieBox:hover .rieBox-content h3, .row-fluid .rieBox:hover .rieBox-content h4, .row-fluid .rieBox:hover .rieBox-content h5, .row-fluid .rieBox:hover h4, .row-fluid .rieBox:hover .rieBox-content, .row-fluid .rieBox:hover .rieBox-content a { color: #fff; }
.row-fluid .rieBox-content { font-size: 20px; color: #515151; line-height: 28px; }
.row-fluid .rieBox-content  p { margin: 0 0 25px; }
.row-fluid .rie-dashbdImg img { margin: 25px 0 0; }

.riEpage .row-fluid .trialCta-smv2 a { padding-left: 45px; padding-right: 45px;  }

/** Changes benefits **/
.row-fluid .agentCost-sec .w1400 { max-width: 100%; padding: 0; }
.row-fluid .agentCost-sec .agentCost-left {  padding-left: 7.2%; -webkit-align-self: center; align-self: center;  }
.row-fluid .BnDeck-arrowDown a:hover {  -moz-animation: bounce 2s infinite -webkit-animation: bounce 2s infinite; animation: bounce 2s infinite; }  
.row-fluid .finalBox { transition: 0.4s ease all; position: relative; }
.row-fluid .finalBox:hover {  -webkit-transform: scale(1.06);   }
.row-fluid .finalBox:nth-child(1):hover { box-shadow: 50px 0px 95px -60px rgba(0,0,0,.20); z-index: 1; }
.row-fluid .finalBox:nth-child(2):hover { box-shadow: -50px 0px 95px -60px rgba(0,0,0,.20);  }

.row-fluid .finalBox:nth-child(1) .fnBox-button a:hover{ background: #41485a; color: #fff; } 
.row-fluid .finalBox:nth-child(2) .fnBox-button a:hover { background: transparent; color: #41485a; }

.qaPage .row-fluid .bnDeck-left h1 > span { display: block; }



/** Changes Home Page v5 - 2020 Home Hero Section  27/11/2020 **/

.row-fluid .home--left .hr-sctn-txtxcntn{line-height: 38px;font-size: 20px;color: #222;font-weight: 400;margin: 20px 0 35px;}
.row-fluid .home--left .hr-sctn-btn {margin: 0 0 20px;}
.row-fluid .home--left a {font-size: 22px;background:#0076d1;font-weight: 500;border: 2px solid #fff;padding: 24px;min-width: 302px;color:#fff;-webkit-border-radius: 11px;border-radius: 11px;-webkit-box-sizing: border-box !important;box-sizing: border-box !important;text-align: center;}
.row-fluid .home--left a:hover {background: #345172;}
    
    /*@media (max-width: 991px){
		  .row-fluid .home--left a {padding: 12px 20px;min-width: 240px;margin: 3px 0;}
    } */
    /*@media (max-width: 1270px){
      /* .row-fluid .home--left .hr-sctn-txtxcntn {line-height: 30px;font-size: 22px;} */
			/*ow-fluid .home--left a{padding: 15px 20px;min-width: 240px;}
    } */
    /*@media (max-width: 767px){
      .row-fluid .home--left .hr-sctn-txtxcntn  {font-size: 16px;line-height: 28px;margin: 20px 0 25px;}
			.row-fluid .home--left a{padding: 20px 20px;min-width: 300px;line-height: 34px;}
    } */
   
  /**Changes The Problem - 2020  Benefits Problem Dropdown Section - EA   Sign up Section **/

		.row-fluid .finalBox:nth-child(2) {box-shadow: -50px 0px 95px -60px rgba(0,0,0,.20);}
    .row-fluid .problem-dropdown .w1400 {max-width: 100%;padding: 0;margin: 0;}
    .row-fluid .pDrop-outer{max-width: 45.5%;}
    .row-fluid .problem-dropdown .pDrop-outer > a {padding-right: 10px;padding-left: 10px;}
     .row-fluid .pDrop-outer ul li:hover , .row-fluid .pDrop-outer > a:hover {transform: scale(1.001);box-shadow: 0 0 17px 10px #cccccc50 !important;}

/*  .row-fluid .pDrop-outer > a:before{right: 166px;} */
/*  .row-fluid .pDrop-outer >ul.pDrop-tgglclss{display:block;}
    .row-fluid .pDrop-outer > ul li{position:relative;}
    .row-fluid .pDrop-outer > ul li:before {border-top: 2px solid #fff;margin-top: -2px;content: " ";position: absolute;top: 0;background: inherit;right: 100%;width: 500%;height: 100%;} */


    .row-fluid .proFirst-row .proCost-right{padding: 100px 34px 100px;}
    .row-fluid .proCost-left{padding-bottom: 0px;}
    .row-fluid .proFirst-row .problem-prev-next {margin-top: 20px;}
    .row-fluid .proFirst-row a.pro-next{max-width: 631px !important;width: 100% !important;}
    .row-fluid .problem-dropdown .pDrop-outer a span.pDrop-num {margin-right: 25px;font-size: 37px;line-height: 37px;position: absolute;left: 30px;}
    .row-fluid .pDrop-outer ul li:last-child a {display: block; padding-left: 10px; }
    /*.row-fluid .pDrop-outer ul li:last-child a:before{ content: " "; position: absolute; left: 0; top: 41px; background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/pdf-img.png) no-repeat center top/contain; width: 42px; height: 42px;  } */
    .row-fluid .pDrop-outer ul li:last-child a span.pDrop-numtxt:before{ content: " ";position: absolute;left: 0;top: 0;background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/pdf-img.png) no-repeat center top/contain;width: 42px;height: 42px;}
    .row-fluid .pDrop-outer ul li:last-child a span.pDrop-numtxt {position: relative;padding-left: 60px;}  
    .row-fluid .moreBenefits{padding-left: 5%;padding-right: 5%;}
    
    .row-fluid .moreBenefits .wrapper{max-width: 100% !important;padding: 0 0;}

/** End the Changes 27/11/2020 **/

/** Changes 30/11/2020 **/
body.fnt-chng .row-fluid h1, body.fnt-chng .row-fluid h2, body.fnt-chng .row-fluid h3, body.fnt-chng .row-fluid h4, body.fnt-chng .row-fluid h5, body.fnt-chng .row-fluid h6, body.fnt-chng .row-fluid a , body.fnt-chng .row-fluid ul li{font-family: 'Raleway', sans-serif;}
body.fnt-chng{font-size:18px;font-weight:400;line-height:1.65;font-family: 'Raleway', sans-serif;}
body.fnt-chng p{font-weight:500;}
body.fnt-chng .row-fluid .Cm--new .sec-subtext , body.fnt-chng .row-fluid .pricingBtm-termText , body.fnt-chng .row-fluid .video--subtitle , body.fnt-chng .row-fluid .signup-form , body.fnt-chng .row-fluid .contactMain.careersMain .careersLeft , body.fnt-chng.fontCom .row-fluid .sup-left .sec-text , body.fnt-chng.fontCom .row-fluid .blox_item .blox_text , body.fnt-chng .row-fluid .register-account p.sign-txt , body.fnt-chng .row-fluid .register-account , body.fnt-chng .row-fluid .signup-form .signup-form-sub-title , body.fnt-chng .row-fluid .itSection .itText , body.fnt-chng .row-fluid .videoSection , body.fnt-chng .row-fluid .Cm--new .canswer , body.fnt-chng .row-fluid .Cm--new .sec-subtext , body.fnt-chng .row-fluid .crm-sec.v2 .crm-left .sec-text , body.fnt-chng .row-fluid .gSupport-text , body.fnt-chng .row-fluid .video--subtitle , body.fnt-chng .row-fluid .testiLeft {font-size:18px;font-weight:400;line-height:38px;font-family: 'Raleway', sans-serif;}
body.fnt-chng .row-fluid h1 , body.fnt-chng .row-fluid .hero-post-title h1 span{font-size:42px;line-height:1.65;font-weight:700;}
body.fnt-chng .row-fluid .post-header h2>a , body.fnt-chng .row-fluid h2 , body.fnt-chng .row-fluid .crm-sec.v2 .crm-left h2 {font-size:30px;line-height:1.65;font-weight:700;}
body.fnt-chng .row-fluid h3 {font-size:24px;line-height:1.65;font-weight:700;}

body.fnt-chng .row-fluid .heroSoftware , body.fnt-chng .row-fluid .hlSubtext ,  body.fnt-chng .row-fluid .phero--text {font-weight: 400;font-size: 26px;line-height: 1.65;}
body.fnt-chng a#cta_button_755928_d95ab018-69fb-4922-b586-58ce33628186 {font-size: 18px;line-height: 1.65;}
body.fnt-chng .row-fluid .ep-subtitle{font-size: 24px;line-height: 1.65;}
body.fnt-chng .row-fluid .PricingSection.pv5-section .Pricing-bulletList ul li{font-size:18px;line-height:1.65;font-weight:600;}
body.fnt-chng.fontCom .row-fluid .blox_item .blox_text p a{font-size:18px;font-weight:400;line-height:1.65;}
body.fnt-chng .blog-new-section .section-title h2{font-size: 30px !important;}
body.fnt-chng .row-fluid .webinar-section .left-part .top-part .top-title h3{font-size:24px;line-height:1.65;font-weight:700;}
body.fnt-chng.hs-blog-listing .row-fluid .post-body{font-size:18px;font-weight:400;line-height:1.65;font-family: 'Raleway', sans-serif;}
body.fnt-chng .row-fluid .footer-section.font--r{font-size: 18px;line-height: 23px;font-weight: 400;}
body.fnt-chng .testiLeft h3 span {font-weight: 400;}
body.fnt-chng .row-fluid .footer-section.font--r .copyright-text .cr-right > div , body.fnt-chng .row-fluid .copyright-text .cr-right > div ul li a , body.fnt-chng .row-fluid .footer-section.font--r .copyright-text {font-size:18px;line-height:21px;font-weight:400;}

body.fnt-chng .hsText {font-size: 26px;line-height: 45px;font-weight: 600;mix-blend-mode: normal;opacity: 0.9;}
body.fnt-chng.fontCom .hsText p{font-weight: 600;}
body.fnt-chng .row-fluid .post-header h2>a {line-height: 48px;}
/* body.fnt-chng .row-fluid h2, body.fnt-chng .row-fluid .crm-sec.v2 .crm-left h2 {line-height: 48px;}*/
body.fnt-chng .row-fluid .crm-sec.v2 .crm-left .sec-text{color: #222222;font-weight: 500;line-height: 38px;}
body.fnt-chng.fontCom .row-fluid .crm-sec.v2 .crm-left .sec-text p{font-weight: 500;}
body.fnt-chng .row-fluid .crm-sec.v2 .crm-left .reqfree--trail{position:static;transform:none;}
body.fnt-chng.v5Home .row-fluid .reqfree--trail a{position: relative;text-align: center;margin: 10px 0 0;padding: 11px 30px 11px 30px;line-height: 45px;min-width: 242px;font-weight: 500;font-size: 18px;background: #0076D1;color: #fff;-webkit-box-sizing: border-box !important;box-sizing: border-box !important;text-align: center;border-radius: 4px;}
body.fnt-chng .row-fluid .reqfree--trail a:before{display:none;}
body.fnt-chng .row-fluid .reqfree--trail a:hover {background: #345172;}
body.fnt-chng .row-fluid .ctabtn--outer [class*="hero--cta"] a{padding: 22.5px 24px;font-size:18px;line-height:28px;font-weight:500;text-align:center;}
body.fnt-chng .row-fluid .crm-sec.v2 .crm-left h2{line-height:54px;font-weight: 800;}


body.fnt-chng .row-fluid .tab-scn-hdr {position:relative;margin-top:40px;margin-bottom: 60px;text-align: center;font-weight: 600;font-size: 24px;line-height: 46px;color: #222;mix-blend-mode: normal;opacity: 0.7;}
body.fnt-chng .row-fluid .tab-scn-hdr h2{opacity: 1;margin:0;font-weight: 800;font-size: 30px;line-height: 62px !important;text-align: center;color: #262626;}
body.fnt-chng .row-fluid .tab-scn-hdr p{font-weight: 600;margin: 0px 0;}
body.fnt-chng .row-fluid .tab-scn-hdr:before{position: absolute;content: '';right: 50%;top: -27px;transform:translateY(-50%);width: 24px;height: 24px;border-radius: 3px;background: #0091FF;}

body.fnt-chng .row-fluid .tab-section.v2 .tab-content h3 {font-size: 30px;line-height: 62px;font-weight: 800;color: #262626;}
body.fnt-chng .row-fluid .tab-section.v2 .tab-content .sec-text ,  body.fnt-chng .row-fluid .tab-content .sec-text ul li {color:#222222;font-size: 18px;font-weight: 500;line-height: 38px;}
body.fnt-chng .row-fluid .tab-section.v2 .tab-content .sec-text p{font-weight: 500;}
body.fnt-chng .row-fluid .ep-secTitle h2 {margin: 0 0 0px;font-weight: 800;font-size: 30px;line-height: 62px;text-align: center;color: #FFFFFF;}
body.fnt-chng .row-fluid .ep-subtitle {font-weight: 600;font-size: 24px;line-height: 46px;text-align: center;mix-blend-mode: normal;opacity: 0.7;}
body.fnt-chng .row-fluid .ep-Sec-col h3{font-weight: 600;font-size: 24px;line-height: 46px;text-align: center;}
body.fnt-chng .row-fluid .ep-Sec-col h3 > span{display:inline-block;}
body.fnt-chng .row-fluid .gSupport-left h2{font-weight: 800;font-size: 30px;line-height: 54px;}
body.fnt-chng .row-fluid .gSupport-text{font-weight: 500;font-size: 18px;line-height: 38px;}
body.fnt-chng .row-fluid .gSupport-text p{font-weight: 500;}
body.fnt-chng .row-fluid .tryText{font-weight: 600;font-size: 18px;line-height: 21px;color: #5E6A89;}
body.fnt-chng .row-fluid .hsContent h1{font-weight: 800;font-size: 42px;line-height: 85px;}
body.fnt-chng .row-fluid .home--left h1{line-height: 65px;font-weight: 800;}
body.fnt-chng .row-fluid .home--left .hr-sctn-txtxcntn h4{max-width: 680px;line-height: 45px;font-size: 26px;color: #424242;font-weight: 500;}
body.fnt-chng .row-fluid .home--left a{padding: 9px 24px;min-width: 241px;font-weight: 500;font-size: 18px;line-height: 45px;text-align:center;}
body.fnt-chng .row-fluid .ditch--left h2{font-weight: 800;font-size: 30px;line-height: 62px;color: #191919;}
body.fnt-chng .row-fluid .ditch--text{line-height: 38px;color: #222222;font-size: 18px;font-weight: 500;}
body.fnt-chng .row-fluid .ditch--text p{font-weight: 500;}
body.fnt-chng .row-fluid .reqfree--trail{padding-left:0;}
body.fnt-chng .row-fluid .rec--sectitle h2{font-weight: 800;font-size: 30px;line-height: 35px;color: #000000;}
body.fnt-chng .row-fluid .video--title h2{font-weight: 800;font-size: 30px;line-height: 35px;text-align: center;color: #000000;}
body.fnt-chng .row-fluid .our-int-title h2{font-weight: 800;font-size: 30px;line-height: 46px;text-align: center;color: #342D20;}
body.fnt-chng .row-fluid .our-int-text{font-weight: 500;font-size: 18px;line-height: 38px;text-align: center;color: #222222;mix-blend-mode: normal;opacity: 0.7;}
body.fnt-chng .row-fluid .our-int-text p{ font-weight: 500;}
body.fnt-chng a#cta_button_755928_d95ab018-69fb-4922-b586-58ce33628186 {position: relative;text-align: center;margin: 58px 0 0;padding: 11px 30px 11px 30px;line-height: 45px;min-width: 263px;font-weight: 500;font-size: 18px;background: #0076D1;color: #fff;-webkit-box-sizing: border-box !important;box-sizing: border-box !important;text-align: center;border-radius: 4px;}
body.fnt-chng .row-fluid .our--int--cta a:before{display:none;}
body.fnt-chng a#cta_button_755928_d95ab018-69fb-4922-b586-58ce33628186:hover {background: #345172;}
body.fnt-chng .row-fluid .testiLeft h3{font-weight: bold;font-size: 42px;line-height: 50px;color: #FFFFFF;}
body.fnt-chng .row-fluid .footer-section.font--r .fsignin{font-size:18px;}
body.fnt-chng .row-fluid .footer-section.font--r .ftitle{font-weight: bold;font-size: 18px;line-height: 23px;color: #FFFFFF;}
body.fnt-chng .row-fluid .footer-section.font--r .fsignin p span{font-weight:400;}
body.fnt-chng .row-fluid .footer-section.font--r .fsignin a{font-weight:400;}
body.fnt-chng .row-fluid .footer-box {float: left;width: 17.5%;margin: 15px 2.5% 15px 0;}
body.fnt-chng .row-fluid .tab-section.v2 .sft-dflut.tab-inner .wrapper .tab-content{position:relative;}
body.fnt-chng .row-fluid .tab-section.v2 .sft-dflut.tab-inner .wrapper .tab-content:before {position: absolute;content: '';left:0;top: -20px;width: 19px;height: 19px;border-radius: 3px;background: #6DD400;}
body.fnt-chng .row-fluid .tab-section.v2 .tab-align.tab-inner .wrapper .tab-content{position:Relative;}
body.fnt-chng .row-fluid .tab-section.v2 .tab-align.tab-inner .wrapper .tab-content:before{position: absolute;content: '';left:auto;top: -20px;width: 19px;height: 19px;border-radius: 3px;background: #6DD400;}

body.fnt-chng .row-fluid .tab-section.v2 .tab-align.tab-inner:nth-child(2n+1) .wrapper .tab-content{position:relative;}
body.fnt-chng .row-fluid .tab-section.v2 .tab-align.tab-inner:nth-child(2n+1) .wrapper .tab-content:before{display:block; position: absolute; content: '';left:0;top: -20px; width: 19px; height: 19px; border-radius: 3px; background: #6DD400; }
body.fnt-chng .row-fluid .tab-section.v2 .tab-inner:nth-child(2n+1) .wrapper:before, body.fnt-chng .row-fluid .tab-section.v2 .tab-inner:nth-child(2n+1) .wrapper:after{display:none;}


body.fnt-chng.sft-new .row-fluid .tab-section.v2 .tab-inner:nth-child(2n+1) .tab-content:before{display:none;}
body.fnt-chng .row-fluid .tab-section.v2 .tab-main .tab-inner .wrapper{display:flex;flex-wrap:wrap;align-items: center;}
/* body.fnt-chng.sft-new .row-fluid .tab-section.v2 .tab-align.tab-inner:nth-child(even) .wrapper {justify-content: left;flex-flow: row-reverse;} */
body.fnt-chng.sft-new .row-fluid .tab-section.v2 .sft-dflut.tab-inner:nth-child(even) .wrapper {justify-content: left;}
body.fnt-chng.sft-new .row-fluid .tab-section.v2 .tab-align.tab-inner:nth-child(even) .wrapper{justify-content:flex-end;}
body.fnt-chng.sft-new .row-fluid .tab-section.v2 .sft-dflut.tab-inner:nth-child(2n) .tab-content{order:0;float: none !important;margin-left: 0;}
body.fnt-chng.sft-new .row-fluid .tab-section.v2 .sft-dflut.tab-inner:nth-child(2n) .tab-img {order: 2;position: absolute;top: auto;left:auto;right: -120px;}


/* body.fnt-chng .tab-inner.greenSqHide.tab-align .span6.tabvideo {position: static;order: 0;transform: none;margin-left: 0;}
body.fnt-chng .tab-inner.greenSqHide.tab-align .span6.tab-content {order: 2;display: flex;position: static;flex-wrap: wrap;} */

body.fnt-chng.prc-wp .row-fluid .qaFeatures-bttm-btn {text-align: center;margin-top: 30px;}
body.fnt-chng.prc-wp .row-fluid .qaFeatures-bttm-btn a{padding: 9px 24px;min-width: 241px;font-weight: 500;font-size: 18px;line-height: 45px;text-align: center;background: #0076d1;border: 2px solid #fff;color: #fff;-webkit-border-radius: 11px;border-radius: 11px;-webkit-box-sizing: border-box !important;box-sizing: border-box !important;text-align: center;}
body.fnt-chng.prc-wp .row-fluid .qaFeatures-bttm-btn a:hover {background: #345172;}
body.fnt-chng.prc-wp .row-fluid .qaFeatures{padding: 50px 0 65px;}
/* body.fnt-chng.prc-wp .pr-logo-hdr {margin-bottom:20px;} */
body.fnt-chng.prc-wp .pr-logo-hdr span {font-weight: 800;font-size: 24px;line-height: 42px;text-align: center;color: #37474F;}

body.fnt-chng.prc-wp .row-fluid .home--left{padding: 60px 0 100px;}
body.fnt-chng.prc-wp .row-fluid .home--left .hr-sctn-txtxcntn{width:100%;float:left;}
body.fnt-chng.prc-wp .row-fluid .logo-slider > span.hs_cos_wrapper{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
body.fnt-chng.prc-wp .row-fluid .logo-slider > span > div{padding: 25px 55px;}
body.fnt-chng.prc-wp .row-fluid .logo-slider{margin-top: 40px;margin-bottom:10px;}
body.fnt-chng.prc-wp .row-fluid .home--left ul {width: 100%;float: left;margin-top: 50px;}
body.fnt-chng.prc-wp .row-fluid .home--left ul li {position: relative;list-style: none;padding-left: 40px;}
body.fnt-chng.prc-wp .row-fluid .home--left ul li:before {position: absolute;left: 0;top: 10px;width: 20px;height: 20px;content:'';background-image:url('https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/2021%20Pricing%20v6/Object.png');background-repeat:no-repeat;background-size:contain;background-position:center center;}
body.fnt-chng.prc-wp .row-fluid .logo-slider img { mix-blend-mode: difference;max-width: 140px !important; }
body.fnt-chng.prc-wp .row-fluid .home--left ul li{width: 49%;float: left;margin-right: 2%;}
body.fnt-chng.prc-wp .row-fluid .home--left ul li:nth-child(2n){margin-right:0;}
body.fnt-chng.prc-wp .row-fluid .home--left .hr-sctn-btn{margin-top: 60px;float:left;width:100%;}
body.fnt-chng.prc-wp .lg-sctn-fll{position:relative;z-index:999;padding-bottom: 30px;}

body.fnt-chng .row-fluid .PricingSection.pv5-section .p-dropdown a{line-height: 23px;}
body.fnt-chng.btn-chng .row-fluid .crm-sec.v2 .crm-left .reqfree--trail {padding: 0;position: absolute;left: 50%;transform: translateX(-50%) translateY(50%);bottom: 0;width: auto;z-index: 2;}

body.fnt-chng.btn-chng .row-fluid .reqfree--trail a {position: relative;text-align: center;margin: 58px 0 0;padding: 45px 70px 45px 140px;line-height: 34px;min-width: 524px;font-weight: 700;font-size: 28px;background: #41485A;color: #fff;-webkit-box-sizing: border-box !important;box-sizing: border-box !important;}
body.btn-chng .row-fluid .reqfree--trail a:before{display:block;position: absolute;content: ' ';left: 80px;top: 50%;transform: translateY(-50%);background: url('https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%20-%20Sept%202020/arrow-white.png') no-repeat center top/contain;width: 56px;height: 27px;font-size: 0;}
body.btn-chng .row-fluid .webinar-section .webinar-inner-wrap .content{font-size: 18px;line-height: 1.65;}

body.btn-chng .post-title span {color: #fff;font-size: 16px;font-weight: 500;}
	
body.fnt-chng .row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a , body.fnt-chng .row-fluid .main--menu .hs-menu-wrapper > ul > li:not(:first-child) > ul > li a {font-size: 20px;font-weight: 500;line-height: 28px;}
body.fnt-chng .row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li:hover > a , body.fnt-chng .row-fluid .main--menu .hs-menu-wrapper > ul > li:not(:first-child) > ul > li:hover a

body.fnt-chng .row-fluid .signup-form {line-height:1.65;}
body.fnt-chng .row-fluid .contactMain .contactLeft , body.fnt-chng .row-fluid .contactMain .contactLeft p{font-size:18px;line-height:1.65;font-weight: 500;}	
body.fnt-chng.aboutUs .row-fluid .videoSection > .wrapper:before, body.fnt-chng.aboutUs .row-fluid .videoSection > .wrapper:after , body.fnt-chng.aboutUs .row-fluid .vidTop:before, body.fnt-chng.aboutUs .row-fluid .vidTop:after  {visibility: hidden;}
body.fnt-chng .row-fluid .itSection .itBox .itText p{line-height:1.65;}
body.fnt-chng.aboutUs .row-fluid .itSection h3 > span{font-size:32px;line-height:1.65;font-weight:700;}
body.fnt-chng .row-fluid .view-all-button a{display: inline-block;padding: 10px 22px;background: #00ABE5;border-radius: 7px;font-size: 16px;font-weight: 700;color: #fff;letter-spacing: .5px;transition: all .5s;margin-top: 25px;}
body.fnt-chng .row-fluid .view-all-button a:hover , .row-fluid .blog-new-section .recent-box .read-btn a:hover {background: #004E76;}
body.fnt-chng .row-fluid .careersLearn{margin-top: 25px;padding-top: 30px;}
body.fnt-chng .row-fluid .main--menu .hs-menu-wrapper ul.active-branch li.hs-menu-item.active.active-branch > a , body.fnt-chng .row-fluid .main--menu .hs-menu-wrapper ul.active-branch li.hs-menu-item.active-branch > a{color: #0091FF;font-weight: 700;}

.row-fluid .hs-error-msgs label {color:#ff0000;}
.row-fluid .hm-vr-cn {display:flex;flex-wrap:wrap;align-items:center;}
.row-fluid .hm-vr-cn .home--left{padding: 60px 0 150px;}
.row-fluid .blog-new-section .recent-box .read-btn a{background: #00ABE5;}

body.sNew.fnt-chng .row-fluid .ep-Sec-four{padding-bottom: 56px;position: relative;}
body.sNew.fnt-chng .row-fluid .ep-Sec-col h3{position: absolute;bottom: 0;left: 50%;transform: translatex(-50%);}



body.fnt-chng.prc-wp .row-fluid .flex--box.hm-frm {align-items: center;-webkit-align-items: center;}
body.fnt-chng.prc-wp .row-fluid .home--hero .flex--box {position: relative;z-index: 9;}
body.fnt-chng.prc-wp .row-fluid .new--header{z-index: 99;}
body.fnt-chng.prc-wp .row-fluid .home--right.hm-rgh-frm{width: 40%;right: -18px;margin-top: 40px; -webkit-align-self: flex-start; align-self: flex-start }
body.fnt-chng.prc-wp .row-fluid .home--right.hm-rgh-frm .home--rgh-form{min-height:450px;border-radius: 15px;box-shadow: 0px 0px 15px 5px rgba(196, 196, 196, 0.5);background-color:#FFF; padding:40px 50px;margin-bottom:80px;}
body.fnt-chng.prc-wp .row-fluid .home--right.hm-rgh-frm .hm-rgh-frm-ttl h4 {letter-spacing:-0.06px;font-size: 24px;line-height: 28px;color: #212529;font-weight: 500;}
body.fnt-chng.prc-wp .row-fluid .home--right.hm-rgh-frm .hm-frm-text {font-size: 18px;line-height: 20px;letter-spacing: -0.06px;color: #9EA0A5;}
body.fnt-chng.prc-wp .row-fluid .home--right.hm-rgh-frm .hm-frm-text p{font-weight: 400;}
body.fnt-chng.prc-wp .row-fluid input[type=text], body.fnt-chng.prc-wp .row-fluid input[type=tel], body.fnt-chng.prc-wp .row-fluid input[type=email], body.fnt-chng.prc-wp .row-fluid input[type=date], body.fnt-chng.prc-wp .row-fluid input[type=number], body.fnt-chng.prc-wp .row-fluid select, body.fnt-chng.prc-wp .row-fluid textarea{font-weight:400;font-size: 16px;line-height:24px;letter-spacing:0.15px;color:#000000;opacity:60%;min-height: 50px;width: 100%;border: 2px solid rgba(0, 0, 0, 0.32) !important;}
body.fnt-chng.prc-wp .row-fluid input::placeholder{letter-spacing:0.15px;color:#000000;opacity:60%;}
body.fnt-chng.prc-wp .row-fluid fieldset.form-columns-2 .hs-form-field:nth-child(2) .input{margin-right: 0;}
body.fnt-chng.prc-wp .row-fluid fieldset.form-columns-1 .input{margin-right: 0;}
body.fnt-chng.prc-wp .row-fluid .hm-rgh-frm-ttl {margin-bottom: 40px;}
body.fnt-chng.prc-wp .row-fluid .hs-form-field {margin-bottom: 17px;line-height: normal;position:relative;}
body.fnt-chng.prc-wp .row-fluid input[type=submit]{border-radius: 5px;padding: 21.74px 20px;width:100%;background-color:#0076D1;font-style: normal;font-weight: 500;font-size: 18px;line-height: 16px;text-align: center;letter-spacing: 1.60714px;color: #FFFFFF;}
body.fnt-chng.prc-wp .row-fluid input[type=submit]:hover {background: #345172;}
body.fnt-chng.prc-wp .row-fluid .actions {padding-top: 35px;}
body.fnt-chng.prc-wp .row-fluid fieldset.form-columns-1 .input ul li{list-style-type:none;}
body.fnt-chng.prc-wp .row-fluid .legal-consent-container .hs-form-booleancheckbox-display>span{ margin-left: 30px;font-size:14px;line-height: 20px;letter-spacing: -0.05px;color: #9ea0a5;;}
body.fnt-chng.prc-wp .row-fluid .legal-consent-container .hs-form-booleancheckbox-display>span p{font-weight:400;}
body.fnt-chng.prc-wp .row-fluid .legal-consent-container .hs-form-booleancheckbox-display>span a{font-weight:400;color: #56575a;text-decoration: underline !important;display: inline-block;vertical-align: middle}
body.fnt-chng.prc-wp .row-fluid .legal-consent-container .field.hs-form-field {margin-top: 33px;margin-bottom:0;}

body.fnt-chng.prc-wp .row-fluid input:hover {border-color:#1665D8 !important;}
body.fnt-chng.prc-wp .row-fluid .hs_error_rollup label{display:none;}
body.fnt-chng.prc-wp .row-fluid .hs-input.invalid.error{border-color: #ff0000 !important;}
body.fnt-chng.prc-wp .row-fluid .hs-error-msgs label {color: #ff0000;line-height: 35px;}
/* body.fnt-chng.prc-wp .row-fluid .hs-form-field.focused{margin-bottom: 20px;} */
body.fnt-chng.prc-wp .row-fluid .hs-form-field.focused input{border-color:#1665D8 !important;}
body.fnt-chng.prc-wp .row-fluid .hs-form-field.focused > label{background-color:#fff;color: #1665D8;opacity: 100%;position: absolute;top: -10px;left: 18px;font-size: 12px;padding:0 5px;line-height: 14px;letter-spacing: 0.4px;z-index:9;font-weight: 400;transition: ease all 0.0s;}
body.fnt-chng.prc-wp .row-fluid .hs-form-field > label{color: #000000;opacity: 60%;position:absolute;top: 15px;left: 20px;font-size:16px;line-height:24px;letter-spacing:0.15px;}
body.fnt-chng.prc-wp .row-fluid .hs-form-field > label span.hs-form-required{display:none;}
body.fnt-chng.prc-wp .row-fluid .home--right img{margin-left: -75px;}
/* body.fnt-chng.prc-wp .row-fluid .feature-hdr-mdul {padding-top: 80px;} */
body.fnt-chng.prc-wp .row-fluid .pr-logo-hdr{padding-bottom: 30px;}
body.fnt-chng.prc-wp .row-fluid .logo-slider > span > div > span > img:hover {filter: none;mix-blend-mode: multiply;}
body.fnt-chng.prc-wp .row-fluid .hlSubtext {max-width: 630px;}
/* body.fnt-chng.prc-wp .row-fluid .qaFeatures{opacity: 0.65;} */


body.form-ttl-hd .hm-rgh-frm-ttl {display: none;}
body.fnt-chng.form-ttl-hd .row-fluid .home--right.hm-rgh-frm .home--rgh-form{position:relative;}
body.fnt-chng.form-ttl-hd .row-fluid .submitted-message{text-align: center;position: absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);}
body.form-ttl-hd .row-fluid .home--right.hm-rgh-frm .hm-frm-text, body .row-fluid .home--right .home--rgh-form .submitted-message { display: none; }
body.form-ttl-hd .row-fluid .home--right .home--rgh-form .submitted-message { display:block; }
body.fnt-chng.prc-wp .row-fluid .home--hero .flex--box{min-height: 763px;}
body.fnt-chng.prc-wp.form-ttl-hd .row-fluid .home--right{-webkit-align-self: start;align-self: start;}




/* New Modules Benefits Area - EA 2020*/

.row-fluid .bnfts-area-sctn {padding: 130px 0 150px;position:relative;  }
.row-fluid .straightwave{padding-top: 0 !important;position:relative;z-index:2;margin-top:320px;}
.row-fluid .straightwave .bnfts-area-contanier {margin-top: -70px;}
.row-fluid .Hr-Waves-top {position: absolute;top: -320px;z-index: -1;}
.row-fluid .Hr-Waves-top svg{width:100%;height:100%;}
.row-fluid .bnfts-area-header{margin-bottom:25px;}
.row-fluid .bnfts-area-content {max-width: 949px;margin: 0 auto;}
.row-fluid .bnfts-area-row{margin: 25px 0 0;}

.row-fluid .bnfts-area-colmn:nth-child(4n){margin-right:0;}
.row-fluid .bnfts-area-image {width: 76px;margin: 0 auto;background: #0091FF14;mix-blend-mode: normal;border-radius: 11px;padding: 10px;min-height: 76px;position:relative;}
.row-fluid .bnfts-area-image img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:42px;height:42px;}
.row-fluid .bnfts-area-box-content {padding: 0 20px;margin-bottom: 40px;margin-top: 40px;}
body.fnt-chng .row-fluid .bnfts-area-box-content h2{font-weight: 600;font-size: 30px;line-height: 35px;text-align: center;color: #212121;}
.row-fluid .bnfts-area-box-btn {line-height:18px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;position: absolute;bottom: 0;padding: 20px 20px;text-align: center;border-top: 1.2px solid rgba(197, 197, 197, 0.2);}
.row-fluid .bnfts-area-colmn {width: 23.8%;margin-right: 1.5%;text-align: center;margin-bottom: 50px;border-radius: 7.2px;position:relative;}
.bnfts-area-colmninner {border: 1.2px solid rgba(197, 197, 197, 0.3);border-radius: 7.2px;background-color: #fff;padding: 40px 0px 70px;height: 100%;}
.row-fluid .bnfts-area-box-txt {margin-top: 40px;font-size: 18px;line-height: 1.6;text-align: center;color: #9D9D9D;margin-bottom:20px;}
body.fnt-chng .row-fluid .bnfts-area-box-txt p{font-weight:400;}
.row-fluid .bnfts-area-box-btn a {position:relative;left:-10px;font-weight: 400;font-size: 15.6px;line-height: 18px;color: #212121;}
.row-fluid .bnfts-area-box-btn a:before {border-right: 1px solid #212121;border-bottom: 0px solid transparent;border-top: 1px solid #212121;position: absolute;top: 4px;right: -19px;content: '';background-color: transparent;transform: rotate(45deg);width: 7px;height: 7px;}
.row-fluid .bnfts-area-box-btn a:after{position:absolute;top: 8px;right: -19.5px;width: 13px;height:1px;background-color:#212121;content:'';}
.row-fluid .bnfts-area-colmninner:hover{box-shadow: 0px 36px 36px rgba(197, 197, 197, 0.2);border-top:6px solid #0091FF;transform:scale(1.05);}
.row-fluid .bnfts-area-colmninner:hover .bnfts-area-box-btn a{color:#0091FF;}
.row-fluid .bnfts-area-colmninner:hover .bnfts-area-box-btn a:before{border-color:#0091FF;border-bottom:0px solid transparent;}
.row-fluid .bnfts-area-colmninner:hover .bnfts-area-box-btn a:after{background-color:#0091FF;}


.row-fluid .cta-sctn{padding: 124px 0 132px;}
.row-fluid .cta-sctn-header {max-width: 652px;margin: 0 auto;}
body.fnt-chng  .row-fluid .cta-sctn-header h3{font-weight: 600;font-size: 50px;line-height: 59px;color: #FFFFFF;}
.row-fluid .cta-subtitle{margin-top:10px;font-weight: normal;font-size: 30px;line-height: 30px;text-align: center;color: #FEFEFE;}
.row-fluid .cta-subtitle p{font-weight:400;}
.row-fluid .cta-sct-btn {margin-top: 50px;}

/* .row-fluid .cta-sct-btn a:nth-child(2n){margin-right:0;} */
.row-fluid .cta-subtitle{line-height: 36px;}
.row-fluid .cta-sct-btn .hs_cos_wrapper_type_cta:nth-child(2n) a:hover{line-height: 19px;letter-spacing: 1px;border-color: #41485A;color: #FFFFFF;font-weight: 800;font-size:16px;background: #41485A;box-shadow: 0px 10px 50px rgba(7, 42, 68, 0.12);border-radius: 8px;}
.row-fluid .cta-sct-btn a{line-height: 25px;min-width: 220px;border: 1px solid #41485A;font-weight: 500;font-weight: 500;font-size: 20px;color: #FFFFFF;background: #41485A;box-shadow: 0px 10px 50px rgba(7, 42, 68, 0.12);border-radius: 8px;padding: 18px 10px;margin: 10px 28px;}
.row-fluid .cta-sct-btn .hs_cos_wrapper_type_cta:nth-child(2n) a{min-width: 220px;border: 0.9px solid #FFFFFF;border-radius: 9.9px;padding: 18px 10px;font-weight: 500;font-size: 20px;background-color:transparent;line-height: 25px;text-align: center;color: #FFFFFF;}
.row-fluid .cta-sct-btn .hs_cos_wrapper_type_cta{display:inline-block;}
.row-fluid .cta-sct-btn a:hover{line-height: 19px;letter-spacing: 1px;font-weight: 800;font-size:16px;background-color:transparent;color: #FFFFFF;border: 0.9px solid #FFFFFF;}

.row-fluid .vdo-wthbx-sctn {padding: 218px 0 361px;overflow: hidden;}
.row-fluid .video-wrapper {position: relative;padding-top: 45%;width: 100%;max-width: 1029px;margin: 0 auto;}
.row-fluid .video-wrapper > video {width: 100%;vertical-align: middle;object-fit: cover;object-position: top;position: absolute;top: 0;left: 0;height: 100%;max-width: 100%;}
.row-fluid .video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {display: none;}
.row-fluid .video-overlay-play-button {box-sizing: border-box;width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: block;cursor: pointer;transition: opacity 150ms;}
.row-fluid .video-overlay-play-button:hover {opacity: 1;}
.row-fluid .video-overlay-play-button.is-hidden {display: none;}
.row-fluid .video-overlay-play-button:before {position: absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);width: 99px;height: 99px;border: 6px solid #fff;border-radius: 50%;content: '';}
.row-fluid .video-overlay-play-button:after{position: absolute;top: 50%;left: calc(50% - -4px);transform: translate(-50% , -50%);width: 0; height: 0; border-top: 20px solid transparent;border-bottom: 20px solid transparent;border-left: 30px solid #fff;border-radius: 3px;content: '';}
.row-fluid .vdo-wthbx-row {position: relative;}
.row-fluid .video-wthbx-box{position: relative;z-index: 1;float: right;right: -225px;max-width: 1000px;margin-top: -160px;}
.row-fluid .vdo-wthbx-col {display:flex;display:-webkit-flex;flex-wrap:wrap;align-items:center;width: 100%;float: left;text-align: left;background-color: #fff;box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);border-radius: 6px;padding: 50px 68px;}
.row-fluid .vdo-wthbx-lft{width:30%;float:left;}
.row-fluid .vdo-wthbx-rght{width: 67%;float: left;margin-left: 3%;max-width: 460px;padding-right: 15px;}
.row-fluid .vdo-rght-star ul li {list-style: none;display:inline-block;margin-right: 18px;}
.row-fluid .vdo-rght-star ul li svg {width: 24px;fill:#ffb239;}
.row-fluid .vdo-wthbx-lft img {max-width: 206px !important;}
.row-fluid .vdo-rghttop-content {margin-top: 29px;margin-bottom: 21px;font-weight: normal;font-size: 18px;line-height: 28px;color: #3A4451;mix-blend-mode: normal;opacity: 0.9;}
.row-fluid .vdo-rghttop-content p{font-weight:400;}
.row-fluid .vdo-rght-nm {width:100%;position: relative;padding: 19px 0;float:left;}
.row-fluid .vdo-rght-nm:before {position:absolute;top:0;left:0;width:72px;height:1px;background-color:#979797;content:'';}
.row-fluid .vdo-rght-nm span.vdo-name{width:100%;float:left;font-weight: 600;font-size: 24px;line-height: 32px;color: #0091FF;}
.row-fluid .vdo-rght-nm span.vdo-occupation{margin-top:5px;width:100%;float:left;font-weight: 500;font-size: 20px;line-height: 32px;color: #4c4c4c;}

.row-fluid .vdo-title{margin-bottom: 30px;}



.row-fluid .interation-sctn {padding: 118px 0 150px;position:relative;z-index:2;overflow: hidden;}
/* .row-fluid .interation-sctn:before{position:absolute;top:20px;left:-770px;width: 200%;height: 407px;background: linear-gradient(0.17deg, #FFFFFF 2.44%, #F6F6F6 102.41%);border-radius: 50%;transform: skew(8deg, -3deg );content:'';} */
.row-fluid .interation-sctn:before{position: absolute;top: 20px;left: -400px;right: -400px;height: 360px;background: linear-gradient(0.17deg, #FFFFFF 2.44%, #F6F6F6 102.41%);border-radius: 50%;transform: skew(8deg, -4deg );content: '';}
.row-fluid .interation-header{margin-bottom:90px;margin-top: 30px;}
body.fnt-chng .row-fluid .interation-header h2 , body.fnt-chng .row-fluid .intrtn-scndrght-title h2{font-weight:600;line-height:35px;}
.row-fluid .interation-content {position: relative;z-index: 1;}
.row-fluid .interation-row ul li {list-style: none;display: inline-block;}
.row-fluid .interation-button-grp ul{text-align:Center;}
.row-fluid .interation-button-grp ul li a{background: #FFFFFF;border: 1px solid #E4E5E7;border-radius: 6px;min-width:220px;padding:18.5px 10px;font-weight: 400;font-size: 18px;line-height: 21px;color: #777F88;text-align:center;}
.row-fluid .interation-scnd-sldr {margin-top: 70px;}
.row-fluid .interation-scnd-rw {display: flex;flex-wrap: wrap;align-items: center;/* justify-content: center; */}
.row-fluid .intrtn-scndllft {width: 50%;float: left;position:relative;}
.row-fluid .intrtn-scndrght {width: 40%;margin-left:10%;float: left;}
.row-fluid .intrtn-scndrght-title {margin-bottom: 20px;}
.row-fluid .intrtn-scnd-txt {line-height: 32px;color: #71828A;}
.row-fluid .intrtn-scnd-txt p{font-weight:400;}
.row-fluid .intrn-scnd-list{margin-top:20px;margin-bottom:40px;}
.row-fluid .intrn-scnd-list , .row-fluid .intrn-scnd-list ul , .row-fluid .intrn-scnd-btn{width: 100%;float: left;}
.row-fluid .intrn-scnd-list ul li {margin-bottom: 20px;display: flex;display: -webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;align-items: center;-webkit-align-items: center;float: left;padding-left: 30px;margin-right:4%;position:relative;}
/* .row-fluid .intrn-scnd-list ul li:nth-child(2n){margin-right:0;} */
.row-fluid .intrn-scnd-list ul li:before{position:absolute;top:15px;left:10px;width:10px;height:10px;border-radius:50%;background-color:#0074E4;content:'';}
.row-fluid .intrn-scnd-list ul li:after{position:absolute;top:5px;left:0;width:20px;height:20px;content:'';border-radius:50%;background: #0074E4;mix-blend-mode: normal;opacity: 0.1;}
.row-fluid .intrn-scnd-btn a{position:relative;display:inline-block;color:#0074E4;font-weight: 500;font-size: 18px;line-height: 21px;}
.row-fluid .intrn-scnd-btn a:before {border-right: 1.5px solid #0074E4;border-bottom: 0px solid transparent;border-top: 1.5px solid #0074E4;position: absolute;top:8px;right: -19px;content: '';background-color: transparent;transform: rotate(45deg);width: 5px;height: 5px;}
.row-fluid .intrn-scnd-btn a:after {position: absolute;top: 11px;right: -19.5px;width: 10px;height: 1px;background-color: #0074E4;content: '';}
.row-fluid .interation-bottom-btn {margin-top: 40px;text-align: center;}
.row-fluid .interation-bottom-btn a{background: #FFFFFF;min-width: 201px;padding: 19.5px 10px;font-weight: normal;font-size: 16px;line-height: 19px;letter-spacing: 1px;color: #41485A;border: 1px solid #41485A;box-shadow: 0px 10px 35px rgba(7, 42, 68, 0.12);border-radius: 8px;}
.row-fluid .intrtn-scndllft:before{position:absolute;z-index: -1;top:0;left: 0%;width: 550px;height:550px;border-radius:50%;background: linear-gradient(360deg, #FFFFFF 0%, #E6EBEE 100%);content:'';}
.row-fluid .intrtn-scndllft-bgimg {position: relative;margin: 110px 0 60px 130px;max-width: 500px;float: left;width: 100%;background-color: #fff;border-radius: 9px;box-shadow: -35px 35px 1px 0px #f1f2f3;}
.row-fluid .intrtn-scndllft-bgimg img{border-radius:9px;}
.row-fluid .intrtn-scndllft-bgimg:before{position:absolute;top:0;left:0;width:100%;height:100%;content:'';box-shadow:25px 40px 20px 6px #f5f5f5;border-radius:9px;}
.row-fluid .interation-btn-sldr{max-width: 1200px !important;margin: 0 auto;float: none;}
.row-fluid .interation-btn-sldr.slick-slider .slick-prev{background-size: 30px;width: 50px;height: 50px;left: -50px;}
.row-fluid .interation-btn-sldr.slick-slider .slick-next{background-size: 30px;width: 50px;height: 50px;right:-50px;}
.row-fluid .interation-btn-sldr.slick-slider .slick-prev:before, .row-fluid .interation-btn-sldr.slick-slider .slick-next:before{display:none;}

.row-fluid .interation-bottom-btn a:hover{background: #0076D1;border-color:#0076D1;color:#fff;font-weight:500;}

.row-fluid .interation-button-grp.slick-slide.slick-current.slick-active ul li a {border: 1px solid #41485A;color: #41485A;font-weight: 500;}
.row-fluid .playBtn:hover{border-color:#000;}
.row-fluid .playBtn i {margin-left: 5px;}



/* Call to action Section - EvaluAgent */

.row-fluid .cta-sctn-ea{position:relative;padding:150px 0 105px;}
.row-fluid .cta-sctn-ea .w1400{position:relative;z-index:1;}
.row-fluid .cta-sctn-ea:before{position:absolute;width:100%;height:100%;top:0;left:0;content:'';opacity:0.29;}
.row-fluid .cta-sctn-ea-contanet{text-align:center;max-width:740px;margin:0 auto;float:none;}
body.fnt-chng .row-fluid .cta-sctn-ea-header h3{font-weight: 600;font-size: 50px;line-height: normal;color: #FFFFFF;}
.row-fluid .cta-sct-ea-btn{margin-top:55px;}
.row-fluid .cta-sct-ea-btn a{min-width:185px;padding:13px 15px;box-shadow: 0px 10px 50px rgba(7, 42, 68, 0.12);border-radius: 8px;font-weight: 500;font-size: 20px;line-height: 1.26;text-align: center;color: #FFFFFF;}
.row-fluid .cta-sctn-ea.cta-lft-optn-pd{padding:88px 0;}
.row-fluid .cta-sctn-ea-contanet.cta-lft-optn{max-width:1308px;text-align: left;display: flex;display: -webkit-flex;flex-wrap: wrap;align-items: center;-webkit-flex-wrap: wrap;-webkit-align-items: center;-moz-align-items: center;-o-align-items: center;-o-flex-wrap: wrap;display: -o-flex;}
.row-fluid .cta-sctn-ea-header .cta-subtitle{color:#fff;}
.row-fluid .cta-sctn-ea-contanet.cta-lft-optn .cta-sctn-ea-header{width:67%;margin-right: 3%;float:left;}
.row-fluid .cta-sctn-ea-contanet.cta-lft-optn .cta-sctn-right{width:30%;float:left;text-align: right;}
.row-fluid .cta-sctn-ea-contanet.cta-lft-optn .cta-sctn-right .cta-sct-ea-btn{margin-top:0;}
.row-fluid .cta-sctn-ea-contanet.cta-lft-optn .cta-sctn-ea-subtitle{text-align: left;line-height:32px;}
.row-fluid .cta-sctn-ea-header .cta-subtitle{margin-top:0;line-height: 1;}
.row-fluid .cta-sct-ea-btn a{margin: 0 15px 20px;}
.row-fluid .cta-sct-ea-btn a:hover{background-color:#fff;color:#345172;}
/* .row-fluid .cta-sct-ea-btn.cta-sct-ea-tw a:nth-child(2n){margin-right:0;} */


.row-fluid .scal-prf-logos {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.row-fluid .scal-prf-logo img{max-width:140px !important; vertical-align: middle; }
.row-fluid .scal-prf-logo {display: inline-block;padding:20px 25px;}
.row-fluid .scal-prf-logo:last-child {padding-right: 0;}
.row-fluid .scal-prf-logo:first-child {padding-left: 0;}
/* Header Comonent - EA 2020 */

.row-fluid .hero-compnent-sctn {padding-bottom: 165px;margin-top: 101px;position:relative;overflow:hidden;}
.row-fluid .hero-compnnt-lft {width: 50%;margin-right:3%;float: left;position:relative;z-index: 2;padding: 140px 0 40px;}
.row-fluid .hr-rght-side {width: 47%;float: left;text-align:right;position:absolute;right: 0;height: 100%;z-index: 2;}
.row-fluid .hero-new-sctn .hr-rght-side {top: 0;}
.row-fluid .hero-compnent-trng-overly{width: 142px;height: 142px;position: absolute;top: 10px;right: 615px;transform: rotate(-18deg);z-index: 1;}
.row-fluid .triangle {position: relative;background-color: transparent;text-align: left;}
.row-fluid .triangle:before,
.row-fluid .triangle:after {content: '';position: absolute;background-color: inherit;}
.row-fluid .triangle,
.row-fluid .triangle:before,
.row-fluid .triangle:after {width: 80px;height: 80px;border-top-right-radius: 70%;}
.row-fluid .triangle {transform: rotate(-60deg) skewX(-30deg) scale(1,.866);}
.row-fluid .triangle:before {transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);}
.row-fluid .triangle:after {transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);}
.row-fluid .hr-rght-img {margin: 20px 0 0;}

/* .row-fluid .hero-compnent-sctn:after {position: absolute;content: '';top: -270px;right: -135px;width: 990px;height: 890px;background: transparent;border-radius: 100px 100px 350px 200px;mix-blend-mode: normal;opacity: 0.9;transform: rotate(41deg);z-index: -1;} */
.row-fluid .hero-compnent-sctn:after {position: absolute;content: '';top: -270px;z-index: 1;right: -85px;width: 700px;height: 785px;background: transparent;border-radius: 100px 100px 350px 200px;mix-blend-mode: normal;opacity: 0.9;transform: rotate(41deg);}
body.fnt-chng .row-fluid .hero-compnnt-title h1{font-weight: 800;font-size: 55px;line-height: 1.27;color: #41485A;}
.row-fluid .hero-compnt-txt{font-size: 22px;line-height: 1.65;color: #474747;}
.row-fluid .hero-compnt-txt p{margin-bottom:20px;float:left;}
.row-fluid .hero-compnt-btn {margin: 20px 0 20px;}
.row-fluid .hero-compnt-btn a{min-width:185px;padding: 13px 15px;text-align:center;background: #0074E4;box-shadow: 0px 10px 50px rgba(7, 42, 68, 0.12);border-radius: 9.9px;font-weight: 500;font-size: 20px;line-height: 1.26;color: #FFFFFF;}
.row-fluid .hero-compnt-btn .cta-loop1 a { margin: 0 18px 18px 0; }
.row-fluid .hero-compnt-btn a:hover {background-color: #345172;}
.row-fluid .hero-lft-logos{margin: 30px 0 0;display: flex;flex-wrap: wrap;align-items: center;}
.row-fluid .hr-lft-lg{display: inline-block;margin: 20px 37px 20px 0;}
.row-fluid .hr-lft-lg img{max-width: 90px !important;}
.row-fluid .hr-rght-vdeo {position: relative;padding-top: 100%;}
.row-fluid .hr-rght-vdeo iframe {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.row-fluid .hero-compnent-hdr {display: flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;display: -webkit-flex;display: -moz-flex;display: -o-flex;-moz-flex-wrap: wrap;-o-flex-wrap: wrap;align-items: center;}
.row-fluid  .hero-compnent-hdr.hdr-img-vr-top {align-items: normal;}

/* Header Section - EvaluAgent */


.Hr-Section3-Btn .cta_button { margin: 0 15px 18px; }


.row-fluid .hdr-sctn-nw {padding: 25px 0; position: fixed;background: #FFFFFF;box-shadow: 0px 2px 7px 6px rgba(229, 229, 229, 0.5);top: 0;left: 0;z-index: 999;width: 100%;height: auto;}
.row-fluid .hdr-left-side-logo {width: 21%;float: left;}
.row-fluid .hdr-left-side-menu {width: 79%;float: left;text-align: right;padding: 0 0 0 20px;}
.row-fluid .hdr-left-side-menu > div, .row-fluid .hdr-left-side-cta-btn > div {display: inline-block;vertical-align: middle;}
.row-fluid .cta--white.cta-hdr-wht a{min-width:185px;padding: 13px 15px;background: #0074E4;border-radius: 9.9px;font-weight: 500;font-size: 20px;line-height: 25px;text-align: center;color: #FFFFFF;}
.row-fluid .cta--white.cta-hdr-wht a:hover{background-color: #345172;}
.row-fluid .hdr-main-menu ul li a {mix-blend-mode: normal; text-align: right;color: #434343;font-weight: 500;font-size: 20px;line-height: 28px;}
.row-fluid .hdr-main-menu .hs-menu-wrapper > ul > li:hover > a{opacity:1;color: #434343;}
body .row-fluid .hdr-main-menu .hs-menu-wrapper > ul > li > a{padding: 8.5px 15px;}
.row-fluid .hdr-main-menu .hs-menu-wrapper > ul{display:inline-block;vertical-align:middle;}
.row-fluid .main--menu.hdr-main-menu .hs-menu-wrapper > ul > li > ul > li a:hover {box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px -3px;opacity:1;color: #434343;font-weight:700;}
/* body.fnt-chng .row-fluid .main--menu .hs-menu-wrapper > ul > li:not(:first-child) > ul > li a:hover {font-weight: 600;} */


/* Feature Block With Tabbing - EA 2020 */


body.fnt-chng .row-fluid .feature-tbbng-sctn {padding: 50px 0 50px;}
body.fnt-chng .row-fluid .feature-tbng-left {width: 38%;float: left;margin-right:10%;}
body.fnt-chng .row-fluid .feature-tbng-rights {position:relative;width:   52%;float: left;text-align:right;min-height: 340px;}
body.fnt-chng .row-fluid .feature-tbng-rights:before{background: linear-gradient(360deg, #FFFFFF 0%, #E6EBEE 100%);position:absolute;top:-300px;right: -40px;width:500px;height:500px;border-radius:50%;content:'';}

body.fnt-chng .row-fluid .feature-tbng-left ul li{margin-bottom:50px;list-style:none;padding-left: 40px;position:relative;}
body.fnt-chng .row-fluid .tabng-outer {width: 100%;float: left;display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-o-flex-wrap: wrap;align-items: center;-webkit-align-items: center;-moz-align-items: center;-o-align-items: center;}
body.fnt-chng .row-fluid .feature-tbng-left ul li:before{position:absolute;top:5px;left:0px;width:20px;height:20px;background: #0074E4;mix-blend-mode: normal;border-radius:50%;opacity: 0.1;content:'';}
body.fnt-chng .row-fluid .feature-tbng-left ul li:after{position:absolute;top:15px;left:9px;width:10px;height:10px;background: #0074E4;content:'';border-radius:50%;}
body.fnt-chng .row-fluid .feature-tbng-left ul li:last-child{margin-bottom: 0px;}
body.fnt-chng .row-fluid .tbng-numb-title h3 {margin: 0 0 5px;font-weight: 600;font-size: 30px;line-height: 1.27;color: #2F281E;}
body.fnt-chng .row-fluid .tbng-lft-txt {margin-top:19px;float:left;font-weight: normal;font-size: 18px;line-height:1.72;color: #544837;}
body.fnt-chng .row-fluid .tbng-lft-txt p{font-weight:400;margin-top:0;}
body.fnt-chng .row-fluid .feature-tbng-rights .tbng-rght{display:none;position: relative;z-index: 3;}
body.fnt-chng .row-fluid .feature-tbng-rights .tbng-rght.active {display: block;}
body.fnt-chng .row-fluid .tbbng-vdo .tbbng-embdvdeo {position: relative;padding-top: 56.25%;}
body.fnt-chng .row-fluid .tbbng-vdo .tbbng-embdvdeo iframe{position:absolute;top:0;right:0;width:100%;height:100%;object-fit: cover;}
body.fnt-chng .row-fluid .tbbng-vdo .tbbng-embdvdeo video{ position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;outline: 0;}
body.fnt-chng .row-fluid .tbbng-vdo.hidevideo video {display: none;}
body.fnt-chng .row-fluid .feature-tbng-rights:after{background: linear-gradient(360deg, #FFFFFF 0%, #E6EBEE 100%);position:absolute;bottom:-190px;left: 0px;width:500px;height:500px;border-radius:50%;content:'';}
body.fnt-chng .row-fluid .feature-square-bg:before{position:absolute;top:-70px;left: 70px;;width:31px;height:31px;background: #0091FF;border-radius: 5px;content:'';}
body.fnt-chng .row-fluid .feature-square-bg:after{position:absolute;top:260px;left:-60px;width:18px;height:18px;background: #6DD400;border-radius: 2px;content:'';}
body.fnt-chng .row-fluid .feature-sqr-right:before{position:absolute;bottom: -240px;right:300px;;width:18px;height:18px;background: #0091FF;border-radius: 2px;content:'';}
body.fnt-chng .row-fluid .feature-sqr-right:after{position:absolute;top:220px;right:90px;width:22px;height:22px;background: #6DD400;border-radius:2px;content:'';}
body.fnt-chng .row-fluid .tbng-bg-logoimg:first-child {text-align:center;position: absolute;top: -270px;right: 0;margin-right:90px;line-height:150px;width: 150px;height: 150px;border-radius: 50%;background: #FFFFFF;box-shadow: 0px 0px 10px 3px rgba(175, 175, 175, 0.5);}
body.fnt-chng .row-fluid .tbng-bg-logoimg:first-child img{display:inline-block;vertical-align: middle;max-width:140px !important;}
body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(2) {text-align:center;position: absolute;top: -120px;left: 0;margin-left: 150px;line-height:200px;width: 200px;height: 200px;border-radius: 50%;background: #FFFFFF;box-shadow: 0px 0px 10px 3px rgba(175, 175, 175, 0.5);}
body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(2) img{vertical-align: middle;max-width:155px !important;}
body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(3) {text-align:center;position: absolute;top: -20px;right: -30px;line-height:190px;width: 190px;height: 190px;border-radius: 50%;background: #FFFFFF;box-shadow: 0px 0px 10px 3px rgba(175, 175, 175, 0.5);}
body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(3) img{vertical-align: middle;max-width:115px !important;}
body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(4) {text-align:center;position: absolute;top: 200px;left: 0px;margin-left: 195px;line-height:155px;width: 155px;height: 155px;border-radius: 50%;background: #FFFFFF;box-shadow: 0px 0px 10px 3px rgba(175, 175, 175, 0.5);}
body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(4) img{vertical-align: middle;max-width:150px !important;}
body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(5) {text-align:center;position: absolute;top: 80px;left: -30px;line-height:160px;width: 160px;height: 160px;border-radius: 50%;background: #FFFFFF;box-shadow: 0px 0px 10px 3px rgba(175, 175, 175, 0.5);}
body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(5) img{vertical-align: middle;max-width:115px !important;}
 body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(6) {text-align:center;position: absolute;top: 330px;right: 0;margin-right: 0px;line-height:210px;;width: 210px;height: 210px;border-radius: 50%;background: #FFFFFF;box-shadow: 0px 0px 10px 3px rgba(175, 175, 175, 0.5);}
body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(6) img{vertical-align: middle;max-width:190px !important;}
body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(7) {text-align:center;position: absolute;top: 370px;left: 0;line-height:190px;width: 190px;height: 190px;border-radius: 50%;background: #FFFFFF;box-shadow: 0px 0px 10px 3px rgba(175, 175, 175, 0.5);}
body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(7) img{vertical-align: middle;max-width:170px !important;}


.row-fluid .Hr-section3 {padding: 235px 0 300px;overflow: hidden;position: relative;z-index: 9;}
/* .row-fluid .Hr-Waves {position:absolute;bottom: 0px;left:0;z-index: -1;} */
.row-fluid .Hr-Waves {position:absolute;z-index:-1;bottom: -50px;}
.row-fluid .Hr-section3.hide_wave .Hr-Waves {display: none;margin:0;}
.row-fluid .Hr-Waves svg { width: 100%; height: 100%; }
.row-fluid .hero-compnent-trng-overly.Hr-section3-trng {width: 142px;height: 142px;position: absolute;top: 185px;left: 275px;transform: rotate(342deg);z-index: 1;}
.row-fluid .Hr-section3:after{position: absolute;top: -220px;border-radius: 50% / 0% 100px 65% 10%;left: -190px;width: 573.8px;height: 625px;background: #0074E4;mix-blend-mode: normal;content: '';transform: rotate(-12deg);opacity: 0.9;}
.row-fluid .Hr-section-Logo span {padding: 15px 17px 19px;border-radius: 11px;background-color: #0091FF14;width: 76px;height: 76px;line-height: 76px;display: inline-block;text-align: center;}
.row-fluid .Hr-section-Logo {margin: 0 0 15px;}
.row-fluid .Hr-Section3-Title {margin: 10px 0;}
.row-fluid .Hr-section3-combo {max-width: 675px;margin: 0 auto;float: none;}
body.fnt-chng .row-fluid .Hr-Section3-Title h1{font-size: 55px;font-weight: 800;color:#41485a;line-height: 1.09;}
body.fnt-chng .row-fluid .Hr-Section3-Text {margin: 0 0 20px;font-size: 22px;font-weight: 500;line-height: 1.73;color: #474747;}
.row-fluid .Hr-Section3-Btn {margin: 25px 0 0;}
.row-fluid .Hr-Section3-Btn a {min-width: 185px;padding: 13px 15px;background: #0074E4;border-radius: 9.9px;font-weight: 500;font-size: 20px;line-height: 25px;text-align: center;color: #FFFFFF;}
.row-fluid .Hr-Section3-Btn a:hover {background-color: #345172;color:#fff;}

.row-fluid .hero-compnent-sctn { margin-top: 100px; }
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li > ul  { top: 70px; }


/*------------------------------------ Tab In Section Module - Home Page -------------------------------------*/

.row-fluid .tabin-home {padding: 85px 0 40px; }
body.fnt-chng .row-fluid .tabing-home-hdr h2 {font-weight: 600;font-size: 38px;line-height: 41px;color: #141B2C;}
.row-fluid .tabing-home-group {margin: 20px 0;}
.row-fluid .tabing-hom-btn ul {text-align: center;max-width: 780px;margin: 0 auto;}
.row-fluid .tabing-hom-btn ul li{display:inline-block;padding:0 8px;}
.row-fluid .tabing-hom-btn ul li a, .row-fluid .tabing-hom-btn ul li span {font-weight: 600;font-size: 30px;line-height: 41px;text-align: center;color: #141B2C;float: left;}	
.row-fluid .tabing-hom-row {margin: 50px 0 0;}
.row-fluid .tabing-hom-outer {display:flex;flex-wrap:wrap;position: relative;margin: 100px 0 250px; z-index: 1;}
.row-fluid .tabing-hom-left {width: 55%;margin-right:5%;float: left;position:relative;z-index: 1;}
.row-fluid .tabing-hom-right {width: 35%;float: left;margin-left: 5%;}
.row-fluid .tabing-hom-left:before{opacity: 0.76;background: linear-gradient(360deg, rgba(255, 255, 255, 0.0001) 0%, rgba(178, 222, 255, 0.503415) 100%);mix-blend-mode: normal;position:absolute;width:400px;height:400px;border-radius:50%;content:'';top: -90px;left: -100px;z-index: -1;}
.row-fluid .tabing-hom-left:after{opacity: 0.76;background: linear-gradient(360deg, rgba(255, 255, 255, 0.0001) 0%, rgba(178, 222, 255, 0.562964) 100%);mix-blend-mode: normal;position:absolute;width:400px;height:400px;border-radius:50%;content:'';bottom: -150px;left: 300px;z-index: -1;}
.row-fluid .tabing-hom-left.lghtgreen:before {opacity: 0.53;background: linear-gradient(360deg, #FFFFFF 0%, #D3F2B2 100%);}
.row-fluid .tabing-hom-left.lghtgreen:after{opacity: 0.53;background: linear-gradient(360deg, #FFFFFF 0%, rgba(211, 242, 178, 0.654748) 100%);}
.row-fluid .tabing-hom-left.lightgray:before {opacity: 1;background: linear-gradient(0.89deg, #FFFFFF 15.46%, #FFFFFF 34.59%, rgba(210, 210, 210, 0.209271) 99.23%)}
.row-fluid .tabing-hom-left.lightgray:after{opacity: 1;background: linear-gradient(360deg, #FFFFFF 10.75%, #F3F3F3 100%);}
body.fnt-chng .row-fluid .tabing-hom-rghttitle h3{font-weight: 600;font-size: 30px;line-height: 35px;color: #464646;}
.row-fluid .tabing-hom-rghtxt {margin: 10px 0 20px;line-height: 26px;color: #586267;}
.row-fluid .tabing-hom-rghtxt p{font-weight:400;margin:0 0 10px 0;}
.row-fluid .tabing-hom-rghtlist ul li {list-style: none;padding: 0 0 22px 35px;position:relative;line-height: 26px;color: #586267;}
.row-fluid .tabing-hom-rghtlist ul li:before{position:absolute;top:5px;left:0;content:'';width:20px;height:20px;border-radius:50%;background: #0074E4;mix-blend-mode: normal;opacity: 0.1;}
.row-fluid .tabing-hom-rghtlist ul li:after{position:absolute;top:15px;left:10px;content:'';width:10px;height:10px;border-radius:50%;background: #0074E4;}
.row-fluid .tabing-hom-outer.tabing-img-rght {position:relative;}
.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left {order: 1;margin-left: 5%;margin-right: 0;}
.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-right{order: 0;margin-left: 0;margin-right: 5%;}
.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left:before {transform: rotate(180deg);right: -70px;left: auto;}
.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left:after{right: 300px;left: auto;bottom:-150px;}
.row-fluid .tabing-hom-btn ul li.tab-active a, .row-fluid .tabing-hom-btn ul li.tab-active span {color:#0091FF;}
/* .row-fluid .tabing-hom-outer.tabing-img-rght:before {position: absolute;bottom: -334px;transform: translate(10px, 10px);width: 100%;height: 100%;} */
/* .row-fluid .tabing-hom-outer:before {position: absolute;bottom: -400px;left: 350px;transform: translateX(-50%) rotateY(160deg) rotateX(27deg);content: '';background-image: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/New%20Home%20Page/Path%20%282%29.png);background-position: left top;background-size: 50% 100%;background-repeat: no-repeat;height: 100%;width: 100%;z-index: 2;} */
.row-fluid .tabing-hom-outer:before {position: absolute;top:80%;left:50%;transform:translateX(-50%);/* transform: translateX(0) rotateY(120deg) rotateX(0deg); */content: '';background-image: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/New%20Home%20Page/Path%20%285%29.png);background-position: left top;background-size:contain;background-repeat: no-repeat;height: 100%;width:650px;z-index: -1;}
.row-fluid .tabing-hom-outer:last-child:before{display:none;}
.row-fluid .tabing-hom-outer .tabing-blusqr:before , .row-fluid .tabing-hom-outer .tabing-blusqr:after , .row-fluid .tabing-hom-outer .tabing-sqaure:after , .row-fluid .tabing-hom-outer .tabing-sqaure:before , .row-fluid .tabing-hom-outer .tabing-hom-img:before , .row-fluid .tabing-hom-outer .tabing-hom-img:after {position:absolute;content:'';}
.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-hom-img:before{top: 35px;right: 275px;width:19px;height:19px;background: #6DD400;border-radius: 4px;}
.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-sqaure:before{width: 10px;height: 10px;top: 10px;right: 310px;background: #0091FF;border-radius: 2px;}
.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-blusqr:before{width: 10px;height: 10px;top: 30px;left: 20px;background: #6DD400;border-radius: 2px;}
.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-blusqr:after{width: 10px;height: 10px;bottom: -45px;right: 100px;background: #6DD400;border-radius: 2px;}
.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-sqaure:after{width: 19px;height: 19px;background: #0091FF;border-radius: 4px;bottom: -25px;right: 140px;}
.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-hom-img:after{width: 13px;height: 13px;bottom: -10px;left: 20px;background: #0091FF;border-radius: 2px;}
.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-hom-img:before{width: 14px;height: 14px;background: #6DD400;border-radius: 2px;top:-50px;left:140px;}
.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-sqaure:before{width:26px;height:26px;background: #0091FF;border-radius: 2px;right:130px;top:120px;}
.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-blusqr:before{width: 10px;height: 10px;top:100px;right:105px;background: #6DD400;border-radius: 2px;}
.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-blusqr:after{width: 14px;height: 14px;bottom:200px;right:-30px;background: #0091FF;border-radius: 2px;}
.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-sqaure:after{width: 14px;height: 14px;bottom: 85px;left: 190px;background: #6DD400;border-radius: 2px;}
.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-hom-img:after{background: #0091FF;border-radius: 1px;width:8px;height:8px;bottom: 50px;left: 160px;}
.row-fluid .tabing-hom-outer:nth-child(3n) .tabing-hom-img:before{top: 0px;right: -40px;width: 14px;height: 14px;background: #6DD400;border-radius: 2px;}
.row-fluid .tabing-hom-outer:nth-child(3n) .tabing-sqaure:before{width: 8px;height: 8px;top: -26px;right: 10px;background: #0091FF;border-radius: 1px;}
.row-fluid .tabing-hom-outer:nth-child(3n) .tabing-blusqr:before{width: 14px;height: 14px;top: 35px;left: -40px;background: #6DD400;border-radius: 2px;}

.row-fluid .tabing-hom-outer:nth-child(3n) .tabing-sqaure:after{width: 10px;height: 10px;background: #0091FF;border-radius: 2px;bottom: 55px;left: 110px;}
.row-fluid .tabing-hom-outer:nth-child(3n) .tabing-hom-img:after{width: 26px;height: 26px;bottom: -50px;left: 50px;background: #6DD400;border-radius: 2px;}
.row-fluid .tabing-hom-row .tabing-hom-outer:last-child {margin: 100px 0 100px;}

.row-fluid .tabing-hom-outer.tabing-img-rght:before {background-image:url('https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/New%20Home%20Page/Path%20%286%29.png');} 
.row-fluid .tabbing-lefthom-col {position: relative;}


body.fnt-chng .row-fluid .feature-tbng-left ul li a {cursor: auto;}



/*------------------------------------- Sign Up Hero -----------------------------------------------------*/

.row-fluid .signupHero-Section {position:relative;z-index:2;overflow: hidden;padding: 150px 0 40px;}
.row-fluid .signupHero-Section:before {position: absolute;top: -220px;border-radius: 50% / 0% 100px 65% 10%;left: -190px;width: 500px;height: 615px;background: #0074E4;mix-blend-mode: normal;content: '';transform: rotate(-12deg);opacity: 0.9;}
.row-fluid .signupHero-Section:after {position: absolute;top: -70px;border-radius: 50% / 100% 10% 30% 40%;right: -120px;width: 560px;height: 850px;background: #0074E4;mix-blend-mode: normal;content: '';transform: rotate(-20deg);opacity: 0.9;z-index: -1;}
.row-fluid .signuphero-compnent {width: 142px;height: 142px;position: absolute;top: 690px;right: -75px;transform: rotate(-18deg);z-index: 1;}
.row-fluid .signupHero-Section-Row {display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-o-flex-wrap: wrap;/*align-items: center;-webkit-align-items: center;-moz-align-items: center;-o-align-items: center;*/}
.row-fluid .signupHero-Left {width: 46%;float: left;margin-right: 4%;}
.row-fluid .signupHero-Right {position:relative;z-index:2;min-height: 655px;width: 46%;float: left;background: #FFFFFF;box-shadow: 0px 0px 15px 5px rgba(196, 196, 196, 0.5);border-radius: 15px;padding: 57px 60px 63px 60px;margin-left: 4%;}
body.fnt-chng .row-fluid .signupHero-Left h1 {color: #41485A;font-weight: 800;font-size: 55px;line-height:60px;}
.row-fluid .Signup-leftcontent {margin: 24px 0 10px;font-size: 22px;font-weight: 500;line-height: 38px;color: #474747;}
body.fnt-chng .row-fluid .signupHero-Right-title h3{font-weight: 500;font-size: 24px;line-height: 28px;letter-spacing: -0.06px;color: #212529;}
.row-fluid .signupHero-Right-title {margin: 0 0 38.5px 0;}
body.fnt-chng .row-fluid .signupHero-Right .hs-form-field {position: relative;margin-bottom: 17.41px;}
body.fnt-chng .row-fluid .signupHero-Right .hs-form-field > label {font-family: 'Raleway', sans-serif;color: #000000;opacity: 60%;position: absolute;top: 15px;left: 20px;font-size: 16px;line-height: 24px;letter-spacing: 0.15px;}
body.fnt-chng .row-fluid .signupHero-Right .hs-form-field.focused input{border-color:#1665D8 !important;}
body.fnt-chng .row-fluid .signupHero-Right .hs-form-field.focused > label{background-color:#fff;color: #1665D8;opacity: 100%;position: absolute;top: -10px;left: 18px;font-size: 12px;padding:0 5px;line-height: 14px;letter-spacing: 0.4px;z-index:9;font-weight: 400;transition: ease all 0.0s;}
body.fnt-chng .row-fluid .signupHero-Right input[type=text], body.fnt-chng .row-fluid .signupHero-Right input[type=tel], body.fnt-chng .row-fluid .signupHero-Right input[type=email], body.fnt-chng .row-fluid .signupHero-Right input[type=date], body.fnt-chng .row-fluid .signupHero-Right input[type=number], body.fnt-chng .row-fluid .signupHero-Right select, body.fnt-chng .row-fluid .signupHero-Right textarea{font-weight: 400;font-size: 16px;line-height: 24px;letter-spacing: 0.15px;min-height: 51px;width: 100% !important;color: #000000;opacity: 60%;border: 2px solid rgba(0, 0, 0, 0.32) !important;font-family: 'Raleway', sans-serif;}
body.fnt-chng .row-fluid .signupHero-Right .hs-input.invalid.error {border-color: #ff0000 !important;}
.row-fluid .signupHero-Right fieldset.form-columns-2 .hs-form-field:nth-child(2n) .input {margin-right: 0;}
.row-fluid .signupHero-Right fieldset.form-columns-1 .input {margin-right: 0px;}
.row-fluid .signupHero-Right fieldset.form-columns-2 .hs-form-field .input{margin-right:20px;}
body.fnt-chng .row-fluid .signupHero-Right .legal-consent-container .field.hs-form-field {margin-top: 15px;}
body.fnt-chng .row-fluid .signupHero-Right .legal-consent-container .field.hs-form-field ul li{list-style:none;line-height: normal;}
body.fnt-chng .row-fluid .signupHero-Right .hs-form-booleancheckbox-display>span {margin-left: 30px;font-size: 14px;line-height: 20px;letter-spacing: -0.05px;color: #9ea0a5;}
body.fnt-chng .row-fluid .signupHero-Right .hs-form-booleancheckbox-display>span p {font-weight: 400;}
body.fnt-chng .row-fluid .signupHero-Right .hs_error_rollup {font-size: 12px;display: none;}
body.fnt-chng .row-fluid .signupHero-Right .hs-error-msgs {font-size: 12px;margin-top: 5px;}
body.fnt-chng .row-fluid .signupHero-Right input[type=submit] {font-family: 'Raleway', sans-serif;letter-spacing: 1.60714px;font-weight: 500;font-size: 18px;padding: 21.5px 10px;line-height: 16px;background: #0079cb;box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);border-radius: 4px;color: #fff;width: 100%;text-align: center;}
body.fnt-chng .row-fluid .signupHero-Right .actions {margin-top: 15px;}
body.form-ttl-hd .row-fluid .signupHero-Right-title{display: none;}
body.fnt-chng.formttl-hide .row-fluid .signupHero-Right{text-align:center;}
body.fnt-chng .row-fluid .signupHero-Right .submitted-message img {width: 93px;height:93px !important;}
body.fnt-chng.formttl-hide .row-fluid .signupHero-Right-title h3{display:none;}
body.fnt-chng .row-fluid .signupHero-Right .submitted-message h1{margin: 20px 0;font-weight: 800;font-size: 55px;line-height: 65px;letter-spacing: -0.1375px;color: #41485A;}
body.fnt-chng .row-fluid .signupHero-Right .submitted-message{font-weight: 500;font-size: 22px;line-height: 38px;text-align: center;color: #474747;width:80%;text-align: center;position: absolute;top: 50%;left: 50%;transform: translate(-50% , -50%);}
.hs-fieldtype-booleancheckbox a , body.fnt-chng .row-fluid .signupHero-Right .legal-consent-container .field.hs-form-field a{display: inline-block;vertical-align: middle;color: #9EA0A5;text-decoration: underline !important;}
body.fnt-chng .row-fluid .signupHero-Right span.hs-form-required {display: none;}
body.fnt-chng.formttl-hide .row-fluid .signupHero-Right-title{margin:0 0 0 0;}



.row-fluid .Signup-Logo-Section {position: relative;padding:10px 0 18px;}
.row-fluid .Signup-Logo-Row {display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-o-flex-wrap: wrap;align-items: center;-webkit-align-items: center;-moz-align-items: center;-o-align-items: center;justify-content: center;-webkit-justify-content: center;-moz-justify-content: center;-o-justify-content: center;}
.row-fluid .Signup-Logo{display: inline-block;padding: 20px 20px;}
.row-fluid .Signup-Logo {display: inline-block;padding: 20px 13px;}
.row-fluid .Logo-SVG {overflow-y: hidden;position: absolute;top: -260px;width: 100%;left: 0;z-index:-1;}
.row-fluid .Logo-SVG svg {width: 100%;height: auto;}



.row-fluid .tbbng-embdvdeo>div {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
/* Changes on Testing Page EA */
.row-fluid .tabing-hom-btn ul li a{border-bottom: 3.5px solid #0091FF;}
.row-fluid .tabing-hom-btn ul li:nth-child(2n) a{border-bottom: 3.5px solid #6DD400;}
.row-fluid .tabing-hom-btn ul li:last-child a{border-bottom: 3.5px solid #41485A;}
.row-fluid .tabing-hom-outer .tabing-hom-rghttitle h3 span{border-bottom: 3.5px solid #0091FF;}
.row-fluid .tabing-hom-outer:nth-child(2n) .tabing-hom-rghttitle h3 span{border-bottom: 3.5px solid #6DD400;}

/* Font Changes for Testing Page EA  */

body.fnt-chng.newfntchng .row-fluid .hero-compnnt-title h1 , body.fnt-chng .row-fluid .Hr-Section3-Title h1 {line-height:1.65;font-weight: 700;}
body.fnt-chng.newfntchng p{font-weight:400;}
body.fnt-chng.newfntchng .row-fluid .hero-compnt-txt{line-height:1.65;}
body.fnt-chng.newfntchng .row-fluid .tabing-home-hdr h2 , body.fnt-chng.newfntchng .row-fluid .rec--sectitle h2 , body.fnt-chng.newfntchng .row-fluid .bnfts-area-header h2 {font-weight: 700;line-height: 1.65;}
body.fnt-chng.newfntchng .row-fluid .tabing-hom-btn ul li a{line-height:1.65;}
/* body.fnt-chng.newfntchng .row-fluid .tabing-hom-rghtxt{line-height: 1.65;} */
body.fnt-chng.newfntchng .row-fluid .tabing-hom-rghtlist ul li{line-height: 1.65;font-weight: 600;}
body.fnt-chng.newfntchng .row-fluid .tabing-hom-rghttitle h3 , body.fnt-chng.newfntchng .row-fluid .cta-sctn-ea-header h3 {line-height:1.65;font-weight: 700;}
body.fnt-chng.newfntchng .row-fluid .bnfts-area-content , body.fnt-chng.newfntchng .row-fluid .bnfts-area-content , body.fnt-chng.newfntchng .row-fluid .vdo-rghttop-content{line-height: 1.65;}
body.fnt-chng.newfntchng .row-fluid .rec--sectitle h2 , body.fnt-chng.newfntchng .row-fluid .bnfts-area-header h2{font-size:38px;}
body.fnt-chng.newfntchng .row-fluid .bnfts-area-row .bnfts-area-box-content h2{font-weight: 700;font-size:30px;line-height:1.65;}
body.fnt-chng.newfntchng .row-fluid .bnfts-area-box-txt{line-height: 1.65;}
body.fnt-chng.newfntchng .row-fluid .cta-sctn-ea-header h3{font-size:38px;}
body.fnt-chng.newfntchng .row-fluid .cta-sctn-ea-header .cta-subtitle{line-height:1.65;}
body.fnt-chng.newfntchng .row-fluid .qa-featBox.qa-featBoxchng h4 , body.fnt-chng.newfntchng .row-fluid .tbng-numb-title h3 {font-size:30px;line-height:1.65;font-weight:700;}
body.fnt-chng.newfntchng .row-fluid .qa-Ftext.qa-Ftextchng {font-size: 18px;line-height: 1.65;font-weight: 400;}
body.fnt-chng.newfntchng .row-fluid .qa-FlmBtn a{font-size:18px;line-height: 1.65;}
body.fnt-chng.newfntchng .row-fluid .Hr-Section3-Text , body.fnt-chng.newfntchng .row-fluid .tbng-lft-txt{line-height:1.65;}
body.fnt-chng.newfntchng .row-fluid .feature-tbng-left ul li:before {top: 15px;}
body.fnt-chng.newfntchng .row-fluid .feature-tbng-left ul li:after {top: 25px;}
body.newfntchng .row-fluid .footer-section.font--r{line-height:1.65;}
body.newfntchng .row-fluid .footer-section.font--r .fsignin , body.newfntchng .row-fluid .footer-section.font--r .ftitle{line-height:1.65;}
body.newfntchng .row-fluid .footer-section.font--r .copyright-text .cr-right > div, body.newfntchng .row-fluid .copyright-text .cr-right > div ul li a, body.newfntchng .row-fluid .footer-section.font--r .copyright-text{line-height:1.65;}
body.fnt-chng.newfntchng .row-fluid .rec--quote.rec-quote-fnt{line-height:1.65;}
body.fnt-chng .row-fluid .qa-feat-rghtsdBox {position: relative;z-index: 1;overflow:hidden;margin: 50px 0 50px 0;width: 65.5%;float: right;border-radius: 18px;box-shadow: 0 0 92px 0 rgba(0, 0, 0, 0.06);-webkit-box-shadow: 0 0 92px 0 rgba(0, 0, 0, 0.06);background-color: #ffffff;padding: 37px 0 0 58.9px;}
body.fnt-chng .row-fluid .qa-featBox{z-index:1;}
body.fnt-chng .row-fluid .fq-feat-lftside {width: 60%;float: left;}
body.fnt-chng .row-fluid .fq-feat-rghtside{width:39%;float:right;margin-left:1%;position:relative;}
body.fnt-chng .row-fluid .fq-feat-rghtside:before{background-image: linear-gradient(to bottom, #ffffff 32%, #d7d7d7 95%, #d8d8d8 95%);mix-blend-mode: normal;position: absolute;width: 562px;height: 562px;border-radius: 50%;content: '';top: 0px;right: -130px;z-index: -1;}
body.fnt-chng .row-fluid .qa-feat-rghtcombo {display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-o-flex-wrap: wrap;align-items: center;-webkit-align-items: center;-moz-align-items: center;-o-align-items: center;justify-content: center;-webkit-justify-content: center;-moz-justify-content: center;-o-justify-content: center;}
body.fnt-chng .row-fluid .fq-feat-lftside h3 {font-size: 50px;color: #191919; font-weight: 600;line-height: normal;}
body.fnt-chng .row-fluid .fq-feat-lftside-txt {margin-right: 80px;padding: 9px 0 30px;font-size: 30px;font-weight: 400;line-height: 1.6;color: #191919;}
body.fnt-chng .row-fluid .fq-feat-lftside-CTA a{min-width: 185px;padding: 13px 15px;background: #0074E4;border-radius: 9.9px;font-weight: 700;font-size: 16px;line-height: 25px;text-align: center;color: #FFFFFF;}
body.fnt-chng .row-fluid .fq-feat-rghtside:after{position:absolute;border-radius: 2px;width: 12.9px;height: 12.9px;top:0;left:0;background-color:#6dd400;content:'';}
body.fnt-chng .row-fluid .fq-feat-rghtside-sqaure:before{position:absolute;border-radius: 2px;width: 29px;height: 29px;top:220px;right:80px;z-index:-1;background-color:#6dd400;content:'';}
body.fnt-chng .row-fluid .fq-feat-rghtside-sqaure:after{position:absolute;border-radius: 2px;width: 9.5px;height: 9.5px;;top: 150px;right: 60px;z-index:-1;background-color:#0091ff;content:'';}



/* Changes in Feature Block With Tabbing - EA 2020 */

body.fnt-chng .row-fluid .rghtlft .feature-tbng-rights {text-align: left;}
body.fnt-chng .row-fluid .rghtlft .feature-tbng-left{margin-left: 10%;margin-right: 0;}
body.fnt-chng.bn-popup-open-opacity .row-fluid .signup-form form .hs-form-field .input .hs-input, body.fnt-chng.bn-popup-open-opacity .row-fluid  .hs-input.hs-fieldtype-intl-phone , body.fnt-chng.bn-popup-open-opacity .row-fluid .signup-form input , body.fnt-chng.bn-popup-open-opacity .row-fluid .signup-form textarea {font-weight: 400 !important;font-size: 16px !important;line-height: 24px !important;letter-spacing: 0.15px;color: #000000 !important;opacity: 60% !important;min-height: 50px;width: 100%;border: 2px solid rgba(0, 0, 0, 0.32);padding: 8px 17px !important;}
body.bn-popup-open-opacity .row-fluid .benefitsForm-container.signup-form .hs-form-field.focused input{border-color:#1665D8 !important;}

body.bn-popup-open-opacity .row-fluid .benefitsForm-container.signup-form form ul.inputs-list li label.hs-form-booleancheckbox-display > span{position: Relative;width: 100%;font-size: 14px;color: #000;font-weight: 400;padding-left: 20px;letter-spacing: -0.05px;line-height:20px;}
body.bn-popup-open-opacity .row-fluid .benefitsForm-container.signup-form form .hs-form-field {margin: 0px 0px 20px;}
body.bn-popup-open-opacity .row-fluid .benefitsForm-container.signup-form form .actions {margin-top: 15px;}
body.bn-popup-open-opacity .row-fluid .benefitsForm-container.signup-form form input.hs-button.primary.large {border-radius: 5px;background-color: #1665D8;width: 100%;text-align: center;color: #fff !important;letter-spacing: 1.60714px;padding: 30px;font-size: 18px !important;line-height: 16px !important;font-family: 'Raleway', sans-serif;font-weight: 500 !important;border-color: #1665D8 !important;opacity: 1 !important;}
body.bn-popup-open-opacity .row-fluid .benefitsForm-container.signup-form form ul.inputs-list li label.hs-form-booleancheckbox-display > span:before{width: 13px;height: 13px;line-height: 13px;top:2px;}
body.bn-popup-open-opacity .row-fluid .benefitsForm-container.signup-form .signup-form-sub-title{ line-height: 33.6px;font-size: 36px;font-weight: 600;margin: 10px 0 33px 0;text-align: center;color: #646464;}
body.bn-popup-open-opacity .row-fluid .benefitsForm-container.signup-form form ul.inputs-list li label.hs-form-booleancheckbox-display input:checked + span:after {position: absolute;border-right: 1px solid #36a9e0;border-bottom: 1px solid #36a9e0;transform: rotate(45deg);content: '';top: 2px;left: 5px;width: 4px;height: 11px;line-height: 11px;}

body.fnt-chng  .row-fluid .signupHero-Right form fieldset.form-columns-1 .hs-input{width:100%;}
body.fnt-chng .row-fluid .signupHero-Right form .hs_phone > label{background-color:#fff;color: #000000;opacity: 100%;position: absolute;top: -10px;left: 18px;font-size: 12px;padding:0 5px;line-height: 14px;letter-spacing: 0.4px;z-index:9;font-weight: 400;transition: ease all 0.0s;}
body.fnt-chng  .row-fluid .signupHero-Right form .hs-fieldtype-intl-phone.hs-input  select{float: left;width: 30%!important;}
body.fnt-chng  .row-fluid .signupHero-Right form .hs-fieldtype-intl-phone.hs-input > input {width: 68%!important;float: right;}
body.fnt-chng  .row-fluid .signupHero-Right form .hs-form-field ul li{list-style: none;}
body.fnt-chng .row-fluid .signupHero-Right form fieldset.form-columns-1 label.hs-form-booleancheckbox-display .hs-input {width: auto;}

body.fnt-chng .row-fluid .qa-featBoxchng .qa-FlmBtn a{font-size: 20px;font-weight: 500;line-height: normal;letter-spacing: 0.52px;color: #0091ff;}
.row-fluid .rec-box-chng span.SmV2-Recvideo {min-height: 220px;}

.row-fluid .wrpper-fullwidth{max-width: 100%;padding: 0 110.1px;}
.row-fluid .Signup-leftcontent p span , .row-fluid .Signup-leftcontent span {display: initial;width: auto;font-size: 18px;font-weight: 400;letter-spacing: -0.06px;line-height: 1.25;color: #9ea0a5;}
.row-fluid .Signup-leftcontent p span strong , .row-fluid .Signup-leftcontent span strong {color: #0074E4;}

/* Enterprise Section - EA */
.row-fluid .Enterprise-Section {padding: 80px 0 100px;box-shadow: -11px -6px 52px 0 rgba(0, 0, 0, 0.06);border-radius: 18px;}
.row-fluid .Enterprise-Section-Inner {width: 19%;margin-bottom: 25px;float: left;margin-right: 1.2%;}
.row-fluid .Enterprise-Section-Inner:nth-child(5n) {margin-right:0;}
body.fnt-chng .row-fluid .Enterprise-Section-Header h3 {font-size: 30px;font-weight: 600;line-height: 1.47;color: #415167;}
body.fnt-chng .row-fluid .Enterprise-Section-Outer {display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-o-flex-wrap: wrap;padding-top: 60px;}
.row-fluid .Enterprise-Section-Icon {mix-blend-mode: normal;position: relative;width: 91px;height: 91px;margin: 0 auto 10px;border-radius: 9.9px;background-color: #0091ff14;}
.row-fluid .Enterprise-Section-Icon img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 75px;height: 75px;}
body.fnt-chng .row-fluid .Enterprise-Section-InnerText {margin-top: 41px;width: 100%;float:left;font-size: 18px;font-weight: normal;line-height: 1.8;text-align: center;color: #151d28;}
/*Changes for Testimonial SM V2 */

.row-fluid .rec-box-outer-chng {padding-top:100px;position: static !important;height: auto !important;}
.row-fluid .rec--box.rec-box-chng {position: static !important;float:none;display:inline-block;vertical-align:top;width: 29.5%;margin: 92px 5.3% 0 0;}
.row-fluid .rec--box.rec-box-chng:nth-child(3n){margin-right:0;}
.row-fluid .rec--box.rec-box-chng:nth-child(3n+2){margin-top:-70px;}
.row-fluid .rec--box.rec-box-chng:nth-child(6n+5) {margin-top: -100px;}

.row-fluid .Signupform-txt {font-size: 18px;margin-top: 15px;color: #9EA0A5;line-height: 1.5;letter-spacing: 0.0642857px;}
.row-fluid .Signupform-txt p{font-weight:400;}
.row-fluid .signupHero-Left{margin-bottom:200px;margin-top:250px;}


.row-fluid .coming-soon-cta a, .row-fluid .yellow-cta a { font-size: 22px; font-weight: 800; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #F7B500; padding: 9px 54.8px 9px 55.8px; border-radius: 5px; border: solid 1px #F7B500; background: transparent; font-family: 'Raleway', sans-serif; min-width: auto;}
.row-fluid .coming-soon-cta a:hover, .row-fluid .yellow-cta a:hover {background-color:#f7b500;color:#fff;}
.row-fluid .Hr-Section3-Btn.coming-soon-cta {margin: 0 0 0;}
body .row-fluid .coming-soon-section .Hr-Section3-Title h1 {font-weight: 800;}
.row-fluid .coming-soon-section .Hr-Section3-Text p {font-weight: 500;}

/*New Module Testimonial3 V2 Video - EA */

.row-fluid .T-Video-Section {padding-bottom: 164px;padding-top:100px;position:relative;}
.row-fluid .Hr-Waves-InSection {position: absolute;transform: scaleX(-1);top: 0;left: 0;width: 100%;height: 100%;}
.row-fluid .Hr-Waves-InSection svg{width:100%;height:100%;}
.row-fluid .T-Video-combo {max-width: 1100px;margin: 0 auto;float: none;}
.row-fluid .T-Video-Row {z-index: 2;padding-left: 75px;position:relative;border-radius: 6px;border-top: 16px solid #0091ff;background-color: #ffffff;}
.row-fluid .T-Video-Leftcolumn {width: 48%;margin-right: 2%;float: left;padding-top: 50px;padding-bottom: 35px;}
.row-fluid .T-Video-Rightcolumn{padding-top: 45.5%;position:relative;width:48%;margin-left: 2%;float:left;}
.row-fluid .T-Video-Image {background-color: #ffffff;z-index:2;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width: 184px;height: 184px;line-height: 184px;border-radius: 50%;box-shadow: 0 0 7px 3px rgba(210, 210, 210, 0.5);}
.row-fluid .T-Video-Image img {max-width: 123px !important;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.row-fluid .T-Video-Icon span svg {width: 34px;height: 34px;fill: #ffb239;}
.row-fluid .T-Video-Text {position:relative;padding-bottom: 19px;font-size: 18px;font-weight: 700;line-height: 2.33;letter-spacing: 0.69px;color: #262626;}
.row-fluid .T-Video-Text:before{position:absolute;bottom:0;left:0;content:'';width:91px;height:1px;background-color:#979797;}
.row-fluid .T-Video-Person {font-size:18px;margin-top: 25px;font-weight: 800;color: #0091ff;line-height: 1.78;}
.row-fluid .T-Video-Person-Position{line-height: 1.78;color: #444444;}
.row-fluid .T-Video-Person-Position p{margin:0 0 10px;}
.row-fluid .T-Video-Rightcolumn span.T-Video-SmV2 {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
/* .row-fluid span.T-Video-SmV2 {margin: 0;min-height: 478px;z-index:1;} */
.vidyard-player-container, .vidyard-player-container>div>div { max-width: 100% !important; height: 100% !important; object-fit: cover !important;    max-height: 100% !important;    position: absolute;    top: 0;    left: 0;    height: 100% !important;    width: 100% !important;}
.vidyard-player-container>div {  padding-bottom: 56.25% !important;}
.row-fluid .video-wrapper a.vid-play-btn, .row-fluid .play-pause-btn button {  z-index: 1;}
.row-fluid .play-pause-btn button { outline: 0 !important; font-size: 0; cursor: pointer; box-shadow: none !important; }
/* .row-fluid .play-pause-btn button.pa-id { display: none;} */
/* .play-pause-btn.showbtnplay button.pa-id { display: block;} */
.play-pause-btn.showbtnplay button.pl-id {  display: none;}
.play-pause-btn button.pa-id {background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/2021%20Pricing%20v6/pause-icon-18-256.png);background-size: 70px;background-repeat: no-repeat;background-position: center;}
.play-pause-btn.showbtnplay2 button.pl-id {display: block;}

.row-fluid .Hr-section3.coming-soon-section .Hr-Waves {transform: scaleX(-1);}

/*2022-HomePage Footer Change */

/* body.fnt-chng .row-fluid .footer-box.footer-column {width: 22.5%;} */
body.fnt-chng .row-fluid .footer-logo-txt {width: 100%;float: left;margin-right: 0;}
.row-fluid .footerLogo.footerNewLogo {/*width: 50%; */float: left;}
.row-fluid  .footer-icon-txt {/*width: 50%; */float:right;text-align:right;}
.row-fluid .footer-icon-txt .footer-social ul {border-top: 0;margin: 0;padding: 0;float:right;}
body.fnt-chng .row-fluid .cr-left.cr-chnglft span {font-size: 18px;line-height: normal;}
body.fnt-chng .row-fluid .footer-section.font--r .copyright-text .cr-right.cr-chngrght > div, body.fnt-chng .row-fluid .copyright-text .cr-right.cr-chngrght > div ul li a{font-size:18px;}
body.fnt-chng .row-fluid .footer-section.font--r .footer-icon-txt .fsignin p span{font-size:22px;color:#fff;}
body.fnt-chng .row-fluid .footer-section.font--r .fsignin a {font-weight: 700;}
.row-fluid .footer-box.footer-column .hs-menu-wrapper > ul > li > a{font-size:18px;}
body.fnt-chng .row-fluid .footer-section.font--r .ftitle{font-size:18px;}
.footer-logo-txt > .row-fluid-wrapper > .row-fluid {display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-o-flex-wrap: wrap;align-items: center;-webkit-align-items: center;-moz-align-items: center;-o-align-items: center;}
body.fnt-chng .row-fluid .footer-section .txt-hght{min-height:29px;}


/* .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul li:last-child > ul {float: left;width: 100%;padding: 0 40px;box-sizing: content-box;margin-left: -40px;margin-right: -40px;background: #F8F9FD;margin-bottom: 0;} */
.row-fluid .hdr-sctn-nw .main--menu.hdr-main-menu .hs-menu-wrapper > ul > li > ul > li a{color: #303030;}
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > a{color: #cbcbcb;}
.row-fluid .hdr-sctn-nw .main--menu.hdr-main-menu .hs-menu-wrapper > ul > li > ul > li a:hover{color: #303030;}
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a > span{color: #565656;opacity:0.3;}

body.fnt-chng .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a, body.fnt-chng .row-fluid .main--menu .hs-menu-wrapper > ul > li:not(:first-child) > ul > li a {font-size: 22px;font-weight: 600;line-height: 28px;}
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(1), .row-fluid .hdr-sctn-nw .main--menu > ul > li:first-child > ul > li:nth-child(2){width:100%;}
/* .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li:hover > a {box-shadow:none;border-radius: 4px;background-color: #e5f1fc;} */
body.fnt-chng .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a{position:relative;padding-left:65px;}

/* .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul{margin-left: -420px;} */
/* .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(2){border: 0;box-shadow: none;border-radius:10px;text-align:center;width:100%;background: #41485A;padding: 27px 40px;box-sizing: content-box;margin-left: -40px;margin-right: -40px;margin-bottom: 0;} */
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(2) a{text-align:center;padding-right:0;color:#fff;font-weight:600;line-height:37px;font-size:20px;}
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(2) a >  span{font-size:22px;line-height: 32px;font-weight:400;color:#ffffff;}
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul{width: 1049px;padding: 40px 20px 0 40px;overflow-y:auto;max-height:90vh;margin-left: -310px;top: 50px;border-radius: 11.2px;box-shadow: 0 3px 11px 5px rgb(164 176 196 / 29%)}

.row-fluid .hdr-left-side-menu .hdr-left-side-cta-btn.mobileBtn{display:none;float:left;width:100%;}
/* .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li{border-bottom:2px solid transparent;} */
.row-fluid .hdr-sctn-nw .hs-menu-wrapper script, .row-fluid .hdr-sctn-nw .hs-menu-wrapper * script {display: none;}
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:before{z-index:1;}
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > a > h6 > span {display:none;border: 0.8px solid #F7B500;border-radius: 4px;margin-left: 10px;padding: 4px 10px;font-weight: 600;font-size: 9.6px;line-height: 11px;color: #F7B500;width: auto;max-width: 100px;}

.row-fluid .coming-soon-section .Hr-Waves {  height: 430px; bottom: 0; }
.row-fluid .coming-soon-section .Hr-Waves svg { position: relative; top: 70px; height: 485px;  }

.row-fluid  .coming-soon-section .Hr-section-Logo span { background: rgba(0, 145, 255, 0.14);}
.row-fluid .ea-hnew.hdr-sctn-nw { box-shadow: none; border-bottom: 1px solid rgba(229, 229, 229, 0.5);}
.row-fluid .ea-hnew .hdr-main-menu ul li a { font-size: 16px; font-weight: 600; color: #41485A; }
.row-fluid .ea-hnew .cta--white.cta-hdr-wht a:not(:hover) { background: #0074E4; }
.row-fluid .ea-hnew .cta--white.cta-hdr-wht a { font-size: 16px; font-weight: 700;   }
.row-fluid .ea-hnew .hdr-left-side-logo img { max-width: 220px !important;}
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > a > h6  { color:#303030;margin: 0; text-align: left; font-weight: 600; font-size: 16px;line-height: 1.65; }
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > a { width: 100% !important;/*font-weight: 400; font-size: 14px !important;line-height: 1.68;*/font-weight: 500;font-size: 14px !important;line-height: 1.65; }
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > a p { margin: 0; opacity: 0.3; }
body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li:not(:first-child) > ul > li a { font-size: 16px;font-weight: 600;line-height: 1.09;color: #303030; }
body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li > ul > li { margin-bottom: 10px; }

body.fnt-chng.newfntchng .row-fluid .ea-heronew .hero-compnnt-title h1  { line-height: 83px; font-weight: 800; }
body .row-fluid .ea-heronew .hero-compnnt-title h1 { font-size: 46px;  color: #41485A;   }
body.fnt-chng.newfntchng .row-fluid .ea-heronew .hero-compnt-txt { line-height: 1.5; }
.row-fluid .ea-heronew .hero-compnt-txt { font-size: 20px; line-height: 1.5; color: #41485A; font-weight: 500; }
.row-fluid .ea-heronew .hero-compnt-btn a { font-weight: 700; font-size: 16px; line-height: 25px; }
body.fnt-chng .row-fluid .ea-tabHome .tabing-home-hdr h2, .row-fluid .ea-tabHome .tabing-home-hdr h2, body.fnt-chng.newfntchng .row-fluid .rec--sectitle h2, body.fnt-chng.newfntchng .row-fluid .bnfts-area-header h2, body.fnt-chng.newfntchng  .row-fluid .Enterprise-Section-Header h3 { font-size: 36px; font-weight: 700; color: #41485A; line-height: 1.5; }
body.fnt-chng.newfntchng .row-fluid .ea-tabHome .tabing-hom-btn ul li a, .row-fluid .ea-tabHome .tabing-hom-btn ul li a  {  line-height: 1.5; font-size: 20px; color: #41485A; font-weight: 700; }
body.fnt-chng .row-fluid .ea-tabHome .tabing-hom-rghttitle h3, .row-fluid .ea-tabHome .tabing-hom-rghttitle h3 { color: #41485A; font-size: 18px; font-weight: 700; line-height: 1.5 }
body.fnt-chng.newfntchng .row-fluid .ea-tabHome .tabing-hom-rghtlist ul li,  .row-fluid .ea-tabHome .tabing-hom-rghtxt {  font-size: 16px; font-weight: 500;color: #41485A; line-height: 1.5; }
body.fnt-chng.newfntchng .row-fluid .ea-tabHome .tabing-hom-right .tabing-hom-rghtxt p, .row-fluid .ea-tabHome .tabing-hom-right .tabing-hom-rghtxt p { font-weight: 500; }
body.fnt-chng.newfntchng p { font-weight: 500; }
body.fnt-chng.newfntchng { color: #41485A; line-height: 1.5; }
body.fnt-chng.newfntchng .row-fluid h2 { font-size: 36px; font-weight: 700; color: #41485A; line-height: 1.5; }
.newfntchng .row-fluid .ea-vRight .vdo-rghttop-content { Font-size: 16px; font-weight: 500;color: #41485A; line-height: 1.5 }
.row-fluid .ea-vRight .vdo-rght-nm span.vdo-name { font-size: 18px; font-weight: 500; line-height: 1.5; }
.row-fluid .ea-vRight .vdo-rght-nm span.vdo-occupation { font-size: 16px; font-weight: 700; color: #41485A; line-height: 1.5; }
body.fnt-chng.newfntchng .row-fluid .rec--quote.rec-quote-fnt { line-height: 1.5; font-size: 16px; font-weight: 500; color: #41485A; } 
body.fnt-chng.newfntchng .row-fluid .rec--per--detail.rec-per-font h4 { font-size: 18px; font-weight: 500; line-height: 1.5; }
body.fnt-chng.newfntchng .row-fluid .rec--per--detail.rec-per-font { font-size: 16px; font-weight: 700; color: #41485A; line-height: 1.5; }
body.fnt-chng.newfntchng .row-fluid .rec--per--detail.rec-per-font p { font-weight: 700; }
body.fnt-chng.newfntchng .row-fluid .bnfts-area-content { font-size: 18px; font-weight: 700; color: #41485A; line-height: 1.5;  }
body.fnt-chng.newfntchng .row-fluid .bnfts-area-content p { font-weight: 700; }
body.fnt-chng.newfntchng .row-fluid .bnfts-area-row .bnfts-area-box-content h2 { font-weight: 700; font-size: 20px; color: #41485A; line-height: 1.5; }
body.fnt-chng.newfntchng .row-fluid .bnfts-area-box-btn a { color: #0074E4; font-weight: 700; font-size: 16px; }
body.fnt-chng.newfntchng .row-fluid .bnfts-area-box-btn a:before { border-color: #0074E4;  }
body.fnt-chng.newfntchng .row-fluid .bnfts-area-box-btn a:after { background-color: #0074E4;  }
body.fnt-chng.newfntchng .row-fluid .bnfts-area-box-txt { font-size: 16px; color: #41485A; line-height: 1.5; }
body.fnt-chng.newfntchng .row-fluid .bnfts-area-box-txt p { font-weight: 500; }
body.fnt-chng.newfntchng .row-fluid .cta-sctn-ea-header h3 { font-size: 36px; line-height: 1.65; font-weight: 700; }
body.fnt-chng.newfntchng .row-fluid .cta-sctn-ea .cta-sct-ea-btn a { font-size: 16px; font-weight: 700; line-height: 25px; }
body.fnt-chng.newfntchng .row-fluid .footer-section.font--r .ftitle, body.newfntchng .row-fluid .footer-section.font--r .fsignin { font-weight: 600; font-size: 14px;}
body.fnt-chng.newfntchng .row-fluid .footer-box .hs-menu-wrapper > ul > li > a,  body.fnt-chng.newfntchng .row-fluid .footer-section.font--r .copyright-text { font-weight: 500; font-size: 14px; line-height: 1.65;  }
 body.fnt-chng.newfntchng .row-fluid .copyright-text .cr-right ul li, body.fnt-chng.newfntchng .row-fluid .copyright-text .cr-right ul li a, body.fnt-chng.newfntchng .row-fluid .cr-left.cr-chnglft span { font-size: 14px !important; font-weight: 500;  }
body.fnt-chng.newfntchng .row-fluid .qa-featBox.qa-featBoxchng h4  { font-size: 20px; font-weight: 700; color: #41485A; line-height: 1.5; }
body.fnt-chng.newfntchng .row-fluid .qa-Ftext.qa-Ftextchng { font-size: 16px; font-weight: 500;  color: #41485A; line-height: 1.5; }
body.fnt-chng.newfntchng .row-fluid .qa-featBoxchng .qa-FlmBtn a { font-size: 16px; font-weight: 700; color: #0091ff; line-height: 1.5; }
body.fnt-chng.newfntchng .row-fluid .Hr-section3 .Hr-Section3-Title h1 { font-size: 46px; font-weight: 800; color: #41485A; }
body.fnt-chng.newfntchng .row-fluid .Hr-Section3-Text { font-size: 20px; color: #41485A; line-height: 1.5; }
body.fnt-chng.newfntchng .row-fluid .Hr-section3 .Hr-Section3-Btn a { font-size: 16px; font-weight: 700; }
body.fnt-chng.newfntchng .row-fluid .Enterprise-Section-InnerText { font-size: 16px; font-weight: 700; color: #41485A; line-height: 1.5; }
body.fnt-chng.newfntchng .row-fluid .footer-section.font--r .footer-icon-txt .fsignin p span { font-size: 14px; font-weight: 600;}
body.fnt-chng.newfntchng .row-fluid .tbng-numb-title h3 { font-size: 20px; font-weight: 700; color: #41485A; line-height: 1.5;}
body.fnt-chng.newfntchng .row-fluid .tbng-lft-txt { font-size: 16px;  color: #41485A; line-height: 1.5; }
body.fnt-chng.newfntchng .row-fluid .tbng-lft-txt p { font-weight: 500; }
body.fnt-chng.newfntchng .row-fluid .feature-tbng-left ul li:before { top: 5px; }
body.fnt-chng.newfntchng .row-fluid .feature-tbng-left ul li:after { top: 14px; }
body.fnt-chng.newfntchng .row-fluid .cta-sctn-ea-header .cta-subtitle { font-size: 20px; }
body.fnt-chng.newfntchng .row-fluid .feature-tbng-left ul li a { cursor: pointer; }
body.fnt-chng.newfntchng .row-fluid .T-Video-Text { font-size: 16px; line-height: 1.5; color: #41485A; }
body.fnt-chng.newfntchng .row-fluid .T-Video-Text p { font-weight: 500; }
body.fnt-chng.newfntchng .row-fluid .T-Video-Person {  font-weight: 500; }
body.fnt-chng.newfntchng .row-fluid .T-Video-Person-Position { font-size: 16px;  color: #41485A; line-height: 1.5; }
body.fnt-chng.newfntchng .row-fluid .T-Video-Person-Position p { font-weight: 700; }

.row-fluid .TvideoSec-full .w1400 { max-width: 1000px; }
.row-fluid .TvideoSec-full .T-Video-Leftcolumn { width: 100%; margin-right: 0; text-align: center; }
.row-fluid .TvideoSec-full .T-Video-Row { padding: 100px 100px 23px; }
.row-fluid .TvideoSec-full .T-Video-Text:before { right: 0; margin: 0 auto; }
.row-fluid .TvideoSec-full .T-Video-Text { padding-top: 17px; }
body.fnt-chng.newfntchng .row-fluid  .TvideoSec-full .T-Video-Text p, .row-fluid .TvideoSec-full .T-Video-Text p, .row-fluid .TvideoSec-full .T-Video-Text { font-weight: 700; }
body.fnt-chng.newfntchng .row-fluid .TvideoSec-full .T-Video-Person, .row-fluid .TvideoSec-full .T-Video-Person { font-weight: 800; }
body.fnt-chng.newfntchng .row-fluid .TvideoSec-full .T-Video-Person-Position p, .row-fluid .TvideoSec-full .T-Video-Person-Position p, .row-fluid .TvideoSec-full .T-Video-Person-Position  { font-weight: 500; }
.row-fluid .TvideoSec-full .T-Video-Row:before { left: 50px; top: 100px; }
.row-fluid .TvideoSec-full .T-Video-Row:before, .row-fluid .TvideoSec-full .T-Video-Row:after { content: "-"; position: absolute;   background: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/quote-grey.png) no-repeat center top/contain; width: 67px; height: 49px; font-size: 0; }
.row-fluid .TvideoSec-full .T-Video-Row:after { right: 50px; bottom: 50px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg);}

body.fnt-chng.newfntchng .row-fluid .hero-compnnt-lft { padding-top: 100px;  }
body.fnt-chng.newfntchng .row-fluid .hr-rght-img { margin-top: 20px;height:inherit;}
body.fnt-chng.newfntchng .row-fluid .hr-rght-side .hr-rght-img img{width: auto;height:100% !important;max-width:none !important;}
body.fnt-chng.newfntchng .row-fluid .rec-box-outer-chng { padding: 0; } 
.row-fluid .T-Video-Row { display: -webkit-flex; display: -ms-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap;  }
.row-fluid .T-Video-Leftcolumn { -webkit-align-self: center; align-self: center; }
/* .row-fluid .Hr-section3 { padding-top: 170px; } */
.row-fluid .Hr-section3:not(.coming-soon-section) { padding-top: 125pt; padding-bottom: 145px; }

.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul { pointer-events: none;}
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child:hover > ul { pointer-events: auto;}
/* .row-fluid .Hr-section3 .Hr-Waves { -webkit-transform: scaleX(-1);  transform: scaleX(-1); } */

.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:before { bottom: -41px;display:none; }
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul { top: 70px; }

.row-fluid .Hr-section3:not(.coming-soon-section) { overflow: initial;}
 
.row-fluid .Hr-section3:not(.coming-soon-section) .Hr-Waves { position: absolute;  z-index: -1; top: 100%; margin-top: -200px;   bottom: auto !important; }
body.fnt-chng.newfntchng .row-fluid .tabng-outer { position: relative; z-index: 11; }


body.fnt-chng .row-fluid .signupHero-Left h1{line-height: 1.36;font-size: 44px;}
.row-fluid .Signup-leftcontent{font-size: 16px;line-height: 1.88;}
body.fnt-chng.newfntchng .row-fluid .signupHero-Right-title h3{line-height: 1.28;}
body.fnt-chng.newfntchng .row-fluid .signupHero-Right input[type=submit]{line-height: 0.98;font-weight: 800;letter-spacing: 1.61px;}
body.fnt-chng.newfntchng .row-fluid .signupHero-Right .hs-form-booleancheckbox-display>span{font-size: 15.4px;line-height: 1.43;letter-spacing: -0.06px;color: #56575a;}
.hs-fieldtype-booleancheckbox a, body.fnt-chng.newfntchng .row-fluid .signupHero-Right .legal-consent-container .field.hs-form-field a {display: inline-block;vertical-align: middle;color: #9ea0a5;text-decoration: underline !important;text-transform: capitalize;font-weight: 500;}

body.fnt-chng.newfntchng .row-fluid .ea-tabHome .tabing-hom-rghttitle h3, .newfntchng .row-fluid .ea-tabHome .tabing-hom-rghttitle h3{font-size: 20px;}
body.fnt-chng.newfntchng .row-fluid .hero-compnnt-lft{padding:100px 0 100px;}
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > a p{opacity:1;font-weight:400;}
.row-fluid .ea-hnew.hdr-sctn-nw .hdr-main-menu ul li a{font-family: 'Raleway', sans-serif;font-size: 16px;font-weight: 700;line-height: 1.4;color:#434343;}
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > a:hover{box-shadow: none;color: #cbcbcb;}
.fnt-chng.newfntchng .row-fluid .hdr-main-menu .hs-menu-wrapper > ul:hover > li > a{opacity:0.3;}
body.fnt-chng.newfntchng .row-fluid .hdr-sctn-nw .hdr-main-menu .hs-menu-wrapper > ul li > ul:hover > li a{opacity:1;}
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > a > img {width: 22.5px;height: 22.5px;float: left;position:absolute;top: 50%;left: 25px;transform: translatey(-50%);}
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > a:before{position:absolute;top:50%;left:17px;transform:translatey(-50%);background-color:#0074e4;opacity:0.1;border-radius:50%;content:'';width:38px;height:38px;}
body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:not(:first-child) > ul > li a{position:relative;padding:18px 10px 18px 65px;}
body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:not(:first-child) > ul > li a:before{position:absolute;top:10px;left:17px;background-color:#0074e4;opacity:0.1;border-radius:50%;content:'';width:38px;height:38px;}
body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:not(:first-child) > ul > li a img{width: 22.5px;height: 22.5px;float: left;position:absolute;top: 18px;left: 25px;}
/* .row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:after{position:absolute;bottom:0;width:100%;background-color:#0091ff;height:3px;content:'';} */
body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:not(:first-child) > ul > li a:hover{box-shadow:none;}
body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:not(:first-child) > ul > li:hover a{border-radius: 4px;background-color: #e5f1fc;}
.row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li:not(:first-child) > ul{border-radius: 11.2px;box-shadow: 0 3px 11px 5px rgb(164 176 196 / 29%);}
body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li{position:relative;}
body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:before{display:block;position:absolute;bottom:-29px;left:0;width:100%;height:3px;background-color:transparent;content:'';}
body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover > a:before {background-color:#0091ff;}
body.fnt-chng .row-fluid .qa-feat-rghtsdBox:hover .fq-feat-lftside-CTA a{background: #345172;}

.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > a:before{display:none;}
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > ul > li > a > img {width: 22.5px;height: 22.5px;float: left;position:absolute;top: 23px;left: 25px;}
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > ul > li > a:before{position:absolute;top:15px;left:17px;background-color:#0074e4;opacity:0.1;border-radius:50%;content:'';width:38px;height:38px;}
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > ul > li > a{width: 100% !important;font-weight: 500;font-size: 14px !important;line-height: 1.65;text-align:left;padding-left: 65px;position:relative;}
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > ul > li > a > p{margin:0;}
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > ul > li > a > h6{ display: inline-block;color:#303030;margin: 0; text-align: left; font-weight: 600; font-size: 16px;line-height: 1.65; }
/* .row-fluid .ea-hnew.hdr-sctn-nw .main--menu .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:0;} */
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li > ul { visibility: visible;opacity: 1;-webkit-transition: opacity 0.4s;position: static;}
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu.hdr-main-menu .hs-menu-wrapper > ul > li > ul > li a:hover{box-shadow:none;}
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li > ul > li:hover > a {box-shadow:none;border-radius: 4px;background-color: #e5f1fc;}
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li:hover a{box-shadow:none;}
.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li > ul > li{margin: 0 0 10px;min-height: 92px;}

.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper ul > li.hs-item-has-children > ul > li:after{display:none;}
.row-fluid .ea-hnew .hdr-main-menu .hs-menu-wrapper > ul > li:hover > a {opacity: 1 !important;color: #303030;}
body.fnt-chng.newfntchng .row-fluid .Signup-leftcontent span {font-size: 16px;line-height: 23px;}
body.fnt-chng.newfntchng .row-fluid .Signup-Logo img {max-width: 140px !important;}

body.fnt-chng.newfntchng .row-fluid .Signup-Logo:first-child { padding-left: 0;}
body.fnt-chng.newfntchng .row-fluid .Signup-Logo:last-child { padding-right: 0;}
body.fnt-chng.newfntchng .row-fluid .Signup-Logo { display: inline-block;padding: 20px 25px;}
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > ul > li > a > h6 >span {width:auto;font-weight: 600;font-size: 9.6px;line-height: 11px;color: #F7B500;border: 0.8px solid #F7B500;box-sizing: border-box;border-radius: 4px;padding: 3px 5px;margin-left: 5px;}
.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > a{padding:0;}
body.fnt-chng.newfntchng .row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(1){margin-bottom:10px;}
body.fnt-chng.newfntchng .row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li{margin: 0 0 10px;}

body.fnt-chng.newfntchng .row-fluid .hero-compnnt-lft{padding: 55px 0 55px;}

.ea-hnew .hs-menu-wrapper.hs-menu-flow-horizontal > ul {display: inline-block;margin-bottom: 0;}
body.blog-new .row-fluid .hdr-sctn-nw .hdr-main-menu .hs-menu-wrapper > ul li > ul:hover > li a{opacity:1 !important;}
body.blog-new .row-fluid .cta--white.cta-hdr-wht a{font-family: 'Raleway', sans-serif;}

body.blog-new .row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(1){margin-bottom: 20px;}

/*Responsive CSS*/

@media(min-width:1440px){
	
	.row-fluid .straightwave {margin-top: 380px;}
	.row-fluid .Hr-Waves-top {top: -375px;}
	.row-fluid .straightwave .bnfts-area-contanier {margin-top: -110px;}
}
@media(min-width:1501px){
	.row-fluid .tabing-hom-left:before {width: 450px;height: 450px;left: -45px;}
	.row-fluid .tabing-hom-left:after{width:450px;height:450px;}
	.row-fluid .tabing-hom-left:after{left: 340px;}
  .row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left:before {right: -30px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-hom-img:before{top: 50px;right: 310px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-sqaure:before {top: 25px;right: 345px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-blusqr:before {top: 55px;left: 20px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-hom-img:after {bottom: -25px;left: 20px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-sqaure:after {bottom: -25px;right: 150px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-blusqr:after {bottom: -50px;right: 110px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-hom-img:before {top: -50px;left: 140px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-sqaure:before {right: 140px;top: 140px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-blusqr:before {top: 110px;right: 110px}
	.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-sqaure:after {bottom: 85px;left: 190px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-hom-img:after {bottom: 50px;left: 160px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-blusqr:after {bottom: 200px;right: 0px;}
	.row-fluid .tabing-hom-outer:nth-child(3n) .tabing-blusqr:before {top: 35px;left: -40px;}
	.row-fluid .tabing-hom-outer:nth-child(3n) .tabing-sqaure:before {top: -26px;right: 10px;}
	.row-fluid .tabing-hom-outer:nth-child(3n) .tabing-hom-img:before {top: 0px;right: -40px;}
	.row-fluid .tabing-hom-outer:nth-child(3n) .tabing-hom-img:after {bottom: -50px;left: 50px;}
	.row-fluid .tabing-hom-outer:nth-child(3n) .tabing-sqaure:after {bottom: -31px;left: 110px;}
	.row-fluid .tabing-hom-outer:before {top: 85%;}
	.row-fluid .scal-prf-logo {padding: 20px 42px;}
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul {margin-left: -255px;width: 1049px;/*width: 1236px;*/}
/* 	.row-fluid .ea-heronew .hr-rght-side { position: static;} */
	  body.fnt-chng.newfntchng .row-fluid .Signup-Logo {padding: 20px 42px;}
}


@media(min-width:1600px)
{
	body.fnt-chng .row-fluid .heroSoftware .hsContent {width: 70% !important;margin-left: 0;}
	body.fnt-chng .row-fluid .heroSoftware .hsImage {right: -80px;width: 41%;}
	body.fnt-chng .row-fluid .home--left{width: 59%;}
	body.fnt-chng .row-fluid .home--right{width: 30%;right: -80px;}
	body.fnt-chng.prc-wp .row-fluid .hlSubtext {max-width: 670px;}
	
	.row-fluid .intrtn-scndllft:before {width: 600px;height: 600px;}
	.row-fluid .scal-prf-logo{display: inline-block;padding:20px 42px;}
	
  body.fnt-chng .row-fluid .feature-tbng-rights:after{bottom:-190px;left: 0px;width:500px;height:500px;}
  body.fnt-chng .row-fluid .feature-square-bg:before{top:-120px;left:140px;}
  body.fnt-chng .row-fluid .feature-square-bg:after{top:260px;left:-60px;}
  body.fnt-chng .row-fluid .feature-sqr-right:before{bottom: -215px;right:300px;;}
  body.fnt-chng .row-fluid .feature-sqr-right:after{top:220px;right:120px;}
  body.fnt-chng .row-fluid .tbng-bg-logoimg:first-child {top: -260px;right: 0;margin-right:70px;line-height:159px;width: 159px;height: 159px;}
  body.fnt-chng .row-fluid .tbng-bg-logoimg:first-child img{max-width:156px !important;}
  body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(2) {top: -110px;left: 0;margin-left: 220px;line-height:229.41px;width: 229.41px;height: 229.41px;}
  body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(2) img{max-width:175px !important;}
  body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(3) {top: -20px;right: -40px;line-height:202px;width: 202px;height: 202px;}
  body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(3) img{max-width:135px !important;}
  body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(4) {top: 220px;left: 0px;margin-left: 255px;line-height:169px;width: 169px;height: 169px;}
  body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(4) img{max-width:150px !important;}
  body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(5) {top: 80px;left: -30px;line-height:174px;width: 174px;height: 174px;}
  body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(5) img{max-width:135px !important;}
  body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(6) {top: 330px;right: 20px;margin-right: 30px;line-height:229.41px;;width: 229.41px;height: 229.41px;}
  body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(6) img{max-width:200px !important;}
  body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(7) {top: 390px;left: 0;line-height:202px;width: 202px;height: 202px;}
  body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(7) img{max-width:185px !important;}
	
.row-fluid .Hr-Waves {bottom: -120px;}
	body.fnt-chng .row-fluid .feature-tbbng-sctn {padding: 70px 0 50px;}
	body.fnt-chng.newfntchng .row-fluid .hero-compnnt-lft{padding: 130px 0 130px;}
/* 	.row-fluid .Hr-section3:before {height: 550px !important;} */
/* 	.row-fluid .Hr-section3 {padding: 235px 0 430px;} */
		

/* 	.row-fluid .Hr-section3:after {top: -250px;left: -260px;width: 743.8px;height: 618.5px;}
	.row-fluid .hero-compnent-trng-overly.Hr-section3-trng {top: 150px;left: 390px;} */
	
	.row-fluid .cta-sctn-ea-contanet.cta-lft-optn{max-width:100%;}
	.row-fluid .signupHero-Right {padding: 57px 85px 63px 85px;}
	
	.row-fluid .Logo-SVG {top: -300px;}
	.row-fluid .Signup-Logo {padding: 20px 27px;}
  .row-fluid .signupHero-Section {padding: 150px 0 90px;}
/*   .row-fluid .signuphero-compnent {bottom: 150px;} */
	.row-fluid .Signup-Logo-Section {padding: 10px 0 18px;}
	
	.row-fluid .coming-soon-section .Hr-Waves svg { height: 605px; } 
	.row-fluid .Hr-section3:not(.coming-soon-section) .Hr-Waves { margin-top: -270px; }
	
}
@media(min-width:1700px){
	.row-fluid .hero-compnent-sctn:after {right: -135px;width: 930px;}
	.row-fluid .hero-compnent-trng-overly{right: 790px;}

	.row-fluid .tabing-hom-left:before {width: 470px;height: 470px;left: -100px;}
	.row-fluid .tabing-hom-left:after {width: 470px;height: 470px;left: 340px;bottom: -190px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-hom-img:before {top: 40px;right: 320px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-sqaure:before {top: 10px;right: 360px;}
	.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left:after {right: 390px;left: auto;bottom: -130px;}
	.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left:before {right: -30px;left: auto;}
	.row-fluid .tabing-hom-outer:before{width: 723px;}
	
	.row-fluid .Hr-Waves-top {top: -430px;}
	.row-fluid .straightwave {margin-top: 435px;}
 .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul {margin-left: -160px;}
}
@media(min-width:1830px){
	.row-fluid .hero-compnent-sctn:after {width: 900px;height: 785px;position: absolute;content: '';top: -270px;right: -135px;background: transparent;border-radius: 100px 100px 350px 200px;mix-blend-mode: normal;opacity: 0.9;transform: rotate(41deg);}
	.row-fluid .hero-compnent-trng-overly{top: 10px;right: 850px;}
  .row-fluid .Hr-Waves {bottom: -230px;}
	
	.row-fluid .coming-soon-section .Hr-Waves svg { top: 50px;  height: 650px;}
	.row-fluid .coming-soon-section .Hr-Waves { height: 395px; bottom: 0; }
	.row-fluid .Hr-section3:not(.coming-soon-section) .Hr-Waves { margin-top: -300px; }
	.row-fluid .ea-heronew .hero-compnent-trng-overly{right: 730px;}
}

@media(max-width:1599px)
{
	body.fnt-chng.prc-wp .row-fluid .home--right.hm-rgh-frm {width: 47%;right: 0;}
	
}	
@media(min-width:1900px){
	.row-fluid .Hr-Waves-top {top: -450px;}
	.row-fluid .straightwave {margin-top: 450px;}
}
@media(min-width:2000px){
	.row-fluid .signupHero-Section {padding: 150px 0 110px;}
  .row-fluid .Logo-SVG {top: -360px;}
	
	.row-fluid .Hr-Waves-top {top: -570px;}
	.row-fluid .straightwave {margin-top: 580px;}
	.row-fluid .straightwave .bnfts-area-contanier {margin-top: -210px;}
	
	.row-fluid .coming-soon-section .Hr-Waves svg { top: 0; height: 850px; }
	.row-fluid .coming-soon-section .Hr-Waves { height: 476px; }
	.row-fluid .hr-rght-side{position:static;height: auto;}
	body.fnt-chng.newfntchng .row-fluid .hr-rght-side .hr-rght-img img{height: auto !important;max-width: 100% !important;}
	}
@media(min-width:2200px){
	
	
	.row-fluid .Hr-Waves {bottom: -260px;}
	body.fnt-chng .row-fluid .feature-tbbng-sctn {padding: 40px 0 50px;}
	.row-fluid .Hr-section3 {padding: 235px 0 350px;}
	.row-fluid .Hr-section3:not(.coming-soon-section) .Hr-Waves { margin-top: -320px; }
	
}


@media (min-width: 2350px){
  .row-fluid .Logo-SVG {top: -430px;}
	.row-fluid .signupHero-Section {padding: 150px 0 130px;}
	
	
}
@media(min-width:2500px){
	.row-fluid .Hr-section3 {padding: 235px 0 360px;}
	
	.row-fluid .Hr-section3:not(.coming-soon-section) .Hr-Waves { margin-top: -380px; }
}

@media(min-width:2500px){
	.row-fluid .Hr-section3 {padding: 235px 0 400px;}
	.row-fluid .Hr-Waves-top {top: -690px;}
	.row-fluid .straightwave {margin-top: 690px;}
	.row-fluid .straightwave .bnfts-area-contanier {margin-top: -280px;}
}
@media(min-width: 2600px){
	
	 .row-fluid .coming-soon-section .Hr-Waves { height: 576px; }
	.row-fluid .coming-soon-section .Hr-Waves svg { height: 950px; }
}

@media (min-width: 2900px){
  .row-fluid .Logo-SVG {top: -500px;}
	
	
	.row-fluid .coming-soon-section .Hr-Waves { height: 600px; }
	.row-fluid .coming-soon-section .Hr-Waves svg { height: 1100px; }
	.row-fluid .Hr-section3:not(.coming-soon-section) .Hr-Waves { margin-top: -650px; }
}
@media (min-width: 3150px){
  .row-fluid .Hr-Waves-top {top: -730px;}
	.row-fluid .straightwave {margin-top: 730px;}
}
@media (min-width: 3300px){
  .row-fluid .Hr-Waves-top {top: -780px;}
	.row-fluid .straightwave {margin-top: 780px;}
	.row-fluid .coming-soon-section .Hr-Waves svg { height: 1320px; top: 33px; }
	
	.row-fluid .Hr-section3:not(.coming-soon-section) .Hr-Waves { margin-top: -780px; }
}
@media (min-width: 3400px){
  .row-fluid .Logo-SVG {top: -550px;}
}
/* @media(min-width:2300px){.row-fluid .Hr-section3:before {height: 720px !important;}} */
@media(min-width:3500px){
/* 	.row-fluid .Hr-section3:before {height: 1040px !important;} */
/* 	.row-fluid .Hr-section3 {padding: 235px 0 100px;} */
	
	 .row-fluid .Hr-Waves-top {top: -800px;}
	.row-fluid .straightwave {margin-top: 800px;}
}
@media (min-width: 3750px){
  .row-fluid .Logo-SVG {top: -600px;}
	.row-fluid .Hr-Waves-top {top: -850px;}
	.row-fluid .straightwave {margin-top: 850px;}
}
@media (min-width: 4000px){
  .row-fluid .Logo-SVG {top: -680px;}
  .row-fluid .signupHero-Section {padding: 150px 0 220px;}
	
	.row-fluid .Hr-Waves-top {top: -950px;}
	.row-fluid .straightwave {margin-top: 950px;}
	.row-fluid .coming-soon-section .Hr-Waves svg { height: 1444px; }
}
@media(min-width: 4400px){
	
	.row-fluid .coming-soon-section .Hr-Waves svg { height: 1700px; top: 0; }
	
}
@media(min-width:4500px){
/* 	.row-fluid .Hr-section3:before {height: 1400px !important;} */
/* 	.row-fluid .Hr-section3 {padding: 235px 0 1000px;} */
	 .row-fluid .Logo-SVG {top: -800px;}
  .row-fluid .Hr-Waves-top {top: -1050px;}
	.row-fluid .straightwave {margin-top: 1050px;}
}	
@media (min-width: 5200px){
 	 .row-fluid .Logo-SVG {top: -900px;}
	.row-fluid .Hr-Waves-top {top: -1150px;}
	.row-fluid .straightwave {margin-top: 1150px;}
	
	.row-fluid .coming-soon-section .Hr-Waves svg { height: 1899px; margin-top: -100px;}
}
@media(min-width:5700px){
	
  .row-fluid .Logo-SVG {top: -900px;}
	.row-fluid .Hr-Waves-top {top: -1300px;}
	.row-fluid .straightwave {margin-top: 1300px;}
	}

/** End Changes 30/11/2020 **/


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.row-fluid .aCost-time + .aCost-text { margin: 30px 0 0; }
.row-fluid .ProCost-period + .ProCost-text { margin: 35px 0 0;}

.row-fluid .proFirst-row .w1400 { max-width: 100%; padding: 0;  }
.row-fluid .proCost-left { width: 45%; padding-left: 5%; }
.row-fluid .proCost-right { width: 42%; }
.row-fluid .proFirst-row a.pro-next { width: 42%;  }
.row-fluid a.pro-next  { text-align: center; } 
.row-fluid .problem-main-box .arrowsFull .w1400 { max-width: 100%; padding: 0; }
.row-fluid .pro-prev:hover { background-color: #41485a; }




/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.mainmenu .hs-menu-wrapper > ul{ 
  background:;
}
.mainmenu .hs-menu-wrapper > ul > li{
  background:;
}
.mainmenu .hs-menu-wrapper > ul > li > a{
  color:;
}
.mainmenu .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.mainmenu .hs-menu-wrapper > ul ul{}
.mainmenu .hs-menu-wrapper > ul ul li{
  background:;
}
.mainmenu .hs-menu-wrapper > ul ul li a{
  color:;
}
.mainmenu .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.mainmenu .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { 
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

.row-fluid .cc__question.cc__numberIncrementer-question-wrapper .sc-bxivhb { float:right; }
.row-fluid .cc__question.cc__numberIncrementer-question-wrapper + .cc__separator-question-wrapper .cc__question-description { text-align:left; width:100%; color: rgba(22,46,76,0.6); font-weight: 400; margin: -5px 0 10px 0; }
.row-fluid .cc__question:nth-child(2) .cc__numberIncrementer-question:before { right:-80px; left:auto; }
.row-fluid .cc__question.cc__switch-question-wrapper:nth-child(9) { width:50% !important; } 




/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
      .mainmenu .hs-menu-wrapper { 
          display:block !important;
      }
	
/* 	.row-fluid .main--menu .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li:nth-child(6) { margin-top: -28px; }  */
	.row-fluid .main--menu .hs-menu-wrapper>ul>li:first-child>ul>li>ul>li:nth-child(6){margin-top:0;}

	.row-fluid .hdr-main-menu .hs-menu-wrapper > ul:hover > li > a, body .row-fluid .hdr-sctn-nw .hdr-main-menu .hs-menu-wrapper > ul li > ul:hover > li a { opacity: 0.3; } 
	.row-fluid .hdr-main-menu .hs-menu-wrapper > ul:hover > li > a:hover, body .row-fluid .hdr-sctn-nw .hdr-main-menu .hs-menu-wrapper > ul li > ul:hover > li > a:hover { opacity: 1; }
	body .row-fluid .hdr-sctn-nw .hdr-main-menu .hs-menu-wrapper > ul li > ul:hover > li.hs-item-has-children:hover > a { opacity: 1; font-weight: 700;}
	.row-fluid .hdr-main-menu .hs-menu-wrapper > ul:hover > li.hs-item-has-children:hover > a{ opacity: 1; }
	
	body .row-fluid .ea-hnew .hdr-main-menu  .hs-menu-wrapper > ul > li > a { padding-left: 25px; padding-right: 25px; }
	.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper ul > li.hs-item-has-children:after {  width: 100%; height: 60px;  content: "";  position: absolute; top: 100%; background: transparent; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); margin-top: -20px; } 
}




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 991px){


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

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

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of mainmenu. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .mainmenu,
  .mainmenu .hs-menu-wrapper > ul,
  .mainmenu .hs-menu-wrapper > ul li,
  .mainmenu .hs-menu-wrapper > ul li a{
    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:#ffffff;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 20px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 10px 15px;
    background: #ffffff; /* Background color */
    border: 1px solid rgba(168,173,192,0.53);
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #000000; 
    margin-right:0 !important;
  }
  

  /* Change button when menu is open */
  

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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 18px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
    margin-right:6px;
  }
  .mobile-trigger i:before{
    top: -5px !important; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 5px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      /*background-color: #ffffff;*/ /* Icon color */
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px !important;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    margin:0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#162E4C; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .mainmenu.js-enabled{
       position: absolute;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
     	 top:10px;
       left: 0;
    	 width: 100%;
    	 z-index: 9;
   }

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

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

  /* Mobile Menu Styles */ 
  .mainmenu.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .mainmenu .hs-menu-wrapper{
    background-color:#FFFFFF; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

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

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

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  /*   New Accordian */
  .accordian-img-content .accordian-left, .accordian-img-content .accordian-right {
    width: 100%;
    padding: 8px 15px;
}
  .accordian-img-content, .accordian-img-content:nth-child(2n), .hs-accordian-two-col .hs-accordion__item:nth-child(2n) .accordian-col-outer .accordian-img-content:nth-child(odd), .hs-accordian-two-col .hs-accordion__item:nth-child(2n) .accordian-col-outer .accordian-img-content:nth-child(2n) {
    flex-direction: column-reverse;
}
  .accordian-img-content:not(:last-child) {
    margin-bottom: 40px;
}
}
.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul li a > span { display: block; font-size: 16px; color: #0091ff;}

@media(min-width:1900px){
	.row-fluid .tab-section.v2 .tab-inner .tabvideo > div.hs_cos_wrapper { padding: 45% 0 0; }
  .row-fluid .wrpper-fullwidth {max-width: 100%;float: left !important;padding: 0 247.1px;}
	
	
}
@media(max-width:1890px){
	
	.row-fluid .wrpper-fullwidth {max-width: 100%;padding: 0 140px;}
	
	
}
@media(max-width:1700px){
	
	.row-fluid .wrpper-fullwidth {max-width: 100%;padding: 0 40px;}
}
@media(min-width:2300px){
	.row-fluid .tab-section.v2 .tab-inner .tabvideo > div.hs_cos_wrapper { padding: 35% 0 0; }
  
}

@media(min-width:3000px){
.row-fluid .tab-section.v2 .tab-inner .tabvideo>div.hs_cos_wrapper {
    padding: 23% 0 0;
}
	
}
@media(min-width: 992px) {
.row-fluid .heroSoftware .hsImage img { max-width: 952px !important; } 
	.row-fluid .crm-sec.v2 .crm-left { padding-top: 30px !important; padding-bottom: 30px; }
	.row-fluid .heroSoftware .hsContent { margin-bottom: 30px; } 
/* 	.row-fluid .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li:nth-child(1), .row-fluid .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li:nth-child(2){ margin-bottom: 40px; } */
	.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(1), .row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(2){ margin-bottom: 40px; }
	.row-fluid .main--menu .hs-menu-wrapper>ul>li:first-child>ul>li>ul { display: block !important; visibility: visible; opacity: 1; position: static; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li:hover > ul { display:flex !important; display: -webkit-flex !important; display: -o-box !important; display: -moz-box!important; display: -ms-box !important;   -webkit-flex-flow: row wrap; flex-flow: row wrap; } /* .row-fluid .main--menu .hs-menu-wrapper > ul > li:first-child:hover > ul */
	.row-fluid .main--menu .hs-menu-wrapper>ul>li:first-child>ul>li a { padding-left: 0; padding-right: 10px; }
	
	
	.row-fluid .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul { background: #fff; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li:not(:first-child) > ul { display: none;  min-width: 320px; background: #fff; padding: 20px 10px;  }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li { width: 100%; margin-bottom: 15px; display: block; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li:not(:first-child) > ul > li a { display: block; text-align: left; font-size: 22px; font-weight: 400; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li a:hover{ box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px -3px; }
	.row-fluid .main--menu .hs-menu-wrapper { display: block !important; }
	
	.row-fluid .tab-section.v2  .tabvideo > div > iframe, .row-fluid .tab-section.v2  .tabvideo > div > video, .row-fluid .tab-section.v2  .tabvideo > div > object, .row-fluid .tab-section.v2  .tabvideo > div > embed { width: auto !important; }
}

@media (min-width:768px){
  .row-fluid .logo-slider > span > div { float: none; display: inline-block; padding: 25px; }  
  .row-fluid .logo-slider > span > div { float: none; display: inline-block; padding: 25px; }
}
@media(min-width:1500px){
	body.fnt-chng .row-fluid .footer-section.font--r .ftitle{ font-size: 24.3px;line-height:normal;}
	.row-fluid .footer-box .hs-menu-wrapper > ul > li > a{font-size: 24.3px;font-weight: normal;line-height: normal;color: #797979;}
	body.fnt-chng .row-fluid .footer-section.font--r .fsignin a {font-weight: 700;}
	body.fnt-chng .row-fluid .footer-section.font--r .fsignin p span {font-weight: 400;font-size: 26.7px;}
	body.fnt-chng .row-fluid .footer-section.font--r .copyright-text .cr-right > div , body.fnt-chng .row-fluid .copyright-text .cr-right > div ul li a {font-size: 21.9px;line-height: normal;}
	body.fnt-chng .row-fluid .cr-left span {font-size: 21.9px;line-height: normal;}
	body.fnt-chng .row-fluid .copyright-text .cr-right > div ul:not(:first-child) li a{text-decoration:underline !important;}
	
	body.newfntchng .row-fluid .footer-section.font--r .copyright-text .cr-right > div, body.newfntchng .row-fluid .copyright-text .cr-right > div ul li a , body.newfntchng .row-fluid .cr-left span , body.newfntchng .row-fluid .footer-section.font--r .fsignin p span , body.newfntchng .row-fluid .footer-box .hs-menu-wrapper > ul > li > a , body.newfntchng .row-fluid .footer-section.font--r .ftitle{font-size:18px;line-height: 1.65;}
    /* 	.row-fluid .wrpper-fullwidth .qa-featBox.qa-featBoxchng{width: 29%;margin: 50px 6.5% 50px 0;}
	.row-fluid .wrpper-fullwidth .qa-featBox.qa-featBoxchng:nth-child(3n){margin-right:0;} */
	
}


@media(max-width:1500px){
  .row-fluid .w1400 { max-width:1240px; }
	
	.row-fluid .wrpper-fullwidth{max-width: 1240px;padding: 0 20px;}
	
	.row-fluid .ctabtn--outer { width:58%; padding:44px 40px 44px 0; }
	.row-fluid .cta--white a, .row-fluid .cta--blue a { margin:0 0 0 15px; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > a { padding:25px 10px; } 
	
	.row-fluid .home--hero--ov { padding-left:60px; box-sizing:content-box; }
	.row-fluid .green--square { left:-15px; }
	
	.row-fluid .tabKnowledge .tabColumns { padding:0 70px; }
	.row-fluid .slick-slider .slick-prev { left:0; }
	.row-fluid .slick-slider .slick-next { right:0; }
	
	.row-fluid .main--menu .hs-menu-wrapper>ul>li:first-child>ul { top: 73px; }
	
	 
	.row-fluid .tryText { font-size: 16px; }
	
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul { top:78px; }
	
	.row-fluid .ep-Sec-col:nth-child(4n) .ep-sIcon:before { margin-right: -20px; top: 38px; }
	.row-fluid .ep-Sec-col:nth-child(4) .ep-sIcon:after { right: 50px; }
	.row-fluid .gSupport { padding: 150px 0; }
	
	.row-fluid .bnDeck-ov { padding-left: 60px; box-sizing: content-box; }
	
	
	.row-fluid .agentCost-left h2 {  font-size: 80px; line-height: 86px;}
	
	 .problem-page .row-fluid .bnDeck-left h1 { font-size: 72px; line-height: 80px; }
	
	.row-fluid a.pro-next { padding-left: 80px; padding-right: 80px; /*max-width: 531px !important; */ } 
	.row-fluid .ProCost-price { font-size: 100px; }
	.row-fluid .ProCost-period { font-size: 38px; }
	
  .row-fluid .benefitHero.qa-Smv2 .bnDeck-left h1 { font-size: 78px; line-height: 86px; }
	
	.row-fluid .bnfts-area-sctn {padding: 100px 0 90px;}
	.row-fluid .vdo-wthbx-sctn{padding: 100px 0 100px;}
	.row-fluid .interation-sctn {padding: 100px 0 100px;}
	
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul{/*margin-left: -430px;top: 50px;*/}
}


@media(max-width:1409px){
  .row-fluid .limg-rtext .crm-left { margin:0 0 0 2.1%;}
}
@media(max-width:1400px){ 
  .row-fluid .pricing-tooltip { left:0; }
	
	.row-fluid .tab-section.v2 .tabs li a { font-size: 18px; }
	.row-fluid .qaSlider-Sec .w1400 { max-width: 1240px; }
	.row-fluid .intrtn-scndllft-bgimg {max-width:400px;}
/* 	.row-fluid .intrtn-scndllft-bgimg {margin: 100px 0 60px 160px;} */
  .row-fluid .intrtn-scndrght {width: 45%;margin-left: 5%;}	
	
	.row-fluid .intrtn-scndllft:before {width: 500px;height: 500px;}
	.row-fluid .intrtn-scndllft-bgimg {margin: 60px 0 60px 130px;}
	
	.row-fluid .hero-compnent-sctn:after{width: 650px;}
	.row-fluid .hero-compnent-trng-overly {right: 570px;}
	.row-fluid .hero-compnent-sctn:after {width: 630px;}
	
	.row-fluid .tabing-hom-left:before {width: 370px;height: 370px;top: -90px;left: -30px;}
	.row-fluid .tabing-hom-left:after {width: 370px;height: 370px;bottom: -100px;left: 300px;}
	.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left:after {bottom: -70px;right: 350px;}
	.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left:before {right: -30px}
	.row-fluid .tabing-hom-outer:nth-child(3n) .tabing-blusqr:before {left: -20px;}
	.row-fluid .tabing-hom-outer:nth-child(3n) .tabing-hom-img:before {right: -25px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-blusqr:after {right: 0px;}
	
/* 	.row-fluid .wrpper-fullwidth {max-width: 100%;padding: 0 30px;} */
}

	
	
@media(max-width: 1340px){
	.row-fluid .crm-sec.v2 .span12.crm-left+div.gSqshow::before {     right: -180px; }
	
	.row-fluid .Smv2-videoLeft h2 { font-size: 74px; line-height: 80px; }
	
	.row-fluid .TrialLeft-smv2 h2 { font-size: 86px; line-height: 92px; }
	
	.row-fluid .qa-featBox.qa-featBoxchng , body.fnt-chng.prc-wp .row-fluid .qa-featBox{width:32%;margin: 50px 2% 50px 0;}
	.row-fluid .qa-featBox.qa-featBoxchng:nth-child(3n) , body.fnt-chng.prc-wp .row-fluid .qa-featBox:nth-child(3n){margin-right:0;}
	
	
	.row-fluid .intrtn-scndllft:before {width: 430px;height: 430px;}
  .row-fluid .intrtn-scndllft-bgimg {max-width: 350px;}

	.row-fluid .hero-compnent-trng-overly {width: 100px;height: 100px;right: 560px;}
	.row-fluid .triangle, .row-fluid .triangle:before, .row-fluid .triangle:after {width: 60px;height: 60px;}
	
	body.fnt-chng .row-fluid .feature-tbng-rights:after{width: 400px;height: 400px;bottom: -130px;}
	body.fnt-chng .row-fluid .feature-tbng-rights:before{width:400px;height:400px;top: -210px;right: 0px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:first-child {top: -190px;margin-right: 110px;line-height: 130px;width: 130px;height: 130px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:first-child img {max-width: 115px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(2) {top: -50px;margin-left: 140px;line-height: 170px;width: 170px;height: 170px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(2) img {max-width: 125px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(3) {top: -10px;right: 20px;line-height: 150px;width: 150px;height: 150px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(3) img {max-width: 100px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(5) {top: 110px;left: -50px;line-height: 130px;width: 130px;height: 130px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(5) img {max-width: 100px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(4) {top: 190px;left: 0px;margin-left: 145px;line-height: 140px;width: 140px;height: 140px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(4) img {max-width: 120px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(6) {top: 330px;right: 0;margin-right: 120px;line-height: 170px;width: 170px;height: 170px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(6) img {max-width: 140px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(7) {top: 330px;left: -25px;line-height: 160px;width: 160px;height: 160px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(7) img {max-width: 135px !important;}
	
	.row-fluid .Logo-SVG {top: -200px;}

}
@media(min-width: 1271px){
	 
	.row-fluid .tab-section.v2.tab-Smv2 .tab-inner:before  { width: 600px; right: -100px; }
	
}
@media(max-width:1270px){
.row-fluid .pricing-tooltip { width: 300px; }
	
	.row-fluid .w1400, .row-fluid .wrapper { max-width:970px; }
	
	.row-fluid .wrpper-fullwidth{max-width: 970px;}
	
	.row-fluid .new--header { padding:30px 0; }
	.row-fluid .main--menu .hs-menu-wrapper ul li a { font-size:16px; }
	.row-fluid .cta--white a, .row-fluid .cta--blue a { padding:10px 20px; font-size:16px; }
	.row-fluid .left--logo img { width:100%; }
	
	.row-fluid .home--left h1 { font-size: 55px; line-height: 66px; }
	.row-fluid .green--square { left:-7px; }
	.row-fluid .ctabtn--outer [class*="hero--cta"] a { padding: 15px 20px; min-width: 240px; }
	
	.row-fluid .ditch--left > h2 { font-size:40px; line-height:48px; }
	.row-fluid .ditch--text { line-height: 30px; font-size: 22px; }
	
	.row-fluid .reqfree--trail a { padding:30px 50px 30px 120px; min-width:480px; margin:20px 0 0; }
	.row-fluid .reqfree--trail a::before { left:60px; }
	.row-fluid .ditch--right > img { max-width:660px !important; }
	.row-fluid .ditch--right::before { top: -50px; width: 320px; height: 320px; }
	.row-fluid .capterra--logo { right: -100px; top: -100px; max-width: 160px; }
	
	.row-fluid .rec--sectitle { max-width:50%; }
	.row-fluid .rec--sectitle h2 { font-size:40px; line-height:48px; }
	
	.row-fluid .rec--quote { font-size: 20px; line-height: 28px; }
	.row-fluid .rec--divider { margin:20px 0 25px; }
	.row-fluid .rating--star { margin:0 0 5px; }
	.row-fluid .rating--star > span { margin-right:10px; }
	.row-fluid .rec--per--detail { font-size: 14px; line-height: 24px; } 
	.row-fluid .rec--per--detail h4 { margin:10px 0 20px; }
	.row-fluid .rec--per--detail.rec-per-font h4 {font-size: 22px;}
	.row-fluid .rec--per--detail.rec-per-font{font-size: 14px;line-height: 24px;}
	
	.row-fluid .video--title h2, .row-fluid .our-int-title h2 { font-size:40px; line-height:48px; }
	.row-fluid .video--subtitle, .row-fluid .our-int-text { font-size: 22px; line-height: 28px; }
	
	.row-fluid .our--int--cta a { font-size:22px; padding:0 50px; }
	.row-fluid .our--int--cta a::before { width:40px; }
	
	.row-fluid .int-circle-outer .mac--procenter { max-width: 700px; float: none; display: inline-block; }
	.row-fluid .int--logos--cir { transform:scale(0.6); }
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(2) { left: 35px; top: -50px; }
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(3) { top: -100px; } 
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(4) { top: -53px; left: -75px; }
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(5) { right: 35px; top: -95px; }
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(6) { top: 50px; right: -40px; }
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(7) { left: 0; bottom: 63px; }
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(8) { right: -15px; bottom: 10px; }
	
	.row-fluid .testiLeft { padding:100px 77px 100px 0; }
	.row-fluid .testiLeft h2 { font-size:40px; line-height:48px; margin:0 0 40px; }
	.row-fluid .testiLeft h3, 	.row-fluid .testiLeft h2 span { font-size: 22px; line-height: 28px; }
	.row-fluid .testiLeft { font-size: 18.2px; line-height: 28.26px; }
	.row-fluid .testiLeft p { margin: 15px 0; }
	.row-fluid .testiImage img { max-width:380px !important; }
	.row-fluid .testiImage::before { width:300px; height:300px; }
	.row-fluid .testiImage::after { right: 90px; top: 98px; transform:scale(0.8); }
	.row-fluid .testiRight::before { right:10px; transform:scale(0.8); }
	
	.row-fluid .tryText { padding-top:0; }
	
	.row-fluid .footer-section.font--r .ftitle, .row-fluid .footer-section.font--r { font-size: 17px; line-height: 22.48px; }
	.row-fluid .footer-section.font--r .fsignin { font-size: 18px;  line-height: 22px; }
	.row-fluid .footer-section.font--r .copyright-text, .row-fluid .footer-section.font--r .copyright-text .cr-right > div { font-size:15px; line-height:22px; }
	.row-fluid .footer-section.font--r .copyright-text .cr-right > div { padding-left:0; }
	
	.row-fluid .main--menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { opacity:1; visibility:visible; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul {  top:75px;  }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li:first-child > ul { width:900px; margin-left:-212px; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li:first-child > ul:before { left:225px; }
	
	.row-fluid .apBox { width:28%; margin-right:8%; }
	.row-fluid .apBox:nth-child(3n+2)::before, .row-fluid .apBox:nth-child(3n)::before, .row-fluid .apBox:nth-child(3n+2)::after, .row-fluid .apBox:nth-child(3n)::after { left:-24%; }
	
	.row-fluid .videoSection > .wrapper:before { left:20%; }
	.row-fluid .videoSection > .wrapper:after { right:7%; }
	.row-fluid .vidTop:before { left:12%; }
	.row-fluid .vidTop:after { right:10%; }
	
	.row-fluid .tab-section.v2 .tabs li a { font-size:17px; line-height:24px; padding:15px 10px; }
	.row-fluid .tab-section.v2 .tab-inner:before { width:350px; right:20px; }
	
	.row-fluid .contactMain .signup-form, .row-fluid .contactMain.careersMain .signup-form { padding:50px 40px; }
	.row-fluid .careersLeft p { margin:15px 0; }
	.row-fluid .contactMain .contactLeft { padding-left:0; padding-top:55px; }
	
	.row-fluid .tabKnowledge .tkTabs li { min-width:220px; }
	.row-fluid .wrSingle a { padding-left:100px; }
	.row-fluid .wrSingle a i { left:25px; }
	
	/**Pricing New **/
	.row-fluid .pricing--hero h1 { font-size: 48px; }
	.row-fluid .phero--text { font-size: 28px; line-height: 40px; }
	.row-fluid .PricingSection.pv5-section { overflow: hidden; }
	.row-fluid .PricingSection.pv5-section .p-dropdown-combo h6 { font-size: 23.2px; }
	.row-fluid .PricingSection.pv5-section .p-dropdown a { font-size: 30px; }
	.row-fluid .PricingSection.pv5-section .Pricing-Price ul li>span:nth-child(2), .row-fluid .PricingSection.pv5-section .Pricing-Price>span:nth-child(2) { font-size: 70px; }
	.row-fluid .PricingSection.pv5-section .PricingCol { margin-top: 75px; }
	.row-fluid .PricingSection.pv5-section .PricingTag-Top { margin-top: -74px; font-size: 22px; line-height: 36px; padding: 19px 10px; }
	.row-fluid .PricingSection.pv5-section .Pricing-pType h5 { font-size: 19.8px; }
	.row-fluid .PricingSection.pv5-section .Pricing-Price ul li>span:first-child, .row-fluid .PricingSection.pv5-section .Pricing-Price>span:first-child { font-size: 30.51px; }
	.row-fluid .PricingSection.pv5-section .Pricing-Price ul li>span:nth-child(3), .row-fluid .PricingSection.pv5-section .Pricing-Price>span:nth-child(3) { font-size: 18px; line-height: 26px; }
	.row-fluid .PricingSection.pv5-section .PricingBill-text { font-size: 16px; }
	.row-fluid .PricingSection.pv5-section .Pricing-bulletList ul li { font-size: 16.2px; }
	.row-fluid .Cm--new .sec-subtext { font-size: 22px; }
	.row-fluid .Cm--new h2 {  font-size: 35px; }
	.row-fluid .Cm--new .cq-boxes>span>div h6 { font-size: 22px; }
	.row-fluid .Cm--new .canswer { font-size: 18px; line-height: 28px; }
	.row-fluid .ep-Sec-four { width: 50%; }
	
	.row-fluid .gSupport { padding: 100px 0; }
	.row-fluid .gS-square { width: 580px; }
	.row-fluid .crm-sec.v2 .span12.crm-left+div.gSqshow::before { right: -220px; }
	
	 
	.row-fluid .bnDeck-left h1 { font-size: 72px; line-height: 78px; }
	.row-fluid .agentCost-left h2 { font-size: 60px; line-height: 65px; }
	.row-fluid .aCost-text { font-size: 18px; line-height: 28px; }
	.row-fluid .aCost-value { font-size: 60px; line-height: 62px; }
	.row-fluid .aCost-time {  font-size: 23px; line-height: 32px; }
	.row-fluid .aCost-fix a { font-size: 24px; }
	
	.row-fluid .bnDeck-left h4 { font-size: 31px; }
	.problem-page .row-fluid .bnDeck-left h1 { font-size: 55px; line-height: 62px; }
	.row-fluid .proFirst-row { padding: 150px 0 0; }
	.row-fluid .proCost-left h2{ font-size: 36px; line-height: 46px; }
	.row-fluid .proCost-content { font-size: 18px; line-height: 34px; }
	.row-fluid .ProCost-text { font-size: 18px; line-height: 30px; }
	.row-fluid .ProCost-price { font-size: 80px; }
	.row-fluid .ProCost-period { font-size: 32px; }
	
	.row-fluid .proCost-right { padding-bottom: 200px; }
	.row-fluid .ProCost-text { padding: 0 30px; }
	.row-fluid .proFirst-row .problem-prev-next { margin-top: -124px; }
	.row-fluid  a.pro-next { max-width: 418px !important; font-size: 32px; line-height: 45px; padding: 40px 50px;}
	.row-fluid .pro-next:after { width: 36.68px; height: 20.16px; margin-left: 25px; }
	.row-fluid .pro-prev { width: 100px; height: 85px; background-size: 36.68px 20.16px !important; }
	.row-fluid .proCost-content h3 { font-size: 26px; line-height: 32px; }
	
	.row-fluid .problem-dropdown .pDrop-outer > a { padding-right: 100px; padding-left: 100px; }
	.row-fluid .pDrop-outer { max-width: 430px; }
	.row-fluid .pDrop-outer a { font-size: 28px; }
	.row-fluid .pDrop-outer > a:before { right: 66px; top: 50px; width: 32px; height: 32px; }
	.row-fluid .bDeck-solLeft h2 { font-size: 34px; }
	.row-fluid .proCost-content h3 { font-size: 22px; }
	.row-fluid .proCost-content { font-size: 16px; line-height: 32px; }
	.row-fluid .proCost-right { padding-top: 70px; }
	.row-fluid .proFourth-row .w1400 { max-width: 900px; }
	.row-fluid .finalBox { padding: 60px 50px 80px; }
	.row-fluid .finalBox h3 { font-size: 30px; }
	.row-fluid .fnDesc-text { font-size: 18px; line-height: 40px; }
	.row-fluid .proFourth-row .w1400:before { left: -60px; }
	.row-fluid .proFourth-row .w1400 > div:before { right: -30px; }
	.row-fluid .proFourth-row .w1400:after { margin-right: 0; }
	.row-fluid .ResultNum { font-size: 75px; }
	.row-fluid .resultTop-left { font-size: 28px;  }
	.row-fluid .proThird-row > div:nth-child(2) { padding-top: 100px; }
	
	.row-fluid .hero-smv2 h1 { font-size: 86px; line-height: 90px; }
	.row-fluid .hero-smv2 h1 > span { font-size: 124px; line-height: 126px; }
	.row-fluid .hero-smv2 h4 { font-size: 34px; }

	.row-fluid .tab-section.tab-Smv2 .wrapper { max-width: 900px; }
	.row-fluid .smv2-tabTitle h3 { font-size: 24px; line-height: 34px; }
	.row-fluid .tab-section.v2.tab-Smv2 .tab-content h3 { font-size: 40px; }
	.row-fluid .tab-section.v2.tab-Smv2 .tab-inner .tab-content { padding-right: 0 !important; }
	.row-fluid .tab-section.v2.tab-Smv2 .tab-inner.tab-align .tab-content { padding-left: 0 !important; }
	.row-fluid .tab-section.v2.tab-Smv2 .tab-content .sec-text { font-size: 16px; line-height: 36px;  }
	.row-fluid .Smv2-featabList li { font-size: 16px; }
	.row-fluid .smv2-seeAll a { font-size: 20px;  padding: 20px; min-width: 220px; }
	.row-fluid .benefits-smv2 { padding: 100px 0; }
	.row-fluid .smV2-learnMore a { font-size: 20px; }
	.row-fluid .smV2-learnMore a:after { width: 32px; height: 17px; }
	.row-fluid .bnSmv2-Left h2 { font-size: 40px; line-height: 57px; }
	.row-fluid .benSmv2-Right { padding-left: 10px; }
	.row-fluid .bnSmv2-Box h2 { font-size: 21px; line-height: 25px; }
  .row-fluid .Smv2-videoLeft h2 { font-size: 69px; line-height: 75px; }
	.row-fluid .Smv2-videoInner { right: -120px; }
	.row-fluid .TrialLeft-smv2 h2 { font-size: 78px; line-height: 85px; }
	.row-fluid .trialCta-smv2 a { padding: 20px 60px; font-size: 26px; }
	
	.row-fluid .benefitHero.qa-Smv2 .bnDeck-left h1 { font-size: 58px; line-height: 65px; }
	.row-fluid .qaSlider-Sec .w1400 { max-width: 970px; }
	
	.row-fluid .ProCost-period+.ProCost-text { margin: 25px 0 0; }
	
	/* .row-fluid .home--left .hr-sctn-txtxcntn {line-height: 30px;font-size: 22px;} */
			.row-fluid .home--left a{padding: 15px 20px;min-width: 240px;}
	    .row-fluid .proFirst-row .problem-prev-next{margin-top: 20px;}
	    .row-fluid .proFirst-row a.pro-next {max-width: 418px !important;font-size: 32px;line-height: 45px;padding: 40px 50px;}
	
	body.fnt-chng.prc-wp .row-fluid .home--right.hm-rgh-frm .home--rgh-form{padding: 40px 30px;}
	body.fnt-chng.prc-wp .row-fluid .home--right.hm-rgh-frm .home--rgh-form fieldset.form-columns-2 .hs-form-field{width:100%;}
	body.fnt-chng.prc-wp .row-fluid .home--right.hm-rgh-frm .home--rgh-form fieldset.form-columns-2 .input {margin-right: 0;}
	body.fnt-chng.prc-wp .row-fluid .hm-rgh-frm-ttl {margin-bottom: 20px;}
	
/* 	.row-fluid .bnfts-area-colmn {width: 31.8%;}
	.row-fluid .bnfts-area-colmn:nth-child(4n){margin-right:1.5%;}
	.row-fluid .bnfts-area-colmn:nth-child(3n){margin-right:0%;} */
	.row-fluid .bnfts-area-box-content {padding: 0 15px;margin-bottom: 30px;margin-top: 30px;}
	body.fnt-chng .row-fluid .bnfts-area-box-content h2 {font-size: 26px;}
	.row-fluid .bnfts-area-sctn {padding: 80px 0 50px;}
	.row-fluid .bnfts-area-box-txt {margin-top: 20px;}
	.row-fluid .bnfts-area-colmninner{padding: 30px 0px 70px;}
	
	.row-fluid .video-wthbx-box{right: -345px;margin-top: -70px;}
	body .row-fluid .video-wthbx-box{right: -170px;}
	.row-fluid .vdo-wthbx-lft img {max-width: 160px !important;}
	.row-fluid .vdo-wthbx-lft {width: 20%;}
	.row-fluid .vdo-wthbx-rght {width:77%;padding-right: 100px;}
	.row-fluid .vdo-wthbx-col{padding: 35px 25px;}
	.row-fluid .vdo-rghttop-content {margin-top: 15px;margin-bottom: 15px;}
	
	.row-fluid .intrtn-scndllft:before {width: 400px;height: 400px;}
	.row-fluid .intrtn-scndllft-bgimg {max-width: 330px;margin: 60px 0 60px 100px;}
	
	.row-fluid .cta-subtitle.cta-sctn-ea-subtitle{font-size: 24px;}
	.row-fluid .cta-sct-ea-btn a {min-width: 200px;}
	.newfntchng .row-fluid .cta-sct-ea-btn a { min-width: 185px; padding: 13px 15px; }
	
/* 	.row-fluid .hdr-sctn-nw {padding: 20px 0;} */
	.row-fluid .hero-compnnt-lft{padding: 120px 0 20px;}
	.row-fluid .hero-compnent-sctn:after {width: 560px;height: 655px;border-radius: 100px 100px 160px 100px;transform: rotate(41deg);}
	.row-fluid .hero-compnent-sctn.ea-heronew:after{width: 520px;height: 600px;}
	.row-fluid .hero-compnent-trng-overly {right: 530px;}
	.row-fluid .ea-heronew .hero-compnent-trng-overly{right: 470px;}
	.row-fluid .cta--white.cta-hdr-wht a {min-width: 165px;font-size: 17px;}
	.row-fluid .hdr-main-menu ul li a{font-size:16px;}
	.row-fluid .hdr-main-menu .hs-menu-wrapper > ul > li > a{padding: 8.5px 10px;}
	
	body.fnt-chng .row-fluid .feature-tbng-left ul li:before {width: 15px;height: 15px;}
	body.fnt-chng .row-fluid .feature-tbng-left ul li:after {top: 12px;left: 6px;width: 8px;height:8px;}
	body.fnt-chng .row-fluid .tbng-numb-title h3 {font-size: 24px;line-height:1.5;}
	body.fnt-chng .row-fluid .feature-tbng-left ul li {margin-bottom: 30px;padding-left: 30px;}
	body.fnt-chng .row-fluid .tbng-lft-txt {margin-top: 5px;font-size: 16px;line-height: 26px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:first-child {top: -180px;margin-right: 130px;line-height: 120px;width: 120px;height: 120px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:first-child img {max-width: 105px !important;}
	body.fnt-chng .row-fluid .feature-square-bg:before {top: -60px;left: 30px;width: 20px;height: 20px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(2) {top: -30px;margin-left: 100px;line-height: 150px;width: 150px;height: 150px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(2) img {max-width: 115px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(3) {top: 20px;right: 0;line-height: 120px;width: 120px;height: 120px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(3) img {max-width: 80px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(5) {top: 150px;left: -15px;line-height: 100px;width: 100px;height: 100px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(5) img {max-width: 75px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(4) {top: 180px;left: 0px;margin-left: 195px;line-height: 110px;width: 110px;height: 110px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(4) img {max-width: 100px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(7) {top: 310px;left: -25px;line-height: 130px;width: 130px;height: 130px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(7) img {max-width: 115px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(6) {top: 330px;right: 0;margin-right: 40px;line-height: 120px;width: 120px;height: 120px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(6) img {max-width: 100px !important;}
	body.fnt-chng .row-fluid .feature-sqr-right:before {bottom: -150px;right: 200px;}
	body.fnt-chng .row-fluid .feature-sqr-right:after {top: 180px;right: 20px;}

	.row-fluid .footer-social ul {margin: 25px 0 0;padding: 25px 0 0;}
	.row-fluid .copyright-text .cr-right > div ul li a{padding-right: 10px;margin-right: 10px;}
	
	.row-fluid .Hr-section3:after{width: 520.8px;height: 550px;}
	.row-fluid .hero-compnent-trng-overly.Hr-section3-trng {top: 155px;left: 240px;}
	.row-fluid .Hr-section3:before {height: 320px !important;}
	.row-fluid .Hr-section3 {padding: 160px 0 250px;}
	
	.row-fluid .tabing-hom-left:after {width: 300px;height: 300px;bottom: -20px;left: 230px;}
	.row-fluid .tabing-hom-left:before {width: 300px;height: 300px;top: -50px;left: -25px;}
	
	.row-fluid .tabing-hom-right {width: 38%;margin-left: 2%;}
	.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left{margin-left: 2%;}
	body.fnt-chng .row-fluid .tabing-hom-rghttitle h3 {font-size: 26px;line-height: 32px;}
	.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left:after {right: 260px;bottom: 30px;}
	.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left:before {right: -25px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-hom-img:before {top: 35px;right: 205px;width: 15px;height: 15px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+1) .tabing-sqaure:before {top: 15px;right: 230px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-sqaure:before {width: 20px;height: 20px;right: 100px;top: 80px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-blusqr:before {top: 60px;right: 75px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-sqaure:after {bottom: 60px;left: 150px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-hom-img:after {bottom: 40px;left: 130px;}
	.row-fluid .tabing-hom-rghtxt, .row-fluid .tabing-hom-rghtlist ul li{font-size:16px;line-height:22px;}
	.row-fluid .tabing-hom-rghtlist ul li {padding: 0 0 15px 35px}
	.row-fluid .tabing-hom-outer {margin: 100px 0 120px;}
	.row-fluid .tabing-hom-outer:before {top: 70%;width: 515px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-hom-img:before {top: -40px;left: 90px;}
	.row-fluid .tabing-hom-outer:nth-child(3n+2) .tabing-blusqr:after {bottom: 140px;}
	.row-fluid .tabing-hom-row {margin: 20px 0 0;}
	.row-fluid .tabing-hom-btn ul li a {font-size: 28px;line-height: 38px;}
	body.fnt-chng .row-fluid .tabing-home-hdr h2, body.fnt-chng .row-fluid .ea-tabHome .tabing-home-hdr h2, .row-fluid .ea-tabHome .tabing-home-hdr h2 {font-size: 32px;line-height: 34px;}
	
	
	.row-fluid .signupHero-Right {padding: 57px 40px 63px 40px;width: 50%;margin-left: 0;}
	.row-fluid .signupHero-Section:before {width: 450px;height: 500px;}
	.row-fluid .signupHero-Section:after {width: 400px;height: 800px;}
	.row-fluid .signuphero-compnent {top: 640px;right: -105px;}
	.row-fluid .Signup-Logo-Section {padding: 10px 0 18px;}
	.row-fluid .Signup-Logo {padding: 20px 20px;}
	
	body.fnt-chng.newfntchng .row-fluid .bnfts-area-header h2 , body.fnt-chng.newfntchng .row-fluid .tabing-home-hdr h2 ,  body.fnt-chng.newfntchng .row-fluid .rec--sectitle h2 , body.fnt-chng.newfntchng .row-fluid .cta-sctn-ea-header h3 {line-height: 1.5;}
	body.fnt-chng.newfntchng .row-fluid .tbng-numb-title h3 , body.fnt-chng.newfntchng .row-fluid .tabing-hom-rghttitle h3 , body.fnt-chng.newfntchng .row-fluid .cta-sctn-ea-header .cta-subtitle {line-height: 1.5;}
	body.fnt-chng.newfntchng .row-fluid .rec--sectitle h2 , body.fnt-chng.newfntchng .row-fluid .bnfts-area-header h2 , body.fnt-chng.newfntchng .row-fluid .cta-sctn-ea-header h3 {font-size:32px;}
	body.fnt-chng.newfntchng .row-fluid .bnfts-area-row .bnfts-area-box-content h2 , body.fnt-chng.newfntchng .row-fluid .qa-featBox.qa-featBoxchng h4 {font-size: 24px;line-height: 1.5;}
/* 	body.fnt-chng.newfntchng .row-fluid .cta-sctn-ea-header .cta-subtitle{font-size: 26px;} */
/* 	body.fnt-chng.newfntchng .row-fluid .tbng-numb-title h3{font-size: 26px;} */
	body.fnt-chng.newfntchng .row-fluid .feature-tbng-left ul li:before {top: 10px;}
	body.fnt-chng.newfntchng .row-fluid .feature-tbng-left ul li:after {top: 15px;}
	
	.row-fluid .Enterprise-Section-Inner {width: 18%;margin-right: 2.5%;}
	.row-fluid .rec--box.rec-box-chng{width: 29.5%;margin: 92px 5% 0 0;}
	.row-fluid .signupHero-Left {margin-top: 140px;}
	
	.row-fluid .T-Video-Rightcolumn {padding-top: 64.5%;}
	
	
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul {max-height:70vh;margin-left: -230px;width: 900px;}
/* 	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li:nth-child(2n+1) {clear: left;}
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li:nth-child(3n+1) {clear: none;} */
	body.fnt-chng.newfntchng .row-fluid .ea-heronew .hero-compnt-txt { font-size: 16px; }
	body.fnt-chng.newfntchng .row-fluid .hero-compnnt-lft { padding: 30px 0 30px; }
	body.fnt-chng.newfntchng .row-fluid .hr-rght-img { margin-top: 50px; }
	body .row-fluid .ea-hnew.hdr-sctn-nw .hdr-main-menu .hs-menu-wrapper > ul > li > a {padding-left: 20px;padding-right: 20px;}
/* 	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li{width:50%;} */
}





@media (max-width:1340px){
  .row-fluid .wrapper, .row-fluid .pricing-section .wrapper { max-width:900px; }
  
/*   .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children { margin-right:0 !important; } */
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a { margin:0 10px 0 0 !important; }
 /* .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a { padding:5px 15px; } */
  
  .row-fluid .hero-section:after { margin: 0px 0 70px 160px; }
  .row-fluid .hero-section .wrapper:after { margin: 0px 0 -40px 510px; }
  .software .row-fluid .hero-section .wrapper:after { width:120%; bottom:-130px; } 
  .row-fluid .hero-section.o2 h1 { font-size:34px; line-height:50px; }
  
  .row-fluid .sign-up-hero:after {width: 100%;bottom: -40px;left: 0;right: 0;margin: 0; }
  
  .pricing-new .row-fluid .hero-section .wrapper:after { width:120%; } 
  
  .row-fluid .hero-section.o2 .hero-left, .row-fluid .rs-section .wrapper>.fullwidth  { padding:96px 0 120px; }
  .row-fluid .hero-section.o2 .wrapper:after { right:-380px; }
  .row-fluid .hero-section.o2 .wrapper:before { margin-left:-330px; }
  .row-fluid .rs-section .wrapper > .fullwidth:after { left:-350px; }
  .row-fluid .rs-left { padding-right:100px; }
  .row-fluid .get-started .gs-left { padding-right:0; }
  .row-fluid .get-started ul li { margin-right:7px; }
   .row-fluid .logo-slider>span>div{padding:32px;}  
  
  
  .hs-blog-listing .row-fluid .evaluagent-blog .left-section{width:65% !important;float:left;padding-right: 20px;}
  .hs-blog-listing .row-fluid .evaluagent-blog .right-section{width:35% !important;float:left;margin-left:0 !important;padding-left:20px;}
  
	.row-fluid .home--recomm { background-position-y: -1076px !important; }
	.row-fluid .our--int--section { padding-top: 140px; } 
	body.partnerNew .row-fluid .tab-section.v2 .tabs li a { font-size: 15px; padding-right: 10px; padding-left: 10px; }
/* 	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(1){margin-bottom:20px;} */
}

@media (min-width:1141px) and (max-width:1339px){
  .row-fluid .wrapper { max-width:1100px !important; }
  .row-fluid .pricing-section .wrapper { max-width:1000px; }
  
  .row-fluid .logo-slider > span > div { padding:25px; }
  
	.row-fluid .qaFeatures .wrapper { max-width: 900px !important; }
	.row-fluid .qaSlider-Sec .w1400 { max-width: 970px; }
}

@media(max-width: 1140px){
	.row-fluid .mainmenu .hs-menu-wrapper>ul>li>a, .row-fluid .right-signin a {    font-size: 13px !important;   } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a { margin: 0 4px 0 0 !important; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul li a { padding: 10px 24px !important; font-size: 13px !important; }
  
  
  /* Pricing New */
  
  .row-fluid .pricing-tooltip { width: 266px;  left:0; }
  .row-fluid .calc-row:nth-child(6) { clear:left;  }
  .row-fluid .get-started .gs-left, .row-fluid .rs-left { padding-right:60px; } 
  .row-fluid .get-started .gs-left { padding-right:0; }
  .row-fluid .get-started ul li { margin-right:7px; }
	.row-fluid .PricingSection.pv5-section .PricingRow { width: calc(100% + 20px);}
	
	.row-fluid .bnSmv2-Left { width: 100%; }
	.row-fluid .benSmv2-Right { padding-left: 0; margin: 40px 0 0; width: 100%; }
	.row-fluid .Smv2-videoLeft { width: 100%; }
	.row-fluid .Smv2-VideoRight { width: 100%; }
	.row-fluid .Smv2-videoInner { right: 0; text-align: center; }
	.row-fluid .Smv2-VideoRight:before { right: -160px; }
	
	.row-fluid .Smv2-video.Smv2-videov2 { padding-top: 100px; }
	.row-fluid .Rpie-videoLeft { width: 100%; padding-left: 0; margin: 80px 0 0;  }
	.row-fluid .Smv2-video.Smv2-videov2 .Smv2-videoInner { left: 0; }
	 
	.row-fluid .rieBox { margin-top: 100px; }
	.row-fluid .rieBox h4 { font-size: 20px; }
	.row-fluid .rieBox-content { font-size: 18px; }
	
  .row-fluid .vdo-wthbx-lft img {max-width: 130px !important;}
	.row-fluid .vdo-wthbx-lft {width: 17%;}
	.row-fluid .vdo-wthbx-rght {width: 80%;margin-left: 3%;max-width: 500px;}
  
	.row-fluid .hero-compnent-sctn:after {width: 530px;height: 575px;border-radius: 100px 100px 160px 100px;transform: rotate(31deg);}
	.row-fluid .hero-compnent-trng-overly {right: 475px;}
	 body.fnt-chng .row-fluid .hero-compnnt-title h1 {font-size: 46px;line-height: 55px;}
	.row-fluid .hr-rght-side {width: 45%;}
  .row-fluid .hero-compnt-txt {font-size: 18px;line-height: 30px;}
	.row-fluid .hero-compnt-txt p {margin-bottom: 10px;}
  .row-fluid .hr-lft-lg {margin: 20px 33px 20px 0;}
	.row-fluid .hero-compnent-sctn {padding-bottom: 80px;}
	
	
	
	
	
	/* New Font Style for Testing Page EA */
	
	 body.fnt-chng.newfntchng .row-fluid .Hr-Section3-Title h1 {line-height: 1.5;}
	body.fnt-chng.newfntchng .row-fluid .ea-heronew .hero-compnnt-title h1{line-height:1.5;}
	body.fnt-chng.newfntchng .row-fluid .qa-Ftext.qa-Ftextchng {line-height: 1.6;}
	body.fnt-chng.newfntchng .row-fluid .Hr-Section3-Title h1{font-size: 46px;}
	
	.row-fluid .straightwave .bnfts-area-contanier {margin-top: -30px;}
	.row-fluid .Hr-Waves-top {position: absolute;top: -250px;}
  .row-fluid .straightwave {margin-top: 250px;}
	
	.row-fluid .hero-compnent-sctn.ea-heronew:after {width: 470px;height: 600px;}
	.row-fluid .ea-heronew .hero-compnent-trng-overly {right: 400px;}
	
	
}
@media(max-width:1090px){
	.row-fluid .wrpper-fullwidth {max-width: 100%;padding: 0 50px;}
	
}
@media(max-width:1040px){
	
	.row-fluid .interation-btn-sldr {max-width: 950px !important;margin: 0 auto;float: none;}
	.row-fluid .interation-btn-sldr.slick-slider .slick-prev{left: -30px;width:30px;height:30px;}
	.row-fluid .interation-btn-sldr.slick-slider .slick-next{right: -30px;width:30px;height:30px;}
	.row-fluid .Logo-SVG {top: -160px;}
	
}
@media (max-width:991px){
  .row-fluid .wrapper, .row-fluid .pricing-section .wrapper { max-width:700px; }
	.row-fluid .tabing-hom-outer:nth-child(3n) .tabing-hom-img:before{right: -15px;}
	.row-fluid .wrpper-fullwidth {max-width: 100%;padding: 0 20px;}
	
  .row-fluid .top-section { padding:20px 0; position:relative; }
  .row-fluid .top-section .wrapper { position:relative; }
  .row-fluid .mainmenu.js-enabled { top:-15px; }
  .row-fluid .form-header img { width:100% !important; }
  .row-fluid .mainmenu + .right-signin { display:none; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child > a { display:block !important; margin:0;  
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
 }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children:after { display:none; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { line-height:25px !important; display:inline-block !important; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul { padding:0; width:100% !important; min-width:100% !important; max-width:100% !important; left:0 !important; border-radius:0; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; 
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
 }
  .row-fluid .mainmenu .hs-menu-wrapper > ul ul li a { color:#162E4C;  }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul li a{ padding: 5px 24px !important; text-indent:10px; line-height:30px !important; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children { margin-right:0 !important; }
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child { display:none;}
  .row-fluid .right-signin:first-child { display: block; }
  .row-fluid .right-signin { width:100%; background:#162E4c; padding:9px 20px;}
  .row-fluid .right-signin a { padding:0 18px 0 40px; border:0; font-size:14px; line-height:18px;  vertical-align: initial; }
  .row-fluid .right-signin a, .row-fluid .right-signin a:before{ color:#fff !important; }
  .row-fluid .right-signin li { display:inline-block;}
  .row-fluid .right-signin li a { border-radius:0; padding:0 18px; border-right: 1px solid rgba(255, 255, 255, 0.37); margin-right:8px; }
  .row-fluid .right-signin li a:before{ background:none !important;}
  .row-fluid .right-signin a:before { top:7px !important; background:url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/iconnew.png) no-repeat center center/contain !important; }
  body .row-fluid .rs-section .tabc { width:100%; }
  
  .row-fluid .hero-section:before { margin-left:-110px; }
  .row-fluid .hero-section:after { margin-left:140px; }
  .row-fluid .hero-section .wrapper:after { margin-right:-640px; }
  
  .row-fluid .pricing-section { padding: 0 0 80px; }
  .row-fluid .pricing-boxes .price-box { margin-top:0; } 
  .row-fluid .pricing-boxes > span > div:first-child { margin-top:-140px; }
  .row-fluid .pricing-boxes > span > div { float:left; width:100%; margin:40px 0 0; }
  
  .row-fluid .footer-box { width:49%; }
  .row-fluid .footer-box:nth-child(2n) { margin-right:0; }
  .row-fluid .footer-box:nth-child(2n+1) { clear:left; }
  .row-fluid .footer-box:last-child { width: 100%; text-align: center; }
  .row-fluid .footer-social ul li { float: none; margin: 0 5px; display: inline-block; }
  .row-fluid .rs-left, .row-fluid .get-started .gs-left  { padding-right:0; }
  .row-fluid .cr-left, .row-fluid .cr-right { float:left; width:100%; text-align: center; margin: 15px 0; }
  .row-fluid .copyright-text .cr-right > div { width:100%; }
  .row-fluid .copyright-text h6, .row-fluid .copyright-text h6 + ul { float:none; display:inline-block; margin:0 5px; vertical-align:top; }
  
  .software .row-fluid .hero-section .wrapper:before { bottom:-161px; }
  .software .row-fluid .hero-section .wrapper:after { left:-440px; bottom:-161px; }
  
  
/*  loader  */
 .row-fluid .loader1 {position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 9999;background: #000;}
  
  
  
  /* Sign up */
  .row-fluid .fullsection h1 { font-size: 40px; }
  .row-fluid .form-center { max-width:715px;}
  .row-fluid .form-center-inner { padding:50px; }
  .row-fluid .form-center-inner input[type="submit"] { max-width: 292.5px; }
  .row-fluid .form-top { padding-bottom:80px;}
  .row-fluid .tophero-text { padding: 0 30px; }
  .full-form.fullsection .form-center:before, .full-form.fullsection .form-center:after, .row-fluid .form-center-inner:before { top:270px; }
  .full-form.fullsection .form-center:after { top:140px;}
  .row-fluid .form-center-inner:before { top:30px;}
  .row-fluid .form-header .right-signin { display:none;}
  .row-fluid .mobile-sign-in  { display:block; padding:0;}
  .row-fluid .sign-up-hero:before { bottom:-46px;}
  .row-fluid .sign-up-hero:after { bottom:0; }
  .row-fluid .fm-title h1 { font-size:48px;} 
  
  
  .pricing-new .row-fluid .hero-section .wrapper:before { bottom:-325px; }
  .pricing-new .row-fluid .hero-section .wrapper:after { left:-440px; bottom:-348px; }
  
  .row-fluid .hero-section.o2 .wrapper { display:table; }
  .row-fluid .hero-section.o2 .hero-left { padding:60px 0 0; width:100%; }
  .row-fluid .hero-section.o2 .hero-right { width: 100%; margin-left: 0; min-height:400px; margin-bottom:60px; position:relative; height:600px; top:0; right:0; background-size:contain !important; margin:-170px 0 -100px; background-position:center !important; }
  .row-fluid .hero-section.o2 .hplay { margin:-30px 0 0 -50px; }
  .row-fluid .bbright, .row-fluid .bbleft, .row-fluid .get-started .wrapper > .fullwidth > div, .row-fluid .home-resource .resource-boxes>.resource-box, .row-fluid .st-image, .row-fluid .st-content, .row-fluid .platform-section .p-left, .row-fluid .platform-section .pright, .row-fluid .rs-left, .row-fluid .rs-right, .home19 .row-fluid .crm-left, .home19 .row-fluid .crm-right { width:100%; margin-left:0; }
  .row-fluid .bbright, .home19 .row-fluid .crm-right, .row-fluid .rs-right, .row-fluid .get-started .gs-video { margin:40px 0 0; }
  .row-fluid .sec-flex-column > span > div { width:48.2% !important; }
  .row-fluid .sec-flex-column > span > div:nth-child(2n) { margin-right:0; }
  .row-fluid .st-content { padding-top:0; }
  .row-fluid .get-started { padding:80px 0 100px; }
  
  .row-fluid .get-started .wrapper>.fullwidth>.gs-video{text-align:center;}
  .home19 .row-fluid .logo-slider>span>div {     padding: 20px; }
  
  
   /* --- EvaluAgent - Resource RSS Module --- */
  
  .row-fluid .webinar-section .left-part .top-part .top-title h3{padding-top: 75px;padding-left:0px;}
  .row-fluid .webinar-section .left-part .top-part .top-title h3:before{transform: translateY(-0%);top:0;}
  .row-fluid .event-section .left-part .top-part .top-title h3{padding-top: 75px;padding-left:0px;}
  .row-fluid .event-section .left-part .top-part .top-title h3:before{transform: translateY(-0%);top:0;}

  
  .hs-blog-listing .row-fluid .evaluagent-blog .left-section{    width: 100% !important;    float: left;    padding-right: 0;}
  .hs-blog-listing .row-fluid .evaluagent-blog .right-section{    width: 100% !important;    float: left;    margin-left: 0 !important;    padding-left: 0;    padding-top: 50px;}
  .row-fluid .evaluagent-blog .pagination{padding-top: 20px;}

  .conference-main .conference-bottom .conference-btn a, .row-fluid .resources-box .resource-botom-box .resource-btn a, .row-fluid .evaluagent-blog .blog-sidebar .sign-up .sign-botom-box .hs-button{    width: auto;padding: 10px 34px;}
  .row-fluid .evaluagent-blog .blog-sidebar .sign-up .sign-botom-box input[type=email]{max-width: 380px;}
  
  .row-fluid .header--right .right--cta--btn { padding-right: 80px; }
	.row-fluid .home--hero--ov { padding-left: 0; margin-left: -70px; right: auto; left: 100%; } 
	.row-fluid .main--menu .hs-menu-wrapper { display:none; }
	
	.row-fluid .home--left { width:100%; padding:60px 50px 60px 0; }
	.row-fluid .home--right { width:100%; }
	.row-fluid .ctabtn--outer { width: auto; max-width:550px; }
	.row-fluid .ctabtn--outer [class*="hero--cta"] a { padding: 12px 20px; min-width: 240px; margin:3px 0; }
	
	.row-fluid .ditch--sprd { padding: 100px 0 58px; }
	.row-fluid .ditch--left { width:100%; }
	.row-fluid .ditch--right { width:100%; margin:50px 0 0; padding:0; }
	.row-fluid .ditch--right::before { left:0; }
	.row-fluid .ditch--right > img { right:0; }
	.row-fluid .capterra--logo { right: 0; top: -50px; }
	.row-fluid .ditch--right > .blue--square { right: 0; top: -120px;  }
	.row-fluid .ditch--right::after { left:-40px; }
	.row-fluid .reqfree--trail a { padding: 20px 20px 20px 70px; min-width: 350px; }
	.row-fluid .reqfree--trail a::before { width:36px; background-position:center center; left:20px; }
		
	.row-fluid .home--recomm { padding: 60px 0; } 
		
	.row-fluid .main--menu .mobile-trigger { top:45px; font-size: 0; border: none; background: transparent; padding: 0; }  
	.row-fluid .main--menu .mobile-trigger i, .row-fluid .main--menu .mobile-trigger i:before, .row-fluid .main--menu .mobile-trigger i:after { background-color:#FFFFFF; width:25px; }
	.row-fluid .main--menu .mobile-trigger i::before { top:-10px !important; }
	.row-fluid .main--menu .mobile-trigger i::after { top:10px; }
	.row-fluid .main--menu .hs-menu-wrapper ul li a { text-align:left; }
	.row-fluid .main--menu .hs-menu-wrapper { position: absolute; top:90px; left: 20px; right: 20px; width:auto; background: #FFF; z-index:3; box-shadow:rgba(0,0,0,0.1) 0 5px 5px 0px; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul:before { display:none; }
	.row-fluid .main--menu .hs-menu-wrapper > ul ul { padding-left:10px !important; }
	.row-fluid .main--menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > ul { margin: 0; position: static !important; box-shadow: none; float: left; width: 100%; padding: 0; left:0 !important; transform:none !important; }
	.row-fluid .main--menu .hs-menu-wrapper > ul, .row-fluid .main--menu .hs-menu-wrapper > ul li { float:left; width:100%; text-align:left; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul { width: 100%; margin: 0; position: static !important; box-shadow: none; }
	.row-fluid .main--menu .hs-menu-wrapper ul li { float:left !important; width:100%; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li:nth-child(1), .row-fluid .main--menu > ul > li:first-child > ul > li:nth-child(2) { width:100%; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li > ul > li { width:100% !important; margin:0 !important; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li > a { font-size:18px !important; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a { font-size: 18px !important; float: left; width: 100% !important; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li:nth-child(2) { width:100%; border-left:none; padding-left:0; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li:nth-child(3) { padding:0; margin-left:0; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a > span { font-size:14px !important; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li:nth-child(3) > a { font-size:18px !important; width:100% !important; padding:10px !important; text-align:left; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li:nth-child(3) > a > span { font-size:18px !important; margin:0; }
	.row-fluid .main--menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { display:none; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover:before { display:none; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li > a { font-weight: 400; }
	
	
	.row-fluid .apBox { width: 32%; margin-right: 2%; } 
	.row-fluid .apBox .apTop { width: 180px; height: 180px; }
	.row-fluid .apBox .apText { font-size: 20px; line-height: 28px; }
	.row-fluid .apBox:nth-child(3n+2)::before, .row-fluid .apBox:nth-child(3n)::before, .row-fluid .apBox:nth-child(3n+2)::after, .row-fluid .apBox:nth-child(3n)::after { left:-14%; } 
	
	.row-fluid .itSection .itText { padding:40px 0 40px 50px; }
	.row-fluid .itSection .itBox:nth-child(2n) .itText { padding:40px 50px 40px 0; }
	.row-fluid .awardPartnership { padding: 100px 0 60px; }
	.row-fluid .apBox:nth-child(3n+2)::before, .row-fluid .apBox:nth-child(3n)::before { transform:scale(0.5); }
	.row-fluid .apBox:nth-child(3n+2)::after, .row-fluid .apBox:nth-child(3n)::after { transform:scale(0.5) rotate(90deg); }
	
	.row-fluid .heroSoftware > .flex--box { display:block; }
	.row-fluid .heroSoftware .hsContent, .row-fluid .heroSoftware .hsImage { width:100%; right:0; margin:15px 0; text-align:center; }
	.row-fluid .crm-sec.v2 .crm-video, .row-fluid .crm-sec.v2 .crm-right, .row-fluid .crm-sec.v2 .crm-left { text-align:center; width:100%; }
	.row-fluid .crm-sec.v2 .crm-left { padding-top:87px !important }
	
	.row-fluid .tab-section.v2 { padding: 50px 0 60px; text-align:center; }
	.row-fluid .tab-section.v2 .tab-inner .tab-content { width:100%; }
	.row-fluid .tab-section.v2 .tab-img { float:left !important; width:100%; position:static; margin:25px 0 0; }
	.row-fluid .tab-section.v2 .tab-img img { display:block; max-width:100%; }
	.row-fluid .tab-section.v2 .tab-main { padding-top:0; }
	.row-fluid .tab-section.v2 .tab-inner { padding:20px 0 50px; }
	.row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tab-img { position:static; }
	.row-fluid .tab-section.v2 .tab-inner .wrapper > .tab-img:first-child { display:none; }
	.row-fluid .tab-section.v2 .tab-inner:before { height:450px; top:auto; bottom:0; }
	.row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tab-content h3, .row-fluid .tab-section.v2 .tab-content h3 { padding-right:0; }
	.row-fluid .tab-section.v2 .tab-content h3:after { max-width:100%; } 
	.row-fluid .tab-section.v2 .tabs { display:none; }
	.row-fluid .tab-section.v2 .wrapper + a, .row-fluid .tab-section.v2 .tab-inner + a, .row-fluid .tab-section.v2 .tab-main + a { display:block; float: none; display: inline-block; padding: 10px 20px; max-width: 500px !important; width: 100%; color: rgb(34 34 34 / .3); font-size:20px; font-family: 'Raleway',sans-serif; font-weight: 500; margin:20px 0 0; position:relative; }
	.row-fluid .tab-section.v2 .wrapper + a:after, .row-fluid .tab-section.v2 .tab-inner + a:after, .row-fluid .tab-section.v2 .tab-main + a:after { position: absolute; left: 0; bottom: -4px; width: 0; left: 50%; transform: translateX(-50%); height: 6px; background: #0091ff; content: ''; transition: ease all .4s; }
	.row-fluid .tab-section.v2 .wrapper + a.active:after, .row-fluid .tab-section.v2 .tab-inner + a.active:after, .row-fluid .tab-section.v2 .tab-main + a.active:after { width:250px; }
	.row-fluid .tab-section.v2 > .tab-main { display:none !important; }
	.row-fluid .tab-section.v2 > a.active + .tab-main { display:block !important; }
	
	/* Career */
	.row-fluid .contactMain .wrapper>.fullwidth, .row-fluid .contactMain .w1400>.fullwidth { margin-top:-60px; }
	.row-fluid .contactMain.careersMain .careersLeft h4 { font-size: 22px; line-height: 30px; padding: 20px 30px; }
	.row-fluid .contactMain.careersMain .careersInner, .row-fluid .contactMain.careersMain .signup-form, .row-fluid .contactMain .signup-form { padding: 40px 30px; }
	.row-fluid .contactMain.careersMain .careersInner h5 { margin:0 0 15px; }
	.row-fluid .careersLeft p { margin: 10px 0; }
	.row-fluid .contactMain.careersMain .careersLeft, .row-fluid .contactMain .wrapper>.fullwidth, .row-fluid .contactMain .w1400>.fullwidth { font-size: 16px; line-height: 28px; }
	.row-fluid .contactMain h3 { font-size: 28px; line-height: 38px; }
	
	.row-fluid .tabKnowledge .tkTabs li { min-width: 150px; } 
	.row-fluid .tabKnowledge .tcContent h3 { font-size: 22px; line-height: 30px; }
	.row-fluid .tabKnowledge .tcAuthordate { font-size: 16px; line-height: 25px; margin: 10px 0 15px; }
	.row-fluid .tabKnowledge .tcRead a, .row-fluid .webRead a { font-size: 20px; padding: 10px 20px; }
	.row-fluid .webRead a { min-width:250px; }
	.row-fluid .webLeft, .row-fluid .webRight { width:100%; margin:10px 0; padding-left:0; }
	.row-fluid .tabKnowledge .tabColumns { padding:0 50px; }
	.row-fluid .tabKnowledge .tabColumn { text-align:center; }
	.row-fluid .slick-slider button { width: 40px; height: 40px; background-size:contain !important; }
	.row-fluid .ctabtn--outer.singleBtn [class*="hero--cta"] a { padding: 15px 20px; min-width: 240px; line-height: 24px; }	
	
	/*** Pricing New ***/
	.row-fluid .pricing--left { width: 100%; max-width: 620px; }
	.row-fluid .pv5-section .w1400 { max-width: 700px; }
	.row-fluid .Cm--new .canswer  { font-size: 16px; line-height: 28px; }
	.row-fluid .PricingSection.pv5-section .PricingCol:not(:nth-child(2n)) { margin-top: 0; }
	.row-fluid .Cm--new .sec-subtext { font-size: 18px; line-height: 30px; }
	.row-fluid .Cm--new h2 { font-size: 32px; }
	.row-fluid .Cm--new .sec-subtext{ padding-bottom: 0; }
	
	/***Website Changes ***/
  .wHeader .row-fluid .main--menu .hs-menu-wrapper > ul > li > a { color:#434343; }
	
	.row-fluid .heroSoftware .hsImage {background-image: none !important; }
	.row-fluid .main--menu .hs-menu-wrapper ul li a { padding: 10px !important; float:left; width:100%; }
	.row-fluid .home--recomm {  background-position-y: bottom !important; padding-bottom: 0; }
	
	.row-fluid .main--menu .hs-menu-wrapper > ul > li:first-child > ul { margin-left:0; }
	
	.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(2) { border-left: 0; padding-left: 0; }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(1), .row-fluid .main--menu > ul > li:first-child > ul > li:nth-child(2), .row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(2) { width: 100%; }
	.row-fluid .main--menu .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul { width: 100%;  }
	.row-fluid .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(3) { padding: 0 10px 0 0; margin-left: -10px; margin-right: -10px; }
	
	.row-fluid .tab-section.v2 .wrapper>div.tab-video { width: 100%; margin-left: 0; }
	
	.row-fluid .ep-subtitle, .row-fluid .ep-Sec-col h3 { font-size: 28px; line-height: 38px;}
	.row-fluid .ep-Sec-three { width: 50%; }
	.row-fluid .ep-Security .w1400 { max-width: 700px; }
	.row-fluid .gSupport .w1400 { max-width: 700px; }
	.row-fluid .gSupport.val_rev .gSupport-outer, .row-fluid .gSupport .gSupport-outer { -webkit-flex-direction: column; flex-direction: column; }
	.row-fluid .gSupport-left, .row-fluid .gSupport-right { width: 100%;  }
	.row-fluid .gSupport.val_rev .gSupport-Video { padding: 0; }
	.row-fluid .gSupport-Video  { width: 100%; margin: 80px 0 0; padding: 0; }
	.row-fluid  .gS-square { height: 480px; bottom: 50px; top: auto; transform: none; }
 
	.row-fluid .gSupport-right { margin: 80px 0 0; position: static;background-image: none !important; }
	.row-fluid .gSupport-right img { display: block; position: relative; }
	.row-fluid .gSupport.val_def .gS-square { height: 480px; }
	.row-fluid .gSupport.val_rev .gSupport-right { width: 100%;  }
	.row-fluid .contactMain.careersMain .careersInner>h5, .row-fluid .contactMain.careersMain .careersInner>div { padding-left: 30px; padding-right: 30px; }
	
	.row-fluid .tab-section.v2 .tab-img { transform: none; top: 0;}
	.row-fluid .tab-section.v2 .tab-img img { max-width: 100% !important; }
	
	.row-fluid .home--right img { width: 100%; }
	.row-fluid .crm-sec.v2 .span12.crm-left+div.gSqshow::before { display: none !important; }
	
	
	.row-fluid .tab-section.v2 .tab-inner .tabvideo { width: 100%; margin-left: 0; position: static; margin: 25px 0 0; }
	
	.row-fluid .tab-section.v2 .tab-inner:nth-child(2n) .tab-content + .tab-img { display: block; }
	.row-fluid .tab-section.v2 .tab-inner .tabvideo .tab-img.mobileonly  { display: none; }
	
	.row-fluid .gSupport.val_rev .gSupport-right.gSup-Img, .row-fluid .gSupport-right.gSup-Img { padding:  0;}
	.row-fluid .gSupport-right.gSup-Img img { max-width: 100% !important; max-height: none !important;}
	
	.row-fluid .main--menu .hs-menu-wrapper>ul>li:nth-child(1)>ul { transition: none !important; }
	
	
	.row-fluid .bnDeck-ov { margin-left: -70px; left: 100%; right: auto; }
	.row-fluid .bnDeck-left { width: 100%; padding-right: 70px; margin: 50px 0 0; }
	.row-fluid .BnDeck-arrowDown { padding: 0 0 30px;}
	.row-fluid .bnDeck-sub { max-width: 100%; }
	.row-fluid .bnDeck-left h1 > span { display: block; }
	.row-fluid .bnDeck-right { width: 100%; }
	.row-fluid .bnDeck-right.float-left img,.row-fluid .bnDeck-right.float-right img { float: none; }
	
	.row-fluid .agentCost-left h2 { font-size: 50px;  line-height: 55px; }
	.row-fluid .agentCost-left { padding-top: 60px; padding-bottom: 60px; }
	.row-fluid .aCost-text { font-size: 16px; line-height: 26px; margin: 0 0 20px;}
	.row-fluid .agentCost-right { padding: 44px 20px 100px; }
	.row-fluid .aCost-value { font-size: 50px;  line-height: 52px; }
	.row-fluid .aCost-time { font-size: 20px; }
   .row-fluid .aCost-fix a { padding: 15px; font-size: 20px; } 
	.problem-page .row-fluid .bnDeck-left { width: 100%; padding-bottom: 30px; }
	.problem-page .row-fluid .bnDeck-right { float: none; text-align: center; margin-left: 0; width: 100%;}
	.problem-page .row-fluid .bnDeck-right img { margin-left: 0; }
	.row-fluid .pDrop-outer { margin: -108px 0 0; }
	.row-fluid .pDrop-outer a { padding-top: 35px; padding-bottom: 35px; }
	.row-fluid .pDrop-outer > a:before { top: 45px; width: 25px; height: 25px; }
	.row-fluid .moreBenefit-box { width: 100%; margin-right: 0;}
	.row-fluid .mB-Img { text-align: center !important; }
	.row-fluid .problem-main-box .w1400, .row-fluid .proThird-row > div:nth-child(2) .w1400  { max-width: 700px; }
	.row-fluid .proFirst-row { padding: 120px 0 0; }
	.row-fluid .proCost-right { padding: 50px 20px; }
	.row-fluid .ProCost-text { padding: 0; }
	.row-fluid .ProCost-price { font-size: 60px; }
	.row-fluid .ProCost-period { font-size: 26px; }
	.row-fluid a.pro-next {  padding: 20px 30px; font-size: 26px;   }
	.row-fluid a.pro-next, .row-fluid .proFirst-row a.pro-next { max-width: 330px !important; }
	.row-fluid .proFirst-row a.pro-next  { width: 100%; }
	.row-fluid .pro-prev { width: 80px; height: 65px; }
	.row-fluid .pro-next:after { width: 28.68px; height: 18.16px; }
	.row-fluid .proFirst-row .problem-prev-next { margin-top: 50px; }
	.row-fluid .bDeck-solLeft { width: 100%; }
	.row-fluid .bDeck-solRight { width: 100%; position: relative; margin: 120px 0 0; }
	.row-fluid .proSecond-row>div:first-child { padding-top: 120px; }
	.row-fluid .proCost-left { width: 100%; padding-bottom: 30px; }
	.row-fluid .proCost-right { width: 100%; margin: 0; }
	.row-fluid .bDeck-solRight:before { top: auto; bottom: -75px; width: 450px; height: calc(100% + 150px); right: -125px; }
	.row-fluid .bDeck-solRight img { right: 0;  max-width: 100% !important; }
	.row-fluid .resultTop-left { font-size: 20px; padding: 23px 0; }
	.row-fluid .result-Aos { padding: 25px 0 25px 100px;}
	.row-fluid .resultTop-left:before { width: 60px;  }
	.row-fluid .ResultTitle { padding-right: 0; }
	.row-fluid .ResultNum { font-size: 55px; }
	.row-fluid .ResultTitle { font-size: 22px; line-height: 36px; }
	.row-fluid .proThird-row > div:nth-child(2) { padding-bottom: 0; }
	.row-fluid .finalBox { padding: 40px 20px 60px;  }
	.row-fluid .fnTop-icon img { max-width: 80px !important;}
	.row-fluid .fnBox-button a { min-width: 250px; }
	.row-fluid .finalBox h3 { font-size: 26px; }
	
	.row-fluid .hero-smv2 { padding: 200px 0; }
	.smV2 .row-fluid .main--menu .mobile-trigger i, .smV2 .row-fluid .main--menu .mobile-trigger i:before, .smV2 .row-fluid .main--menu .mobile-trigger i:after { background-color: #41485a;}
	
	
	.row-fluid .hero-smv2 h1 { font-size: 65px; line-height: 71px; }
	.row-fluid .hero-smv2 h1 > span { font-size: 100px; line-height: 110px; }
	.row-fluid .hero-smv2 h4 { font-size: 26px; line-height: 32px; }
	.row-fluid .smv2-tabTitle h3 { font-size: 20px; line-height: 28px; }
	.row-fluid .tab-section.tab-Smv2 .wrapper { max-width: 700px; }
	.row-fluid .Smv2-featabList li { text-align: left; }
	
	.row-fluid .tab-section.v2.tab-Smv2 .tab-inner .wrapper:after{ opacity: 0; }
	.row-fluid .tab-section.v2.tab-Smv2 .tab-content h3 { font-size: 36px; }
	.row-fluid .benefits-smv2 { padding: 70px 0; }
	.row-fluid .bnSmv2-Left { width: 100%; }
	.row-fluid .benSmv2-Right { padding-left: 0; width: 100%; margin: 40px 0 0; }
	.row-fluid .Smv2-videoLeft { width: 100%; }
	.row-fluid .Smv2-videoLeft h2 { font-size: 48px; line-height: 54px; white-space: normal; }
	.row-fluid .Smv2-VideoRight { width: 100%; }
	
	.row-fluid .Smv2-videoInner { right: 0; text-align: center;}
	.row-fluid .Smv2-videoInner > a img { width: 100% !important; }
	.row-fluid .TrialLeft-smv2 h2 { font-size: 60px; line-height: 65px; }
	.row-fluid .TrialRight-smv2 { max-width: 400px; }
	.row-fluid .herocomm-v2 .recomm--outer:before { right: 0; width: 202px; height: 194px; }
	.row-fluid .Smv2-VideoRight:before { right: -180px; }
	.row-fluid .tab-section.v2.tab-Smv2 .tab-inner { padding: 20px 0 50px; }
 
	.row-fluid .benefitHero.qa-Smv2 .bnDeck-left:before { display: none; } 
	.row-fluid .qaSlider-Sec .w1400 { max-width: 700px; }
	.row-fluid .benefitHero.qa-Smv2 .bnDeck-left { margin: 50px 0 0; padding: 0 70px 50px 0; }
	.row-fluid .benefitHero.qa-Smv2 .bnDeck-right img { left: 0 !important; width: 100%; }
	.row-fluid .benefitHero.qa-Smv2 .bnDeck-right { text-align: center; padding: 0 0 100px;}
		.row-fluid .qa-featBox.qa-featBoxchng , .row-fluid .qa-featBox { width: 46.75%; margin-top: 30px; margin-bottom: 30px; margin-right: 6.5%; }
	.row-fluid .qa-featBox.qa-featBoxchng:nth-child(2n) , .row-fluid .qa-featBox:nth-child(2n) { margin-right: 0; }
	.row-fluid .qa-featBox.qa-featBoxchng:nth-child(2n+1) , .row-fluid .qa-featBox:nth-child(2n+1) { margin-right: 6.5%; }
	.row-fluid .qaSlider-Sec { padding-top: 80px; }
	
/* 	.riEpage .row-fluid .benefitHero.qa-Smv2 .bnDeck-left h1 { white-space: normal; } */
	.riEpage .row-fluid .benefitHero.qa-Smv2 .bnDeck-right { background: #1d8ded; margin-left: -23px; }  
	.row-fluid .report-ieSec { padding: 50px 0 150px;  }
	.row-fluid .rieBox { width: 46%; margin-right: 8%; margin-top: 50px;  }
	.row-fluid .Rpie-videoLeft h3 { font-size: 36px; line-height: 46px;  }
	.row-fluid .rpie-text { font-size: 18px; line-height: 36px; }
	
	
	/* Changes **/
	
	.row-fluid .agentCost-sec .agentCost-left { padding-left: 20px; }
	.row-fluid .agentCost-left { width: 65%; }
	.row-fluid .agentCost-right { width: 35%; }
	.row-fluid .proFirst-row .w1400 { padding: 0 20px; }
	.row-fluid .proCost-left { padding-left: 0; }
	.row-fluid .benefitHero.qa-Smv2 .bnDeck-ov { z-index: 1; background: #1d8ded !important; } 
	
	.row-fluid .home--left a {padding: 12px 20px;min-width: 240px;margin: 3px 0;}
	.row-fluid .moreBenefits .wrapper{padding: 0 20px;}
	.row-fluid .moreBenefits {padding-left: 0;padding-right: 0;}
	
	body.fnt-chng .row-fluid .tab-section.v2 .tab-inner .wrapper:before{top: 10px;}
	body.fnt-chng .row-fluid .crm-sec.v2 .crm-left .reqfree--trail{width:100%;text-align:Center;margin-top: 10px !important;}
	body.fnt-chng .row-fluid .main--menu .mobile-trigger {top: 57px;}
	body.fnt-chng .row-fluid .footer-box{width: 47%;}
/* 	body.fnt-chng .row-fluid .footer-box:last-child {width: 100%;} */
	
	body.fnt-chng .row-fluid .footer-section.font--r .ftitle, body.fnt-chng .row-fluid .footer-section.font--r {font-size: 17px;line-height: 22.48px;}
	
	body.fnt-chng .row-fluid .tab-section.v2 .tab-align.tab-inner .wrapper .tab-content:before{display: none}
	body.fnt-chng .row-fluid .tab-section.v2 .sft-dflut.tab-inner .wrapper .tab-content:before{display: none}
	body.fnt-chng.v5Home .row-fluid .reqfree--trail a{margin: 58px 0 0;}	
	body.fnt-chng.prc-wp .row-fluid .flex--box.hm-frm .home--left {padding: 60px 0 30px;}
	body.fnt-chng.prc-wp .row-fluid .flex--box.hm-frm .home--left .hr-sctn-txtxcntn{margin: 20px 0 15px;}
	body.fnt-chng.prc-wp .row-fluid .home--right.hm-rgh-frm {width: 100%;right: 0;margin-top: 20px;}
	body.fnt-chng.prc-wp .row-fluid .home--right.hm-rgh-frm .home--rgh-form {padding: 30px 30px;margin-bottom: 50px;}
	body.fnt-chng.prc-wp .row-fluid .home--right.hm-rgh-frm{display:block;}
	body.fnt-chng.prc-wp .row-fluid .home--right{right: 0;}
	body.fnt-chng.prc-wp .row-fluid .home--right img {margin-left: 0;}
	
	.row-fluid .bnfts-area-colmn {width: 47.8%;margin-right:4.4%;}
	.row-fluid .bnfts-area-colmn:nth-child(3n){margin-right:4.4%;}
	.row-fluid .bnfts-area-colmn:nth-child(4n){margin-right:4.4%;}
	.row-fluid .bnfts-area-colmn:nth-child(2n){margin-right:0%;}
	.row-fluid .bnfts-area-sctn {padding: 60px 0 40px;}
	
	.row-fluid .intrtn-scndllft{width:100%;}
	.row-fluid .intrtn-scndrght {width: 100%;margin-left: 0;}
	.row-fluid .interation-btn-sldr.slick-slider .slick-prev {background-size: 20px !important;}
	
	.row-fluid .interation-btn-sldr.slick-slider .slick-prev {left: -15px;width: 20px;height: 20px;}
	.row-fluid .interation-btn-sldr.slick-slider .slick-next {right: -15px;width: 20px;height: 20px;}
	.row-fluid .interation-button-grp ul li a {min-width: 200px;padding: 15px 10px;}
	.row-fluid .interation-btn-sldr {max-width: 750px !important;}
  .row-fluid .intrn-scnd-list {margin-bottom: 20px;}
	.row-fluid .intrtn-scndllft:before {width: 360px;height: 360px;}
	.row-fluid .intrtn-scndllft-bgimg {max-width: 270px;margin: 60px 0 150px 160px;}
	.row-fluid .interation-sctn {padding: 90px 0 90px;}
	.row-fluid .interation-sctn:before{height: 315px;}
	.row-fluid .bnfts-area-row {margin: 15px 0 0;}
  .row-fluid .bnfts-area-header {margin-bottom: 10px;}
	.row-fluid .bnfts-area-box-btn a{left:-5px;}
	
	.row-fluid .cta-sctn {padding: 100px 0 100px;}
	.row-fluid .vdo-wthbx-lft img {max-width: 100px !important;}
	body.fnt-chng .row-fluid .cta-sctn-header h3{font-size:40px;}
	.row-fluid .video-wthbx-box {right: -155px;margin-top: -70px;}
	.row-fluid .vdo-rght-nm span.vdo-name{font-size: 20px;line-height: 28px;}
  .row-fluid .vdo-rght-nm {padding: 10px 0;}
  .row-fluid .vdo-rght-nm span.vdo-occupation {margin-top: 4px;font-size: 16px;line-height: 20px;}
	.row-fluid .vdo-wthbx-lft{width:20%;}
	
		.row-fluid .vdo-wthbx-sctn{padding: 90px 0 90px;}
	
	.row-fluid .interation-header {margin-bottom: 60px;}
	
	.row-fluid .cta-sct-ea-btn {margin-top: 35px;}
	.row-fluid .cta-sctn-ea , .row-fluid .cta-sctn-ea.cta-lft-optn-pd{padding: 80px 0 80px;}
	
	body.fnt-chng .row-fluid .cta-sctn-ea-header h3{font-size: 40px;line-height: 49px;}
	.row-fluid .cta-sctn-ea-contanet .cta-sctn-ea-subtitle {font-size: 20px;line-height: 30px;}
	.row-fluid .cta-sct-ea-btn {margin-top: 25px;}
	.row-fluid .cta-sct-ea-btn a{padding: 15px 10px;font-size:16px;}
	.row-fluid .cta-sct-ea-btn a{margin: 0 9px 20px;}
	
	.row-fluid .hero-compnnt-lft{width:100%;}
	.row-fluid .hr-rght-side {width: 100%;position:static;}
	.row-fluid .hero-compnent-sctn {padding-bottom: 70px;}
	.row-fluid .hero-lft-logos {margin: 10px 0 0;}
	.row-fluid .hr-lft-lg {margin: 10px 33px 10px 0;}
	
	.row-fluid .hdr-left-side-menu .hdr-left-side-cta-btn {padding-right: 90px;}
	
	.row-fluid .main--menu.hdr-main-menu .mobile-trigger i , .row-fluid .main--menu.hdr-main-menu .mobile-trigger i:before, .row-fluid .main--menu.hdr-main-menu .mobile-trigger i:after{background:#434343;}
	body.fnt-chng .row-fluid .main--menu.hdr-main-menu .mobile-trigger{top: 48px;}
	.row-fluid .main--menu.hdr-main-menu .hs-menu-wrapper > ul > li > ul > li a:hover {box-shadow: none;}
	.row-fluid .main--menu.hdr-main-menu .hs-menu-wrapper > ul > li > ul > li > a {font-size: 16px !important;}
	
	body.fnt-chng .row-fluid .feature-sqr-right:before , body.fnt-chng .row-fluid .feature-square-bg:after , body.fnt-chng .row-fluid .feature-sqr-right:after , body.fnt-chng .row-fluid .feature-square-bg:before {display:none;}
	body.fnt-chng .row-fluid .feature-tbng-left {margin-top: 50px;width: 100%;float: left;margin-right: 0;display:flex;order:1;}
	body.fnt-chng .row-fluid .feature-tbng-rights{max-width:700px;margin:0 auto ;float:none;margin-bottom: 70px;width:100%;display:flex;order:0;min-height: 450px;}
	body.fnt-chng .row-fluid .feature-tbng-rights:after {width: 300px;height: 300px;bottom: -30px;left: 160px;}
	body.fnt-chng .row-fluid .feature-tbng-rights:before{width:300px;height:300px;top: 0;right: 50px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:first-child {top: 20px;margin-right: 150px;line-height: 90px;width: 90px;height: 90px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:first-child img {max-width: 80px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(2) {top: 120px;margin-left: 310px;line-height: 100px;width: 100px;height: 100px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(2) img {max-width: 73px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(3) {top: 190px;right: 120px;line-height: 90px;width: 90px;height: 90px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(3) img {max-width: 60px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(4) {top: 280px;left: 0px;margin-left: 295px;line-height: 90px;width: 90px;height: 90px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(4) img {max-width: 83px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(5) {top: 210px;left: 120px;line-height: 100px;width: 100px;height: 100px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(7) {top: 390px;left: 140px;line-height: 100px;width: 100px;height: 100px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(7) img {max-width: 90px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(6) {top: 380px;right: 0;margin-right: 200px;line-height: 110px;width: 110px;height: 110px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(6) img {max-width: 92px !important;}
	body.fnt-chng .row-fluid .feature-tbbng-sctn {padding: 20px 0 50px;}
	
/* 	body.fnt-chng .row-fluid .feature-tbng-rights { min-height:auto; } */
	body.fnt-chng .row-fluid .tbbng-vdo { padding-top: 56.25% 0 0; }
	body.fnt-chng .row-fluid .feature-tbng-rights .tbng-rght:first-child { min-height: auto; }
	
	.row-fluid .Hr-section3:after {width: 470.8px;height: 510px;}
	.row-fluid .hero-compnent-trng-overly.Hr-section3-trng {top: 135px;left: 185px;width: 100px;height: 100px;}
	body.fnt-chng .row-fluid .Hr-Section3-Text {font-size: 20px;line-height: 1.5;}
	body.fnt-chng .row-fluid .Hr-Section3-Title h1 {font-size: 50px;}
	.row-fluid .Hr-Section3-Btn {margin: 10px 0 0;}
	.row-fluid .Hr-section3:before {height: 230px !important;}
	
	
	.row-fluid .tabing-hom-left {width: 100%;margin-right: 0;margin-bottom: 140px;}
	.row-fluid .tabing-hom-right {width: 100%;margin-left: 0;}
	.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left {margin-left: 0;}
	.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-right {order: 1;margin-right: 0;}
	.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left {order: 0;}
	.row-fluid .tabing-hom-outer:before{display:none;}
	.row-fluid .tabing-hom-left:before {width: 410px;height: 410px;top: -50px;left: -15px;}
	.row-fluid .tabing-hom-left:after {width: 410px;height: 410px;bottom: -130px;left: 330px;}
	.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left:before{transform: none;left:-15px;right:auto;}
	.row-fluid .tabing-hom-outer {margin: 70px 0 40px;}
	.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left:after {right: auto;left:330px;bottom: -130px;}
  .row-fluid .tabin-home {padding: 70px 0 10px;}
	.row-fluid .tabing-hom-row .tabing-hom-outer:last-child {margin: 70px 0 40px;}
	.row-fluid .tabing-hom-outer:nth-child(3n) .tabing-blusqr:before {left: -13px;}
	
	.row-fluid .rec--per--detail.rec-per-font h4{font-size: 20px;}
	.row-fluid .rec--box {padding: 50px 10px 28px;}
	
	.row-fluid .Hr-section3 {padding: 160px 0 210px;}
	.row-fluid .Hr-Waves {;z-index: -1;bottom: -55px;}
	
	
	.row-fluid .signupHero-Right {width: 90%;margin-top: 50px;margin-right: auto;}
	.row-fluid .signupHero-Section {padding: 280px 0 40px;}
  .row-fluid .signupHero-Section:before {width: 430px;height: 470px;}
	.row-fluid .signupHero-Left {width: 70%;float: left;margin-right: auto;}
	.row-fluid .signupHero-Section:after {width: 340px;}
	body.fnt-chng .row-fluid .rghtlft .feature-tbng-left{margin-left: 0;}
	
	.row-fluid .Hr-Waves-top {top: -230px;}
	.row-fluid .straightwave {margin-top: 230px;}
	
	
	body.fnt-chng .row-fluid .Enterprise-Section-InnerText {margin-top: 20px;font-size: 16px;line-height: 1.6;}
	.row-fluid .Enterprise-Section-Icon {width: 70px;height: 70px;}
	.row-fluid .Enterprise-Section-Icon img{width: 45px;height:45px;}
	.row-fluid .rec--box.rec-box-chng {width: 30.8%;margin: 52px 3% 0 0;}
	
	.row-fluid .signupHero-Left {margin-bottom: 0px;margin-top: 0px;}
	
	.row-fluid .footer-box.footer-column:last-child{width: 47%;text-align: left;}
	.row-fluid .footer-box.footer-logo-txt:last-child{text-align:left;}
	
	
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul{margin-left: 0;width:100%;}
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(2){display:none;box-sizing: border-box;margin-left: 0;margin-right: 0;}
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper ul li a{padding:15px 20px !important;}
	
	
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul ul {padding-left: 0px !important;}
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > a{color: #0091FF;background: #FFFFFF;/*box-shadow: 0px 5px 4px rgba(151, 151, 151, 0.5);*/width: 100% !important;padding: 20px 20px 20px 50px !important;}
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li > ul > li { padding:0px 20px;background: #F5F5F5;position:relative;}
	body.fnt-chng .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a{width:100% !important;}
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li > ul > li > ul > li > ul > li > a > span {line-height: 14px;}
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li > ul > li:before{position:absolute;top:50%;transform: translateY(-50%);right:20px;background-image:url('https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Testing%20Page/left-arrow%20%281%29-1.png');background-repeat:no-repeat;background-position:center center;background-size:20px;content:'';width:20px;height:20px;}
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li > ul > li{position:relative;}
	body.fnt-chng .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a{padding:20px 20px 20px 65px !important;border-bottom: 1px solid #DDDDDD;color: #424242;}
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li > ul > li > ul > li > ul > li  > a > span{opacity:1;color: #0091FF;}
	.row-fluid .hdr-left-side-menu .hdr-left-side-cta-btn.mobileBtn{display:block;padding: 20px 0 0;text-align: center;}
	.row-fluid .hdr-left-side-menu .hdr-left-side-cta-btn{display:none;}
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li .child-trigger i:after , .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li .child-trigger i {background-color: #0091FF;}
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper{padding:20px 0px;right:0;left:0;top:78px;box-shadow: 0px 5px 4px rgba(151, 151, 151, 0.5);}
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:before{display:none;}
 
	.row-fluid .hdr-left-side-menu .hdr-left-side-cta-btn.mobileBtn .cta--white.cta-hdr-wht a {min-width: 320px;padding: 16px 15px;}
	.row-fluid .ea-hnew ul.hs-menu-children-wrapper .child-trigger { top: 11px !important; }
	.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > a { color: #0091FF;  }
	.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > a p { opacity: 1; }
	.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > a { padding-left: 40px !important; }
	
	body.fnt-chng.newfntchng .row-fluid .Hr-section3 .Hr-Section3-Title h1 { font-size: 36px; }
	body.fnt-chng.newfntchng .row-fluid .Hr-Section3-Text { font-size: 18px; }
	body.fnt-chng.newfntchng .row-fluid .main--menu .hs-menu-wrapper > ul { overflow-y: auto; max-height: 95vh; }
	body.fnt-chng.newfntchng .row-fluid .main--menu .hs-menu-wrapper > ul > li > ul > li:nth-child(3) > a { padding: 15px 20px !important;}
	body.fnt-chng.newfntchng .row-fluid .hr-rght-img { margin-top: 20px;    height: inherit; }
	.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > ul > li > a > h6 > span {display:inline-block;}
	
	body.fnt-chng.newfntchng .row-fluid .hr-rght-side .hr-rght-img img{height:auto !important;max-width:100% !important;}
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(1) {margin-bottom: 0;}
	.row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul{padding: 10px 0px 10px 20px;}
	body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li:not(:first-child) > ul > li a {font-size:16px !important;width: 100% !important;padding: 18px 10px 18px 65px !important;}
	body.fnt-chng.newfntchng .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li > ul > li:nth-child(3) > a{padding: 18px 10px 18px 65px !important;}
	body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:before{display:none;}
	body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:not(:first-child) > ul{padding:0px 0 0px;}
	body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:not(:first-child) > ul > li {margin-bottom: 0;padding: 0px 20px;background: #F5F5F5;position: relative;}
	body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:not(:first-child) > ul > li:before{position: absolute;top: 50%;transform: translateY(-50%);right: 20px;background-image: url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Testing%20Page/left-arrow%20%281%29-1.png);background-repeat: no-repeat;background-position: center center;background-size: 20px;content: '';width: 20px;height: 20px;}
	body.fnt-chng.newfntchng .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li > ul > li:nth-child(3) > a, body .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:not(:first-child) > ul > li a{padding: 30px 20px 30px 65px !important;border-bottom: 1px solid #DDDDDD;}
	.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > ul > li > a { padding: 15px 20px 15px 65px!important;border-bottom: 1px solid #DDDDDD;}
	body.fnt-chng .row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a{padding:0;}
	.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li > ul{display:block !important;}
	.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li > .child-trigger{display:none !important;}
  .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li > ul > li{margin:0;}
	body.fnt-chng .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a{padding: 0 !important;border-bottom:none;}
	body.fnt-chng .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li {padding-right: 0;}
	body.fnt-chng.newfntchng .row-fluid .ea-heronew .hero-compnnt-lft {padding-top: 90px;padding-bottom: 60px;}
	
	body.fnt-chng.newfntchng .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul > li > ul > li:hover > a {border-radius: 0;background-color: unset;}
	body.fnt-chng.newfntchng .row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:nth-child(1) > ul > li:nth-child(1) {margin-bottom: 0;}
	body.fnt-chng.newfntchng .row-fluid .hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul{padding:0 0 0 20px;}
  body.fnt-chng.newfntchng .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:not(:first-child) > ul > li a:before{top: 23px;}
	body.fnt-chng.newfntchng .row-fluid .ea-hnew .main--menu .hs-menu-wrapper > ul > li.hs-item-has-children:not(:first-child) > ul > li a img{top: 30px;}
	body.fnt-chng.newfntchng .row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul { transition: ease all 0.4s !important; }
	body.fnt-chng.newfntchng .row-fluid .ea-hnew.hdr-sctn-nw  .hs-menu-wrapper > ul > li:nth-child(1) > ul > li > ul{display:block !important;position: static !important;}
  body.fnt-chng.newfntchng .row-fluid .ea-hnew .main--menu .hs-menu-wrapper>ul>li:nth-child(1)>ul>li>ul{transition: none !important;}

}
@media(max-width: 991px)and(min-width: 768px){
	
	.row-fluid .heroSoftware .hsContent { margin-bottom: 30px; }
	
}
@media(max-width:992px)
  {
    .row-fluid .lp-box {float: left;width: 100%;}
    .row-fluid .res-shift-up{width:100%;display: flex;align-items: center;justify-content: center;margin: 0 auto;}   
    
}

@media only screen and (max-width: 767px) { 
  .cc__switch-question-wrapper {
    width: 100%;
    float: none;
 }
  

}


@media (max-width:800px){
	.row-fluid .straightwave {margin-top: 180px;}
	.row-fluid .Hr-Waves-top {top: -180px;}
	.row-fluid .straightwave .bnfts-area-contanier {margin-top: 0;}
	
}
@media (max-width:767px){
  
	.row-fluid .wrpper-fullwidth {max-width: 100%;padding: 0 20px;}
	
  .row-fluid .hero-section { padding:40px 0 210px; }
  .row-fluid .hero-section h1 { font-size:40px; }
  .row-fluid .hero-section h6 { line-height:30px; }
  .row-fluid .ctastyle1 a { min-width:210px; }
  
  .row-fluid .pricing-boxes > span > div { width:100%; margin:0 0 30px; } 
  
  .row-fluid .pricing-section { padding:0 0 50px; }
  
  .row-fluid .cq-section, .row-fluid .roi-section { padding:20px 0; }
  
  .row-fluid .logo-section { padding:40px 0; }
  
  .row-fluid .hero-section:before, .row-fluid .hero-section:after, .row-fluid .hero-section .wrapper:after {  
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
-o-border-radius: 40px;
-ms-border-radius: 40px;
border-radius: 40px;
 }
  
  .row-fluid .hero-section:before { margin: 0 0 0 -60px; }
  .row-fluid .hero-section .wrapper:after { margin:0 0 0px 340px; }
  
  .row-fluid .cq-boxes > span > div { width:100%; margin-right:0; }
  
  .row-fluid .footer-box:last-child { text-align:left; }
  .row-fluid .footer-social { display:none; }
  
  
  .row-fluid .logo-slider.mobile { display:block; } 
	.row-fluid .logo-slider.mobile + .logo-slider { display:none; }
  
  .row-fluid .top-section.sticky { padding:20px 0; }
  
  .software .row-fluid .hero-section .wrapper:before { bottom: -80px; width: 350px; left: 50%; height: 85px; background-size: contain; transform: translateX(-50%); margin-left: -60px; }
  
  /* Sign up */
  .row-fluid .fm-title { margin-bottom:50px; }
  .row-fluid .form-top { padding:0 30px 50px; }
  .row-fluid .tophero-text { padding:0; }
  .row-fluid .form-center { max-width:600px;}
  .row-fluid .form-center-inner {  padding: 30px; }
  .row-fluid .form-center-inner input[type="submit"] {  max-width: 255px; }
  .row-fluid .formfooter .span6.privacyleft, .row-fluid .formfooter .span6.footer-term, .row-fluid .logoleft { width: 48.93%; float:left;  }
  .row-fluid .signin-option { text-align:center;}
  .full-form.fullsection .form-center:before, .full-form.fullsection .form-center:after, .row-fluid .form-center-inner:before { top:220px;}
  .full-form.fullsection .form-center:after { left: 20%; top: 93px; }
  .row-fluid .form-center-inner:before { right:-56%; top:-50px; }
  .row-fluid .form-header .right-signin { display:none;}
  .row-fluid .mobile-sign-in  { display:block; }
  
  .row-fluid .tab-flex-column .tabs { display:none; }
  
  /* changes*/
  .row-fluid .sign-up-hero:before { bottom: -23px; width: 633px; left: 70%; height: 200px; background-size: auto 100%; transform: translateX(-80%);    margin-left: -60px;}
  
  .row-fluid .sign-up-hero:after {left: 0;bottom: 0;width: 100%;background-size: cover;height: 244px;margin-left: 0;transform: none;right: 0;}
  .row-fluid .fm-title h1 { font-size:40px; line-height:50px; letter-spacing:-0.41px; }
  
  .pricing-new .row-fluid .hero-section .wrapper:before { bottom: -220px; width: 350px; left: 50%; height: 85px; background-size: contain; transform: translateX(-50%); margin-left: -90px; }
  .pricing-new .row-fluid .hero-section .wrapper:after { left: 50%;  bottom: -220px;  width: 490px; background-size: contain; height: 120px; margin-left: 140px; transform: translateX(-50%); }
  
  .row-fluid .limg-rtext .crm-left { margin:80px 0 0; padding-left:0;}
  .row-fluid .crm-video { width:100%; }
  .row-fluid .crm-video img.vidyard-player-embed {  height:0; display:block;}
  
  /*download page */
  .row-fluid .learnmore-ctabutton { padding-bottom:30px; }
  
  
  /* price Change */
/*   .row-fluid .calc-row.toplevel > span { width:50%; } */
  .row-fluid .calc-row.toplevel > .input { width:50%; }
  .row-fluid .pricing-tooltip { width: 256px; left: 0;}
  .row-fluid .pricing-tooltip:after { left:74px;}
  .row-fluid .calc-row.half { width:100%; padding-right:0; }
  .row-fluid .calc-row.half .input { padding:0 60px 0 0; }
  .row-fluid .calc-row.half .input label:before { right:0; left:auto;}
  .row-fluid .calc-row.half .input label:after { right:30px; left:auto;}
  .row-fluid .calc-row.half .input input[type=checkbox]:checked+label:after { left: auto !important; right: 4px; }
  
  .row-fluid .calc-row.toplevel >.input { width: 112px; }
  .row-fluid .calc-row span.min+input[type=number] {  width: 46px; padding: 5px 0; }
  
  .row-fluid .create-account.ctastyle1 a { min-width:270px; }
  
  .row-fluid .cc__question.cc__switch-question-wrapper, .row-fluid .cc__question.cc__switch-question-wrapper:nth-child(9) { width:100% !important; }
  
  .home19 .row-fluid h2 { font-size:32px; line-height:42px; }  
  .row-fluid .hero-section.o2 .hero-left .cms-btn-style2 { display:none; }
  .row-fluid .hero-section.o2 .hero-right + .cms-btn-style2 { display:block; position:relative; z-index:9; }
  .row-fluid .hero-section.o2 .hero-right + .cms-btn-style2 a { margin: 0 15px 20px 0; text-align: center; }
  .row-fluid .hero-section.o2 .hero-right + .cms-btn-style2 a:last-child { margin:0 0 80px; }
  .row-fluid .hero-section.o2 .hero-left { text-align:center; }
  .row-fluid .hero-section.o2 h1 { font-size:34px; line-height:50px; }
  .row-fluid .hero-section.o2 h6 { font-size:18px; line-height:32px; }
  .row-fluid .platform-section { padding:50px 0 }
  .row-fluid .p-left ul { width:300px; min-height:300px; background-size:280px auto; }
  .row-fluid .p-left ul li, .row-fluid .p-left ul li:first-child { right: -20px; top: -20px; }
  .row-fluid .p-left ul li:nth-child(2) { position: absolute; left: 70px; top: 140px; width: 200px; }
  .row-fluid .p-left ul li svg { width: 200px; height: 200px; }
  .row-fluid .p-left ul li:nth-child(3) { left: -20px; top: -20px; width: 200px; }
  .row-fluid .p-left ul li:nth-child(2) svg { bottom: -50px; right: 50px; }
  .row-fluid .pright { float: left; width: 100%; margin: 40px 0 0; }
  .row-fluid .rs-section .wrapper>.fullwidth { padding:60px 0 100px; }
  .row-fluid .rs-right ul { margin:30px 0; }
  .row-fluid .rs-right ul li { min-height: 85px; padding: 10px; }
  .row-fluid .rs-right ul li:nth-child(4n) { margin-right:0; }
  .row-fluid .rs-right h6 { margin:15px 0 0; float:left; width:100%; }
  .home19 .row-fluid .crm-left .cms-btn-style a { width:auto; display:inline-block; }
  .row-fluid .sec-flex-column > span > div { width:48% !important; }
  .row-fluid .security-sec.o2 h2 { line-height:48px; }
  .row-fluid .st-image { max-width:350px; }
  .row-fluid .st-image .image { width:320px; height:320px; }
  .row-fluid .st-name { max-width: 270px; left: 0px; right: auto; line-height:26px; }
  .home19 .row-fluid .security-sec { padding:70px 0; }
  .row-fluid .bb-section { padding:60px 0 50px; }
  .row-fluid .st-name span { line-height:1; }
  .row-fluid .st-content { text-align:center; padding-bottom:0; }
  .row-fluid .home-resource { padding: 40px 0 50px; text-align: center; } 
  .row-fluid .home-resource .resource-boxes > .resource-box { margin:20px 0; }
  .row-fluid .get-started { text-align:center; }
  .row-fluid .get-started ul li { width:100%; }
  .row-fluid .get-started ul li a { display:block; }
  .home19 .row-fluid .logo-section { padding:40px 0 70px; }
  .row-fluid .copyright-text .cr-right ul { float: none; display: inline-block; margin: 5px 10px !important; }
  .row-fluid .copyright-text .cr-right ul:first-child { display:none; }
  .row-fluid .copyright-text > div > ul { display:block; list-style:none; padding-top: 30px; position: relative; }
  .row-fluid .copyright-text > div > ul > li { float: left; width: 50%; }
  .row-fluid .copyright-text > div > ul > li > span { position: absolute; left: 0; top: 0; }
  .row-fluid .copyright-text > div > ul > li > a { padding-left:30px; color:rgba(255,255,255,0.45); margin-bottom:5px; }
  .row-fluid .copyright-text > div > ul > li:nth-child(2n+1) { clear:left; }
  .row-fluid .copyright-text > div > ul > li:nth-child(1)>a { margin-left:0; }
  .row-fluid .cr-left { padding-top:10px; margin-top:20px; border-top:rgba(241,241,241,0.05) solid 1px; }
  .row-fluid .cr-right { margin-top:0; }
  .row-fluid .p-left ul li.round:first-child { transform: rotate(69deg); top: 80px; right: -75px; }
  .row-fluid .p-left ul li.round:nth-child(2) { transform: rotate(7deg); top:230px; }
  .row-fluid .p-left ul li.round:nth-child(3) { transform: rotate(-52deg); left: -65px; top: 65px; }
  .row-fluid .copyright-text>div>ul>li:first-child>a, .row-fluid .copyright-text .cr-right ul:first-child li a { padding-left:30px; }
  .row-fluid .rs-section .wrapper>.fullwidth:before { right:auto; left:-970px; }
  .row-fluid .rs-section .wrapper>.fullwidth:after { left:auto; right:-600px; }
  
  
  
  
  .row-fluid .calc-row{padding-top:20px;}
  .row-fluid .logo-slider.mobile .slick-track>div{padding:0px 30px; }   
    
  
  /* --- EvaluAgent - Resource RSS Module --- */
   
  .row-fluid .webinar-section .webinar-inner-wrap>div>div{display: block;}
  .row-fluid .webinar-section .left-part{margin-bottom: 30px;}
  
  .row-fluid .event-section .event-inner-wrap>div>div{display: block;}
  .row-fluid .event-section .left-part{margin-bottom: 30px;}
  .click-nav{width:100%;float:left;background:#F2F9FF;}
  .click-nav span{width: 100%;  float: left;  background: #00abe5;  padding: 15px;  color: #fff;  font-weight: 700;  font-size: 19px;  position: relative;}
  .click-nav span:before{content:'\f107';top:50%;right:15px;margin:auto;position:absolute;font-family: FontAwesome;color:#fff;transform: translateY(-50%);    cursor: pointer;border-radius: 10px;}
  .click-nav span.active:before{    transform: translateY(-50%) rotate(180deg);}
  .row-fluid .top-nav ul li{    display: block;    padding: 0px 0px;}
  .row-fluid .top-nav {position: relative;z-index:9999;}
  .row-fluid .top-nav ul { display:none;position: absolute;top: 53px;border-top: 1px solid #fff;width: 100%;    max-width:100%;    margin: auto;    border-radius: 0;    right: 0;left:0;}
  .row-fluid .top-nav ul li a{ width: 100%;border-radius: 0;text-align:left;padding: 8px 17px;}
  .row-fluid .top-nav ul li:last-child a{padding-bottom:22px;}
  .row-fluid .top-nav ul li:first-child a{padding-top:15px;}
  .row-fluid .top-nav{padding-top:0px;}
  .blog-new-section .section-title h2, .row-fluid .webinar-section .section-title h2, .row-fluid .event-section .section-title h2, .ebook-section .section-title h2{text-align: center;}
  .row-fluid .top-nav{padding-bottom:0;}
  
  .row-fluid .evaluagent-blog .post-item .left-part{width: 100%;    border-bottom-left-radius: 0;    border-top-right-radius: 15px;}
  .row-fluid .evaluagent-blog .post-item .post-inner-cover{display: block;}
  .row-fluid .evaluagent-blog .post-item .right-part{width: 100%;}
  .hs-blog-listing .row-fluid .evaluagent-blog .post-item .hs-featured-image-wrapper{height: 200px;}
  .row-fluid .evaluagent-blog .post-item .right-part{    border-bottom-left-radius: 15px;}
  
  
  .row-fluid .blog-box-wrap a { width:100%; text-align:center }
  
	.row-fluid .new--header { padding:25px 0; }
	.row-fluid .header--right { width:100%; padding:0; }
	.row-fluid .header--right .right--cta--btn { display:none; padding-right: 0; width: 100%; text-align: center; }
	.row-fluid .cta--white a, .row-fluid .cta--blue a { padding: 10px 15px; font-size: 16px; margin: 0 5px; }
	.row-fluid .left--logo { width: 100%; float: left; padding-right: 80px; }
	.row-fluid .left--logo img { max-width:200px !important; }
	.row-fluid .main--menu .mobile-trigger { top:30px; }
	.row-fluid .main--menu .mobile-trigger i, .row-fluid .main--menu .mobile-trigger i::before, .row-fluid .main--menu .mobile-trigger i::after { background-color:#0091FF; }
	.row-fluid .main--menu .hs-menu-wrapper { top:60px; }
	
	.row-fluid .home--hero { min-height:0; padding:144px 0 46px; } 
	.row-fluid .home--hero--ov { display:none; }
	.row-fluid .home--left { padding:0; }
	.row-fluid .home--left h1 { font-size: 24px; line-height: 34px; }
	.row-fluid .home--right { width:100%; margin: 0; top: 0; right: 0; display:none; }
	.row-fluid .home--right img { margin:0; }
	.row-fluid .home--right::before { top: 60px; right: 60px; bottom: 60px; left: 60px; width: auto; height: auto; }
	.row-fluid .ctabtn--outer { margin: 0; max-width: 100%; padding:24px 40px; text-align:center; display:block; float: left; width: 100%; }
	.row-fluid .ctabtn--outer [class*="hero--cta"] { float: none; margin: 20px; }
	.row-fluid .ctabtn--outer [class*="hero--cta"] a { padding: 20px 20px; min-width: 300px; line-height: 34px; }
	.row-fluid .ctabtn--left--bg { right:-20px; }
	
	.row-fluid .ditch--text { padding-right:0; line-height: 26px; font-size: 18px; }
	.row-fluid .ditch--right > .blue--square { right: -15px; display:none; }
	.row-fluid .ditch--right > img { width:100%; }
	.row-fluid .ditch--right::before { top: -50px; width: auto; height: auto; right: 20%; bottom: 20%; left: 0; display:none; }
	.row-fluid .capterra--logo { max-width:90px; right:auto; left:20%; }
	.row-fluid .ditch--right::after { left: -20px; transform: scale(0.5); display:none; }
	.row-fluid .ditch--left > h2 { font-size: 26px; line-height: 36px; padding: 0; }
	.row-fluid .ditch--left > h2:after { display:none; }
	.row-fluid .ditch--text { font-size:16px; line-height:28px; }
	.row-fluid .reqfree--trail { padding-left:0; }
	.row-fluid .reqfree--trail a { padding: 15px 15px 15px 70px;  min-width: 280px; font-size: 20px; margin:60px 0 0; }
	
	.row-fluid .rec--sectitle { max-width:100%; font-size: 26px; line-height: 32px; padding: 0 0 0px; margin: 0; border: none }
	.row-fluid .rec--sectitle h2 { font-size: 26px; line-height: 32px; padding:0; border:none; }
	.row-fluid .rec--per--detail { font-size:18px; line-height:26px; }
	
	.row-fluid .rec--quote { font-size: 27px; line-height: 40px; }
	.row-fluid .rec--box { width: 100%; margin:20px 0 0 !important; }
	.row-fluid .recomm--outer { padding-bottom:60px; }
	.row-fluid .recomm--outer::before { bottom:20px; }
	
	.row-fluid .video--title { padding-top:60px; }
	
	.row-fluid .video--title h2, .row-fluid .our-int-title h2 { font-size: 26px; line-height: 30px; margin: 0 0 24px; }
	.row-fluid .video--subtitle, .row-fluid .our-int-text { font-size: 16px; line-height: 28px;  }
	.row-fluid .home--vmain { margin: 60px 0 0; }
	
	.row-fluid .our--int--section { padding:60px 0; }
	.row-fluid .our--int--cta a { padding:0 50px 0 0; }
	.row-fluid .int-circle-outer { margin:70px auto 0; }
	.row-fluid .int--logos--cir { transform: scale(0.3); } /* position: static; width: 100% !important; border-radius: 0; box-shadow: none; height: auto !important; line-height: 160px !important;  */
	.row-fluid .our--int--section .int--logos--cir img { max-width:160px !important; line-height:160px !important; }
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(2) { left: 0; top: 0; transform-origin: left top; }
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(3) { top: -30px; margin: 0; left: 16%; transform-origin: left top; }
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(4) { top: -10px; left: 50%; margin: 0; transform-origin: left top; }
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(5) { right: 20px; top: -30px;  transform-origin: right top; }
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(6) { top: 20%; right: -15px; transform-origin: right top; }
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(8) { right: 0; bottom: 20%; transform-origin: right bottom; }
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(7) { left: -5px; bottom: 24%; transform-origin: left bottom; }
	
	.row-fluid .testimonialSection { overflow:hidden; }
	.row-fluid .testimonialSection .testiBox { display:block; }
	.row-fluid .testiLeft { width:100%; padding:47px 0; font-size:17px; }
	.row-fluid .testiLeft::before { right:-20px; z-index:-1; }
	.row-fluid .testiRight { width:100%; margin-top:40px; }
	.row-fluid .testiImage::before { width: auto; height: 290px; top: auto; border-bottom: none; border-radius: 0 24px 0 0; right: 50px; bottom: -30px; left: -60px; }
	.row-fluid .testiImage::after { right: 40px; top: 98px; transform: scale(0.5); display:none; }
	.row-fluid .testiRight::before { transform:scale(0.5); display:none; }
	.row-fluid .testiLeft h2 { font-size: 32px; line-height: 35px; }
	.row-fluid .testiLeft h3, .row-fluid .testiLeft h2 span { font-size:26px; line-height:35px; font-weight:400; }
	.row-fluid .testiLeft h2 span { font-weight:700; line-height:28px; }
	
	
	.row-fluid .tryIt { padding:53px 0 78px; }
	.row-fluid .tryText { padding-right:0; text-align:center; line-height:28px; }
	.row-fluid .tryCTA { position:static; max-width:100%; margin:50px 0 0; text-align:center; } 
	
	.row-fluid .footer-section.font--r .copyright-text .cr-right ul + ul { float:none; }
	.row-fluid .footer-section .footerLogo.mobileOnly { display:block; }
	.row-fluid .footer-section .footerLogo.desktopOnly { display:none; }
	.row-fluid .home--hero.in--view .home--left::after { right:0; display:none !important; }
	.row-fluid .footer-section.font--r .copyright-text { display:none; }
	.row-fluid .testiRight::before .row-fluid .testiImage::after { display:none; }
	
	.row-fluid .itSection .itImage { position:static; width:100%; }
	.row-fluid .itSection .itText { width:100%; }
	
	/* About Us 2020 */
	.row-fluid .home--hero { padding:105px 0 35px; }
	.row-fluid .home--left { text-align:center; }
	.row-fluid .hlSubtext { font-size:16px; line-height:28px; }
	.aboutUs .row-fluid .videoPlay a { font-size:22px; }
	.aboutUs .row-fluid .videoPlay a i { top:5px; }
	
	.row-fluid .videoSection { padding:87px 0 0; font-size: 16px; line-height: 28px; }
	.row-fluid .videoSection h2 { font-size: 24px; line-height: 34px; }
	.row-fluid .vidWrap { padding: 60px 0 100px; }
	.row-fluid .reqfree--trail a { margin:40px 0 0; }
	
	.row-fluid .itSection .itBox { display:block; margin:15px 0; }
	.row-fluid .itSection .itImage { padding:56.25% 0 0; }
	.row-fluid .itSection .itText { padding:30px; font-size:16px; line-height:28px; }
	.row-fluid .itSection .itText:after { display:none; }
	.row-fluid .itSection h3 { font-size:24px; line-height:36px; }
	.row-fluid .itSection h3 > span { font-size:22px; line-height:32px; }
	
	.row-fluid .awardPartnership { padding: 70px 0 40px; }
	.row-fluid .apBox { width: 100%; margin-right: 0; }
	.row-fluid .awardPartnership h2 { font-size: 36px; line-height: 48px; }
	.row-fluid .awardPartnership .secText { font-size: 22px; line-height: 32px; }
	.row-fluid .apBox:nth-child(3n+2)::before, .row-fluid .apBox:nth-child(3n)::before, .row-fluid .apBox:nth-child(3n+2)::after, .row-fluid .apBox:nth-child(3n)::after { display:none; }
	
	.row-fluid .videoSection > .wrapper:before,	.row-fluid .videoSection > .wrapper:after, .row-fluid .vidTop:before, .row-fluid .vidTop:after { display:none; }
	
	.row-fluid .heroSoftware { padding:110px 0 40px; font-size:16px; line-height:28px; }
	.row-fluid .heroSoftware .hsImage img { min-width:355px; }
	.row-fluid .heroSoftware h1 { font-size: 24px; line-height: 34px; }
	.row-fluid .crm-sec.v2 .crm-left { padding-bottom:40px !important; } 
	.row-fluid .crm-sec.v2 .crm-left h2, .row-fluid .tab-section.v2 .tab-content h3 { line-height: 34px; font-size: 24px; }
	.row-fluid .tab-section.v2 .tab-inner .wrapper { padding:0 20px !important; }
	.row-fluid .tab-section.v2 .tab-content h3 { padding-bottom:21px; margin-bottom:15px; }
	.row-fluid .crm-sec.v2 .crm-left .sec-text { font-size: 16px; line-height: 28px; }
	.row-fluid .tab-section.v2 .tab-content .sec-text { font-size: 19.6px; line-height: 38px; }
	.row-fluid .tab-section.v2 .tab-inner:nth-child(2n):before { width: 260px; height: 230px; bottom: 70px; }
	.row-fluid .tab-section.v2 .tab-inner:before { display:none; }
	.wHeader .row-fluid .main--menu .mobile-trigger i, .wHeader .row-fluid .main--menu .mobile-trigger i::before, .wHeader .row-fluid .main--menu .mobile-trigger i::after { background-color:#FFFFFF; }
	.row-fluid .tab-section.v2 .tab-inner:nth-child(even) > div:first-child { display:block; }
	
	
	.career .row-fluid .home--left { margin:0 0 10px; }
	.row-fluid .contactMain .wrapper>.fullwidth, .row-fluid .contactMain .w1400>.fullwidth { margin-top:0; }
	.row-fluid .contactMain.careersMain .signup-form { width: 100%; margin: 40px 0 0; }
	.row-fluid .signup-form form .hs-fieldtype-file legend { padding-left:115px; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
	
	.row-fluid .contactMain .contactLeft { text-align:center; padding-top:0; font-size: 19px; line-height: 30px; }
	.row-fluid .contactMain .contactFollow { margin: 40px 0; text-align: center; }
	.row-fluid .contactMain .contactFollow > span, .row-fluid .contactMain .contactFollow > ul { margin:5px 15px; float:none; display:inline-block; vertical-align:top; }
	.row-fluid .contactMain .contactFollow > ul > li { margin:0 15px; }
	.row-fluid .contactMain .signup-form { width:100%; margin:0; }
	.row-fluid .contactMain .signup-form textarea { height:150px; }
	.row-fluid .ctabtn--outer.singleBtn { text-align:center; }
	
	.row-fluid .tabKnowledge h2, .row-fluid .webinarSection h2 { font-size: 26px; line-height: 32px; }
	.row-fluid .tabKnowledge .tkTabs li a { font-size:18px; line-height: 22px; }
	.row-fluid .tabKnowledge .tabColumns { padding: 0 20px; }
	.row-fluid .slick-slider button { width: 30px; height: 30px; }
	.row-fluid .slick-slider .slick-prev { left: -10px; }
	.row-fluid .slick-slider .slick-next { right: -10px; }
	
	.row-fluid .webinarSection { padding: 60px 0; }
	.row-fluid .webMain { margin-top:10px; }
	.row-fluid .webinarSection h3 { font-size: 21px; line-height: 27px; }
	.row-fluid .wrSingle a { padding: 15px 15px 15px 80px; font-size: 18px; line-height: 28px; min-height:80px; }
	.row-fluid .wrSingle a i { left: 15px; top: 15px; }
	.row-fluid .webAll a { font-size: 18px; line-height: 28px; }
	
	/*** Pricing ***/
	.row-fluid .cq-section.Cm--new .wrapper { max-width: 100%; }
	.row-fluid .pricing--hero { padding: 105px 0 35px; }
	.row-fluid .pricing--left { max-width: 100%; text-align: center; }
	.row-fluid .pricing--hero h1 { font-size: 24px; line-height: 34px; }
	.row-fluid .phero--text { font-size: 16px;  line-height: 28px; }

	.row-fluid .pv5-section .w1400 { max-width: 100%; }		
	.row-fluid .PricingSection.pv5-section .p-dropdown-combo > div { padding: 30px 0;  margin-top: 0; max-width: 100%; }
	.row-fluid .PricingSection.pv5-section .p-dropdown-combo > div:after { position: absolute; content: ''; top: 0; width: 500%; height: 100%; left: 100%; background: inherit; }
	.row-fluid .PricingSection.pv5-section .p-dropdown-combo h6 { width: 100%; padding-right: 0; margin: 0 0 30px; text-align: center; }
	.row-fluid .PricingSection.pv5-section .dropdown-currency { max-width: 195px; margin: 0 auto; width: 100%;  }
	.row-fluid .PricingSection.pv5-section .PricingRow { padding-top: 60px; }
	
	/***website Changes ***/
	.row-fluid .tab-section.v2 .wrapper { padding: 0 20px; }
	.row-fluid .tab-section.v2 .tab-content h3 { padding-bottom: 21px; margin: 0 0 21px; }
	.row-fluid .tabKnowledge .tabColumn { height: auto !important; }
	.row-fluid .tabKnowledge .tabColumn  { padding-bottom: 0; }
	.row-fluid .tcRead  { padding: 0; position: static; }
	.row-fluid .tabKnowledge .tcContent { padding-bottom: 26px; }
	
	.row-fluid .hrHome--vid {background-position-y: bottom !important;}
	body.fontCom h2 { font-size: 24px; line-height: 34px; }
	
	body .row-fluid .crm-sec.v2 .crm-right:before { display: none !important; }
	
	body.fontCom .row-fluid .sup-left .sec-text, body.fontCom .row-fluid .sec-subtext { font-size: 16px; line-height: 28px;}
	
	.row-fluid .ep-subtitle, .row-fluid .ep-Sec-col h3 { font-size: 19.6px; line-height: 36px; }
	
	.row-fluid .ep-Security { padding: 60px 0 50px; }
	.row-fluid .gS-square { display: none; }
	.row-fluid .gSupport { padding: 60px 0; text-align: center; } 	
	.row-fluid .gSupport-Video { margin: 40px 0 0;}
	.row-fluid .gSupport-left h2:before {  max-width: 100%; }
	.row-fluid .gSupport-text { font-size: 19.6px; line-height: 38px; }
	.row-fluid .gSupport-left h2 { margin: 0 0 21px; padding: 0 0 21px; }
	.row-fluid .gSupport-right { margin: 40px 0 0; }
	
	.row-fluid .agentCost-sec .w1400, .row-fluid .benefitHero .w1400 { max-width: 100%; }
	.row-fluid .benefitHero { padding: 105px 0 35px}
	.row-fluid .bnDeck-ov { display: none; }
	.row-fluid .bnDeck-left {   padding-right: 0; margin: 0; text-align: center; }
	.row-fluid .bnDeck-left h1 { font-size: 36px;  line-height: 40px; padding: 0;}
	.row-fluid .bnDeck-sub { font-size: 16px; line-height: 24px;}
	.row-fluid .bnDeck-right { display: none; }
	.row-fluid .BnDeck-arrowDown { margin: 40px 0 0; padding: 0 0 10px; }
	.row-fluid .BnDeck-arrowDown img { max-width: 25px !important; max-height: none !important; }
	.row-fluid .agentCost-left { width: 100%; padding-right: 0; text-align: center;}
	.row-fluid .agentCost-right { width: 100%; }
	.row-fluid .agentCost-left h2 { font-size: 34px; line-height: 40px; }
	.row-fluid .problem-main-box .w1400, .row-fluid .proThird-row>div:nth-child(2) .w1400 { max-width: 100%; }
	.problem-page .row-fluid .bnDeck-left { padding-bottom: 0; }
	.row-fluid .bnDeck-left h4 {  font-size: 18px; line-height: 28px; }
	.problem-page .row-fluid .bnDeck-left h1, .row-fluid .bnDeck-left h1, .row-fluid .benefitHero.qa-Smv2 .bnDeck-left h1 { font-size: 30px; line-height: 34px; }	
	  
	.row-fluid .pDrop-outer { margin-top: 0;  max-width: 100%;}
	.row-fluid .proFirst-row { padding: 60px 0 0; }
	
	 
	.row-fluid .problem-dropdown .w1400 { padding: 0; }
	.row-fluid .pDrop-outer:before { display: none; }
	.row-fluid .proThird-row > div:nth-child(2) { padding-top: 60px; }
	.row-fluid .ResultBox { width: 100%; margin: 0 0 60px; }
	.row-fluid .pDrop-outer a, .row-fluid .problem-dropdown .pDrop-outer > a { padding: 25px 50px; font-size: 24px;}
	
	.row-fluid .pDrop-outer>a:before { top: 32px; right: 23px; }
	.row-fluid .pro-prev { width: 60px; height: 50px; background-size: 26.68px 13.16px !important; }
	.row-fluid a.pro-next { font-size: 20px; line-height: 28px; padding: 20px; }
	.row-fluid a.pro-next, .row-fluid .proFirst-row a.pro-next { max-width: 230px !important; }
	.row-fluid .pro-next:after { margin-left: 17px; }
	.row-fluid .pDrop-outer ul li:last-child a:before { left: 10px; top: 26px; width: 32px; height: 32px; }
	
	.row-fluid .proSecond-row > div:first-child { padding-top: 60px; padding-bottom: 60px;  }
	 
	.row-fluid .bDeck-solLeft h2, .row-fluid .proCost-left h2 { font-size: 28px; line-height: normal; }
	.row-fluid .proCost-content h3 { font-size: 18px; }
	.row-fluid .bDeck-solRight:before { display: none; }
	.row-fluid .bDeck-solRight { margin: 30px 0 0; }
	.row-fluid .moreBenefits { padding-bottom: 40px; }
	.row-fluid .proFourth-row{ padding-top: 60px; }
	.row-fluid .proFourth-row .w1400>div:after { top: -28px; }
	.row-fluid .finalBox { padding: 40px 20px; width: 100%; }
	.row-fluid .finalBox h3 { font-size: 24px; margin: 0 0 25px; }
	.row-fluid .fnBox-button a { font-size: 18px; padding: 15px 20px; line-height: 28px; min-width: 200px;  }
	.row-fluid .fnDesc-text { font-size: 16px; line-height: 36px; }
	.row-fluid .fnTop-icon img { max-width: 70px !important;}
	.row-fluid .finalBox:nth-child(2) { box-shadow: 0px -50px 55px -60px rgba(0,0,0,.20); }
	
	.row-fluid .top-Aos .w1400 { padding: 0;}
	.row-fluid .resultTop-left { width: 100%; padding: 20px;  }
	.row-fluid .resultTop-left:before { left: 0; right: 0; margin: 0 auto; top: auto; bottom: 0; -webkit-clip-path: none; clip-path: none;     -webkit-transform: rotate(45deg); transform: rotate(45deg); }
	.row-fluid .top-Aos>div>div:before { display: none; }
	.row-fluid .result-Aos img { max-width: 150px !important; margin: 20px 0 0; }
	.row-fluid .result-Aos { width:100%;  padding: 20px 0; text-align: center; }
	
	.row-fluid .hero-smv2 { padding: 105px 0 35px; }
	.row-fluid .hero-smv2 h1:before, .row-fluid .hero-smv2 h1:after, .row-fluid .hero-smv2 h1>span:after, .row-fluid .hero-smv2 h1>span:before, .row-fluid .hero-smv2 h4:before { display: none;  } 
	.row-fluid .hero-smv2 h1, .row-fluid .benefitHero.qa-Smv2 .bnDeck-left h1 { font-size: 30px; line-height: 34px; margin: 0; }
	.row-fluid .hero-smv2 h1 > span { font-size: 60px; line-height: 65px; }
	.row-fluid .hero-smv2 h4 { font-size: 18px; line-height: 22px; }
	.row-fluid .smv2-tabTitle h3 { font-size: 16px; }
	.row-fluid .tab-section.v2.tab-Smv2 .tab-content h3 { font-size: 24px; line-height: 26px; }
	.row-fluid .bnSmv2-Left h2 { font-size: 26px; padding: 0 0 20px; margin: 0 0 10px; line-height: 34px; }
	.row-fluid .bnSmv2-content { font-size: 16px; line-height: 28px; padding-right: 0; }
	.row-fluid .Smv2-VideoRight { padding-bottom: 10px; }
	.row-fluid .Smv2-VideoRight:before { display: none; }
	.row-fluid .Smv2-videoLeft h2 { font-size: 36px; line-height: 42px; }
	.row-fluid span.SmV2-Recvideo > a.fancybox:before, .row-fluid .Smv2-videoInner > a.fancybox:before, .row-fluid .video-wrapper a.vid-play-btn, .row-fluid .play-pause-btn button {background-position: center left 18px;background-size: 24px 30px; width: 60px; height: 60px; }
	.row-fluid .benefits-smv2 { padding: 60px 0; }
	.row-fluid .TrialLeft-smv2 { padding: 60px 0 40px; }
	.row-fluid .TrialLeft-smv2 h2 { font-size: 36px; line-height: 40px; }
	.row-fluid .trialCta-smv2 a { padding: 10px 35px; font-size: 20px; line-height: 32px; }
	.row-fluid .TrialRight-smv2 { max-width: 100%; position: static; }
	.row-fluid .bnSmv2-Box { padding: 20px; }
	.row-fluid .bnSmv2-Box h2 { font-size: 18px; }
	
	 .row-fluid .benefitHero.qa-Smv2 .bnDeck-left { margin: 0; padding: 0; }
	 
	.row-fluid .qaFeatures { padding: 30px 0 60px; }
	.row-fluid .qa-featBox { width: 100%; margin-right: 0 !important; margin-bottom: 0;     padding: 20px 20px 60px 20px; }
	 .row-fluid .qaSlide-outer .slick-dots  { margin: 50px 0 0; }
	.row-fluid .qaSlide-box.slick-slide { margin-left: 15px; margin-right: 15px; }
	.row-fluid .qa-FlmBtn { padding: 0 20px; }
	.row-fluid .qa-featBox h4 , .row-fluid .qa-featBox.qa-featBoxchng h4{ font-size: 20px; }
	.row-fluid .qa-Ftext , .row-fluid .qa-Ftext.qa-Ftextchng { font-size: 16px; }
	.row-fluid .Smv2-video.Smv2-videov2 { padding-top: 60px; }
	.row-fluid .Smv2-video.Smv2-videov2 .Smv2-VideoRight { padding: 0; } 
	.row-fluid .qa-Ficon.qa-Ficon-chng > span {width: 76px;height: 76px;line-height:76px;}
	.row-fluid .qa-featBox.qa-featBoxchng .qa-FlmBtn{bottom: 20px;}
	.riEpage .row-fluid .benefitHero.qa-Smv2 .bnDeck-left h1:before {  width: 100px; height: 100px;  margin-top: -30px; left: 0; margin-left: 0;  }
	.riEpage .row-fluid .benefitHero.qa-Smv2 .bnDeck-left h1:after { left: auto; right: 0; margin-bottom: -80px; width: 126px; height: 136px;  bottom: 0; }
	
	.row-fluid .Rpie-videoLeft { margin-top: 60px; }
	.row-fluid .Rpie-videoLeft > h3, .row-fluid .rpie-text { text-align: center; }
	.row-fluid .rpie-text { font-size: 16px; line-height: 30px; }
	.row-fluid .Rpie-videoLeft h3 { font-size: 24px; line-height: 28px; padding: 0 0 15px; margin: 0 0 15px; }
	.row-fluid .rieBox { width: 100%; margin: 20px 0 0; }
	.row-fluid .report-ieSec { padding-top: 20px; padding-bottom: 60px; }
	.row-fluid .rieBox-content { font-size: 16px; }
	
	/**Changes **/
	.row-fluid .agentCost-sec .agentCost-left { padding-left: 0; }
	.row-fluid .agentCost-sec .w1400 { padding: 0 20px; } 
	
	.row-fluid .finalBox:hover { transform: scale(1.01); }
	.row-fluid .finalBox:nth-child(1):hover { box-shadow: 0px 50px 55px -60px rgba(0,0,0,.20); }
	.row-fluid .finalBox:nth-child(2):hover { box-shadow: 0px -50px 55px -60px rgba(0,0,0,.20); }
	
	.row-fluid .qaSlide-box:hover { transform: scale(1); }
	
	.row-fluid .home--left .hr-sctn-txtxcntn  {font-size: 16px;line-height: 28px;margin: 20px 0 25px;}
	.row-fluid .home--left a{padding: 20px 20px;min-width: 300px;line-height: 34px;}
	.row-fluid .problem-dropdown .pDrop-outer a span.pDrop-num{font-size: 26px;line-height: 26px;left: 20px;}
	.row-fluid .pDrop-outer ul li:last-child a span.pDrop-numtxt{padding-left: 45px;}
	.row-fluid .pDrop-outer ul li:last-child a span.pDrop-numtxt:before{width: 30px;height: 30px;left: 0;}
	.row-fluid .pDrop-outer ul li:last-child a {display: block;padding-right: 10px;}
	
	
	.row-fluid .bnSmv2-Box:hover {   -webkit-transform: scale(1.07); transform: scale(1.07);}
	
	
	body.fnt-chng .row-fluid .hsContent h1 , 	body.fnt-chng .row-fluid .home--left h1 {font-size: 36px;line-height: 50px;font-family: 'Raleway', sans-serif;}
	body.fnt-chng .hsText , body.fnt-chng .row-fluid .row-fluid .home--left .hr-sctn-txtxcntn {font-size: 20px;line-height: 34px;font-family: 'Raleway', sans-serif;}
	body.fnt-chng .row-fluid .gSupport-left h2 , body.fnt-chng .row-fluid .tab-scn-hdr h2 , body.fnt-chng .row-fluid .testiLeft h3 ,  body.fnt-chng .row-fluid .our-int-title h2 , body.fnt-chng .row-fluid .video--title h2 , body.fnt-chng .row-fluid .crm-sec.v2 .crm-left h2 , body.fnt-chng .row-fluid .ep-secTitle h2 {font-size: 24px;line-height: 40px !important;font-family: 'Raleway', sans-serif;}
	body.fnt-chng .row-fluid .tab-scn-hdr{margin-bottom: 30px;font-size: 20px;line-height: 32px;font-family: 'Raleway', sans-serif;}
	body.fnt-chng .row-fluid .tab-scn-hdr-txt{margin-top:15px;}
	body.fnt-chng .row-fluid .crm-sec.v2 .crm-left .sec-text , body.fnt-chng .row-fluid .tab-section.v2 .tab-content .sec-text , body.fnt-chng .row-fluid .tab-content .sec-text ul li , body.fnt-chng .row-fluid .gSupport-text , body.fnt-chng .row-fluid .ditch--text , body.fnt-chng .row-fluid .our-int-text ,  body.fnt-chng .row-fluid .testiLeft  {line-height: 34px;font-size: 16px;font-family: 'Raleway', sans-serif;}
	body.fnt-chng .row-fluid .crm-sec.v2 .crm-left .reqfree--trail{text-align: center;width: 100%;margin-top: 10px !important;}
	body.fnt-chng .row-fluid .tab-section.v2 .tab-content h3 , body.fnt-chng .row-fluid .ep-Sec-col h3 , body.fnt-chng .row-fluid .ditch--left h2  {font-size: 20px;line-height: 30px;font-family: 'Raleway', sans-serif;}
	body.fnt-chng .row-fluid .tab-section.v2 .tab-inner .wrapper:before{display:none;}
	body.fnt-chng .row-fluid .ep-subtitlefont-family: 'Raleway', sans-serif;{font-size: 20px;line-height: 36px;}
	body.fnt-chng .row-fluid .tryText{font-size: 16px;line-height: 22px;font-family: 'Raleway', sans-serif;}
	body.fnt-chng .row-fluid .main--menu .mobile-trigger {top: 43px;}
	body.fnt-chng .row-fluid .home--left a{min-width: 210px;font-size: 16px;line-height: 43px;}
	body.fnt-chng .row-fluid .rec--sectitle h2{font-size: 28px;font-family: 'Raleway', sans-serif;}
	body.fnt-chng a#cta_button_755928_d95ab018-69fb-4922-b586-58ce33628186{line-height: 40px;margin: 25px 0 0;min-width: 210px;padding: 9px 30px 9px 30px;}
	body.fnt-chng.prc-wp .row-fluid .qa-featBox , .row-fluid .qa-featBox.qa-featBoxchng {width:100%;margin: 20px 0% 20px 0;padding: 20px 20px 40px 20px;}
	body.fnt-chng.prc-wp .row-fluid .qa-FlmBtn{bottom:20px;}
	body.fnt-chng.prc-wp .row-fluid .home--left {padding: 60px 0 40px;}
	body.fnt-chng.prc-wp .row-fluid .home--left ul li{text-align:left;}
	body.fnt-chng.prc-wp .row-fluid .home--left ul{margin-top: 20px;}
	body.fnt-chng.prc-wp .row-fluid .home--left .hr-sctn-btn {margin-top: 20px;}
	body.fnt-chng.prc-wp .row-fluid .home--left ul li:before{top: 5px;}
  body.fnt-chng.prc-wp .row-fluid .hm-rgh-frm-ttl {margin-bottom: 10px;}
	body.fnt-chng.prc-wp .row-fluid input[type=text], body.fnt-chng.prc-wp .row-fluid input[type=tel], body.fnt-chng.prc-wp .row-fluid input[type=email], body.fnt-chng.prc-wp .row-fluid input[type=date], body.fnt-chng.prc-wp .row-fluid input[type=number], body.fnt-chng.prc-wp .row-fluid select, body.fnt-chng.prc-wp .row-fluid textarea{width:100%;}
	
	body.fnt-chng.prc-wp .row-fluid .home--right.hm-rgh-frm .home--rgh-form{margin-bottom: 30px;padding: 20px 20px;}
	body.fnt-chng.prc-wp .row-fluid .flex--box.hm-frm .home--left .hr-sctn-txtxcntn {margin: 10px 0 10px;}

	body.fnt-chng.prc-wp .lg-sctn-fll{padding-bottom: 0px;}
	body.fnt-chng.prc-wp .row-fluid .hlSubtext{max-width: 100%;margin: 0 auto; }
	body.fnt-chng.form-ttl-hd .row-fluid .home--right.hm-rgh-frm .home--rgh-form{min-height: 610px;}
		
	
	body.fnt-chng .row-fluid .cta-sctn-header h3 {font-size: 30px;line-height: 36px;}
	.row-fluid .cta-subtitle{font-size: 26px;}
	body.fnt-chng .row-fluid .bnfts-area-box-content h2 {font-size: 24px;}
	.row-fluid .cta-sctn {padding: 60px 0 50px;}
	.row-fluid .vdo-wthbx-sctn {padding: 60px 0 60px;}
	.row-fluid .bnfts-area-sctn {padding: 40px 0 40px;}
	.row-fluid .interation-sctn {padding: 80px 0 60px;}
	
	.row-fluid .cta-sct-btn {margin-top: 30px;}
	.row-fluid .cta-sct-btn a , .row-fluid .cta-sct-btn .hs_cos_wrapper_type_cta:nth-child(2n) a {min-width: 180px;padding: 15px 10px;line-height:19px;}

	body.fnt-chng .row-fluid .interation-header h2{font-size:28px;}
	.row-fluid .interation-header {margin-bottom: 30px;}
	.row-fluid .interation-scnd-sldr {margin-top: 50px;}
	.row-fluid .video-wthbx-box {right: -35px;margin-top: -60px;}
	.row-fluid .vdo-wthbx-rght {width: 77%;}
	.row-fluid .vdo-wthbx-rght{padding-right:0;}
	
	.row-fluid .cta-sctn-ea, .row-fluid .cta-sctn-ea.cta-lft-optn-pd {padding: 50px 0 50px;}
	body.fnt-chng .row-fluid .cta-sctn-ea-header h3 {font-size: 36px;line-height: 42px;}
	.row-fluid .cta-sctn-ea-contanet.cta-lft-optn , .row-fluid .cta-sctn-ea-contanet.cta-lft-optn .cta-sctn-ea-subtitle , .row-fluid .cta-sctn-ea-contanet.cta-lft-optn .cta-sctn-right{text-align:center;}
	.row-fluid .cta-sctn-ea-contanet.cta-lft-optn .cta-sctn-ea-header{width:100%;margin-right:0;}
	.row-fluid .cta-sctn-ea-contanet.cta-lft-optn .cta-sctn-right{width:100%;}
	.row-fluid .cta-sctn-ea-contanet.cta-lft-optn .cta-sctn-right .cta-sct-ea-btn{margin-top: 25px;}
	
	.row-fluid .scal-prf-sctn {padding:40px 0 !important;}
	
	.row-fluid .hero-compnent-trng-overly{display:none;}
	.row-fluid .hero-compnent-sctn:after{display:none;}
	.row-fluid .hero-compnnt-lft {padding: 60px 0 20px;}
	body.fnt-chng .row-fluid .hero-compnnt-title h1 {font-size: 40px;line-height: 45px;}
  .row-fluid .hr-rgt-pstrimg > a.fancybox:before, .row-fluid .hr-rgt-pstrimg > a.fancybox:before {width: 79px;height: 79px;background: rgba(14, 17, 29, 0.3) url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/Triangle.png) no-repeat center left 28px/35px 45px;}
  .row-fluid .hero-compnent-sctn {padding-bottom: 50px;}
/* 	.row-fluid .hero-compnt-btn a {min-width: 183px;} */
  .row-fluid .cta-sctn-ea-contanet.cta-lft-optn .cta-sctn-ea-subtitle {line-height: 36px;}
	
	
	.row-fluid .hdr-left-side-logo {width: 100%;float: left;padding-right: 80px;}
	.row-fluid .hdr-left-side-menu {width: 100%;padding: 0;}
	body.fnt-chng .row-fluid .main--menu.hdr-main-menu .mobile-trigger {top: 36px;}
	.row-fluid .hdr-left-side-logo img {max-width: 200px !important;}
	.row-fluid .main--menu.js-enabled {display: block;}
	.row-fluid .hdr-left-side-menu .hdr-left-side-cta-btn {display: none;padding-right: 0;width: 100%;text-align: center;}
	
	body.fnt-chng .row-fluid .feature-tbng-rights {max-width: 500px;}

	body.fnt-chng .row-fluid .feature-tbng-rights:after {width: 250px;height: 250px;bottom: -0px;left: 50px;}
	body.fnt-chng .row-fluid .feature-tbng-rights:before {width: 250px;height: 250px;top: 40px;right: 60px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:first-child {top: 50px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(2) {top: 150px;margin-left: 140px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(3) {top: 200px;right: 80px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(5) {top: 250px;left: 20px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(4) {top: 280px;left: 0px;margin-left: 170px;line-height: 80px;width: 80px;height: 80px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(4) img {max-width: 70px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(7) {top: 370px;left: 20px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(6) {top: 360px;right: 0;margin-right: 140px;line-height: 100px;width: 100px;height: 100px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(6) img {max-width: 82px !important;}
 
	body.fnt-chng .row-fluid .feature-tbng-rights:before, body.fnt-chng .row-fluid .feature-tbng-rights:after { display: none; }
	
	.row-fluid .hero-compnent-sctn { margin-top: 80px; }
	
	
	body.fnt-chng.prc-wp .row-fluid .legal-consent-container .field.hs-form-field {margin-top: 15px;}
	body.fnt-chng.prc-wp .row-fluid .actions {padding-top: 20px;}
	
	.row-fluid .Hr-section3:after {width: 430.8px;height: 470px;}
	.row-fluid .hero-compnent-trng-overly.Hr-section3-trng .triangle, .row-fluid .hero-compnent-trng-overly.Hr-section3-trng .triangle:before, .row-fluid .hero-compnent-trng-overly.Hr-section3-trng .triangle:after {width: 50px;height: 50px;}
	.row-fluid .hero-compnent-trng-overly.Hr-section3-trng {display: block;width: 60px;height: 60px;top: 100px;left: 150px;}
	.row-fluid .Hr-section3:before {height: 190px !important;}
	.row-fluid .Hr-section3 {padding: 175px 0 190px;}
	.row-fluid .Hr-Waves {bottom: -15px;}
	
	.row-fluid .tabing-hom-left:before {width: 250px;height: 250px;left:-5px;}
	.row-fluid .tabing-hom-left:after {width: 250px;height: 250px;bottom: -130px;left:auto;right:-5px;}
	.row-fluid .tabing-hom-btn ul li a {font-size: 20px;line-height: 32px;}
	.row-fluid .tabing-hom-btn ul li {padding: 0 4px;}
	.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left:after{bottom: -130px;left: auto;right:-5px;}
	.row-fluid .tabing-hom-row .tabing-hom-outer:last-child {margin: 70px 0 0px;}
	.row-fluid .tabing-hom-outer {margin: 70px 0 20px;}
	body.fnt-chng .row-fluid .tabing-home-hdr h2, body.fnt-chng .row-fluid .ea-tabHome .tabing-home-hdr h2, .row-fluid .ea-tabHome .tabing-home-hdr h2 {font-size: 28px;line-height: 32px;}
	.row-fluid .tabin-home {padding: 40px 0 10px;}
	.row-fluid .tabing-hom-outer.tabing-img-rght .tabing-hom-left:before {left: -5px;}
	.row-fluid .tabing-hom-outer:nth-child(3n) .tabing-hom-img:after {bottom: -30px;width: 20px;height: 20px;}
	
	.row-fluid .Logo-SVG {top: -124px;}
	.row-fluid .signupHero-Section:after {width: 250px;height: 500px;}
	
	.row-fluid .signupHero-Left {width: 85%;}
	.row-fluid .signuphero-compnent {top: 325px;}
	 body.fnt-chng .row-fluid .signupHero-Left h1{font-size: 40px;}
/* 	.row-fluid .Signup-leftcontent {font-size: 16px;line-height: 30px;} */
	.row-fluid .Signup-Logo-Section {padding:40px 0 !important;}
  .row-fluid .signupHero-Right {min-height: 600px;padding: 40px 40px 40px 40px;}
  .row-fluid .signupHero-Right-title {margin: 0 0 25px 0;}
	.row-fluid .signupHero-Section:before {width: 390px;height: 390px;left: -170px;top: -170px;}
	.row-fluid .signupHero-Section {padding: 250px 0 40px;}
	
	
	
	body.fnt-chng.newfntchng .row-fluid .hero-compnnt-title h1 {line-height: 1.4;}
	body.fnt-chng.newfntchng .row-fluid .cta-sctn-ea-header h3 , body.fnt-chng.newfntchng .row-fluid .tabing-home-hdr h2 , body.fnt-chng.newfntchng .row-fluid .rec--sectitle h2 , body.fnt-chng.newfntchng .row-fluid .bnfts-area-header h2 {line-height: 1.4;}
	body.fnt-chng.newfntchng .row-fluid .tabing-hom-btn ul li a {line-height: 1.4;}
	body.fnt-chng.newfntchng .row-fluid .cta-sctn-ea-header h3 , body.fnt-chng.newfntchng .row-fluid .rec--sectitle h2 , body.fnt-chng.newfntchng .row-fluid .bnfts-area-header h2{font-size:28px;}
	body.fnt-chng.newfntchng .row-fluid .hero-compnt-txt{font-size:18px;}
	body.fnt-chng.newfntchng .row-fluid .Hr-Section3-Title h1{font-size: 40px;line-height: 1.4;}
	
	
	.row-fluid .rec--box.rec-box-chng {display: none;}
	.row-fluid .rec--box.rec-box-chng:first-child, .row-fluid .rec--box.rec-box-chng:nth-child(2), .row-fluid .rec--box.rec-box-chng:nth-child(3) {display: block;width:100%;float:left;}
	
	
	body.fnt-chng .row-fluid .vdo-title h2 {font-size: 28px;line-height: 1.5;}
	.row-fluid .vdo-title {margin-bottom: 20px;}
	body.fnt-chng .row-fluid .Enterprise-Section-Header h3 {font-size: 26px;}
	body.fnt-chng .row-fluid .Enterprise-Section-Outer {padding-top: 30px;}
  .row-fluid .Enterprise-Section {padding: 50px 0 50px;}
	.row-fluid .Enterprise-Section-Inner {width: 48.7%;margin-bottom: 50px;margin-right: 2.5%;}
	.row-fluid .Enterprise-Section-Inner:nth-child(5n) {margin-right: 2.5%;}
	.row-fluid .Enterprise-Section-Inner:nth-child(2n) {margin-right: 0%;}
	body.fnt-chng .row-fluid .Enterprise-Section-InnerText {margin-top: 10px;}
	.row-fluid .footerLogo.desktopOnly.footerNewLogo{display: none;}
	.row-fluid .footer-section .footerLogo.footerNewLogo.mobileOnly{width:100%;float:left;}
	
	.row-fluid .footer-icon-txt{width:100%;float:left;text-align:left;margin-top:20px;}
	body.fnt-chng .row-fluid .footer-section .txt-hght {min-height: auto;}
	.row-fluid .hdr-left-side-menu .hdr-left-side-cta-btn.mobileBtn .cta--white.cta-hdr-wht a {min-width: 280px;width: auto;}
	.row-fluid .coming-soon-section .Hr-Waves svg { top: 130px; }
	body.fnt-chng.newfntchng .row-fluid .hero-compnt-txt { font-size: 16px; }
	.row-fluid .TvideoSec-full .T-Video-Row { padding: 70px 20px 20px; }
	.row-fluid .TvideoSec-full .T-Video-Row:before, .row-fluid .TvideoSec-full .T-Video-Row:after { display: none; }
	
	.row-fluid .hero-new-sctn.ea-heronew .hr-rght-side { display: none; }
	.row-fluid .Hr-section3:not(.coming-soon-section) { padding-top: 100pt; }
	
	body.fnt-chng.newfntchng .row-fluid .feature-tbng-rights { min-height: auto; }
	body.fnt-chng.newfntchng .row-fluid .tbbng-vdo .tbbng-embdvdeo video { height: 100% !important; }
	.row-fluid .ea-hnew.hdr-sctn-nw .main--menu .hs-menu-wrapper > ul > li:first-child > ul > li > ul > li > ul > li > a > h6 > span { margin-left: 7px;}
	body.fnt-chng.newfntchng .row-fluid .main--menu .hs-menu-wrapper > ul {max-height: 70vh;}
	body .row-fluid .video-wthbx-box {right: 0;}
} 






@media(max-width:660px) {
  .cc__buttonGroup-question { margin-bottom:-14px;}
 }

@media(max-width:660px) {
  
  /* Sign up */
  .row-fluid .form-center { max-width:100%;}
  .row-fluid .form-center-inner .hs-form-field { width: 100% !important; padding: 0 !important;}
  .row-fluid .form-center-inner input[type="submit"] {  max-width: 100%; }
  
  .row-fluid .form-center-inner .hs-input { width:100% !important;}
  .row-fluid .formfooter {  font-size:12px; }
  .submit-form-msg .row-fluid .form-top { margin-bottom:-250px;}
  .submit-form-msg .row-fluid .form-center-inner{ min-height:300px;}
  .submit-form-msg .row-fluid .formfooter {  margin-top:250px;}
  .full-form.fullsection .form-center:before, .full-form.fullsection .form-center:after, .row-fluid .form-center-inner:before{ top:152px; left:0; }
  .full-form.fullsection .form-center:after { top: 50px; left:60%;  }
  .row-fluid .form-center-inner:before { right: -73%; top: -155px; }
	
  .row-fluid .Hr-Waves-top {top: -150px;}
	.row-fluid .straightwave {margin-top: 150px;}
  
  /*Changes */
  .s2 .row-fluid .form-center-inner .hs_submit.hs-submit { width:100%; padding-right:0;  }
  
  .row-fluid .p-left ul { overflow:hidden; left:-10px; }
  
  /*CHANGES*/
  .row-fluid .hero-section.o2 > div > span iframe{max-width:100%;}
  .row-fluid .hero-section #openvideo a.closebtn{top:-40px; right:-20px;}
  .row-fluid .get-started .wrapper>.fullwidth>.gs-video #openvideo-1 span iframe{max-width:100%;}
  .row-fluid .get-started .wrapper>.fullwidth>.gs-video #openvideo-1 a.closebtn{top:-40px; right:-13px;}
 
	.row-fluid .ep-Sec-four, .row-fluid .ep-Sec-three, .row-fluid .ep-Sec-two { width: 100%; }
	.row-fluid .ep-sIcon img { max-width: 100px !important; }
	.row-fluid .bnfts-area-box-txt{font-size: 16px;line-height: 1.6;}
	
	body.sNew.fnt-chng .row-fluid .ep-Sec-col h3{bottom: -13px;}
	body.sNew.fnt-chng .row-fluid .ep-Sec-four {padding-bottom: 26px;}
	.row-fluid .vdo-wthbx-lft{width:100%;float:left;margin-bottom: 40px;}
	.row-fluid .vdo-wthbx-rght{width:100%;max-width:100%;margin-left:0;}
	.row-fluid .vdo-wthbx-col{text-align:center;}
	.row-fluid .vdo-wthbx-col {padding: 25px 25px 25px 15px;}
	.row-fluid .vdo-rght-nm:before {left: 50%;transform: translate(-50%);}
	.row-fluid .vdo-rghttop-content{font-size: 16px;line-height: 24px;}
	.row-fluid .video-wthbx-box {right: -25px;margin-top: -10px;}
	.row-fluid .signupHero-Section:before , .row-fluid .signupHero-Section:after , .row-fluid .signuphero-compnent {display:none;}
	.row-fluid .signupHero-Section {padding: 170px 0 40px;}
	.row-fluid .signupHero-Right {width: 100%;margin-top: 30px;}
	.row-fluid .signupHero-Left {width: 100%;}
	.row-fluid .signupHero-Right fieldset.form-columns-2 .hs-form-field .input{margin-right:0;}
	body.fnt-chng .row-fluid .signupHero-Right .hs-form-field{width:100%;}
}
@media(max-width: 560px){
	.row-fluid .Smv2-featabList li { width: 100%; margin-right: 0; }
	.row-fluid .Smv2-videoLeft h2 { font-size: 26px; line-height: 32px; }
	.row-fluid .Smv2-VideoRight { padding-top: 20px; }
	.row-fluid .bnSmv2-Box { width: 100% !important; margin: 0 0 20px !important; }
	.row-fluid .bnSmv2-Box > div:nth-child(2) { margin: 50px 0 0 !important; }
	 
	body.fnt-chng.prc-wp .row-fluid .home--left ul li{width:100%;margin-right:0;}
	body.fnt-chng.prc-wp .row-fluid .qaFeatures-bttm-btn{margin-top: 20px;}
	
	.row-fluid .bnfts-area-colmn{width:100%;margin-right:0;margin-bottom: 30px;}
	.row-fluid .bnfts-area-colmn:nth-child(2n){margin-right:0;}
	.row-fluid .bnfts-area-colmn:nth-child(3n){margin-right:0;}
	.row-fluid .bnfts-area-colmn:nth-child(4n){margin-right:0;}
	.row-fluid .bnfts-area-box-txt {margin-top: 10px;}
	.row-fluid .bnfts-area-box-content {margin-top: 20px;}
	.row-fluid .bnfts-area-colmninner{padding: 30px 0px 50px;}
	.row-fluid .bnfts-area-box-btn {padding: 15px 20px;}
	.row-fluid .bnfts-area-header {margin-bottom: 10px;}
	.row-fluid .intrtn-scndllft:before{display:none;}
  /*.row-fluid .intrtn-scndllft-bgimg{margin:0;width:100%;max-width:100%;box-shadow: -10px 10px 1px 0px #f1f2f3;} */
	.row-fluid .intrtn-scndllft-bgimg{width: 100%;max-width: 260px;box-shadow: -10px 10px 1px 0px #f1f2f3;margin: 0 auto;float: none;}
	.row-fluid .intrtn-scndllft-bgimg:before {box-shadow: 5px 5px 10px 0 #f5f5f5;}
	.row-fluid .intrtn-scndrght{margin-top:50px;}
	body.fnt-chng .row-fluid .intrtn-scndrght-title h2 {font-size:24px;}
	body.fnt-chng .row-fluid .bnfts-area-header h2{font-size:28px;}
	.row-fluid .intrtn-scndrght-title {margin-bottom: 10px;}
	.row-fluid .intrtn-scnd-txt{font-size:16px;line-height: 26px;}
	.row-fluid .intrn-scnd-list ul li{line-height: 22px;margin-bottom: 15px;width:100%;margin-right:0;font-size:16px;}
	.row-fluid .intrn-scnd-list ul li:after {width: 15px;height: 15px;}
	.row-fluid .intrn-scnd-list ul li:before {top: 11px;left: 7px;width: 8px;height: 8px;}
	.row-fluid .intrn-scnd-list {margin-bottom: 10px;margin-top:10px;}
	.row-fluid .intrn-scnd-btn a{font-size:16px;}
  .row-fluid .interation-sctn {padding: 50px 0 50px;}
	.row-fluid .interation-sctn:before {height: 280px;}
	
	body.fnt-chng .row-fluid .hero-compnnt-title h1 {font-size: 34px;line-height: 40px;}
	.row-fluid .hero-compnt-txt {font-size: 16px;line-height: 26px;}
	.row-fluid .hr-rgt-pstrimg > a.fancybox:before, .row-fluid .hr-rgt-pstrimg > a.fancybox:before {width: 50px;height: 50px;background: rgba(14, 17, 29, 0.3) url(https://755928.fs1.hubspotusercontent-na1.net/hubfs/755928/Assets%20Evaluagent%202020/Triangle.png) no-repeat center left 15px/25px 25px;}
	.row-fluid .hero-compnnt-lft {padding: 40px 0 20px;}
  body.fnt-chng .row-fluid .feature-tbng-rights {max-width: 442px;}
	body.fnt-chng .row-fluid .feature-tbng-rights:before{right: 40px;}
	body.fnt-chng .row-fluid .feature-tbng-rights:after {left: 30px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:first-child {top: 55px;margin-right: 110px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(2) {margin-left: 110px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(3) {right: 30px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(5) {top: 270px;left: 0px;line-height: 90px;width: 90px;height: 90px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(4) {top: 280px;left: 0px;margin-left: 150px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(7) {top: 390px;left: 0;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(6) {top: 370px;margin-right: 90px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(5) img {max-width: 70px !important;}
	body.fnt-chng .row-fluid .feature-tbng-left {margin-top: 30px;}
	body.fnt-chng .row-fluid .tbng-numb-title h3 {font-size: 22px;}
	
	.row-fluid .Hr-section3:after , .row-fluid .hero-compnent-trng-overly.Hr-section3-trng{display:none;}
	.row-fluid .Hr-section3 {padding: 140px 0 150px;}
	.row-fluid .Hr-section-Logo span {padding: 15px 17px 19px;border-radius: 11px;background-color: #0091FF14;width: 60px;height: 60px;line-height: 60px;}
	body.fnt-chng .row-fluid .Hr-Section3-Title h1 {line-height: 1;font-size: 36px;}
	.row-fluid .Hr-Section3-Title {margin: 5px 0;}
	body.fnt-chng .row-fluid .Hr-Section3-Text {font-size: 18px;line-height: 1.4;}
	.row-fluid .Hr-Section3-Btn a{font-size: 18px;}
	.row-fluid .signupHero-Right {padding: 40px 20px 40px 20px;}
	body.fnt-chng .row-fluid .signupHero-Right .legal-consent-container .field.hs-form-field {margin-top: 5px;margin-bottom: 11px;}
	.row-fluid .Logo-SVG {top: -100px;}
	
	body.fnt-chng.newfntchng .row-fluid .Hr-Section3-Title h1{font-size: 34px;}
}
/* @media(max-width: 590px){
	
 body .row-fluid .signup-form form .hs-fieldtype-intl-phone.hs-input select + input, body .row-fluid .signup-form form .hs-fieldtype-intl-phone.hs-input select { width: 100% !important; }
 body .row-fluid .signup-form form .hs-input.hs-fieldtype-intl-phone select + .hs-input {  margin: 15px 0 0; }
} */
@media(max-width:520px) {
	.row-fluid .straightwave {padding-top: 0px !important;margin-top: 120px;}
	.row-fluid .Hr-Waves-top {top: -113px;}
}
@media(max-width:442px) {
.gl-Button, .gl-Button.gl-Button{margin-top: 20px;}

		body.fnt-chng .row-fluid .feature-tbng-rights {max-width: 290px;}
	body.fnt-chng .row-fluid .feature-tbng-rights:before{right: 0px;width: 200px;height: 200px;}
	body.fnt-chng .row-fluid .feature-tbng-rights:after {left: 0px;width: 200px;height: 220px;bottom: 20px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:first-child {top: 55px;margin-right: 50px;}
	
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(2) {top: 160px;margin-left: 60px;line-height: 90px;width: 90px;height: 90px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(2) img {max-width: 63px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(3) {right: 0px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(5) {top: 270px;left: -15px;line-height: 80px;width: 80px;height: 80px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(5) img {max-width: 60px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(4) {top: 280px;left: 0px;margin-left: 100px;line-height: 70px;width: 70px;height: 70px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(4) img {max-width: 60px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(7) {top: 380px;left: -5px;line-height: 90px;width: 90px;height: 90px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(6) {margin-right: 30px;line-height: 90px;width: 90px;height: 90px;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(7) img {max-width: 80px !important;} 
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(5) img {max-width: 60px !important;}
	body.fnt-chng .row-fluid .tbng-bg-logoimg:nth-child(6) img {max-width: 72px !important;}
	body.fnt-chng .row-fluid .feature-tbng-left {margin-top: 30px;}
	body.fnt-chng .row-fluid .tbng-numb-title h3 {font-size: 22px;}
	
	
}
@media(max-width:480px) {
	.row-fluid .wistia-video-section iframe {    height: auto !important;}
  .row-fluid .cc__box:last-child   { padding:0; }
 
  .row-fluid .cc__numberIncrementer-question-wrapper h3 + .sc-VigVT { width:100%; float:left; }
  .row-fluid .cc__question.cc__numberIncrementer-question-wrapper .sc-bxivhb { float:left; }
  .row-fluid .cc__separator-question-wrapper:nth-child(1) .cc__question-description { width:100%; text-align:left; }
  .row-fluid .cc__question:nth-child(2) .cc__numberIncrementer-question:before { right: auto; left: 60px; top: -40px; }
  
  .row-fluid .bb-section, .row-fluid .rs-section { text-align:center; }
  .row-fluid .rs-left { float:left; width:100%; margin:0 0 40px; }
  .row-fluid .resource-box .btn-style5 { float:left; width:100%; }
  .row-fluid .rs-section .btn-style5 a, .row-fluid .bb-section .btn-style4 a, .row-fluid .hero-section.o2 .hero-right + .cms-btn-style2 a, .row-fluid .resource-box .btn-style5 a { display:block; margin-right:0; }
  .row-fluid .bbright li { width:100%; }
  .row-fluid .hero-section.o2 .wrapper:before { margin-left:-750px; }
  .row-fluid .hero-section.o2 .wrapper:after { right:-600px; }
  .row-fluid .hero-section.o2 .hplay { width:80px; height:80px; line-height:40px; margin:-30px 0 0 -50px; }
  
  .row-fluid .get-started .wrapper>.fullwidth>.gs-video .gplay{width:80px; height:80px; line-height:40px;}
  .row-fluid .logo-slider.mobile .slick-track>div { padding:0 20px; }
 
	.row-fluid .testiImage img { max-width: 260px !important; } 
	.row-fluid .footer-box { width:100%; margin-right:0; }
	.row-fluid .ctabtn--outer { padding:24px 0; }
	.row-fluid .ctabtn--outer [class*="hero--cta"] { margin:20px 0; }
	
	body.fnt-chng .row-fluid .footer-box{width:100%;margin:15px 0% 15px 0}
	
	body.fnt-chng.prc-wp .row-fluid input[type=text], body.fnt-chng.prc-wp .row-fluid input[type=tel], body.fnt-chng.prc-wp .row-fluid input[type=email], body.fnt-chng.prc-wp .row-fluid input[type=date], body.fnt-chng.prc-wp .row-fluid input[type=number], body.fnt-chng.prc-wp .row-fluid select, body.fnt-chng.prc-wp .row-fluid textarea{width:100% !important}
	body.fnt-chng.prc-wp .row-fluid .home--right.hm-rgh-frm .home--rgh-form{margin-bottom:15px;}
	
	.row-fluid .signupHero-Section {padding: 130px 0 40px;}
	

	.row-fluid .Logo-SVG {top: -75px;}
	body.fnt-chng .row-fluid .signupHero-Right .submitted-message h1 {font-size: 42px;line-height: 45px;}
  body.fnt-chng .row-fluid .signupHero-Right .submitted-message img {width: 70px;height: 70px !important;}
	body.fnt-chng .row-fluid .signupHero-Right .submitted-message {font-size: 18px;line-height: 26px;}
  
/*   New Accordian */
  .accordian-content ul li {
    font-size: 14px;
}
  .accordian-img-content .accordian-left, .accordian-img-content .accordian-right{
    padding: 8px 0;
  }
}
/* @media (max-device-width: 480px) and (min-device-width: 320px), (max-width: 400px){
	body .row-fluid .signup-form  .hs-form-96f0f60a-93a2-40d8-8fa9-036d4b2d4db1_fcc3a2fa-166b-4797-8d77-8e498cafc2ac>.hs-phone>.input>.hs-fieldtype-intl-phone.hs-input>select.hs-input, body .row-fluid .signup-form form .hs-fieldtype-intl-phone.hs-input select + input, body .row-fluid .signup-form form .hs-fieldtype-intl-phone.hs-input select { width: 100% !important; }
 body .row-fluid .signup-form form .hs-input.hs-fieldtype-intl-phone select + .hs-input {  margin: 15px 0 0; }
} */
 
@media(max-width:450px){
/*   .row-fluid .calc-row.toplevel .input h6:before { top:13px; width:56px; } */
  .row-fluid .sec-flex-column > span > div { width:100% !important; margin-right:0 !important; }
  .home19 .row-fluid .sec-flex-column > span > div { width:48% !important; margin-right:4% !important; padding:25px 15px 15px; margin-bottom:4%; }
  .home19 .row-fluid .sec-flex-column > span > div:nth-child(2n) { margin-right:0 !important; }
  .home19 .row-fluid .sec-flex-column > span > div h5 { font-weight:400; line-height:26px; }
	
}
@media(max-width:430px){
	.row-fluid .Hr-section3:before {height: 120px !important;}
	.row-fluid .Hr-section3 {padding: 70px 0 115px;}
	body.fnt-chng .row-fluid .signupHero-Right input[type=submit] {padding: 16px 10px;}
}
@media(max-width:400px){
  .body-pricing .row-fluid .arrange-cta a, .row-fluid .create-account.ctastyle1 a  { min-width:auto; width:auto; display:block; }
  .row-fluid .st-image .image { width:250px; height:250px; }
	.row-fluid .ctabtn--outer [class*="hero--cta"] a { min-width:270px; }
	.row-fluid .agentCost-left h2 { font-size: 31px; line-height: 35px; }
	.row-fluid .aCost-value  { font-size: 45px; }
	.row-fluid .aCost-time { font-size: 18px; }
	
	.row-fluid a.pro-next, .row-fluid .proFirst-row a.pro-next { max-width: 210px !important; font-size: 18px;}
	body.fnt-chng .row-fluid .signupHero-Right .legal-consent-container .hs-form-booleancheckbox-display>span {font-size: 12px;}
	
	.row-fluid .Hr-Waves-top {top: -90px;}
	.row-fluid .straightwave {margin-top: 150px;}
}
@media(max-width:372px){ 
  .row-fluid .pricebtn { max-width: 236px; }
  .row-fluid .pricebtn li { min-width: 112px; }
	
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(8) { bottom: 11%; }
	.row-fluid .our--int--section.in--view .int--logos--cir:nth-child(3) { left: 18%; }
	.row-fluid .Logo-SVG {top: -60px;}
}
@media(max-width:350px){
 .row-fluid .pricing-tooltip {   left: -28px; }
}









/**** RESOURCES BLOG TEMPLATES *****/

.recommend-list {
  width: 70%!important;     
  float: none!important;     
  padding: 70px;     
  background: #fff;      
  margin: 60px auto 60px auto!important;  
  text-align: center;
  border-radius: 8px;     
  box-shadow: 0 2px 6px 0 rgba(2,111,223,0.07);
}

@media(max-width:767px) {
    .recommend-list {
      width: 100%!important;     
      float: none!important;     
      padding: 35px;     
      background: #fff;      
      margin: none!important;  
      text-align: center;
      border-radius: 8px;     
      box-shadow: 0 2px 6px 0 rgba(2,111,223,0.07);
    }
}


@media(min-width:768px) {
  .res-shift-up {
    padding-top:40px; 
    margin: -280px 0 0;
  }
  
   .mob-hide {
    display:inherit;
  }
}

@media(max-width:767px) {
  .res-shift-up {
    padding-top:40px; 
    margin: -150px 0 0!important;
  }
  
  .mob-hide {
    display:none!important;
  }
  
  
}



 @media (max-width: 400px){
      .row-fluid .home--left a {min-width: 270px;}
    }

.secondary-cta {
  color: #0074e4 !important;
  background-color: #fff !important;
  border: 2px solid #0074e4;
  padding: 11px 13px !important;
}

.secondary-cta:hover {
  color: #41485a !important;
  border: 2px solid #41485a;
}



/* Dev April 2021 Changes */

#dev-21-hero .hero-lft-logos {
    margin: 0 0 30px 0;
}

#dev-21-hero .hero-compnnt-lft.hero-logos-on {
    padding: 130px 0 0 0;
}

#dev-21-signup-hero .signupHero-Left {
    margin-bottom: 0px;
}


.footer-badges {
    display: inline-block;
    text-align: right;
}

.footer-badges img {
    display: inline-block;
    margin: 0 37px 20px 0;
    max-width: 70px;
}

.footer-signin {
    float: right;
    margin: 40px 0 0 0;
}

@media(min-width:768px) and (max-width:1500px) {
  
  .footer-badges img {
      margin: 0 0 20px 37px;
  }
  
}

@media(max-width:767px) {
  
  #dev-21-hero .hero-compnnt-lft.hero-logos-on {
    padding: 90px 0 0 0;
  }
  

  #dev-21-hero .hr-lft-lg {
    margin: 10px 10px 10px 0;
  }
  
  .footer-badges {
      text-align: left;
  }
  
}