/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




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



/*SAASY HOMEPAGE CSS*/

/* @import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese'; */

.saasy-homepage .section5_blog1_text1 ul{
    padding-left:25px;
    }
.saasy-homepage .section5_blog1_text1 ul li{
    position:relative;
    }
.saasy-homepage .section5_blog1_text1 li:before{
    position:absolute;
    padding-right:0px;
    left:-25px;
    top:5px;
    }
.saasy-homepage .slider{
    padding-top: 79px;
}
.saasy-homepage .caption h2{
    padding-bottom: 35px;
}
.saasy-homepage .caption a{
    margin-top: 51px !important;
    display: inline-block;
}
.saasy-homepage .caption{
/*     font-family: 'Open Sans', sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    right: 170px !important;
}
.saasy-homepage .hs_cos_flex-slider .caption{
    text-align:right !important;
}
.saasy-homepage a#cta_button_463211_2c350a78-8e96-4e0c-8d41-e81e65c8a3c0:hover {
   color:#ffffff;
}
.saasy-homepage a#cta_button_463211_d6198aef-f6d1-4230-814f-f98b4df4fe23:hover{
   color:#ffffff;
}
.saasy-homepage a#cta_button_463211_5dcd7cb2-cc80-4ef2-9eb4-4df87a1c78cc:hover{
   color:#ffffff;
}
.saasy-homepage .text1{
    font-size:28px;
/*     font-family: 'Open Sans', sans-serif !important; */
   font-family: Montserrat,sans-serif!important;
    font-weight: bold;
    padding-bottom: 36px;
}
.saasy-homepage .text2{
    font-size:26px;
/*     font-family: 'Open Sans', sans-serif !important;  */
  font-family: Montserrat,sans-serif!important;
    line-height: 34px;
    padding-bottom: 52px;
    text-align: right !important;
}
.saasy-homepage .text3{
    text-align: right !important;
}
.saasy-homepage .text{
    max-width: 520px;
    padding-right: 170px;
    float: right;
}
.saasy-homepage .hs_cos_flex-slider .caption{
    top: 0;
    padding-top: 115px !important;
    padding: 0;
}

.saasy-homepage .hs_cos_flex-prev{
    display:none !important;
}
.saasy-homepage .hs_cos_flex-next{
    display:none !important;
}
.saasy-homepage .hs_cos_flex-control-paging li a{
    color:transparent;
}
.saasy-homepage .hs_cos_flex-control-nav {
    bottom: 15px !important;
    right: 160px !important;
    text-align: right !important;
}
.saasy-homepage .hs_cos_flex-active{
    background:#fff !important;
}
.saasy-homepage .hs_cos_flex-control-paging li a{
    border:1px solid #fff;
    background:none;
}
 *{
    margin:0;
    padding:0;
}

.saasy-homepage .hs_cos_flex-slider.flex-slider-main.slider-mode-slider{
    margin:0;
}
.saasy-homepage .section2_text{
    margin-top: 103px;
    text-align: center; 
    /*color: #0a1f3f; */
    font-size: 36px; 
/*     font-family: 'Open Sans', sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
}

.saasy-homepage .section2_text2{
    max-width: 660px;
    text-align: center;
    margin: auto !important;
    float: none !important;
    margin-bottom: 110px !important;
}
.saasy-homepage .section2_text2 div span{
    line-height: 24px;
    font-size: 16px;
    color: #3c567d;
/*     font-family: 'Open Sans', sans-serif; */
   font-family: Montserrat,sans-serif!important;
}
.saasy-homepage .section2_gic{
    width: 100px !important;
    /*background: #0edafd;
    border: #0edafd;*/
    min-height: 2px !important;
    margin: auto !important;
    float: none !important;
    visibility: visible;
    margin-top: 36px !important;
    margin-bottom: 32px !important;
}
.saasy-homepage .Icon_1{
    margin: auto !important;
    float: none !important;
    text-align: center;
    margin-bottom: 36px !important;
} 
.saasy-homepage .Icon_2{
    margin: auto !important;
    float: none !important;
    text-align: center;
    margin-bottom: 34px !important;
} 
.saasy-homepage .Icon_3 {
    margin: auto !important;
    float: none !important;
    text-align: center;
    margin-bottom: 34px !important;
}
.saasy-homepage .module_center111111{
    margin-bottom:113px;
}
.saasy-homepage .section3_text1{
    text-align: center; 
    /*color: #0a1f3f;*/
/*     font-family: 'Open Sans', sans-serif; */
   font-family: Montserrat,sans-serif!important;
    font-size:39px;
    padding-bottom:30px;
}
.saasy-homepage .section3_text2{
    text-align: justify; 
    color: #333333;
/*     font-family: 'Open Sans', sans-serif; */
   font-family: Montserrat,sans-serif!important;
    font-size:16px !important;
    line-height:22px;
    padding-bottom:34px;
}
.saasy-homepage .section_3{
    margin-top: 55px;
    text-align:center;
    margin-bottom:55px;
}
.saasy-homepage .text_im{ 
    text-align: center; 
    margin-bottom: 16px;
}
.saasy-homepage .text_im span{
   /* color: #0a1f3f; */
    font-size: 22px;
/*     font-family: 'Open Sans', sans-serif; */
 font-family: Montserrat,sans-serif!important;
    font-weight: bold;
}
.saasy-homepage .text_im1{
    text-align: center; 
    max-width: 200px; 
    margin: auto !important; 
    float: none !important;
}
.saasy-homepage .text_im1 span{
    line-height: 22px;
    text-align: center; 
    font-size: 16px; 
    color: #333333;
/*     font-family: 'Open Sans', sans-serif; */
   font-family: Montserrat,sans-serif!important;
}
.saasy-homepage .module_center1{
    margin-left: 0 !important;
    padding-right:20px;
}
.saasy-homepage .img_3{
    padding-left: 20px;
}
.saasy-homepage .hs-image-widget {
    padding-left: 104px;
}
.saasy-homepage .button_1{
    margin-top: 12px;
    
}

.saasy-homepage .button_1 a:hover{
    background: #88cbff !important;
}

.saasy-homepage .section_3_bg{
    background: #fafafa;
}

.saasy-homepage .section_3{
    vertical-align: top;
}
.saasy-homepage .section4-text1{
    text-align: center;
    margin-top: 97px;
}
.saasy-homepage .section4-text1{
   /* color: #0a1f3f;*/
    font-size: 36px;
/*     font-family: 'Open Sans', sans-serif; */
 font-family: Montserrat,sans-serif!important;
}
.saasy-homepage .section4_gic{
    width: 100px !important;
    /*background: #0edafd;
    border: #0edafd;*/
    min-height: 2px !important;
    margin: auto !important;
    float: none !important;
    visibility: visible;
    margin-top: 26px !important;
    margin-bottom: 70px !important;
}
/*
.saasy-homepage .section4_img1 img{
    padding-left:0 !important;
    /*border: 1px solid #4285f4 !important;*/
   /* border-radius: 50%;*/
    border: 1px solid !important;
}
.saasy-homepage .section4_img2 img{
    padding-left:0 !important;
   /* border: 1px solid #4285f4 !important;*/
   /* border-radius: 50%;*/
}
.saasy-homepage .section4_img3 img{
    padding-left:0 !important;
   /* border: 1px solid #4285f4 !important;*/
    /*border-radius: 50%;*/
}
.saasy-homepage .section4_img1{
    margin: auto !important;
    float: none !important;
    text-align: center;
}
.saasy-homepage .section4_img2{
    margin: auto !important;
    float: none !important;
    text-align: center;
}
.saasy-homepage .section4_img3{
    margin: auto !important;
    float: none !important;
    text-align: center;
}
.saasy-homepage .text4_1{
   /* color: #4285f4;*/
    margin: auto !important;
    float: none !important;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 28px;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
} 
.saasy-homepage .text4_2{
    color: #3c567d;
    margin: auto !important;
    float: none !important;
    text-align: center;
    padding-bottom: 16px;
    font-size: 16px;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
}
.saasy-homepage .text4_3{
    color: #333333;
    margin: auto !important;
    float: none !important;
    text-align: center;
    font-size: 20px;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-style: italic;
    max-width:334px;
    margin-bottom: 140px !important;
}


.saasy-homepage .section5_blog1_text1 ul{
    list-style-type: none;
    font-size: 20px;
    color: #fff;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
}
.saasy-homepage .section5_blog1_text1 li:before {
    content: "";
    background: url(http://www.incredo.co/hubfs/nwgw.png);
    width: 22px !important;
    height: 9px !important;
    display: inline-block;
    padding-right: 11px;
    background-repeat: no-repeat;
    background-size: contain;
}
.saasy-homepage .section5_bg_bg{
    background: rgba(0, 0, 0, 0.5);
}

.saasy-homepage .section5-blog1{
    margin-top:96px;
    padding-left:172px;
}
.saasy-homepage .div123 i:before{
    font-size:8px !important;
    color:#fff !important;
    line-height: 26px;
}
.saasy-homepage .title_slack{
    padding-bottom:25px;
    font-size: 36px; 
    color: #fff;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
}
.saasy-homepage h3{
    font-size: 20px;
    color: #fff;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
    padding-left:25px;
}

.saasy-homepage span.simple{
    float:none;
    padding-right:0;
}
.saasy-homepage .section5-blog2{
    background:#fff;
    border-radius:10px;
    margin-bottom: 33px !important;
    margin-top:50px !important;
    width: 420px !important;
    margin-left: 100px !important;
}
.saasy-homepage .section5_blog2_text1 div span{
   /* color:#4285f4;*/
    font-size:18px !important;
    font-weight: bold;
}
.saasy-homepage .section5_blog2_text1 div{
    margin-top: 20px;  
    text-align: center;
}

.saasy-homepage .hs-form fieldset.form-columns-1 input[type="radio"] {
    margin-right: 4px;
}

.saasy-homepage .hs-form fieldset.form-columns-1 input[type="checkbox"] {
    margin-right: 4px;
}

.saasy-homepage .input input{
  /* border: 1px solid #4285f4;*/
    border-radius: 5px;
    width: 376px;
    padding-left: 13px;
    height: 38px;
}

.saasy-homepage .form-columns-2 .input input{
    width: 180px;
}
.saasy-homepage input[type="radio" i]{
    height: auto;
    
}
.saasy-homepage .input input[type="file" i]{
    border: none !important;
}
.saasy-homepage .field.hs-form-field ul li *{
    color: #555;
}





.saasy-homepage #Form, .input input, textarea, select {
    padding-top: 0;
    padding-bottom: 0;
}
.saasy-homepage .input select{
   /*border: 1px solid #4285f4;*/
    border-radius: 5px;
    width: 376px;
    color:#555555;
    font-size: 19px;
    padding-top:8px;
    padding-bottom:8px
}
.saasy-homepage .input select option{
   /*color:#4285f4; */ 
}
.saasy-homepage .input textarea{
    /*border: 1px solid #4285f4;*/
    border-radius: 5px;
    width: 376px;
}


::-webkit-input-placeholder {font-size:19px;}
::-moz-placeholder          {font-size:19px;}
:-moz-placeholder           {font-size:19px;}
:-ms-input-placeholder      {font-size:19px;}


.saasy-homepage .span12.widget-span.widget-type-form {
    text-align: center;
}
.saasy-homepage .input{
    padding-top: 15px;
}
.saasy-homepage .section5_blog2_text1{
    padding-bottom: 3px;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
}
.saasy-homepage label{
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    padding-left: 22px;
    color:#555555;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
}
.saasy-homepage .actions input{
    padding: 14px 152px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #2c6cd6;
    margin-top: 28px;
    margin-bottom: 25px;
   /* background: #4285f4;*/
    border-radius: 5px;
}
.saasy-homepage .actions input:hover{
    background: #88cbff;
}
.saasy-homepage .hs-form-checkbox{
    padding-left:50px;
}
.saasy-homepage input[type="checkbox" i] {
    width: auto !important;
}
.saasy-homepage .hs-form-radio label{
    margin-left:30px;
}

.saasy-homepage label{
    width: 81%;
    text-align: left;
}
.saasy-homepage input[type="radio" i] {
    width: auto !important;
}

.saasy-homepage input[type="checkbox" i] {
    height: auto;
}

.saasy-homepage .section5-blog2 ul li {
    list-style-type: none;
}
.saasy-homepage .hs-form-radio {
        list-style-type: none;
}

.saasy-homepage .hs-form-checkbox {
    list-style-type: none;
}
.saasy-homepage label .hs-form-required{
    display:none;
}

.saasy-homepage .text{
    display: inline-block;
    width: 90%;
}

.saasy-homepage .gg{
    max-width: 1200px;
    margin: auto !important;
    float: none !important;  
    padding-bottom: 40px;
}




@media (max-width: 1190px){
.saasy-homepage .input select {
    font-size: 13px;
}
::-webkit-input-placeholder {font-size:13px;}
::-moz-placeholder          {font-size:13px;}
:-moz-placeholder           {font-size:13px;}
:-ms-input-placeholder      {font-size:13px;}  

.saasy-homepage .section3_text1{
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    
}
.saasy-homepage .img_3 img{
    width: 360px !important;
    margin-top: 70px;
}
}
@media (max-width: 1270px){
.saasy-homepage .section5-blog1{
    padding-left:50px !important; 
}
}

@media (max-width: 1190px){
.saasy-homepage .section5-blog2{
    float: right;
    margin-right: 20px !important
    margin-left: 20px !important;
}
.saasy-homepage .section5-blog1{
    padding-left:50px !important; 
}
.saasy-homepage .section3_text1{
    font-size: 28px;
}
.saasy-homepage .section3_text2{
    font-size: 18px;  
}
.saasy-homepage .img_3 img{
    padding-left: 0;
}
}
@media (max-width: 1170px){
.saasy-homepage .section3_text2{
    max-width: 490px;
    text-align: justify;
    margin: auto;
}
.saasy-homepage .section4{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
}
@media (max-width: 1190px){
.saasy-homepage .section5-blog2{
    float:left !important;
    padding-right: 20px !important;
    margin-left: 25px !important;
}
}
@media (max-width: 1150px){
.saasy-homepage .hs_cos_flex-slider .caption{
    padding-top: 55px !important;
}
.saasy-homepage .text {
    padding-right: 102px;
}
}

@media (max-width: 1050px){
.saasy-homepage .form-columns-2 .input input {
    width: 128px;
}
.saasy-homepage .section5-blog1{
    padding-left: 20px !important;      
}
.saasy-homepage .title_slack strong{
    font-size: 28px;    
}
.saasy-homepage .section5_blog1_text1 ul{
    font-size: 18px;
}

.saasy-homepage .section5-blog2 {
    width: 326px !important;
    padding-left: 12px;
}
.saasy-homepage .input input{
    width: 300px;
}
.saasy-homepage .input select{
   width: 300px; 
}
.saasy-homepage .actions input {
    padding: 14px 112px;
}
.saasy-homepage label {
    padding-left: 5px;
}
} 
@media (max-width: 970px){
.saasy-homepage .img_3 img{
   padding-left: 0;
}
}


@media (max-width: 950px){
.saasy-homepage .slider{
    padding-top: 74px;    
}
.saasy-homepage .hs_cos_flex-control-nav {
    bottom: 8px !important;
    right: 106px !important;
}
.saasy-homepage .caption{
    right: 100px !important;
}
.saasy-homepage .caption {
    padding-top: 40px !important;
}
.saasy-homepage .caption a{
    margin-top: 15px !important;
    display: inline-block;
}

.saasy-homepage .caption h2 span {
    font-size: 24px !important;
}
.saasy-homepage .caption p span {
    font-size: 20px !important;
    padding-bottom: 20px !important;
}
.saasy-homepage .text1 {
    font-size: 24px;
}
.saasy-homepage .text2 {
    font-size: 20px;
    padding-bottom: 20px;
}
}
@media (max-width: 930px){
.saasy-homepage .img_3 img{
    margin-top: 130px;
}
.saasy-homepage .section5-blog2 {
    width: 326px !important;
    padding-left: 12px;
}
.saasy-homepage .input input{
    width: 300px;
}
.saasy-homepage .input select{
   width: 300px; 
}
.saasy-homepage .actions input {
    padding: 14px 112px;
}
.saasy-homepage label {
    padding-left: 5px;
}
}
@media (max-width: 900px){
.saasy-homepage .section5-blog1{
    width: 47% !important;
}
}
@media (max-width: 860px){
.saasy-homepage .hs_cos_flex-slider .caption{
    padding-top: 17px !important;
}
}


@media (max-width: 767px){
.saasy-homepage .slider{
    padding-top: 69px !important;
}
.saasy-homepage .title_slack p{
    text-align: center !important;
}
.saasy-homepage .hs_cos_flex-control-nav {
    bottom: 5px !important;
    text-align: center !important;
}
.saasy-homepage a#cta_button_463211_2c350a78-8e96-4e0c-8d41-e81e65c8a3c0{
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    padding-right: 7px;
}
.saasy-homepage .text2 {
    font-size: 16px;
    padding-bottom: 12px;
    line-height: 20px;
}
.saasy-homepage .text1 {
    font-size: 18px;
    padding-bottom:0 !important;
}
.saasy-homepage .hs_cos_flex-slider .caption{
    padding-top: 20px !important;
}
.saasy-homepage .hs_cos_flex-control-paging li a {
    width: 6px;
    height: 6px;
}
.saasy-homepage .hs_cos_flex-control-nav {
    right: 20px!important;
}
.saasy-homepage .module_center1{
    margin-bottom: 40px;
}
.saasy-homepage .section5-blog1{
    margin: auto !important;
}
.saasy-homepage .section5-blog2{
    margin: auto !important;
    float: none !important;
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.saasy-homepage .title_slack {
    padding-bottom: 0 !important;
    margin-top: 35px !important;
}
.saasy-homepage span.simple.icon {
    vertical-align: top !important;
}
.saasy-homepage .section5-blog1 .text{
    width: 90% !important;
}
.saasy-homepage .section5_bg{
    padding-right: 0 !important;
}
.saasy-homepage .section_3{
    margin-bottom:0 !important;
}
.saasy-homepage .text4_1{
    font-size: 24px;
}
.saasy-homepage .text4_2{
    font-size: 14px !important;
}
.saasy-homepage .text4_3{
    font-size: 16px !important;
}
.saasy-homepage .section4-text1 {
    font-size: 28px !important;
}

.saasy-homepage .section3_text2{
   font-size: 16px !important; 
   margin: auto !important;
   float: none !important;
}
.saasy-homepage .text_im1{
    margin-bottom: 25px !important;
}
.saasy-homepage .section2_text h2{
    font-size: 28px !important;
}
.saasy-homepage .module_center111111{
    margin-bottom:0 !important;
}
.saasy-homepage .img_3 img{
    margin-top:0 !important;
}
.saasy-homepage .section2_text2{
    padding-left: 20px;
    padding-right: 20px;
}
.saasy-homepage .img_3 img{
    margin-bottom: 25px;
}
.saasy-homepage .text4_3{
    margin-bottom: 50px !important;
}
}
@media (max-width: 767px){
.saasy-homepage .section5-blog2 ul li{
    width: 270px !important;
}
.saasy-homepage label {
    width: 100%;
}

.saasy-homepage .hs-form fieldset.form-columns-2 .hs-form-field{
    float: none !important;
}
.saasy-homepage .form-columns-2 .input input {
    width: 270px;
    margin-left: 8px !important;
}
.saasy-homepage .section5_blog1_text1 ul{
    padding-left:25px;
}
.saasy-homepage .section5_blog1_text1 ul li{
    position:relative;
}
.saasy-homepage .section5_blog1_text1 li:before{
    position:absolute;
    padding-right:0px;
    left:-25px;
    top:5px;
}
.saasy-homepage .caption{
    zoom:0.8;
    width:90%!important;
    right:25px!important;
    top:25px!important;
}
.saasy-homepage .section5-blog1{
    width: auto !important;
    display: inline-block !important;
    text-align: left !important;
}
.saasy-homepage .section_5{
    text-align: center !important;
}
.saasy-homepage .hs_cos_flex-control-nav {
    left: 11px !important;
    bottom: 2px !important;
    text-align: left!important;
}
.saasy-homepage .hs_cos_flex-slider .caption{
    text-align: right !important;
}
}
 

@media (max-width: 570px){ 
.saasy-homepage .section3_text2{
    padding-left: 20px !important;
    padding-right: 20px !important;
}

}
@media (max-width: 520px){ 
.saasy-homepage .caption h2{
    padding-bottom:0;
}
}
@media (max-width: 420px){ 
.saasy-homepage .section2_text{
    padding-left: 20px;
    padding-right: 20px;
}
.saasy-homepage .hs_cos_flex-slider .caption {
    padding-top: 0 !important;
}

.saasy-homepage .section2_text h2{
    line-height: 40px;
}
}
@media (max-width: 420px){ 
.saasy-homepage .section5-blog2 {
    width: 290px !important;
    padding-left: 8px;
}
.saasy-homepage .input input{
    width: 275px;
}
.saasy-homepage .input select{
   width: 275px; 
}
.saasy-homepage .actions input {
    padding: 14px 100px;
}
.saasy-homepage label {
    padding-left: 5px;
}
}   

@media (max-width: 355px){ 
.saasy-homepage .section4-text1{
    line-height: 40px !important;
}
}
  
.saasy-homepage .img_slider ul{
    background: black;
 }
.saasy-homepage .img_slider ul li img{
   opacity: 0.4;
  }   
.saasy-homepage .hs_cos_flex-slider .caption{
    background-color: rgba(0, 0, 0, 0);
}







/*SAASY PRICING PAGE CSS*/


/* SECTION 1 */
.pricing-page #section_2{
/*     background: none !important; */
}
.pricing-page .section1 .row-fluid-wrapper.row-depth-1.row-number-3 {
    float:none !important;
    padding-right:0 !important;
}
.pricing-page .section1{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 78px !important;  
}
.pricing-page .section1_text{
    text-align: center; 
    /*color: #0a1f3f; */
    font-size: 36px; 
/*     font-family: 'Open Sans', sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
}

.pricing-page .section1_text2{
    max-width: 1150px;
    text-align: center;
    margin: auto !important;
    float: none !important;
    margin-bottom: 100px !important;
}
.pricing-page .section1_text2{
    line-height: 20px;
    font-size: 16px;
    color: #3c567d;
/*     font-family: 'Open Sans', sans-serif; */
 font-family: Montserrat,sans-serif!important;
}
.pricing-page .section1_gic{
    width: 100px !important;
   /* background: #0edafd;*/
   /* border: #0edafd;*/
    min-height: 2px !important;
    margin: auto !important;
    float: none !important;
    visibility: visible;
    margin-top: 26px !important;
    margin-bottom: 26px !important;
}


/* SECTION 3 */

.pricing-page .section3{
    padding-left: 20px;
    padding-right: 20px;  
}
.pricing-page .section3-text1{
    text-align: center !important;
    margin-top: 97px;
}
.pricing-page .section3-text1{
   /* color: #0a1f3f;*/
    font-size: 36px;
/*     font-family: 'Open Sans', sans-serif; */
  font-family: Montserrat,sans-serif!important;
}
.pricing-page .section3_gic{
    width: 100px !important;
    /*background: #0edafd;*/
   /* border: #0edafd;*/
    min-height: 2px !important;
    margin: auto !important;
    float: none !important;
    visibility: visible;
    margin-top: 26px !important;
    margin-bottom: 70px !important;
}
.pricing-page .section3_img1 img{
    padding-left:0 !important;
    /*border: 1px solid #4285f4 !important;*/
    border-radius: 50%;
}
.pricing-page .section3_img2 img{
    padding-left:0 !important;
    /*border: 1px solid #4285f4 !important;*/
    /*border-radius: 50%;*/
}
.pricing-page .section3_img3 img{
    padding-left:0 !important;
   /* border: 1px solid #4285f4 !important;*/
    border-radius: 50%;
}
.pricing-page .section3_img1{
    margin: auto !important;
    float: none !important;
    text-align: center;
}
.pricing-page .section3_img2{
    margin: auto !important;
    float: none !important;
    text-align: center;
}
.pricing-page .section3_img3{
    margin: auto !important;
    float: none !important;
    text-align: center;
}
.pricing-page .text3_1{
   /* color: #4285f4;*/
    margin: auto !important;
    float: none !important;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 28px;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
} 
.pricing-page .text3_2{
    color: #3c567d;
    margin: auto !important;
    float: none !important;
    text-align: center;
    padding-bottom: 16px;
    font-size: 16px;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
}
.pricing-page .text3_3{
    line-height: 24px;
    color: #333333;
    margin: auto !important;
    float: none !important;
    text-align: center;
    font-size: 20px;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-style: italic;
    max-width:334px;
    margin-bottom:15px !important;
}
.pricing-page .section3_group{
    max-width: 1200px;
    margin: auto !important;
    float: none !important;   
}
.pricing-page .section3-bg .row-fluid-wrapper.row-depth-1.row-number-3 {
    float: none !important; 
    padding-right: 0 !important;
} 



/* SECTION 4 */
.pricing-page .section4{
    padding-left: 20px;
    padding-right: 20px;  
}
.pricing-page #section_2{
/*     background: none !important; */
}
.pricing-page .section4_text{
    margin-top: 103px;
    text-align: center; 
    /*color: #0a1f3f; */
    font-size: 36px; 
/*     font-family: 'Open Sans', sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
}

.pricing-page .section4_text2{
    max-width: 1150px;
    text-align: center;
    margin: auto !important;
    float: none !important;
    margin-bottom: 30px !important;
}
.pricing-page .section4_text2{
    line-height: 20px;
    font-size: 16px;
    color: #3c567d;
/*     font-family: 'Open Sans', sans-serif; */
 font-family: Montserrat,sans-serif!important;
}
.pricing-page .section4_gic{
    width: 100px !important;
   /* background: #0edafd;*/
   /* border: #0edafd;*/
    min-height: 2px !important;
    margin: auto !important;
    float: none !important;
    visibility: visible;
    margin-top: 26px !important;
    margin-bottom: 26px !important;
}
.pricing-page .section4 .row-fluid-wrapper.row-depth-1.row-number-3 {
    float:none !important;
    padding-right:0 !important;
}

/* SECTION 6 */

.pricing-page .section6_blog1_text1 ul li {
    position: relative !important;
}
.pricing-page .section6_blog1_text1 li:before {
    position: absolute;
    padding-right: 0;
    left: -25px;
    top: 5px;
}
.pricing-page .section6_bg_bg{
    background: rgba(0, 0, 0, 0.5);
}
.pricing-page .section6_blog1_text1 ul{
    padding-bottom: 20px !important;
    line-height: 26px;
    list-style-type: none;
    font-size: 20px;
    color: #fff;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
}
.pricing-page .section6_blog1_text1 li:before {
    content: "";
    background: url(http://www.incredo.co/hubfs/nwgw.png);
    width: 22px !important;
    height: 9px !important;
    display: inline-block;
    padding-right: 11px;
    background-repeat: no-repeat;
    background-size: contain;
}

.pricing-page .section6-blog1{
    margin-top:96px;
    padding-left:172px;
}

.pricing-page .title_slack{
    padding-bottom:25px;
    font-size: 36px; 
    color: #fff;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
}
.pricing-page h3{
    font-size: 20px;
    color: #fff;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Bebas Neue W03,sans-serif;
    font-weight: bold;
    padding-left:0;
}
.section.post-footer .hs-richtext{
	    font-family: Bebas Neue W03,sans-serif;
}
.pricing-page span.simple{
    float:none;
    padding-right:0;
}
.pricing-page .section6-blog2{
    background:#fff;
    border-radius:10px;
    margin-bottom: 33px !important;
    margin-top:50px !important;
    width: 420px !important;
    margin-left: 100px !important;
}
.pricing-page .section6_blog2_text1 div span {
   /* color: #4285f4 !important;*/
    font-size: 18px !important;
    font-weight: bold;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
}
.pricing-page .section6_blog2_text1 div{
    margin-top: 20px;  
    text-align: center;
}

.custom-footer-menu .hs-menu-children-wrapper{
  background-color:transparent!important;
}

.custom-footer-subscribe-form a.newsletter-text,.custom-footer-subscribe-form h3{
  margin:0!important;
}

/* .custom-footer-subscribe-form .hs-form ul.hs-error-msgs.inputs-list{
	    margin: 0;
    color: red;
    position: absolute;
    bottom: -19px;
    display: block;
    padding: 0;
}
 */
.pricing-page .input input{
  /* border: 1px solid #4285f4;*/
    border-radius: 5px;
    width: 376px;
    padding-left: 13px;
    height: 38px;
}

.pricing-page .form-columns-2 .input input{
    width: 180px;
}
.pricing-page input[type="radio" i]{
    height: auto;
    
}
.pricing-page .hs-form fieldset.form-columns-1 input[type="radio"] {
    margin-right: 4px;
}

.pricing-page .hs-form fieldset.form-columns-1 input[type="checkbox"] {
    margin-right: 4px;
}
.pricing-page input[type="checkbox" i] {
    height: auto;
}
.pricing-page .input input[type="file" i]{
    border: none !important;
}
.custom-footer-subscribe-form .hs-form ul.hs-error-msgs.inputs-list{
      margin: 0;
   
  position:initial!important;
    display: block;
    padding: 0;
}
 .pricing-page .custom-footer-subscribe-form label{
	width:100%;
    color: red!important;
   padding:0;
}
.accordion_titl{
	text-align:center;
}
.accordion_titl p {
  margin:auto!important;
  display:inline;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    max-width: max-content!important;
    text-align: center!important;
}
.accordion_text{
	margin-bottom: 20px;
}
.accordion_text *{
	    font-size: 16px;
}

.pricing-page #Form, .input input, textarea, select {
    padding-top: 0;
    padding-bottom: 0;
}
.pricing-page .input select{
   /*border: 1px solid #4285f4;*/
    border-radius: 5px;
    width: 376px;
    color:#555555;
    font-size: 19px;
    padding-top:8px;
    padding-bottom:8px
}
.pricing-page .input select option{
   /*color:#4285f4; */ 
}
.pricing-page .input textarea{
    /*border: 1px solid #4285f4;*/
    border-radius: 5px;
    width: 376px;
}


::-webkit-input-placeholder {font-size:19px;}
::-moz-placeholder          {font-size:19px;}
:-moz-placeholder           {font-size:19px;}
:-ms-input-placeholder      {font-size:19px;}


.pricing-page .span12.widget-span.widget-type-form {
    text-align: center;
}
.pricing-page .input{
    padding-top: 15px;
}
.pricing-page .section6_blog2_text1{
    padding-bottom: 3px;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
}
.pricing-page .hs-form-radio label{
    margin-left:30px;
}
.pricing-page label{
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    padding-left: 22px;
    color:#555555;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
}
.pricing-page .actions input{
    padding: 14px 152px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #2c6cd6;
    margin-top: 28px;
    margin-bottom: 25px;
   /* background: #4285f4;*/
    border-radius: 5px;
}
.pricing-page .actions input:hover{
    background: #88cbff;
}
.pricing-page .hs-form-checkbox{
    padding-left:50px;
}
.pricing-page input[type="checkbox" i] {
    width: auto !important;
}

.pricing-page label{
    width: 81%;
    text-align: left;
}

.pricing-page .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
 padding:0;
}
/*.hs-form-radio{
    padding-left:50px;
}*/
.pricing-page input[type="radio" i] {
    width: auto !important;
}



.pricing-page .section6-blog2 ul li {
    list-style-type: none;
}
.pricing-page .hs-form-radio {
        list-style-type: none;
}

.pricing-page .hs-form-checkbox {
    list-style-type: none;
}
.pricing-page label .hs-form-required{
    display:none;
}


/* SECTION 2 */

.pricing-page .section2{
    padding-left: 20px;
    padding-right: 20px;  
}
.pricing-page .section2_icon_text_3{
    padding-left: 15px;
}
.pricing-page .section2_icon_text_1{
/*     padding-left: 30px;  */
}
.pricing-page .section22{
    padding-left: 20px;
    padding-right: 20px;
    position:relative;
}
.pricing-page .section2_img img{
    position:absolute;
    top:0;
    left:0;
}
.pricing-page .section2{
    border-top:5px solid #f5f5f5 !important;
  font-family:Montserrat,sans-serif!important;
}

.pricing-page .sect2_mod1{
    border-bottom:1px solid #f5f5f5;
    
}
.pricing-page .sect2_mod2 {
    border-bottom: 1px solid #f5f5f5;
    max-width: 260px;
    margin: auto !important;
    float: none !important;
    margin-top: 32px !important;
    margin-bottom: 30px !important;
}
.pricing-page .sect2_mod3 {
    border-bottom: 1px solid #f5f5f5;
    max-width: 260px;
    margin: auto !important;
    float: none !important;
    margin-bottom: 30px !important;
}
.pricing-page .sect2_mod4{
    border-bottom:1px solid #f5f5f5; 
}
.pricing-page .section2{
   border: 1px solid #f5f5f5; 
   margin-left: 0 !important;
}
.pricing-page .section22{
   box-shadow: 0px 0px 20px #ddd;
   border: 1px solid #f5f5f5; 
   margin-left: 0 !important;
}
.pricing-page .section_2{
    padding-left:54px !important;
    max-width: 1145px;
    margin: auto !important;
    float: none !important;
    text-align:center !important;
}
.pricing-page .call-to-action{
    margin-bottom: 45px !important;
    margin-top: 50px !important;
    text-align:center;
 }
.pricing-page .call-to-action_1{
    margin-bottom: 17px !important;
    margin-top: 50px !important;
    text-align:center;
}
.pricing-page .call-to-action_1 a#cta_button_463211_ac7cb051-9e99-41ff-970e-5374b8d0ecbd{
    background:#82b440 ;
}
.pricing-page .call-to-action_1 a#cta_button_463211_ac7cb051-9e99-41ff-970e-5374b8d0ecbd:hover{
    background: #cbf693 !important;
}
.pricing-page a#cta_button_463211_ac7cb051-9e99-41ff-970e-5374b8d0ecbd:hover {
    background: #88cbff !important;
    cursor: pointer;
    font-size: 16px;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
    padding: 15px 30px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    /*background: #4285f4;*/
    border-radius: 5px;
}
.pricing-page .section2_gic {
    width: 66px !important;
   /* background: #0edafd;*/
   /* border: #0edafd;*/
    min-height: 2px !important;
    margin: auto !important;
    float: none !important;
    visibility: visible;
    margin-top: 26px !important;
    margin-bottom: 26px !important;
}

.pricing-page .section2_text1{
    margin-top: 62px;
    text-align: center;
    font-size: 28px;
/*     font-family: 'Open Sans', sans-serif !important; */
   font-family: Montserrat,sans-serif!important;
    font-weight: 300;
    /*color: #0a1f3f;*/
}
.pricing-page .section2_text2{
    margin-bottom: 55px;
    text-align: center;
    font-size: 18px;
/*     font-family: 'Open Sans', sans-serif !important; */
   font-family: Montserrat,sans-serif!important;
    font-weight: 300;
    color: #999999;
}
.pricing-page .section2_icon1{
    text-align: right;
    padding-right:15px;
}
.pricing-page .section2_icon2{
    text-align: right;
    padding-right:15px;
}
.pricing-page .section2_icon3{
    text-align: right;
    padding-right:15px;
}
.pricing-page .section2_icon1 i{
    color: #9bcb5b;
}
.pricing-page .section2_icon2 i{
    color: #9bcb5b;
}
.pricing-page .section2_icon3 i{
    color: #9bcb5b;
}
.pricing-page .section2_text3{
    text-align: left;
    font-size: 16px;
/*     font-family: 'Open Sans', sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: 600;
    color: #333333;
}
.pricing-page .section2_text5{
    text-align: left;
    font-size: 16px;
/*     font-family: 'Open Sans', sans-serif !important; */
   font-family: Montserrat,sans-serif!important;
    font-weight: 600;
    color: #333333;
}
.pricing-page .section2_text7{
    text-align: left;
    font-size: 16px;
/*     font-family: 'Open Sans', sans-serif !important; */
   font-family: Montserrat,sans-serif!important;
    font-weight: 600;
    color: #333333;
}
.pricing-page .section2_text4{
    line-height: 26px;
    max-width: 270px;
    margin: auto !important;
    float: none !important;
    font-size: 14px;
/*     font-family: 'Open Sans', sans-serif !important; */
   font-family: Montserrat,sans-serif!important;
    color: #999;
    margin-bottom:30px !important;
}
.pricing-page .section2_text6{    
    line-height: 26px;
    max-width: 270px;
    margin: auto !important;
    float: none !important;
    font-size: 14px;
/*     font-family: 'Open Sans', sans-serif !important; */
   font-family: Montserrat,sans-serif!important;
    color: #999;
    margin-bottom:30px !important;
}
.pricing-page .section2_text8{
    line-height: 26px;
    max-width: 270px;
    margin: auto !important;
    float: none !important;
    font-size: 14px;
/*     font-family: 'Open Sans', sans-serif !important; */
   font-family: Montserrat,sans-serif!important;
    color: #999;
    margin-bottom: 30px !important;
    
}


@media (max-width: 1270px){
.pricing-page .section6-blog1{
    padding-left:50px !important; 
}
}
@media (max-width: 1190px){
.pricing-page .section6-blog2{
    float: right;
    margin-right: 20px !important
    margin-left: 20px !important;
}
.pricing-page .section6-blog1{
    padding-left:50px !important; 
}
}
@media (max-width: 1190px){

.pricing-page .section6-blog2{
    float:left !important;
    padding-right: 20px !important;
    margin-left: 25px !important;
}
}

@media (max-width: 1050px){
.pricing-page .form-columns-2 .input input {
    width: 128px;
}
.pricing-page .section6_blog1_text1 ul li{
    position:relative;
}
.pricing-page .section6_blog1_text1 li:before{
    position:absolute;
    padding-right:0px;
    left:-25px;
    top:5px;
}
.pricing-page .section6-blog1{
   margin-left: 30px !important; 
}
.pricing-page .section6-blog1{
    padding-left: 20px !important;      
}
.pricing-page .title_slack strong{
    font-size: 28px;    
}
.pricing-page .section6_blog1_text1 ul{
    font-size: 18px;
}

.pricing-page .section6-blog2 {
    width: 326px !important;
    padding-left: 12px;
}
.pricing-page .input input{
    width: 300px;
}
.pricing-page .input select{
   width: 300px; 
}
.pricing-page .actions input {
    padding: 14px 112px;
}
.pricing-page label {
    padding-left: 5px;
}
} 

@media (max-width: 1040px){
.pricing-page a#cta_button_463211_ac7cb051-9e99-41ff-970e-5374b8d0ecbd {
    font-size: 14px;
    padding: 12px 16px;
}
.pricing-page a#cta_button_463211_ac7cb051-9e99-41ff-970e-5374b8d0ecbd:hover {
    font-size: 14px;
    padding: 12px 16px;
}
.pricing-page .section2_text1{
    font-size: 24px;    
}
.pricing-page .section2_text2{
    font-size: 16px;    
}
.pricing-page .section2_text3{
    font-size: 15px;    
}
.pricing-page .section2_text5{
    font-size: 15px;    
}
.pricing-page .section2_text7{
    font-size: 15px;    
}
}

@media (max-width: 930px){
.pricing-page .img_3 img{
    margin-top: 130px;
}
.pricing-page .section6-blog2 {
    width: 326px !important;
    padding-left: 12px;
}
.pricing-page .input input{
    width: 300px;
}
.pricing-page .input select{
   width: 300px; 
}
.pricing-page .actions input {
    padding: 14px 112px;
}
.pricing-page label {
    padding-left: 5px;
}
}
@media (max-width: 900px){
.pricing-page .section6-blog1{
    width: 47% !important;
}
}
@media (max-width: 767px){
.pricing-page .hs-form fieldset.form-columns-2 .hs-form-field{
    float: none !important;
}
.pricing-page .form-columns-2 .input input {
    width: 270px;
    margin-left: 8px !important;
}
    

.pricing-page .section6_blog1_text1 ul{
        padding-left:25px;
}
.pricing-page .section6_blog1_text1 ul li{
        position:relative;
}
.pricing-page .section6_blog1_text1 li:before{
    position:absolute;
    padding-right:0px;
    left:-25px;
    top:5px;
}

.pricing-page .section6-blog1{
    width: auto !important;
    display: inline-block !important;
    text-align: left !important;
}
.pricing-page .section_6{
    text-align: center !important;
}
.pricing-page .section6-blog1{
    margin: auto !important;
}
.pricing-page .section6-blog2{
    margin: auto !important;
    float: none !important;
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.pricing-page .title_slack {
    padding-bottom: 0 !important;
    margin-top: 35px !important;
}
.pricing-page span.simple.icon {
    vertical-align: top !important;
}
.pricing-page .section6-blog1 .text{
    width: 90% !important;
}
.pricing-page .section6_bg{
    padding-right: 0 !important;
}
.pricing-page .title_slack p{
    text-align: center !important;
}
.pricing-page .section1{
    text-align: center;
}

.pricing-page .section4{
    text-align: center;
}
.pricing-page .section1_text{
    font-size: 30px;
}
.pricing-page .section4_text{
    font-size: 30px;
}
.pricing-page .text3_1{
    font-size: 24px;
}
.pricing-page .text3_2{
    font-size: 14px;
}
.pricing-page .text3_3{
    font-size: 16px;
}
.pricing-page .section3-bg{
    text-align: center !important;
    margin: auto !important;
    float: none !important;
}
.pricing-page .section3-text1{
   font-size: 30px; 
}
.pricing-page .section3-text1 {
    margin-top: 45px;
}
.pricing-page .section4_text {
    margin-top: 45px;
}
.pricing-page .section3_img2{
    padding-top: 30px;
}
.pricing-page .section3_img3{
    padding-top: 30px;
}
.pricing-page .bacaaa .sect22222{
    display:block !important;
}
.pricing-page .section_2{
    padding-right: 30px;
    padding-left: 24px !important;
    margin: auto !important;
}

.pricing-page .section2{
    margin: auto !important;
    margin-bottom: 30px !important;
    max-width: 320px;
    cursor: pointer;
}
.pricing-page .section22{
    margin: auto !important;
    margin-bottom: 30px !important;
    max-width: 320px;
    cursor: pointer;
}
.pricing-page .section2_text3{
    display: inline-block !important;
    margin-right: 20px;
}
.pricing-page .section2_icon1{
    display: inline-block !important;
}
.pricing-page .section2_text5{
    display: inline-block !important;
    margin-right: 20px;
}
.pricing-page .section2_icon2{
    display: inline-block!important;
}
.pricing-page .section2_text7{
    display: inline-block !important;
    margin-right: 20px;
}
.pricing-page .section2_icon3{
    display: inline-block !important;
}
}

@media (max-width: 640px){ 
.pricing-page .section5_text li{
    width: 85%;
    position: relative;
}
}
@media (max-width: 420px){ 
.pricing-page .section6-blog2 {
    width: 290px !important;
    padding-left: 8px;
}
.pricing-page .input input{
    width: 275px;
}
.pricing-page .input select{
   width: 275px; 
}
.pricing-page .actions input {
    padding: 14px 100px;
}
.pricing-page label {
    padding-left: 5px;
}
}  



/*SAASY FEATURES PAGE CSS*/

/* SLIDER */

.features-page a#cta_button_463211_5dcd7cb2-cc80-4ef2-9eb4-4df87a1c78cc:hover{
    color:#ffffff;
}
.features-page a#cta_button_463211_d6198aef-f6d1-4230-814f-f98b4df4fe23:hover{
    color:#ffffff;
}

.features-page .img_slider ul{
    background: black;
 }
.features-page .img_slider ul li img{
   opacity: 0.4;
  }   
.features-page .hs_cos_flex-slider .caption{
    background-color: rgba(0, 0, 0, 0);
}
.features-page .slider{
    padding-top: 79px;
}
.features-page .caption h2{
    padding-bottom: 35px;
}
.features-page .caption a{
    margin-top: 51px !important;
    display: inline-block;
}
.features-page .caption{
/*     font-family: 'Open Sans', sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    right: 170px !important;
}
.features-page .hs_cos_flex-slider .caption{
    text-align:right !important;
}
.features-page a#cta_button_463211_2c350a78-8e96-4e0c-8d41-e81e65c8a3c0:hover {
   background: #88cbff;
   color:#ffffff;
}
/*.features-page .img_slider ul li img {
    max-height: 571px;
}*/

.features-page .hs_cos_flex-slider .caption{
    top: 0;
    padding-top: 115px !important;
    padding: 0;
}

.features-page .hs_cos_flex-prev{
    display:none !important;
}
.features-page .hs_cos_flex-next{
    display:none !important;
}
.features-page .hs_cos_flex-control-paging li a{
    color:transparent;
}
.features-page .hs_cos_flex-control-nav {
    bottom: 15px !important;
    right: 160px !important;
    text-align: right !important;
}
.features-page .hs_cos_flex-active{
    background:#fff !important;
}
.features-page .hs_cos_flex-control-paging li a{
    border:1px solid #fff;
    background:none;
}
.features-page .hs_cos_flex-slider.flex-slider-main.slider-mode-slider{
    margin:0;
}

/* SECTION 1 */
.features-page #section_2{
    background: none !important;
}
.features-page .section1 .row-fluid-wrapper.row-depth-1.row-number-3 {
    float:none !important;
    padding-right:0 !important;
    padding-top: 0 !important;
}
.features-page .section1{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 110px !important;  
}
.features-page .section1_text{
    text-align: center; 
   /* color: #0a1f3f; */
    font-size: 36px; 
/*     font-family: 'Open Sans', sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
}

.features-page .section1_text2{
    max-width: 660px;
    text-align: center;
    margin: auto !important;
    float: none !important;
    margin-bottom: 100px !important;
}
.features-page .section1_text2{
    line-height: 20px;
    font-size: 16px;
    color: #3c567d;
/*     font-family: 'Open Sans', sans-serif; */
  font-family: Montserrat,sans-serif!important;
}
.features-page .section1_gic{
    width: 100px !important;
   /* background: #0edafd;*/
   /* border: #0edafd;*/
    min-height: 2px !important;
    margin: auto !important;
    float: none !important;
    visibility: visible;
    margin-top: 26px !important;
    margin-bottom: 26px !important;
}


/* SECTION 3 */

.features-page .section3{
    padding-left: 20px;
    padding-right: 20px;  
}
.features-page .section3-text1{
    text-align: center !important;
    margin-top: 97px;
}
.features-page .section3-text1{
    /*color: #0a1f3f;*/
    font-size: 36px;
/*     font-family: 'Open Sans', sans-serif; */
   font-family: Montserrat,sans-serif!important;
}
.features-page .section3_gic{
    width: 100px !important;
  /* background: #0edafd;*/
   /* border: #0edafd;*/
    min-height: 2px !important;
    margin: auto !important;
    float: none !important;
    visibility: visible;
    margin-top: 26px !important;
    margin-bottom: 70px !important;
}
.features-page .section3_img1 img{
    padding-left:0 !important;
   /*border: 1px solid #4285f4 !important;*/
    border-radius: 50%;
}
.features-page .section3_img2 img{
    padding-left:0 !important;
   /* border: 1px solid #4285f4 !important;*/
    border-radius: 50%;
}
.features-page .section3_img3 img{
    padding-left:0 !important;
   /* border: 1px solid #4285f4 !important;*/
    border-radius: 50%;
}
.features-page .section3_img1{
    margin: auto !important;
    float: none !important;
    text-align: center;
}
.features-page .section3_img2{
    margin: auto !important;
    float: none !important;
    text-align: center;
}
.features-page .section3_img3{
    margin: auto !important;
    float: none !important;
    text-align: center;
}
.features-page .text3_1{
   /*color: #4285f4;*/
    margin: auto !important;
    float: none !important;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 28px;
/*     font-family: 'Open Sans',sans-serif !important; */
   font-family: Montserrat,sans-serif!important;
    font-weight: bold;
} 
.features-page .text3_2{
    color: #3c567d;
    margin: auto !important;
    float: none !important;
    text-align: center;
    padding-bottom: 16px;
    font-size: 16px;
/*     font-family: 'Open Sans',sans-serif !important; */
   font-family: Montserrat,sans-serif!important;
}
.features-page .text3_3{
    line-height: 24px;
    color: #333333;
    margin: auto !important;
    float: none !important;
    text-align: center;
    font-size: 20px;
/*     font-family: 'Open Sans',sans-serif !important; */
   font-family: Montserrat,sans-serif!important;
    font-style: italic;
    max-width:334px;
    margin-bottom:15px !important;
}
.features-page .section3_group{
    max-width: 1200px;
    margin: auto !important;
    float: none !important;   
}
.features-page .section3-bg .row-fluid-wrapper.row-depth-1.row-number-3 {
    float: none !important; 
    padding-right: 0 !important;
} 



/* SECTION 4 */
.features-page .section4{
    padding-left: 20px;
    padding-right: 20px;  
}
.features-page #section_2{
    background: none !important;
}
.features-page .section4_text{
    margin-top: 103px;
    text-align: center; 
   /* color: #0a1f3f; */
    font-size: 36px; 
/*     font-family: 'Open Sans', sans-serif !important; */
   font-family: Montserrat,sans-serif!important;
}

.features-page .section4_text2{
    max-width: 660px;
    text-align: center;
    margin: auto !important;
    float: none !important;
    margin-bottom: 30px !important;
}
.features-page .section4_text2{
    line-height: 20px;
    font-size: 16px;
    color: #3c567d;
/*     font-family: 'Open Sans', sans-serif; */
   font-family: Montserrat,sans-serif!important;
}
.features-page .section4_gic{
    width: 100px !important;
  /*  background: #0edafd;*/
   /* border: #0edafd;*/
    min-height: 2px !important;
    margin: auto !important;
    float: none !important;
    visibility: visible;
    margin-top: 26px !important;
    margin-bottom: 26px !important;
}
.features-page .section4 .row-fluid-wrapper.row-depth-1.row-number-3 {
    float:none !important;
    padding-right:0 !important;
}

/* SECTION 6 */

.features-page .section6_blog1_text1 ul li {
    position: relative !important;
}
.features-page .section6_blog1_text1 li:before {
    position: absolute;
    padding-right: 0;
    left: -25px;
    top: 5px;
}
.features-page .section6_bg_bg{
    background: rgba(0, 0, 0, 0.5);
}

.features-page .section6_blog1_text1 ul{
    padding-bottom: 20px !important;
    line-height: 26px;
    list-style-type: none;
    font-size: 20px;
    color: #fff;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
}
.features-page .section6_blog1_text1 li:before {
    content: "";
    background: url(http://www.incredo.co/hubfs/nwgw.png);
    width: 22px !important;
    height: 9px !important;
    display: inline-block;
    padding-right: 11px;
    background-repeat: no-repeat;
    background-size: contain;
}

.features-page .section6-blog1{
    margin-top:96px;
    padding-left:172px;
}

.features-page .title_slack{
    padding-bottom:25px;
    font-size: 36px; 
    color: #fff;
/*     font-family: 'Open Sans',sans-serif !important; */
   font-family: Montserrat,sans-serif!important;
    font-weight: bold;
}
.features-page h3{
    font-size: 20px;
    color: #fff;
/*     font-family: 'Open Sans',sans-serif !important; */
   font-family: Montserrat,sans-serif!important;
    font-weight: bold;
    padding-left:25px;
}

.features-page span.simple{
    float:none;
    padding-right:0;
}
.features-page .section6-blog2{
    background:#fff;
    border-radius:10px;
    margin-bottom: 33px !important;
    margin-top:50px !important;
    width: 420px !important;
    margin-left: 100px !important;
}
.features-page .section6_blog2_text1 div span {
   /* color: #4285f4 !important;*/
    font-size: 18px !important;
    font-weight: bold;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
}
.features-page .section6_blog2_text1 div{
    margin-top: 20px;  
    text-align: center;
}

.features-page .input input{
  /*  border: 1px solid #4285f4;*/
    border-radius: 5px;
    width: 376px;
    padding-left: 13px;
    height: 38px;
}

.features-page .form-columns-2 .input input{
    width: 180px;
}
.features-page input[type="radio" i]{
    height: auto;
    
}
.features-page .hs-form fieldset.form-columns-1 input[type="radio"] {
    margin-right: 4px;
}

.features-page .hs-form fieldset.form-columns-1 input[type="checkbox"] {
    margin-right: 4px;
}
.features-page input[type="checkbox" i] {
    height: auto;
}
.features-page .input input[type="file" i]{
    border: none !important;
}
.features-page .field.hs-form-field ul li *{
    color: #555;
}


.features-page #Form, .input input, textarea, select {
    padding-top: 0;
    padding-bottom: 0;
}
.features-page .input select{
    /*border: 1px solid #4285f4;*/
    border-radius: 5px;
    width: 376px;
    color:#555555;
    font-size: 19px;
    padding-top:8px;
    padding-bottom:8px
}
.features-page .input select option{
   /*color:#4285f4;  */
}
.features-page .input textarea{
   /* border: 1px solid #4285f4;*/
    border-radius: 5px;
    width: 376px;
}


::-webkit-input-placeholder {font-size:19px;}
::-moz-placeholder          {font-size:19px;}
:-moz-placeholder           {font-size:19px;}
:-ms-input-placeholder      {font-size:19px;}

.features-page .span12.widget-span.widget-type-form {
    text-align: center;
}
.features-page .input{
    padding-top: 15px;
}
.features-page .section6_blog2_text1{
    padding-bottom: 3px;
}
.features-page label{
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    padding-left: 22px;
    color:#555555 !important;
/*     font-family: 'Open Sans',sans-serif !important; */
   font-family: Montserrat,sans-serif!important;
}
.features-page .actions input{
    padding: 14px 152px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #2c6cd6;
    margin-top: 28px;
    margin-bottom: 25px;
    /*background: #4285f4;*/
    border-radius: 5px;
}

.features-page .hs-form-checkbox{
    padding-left:50px;
}
.features-page input[type="checkbox" i] {
    width: auto !important;
}

.features-page label{
    width: 81%;
    text-align: left;
}


.features-page .hs-form-radio{
    padding-left:30px;
}
.features-page input[type="radio" i] {
    width: auto !important;
}



.features-page .section6-blog2 ul li {
    list-style-type: none;
}
.features-page .hs-form-radio {
    list-style-type: none;
}

.features-page .hs-form-checkbox {
    list-style-type: none;
}
.features-page label .hs-form-required{
    display:none;
}

@media (max-width: 1270px){
.features-page .section6-blog1{
    padding-left:50px !important; 
}
}
@media (max-width: 1190px){
.features-page .section6-blog2{
    float: right;
    margin-right: 20px !important
    margin-left: 20px !important;
}
.features-page .section6-blog1{
    padding-left:50px !important; 
}
}
@media (max-width: 1190px){
.features-page .section6-blog2{
    float:left !important;
    padding-right: 20px !important;
    margin-left: 25px !important;
}
}

@media (max-width: 1150px){
.features-page .hs_cos_flex-slider .caption{
    padding-top: 55px !important;
}
}

@media (max-width: 1050px){
.features-page .form-columns-2 .input input {
    width: 128px;
}
.features-page .section6_blog1_text1 ul li{
    position:relative;
}
.features-page .section6_blog1_text1 li:before{
    position:absolute;
    padding-right:0px;
    left:-25px;
    top:5px;
}
.features-page .section6-blog1{
   margin-left: 30px !important; 
}
.features-page .section6-blog1{
    padding-left: 20px !important;      
}
.features-page .title_slack strong{
    font-size: 28px;    
}
.features-page .section6_blog1_text1 ul{
    font-size: 18px;
}

.features-page .section6-blog2 {
    width: 326px !important;
    padding-left: 12px;
}
.features-page .input input{
    width: 300px;
}
.features-page .input select{
   width: 300px; 
}
.features-page .actions input {
    padding: 14px 112px;
}
.features-page label {
    padding-left: 5px;
}
} 

@media (max-width: 1040px){
.features-page a#cta_button_463211_ac7cb051-9e99-41ff-970e-5374b8d0ecbd {
    font-size: 14px;
    padding: 12px 16px;
}
.features-page a#cta_button_463211_ac7cb051-9e99-41ff-970e-5374b8d0ecbd:hover {
    font-size: 14px;
    padding: 12px 16px;
}
}
@media (max-width: 950px){
.features-page .slider{
    padding-top: 74px;    
}
.features-page .hs_cos_flex-control-nav {
    bottom: 8px !important;
    right: 106px !important;
}
.features-page .caption{
    right: 100px !important;
}
.features-page .caption {
    padding-top: 40px !important;
}
.features-page .caption a{
    margin-top: 15px !important;
    display: inline-block;
}
.features-page .caption h2 span {
    font-size: 24px !important;
}
.features-page .caption p span {
    font-size: 20px !important;
    padding-bottom: 20px !important;
}
}
@media (max-width: 930px){
.features-page .img_3 img{
    margin-top: 130px;
}
.features-page .section6-blog2 {
    width: 326px !important;
    padding-left: 12px;
}
.features-page .input input{
    width: 300px;
}
.features-page .input select{
   width: 300px; 
}
.features-page .actions input {
    padding: 14px 112px;
}
.features-page label {
    padding-left: 5px;
}
}
@media (max-width: 900px){
.features-page .section6-blog1{
    width: 47% !important;
}
}
@media (max-width: 860px){
.features-page .hs_cos_flex-slider .caption{
    padding-top: 17px !important;
}
}
@media (max-width: 767px){
.features-page .slider {
    padding-top: 68px;
}
.features-page .section1_text2{
    margin-bottom: 50px !important;
}
.features-page .hs-form fieldset.form-columns-2 .hs-form-field{
    float: none !important;
}
.features-page .form-columns-2 .input input {
    width: 270px;
    margin-left: 8px !important;
}

.features-page .hs_cos_flex-control-nav {
    left: 11px !important;
    bottom: 2px !important;
    text-align: left!important;
}
.features-page .hs_cos_flex-slider .caption{
    text-align: right !important;
}
.features-page .caption{
    zoom:0.8;
    width:90%!important;
    right:25px!important;
    top:25px!important;
}
.features-page .hs_cos_flex-slider .caption{
    padding-top: 20px !important;
}
.features-page .hs_cos_flex-control-paging li a {
    width: 6px;
    height: 6px;
}
.features-page .hs_cos_flex-control-nav {
    right: 20px!important;
}
.features-page .hs_cos_flex-control-nav {
    bottom: 5px !important;
    text-align: center !important;
}
.features-page a#cta_button_463211_2c350a78-8e96-4e0c-8d41-e81e65c8a3c0{
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    padding-right: 7px;
}

.features-page .section6_blog1_text1 ul{
        padding-left:25px;
}
.features-page .section6_blog1_text1 ul li{
        position:relative;
}
.features-page .section6_blog1_text1 li:before{
    position:absolute;
    padding-right:0px;
    left:-25px;
    top:5px;
}

.features-page .section6-blog1{
    width: auto !important;
    display: inline-block !important;
    text-align: left !important;
}
.features-page .section_6{
    text-align: center !important;
}
.features-page .section6-blog1{
    margin: auto !important;
}
.features-page .section6-blog2{
    margin: auto !important;
    float: none !important;
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.features-page .title_slack {
    padding-bottom: 0 !important;
    margin-top: 35px !important;
}
.features-page span.simple.icon {
    vertical-align: top !important;
}
.features-page .section6-blog1 .text{
    width: 90% !important;
}
.features-page .section6_bg{
    padding-right: 0 !important;
}
.features-page .title_slack p{
    text-align: center !important;
}
.features-page .section1{
    text-align: center;
}

.features-page .section4{
    text-align: center;
}
.features-page .section1_text{
    font-size: 30px;
}
.features-page .section4_text{
    font-size: 30px;
}
.features-page .text3_1{
    font-size: 24px;
}
.features-page .text3_2{
    font-size: 14px;
}
.features-page .text3_3{
    font-size: 16px;
}
.features-page .section3-bg{
    text-align: center !important;
    margin: auto !important;
    float: none !important;
}
.features-page .section3-text1{
   font-size: 30px; 
}
.features-page .section3-text1 {
    margin-top: 45px;
}
.features-page .section4_text {
    margin-top: 45px;
}
.features-page .section3_img2{
    padding-top: 30px;
}
.features-page .section3_img3{
    padding-top: 30px;
}
}

@media (max-width: 520px){ 
.features-page .caption h2{
    padding-bottom:0;
}
}

@media (max-width: 420px){
.features-page .hs_cos_flex-slider .caption {
    padding-top: 0 !important;
}

.features-page .section6-blog2 {
    width: 290px !important;
    padding-left: 8px;
}
.features-page .input input{
    width: 275px;
}
.features-page .input select{
   width: 275px; 
}
.features-page .actions input {
    padding: 14px 100px;
}
.features-page label {
    padding-left: 5px;
}
} 


/*SAASY LANDING PAGE CSS*/

@font-face {
    font-family: 'MyriadSetBold';
    src: url('http://www.incredo.co/hubfs/Website_Fonts/myriad-set-pro_bold.ttf') format('ttf');
}
@font-face {
    font-family: MyriadSetMedium;
    src: url(http://www.incredo.co/hubfs/Website_Fonts/myriad-set-pro_medium.ttf);
}

@font-face {
    font-family: OpenSans;
    src: url(http://www.incredo.co/hubfs/OpenSans-Bold-2.ttf);
}

@font-face {
    font-family: OpenSansRegular;
    src: url(http://www.incredo.co/hubfs/OpenSans-Regular-2.ttf);
}



@font-face {
    font-family: MyriadSetSemiBold;
    src: url(http://www.incredo.co/hubfs/Website_Fonts/myriad-set-pro_semibold.ttf) format('ttf');
}

@font-face {
    font-family: OpenSansLight;
    src: url(http://www.incredo.co/hubfs/OpenSans-Light-1.ttf) format('ttf');
}


@font-face {
    font-family: MyriadSetText;
    src: url(http://www.incredo.co/hubfs/Website_Fonts/myriad-set-pro_text.ttf);
}
@font-face {
    font-family: MyriadSetThin;
    src: url(http://www.incredo.co/hubfs/Website_Fonts/myriad-set-pro_thin.ttf);
}
@font-face {
    font-family: MyriadSetUltraLight;
    src: url(http://www.incredo.co/hubfs/Website_Fonts/myriad-set-pro_ultralight.ttf);
}
@font-face {
    font-family: MyriadAppleBoldItalic;
    src: url(http://www.incredo.co/hubfs/MYRIAABI.ttf);
}
@font-face {
    font-family: MyriadAppleMediumItalic;
    src: url(http://www.incredo.co/hubfs/MYRIAAMI.ttf);
}
@font-face {
    font-family: myriad-set-pro_text;
    src: url("http://www.incredo.co/hubfs/Website_Fonts/myriad-set-pro_text.ttf");
}
@font-face {
    font-family: myriad-set-pro_ultralight;
    src: url("http://www.incredo.co/hubfs/Website_Fonts/myriad-set-pro_ultralight.ttf");
}
@font-face {
    font-family: myriad-set-pro_medium;
    src: url("http://www.incredo.co/hubfs/Website_Fonts/myriad-set-pro_medium.ttf");
}
@font-face {
    font-family: myriad-set-pro_semibold;
    src: url("http://www.incredo.co/hubfs/Website_Fonts/myriad-set-pro_semibold.ttf");
}
@font-face {
    font-family: myriad-set-pro_bold;
    src: url("http://www.incredo.co/hubfs/Website_Fonts/myriad-set-pro_bold.ttf");
}
@font-face {
    font-family: myriad-set-pro_text;
    src: url("http://www.incredo.co/hubfs/Website_Fonts/myriad-set-pro_text.ttf");
}

.saasy-landing-page * {
    outline :none;
}
.saasy-landing-page .sec1_bg {
    background-size: cover;
    background-repeat: no-repeat;
}
.saasy-landing-page .hs-error-msgs label {
    font-family: 'OpenSansRegular';
    margin-left:30px;
}
.saasy-landing-page .inputs-list{
    list-style:none;
}
.saasy-landing-page #sec1_bg{
    background-repeat: no-repeat;
}
.saasy-landing-page .widget-type-cell .row-number-4 .layout-widget-wrapper img{
    width: 159px !important;
    top: 75px;
    left: 46%;
}
.saasy-landing-page .sec1 {
    max-width: 1366px;
    margin: auto !important;
    float: none !important;
}
.saasy-landing-page #sec1_bg .row-number-2{
    background: rgba(0, 0, 0, 0.51);
    margin: auto !important;
    float: none !important;
}
.saasy-landing-page .sec1_img {    
    text-align: center;
    padding-top: 33px;
}

.saasy-landing-page .footer-text{
    font-size:18px;
    font-family:'OpenSansRegular';
    position: relative;
    top: 35px;
}

.saasy-landing-page .header-text{
    text-align: right !important;
    display: block !important;
    margin-top: 200px !important;
    text-transform: none !important;
}
/*.saasy-landing-page .mobile-head{
    display:none !important;}*/

.saasy-landing-page .sec1_text1 {
    font-family: OpenSans;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: bold;
    max-width: 790px;
    float: none !important;
    line-height: 58px;
    padding: 22px 20px 0 20px;
}
.saasy-landing-page .sec1_text2 {
    text-align: center;
    color: #ff8500;
    font-family: myriad-set-pro_medium !important;
    font-size: 26px;
    padding: 9px 26px 55px 26px;
}
.saasy-landing-page .sec1_line_left {
    width: 13% !important;
    display: inline-block !important;
    margin-left: 0 !important;
}
.saasy-landing-page .sec1_line_left_sub {
    background: #ff8500;
    height: 1px;
    text-align: right;
    width: 174px;
    float: right;
    margin-top: 23px;
}

.saasy-landing-page .sec1_text2 {
    width: auto !important;
    margin-left: 0 !important;
    display: inline-block !important;
}

.saasy-landing-page .sec1_line_right {
    width: 13% !important;
    display: inline-block !important;
    margin-left: 0 !important;
}

.saasy-landing-page .sec1_line_right_sub {
    background: #ff8500;
    height: 1px;
    text-align: right;
    width: 174px;
    float: left;
    margin-top: 23px;
}

.saasy-landing-page .sec2_s1_text1 {
    font-family:'OpenSansRegular';
    font-size: 36px;
    color: #515151;
    padding-bottom: 12px;
}

.saasy-landing-page .sec2_s1_text2 {
    font-family: 'OpenSansRegular';
    color: #515151;
    line-height: 1.2;
    text-align: justify;
    padding-left: 5px;
}

.saasy-landing-page .sec2_s1_text2 ul {
    padding-left: 20px !important;
}

.saasy-landing-page .sec2_s1_text2 ul li {
    padding-bottom: 8px;
}

.saasy-landing-page .sec2_s3_text1  {
    font-family: myriad-set-pro_bold;
    color: #515151;
    font-size: 26px;
}

.saasy-landing-page .sec2 {
    max-width: 1166px;
    margin: auto !important;
    float: none !important;
    padding-top: 205px;
}

.saasy-landing-page .sec2_s1 {
    width: 50% !important;
}

.saasy-landing-page .sec2_s2 {
    margin-left: 0 !important;
    width: 33% !important;
    
}

.saasy-landing-page .sec2_s3 {
   width: 37% !important;
    margin: auto 85px auto auto!important;
}

.saasy-landing-page .sec2_s2_img {
    max-width: 115%;
    width: 115% !important;
    position: relative;
    left: -44px;
}
.saasy-landing-page .field.hs-form-field ul li * {
    color: #555555;
}
.saasy-landing-page .hs-form-field {
    text-align: left;
}
.saasy-landing-page .hs-form-field label{
    margin-left:25px;
}
.saasy-landing-page input[type="radio" i] {
    width: auto !important;
}

.saasy-landing-page input[type="checkbox" i] {
    height: auto;
}
.saasy-landing-page input[type="radio" i] {
    height: auto !important;
}

.saasy-landing-page input[type="checkbox" i] {
    width: auto !important;
}
.saasy-landing-page .hs-input{
    width:20px;
}
.saasy-landing-page .hs_radio_bottom.field.hs-form-field{
    display: inline-block;
}
.saasy-landing-page .input{
    text-align: left !important;
    margin-left: 25px; 
}
.saasy-landing-page label{
    padding-top: 6px;
}

.saasy-landing-page input[type="radio"] {
    margin-right: 4px;
}

.saasy-landing-page input[type="checkbox"] {
    margin-right: 4px;
}


.saasy-landing-page .hs-form-required{
    display: none !important;
}
.saasy-landing-page .hs-error-msgs label{
    display: block;
}
.saasy-landing-page .hs-error-msgs {
   text-align: left;
}

.saasy-landing-page .hs-form-field input {
    width: 90%;
   /* margin: auto !important;*/
    float: none !important;
   /* border: 1px solid #4285f4;*/
    border-radius: 4px;
    padding: 13px 17px 14px 17px;
}

.saasy-landing-page .hs-form-field {
    width: 100%;
    margin-bottom: 22px;
}
.saasy-landing-page .sec2_s3_form{
    width: 100% !important;
    border-radius: 10px;    
}
.saasy-landing-page .sec2_s3_form form{
    text-align:center;
}
.saasy-landing-page .hs-form-field select {
    width: 90%;
    margin: auto !important;
    float: none !important;
   /* border: 1px solid #4285f4;*/
    border-radius: 4px;
    padding: 12px 17px 13px 17px;
    color: #9a9a9a;
}
.saasy-landing-page .sec2_s3_text1 {
    padding-bottom: 26px;
    text-align: center;
}
.saasy-landing-page .actions {
    width: 90%;
    margin:0 auto;
    margin-bottom: 40px;
}
.saasy-landing-page .sec2_s3_form h3{
    font-family: 'OpenSansRegular';
    font-weight:bold;
    padding: 26px;
    text-align: center;
   /* background:#4285f4;*/
    color:#fff;
    margin-bottom: 38px;
    border-radius: 9px 9px 0 0;
}
.saasy-landing-page .widget-type-linked_image .hs_cos_wrapper_type_linked_image img{
    width: 417px !important;
    position: relative;
    top: 149px;
    left: 42px;
}
.saasy-landing-page .layout-widget-wrapper{
    margin-left:17%;   
}
.saasy-landing-page .row-fluid {
    display:flex;
}
.saasy-landing-page .sec1_text1 .layout-widget-wrapper{
    margin-right:19%; 
    margin-left:0;
}
.saasy-landing-page .header-title{
    display:none;
}
.saasy-landing-page .hs-button {
    border: 0;
    width: 100%;
   /* background: #4285f4;*/
    color: #fff;
    font-family: Montserrat;
    font-size: 26px;
    text-transform: uppercase;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 6px;
    font-family: 'OpenSansRegular';
}
.saasy-landing-page .footer-container-wrapper{
    /*background:#4285f4;*/
    color:#fff;
    text-align:center;
    height:100px;
    margin-top: 100px;
}
.saasy-landing-page .sec2_s3_form{
    border:1px solid #2c6cd6;
}

.saasy-landing-page .sec2_s3_form .layout-widget-wrapper{
    margin-left:0;ss
}

.saasy-landing-page .sec2_s3_text1 span{
    /*background: #4285f4;*/
    width: 82%;
    display: block;
    margin-left: -8px;
}
.saasy-landing-page .sec2_s3_text1{
    color: #fff;
    padding: 3px 12px;
    line-height: 0.9;
}
.saasy-landing-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:nth-child(1) img {
    opacity: 0;   
}
.saasy-landing-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:nth-child(1) {
    background: url("http://www.incredo.co/hubfs/landing_page/fb.png");
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    margin-left: 18px; 
}
.saasy-landing-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:nth-child(2) img {
    opacity: 0;   
}
.saasy-landing-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:nth-child(2) {
    background: url("http://www.incredo.co/hubfs/landing_page/in.png");
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    margin-left: 14px !important; 
}
.saasy-landing-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:nth-child(3) img {
    opacity: 0;   
}
.saasy-landing-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:nth-child(3) {
    background: url("http://www.incredo.co/hubfs/landing_page/tw.png");
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    margin-left: 14px !important; 
}
.saasy-landing-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:nth-child(4) img {
    opacity: 0;    
}
.saasy-landing-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:nth-child(4) {
    background: url("http://www.incredo.co/hubfs/landing_page/G.png");
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    margin-left: 14px !important;
}
.saasy-landing-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:nth-child(5) img {
    opacity: 0;
}
.saasy-landing-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:nth-child(5) {
    background: url("http://www.incredo.co/hubfs/landing_page/pin.png");
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    margin-left: 14px !important;
}
.saasy-landing-page .sec2_gic {
    height: 1px;
    background: #d9d9d9;
    margin-top: 41px;
}
.saasy-landing-page .sec2_gic_bg {
    min-height:0 !important;
}
.saasy-landing-page .sec3 {
    max-width: 966px;
    margin: auto !important;
    float: none !important;
    margin-top: 46px !important;
}
.saasy-landing-page .sec3_img_bg {
    width: 160px !important;
}
.saasy-landing-page .sec3_text_bg {
    width: 77.5% !important;
    border: 1px solid #dadada;
    border-radius: 10px;
    box-shadow: 0px 0px 12px #dadada;
    position: relative;
    margin-top: 27px !important;
}
.saasy-landing-page .sec3_text_bg:before {
    content: "";
    background: url("http://www.incredo.co/hubfs/landing_page/arow.png");
    display: block;
    width: 25px;
    height: 27px;
    position: absolute;
    left: -19px;
    top: 35%;
}
.saasy-landing-page .sec3_text1 {
    font-family: MyriadSetThin;
    color: #515151;
    font-size: 16px;
    line-height: 20px;
    padding: 29px 35px 6px 35px;;
}
.saasy-landing-page .sec3_text2 {
    font-family: myriad-set-pro_medium;
    color: #515151;
    text-align: right;
    padding: 0 24px 0 0;
    min-height: 0 !important;
}
.saasy-landing-page .sec3_text3 {
    font-family: MyriadSetUltraLight;
    color: #515151;
    text-align: right;
    font-weight: 600;
    font-style: italic;
    padding: 4px 24px 14px 0;
    min-height: 0 !important;    
}

.saasy-landing-page .sec4_text1 {
    font-family: myriad-set-pro_bold;
    color: #515151;
    text-align: center;
    font-size: 26px;
    padding: 88px 20px 0 20px;    
}
.saasy-landing-page .sec4 {
    max-width: 1050px;
    margin: auto !important;
    float: none !important;    
}

.saasy-landing-page .sec4_logo_bg {
    padding-top: 37px;
    padding-bottom: 57px;    
}
.saasy-landing-page .sec4_logo1 , .saasy-landing-page .sec4_logo2 , .saasy-landing-page .sec4_logo3 , .saasy-landing-page .sec4_logo4 , .saasy-landing-page .sec4_logo5 , .saasy-landing-page .sec4_logo6 , .saasy-landing-page .sec4_logo7 , .saasy-landing-page .sec4_logo8 , .saasy-landing-page .sec4_logo9 , .saasy-landing-page .sec4_logo10 {
    width: 18% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
    text-align: center;
    line-height: 100px;
    margin-bottom: 9px !important;
}

.saasy-landing-page .sec4_logo1 img , .saasy-landing-page .sec4_logo2 img , .saasy-landing-page .sec4_logo3 img , .saasy-landing-page .sec4_logo4 img , .saasy-landing-page .sec4_logo5 img , .saasy-landing-page .sec4_logo6 img , .saasy-landing-page .sec4_logo7 img , .saasy-landing-page .sec4_logo8 img , .saasy-landing-page .sec4_logo9 img , .saasy-landing-page .sec4_logo10 img {
    vertical-align: middle !important;
}

.saasy-landing-page .sec5_img {
    text-align: center;
}

.saasy-landing-page .sec5_text {
    text-align: center;
    min-height: 0px !important;    
    color: #515151;
    padding: 8px 0 14px 0;
    font-family: myriad-set-pro_text;
    font-size: 18px;    
}

.saasy-landing-page .sec5_bg {
    border-top: 1px solid #a1a1a1;    
}

.saasy-landing-page .sec5_img {
    padding-top: 8px;    
}

.saasy-landing-page .sec1_gic_bg  {
    text-align: center;
    width: 1000px !important;
    margin: auto !important;
    float: none !important;    
}
.saasy-landing-page .sec1_line_left , .saasy-landing-page .sec1_line_right,.saasy-landing-page .sec1_text2 {
    float: none !important;
 }
.saasy-landing-page .sec1_img img {
    animation-name: rotation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes rotation {
    0 {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.saasy-landing-page .sec1_img img {
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 10s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@-webkit-keyframes rotation {
    0 {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotation {
    0 {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes rotation {
    0 {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotation {
    0 {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(720deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
} 
 
@media(max-width: 1223px) {
.saasy-landing-page .sec2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}    
}

@media(max-width: 1200px) {
.saasy-landing-page .header-text {
    margin-top: 206px;
}
.saasy-landing-page .widget-type-cell .row-number-4 .layout-widget-wrapper img {
    left: 43%;
}
.saasy-landing-page .sec2_s2 {
    width: 28% !important;
}    
.saasy-landing-page .sec2_s3 {
    width: 33% !important;
}
.saasy-landing-page .sec1_line_left_sub {
    width: 100px !important;    
}
.saasy-landing-page .sec1_line_right_sub {
    width: 100px !important; 
}
.saasy-landing-page .sec1_line_left {
     width: 100px !important; 
}
.saasy-landing-page .sec1_line_right {
    width: 100px !important;
}
.saasy-landing-page .sec1_text2 {
    width: auto !important;
    padding: 9px 10px 55px 10px;
}
.saasy-landing-page .sec1_gic_bg {
    width: 660px !important;
}
}

@media(max-width: 1088px) {
.saasy-landing-page .widget-type-cell .row-number-4 .layout-widget-wrapper img {
    left: 35%;
}
}

@media(max-width: 1000px) {
.saasy-landing-page .header-text {
    margin-top: 219px;
    line-height: 1.2;}
}

@media(max-width: 938px) {
.saasy-landing-page .widget-type-cell .row-number-4 .layout-widget-wrapper img {
    left: 30%;
}
}

@media(max-width: 768px) {
.saasy-landing-page .widget-type-cell .row-number-4 .layout-widget-wrapper img {
    left: 17%;
}
}



@media(max-width: 1107px) {
.saasy-landing-page .sec4 {
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: auto !important;
}    
}

@media(max-width: 1150px) {
.saasy-landing-page .header-text{
    font-size:39px;
}       
}

@media(max-width: 1050px) {
.saasy-landing-page label{
    padding-left: 20px;

}
.saasy-landing-page .hs-form fieldset.form-columns-1 .input{
    margin-left:16px !important;
}
.saasy-landing-page .form-columns-2 .input input{
    display:inline-block;    
}
.saasy-landing-page .form-columns-2 .input input {
    width: 120px;
}
.saasy-landing-page .hs-form fieldset.form-columns-2 .input{
    margin-left: 14px !important;
}
.saasy-landing-page .hs-form fieldset.form-columns-2 label{
    margin-left: 14px !important;
}
.saasy-landing-page .actions{
    margin-top: 20px;   
}
.saasy-landing-page .input {
  /*  text-align: left !important;*/
    margin-left: 0 !important;
    /*height:45px;*/
    margin-top:10px!important;
    margin-bottom: 20px !important;
}
.saasy-landing-page .hs-form-field label{
    margin-left:0 !important;
}

.saasy-landing-page .row-fluid .span6{
    width:100%;
}
.saasy-landing-page .sec2_s1 {
    width: 50% !important;
} 
.saasy-landing-page .sec2_s2 {
    width: 25% !important;
}
.saasy-landing-page .sec2_s3 {
    width: 36% !important;
}
.saasy-landing-page .sec2_s2_img {
    max-width: 100%;
    width: 100% !important;
    position: relative;
    left: 0;
}
.saasy-landing-page .hs-form-field input {
    width: 90%;
    margin-left: 20px;
   /* margin: auto auto 22px auto;*/
}
.saasy-landing-page .hs-form-field select {
    width: 90%;
    margin-left: 20px !important;
}
.saasy-landing-page .actions {
    width: 90%;
}
.saasy-landing-page .hs-form-field {
    /*width: 92%;*/
    margin: auto auto auto auto;
}
.saasy-landing-page .sec3_text_bg {
    width: 60% !important;
}
.saasy-landing-page .sec3_text_bg {
    width: 72% !important;
    margin-top: 12px !important;
}
.saasy-landing-page .sec3 {
    max-width: 650px;
}
}


@media(max-width: 980px) { 
.saasy-landing-page .widget-type-linked_image .hs_cos_wrapper_type_linked_image img{
    top: 220px;
}
.saasy-landing-page .sec2_s1_text2 ul li {
    padding-bottom: 10px;
}
.saasy-landing-page .sec2_s1_text1 {
    font-size: 32px;
}
    
.saasy-landing-page .header-text {
    font-size: 36px;
}
}
@media(max-width: 910px) { 
.saasy-landing-page .form-columns-2 .input input {
    width: 110px;
}
.saasy-landing-page .header-text {
    margin-top: 160px !important;
}
}
@media(max-width: 850px) { 
.saasy-landing-page .form-columns-2 .input input {
    width: 100px;
}
.saasy-landing-page .hs-form-field input {
    margin-left: 15px;
}
.saasy-landing-page .hs-form-field select {
    margin-left: 15px !important;
}
}
@media(max-width: 840px) { 
.saasy-landing-page .sec2_s1_text1 {
    font-size: 28px;
}
.saasy-landing-page .sec2_s1_text2 ul li {
    padding-bottom: 5px;
}
.saasy-landing-page .sec2_s1_text2 {
    line-height: 18px;
}
}


@media(max-width: 800px) {     
.saasy-landing-page .header-text {
    font-size: 30px;
    line-height: 1.2;
}
.saasy-landing-page .widget-type-linked_image .hs_cos_wrapper_type_linked_image img {
    top: 159px;
}
.saasy-landing-page .header-text {
    margin-top: 120px !important;
}
}


@media(max-width: 767px) {
.saasy-landing-page .sec2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.saasy-landing-page .input {
   /*height: 30px;*/
    margin-top: 0 !important;
}
.saasy-landing-page .hs-form-field input {
    margin-left:0 !important;
}
.saasy-landing-page .hs-form-field select {
    margin-left:0 !important;
}
.saasy-landing-page .form-columns-2 .input input {
    width: 107% !important;
    /*margin-left: -40px !important;*/
    float: none !important;
}
.saasy-landing-page .hs-form fieldset.form-columns-2 label {
    /*margin-left: -24px !important;*/
    padding-left: 0 !important;
}
.saasy-landing-page .hs-form fieldset.form-columns-2 .hs-form-field{
    width: 100%;
}

.saasy-landing-page .sec2_s3_form{
    margin: auto !important;
    width: 55% !important;

}
.saasy-landing-page .hs-form fieldset.form-columns-2 .input {
    /* margin-right: 8px; */
    width: 220px;
   /* margin: auto!important;*/
}


.saasy-landing-page .hs-form fieldset.form-columns-2 .hs-form-field{
    /*display:block;*/
    float: none !important;
    width: 70%;
}

.saasy-landing-page .label{
    padding-top:0 !important;
}

.saasy-landing-page .widget-type-linked_image .hs_cos_wrapper_type_linked_image img{
    top: 18px;
}
.saasy-landing-page .header-text {
    font-size: 31px;
    line-height: 1;
}
.saasy-landing-page .row-fluid [class*="span"]:first-child{
    width:100%;
}
    
.saasy-landing-page .sec1_img {
    padding-top: 28px;
}   
.saasy-landing-page .sec1_text1 {
    font-size: 26px;
    line-height: 32px;
    padding: 33px 20px 0 20px;
}
.saasy-landing-page .sec1_line_left {
    display: none !important;
}
.saasy-landing-page .sec1_text2 {
    width: auto !important;
    padding: 21px 20px 0 20px;
    display: block !important;
    font-size: 18px;
}
.saasy-landing-page .sec1_gic_bg {
    width: auto!important;
}
.saasy-landing-page .sec1_line_right_sub {
    min-height: 0 !important;
    display: block !important;
    margin: auto !important;
    float: none !important;
    margin-top: 7px !important;
    margin-bottom: 46px !important;
}
.saasy-landing-page .sec2 > div > div {
    display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.saasy-landing-page .sec2_s1 {
    order:2;
    width: 100% !important;
}
.saasy-landing-page .sec2_s2 {
    order:1;
    width: 100% !important;
}
.saasy-landing-page .sec2_s3 {
    order:3;
    width: 100% !important;
}
.saasy-landing-page .sec4 {
    display: none !important;
}
.saasy-landing-page .sec2 {
    padding-top: 16px;
}
.saasy-landing-page .sec2_s1_text1 {
    font-size: 16px;
    padding-bottom: 6px;
    min-height: 0 !important;
}
.saasy-landing-page .sec2_s1_text2 {
    line-height: 16px;
    padding-left: 0;
    font-size: 15px;
}
.saasy-landing-page .sec2_s1_text2 ul li {
    padding-bottom: 8px;
}



.saasy-landing-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:nth-child(1) {
    margin-left: 18px; 
}

.saasy-landing-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:nth-child(2) {
    margin-left: 17px !important; 
}

.saasy-landing-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:nth-child(3) {
    margin-left: 17px !important; 
}

.saasy-landing-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:nth-child(4) {
    margin-left: 17px !important;
}

.saasy-landing-page .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_social_sharing a:nth-child(5) {
    margin-left: 17px !important;
}

.saasy-landing-page .sec2_s1_soc {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 29px;    
}
.saasy-landing-page .sec2_s3_text1 {
    font-size: 16px;
    padding-top: 21px;
    padding-bottom: 14px;
}

.saasy-landing-page .hs-form-field input {
    width: 100%;   
    padding: 8px 17px 8px 17px;
}
.saasy-landing-page .hs-form-field select {
    width: 100%;
    padding: 7px 17px 7px 17px;
}
.saasy-landing-page .actions {
    width: 73%;
}
.saasy-landing-page .hs-form-field {
    width: 72%;
    margin-bottom: 10px;
}
.saasy-landing-page .hs-button {
    font-size: 20px;
    padding: 6px 0 6px 0;
}
.saasy-landing-page .sec2_gic {
    margin-top: 31px;
}
.saasy-landing-page .sec3_img_bg {
    margin: auto !important;    
}
.saasy-landing-page .sec3 {
    margin-top: 22px !important;
}
.saasy-landing-page .sec3_text_bg {
    border: none;
    box-shadow: none;
    margin-top: 27px !important;
    width: 100% !important;
}
.saasy-landing-page .sec3_text_bg {
display: -webkit-box  !important;
      display: -ms-flexbox  !important;
      display: flex  !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;    
}
.saasy-landing-page .sec3_text_bg > .row-number-2 {
    order: 3;
}
.saasy-landing-page .sec3_text2 {
    text-align: center;
    padding: 0;
}
.saasy-landing-page .sec3_text3 {
    text-align: center;
    padding: 4px 0 14px 0;
}
.saasy-landing-page .sec3_text_bg {
    margin-top: 13px !important;
}
.saasy-landing-page .sec3_text1 {
    font-size: 15px;
    line-height: 17px;
    padding: 5px 20px 9px 20px;
}
}
@media(max-width: 700px) {
.saasy-landing-page .form-columns-2 .input input {
    width: 98% !important;
}
}

@media(max-width: 650px) {
.saasy-landing-page .form-columns-2 .input input {
    width: 90% !important;
}
}
@media(max-width: 635px) {
.saasy-landing-page input[type="radio" i] {
    width: 13px !important;
    vertical-align: top;
}
.saasy-landing-page .field.hs-form-field ul li *{
    display: inline-block;
    width: 89%;
}
}

@media(max-width: 620px) {
.saasy-landing-page .widget-type-cell .row-number-4 .layout-widget-wrapper img {
    top: 73px;
    /*left: 17%;*/
}
.saasy-landing-page .header-text {
    font-size: 27px;
    line-height: 1.1;
    margin-top: 74px;
}
}
@media(max-width: 600px) {
.saasy-landing-page .form-columns-2 .input input {
    width: 86% !important;
}
}

@media(max-width: 576px) {
.saasy-landing-page .form-columns-2 .input input {
    width:118% !important;
    margin-left: 0 !important;
}
}

@media(max-width: 575px) { 
.saasy-landing-page .sec2_s3_form{
    margin: auto !important;
    width: 85% !important;
}
.saasy-landing-page .widget-type-linked_image .hs_cos_wrapper_type_linked_image img{
    top: 22px;
    left:0;
}
.saasy-landing-page .header-text {
    text-transform: none;
    font-size: 22px;
    line-height: 1;
}
.saasy-landing-page .layout-widget-wrapper {
    margin-left:0;
}
.saasy-landing-page .header-title {
    display:none;
}
.saasy-landing-page .sec1_text1 .layout-widget-wrapper {
    margin-right: 0;
}    
}

@media(max-width: 535px) {
.saasy-landing-page .form-columns-2 .input input {
    width: 108% !important;
}
}

@media(max-width: 500px) {
.saasy-landing-page .header-text {
    margin-top: 85px !important;
}
}
@media(max-width: 490px) {
.saasy-landing-page .form-columns-2 .input input {
    width: 100% !important;
}
}

@media(max-width: 450px) {
.saasy-landing-page .widget-type-cell .row-number-4 .layout-widget-wrapper img{
    margin-right:25px !important;
    left: 10%;
}

.saasy-landing-page .form-columns-2 .input input {
    width: 93% !important;

  }
}
@media(max-width: 420px) {
.saasy-landing-page .header-text {
    margin-top: 45px !important;
}
.saasy-landing-page .widget-type-cell .row-number-4 .layout-widget-wrapper img {
    margin-bottom: 20px;
}
}
@media(max-width: 400px) {
.saasy-landing-page .sec1 {
    margin-bottom: 50px !important;
}
.saasy-landing-page .form-columns-2 .input input {
    margin-left: 0 !important;
}
.saasy-landing-page .hs-form fieldset.form-columns-2 label {
    width: 214px!important;
   /* margin-left: 70px !important;*/
}
.saasy-landing-page .sec2_s3_form{
    margin: auto !important;
    width: 95% !important;

}
.saasy-landing-page .hs-form fieldset.form-columns-2 .input {
    /* margin-right: 8px; */
    width: 220px;
    margin: auto!important;
}

.saasy-landing-page .widget-type-linked_image .hs_cos_wrapper_type_linked_image img{
    top: 58px;
    left: 0;
}
}
@media(max-width: 390px) {
.saasy-landing-page .widget-type-cell .row-number-4 .layout-widget-wrapper img {
    left: 6%;
}
}
@media(max-width: 385px) {
.saasy-landing-page .form-columns-2 .input input {
    margin-left: 8px !important;
}
}
 @media(max-width: 365px) {
.saasy-landing-page .widget-type-cell .row-number-4 .layout-widget-wrapper img {
   width: 137px !important;
}
}


@media(max-width: 355px) {
.saasy-landing-page .form-columns-2 .input input {
    margin-left: 13px !important;
}
.saasy-landing-page .hs-form fieldset.form-columns-2 label {
    width: 180px !important;
}
}
@media(max-width: 340px) {
.saasy-landing-page .form-columns-2 .input input {
    width: 86% !important;
}
}
@media(max-width: 320px){
.saasy-landing-page .sec2_s3_form h3 {
    padding: 15px;
}
.saasy-landing-page .hs-error-msgs label {
    margin-left:0;
}
.saasy-landing-page .footer-container-wrapper {
    margin-top: 50px;
}
.saasy-landing-page .widget-type-cell .row-number-4 .layout-widget-wrapper img {
    /*left: 3%;*/
    top: 25px;
}
.saasy-landing-page .hs-form-field {
    width: 90%;
}
    
.saasy-landing-page .sec2_s1_text2 ul li {
    padding-bottom: 4px;
} 
.saasy-landing-page .footer-text{
    left:0;
}  

.saasy-landing-page .sec2_s3 {
    margin: 15px 85px auto auto !important;
}    
/*.saasy-landing-page .mobile-head{
    display:block !important;
    font-family: OpenSans;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}*/
    
.saasy-landing-page .sec1_bg .row-number-2 .row-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
    
.saasy-landing-page .span6.widget-span.widget-type-linked_image {
    order: 1;
}    
.saasy-landing-page .span6.widget-span.widget-type-rich_text.sec1_text1 {
    display: flex;
    justify-content: center;
}
.saasy-landing-page .header-text{
    text-align: center !important;
}
.saasy-landing-page .widget-type-linked_image .hs_cos_wrapper_type_linked_image img{
    top: 24px
}
}



/*SAASY THANK YOU PAGE CSS*/

@font-face {
    font-family: 'Opensansextra';
    src: url('http://www.incredo.co/hubfs/Font/open_sans/OpenSans-ExtraBold.ttf') format('ttf');
}

@font-face {
    font-family: 'Opensans';
    src: url('http://www.incredo.co/hubfs/Font/open_sans/OpenSans-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'OpensansLight';
    src: url('http://www.incredo.co/hubfs/Font/open_sans/OpenSans-Light.ttf') format('ttf');
}


.saasy-thank-you-page .section2_text h1{
    padding-right:15px !important;
    padding-left:15px !important;
}
.saasy-thank-you-page .content-text{
    padding-right:15px !important;
    padding-left:15px !important;
}
.saasy-thank-you-page .button-text{
    padding-right:15px !important;
    padding-left:15px !important;
}
.saasy-thank-you-page .social-text{
    padding-right:15px !important;
    padding-left:15px !important;
}



.saasy-thank-you-page .section2_text h1{
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-size: 72px;
    margin-top:87px;
}

.saasy-thank-you-page .content-text span{
    display: block;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-size: 36px;
    text-align:center;
}

.saasy-thank-you-page .content-text strong{
    font-weight: 500;
    color: #4285f4;
}

.saasy-thank-you-page .content-lorem{
    font-size: 18px;
    font-family: Opensans;
    width: 51.2%;
    display: block;
    margin: 0 auto;
}

.saasy-thank-you-page .content-button{
    text-align: center;
}

.saasy-thank-you-page .button-text{
    font-size: 24px;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    text-align: center;
}

.saasy-thank-you-page .social-text{
    font-size: 18px;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    text-align: center;
}

.saasy-thank-you-page .social-icons .layout-widget-wrapper span a:nth-child(1) img{
    display:none;
}

.saasy-thank-you-page .social-icons .layout-widget-wrapper span a:nth-child(1){
    display: block;
    width:50px !important;
    height:50px !important;
    background:url('http://www.incredo.co/hubfs/fb-4.png');
    background-repeat: no-repeat;
    background-size:100%;
   
}
    
    
.saasy-thank-you-page .social-icons .layout-widget-wrapper span a:nth-child(2) img{
    display:none;
} 

.saasy-thank-you-page .social-icons .layout-widget-wrapper span a:nth-child(2){
    display: block;
    width:50px !important;
    height:50px !important;
    background:url('http://www.incredo.co/hubfs/in-3.png');
    background-repeat: no-repeat;
    background-size:100%;
    margin-left: 20px;
}


.saasy-thank-you-page .social-icons .layout-widget-wrapper span a:nth-child(3) img{
    display:none;
} 

.saasy-thank-you-page .social-icons .layout-widget-wrapper span a:nth-child(3){
    display: block;
    width:50px !important;
    height:50px !important;
    background:url('http://www.incredo.co/hubfs/g-p.png');
    background-repeat: no-repeat;
    background-size:100%;
    margin-left: 20px;
}

.saasy-thank-you-page .social-icons .layout-widget-wrapper span a:nth-child(4) img{
    display:none;
} 

.saasy-thank-you-page .social-icons .layout-widget-wrapper span a:nth-child(4){
    display: block;
    width:50px !important;
    height:50px !important;
    background:url('http://www.incredo.co/hubfs/tw-2.png');
    background-repeat: no-repeat;
    background-size:100%;
    margin-left: 20px;
}

.saasy-thank-you-page .social-icons .layout-widget-wrapper span a:nth-child(5) img{
    display:none;
} 

.saasy-thank-you-page .social-icons .layout-widget-wrapper span a:nth-child(6){
    display:none;
}

.saasy-thank-you-page .social-icons .layout-widget-wrapper span a:nth-child(5){
    display: block;
    width:50px !important;
    height:50px !important;
    background:url('http://www.incredo.co/hubfs/tu.png');
    background-repeat: no-repeat;
    background-size:100%;
    margin-left: 20px;
}

.saasy-thank-you-page .social-icons .layout-widget-wrapper span{
    width: 26%;
    display: flex;
    margin:auto;
    text-align:center !important;
}


.saasy-thank-you-page #section_2{
   background:url('http://www.incredo.co/hubfs/Background-1.jpg') !important;
   background-repeat: no-repeat;
   width:100% !important;
   background-size: cover !important;
}

.saasy-thank-you-page .text-footer2 ul, .saasy-thank-you-page .text-footer11 ul{
    list-style:none;
}

.saasy-thank-you-page .text-footer11 a, .saasy-thank-you-page .text-footer2 a{
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none !important;
/*     font-family: 'Open Sans', sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
}

.saasy-thank-you-page .text-footer1 div span ul li a:hover{
    text-decoration: underline;
}

.saasy-thank-you-page .text-footer11{
    width: 33% !important;
    padding-left: 25.5%;
    margin-top:36px;
}
.saasy-thank-you-page .module_center111111 .row-number-5{
    margin-top: 30px;
}

.saasy-thank-you-page .content-button{
    padding: 30px 0 70px 0;
}
.saasy-thank-you-page .row-number-9{
    position: relative;
    top: 12px;
}
@media (max-width: 970px){ 
.saasy-thank-you-page .text-footer11{
    padding-left: 19.5%;
}
}

@media (max-width: 880px){ 
.saasy-thank-you-page .text-footer11{
    padding-left: 15.5%;
}
.saasy-thank-you-page .social-icons .layout-widget-wrapper span {
   /*  width: 33%;*/
}
}
@media (max-width: 767px){ 
.saasy-thank-you-page .text-footer11 {
    width: 85% !important;
    margin-top: 36px !important;
    text-align: center !important;
    margin-bottom: 10px !important;} 
}

@media (max-width: 570px){ 
.saasy-thank-you-page .content-button {
    padding: 30px 0 55px 0;
}
    
.saasy-thank-you-page social-icons .layout-widget-wrapper span {
    width: 45% !important;
    margin-top: -8px !important;
    margin-bottom: 10px !important;}
}

@media (max-width: 500px){ 
.saasy-thank-you-page .section2_text h1 {
    font-size: 60px !important;
}
.saasy-thank-you-page .section2_text2 {
    max-width: 80% !important;
}
.saasy-thank-you-page .social-icons .layout-widget-wrapper span {
    /*width: 50% !important;*/
    }
}
@media (max-width: 320px){ 
.saasy-thank-you-page .section2_text h1 {
    font-size: 39px !important;
}    
.saasy-thank-you-page .content-text span {;
    font-size: 25px;
}
.saasy-thank-you-page section2_text2 {
    max-width: 90% !important;
}
.saasy-thank-you-page .button-text {
    font-size: 20px;
}
.saasy-thank-you-page .content-button{
    padding: 23px 0 38px 0;
}
.saasy-thank-you-page .social-text {
    font-size: 17px;
}
.saasy-thank-you-page .social-icons .layout-widget-wrapper span {
    width: 84% !important;
    margin-bottom: 15px;
}
.saasy-thank-you-page #section_2 {
    background: url(http://www.incredo.co/hubfs/Background-1.jpg?t=1476365247373) center !important; 
}
}


.saasy-thank-you-page .section5_blog1_text1 ul{
    padding-left:25px;
}
.saasy-thank-you-page .section5_blog1_text1 ul li{
    position:relative;
}
.saasy-thank-you-page .section5_blog1_text1 li:before{
    position:absolute;
    padding-right:0px;
    left:-25px;
    top:5px;
}
.saasy-thank-you-page .slider{
    padding-top: 79px;
}
.saasy-thank-you-page .caption h2{
    padding-bottom: 35px;
}
.saasy-thank-you-page .caption a{
    margin-top: 51px !important;
    display: inline-block;
}
.saasy-thank-you-page .caption{
/*     font-family: 'Open Sans', sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    right: 170px !important;
}
.saasy-thank-you-page .hs_cos_flex-slider .caption{
    text-align:right !important;
}
.saasy-thank-you-page a#cta_button_463211_2c350a78-8e96-4e0c-8d41-e81e65c8a3c0:hover {
   background: #88cbff;
   color:#ffffff;
}
/*.saasy-thank-you-page .img_slider ul li img {
    max-height: 571px;
}*/
.saasy-thank-you-page .text1{
    font-size:28px;
/*     font-family: 'Open Sans', sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
    padding-bottom: 36px;
}
.saasy-thank-you-page .text2{
    font-size:26px;
/*     font-family: 'Open Sans', sans-serif !important;  */
  font-family: Montserrat,sans-serif!important;
    line-height: 34px;
    padding-bottom: 52px;
    text-align: right !important;
}
.saasy-thank-you-page .text3{
    text-align: right !important;
}
.saasy-thank-you-page .text{
    max-width: 520px;
    padding-right: 170px;
    float: right;
}
.saasy-thank-you-page .hs_cos_flex-slider .caption{
    top: 0;
    padding-top: 115px !important;
    padding: 0;
}

.saasy-thank-you-page .hs_cos_flex-prev{
    display:none !important;
}
.saasy-thank-you-page .hs_cos_flex-next{
    display:none !important;
}
.saasy-thank-you-page .hs_cos_flex-control-paging li a{
    color:transparent;
}
.saasy-thank-you-page .hs_cos_flex-control-nav {
    bottom: 15px !important;
    right: 160px !important;
    text-align: right !important;
}
.saasy-thank-you-page .hs_cos_flex-active{
    background:#fff !important;
}
.saasy-thank-you-page .hs_cos_flex-control-paging li a{
    border:1px solid #fff;
    background:none;
}

.saasy-thank-you-page .hs_cos_flex-slider.flex-slider-main.slider-mode-slider{
    margin:0;
}

.saasy-thank-you-page .section2_text{
    margin-top: 103px;
    text-align: center; 
    /*color: #0a1f3f; */
    font-size: 36px; 
/*     font-family: 'Open Sans', sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
}

.saasy-thank-you-page .section2_text2{
    max-width: 46%;
    text-align: center;
    margin: auto !important;
    float: none !important;
    margin-bottom: 41px !important;
}
.saasy-thank-you-page .section2_text2 div span{
    line-height: 24px;
    font-size: 16px;
    color: #3c567d;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    line-height: 1;
}


.saasy-thank-you-page .section2_gic{
    width: 100px !important;
    background: #0edafd;
    border: #0edafd;
    min-height: 2px !important;
    margin: auto !important;
    float: none !important;
    visibility: visible;
    margin-top: 36px !important;
    margin-bottom: 32px !important;
}
.saasy-thank-you-page .Icon_1{
    margin: auto !important;
    float: none !important;
    text-align: center;
    margin-bottom: 36px !important;
} 
.saasy-thank-you-page .Icon_2{
    margin: auto !important;
    float: none !important;
    text-align: center;
    margin-bottom: 34px !important;
} 
.saasy-thank-you-page .Icon_3 {
    margin: auto !important;
    float: none !important;
    text-align: center;
    margin-bottom: 34px !important;
}
.saasy-thank-you-page .module_center111111{
    margin-bottom:113px;
}
.saasy-thank-you-page .section3_text1{
    text-align: center; 
   /* color: #0a1f3f;*/
/*     font-family: 'Open Sans', sans-serif; */
  font-family: Montserrat,sans-serif;
    font-size:39px;
    padding-bottom:30px;
}
.saasy-thank-you-page .section3_text2{
    text-align: justify; 
    color: #333333;
/*     font-family: 'Open Sans', sans-serif; */
  font-family: Montserrat,sans-serif;
    font-size:16px !important;
    line-height:22px;
    padding-bottom:34px;
}
.saasy-thank-you-page .section_3{
    margin-top: 55px;
    text-align:center;
    margin-bottom:55px;
}
.saasy-thank-you-page .text_im{ 
    text-align: center; 
    margin-bottom: 16px;
}
.saasy-thank-you-page .text_im div span{
    /*color: #0a1f3f; */
    font-size: 22px;
/*     font-family: 'Open Sans', sans-serif; */
  font-family: Montserrat,sans-serif;
    font-weight: bold;
}
.saasy-thank-you-page .text_im1{
    text-align: center; 
    max-width: 200px; 
    margin: auto !important; 
    float: none !important;
}
.saasy-thank-you-page .text_im1 div span{
    line-height: 22px;
    text-align: center; 
    font-size: 16px; 
    color: #333333;
/*     font-family: 'Open Sans', sans-serif; */
  font-family: Montserrat,sans-serif;
}
.saasy-thank-you-page .module_center1{
    margin-left: 0 !important;
    padding-right:20px;
}
.saasy-thank-you-page .img_3{
    padding-left: 20px;
}
.saasy-thank-you-page .hs-image-widget {
    padding-left: 104px;
}
.saasy-thank-you-page .button_1{
    margin-top: 12px;   
}
.saasy-thank-you-page .button_1 a:hover{
    background: #88cbff !important;
}
.saasy-thank-you-page .section_3_bg{
    background: #fafafa;
}
.saasy-thank-you-page .section_3{
    vertical-align: top;
}
.saasy-thank-you-page .section4-text1{
    text-align: center;
    margin-top: 97px;
}
.saasy-thank-you-page .section4-text1{
    /*color: #0a1f3f;*/
    font-size: 36px;
/*     font-family: 'Open Sans', sans-serif; */
  font-family: Montserrat,sans-serif;
}
.saasy-thank-you-page .section4_gic{
    width: 100px !important;
    background: #0edafd;
    border: #0edafd;
    min-height: 2px !important;
    margin: auto !important;
    float: none !important;
    visibility: visible;
    margin-top: 26px !important;
    margin-bottom: 70px !important;
}
.saasy-thank-you-page .section4_img1 img{
    padding-left:0 !important;
    border: 1px solid #4285f4 !important;
    border-radius: 50%;
}
.saasy-thank-you-page .section4_img2 img{
    padding-left:0 !important;
    border: 1px solid #4285f4 !important;
    border-radius: 50%;
}
.saasy-thank-you-page .section4_img3 img{
    padding-left:0 !important;
    border: 1px solid #4285f4 !important;
    border-radius: 50%;
}
.saasy-thank-you-page .section4_img1{
    margin: auto !important;
    float: none !important;
    text-align: center;
}
.saasy-thank-you-page .section4_img2{
    margin: auto !important;
    float: none !important;
    text-align: center;
}
.saasy-thank-you-page .section4_img3{
    margin: auto !important;
    float: none !important;
    text-align: center;
}
.saasy-thank-you-page .text4_1{
    color: #4285f4;
    margin: auto !important;
    float: none !important;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 28px;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
} 
.saasy-thank-you-page .text4_2{
    color: #3c567d;
    margin: auto !important;
    float: none !important;
    text-align: center;
    padding-bottom: 16px;
    font-size: 16px;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
}
.saasy-thank-you-page .text4_3{
    color: #333333;
    margin: auto !important;
    float: none !important;
    text-align: center;
    font-size: 20px;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-style: italic;
    max-width:334px;
    margin-bottom: 140px !important;
}
.saasy-thank-you-page .section5_blog1_text1 ul{
    list-style-type: none;
    font-size: 20px;
    color: #fff;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
}
.saasy-thank-you-page .section5_blog1_text1 li:before {
    content: "";
    background: url(http://www.incredo.co/hubfs/nwgw.png);
    width: 22px !important;
    height: 9px !important;
    display: inline-block;
    padding-right: 11px;
    background-repeat: no-repeat;
    background-size: contain;
}
.saasy-thank-you-page .section5_bg_bg{
    background: rgba(0, 0, 0, 0.5);
}

.saasy-thank-you-page .section5-blog1{
    margin-top:96px;
    padding-left:172px;
}
.saasy-thank-you-page .div123 i:before{
    font-size:8px !important;
    color:#fff !important;
    line-height: 26px;
}
.saasy-thank-you-page .title_slack{
    padding-bottom:25px;
    font-size: 36px; 
    color: #fff;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
}
.saasy-thank-you-page h3{
    font-size: 20px;
    color: #fff;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
    padding-left:25px;
}

.saasy-thank-you-page span.simple{
    float:none;
    padding-right:0;
}
.saasy-thank-you-page .section5-blog2{
    background:#fff;
    border-radius:10px;
    margin-bottom: 33px !important;
    margin-top:50px !important;
    width: 420px !important;
    margin-left: 100px !important;
}
.saasy-thank-you-page .section5_blog2_text1 div span{
    /*color:#4285f4 !important;*/
    font-size:18px !important;
    font-weight: bold;
}
.saasy-thank-you-page .section5_blog2_text1 div{
    margin-top: 20px;  
    text-align: center;
}
.saasy-thank-you-page .input input{
    border: 1px solid #4285f4;
    border-radius: 5px;
    width: 376px;
    padding-left: 13px;
    height: 38px;
}
.saasy-thank-you-page .form-columns-2 .input input{
    width: 180px;
}
.saasy-thank-you-page input[type="radio" i]{
    height: auto;
    
}
.saasy-thank-you-page .hs-form fieldset.form-columns-1 input[type="radio"] {
    margin-right: 4px;
}

.saasy-thank-you-page .hs-form fieldset.form-columns-1 input[type="checkbox"] {
    margin-right: 4px;
}
.saasy-thank-you-page input[type="checkbox" i] {
    height: auto;
}
.saasy-thank-you-page .input input[type="file" i]{
    border: none !important;
}
.saasy-thank-you-page .field.hs-form-field ul li * {
    color: #555;
}


.saasy-thank-you-page #Form, .input input, textarea, select {
    padding-top: 0;
    padding-bottom: 0;
}
.saasy-thank-you-page .input select{
    border: 1px solid #4285f4;
    border-radius: 5px;
    width: 376px;
    color:#555555;
    font-size: 19px;
    padding-top:8px;
    padding-bottom:8px
}
.saasy-thank-you-page .input select option{
   color:#4285f4;  
}
.saasy-thank-you-page .input textarea{
    border: 1px solid #4285f4;
    border-radius: 5px;
    width: 376px;
}


::-webkit-input-placeholder {font-size:19px;}
::-moz-placeholder          {font-size:19px;}
:-moz-placeholder           {font-size:19px;}
:-ms-input-placeholder      {font-size:19px;}

.saasy-thank-you-page .span12.widget-span.widget-type-form {
    text-align: center;
}
.saasy-thank-you-page .input{
    padding-top: 15px;
}
.saasy-thank-you-page .section5_blog2_text1{
    padding-bottom: 3px;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
    font-weight: bold;
}
.saasy-thank-you-page label{
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    padding-left: 22px;
    color:#555555 !important;
/*     font-family: 'Open Sans',sans-serif !important; */
  font-family: Montserrat,sans-serif!important;
}
.saasy-thank-you-page .actions input{
    padding: 14px 152px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #2c6cd6;
    margin-top: 28px;
    margin-bottom: 25px;
    background: #4285f4;
    border-radius: 5px;
}
.saasy-thank-you-page .actions input:hover{
    /*background: #88cbff !important;*/
}
.saasy-thank-you-page .hs-form-checkbox{
    padding-left:50px;
}
.saasy-thank-you-page input[type="checkbox" i] {
    width: auto !important;
}

.saasy-thank-you-page label{
    width: 81%;
    text-align: left;
}


.saasy-thank-you-page .hs-form-radio{
    padding-left:30px;
}
.saasy-thank-you-page input[type="radio" i] {
    width: auto !important;
}



.saasy-thank-you-page .section5-blog2 ul li {
    list-style-type: none;
}
.saasy-thank-you-page .hs-form-radio {
        list-style-type: none;
}

.saasy-thank-you-page .hs-form-checkbox {
    list-style-type: none;
}
.saasy-thank-you-page label .hs-form-required{
    display:none;
}

.saasy-thank-you-page .text{
    display: inline-block;
    width: 90%;
}

.saasy-thank-you-page .gg{
    max-width: 1200px;
    margin: auto !important;
    float: none !important;   
}

@media (max-width: 1190px){
.saasy-thank-you-page .input select {
    font-size: 13px;
}


::-webkit-input-placeholder {font-size:13px;}
::-moz-placeholder          {font-size:13px;}
:-moz-placeholder           {font-size:13px;}
:-ms-input-placeholder      {font-size:13px;}  

.saasy-thank-you-page .section3_text1{
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    
}
.saasy-thank-you-page .img_3 img{
    width: 360px !important;
    margin-top: 70px;
}
}
@media (max-width: 1270px){
.saasy-thank-you-page .section5-blog1{
    padding-left:50px !important; 
}
}

@media (max-width: 1190px){
.saasy-thank-you-page .section5-blog2{
    float: right;
    margin-right: 20px !important
    margin-left: 20px !important;
}
.saasy-thank-you-page .section5-blog1{
    padding-left:50px !important; 
}
.saasy-thank-you-page .section3_text1{
    font-size: 28px;
}
.saasy-thank-you-page .section3_text2{
    font-size: 18px;  
}
.saasy-thank-you-page .img_3 img{
    padding-left: 0;
}
}
@media (max-width: 1170px){
.saasy-thank-you-page .section3_text2{
    max-width: 490px;
    text-align: justify;
    margin: auto;
}
.saasy-thank-you-page .section4{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
}
@media (max-width: 1190px){

.saasy-thank-you-page .section5-blog2{
    float:left !important;
    padding-right: 20px !important;
    margin-left: 25px !important;
}
}
@media (max-width: 1150px){
.saasy-thank-you-page .hs_cos_flex-slider .caption{
    padding-top: 55px !important;
}
.saasy-thank-you-page .text {
    padding-right: 102px;
}
}

@media (max-width: 1050px){
.saasy-thank-you-page .form-columns-2 .input input {
    width: 128px;
}
.saasy-thank-you-page .section5-blog1{
    padding-left: 20px !important;
    margin-left: 20px !important;
}
.saasy-thank-you-page .title_slack strong{
    font-size: 28px;    
}
.saasy-thank-you-page .section5_blog1_text1 ul{
    font-size: 18px;
}

.saasy-thank-you-page .section5-blog2 {
    width: 326px !important;
    padding-left: 12px;
}
.saasy-thank-you-page .input input{
    width: 300px;
}
.saasy-thank-you-page .input select{
   width: 300px; 
}
.saasy-thank-you-page .actions input {
    padding: 14px 112px;
}
.saasy-thank-you-page label {
    padding-left: 5px;
}
} 
@media (max-width: 970px){
.saasy-thank-you-page .img_3 img{
   padding-left: 0;
}
.saasy-thank-you-page .social-icons .layout-widget-wrapper span {
    width: 34%;
}
}


@media (max-width: 950px){
    .saasy-thank-you-page .slider{
        padding-top: 74px;    
    }
.saasy-thank-you-page .hs_cos_flex-control-nav {
    bottom: 8px !important;
    right: 106px !important;
}
.saasy-thank-you-page .caption{
    right: 100px !important;
}
.saasy-thank-you-page .caption {
    padding-top: 40px !important;
}
.saasy-thank-you-page .caption a{
    margin-top: 15px !important;
    display: inline-block;
}

.saasy-thank-you-page .caption h2 span {
    font-size: 24px !important;
}
.saasy-thank-you-page .caption p span {
    font-size: 20px !important;
    padding-bottom: 20px !important;
}
.saasy-thank-you-page .text1 {
    font-size: 24px;
}
.saasy-thank-you-page .text2 {
    font-size: 20px;
    padding-bottom: 20px;
}
}
@media (max-width: 930px){
.saasy-thank-you-page .img_3 img{
    margin-top: 130px;
}
.saasy-thank-you-page .section5-blog2 {
    width: 326px !important;
    padding-left: 12px;
}
.saasy-thank-you-page .input input{
    width: 300px;
}
.saasy-thank-you-page .input select{
   width: 300px; 
}
.saasy-thank-you-page .actions input {
    padding: 14px 112px;
}
.saasy-thank-you-page label {
    padding-left: 5px;
}
}
@media (max-width: 900px){
.saasy-thank-you-page .section5-blog1{
    width: 47% !important;
}
}


@media (max-width: 767px){
.saasy-thank-you-page .social-icons .layout-widget-wrapper span {
    margin-bottom: 60px !important;
}
.saasy-thank-you-page .title_slack p{
    text-align: center !important;
}


.saasy-thank-you-page .hs_cos_flex-control-nav {
    bottom: 5px !important;
    text-align: center !important;
}
.saasy-thank-you-page a#cta_button_463211_2c350a78-8e96-4e0c-8d41-e81e65c8a3c0{
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    padding-right: 7px;
}
.saasy-thank-you-page .text2 {
    font-size: 16px;
    padding-bottom: 12px;
    line-height: 20px;
}
.saasy-thank-you-page .text1 {
    font-size: 18px;
    padding-bottom:0 !important;
}

.saasy-thank-you-page .hs_cos_flex-slider .caption{
    padding-top: 20px !important;
}
.saasy-thank-you-page .hs_cos_flex-control-paging li a {
    width: 6px;
    height: 6px;
}
.saasy-thank-you-page .hs_cos_flex-control-nav {
    right: 20px!important;
}

.saasy-thank-you-page .module_center1{
    margin-bottom: 40px;
}
.saasy-thank-you-page .section5-blog1{
    margin: auto !important;
}
.saasy-thank-you-page .section5-blog2{
    margin: auto !important;
    float: none !important;
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}
.saasy-thank-you-page .title_slack {
    padding-bottom: 0 !important;
    margin-top: 35px !important;
}
.saasy-thank-you-page span.simple.icon {
    vertical-align: top !important;
}
.saasy-thank-you-page .section5-blog1 .text{
    width: 90% !important;
}
.saasy-thank-you-page .section5_bg{
    padding-right: 0 !important;
}
.saasy-thank-you-page .section_3{
    margin-bottom:0 !important;
}
.saasy-thank-you-page .text4_1{
    font-size: 24px;
}
.saasy-thank-you-page .text4_2{
    font-size: 14px !important;
}
.saasy-thank-you-page .text4_3{
    font-size: 16px !important;
}
.saasy-thank-you-page .section4-text1 {
    font-size: 28px !important;
}

.saasy-thank-you-page .section3_text2{
   font-size: 16px !important; 
   margin: auto !important;
   float: none !important;
}
.saasy-thank-you-page .text_im1{
    margin-bottom: 25px !important;
}
.saasy-thank-you-page .section2_text h2{
    font-size: 28px !important;
}
.saasy-thank-you-page .module_center111111{
    margin-bottom:0 !important;
}
.saasy-thank-you-page .img_3 img{
    margin-top:0 !important;
}
.saasy-thank-you-page .section2_text2{
    padding-left: 20px;
    padding-right: 20px;
}
.saasy-thank-you-page .img_3 img{
    margin-bottom: 25px;
}
.saasy-thank-you-page .text4_3{
    margin-bottom: 50px !important;
}
}
@media (max-width: 767px){
.saasy-thank-you-page .social-icons .layout-widget-wrapper span {
    width: 40%;
}
.saasy-thank-you-page .hs-form fieldset.form-columns-2 .hs-form-field{
    float: none !important;
}
.saasy-thank-you-page .form-columns-2 .input input {
    width: 270px;
    margin-left: 8px !important;
}
.saasy-thank-you-page .section5_blog1_text1 ul{
    padding-left:25px;
    }
.saasy-thank-you-page .section5_blog1_text1 ul li{
    position:relative;
}
.saasy-thank-you-page .section5_blog1_text1 li:before{
    position:absolute;
    padding-right:0px;
    left:-25px;
    top:5px;
}

.saasy-thank-you-page .caption{
    zoom:0.8;
    width:90%!important;
    right:25px!important;
    top:25px!important;
}
.saasy-thank-you-page .section5-blog1{
    width: auto !important;
    display: inline-block !important;
    text-align: left !important;
}
.saasy-thank-you-page .section_5{
    text-align: center !important;
}
.saasy-thank-you-page .hs_cos_flex-control-nav {
    left: 11px !important;
    bottom: 2px !important;
    text-align: left!important;
}
.saasy-thank-you-page .hs_cos_flex-slider .caption{
    text-align: right !important;
}
}
 

@media (max-width: 570px){
.saasy-thank-you-page .social-icons .layout-widget-wrapper span {
    width: 47%;
}
.saasy-thank-you-page .section3_text2{
    padding-left: 20px !important;
    padding-right: 20px !important;
}

}
@media (max-width: 520px){ 
.saasy-thank-you-page .caption h2{
    padding-bottom:0;
}
}
@media (max-width: 470px){ 
.saasy-thank-you-page .social-icons .layout-widget-wrapper span {
    width: 53%;
}
}
@media (max-width: 420px){ 
.saasy-thank-you-page .social-icons .layout-widget-wrapper span {
    width: 57%;
}
.saasy-thank-you-page .section2_text{
    padding-left: 20px;
    padding-right: 20px;
}
.saasy-thank-you-page .hs_cos_flex-slider .caption {
    padding-top: 0 !important;
}

.saasy-thank-you-page .section2_text h2{
    line-height: 40px;
}
}
@media (max-width: 420px){ 
.saasy-thank-you-page .section5-blog2 {
    width: 290px !important;
    padding-left: 8px;
}
.saasy-thank-you-page .input input{
    width: 275px;
}
.saasy-thank-you-page .input select{
   width: 275px; 
}
.saasy-thank-you-page .actions input {
    padding: 14px 100px;
}
.saasy-thank-you-page label {
    padding-left: 5px;
}
}
@media (max-width: 390px){ 
.saasy-thank-you-page .social-icons .layout-widget-wrapper span {
    width: 65%;
}
}
@media (max-width: 370px){ 
.saasy-thank-you-page .social-icons .layout-widget-wrapper span {
    width: 70%;
}
}

@media (max-width: 355px){ 
.saasy-thank-you-page .social-icons .layout-widget-wrapper span {
    width: 75%;
}
.saasy-thank-you-page .section4-text1{
    line-height: 40px !important;
}
}

  
.saasy-thank-you-page .img_slider ul{
    background: black;
 }
.saasy-thank-you-page .img_slider ul li img{
   opacity: 0.4;
  }   
.saasy-thank-you-page .hs_cos_flex-slider .caption{
    background-color: rgba(0, 0, 0, 0);
}


 .hs_cos_flex-viewport{
        -webkit-transition:none!important;
    -moz-transition: none!important;
    transition: none!important;
  }  


.pricing-page .section5{
    float: none!important;
    margin: auto!important;
    max-width: 1160px;
    padding: 2% 0px;
}


.section2_icon_text_1,.section2_icon_text_2,.section2_icon_text_3,.section2_icon_text_1{
	float:left!important;
  margin-left:0px!important;
}
.pricing-page .section2_icon_text_3 {
	padding-left:10px;
}






.section2_text4>div #hs_cos_wrapper_module_147565398060597772{
  float:left;
  margin-left:50px!important;
  text-align:left;
/* 	margin-left:46px!important; */
}
.section2_text6>div>#hs_cos_wrapper_module_147565399026999758{
  float:left;
  margin-left:50px!important;
	margin-right: 0 !important;
  text-align:left;
}
.section2_text8>div #hs_cos_wrapper_module_1475653996692101282{
  float:left;
  margin-left:50px!important;
  text-align:left;
/*   margin-left:-3px!important; */
}
.section2_text4>div #hs_cos_wrapper_module_1529011901191342{
  float:left;
  margin-left:50px!important;
  text-align:left;
/* 	margin-left: -27px !important; */
}


.section2_text6>div>#hs_cos_wrapper_module_1475759831007206524{
  float:left;
  margin-left:50px!important;
	margin-right: 0 !important;
  text-align:left;
}
.section2_text4>div>#hs_cos_wrapper_module_1528913053679431{
  float:left;
  margin-left:50px!important;
  text-align:left;
/* 	margin-left: -24px !important; */
}
.section2_text6>div>#hs_cos_wrapper_module_1529011724171284{
  float:left;
  margin-left:50px!important;
	margin-right: 0 !important;
  text-align:left;
}
.section2_text8>div>#hs_cos_wrapper_module_1475759908771210998{
  float:left;
  margin-left:50px!important;
  text-align:left;
}

.section2_text4>div>#hs_cos_wrapper_module_1475762407270304122{
	 float:left;
  margin-left:50px!important;
  text-align:left;
}
.section2_text6>div>#hs_cos_wrapper_module_1475762434454307460{
  float:left;
  margin-left:50px!important;
  text-align:left;
/*     margin-left: 38px!important; */
}
.section2_text4>div>#hs_cos_wrapper_module_1529011916261356{
  float:left;
  margin-left:50px!important;
  text-align:left;
/* 		margin-left: -24px !important; */
}
.section2_text8>div>#hs_cos_wrapper_module_1475762742899310889{
	float:left;
  margin-left:50px!important;
  text-align:left;
}



.section3_group .text4_1,.section3_group .text4_2,.section3_group .text4_3,{
font-family: Montserrat,sans-serif!important;
}

.section1_text2>div>#hs_cos_wrapper_module_1531074449964133,.section4_text2>div>#hs_cos_wrapper_module_1529013123870372{
	margin-right:auto!important;
  margin-left:auto!important;
}

.pricing-page .section2_icon3 {
    /* text-align: left; */
    padding-right: 11px!important;
}

#section_2,#section_4_0,#section_1_0,#cards_bg,#hdiw,#testimonials,#faq,#section_5{
/*   background-image:url(https://cdn2.hubspot.net/hubfs/4298296/Design%20Manager/SDK%20SaaS/layer-1075.png)!important; */
	background-repeat:no-repeat;
	background-size:cover!important;
  background-position:center;
}











































    






