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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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

/* ============== RESPONSIVE CSS =============== */



@media only screen and (min-width: 1020px) and (max-width: 1220px) {
.navigation #menu li {
    padding: 0 5px;
	font-size: 13px;
}
.video_section {
	background-size: auto 100%;
}

}
@media screen and (max-width:1280px){
    .lp-banner {
    overflow: hidden;
}
.robot-pic {
    padding: 20px 20% 0;
}
 
  
}
@media screen and (max-width:1210px){
.top_product {
  padding-top: 165px;
  }
}

@media screen and (max-width:1200px){
.related-blogs-sec .demo {
    padding: 0 20px;
}
.related-blogs-sec .demo .customNavigation a.btn.prev {
    left: 0;
}
.related-blogs-sec .demo .customNavigation a.btn.next {
    right: 0;
}
.text-left-desc {
    margin: 0 0 0 30px !important;
}
.logo img {
    max-width: 200px;
}

}

@media screen and (max-width:1140px){
  
    .footer-content {
    width: 22% !important;
}

.new-blog .blog_details_products .cta_button div {
    max-width: 230px;
    padding: 2% !important;
    width: 95% !important;
}
.new-blog .container {
    padding: 50px;
}
.lp2-form h3 {
    font-size: 30px;
}
.lp2-form {
    display: block;
    float: right !important;
    margin: 0 0 0 27% !important;
    max-width: 410px;
}
.text-left {
    min-height: 580px !important;
}
.carer-bnrsec .shadow {
    font-size:150px;
}

.partnership-temp .contact_form .description {
    padding-right: 0;
}
.inner_banner .shadow {
    font-size: 120px;
}



}

@media only screen and (max-width: 1024px){
    .text-left {
    background-color: #0054be;
    background-image: none;
    min-height: 650px !important;
    
}
.text-left-desc {
    margin: 0 auto !important;
}
.postn-mdl-dec {
    background: #2b445b;
    padding: 40px 50px;
    max-width:700px;
    overflow: scroll;
    width: calc(100% - 100px) !important;
}
.fec-mdl td:last-child {
    width:75%;
}
.fec-mdl table {
    width: 900px !important;
}
.carer-bnrsec .description {
    padding: 100px 10px 100px !important;
    display: inline-block;
    width: calc(100% - 20px);
}
.mth-tchr .container{
 padding: 0 10px;
}

}
@media only screen and (max-width: 1020px) {
.banner_caption {
	left: 2%;
	margin-left: 0;
	width: 96%;
}
.related-blogs-sec .rel-post-main {
    margin: 10px 0.5%;
    width: 21%;
}


}
@media only screen and (min-width: 750px) and (max-width: 1020px) {
  
.container {
	max-width: 750px;
}
.cards li {
	font-size: 30px;
}
footer li {
	font-size: 11px;
}
footer h2 {
	font-size: 13px;
}
.video_section {
	background-size: auto 100%;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.button a {
	padding: 10px 20px;
}
.description .button a {
	margin: 0;
}
.description h3 {
	padding-bottom: 20px;
}
body {
	font-size: 16px;
	line-height: 24px;
}
.living .description {
	padding-left: 2%;
}
.description h2 {
	font-size: 40px;
	line-height: 40px;
}
.logo {
	max-width: 200px;
}
.navigation #menu li, .ha-header-small .navigation #menu li {
	padding: 0 2px;
	font-size: 12px;
}
.navigation #menu li.cart {
	padding-left: 2px;
}
.new_header .slicknav_menu {
	margin: -11px 0 0;
}
.contact_form {
	background-size: 111% auto;
	background-color: #e53737;
}
.office p {
	font-size: 15px;
}
.product_box {
	width: 31%;
}
.premium_kit .right {
	margin: 0;
}
.four_icons li {
	padding: 0 20px;
}
.tab_section .resp-tab-content p {
	font-size: 16px;
	line-height: 20px;
}
#hs_form_target_my_form div label {
	font-size: 13px;
}
.hs-error-msgs {
	bottom: -42px;
}
.hs-error-msgs li label {
	font-size: 12px !important;
}
.cntr-cmn .container{
    max-width: 990px;  
    padding: 0 10px;
}







}
@media screen and (max-width:980px){
    .logo span {
    font-size: 14px;
}
.ha-header-small .logo {
    max-width: 180px;
}
.lp-banner-right-block {
    width: 85% !important;
}
.hojn16tep .description h2{
    margin-top: 100px;   
}
.hojn16tep .image{
 vertical-align: top;   
}



}
@media only screen and (min-width: 750px) and (max-width: 930px) {
header {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
}
 
.top_product {
  padding-top: 195px;
  }

/*.logo {
	width: 150px;
}*/
.navigation #menu li, .ha-header-small .navigation #menu li {
	padding: 0 0px;
	font-size: 11px;
}
.navigation #menu li.cart {
	padding-left: 0px;
}
.banner_caption p {
	font-size: 16px;
	line-height: 24px;
	padding: 20px 0;
}
.thumbnails li a {
	padding: 5px 15px;
}

.mid-sce-right .hs-button.primary.large{
    font-size: 13px;
}






}
@media screen and (max-width:767px){
 
.top_product {
  padding-top: 10px;
  }

    .slicknav_menutxt{
        color:rgb(229,55,55) !important;
        margin: 10px 0 0 !important;
    }
    .slicknav_icon{
        background:rgb(229,55,55) !important; 
    }
    .slicknav_menu .slicknav_icon-bar {
    margin: 0 0 5px;
}
.ha-header-small .slicknav_icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
     margin-top: 6px;
}
.ha-header-small .slicknav_menu .slicknav_icon-bar{
    background:rgb(229,55,55) !important; 
}
.contact-extra .slicknav_menutxt {
    color: #ffffff !important;
    margin-top: 5px !important;
}
fieldset .hs_firstname, .hs_email, .hs_phone, .hs_company {
    width: 100% !important;
}
.ha-header-small .slicknav_menu .slicknav_menutxt {
    color: #e53737 !important;
    margin: 8px 0 0 !important;
}
.description {
    padding: 0 0 0 10px !important;
}

.new-blog-section .thumbnails li {
    padding: 0 10px;
}
.new-blog .blog_details_products .cta_button {
    display: block;
    float: none;
    margin: 0 auto 20px;
    max-width: 230px;
}
.new-blog .product_img {
    text-align: center;
}
.new-blog .available_documents .docs #hs_cos_wrapper_Available_Documents .hs_cos_wrapper {
    width: 91%;
}
.new-blog .secure_checkout li {
    margin: 0 0 20px;
    width: 100%;
}
.new-blog .top_price .secure_checkout li {
    margin: 10px 0 !important;
    padding: 5%;
    width: 90%;
}
.new-blog .next_product {
    right: 0;
    top: 400px;
}
.related-blogs-sec .rel-post-main {
    margin: 10px 2%;
    max-width: 240px;
    width: 100%;
}
.new-blog.blog-detail-temp .product_img img {
    margin: 10px 0 0;
}
.new-blog.blog-detail-temp .feature_img {
    display: inline-block !important;
    max-width: 100%;
    min-height: auto !important;
    width: 100% !important;
}
.new-blog.blog-detail-temp .feature_img {
    position: static !important;
    transform: translate(0%, 0%) !important;
    text-align: center !important;
}
.new-blog .product_img {
    text-align: center !important;
}
.new-blog.blog-detail-temp .premium_kit .right {
    position: static !important;
    text-align: center !important;
    transform: translate(0%, 0%) !important;
    width: 100%;
}
.new-blog.blog-detail-temp .premium_kit .right img {
    float: none;
    margin: 0;
    max-width: 400px;
    width: 100%;
}
.new-blog .previous_product {
    left: 0;
    margin: 0;
    top: 400px;
}
.new-blog.blog-detail-temp .shadow {
    font-size: 80px;
    line-height: 100px;
    top: 34%;
}
.BB_white .news-blog-cont .left {
    padding-bottom: 15px;
    padding-right: 0;
    width: 100%;
}
.robotslab-news .blog_right {
    float: none;
    margin: 0 auto !important;
    max-width: 350px;
}

.lp-banner{
    overflow:hidden !important;
}

.lp-banner-right-block::before {
    display:none;

}
.lp-banner-left-block {
    position: unset !important;
    width: 50% !important;
}

.lp-banner-right-block {
    padding: 146px 0 130px 15px;
  float: none !important;
    width: 100% !important;
}
.lp2-form .hs-error-msgs {
    left: 20px;
}
.lp-banner-right-block {
    background-color: #d81f26;
}
.lp2-form {
    margin: 0 !important;
}

.robot-pic {
    padding: 20px 8% 0;
    position: unset;
}
.lp2-form {
    display: block;
    float: none !important;
    margin: 0 !important;
    max-width: 100%;
}

.text-left-desc {
    max-width: 100%;
    padding-top: 40px;
}
.text-left {
    min-height: unset !important;
}
.text-left-desc {
    margin: 0 0 0 15px !important;
}
.error-cont-sec{
 text-align: center;
}
.error-cont-inner {
    max-width: 100%;
    text-align: center;
}
.butn-1{
    margin-right:10px;
    float: left !important;
}
.butn-2 {
    float: left !important;
}
.butn-sec {
    max-width: 430px;
    margin: 20px auto 20px !important;
    float: none !important;
}
.wow.zoomIn.button {
    margin-bottom: 20px;
}
.partnership-temp .contact_form .description {
    padding-left: 0 !important;
}
.partnership-temp .contact_form .left-block {
    width: 100%;
}
.partnership-temp .contact_form .right-block {
    padding-left: 0;
    width: 100%;
}
.partnership-temp .contact_form .right-block form fieldset .field {
    margin-bottom: 20px !important;
    width: 100% !important;
}
.partnership-temp .contact_form .right-block form fieldset {
    margin-bottom: 0;
}
.partnership-temp .contact_form .right-block form {
    margin: 0 auto;
    max-width: 400px;
}
.partnership-temp .shadow {
    font-size: 130px;
    margin: 0 !important;
    top: 16%;
}
.mid-sce-right{
    max-width: 450px;
    margin-top: 20px !important;
}



}



@media screen and (max-width:750px){
    .slick-track {
    margin-top: 30px;
}
.team_desc {
    bottom: unset;
    top: -86.5%;
}
.slick-prev, .slick-next {
    top:60%;
}
.equal.right{
    position:relative;
}
.equal.right::before{
    background: #a42525 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 50px;
    left: -10px;
    position: absolute;
    right: 0;
    top: -10%;
    transform: rotate(4deg);
}
.equal p {
    padding: 0 0 40px;
}
.right p {
    padding-bottom: 0;
}
.footer-content {
    width: 48% !important;
}
.about .slick-track {
    margin-top: 0;
}
.featured_robot{
    padding: 20px 0 0;    
}
.featured_slider .slick-track {
    padding: 0;
}

}




@media only screen and (max-width: 750px) {
.container, .products_main .container {
	max-width: 96%;
}
#menu, #menu-message {
	display: none;
}
.slicknav_menu {
	display: block;
}
header {/*padding-top:10px;*/
}
.banner_caption h1 {
	font-size: 11vw;
	line-height: 11vw;
}
.top_banner {
	background: #f5f5f5 url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/home_top.jpg) no-repeat right top;
	background-size: auto 100%;
}
.banner_caption {
	position: relative;
	top: auto;
	margin: 0;
	padding: 200px 0;
}
.banners_imgs {
	display: none;
}
.no_mob {
	display: none;
}
.image {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.description {
	width: 96%;
	display: inline-block;
}
.image .absolute {
	position: relative;
	left: auto;
	bottom: auto;
	width: 100%;
}
.store .image {
	background: #ff8900;
}
.education .image {
	background: #d30c0c;
}
.education .image {
	background: #d30c0c;
}
.retail .image {
	background: #1148ad;
}
.living .image {
	background: #8dc800;
}
.featured_slider .slick-slide {
	margin: 0;
}
.slick-prev {
	left: 0;
	background-size: 26px;
}
.slick-next {
	right: 0;
	background-size: 26px;
	background-position: right top;
}
.testimonial_box {
	width: 100%;
	margin: 0 0 20px;
}
.abs {
	position: relative;
	left: auto;
	bottom: auto;
	width: 100%;
	text-align: right;
	padding: 20px 0 0;
}
.video_section {
	background-size: auto 100%;
}
.span4 {
	width: 50%;
	margin: 0 0 20px;
}
.ha-header-small .slicknav_menu .slicknav_menutxt {
	color: #333;
}
.ha-header-small .slicknav_menu .slicknav_icon-bar {
	background: #333;
}
.slicknav_menu .number {
	display: none;
}
.new_header .logo .no_mob {
	display: block;
}
.inner_banner .description {
	padding: 0 2% !important;
}
.new_header .new_logo {
	display: none;
}
.work_q {
	padding: 0;
	overflow: hidden;
}
.equal {
	width: 100.2%;
	margin: 0 0 0 -2.1%;
	background: #2990c9;
	padding: 30px 2%;
}

.equal.right {
	background: #a42525;
	float: left;
}
.team_desc p {
	font-size: 14px;
	line-height: 18px;
}
.blog_left {
	width: 100%;
}
.blog_right {
	width: 100%;
}
.blog_wrapper .slicknav_menu .slicknav_menutxt, .menu_wrapper .slicknav_menu .slicknav_menutxt {
	color: #333
}
.blog_wrapper .slicknav_menu .slicknav_icon-bar, .menu_wrapper .slicknav_menu .slicknav_icon-bar {
	background: #333;
}
.contact_form {
	background: #f5f5f5 url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/mob_contact_bg.png) no-repeat right top;
	background-size: auto 100%;
}
.office {
	width: 100%;
	padding: 15px 0;
}
.contact_form .description {
	width: 96%;
}
.contact_form .description h3 {
	color: #fff;
}
.contact_form .description h3:before {
	background: #fff;
}
.no_desktop {
	display: block;
}
.product_box {
	width: 48%;
}
.thumbnails li a {
	padding: 5px 10px;
}
.product_wrapper .inner_banner {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+35,fd8400+35,ffc500+59,ffc500+77,ff9400+100 */
	background: #e6e6e6; /* Old browsers */
	/*background: -moz-linear-gradient(-45deg, #f5f5f5 35%, #fd8400 35%, #ffc500 59%, #ffc500 77%, #ff9400 100%); /* FF3.6-15 */
/*	background: -webkit-linear-gradient(-45deg, #f5f5f5 35%, #fd8400 35%, #ffc500 59%, #ffc500 77%, #ff9400 100%); /* Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(135deg, #f5f5f5 35%, #fd8400 35%, #ffc500 59%, #ffc500 77%, #ff9400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ff9400', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.product_wrapper .inner_banner .description h3::before {
	background: #fff;
}
.product_wrapper .inner_banner .description h3 {
	color: #fff;
}
.top_price .secure_checkout li {
	margin: 10px;
}
.features {
/*	background: #f6f6f6 url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/mob_O_diagonal.png) no-repeat center bottom;*/
	background-size: 100%;
}
.features ul {
	width: 100%;
}
.feature_img {
	position: relative;
	left: auto;
	top: auto;
	bottom: auto;
	max-width: 60%;
	text-align: center;
	float: left;
	margin: 0 0 -46px -2%;
}
.kit_includes ul {
	width: 100%;
	padding: 0;
}
.available_documents li {
	width: 91%;
}
.premium_kit {
/*	background: #f6f6f6 url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/mob_O_diagonal2.png) no-repeat right bottom;*/
	background-size: 100%;
	position: relative;
}
.premium_kit .left {
	width: 100%;
	position: relative;
	z-index: 11;
}
.premium_kit .left .description {
	padding: 0 2% !important;
}
.secure_checkout li {
	margin: 0 20px 20px 0;
}
.premium_kit .right {
	width: 50%;
	margin: 0;
	position: absolute;
	right: 0%;
	bottom: -40px;
	overflow: hidden;
}
.premium_kit .right img {
	margin: 0 -15% 0 0;
	float: right;
}
.top_product {
/*	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/mob_O_diagonal.png) no-repeat right bottom;*/
	background-size: 100%;
}
.prod_desc {
	width: 100%;
}
.product_img {
	width: 100%;
}
ul.resp-tabs-list {
	display: none;
}
h2.resp-accordion {
	display: block;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
	padding: 10px;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
.education_banner {
	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/mob_contact_bg.png) no-repeat right top;
	background-size: 100% auto;
}
.education_banner .image {
	background: none;
}
.equal_p p {
	width: 100%;
	padding: 10px 0;
}
.four_icons li {
	width: 49%;
	padding: 10px 0;
}
.CM_caption {
	padding: 10px 0;
}
.CM_caption h2 {
	font-size: 24px;
	line-height: 26px;
}
.meet_us {
	background-size: 190% auto;
}
.meet_us .blog_box {
	width: 100%;
	margin: 0 0;
	padding: 0 0 10px;
}
.meet_contact .left {
	width: 100%;
	margin: 0 0 15px;
}
.meet_contact .contact_form {
	width: 100%;
}
.meet_robot {
	left: auto;
	right: 0;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.tab_section .resp-tab-content img {
	margin: 0;
}
#hs_form_target_my_form div {
	width: 98%;
	padding-bottom: 20px;
}
#hs_form_target_my_form div label {
	width: 100%;
}
.contact_form #hs_form_target_my_form .field .input {
	width: 100%;
}
#hs_form_target_my_form div div {
	width: 100%;
	float: left;
}
.contact_form ul {
	bottom: -22px;
}
.store_main .education_banner {
	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/mob_store.png) no-repeat right top;
	background-size: 100% auto;
}
.retail_main .education_banner {
	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/mob_retail.png) no-repeat right top;
	background-size: 100% auto;
}
.assisted_main .education_banner {
	background: url(//314265.fs1.hubspotusercontent-na1.net/hubfs/314265/rlab/images/mob_assisted.png) no-repeat right top;
	background-size: 100% auto;
}






}

@media screen and (max-width: 640px) {
.new-blog-section .thumbnails li span {
    font-size: 14px;
}
.new-blog-section .thumbnails li .icon {
    background-size: 14px auto;
    height: 19px;
}
.new-blog-section .thumbnails li {
    padding: 0 6px;
}
.premium_kit .right img {
    float: none;
    margin: 0;
    max-width: 340px;
}
.premium_kit .right {
    position: static;
    text-align: center;
    width: 100%;
}
.new-blog .next_product {
    margin: 0;
    right: 10px;
    top: 400px;
    width: 30px;
}
.new-blog .previous_product {
    margin: 0;
    left: 10px;
    top: 400px;
    width: 30px;
}
.new-blog.blog-detail-temp .secure_checkout .button {
    width: 100%;
}
.new-blog.blog-detail-temp .secure_checkout h4 {
    margin: 0;
}
.new-blog .previous_product img.left-arrow {
    display: none;
}
.previous_product img {
    margin: 0;
}
.new-blog .previous_product {
    left: 5px;
}
  
.prod_desc h1 {
    font-size: 35px;
    line-height: 45px;
}
.new-blog.blog-detail-temp .shadow {
    font-size: 60px;
    line-height: 80px;
}
.carer-bnrsec .shadow {
    font-size: 150px;
    display: none;
}
.inner_banner .shadow {
    font-size: 120px;
    line-height: 80px;
}



}


@media only screen and (max-width: 600px) {
.blog_box li {
	width: 100%;
	padding: 2px 0;
	text-align: right;
}
.more .link {
	float: right;
}
.more ul {
	width: 100%;
}
.contact_form ul {
	padding: 0;
}
.contact_form li {
	width: 98%;
	margin: 5px 0;
}
.contact_form li textarea {
	width: 87%;
}
.contact_form button {
	margin: 40px 0 0;
}
.inner_banner .description h2 {
	font-size: 50px;
}
.features li h3, .features li p {
	width: 75%;
}
.error-cont-sec h1{
    font-size: 150px;
    line-height: 150px;
}
.aply-job-frm .hs-input {
    width: 73% !important;
}
.aply-job-frm .hs-form-field label {
    width: 24% !important;
}
.aply-job-frm .actions {
    text-align: left;
}

}


@media screen and (max-width: 480px) {
.new-blog-section .thumbnails li {
    border: medium none;
    margin-bottom: 20px;
    padding: 0 5px;
}
.new-blog .blog-banner .description h2 {
    font-size: 40px;
    line-height: 50px;
}
.new-blog .blog-banner .description h3 {
    padding: 0 0 50px 30px;
}
.new-blog .prod_desc h3 {
    width: 75%;
}
/*
.new-blog .shopify-btn iframe {
    max-width: 100px !important;
}
*/
.lp2-form form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
}
.lp2-form fieldset .hs_firstname, .hs_email, .hs_phone, .hs_company {
    width: 100% !important;
}
.image-text-left h1 {
    font-size: 36px;
}
.butn-1 {
    margin: 0 0 10px 0 !important;
    float: none !important;
}
.butn-2 {
    float: none !important;
}
.aply-job-frm .hs-input {
    width: 59% !important;
}
.aply-job-frm .hs-form-field label {
    width: 37% !important;
}
.math-techr-sec {
    padding: 100px 0 20px;
}
.partnership-temp .contact_form .right-block form input, 
.partnership-temp .contact_form .right-block form textarea {
    width: 100% !important;
}




}


@media only screen and (max-width: 400px) {
.logo {
	max-width: 68%;
}
.span4 {
	width: 100%;
}
.social_icons a {
	margin: 0 6px;
}
.product_box {
	width: 98%;
}
.thumbnails li a {
	padding: 5px 7px;
}




}
@media screen and (max-width:360px){
    .team_desc h2 {
    line-height: 40px;

}
.new-blog-section .product_box {
    margin-bottom: 20px;
}

}