/* @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    */
/*****************************************/
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */
   
/* Parent List */ 
  /*11-04-2019 start*/
.new-form-lp-outer .hs-error-msg { color: red;  margin-top: 10px; display: inline-block;} 
.new-form-lp-outer .hs_error_rollup .hs-error-msgs label { color: red;  margin-top: 10px; display: inline-block;}  
.performance-text {width: 57%;}  
.ready-m-top {width: 100%;margin-top: 19px;float: left;margin-bottom: 19px;}   
.blank-space {clear: both;}
.specifically-text {width: 100%; max-width: 500px;}
.nursery .span_check.span_check-top { margin-left: 0; width: 100%;max-width: 465px; margin: 0;}
.powe_soli .blank_done {display: none;}     
.margin-bt { margin-bottom: 10px;}
  /*11-04-2019 end*/
p.padding_le {padding-left: 100px;}
p.set {margin-bottom: 0;}
span.customer-text{font-size:14px}
.see-all-news a{color:#313131;text-shadow:none}
.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}
ol.desktop-list{list-style:disc}
.mobile-email-text{display:none}
.span12.widget-span.widget-type-rich_text.footer-heading-block{display:none}
span.customer-text{display:inline-block;width:52%}
.before-heading{display:none}
a#primaryMobileTrigger,a#secondaryMobileTrigger{display:none!important}
.list ul { padding: 0 0 0 14px; margin: 0;}
.custom .austriala {margin-bottom: 15px;}
.space_blank_done{padding-left:100px;}


/*-------------  17-04-2019 -----------------*/

  /*17-02-2020 css start*/

.courier-table-new table tr td {
	vertical-align: top;
}   
.courier-table-new {
	margin-top: 10px;
} 
.shade-cloth-table tr td {
	text-align: left !important;
}
.shade-cloth-table tr td p {
	text-align: left !important;
}
.shade-cloth-table tr td li {
	text-align: left !important;
}  

 /*17-02-2020 css End*/

.quote-heading h4 {
    margin-bottom: 15px;
}
.quote-heading .hs-input {
    width: 100% !important;
}

@media screen and (max-width:980px) {
	.secondary-navigation .hs-menu-flow-horizontal.flyouts > ul > li > a{padding-left:3px!important}
	.span12.widget-span.widget-type-rich_text.footer-top-right-column-content.footer-heading-block2{margin-bottom:40px}
/*	.home-top-yellow-box strong{font-size:105%!important}*/
	.before-heading{font-family: Corbel, Arial, Helvetica, sans-serif;display:block;text-align:center;font-size:16px;font-weight:700;color:#000;margin-bottom:10px}
	.responsive-img{width:111px!important;margin:22px 10px 0!important}
	a.more-link{background:none;font-size:18px;font-style:italic;margin:0 0 20px;padding:0}
	.post-listing .post-body > p:last-child{text-align:left}
	.post-item img{width:100%!important;height:auto;margin-bottom:10px!important;display:block}
	.quote-heading label.hs-form-radio-display{display:inline-block}
	/*.hs_cos_wrapper_type_blog_subscribe input[type="email"]{background:#ededed;box-shadow:none;border-radius:0;border-color:#000}*/
	span#hs_cos_wrapper_widget_1544519817572_ p:last-child{margin-top:15px}
	span#hs_cos_wrapper_widget_1544519738771_ p strong a{margin-top:0}
  #workers p{margin-bottom: 10px;}
  .hs-content-id-6747482518 p.center-text {margin-bottom: 0 !important;}
  .hs-content-id-6747482518.hs-content-name-succession-new1 p a{float:none !important}
  .hs-content-id-6747482518.hs-content-name-succession-new1 a.click-btn {font-weight: bold;}
   .hs-content-id-6747482518.hs-content-name-succession-new1 p.heading strong {text-align: left;}
  .hs-content-id-6747482518.hs-content-name-succession-new1 span.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text span#hs_cos_wrapper_module_1382343074236168 {text-align: left !important;}
  
}


@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper { display:block !important;}
}

@media only screen and (max-width: 980px) and (min-width: 768px) {
 
	.hs-form .hs-button,input[type="submit"]{display:block}
	.head-small h2{font-size:118%}
	.top-listing-5-column.mobile-list-sec .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_widget{width:49%!important}
	.mobile-list-sec img{width:100%!important;height:122px}
	.mobile-home-text iframe{width:100%!important;height:auto!important}
	iframe{width:100% !important;height:auto!important}
	.footer-bottom-left-column a img{height:auto;width:24px}
	.span12.widget-span.widget-type-text.call-us,.span12.widget-span.widget-type-text.call-us em{font-size:14px}
	
	.quote-heading2 ul{/*text-align:left;font-size:13px;margin:0;padding:0 0 0 18px*/}
	.span6.widget-span.widget-type-rich_text.quote-heading2{padding-left:15px}
	.quote-heading2 h1{/*font-size:18px;font-weight:600*/}
	.quote-heading .hs-input{/*background:#f5f5f5 none repeat scroll 0 0;border-radius:0;box-shadow:none;width:100%!important*/ width: 100% !important;}
	.hs-form-88b53886-1350-44cc-83c0-5f8ed38d0d2d_8833f1f7-8e13-4e5f-840f-02a6eeb1aa7d fieldset.form-columns-1 .hs-input{width:100%}
	.landing-form input[type="checkbox"]{width:auto!important}
	.hs-content-name-ask-for-quote-new .span12.widget-span.widget-type-logo{text-align:center}
	.hs-content-name-ask-for-quote-new .span12.widget-span.widget-type-logo img.hs-image-widget{width:150px!important;margin:10px 0 5px}
	.hs_cos_wrapper_type_blog_subscribe input[type="radio"],.hs_cos_wrapper_type_blog_subscribe input[type="checkbox"]{width:auto!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:980px) and (min-width:768px){  
  .table-left img {
    float: left !important;
}
  .pic-gap .hs-responsive-embed-wrapper.hs-responsive-embed {
    max-width: 265px !important;
    min-width: 230px !important;
    max-height: 150px !important;
  }
  
  .pic-gap  .hs-responsive-embed-wrapper.hs-responsive-embed{
    padding-bottom: 60%;
}
  
.doble-img img {
    max-width: 150px;
}.quote-heading li.hs-form-checkbox .hs-input{width:auto!important}
  
}
.quote-heading li.hs-form-checkbox .hs-input{width:auto!important}
@media (max-width: 767px){ 
/*17-02-2020 css start*/  
  
  .shade-house-image img {
	max-width: 300px;
	height: 300px;
	object-fit: cover;
	object-position: center;
}

  
  
  
  
/*17-02-2020 css End*/  
  
  /*12-13-2018*/
  h2 {font-size: 150%;}
  .hs-content-id-6911809404 .acoustic .austriala img, .hs-content-id-6911809404 #austrialyaImg, .hs-content-id-6911809404 .shade_house .australia img, .hs-content-id-6911809404 .acoust_Consid .australia img {float: right !important;}
  .hs-content-id-6913274394 .acoustic .austriala img, .hs-content-id-6913274394 #austrialyaImg, .hs-content-id-6913274394 .shade_house .australia img, .hs-content-id-6913274394 .acoust_Consid .australia img {float: right !important;}
  .performance-text {width: 100%;}
  /*.centered-wrapper h2 span {font-size: 23px !important;}
  .centered-wrapper h2 strong span {font-size: 23px !important;}  
  .ready-m-top {margin-top: 0;margin-bottom: 11px;}*/  
  .questions-toptext {float: left;}
   .child-trigger.child-open + .hs-menu-children-wrapper {display: block !important; transition: 0.5s all ease;}
  /*12-13-2018*/
  .footer-container.container-fluid { padding-left: 20px; padding-right: 20px;}
  .homepage-sidebar-border{border-top:none;}
  .centered-wrapper .innerStr p strong { font-size: 14px;}
  a#cta_button_320163_83297a5c-d324-4b2c-a2ce-7671441b3d67 { margin: 18px 0 19px;}
	.homepage-layout #hs_cos_wrapper_module_138241342449395{display:flex;flex-direction:column-reverse}
	h1.main-headline{padding:0 15px 88px 0}
	#blogPart .span12.widget-span.widget-type-cell.widget-pad{padding-bottom:0!important}
	.faqBlock{border:none!important;padding:0!important}
	#blogPart .widget-type-rich_text img{width:100%}
	.succession .top-listing-5-column .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_widget{width:100%!important}
	.succession .top-listing-5-column .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_widget img{width:100%!important}
	p.heading strong{margin:0}
	p.heading,p.heading strong{margin:0 0 5px;float:left;width:100%}
	p.heading{margin-top:26px}
	.succession .main-mobile-text a.click-btn{width:100%}
	/*#hubspot-topic_data{margin:0 0 10px;padding:10px 0 10px;text-align:center}*/
	#hs_cos_wrapper_module_1382343074236168 p span.mobile-email-text a{color:#000}
	p.mobile-pad{display:block}
  .search-box.no-widget-spacing.mobile-align-center {padding-right: 20px !important;}
	.top-banner-outer{margin-top:74px}
	.span12.widget-span.widget-type-cell.header-all-wrapper{position:fixed;width:100%;background:#fff;top:0;left:0;border-top:3px solid #ffea00;z-index:999}
	.top-slider .hs_cos_flex-slider .superimpose .caption{position:absolute!important;top:24%!important}
	.span12.widget-span.widget-type-linked_image.search-icon{position:absolute;right:61px;top:32px;display:block!important}
  #sitemap ul { /*padding: 0 0 0 10px;list-style: none;*/}
  #sitemap ul.hs-menu-children-wrapper {/* margin: 6px 0 0;*/}
  #sitemap .hs-item-has-children { margin: 0 0 20px;}
  #sitemap ul li { position: relative;}
  #sitemap ul li:before { content: "\f105"; font-family: fontawesome; margin-right: 10px; font-size: 18px; color: #FFEA00; height: 30px;}
  div#bagging {/* text-align: center;*/}
  #bagging p img { width: 100% !important; margin: 20px 0 14px;}
  #baggingPost > div, #baggingPost > div img { width: 100% !important; float: left; /*margin: 0 0 10px !important;*/object-fit:cover;}
  #farms img { width: 100%;}
  #farms ol { padding: 0 0 0 9px;}
  table.excel { margin-top: 10px !important; float: left;width:100%;}
  .table-container-main{overflow:scroll;}
  #farms span#hs-cta-wrapper-86babacd-b15c-4e23-9463-241cef57041d { margin: 18px 0; float: left; width: 100%;}
  #farms ol { padding: 0 0 0;}
  #farms ol ul { padding: 0 0 0; margin: 0;}
  #farms ul img { margin: 0 !important; width: 100% !important;}
  #farms span#hs-cta-wrapper-87869451-d5f5-40e2-87ca-5bcd4fc14325 { float: left; width: 100%; margin: 17px 0 0;}
  .gravity { text-align: left;}
  .gravity table.excel{ margin-top:0 !Important}
   .gravity span#hs-cta-9ca9160a-1993-4571-b341-9acbffd0c70b, .gravity span#hs-cta-wrapper-5175ccc0-3c8b-4adc-973f-db1289515618 { margin: 19px 0 16px !important; width: 100%; float: left;}
  #baggerMach img { width: 100% !important;height: auto;}
  div#baggerMach { text-align: left;}
  .homepage-layout .side-spacing {}
  .innerStr { padding: 0;}
  /*#austrialyaImg { float: right !important; width: 122px !important;}*/
  /*ul, ol { padding: 0 0 0 18px;}*/
  .space_blank_done { padding-left: 0;}
  .courier-table {overflow: scroll;margin: 20px 0 0; border: 2px solid; padding: 20px;}
  .courier-table table {width: 700px;}
  
  /* 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:0;margin:0;background-image:none;background-color:transparent;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;max-width:100%;width:100%!important;height:auto;line-height:1;font-weight:400;text-decoration:none;text-indent:0;text-align:left}
	.custom-menu-primary .mobile-trigger{display:inline-block!important;cursor:pointer;position:absolute;top:0;right:10px;width:auto;height:auto;padding:7px 10px 8px;background:#fff;border:none;font-size:16px;font-weight:400;z-index:999;text-align:left;text-transform:uppercase;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;outline:none;}
	.mobile-trigger:hover{text-decoration:none;color:#000;background-color:none;border-color:transparent}
	.mobile-open .mobile-trigger{color:#000;background-color:transparent;border-color:transparent}
	.mobile-trigger i{display:inline;position:relative;top:-4px}
	.mobile-trigger i:before,.mobile-trigger i:after{position:absolute;content:''}
	.mobile-trigger i,.mobile-trigger i:before,.mobile-trigger i:after{width:22px;height:2px;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;background-color:#000;display:inline-block}
	.mobile-trigger i:before{top:-6px}
	.mobile-trigger i:after{top:6px}
	.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:#000}
	.child-trigger{display:block!important;cursor:pointer;position:absolute;top:0;right:0;width:55px!important;min-width:55px!important;height:45px!important;padding:0!important;border-left:1px dotted rgba(255,255,255,0)}
	.child-trigger:hover{text-decoration:none}
	.child-trigger i{position:relative;top:50%;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;height:2px;background-color:#000;display:block}
	.child-trigger i:after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}
	.child-trigger.child-open i:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}
	.custom-menu-primary.js-enabled{position:relative;padding-top:44px;margin:10px 0}
	.custom-menu-primary.js-enabled .hs-menu-wrapper,.custom-menu-primary.js-enabled .hs-menu-children-wrapper{display:none}
	.custom-menu-primary ul.hs-menu-children-wrapper{visibility:visible!important;opacity:1!important;position:static!important;display:none}
	.custom-menu-primary.js-enabled .hs-menu-wrapper{width:100%;position:relative;top:23px;left:0;padding:0;z-index:999}
	.custom-menu-primary .hs-menu-wrapper{background-color:#ffeb01;width:100%}
	.custom-menu-primary .hs-menu-wrapper > ul > li{position:relative}
	.custom-menu-primary .hs-menu-wrapper > ul > li a{font-size:22px;line-height:45px;overflow:visible}
	.custom-menu-primary .hs-menu-wrapper > ul li{border-top:1px solid rgba(255,255,255,1)}
	.custom-menu-primary .hs-menu-wrapper > ul li a{padding:0 10px}
	.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;font-size:16px}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul li a{text-indent:30px}
	.custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{text-indent:50px}
	.span3.widget-span.widget-type-rich_text.header-logo.no-widget-spacing img{height:auto;width:141px}
	.span3.widget-span.widget-type-rich_text.header-logo.no-widget-spacing{width:50%;height:auto!important}
	.span9.widget-span.widget-type-menu.primary-navigation.align-right.mobile-align-left.hide-child.custom-menu-primary.js-enabled{position:absolute!important;right:0;top:18px;width:100%}
	.secondary-navigation-full-width-wrapper-2{background:none!important}
	.secondary-navigation-full-width-wrapper-1{background:none!important}
	.span12.widget-span.widget-type-menu.secondary-navigation.no-widget-spacing.mobile-align-center.custom-menu-primary.js-enabled{position:absolute;right:0;top:18px;width:100%}
	.primary-navigation .hs-menu-flow-horizontal.flyouts > ul > li > a{background:#ffeb01}
	.span9.widget-span.widget-type-menu.primary-navigation.align-right.mobile-align-left.hide-child.custom-menu-primary.js-enabled ul li a{color:#000;font-weight:400;height:50px;font-size:14px;line-height:51px}
	/*.span4.widget-span.widget-type-rich_text.home-top-yellow-box.no-widget-spacing{background:no-repeat}*/
	/*.mobile-wrapper .span4 span{font-size:20px;font-weight:300;line-height:25px;text-shadow:0 3px 3px rgba(0,0,0,0.7);-moz-text-shadow:0 3px 3px rgba(0,0,0,0.7);-webkit-text-shadow:0 3px 3px rgba(0,0,0,0.7);margin-top:0}
	*/
  /*.mobile-home-text p{font-size:16px;line-height:26px}*/
	/*.mobile-home-text ol{font-size:14px;margin:0 0 18px;padding:0 0 0 18px;line-height:26px}*/
	.mobile-align-center span{text-align:left;text-shadow:0 3px 3px rgba(0,0,0,0)!important}
	.mobile-home-text iframe{height:219px!important;width:100%!important}
/*	.search-box .input{width:100%;position:relative;height:55px}*/
	.search-box input[type="text"],.search-box .hs-button.primary{border-radius: 5px;box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) inset;display: inline-block;
    height: auto;}
	/*.search-box input.hs-input{background:#eceded none repeat scroll 0 0;border-color:#000;width:100%;height:48px;padding:6px 114px 6px 7px !important}
	*/
  .hs-button.primary{/*background:#ffea00 none repeat scroll 0 0;border:1px solid #000;font-size:15px;font-weight:600!important;height:51px!important;left:-5px;line-height:51px;margin:0;padding:0;position:relative;top:-3px;vertical-align:middle;width:20%;border-left:none;text-transform:uppercase*/}
  /*.search-box .hs-button::before{content:"\f002";font-family:fontawesome;padding-right:5px;display:inline-block}*/
	/*.hs_cos_wrapper_type_rss_listing h3{font-size:20px;font-weight:600;line-height:32px;text-shadow:0 3px 3px rgba(0,0,0,0.0)}*/
	/*.latest-news-box{padding-left:0}*/
	/*.mobile-wrapper .span4 .hs-rss-item span{text-shadow:0 0 0 rgba(0,0,0,0);font-size:14px;text-shadow:0 0 0 rgba(0,0,0,0)}*/
	.hide-border{display:none}
	/*.hs-rss-title::before{ color: #4a62a7; content: ""; font-family: fontawesome; font-size: 19px; margin-right: 8px; text-shadow: 0 0 0 rgba(0,0,0,0); vertical-align: top; position: absolute;}
 */  
  .list ul { padding: 0 0 0 14px; margin: 0;}
	/*span#hs_cos_wrapper_module_13824132356622{text-align:center}*/
	/*.hs-rss-module .hs-rss-item{background:none;padding-left:0; position:relative}
  .hs-rss-module .hs-rss-item span { padding: 0 0 0 12px;display:inline-block}*/
/*	.call-us .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_text{background:#ffea00 none repeat scroll 0 0;color:#000;display:inline-block;font-size:19px;font-style:normal;font-weight:300!important;max-width:100%;padding:10px 0!important;text-align:center;width:100%;margin-top:20px;vertical-align:middle}
	*/
  
  .call-us{text-align:left}
	/*.call-us em{font-style:normal}*/
	.call-us .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_text::before{/* content:"\f10b";display:inline-block;font-family:fontawesome;margin-right:15px;font-size:32px;vertical-align:middle*/}
	/*.centered-wrapper h2{font-size:23px;font-weight:300!important;}
	 * .centered-wrapper p{font-size:14px;line-height:26px}
  .centered-wrapper p strong { font-size: 14px;}*/
	
	.mobileHide{display:none}
	.centered-wrapper h2.mobilePad{padding:0}
	.footer-testimonials-header h2 a{position:relative;}
/*	.footer-testimonials-header h2 a::before{content:"";background:#ffea00;width:95px;height:2px;display:block;position:absolute;left:0;bottom:-15px}*/
	.footer-testimonials-navigator{font-size:16px}
	.footer-testimonials p{font-weight:300}
	.footer-navigation .hs-menu-wrapper ul,.footer-navigation .hs-menu-wrapper li,.footer-navigation .hs-menu-wrapper a{text-align:left!important}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{text-align:left!important}
	.footer-heading-block h2{color:#fff;font-weight:600!important;position:relative;padding:0!important}
	.footer-heading-block h2::before{content:"";background:#ffea00;width:95px;height:2px;display:block;position:absolute;left:0;bottom:-15px;display:block}
	.span12.widget-span.widget-type-rich_text.footer-heading-block{display:block}
	.span12.widget-span.widget-type-menu.footer-navigation{margin-top:25px}
	.span12.widget-span.widget-type-menu.footer-navigation ul li a::before{background:#ffea00 none repeat scroll 0 0;border-radius:100%;content:"";display:inline-block;height:5px;margin-right:8px;margin-top:-2px;vertical-align:middle;width:5px}
	.footer-heading-block2 h2{padding-bottom:40px;padding-top:0; text-align:center;}
	.footer-heading-block2 h2 a{color:#fff;position:relative;padding:0!important;width: 100%;display: inline-block;}
	.footer-heading-block2 h2 a::before{content:"";background:#ffea00;width:95px;height:2px;display:block;position:absolute;left:0;bottom:-15px;display:block;right: 0; margin: auto;}
	.span12.widget-span.widget-type-rich_text.footer-top-right-column-content.footer-heading-block2 p{font-weight:300}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{font-size:15px;font-weight:300;line-height:41px;text-align:left!important}
	.centered-wrapper .footer-testimonials-header h2{font-size:18px}
	.mobile-about .centered-wrapper h2{/*padding:10px 0 15px*/}
  .quote-heading ul h3:before {
    display: none;
}
	.mobile-about .centered-wrapper h2 a{/*color:#000;font-size:20px;text-transform:uppercase;padding-bottom:0*/}
	.mobile-about .centered-wrapper img{border:2px solid #828282;height:auto}
	.mobile-about .call-us .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_text::before{vertical-align:middle}
	.mobile-about .hs-button.primary{top:-1px}
	.mobile-about p a{/*font-size:16px;font-weight:700;text-decoration:underline*/}
	.mobile-about .hs-menu-wrapper.hs-menu-flow-vertical > ul li a{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:37px;text-shadow:0 0 0 #fff}
	.mobile-about [class*="hs-menu-flow-vertical"] ul li a{background-image:url(https://www.cmac.com.au/hubfs/mobile%20images/arrow-new.png);background-position:14px 20px}
	.mobile-align-center .footer-copyright span{text-align:center}
	.span4.widget-span.widget-type-rich_text.align-right.mobile-align-center span{text-align:center}
	.span12.widget-span.widget-type-menu.secondary-navigation.no-widget-spacing.mobile-align-center.custom-menu-primary.js-enabled .mobile-trigger{right:84px}
	.secondary-navigation .hs-menu-flow-horizontal.flyouts > ul > li > a{color:#000;font-size:14px;text-transform:capitalize;font-weight:600;margin:10px 0!important;margin-bottom:0;padding-left:16px!important}
	body .secondary-navigation .hs-menu-flow-horizontal.flyouts > ul > li.hs-item-has-children{margin-bottom:0!important}
	.secondary-navigation .child-trigger{height:50px!important}
	.hs-content-name-ask-for-a-quote .widget-type-logo{text-align:center!important}
	/*.quote-heading h1{border-bottom:medium none;font-size:27px;position:relative;text-align:center;margin:0 auto 50px;width:300px}
	.quote-heading h1::before{background:#ffea00 none repeat scroll 0 0;bottom:0;content:"";display:block;height:2px;left:50%;position:absolute;width:95px}*/
  .widget-type-form.quote-heading {float: left;}
  .widget-type-form.quote-heading.new-form-lp-outer{float: none;}
	.span12.widget-span.widget-type-cell{padding-bottom:0}
/*	.quote-heading h3{border-bottom:medium none;font-size:27px;font-weight:700!important;margin:0 auto 50px;padding-bottom:15px;position:relative;text-align:center;width:100%}
	.quote-heading h3::before{background:#ffea00 none repeat scroll 0 0;bottom:0;content:"";display:block;height:2px;left:0px;right: 0;/*transform:translate(-50%);position:absolute;width:95px;margin: auto;}
 */ h2.hding-center {text-align: center;}
	/**.quote-heading ul{padding:0 0 0 15px}/
	/*.quote-heading ul li{font-size:16px;}*/
	.quote-heading p:nth-child(5){width:100%!important}
	.quote-heading p:nth-child(5) img{width:100%!important}
	/*.quote-heading p:last-child span{background:rgba(0,0,0,0) none repeat scroll 0 0!important;font-size:15px;font-weight:300!important;text-align:center}*/
	/*.quote-heading p:last-child{display:block;text-align:center;width:100%}*/
	.quote-heading{padding:0 15px}
	/*.quote-heading label{display:block;font-size:16px;margin-bottom:10px!important}*/
	.quote-heading fieldset.form-columns-2,.quote-heading fieldset.form-columns-1{float:left;max-width:100%;width:100%;margin-bottom:0px}
	.quote-heading .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field{width:100%;margin-bottom:0px}
	.quote-heading .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field{width:100%}
	.quote-heading li.hs-form-checkbox::before{display:none}
	.quote-heading li.hs-form-checkbox{margin-bottom:10px}
	
/*	.hs-button.primary.large{border-left:1px solid #000;display:inline-block;position:static}*/
	.row-fluid [class*="span"]{min-height:auto}
	.header-container .hs_cos_wrapper_widget{padding-top:0}
	.custom-menu-primary ul.hs-menu-children-wrapper li a{background:#ff0!important;border-color:#000!important;color:#000!important;font-weight:300!important;font-size:14px!important}
	.custom-menu-primary .hs-menu-wrapper>ul li ul.hs-menu-children-wrapper li{border:none!important}
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper .child-trigger i,.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper .child-trigger i:after{background-color:#000!important}
	.caption div{text-align:center!important}
	.top-slider{margin-bottom:0}
	li.hs_cos_flex-slide-main{height:160px;overflow:hidden}
	li.hs_cos_flex-slide-main span{font-size:23px!important}
	li.hs_cos_flex-slide-main div:first-child span{font-size:20px!important}
	.top-slider .hs_cos_flex-slider .hs_cos_flex-slides img{height:162px;object-fit:cover;height:162px;object-fit:cover}
	.contact-head h1{/*border-bottom:medium none;position:relative;margin:0 auto 20px;
max-width:274px;
    font-weight:400!important*/}
	.contact-head h1 span{/*font-size:15px!important;*/font-weight:400!important;text-transform:unset}
	.contact-head h1::before{/*background:#ffea00 none repeat scroll 0 0;bottom:0;content:"";display:block;height:2px;left:0;position:absolute;width:100%*/}
	.contact-head h3{/*border-bottom:medium none;font-weight:700!important;margin:0 auto;padding-bottom:10px;position:relative;text-align:left;width:100%*/}
	.contact-head h3 span{/* font-size:14px!important;
    font-weight:400 */
  }
	.thank-head.contact-head h3 span{/*color:#000;font-size:27px!important*/}
	.thank-head.contact-head h3::before{/*background:#ffea00 none repeat scroll 0 0;bottom:0;content:"";display:block;height:2px;left:33%;position:absolute;width:95px*/}
/* 	.contact-head h3 span strong{color:#000;font-weight:400} */
	.contact-online-content a#cta_button_320163_b480d958-ab14-4c88-a81b-017d89a480e8{margin:29px 0}
/*	.mobile-text-content a{font-style:normal!important;font-weight:300}*/
	.contact-head h5 span{font-size:16px!important;font-weight:300;color:#000!important}
	/*.mobile-pad,.mobile-pad a{padding-left:0!important;font-weight:600!important}*/
	#hs_cos_wrapper_module_1382343074236168 p span,#hs_cos_wrapper_module_1382343074236168 p span strong a{/*font-weight:400*/}
/*	.mobile-pad a{padding-right:8px}*/
	/*#hs_cos_wrapper_module_138235365673523 .hs-form a.hs-button.primary{left:-5px;top:-1px}*/
	.span12.widget-span.widget-type-widget_container.mobile-about.quote-heading{padding:0}
	.footer-testimonials-header h2{margin:0 0 0px;padding:0!important}
	/*.actions{margin-top:20px}*/
	.span12.widget-span.widget-type-rich_text.footer-testimonials{margin-bottom:30px}
	.mobile-sidebar-cta .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-vertical{margin-bottom:20px}
	/*.blog-main .post-header h2{border-bottom:medium none;font-size:27px;margin:0 auto 0px;position:relative;text-align:center;width:100%}*/
	.blog-main .post-header h2 a{font-size:27px;text-transform:capitalize}
/* 	.blog-main .post-header h2::before{background: #ffea00 none repeat scroll 0 0;bottom: 0;content: "";display: block;height: 2px;left: 50%;position: absolute; width: 95px;transform: translate(-50%);} */
 

	/*	 #hubspot-author_data .author-link{font-style:normal;font-weight:300}#hubspot-author_data.hubspot-editable{font-family:Corbel,Arial,Helvetica,sans-serif;text-align:left}
	 * .section.post-body p span{font-size:14px!important;font-style:normal}*/
  /*
	#hubspot-author_data.hubspot-editable{font-size:14px!important;padding-left:0!important}*/
	.section.post-body p span a{font-style:normal}
	.mobile-disabled{/*display:none*/}
	/*.hs-form input[type="submit"]{border-left:1px solid #000!important;left:0;padding:0 15px;width:auto}*/
	/*.hs_cos_wrapper.form-title{padding-bottom:18px!important}*/
	.section.post-body p{text-align:left}
	.top-banner.no-widget-spacing.side-spacing.align-right{text-align:center}
  #hs_cos_wrapper_module_1382343074236168 p.mobile-disabled img{height:auto;width: 100% !important;display:block;}
	#hs_cos_wrapper_module_1382343074236168 img{/*height:auto;width: 100% !important;*/}
/*	.vertical-menu-like ul li.hs-postlisting-item > a{background:#ffee29 url(https://www.cmac.com.au/hubfs/mobile%20images/arrow-new.png) no-repeat scroll 14px 13px!important;color:#000!important;font-size:13px!important;font-style:normal!important;font-weight:500!important;margin:0!important;text-shadow:0 0 0 transparent;background-size:7px!important}
	*/
  .quote-heading ul li.hs-postlisting-item::before{display:none}
	.quote-heading ul li.hs-postlisting-item{margin-bottom:0}	
  /*.quote-heading .block h3{padding-bottom:20px}
   * .quote-heading .block h3:before { left: 50%;}*/
	.hs_cos_wrapper_type_post_listing .block .widget-module ul li a,.hs_cos_wrapper_type_post_filter .block .widget-module ul li a{background:!important}
	.span9.widget-span.widget-type-cell.mobile-remove-right-padding.quote-heading{padding-left:0}
	iframe{height:300px;max-width: 100% !important; width: 100% !important;}
  .grecaptcha-logo iframe {height: 60px;}
	.span3.widget-span.widget-type-cell.quote-heading{padding:0}
	.span3.widget-span.widget-type-cell.quote-heading>.row-fluid-wrapper.row-depth-1.row-number-5 .span12.widget-span.widget-type-cell.mobile-align-center>.row-fluid-wrapper.row-depth-1.row-number-2,.span3.widget-span.widget-type-cell.quote-heading>.row-fluid-wrapper.row-depth-1.row-number-5 .span12.widget-span.widget-type-cell.mobile-align-center>.row-fluid-wrapper.row-depth-1.row-number-3{/*float:left;width:49%*/}
	.span3.widget-span.widget-type-cell.quote-heading>.row-fluid-wrapper.row-depth-1.row-number-5 .span12.widget-span.widget-type-cell.mobile-align-center>.row-fluid-wrapper.row-depth-1.row-number-3{/*margin-left:2%*/}
	.span3.widget-span.widget-type-cell.quote-heading>.row-fluid-wrapper.row-depth-1.row-number-5 .span12.widget-span.widget-type-cell.mobile-align-center>.row-fluid-wrapper.row-depth-1.row-number-4{width:100%}
	.span3.widget-span.widget-type-cell.quote-heading>.row-fluid-wrapper.row-depth-1.row-number-5 .span12.widget-span.widget-type-cell.mobile-align-center>.row-fluid-wrapper.row-depth-1.row-number-4 img{width:100%}
	.span9.widget-span.widget-type-menu.primary-navigation.align-right.mobile-align-left.hide-child.custom-menu-primary.js-enabled .child-trigger{display:none!important}
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper .child-trigger{height:33px!important}
	.homepage-layout #hs_cos_wrapper_module_138235365673523 .hs-form a.hs-button.primary{left:-9px;top:-3px}
	.span4.widget-span.widget-type-cell.homepage-sidebar-border{width:100%;margin:0;background:none; padding:0}
	.span8.widget-span.widget-type-cell.mobile-slogan{width:100%}
	.search-box{background:none}
	.thank-head.contact-head h3{/*line-height:30px*/}
	.thank-head.contact-head h3 span strong{/*color:#000;font-size:27px!important;text-transform:capitalize;font-weight:600!important*/}
	.text-hides{display:none}
	body.full-width-rows-support.hs-content-id-356375177.hs-site-page.page.hs-content-path-contact-thank-you.hs-content-name-contact-thank-you p{text-align:center}
	span#hs_cos_wrapper_module_13823546428831{text-align:center}
	span#hs_cos_wrapper_module_13823546428832{text-align:center}
	span#hs_cos_wrapper_module_13823546428833{text-align:center}
	span#hs_cos_wrapper_module_138235386644725{text-align:center}
	span#hs_cos_wrapper_module_138235386644727{text-align:center}
	span#hs_cos_wrapper_module_138235386644726{text-align:center}
	.op-heading h1{/*color:#000;font-size:27px;text-transform:uppercase;position:relative;border-bottom:none;text-align:center*/}
	.op-heading h1::before{/*background:#ffea00 none repeat scroll 0 0;bottom:0;content:"";display:block;height:2px;left:33%;position:absolute;width:95px*/}
	.op-heading h2{/*padding:0;margin-bottom:30px*/}
	/*.centered-wrapper h2 strong{font-weight:700!important;font-size:23px}*/
	/*.hs_cos_wrapper_type_google_search .hs-form .hs-button{max-width:115px;left:auto!important;border:none;top:3px!important;position:absolute;right:1px;height:46px!important;font-size:13px}
	*/
  .hs_cos_wrapper_type_google_search .hs-form .hs-button{box-sizing: border-box;right: 0;left: 0;max-width: 100%;height: auto;width: auto;}
  .hide-tag{display:none}
	span#hs_cos_wrapper_module_138235386644728{text-align:center}
	.footer-container .footer-bottom-full-width-wrapper *{text-align:center}
	.secondary-navigation .mobile-trigger::before{content:"";width:40px;height:3px;background:#000;display:block;top:-2px;position:relative}
	.secondary-navigation .mobile-trigger i,.secondary-navigation .mobile-trigger i:before,.secondary-navigation .mobile-trigger i:after{width:40px;height:3px}
	.primary-navigation .mobile-trigger i:before{top:-5px}
	.primary-navigation .mobile-trigger i:after{top:5px}
	/*.home-top-yellow-box{border:none}*/

	span#hs_cos_wrapper_module_138235365673522{margin-top:20px}
	.span12.widget-span.widget-type-text.site-search-header{margin-bottom:0;padding-bottom:0}
	/*.span4.widget-span.widget-type-rich_text.home-top-yellow-box.no-widget-spacing{margin-top:20px!important}*/
	.homepage-layout span.customer-text{display:inline-block;width:100%;margin-top:40px;max-width:100%}
	.homepage-layout span.customer-text strong{/*display:block*/}
	span.logo-mob{width:100%;display:inline-block;text-align:center!important}
	span.logo-mob img{width:auto;display:inline-block;float:none!important}
	/*.facebookIcon{position:absolute;right:0;top:-68px}*/
	.homepage-sidebar-border .row-fluid-wrapper.row-depth-1.row-number-3{position:relative}
/*	.call-us .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_text{background:#ffea00 none repeat scroll 0 0;color:#000;display:inline-block;font-size:19px;font-style:normal;max-width:100%;padding:10px 0!important;text-align:center;width:48%;margin-top:20px;vertical-align:middle;font-weight:700!important}
	*/
/*  span#hs_cos_wrapper_module_138241342449395{text-align:center}*/
	.mobile-hide{display:none}
	.desktop-hide{display:block}
	p.desktop-hide br{display:none}
	span.text-indent{display:block;position:relative}
	span.text-indent::before{content:"\f105";font-family:fontawesome;margin-right:10px;font-size:18px;color:#1D71AF;height:30px}
	span.text-indent{display:block;position:relative;line-height:30px}
	.hm-hide{display:none}
	.quote-heading2{/*text-align:center;padding:0 15px*/}
	.quote-heading2 h1{/*border:none;position:relative;font-weight:600;text-transform:capitalize;padding:0;line-height:26px;margin-bottom:30px;font-size:19px;max-width:290px;display:inline-block*/}

	.quote-heading2 ul{/*text-align:left;font-size:14px;margin:0;padding-left:15px*/}
	.slogan-mob{width:40%;padding:0;display:inline-block;margin-top:25px;margin-bottom:25px;vertical-align:middle}
	p.slogan-mob-text{font-weight:300!important;font-style:italic}
	p.slogan-mob-text span{background:none!important;color:#000!important}
/*	h3#hs_cos_wrapper_main_form_title{font-size:18px;text-transform:uppercase;font-weight:600!important;margin-bottom:0;padding: 0 !important;float: left;}*/
	.landing-form .hs_attach_a_drawing.hs-attach_a_drawing.hs-fieldtype-file.field.hs-form-field .input::before{content:"Choose File";font-size:14px;background:#333;color:#fff;border-radius:5px;padding:0;display:flex;position:absolute;width:116px;height:26px;vertical-align:middle;justify-content:center;align-items:center;z-index:-1}
	.landing-form .hs_attach_a_drawing.hs-attach_a_drawing.hs-fieldtype-file.field.hs-form-field .input{position:relative;z-index:1}
	.landing-form .hs_attach_a_drawing.hs-attach_a_drawing.hs-fieldtype-file.field.hs-form-field .input input{opacity:0}
	/*.hs-button.primary{border-radius:0}*/
	.hs-content-name-ask-for-quote-new .footer-container.container-fluid{padding:8px 0;text-align:center;font-size:12px}
	.hs-content-name-ask-for-quote-new .span12.widget-span.widget-type-logo{text-align:center}
	.hs-content-name-ask-for-quote-new .span12.widget-span.widget-type-logo img.hs-image-widget{width:150px!important;margin:10px 0 5px}
	.hs-content-name-ask-for-quote-new .hs-button.primary.large{font-weight:500;width:96px;letter-spacing:1px;font-size:18px;text-transform:uppercase}
	p.contact-head-text-main{position:relative}
	/*span.contact-head-text{width:92%;display:block;position:absolute;left:39px;top:0;font-size:12px}*/
	span.contact-mob-img {margin-top: 33px;display: inline-block;width: 100%;text-align: center;}
  span.contact-mob-img img {float: none !important;}
	/*p.mobile-text-content{margin-top:0;display:inline}*/
/*	#hs_cos_wrapper_module_1382343074236168 p.mobile-text-content span strong a{color:red!important;margin-bottom:20px;display:block}*/
	.text-bold{/*font-weight:600!important;margin-bottom: 5px;*/display: inline-block;}
	iframe.mobile-iframe{box-shadow:0 0 0 4px #757575}
/*	a.view-link{font-size:14px;color:#1f73b3!important;font-weight:600;margin-top:10px;display:inline-block}*/
	hr{display:block}
	span.timing-text{display:inline-block;width:100%}
	.mobile-width{/*text-align:left;font-size:13px;margin:20px 0;padding:0 0 0 18px*/}
	.mobile-width li span{font-size:13px!important}
	.mobile-width li{margin:0;line-height:21px;padding:0}
	strong.space-top{margin-top:20px;display:inline-block;margin-bottom:0;padding-bottom:0}
	.mobile-width span strong span strong img{display:inline-block!important;float:none!important}
	.mobile-width span strong span strong{text-align:center;display:block;width:100%}
	span#hs_cos_wrapper_module_1382343074236168 h5{/*font-size:18px;font-weight:700!important*/}
	.hs-content-name-succession-new1 p a{float:left;width:auto;margin:15px 0!important;font-size:15px;font-weight:700;text-transform:capitalize;text-decoration:none}
	.main-mobile-text img{width:100%!important;max-width:100%!important;float:none!important;margin-left:0!important;margin-top:10px!important;margin-bottom:20px!important}

	.career-list-text ol{text-align:left;font-size:14px;margin:0;padding:0 0 0  18px}
	span.career-bg{/*background-color:transparent!important;font-style:italic;font-size:13px;font-weight:400!important*/}
	.career-list-text ul{/*text-align:left;font-size:14px;margin:0 0 27px;padding:0 0 0 18px*/}
	.black-text,.black-text-head{/*color:#000!important;font-size:16px!important;font-weight:700*/}
	.black-text-head{/*margin:25px 0 5px*/}
	span.black-text.red-replace{font-weight:400;font-size:15px!important}
	.op-heading.career-list-text h2{/*margin-bottom:10px*/}  
	.centered-wrapper .op-heading.career-list-text h2 strong{/*font-weight:700!important;font-size:16px*/}
	span.hdg-bottom{font-size:14px!important;line-height:normal;margin:20px 0;display:block}
	/*.section.post-body h3 {margin: 26px 0 21px;font-size: 19px; text-align: center;} 
	 *  .section.post-body li h3 {text-align: left;padding: 0;}*/  
  
	.span6.widget-span.widget-type-form.quote-heading.landing-form input,select{height:36px;width:100%!important}
	.span6.widget-span.widget-type-form.quote-heading.landing-form input[type="checkbox"]{height:auto;width:auto!important}
	.span6.widget-span.widget-type-form.quote-heading.landing-form input[type="submit"]{background:#ffea00;width:auto!important}
	.span6.widget-span.widget-type-form.quote-heading.landing-form textarea{width:100%!important}
	/*.mobile-trigger::after{bottom:-37px;color:#fff;content:"\f0d7";font-family:fontawesome;font-size:40px;position:absolute;transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-ms-transition:opacity .5s ease-in-out}
  .primary-navigation .mobile-trigger::after{bottom:-35px;left:10px;opacity:0}
	.secondary-navigation .mobile-trigger::after{bottom:-35px;opacity:0;right:-65px}
	.mobile-open1 .primary-navigation .mobile-trigger::after{opacity:1}
	.mobile-open .secondary-navigation .mobile-trigger::after{opacity:1} */
	h3.thank-heading{/*border-bottom:medium none;position:relative;text-align:center;margin:0 auto;max-width:380px*/}
h3.thank-heading::before{/*background:#ffea00 none repeat scroll 0 0;bottom:0;content:"";display:block;height:2px;left:50%;transform:translate(-50%);position:absolute;width:95px;padding-bottom:0!important*/}
	h3.thank-heading span strong{/*font-weight:600!important;font-size:18px;text-transform:uppercase*/}
	p.thank-heading-bottom{/*margin:0;font-weight:600;color:#000;text-align:center;font-size:14px;padding:0!important*/}
	span.thank-facebook{/*display:block;width:100%;float:left;text-align:center*/}
	img.facebook_img{/*float:none!important;margin:0 0 20px!important*/}
	.thank-text{/*text-align:left!important;width:100%;display:block*/}
	p.thank-large-img{/*position:relative;width:100%;height:100px;overflow:hidden;margin-bottom:0*/}
	p.thank-large-img img{/*width:100%;display:block;position:absolute;top:0;left:0;object-fit:cover;height:100%!important*/}
	.span12.widget-span.widget-type-google_search label{margin-bottom:5px!important;display:block}
	img#hs-cta-img-0b3ebea8-fb0e-427a-9c3c-19aed1a3f46f,img#hs-cta-img-72ecf514-5833-4020-872a-2c0ae262d6d8{width:100%}
	img.contact-img-hide{display:none}
	#hs_cos_wrapper_module_1382343074236168 p span.mobile-email-text{display:inline-block;width:100%;margin-bottom:10px;font-weight:700!important}
/* 	#hs_cos_wrapper_module_1382343074236168 p span.mobile-email-text::before{content:"\f105";font-family:fontawesome;font-style:normal;font-size:18px;color:#ffea00;margin-right:8px} */
	ul.hs-error-msgs.inputs-list li{margin-top:5px}
	ul.hs-error-msgs.inputs-list li::before{display:none}
	.hs-blog-listing .blog-section .blog-post-wrapper p span img{width:100%!important;margin:0 0 15px!important}
	/*.span12.widget-span.widget-type-post_filter.box-with-shadow ul li a{background:none!important;padding-left:0!important;font-size:13px}*/
	.span12.widget-span.widget-type-post_filter.box-with-shadow ul li::before{margin-right:0!important}
	h1.page-heading{/*text-transform:unset;text-align:center;border-bottom:0;line-height:1.5;position:relative;padding-bottom:10px;margin-bottom:20px;font-size:28px;*/}
/*	.page-heading::before{content: ""; background: #ffea00; height: 3px; width: 95px; display: block; position: absolute; transform: translate(-50%,-50%); bottom: 0; left: 50%;}*/
	.page-heading span{/*font-size:27px!important;position:relative*/}
	.page-heading strong{position:relative}
	span#hs_cos_wrapper_module_1382343074236168 h2.page-heading-text span{/*font-size:15px!important;text-align:center;display:block*/}
	.hs-cta-wrapper span a#cta_button_320163_c1ccae7e-f844-4700-8f56-80a83f9d0f2b{/*background-image:none!important;border-radius:0;border:2px solid #000!important;box-shadow:none!important;margin-top:8px!important*/}
	.hs-cta-wrapper a#cta_button_320163_f5b0edd0-3c9d-443c-8347-cfaf68683585{/*background-image:none!important;border-radius:0;border:2px solid #000!important;box-shadow:none!important;margin-top:8px!important*/}
	.hs_cos_flex-slider.flex-slider-main.slider-mode-slider{margin-top:73px}
	.sidebar-bottom .row-fluid-wrapper.row-depth-1.row-number-2,.sidebar-bottom .row-fluid-wrapper.row-depth-1.row-number-3{/*width:46%;display:inline-block;float:left;padding:5px*/}
	.hs-cta-wrapper a#cta_button_320163_3a13b629-d711-4476-8060-2afa0f78185f,.hs-cta-wrapper a#cta_button_320163_7b9f42de-0d03-4e2e-8714-6488ed996153,.hs-cta-wrapper a#cta_button_320163_4364d1ae-f728-4fe0-841f-d554e7dd52a2,.hs-cta-wrapper a#cta_button_320163_a29c3293-84f4-4fc1-8ad1-08e23bcb53e8{/*color:#000!important;font-style:normal;font-weight:400!important;border:2px solid #000!important;margin-top:8px!important;width:94%;background-image:none!important;box-shadow:none!important*/}
	.hs-cta-wrapper a#cta_button_320163_3a13b629-d711-4476-8060-2afa0f78185f span,.hs-cta-wrapper a#cta_button_320163_7b9f42de-0d03-4e2e-8714-6488ed996153 span,.hs-cta-wrapper a#cta_button_320163_4364d1ae-f728-4fe0-841f-d554e7dd52a2 span,.hs-cta-wrapper a#cta_button_320163_a29c3293-84f4-4fc1-8ad1-08e23bcb53e8 span{color:#000!important}
	.full-width-rows-support .quote-heading2{padding:0}
	.fb-like.fb_iframe_widget.fb_iframe_widget_fluid span{margin:0 auto!important;float:none!important;text-align:center;padding:0!important;width:83px!important;position:relative;left:0px}
	.hs_cos_wrapper_widget {/*display: block;padding-top: 0;padding-bottom: 0;*/}
  h5 a{color:#1d71af!important;display:inline-block;font-size:14px;font-style:italic;padding-right:15px}
	/*.hs-related-blog-item,.hs-rss-item{margin-bottom:10px}*/
	/*.home-top-yellow-box strong{font-size:105%!important;font-weight:700}*/
  .side-spacing h1 {margin-right: 0;margin-left: 0;}
/*   19-12-18 */
.succession .top-listing-5-column .hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_widget img {width: 100% !important;object-fit: cover;height:auto}
.sidebar-bottom .row-fluid-wrapper.row-depth-1.row-number-2 .span12.widget-span.widget-type-cta img {width: 100%;padding: 0 0 !important;}
.sidebar-bottom .row-fluid-wrapper.row-depth-1.row-number-2{padding-bottom:0;}
.call-us .cell-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_text {width: 100%;}
#hs_cos_wrapper_widget_1544684134130 .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text>div#baggingPost p {/*text-align: center;font-weight: bold;font-size: 16px;*/}
#hs_cos_wrapper_widget_1544683921652 div#baggingPost p>a>img {width: 100%;object-fit: cover;}
div#hs_cos_wrapper_widget_1544683691998,div#hs_cos_wrapper_widget_1544683712306,div#hs_cos_wrapper_widget_1544683732810,div#hs_cos_wrapper_widget_1544683911618 {clear: both;}
span#hs-cta-wrapper-f7547683-74a0-43e7-8afc-9d38d1d10a94 {display: inherit;}
.hs-content-id-6774266924 #hs_cos_wrapper_widget_1544694941534_ li {text-align: left;position: relative;}
.hs-content-id-6774266924 img{object-fit:cover;}
.hs-content-id-6774266924 #hs_cos_wrapper_widget_1544694941534_ h2+ol>ul li:first-child{padding-top: 50%;}
p>strong+span { /*display: inline-block;*/margin: 10px 0;}
.hs-content-id-6774266924 h4 {/*margin-bottom: 10px;*/}
.hs-content-id-6774266924 #farms .img_ol+p strong {font-size: 14px;}
.hs-content-id-6774266924 .centered-wrapper h2{text-align: left;}
.hs-content-id-6774266924 h4 { text-align: left;}
.hs-content-id-6774266924 #farms ol {padding-left: 15px;}
h2.choose-cstm { /*padding-top: 10px;*/}
.hs-content-id-6774266924.main-mobile-text div p:last-child {margin-bottom: 0 !important;}
p.contact_us strong {/*font-size: 14px;text-align:center;*/}
.contact_us{/*text-align:center;*/}
.hs-content-id-6777668334 img { object-fit: cover;}
ol.paddin_cstm li:first-child,ul.bulk_bag li:first-child {position: relative;}
.hs-content-id-6777694263 ol {/*padding-left: 15px;*/}
.hs-content-id-6777694263 ol+h4+ol li+ol{padding-left:0;}
.labour_Sav{padding-top: 10px;}
.single_hoper h3>span{display:inline-block;padding-bottom: 10px;}
.hs-content-id-6777004678 div#bagging img,ul.bulk_bag li>img {/*max-width: 150px;width: 100%;*/}
.span_ma span {margin: 0;}
.hs-content-id-6777004678 div#bagging p {text-align: left;}
/*.hs-content-id-6777004678 div#bagging h1.page.heading:before,.cstm_h1 .page_heading:before {content: "";background: #ffea00;height: 3px;width: 95px;display: block;position: absolute;transform: translate(-50%,-50%);bottom: 0;left: 50%;}
*/  
  .hs-content-id-6777004678 h1.page.heading{/*padding-bottom:10px;font-size: 22px;*/}
.hs-content-id-6777004678 p strong{font-size: 14px;}
body.full-width-rows-support.succession.hs-content-id-6777004678.hs-site-page.page.hs-content-path--temporary-slug-04649d1e-33f9-483f-8e54-9535088890.hs-content-name-bagging-equipment-new div#baggingPost p{margin-bottom:0}
body.full-width-rows-support.succession.hs-content-id-6777004678.hs-site-page.page.hs-content-path--temporary-slug-04649d1e-33f9-483f-8e54-9535088890.hs-content-name-bagging-equipment-new .top-listing-5-column .hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_widget {padding: 0 !important;}
.single_hoper ul+h3, .single_hoper ul+h3+h3, .single_hoper ul+h3+h3+p {display: none;}
.single_hoper p {margin-top: 20px;}
.single_hoper+h3 {padding-top: 15px;}
.hs-content-id-6777004678 div#baggingPost p+p {margin-top: 20px;}
p.contact_us_on strong {/*font-size: 14px;text-align: center;display: inline-block;*/}
.center_text {/*text-align: center;font-size: 16px;/font-weight: 600;*/}
.center_text+br+p {display: none;}
p.ezibage>img {padding-top: 10px;padding-bottom: 10px;}
ul.hire_rate+p span strong {font-size: 16px !important;}
ul.hire_rate+p+p span strong {font-size: 16px;}
body.full-width-rows-support.succession.hs-content-id-6777694263.hs-site-page.page.hs-content-path--temporary-slug-7d62fce0-319e-48c8-8b0b-da849ed557.hs-content-name-ezi-bagger-machine-new p iframe {margin-top: 10px;}
.hs-content-id-6777694508 div#fillingFarm img { margin: 10px auto !important;}
.hs-content-id-6777694508 div#fillingFarm ul+h4 {/*margin-top: 20px;margin-bottom: 10px;*/}
div#fillingFarm ol,.hs-content-id-6777668334 ol{/*padding-left: 15px;*/}
p.ca-us span#hs-cta-9313d671-8e41-43ea-a34e-e18836926d4c {display: inline-block;}
p.ca-us span#hs-cta-wrapper-9313d671-8e41-43ea-a34e-e18836926d4c {/*display: inline-block;width: 100%;text-align: center;*/}
p.ca-us strong {/*text-align: center;display: inline-block;font-size: 16px;*/}
.hs-content-id-6777694508 h2+img+p+h4{margin-top:5px;margin-bottom: 20px}
body.full-width-rows-support.succession.hs-content-id-6774792428.hs-site-page.page.hs-content-path--temporary-slug-ae70f81d-c772-41b5-8927-91057c4b60.hs-content-name-bulk-bag-filling-lines-new .cstm_h1 .page_heading span{ font-size: 27px!important;position: relative;}
.hs-content-id-6777694263 div#baggerMach h2 span#hs-cta-wrapper-d8255086-da83-4808-8221-72fdd80e483e {width: 100%;display: inline-block;margin-top: 10px;}
.hs-content-id-6777694263 h4{/*margin-top: 10px;margin-bottom: 10px*/}
.cstm_h1 h1 {/*padding-bottom: 10px;*/}
ul.bulk_bag li>img {margin: 0 !important;padding: 0 10%;}
/*ul.bulk_bag>li:first-child {padding-top: 70%;}*/
p.center_or strong span {display: inline-block;}
p.center_or strong {font-size: 16px;}
p.center_or,.center_cls {/*text-align: center;*/}
p.center_or,p.center_cls {/*margin-bottom: 0;*/}
.hs-content-id-6774792428 iframe {margin-top: 10px;}
.main-mobile-text span#hs-cta-b19c53ca-14d6-40ea-9d5d-d6c4d57b1dd3 a img {object-fit: scale-down;}
.main-mobile-text span#hs-cta-b19c53ca-14d6-40ea-9d5d-d6c4d57b1dd3 {/*display: inline-block;text-align: center;width: 100%;*/}
.main-mobile-text span#hs-cta-b19c53ca-14d6-40ea-9d5d-d6c4d57b1dd3 a img {max-width: 30% !important;object-fit: scale-down;margin: 0 !important;}
p.cst_center {margin-bottom: 0;}
.cell-wrapper.layout-widget-wrapper>#hs_cos_wrapper_module_138235365673522{margin-top:0;}
h4.get_it_now {   margin-bottom: 0;}
.Dykes ul li,.custom ul li,div#farms ul li,ol.img_ol ul li,#valve ul li,.nursery ul li {list-style: disc;}
.Dykes ul li:before,.custom ul li:before,div#farms ul li:before,ol.img_ol ul li:before,#valve ul li:before,.nursery ul li:before {content: "";margin:0;}
div#valve p.cstm-center{/*text-align: center;*/}
.main-mobile-text div p span {/*text-align: right !important;*/}
.valve_bagging .text-left img {/*width: auto !important;*/}
.valve_bagging h3,.valve_bagging h2 {margin: 10px 0;text-align:left;padding-bottom:0}
.valve_bagging ol{padding-left: 15px;text-align:left;}
.valve_bagging p,div#converyos p{text-align: left;}
.custom p {text-align: left;/*margin-bottom: 10px;*/}
.custom p.cstm-center {/*text-align: center;*/}
.custom .text-left img{width: auto !important;}
#footertem h3 strong {width: 100%; display: inline-block;}
#footertem ul {padding-left: 15px;}
.custom p strong,#footertem p strong {/*font-size: 14px;*/}
.feeder_bins ul {padding-left: 15px;}
.feeder_bins .austriala img {margin: 10px 0 !important;}
.feeder_bins p.cstm-center {/*display: inline-block;text-align: center;width: 100%;*/}
.feeder_bins table.excel+p {margin-bottom: 0;}
.cstm_dis p:last-child {margin-bottom: 0 !important;}
.cstm_dis{margin-top:0 !important}
.succession .top-listing-5-column .hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_widget span>p.feer_bin img {width: auto !important;height: auto;}
.span12.widget-span.widget-type-widget_container.top-listing-5-column.mobile-align-center.mobile-list-sec span#hs_cos_wrapper_module_138244399475821 div#hs_cos_wrapper_widget_1544705018502 {padding-bottom: 0 !important;}
p.feer_bin+p {margin-bottom: 0 !important;}
.feeder_bins table.excel { margin: 10px 0 !important;}
/*.blank_done{display:none;}*/
span#hs_cos_wrapper_widget_1544705680743_ img {height: auto;width: auto !important;}
.vibration p.cstm-center {/*display: inline-block; width: 100%;text-align: center;*/}
.main-mobile-text .vibration ul {/*padding-left: 15px;*/}
.vibration p{/*margin-bottom: 10px;*/}
.Dykes .text-left ol li img {/*width: auto !important;*/}
.Dykes ol{/*padding-left: 15px;*/}
.Dykes a#cta_button_320163_571f9c3e-a38d-4c38-a358-0b33070984a1 {/*width: 100% !important;*/}
.Dykes span#hs-cta-7ffcedae-ed58-41e7-8e4c-902a3506dabf {/*width: 100%;*/}
.Dykes p.cstm-center {/*text-align: center; margin: 10px 0 !important;*/}
.Dykes p.cstm-center span strong,p.cstm-center strong{/*font-size: 14px;*/}
.discus p:last-child { margin-bottom: 0 !important;}
.footer-top-full-width-wrapper {padding-top: 10px;padding-bottom: 28px;padding-left: 0 !important;padding-right: 0 !important;}
.mobile-list-sec div#hs_cos_wrapper_widget_1544706093282 {width: auto !important;height: auto;}
.sydney h4,.sydney p {/*margin-bottom: 10px;*/}
.main-mobile-text .sydney img{/*width: auto !important;height: auto;*/}
.sydney .cstm-center {/*text-align: center;*/margin-bottom:0;}
.sydney p.cstm-center strong { display: inline-block;margin-right: 1px;}
.sydney h2{/*padding-bottom:0;margin: 10px 0;*/}
div#sydney p,div#sydney h2{text-align: left;}
div#sydney ol{padding-left:15px;text-align:left;}
.span12.widget-span.widget-type-widget_container.top-listing-5-column.mobile-align-center.mobile-list-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text img {/*max-width: 200px!important;float: none !important; display: inline-block;margin-bottom: 20px;*/}  
.span12.widget-span.widget-type-widget_container.top-listing-5-column.mobile-align-center.mobile-list-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {/*text-align: center;*/}
.nursery ul li:before{display:none;}
/*.nursery h2 {margin: 10px 0;padding-bottom: 0;}*/
.nursery ul.hs-menu-children-wrapper,.nursery li ul.hs-menu-children-wrapper {/*padding-left: 0;*/}
.nursery li.hs-menu-item.hs-menu-depth-3,li.hs-menu-item.hs-menu-depth-2 {margin-left: 0;}
.nursery li strong+ul.hs-menu-children-wrapper {/*padding-left: 0;*/}
.nursery h2+ul {/*padding-left: 0 !important;*/}
.nursery li.hs-menu-item.hs-menu-depth-1.hs-item-has-children strong+ul.hs-menu-children-wrapper {/*padding-left: 0 !important;*/}
.nursery ul.hs-menu-children-wrapper>ul.hs-menu-children-wrapper,.nursery li.hs-menu-item.hs-menu-depth-2.hs-item-has-children strong+br+ul.hs-menu-children-wrapper {/*padding-left: 0 !important;*/}
/*.nursery ul,.nursery ul li{margin-left: 0 !important;padding-left:0 !important}
 * .nursery>ul>li {padding-left: 15px !important;margin-left: 15px !important;}*/

.nursery .paddin_li {padding-left: 0 !important;}
.vacum .text-left img{/*width: auto !important;*/}
.vacum ul li,.filtration ul li{list-style: disc;}
.vacum ul li:before,.filtration ul li:before{display:none;}
.vacum p span {/*margin: 0;*/}
.vacum p strong {font-size: 14px;line-height: normal;} 
.main-mobile-text .transformer  img{width: 100% !important;margin-left: 15px !important;max-width: 100% !important;float: right !important;}
.transformer h2+ul {padding-left: 15px;margin-bottom:10px}
.transformer h2,.filtration h2,.Equip_ment h2,.equp h2 {/*padding-bottom: 0;margin: 10px 0;*/}
.transformer p {/*margin-bottom: 10px;*/}
.transformer p.cstm-center {/*text-align: center;*/}
.transformer p strong{/*font-size: 14px;*/}
.filtration .text-left>p img {  /*   width: 170px !important;    margin-left: 15px;*/}
.filtration ul li img { width: auto !important;}
.filtration p strong {/*font-size: 14px;*/}
.filtration p.cstm-center,.filtration p.cstm-center span .cta_button {/* text-align: center;*/}
.filtration p.cstm-center span#hs-cta-fb5da22a-dcef-451b-9242-a0cab7636882 {display: inline-block;}
.hs-content-id-6778108972 .main-mobile-text div p:last-child {margin-bottom: 0 !important;}
.Equip_ment ul li img {/*width: 150px !important;float: right !important;height: auto !important;*/}
.Equip_ment .austriala+ul,.Equip_ment p+ul {padding-left: 15px; margin-bottom: 0;}
.Equip_ment p.cstm-center strong {/*width: 100%;display: inline-block;text-align: center;*/}
.Equip_ment p,.equp p {/*margin-bottom: 10px;*/}  
.Equip_ment p strong { /*font-size: 14px !important;*/}
.equp p.cstm-center strong img {/*width: 150px!important; object-fit: scale-down;float: right !important;*/}
.equp p>span>img {/*width: 150px!important;float: right !important;*/}
.equp p>span strong{/*font-size: 14px;*/}
.equp span#hs-cta-d27efd7a-61dd-4f04-bdce-16b911c18f9e {text-align: left !important;}

 /* 27-12-18 */
.main-mobile-text .acoustic img,.main-mobile-text .swe-la img{/*width: 150px !important; float: right !important; object-fit: scale-down;*/}
.acoustic p,.noise_C p,.hs-content-id-6775063074 p,.silencer p,.filtration p,.skid p{/*margin-bottom:10px;*/}
.acoustic p strong,.noise_C p strong, .hs-content-id-6775063074 p strong a,.enclosure div#enclosures strong {/*font-size: 14px;*/}
.acoustic p br {display: none;}
.acoustic ul,.noise_C .austriala+ul,.noise_C br+ul,.hs-content-id-6775063074 h2+ul,.enclosure div#enclosures ul,.silencer p+ul, .main-mobile-text .silencer ul,.skid ul,.moisture ul,.main-mobile-text .acoustic ul{/* margin-bottom: 10px;padding-left: 15px;*/}
.acoustic p.cstm-center {/*text-align: center;*/}
.noise_C h2,.hs-content-id-6775063074 h2,.enclosure h2,.silencer h2,.skid h2,.moisture h2,.acoustic h2,.louvres h2,.Attenu h2{/*padding-bottom:0;margin: 10px 0;*/}
.main-mobile-text .noise_C img{margin: 10px 0;}
.hs-content-id-6775063074 h2+p img{/*width:160px !important;float: right !important;*/}
/*body {font-size: 14px;line-height: 25px;}*/
div#enclosures p,.louvres p {/*margin-bottom: 10px;*/}
.enclosure div#enclosures ul>li,.silencer p+ul>li{/*margin-bottom:0;*/}
.enclosure div#enclosures  .swe-la { width: 100%;max-width: 100%;display: inline-block;text-align: center;}
.enclosure div#enclosures  .swe-la img{float: none !important;}
.enclosure div#enclosures h2 strong {font-size: 20px;}
.enclosure p.cstm-center {/*text-align: center;*/}
.enclosure p.cstm-center strong {display: inline-block;}
.silencer p strong,.louvres p strong,.Attenu p strong {/*font-size: 14px;*/}
.silencer strong.csta,.silencer p.cstm-center {/*display: inline-block;text-align: center; width: 100%;*/}
.silencer p.cstm-center+p {/*text-align: center;*/}
.main-mobile-text .silencer img{/*height: auto;width: auto !important;margin: 0 auto !important;float: right!important;text-align: center !important;*/}
.filtration table {width: 100%;}
.skid h4{/*margin-bottom: 0;*/}
.skid h4 img {margin: 10px 0 !important;}
.skid .text-left {display: inline-block;}
.skid p.cstm-center {/*display: inline-block;text-align: center;width: 100%;margin-bottom: 0;*/}
.skid p.cstm-center strong.csta span {text-align: center !important;display: inline-block;}
.moisture p.cstm-center {/*display: inline-block;width: 100% !important;text-align: center;margin-bottom: 10px;*/}
.moisture p.cstm-center strong span {/*display: inline-block; width: 100%;*/}
.moisture p.cstm-center strong {/*width: 100%;display: inline-block;text-align: center;*/}
.acoustic {display: inline-block;}
.acoustic .austriala h2 {display: inline-block;}
.main-mobile-text .acoustic ul,.acoustic p.cstm-center:last-child,.louvres p.cstm-center:last-child,.bauer p.cstm-center:last-child {/*margin-bottom: 0 !important;*/}
.acoustic a#cta_button_320163_160c18ac-e3cc-498d-9479-90cf6c3c8ab1 {margin-top: 10px;}
.acoustic p.cstm-center:last-child span strong {/*width: 100%;text-align: center;display: inline-block;*/}
.louvres p.cstm-center {/*text-align: center;*/}
.main-mobile-text .louvres ul,.main-mobile-text .Attenu ul {/*padding-left: 15px;margin-bottom: 0;*/}
/*.louvres br.blank_done,br.blank_done {display: none;}*/
.louvres h3 img {width: auto !important; float: right !important;}
.louvres .cta_button,.Attenu p.cstm-center .cta_button {margin-top: 10px;}
.louvres h3,.Attenu h3,.Attenu h2 {display: inline-block;width: 100%;}
.Attenu p,.pasteurist p {/*margin-bottom: 10px;*/}
.Attenu p.cstm-center,.Attenu .austriala,.Attenu .attenuator{/*text-align: center;*/}
.Attenu .austriala img {width: auto !important;}
.Attenu .attenuator img {/*width: 100%;max-width: 200px !important;*/}
.bauer p.cstm-center strong {/*display: inherit;text-align: center;*/}
.gravity_bagger img {width: 100%;}  
.gravity p,#bagging p,.innerStr p,.section.post-body p  {/*margin-bottom: 10px;*/box-sizing: border-box;}
#baggingPost img{height: auto;margin-bottom:0;}
div#baggingPost .discus {width: auto !important;float: right;}
.gravity .cst_center.cstm-center > strong{margin-top: 10px;display: inline-block;margin-right: 5px;}
.get_it_now+.cst_center.cstm-center span{margin:0}
/*.mobile-home-text .innerStr ol {margin-bottom: 0;}*/
.logo-mob img {padding: 0 10px;}
.call-us {margin-top: 0 !important;}
.austrilia img {margin: 0 0 10px 0 !important;width: 100%;}
.gravity h2 {/*padding-bottom: 0;margin-bottom:10px;*/}

.section.post-body a.cta_button img {margin-bottom: 0 !important;}
.section.post-body  h2,.pasteurist h2{/*padding-bottom:0;*/}
.enquiry strong {display: inline-block;width: 100%;/*text-align: center;*/}
ul.galvanished {max-width: 90%;}
.enquiry strong span .cta_button{margin-top:10px;}
.innerStr+p { margin-bottom: 10px;}
.click-btn{text-align:center;}
.priniting p {padding-left: 17px !important;}
.hs-cta-img, .main-mobile-text .hs-cta-img {width: auto !important;}
.span12.widget-span.widget-type-cta {/*text-align: center;display: inline-block;margin: 0 auto !important;*/}
.hs-content-id-6739034722 p,.hs-content-id-6747482518 p,.hs-content-id-6748929310 p,div#fillingLan p{/*margin-bottom: 10px;*/}
 p.readMore{/*margin-top:-8px;*/}
  .hs-content-id-6739034722 .mobile-about .centered-wrapper h2{/*padding: 5px 0;*/}
  .hs-content-id-6739034722 h1.page-heading+p.text-left+p {margin-bottom: 0 !important;}
 body.full-width-rows-support.succession.hs-content-id-6747482518.hs-site-page.page.hs-content-path--temporary-slug-ea7765ae-d2c0-4857-bcd9-92e1933ec1.hs-content-name-succession-new1 span p strong a {margin-top: 0 !important;}
  .hs-content-id-6748929310 ul{/*margin-bottom:0px !important;*/}
  /*.hs-content-id-6747023421 p{margin-bottom:10px;}*/
  .hs-content-id-6747023421 p.mobile-pad strong.space-top{margin-top: 0;}
  .hs-content-id-6747023421 p.mobile-width{/*padding: 0 !important;margin: 5px 0;*/}
  .hs-content-id-6747023421 ul.mobile-width,.hs-content-id-6747023421 p.mobile-width img {margin: 10px 0;}
  .quote_re ul {padding-left: 15px;}
  p.equipment+p {margin-bottom: 25px !important;}
  .hs-content-id-6777004678 div#baggingPost div hr {margin-bottom: 5px !important;}
  .hs-content-id-6777004678 div#baggingPost>hr {margin-bottom: 35px;}
  .hs-content-id-6774266924 p,.hs-content-id-6755939926 p,div#baggerMach p,div#bucket p{/*margin-bottom: 10px;*/}
  .gravity ol+p>span { width: 100%; display: inline-block;margin-bottom: 10px;}
  div#baggerMach ul>ul,div#baggerMach ul,.bulk ul,div#fillingLan ul {/*padding-left: 15px !important;*/}
  .austriala+ol.padding_cstm_top+h3 span span a#cta_button_320163_20645635-352a-4343-ab07-9ac95be2b5b8 {font-size: 14px !important;line-height: normal !important;}
  div#baggerMach a#cta_button_320163_2e6ea4e5-c138-47bb-8c02-ac27ced4d54e span {/*font-size: 14px;*/}
  div#baggerMach .austriala img#austrialyaImg {width: 122px !important;}
  div#baggerMach .single_hoper .austriala+h3 span,div#fillingLan h2 {padding-bottom: 0;}
  div#baggerMach p.contact_us_on strong span>span a {margin-top: 15px;}
  div#baggerMach ol.padding_cstm_top+h3 {margin: 20px 0;}
  div#baggerMach .bulk ul,div#bucket ul {/*padding-left: 15px;*/}
  .bulk ol.padding_cstm_top+p+h3 {font-size: 14px;display: inline-block;}
  .bulk h2,div#sealer h2{/*padding-bottom:0;*/}
  div#fillingLan span#hs-cta-wrapper-94d1516f-f8d9-42bb-a64b-b7b2dd67cb53,div#fillingLan p.center_or{margin:0;}
  div#fillingLan p.center_cls span {margin: 0;}
  .cstm_bulk p.center_or span {  width: 100%;}
  .cstm_bulk p.center_or span a.cta_button{float: none !important; margin-bottom: 10px;}
  div#bucket h3 strong img{margin-bottom: 15px;}
  div#bucket p.cstm-center+p,   div#bucket p.cstm-center {/*text-align: center;*/}
  div#sealer p.cstm-center+p.cstm-center strong .cta_button {width: 100%;display: inline-block;float: none;}
  div#sealer p.cstm-center+p.cstm-center{margin-bottom:0;}
  div#sealer p.cstm-center+p.cstm-center strong span {/*display: inline-block;width: 100%;text-align: center;*/}
  div#sealer p{margin-bottom:10px;}
  p.cstm-center+p.cstm-center>strong {/*display: inline-block;text-align: center;*/}
  .valve_bagging p, div#converyos p,.mobile_convey p{/*margin-bottom:10px;*/} 
  .mobile_convey .austriala+ul ul{padding-left:0;}
  p.cstm-center+p.cstm-center strong span{/*display: inline-block;width: 100%;text-align:center !important;*/}
  p.cstm-center+p.cstm-center strong span .cta_button{float:none !important;}
  .hs-blog-post ul li {/*margin-bottom: 10px;font-size: 14px;line-height: normal;*/}
  /*  .quote-heading h3.form-title::before{left: 50%;transform:translate(-50%)}*/
  /*p.set {height: 10px;}*/
  .blog-section p img {height: auto;}
  .blog-section .section.post-body strong+img {margin: 10px 0 !important;}
  .blog-section .section.post-body iframe {float: none !important;}
  .hs-content-id-6911240711 .section.post-body img{height: 100%;}
  .hs-content-id-6911240711 .section.post-body img {}
  
  div#hs_form_target_main_form input {width: 100%;}
  div#hs_form_target_main_form input.hs-button.primary.large {width: auto;}
  .hs-content-name-ask-for-a-quote ul{padding-left:15px;}
  .hs-content-path-nursery-benching-price-list-request-c-mac-industri h3#hs_cos_wrapper_main_form_title,.hs-content-path-shade-house-price-list-request-c-mac-industries h3#hs_cos_wrapper_main_form_title{display: inline-block;width: 100%;margin-bottom: 15px;}
  .hs-content-path-nursery-benching-price-list-request-c-mac-industri .quote-heading img {float: none; width: 100% !important;max-width: 150px;margin: 0 15px !important;}
  .hs-content-path-nursery-benching-price-list-request-c-mac-industri ul li,.hs-content-name-nursery-equipment-price-list-request-new ul li{margin-bottom: 10px;}
  .hs-content-path-nursery-benching-price-list-request-c-mac-industri .hs_cos_wrapper_type_social_sharing {text-align: center;}
  div#enclosures p strong+span {margin: 0;}
  .homepage-intro span.customer-text em {font-size: 16px;}
  .quote_re h1 {border-bottom: 2px solid #FCE700;}
  .quote_Request h1 {margin-bottom: 25px;font-size: 24px;}
  
 /* 
  * p.padding_le {padding-left: 0;}.common_p p {margin-bottom: 10px;}*/
  .common_p .austrailia a,.testi-monial.common_p .austrailia{width: 100%;display: inline-block;text-align: center !important;}
  .common_p .austrailia a img,.testi-monial.common_p .austrailia img{float: none !important;}
  .tuirning ul>li {margin-bottom: 15px;}
  p.enq span,p.enq+p strong {/*width: 100%;display: inline-block;text-align: center;margin:10px 0;*/}
  p.enq{/*text-align: center;*/}
  .common_p h1::before {left: 50%;transform: translate(-50%);}
  .testi-monial .austrailia img{/*margin:10px 0 !important;*/}
  .manu_work.common_p h2 {margin-bottom: 10px;}
  .common_p ul {/*padding-left: 15px;*/}
  .manu_work.common_p p.set {height: 10px;}
  .common_p.Management p strong {/*font-size: 16px;*/}
  .man_reg p {/*margin-bottom: 5px;*/}
  .tiping.common_p .austrailia img,.association_mem.common_p .austrailia img,.cumber_land img {float: none !important;margin: 10px 0;}
  .tiping.common_p .austrailia,.association_mem.common_p .austrailia{ text-align: center !important;}
  .common_p p.text-center {/*text-align: center;*/}
  p.comom-button+p strong span, p.comom-button+p strong,.cumber_land {display: inline-block;width: 100%;/*text-align: center;*/}
  .tiping.common_p p.comom-button,.association_mem.common_p p {/*text-align: center;*/}
  .tiping.common_p h3.spech {margin-top: 10px;}
  .nbsp_done{display: none;}
  .association_mem.common_p .text-center {/*text-align: center;*/}
  .common_p .text-center,.association_mem.common_p div {/*text-align: center !important;*/}
  .common_p  .coop {margin-top: 35px;}
  .association_mem.common_p .den_left {text-align: left !important;}
  .common_p.cnc_mach p.text-center span {display: inherit;margin: 10px 0;}
  .common_p.cnc_mach h1.page-heading+p,.com_manufa p.australia {display: inline-block;width: 100%;text-align: center;}
  .common_p.cnc_mach h1.page-heading+p img {width: 50%;margin-top: 10px;float: none;}
  .common_p.equp_finance p.set {margin-bottom: 0;}
  .common_p.com_manufa p.australia img {float: none !important;}
  .common_p.Stressed_S h2{margin: 10px 0;}
  .Decade.common_p h2,.story_co-pro.common_p h2 {font-size: 22px;margin-bottom: 15px;}
  .Decade.common_p h2 a {text-align: center;display: inline-block;margin: 10px 0;width: 100%;}
  .common_p.Work_ma h2{margin-bottom: 20px;}
  .side-spacing.blog-main .span9.widget-span.widget-type-cell.mobile-remove-right-padding.quote-heading .span12.widget-span.widget-type-blog_subscribe
  {
    display: none;
  }
/*  .blog-main .quote-heading .span12.widget-span.widget-type-blog_subscribe {
    margin-top: 0 !important;
}
    .techn.power_te h3 {
    margin: 20px 0 0 0;
    text-align: left;
    padding-bottom: 0;
}*/

  .techn.power_te h3:before {
 display: none;
}
  .gar_denrs h4 {
    margin-bottom: 10px;
}
  .profil_cc.powe_soli.techn.power_te table.excel {
    margin-top: 0 !important;
}
/*  .profil_cc.powe_soli.techn.power_te .table_div table {
    margin-bottom: 0;
}*/
  .profil_cc.powe_soli.techn.power_te p a#cta_button_320163_bd6a1d27-b896-4657-8ce0-a37fb62f2e06 span {
    font-weight: 800 !important;
}
.powe_soli.techn.power_te.tyre h3>strong>span>img {
    margin-top: 10px!important;
  margin-bottom: 0;
}
  .tyre table.excel {
    margin: 0 !important;
}
  .hand_trolly p, .hand_trolly h2 {
    text-align: left;
}
 .fabric_Csnt h3 {
    text-align: center;
}
  .Fabrica.common_p p>strong+span,.Metal.common_p p>strong+span,.sheet_introd.common_p p>strong+span
  {
    margin: 0;
  }
  .Tracking.common_p table td
  {
      width: 20% !important;
    text-align: left !important;
    padding: 0 4px 4px 10px !important;
  }
  .common_p.engineering_gallery h2 {
    margin-top: 20px;
}
  .Metal.common_p p.cstm-center {
    padding-left: 0 !important;
}
  .enclosure p.cstm-center strong span {
    font-weight: 700 !important;
}
  .silencer p>span {
    margin: 0;
}
   .silencer p a
  {
      display: unset;
  }
  .silencer h3 {
    display: inline-block;
    width: 100%;
}
.margin_csmt{
   margin: 0 !important;
}
  .quote-heading .printing_manuf h3::before {
    display: none !important;
}
/*  .section.post-body img {
    max-width: 150px;
}*/
.seminar.techn h3 {
    font-size: 19px;
    margin: 0;
    width: unset;
    text-align: left;
    font-weight: 700 !important;
    padding-bottom: 10px;
    border-bottom: none !important;
}
.seminar.techn h3:before{
  display:none;
} 
#hs_cos_wrapper_module_1382343074236168 img {
   /* margin-top: 10px !important;
    margin-bottom: 10px !important;*/
}  
.footer-bottom-right-column iframe {
    left: 0;
    margin: auto;
    right: 0;
}  .span12.widget-span.widget-type-social_sharing .hs_cos_wrapper_type_social_sharing{padding: 8px 15px;}
form .input textarea {width: 100% !important;}
h1 {font-size: 200%;margin-left: 20px;margin-right: 20px;}
  .hs_cos_wrapper_type_section_header .page-header p{padding:0 15px;}
   .relevent img {width: 100% !important;}
    table.excel td {padding: inherit !important;font-size: inherit !important;}
  .quote-heading fieldset { max-width: 100% !important;}
  div#hs_form_target_main_form .input {width: 100%;}
  .quote-heading fieldset .hs-form-field {width: 100% !important;}
  .relevent+div,.relevent+div strong,.com_et {display: inline-block;/*text-align: center !important;*/width: 100%;}
   .over p.contact_center img,.structure_XCs p.contact_center span {width: 100% !important;display: inline-block;float: none !important;margin: 10px 0!important;}
   p.contact_center span {display: inline-block;margin-top: 5px;width: 100% !important;}
  .relevent img, .structure_XCs p.contact_center img, .req .austrailia img, .shade .australia img { width: 100% !important;float: none !important;}
  .quote-heading h1 {margin-right: 0;margin-left: 0;}
  .quote-heading img {width:100% !important;}
.search-box {
    margin-bottom: 10px;
    padding-left: 21px;
    padding-bottom: 18px !important;
    background: url(//cdn2.hubspot.net/hub/320163/file-357052750-png/images/background/site-search-bg.png) left bottom no-repeat;
    background-size: 100% 65%;
}
.container-fluid .no-widget-spacing .site-search-header .hs_cos_wrapper_widget {padding-bottom: 20px !important;}
  .mobile-wrapper .span4.home-top-yellow-box span {text-shadow: none;font-size: 14px;font-weight: 700;line-height: 24px;}
    .home-top-yellow-box{    width: auto !important;
    margin: 10px 0px 0px !important;
    text-align: left;}
  .home-top-yellow-box strong {font-size: 170%;}
  .homepage-intro{margin-bottom: 0px;}
  .latest-news-box{background: url(//cdn2.hubspot.net/hub/320163/file-356300231-png/images/background/news-bg.png) left top no-repeat;}
  .facebookIcon{padding-top:0 !important;}
  .no-widget-bottom-spacing img {width: auto !important;}
  .see-all-news a {font-size: 12px;line-height: 1.4;color: #313131 !important;}
  .Tracking.common_p img {width: 100% !important;margin: 10px 0 !important;}
  .widget-type-widget_container.add-infor .hs_cos_wrapper_type_rich_text p > img,
  .widget-type-widget_container.add-infor .hs_cos_wrapper_type_rich_text p > a img{/*width: 100% !important;margin: 0 0 10px !important;*/}
  .common_p.stan_track img {width: 100% !important; margin: 10px 0 20px !important;}

 /*.common_p img {width: 100% !important; margin: 10px 0 20px !important;}*/
  .top-listing-5-column p{/*margin-bottom:20px;*/}
  #bucket img {width: 100% !important;margin: 10px 0 20px !important;}
  .add-infor img {width: 100% !important;  margin: 0px 0 20px !important;}
   h2 iframe{margin-bottom:20px;}
  .mobile-align-center span p{text-align: left !important;}
  .footer-top-right-column-content.footer-heading-block2 p {text-align: center !important;}
  ul.table-lt {
    padding: 0;
    margin: 0;
    list-style: none;
}
 .footer-container.container-fluid  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{text-align: center !important;} 
 .footer-container.container-fluid * {
    text-align: center !important;
} 
.footer-heading-block h2::before{right: 0;margin: auto;}  
.mobile-align-center img {width: auto !important;}
  
  .section.post-body img {
    width: 100% !important;
    margin: 5px auto 20px !important;
}
  
/*  .hs_cos_wrapper_type_post_listing .block h3, .hs_cos_wrapper_type_post_filter .block h3{
  padding: 0 0 0 10px;
  }*/
}



@media (max-width: 640px){ 
  
  h2.shade_house.green-gallry img {
    width: 100% !important;
  }
 h2.shade_house.shade.green-gallry-second img {
    width: 100% !important;
}
  
  
  p#bottomBtn br {
    display: none;
}
  #bottomBtn a#cta_button_320163_4834aacf-1809-4017-919b-7a3e82d83d4f {
    padding: 18px 12px 18px !important;
}
/*   04-01-2018 */
  .hs-menu-wrapper.hs-menu-flow-horizontal.active-branch ul>li>a{text-align: center!important;}
/*  .footer-testimonials-header h2 a::before {content: "";background: #ffea00;width: 95px;height: 2px;display: block; position: absolute;left: 50%;transform: translate(-50%);bottom: -15px;}*/
  .footer-heading-block h2::before{/*content:"";background:#ffea00;width:95px;height:2px;display:block;position:absolute;left:50%;bottom:-15px;transform: translate(-50%);*/}
  .footer-top-left-column p, .footer-top-left-column h2 {text-align: center;}
  .footer-top-right-column-content h2 {text-align: center;}
  .footer-heading-block2 div {margin: 20px 0;display: inline-block;width: 100%;}
  .footer-heading-block2 p, .footer-heading-block2 div, .footer-heading-block2 span {text-align: center !important;}
/*   .span12.widget-span.widget-type-rich_text.footer-testimonials p {min-height: 260px; height: 100%;} */
  
/*   04-1-18 */

   .quote-heading div#hs_form_target_main_form fieldset.form-columns-2, .quote-heading div#hs_form_target_main_form .form-columns-1{margin-bottom:0 !important;}
  /*.quote-heading legend.hs-field-desc+.input {padding-bottom: 10px;padding-top: 5px;}*/
  .input {margin-right: 0 !important;}
  /*.hs-content-id-356920375.hs-landing-page .quote-heading,.hs-landing-page .quote-heading{padding-bottom:0;padding-top: 0;}*/
  .quote_Request .margin_min{margin-bottom:0;}
  .quote_Request .coomon_img {text-align: center;}
  .quote_Request p>span {width: 100%;display: inline-block;text-align: center;}
  .quote_Request p>img {float: none !important;}
    /*.quote-heading ul li {font-size: 14px;}*/
   .Co-operative h3.contact-online-content span .cta_button{margin: 10px 0 !important;}
   .Co-operative h3.contact-online-content>span>strong {display: inline-block;width: 100%;text-align: left;padding: 10px 0;}
    /*.Co-operative p.mobile-text-content>span>strong>a,.structure p{margin-bottom: 10px !important;}*/
  /*.widget-type-rss_listing h3 {text-align: center;}*/
  .footer-top-full-width-wrapper a#next-testimonial {/*float: right;*/}
  form .input textarea{width: 100% !important;}
  /*form .actions input.hs-button.primary.large {font-size: 14px !important;}*/
 /* .span12.widget-span.widget-type-social_sharing .hs_cos_wrapper_type_social_sharing,.cstm-center{text-align: center;}*/

/*  .Benche p.cstm-center,.hs-content-id-6914640237 .page-header.section-header p.secondary-header{margin-bottom:0;}*/
 /* .page-header.section-header {width: 100%;max-width: 350px;text-align: center;margin: 0 auto;}*/
  .shades .cstm-center span ,.shades .cstm-center {display: inline-block;width: 100%;}
  .shades .cstm-center strong img{float: none !important;}
  .shades .cstm-center{margin-bottom: 30px;}
  .seminar h3 {margin-bottom: 18px;font-size: 20px;}
  .hs-content-id-6914640237 h3#hs_cos_wrapper_main_form_title,.hs-content-id-6912292999 h3#hs_cos_wrapper_main_form_title {display: none;}
  .hs-content-id-6914640237 p {margin-bottom: 10px;}
  .hs-content-id-6914640237 .page-header.section-header p.secondary-header{text-align:left;}
  .seminar h2 span {font-size: 18px !important;width: 100%;display: inline-block;}
  
/*   05-01-18 */
   .hs-landing-page span#hs_cos_wrapper_logo a img {width: 100%;margin-top: 10px;max-width: 150px;} 
  .hs-landing-page h3#hs_cos_wrapper_main_form_title::before{display:none;}
  /*.hs-landing-page p{margin-bottom:10px;}*/
  h4.inclu {margin-bottom: 0; margin-top: 20px;}
  .hs-landing-page span#hs_cos_wrapper_logo {text-align: center;}
  .shade_house h2 strong{font-size: 18px !important;line-height: normal;}
  .center_img,.contact_center {/*text-align: center !important;*/}
  .center_img img,.ears p.cm_c span img{margin: 10px 0; width:100% !important;}
  h2.shade_house span strong { display: inline-block;width: 100%;text-align: center;}
  h2.shade_house span strong img {margin: 10px 0;}
  #hs_cos_wrapper_module_1382343074236168 .shade_house p.img strong span span{font-weight: 700;}
  .shade_house h2 strong{display: inline-block; }
   .shade_house .austrailia img {float: none !important;}
  .shade_house .austrailia {text-align: center;margin-bottom: 20px;}
  .shade_house .austrailia img {margin: 10px 0 !important;}
  .hs-content-id-6912384981 .actions{text-align: center;margin-bottom:20px}
  .hs-content-id-6912384981 h3#hs_cos_wrapper_module_1382557614678382_title{display:none;}

  p.contact_center {margin-top: 10px;}
  .co-operative p span {padding: 5px 0;}
  .strategy p.set {margin-bottom: 0;}
  .firm p.austrailia,.onsite .austrailia,.workcover .austrailia {display: inline-block;width: 100%;text-align: center;}
  .firm p.austrailia img,.onsite .austrailia img,.workcover .austrailia img {width: auto !important;margin: 10px 0;float: none !important;}
  .firm p.austrailia+p span,.austrailia+p span {width: 100%;display: inline-block;}
  .firm p.austrailia+p+p+p span {display: inline-block;width: 100%;}
  .firm p.austrailia+p+p+p span img{margin: 10px 0;}
  .hs-landing-page .quote-heading .onsite h1::before{left: 50%;transform: translate(-50%);}
  .ears p.cm_c span {width: 100%;display: inline-block;}
  .contact_center span,.c_price ul+p span{/*font-weight: 700;*/}
  p.cstm-employee img {width: 100%;float: none !important;margin: 10px 0;}
  .c_price ul+p span {display: inline-block;width: 100%;text-align:center;}
  
  .relevent,.req .austrailia,.shade .australia,.tracking .austrailia,.s_metal .austrailia{/*text-align: center;*/}
 
  .australia_made br+p img,p.com_Spare.com_et,.structure_XCs p.contact_center img{margin: 10px 0;}
  .comet table.excel {margin-top: 10px !important;}
  p.cod span>span>strong {font-size: 14px;line-height: normal;}
  .over p.contact_center+p>span {text-align: left !important;}
  .tracking .austrailia img,.s_metal .austrailia img {float: none !important;}
  .bagging_process h3 {/*font-size: 20px;margin-bottom: 30px;*/}
  .s_metal .austrailia p>span{font-weight: 700;}

  div#blogPart h2 {/*text-align: center;*/}
  div#sealer ul li img {width: 100% !important;margin-left: 0 !important;}
    div#fillingLan h2 strong span{font-size: 18px !important}
  div#baggerMach p.cstm-center {/*text-align: center;*/}
  p.center-text, p.center-text a { width: 100%; text-align: center;}
  /*.body-container{padding: 6px 0 10px;}*/
	.mobile-list-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text img{width:100%!important;height:auto}
	.page-heading span{/*font-size:17px!important;*/position:relative}
	.page-heading strong{/*font-size:22px!important;*/position:relative}
	.page-heading{/*text-transform:uppercase;text-align:center;font-size:17px;border-bottom:0;line-height:1.5*/}
	div#hs_cos_wrapper_widget_1544519390406{width:100%!important}
	.top-listing-5-column .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module{width:100%!important}
	.mobile-list-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text{width:100%!important}
/*	.centered-wrapper h2{font-size:23px}*/
	.centered-wrapper .footer-heading-block h2{font-size:18px}
	.centered-wrapper .footer-heading-block2 h2{font-size:18px}
	.quote-heading .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field{margin-bottom:0px}
	.hs-content-name-succession-new1 .top-listing-5-column p a{margin:0}
	.main-mobile-text img{width:100%!important;max-width:100%!important;float:none!important;margin:10px 0 20px!important; max-width:100% !important}
	/*.post-listing .post-item{border-bottom:none}*/
/*	#hubspot-author_data{font-size:14px}*/
	a.more-link{background:none;font-size:15px;font-style:italic}
	.mobile-email-text{display:block}
  .text-left img { width: 100% !important;float:none;}
  .text-left { text-align: left;}
  .blank { display: none;}
  .text-left .cta_button {/*margin: 13px 0 0;width: 100% !important;float: left;box-sizing: border-box !important;*/}
 
  #footertem .cta_button { margin: 21px 0 21px;}
  #enclosures ul li { float: left; margin: 0 0 11px; width: 100%;}
  #enclosures ul { /*padding: 0;*/}
  .main-mobile-text ul li { /*float: left; width: 100%;*/}
  #machine ul{ padding:15px 0 0 18px;}
  .main-mobile-text ul {/* padding: 0 0 0 16px; float: left; width: 100%;*/}
  .introd ul { /*padding: 0 0 0 16px;*/}
  .text-left a#cta_button_320163_48dae80b-83a4-4977-907f-28497df2405b { /*width: 100% !important;*/}
  .introd iframe {width: 100%!important;margin: 0 0 12px;}
  .services_s ol, .services_s ul { /*padding: 0 0 0 18px;*/}
  .services_s h4 { /*margin: 0 0 6px;*/}  p.lastText {float: left; margin-top: 5px; width: 100%; margin-bottom: 10px;}
  h4 {/*margin: 0 0 14px;*/}
  p.lastP { margin: 0;}
  
/*   19-12-18 */
  .quote-heading .hs_cos_wrapper_widget {/*display: block;padding-top: 0;padding-bottom: 0;*/}
  .quote-heading h1.page-heading {margin-right: 0;margin-left: 0;}
div#baggingPost a img {width: 100%;object-fit: cover;}
.hs-content-id-6774266924 #farms ol { padding-left: 15px;}
.hs-content-id-6774266924 #hs_cos_wrapper_widget_1544694941534_ h2+ol>ul li:first-child,.hs-content-id-6777694263  ol+h4+.padding_cstm_top>li:first-child {padding-top: 60%;}

.hs-content-id-6774266924 .centered-wrapper h2 strong span {font-size: 20px !important;}
.cst_center{/*text-align: center;*/}
.hs-content-id-6777694263  ol+h4+.padding_cstm_top>li img {max-width: 60%; width: 100%;position: absolute;left: 50%;top: 0;transform: translateX(-50%);}
  .hs-content-id-6777694263  ol+h4+.padding_cstm_top>li{position: relative;}
.spec { margin-bottom: 25px;}
.spec+p {margin-bottom: 0;}
ul.hire_rate li ul li:first-child {position: relative;left: 0;padding-top: 5px;}
ol.padding_cstm_top+h3+h3+h3+ul>li:first-child img {margin-top: 10px !important;}
.single_hoper {padding-top: 10px;}
body.full-width-rows-support.succession.hs-content-id-6774792428.hs-site-page.page.hs-content-path--temporary-slug-ae70f81d-c772-41b5-8927-91057c4b60.hs-content-name-bulk-bag-filling-lines-new .cstm_h1 .page_heading span{ font-size: 22px!important;}
p.center_or strong {font-size: 14px;display: inline-block;}
.gravity ul li,.height_quality ul li {/*list-style: disc;width:100%; float:left*/}
.gravity ul li:before,.height_quality ul li:before {list-style: disc;content: "";}
  span#hs-cta-wrapper-be690c5b-91cc-49ea-b4bd-1585e1830ce9 { margin: 16px 0 0;}
  span#hs_cos_wrapper_module_138244399475821{/*text-align:center;*/}

span#hs-cta-f791833f-d899-4b0c-886b-48e6ed9e5f14 .cta_button {/*display: inline-block;width: 100% !important;*/}
.feeder_bins p.cstm-center {/*margin-bottom: 10px;*/}
.feeder_bins p.cstm-center strong{/*font-size: 14px;*/}
/*.feeder_bins p.blank_done { display: none;}*/
.feeder_bins p>strong+span{width: 100%; display: inline-block;}
.feeder_bins .cta_button div {display: inline;}
.main-mobile-text .vibration ul {/*margin-bottom: 0;*/}
.vibration h3,.vibration h2{/*display: inline-block;margin: 10px 0;padding-bottom: 0;*/}
.vibration p.cstm-center span#hs-cta-wrapper-092fb4da-aa63-49a4-baee-7398b224e89e {/*width: 100%;display: inline-block;margin-top: 10px;*/}
.vibration p.cstm-center span#hs-cta-092fb4da-aa63-49a4-baee-7398b224e89e {/*display: inline-block;width: 100%;text-align: center !important;*/}
.hs-content-id-6778183029 .span3.widget-span.widget-type-cell.quote-heading2 span#hs_cos_wrapper_widget_1544705689264_ {text-align: left;}
.hs-content-id-6778183029 .span3.widget-span.widget-type-cell.quote-heading2 span#hs_cos_wrapper_widget_1544705689264_ ul li:before{list-style: disc;content:"";margin:0;}
.hs-content-id-6778183029 .span3.widget-span.widget-type-cell.quote-heading2 span#hs_cos_wrapper_widget_1544705689264_ ul li{list-style:disc;margin-left: 15px;}
.sydney h2+p+.austriala,.sydney h2+p+.austriala+.austriala {display: inline-block;width: 100%;text-align: center;}
.sydney h2+p+.austriala+.austriala img,.sydney h2+p+.austriala img {/*width: 100% !important;max-width: 150px !important;object-fit: cover;height: 150px !important;*/}
.sydney h2+p+.austriala+.austriala {display: inline-block;width: 100%;text-align: center;}
.sydney p.screw img {/*width: 100%;max-width: 150px !important;height: 150px !important;object-fit: cover;*/}
.sydney p.screw { display: inline-block;width: 100%;text-align: center;}
#hs_cos_wrapper_module_1382343074236168 p.screw_cs img {width: 100% !important; max-width: 100% !important;}
.sydney p strong{font-size: 14px;}
.sydney p .austriala {text-align: center;}
  .main-mobile-text .sydney p.screw.spilliage img{/*max-width:140px !important;*/}
.main-mobile-text .sydney .austriala,.main-mobile-text .sydney .purpose {text-align: center;}
.main-mobile-text .sydney p.cstm-center strong span {    display: inline-block;width: 100%;text-align: center !important;} 
.main-mobile-text .sydney p.screw{margin-bottom: 0;}
div#sydney p {/*margin-bottom: 10px;*/}
div#sydney p strong {font-size: 14px;}
div#sydney h2 {padding-bottom: 0 !important;}
div#sydney ol {margin-bottom: 0; padding-left: 15px;}
.span12.widget-span.widget-type-widget_container.top-listing-5-column.mobile-align-center.mobile-list-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {/*width: auto !important;text-align: center;*/}  
.span12.widget-span.widget-type-widget_container.top-listing-5-column.mobile-align-center.mobile-list-sec .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text img {/*max-width: 200px!important;float: none !important; display: inline-block;margin-bottom: 20px;*/}
.span12.widget-span.widget-type-widget_container.top-listing-5-column.mobile-align-center.mobile-list-sec div{padding: 0 !important;}
.hs-content-id-6775270467 p.cstm-center { /*text-align: center;*/}
.enclosure p.cstm-center strong .cta_button{margin-top:10px;}
.span6.widget-span.widget-type-form.quote-heading.landing-form input[type="submit"] {font-size: 14px !important;padding: 10px 25px;line-height: normal;width: auto !important;height: auto !important;}
.hs-blog-id-355293792 .post-item .post-body p span {text-align: left;}
/*.hs-blog-id-355293792 .blog-main .post-header h2 {margin-bottom: 10px;padding-bottom: 10px;}*/
  .vacum p.austrailia img {float: none !important;}
.vacum p.austrailia { display: inline-block;text-align: center;width: 100%;}
  
/* 07-01-18 */
.vacum p {/*margin-bottom: 10px;*/}
.vacum br.set+h2>strong { width: 100%;display: inline-block;}
.img_vac img {float: none !important;}
.img_vac {width: 100%;display: inline-block;text-align: center;}
.vacum p.text-center {/*text-align: center;*/}
.equp p.cstm-center strong {display: inline-block;text-align: left;}
.profil_cc h3.document span strong span {font-size: 18px;text-decoration: none;}
  
/*   08-01-19 */
  .common_p.Work_ma p.physical_S{padding-left: 15px !important;}
  p.sba_Cmac span {padding: 0;}
  .delivered.common_p h3 span,.common_p.Houses h3 span,.Nursery_Cm.common_p h3.been span,.thank-head.contact-head h3.h3_instrument span,.request_aus.common_p 
  .catalog span{display: inline-block;width: 100%;/*font-size: 16px !important;text-align: center;*/}
  .common_p.Houses h3.mailind,.Nursery_Cm.common_p h3.been,.Instructions.common_p h3.h3_instrument,.common_p.contact_c{margin: 30px 0 20px 0;}
  .Nursery_Cm.common_p>h3 span,.equi .text-center span,.Instructions.common_p>h3 span,.Dugouts .text-center strong span,.Dugouts .text-center span,.common_p.mob_workshop p.text-center span {display: inline-block; width: 100%; /*text-align: center;*/}
  .nur-center p span{display: inherit;}
   .nur-center p,.request h3 {text-align: left;}
  .common_p.request h3.h3_instrument,.request_aus.common_p .catalog,.Dugout.common_p .catalog,.common_p.Thnk_bencing span.report_S,.common_p.contact_c h3+.cs_c,.dow,.common_p.c_ursery h3+span{/*margin: 30px 0;*/}
  .common_p .australia img {width: 100% !important;}
  .request_aus.common_p p.set {display: none;}
  .Dugouts .left_pad {padding-left: 15px !important;}
  .Dugouts p.text-center span>a,.common_p.Rack .australia img,.cutting_Sy table.excel+h2 {margin: 10px 0;}
  .common_p p iframe{margin: 10px 0; display: inline-block; width: 100% !important;}
  .common_p p.mac_hine img{margin: 10px 0 !important;width: 100% !important;}
  .common_p .catalog span strong span {/*font-size: 14px !important;display: inline-block;width: 100%;text-align:center;*/}
  .common_p.Dugout h3 {text-align: center;}
  .Links_C.common_p h2,.common_p.Blog_send h3,.common_p.potting_C .australia img{margin-bottom: 10px;}
  p.s_bold span:nth-child(2) strong span {display: inline-block;width: 100%;font-weight: 800 !important;}
  .common_p.Potting h3 {font-size: 18px;line-height: normal !important;text-align: center;}
  .common_p.Potting p.s_bold+h3+br+span {display: inline-block;width: 100%;text-align: center;font-size: 16px !important;}
  p.safe_efficient strong span {font-weight: 700 !important;}
  .common_p.Rack p.text-center span strong,.common_p.Rack p.text-center span strong span,.common_p.Servic_S p.text-center span,.common_p.Thnk_bencing h3 span,.common_p.Thnk_bencing h3 span strong,.common_p.Thnk_bencing span.report_S,.common_p.contact_c,.common_p.quota h3 span strong,.common_p.trailers span,.common_p.stabilises-brochure h3{display: inline-block;width: 100%;}
  .common_p.req h3 span,.common_p.shortly_thank h3 span {/*font-size: 18px !important;text-align: center !important;width: 100%;display: inherit;line-height: normal;font-weight: 700;*/}
  .common_p.face_notice p.text-center {padding-left: 0 !important;}
  .common_p.Thnk_bencing h3 span strong,.common_p.Thnk_bencing span.report_S,.common_p.contact_c h3+.cs_c,.common_p.contact_c h3,.dow,.common_p.quota h3 span strong{/*text-align: center;*/}
  .common_p.req_noise h3 span,.common_p.officer h3 span,.common_p.onsite_cons h3 span,.common_p.c_ursery h3 span,.common_p.c_ursery h3+span,.common_p.stabilises-brochure h3+span {display: inline-block;width: 100%;/*text-align: center;*/}
  .common_p.trailers h3,.common_p.trailers span,.common_p.stabilises-brochure h3,.common_p.business h3,.common_p.Blog_send h3,p.easy_pedal {/*text-align: center;*/}
  .common_p.trailers>span,.common_p.stabilises-brochure h3+span{/*margin:30px 0;*/}
  .cutting_Sy table.excel {margin-top: 0 !important;}
  .cutting_Sy table.excel+h2,.cutting_Sy p.cstm-center span,p.text-center.contact span,p.workcover,p.workcover span,.text-center.rece_up strong {/*display: inline-block;width: 100%;margin-top: 5px;*/}
  .cutting_Sy h2{padding-bottom:0;}
  .cutting_Sy p.cstm-center span{margin:0 !important;}
  .support_S h3 {display: inline-block;width: 100%;}
  .common_p.potting_C .australia+h3{/*margin: 20px 0;*/}
  .img_foot img { width: 100% !important;}
  .common_p.testimonial_comet table.excel {margin-top: 0 !important;}
  .hs-content-id-6796398599 div#hs_cos_wrapper_widget_1544856964757 .hs_cos_gallery_thumbnails.hs_cos_gallery_lightbox_thumbnails.slick-initialized.slick-slider { margin-bottom: 0;}
  .horticulture p {text-align: left;}
  .common_p.manufactur_benching p strong a {/*margin-top: 0 !important;display: inline-block;width: 100%;*/}
  .common_p.manufactur_benching hr {margin-top: 30px;margin-bottom: 20px;}
  .common_p.manufactur_benching p img{/*margin:0 !important;*/}
  .common_p.manufactur_benching p>strong {display: inline-block; width: 100%;}
  .common_p.horticulture p.text-center span {display: inline-block;width: 100%;}
  .common_p.horticulture p.text-center strong span,.horticulture p.text-center span>span { margin-top: 5px;    margin-bottom: 5px;}
  .common_p.manufactur_benching p>strong a#cta_button_320163_3f9eac4f-a6ba-4fae-bc1e-9bfdab2e9995 {width: auto !important;}
  .common_p.manufactur_benching+hr,.common_p.bagg_pric h3+span {margin: 20px 0px;}
  .steam p{display:inline-block;width: 100%;text-align:center !important;}
  .common_p.Sterilising_steam .steam p img{float: none !important;}
  .common_p.Sterilising_steam p.text-center.contact span,.common_p.potting_machine p.text-center.contact span,.trailer-components p.text-center.contact span{/*text-align: center !important;*/}
  p.text-center.fold_down span {/*margin-top: 5px;display: inline-block;width: 100%;*/}
  .common_p.lifters_pot p.text-center.contact span,.common_p.lifters_pot p.workcover span,.common_p p.text-center.contact span,.text-center.rece_up strong,.request_aus.common_p h3  { /*text-align: center !important;*/}
  .text-left.common_p p.cstm-center span {/*margin: 0;*/}
  .common_p p.text-center.workcover span a {/*margin: 0 !important;*/}
  p.text-center.workcover { margin: 5px 0;}
  p.text-center.workcover>strong span {margin-bottom: 5px;}
  p.text-center.con-pot strong a {margin-top: 5px;}
  p.special_cover.text-center strong,.common_p.special_house p.text-center+p.text-center>span>strong>span{width: 100%;display: inline-block;margin: 5px 0 5px 0;/*text-align: center !important;*/}
  .common_p.special_house .australia+p.text-center span {text-align: left !important;display: inherit !important;}
  .common_p.d_sydney p.text_left span {text-align: left !important;}
  .common_p.d_sydney h3,.Dykes.common_p h3 span,.Dykes.common_p h2,.acoustic p.set_stand strong,.acoustic h2,.acoustic h3,div#machine h3,.common_p.engineering_gallery h2 strong,.common_p.engineering_gallery h3 strong{width: 100%;display:inline-block;}
  .shade_house.common_p h2.qua_canbera strong+span {font-size: 18px;font-weight: 700;width: 100%;display: inline-block;}
  .Dykes.common_p .emergency span,div#machine p>span,div#machine p.set {margin: 0;}
  .Dykes.common_p h3 span { font-size: 16px;}
  .acoustic .australia img {float: none !important;}
  .acoustic .australia,.common_p.bagg_pric h3+span, h2.ezi_baging strong,h2.ezi_baging>span,.shade_house .australia,.acoust_Consid .australia {display: inline-block;/*text-align: center !important;*/width: 100%;}
  p.cstm-center.text-center.contact span,.acoustic .austriala,.common_p.engineering_gallery h3 strong,.common_p.bagg_pric h3,.common_p.bagg_pric h3+span,div#baggerMach .austriala,.shade_house .australia{/*text-align: center !important;*/}
 /* .acoustic .austriala img,#austrialyaImg,.shade_house .australia img,.acoust_Consid .australia img{float: none !important;}*/
  .Tracking.common_p p,.Tracking.common_p ol li {text-align: left;}
  p.pading_left_S {padding-left: 0 !important;}
  .Tracking.common_p table.excel {margin-top: 5px !important;}
  div#baggerMach a#cta_button_320163_2e6ea4e5-c138-47bb-8c02-ac27ced4d54e span>span>strong {/*font-size: 16px;*/}
  .shade_house ul+.austrailia{margin-bottom:0;}
  .shade_house.common_p img { width: 100%;}
  .shade_house.common_p .australia img {margin: 10px 0 !important;}
  .catalog span strong span {font-weight: 700 !important;}
 /* .c_shade p,.laser-sinter p,.laser-sinter h3,.techn h4,.techn.v_burden p{padding-left: 0 !important;}
  * .printing_manuf ul,.techn .everday_ul,.quote-heading .squre_ul { padding-left: 15px;}*/
  
  .techn .everday_ul li {list-style: disc;line-height: inherit;}
   .techn p.produc_bagg span,p.equipment {text-align: left !important;}
  .techn.reven p span,p.salesman span,div#farms p.cst_center.cstm-center span,div#sealer p.cstm-center span{margin:0}
  p.span_check span { display: contents;}
 /* .techn.mang .pad_machine {padding-left: 15px !important;} */
  .hs-content-id-6774266924 .footer-container-wrapper h2 { text-align: center;}
  .bulk.common_p .austriala,.common_p.co-oper .australia { text-align: center;}
  p.text-center.contact.equirey_te span a{float: none;}
  .common_p.techn ul.everday_ul li,.common_p.techn table tbody tr td p {text-align: left !important;}
  .common_p.techn table td.blank_done{display: none !important;}
  .common_p table td { width: 45% !important; text-align: left !important;/*padding: 0 4px 4px 4px !important;*/ vertical-align:top;}
  .common_p.shade_e.techn table.table_shade td p span { display: inline;}
  .common_p.shade_e.techn table.table_shade td p { text-align: left !important;}
  .table_div { display: inline-block; width: 100%; overflow: scroll;}
  .section.post-body .commonly p span a{color: #1D71AF;}
  .commonly.techn.csom_h3 p.text-center{text-align: center !important;}
  .techn.common_p.desigfn_PC { display: inline-block;}
  .introd.text-left p.cstm-center.text-center.contact a#cta_button_320163_a8923e71-419b-4962-aa35-10e349604bda {float: none;}
  .weldin_s.common_p .introd.text-left table.excel{margin-top: 0 !important; margin-bottom: 10px;}
/*   22-1-2019 */
  .printing_manuf ul li {
    line-height: 23px;
}
  .section.post-body .workers_cmc h2>strong>img {
    margin-top: 10px !important;
}
  .bagged_machine p>span {
    text-align: left !important;
        display: inline !important;
}
  .printing_manuf h4 {
    margin-top: 20px;
}
  p.ma_nur {
    line-height: 23px;
}

  .techn.power_te.powe_soli h3 strong,.Urban h2 
  {
   /*font-size: 18px !important;*/
  }
  .techn.power_te.powe_soli h3 {
    /*margin-bottom: 10px;  */ 
}
  .quote-heading .fillinq p:last-child span {
    display: inline;
    font-weight: 800 !important;
  }
  .gloves h2 {
    font-weight: 600;
}
  .real_time h3 {
    font-size: 20px;
}
  .Co-operative.techn h5 span {
    font-weight: 600;
    color: #3575e3 !important;
}
  .hs-content-id-6912600234 h3#hs_cos_wrapper_main_form_title {
    font-size: 14px !important;
  }
  /*.d-heigh {
    height: 10px;
  }*/
  .quote_Request.techn p.margin_min strong,.quote_Request.techn p.margin_min span {
    background: yellow;
    font-weight: 600 !important;
}
  .ebb_pad,  .flooded h2
  {
    padding-bottom: 10px;
  }
 h2.qua_canbera span:nth-child(2) {
    font-size: 18px;
    font-weight: 700;
}
  .common_p.pot_bench>h2>img,.common_p.adas_bench p>img {
    float: none !important;
    margin: 0 !important;
}
  .common_p.station_m h2,  .quote-heading2 .common_p.form_seal h2 {
    padding-bottom: 0;
    margin: 14px 0 10px;
}
  .quote-heading2 .common_p.form_seal h2>strong, .quote-heading2 .common_p.form_seal img {
    display: inherit;
    width: 100%;
    margin-bottom: 10px;
    float: none;
}
  .quote-heading2 .common_p.form_seal p.text-center
  {
   /* text-align: center !important;*/
  }
.bench_propagating h2+p {
    display: inline-block;
}
  .steam>p>a>img {
    float: none !important;
}
  
  .quote-heading2 .common_p.form_seal p,.quote-heading2 .common_p.form_seal h2
  {
    text-align:left !important;
  }
  .text-left.introd.common_p p.text-center span {
    display: inherit;
    text-align: center !important;
}
  .text-left.introd.common_p span span a
  {
    float: none;
  }
  .common_p.owned .text-left>p:first-child {
    text-align: center !important;
}
  p.metal_services span {
    margin: 0;
}
  p.metal_services+h3 span> a {
    float: none !important;
}
  .common_p.acqu_is h3 {
    margin-top: 15px;
}
  .common_p.Legacy h2 {
    margin: 10px 0;
}
  body .common_p.Legacy .text-bold a span,.misconception .text-bold a span{
    font-weight: 700 !important;
}
  .common_p.Work_ma h3 {
    margin: 15px 0;
}
  .common_p.Work_ma .text-bold span {
    font-weight: 700 !important;
}
   .cstm_spro 
  {
    margin: 10px 0;
  }
.common_p.manufactur_benching.Shade_Houses p strong a {
    /*margin: 10px 0;*/
}
  .delivered.common_p h2 {
    padding-bottom: 0;
    margin-top: 15px;
}
  .common_p.cuting h3.text-center a {
    float: none;
}
  .techn.common_p.desigfn_PC em.text-center.text-bold a span {
    font-weight: 700 !important;
}
  .request h3 strong
  {
          text-transform: capitalize !important;
  }
  .request h3.mailind span {
    font-size: 16px !important;
    font-weight: 700;
  text-transform: capitalize !important;
}
  .pasteurisation p.text-center {
    /*text-align: center;*/
}
  .common_p.contact_c.powe_soli.techn.power_te .cs_c,.common_p.Thnk_bencing.powe_soli.techn.power_te .report_S { 
    /*margin: 10px 0; */
}
  .Links_C .page-heading,.capacity.common_p.powe_soli.techn.power_te .page-heading ,.common_p.face_notice.powe_soli.techn.power_te .page-heading,.common_p.Servic_S.powe_soli.techn.power_te .page-heading{
    text-align: left;
}
    .common_p.powe_soli.techn.power_te.condi_C h1:before, .common_p.powe_soli.techn.power_te.access_C h1:before,.Links_C h1:before,.capacity.common_p.powe_soli.techn.power_te h1::before,.common_p.face_notice.powe_soli.techn.power_te h1::before,.common_p.Servic_S.powe_soli.techn.power_te h1::before,.common_p.warranty_C_mac.powe_soli.techn.power_te h1::before 
  {
    left: 0;
    transform: translate(0);
        width: 100%;
}
  .Links_C h1:before
  {
    width: 100px;
  }
  .common_p.Servic_S.powe_soli.techn.power_te p img {
    width: 100% !important;
}
  .common_p.req.powe_soli.techn.power_te h3 span br,.comet br
  {
  display:none;}
 .request_aus.common_p.powe_soli.techn.power_te.condi_C .catalog span,.request_aus.common_p.powe_soli.techn.power_te.condi_C h3,.common_p.powe_soli.techn.power_te.condi_C .page-heading, .common_p.powe_soli.techn.power_te.access_C .page-heading,.common_p.warranty_C_mac.powe_soli.techn.power_te .page-heading,.common_p.Dugout.powe_soli.techn.power_te h3,.common_p.Dugout.powe_soli.techn.power_te .catalog span {

    text-align: left !important;

}   
  .common_p.Potting.powe_soli.techn.power_te.comet h3 {
    text-align: left;
    font-weight: 500 !important;
}
  .common_p.powe_soli.techn.power_te.condi_C .page-heading {
    width: 100%;
    max-width: 100%;
}
  .request.hhhh.common_p.powe_soli.techn.power_te.condi_C h3.h3_instrument span,.Nursery_Cm.common_p.powe_soli.techn.power_te.condi_C h3 span,.delivered.common_p.powe_soli.techn.power_te.condi_C h3 span {
    text-align: left !important;
}
  .cstm_bulk.common_p.powe_soli.techn.power_te.condi_C .cstm_h1,.Instructions.common_p.powe_soli.techn.power_te.condi_C h3 span {
    text-align: left;
}
  .common_p.powe_soli.techn.power_te.condi_C.cnc_mach p.set {
    display: none;
}

  
/*=--------------- 17 - 4 - 2019 ---------------------*/
    
.moisture img {
    display: block;
    float: none !important;
    margin: 10px auto 20px;
}  
.request_aus.common_p.powe_soli.techn.power_te.condi_C .catalog span, .request_aus.common_p.powe_soli.techn.power_te.condi_C h3, .common_p.powe_soli.techn.power_te.condi_C .page-heading, .common_p.powe_soli.techn.power_te.access_C .page-heading, .common_p.warranty_C_mac.powe_soli.techn.power_te .page-heading, .common_p.Dugout.powe_soli.techn.power_te h3, .common_p.Dugout.powe_soli.techn.power_te .catalog span {
    /*text-align:center !important; */ 
}
.quote-heading.new-form-lp-outer .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field.smart-field {margin-bottom: 0;}  
  .quote-heading .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {width: 100%;margin-bottom: 0px;}
  .hand_trolly img {width: 100% !important;margin: 10px 0;}
   
}

@media (max-width: 600px){
	.call-us .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_text {width:100%;}
	/*.facebookIcon{position:static;}*/
	.main-mobile-text img {width:100% !important;float: none !important;margin-left: 0 !important; }
 
  span.contact-head-text br {
    display: none;
}
}

@media (max-width: 515px){
	.blog-main .post-header h2 a { /*font-size: 18px; */font-weight: 600; text-transform: capitalize;}
	.op-heading h1{/*font-size:20px;*/}
	h3.thank-heading span strong { /*font-weight:600 !important; font-size: 15px;*/}
	.thank-head.contact-head h3 span strong { /*font-size: 16px !important;*/ }
	.thank-head.contact-head h3 { /*line-height: 17px;*/}
	.right-side-content .row-fluid-wrapper.row-depth-1.row-number-2,.right-side-content .row-fluid-wrapper.row-depth-1.row-number-3 { /*width: 48%;float:left;*/ }
	.right-side-content .row-fluid-wrapper.row-depth-1.row-number-3 {/*margin-left:2%;*/}
	.right-side-content .row-fluid-wrapper.row-depth-1.row-number-4, .right-side-content .row-fluid-wrapper.row-depth-1.row-number-4 img {width: 100%;}
  .section.post-body img {width: 100% !important;margin: 5px auto 20px !important;}
}

@media (max-width: 400px){
	
	/*h3#hs_cos_wrapper_main_form_title {font-size: 15px;  }
	 * .quote-heading2 h1{ font-size: 15px;}.quote-heading2 h1{ font-size: 15px;}*/
	.top-banner { background-size: cover !important; height: 200px !important;}
  .hs-content-id-6777694263  ol+h4+ol>li:first-child {padding-top: 65%;}
}


/*********18 july***************/
.all {
    margin-bottom: 25px;
}
.mobile-data {
    float: left;
}
.emial-data {
    float: right;
    width: 40%;
    font-weight: 700;
}
.all {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

@media (max-width:800px){
.emial-data {
    float: right;
    width: 51%;
    font-weight: 700;
}
}

@media (max-width: 767px){
  p.gap-under-image.all-img, p.center-pic.pic-gap.gap {
    margin-bottom: 0 !important;
}

  .austrailia.gap-under-image.gap img {
    margin: 0 0 10px 0!important;
}
  .pic-gap .hs-responsive-embed-wrapper.hs-responsive-embed {
    margin-bottom: 20px !important;
}
 
   img#hs-cta-img-b19c53ca-14d6-40ea-9d5d-d6c4d57b1dd3 {
    width: 100%;
    max-width: 110px;
}

  .homepage-layout span.customer-text.sqli-space {
    margin-top: 8px;
}
  .section.post-body .image_style img {
    margin-bottom: 2px !important;
}
  .industrial br:first-child {
    display: none;
}
  p.space-img {
    margin-bottom: 0px;
}
  p.space-imge {
    margin-bottom: 0;
}
  p.spac-img {
    margin-bottom: 0;
}
  ul.space li:first-child {
    margin-bottom: 0;
}
  h3.high {
    margin-bottom: 0;
}
  p.space-mac {
    margin-bottom: 0;
}
  p.space-blog {
    margin-bottom: 0;
}
 .austriala img:first-child {
    margin-bottom: 20px;
}
  p.space-transfer img {
    margin-bottom: 12px;
}
  img.space-quality {
    margin-bottom: 0 !important;
}
  p.text-center.space-comet {
    margin-bottom: 0;
}
  p.easy_pedal {
    margin-bottom: 0;
}
  .img_foot.comet-foot img {
    margin-bottom: 0 !important;
}
  p.space-horti img {
    margin-bottom: 0 !important;
}
  .common_p img {
    margin-bottom: 0 !important;
}
  .common_p img {
    margin-bottom: 0px !important;
   width: 100% !important;
}  
.fb-icon img {
    width: 100%;
    max-width: 70px;
}   
  .text-left.space-d img {
    margin-bottom: 10px !important;
}

img.space-lenght {
    margin-bottom: 18px !important;
}
img.space-increase {
    margin-bottom: 18px !important;
}

 /************8 august***********/ 
ul.everday_ul li {
    float: left;
    width: 100%; 
}
h2.diff-strong {
    margin-top: 15px;
    display: inline-block;
}
  
   h3.improve-strong {
    display: inline-block;
    margin-top: 15px;
} 
  
ul.protect-bullet li {
    float: left;
    width: 100%;
}
  ol.protect-bullet-ol-list li {
    width: 100%;
    float: left;   
}
  .protect-bullet-para {
    width: 100%;
    float: left;
}
ul.everday_ul:after {
    content: "";
    display: block;
    clear: both;
}
ul.protect-bullet:after {
    content: "";
    display: block;
    clear: both;
}
 ol.protect-bullet-ol-list:after {
    content: "";
    display: block;
    clear: both;
}
  ul.everday_ul li h3 {
    margin: 0;
}
  ul.everday_ul li h4 {
    margin: 0;
}
  ul.everday_ul li {
    margin: 0;
} 

  .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper img {
    width: 100%;
    max-width: 100%;
}
  p.center-pic {
    text-align: center;
}
  .center-pic-one img {
    width: 100% !important;
}
  .pic-gap {
    margin-bottom: 15px !important;
}
    .pic-gap img {
    margin-bottom: 15px !important;
}
    p.pics-gap img {
    margin-bottom: 15px !important;
}
  .pic-gap iframe {
    float: none !important;
}
  .gap-under-image.delux-all {
    text-align: center;
}
  .gap-under-image.delux-all img {
    float: none !important;
}
  .all-img img {
    width: 100% !important;
}
  .gap-under-image img {
    margin-bottom: 18px !important;
}
  .gap-top-image img {
    margin-top: 12px !important;
}
 .gap-under-less-image {
    margin-bottom: 10px !important;
}
  
  p.contact_center.ct-green-btn span {
    margin-top: 0;
}
  p.contact_center.ct-green-btn .hs-cta-wrapper {
    margin-top: 10px !important;
    margin-left: 5px !important;
}
  .center_text.text-top-space {
    margin-top: 10px;
} 
.austriala.Sqi-center img {
    float: none !important;
    margin: auto !important;
    display: inherit;
}

span#hs-cta-8f99860e-7254-4e64-8e58-d6ff993d9cae:after {
    content: "";
    clear: both;
    display: block;
}
span.test-red {
    display: block;
    margin-top: 10px;
}
  .shade_house.common_p h2 strong {
    display: unset;
}
a#cta_button_320163_19634a6c-4a6f-4539-9ec4-b3cb5fb66d8a {
    margin-bottom: 18px;
}
ol.protect-bullet-ol-list.fruit-list-center li img {
    width: 100% !important;
}

ul.protect-bullet.center-fruit li img {
    width: 100% !important;
}
.shade_house .common_p .center-img-all img {
    width: 100%;
} 
  span.space-text {
    margin-bottom: 20px;
}
.australia.sqlimg.aust-center img {
    float: none !important;
}
  .australia.sqlimg.aust-center {
    text-align: center !important;
}
.austriala.aut-center {
    text-align: center;
}
.austriala.aut-center img {
    float: none !important;
}
ul.aut-triangle img {
    width: 100% !important;
}
p.text-center.contact {
    margin-top: 18px;
}
  /*********************23-jan 2020**************************/
.image-space-jan img:nth-child(2) {
    padding-bottom: 19px;
}
.image-space-jan-two img:nth-child(3) {
    padding-bottom: 19px;
}
.image-space-jan-two img:nth-child(2) {
    padding-bottom: 19px;
}
   /*********************23-jan 2020**************************/
   /*********************20-feb 2020**************************/
  p.acoustic-image img {
    float: none !important;
    width: 100% !important;
    margin-bottom: 10px;
}
.home-icon-image {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
  .purification-image img {
    float: none !important;
    width: 100% !important;
}
  .oil-table {
    width: 100%;
    overflow-x: scroll;
}
  .oil-image img {
    width: 100% !important;
    margin-bottom: 10px;
    float:none;
}
    .mobile-wrapper .span4.home-top-yellow-box span { text-align: center;}
  .text-mid {
    text-align: center;
}
  
.imge-home img {
    width: 100% !important;
    float: none !important;
    text-align: center;
    margin: auto;
}
  /**********for-menu**************/
.hs-menu-flow-horizontal.flyouts ul ul {
    position: relative !important;
}
  
}

@media (max-width:699px){
  .pic-gap .hs-responsive-embed-wrapper.hs-responsive-embed {
    margin-bottom: 20px !important;
     float: left !important;
}
      .firm .austrailia.aust-pic-full img {
    width: 100% !important;
}
span.logo-mob.logo-full img {
    width: 100% !important;
}
}
@media (max-width:500px){
.emial-data {
    float: right;
    width: 100%;
}

   .Benche .aust-full img {
    display: inline-block;
    width: 100% !important;
    max-width: 100%;
    margin: 0 0 !important;
    float: none !important;

}
}

.quote-heading .hs-input {
    width: 100% !important; 
}
.quote-heading .hs_cos_wrapper_type_blog_subscribe input[type="radio"], .quote-heading .hs_cos_wrapper_type_blog_subscribe input[type="checkbox"] {
    width: 15px !important;
}
p.contact_center.ct-green-btn .hs-cta-wrapper {  
    margin-left: 5px !important;
}
.powerfull-text {
    display: none;
}
p.border-y-line {
    border-bottom: 1px solid #3574e3;
}
.video-image {
    margin-bottom: 10px !important;
}
/*******************20-2-2020*************************/
@media (min-width: 768px){
p.manu-space-img img {
    padding: 0px 0px 0 8px;
}
}