@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');

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

@font-face {
  font-family: "MyFont";
  src: url("https://fonts.googleapis.com/css2?family=MyFont&display=swap");
}

h1 {
  font-family: "MyFont";
}

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

body{
  padding:0;
  font-size: 18px;
  line-height: 1.3;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  font-family:'Muli', sans-serif;
  width:100%;
  letter-spacing:0;
  background: #fff ;
  margin:0 auto;
  color: #515978;
  display: swap;
/*   word-break:break-word; */
}

body .container-fluid .row-fluid .wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

body .container-fluid .row-fluid .wrapper-large {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

body .container-fluid .row-fluid .wrapper-talview-help{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

body .container-fluid .row-fluid .wrapper-large-new {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

body .container-fluid .row-fluid .wrapper-new-hero {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

body .container-fluid .row-fluid .wrapper-large-seventy {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}

img{
  height:auto;
}

.request-demo form input::placeholder,
.request-demo form input::placeholder,.request-demo .row-fluid form select::placeholder,.request-demo .row-fluid form textarea::placeholder,
.request-demo .row-fluid form select{
  color:#515978!important;
}

h1,h2,h3,h4,h5,h6,p,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  color:#133a59;
}

h1,h2,h3,h4,h5,h6{
  color:#133a59;
  font-family: 'Muli', sans-serif;
  display: swap;
}

.body-container-wrapper ul,
.body-container-wrapper li{
  margin-bottom:15px;
}

a{
  margin-bottom:0;
}


.adwords-lp h1{
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.product h1{
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0px;
  color:#143a59;
}

.case-study h1{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0px;
  color:#143a59;
}

h2{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 0px;
}

h3{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .5px;
}

.integrations h3{
  font-size: 24px!important;
  color:#133a59!important;
  margin-top:0px!important;
  margin-bottom:20px!important;
}

h4{
  font-size: 20px;
  line-height:27px;
  font-weight: 600;
  letter-spacing: .4px;
  margin-bottom:10px;
}

h5{
  font-size: 18px;
  line-height:26px;  
  font-weight: 675;
  letter-spacing: 0;
}

h6{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.body-container-wrapper li{
  font-size: 15px;
  line-height: 24px;
  color: #56676b;
  letter-spacing: 0;
  font-weight: 400;
}

p{
  font-size: 18px;
  line-height: 1.5;
  color: #2c2c2c;
  font-weight: 400;
}


h3+p{
  margin-top:15px;
}

.body-container-wrapper {
  background:#fff;
  overflow:hidden;
  position:relative;
}

.body-container-wrapper ul{
  padding:0;
  text-decoration:none;
  margin:20px 0;
}

.body-container-wrapper ol{
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;    
}

.body-container-wrapper li{
  margin-left:26px;
  margin-bottom:0;
}


.body-container-wrapper ol li:before{
  display:none;
}

.no-list-style ul{
  margin:0;    
  list-style:none;
}

.no-list-style li{
  margin:0;
}

.education-page .no-list-style h4{
  font-size:20px;
  color:#03c1a1;
  font-weight:700;
}

.no-list-style li:before{
  display:none;
}

.body-container-wrapper a{
  color:#515978;
  transition: all ease-in-out .2s;
}

.blockquote {
  margin: 0!important;
  font-size: 18px!important;
  font-style: italic!important;
  color: #56676b!important;
  font-weight: 400!important;
  margin-top: 25px!important;
  margin-bottom: 20px!important;
  letter-spacing: 1px!important;
}

.widget-type-cta{
  margin-top:15px;
}

body a.cta_button[title],
body .container-fluid .row-fluid .hs-button{    
  font-size: 16px;
  line-height: 26px;
  padding: 12px 20px;
  font-family: 'Muli', sans-serif;
  text-align: center;
  display: inline-block;
  letter-spacing: 1px;
  color: #fff;.row-fluid form .hs-button.primary
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  transition: all .15s ease;
  top: 0;
  background:  #0086f4;
  text-shadow: 0 1px 3px rgba(36,180,126,.4);
  text-transform: capitalize;
  font-weight: 600;
  cursor:pointer;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  border-radius: 4px;    
  border:1px solid #0086f4;
  display: swap;
}

body .blue-cta a.cta_button[title]{
  color: #fff;
  background-color:#0086f4;
}

body .row-fluid .simple-cta a.cta_button[title],
body .row-fluid .simple-cta a.cta_button[title]:hover{
  background: transparent;
  color: #000;
  box-shadow: none;
  padding: 0;
  text-shadow: none;
  text-decoration: underline;    
  text-transform: inherit;
  border:0;
  width:auto;
}

.arrow-button,
.arrow-button-white,
body .row-fluid .arrow-image a{
  position:relative;
}

.arrow-button:after,
.arrow-button-white:after,
body .row-fluid .arrow-image a:after{
  content:"";
  position:absolute;
  background:url('//3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/Pack%202/large-arrow-1-2.svg');
  width:46px;
  height:9px;
  right: -56px;
  top: 6px;
}

body .row-fluid .arrow-image a.cta_button:after{
  display:none;
}

.arrow-button-white:after{
  background:url('//3842749.fs1.hubspotusercontent-na1.net/hubfs/3842749/Pack%202/large-arrow-1-4.svg');
}

.hs-cta-wrapper a.cta_button{ 
  padding:0;
  border:none;
}

.hs-cta-wrapper a.cta_button img{ 
  height:auto;
}

body .white-cta a.cta_button[title]{
  color:#1d4ed8;
  text-shadow: none;
  background:#fff;
  border:1px solid #fff;
}

body .transparent-cta a.cta_button[title]{
  color:#fff;
  text-shadow: none;
  background:transparent;
  border:1px solid #fff;
}

body .white-cta a.cta_button[title]:hover,
body .container-fluid .row-fluid .hs-button:hover{
  transform: translateY(-1px);
  background: #E8EDFB;
/*   border-color: #36c585; */
  color:#1d4ed8;
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

body a.cta_button[title]:hover,
body .container-fluid .row-fluid .hs-button:hover{
  transform: translateY(-1px);
  background: #173ead;
/*   border-color: #36c585; */
  color:#fff;
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}

/* body a.cta_button[title]:hover,
body .white-cta a.cta_button[title]:hover,
body .container-fluid .row-fluid .hs-button:hover{
transform: translateY(-1px);
background: ;
border-color: ;
box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
*/

body a.cta_button[title]:hover{
  top:0;
}

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

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

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

.float-left{
  float:left;
}

.float-right{
  float:right;
}
.flex{
  display:flex;
}

.overlay,
.base-color-overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0,0,0);
  z-index: -1;
  opacity: .6;
}

.base-color-overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1;
  opacity:.75;
}

.gradientoverlay,
.base-color-gradientoverlay{
  position:relative;
  z-index:1;
}

.gradientoverlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(30deg ,#38a6ff 20%,#03c1a1);
  z-index: -1;
  opacity: .85;
}

.base-color-gradientoverlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1;
  opacity:.75;
}

.grey-bg{
  background:#f3f3f3;
}

.background-color{
  background:#f8f8f8;
}

body .container-fluid .row-fluid .section-heading.align-center {
  max-width: 840px;
  float: none;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:50px;
}

.section-heading p,
.section-heading li{
  font-size: 18px;
  font-weight: 400;
  line-height:1.5;
}

.section-heading li{
  margin-top:16px;
}

.section-heading h5{
  margin:0;
  color:#86939e;
  font-size:18px;
  font-weight:500;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#fff;
  text-shadow: none;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
  color:#515978;
}

.body-container-wrapper .all-text-white li:before{
  background:#fff;
}

body .container-fluid .row-fluid .pad-bottom{
  margin-bottom:80px;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

.section-bg.ovelay{
  background-color:#333;
}

.section-bg .bg-image{
  display:none!important;
}

.section-padding{
  padding:60px 0 ;
}


.section-padding-large{
  padding:160px 0;
}

.hero-top-padding {
  padding-top: 80px;
}

.section-border{
  border-bottom:1px solid #e7e7e7;
}

.cta-margin{
  margin-top:40px;
}

@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  } 

  body .row-fluid .flex-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items:center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

  } 
}


.inner-page-hero{
  padding:180px 0 120px;
}

.inner-page-hero p{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .3px;
}

body .row-fluid .inner-page-hero .banner-heading{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  float: none;
  text-align: center;
}

.slick-initialized .slick-slide:focus,
.slick-dots li button{
  outline:none;
}



@media (min-width:1025px){

  .pad-left{
    padding-left:40px;
  }    

  .pad-right{
    padding-right:40px;
  }    

  .pad-centered{
    padding:0 20px;
  }

  .ih2021hero h1{
    font-size:60px!important; 
  }
  .ih2021hero h2{
    font-size:40px!important; 
  }

}


/*======================================================
Two Column Adjust
========================================================*/

body .container-fluid .row-fluid .two-col-adjust>span{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;-
  webkit-box-align:stretch;
  -moz-box-align:stretch;
  -webkit-align-items:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  flex-wrap:wrap;
  -wevkit-flex-wrap:wrap;
  flex-direction:row;
  -webkit-flex-direction:row;
  margin-right:-2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-basis:46%;
  -webkit-flex-basis:46%;
  float:left;
  margin-right:4%;
  margin-top:40px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
}

@media(max-width:767px){

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
    display:block;
    width:100%;
    margin:0;
    margin-top:20px;
    max-width:379px;
    width:100%;
    margin:35px auto 0;
    float:none
  }

  body .container-fluid .row-fluid .two-col-adjust>span{
    display:block;
    margin-right:0;
  }

}


/*==================================================
Three Col Adjust
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -3.2%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 29.96%;
  -webkit-flex-basis: 29.96%;
  float: left;
  margin-right: 3.2%;
  margin-top: 2.43%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}


@media (max-width:767px){

  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }  
}



/*==================================================
Four Col Adjust
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }  

}



/*==================================================
Five Col Adjust
==================================================*/

body .container-fluid .row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}
body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){
  body .container-fluid .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 30px;
  }
}

/*==================================================
Six Col Adjust
==================================================*/

body .container-fluid .row-fluid .six-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .six-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  .section-padding{
    padding:60px 0px;
  }
  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 30px;
  }

}

/*========================================================
Responsive Styling
========================================================*/

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

  body .container-fluid .row-fluid .wrapper,
  body .container-fluid .row-fluid .wrapper-large,
  body .container-fluid .row-fluid .wrapper-large-new{
    padding-left:40px;
    padding-right:40px;
  }
  .section-padding{
    padding:60px 0px !important;
  }

  h1{
    font-size: 42px;
  }

  h2{
    font-size: 26px;
  }

  h3{
    font-size: 20px;
  }

  h4{
    font-size: 18px;
  }

  h5{
    font-size: 16px;
    font-weight:600;
  }

  h6{
    font-size: 14px;
  }

  .section-padding {
    padding: 60px 0;
  }

  .section-padding-large {
    padding: 160px 0;
  }  

  .hero-top-padding {
    padding-top: 80px;
  }

  body .container-fluid .row-fluid .section-heading.align-center {
    margin-bottom: 30px;
  }

  p, .body-container-wrapper li{
    font-size: 14px;
    line-height:24px;
  }

  .section-heading p {
    font-size: 16px;
  }

  .cta-margin {
    margin-top: 30px;
  }

  .inner-page-hero {
    padding: 140px 0 80px;
  }

  .section-heading li,
  .section-heading p{
    font-size: 16px;
  }

  .section-heading li{
    margin-top: 20px;
    margin-bottom: 20px;    
  }

  body a.cta_button[title], body .container-fluid .row-fluid .hs-button {
    white-space: normal;
  }
  body .container-fluid .row-fluid .menu-col{
    padding-left: 3% !important;
  }
  .footer-container-wrapper h5{
    font-size:14px;
  }
  .bottom-footer-col .li-space li {
    padding: 0 10px 0 0 !important;
  }
  .copy .hs-menu-wrapper.hs-menu-flow-vertical>ul li a, .copy .menu-col p {
    padding: 0 0 10px 0px !important;
    font-size: 12px !important;
  }

}

body .container-fluid .row-fluid .wrapper-large-new{
  padding-left:40px;
  padding-right:40px;
}

@media (max-width:767px){

  body .container-fluid .row-fluid .wrapper{

    padding-left:20px;
    padding-right:20px;
  }

  body .container-fluid .row-fluid .wrapper-large{

    padding-left:20px;
    padding-right:20px;
  } 

  body .container-fluid .row-fluid .wrapper-large-new{

    padding-left:20px;
    padding-right:20px;
  }


  h1{
    font-size: 34px !important;
  }

  .adwords-lp h1{
    font-size: 30px;
  }
    .product h1{
    font-size: 30px;
  }

  h2{
    font-size: 24px !important;
  }

  h3{
    font-size: 24px !important;
  }

  h4{
    font-size: 16px !important;
    line-height:22px;
  }

  h5{
    font-size: 16px;
    font-weight:800;

  }

  h6{
    font-size: 16px;
  }

  .section-padding {
    padding: 60px 0;
  }

  .section-padding-large {
    padding: 60px 0;
  }

  .mobile-ads .section-padding{
    padding:30px 0;
  }

  .hero-top-padding {
    padding-top: 0px;
  }

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

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

  body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
  }

  p, .body-container-wrapper li {
    font-size: 14px;
    line-height: 24px;
  }


  .primary-banner {
    padding: 120px 0 40px;
  }

  .section-heading p {
    font-size: 16px;
  }

  .cta-margin {
    margin-top: 20px;
  }

  body a.cta_button[title], 
  body .container-fluid .row-fluid .hs-button{
    font-size: 14px;
    box-sizing: border-box!important;
    width: 100%;
    max-width:360px;
    padding-left:0;
    padding-right:0;
  }

  .inner-page-hero {
    padding: 110px 0 40px;
  }

  .inner-page-hero p{
    font-size:17px;
  }

  body a.cta_button[title], body .container-fluid .row-fluid .hs-button {
    white-space: normal;
  }

  .section-heading li{
    font-size: 16px;
  }

}
.header-zero-margin.row-fluid [class*="span"] {
  margin-left: 0px !important;
}

/*==================================================
Two Col Adjust 
==================================================*/

body .container-fluid .row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 46;
  -webkit-flex-basis: 46%;
  float: left;
  margin-right: 4%;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}


@media (max-width:767px){


  body .container-fluid .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}

/*==================================================
Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 30.9%;
  -webkit-flex-basis: 30.9%;
  float: left;
  margin-right: 2.43%;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
}

.redirect-page{
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  width:100%;
  height:100%;
  display:block;
  cursor:pointer;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

body .container-fluid .row-fluid .three-col-adjust.have-box-border span>.hs_cos_wrapper:hover .redirect-page{
  border:1px solid #515978;
}


@media (max-width:767px){


  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}

/*==================================================
Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}


@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   

  body .container-fluid .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%!important;
    width:100%!important;
    -webkit-flex-basis: 100%!important;
    margin:0;
    margin-top: 20px;
  } 

  .change-mobile .wrapper .row-fluid-wrapper>.row-fluid,
  .change-on-mobile>.row-fluid-wrapper>.row-fluid{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .mobile-top-margin{
    margin-top:40px;
  }

}

/*=========================================================
FORM STYLE
=========================================================*/                

::-webkit-input-placeholder {
  color: #515978!important;
}

:-moz-placeholder {
  color: #515978!important;
}

::-moz-placeholder {  
  color: #515978!important;
}

:-ms-input-placeholder {  
  color: #515978!important;
}

select::-ms-expand {
  display: none;
}

.row-fluid form li{
  margin:0;
}

.row-fluid  form li:before{
  display:none;
}

.row-fluid  form select,
.row-fluid  form input,
.row-fluid  form textarea{
  height: 40px;
  font-family:'Muli', sans-serif;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0;
  margin-bottom: 2px;
  border-radius: 0;
  background: #f5f5f5;
  padding: 5px 10px;
  color: #515978;
  font-weight: 400;
  background: #fff;
  border: 1px solid #dedede;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: swap;
}


.row-fluid  form input.file-up-filed{
  background:transparent;
}

.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
  border:1px solid #515978;
}

/* .request_demo .hs-fieldtype-intl-phone.hs-input select{
width:40%!important;
}

.request_demo .hs-fieldtype-intl-phone.hs-input input{
width:58%!important;
} */

.row-fluid  form textarea{
  height:70px;    
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
  height:auto;
  padding:0;
  border:0;
  margin-bottom:0;
}

.row-fluid form .field>label{
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
  margin-top: 11px;
}

.row-fluid form .hs_submit .actions{
  text-align:center;
}

.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 11px;
}

.row-fluid .full-width-button form .hs-button.primary{
  padding-left:0;
  padding-right:0;
  width:100%;
}

form .hs-error-msgs{
  margin:0;
  padding:0;
}


.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

body .row-fluid .hs-form fieldset {
  max-width: 100%;
}

body .row-fluid .hs-form legend{
  margin-bottom:8px;
}

form .hs-form-required{
  display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
  margin:0;
  padding:0;
}

.body-container-wrapper form li{
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
  font-weight: 400;
}


.body-container-wrapper form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 500;
  font-size: 11px;
  position: relative;
  top: 0;
  letter-spacing: 0.3px;
}

.body-container-wrapper form ul,
form ul{
  list-style:none;
}

.body-container-wrapper form li:before{
  display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
  margin-bottom:20px;
  margin-top:10px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
  margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
  margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
  margin-right:0;
}

body .row-fluid select{
  background: #fff url(//2558848.fs1.hubspotusercontent-na1.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}
/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  padding: 0;
  border-radius: 4px;
  background: #fff;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #cfd3d7;
  -webkit-appearance: none;
  border: 1px solid #989898;
  margin-right: 12px;
  top: 5px;
  width: 20px;
  height: 20px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  top: 3px;
  left: 2px;
  border: 3px solid #515978;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 4px;
  background: #515978;
  left: 4px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}

@media (max-width:480px){

  body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%!important;
  }

  body .row-fluid .hs-form fieldset .input{
    margin:0;
  }

  body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
  }

  .row-fluid form .hs_submit .actions{
    text-align:center;
  }
}

body .container-fluid .row-fluid .ps-vision-header-container{
  position:absolute;
  left:0;
  top:0;
  right:0;
  z-index:12;
}

/*=====================================================
Header Top Bar
=====================================================*/            

.ps-vision-top-bar{
  padding:10px 0;
  background:#333;
}

.ps-vision-top-bar .fa{
  font-style:normal;
}

.ps-vision-top-bar a,
.ps-vision-top-bar .time{
  font-size:14px;
  line-height:1;
  font-weight:300;
  color:#d0d0d0;
  letter-spacing:1px;
}

.ps-vision-top-bar a:hover{
  color:#fff;
}

.ps-vision-top-bar .fa{
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.ps-vision-top-bar .contacts .fa-phone{
  margin-left:30px;
}

/*=====================================================
LP Header Styling
=====================================================*/         

.ps-vision-lp-header{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 12;
  padding: 21px 0;
  background:#fff;
  text-align:center;
}

/*=====================================================
Header Styling
=====================================================*/         

@media (min-width:768px){

  .ps-vision-header .hs-menu-wrapper{
    line-height:0;
    text-align:center;
    float:right;
    position:relative;
    right:0px;
  }

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    line-height:0;
  }

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1>a {
    line-height: 1;
    color: #333;
    font-size: 17px;
    padding: 32px 18px;
    letter-spacing: 0;
    font-weight: 600;
    position: relative;
    margin-bottom: -1px;
    z-index: 99;
    border: 1px solid transparent;
    border-top:0;
  }

  .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1>a{
    color:#fff;
    border:none;
  } 

  .updated-header .ps-vision-header {
    padding: 20px 0px;
  }

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:hover>a{
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    border-top:0;
  }

  .updated-header  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child>a{
    background: #fff;
    color: #515978;
    border-radius: 4px;
    margin-left: 17px;
    padding: 17px 18px;
    border: 1px solid #fff;
    position: relative;
    top: 4px!important;
  }

  .updated-header.nav-down  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child>a{
    background:#1d4fd8;
    color:#fff;
  }

  .education-page .updated-header.nav-down  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child>a{
    background:#03c1a1;
    color:#fff;
  }
  .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:hover>a {
    background: transparent;
    border: none;
  }

  .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child:hover>a {
    background: #fff;
    border: 1px solid #fff;
  }

  .updated-header.nav-down  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child:hover>a{
    background:#173ead;
  }

  .education-page .updated-header.nav-down  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child:hover>a{
    background:#03c1a1;
    border: 1px solid #03c1a1;
  }

  .ps-vision-header .equal-height-container > .row-fluid-wrapper > .row-fluid {
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ps-vision-header .header-cta-group a.cta_button {
    padding: 16px 10px;
    display: block;
    max-width: 150px;
    width: 100%;
    box-sizing: border-box !important;
  }

}

.ps-vision-header .widget-type-cta{
  margin-top:0;
}


.ps-vision-header .wrapper{
  position:relative;
}

@media(min-width:768px){
  .header-container-wrapper .vertical-center.logo {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }

}

@media(max-width:767px){
  body .container-fluid .header-cta-group {
    display: none;
  }
  body .container-fluid .vision-menu-primary .header-cta-group {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}


/*=============================================================
SUB MENU STYLING
=============================================================*/            

@media (min-width:768px){   

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    background: #fff;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
  }

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    color:#000;
    font-size: 16px;
    padding: 10px 20px;
    line-height:1.7;
    letter-spacing: .8px;
    font-weight: 400;
    text-align: left;
    border-bottom: 5px solid #e7e7e7;
    min-width:140px!important;
    text-indent:0;
  }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  max-width:180px!important;
  }
  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
    background: #f5f7fa;
    color: #000;
  }

  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>a:after,
  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after {
    font-family: FontAwesome;
    content: "\f067";
    font-weight: 300;
    font-size: 10px;
    color:#333;;
    padding-left: 8px;
    position: relative;
    top: -2px;
  }

  .updated-header .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>a:after, 
  .updated-header  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after{
    display:none;
  }  


  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children>a:after {
    color:#000;
    position: absolute;
    right: 18px;
    top: 13px;
  }

  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children:hover>a:after,
  .ps-vision-header .hs-menu-wrapper ul>li.hs-item-has-children>ul>li.hs-item-has-children:hover>a:after {
    content: "\f068";
  }

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2>:last-child>a{
    border-bottom:0;
  }

}



/*============Tab Responsive ================*/

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

  .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child>a{
    top:11px;
  }  


  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size: 10px;
    min-width: 86px;
  } 

  .ps-vision-top-bar a, .ps-vision-top-bar .time {
    font-size: 12px;
    letter-spacing: .5px;
  } 

  .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a {
    font-size: 12px;
    padding: 26px 10px;
  }


}

@media(min-width: 768px) and (max-width: 991px){
  .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child>a{
    margin-left: 7px;
    font-size: 10px;
    padding: 13px 5px;
  }

  .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1>a{
    padding: 26px 5px;
  }
}

/*=====================================================
Fixed Navigation Styling
=====================================================*/         

@media (min-width:768px){   

  .ps-vision-header{
    background: #fff;
  } 

  body .row-fluid .updated-header .ps-vision-header  .white-logo,
  body .row-fluid .updated-header.nav-down  .ps-vision-header  .black-logo{
    display:none;
  }  

  body .row-fluid .updated-header.nav-down  .ps-vision-header  .white-logo{
    display:block;
  }   

  .updated-header .ps-vision-header{
    background:transparent;  
  }  

  .updated-header.nav-down .ps-vision-header{
    background:#ffffff; 
    padding:0;
    box-shadow: 0px 0px 3px #00000024;
  }

  .updated-header.nav-down .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1>a{
    color:#515978;
  }


  body .container-fluid .row-fluid .transparent-header-grp{
    min-height:0;
  }  

}

@media(max-width: 767px){
  .updated-header .vision-menu-primary.js-enabled .hs-menu-wrapper{
    top: 66px;
  }
}

/*=====================================================
LP Header Styling
=====================================================*/  

body .container-fluid .row-fluid .pth-lp-header{
  position:absolute;
  left:0;
  right:0;
  z-index:11;
  padding:20px 0;
  background:#515978;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  width:100%;
  max-width:;
  margin:0 auto;
}

/*=====================================================
Footer Styling
=====================================================*/         

.ps-vision-footer{
  padding: 65px 0;
  background: ;
}

.ps-vision-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul{
  margin: 0;
  border-top: 1px solid #e7e7e7;
  padding-top: 18px;
  margin-top: 6px;    
}

.ps-vision-footer .left-col{
  padding-right:70px;
}

.ps-vision-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a{
  padding: 5px 0;
  font-size: 15px;
}

.ps-vision-footer .logo{
  margin-bottom:30px;
}

body .row-fluid .ps-vision-footer .logo img{
  width:100%;
  max-width:250px;
}

.footer-bottom-bar {
  background:#333;
  padding:18px 0;
}

.footer-bottom-bar .social-icons .fa{
  color: #fff;
  font-size:20px;
  margin-left:20px;
}

.menu-col .footer-cta a.cta_button {
  padding: 12px!important;
  min-width:140px;
}

.footer-bottom-section i {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;    
  color: #515978bd;
  transition:all ease-in-out .2s;
}

.footer-bottom-section i:hover{
  color: #515978;
}

@media (max-width:767px){

  .ps-vision-footer .left-col {
    padding-right: 0;
    margin-bottom: 30px;
    text-align:left;
  }

  .ps-vision-footer .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    padding-top: 12px;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .ps-vision-footer{
    padding: 40px 0 0px;
  }

  .footer-bottom-bar{
    text-align:center;
  }

  .footer-bottom-bar .social-icons{
    margin-top:8px;
  }

  .footer-bottom-bar .social-icons .fa {
    margin: 10px;
  }

}

/*====================================================
MONILE MENU 
====================================================*/                

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


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

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

/* Override max width on menu links */
.vision-menu-primary .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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .vision-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}




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

.mobile-trigger, .child-trigger{
  display: none;
}

@media (max-width: 767px){

  .vision-menu-primary,
  .vision-menu-primary .hs-menu-wrapper > ul,
  .vision-menu-primary .hs-menu-wrapper > ul li,
  .vision-menu-primary .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: 100px!important;          /* Position Button at right of screen  */  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* 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: 22px; /* 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;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* 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;
    right: 0px;
    width:100% !important; /* Button width */
    min-width: 55px !important;
    height: 49px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 25px 0px 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:#000; /* 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
  ========================================================================== */  

  .vision-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .vision-menu-primary.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;
  }
  .vision-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .vision-menu-primary .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 */
  }
  .vision-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }

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

  /* Level 3 and Higher Menu List Styles */
  .vision-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .vision-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/*============================================================
HEADER Mobile Responsive
===========================================================*/

@media (max-width:767px){

  .vision-menu-primary .hs-menu-wrapper{
    display:none;
  }

  .mobile-trigger {
    border: 0;
    top: 0;
    right: 14px;    
    background:transparent;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 25px;
    background:#515978;
    height:3px;
  }

  .mobile-trigger i:before {
    top: -6px;
  }

  .mobile-trigger i:after {
    top: 6px;
  }

  .mobile-trigger {
    top: 10px;
    /*     top: 15px; */
    right: 8px;
  }

  .mobile-open .mobile-trigger {
    background-color: transparent;
    z-index:5;
  }

  .mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
  }

  .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: #515978;
  }

  .mobile-trigger i{
    transition: all .5s ease-in;
  }

  .mobile-open .mobile-trigger i{
    background:transparent;
    transition: all .1s ease-in;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after{
    transition: all .3s ease-in;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background:#515978;;
  }

  .mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
    background:#515978;;
  }

  .vision-menu-primary.js-enabled{
    position: absolute;
    padding-top: 0;
    margin: 10px 0 10px 0;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
  }

  body .header-container-wrapper .ps-vision-header .logo{
    max-width: 180px;
    float: left;
    margin-top: 0;
    margin-left: 0;
    position:relative;
    z-index:11;
  }

  .vision-menu-primary .hs-menu-wrapper>ul li {
    border-top: 0px;
    border-bottom: 1px solid #e7e7e7;
  }

  .vision-menu-primary.js-enabled .hs-menu-wrapper{
    padding: 0;
    margin:0;
    z-index:1;
    background: #fff;
    top:49px;
    border-bottom:1px solid #fff;
  }

  body .header-container-wrapper .ps-vision-header ul>li{
    border:0;
  }

  body .header-container-wrapper .ps-vision-header ul>li>a {
    padding: 15px 20px;
    line-height: 1;
    font-size: 14px;
    padding-right: 82px;
    border-top:1px solid #e7e7e7;
    color:#000;
    width: 100% !important;
  }

  body .container-fluid .row-fluid .ps-vision-header {
    padding: 15px 0;
    background:#fff;
    border-bottom:1px solid #e7e7e7;
  }

  body .row-fluid .ps-vision-top-bar{
    display:none
  }

  body .row-fluid .ps-vision-header .search-icon{
    display:none;
  }

  .ps-vision-header .main-navigation{
    padding:0;
  }

}


/****************** END Header Mobile Responsive *******************/



/************************************************************************************
************* logo Section*******************
************************************************************************************/


.ps1-home-1-logo-section{
  position: relative;
  z-index: 2;
  padding:60px 0 40px;
}

.ps1-home-1-logo-section ul {
  margin: 13px 0 0;
  text-align: center;
}

.ps1-home-1-logo-section ul li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 16px 10px;
  padding: 0 10px;
  max-width: 130px;
  filter:grayscale(1);
  transition:all .4s ease-in;
}

.ps1-home-1-logo-section:hover ul li {
  filter:grayscale(0);
}


@media (max-width:1024px){

  .ps1-home-1-logo-section {
    padding:30px 0;
  }

}


@media (max-width:767px){

  .ps1-home-1-logo-section ul {
    display: block;
  }

  .ps1-home-1-logo-section ul li {
    width: 100%;
    max-width: 100px;
    margin: 15px 0;
    display: inline-block;
    height: auto;
    border: 0;
  }

}

/*Updated Footer*/

body .container-fluid .row-fluid .footer-top-section .wrapper{
  padding: 62px 0 75px;
  background-size: cover!important;
}

body .container-fluid .row-fluid .footer-top-section  .section-heading.align-center{
  margin-bottom: 30px;

}

.footer-top-section .bottom-bar h2:after {

  bottom: -15px;
}

.footer-top-section{
  margin-bottom: -150px;
  position: relative;
  z-index: 1;
  padding-top: 120px;
}

body .white-arrow a.cta_button[title]{
  padding: 15px 50px 15px 27px;
  display: inline-block;
}



body .white-arrow a.cta_button[title]:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 23px;
  background: url(//1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/Pack-1%20Assets/White-next-arrow.png) no-repeat;
  background-size: contain;
  height: 11px;
  width: 13px;
}


.footer-bottom-section{
  position:relative;
  /*   padding-top: 200px; */
  /*     background: url(https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/Pack-1%20Assets/Footer-background.png) no-repeat; */
  background-color:#f8f8f8;
  background-position: top center;
  background-size: cover;
}

.footer-bottom-section h5,
.footer-bottom-section h3{
  font-size:18px;
  line-height:28px;
  color:#515978;
  font-weight:bold;
  letter-spacing:0;
  margin-bottom: 3px;
}

.footer-bottom-section p{
  font-size:18px;
  line-height:28px;
  color:#515978;
  font-weight:400;
  letter-spacing:0;
  margin:0;
}

.footer-bottom-section .hs-menu-wrapper.hs-menu-flow-vertical > ul li a,
.footer-bottom-section p a{
  font-size:16px;
  line-height:26px;
  color:#515978;
  font-weight:400;
  letter-spacing:0;
  padding:0;
  padding-bottom: 5px;
  white-space: normal;
}

.bottom-footer-col{
  padding: 11px 0 40px;
}

.bottom-footer-col ul{
  margin:0;
  padding:0;
}

.bottom-footer-col ul li{
  margin:0;
  padding:0;
  list-style:none;
  display:inline-block;
}

.bottom-footer-col .li-space li {
  padding: 0 5px;
}

.li-space h5{
  margin-bottom:20px;
}

.button-space{
  padding-top: 40px;
}

.row-fluid .bottom-footer-col form input{
  border: 1px solid #2D2C2B;
  height: 51px;
  border-radius: 6px;
  padding-right: 130px;
}

.footer-bottom-section h3{
  text-align:center;
}

@media(min-width:768px){

  .row-fluid  .bottom-footer-col form{
    position: relative;
    max-width: 345px;
    margin: 0 auto;
  } 

  .row-fluid .bottom-footer-col form .hs-button.primary {
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #0086f4;
    padding: 0;
    text-shadow: none;
    text-transform: capitalize;
  }

  .row-fluid .bottom-footer-col form .actions{
    position: absolute;
    right: 40px;
    top: 13px;
  }  

}  



.row-fluid .bottom-footer-col form .actions:before{
  position:absolute;
  content:"";
  background:url('https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/Pack-1%20Assets/button-next.png');
  width:13px;
  height:11px;
  top: 8px;
  right: -20px;
}




@media(min-width:768px){

  body .container-fluid .row-fluid .menu-col {
    width: 25%;
    margin-left: 0%;
    padding-left:5%;
  }

  body .container-fluid .row-fluid .menu-col.no-pad-left{
    padding-left:0;
  }

}

@media(max-width:1424px){

  body .row-fluid .video-hero-section{
    background-size: cover!important;
  }  

}


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



  .bottom-footer-col ul li{
    margin-bottom:10px;
  }



}


@media(max-width:767px){

  body .container-fluid .row-fluid .black-logo{
    display:none;
  }

  .row-fluid .bottom-footer-col form .actions:before{
    display:none;
  }  

  body .row-fluid .video-hero-section {
    padding: 110px 0px 90px;    
    min-height: auto;
  }  

  .footer-bottom-section h5, .footer-bottom-section h3{
    font-size:16px!important;
  }
  
  .video-row-8 .accordion_header:after,
  .video-row-8 .accordion_header:before{
    right:-10px;
  }  

  .footer-top-section {
    margin-bottom: -118px;
    padding-top: 150px;
  }

  .footer-bottom-section {
    padding-top: 138px;
  }

  .button-space{
    padding-bottom: 40px;
  }  

  .li-space {
    padding-top: 40px;
  }

  body .container-fluid .row-fluid .video-row-8 .section-heading {
    margin-top: 70px;
  }  


}

/*********************************************************
Header Popup
/*********************************************************/

.request_demo{
  max-width: 500px;
  background: transparent;
  position: fixed !important;
  left: 50%;
  top: 10%;
  background: #EEF2F6;
  padding: 20px 0px;
  transform: translate(-50%, 0);
  z-index: 15;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  visibility: hidden;
  max-height:90vh;
  overflow-y:scroll;
  font-size:14px;
}

.request_demo a{
  color:#1d4fd8!important;
}

@keyframes fid {
  0% {
    opacity: 0;
    transform: translate(-50%, -40px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
} 


@keyframes fiu {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -40px);
  }
}


.gone_up{
  -webkit-animation-name: fiu;
  animation-name: fiu;
  animation-duration: 0.2s;
  animation-timing-function: linear;
}

.come_down{
  visibility: visible;
  -webkit-animation-name: fid;
  animation-name: fid;
  animation-duration: 0.2s;
  animation-timing-function: linear;
}

.popup-overlay.overlay:before{
  z-index: 15;
}

.request_demo .wrapper {
  display: flex;
  flex-direction: column;
  padding: 0px 74px !important;
}

.request_demo h3 {
  font-size: 16px!important;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.close_popup p{ 
  color: rgb(124, 152, 182);
  cursor: pointer;
  font-weight: 400;
  float: right;
  margin-right: 20px;
  margin-bottom: 0px;
}

.request_demo input:not([type="submit"]) {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #515978 !important;
  height: 40px;
}

.request_demo .hs-button{
  padding: 10px 5px !important;
  border-radius: 0 !important;
  width: 100%;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  border: transparent !important;
  font-weight: 400 !important;
  margin-bottom: 15px !important;
  max-width: 100% !important;
}

.body-container-wrapper form ul, form ul{
  font-size:12px!important;
}

body .header-container-wrapper .ps-vision-header ul>li span {
  line-height: 15px;
}

@media(max-width:767px){
  body .header-container-wrapper .ps-vision-header .hs-menu-wrapper > ul {
    box-shadow: 0 4px 6px rgb(50, 50, 93, 0.11), 0 1px 3px rgb(0, 0, 0, 0.8);
  }
  .ps-vision-header-container span.ico {
    width: 34px;
    height: 34px;
    position: relative;
    float: left;
    display: inline-block;
  }
}


@media(max-width: 767px){
  .request_demo {
    width: 94% !important;
    height:80vh;
    overflow-y:scroll;
  }
  .request_demo .wrapper{
    padding: 0px 10px !important;
  }
}
.span12.widget-span.widget-type-global_group.align-center.home-sect-two {
  background-color: #f8f8f8;
}

.copy .hs-menu-wrapper.hs-menu-flow-vertical>ul li a,.copy .menu-col p{
  padding:0 0 10px 0px !important; 
  font-size:14px;
}

.span12.widget-span.widget-type-global_group.align-center.home-sect-two h3 {
  margin-top: 34px;
  font-size:24px;
}

.home-sect-two h3 {
    font-size:24px!important;
  }


.row-fluid .bottom-footer-col form .hs-button.primary{
  color: #555B7A;
}

.align-center.li-space ul li a{
  color:#979BAE;
}

.slider_slick_client{
  padding:25px  20px  33px 20px !important;
}
.bottom-footer-col .li-space li:hover i {
  color: #515777;
}


.discover-a-world{
  padding: 230px 0px 140px;
}
.discover-a-world h1 {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
}
.discover-a-world .buttons.flex {
  margin-top: 50px;
  align-items: center;
}

.discover-a-world .buttons.flex a.cta_button{
  padding: 16px 20px;
}

.discover-a-world .buttons.flex .button-1 {
  margin-right: 20px;
}


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

  .discover-a-world h1 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 1.2;
  }


  .discover-a-world .buttons.flex a.cta_button{
    padding: 16px 18px;
  }

} 
@media(min-width:1200px){
  .discover-a-world .buttons.flex a.cta_button {
    padding: 16px 15px;
  }
}


@media (max-width:767px){
  .discover-a-world .buttons.flex {
    margin-top: 30px;
    display: block;
  }
  .discover-a-world .right-col.span6 {
    position: relative !important;
  }

  .row-fluid .bottom-footer-col form .hs-button.primary{
    color: #ffffff;
  }

  .discover-a-world .buttons.flex{
    max-width:480px;
    margin:30px auto;
  }

  .discover-a-world .buttons.flex .button-1{
    margin-bottom:20px;
    margin-right: 0px;
    width:auto;
/*     float:left; */
  }

  .discover-a-world .span7.right-col.vertical-center {
    margin-top: 60px;
  }
  .discover-a-world {
    padding: 50px 0px;
  }
  .discover-a-world  .span6.left-cols.vertical-center.all-text-white {
    margin: 35px 0px 40px;
  }
  .discover-a-world h1{
    text-align:center;
  }
  
    .discover-a-world h3{
    text-align:center;
  }
  
  
  body .row-fluid .discover-a-world .buttons.flex a.cta_button{
    margin:0px;
    max-width:100%;
  }

  body .row-fluid .span12.widget-span.widget-type-global_group.align-center.home-sect-two h3 {
    margin: 34px auto 0px;
    font-size:20px;
    max-width:90%;
  }
  
  .home-sect-two h3 {
    font-size:18px!important;
  }
  
  .row-fluid .discover-a-world .buttons.flex .button-1 a.cta_button,
    .row-fluid .discover-a-world .buttons.flex .button-2 a.cta_button{
    display: inline-block;
    width: 100%;
    padding: 16px 34px;
  }

}

@media(max-width:535px){

  .discover-a-world .buttons.flex .button-1{
    max-width: auto;
    margin: 0 auto 20px;
    width: auto;
    text-align: center;
    float: none;
  }

  .discover-a-world .buttons.flex .button-2{
    text-align:center;
  }
  
}

@media(min-width:1024px) and (max-width:1200px){
  .discover-a-world .right-col.span6 {
    top: 20px;
  }
}
@media(min-width:1300px){
  .discover-a-world .left-cols.span6{
    max-width:46.4%;

  }
  .discover-a-world .right-col.span6{
    position:relative;
    z-index:1;
  }
  .discover-a-world .right-col.span6 .image-container{
    position:absolute;
    z-index:1;
    right:-22.5%;
  }
  .discover-a-world {
    padding: 260px 0px 170px;
  }
}

@media(min-width:768px) and (max-width:850px) {
  .discover-a-world .right-col.span6 .image-container{
    position:absolute;
  }

}
.discover-a-world .right-col.span6 {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0px;
  bottom: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .discover-a-world .right-col.span6 {
    display:block;
    top:-38px;
  }

  @media(min-width:768px) and (max-width:900px) {
    .discover-a-world .right-col.span6 img {
      max-width:65%;
    }
  }
}


.ai-powered.section-padding{
  padding: 70px 0px 80px;
}
.ai-powered .ai-powered-content .five-col-adjust .hs_cos_wrapper {
  border: 1px solid #cccccc;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
  position: relative;
  -webkit-flex-basis: 17.999999%;
  flex-basis: 17.999999%;
}
.ai-powered .ai-powered-content h2{
  font-size:40px;
  font-weight: 700;
}
.ai-powered .ai-powered-content .upper-content  {
  margin-bottom: 75px;
}
.ai-powered .ai-powered-content .five-col-adjust .card .card-content {
  padding: 50px 16px 0px;
}
.ai-powered .ai-powered-content .five-col-adjust .hs_cos_wrapper:hover{
  box-shadow: 0 10px 50px -5px rgb(51 71 91 / 12%);
  transform: scale(1.014);
  transition: 0.3s ease-in-out;
}
.ai-powered .ai-powered-content .five-col-adjust .card .card-content p{
  margin-bottom:20px;
}
.ai-powered .ai-powered-content .five-col-adjust .card .card-content h4 {
  font-size: 20px;
  font-weight: bold;
  color: #515978;
  margin-top: -8px;
  min-height: 70px;
}
.ai-powered .ai-powered-content .five-col-adjust span>.hs_cos_wrapper{
  margin-right:2%;
}
.ai-powered .ai-powered-content .five-col-adjust>span {
  margin-right:-2% !important;
}
@media(max-width:767px){
  
 body .row-fluid .ai-powered .ai-powered-content .five-col-adjust>span {
  margin-right:0 !important;
}
  
  .ai-powered .ai-powered-content .five-col-adjust span>.hs_cos_wrapper {
    margin-bottom: 45px;
  }
  .ai-powered .ai-powered-content .five-col-adjust span>.hs_cos_wrapper:nth-child(5) {
    margin-bottom: 0px;
  }
  .ai-powered .ai-powered-content .five-col-adjust .card .card-content h4 {
    min-height: 30px;
  }
  .ai-powered .ai-powered-content .lower-content {
    padding: 0px 10px;
  }
}
@media(min-width:768px) and (max-width:1024px){
  .ai-powered .ai-powered-content .five-col-adjust span>.hs_cos_wrapper {
    flex-basis: 30.5%;
    -webkit-flex-basis: 30.5%;
    margin-bottom: 40px;
  }

  body .row-fluid .ai-powered .ai-powered-content h2,
  body .row-fluid .how-talview-help-content h2,
  body .row-fluid .talview-story-content .upper-content.align-center h2,
  body .row-fluid .best-in-industry .one-line-text.align-center h2,
  body .row-fluid .end-to-end .end-to-end-content.align-center h2{
    font-size:30px;
    font-weight: 700;
  }

  .ai-powered .ai-powered-content .five-col-adjust span{
    justify-content:center;
  }

  .how-talview-help-content .card-content.align-center .heading-para{
    margin-bottom:30px;
  }

  body .row-fluid .how-talview-help-content .three-col-adjust .card {
    padding: 0px 15px 90px;
  }
  
     body .row-fluid .benefits .how-talview-help-content .three-col-adjust .card {
    padding: 0px 15px 30px;
  }
  
    body .row-fluid .how-talview-help-content .two-col-adjust .card {
    padding: 0px 15px 90px;
  }
  body .row-fluid .how-talview-help-content .four-col-adjust .card {
    padding: 0px 15px 90px;
  }


}
@media(min-width:1400px){
  .how-talview-help .row-fluid .how-talview-help-content .button a.cta_button , .how-talview-help .row-fluid .button .hs-button{
    font-size:18px;

  }
}
.how-talview-help.section-padding{
  padding: 50px 0px 60px 0px;
}
.how-talview-help-content .card-content .button a.cta_button{
  color: #38a6ff;
  font-weight:700;
  font-size: 16px;
  border-radius: 0;
  border: 0;
  text-transform: capitalize;
  background: transparent;
  padding:0;
  text-shadow:none;
  box-shadow: none;
  transition: all ease-in-out .2s;
/*   text-decoration: underline; */
}
.how-talview-help-content .three-col-adjust .card {
  padding: 0px 15px 70px;
}

.benefits .how-talview-help-content .three-col-adjust .card {
  padding: 0px 15px 30px;
}

.glossary .home .how-talview-help-content .three-col-adjust .card {
  padding: 0px 15px 70px;
  border: 1px solid #D9EDFD;
  border-radius:15px;
}
.how-talview-help-content .two-col-adjust .card {
  padding: 0px 15px 70px;
}
.how-talview-help-content .four-col-adjust .card {
  padding: 0px 15px 70px;
}

.how-talview-help-content .three-col-adjust>span>.hs_cos_wrapper{
  border-radius: 20px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  transition: 0.3s all ease-in-out;
}

.product .how-talview-help-content .three-col-adjust>span>.hs_cos_wrapper{
  border-radius: 10px;
  background-color: #ffffff;
  transition: 0.3s all ease-in-out;
}

.how-talview-help-content .two-col-adjust>span>.hs_cos_wrapper{
  border-radius: 20px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  transition: 0.3s all ease-in-out;
}
.how-talview-help-content .four-col-adjust>span>.hs_cos_wrapper{
  border-radius: 20px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  transition: 0.3s all ease-in-out;
}
.home .glossary .how-talview-help-content .two-col-adjust>span>.hs_cos_wrapper{
  border-radius: 20px;
  border: 1px solid #D9EDFD;
  background-color: #ffffff;
  transition: 0.3s all ease-in-out;
}

.home .glossary .how-talview-help-content .four-col-adjust>span>.hs_cos_wrapper{
  border-radius: 20px;
  border: 1px solid #D9EDFD;
  background-color: #ffffff;
  transition: 0.3s all ease-in-out;
}

.how-talview-help-content .card-content.align-center p {
  font-size: 18px;
}
.how-talview-help-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom:30px;
}
.how-talview-help-content .card-content.align-center {
  margin: 0 auto;
  padding: 23px 15px 0px;
}
.how-talview-help-content .three-col-adjust .hs_cos_wrapper:hover{
  box-shadow: 0 10px 50px -5px rgb(51 71 91 / 12%);
  transform: scale(1.014);
  transition: 0.3s all ease-in-out;
}
.how-talview-help-content .two-col-adjust .hs_cos_wrapper:hover{
  box-shadow: 0 10px 50px -5px rgb(51 71 91 / 12%);
  transform: scale(1.014);
  transition: 0.3s all ease-in-out;
}
.how-talview-help-content .four-col-adjust .hs_cos_wrapper:hover{
  box-shadow: 0 10px 50px -5px rgb(51 71 91 / 12%);
  transform: scale(1.014);
  transition: 0.3s all ease-in-out;
}

.how-talview-help-content .button {
  position: absolute;
  bottom: 25px;
  right: 5px;
  left: 5px;
}
.how-talview-help-content .card-content.align-center h4 {
  font-size: 20px;
  font-weight: bold;
  color: #515978;
  line-height: 1.3;
  margin:8px 0px;
}

.how-talview-help-content .hs-cta-img.lazy.loading{
  display:none;
}
.how-talview-help-content .lower-content {
  margin-bottom: 10px;
}
.how-talview-help-content .card-content.align-center .heading-para{
  margin-bottom:0px;
}
.how-talview-help-content .upper-content {
  margin-top: 5px;
  margin-bottom: 12px;
}
.how-talview-help-content .hs-cta-img.lazy.loaded{
  display:none !important;
}
@media(max-width:767px){
  .how-talview-help-content .card-content.align-center {
    max-width: 100%;
  }
  .how-talview-help-content .three-col-adjust span>.hs_cos_wrapper {
    max-width: 100% !important; 
  }
  .how-talview-help-content .three-col-adjust span>.hs_cos_wrapper {
    margin: 40px auto 0 !important;
  }
  .how-talview-help-content .card-content.align-center p {
    font-size: 14px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 

  .how-talview-help-content .three-col-adjust span > .hs_cos_wrapper{
    flex-basis:29.9% !important;
    -webkit-flex-basis:29.9% !important;
  }
  body .container-fluid .row-fluid .three-col-adjust > span{
    margin-right:-3.2% !important;
  }

}


.talview-story.section-padding{
  padding:96px 0px 29px;
}
.talview-story-content .card {
  border-bottom: 4px solid #35A8FF;
  margin-right: 37px;
  position:relative;
}
.talview-story-content .card .heading-para {
  padding:15px 15px 15px 15px;
  min-height: 150px;
}
.talview-story-content .upper-content.align-center {
  margin-bottom: 35px;
}
.talview-story-content .upper-content.align-center h2 {
  font-size:40px;
  color:#515978;
  font-weight:700;
}

.talview-story-content .card .heading-para p{
  font-size: 18px;
  font-weight: 500;
}
.talview-story-content .card .heading-para h4{
  color:#35A8FF;
  font-size: 30px;
  font-weight: bold;
  margin-bottom:8px;
}

.talview-story-content button.slick-prev.slick-arrow{
  background:url('https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/Left.png/medium.png?t=1617203796471') no-repeat;
  width:34px;
  height:34px;
  background-size:contain;
  background-color:rgba(0 , 0, 0, 0);
  border: none;
  position: absolute;
  left: -44px;
  top: 50%;
  font-size: 0;
  cursor: pointer;
  border-radius: 100%;
  z-index: 2;
}

.talview-story-content button.slick-next.slick-arrow{
  background:url('https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/right.png/medium.png?t=1617203799297') no-repeat;
  width:34px;
  height:34px;
  background-size:contain;
  background-color:rgba(0 , 0, 0, 0);
  border: none;
  position: absolute;
  top: 50%;
  right:-9px;
  font-size: 0;
  cursor: pointer;
  border-radius: 100%;
  z-index: 2;
}

@media(max-width:1230px){
  .row-fluid .talview-story.section-padding .wrapper{
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media(max-width:767px){
  .how-talview-help-content .card .card-content .image-container{
    max-width:100% !important;
  }
  .talview-story-content button.slick-prev.slick-arrow {
    left: -35px;
  }
  .row-fluid .talview-story.section-padding .wrapper{
    padding-left: 40px;
    padding-right: 40px;
  }

  .talview-story-content .card{
    margin-right:0px;
  }

  .talview-story-content button.slick-next.slick-arrow {
    right: -35px;
  } 
  .how-talview-help-content .card-content .button a.cta_button{
    font-size: 14px;
  }

  .how-talview-help-content .three-col-adjust .card{
    padding:0px 15px 65px;
  }
  
    .benefits .how-talview-help-content .three-col-adjust .card{
    padding:0px 15px 30px;
  }

}

@media(min-width:768px){

  .talview-story .slick-list.draggable {
    position: relative;
    z-index: 1;
  }
  .talview-story .slick-list.draggable:after{
    position:absolute;
    z-index:1;
    content:'';
    background:#ffffff;
    width:37px;
    height:100%;
    top:0;
    right:0;
    bottom:0;
  }

  .talview-story-content .card::before{
    background:url('https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/right-arrow-1851071.png/preview.png?t=1617269401036') no-repeat;
    width: 50px;
    height: 40px;
    position: absolute;
    right: -45px;
    top: 30%;
    z-index: 2;
    content: '';
    background-size: 100%;
  }

}

.best-in-industry.section-padding{
  padding:60px 0px 50px;
}
.best-in-industry-content .three-col-adjust .hs_cos_wrapper {
  background: #f8f8f8;
  justify-content: center;
  border-radius: 20px;
  padding:10px 20px;
}
.best-in-industry .blue-cta a.cta_button  { 
  color: #ffffff;
  transition: all-ease-in-out .2s;
}
.best-in-industry .blue-cta a.cta_button:hover{ 
  transform: scale(1.01);
}
.best-in-industry .blue-cta {
  margin-top: 40px;
}
.best-in-industry .one-line-text.align-center h2 {
  font-size: 40px;
  font-weight: 700;
  color: #515978;
}
.best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  min-height: 83px;
  display: flex;
}
.best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
  margin-bottom: 41.5px;
  margin-top: 0;
  margin-right: 3.8%;
}
.best-in-industry .span6.vertical-center.right-col .three-col-adjust span{
  justify-content: flex-end;
}
.best-in-industry .one-line-text.align-center {
  margin-bottom:70px;
}
.best-in-industry .left-col.align-center.card-container .image-container {
  margin-bottom: 30px;
  margin-top: 30px;
}
.best-in-industry .left-col.align-center.card-container .left-col-content .col-content {
  max-width: 425px;
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}

.best-in-industry .left-col.align-center.card-container .left-col-content  {
  max-width: 425px;
  margin: 0 auto;
  padding: 0.1px 40px;
  float: left;
  z-index: 0;
  position: relative;
}

.slick-slide img {
  display: initial !important;
}
.best-in-industry .left-col.align-center.card-container p{
  margin-bottom:30px;
}
.best-in-industry .image-text.flex.align-left .image-container {
  margin-right: 20px;
  max-width: 76px;
}
.best-in-industry .span6.left-col{
  border-radius:25px;
  max-width:510px;
}
*:focus{
  outline:none ;
}
.best-in-industry .image-text.flex.align-left {
  margin-left: 0px;
  margin-bottom: 25px !important;
  align-items: center;
}

.best-in-industry .left-col.align-center.card-container .image-text.flex.align-left .image-container {
  margin-top:0px;
  margin-bottom:0px;
}
.best-in-industry button.slick-prev.slick-arrow{
  background:url('https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/Left.png/medium.png?t=1617203796471') no-repeat;
  width:34px;
  height:35px;
  background-size:contain;
  background-color:rgba(0 , 0, 0, 0);
  border: none;
  position: absolute;
  left:10px;
  font-size: 0;
  cursor: pointer;
  border-radius: 100%;
  z-index: 2;
  top:45%;
}

.best-in-industry button.slick-next.slick-arrow{
  background:url('https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/right.png/medium.png?t=1617203799297') no-repeat;
  width:34px;
  height:35px;
  background-size:contain;
  background-color:rgba(0 , 0, 0, 0);
  border: none;
  position: absolute;
  right: 10px;
  font-size: 0;
  cursor: pointer;
  border-radius: 100%;
  z-index: 2;
  top:45%;
}
.best-in-industry .text-with-image h4 {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
/*   color: #000000; */
}
.best-in-industry .text-with-image p {
  font-size: 14px;
  margin-bottom: 0px !important;
/*   color: #000000; */
}


.best-in-industry .three-col-adjust span>.hs_cos_wrapper {
  flex-basis: 26.1% !important;
  -webkit-flex-basis: 26.1% !important;
}

.best-in-industry .left-col-content ::before {
  background: url(https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/left-quote%20%281%29.svg) no-repeat;
  position: absolute;
  bottom: 20%;
  background-position: center center;
  content: '';
  background-size: contain;
  z-index: -2;
  width: 70px;
  height: 70px;
  right: 10%;
}

.best-in-industry .left-col-content ::after {
  background: url(https://1877165.fs1.hubspotusercontent-na1.net/hubfs/1877165/left-quote.svg) no-repeat;
  position: absolute;
  position: absolute;
  left: 10%;
  top: 20%;
  background-position: center center;
  right: 0;
  content: '';
  background-size: contain;
  z-index: -2;
  width: 70px;
  height: 70px;
}

@media(max-width:767px){

  .best-in-industry-content .three-col-adjust .hs_cos_wrapper {
  padding:10px 10px;
}
  
  .best-in-industry .button {
    margin-top: 0px;
  }
  .best-in-industry .button a.cta_button {
    max-width: 100%;
    font-size: 18px;
  }
  .best-in-industry button.slick-prev.slick-arrow ,
  .best-in-industry button.slick-next.slick-arrow {
    top: 50%;
  }
  .best-in-industry .one-line-text.align-center {
    margin-bottom: 30px;
  }
  .best-in-industry .span6.left-col.align-center.card-container.slick-initialized.slick-slider {
    margin-bottom: 50px;
  }
  .best-in-industry .three-col-adjust span>.hs_cos_wrapper {
    max-width: 100% !important;
    width: 100%;
  }
  .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper:nth-child(7) {
    padding: 10px 20px !important;
  }
  .image-text.flex.align-left {
    margin-left: 0px;
  }
  .best-in-industry .left-col.align-center.card-container .left-col-content .col-content {
    max-width: 100%;
    margin: 0 auto;
  }
  .best-in-industry .left-col.align-center.card-container .left-col-content {
    max-width: 100%;
  }
  .best-in-industry button.slick-next.slick-arrow {
    right: 5px;
  }
  .best-in-industry .span6.right-col.vertical-center .three-col-adjust .hs_cos_wrapper .card .image-container {
    max-width: 110px;
    margin: 0 auto;
  }
  .best-in-industry .span6.left-col {
    border-radius: 25px;
    max-width: 100%;
  }
  .best-in-industry .span6.vertical-center.right-col .three-col-adjust span{
    justify-content: flex-end;
    display:flex;
  }

}
@media(min-width:768px) and (max-width:1100px){
  .best-in-industry button.slick-next.slick-arrow{
    right: 6px;
  }
}
@media(min-width:768px) and (max-width:857px){
  .best-in-industry .button {
    margin-top: 40px;
  }
}
@media(min-width:768px){
  .best-in-industry .three-col-adjust span {
    justify-content: center;
    margin-left: -4%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .best-in-industry button.slick-prev.slick-arrow ,
  .best-in-industry button.slick-next.slick-arrow{
    top:50%
  }

}


.end-to-end .end-to-end-content.align-center {
/*   max-width: 650px; */
  margin: 0 auto;
  padding: 54px 0px 65px;
}
.end-to-end .end-to-end-content.align-center h2{
  font-size:40px;
  margin: 0;
  font-weight:bold;

}
.end-to-end .end-to-end-content.align-center .description-container{
  margin-top:30px;
}
.end-to-end .end-to-end-content.align-center .white-cta{
  margin-top: 64px;
}
.end-to-end .end-to-end-content.align-center .white-cta a.cta_button { 
  color: #38a6ff;
  transition: all-ease-in-out .2s;
}

.end-to-end .end-to-end-content.align-center .white-cta a.cta_button:hover{ 
  transform: scale(1.01);
  color: #ffffff;
}

@media(max-width:767px){
  .end-to-end .end-to-end-content.align-center .button a.cta_button {
    max-width: 100%;
  }
  .end-to-end .end-to-end-content.align-center {
    max-width: 100%;
  }

  .end-to-end .end-to-end-content.align-center .white-cta{
    margin-top:30px;
  }

}
@media(min-width:1200px){
  .best-in-industry .span6.vertical-center.right-col .three-col-adjust .hs_cos_wrapper {
    min-height: 88px;
    display: flex;
  }
}


@media(max-width:767px){

  body .row-fluid .mobile-hide{
    display:none;
  }
}

@media (min-width: 768px){

  .mobile-only{
    display:none!important;
  }
}


@media (min-width: 768px) {
  .left-mobile-center{
   text-align:left!important;
  }
   .right-mobile-center{
   text-align:right!important;
  }
}

@media (max-width: 768px) {
  .left-mobile-center{
   text-align:center;
  }
   .right-mobile-center{
   text-align:center;
  }
}


@media (max-width:767px){

.stack-row > .row-fluid-wrapper > .row-fluid {
    display: flex;
    flex-direction: column-reverse;
}

/* .stack-row is the parent class */

}



/********* Adwords Lending Page Style **********/


body.mega-menu.adwords-page .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:not(:last-child)>a{
  padding: 0;
}

body.mega-menu.adwords-page .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child>a{
  top: unset;
  margin: 0;
  right: 15px;
}

body.mega-menu.adwords-page .updated-header .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child>a{
  color: #38A6FF;
  font-size: 18px;
  letter-spacing: 0;
  padding: 13px 23px;
}

body.mega-menu.adwords-page .updated-header.nav-down .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child>a{
  color: #fff;
}

body.mega-menu.adwords-page .container-fluid .row-fluid .end-to-end .wrapper{
  max-width: 1140px;
}

body.adwords-page .end-to-end .end-to-end-content.align-center{
  padding: 54px 0px 70px;
}

body.adwords-page .end-to-end .end-to-end-content.align-center .white-cta{
  margin-top: 40px;
}

body.adwords-page .review-section .section-padding{
  background: #fff !important;
}



body.adwords-page .vision-menu-primary{
  margin-bottom: 0 !important;
}

@media(min-width: 768px){
  body.adwords-page .updated-header .ps-vision-header{
    padding: 30px 0;
  }
  
  body.adwords-page .updated-header.nav-down .ps-vision-header{
    padding: 20px 0;
  }

  body.adwords-page .header-cta{
    display: none !important;
  }
  .updated-header.nav-down .ps-vision-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child>a
  background: #1d4fd8!important;
}

}
@media(max-width: 767px){
/*   body.mega-menu.adwords-page .desktop-nav{
    display: block;
  }

  body.mega-menu.adwords-page .desktop-nav .ps-vision-header{
    background: #fff;
    border-bottom: none;
  }

 
  
  body.adwords-page .logo{
    margin: 0 !important;
  }

  body.adwords-page .container-fluid .row-fluid .black-logo{
    display: none;
  }

  body.adwords-page .container-fluid .row-fluid .white-logo{
    display: block;
  }

  body.adwords-page .container-fluid .mobile-nav{
    display: none;
  } */
  
   body.mega-menu.adwords-page .mobile-trigger{
    display: none !important;
  }
  
  body.adwords-page .end-to-end .end-to-end-content.align-center h2{
    line-height: 34px;
  }
  
  body.adwords-page .end-to-end .end-to-end-content.align-center .white-cta a.cta_button{
    max-width: 180px;
    padding: 14px 0px;
  }
  
  body.adwords-page .end-to-end .end-to-end-content.align-center{
    padding: 41px 0px 63px;
  }
  
  body.adwords-page .end-to-end .end-to-end-content.align-center .white-cta{
    margin-top: 35px;
  }
  
  body.adwords-page .header-container-wrapper .ps-vision-header .logo{
    max-width: 100%;
    width: 50%;
  }
  
  body.adwords-page .header-container-wrapper .ps-vision-header .span9{
    width: 50%;
    text-align: right;
    padding-left: 5px;
  }

  body.adwords-page .header-container-wrapper .ps-vision-header .span9 a.cta_button{
    max-width: 140px !important;
    border-radius: 6px;
    padding: 8px 10px;
    max-width: 150px!important;
    font-size: 12px!important;;
  }
  
  body.adwords-page .container-fluid .row-fluid .ps-vision-header .wrapper >.row-fluid-wrapper>.row-fluid{
    display: flex;
    align-items: center;
    
  }
}
  body .container-fluid .request_demo .row-fluid .wrapper{
  padding: 0 20px !important;
}

.request_demo form ul.inputs-list.multi-container{
   padding-left: 00px; 
}


/*====== Proctoring Comparison Page Styling =====  */

.proctoring-banner h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.2;
}

.proctoring-banner{
  padding:200px 0 70px;
}

.proctoring-banner .sub-text {
  margin: 20px 0;
}

@media (min-width: 768px) and (max-width: 1024px){
  .proctoring-banner h1 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 1.2;
  }
}


@media (max-width: 767px) {
  body .row-fluid .proctoring-banner{
    padding:90px 0 60px;
    text-align:center;
  }
  .proctoring-banner .left-col{
    margin-bottom: 40px;
  }
}

/*==================================================================
Proctoring Comparison Page Styling
==================================================================*/


/*==================================================================
Proctoring Comparison Banner Section Section Styling
==================================================================*/

.proctoring-banner .inner-div{
  height:340px;
  max-width: 572px;
  margin:0 auto;
  position: relative;
  box-shadow: 0 2px 24px 0 rgb(0 0 0 / 17%);
}
.proctoring-banner .video-section .play-button {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  max-width: 17%;
  margin: 0 auto;
  justify-content: center;
}

button.mfp-close:hover {
  background: none;
}

.proctoring-banner .video-section{
  cursor:pointer;
}

@media(max-width:767px){
  .proctoring-banner .video-section .play-button {
    top: 38%;
    max-width: 20%;

  }
}

/*==================================================================
Proctoring Comparison Tabel Section Styling
==================================================================*/

.proctoring-table{
  padding:80px 0 107px;
}

.proctoring-table .heading-container{
  margin-bottom:60px;
}

.proctoring-table table thead h4{
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  color: #343434;
}

body .row-fluid .proctoring-table thead td{
  background: #7EC3F3;
  text-align:center!important;
}

.proctoring-table table td{

  padding:15px  20px
}

.proctoring-table table tbody tr.background-tr{
  background: #F1F1F1;
}

.proctoring-table table tbody tr.background-tr td{
  border-bottom: 0;
}

.proctoring-table table tbody td{
  border-bottom: 1px solid #CCCCCC;
}

body .row-fluid .proctoring-table table tr td:last-child{
  border-right:0;
}

body .row-fluid .proctoring-table table .top-nav-end td a.cta_button {
  padding:16px;
}

body .row-fluid .proctoring-table table .top-nav-end td{
  padding:25px 10px;
}

.proctoring-table .description-text p{
  font-size: 14px;
  letter-spacing: 0;
  line-height: 27px;
}

@media (min-width:1024px){
  body .row-fluid .proctoring-table table tr td:first-child{
    width:36%;
    text-align:left;
  }
}


@media (min-width:768px) and (max-width:1024px){
  body .row-fluid .proctoring-table{
    padding:80px 0 80px;
  }
  body .row-fluid .proctoring-table .heading-container{
    margin-bottom:30px;
  }

  body .row-fluid .proctoring-table table .top-nav-end td a.cta_button{
    padding: 10px; 
    font-size: 12px;
    max-width: 150px;
  }
}

@media (max-width: 767px){

  body .row-fluid .proctoring-table{
    padding:70px 0 70px;
  }

  .proctoring-table  table {
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
    padding: 0;
  }

  body .container-fluid .row-fluid .proctoring-table table td{
    text-align:left!important;
  }
  body .row-fluid .proctoring-table .heading-container{
    margin-bottom:30px;
  }

  .proctoring-table .description-text{
    margin-top:30px;
  }

  .proctoring-table tr td:not(:nth-child(1)){
    max-width: 150px;
    width: 100%;
    min-width: 150px;
  }

  .proctoring-table thead tr td h4{
    white-space: pre-wrap;
    line-height: 24px;
  }

  body .row-fluid .proctoring-table table .top-nav-end td a.cta_button{
    padding: 10px; 
    font-size: 12px;
    max-width: 150px;
  }

  .proctoring-table table td {
    padding: 15px 11px;
  }
}

/*==================================================================
Proctoring Comparison Popup Module Section Styling
==================================================================*/

.proctoring-popup{
  max-width: 500px;
  background: transparent;
  position: fixed !important;
  left: 50%;
  top: 10%;
  background: #EEF2F6;
  padding: 20px 0px;
  transform: translate(-50%, 0);
  z-index: 15;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  visibility: hidden;
  max-height:90vh;
  overflow-y:scroll;
}


.proctoring-popup.come-down {
  visibility: visible;
  -webkit-animation-name: fid;
  animation-name: fid;
  animation-duration: 0.2s;
  animation-timing-function: linear;
}

.proctoring-popup .close-btn p {
  color: #7c98b6;
  cursor: pointer;
  font-weight: 400;
  float: right;
  margin-right: 20px;
  margin-bottom: 0px;
  position: absolute;
  right: 0;
  top:17px;
}

body.show-popup {
  position: relative;
  overflow-y: hidden;
}

body.show-popup:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0,0,0);
  opacity: .6;
  z-index: 3;
}

.proctoring-popup .wrapper {
  display: flex;
  flex-direction: column;
  padding: 0px 20px !important;
}

.proctoring-popup h3 {
  font-size: 16px!important;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.proctoring-popup input:not([type="submit"]) {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #515978 !important;
  height: 40px;
}

.proctoring-popup .hs-button{
  padding: 10px 5px !important;
  border-radius: 0 !important;
  width: 100%;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  border: transparent !important;
  font-weight: 400 !important;
  margin-bottom: 15px !important;
  max-width: 100% !important;
}
body.nav-hover.show-popup .container-fluid .row-fluid .ps-vision-header-container,
body.show-popup .container-fluid .row-fluid .ps-vision-header-container{
  z-index:1;
}

@media (min-width: 768px){
  body.show-popup .container-fluid .row-fluid .ps-vision-header-container.nav-down {
    transition: none;
  }
}

@media(max-width: 767px){
  .proctoring-popup {
    width: 94% !important;
    height:auto;
    overflow-y:scroll;
  }
  .automated-popup .wrapper{
    padding: 0px 10px !important;
  }
}

.home-hero-section{
  padding-top: 56px;
  background-color: #000000;
}

/* .home-hero-section .left-col{
  padding:50px 0;
} */

@media(min-width:768px){

  .home-hero-section .left-col{  
    padding: 180px 0px 0px;
    padding-right: 6%;
  }
  .home-hero-section h1{
    font-size:48px!important;
  font-weight:300;
  position:relative;
  margin-bottom: 13px;
}

.home-hero-section h1:before {
  position: absolute;
  width: 27px;
  height: 4px;
  background: #fff;
  top: 81px;
  right: 0;  
}
  .home-hero-section  .right-col.section-bg{
  background-size: contain!important;
  background-repeat: no-repeat;
}
  .home-row-1{
  padding:151px 0;
}
  .home-row-5{
  padding:0;
}

.left-right-modules{
  position:relative;
}

.right-left-modules{
  position:relative;
  z-index:1;
}

.footer-less-top.footer-top-section{
  padding-top:75px;
}
}
@media(max-width:1024px) and (min-width:767px){
  
     .home-hero-section h1{
     font-size:30px!important;;
  }

  .home-hero-section .left-col {
    padding: 180px 0px 0px;
  }
   .home-hero-section h1{
    font-size:30px;
  }

  .home-hero-section h1:before{
    top:47px;
  }
}
@media(max-width:767px){

  .home-hero-section h1:before{
    top: 45px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  
   .home-hero-section h1{
     font-size:24px!important;
     padding-bottom:15px;
  }

  .home-hero-section h3,
  .home-hero-section .black-arrow-cta{
    text-align:center!important;
  }  

  .left-right-modules:before,
  .left-right-modules:after,
  .right-left-modules:after,
  .right-left-modules:before{
    display:none;
  }
  .home-hero-section .right-col.section-bg {
    background-size: 92%!important;
    padding: 100px 0px;
  }
  .home-hero-section .p1 span:first-child{
    font-size: 60px !important;
  }

  .home-hero-section .p1 span:last-child{
    font-size: 32px !important;
  }
  .hs-image-widget .lazy .loading {
    max-width:75%;
    height:auto;
  }

}

.hero {
  height: 100vh;
}
.hero, .hero-container {
  margin: 0;
  padding: 0;
}

/* Set width of hero section to 100% */
.hero {
  width: 100%;
}

/* Set background color of hero section */
.hero {
  background-color: #38a6ff;
}

.home-card {
  /* Add your card styles here */
  transition: box-shadow 0.5s ease-in-out;
}

.home-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.clutch-widget{
  display: none;
}

/******** Footer Style ********/

.footer-section{
  padding: 10px 0 10px 0;
  background: #0A1B4C;
}

.footer-section ul{
  list-style: none;
}

.footer-section ul li{
  margin: 0;
  padding:0 0 0 16px;
  list-style: none;
  display: inline-block;
}

.footer-section ul li i{
  font-weight: bold;
  font-size: 24px;
  transition: all ease-in-out .2s;
}

.footer-section .left-col.vertical-center{
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-section .right-col.vertical-center{
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media(max-width: 767px){
  .footer-section ul{
    padding: 0;
  }
  .footer-section ul li{
    padding: 0 7px 0 7px;
  }
}

/******** Footer Style End ********/

@media(max-width:767px){

  body .row-fluid .mobile-hide{
    display:none!important;
  }
  
    body .row-fluid .menu-mobile-hide{
    display:none;
  }

}

@keyframes colorChange {
  0% { color: blue; }
  50% { color: red; }
  100% { color: blue; }
}

.new-text {
  animation: colorChange 1s infinite;
  margin-left: 5px;
}

.form-section{
  font-size:14px!important;
}

.form-section a{
  color: #1d4fd8!important;
}

.ai-light-animated-bg {
  /* Gradient Background */
  background: linear-gradient(135deg, #e0f7fa, #f1f8e9, #fff8e1);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;

  /* Animated Dots Pattern */
  position: relative;
  overflow: hidden;
}

.ai-light-animated-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#d1fae5 1px, transparent 1px);
  background-size: 20px 20px;
  animation: movePattern 20s linear infinite;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes movePattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}