/* @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;}
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*===== TTHoves Font Family ======*/

@font-face {
  font-family: 'SofiaProBold';
  src: url('https://www.robotlab.com/hubfs/fonts%20-%20sofiapro/SofiaProBold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'SofiaProMedium';
  src: url('https://www.robotlab.com/hubfs/fonts%20-%20sofiapro/SofiaProMedium.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SofiaProLight';
  src: url('https://www.robotlab.com/hubfs/fonts%20-%20sofiapro/SofiaProLight.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Bold.eot');
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Bold.woff2') format('woff2'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Bold.woff') format('woff'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-DemiBoldItalic.eot');
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-DemiBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-DemiBoldItalic.woff2') format('woff2'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-DemiBoldItalic.woff') format('woff'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-DemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-DemiBold.eot');
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-DemiBold.eot?#iefix') format('embedded-opentype'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-DemiBold.woff2') format('woff2'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-DemiBold.woff') format('woff'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraBoldItalic.eot');
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraBoldItalic.woff2') format('woff2'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraBoldItalic.woff') format('woff'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraBold.eot');
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraBold.woff2') format('woff2'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraBold.woff') format('woff'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraLightItalic.eot');
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraLightItalic.woff2') format('woff2'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraLightItalic.woff') format('woff'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraLight.eot');
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraLight.woff2') format('woff2'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraLight.woff') format('woff'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Italic.eot');
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Italic.eot?#iefix') format('embedded-opentype'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Italic.woff2') format('woff2'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Italic.woff') format('woff'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-LightItalic.eot');
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-LightItalic.woff2') format('woff2'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-LightItalic.woff') format('woff'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Light.eot');
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Light.eot?#iefix') format('embedded-opentype'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Light.woff2') format('woff2'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Light.woff') format('woff'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-MediumItalic.eot');
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-MediumItalic.woff2') format('woff2'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-MediumItalic.woff') format('woff'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Medium.eot');
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Medium.eot?#iefix') format('embedded-opentype'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Medium.woff2') format('woff2'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Medium.woff') format('woff'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Regular.eot');
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Regular.woff2') format('woff2'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Regular.woff') format('woff'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ThinItalic.eot');
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ThinItalic.woff2') format('woff2'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ThinItalic.woff') format('woff'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Thin.eot');
  src: url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Thin.eot?#iefix') format('embedded-opentype'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Thin.woff2') format('woff2'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Thin.woff') format('woff'),
    url('https://www.robotlab.com/hubfs/assets-2020/font_family/TTHoves-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}


/*-------------Font Family------------*/





/*--------- NAVBAR COLORS ----------*/

 
 


 


/*--------- Theme Base Colors ----------*/















body{
  font-size:16px;
  line-height:1.4;
  overflow-x:hidden;
  letter-spacing:0px;
  background:#fff;
  font-family: SofiaProLight;
  color: #333333;
  margin:0 auto;
  padding:0;
}

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

h1,h2,h3,h4,h5,h6{
  font-family:SofiaProBold;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  -ms-transition:.3s all ease-in-out;
}

h1,h2,h3,h4,h5,h6{
  text-transform:initial;
  text-decoration:none;
  margin:0 0 15px;
  padding:0;
  color:#333333;
}

p,a{
  text-transform:initial;
  text-decoration:none;
  margin:0 0 15px;
  padding:0;
}

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

a {
  margin-bottom:0;
  font-weight:400;
  color:#0600ff;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  -ms-transition:.3s all ease-in-out;
}

h1 {
  font-size: 55px;
  line-height: 66px;
  font-weight: normal;
  margin-bottom:20px;
}

h2{
  font-size: 48px;
  line-height: 1.49;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
}

h3 {
  font-size:38px;
  line-height:34px;
  letter-spacing:0.05px;
  font-weight: 500;
  font-style: normal;
}

.big-text h1,
.big-text h2,
.big-text h3,
.big-text h4,
.big-text h5,
.big-text h6 {
  font-size:80px;
  color: #0600ff;
}

h4 {
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0;
  font-weight: 600;
  font-style: normal;
}

h5 {
  font-size:24px;
  letter-spacing:-0.26px;
  line-height: 32px;
  font-weight: 600;
  font-style: normal;
}

h6 {
  font-size:22px;
  line-height:33px;
  letter-spacing:0.5px;
  font-weight: 600;
  font-style: normal;
}

p{
  font-size:18px;
  line-height:26px;
  color:#333333;
  font-weight: normal;
  letter-spacing: 0px;
}

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

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

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

.body-container-wrapper li {
  font-size:16px;
  line-height:25px;
  letter-spacing:-.1px;
  font-weight:400;
  position:relative;
  margin-left:34px;
  margin-bottom:2px;
}

.body-container-wrapper li:before {
  position:absolute;
  top:11px;
  left:-24px;
  content:'';
  width:4px;
  height:4px;
  background:;
  border-radius:50%;
}

blockquote {
  font-size:22px;
  color:#383838;
  font-weight:400;
  line-height:31px;
  letter-spacing:1px;
  position:relative;
  padding-left:32px;
  margin:0;
}

body .container-fluid .row-fluid form .hs-button,
body .container-fluid .row-fluid  a.cta_button {
  font-size:15px;
  line-height:14px;
  font-weight: 600;
  font-style: normal;
  background:#0600ff;
  font-family: SofiaProLight;
  cursor:pointer;
  text-align:center;
  display:inline-block;
  transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  border-radius: 30px;
  margin-bottom:0;
  position:relative;
  z-index:0;
  color:#ffffff;
  letter-spacing:0px;
  border:none;
  padding: 19px 41px;
  box-sizing:border-box!important;
  top:0px;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  letter-spacing: 0.5px;
}


body .container-fluid .row-fluid form .hs-button:hover,
body .container-fluid .row-fluid  a.cta_button:hover {
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2);
  top:0px;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  background-color: #ffffff;
  color: #0600ff;
}


/*=======Transparent CTa======*/

body .container-fluid .row-fluid .transparent-cta form .hs-button,
body .container-fluid .row-fluid .transparent-cta  a,
body .container-fluid .row-fluid a.transparent-cta {
  font-size:15px;
  line-height:14px;
  font-weight:600;
  font-style: normal;
  background:#ffffff;
  cursor:pointer;
  text-align:center;
  display:inline-block;
  transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  margin-bottom:0;
  position:relative;
  z-index:0;
  color:#0600ff;
  letter-spacing:0px;
  padding: 19px 41px;
  box-sizing:border-box!important;
  top:0px;
  border: 1px solid #ffffff;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  border-radius: 30px;
  letter-spacing: 0.5px;
}

body .container-fluid .row-fluid .transparent-cta form .hs-button:hover,
body .container-fluid .row-fluid .transparent-cta  a.cta_button:hover,
body .container-fluid .row-fluid a.transparent-cta.cta_button:hover {
  box-shadow: 0px 0px 20px  rgba(0, 0, 0, 0.2);
  background-color: #0600ff ;
  color: #ffffff;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.grey-bg{
  background:;
}

.black-bg {
  background: #333333;
}

.product-bg {
  background-color:#e9eaec;
  position:relative;
  z-index:1;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  border-radius:8px;
}

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

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

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

.float-left{
  float:left;
}

.float-right{
  float:right;
}

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

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  z-index: -1;
}

.basecolor-overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(72, 66, 183, 0.72);
  z-index: -1;
}

.gray-bg{
  background:#fafafa;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#ffffff;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.all-text-red,
.all-text-red a,
.all-text-red h1,
.all-text-red h2,
.all-text-red h3,
.all-text-red h4,
.all-text-red h5,
.all-text-red h6,
.all-text-red p,
.all-text-red a,
.all-text-red li{
  color : #0600ff;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.all-text-uppercase,
.all-text-uppercase h1,
.all-text-uppercase h2,
.all-text-uppercase h3,
.all-text-uppercase h4,
.all-text-uppercase h5,
.all-text-uppercase h6,
.all-text-uppercase p,
.all-text-uppercase a {
  text-transform:uppercase;
}

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

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

.font-weight-normal,
.font-weight-normal h2,
.font-weight-normal h3,
.font-weight-normal h4,
.font-weight-normal h5,
.font-weight-normal h6,
.font-weight-normal p,
.font-weight-normal a,
.font-weight-normal li{
  font-weight: normal;
}

.font-weight-nine,
.font-weight-nine h2,
.font-weight-nine h3,
.font-weight-nine h4,
.font-weight-nine h5,
.font-weight-nine h6,
.font-weight-nine p,
.font-weight-nine a,
.font-weight-nine li{
  font-weight: 900;
}

.font-weight-eight,
.font-weight-eight h2,
.font-weight-eight h3,
.font-weight-eight h4,
.font-weight-eight h5,
.font-weight-eight h6,
.font-weight-eight p,
.font-weight-eight a,
.font-weight-eight li{
  font-weight: 800;
}

.font-weight-seven,
.font-weight-seven h2,
.font-weight-seven h3,
.font-weight-seven h4,
.font-weight-seven h5,
.font-weight-seven h6,
.font-weight-seven p,
.font-weight-seven a,
.font-weight-seven li{
  font-weight: 700;
}

.font-weight-six,
.font-weight-six h2,
.font-weight-six h3,
.font-weight-six h4,
.font-weight-six h5,
.font-weight-six h6,
.font-weight-six p,
.font-weight-six a,
.font-weight-six li{
  font-weight: 600;
}

.font-weight-five,
.font-weight-five h2,
.font-weight-five h3,
.font-weight-five h4,
.font-weight-five h5,
.font-weight-five h6,
.font-weight-five p,
.font-weight-five a,
.font-weight-five li{
  font-weight: 500;
}

.font-weight-bold,
.font-weight-bold h2,
.font-weight-bold h3,
.font-weight-bold h4,
.font-weight-bold h5,
.font-weight-bold h6,
.font-weight-bold p,
.font-weight-bold a,
.font-weight-bold li{
  font-weight: bold;
}

.font-weight-four,
.font-weight-four h2,
.font-weight-four h3,
.font-weight-four h4,
.font-weight-four h5,
.font-weight-four h6,
.font-weight-four p,
.font-weight-four a,
.font-weight-four li{
  font-weight: 900;
}

.font-weight-three,
.font-weight-three h2,
.font-weight-three h3,
.font-weight-three h4,
.font-weight-three h5,
.font-weight-three h6,
.font-weight-three p,
.font-weight-three a,
.font-weight-three li{
  font-weight: 900;
}

.font-weight-two,
.font-weight-two h2,
.font-weight-two h3,
.font-weight-two h4,
.font-weight-two h5,
.font-weight-two h6,
.font-weight-two p,
.font-weight-two a,
.font-weight-two li{
  font-weight: 200;
}

.font-weight-one,
.font-weight-one h2,
.font-weight-one h3,
.font-weight-one h4,
.font-weight-one h5,
.font-weight-one h6,
.font-weight-one p,
.font-weight-one a,
.font-weight-one li{
  font-weight: 100;
}

.all-text-blue,
.all-text-blue h2,
.all-text-blue h3,
.all-text-blue h4,
.all-text-blue h5,
.all-text-blue h6,
.all-text-blue p,
.all-text-blue a,
.all-text-blue li{
  color: #042a2b;
}

.font-size-two-eight h1,
.font-size-two-eight h2,
.font-size-two-eight h3,
.font-size-two-eight h4,
.font-size-two-eight h5,
.font-size-two-eight h6,
.font-size-two-eight p,
.font-size-two-eight a {
  font-size:28px;
}

.base-color-text a:hover{
  color:#333333;
}

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

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

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

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

@media (min-width: 768px) {

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


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

  body .row-fluid .equal-height{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
  }  


}


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

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

  body .container-fluid .row-fluid .wrapper{
    padding-left:30px;
    padding-right:30px;
  }

  h1 {
    font-size: 40px;
    font-weight: 500;
  }

  h2{
    font-size: 28px;
    line-height: normal;

    letter-spacing: 0px;
  }

  h3 {
    font-size:26px;
    line-height:30px;
    letter-spacing:0;
  }

  h4 {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    letter-spacing: -0.6px;
  }

  h5 {
    font-size:18px;
    line-height:1.5;
  }

  h6 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height:1.5;
  }


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


  .big-text h1,
  .big-text h2,
  .big-text h3,
  .big-text h4,
  .big-text h5,
  .big-text h6 {
    font-size:60px;
  }

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

  body .container-fluid .row-fluid form .hs-button, 
  body .container-fluid .row-fluid a.cta_button{
    font-size: 14px;
    padding: 14px 15px;
  }  

}

@media (max-width:767px){

  body .container-fluid .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  .remove-octagon .body-container-wrapper{
    margin-top:106px;
  }

  h1 {
    font-size: 32px;
  }


  h2{
    font-size:30px;
  }  

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

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

  .big-text h1,
  .big-text h2,
  .big-text h3,
  .big-text h4,
  .big-text h5,
  .big-text h6 {
    font-size:40px;
  }

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

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

  .heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
  }

  body .container-fluid .row-fluid form .hs-button, body .container-fluid .row-fluid a.cta_button[title]{
    display:block;  
  }  

}


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


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

}

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

@media (max-width:767px){


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

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


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



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

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

@media (max-width:767px){

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

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



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


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

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

@media (max-width:767px){

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

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


/*=========================================================
FORM STYLING
=========================================================*/     



/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
  color: #939393;
}

:-moz-placeholder {
  color:#939393;
}

::-moz-placeholder {  
  color: #939393;
}

:-ms-input-placeholder {  
  color: #939393;
}

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

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

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

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
  font-family: ;
  height: 46px;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px;
  border-radius: 0px;
  background:#ffffff;
  padding: 10px 15px;
  color:#939393;
  font-weight: 400;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}

.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
  outline:0;
}

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

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

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

.row-fluid form .field>label{
  font-size: 14px;
  line-height: 1;
  letter-spacing: .5px;
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
  margin-top: 14px;
  //padding-left: 15px;
}

.row-fluid form .hs_submit .actions{
  text-align:left; // CTA Button Alignment
}

.row-fluid form .hs-button.primary{
  height: auto;
  margin-top: 10px;
  background:#333333;
  color: #ffffff;
  font-weight: bold;
  width:100%;
}

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

form .hs-error-msgs li{
  line-height: 1;
  color: red;
  font-weight: 400;
  font-size: 11px;
  position: relative;
  top: 0;
  letter-spacing: 0.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

body .row-fluid select{
  background: #ffffff url(//2558854.fs1.hubspotusercontent-na1.net/hubfs/2558854/Chicago%20LP/select%20arrow.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}



/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/   


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

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

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

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

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


@media (max-width:480px){

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

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

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

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

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



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




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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}

.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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

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




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


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

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

@media (max-width: 767px){


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

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

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

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#000000;
  }

  body .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
    text-indent:0px;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -67px;          /* Position Button at right of screen  */
    left: 13px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #5f6c7a; 
  }


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


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
    border-radius:6px;
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #5f6c7a; /* Icon color */
    display: inline-block;
    left:-5px;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #5f6c7a; /* Icon color */
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0px;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
  }

  .mobile-open .mobile-trigger i {
    background:transparent;
  }

  .mobile-open .mobile-trigger i:after {
    top: 0px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
  }


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }

  .child-trigger:before {
    content: '';
    position: absolute;
    top: 0;
    left: -684px;
    bottom: 0px;
    background: transparent;
    right: 40px;
  }

  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    display: block;

  }
  .child-trigger i:after{
    content:'';
    position:absolute;
    top:-7px;
    right:0;
    bottom:0;
    background-image:url(https://www.robotlab.com/hubfs/assets-2020/images/icon%20-%20arrow.png);
    background-repeat:no-repeat;
    background-position:center;
    width:12px;
    height:12px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    position:relative;
    z-index:1;
  }
  .child-trigger.child-open i{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: absolute;
    padding-top: 0px; /* Makes room for button */
    margin: 0px 0 0px 0;
    top:81px;
    right:0px;
    left:0px;
    z-index:2;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
    background: #ffffff;
    padding-bottom: 10px;
    height:100vh;
    /*     display:none !important; */
    overflow:hidden;
  }

  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper{
    background-color:#ffffff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul>li{
    border-top: 1px solid #e3e3e3; /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul>li a{
    padding: 0 10px;
    color:#000000; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#000000; /* link hover color set by global mobile-aColorHover variable */
  }

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

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

/*==== Header Section Styling Start Here =====*/

.header-section {
  padding: 20px 119px;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item a {
  padding: 0;
}

.header-section:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: #ffffff;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  z-index:-1;
}

.header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item>a {
  /*text-transform: uppercase;*/
  font-weight: 600;
  font-style: normal;
  color: #333333;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  position:relative;
  padding-bottom:0px;
}

.header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item.active>a {
  color : #0600ff;
}

.header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item>a:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  /*   height:67px; */
  z-index:1;
}

.header-section .main-menu ul li.hs-menu-item a:hover {
  color : #0600ff;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

body .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  display:block !important;
  right:0;
}

li.hs-menu-item.hs-item-has-children.active ul.hs-menu-children-wrapper .mega-menu-cm-one {
  visibility: visible;
  opacity: 1;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.header-section .main-menu .mobile-cta {
  display: none;
  position: absolute;
  top: 13px;
  right: 15px;
  z-index: 2;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.logo-section img {
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

@media (max-width:767px) {

  body .header-section .main-menu .mobile-cta {
    display:block;
  }

  body .row-fluid .header-section .main-menu .mobile-cta a.cta_button {
    border: 2px solid #0600ff;
    padding: 8px 10px;
    font-size: 12px;
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
  }

  body .header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item>a:before {
    display:none;
  }

  body .mega-menu-cm {
    padding: 0px 0px 0px;
    position:relative;
  }

  body .mega-menu-cm .category-items ul li span img {
    top:0px;
    max-width:30px;
  }

  .mega-menu-cm .category-items ul li span {
    width: 15%;
  }
  .mega-menu-cm .category-items ul li {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
  }

  body .menu-column .category-item ul li {
    margin-bottom:0px;
  }

  body .menu-column .category-item ul {
    margin: 5px 0px;
  }

  body .header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item>a {
    font-size: 14px;
    padding-left:15px;
  }

  body .hs-item-has-children .mega-menu-cm-one {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 2;
    transform: translateX(950px);
    -webkit-transform: translateX(950px);
    -moz-transform: translateX(950px);
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
    height:100vh;
  }

  ul.hs-menu-children-wrapper.show>.mega-menu-cm-one {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
  }

  body .menu-column.image {
    display: none;
  }

  body .mega-menu-cm .top-heading h5 {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height:1.3;
  }

  body .row-fluid-wrapper .row-fluid .mega-menu-cm .wrapper {
    padding: 0;
  }

  body .mega-menu-cm .menu-column .top-section {
    padding: 16px 20px;
    border-bottom: 1px solid #e3e3e3;
    position:relative;
    cursor:pointer;
  }

  body .mega-menu-cm .menu-column .top-section:after {
    content:'';
    position:absolute;
    top: 25px;
    right: 17px;
    width: 12px;
    height:12px;
    background-position:center;
    background-repeat:no-repeat;
    background-image:url(https://www.robotlab.com/hubfs/assets-2020/images/icon%20-%20arrow.png);
  }

  body .mega-menu-cm .menu-column .child {
    padding-top: 0px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 9999;
    transform: translateX(800px);
    -webkit-transform: translateX(800px);
    -moz-transform: translateX(800px);
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
    margin-top: 0;
    padding:0px 0px 20px;
    bottom:0px;
    height:100vh;
  }

  body .mega-menu-cm .menu-column .child.show-child {
    transform: translateX(0px);
    -webkit-transform: translateX(00px);
    -moz-transform: translateX(0px);
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
  }

  body .mega-menu-cm .menu-column .child ul {
    padding: 20px 20px;
  }

  .mega-menu-cm .menu-section .back-cta {
    background: #f5f5f5;
    padding: 20px 47px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    color: #5f6368;
  }

  .mega-menu-cm .menu-section .back-cta:before {
    content:'';
    position:absolute;
    top:27%;
    left:20px;
    bottom:0;
    width:12px;
    height:12px;
    background-repeat:no-repeat;
    background-position:center;
    background-image:url(https://www.robotlab.com/hubfs/assets-2020/images/icon%20-%20arrow.png);
    transform:rotate(-180deg) translateY(-50%);
    -webkit-transform:rotate(-180deg) translateY(-50%);
    -moz-transform:rotate(-180deg) translateY(-50%);
  }
}

@media (max-width:350px) {
  body .row-fluid .header-section .logo-section img {
    max-width: 120px !important;
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;

  }

  body .row-fluid .header-section .main-menu .mobile-cta {
    top:10px;
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
  }

  body .row-fluid .header-section .main-menu .mobile-cta a.cta_button {
    padding: 7px 9px;
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
    font-size:10px;
  }

  body .mobile-trigger {
    top:-71px;
  }
}

/*==== Mega Menu Cm Styling Start Here ====*/

.mega-menu-cm {
  padding: 36px 0px 48px;
  border-top:0.5px solid #c5c5c5;
  border-bottom: .5px solid rgba(204, 204, 204, 0.34901960784313724);
  box-shadow:0 2px 4px 0 rgba(0,0,0,0.08);
}

.mega-menu-cm .menu-column .sub-heading span {
  font-size: 14px;
  color:#adb3ba;
}

.mega-menu-cm .top-heading h5 {
  margin-bottom: 2px;
}

.category-items {
  padding-top: 16px;
}

.mega-menu-cm .category-items ul li span img {
  margin-right: 12px;
  background: #efefef;
  border-radius: 30px;
  padding: 7px 7px;
  position: relative;
  top: 4px;
}

.mega-menu-cm .category-items ul {
  margin: 0;
}

.mega-menu-cm .category-items ul li {
  margin: 0;
  margin-bottom:18px;
  font-weight:500;
}

.menu-column .category-item ul {
  margin: 24px 0px;
}

.menu-column .category-item ul li {
  margin: 0;
  margin-bottom: 15px;
}

.menu-column .category-item ul li a:hover,
body .row-fluid-wrapper .row-fluid .menu-column .category-item ul li a:hover,
.footer-menu ul li.hs-menu-item a:hover{
  color: #0600ff;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
}

.menu-column.image .learn-more {
  padding-top: 15px;
}

body .row-fluid-wrapper .row-fluid .menu-column .category-item ul li a {
  color: #333333;
  font-weight:500;
  padding:0px;
  white-space:normal !important;
}

.category-item {
  margin-top: 25px;
}

.menu-column.image .image {
  min-height: 290px;
  border-radius: 6px;
  max-width:230px;
  display:block;
  width:100%;
}

.menu-column.image .learn-more a {
  padding: 0;
}

@media(min-width:768px) {
  .mega-menu-cm .menu-section {
    display: flex;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    display:-o-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
  }

  .mega-menu-cm .menu-section .menu-column {
    flex-basis:18%;
    -webkit-flex-basis:18%;
    -moz-flex-basis:18%;
    margin-right:2%;
    text-align:left;
  }

  .mega-menu-cm .menu-section .menu-column:last-child,
  .mega-menu-cm .menu-section .menu-column:nth-child(5n+5){
    margin-right:0px;
  }

  body .row-fluid .mega-menu-cm-one {
    position: absolute;
    left: 0;
    right: 0;
    margin:0px;
    top:30px;
    visibility: hidden;
    opacity: 0;
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
  }

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

  body .row-fluid-wrapper .row-fluid .header-cta a.cta_button {
    border: 1px solid #ffffff;
    background: transparent;
  }

  .hero-section,
  .store-hero{
    margin-top:50px;
  }

  .header-section {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:2;
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
  }

  .header-section.sticky {
    padding-top:10px;
    padding-bottom:10px;
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .logo-section img {
    max-width:250px !important;
  }

  .thumbnails.categoryGroup.store-new-filter .store-product-right {
    float:right;
  }

}


.thumbnails.categoryGroup.store-new-filter .store-product-right {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
}


/*==== Mega Menu Cm Styling End Here ==== */


/*==== Header Responsive ====*/

@media (min-width:768px) and (max-width:1872px) {
  body .header-section {
    padding: 10px 10px;
  }

  body .header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item>a {
    padding: 10px 8px 0px 8px;
    font-size:14px;
  }

  body .row-fluid-wrapper .row-fluid .mega-menu-cm-one {
    top:40px;
  }

  body .mega-menu-cm .category-items ul li span img {
    margin-right: 5px;
  }

  body .footer-address a {
    font-size: 20px;
  }

  body .footer-address h6 {
    padding-top: 14px;
  }

  body .footer-top {
    padding: 50px 0px 50px;
  }

  body .mega-menu-cm .category-items ul li,
  body .menu-column .category-item ul li{
    margin-bottom: 12px;
  }

}

@media (min-width:768px) and (max-width:993px) {
  body .row-fluid .mega-menu-cm-one .mega-menu-cm .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width:1025px) and (max-width:1400px) {
  body .header-section {
    padding: 10px 10px;
  }
}


/*==== Header Section Styling End Here =====*/

/*=== Robots card Section ===*/

.robo-cards-section {
  background-color:transparent;
  padding: 20px 10px 20px;
  text-align:center;
  margin-top:-200px;
  z-index:666;
  position:relative;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
 .robo-cards-section {
  padding: 10px 10px 70px;
  text-align:center;
  margin-top:10px;
  z-index:666;
  position:relative;
}
}
/*=== Video section ====*/

.futer-video-section {
  background-color:#f8f8f8;
  padding: 80px 10px 80px;
  text-align:left;
}

.futer-vs-flex{
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.futer-vs-vdo {
  flex-basis: 50%;
  align-self: center;
  margin:15px 0px;
  
}
.futer-vs-txt {
  flex-basis: 50%;
  align-self: center;
  margin:15px 0px;
  
}

.futer-video-section h1{
  font-size: 55px;
  font-family: 'SofiaProBold';
  line-height:1.2;  
}

.futer-video-section span{
  color: #0600ff;
}

.futer-video-section h3{ font-size: 25px; font-family: 'SofiaProLight'; line-height: 1.2; }

.vdo-cta-btn { margin:25px 5px; }

@media only screen and (max-width: 768px) {
  .futer-video-section, .futer-video-section h1 { text-align:center;}
}
/*==== client logo section end ===*/


/*==== CTA Bar ====*/

.cta-bar {
  background-color:#0600ff;
  padding: 55px 80px 55px;
  text-align:center;
}

.cta-barq, .cta-barq h3{  
  font-family: SofiaProBold;
  color:#fff;
  font-size:40px !important;
}

.cta-bar h3{
  font-family: 'SofiaProMedium';
  color:#fff;
  font-size:30px;
}

body .container-fluid .row-fluid .futer-transparent-cta form .hs-button,
body .container-fluid .row-fluid .futer-transparent-cta  a,
body .container-fluid .row-fluid a.futer-transparent-cta {
  font-size:18px;
  line-height:18px;
  font-weight:600;
  font-style: normal;
  background:#0600ff;
  cursor:pointer;
  text-align:center;
  display:inline-block;
  transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  margin-bottom:0;
  position:relative;
  z-index:0;
  color:#ffffff;
  letter-spacing:0px;
  padding: 19px 41px;
  box-sizing:border-box!important;
  top:0px;
  border: 2px solid #ffffff;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  border-radius: 30px;
  letter-spacing: 0.5px;
}

body .container-fluid .row-fluid .futer-transparent-cta form .hs-button:hover,
body .container-fluid .row-fluid .futer-transparent-cta  a.cta_button:hover,
body .container-fluid .row-fluid a.futer-transparent-cta.cta_button:hover {
  box-shadow: 0px 0px 20px  rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  color: #0600ff;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}
@media only screen and (max-width: 768px) {
  .cta-bar {
  background-color:#DA1B1C;
  padding: 55px 10px 55px;
  text-align:center;
}
.cta-barq, .cta-barq h3{ font-size:35px !important; }
.cta-bar h3{ font-size:30px !important; }
.lk-footer-social-buttons {
  margin: 10px !important;
  text-align: center !important;
  }

}
/*===== CTA Bar end ===*/

/*==== footer social ===*/
.lk-footer-social-buttons .btn,
.lk-footer-social-buttons .btn:before,
.lk-footer-social-buttons .btn .fab,
.lk-footer-social-buttons .btn .fas,
.lk-footer-social-buttons .btn .far{
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.3, -0.105, 0.45, 1.6);
          transition-timing-function: cubic-bezier(0.3, -0.105, 0.45, 1.6);
}
.lk-footer-social-buttons .btn:before {
  top: 90%;
  left: -100%;
}
.lk-footer-social-buttons .btn .fa,
.lk-footer-social-buttons .btn .fab,
.lk-footer-social-buttons .btn .fas{
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  color:;
}

.lk-footer-social-buttons .btn .far{
  color:;
}

.lk-footer-social-buttons .btn:focus:before,
.lk-footer-social-buttons .btn:hover:before {
  top: -10%;
  left: -10%;
}
.lk-footer-social-buttons .btn:focus .fab,
.lk-footer-social-buttons .btn:hover .fab {
  
  -webkit-transform: scale(1);
          transform: scale(1);
  color:;
}
.lk-footer-social-buttons {
  margin: auto;
  font-size: 0;
  text-align: left;
}
.lk-footer-social-buttons .btn {
  display: inline-block;
  background-color: ;
  color:#333333;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border:1px solid rgba(0,0,0,0.5);
  opacity: 0.9;
}
.lk-footer-social-buttons .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lk-footer-social-buttons .btn .fab {
  font-size: 28px;
  vertical-align: middle;
  line-height:1.3;
}


/*==== footer social end===*/


/*===== Footer Section Css Styling Start Here =====*/
.footer-section {
  background-color:#F8F8F8;
  padding: 20px 0px 0px;
}
.footer-section-a {
  background-color:#F8F8F8;
  border-top:1px solid rgba(0,0,0,.15);
}
.footer-top {  
  background-color:#F8F8F8;
  padding: 100px 0px 80px;
  /*  background-color: #f8f8f8;
   * position:relative; */
  z-index:0;
  margin-top:30px;
}

.footer-top:before {
  content:'';
  position:absolute;
  top:-37px;
  left:0;
  right:0;
  height:55px;
  z-index:-1;
  background-repeat:no-repeat;
  background-position:center;
  background-image:url(https://www.robotlab.com/hubfs/assets-2020/images/footer-wave-image.png);
  background-size:contain;
}

.footer-top .footer-menu-heading h4 {
  font-size: 22px;
  line-height:1;
  padding-bottom: 6px;
  font-family: SofiaProBold;
}

.footer-address p {
  font-size: 17px;
  margin-bottom: 2px;
  font-weight: normal;
}

.footer-address h6 {
  padding-top: 46px;
  font-size: 20px;
}

.footer-address a {
  display: block;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 4px;
}

.footer-menu ul li.hs-menu-item a {
  padding: 0;
  color: #333333;
  font-weight: normal;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  white-space:normal;
}

.footer-menu ul li.hs-menu-item {
  padding-bottom:8px;
}

.footer-bottom {
  background-color: #F8F8F8;
}

.copyright-text p {
  color : #707070;
  margin:0px;
  font-size:14px;
  line-height:1.7;
  font-family: 'SofiaProMedium';
}

.card-module ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.card-module ul li {
  display: inline-block;
  margin-right: 32px;
}

.card-module ul li:last-child {
  margin-right: 0px;
}

.icon-details ul {
  margin: 0;
  padding: 0;
  list-style-type:none;
}

.icon-list ul li {
  display: inline-block;
  margin-right:20px;
}

.icon-list ul li:last-child {
  margin-right:0px;
}

.icon-list ul li a {
  color: #7a7a7a;
  font-size: 18px;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.icon-list ul li a:hover {
  color: #ffffff;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.icon-list ul li i {
  color: #7a7a7a;
  font-size: 18px;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.icon-list ul li i:hover {
  color: #ffffff;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.footer-bottom {
  padding: 25px 0px;
}

.icon-details .usd-text li span {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

/*==== Footer Responsive ====*/

@media (max-width:767px) {

  body .card-module ul li {
    margin-right: 15px;
  }

  body .icon-list {
    padding-bottom: 10px;
  }

  body .footer-top {
    padding: 40px 0px 15px;
  }

  body .footer-top .footer-menu-heading h4 {
    font-size:20px;
    padding-bottom:0px;
  }

  body .footer-top .footer-address {
    margin-bottom:20px;
  }

  body .footer-address h6 {
    padding-top: 0px;
    font-size:18px;
    line-height:1;
  }

  body .footer-address a {
    font-size: 18px;
  }

  body .footer-bottom .two-col>.row-fluid-wrapper>.row-fluid,
  body .footer-bottom .two-col .left-column>.row-fluid-wrapper>.row-fluid,
  body .footer-bottom .two-col .right-column .icon-details>.row-fluid-wrapper>.row-fluid {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }

  body .copyright-text p {
    text-align:center;
  }

  body .footer-bottom {
    padding: 35px 0px;
  }

  body .icon-details ul.usd li {
    background: #383838;
    border-radius: 30px;
    padding: 13px 20px;
    margin-top: 33px;
    display: inline-block;
    margin-bottom: 30px;
  }

  body .card-module {
    margin-bottom: 35px;
  }
/*
  body .footer-top .address-column h4,
  body .footer-top .footer-address p{
    display: none;
  }
*/
  body .footer-top .footer-menu {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }

  body .footer-top .footer-menu.information-menu,
  body .footer-top .footer-menu.extras-menu{
    padding-left: 0px;
  }

  body .header-section {
    padding: 5px 10px;
  }

  body .header-section .logo-section img {
    max-width: 200px !important;
    position: relative;
    left: 5px;
  }
}

/*===== Footer Section Css Styling End Here =====*/



/*===== Hero Section Cm Css Styling Start Here ====*/

.hero-section .section-heading h1 span,
.flip-text span{
  color: #0600ff;
  font-weight:normal;
}


.hero-section {
  padding: 136px 0px 200px;
  position:relative;
  z-index:1;
}

.hero-section:before {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  right:0;
  background: #ffffff;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom,#00000000,#ffffff);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom,#00000000,#ffffff);
  z-index:-1;
  height:100px;
}


.hero-section .section-heading h1 {
  line-height: 1.07;
  padding-bottom:0px;
  font-size:62px;
}

.hero-section .section-heading {
  max-width: 90%;
  margin: 0 auto;
  width:100%;
}

.hero-section .sub-heading h6 span {
  font-weight:500;
  color: #0600ff;
}

.hero-section .sub-heading h6 {
  font-size: 20px;
  font-weight: normal;
  line-height:1.4;
}

.hero-section .sub-top-heading h6 {
  font-size: 16px;
  font-weight: bold;
  line-height:1.4;
  text-transform: uppercase;
}

.hero-section .sub-botom-heading h6 {
  font-size: 25px;
  line-height:1.4;
  text-transform: uppercase;
  font-family: 'SofiaProMedium';
}

.hero-section .sub-heading {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0px;
}

.hero-section .three-col-image {
  margin-top: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.hero-section .three-col-image .image-text {
  flex-basis: 33.3333%;
  -webkit-flex-basis: 33.333%;
  -moz-flex-basis: 33.333%;
  position:relative;
}

.hero-section .three-col-image .image-text .link a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-section .three-col-image .image {
  background-repeat: no-repeat;
  background-size:contain;
  position:relative;
  z-index:1;
}

.hero-section .text-block {
  padding: 125px 0px;
}

.hero-section .description p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing:0.5px;
}

.three-col-image .image-text:nth-child(2) .image {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  z-index: 5;
  position:relative;
}

.three-col-image .image-text:nth-child(2) .image .text-block {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
}

@media only screen and (max-width: 768px) {
  
.hero-section {
  padding: 136px 0px 100px;
  position:relative;
  z-index:1;
}
  
.hero-section .section-heading h1 {
  line-height: 1.07;
  padding-bottom:0px;
  font-size:55px;
}
}
/*===== Hero Section Cm Css Styling End Here ====*/


/*===== Two Column CM Css Styling Start Here ====*/

.two-col-cm {
  padding: 100px 0px;
  position:relative;
  z-index:1;
}

.two-col-cm:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(5deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#ffffff) !important;
  background-image: -o-linear-gradient(5deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#ffffff) !important;
  background-image: -ms-linear-gradient(5deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#ffffff) !important;
}

.two-col-cm:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(180deg,#ffffff70,#fff); 
  background: linear-gradient(180deg,#ffffff70,#fff);
  z-index: -1;
  left:0;
  height:500px;
}

.two-col-cm .top-heading h2 {
  font-size: 108px;
  line-height:1;
}

.two-col-cm .sub-heading h2 {
  line-height: 1.2;
}

.two-col-cm .text h6 {
  font-size: 12px;
  letter-spacing: 2px;
  color:#636c79;
}

.two-col-cm .text {
  padding: 33px 0px 15px;
}

.two-col-cm .description {
  max-width: 590px;
  position: relative;
  padding-left: 36px;
  padding-top: 10px;
  padding-bottom:1px;
}

.two-col-cm .description:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  background-image: linear-gradient(to bottom,#ffffff,#0600ff);
  background-image: -o-linear-gradient(to bottom,#ffffff,#0600ff);
  background-image: -ms-linear-gradient(to bottom,#ffffff,#0600ff);
  height: 100%;
  width: 4px;
  border-radius:4px;
}

.two-col-cm .description p {
  font-weight: 500;
  line-height:1.8;
}

.bottom-section {
  margin-top: 54px;
}

.bottom-section .filter-item li {
  display:flex;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  align-items:center;
  -webkit-align-items:center;
  -moz-align-items:center;
  margin: 0px;
  color: #8a919b;
  font-size: 15px;
  font-weight: 500;
  width:180px;
  margin-bottom: 18px;
  float:left;
  position:relative;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.bottom-section .filter-item li:hover {
  color: #0600ff;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.bottom-section .filter-item li:hover span {
  background-color: #0600ff;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.bottom-section .filter-item li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bottom-section .filter-item li span {
  margin-right: 18px;
  background: #eeeeee;
  border-radius: 30px;
  width:52px;
  height:52px;
  position:relative;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.filer-section>span {
  font-size: 12px;
  font-weight: 500;
  color: #8a919b;
}

.bottom-section .filter-item li span img {
  position: absolute;
  top: 50%;
  left:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  max-width:25px;
}

.bottom-section .cta {
  display: inline-block;
  float: left;
}

.bottom-section .filer-section .filter-item {
  margin-top: 15px;
}

.filer-section {
  padding-left: 257px;
  position:relative;
  top:-12px;
}

.two-col-cm .right-image {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

/*== Module Reverse Css Styling Start Here ==*/

.two-col-cm.reverse .right-image {
  right: auto;
  left: 0;
  margin-left: 0;
}

.two-col-cm.reverse .vertical-center {
  position: relative;
  z-index: 10;
}

.two-col-cm.reverse >.equal-height-container>.row-fluid-wrapper>.row-fluid {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  margin-left:2.564102564%;
}

.two-col-cm.reverse:before {
  background-image: linear-gradient(-5.3deg,#fafafa 83%,#fff0 18%),linear-gradient(to left top,#fcfcfc00,#fdfdfd00,#fefefe00,#cfcfcf00,#fff0) !important;
  background-image: -o-linear-gradient(-5.3deg,#fafafa 83%,#fff0 18%),linear-gradient(to left top,#fcfcfc00,#fdfdfd00,#fefefe00,#cfcfcf00,#fff0) !important;
  background-image: -ms-linear-gradient(-5.3deg,#fafafa 83%,#fff0 18%),linear-gradient(to left top,#fcfcfc00,#fdfdfd00,#fefefe00,#cfcfcf00,#fff0) !important;
  top:-110px;
}

.two-col-cm.reverse:after {
  background: -webkit-linear-gradient(180deg,#ffffff70,#fff); 
  background: linear-gradient(180deg,#ffffff70,#fff);
}

.container.top_price li h3 span {
  color: #f10f18;
}

.top_price .secure_checkout li h3 {
  color: #000000;
  font-family: SofiaProLight;
  font-weight:500;
}

body .row-fluid .container.top_price a.pnw-lnk.cta_button {
  font-size: 12px;
  background: #f10f18;
  text-transform:capitalize;
  font-family: SofiaProLight !important;
}

body .row-fluid-wrapper .row-fluid .container.top_price a.pnw-lnk.cta_button:hover {
  background-color:transparent;
}

.container.top_price li {
  border-radius: 6px;
  background: #fff;
  padding: 20px 30px 30px;
  box-shadow:0px 0px 20px rgba(0,0,0,.1);
  position:relative;
}

.container.top_price li .close-icon i {
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  -o-transition:.3s all ease-in-out;
  color:#c5c5c5;
  font-size:20px;
}

.container.top_price li .close-icon i:hover {
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  -o-transition:.3s all ease-in-out;
  color:#0600ff;
  cursor:pointer;
}

.container.top_price li .close-icon {
  position: absolute;
  top: 10px;
  left: 15px;
}

/*== Module Reverse Css Styling End Here ==*/



/*===== Two Column CM Css Styling End Here ====*/


/*=== Floating Button Css Styling Start Here ===*/

.top_price .secure_checkout li h3 {
  font-size: 16px;
}

.top_price .secure_checkout li h3 {
  font-size: 16px;
}

.top_price .secure_checkout li {
  max-width: 330px;
  border: 1px solid #e5e5e5;
  margin-left:30px;
}

.secure_checkout li h3 {
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
  padding: 0 0 8px;
}


/*===== Featured Product Cm Css Styling Start Here =====*/

.featured-product {
  padding: 32px 0px 78px;
}

.featured-product .top-heading {
  padding-bottom: 5px;
}

.featured-product h4 span {
  color: #0600ff;
}

.price h5,
.product-details p{
  color: #5f6368;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.featured-product .product .product-box:hover {
  transform:scale(1.03);
  -webkit-transform:scale(1.03);
  -moz-transform:scale(1.03);
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.featured-product .product .product-box:focus {
  outline:none;
}

.product-bg .product-description {
  padding: 58px 20px 40px;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.price h5 {
  font-weight:500;
}

.product-image img {
  margin: 0 auto;
  max-width:200px;
  max-height:200px;
}

.featured-product .slick-arrow {
  max-width: 15px;
  cursor:pointer;
}

.featured-product .slick-list.draggable {
  padding-top: 10px;
  position: relative;
  left:-10px;
  padding-left:10px;
  padding-bottom:10px;
}

.featured-product .slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: -25px;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
}

.featured-product .slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  right: 0px;
}

.featured-product .product {
  display:flex;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  align-items:stretch;
  -webkit-align-items:stretch;
  -moz-align-items:stretch;
  margin-right:-1%;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  /*   justify-content:center;
  -webkit-justify-content:center;
  -moz-justify-content:center; */
  position:relative;
}

.featured-product .product .product-box {
  /* flex-basis:15.6%;
  -webkit-flex-basis:15.6%;
  -moz-flex-basis:15.6%; */
  margin-right:18px;
  margin-bottom:1%;
}

.product-details p {
  font-size: 16px;
  font-weight: normal;
}

.featured-product .product-bg:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-image:url(https://www.robotlab.com/hubfs/assets-2020/images/robot_overlay.png);
  z-index:-1;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  opacity:0;
  border-radius:8px;
}

.product-bg:hover:before {
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  opacity:1;
}

.product-bg:hover .price h5,
.product-bg:hover .product-details p {
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  color: #ffffff;
}

body .row-fluid .product .learn-more a.transparent-cta {
  font-size: 14px;
  padding: 17px 19px;
  display:block;
  margin-top:10px;
}

.product .cart-cta {
  display: block;
  background: #0600ff;
  color: #ffffff;
  padding: 14px 0px;
  border-radius:30px;
  position:relative;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
  margin-bottom:15px;
  font-size:14px;
  font-weight:500;
}

.product .cart-cta:hover {
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  box-shadow: inset 3px 3px 3px rgba(255,255,255,.4), inset 2px -3px 2px rgba(0,0,0,0.41), inset -3px 1px 2px rgba(255,255,255,0), inset -3px 1px 2px rgba(255,255,255,0.39);
  -webkit-box-shadow: inset 3px 3px 3px rgba(255,255,255,.4), inset 2px -3px 2px rgba(0,0,0,0.41), inset -3px 1px 2px rgba(255,255,255,0), inset -3px 1px 2px rgba(255,255,255,0.39);
  -moz-box-shadow: inset 3px 3px 3px rgba(255,255,255,.4),inset 2px -3px 2px rgba(0,0,0,0.41),inset -3px 1px 2px rgba(255,255,255,0),inset -3px 1px 2px rgba(255,255,255,0.39);
}

body .row-fluid .product .learn-more a.transparent-cta:hover {
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  box-shadow: inset 3px 3px 3px rgba(255,255,255,0.68), inset 0px -2px 2px rgba(0,0,0,0.41), inset -3px 1px 2px rgba(255,255,255,0), inset -3px 1px 2px rgba(255,255,255,0.39);
  -webkit-box-shadow: inset 3px 3px 3px rgba(255,255,255,0.68), inset 0px -2px 2px rgba(0,0,0,0.41), inset -3px 1px 2px rgba(255,255,255,0), inset -3px 1px 2px rgba(255,255,255,0.39);
  -moz-box-shadow: inset 3px 3px 3px rgba(255,255,255,0.68), inset 0px -2px 2px rgba(0,0,0,0.41), inset -3px 1px 2px rgba(255,255,255,0), inset -3px 1px 2px rgba(255,255,255,0.39);
}

.featured-product .product .product-box:hover .cart-cta {
  background: #b71c21;
  transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
}

body .row-fluid .product-bg:hover  .cart-cta:before {
  opacity:1;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.cart-cta a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product-bg .product-details {
  padding: 47px 0px 0px;
}

.product-bg .price {
  padding-bottom:44px;
}

/*===== Featured Product Cm Css Styling End Here =====*/


/*===== Cross Browser Css Styling Start Here =====*/

body.safari .equal-height-container > .row-fluid-wrapper > .row-fluid {
  flex-wrap:unset;
  -webkit-flex-wrap:unset;
  -moz-flex-wrap:unset;
}

body.safari .two-col-cm.reverse:before {
  background-image: linear-gradient(-3.3deg,#fafafa 80%,#fff0 18%),linear-gradient(to left top,#fcfcfc00,#fdfdfd00,#fefefe00,#cfcfcf00,#fff0) !important;
}

body.safari .two-col-cm:after {
  height:100%;
  top:0;
}

body.safari .store-hero:before {
  background:radial-gradient(#00000000, #fff)
}

body.safari .hero-section:before {
  background:radial-gradient(#00000000, #fff)
}

body.edge .two-col-cm::after {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.439216), rgb(255, 255, 255));
  top:0;
  height:100%;
}

body.edge .hero-section::before {
  background-image: linear-gradient(180deg, rgba(255, 255, 255), rgb(255, 255, 255, 0.439216));
}

body.ie .two-col-cm::before {
  background-image:-webkit-linear-gradient(5deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
  background:-webkit-linear-gradient(5deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
  display:none;
}

body.ie .row-fluid-wrapper .row-fluid .two-col-cm:after {
  background:-webkit-linear-gradient(5deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff);
}

body.ie .row-fluid .product .learn-more a.transparent-cta {
  padding:17px 17px;
}

body.ie.store-new .store-new-filter .product_box .prdocut-overlay .robot-image img {
  min-height:auto;
  height:auto;
}

@media (min-width:768px) and (max-width:1024px) {
  body.safari .two-col-cm.reverse:before {
    top:-100px;
  }
}


@media (max-width:480px) {

  body .row-fluid .featured-product .slick-prev.slick-arrow {
    left:40%;
  }

  body .row-fluid .featured-product .slick-next.slick-arrow {
    right:47%;
  }
  
  .robo-image-item-in { margin:20px 0px; }
    
    

}

/*===== Cross Browser Css Styling Start Here =====*/


/*======= 4K Screen Responsive Css Styling Start Here =====*/



/*======= 4K Screen Responsive Css Styling End Here =====*/

@media (min-width:2000px) {

  body h1 {
    font-size:80px;
  }

  body .featured-product .slick-prev.slick-arrow {
    left: -50px;
  }

  body .featured-product .slick-next.slick-arrow {
    right:-25px;
  }

  body .middle-text {
    position: relative;
    top: 15px;
  }

  body .store-hero {
    padding: 300px 0px 300px;
    background-position: unset !importan
  }

  body .hero-section {
    padding: 250px 0px 250px;
    background-position: unset !importan
  }

  body .accessories-section .accessories-product {
    width: 14%;
  }

  body .container.top_price li {
    max-width:400px;
    padding: 30px 30px 50px;
  }

  body .container.top_price a.pnw-lnk.cta_button:hover {
    background: #ffffff;
  }

  body .top_price .secure_checkout li h3 {
    font-size: 28px;
    padding-bottom: 20px;
  }

  body .row-fluid .container.top_price a.pnw-lnk.cta_button {
    font-size: 18px;
    background: #f10f18;
    padding: 22px 34px;
    max-width: 300px;
  }

  body .hero-section,
  body .store-hero {
    margin-top: 150px;
  }

  body .resource-section.align-left,
  body .accessories-section {
    padding-top: 50px;
  }

  .accessories-title {
    padding-bottom: 12px;
  }

  .thumbnails.categoryGroup.store-new-filter .store-product-right {
    position:relative;
    top:-10px;
  }

  body .row-fluid-wrapper .row-fluid .store-hubdb .pop-up-cta a.transparent-cta {
    padding: 18px 22px;
  }

  body .mega-menu-cm .category-items ul li span img {
    padding:10px 10px;
  }

  body .hero-section .section-heading {
    max-width: 800px;
  }

  body .row-fluid-wrapper .row-fluid .menu-column .category-item ul li a,
  body .mega-menu-cm .category-items ul li{
    font-size:24px;
  }

  body div#Container1 {
    margin-top: 200px;
  }

  body .resource-section .resource-block {
    padding-top:20px;
  }

  body .hero-section .sub-heading {
    max-width: 1350px;
  }

  body .hero-section .sub-heading h6,
  body .mega-menu-cm .top-heading h5{
    font-size: 30px;
  }

  body .category-items {
    padding-top: 25px;
  }

  body .category-item {
    margin-top: 34px;
  }

  body .hero-section .text-block .description {
    top: -10px;
  }

  body .hero-section .description p,
  body .store-hero .text h6{
    font-size: 22px;
  }

  body .container-fluid .row-fluid form .hs-button, 
  body .container-fluid .row-fluid a.cta_button,
  body .resource-section .resource .resource-title h6,
  body .thumbnails.filter-sticky ul.filter-list .main_menu li.filter,
  body .thumbnails ul.filter-list .main_menu li.filter,
  body .header-section .main-menu .hs-menu-wrapper>ul>li.hs-menu-item>a{
    font-size: 20px;
  }

  body .two-col-cm .text h6,
  .store-new-filter .product_box .prdocut-overlay .price h3.right span,
  body .row-fluid .accessories-product-text p{
    font-size: 16px;
  }

  body p,
  .two-col-cm .description p,
  .product-details p,
  .footer-address p,
  .footer-menu ul li.hs-menu-item a,
  .icon-list ul li a,
  .icon-list ul li i,
  .accessories-product-price h5
  {
    font-size:22px;
  }

  body .row-fluid .product .learn-more a.transparent-cta,
  font.nav.nav-pills.all-text-uppercase,
  body.store-new .store-new-filter .product_box .product-detailso p,
  body .mega-menu-cm .menu-column .sub-heading span,
  body .row-fluid-wrapper .row-fluid .store-hubdb .pop-up-cta a.transparent-cta{
    font-size: 18px;
  }

  body .accessories-section .accessories-product .accessories-product-details {
    padding: 41px 15px 41px;
  }

  body .store-new-filter .topic_title a h5, 
  body .store-new-filter .accessories-title a h5 {
    font-size: 26px;
  }

  body .accessories-product-text {
    padding: 32px 0px 32px;
  }

  body .thumbnails.filter-sticky {
    margin-top:85px;
  }

  body .filer-section>span {
    font-size: 20px;
  }

  body .copyright-text p,
  .accessories-product-text p{
    font-size:16px;
  }

  body .bottom-section .filter-item li {
    font-size: 22px;
    width:200px;
  }

  body .footer-top .footer-menu-heading h4,
  body .footer-address h6{
    font-size: 25px;
  }

  body .store-hubdb .hubdb-box {
    min-height:870px;
  }
}

@media (min-width:2560px) {
  body .footer-top:before {
    top: -44px;
    background-size:cover;
  }

  .two-col-cm:before {
    background-image:linear-gradient(3deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
  }

  .two-col-cm.reverse:before {
    background-image: linear-gradient(-3.3deg,#fafafa 83%,#fff0 18%),linear-gradient(to left top,#fcfcfc00,#fdfdfd00,#fefefe00,#cfcfcf00,#fff0) !important
  }

  .two-col-cm.reverse:before {
    top:-20px
  }

}

@media (min-width:3200px) {
  .two-col-cm:before {
    background-image:linear-gradient(2deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
  }

  .two-col-cm.reverse:before {
    background-image: linear-gradient(-2deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
  }
}

@media (min-width:2000px) and (max-width:2559px) {
  .two-col-cm:before {
    background-image:linear-gradient(4deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
  }

  .two-col-cm.reverse:before {
    background-image: linear-gradient(-4.3deg,#fafafa 83%,#fff0 18%),linear-gradient(to left top,#fcfcfc00,#fdfdfd00,#fefefe00,#cfcfcf00,#fff0) !important
  }
}




/*======= Tab Responsive Css Styling Start Here =======*/


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

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

  body .store-new-filter .product_box .prdocut-overlay .price .cart {
    padding: 16px 22px;
  }

  body .product-bg .product-description {
    padding: 58px 10px 40px;
  }

  body .footer-top:before {
    top:-34px;
  }

  body .store-hubdb .row-fluid .hubdb-box .top-icon ul li {
    padding: 0 !important;
  }

  body .robot-acessories-image {
    min-height: 100px;
  }

  body .store-hero {
    padding: 100px 0px 100px;
  }

  body .store-hero .right-image {
    top: 50%;
    bottom: auto;
    height: 410px;
    transform: translateY(-50%);
  }

  body .hero-section .three-col-image {
    margin-top: 50px;
  }

  body .hero-section .description p {
    letter-spacing:0px;
  }

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

  body .bottom-section .filter-item li {
    width: 155px;
  }

  body .two-col-cm .text {
    padding: 15px 0px 15px;
  }

  body .two-col-cm .right-image {
    top: 290px;
  }

  body .bottom-section .cta {
    display: block;
    float: none;
  }

  body .filer-section {
    padding-left: 0;
    position: relative;
    top: 15px;
  }

  body .two-col-cm .top-heading h2 {
    font-size: 55px;
  }

  body .hero-section .three-col-image .image {
    background-size: cover;
  }

  body .two-col-cm:before {
    background-image: linear-gradient(13deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
    background-image: -o-linear-gradient(13deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
    background-image: -ms-linear-gradient(13deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
  }

  body .two-col-cm.reverse:before {
    background-image: linear-gradient(-13.3deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
    background-image: -o-linear-gradient(-13.3deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
    background-image: -ms-linear-gradient(-13.3deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
  }

  body .featured-product .product .product-box {
    margin-right: 10px;
    margin-bottom: 0%;
  }

  body .two-col-cm {
    padding-bottom:0px;
  }

  body .icon-list ul li {
    display: inline-block;
    margin-right: 8px;
  }

  body .card-module ul li {
    display: inline-block;
    margin-right: 5px;
  }

  body .featured-product {
    padding: 60px 0px 60px;
  }

  body .featured-product .product {
    margin-top:50px;
  }

}

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

  body .two-col-cm.reverse:before {
    background-image: linear-gradient(-9.3deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
    background-image: -o-linear-gradient(9.3deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
    background-image: -ms-linear-gradient(-9.3deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
    top: 0px;
  }

  body.store-new div#filter ul.nav.nav-pills .main_menu li.filter span img {
    max-width: 20px;
  }

  body .accessories-section .accessories-product {
    width: 22%;
  }

  body.store-new div#filter ul.nav.nav-pills .main_menu li.filter span, .secondary_menu li.filter span {
    width: 40px;
    height: 40px;
  }

  body .accessories-section .accessories-product {
    width:30%;
  }

  body .store-hubdb .robot-image img {
    max-width: 80px;
  }

  body div#Container1 {
    margin-top: 315px;
  }

  body .accessories-section .accessories-image {
    width: 225px;
  }

  body .two-col-cm:before {
    background-image: linear-gradient(8deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
  }

  body.store-new .row-fluid .store-new-filter .product_box {
    width: 47.16%;
  }

  body .resource-section .resource {
    margin-right:25px;
  }

  body .store-hubdb .row-fluid .hubdb-box {
    padding: 40px 12px;
    min-height: 750px;
    margin-top: 335px;
    z-index: 1;
  }

  body .store-hubdb .top-heading {
    padding: 15px 0px 0px;
  }

  body .row-fluid .store-hubdb .pop-up-cta a.transparent-cta {
    font-size: 12px;
  }

  body .store-hubdb .description p {
    font-size: 14px;
  }

  body.store-new .row-fluid .new-blog-section .thumbnails li:first-child, body.store-new .new-blog-section .thumbnails li:nth-child(6) {
    padding-right: 20px;
    margin-right: 15px;
  }

  body.store-new .row-fluid-wrapper .row-fluid .new-blog-section .thumbnails li {
    margin-right:15px;
    font-size:12px;
  }

  body.store-new .row-fluid .main_menu {
    justify-content:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
  }

  body.store-new .row-fluid .store-new-filter .product_box .prdocut-overlay {
    padding: 40px 20px 13px;
  }

  body.store-new .row-fluid .store-new-filter .product_box .product-detailso {
    padding-top: 30px;
  }

  body.store-new .row-fluid .store-new-filter .product_box .product-price {
    padding-bottom: 0;  
  }

  body.store-new .products_main {
    padding: 0px 0;
  }

  body .resource-section.align-left {
    padding-bottom: 50px;
  }

  body .hero-section .three-col-image .heading-text h2 {
    font-size: 22px;
  }

}

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

  body .hero-section .text-block {
    padding: 50px 0px;
  }

  body .store-hubdb .robot-image img {
    max-width: 90px;
  }

  body.store-new .row-fluid .new-blog-section .thumbnails .main_menu li {
    margin-right:20px;
    font-size:13px;
  }

  body.store-new .row-fluid .new-blog-section .thumbnails .main_menu li:first-child,
  body.store-new .row-fluid .new-blog-section .thumbnails .main_menu li:nth-child(6) {
    padding-right: 20px;
    margin-right: 20px;
  }

  body .accessories-section .accessories-product {
    width: 22%;
  }

  body div#Container1 {
    margin-top: 265px;
  }

  body .accessories-section .accessories-image {
    width: 198px;
  }

  body .hero-section .description p {
    font-size: 13px;
  }

  body .row-fluid .featured-product .product .product-box {
    margin-right: 10px;
    margin-bottom: 0%;
  }

  body .row-fluid-wrapper  .product .learn-more a.transparent-cta {
    padding: 17px 15px;
  }

  body .two-col-cm:before {
    background-image: linear-gradient(9deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
    background-image: -o-linear-gradient(9deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
    background-image: -ms-linear-gradient(9deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
  }

  body .two-col-cm.reverse:before {
    background-image: linear-gradient(-9.3deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
    background-image: -o-linear-gradient(-9.3deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
    background-image: -ms-linear-gradient(-9.3deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
    top:20px;
  }

  body .hero-section .three-col-image .image {
    background-size: contain;
  }

  body.store-new .row-fluid .store-new-filter .product_box {
    width: 31.1%;
  }

  body.store-new .row-fluid .store-new-filter .product_box .prdocut-overlay {
    padding: 40px 15px 13px;
  }

  body .store-hubdb .hubdb-box {
    padding: 40px 20px;
    min-height: 670px;
    margin-top:320px;
  }

  body .resource-section .resource{
    margin-right:25px;
  }

  body.store-new .main_menu {
    justify-content:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
  }
}

@media (min-width:1025px) and (max-width:1700px) {
  body .featured-product .slick-prev.slick-arrow {
    left: -20px;
  }

}

@media (min-width:1025px) and (max-width:1200px) {

  .hero-section {
    padding: 80px 0px 80px;
  }

  body .store-hubdb .robot-image img {
    max-width: 140px;
  }

  body .store-hubdb .top-heading h3 {
    font-size: 30px;
  }

  body .accessories-section .accessories-product {
    width:18%;
  }

  body.store-new .row-fluid-wrapper .row-fluid .new-blog-section .thumbnails li:first-child, body.store-new .row-fluid-wrapper .row-fluid .new-blog-section .thumbnails li:nth-child(6) {
    padding-right: 20px;
    margin-right: 20px;
  }

  body.store-new .row-fluid-wrapper .row-fluid .new-blog-section .thumbnails li {
    margin-right:20px;
    font-size:14px;
  }

  body .accessories-section .accessories-image {
    width: 140px;
  }

  body .footer-top:before {
    top:-35px;
  }

  .hero-section .three-col-image {
    margin-top: 50px;
  }

  .hero-section .three-col-image .image .heading-text h2 {
    font-size: 30px;
    line-height:1.1;
  }

  .hero-section .text-block {
    padding: 60px 0px;
  }

  .hero-section .description p {
    letter-spacing:0px;
  }

  body .container-fluid .row-fluid form .hs-button, body .container-fluid .row-fluid a.cta_button {
    padding: 16px 35px;
  }

  .two-col-cm:before {
    background-image: linear-gradient(9deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
    background-image: -o-linear-gradient(9deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
    background-image: -ms-linear-gradient(9deg,#fafafa 83%,#fff 18%),linear-gradient(to left top,#fcfcfc,#fdfdfd,#fefefe,#cfcfcf,#fff) !important;
  }

  .two-col-cm.reverse:before {
    background-image: linear-gradient(-9.3deg,#fafafa 83%,#fff0 18%),linear-gradient(to left top,#fcfcfc00,#fdfdfd00,#fefefe00,#cfcfcf00,#fff0) !important;
    background-image: -o-linear-gradient(-9.3deg,#fafafa 83%,#fff0 18%),linear-gradient(to left top,#fcfcfc00,#fdfdfd00,#fefefe00,#cfcfcf00,#fff0) !important;
    background-image: -ms-linear-gradient(-9.3deg,#fafafa 83%,#fff0 18%),linear-gradient(to left top,#fcfcfc00,#fdfdfd00,#fefefe00,#cfcfcf00,#fff0) !important;
    top:-30px;
  }

  .filer-section {
    padding-left: 0px;
    margin-top:40px;
  }

  .bottom-section .cta {
    display: block;
    float: none;
  }

  .two-col-cm .right-image {
    top: 130px;
  }

  .two-col-cm {
    padding-bottom:0px;
  }

  .product-bg .product-description {
    padding: 58px 18px 40px;
  }

  .two-col-cm .top-heading h2 {
    font-size: 88px;
  }

  .two-col-cm .description {
    max-width: 500px;
    padding-left: 25px;
  }

  body.store-new .row-fluid .store-new-filter .product_box {
    width: 31.2%;
  }

  body.store-new .row-fluid .store-new-filter .product_box .prdocut-overlay {
    padding: 70px 10px 13px;
  }

  body .store-hubdb .hubdb-box {
    padding: 40px 22px;
  }

  body .store-hero {
    padding: 140px 0px 140px;
  }

  body .store-hero .right-image {
    top: 50%;
    bottom: auto;
    height: 500px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
}

@media (min-width:1200px) and (max-width:1300px){

  .hero-section .text-block {
    padding: 75px 0px;
  }

  body .accessories-section .accessories-image {
    width: 175px;
  }

  body .accessories-section .accessories-product {
    width: 14%;
  }

  .store-hubdb .robot-image img {
    max-width: 160px;
  }

  .hero-section .text-block .heading-text h2 {
    letter-spacing: -0.5px;
    font-size:40px;
  }

  body .store-hero {
    padding: 100px 0px 150px;
  }

  body.store-new .row-fluid .store-new-filter .product_box {
    width: 23.2%;
  }

  body.store-new .row-fluid .store-new-filter .product_box .prdocut-overlay {
    padding: 70px 10px 13px;
  }

  body .store-new-filter .product_box .prdocut-overlay .price h3.right span {
    padding: 17px 12px;
  }

  /*   body .store-new-filter .product_box .prdocut-overlay .price .cart {
  padding: 22px 35px;
  margin-left:5px;
} */

  body .resource-section .resource {
    margin-right: 30px; 
  }

  body.store-new .new-blog-section .thumbnails li {
    margin-right:30px;
  }

}

@media(min-width:1214px) and (max-width:1300px) {

  .featured-product .product .product-box {
    /*     flex-basis: 24%;
    -webkit-flex-basis: 24%;
    -moz-flex-basis: 24%; */
  }
}

@media (min-width:1300px) and (max-width:1400px){

  .hero-section .text-block .heading-text h2 {
    letter-spacing: -1.5px;
    font-size:45px;
  }

  .store-hubdb .robot-image img {
    max-width: 200px;
  }


  .accessories-section .accessories-image {
    width: 193px;
  }

  body .accessories-section .accessories-product {
    width: 14%;
  }

  .hero-section .text-block {
    padding: 85px 0px;
  }

  .two-col-cm .description {
    max-width: 540px;
  }

  .featured-product .product .product-box {
    /*     flex-basis: 21.999%;
    -webkit-flex-basis: 23.999%;
    -moz-flex-basis: 23.999%; */
  }

  body.store-new .row-fluid .store-new-filter .product_box {
    width: 23.3%;
  }

  body .store-new-filter .product_box .prdocut-overlay .price h3.right span {
    padding: 17px 15px;
    margin-right: 5px;
  }

  /*   body .store-new-filter .product_box .prdocut-overlay .price .cart {
  padding: 20px 30px;
} */
}

@media (min-width:1401px) and (max-width:1565px) {

  .product-bg .product-description {
    padding: 58px 15px 40px;
  }

  body .row-fluid .product .learn-more a.transparent-cta {
    padding: 17px 10px;
    white-space: nowrap;
  }

  body .accessories-section .accessories-product {
    width: 13%;
  }

}

@media (min-width:1401px) and (max-width:1720px) {

  body.store-new .row-fluid .store-new-filter .product_box {
    width: 18.5%;
  }

  body.store-new .row-fluid .store-new-filter .product_box .prdocut-overlay {
    padding: 70px 10px 13px;
  }

  body .store-new-filter .product_box .prdocut-overlay .price h3.right span {
    padding: 17px 8px;
  }

  /*   body .store-new-filter .product_box .prdocut-overlay .price .cart {
  padding: 22px 30px;
} */
}

@media (min-width:1401px) and (max-width:1460px) {
  .accessories-section .accessories-image {
    width: 210px;
  }
}

@media (min-width:768px) and (max-width:800px) {
  .hero-section .three-col-image .image-text:first-child .text-block {
    padding: 66px 0px;
  }

  body .hero-section .text-block {
    padding: 64px 0px;
  }
}

@media (min-width:801px) and (max-width:830px) {
  .hero-section .three-col-image .image-text:first-child .text-block {
    padding: 70px 0px;
  }

  body .hero-section .text-block {
    padding: 66px 0px;
  }
}

@media (min-width:831px) and (max-width:850px) {
  .hero-section .three-col-image .image-text:first-child .text-block {
    padding: 74px 0px;
  }

  body .hero-section .text-block {
    padding: 70px 0px;
  }
}

@media (min-width:851px) and (max-width:890px) {
  .hero-section .three-col-image .image-text:first-child .text-block {
    padding: 78px 0px;
  }

  body .hero-section .text-block {
    padding: 74px 0px;
  }
}

@media (min-width:891px) and (max-width:910px) {
  .hero-section .three-col-image .image-text:first-child .text-block {
    padding: 80px 0px;
  }

  body .hero-section .text-block {
    padding: 76px 0px;
  }
}

@media (min-width:911px) and (max-width:930px) {
  .hero-section .three-col-image .image-text:first-child .text-block {
    padding: 83px 0px;
  }

  body .hero-section .text-block {
    padding: 78px 0px;
  }
}

@media (min-width:931px) and (max-width:950px) {
  .hero-section .three-col-image .image-text:first-child .text-block {
    padding: 85px 0px;
  }

  body .hero-section .text-block {
    padding: 80px 0px;
  }
}

@media (min-width:951px) and (max-width:970px) {
  .hero-section .three-col-image .image-text:first-child .text-block {
    padding: 87px 0px;
  }

  body .hero-section .text-block {
    padding: 82px 0px;
  }
}

@media (min-width:971px) and (max-width:992px) {
  .hero-section .three-col-image .image-text:first-child .text-block {
    padding: 93px 0px;
  }

  body .hero-section .text-block {
    padding: 88px 0px;
  }
}

@media (min-width:1200px) {
  .hero-section .text-block .description {
    position: relative;
    top: -20px;
  }

  .hero-section .text-block .cta {
    position: relative;
    top: 10px;
  }
}

/*======= Tab Responsive Css Styling End Here =======*/



/*======= Mobile Responisve Css Styling Start Here =======*/



@media (max-width:480px) {

  .featured-product .slick-arrow {
    max-width: 10px;
  }

  body .hero-section .text-block .cta {
    bottom:10px;
  }


}

@media (min-width:565px) and (max-width:767px) {
  body .row-fluid .hero-section .text-block .cta a.cta_button {
    background: #0600ff;
    padding: 3px 10px;
    color: #ffffff;
    font-size: 10px;
  }
}

@media (min-width:600px) and (max-width:767px) {
  body .row-fluid .hero-section .text-block .cta {
    bottom: 30px;
  }

  body .row-fluid-wrapper .row-fluid .hero-section .text-block .cta a.cta_button {
    font-size:12px;
  }
}

@media (max-width:767px) {

  .featured-product .product .product-box:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }

  body .hero-section .text-block .cta a.cta_button {
    background: transparent;
    padding: 0;
    color: #ffffff;
    font-size: 10px;
  }

  body .hero-section {
    padding: 30px 0px 60px;
  }

  .new-blog .top_price .secure_checkout li {
    padding-bottom: 20px;
  }

  body .featured-product .slick-next.slick-arrow {
   /* top: auto;
    right: 50%;
    bottom: -35px;*/
    right: -10px;
  }

  body .featured-product .slick-prev.slick-arrow {
    position: absolute;
  /*  top: auto;
    left: 44%;
    bottom: -35px;*/
    left: -20px;
  }

  body .row-fluid .container.top_price a.pnw-lnk.cta_button {
    padding: 17px 20px;
  }

  .top_price .secure_checkout li {
    margin-left:0px;
  }

  body .store-hero .description {
    text-align: left;
  }

  body .new-blog .top_price .secure_checkout li {
    padding-bottom: 10%;
  }

  body .store-hubdb .hubdb-box {
    text-align:left;
  }

  .store-hubdb .hubdb-box .description {
    display: block;
    padding-bottom: 60px !important;
  }

  .featured-product .slick-list.draggable {
    left: 0;
    padding-left: 0;
  }

  .featured-product .top-heading {
    padding-bottom: 20px;
  }

  .footer-top:before {
    top:-30px;
  }

  body .store-product-right {
    margin-top:20px;
  }

  body .accessories-section .accessories-image {
    min-height: 70px;
    max-width: 100px;
    flex-basis:33.33%;
    -webkit-flex-basis:33.33%;
    -moz-flex-basis:33.33%;
    width:auto;
  }  

  body .accessories-product-text p {
    line-height:1.3;
  }

  body .accessories-product-text {
    padding: 12px 0px 12px;
    flex-basis:33.33%;
    -webkit-flex-basis:33.33%;
    -moz-flex-basis:33.33%;
    text-align: left;
  }

  body .row-fluid-wrapper .row-fluid .two-col-cm .right-image {
    left:26px;
  }

  body .accessories-product-price {
    display: none;
  }

  .accessories-product-price.mobile {
    display: block;
  }

  body .accessories-product-price.mobile h5 {
    line-height: 1;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
  }

  body .resource-section.align-left {
    padding-bottom: 50px;
  }

  body .accessories-section .accessories-product .accessories-product-details {
    padding: 20px 20px 20px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
  }

  body .accessories-product-cta {
    justify-content: unset;
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }

  body .store-hero {
    padding: 30px 0px 280px;
  }

  .store-hero:before {
    display:none;
  }

  body .accessories-section .accessories-product {
    display: block;
    margin-right: 0;
    margin-bottom: 1%;
    width:100%;
  }

  body  .robot-acessories-image {
    min-height: 100px;
    width: 100%;
    max-width: 100px;
    margin: 0;
  }

  body .resource-section .resource {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    margin-bottom: 10px;
  }

  body.store-new div#filter ul.nav.nav-pills .main_menu li.filter span, .secondary_menu li.filter span {
    width: 49px;
    height: 49px;
    line-height: 2.5;
  }

  body.store-new .main_menu {
    justify-content:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
  }

  body .store-hero .top-heading h2 {
    font-size: 64px;
  }

  body .store-hero .text {
    padding: 10px 0px 10px;
  }

  body.store-new .store-new-filter .product_box {
    width: 100%;
    margin-right: 0;
  }

  body.store-new .row-fluid-wrapper .row-fluid .new-blog-section .thumbnails li {
    font-size:12px;
    margin-right:5px;
  }

  body .row-fluid .store-hero .right-image {
    display: none;
    background-size: contain;
    top: auto;
    left: 50%;
    bottom: 0;
    min-height: 260px;
    width: 100%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
  }

  body .hero-section .sub-heading {
    max-width: 100%;
    padding: 0px 0px 100px;
  }

  body .product .cta {
    flex-direction:column-reverse;
    -webkit-flex-direction:column-reverse;
    -moz-flex-direction:column-reverse;
    margin-top:20px;

  }

  body .row-fluid .product .learn-more a.transparent-cta {
    padding: 17px 00px;
    margin-top: 0px;
    width: 100%;
    max-width: 86%;
    margin:0 auto;
  }

  body .learn-more {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  body .product-bg .price {
    padding-bottom: 0px;
    margin-top: 26px;
  }

  body .product .cart-cta {
    margin-bottom:50px;
  }

  body .hero-section .section-heading {
    max-width: 100%;
  }

  body .hero-section .three-col-image {
    margin-top: 50px;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
  }

  body .hero-section .sub-heading h6 {
    font-size: 18px;
  }

  body .hero-section .text-block h2 {
    font-size: 16px;
  }

  .hero-section .text-block {
    padding: 20px 0px;
  }

  body .two-col-cm .top-heading h2 {
    font-size: 50px;
  }

  body .bottom-section .cta {
    display: block;
    float: none;
  }

  body .filer-section {
    padding-left: 0;
    top: 0;
    margin-top: 20px;
  }

  body .bottom-section .filter-item li {
    display:inline-block;
    width:auto;
    float:none;
    text-align:center;
    margin-right:3px;
    font-size:12px;
  }

  body .bottom-section .filter-item li span {
    display:block;
    margin-right:0px;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0 auto;
    line-height: 2.5;
  }

  .bottom-section .filter-item li span img {
    max-width: 20px;
  }

  body .bottom-section {
    margin-top: 20px;
    /*     padding-bottom: 130px; */
  }

  .two-col-cm .description {
    max-width: 100%;
    padding-left: 20px;
    padding-top:0px;
  }

  .two-col-cm .text {
    padding: 12px 0px 0px;
  }

  .two-col-cm:before {
    top: -160px;
    background-image: linear-gradient(7deg,#fafafa 83%,#fff0 18%),linear-gradient(to left top,#fcfcfc00,#fdfdfd00,#fefefe00,#cfcfcf00,#fff0) !important;
    background-image: -o-linear-gradient(7deg,#fafafa 83%,#fff0 18%),linear-gradient(to left top,#fcfcfc00,#fdfdfd00,#fefefe00,#cfcfcf00,#fff0) !important;
    background-image: -ms-linear-gradient(7deg,#fafafa 83%,#fff0 18%),linear-gradient(to left top,#fcfcfc00,#fdfdfd00,#fefefe00,#cfcfcf00,#fff0) !important;
  }

  .two-col-cm.reverse:before {
    background-image: linear-gradient(-8.3deg,#fafafa 83%,#fff0 18%),linear-gradient(to left top,#fcfcfc00,#fdfdfd00,#fefefe00,#cfcfcf00,#fff0) !important;
    background-image: -o-linear-gradient(-8.3deg,#fafafa 83%,#fff0 18%),linear-gradient(to left top,#fcfcfc00,#fdfdfd00,#fefefe00,#cfcfcf00,#fff0) !important;
    background-image: -ms-linear-gradient(-8.3deg,#fafafa 83%,#fff0 18%),linear-gradient(to left top,#fcfcfc00,#fdfdfd00,#fefefe00,#cfcfcf00,#fff0) !important;
    top:-200px;
  }

  .product-bg .product-description {
    padding: 58px 20px 50px;
  }

  body .row-fluid .two-col-cm .right-image,
  body .row-fluid .two-col-cm.reverse .right-image{
    background-size: contain;
    min-height: 350px;
    left:-31px;
    top:auto;
    right:0;
    position:relative;
    z-index:1;
  }
  
  body .row-fluid .two-column-section .hs_cos_wrapper_widget_container .hs_cos_wrapper .two-col-cm:after {
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
    background-image:url(https://www.robotlab.com/hubfs/assets-2020/images/mobile_pattern.png);
    background-size:cover;
    background-repeat:no-repeat;
  }

  .featured-product {
    padding: 0px 0px 30px;
  }

  .featured-product .product .product-box {
    margin-right: 0;
    margin-bottom: 0%;
  }

  .two-col-cm .text h6 {
    line-height: 1.5;
  }

  .bottom-section .filer-section .filter-item ul {
    text-align: center;
  }

  .two-col-cm {
    padding: 70px 0px 0;
  }

  .bottom-section .filter-item li:last-child,
  .bottom-section .filter-item li:nth-child(5n+5){
    margin-right:0px;
  }

  body.store-new .store-new-filter .product_box .prdocut-overlay {
    position:relative;
    padding: 40px 13px 40px;
  }

  body.store-new .row-fluid-wrapper .row-fluid .new-blog-section .thumbnails li {
    font-size: 12px;
    margin-right: 5px;
  }

}

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

  .product-bg .product-description {
    padding: 30px 20px 50px;
  }

  body .hero-section .text-block .cta {
    bottom:20px;
  }

  .featured-product .slick-arrow {
    max-width: 10px;
  }

  .featured-product .product .product-box {
    margin-right: 10px;
    margin-bottom: 0%;
  }

  body .store-new-filter .product_box .prdocut-overlay .price {
    display:block;
  }

  body.store-new .store-new-filter .product_box {
    width: 49%;
    margin-right: 1%;
    margin-bottom:1%;
  }

  body.store-new .store-new-filter .product_box .prdocut-overlay {
    padding: 40px 13px 25px;
  }

  body .store-new-filter .product_box .prdocut-overlay .price .cart {
    /*     padding: 24px 0px; */
    width: 100%;
  }

  .new-blog .top_price .secure_checkout li {
    padding-bottom: 20px;
  }

  .store-new-filter .product_box .prdocut-overlay .price h3.right span {
    padding: 17px 0px;
    width: 100%;
    margin-top:5px;
  }

  body.store-new .store-new-filter .product_box .product-price {
    padding-bottom: 0;
  }

  body.store-new .store-new-filter .product_box .product-detailso {
    padding-top: 30px;
  }
    
}

@media (min-width:400px) and (max-width:600px) {
  .two-col-cm:before {
    top: -80px;
  }
}

@media (min-width:601px) and (max-width:767px) {
  .two-col-cm:before {
    top: -80px;
  }

  body .hero-section .sub-heading {
    padding: 0px 0px 130px;
  }

}

@media (min-width:450px) and (max-width:550px) {
  .two-col-cm.reverse:before {
    top:-150px;
  }
}

@media (min-width:551px) and (max-width:767px) {
  .two-col-cm.reverse:before {
    top:-100px;
  }
}

@media (min-width:580px) and (max-width:767px) {
  .hero-section .sub-heading {
    max-width: 100%;
    padding: 0px 0px 150px;
  }
}

@media (min-width:335px) and (max-width:350px) {
  .hero-section .text-block {
    padding: 22px 0px;
  }
}

@media (min-width:351px) and (max-width:370px) {
  .hero-section .text-block {
    padding: 24px 0px;
  }
}

@media (min-width:371px) and (max-width:390px) {
  .hero-section .text-block {
    padding: 27px 0px;
  }
}

@media (min-width:391px) and (max-width:410px) {
  .hero-section .text-block {
    padding: 29px 0px;
  }

  .store-hubdb .description {
    max-width: 190px;
  }
}

@media (min-width:411px) and (max-width:430px) {
  .hero-section .text-block {
    padding: 32px 0px;
  }

  .store-hubdb .description {
    max-width: 200px;
  }
}

@media (min-width:431px) and (max-width:450px) {
  .hero-section .text-block {
    padding: 36px 0px;
  }

  .store-hubdb .description {
    max-width: 220px;
  }
}

@media (min-width:451px) and (max-width:470px) {
  .hero-section .text-block {
    padding: 37px 0px;
  }

  .store-hubdb .description {
    max-width: 240px;
  }
}

@media (min-width:471px) and (max-width:490px) {
  .hero-section .text-block {
    padding: 39px 0px;
  }

  .store-hubdb .description {
    max-width: 270px;
  }
}

@media (min-width:491px) and (max-width:510px) {
  .hero-section .text-block {
    padding: 42px 0px;
  }

  .store-hubdb .description {
    max-width: 205px;
  }
}

@media (min-width:511px) and (max-width:530px) {
  .hero-section .text-block {
    padding: 44px 0px;
  }

  .store-hubdb .description {
    max-width: 310px;
  }
}

@media (min-width:531px) and (max-width:550px) {
  .hero-section .text-block {
    padding: 46px 0px;
  }
  .store-hubdb .description {
    max-width: 310px;
  }
}

@media (min-width:551px) and (max-width:570px) {
  .hero-section .text-block {
    padding: 48px 0px;
  }

  .store-hubdb .description {
    max-width: 330px;
  }
}

@media (min-width:571px) and (max-width:590px) {
  .hero-section .text-block {
    padding: 50px 0px;
  }

  .store-hubdb .description {
    max-width: 350px;
  }
}

@media (min-width:591px) and (max-width:610px) {
  .hero-section .text-block {
    padding: 53px 0px;
  }

  .store-hubdb .description {
    max-width: 370px;
  }
}

@media (min-width:611px) and (max-width:630px) {
  .hero-section .text-block {
    padding: 55px 0px;
  }

  .store-hubdb .description {
    max-width: 390px;
  }
}

@media (min-width:631px) and (max-width:650px) {
  .hero-section .text-block {
    padding: 58px 0px;
  }

  .store-hubdb .description {
    max-width: 410px;
  }
}

@media (min-width:651px) and (max-width:670px) {
  .hero-section .text-block {
    padding: 60px 0px;
  }

  .store-hubdb .description {
    max-width: 430px;
  }
}

@media (min-width:671px) and (max-width:690px) {
  .hero-section .text-block {
    padding: 63px 0px;
  }
  .store-hubdb .description {
    max-width: 450px;
  }
}

@media (min-width:691px) and (max-width:710px) {
  .hero-section .text-block {
    padding: 65px 0px;
  }

  .store-hubdb .description {
    max-width: 470px;
  }
}

@media (min-width:711px) and (max-width:730px) {
  .hero-section .text-block {
    padding: 67px 0px;
  }

  .store-hubdb .description {
    max-width: 490px;
  }
}

@media (min-width:731px) and (max-width:750px) {
  .hero-section .text-block {
    padding: 70px 0px;
  }

  .store-hubdb .description {
    max-width: 510px;
  }
}

@media (min-width:751px) and (max-width:767px) {
  .hero-section .text-block {
    padding: 73px 0px;
  }

  .store-hubdb .description {
    max-width: 560px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  body .hero-section .text-block .cta a.cta_button {
    font-size: 10px;
    padding: 14px 10px;
  }

}

@media (max-width:992px) {
  .hero-section .three-col-image .image .description {
    display: none;
  }

  body .hero-section .text-block .cta {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
  }

}


/*======= Mobile Responisve Css Styling End Here =======*/



/*===== Store Hero Section Cm Styling Start here ======*/

.store-hero {
  padding: 180px 0px 300px;
  position:relative;
  z-index:0;
}

.store-hero .top-heading h2 {
  font-size: 108px;
  line-height:1;
}

@media (min-width:1025px) {
  .store-hero .top-section {
    padding-left: 120px;
  }
}

.store-hero .sub-heading h2 {
  line-height: 1.2;
}

.store-hero .text h6 {
  font-size: 12px;
  letter-spacing: 2px;
  color:#636c79;
}

.store-hero .text {
  padding: 33px 0px 15px;
}

.store-hero .description {
  max-width: 600px;
  position: relative;
  padding-left: 36px;
  padding-top: 10px;
  padding-bottom:1px;
  width:100%;
}

.store-hero .description:before {
  content:'';
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  background-image: linear-gradient(to bottom,#ffffff,#0600ff);
  background-image: -o-linear-gradient(to bottom,#ffffff,#0600ff);
  background-image: -ms-linear-gradient(to bottom,#ffffff,#0600ff);
  height: 100%;
  width: 4px;
  border-radius:4px;
}

.store-hero:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: -webkit-linear-gradient(180deg,#00000000,#fff);
  background: linear-gradient(180deg,#00000000,#fff);
  z-index: 1;
  height: 100px;
}

.store-hero .description p {
  font-weight: 500;
  line-height:1.8;
}

.store-hero .right-image {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 26px;
  right: 0;
  bottom: 0;
}

/*===== Store Hero Section Cm Styling End here ======*/



/*=========== Store Filter Section Css Styling Start here ======*/

.store-new-filter .product_box .prdocut-overlay .price .cart img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}

.store-new-filter.product-show {
  display: block !important;
}

.product_box.only-special {
  display: block !important;
}

li.filter.mute {
  pointer-events: none;
  opacity: .5;
}

.accessories-product:not(.accessories-product-topic-internal-accessories) {
  display: none;
}




@media (min-width:768px) {
  .new-blog-section {
    position:relative;
  }

  div#filter {
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    background-color:#ffffff;
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
  }

  .thumbnails.filter-sticky {
    position: fixed !important;
    left: 50% !important;
    right: 0;
    top: 0;
    margin-top: 86px;
    background: #fff;
    padding-top:20px;
    z-index: 5;
    padding-bottom: 0;
    transition:.3s all ease-in-out !important;
    -webkit-transition:.3s all ease-in-out !important;
    -moz-transition:.3s all ease-in-out !important;
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);
  }

  .thumbnails.filter-sticky li.filter span {
    width: 40px !important;
    height: 40px !important;
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
  }

  .thumbnails.filter-sticky li.filter span img {
    transition:.3s all ease-in-out;
    -webkit-transition:.3s all ease-in-out;
    -moz-transition:.3s all ease-in-out;
    max-width: 20px;
  }

  div#Container1 {
    margin-top: 185px;
  }
}

/*====== Store Page Filter Css ======*/

.store-new-filter.show-special .store-product-right {
  height: auto !important;
}

.store-hero .description p, 
.store-hero .description {
  font-weight: 500;
  line-height: 1.8;
  font-size: 22px;
}