/* @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    */
/*****************************************/

/*****************************body style start***************************/

body
{
    margin:0px;
    font-family: 'Lato', sans-serif;
}

.page-center
{
    max-width:1100px!important;
    float:none!important;
    margin:0px auto!important;
}





/**********************body style ends********************************************/

/**********************Header style Start********************************************/

.duet-main-mobile
{
    display:none!Important;
}
.duet-header-wrapper
{
    background-color: #77777a;
    padding:12px 15px;
}

.duet-header-top-menu
{
    text-align: right;
    min-height: 0px!Important;
}

.duet-header-top-menu ul li a
{
   padding: 0 40px 0 0 !important;
    color: #fff;
    max-width: 100%!Important;
    display: inline!important;
    font-weight: normal;
    font-size: 14px;
}

.duet-header-top-menu ul li:nth-child(2) a
{
    padding: 0px!important;
}

.duet-header-wrapper .page-center
{
    min-height: 0px!Important; 
}



.duet-main-header-wrapper
{
    background-color: #fff;
    padding: 15px 15px;
}

.duet-main-header-logo img
{
   vertical-align: middle;
    max-width: 120px;
}

.duet-main-menu-link
{
    text-align: right;
}

.duet-main-header-talk
{
    text-align: right;
    padding-top: 24px;
}

.duet-main-menu
{
    padding-top: 35px;
}

/**.duet-main-menu ul li {
    padding: 0px 0px;
}

.duet-main-menu ul li a 
{
    padding: 0px 40px 0px 40px!important;
    display: inline!important;
    color: #007cc1!important;
    font-weight: normal;
    font-size: 16px;
    width: 100% !important;
    max-width: 100% !important;
}

.duet-main-menu ul li:last-child a
{
    padding: 0px 0px 0px 0px!important;
}

.duet-main-menu ul li ul
{
    background-color: #fff;
    padding: 10px;
    width: 100%;
}

.duet-main-menu ul li ul li  {
    text-align: left;
    padding: 7px 0px;
}

.duet-main-menu ul li ul li a
{
    white-space: initial!important;
}

.duet-main-menu ul li {
    padding: 0px 0px;
}
 ***/  

.duet-main-menu ul li a 
{
    padding: 10px 40px!important;
    color: #007cc1!important;
    font-weight: normal;
    font-size: 16px;
    /*display: inline!important;
    width: 100% !important; 
    max-width: 100% !important;  **/
}

.duet-main-menu ul li ul a {
    text-align: left;
    background-color: #fff;
}

.hs-menu-wrapper ul ul {
    padding-top: 10px;
}


/**********************Header style ends********************************************/

/**********************Footer style Start********************************************/

.footer-bgs img
{
    display: none;
}

.footer-bgs .hs-editor-editable img
{
    display: block;
}

.duet-footer-wrappers
{
        min-height: 440px!Important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 80px 15px 0px 15px;
}


.footer-bottom-bgs img
{
    display: none;
}

.footer-bottom-bgs .hs-editor-editable img
{
    display: block;
}

.footer-bg-bottom-wrapper
{
    min-height: 90px!Important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position:relative;
}

.sahre-footer a
{
        float: left;
    max-width: 50px;
    padding-right: 30px;
}

.sahre-footer
{
    padding-top:30px;
    display: inline-block;
}

.footercta-mask
{
    padding-top:30px;
}

.sahre-footer a:last-child
{
    padding-right: 0px;
}

.Footer-Image-rgt
{
    position: absolute;
    bottom: 40px;
    max-width: 0px;
    
}

.Footer-Image-rgt img
{
    max-width: 300px;
}

.footer-all3 
{
    width: 20%!important;
}

.footer-menu ul li:nth-child(1) a
{
    font-weight: bold;
    font-size:21px;
}

.footer-menu ul li a
{
        color: #fff;
    padding: 0 !important;
    padding-bottom: 10px !important;
    font-weight: 100;
    font-size:19px;
    max-width: 100%!important;
}

span.respec
{
    /*padding-top: 6px!important;*/
    display: inline-block;
    font-weight: bold;
    font-size: 21px;
}

.contact-us-footer h2
{
    font-weight: bold;
    font-size: 21px;
    color:#fff;
    margin:0px;
    padding-bottom:10px;
}

.contact-us-footer p 
{
    font-weight: 100;
    font-size:19px;
    color:#fff;
    margin:0px;
    padding-bottom:10px;
}

.contact-us-footer a
{
    color:#fff;
    text-decoration: none;
     font-weight: 100;
    font-size:18px;
}

.menu-footer-sub ul li a
{
        color: #fff;
    padding: 0 !important;
    padding-right: 75px !important;
    font-size: 14px;
    font-weight:normal;
    max-width: 100%!important;
}

.menu-footer-sub ul li:last-child a
{
      padding-right: 0px !important;
}

.menu-footer-sub
{
    padding-top:30px;
}

.reseller-wrapper-footer
{
    background-color: #8acb87;
    padding: 20px 15px;
}

.reseller-wrapper-content p
{
        text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight:normal;
    margin:0px;
}

.copyright-footer-wrapper
{
    background-color: #a7d8a5;
    padding: 15px 15px;
}

.copyright-content p
{
    margin: 0;
    color: #6aa597;
    font-size: 14px;
    font-weight:100;
    padding-top: 5px;
}

.privacy-policy-footer 
{
    text-align:right;
}

.privacy-policy-footer a 
{
    color: #6aa597;
    text-decoration:none;
    font-size: 14px;
    font-weight:100;
}

.privacy-policy-footer span
{
    padding:0px 8px;
    color: #6aa597;
    font-size: 14px;
    font-weight:100;
}

.copyright-footer-wrapper .page-center,.privacy-policy-footer,.copyright-content
{
    min-height:0px!important;
}




/**********************Footer style ends********************************************/

/**********************Home page style start********************************************/

.banner-home-bg img
{
    display: none;
}

.banner-home-bg .hs-editor-editable img
{
    display: block;
}

.banner-home-wrapper
{
    /*min-height: 590px!Important;*/

    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding:0px 15px;
    background-position:center center;
}

/*.new-bg {
   min-height: 330px!Important; 
}*/

.banner-home-content h1
{
    margin: 0;
    padding-bottom: 15px;
    color:#fff;
    font-weight: bold;
    font-size: 47px;
    font-weight: normal;
    text-shadow: 1px 1px 25px #000000;
}

.banner-home-content p
{
     margin: 0;
    padding-bottom: 15px;
    color:#fff;
    font-size:26px;
    font-weight: normal;
    text-shadow: 1px 1px 25px #000000;
}

.banner-home-inner
{
    min-height: 590px!Important;
    text-align: right;
    position: relative;
}

.new-bg .banner-home-inner{
   min-height: 330px!Important; 
}

.banner-outer
{
    position: absolute;
    bottom: 100px;
}

.quote-left-content img
{
    float: left;
    max-width: 90px;
    padding-right: 20px;
}

.quote-left-content h2
{
    margin: 0;
    color: #000;
    padding-bottom: 8px;
    display: table;
    font-weight: bold;
    font-size: 21px;
}

.quote-left-content p
{
    margin: 0;
    color: #000;
    display: table;
    font-weight: normal;
    font-size: 14px;
}

.quote-left-content  p
{
    padding-bottom:60px;
}


.quote-left-title h2
{
    margin: 0;
    color: #6cbf69;
    padding-bottom: 30px;
    font-weight: 100;
    font-size: 43px;

}

.quote-left-content span div:last-child p 
{
    padding-bottom: 30px;
}


.quote-now-wrappers
{
    background-color: #f4f4f4;
    padding: 30px 15px 0px 15px;
    position: relative;
    background-image: url(//cdn2.hubspot.net/hubfs/2778836/Duet%20Images/Home/duet_mobile.png);
    background-repeat: no-repeat;
    background-size: 260px;
    background-position: bottom center;
}

.img-mob-home-bg
{
    display:none!important;
}

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

.quote-right-cta .hs-cta-wrapper
{
        position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
}

.quote-right-cta
{
    min-height: 440px!important;
    position: relative;
}



.quote-right-image img
{
   max-width: 500px;
    position: absolute;
    right: 0;
}

.services-title-wrapper-home
{
    background-color: #6cbf69;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
}

.services-title-wrapper-home h2
{
    font-size: 43px;
    font-weight: 100;
    margin: 0;
    padding: 10px 0px;
}



.Services-home-Group 
{
    margin: 0px!Important;
    width: 25%!important;
    position: relative;
}

.services-images-cafe img
{
    width: 100%!important;
    /*max-height: 330px!Important;*/
}

.services-Subtittle
{
    position: absolute;
    bottom: 0;
    background-color: rgba(54, 139, 188, 0.72);
    text-align: center;
    color: #fff;
    padding: 6px 0px;
    font-size: 26px;
    font-weight: 100;
}

.get-a-demo-home-bg img
{
    display: none;
}

.get-a-demo-home-bg .hs-editor-editable img
{
    display: block;
}

.get-a-demo-home-wrapper
{
   min-height: 569px!Important;
    background-size: cover;
    background-repeat: no-repeat;
    padding:0px 15px;
}

.get-a-demo-home-inner
{
   padding-top: 130px;
    padding-left: 50px;
}

.get-a-demo-home-content h2
{
        margin: 0;
    color: #007cc1;
    padding-bottom: 15px;
    font-weight: 100;
    font-size: 50px;
}

.get-a-demo-home-content p
{
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: normal;
}

.get-a-demo-home-content
{
    width: 85%!important;
}

.get-a-demo-home-form .input input
{
      padding: 15px 15px!important;
    border: 1px solid #6cbf69!important;
    border-radius: 4px; 
    font-size: 18px;
    text-align: center;
}

.get-a-demo-home-form .hs-form-required
{
    display:none;
}

.get-a-demo-home-form .hs_firstname ,.get-a-demo-home-form .hs_lastname,.get-a-demo-home-form .hs_phone,
.get-a-demo-home-form .hs_email,.get-a-demo-home-form .hs_zip
{
    width: 32.7%!important;
     margin-bottom: 20px;
}

.get-a-demo-home-form .hs-form fieldset
{
    max-width: 100%;
}

.get-a-demo-home-form .hs_submit
{
    float: right;
    margin-top: -85px;
    width: 32.7%!important;
}

.get-a-demo-home-form .hs-form fieldset
{
    max-width: 100%;
    height: 85px;
}

.get-a-demo-home-form .actions input
{
       padding: 15px 15px!important;
    border: 1px solid #6cbf69!important;
    border-radius: 4px; 
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    width: 91%!Important;
    background-color: #6cbf69!important;
    color: #fff;
    -webkit-appearance: none;
} 

.get-a-demo-home-form
{
    padding-top: 40px;
}

.get-a-demo-home-form .hs-error-msgs
{
       margin: 0;
    padding: 0;
    list-style-type: none;
    color: red;
    font-size: 12px; 
}

.service-home-time-wrapper
{
    background-color: #f4f4f4;
    padding: 40px 15px;
}

.Service-time-group
{
    background-color: #fff;
    padding: 30px 60px 20px 60px;
}

.Service-time-cta a
{
    font-size: 18px;
    display: block!important;
}

.Service-time-cta 
{
    padding-top: 25px;
}

.time-content-home h2
{
    margin: 0;
    color: #000;
    font-size: 27px;
    font-weight: normal;
}


.time-content-home a
{
    color: #1299e5;
    text-decoration: none;
    padding-top: 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 100;
}



.time-content-home
{
    min-height:293px!important;
}


.tool-home-Wrapper
{
    /*min-height: 590px!Important;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-image:url("//cdn2.hubspot.net/hubfs/2778836/Duet%20Images/Home/duet_map_route%20%281%29.png");
    position:relative;
    padding:0px 15px;
    overflow: hidden;
}


.tool-home-content img
{
    float: left;
    max-width: 40px;
    padding-right: 20px;
}

.tool-home-content p 
{
    margin: 0;
    color: #000;
    display: table;
    font-size: 18px;
    font-weight: normal;
}



.tool-home-content p 
{
    padding-bottom: 53px;
}

.tool-home-content h2
{
    margin: 0;
    color: #007cc1;
    padding-top: 40px;
    font-size: 50px;
    font-weight: 100;
}

.tool-home-content h3
{
    margin: 0;
    color: #000;
    padding: 8px 0px 45px 0px;
    font-size: 31px;
    font-weight: 100;
}

.tool-home-content
{
    padding-right: 120px;
}

.tool-home-image
{
    position: absolute;
    right: 0;
}
   
.tool-home-image img
{
    max-width: 100%;
}

/**********************Home page style ends********************************************/

/**********************product page style start********************************************/

.System-Reporting-wrapper
{
    background-color: #f4f4f4;
    padding: 30px 15px;
}

.System-Reporting-tittle
{
    max-width: 75%!important;
    float: none!important;
    margin: 0px auto!important;
    text-align: center;
    padding-bottom:50px;
}

.System-Reporting-tittle h2
{
    margin: 0;
    color: #007cc1;
    font-size: 50px;
    font-weight: 400;
}

.System-Reporting-tittle p
{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    padding-top: 8px;
    color:#000;
}

.System-Reporting-content h3
{
    margin: 0;
    color: #000;
    font-weight: bold;
    font-size: 21px;
    padding-bottom: 8px;
}

.System-Reporting-content1 h3
{
    padding-top: 55px;
}

.cont-head h3
{
    padding-top:0px!Important;
}

.cont-head p
{
    padding-bottom: 45px;
}


.System-Reporting-content p
{
    margin: 0;
    color: #000;
    font-weight: normal;
    font-size: 16px;
}

.System-Reporting-cta a
{
    margin: 0;
    color: #6cbf69;
    padding-top: 30px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
}

.System-Reporting-cta
{
    text-align:center;
}

.System-Reporting-grp 
{
    max-width: 80%!important;
    float: none!important;
    margin: 0px auto!important;
}


.System-Reporting-content1
{
    text-align: right;
    padding-right: 90px;
}

.System-Reporting-content2
{
    text-align: right;
    padding-left: 90px;
}

.System-Reporting-content2 p
{
    padding-bottom:45px;
}

.Foh-BoH-wrapper
{
    background-color: #fff;
    padding: 30px 15px;
}

.Foh-BoH-content h3
{
    margin: 0;
    color: #000;
    font-weight: bold;
    font-size: 21px;
    padding-bottom:8px;
}


.Foh-BoH-content p
{
    margin: 0;
    color: #000;
    font-weight: normal;
    font-size: 16px;
}

.Foh-BoH-content
{
    text-align:center;
    padding-bottom:20px;
    padding-right:20px;
    padding-left:20px;
}

.System-restaurant-tittle h2
{
    font-weight: 100!important;
}

.System-restaurant-cta
{
    text-align:center;
    padding-top:20px;
}

.Service-rastaurant-wrapper
{
    padding: 30px 15px;
    background-color: #6cbf69;
}


.Service-rastaurant-wrapper ul 
{
    margin: 0;
    list-style: none;
    text-align: center;
    padding: 0px 23%;
}

.Service-rastaurant-wrapper ul li 
{
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    /*padding-right: 10px;*/
    cursor: Pointer;
}

.Service-rastaurant-wrapper ul li span
{
    padding: 0px 10px;
}

.Service-rastaurant-wrapper ul li:last-child
{
    padding-right: 0px;
}


/**********************product page style ends********************************************/


/**********************************Feature strat******************************************************************/


.feature-dueto-wrapper
{
    padding:0px 15px 20px 15px;
}

.kaeyfeature-cus
{
    width: 28%;
    float: left;
    margin-bottom: 30px;
}

.hs_cos_wrapper_widget:nth-child(3n+1) .kaeyfeature-cus 
{
clear: both;
}

.key__title img
{
    width: 30px;
    height: 30px;
}

.tittle-dueto-heading
{
    text-align: center;
    padding: 40px 0px;
    color: #007cc1;
    font-size: 28px;
    font-weight: 400;
}


.key__title h4:after 
{
    content: '›';
    padding-left: 10px;
}

.image-wrapper img{
    margin-right: 20px !important;
}

.key__title h4
{
    font-size: 20px;
    color: #007cc3;
}

.key-imager
{
    display:none!important;
}

.kaeyfeature-cus:hover .key-imaged
{
     display:none!important;
}

.kaeyfeature-cus:hover .key-imager
{
     display:block!important;
}


.kaeyfeature-cus:nth-child(1) 
{
    transition-delay: 0s;
}

/*.kaeyfeature-cus
{
    opacity: 1;
    visibility: visible;
    -ms-transform: translate(0,0);
    transform: translate(0,0);
        -ms-transform: translateY(30px);
    transform: translateY(30px);
    visibility: hidden;
    transition: all 333ms ease;
    opacity: 0;
}*/

.kaeyfeature-cus
{
    border: 1px solid #fff;
    border-radius: 4px;
    transition: border-color .2s,margin .3s,box-shadow .2s;
}

.kaeyfeature-cus
{
    
    padding: 24px;
}

.kaeyfeature-cus a
{
     display: block;
    text-decoration: none;
}

.kaeyfeature-cus p
{
    font-size:18px;
    color: #808080;
}

.kaeyfeature-cus .key__title
{
    display: table;
    margin-bottom: 10px;
}

.key__title img 
{
    transition: fill .2s;
}

.key__title h4, .key__title img 
{
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.kaeyfeature-cus:hover 
{
    border: 1px solid #007cc3!important;
    margin-top: -20px;
    margin-bottom: 20px;
}



/******************************************feature ends**************************************************************************/

/**********************blog page style start********************************************/


.Blog-lisit-content .post-header .hubspot-editable img 
{
    width: 28px;
    height: 28px;
    border-radius: 400px;
    margin-right: 10px;
    vertical-align: middle;
}

.display-software
{
    max-width:80%;
    height:auto;
    margin-left:10%;
    margin-right:auto;
    box-shadow:0px 10px 10px #A6A6A6;
}



.Blog-lisit-content .post-header .hubspot-editable a 
{
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.Blog-lisit-content .post-header .hubspot-editable
{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
}

.Blog-lisit-bio
{
    padding: 30px 15px;
}

.Blog-lisit-content .post-listing-simple h2
{
    margin:0px;
}
.Blog-lisit-content .post-listing-simple h2 a
{
         color: #000;
    text-decoration: none;
    font-size: 26px;
    font-weight: normal;
}

.Blog-lisit-content .post-listing-simple .post-item 
{
    box-shadow: none!Important;
    margin: 20px 0px!important;
}

.Blog-lisit-content .all-posts-link,.previous-posts-link
{
    margin-right: 20px;
         color: #6cbf69;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
}

.Blog-lisit-content .next-posts-link
{
         color: #6cbf69;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
}

.Blog-lisit-content .blog-pagination
{
    padding: 40px 0px;
}

.Blog-lisit-content 
{
    width: 660px!Important;
    margin: 0 auto!Important;
    float: none!Important;
}

.Blog-lisit-content .post-item 
{
    margin: 20px 0 40px;
    box-shadow: 0 5px 10px #d9d9d9;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.Blog-lisit-content .post-content-hub
{
    padding: 20px 60px;
}

.Blog-lisit-content .post-content-hub h3
{
    margin: 0;
    color: #007cc1;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
}

.Blog-lisit-content .post-content-hub h3 a
{
    margin: 0;
    color: #007cc1;
    font-size: 32px;
    font-weight: normal;
    text-decoration: none;
}


.Blog-lisit-content .post-content-hub p 
{
    color: #000;
    padding-Top: 8px;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.list-ach-blog a
{
    /*border-radius: 6px;*/
    background-color: #6cbf69!Important;
    padding: 8px 15px 10px 15px;
    color: #fff;
    text-decoration: none;
    margin: 30px auto;
}

.Blog-lisit-content .post-content-hub h2
{
    margin: 0;
    color: #000;
    font-weight: bold;
    font-size: 21px;
}

.Blog-lisit-content #hubspot-author_data
{
    padding: 15px 0;
}

.list-ach-blog
{
    margin: 30px auto;
    text-align: center;
}

.banner-bg-img img
{
    display: none;
}

.banner-bg-img .hs-editor-editable img
{
    display: block;
}

.Blog-banner-wrapper
{
    min-height: 250px!Important;
    background-size: cover;
    background-repeat: no-repeat;
    padding:0px 15px;
}

.banner-text h1
{
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    padding-top: calc(250px - 190px);
}


/************************list**********************************************/

.banner-post-bg img
{
    display: none;
}

.banner-post-bg .hs-editor-editable img
{
    display: block;
}

.post-banner-wrapper
{
    min-height: 400px!Important;
    background-size: cover;
    background-repeat: no-repeat;
    /*padding:0px 15px;*/
}

.post-banner-mask
{
    background: rgba(0, 0, 0, 0.55);
     min-height: 400px!Important;
}

.banner-post-author .hubspot-editable img {
    width: 28px;
    height: 28px;
    border-radius: 400px;
    margin-right: 10px;
    vertical-align: middle;
    text-shadow: 0 0 40px #000;
}

.banner-post-author .hubspot-editable 
{
    text-decoration: none;
    color: #fff;
    font-size: 17px;
}

.banner-post-author h3
{
    margin:0px;   
    padding-bottom:8px;
}

.banner-post-author h3 a
{
    padding-bottom: 15px;
    color: #fff;
    font-weight: normal;
    font-size: 47px;
    text-decoration: none;   
}

.banner-post-author
{
    text-align: center;
    padding-top: 140px;
}

.Blog-post-content,.Next-previous-post
{
    width: 660px!Important;
    margin: 0 auto!Important;
    float: none!Important;
}

.Blog-post-content h2 
{
    margin: 0;
    color: #007cc1;
    font-size: 32px;
    font-weight: normal;
    text-decoration: none;
}

.Blog-post-content  h3,.Blog-post-content  h4,.Blog-post-content  h5
{
    margin: 0;
    color: #000;
    font-weight: bold;
    font-size: 21px;
}

.Blog-post-content p 
{
    color: #000;
    padding-Top: 8px;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding-bottom:20px;
}

.Blog-post-content img
{
    max-width:75%;
    padding:15px 0px;
    display:block;
    margin:0px auto!important;
}

.post-list-alls a
{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal; 
}

.Next-previous-wrapper
{
    padding:30px 15px;
    background-color: #007cc1;
}

.post-list-alg
{
    width: 50%;
    float: left;
}

.post-list-alr
{
    text-align:right;
}


/**********************blog page style ends********************************************/

/***********************Landing page**********************************/

.landing-home-logo img
{
    max-width: 120px;
}

.landing-home-wrapper
{
    text-align:center;
    padding:20px 15px;
}

.Landing-form
{
    background-color: #6dbf69;
    padding: 20px 20px;
}

.landing-page .new-lp-form .hs-form-field label{
    width: 46%;
    padding-top:0px;
}

.landing-page .new-lp-form .hs-error-msgs label {
      width: initial;
}

.landing-page .new-lp-form .hs-form-field select{
    background-color:#fff;
}

.landing-page .new-lp-form .input input, 
.landing-page .new-lp-form .input select{
    margin-bottom: 10px;
}

.Landing-form .input input
{
    padding: 10px 15px !important;
    border: 1px solid #6cbf69 !important;
    border-radius: 4px;
    font-size: 18px;
    text-align:left;
    margin-top: 4px;
}

.Landing-form .hs-error-msgs 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: red;
    font-size: 12px;
}

.Landing-form .hs_firstname,.Landing-form .hs_lastname,.Landing-form .hs_email,
.Landing-form .hs_phone,.Landing-form .hs_address,.Landing-form .hs_zip
{
    margin-bottom:15px;
}

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

.Landing-form h3
{
    margin: 0;
    color: #000;
    font-weight: bold;
    font-size: 21px;
    padding-bottom:15px;
}

.Landing-form label span
{
    color: #000;
    font-size: 17px;
    font-weight: normal;
}

.Landing-form .actions input 
{
    padding: 10px 15px !important;
    border: 1px solid #fff !important;
    border-radius: 4px;
    margin: 20px 0px;
    font-size: 18px;
    text-align: center;
    /*width: 100%!Important;*/
    background-color: #fff !important;
    color: #6cbf69;
}

.Landing-main-wrapper
{
    padding: 30px 15px;
    background-color: #fff;
}

.Landing-content h2 
{
    margin: 0;
    color: #007cc1;
    font-weight: 100;
    font-size: 50px;
    padding-bottom:8px;
}

.Landing-content h3,.Landing-content h4,.Landing-content h5 
{
    margin: 0;
    color: #000;
    font-weight: bold;
    font-size: 21px;
    padding-bottom:8px;
}

.Landing-content p
{
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding-bottom:20px;
}

.Landing-content a 
{
    color: #1299e5;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
}

.Landing-content img
{
    padding: 20px 0;
    max-width: 75%;
    display: block;
    margin: 0px auto;
}

/********************Thank you***************************/


.thankyou-content h2 
{
    margin: 0;
    color: #007cc1;
    font-weight: 100;
    font-size: 50px;
    padding-bottom:8px;
}

.thankyou-content h3,.thankyou-content h4,.thankyou-content h5 
{
    margin: 0;
    color: #000;
    font-weight: bold;
    font-size: 21px;
    padding-bottom:8px;
}

.thankyou-content p
{
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding-bottom:20px;
}

.thankyou-content a 
{
    color: #1299e5;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
}

.thankyou-content img
{
    padding: 20px 0;
    max-width: 75%;
    display: block;
    margin: 0px auto;
}

.thankyou-content 
{
    width: 700px!Important;
    margin: 0 auto!Important;
    float: none!Important;
}

.thankyou-main-wrapper
{
    padding: 30px 15px;
    background-color: #fff;
}

/***********************find a reseller LP new code starts here*******************/


.find-reseller-new-lp-banner{
    background-position: bottom;
}

.find-reseller-new-lp-content-wrapper .Landing-content{
    padding-top: 65px;
}

.find-reseller-new-lp-content-wrapper .Landing-content h2 {
    font-size: 35px;
    font-weight: 600;
}

.find-reseller-new-lp-content-wrapper .Landing-content p{
    font-size: 16px;
    padding-bottom: 0px;
}

.find-reseller-new-lp-content-wrapper .Landing-content ul{
    padding-left: 20px;
}

.find-reseller-new-lp-content-wrapper .Landing-content ul li:nth-child(1){
    background-image:url("http://www.duetpos.com/hubfs/Duet%20Images/find-a-reseller-lp-new/navigation-8.png");
    background-repeat: no-repeat;
    list-style-type: none;
    background-position: 12px center;
    background-size: 40px;
    font-size: 16px;
    line-height: 20px;
    padding: 30px 26px 30px 100px;  
}

.find-reseller-new-lp-content-wrapper .Landing-content ul li:nth-child(2){
    background-image:url("http://www.duetpos.com/hubfs/Duet%20Images/find-a-reseller-lp-new/hands-8.png");
    background-repeat: no-repeat;
    list-style-type: none;
    background-position: left center;
    background-size: 65px;
    font-size: 16px;
    line-height: 20px;
    padding: 30px 26px 30px 100px;
}

.find-reseller-new-lp-content-wrapper .Landing-content ul li:nth-child(3){
    background-image:url("http://www.duetpos.com/hubfs/Duet%20Images/find-a-reseller-lp-new/right-8.png");
    background-repeat: no-repeat;
    list-style-type: none;
    background-position: left center;
    background-size: 50px;
    font-size: 16px;
    line-height: 20px;
    padding: 30px 26px 30px 100px;
}

.new-lp-form h3{
    color:#fff;
    background-color:#47C174;
    text-align:center;
    margin: 0px;
    font-size: 24px;
    font-weight: 100;
    padding: 20px 10px;
}

.new-lp-form form{
    background-color:#f4f4f4;
    padding: 15px 20px 30px 20px;
}

.new-lp-form{
    width: 38%;
    margin-left: 45px; 
}

.new-lp-form .hs-form-field label {
    float: left;
    clear: both;
    padding-top: 8px;
}

.new-lp-form .input {
    width: 100%;
    max-width: 50%;
    float: right;
    padding-bottom: 25px;
}

.new-lp-form .input input,
.new-lp-form .input select{
    border:0px;
    height: 35px;
    outline-offset: 0px;
    outline: none;
}


.new-lp-form input.hs-button.primary.large {
    background-color: #47c174;
    width: 100%;
    padding: 16px;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    -webkit-appearance: none;
}

.new-lp-form textarea {
    border: none;
    outline: none;
}


.find-reseller-new-lp-content-wrapper {
    padding: 30px 15px 50px;
    background-color: #fff;
}

.new-lp-form .hs-error-msgs label {
    color: red !important;
    font-size: 12px !important;
    float: right;
    margin-top: -30px;
}

.new-lp-form .hs-error-msgs  li{
    list-style: none;
}

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

.new-lp-form .input select {
    background-image: url(https://cdn2.hubspot.net/hubfs/2778836/icion.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    cursor: pointer;
    -webkit-appearance: none;
    color: rgba(128, 128, 128, 0.38);
    padding-left: 20px;
}

.new-lp-form .input select option {
    color: #000000;
    font-size: 14px;
}


.reseller-lp-header img {
    max-width:100% !important;
}

/**********************find a reseller LP new code ends here********************/


.custom-height-banner {
        min-height: 0 !important;
}

.custom-height-banner h1{
        padding: 40px 0 !important;
}

.less-padding-div {
    padding-top: 0 !important;
}




/*****************Responsive****************************************************************/


/************** ipad ***************/
@media (max-width: 1080px) {
    
/**********************product page style start********************************************/
    .System-Reporting-content1 
    {
        padding-right: 80px;
    }
    
    .System-Reporting-content2 
    {
        padding-left: 80px;
    }
    
    body .duet-main-mobile
    {
        display:block!Important;
            margin-top: 10px;
    }

    .duet-main-menu-link,.duet-header-wrapper,.duet-main-header-talk
    {
        display:none!important;
    }
    
    .mobile-trigger
    {
        background: #6cbf69;
    }
    
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after
    {
        background: #fff;
    }
    
    .duet-main-mobile,.duet-main-header-wrapper .span8
    {
        min-height:0px!important;
        width: 100%;
        margin: 0;
    }
    
    .mobile-trigger 
    {
        top: -44px!important;
    }
    
    .duet-main-header-logo img 
    {
        max-width: 80px;
    }
    
    .duet-main-menu ul li a,.duet-main-menu ul li:last-child a
    {
        padding: 8px 15px !important;
        display: inline-block !important;
        color:#fff!important;
    }
    
    .duet-main-menu ul
    {
        background-color: #007cc1!important;
    }
    

/**********************product page style ends********************************************/    
    
}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {
    
/**********************product page style start********************************************/
    .System-Reporting-content1 
    {
        padding-right: 50px;
    }
    
    .System-Reporting-content2 
    {
        padding-left: 50px;
    }
    
    .duet-main-menu ul li a 
    {
        padding: 0 57ipx 0 0 !important;
    }
    
    .duet-main-header-talk a
    {
        width: 100%;
        padding: 6px 2px!Important;
    }
    .duet-main-header-talk
    {
        display: inline-block;
        font-size: 14px;
        width: 100%;
    }
    
     .time-content-home 
     {
        min-height: 100% !important;
    }
    
    .Service-rastaurant-wrapper ul 
    {
        padding: 0px 15%;
    }
    
    .quote-now-wrappers
    {
        background-size: 220px;
    }
    

    

/**********************product page style ends********************************************/
    
  
}




/************** ipad ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : landscape){

/*****************home page start***********************************/

    .duet-main-header-talk a
    {
        padding:6px 2px!important;
    }

    /* .duet-main-menu ul li a 
    {
        padding: 0 100px 0 0 !important;
    }*/

    .tool-home-image img
    {
        max-width: 100%;
    }

    .get-a-demo-home-inner 
    {
        padding-top: 120px;
        padding-left: 130px;
    }
    .get-a-demo-home-content 
    {
        width: 90% !important;
    }
    
    .time-content-home 
    {
        min-height: 241px !important;
    }
    
    .time-content-home h2 
    {
        font-size: 21px;
    }
    .menu-footer-sub ul li a
    {
        padding-right: 60px !important;
    }
    
    .quote-right-image img
    {
        position: initial;
        max-width: 280px!important;
    }
    .quote-right-cta 
    {
        min-height: 100% !important;
        padding-top: 60px;
        text-align:center;
    }

    .time-content-home h2
    {
        font-size:22px;
    }
    
    .time-content-home 
    {
        min-height: 100% !important;
    }
    
        
        .footer-menu ul li a{
    font-size: 17px;
    }
    

/*****************home page end***********************************/    
}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
/*****************home page start***********************************/
    /* .duet-main-menu ul li a 
    {
        padding: 0 45px 0 0 !important;
    }    
     .duet-main-menu ul li:first-child a
    {
       padding-left:45px!important; 
    }*/
    .duet-main-header-talk a
    {
        width: 100%;
        padding: 6px 2px!Important;
    }
    .duet-main-header-talk
    {
        display: inline-block;
        font-size: 14px;
        width: 100%;
    }
    
     .quote-right-image img
    {
        position: initial;
        max-width:280px!important;
    }
    .quote-right-cta 
    {
        min-height: 100% !important;
        padding-top: 60px;
        text-align:center;
    }
     .tool-home-image img
    {
        max-width: 100%;
    }

    .get-a-demo-home-inner 
    {
        padding-top: 120px;
        padding-left: 130px;
    }
    .get-a-demo-home-content 
    {
        width: 90% !important;
    }
    
    .banner-home-content h1 
    {
        font-size: 36px;
    }
    
    .banner-home-content p 
    {
        font-size: 20px;
    }
    
    .quote-left-title h2
    {
       font-size: 32px; 
    }
    
    .quote-now-wrappers
    {
        background-position: bottom right;
    }
    
    .quote-left-content
    {
        width: 70%!important;
    }
    
    .services-title-wrapper-home h2 
    {
        font-size: 32px;
    }
    
    .services-Subtittle 
    {
        font-size: 20px;
    }
    
    .get-a-demo-home-inner 
    {
        padding-left: 0px;
        padding-top: 70px;
    }
    
    .get-a-demo-home-content h2
    {
        font-size: 36px;
    }
    
    .get-a-demo-home-form .input input
    {
         font-size: 14px;
    }
    
    .Service-time-group 
    {
        padding: 30px 20px 20px 20px;
    }
    
    .time-content-home h2 
    {
        font-size: 22px;
    }
    
    .time-content-home a 
    {
        font-size: 15px;
    }
    
    .time-content-home 
    {
        min-height: 100% !important;
    }
    
    .tool-home-content h2
    {
        font-size: 32px;
    }
    
    .tool-home-content h3
    {
        font-size: 21px;
    }
    
    .footer-menu ul li a
    {
        font-size: 17px;
    }
    
    span.respec,.footer-menu ul li:nth-child(1) a,.contact-us-footer h2
    {
        font-size: 19px;
    }
    
    .footercta-mask a
    {
        padding: 15px 18px!important;
    }
    
    .Footer-Image-rgt img 
    {
        max-width: 230px;
    }
    
    .footer-bg-bottom-wrapper 
    {
        min-height: 50px!Important;
    }
    
    .Footer-Image-rgt 
    {
        bottom: 25px;
    }
    
    .menu-footer-sub ul li a
    {
        padding-right: 16px !important;
    }
    
    .duet-main-header-talk 
    {
        padding-top: 29px;
    }

/*****************home page end***********************************/      

/**********************product page style start********************************************/

    .System-Reporting-content1 
    {
        padding-right: 50px;
    }
    
    .System-Reporting-content2 
    {
        padding-left: 50px;
    }
    
    .get-a-demo-home-wrapper{
        background-image: url("/hubfs/2778836/Duet%20Images/Home/duet_homepage-1.jpg") !important;
    }
    
    .kaeyfeature-cus{
    width: 26%;
    }

    
   


/**********************product page style ends********************************************/
   
}

/************** iphone roatate***************/
@media (max-width: 767px) {
/*****************home page start***********************************/
    
    .new-lp-form .hs-form-field label {
    float: none !important;
    margin: 0 auto !important;
    padding-bottom: 15px;
    display: block;
        text-align: center;
}

.new-lp-form .input {
    width: 100%;
    max-width: 100%;
    float: left;
    padding-bottom: 15px;
}
    
    body .duet-main-mobile
    {
        display:block!Important;
            margin-top: 10px;
    }

    .duet-main-menu-link,.duet-header-wrapper,.duet-main-header-talk
    {
        display:none!important;
    }
    
    .mobile-trigger
    {
        background: #6cbf69;
    }
    
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after
    {
        background: #fff;
    }
    
    .duet-main-mobile,.duet-main-header-wrapper .span8
    {
        min-height:0px!important;
    }
    
    .mobile-trigger 
    {
        top: -44px!important;
    }
    
    .duet-main-header-logo img 
    {
        max-width: 80px;
    }
    
    .duet-main-menu ul li a,.duet-main-menu ul li:last-child a
    {
        padding: 8px 15px !important;
        display: inline-block !important;
        color:#fff!important;
    }
    
    .duet-main-menu ul
    {
        background-color: #007cc1!important;
    }
    
    .banner-home-inner 
    {
        text-align: center;
    }
    
    .banner-outer 
    {
        bottom: 180px;
    }
    
    .Services-home-Group 
    {
        width: 100% !important;
    }
    
    .services-images-cafe img 
    {
        width: 270px!important;
        display: block;
        margin: 0px auto!important;
    }
    
    .get-a-demo-home-content 
    {
        width: 100% !important;
    }
    
    .get-a-demo-home-inner 
    {
        padding-top: 40px;
        padding-left: 0px;
    }
    
    .Service-time-group 
    {
        padding: 30px 140px 20px 140px;
        margin-bottom: 30px;
    }
    
    .time-content-home 
    {
        min-height: 100% !important;
    }
    
    .tool-home-content h2
    {
        font-size: 34px;
    }
    
    .tool-home-content h2
    {
        font-size: 24px;
    }
    
    .tool-home-content 
    {
        padding-right: 0px;
    }
    
    .tool-home-image
    {
        position: relative;
        right: 0;
        padding-bottom: 30px;
        text-align: center;
    }
    
    .tool-home-image img 
    {
        max-width: 260px;
    }
    
    .privacy-policy-footer,.copyright-content
    {
        text-align: center;
        padding-top: 0px;
    }
    
    .privacy-policy-footer
    {
        padding-top: 5px!important;
    }
     
    .footer-bg-bottom-wrapper
    {
        position: initial;
    }
     
    .footer-all-warpersr
    {
        position: relative;
    }
     
    .Footer-Image-rgt img 
    {
        max-width: 260px;
    }
     
    .Footer-Image-rgt 
    {
        position: absolute;
        bottom: 0px;
        top: 20px;
        left: 30%;
    }
    
    .footer-bg-bottom-wrapper 
    {
        min-height: 0px!Important;
    }
    
    .duet-footer-wrappers
    {
        /**padding: 200px 15px 0 15px;**/
        padding: 20px 15px 0 15px;
    }
    
    .Footer-Image-rgt {
        display: none !important;
    }
    
    .footer-all3 
    {
        width: 100% !important;
        text-align: center;
    }
    
    .menu-footer-sub ul li 
    {
        float: none!important;
    }
    
    .menu-footer-sub ul
    {
        display:block!important;
    }
    
    .menu-footer-sub ul li a 
    {
    padding: 4px 15px !important;
    padding-right: 0px !important;
    width: 100%!Important;
    text-align: center;
    }
    
    .menu-footer-sub
    {
        padding-top: 10px;
    }
    
     .reseller-wrapper-content #hs-cta-wrapper-821b0978-3fd3-466e-b169-e939e4c33291
    {
       display: block;
        margin-top: 20px;
    }
    
    .quote-right-cta
    {
        min-height: 100% !important;
        position: relative;
        text-align: center;
        display: inline-block;
        width: 100%!important;
        padding: 30px 0px;
}
    
    .quote-right-image img
    {
        max-width: 300px;
        position: relative;
        right: 0;
        display: block;
        margin: 0px auto!important;
    }
    
    .img-mob-home-bg
    {
        float: left!important;
        width: 100px!important;
    }
    
    .quote-now-wrappers
    {
        background-size: 100px;
        background-position: bottom right;
        padding-bottom: 20px;
    }
    
    .banner-home-content h1,.get-a-demo-home-content h2
   {
       font-size: 30px;
   }

    .quote-left-title h2,.services-title-wrapper-home h2
    {
        font-size:26px;
    }
    
    .tool-home-content h3
    {
        font-size:24px;
    }
    
    .services-title-wrapper-home
    {
        margin-bottom: 40px;
    }
    
    /*.Services-home-Group
    {
        padding-bottom: 30px;
    }*/
    
    .services-Subtittle
    {
        position: absolute;
        bottom: 0px;
        width: 270px!Important;
        margin: 0px auto!important;
        left:0;
        right:0;
    }
    
    .Services-home-Group
    {
        margin-bottom:30px!important;
    }
    
    .img-mob-home-bg
    {
        display:block!important;
    }
    
    .quote-now-wrappers 
    {
       background-image: none;
    }
 

/*****************home page end***********************************/        

/**********************product page style start********************************************/

    .System-Reporting-content1 h3,.System-Reporting-content1 p
    {
        padding: 0px;
    }

    .System-Reporting-content h3
    {
        padding-bottom:8px;
    }
    
    .System-Reporting-content p
    {
        padding-bottom:40px;
    }
    
    .System-Reporting-content1 
    {
        padding-right: 00px;
        text-align: center;
    }
    
    .System-Reporting-content2 
    {
        padding-left: 0px;
        text-align: center;
    }
    
    .System-Reporting-img2
    {
        padding-bottom:30px;
    }
    
    .Foh-BoH-content 
    {
        padding-bottom: 40px;
    }
    
    .System-Reporting-tittle h2 
    {
        font-size:40px;
    }
    
    .System-Reporting-tittle,.System-Reporting-grp
    {
        max-width: 100% !important;
    }
    
     .System-Reporting-img img 
    {
        max-width: 250px;
        display: block!Important;
        margin: 0px auto;
    }
    
    .Service-rastaurant-wrapper ul li span 
    {
        padding: 0;
        position: absolute;
        right: 0;
    }
    
    .Service-rastaurant-wrapper ul li 
    {
        float: left;
        width: 50%;
        position:relative;
        
    }
    
    .Service-rastaurant-wrapper ul li:nth-child(1),.Service-rastaurant-wrapper ul li:nth-child(2)
    {
        padding-bottom:8px;
    }
    
    .Service-rastaurant-wrapper ul li:nth-child(2) span
    {
        display: none;
    }
    
     .Service-rastaurant-wrapper ul
     {
         padding:0;
     }
    
    

/**********************product page style ends********************************************/
/**********************blog page style start********************************************/

    .Blog-lisit-content
    {
        width: 100%!Important;
    }
    
    .Blog-lisit-content .post-content-hub 
    {
        padding: 20px 10px;
    }
    
    .Blog-post-content,.Next-previous-post
    {
        width: 100%!Important;
    }
    
    .banner-post-author
    {
        padding-right:15px;
        padding-left:15px;
        padding-top: 110px;
    }
    
    .thankyou-content 
    {
        width: 100%!Important;
    }
    
    .kaeyfeature-cus {
        width: 100%!important;
        float: none!important;
        padding: 0px;
        transition: border-color 0s,margin 0s,box-shadow 0s;
        border-radius: 0px!important;
        border: 0px!important;
    }
    
    .kaeyfeature-cus:hover {
    border: 0px!important;
    margin-top: 0px;
    margin-bottom: 30px;
    }
    
    .tittle-dueto-heading 
    {
        font-size: 25px;
    }
    
    
    
/**********************blog page style ends********************************************/

.thankyou-content .col-md-3{
float: left;
    width: 100%;
}

.thankyou-content img
{
    padding: 0px 0px;
    max-width: 100%;
    display: block;
    margin: 0px auto!important;
}
}

/************** iphone ***************/
@media (max-width: 479px) {
/*****************home page start***********************************/        
     .get-a-demo-home-form .hs_firstname, .get-a-demo-home-form .hs_lastname, 
    .get-a-demo-home-form .hs_phone, .get-a-demo-home-form .hs_email,
    .get-a-demo-home-form .hs_zip
    {
        width: 100% !important;
        margin-bottom: 15px;
    }
    
    .get-a-demo-home-form .hs_submit 
    {
        float: none;
        margin-top: 0px;
        width: 100% !important;
    }
      
    .get-a-demo-home-form .actions input
    {
        width: 100% !important;
    }
    
    .Service-time-group 
    {
        padding: 30px 10px 20px 10px;
    }
    
    .Footer-Image-rgt 
    {
        left: 30px;
    }
    
     .reseller-wrapper-content #hs-cta-wrapper-821b0978-3fd3-466e-b169-e939e4c33291
    {
       display: block;
        margin-top: 20px;
    }
    
    .get-a-demo-home-form form.hs-form .form-columns-2 .hs-form-field .hs-input, 
    form.hs-form .form-columns-3 .hs-form-field .hs-input
    {
        width: 100%!important;
    }
    
     .get-a-demo-home-form .hs-form fieldset.form-columns-3 .input 
    {
        margin-right: 0px!important;
    }
    
    .get-a-demo-home-form .hs-form fieldset.form-columns-2 .input 
    {
    margin-right: 0px!important;
    }
   
   .banner-home-content h1,.get-a-demo-home-content h2
   {
       font-size: 30px;
   }

    .quote-left-title h2,.services-title-wrapper-home h2
    {
        font-size:26px;
    }
    
    .tool-home-content h3
    {
        font-size:24px;
    }
    
    .get-a-demo-home-form .hs-form fieldset
    {
        max-width: 100%;
        height: 100%;
    }
    
     .quote-right-image img
    {
        max-width:160px;
    }
    
    .img-mob-home-bg
    {
        float: left!important;
        width: 80px!important;
    }
    
    
/*****************home page end***********************************/    

/**********************product page style start********************************************/
    .System-Reporting-img img 
    {
        max-width: 250px;
        display: block!Important;
        margin: 0px auto;
    }
/**********************product page style ends********************************************/
    
}





/********find a reseller LP new responsive code starts here*******/
    
/************** ipad ***************/
@media (max-width: 1080px) {
    
    .dealer-form label{
        font-size: 18px !important;
    }
    
    .dealer-form .user .radio-label:last-child{
        width: 52% !important;
    }
}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){

    .reseller-lp {
        width:100%;
    }
    
    .new-lp-form {
        width: 100% !important;
        margin: 0px auto !important;
        display: inline-block !important;
        float: none !important;
    }
    
    .dealer-form label{
        padding-right: 40px !important;
    }
    
    .dealer-form .user .radio-label:last-child {
        width: 51% !important;
    }
    
    
}

/************** iphone roatate***************/
@media (max-width: 767px) {

    .find-reseller-new-lp-content-wrapper .Landing-content h2 {
        font-size: 32px;
    }
    
    .find-reseller-new-lp-content-wrapper .Landing-content {
        padding-top: 20px;
    }
    
    .new-lp-form h3 {
        font-size: 22px;
        padding: 15px 10px;
    }
    
    .dealer-form label{
        width: 100% !important;
        padding:0px !important;
    }
    
    .dealer-form input, .dealer-form select{
        width: 100% !important;
    }
    
    .dealer-form .user .radio-label {
        width: 100% !important;
    }
    
    .dealer-form .user .radio-label:last-child{
        width: 100% !important;
    }
    
}


/************** iphone ***************/
@media (max-width: 479px) {
    
    .banner-text h1 {
        font-size: 40px;
    }
    
    .find-reseller-new-lp-content-wrapper .Landing-content h2 {
        font-size: 25px;
    }
    
    .find-reseller-new-lp-content-wrapper .Landing-content ul li:nth-child(1) {
        background-position: top center;
        padding: 70px 0px 40px 0px;
        text-align: justify;
    }
    
    .find-reseller-new-lp-content-wrapper .Landing-content ul li:nth-child(2) {
        background-position: top center;
        padding: 70px 0px 40px 0px;
        text-align: justify;
    }
    
    .find-reseller-new-lp-content-wrapper .Landing-content ul li:nth-child(3) {
        background-position: top center;
        padding: 70px 0px 40px 0px;
        text-align: justify;
    }
    
    .find-reseller-new-lp-content-wrapper .Landing-content ul {
        padding-left: 0px;
    }
    
    .new-lp-form .hs-form-field label {
        float: none !important;
        margin: 0 auto !important;
        padding-bottom: 15px;
        display: block;
    }
    
    .new-lp-form form {
        text-align: center;
    }
    
    .new-lp-form .input {
        width: 100%;
        max-width: 100%;
        float: left;
        padding-bottom: 15px;
    }
    
    .new-lp-form input.hs-button.primary.large {
        font-size: 14px;
        margin-top: 20px;
        padding: 12px;

    }
    
    .dealer-form-outer .dealer-form{
        width: 90% !important;
    }
    
    .dealer-form label {
        font-size: 15px !important;
    }
    
    .dealer-form .user .radio-label {
        width: 100% !important;
    }
    
    .dealer-form .user .radio-label:last-child{
        width: 100% !important;
    }
    
    .landing-page .new-lp-form .hs-form-field label {
        width: 100%;
    }

}


/********find a reseller LP new responsive code ends here*******/

/**************Dealer Request Form page style starts here*************/ 

.dealer-form-outer .dealer-form {
    width:70%;
    float:none !important;
    margin:0px auto !important;
    padding-top:40px;
}

.dealer-form h3{
    color: #fff;
    background-color: #47C174;
    text-align: center;
    margin: 0px;
    font-size: 24px;
    font-weight: 100;
    padding: 20px 10px;
}

.dealer-form label {
    width:40%;
    padding-right: 50px;
    padding-top:10px;
    float:left;
    text-align:left;
    font-size:20px;
}

.dealer-form .required{
    color:#ff4646;
}

.dealer-form input, .dealer-form select {
    width:50%;
    float:left;
    height:35px;
    border: 1px solid #ccc;
}

.dealer-form input[type=text], .dealer-form input[type=email] {
    -webkit-appearance: none;
}

.dealer-form input:focus, .dealer-form select:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.dealer-form .input-field {
    float: left;
    width: 100%;
}

.dealer-form .deal-form {
    padding: 60px 40px;
    padding-top:20px;
    float:left;
    background-color: #f4f4f4;
    margin-bottom:40px;
}


.dealer-form  input[type=radio]{
    width:auto !important;
    height:auto;
}

.dealer-form .radio-label{
    float:left;
    width: 50%;
    padding-bottom: 10px;
}

.dealer-form .user .radio-label:last-child {
    float:right;
    width:52.5%;
}

.dealer-form  .btn {
    text-align: center;
}

.dealer-form  .btn button{
    width: 100%;
    cursor: pointer;
    background-color: #6cbf69;
    border: 1px solid #6cbf69;
    color: rgb(255, 255, 255);
    padding: 8px 20px;
    font-size: 20px;
}

.dealer-form  .btn button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

/*.dealer-form .first-name, 
.dealer-form .last-name, 
.dealer-form .email, 
.dealer-form .phnb , 
.dealer-form .post-code, 
.dealer-form .city, 
.dealer-form .state,
.dealer-form .country{
    width: 50%;
    float: left;
}

.dealer-form .first-name label, 
.dealer-form .last-name label, 
.dealer-form .email label, 
.dealer-form .phnb label, 
.dealer-form .post-code label, 
.dealer-form .city label,
.dealer-form .state label,
.dealer-form .country label {
    width: 35%;
}*/




/**************Dealer Request Form page style starts here*************/ 


/******************Reseller new login form*******************/
.reseller-new-login-form label {
    font-size: 20px;
    color: #58595b;
    font-weight: 400;
}

.reseller-new-login-form input#input{
    width: 100%; 
    -webkit-appearance: none;
    border: 1px solid #ccc;
    height: 30px;
}

.reseller-new-login-form{
    width: 50% !important;
    margin: 100px auto 140px auto !important;
    float: none !important;
    background-color: rgba(204, 204, 204, 0.64);
    text-align: center;
    padding: 40px 20px;
}

.reseller-new-login-form td.input {
    width: 100%;
}

.reseller-new-login-form form{
    width: 60%;
    float: none !important;
    margin: 0 auto !important;
}

.reseller-new-login-form input#action {
    background-color: #007cc1;
    border: 0px;
    padding: 8px 15px;
    float: left;
    margin-top: 10px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    -webkit-appearance: none;
}

.reseller-new-login-form h2 {
    color: #007bc1;
    font-weight: 400;
    font-size: 30px;
    margin-top: 0px;
}

.reseller-new-login-form form td{
    height: 50px;
}

/*****************************Responsive Code Starts Here***********************************/
/************** ipad ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
    
    .reseller-new-login-form {
        width: 70% !important;
        margin: 100px auto 300px auto !important;
    }
    
}

/************** iphone rotate***************/
@media (max-width: 767px) {
    .reseller-new-login-form {
        width: 95% !important;
        margin: 40px auto 60px auto !important;
    }
    
}


/************** iphone ***************/
@media (max-width: 479px) {
   .reseller-new-login-form {
        width: 92% !important;
        margin: 30px auto 50px auto !important;
        padding: 30px 10px;
    } 
    
    .reseller-new-login-form form {
        width: 100%;
    }
    
}

/*****************************Responsive Code Ends Here***********************************/


/****************reseller new login form*******************/












