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

/***************************************
****************** Google Fonts *******/

@import url('https://fonts.googleapis.com/css?family=Cookie');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700&display=swap');

/* 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;}

/***************************************
********************** Variables *******/


























/***screen size 1400px and blow**/






/**/








/***mobile size heading**/














































 /*******************************
***************************** Global Syles *************/
#sidr-main {display: none!important;}
body { font-size: 18px; color: #232323; line-height: 30px; margin: 0px; font-family: 'Open Sans', sans-serif; font-weight:400; }
.row-fluid .page-center {max-width: 1194px; padding: 0 15px; margin: 0 auto!important; float: none;}







*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/*************************************
******************** Padding *******/
.paddingt10 {padding-top: 10px;}
.paddingt20 {padding-top: 20px;}
.paddingt30 {padding-top: 30px;}
.paddingt40 {padding-top: 40px;}
.paddingt50 {padding-top: 50px;}
.paddingt60 {padding-top: 60px;}
.paddingt70 {padding-top: 70px;}
.paddingt80 {padding-top: 80px;}
.paddingt90 {padding-top: 90px;}
.paddingt100 {padding-top: 100px;}
.paddingt120 {padding-top: 120px;}
.paddingt140 {padding-top: 140px;}
.paddingt160 {padding-top: 160px;}
.paddingt180 {padding-top: 180px;}

.paddingb10 {padding-bottom: 10px;}
.paddingb20 {padding-bottom: 20px;}
.paddingb30 {padding-bottom: 30px;}
.paddingb40 {padding-bottom: 40px;}
.paddingb50 {padding-bottom: 50px;}
.paddingb60 {padding-bottom: 60px;}
.paddingb70 {padding-bottom: 70px;}
.paddingb80 {padding-bottom: 80px;}
.paddingb90 {padding-bottom: 90px;}
.paddingb100 {padding-bottom: 100px;}
.paddingb120 {padding-bottom: 120px;}
.paddingb140 {padding-bottom: 140px;}
.paddingb160 {padding-bottom: 160px;}
.paddingb180 {padding-bottom: 180px;}

.paddingtb10 {padding-top: 10px; padding-bottom: 10px;}
.paddingtb20 {padding-top: 20px; padding-bottom: 20px;}
.paddingtb30 {padding-top: 30px; padding-bottom: 30px;}
.paddingtb40 {padding-top: 40px; padding-bottom: 40px;}
.paddingtb50 {padding-top: 50px; padding-bottom: 50px;}
.paddingtb60 {padding-top: 60px; padding-bottom: 60px;}
.paddingtb70 {padding-top: 70px; padding-bottom: 70px;}
.paddingtb80 {padding-top: 80px; padding-bottom: 80px;}
.paddingtb90 {padding-top: 90px; padding-bottom: 90px;}
.paddingtb100 {padding-top: 100px; padding-bottom: 100px;}
.paddingtb100 {padding-top: 100px; padding-bottom: 100px;}
.paddingtb120 {padding-top: 120px; padding-bottom: 120px;}
.paddingtb130 {padding-top: 130px; padding-bottom: 130px;}
.paddingtb140 {padding-top: 120px; padding-bottom: 120px;}
.paddingtb160 {padding-top: 160px; padding-bottom: 160px;}
.paddingtb180 {padding-top: 180px; padding-bottom: 180px;}

/*************************************
******************** Mobile Padding *******/

@media (max-width: 767px) {
  .mobile_paddingt0 {padding-top: 0px;}
  .mobile_paddingt10 {padding-top: 10px;}
  .mobile_paddingt20 {padding-top: 20px;}
  .mobile_paddingt30 {padding-top: 30px;}
  .mobile_paddingt40 {padding-top: 40px;}
  .mobile_paddingt50 {padding-top: 50px;}
  .mobile_paddingt60 {padding-top: 60px;}
  .mobile_paddingt70 {padding-top: 70px;}
  .mobile_paddingt80 {padding-top: 80px;}
  .mobile_paddingt90 {padding-top: 90px;}
  .mobile_paddingt100 {padding-top: 100px;}
  
  .mobile_paddingb0 {padding-bottom: 0px;}
  .mobile_paddingb10 {padding-bottom: 10px;}
  .mobile_paddingb20 {padding-bottom: 20px;}
  .mobile_paddingb30 {padding-bottom: 30px;}
  .mobile_paddingb40 {padding-bottom: 40px;}
  .mobile_paddingb50 {padding-bottom: 50px;}
  .mobile_paddingb60 {padding-bottom: 60px;}
  .mobile_paddingb70 {padding-bottom: 70px;}
  .mobile_paddingb80 {padding-bottom: 80px;}
  .mobile_paddingb90 {padding-bottom: 90px;}
  .mobile_paddingb100 {padding-bottom: 100px;}

  .mobile_paddingtb10 {padding-top: 10px; padding-bottom: 10px;}
  .mobile_paddingtb20 {padding-top: 20px; padding-bottom: 20px;}
  .mobile_paddingtb30 {padding-top: 30px; padding-bottom: 30px;}
  .mobile_paddingtb40 {padding-top: 40px; padding-bottom: 40px;}
  .mobile_paddingtb50 {padding-top: 50px; padding-bottom: 50px;}
  .mobile_paddingtb60 {padding-top: 60px; padding-bottom: 60px;}
  .mobile_paddingtb70 {padding-top: 70px; padding-bottom: 70px;}
  .mobile_paddingtb80 {padding-top: 80px; padding-bottom: 80px;}
  .mobile_paddingtb90 {padding-top: 90px; padding-bottom: 90px;}
  .mobile_paddingtb100 {padding-top: 100px; padding-bottom: 100px;}
  .set-height {height: auto!important;}
}

/*******************************************
******************** Alignments Css *******/

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

@media (max-width: 767px) {
    .mobile-text-left {text-align: left;}
    .mobile-text-center {text-align: center;}
    .mobile-text-right {text-align: right;}
}
.hs-error-msgs li{color:red;}
 .hs-error-msgs li label {
    display: block;
    font-size: 14px;
    color: red;    font-weight: 600;
}
/*************************************
************* Typography *************/

h1, h2, h3, h4, h5, h6 {  font-family: 'Lora', 'Open Sans', sans-serif; font-weight: normal; line-height: 1.2em; margin:0 0 25px; }
h1 {font-size: 50px;}
h2 {font-size: 48px;}
h3 {font-size: 36px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;} 
a { text-decoration:none; transition: .25s; color:#138035; }
a:hover { text-decoration: none; color:#979797; }
.font-white,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white h5 { color: #fff;}
p{ font-weight:400; margin:0 0 20px; }
ul, 
li, 
ol{ font-size: 18px; color: #232323; line-height: 30px; font-family: 'Open Sans', sans-serif; font-weight:400; margin:0 0 10px; }
img{ max-width:100%; height:auto; }

/*******************************************
******************** Background BGs *******/
.grayBG{ background:#f4f4f4; }


/*****************************************/
/* Header css    */
/*****************************************/
.header-top-row {display: block;overflow: hidden;}
.header-top-row .header-left-col {max-width: 286px; float: left; width:100%; display: inline-block;  color:#232323; padding-top:15px; padding-bottom:15px; } 
.header-left-col a{ color:#232323; font-size:20px; font-weight:600; }
.header-left-col a:hover{ color:#138035; }
.header-top-row .header-right-col {display: inline-block;float: right;}
.header-top-row .header-right-col div.header-contact-info:first-child {font-size: 24px;}
.header-top-row .header-right-col .header-contact-info { margin-top: 40px;}
.header-top-row .header-right-col .header-contact-info.header-apply-now {margin-top:5px; text-align: right;}
.header-top-row .header-right-col .header-contact-info i {transform: rotate(-256deg);font-size: 18px; color:#000; margin-right:10px;}
.header-top-row .header-right-col a:not(.menu_btn){ color:#000; font-family: 'Lora', 'Open Sans', sans-serif; }
.header-top-row .header-right-col a:not(.menu_btn):hover{ color:#138035; }
.header-top-row .header-right-col .header-contact-info a:hover i{ color:#138035; }

.header-btm-row{display:block; width:100%; margin-bottom: -43px;z-index: 999;position: relative;}
.header-mid-col{ text-align:center; font-family: 'Lora', 'Open Sans', sans-serif; }
.menu-main_box{display:inline-block; float:left; padding-left:20px; }
.menu-btn-box{display:inline-block; float:right;}

.header-btm-row .header-menu.custom-menu-primary.js-enabled ul li{ float:none; display:inline-block; vertical-align:top; margin-bottom:0px;}
.menu_btn{ background:#268a46; color:#ffffff;  padding:15px 25px;  display: inline-block; font-family:'Merriweather', 'Open Sans', sans-serif; }
.menu_btn:hover{background:#227b3e;color:#ffffff;}
.header-btm-row .header-menu.custom-menu-primary.js-enabled ul li a{ max-width: inherit; font-family:'Merriweather', 'Open Sans', sans-serif !important; font-size:16px; padding:15px 20px; color:#ffffff !important; 
  display:inline-block; overflow: inherit; font-weight:400; font-size:16px; }
.header-btm-row .header-menu.custom-menu-primary.js-enabled ul li a:hover{ color:#138035; }
.header-btm-row .header-menu.custom-menu-primary.js-enabled ul li a img{ position:relative; top:-45px; }
.header-btm-row .header-menu.custom-menu-primary.js-enabled ul > li.hs-item-has-children >a:after{ content:'\f0dd'; position:absolute; right:0px; font-family: "Font Awesome 5 Free"; 
  font-size:14px; font-weight: 900; top: 22%;}



.header-btm-row .header-menu.custom-menu-primary.js-enabled{ background:#2fa354; border-bottom:4px solid #227b3e; display: inline-block; width:100%;}
.header-btm-row .header-menu.custom-menu-primary.js-enabled ul li{margin-bottom:0px;}
.header-cta{ text-align:right; padding-top:30px; }
.header-cta a.cta_button{ text-transform:uppercase; font-size:18px; color:#fff; display:inline-block; padding:10px 30px; border-radius:30px; border:2px solid #138035; 
  background:#138035; }
.header-cta a.cta_button:hover{ background:#fff; color:#138035; }
.header-btm-row .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .hs-menu-children-wrapper{ background:#fff; padding:10px 0px; border:1px solid;border-color:#2fa354; top: 100%; }
.header-btm-row .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .hs-menu-children-wrapper:after {
	bottom: 100%;	left:20%; border: solid transparent;	content: " ";	height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(19, 128, 53, 0); 
  border-bottom-color: #2fa354; border-width: 7px;	margin-left: -7px; }

.header-btm-row .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .hs-menu-children-wrapper li{ padding:0px; text-align:left; margin:0px; }
.header-btm-row .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .hs-menu-children-wrapper li a{ max-width:inherit; width:auto; display:block; color:#138035 !important; 
  font-family: 'Open Sans', sans-serif; font-weight:normal; font-size:16px;
text-transform:uppercase; padding:5px 20px; width: auto; min-width:160px; }
.header-mid-col .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .hs-menu-children-wrapper li a:hover{ color:#ffffff; background:#138035; }
.header-btm-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .hs-menu-children-wrapper{ width: 225px; }
.header-btm-row .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li{ display:block; }
.header-btm-row .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{ width: auto; white-space: normal; overflow: initial; text-overflow: initial;
font-size:13px; line-height:17px; padding: 10px 20px; text-transform: none; }
.header-btm-row .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{ background:#2fa354; color:#fff !important; }

/*****************************************/
/* Globel Footer css   */
/*****************************************/

.footer-container-wrapper{  }
.footer-container-wrapper .footer-black-bg{ position:relative; padding-top:0px; padding-bottom:0px; min-height: inherit; }
.footer-container-wrapper .footer-black-bg .page-center{ position:absolute; width: 100%; left:0; right:0; background:#232323; top:-50px; padding-top:30px; padding-bottom:30px; }
.footer-container-wrapper .footer-black-bg .email-info{ text-align:right; padding: 0 10% 0 0px;  width:50%; float:left; }
.footer-container-wrapper .footer-black-bg p{ display:inline-block; vertical-align:middle; margin:0px; color:#ffffff; font-family: 'Lora', 'Open Sans', sans-serif; font-size:18px; line-height: 30px; }
.footer-container-wrapper .footer-black-bg p a{ font-weight:bold; font-family: 'Open Sans', sans-serif; }
.footer-container-wrapper .footer-black-bg img{ display:inline-block; vertical-align:middle; margin:0 10px; }
.footer-container-wrapper .footer-black-bg .contact-info{ text-align:left; padding: 0 0 0 10%; float:right; width:50%; border-left:1px solid #4a4a4a; }

div#new-footer-mod {display: block;overflow: hidden; color:#ffffff; width:100%;}
div#new-footer-mod h2{color:#ffffff}
#new-footer-mod .footer-left-col {display: inline-block;float: left; width: 25%;color:#ffffff; margin-right:16.6666666667%}
#new-footer-mod .footer-left-col a{font-size:18px;color: #ffffff;font-family: 'Lora', 'Open Sans', sans-serif;}
#new-footer-mod .footer-left-col .footer-logo {margin-bottom: 20px;}
#new-footer-mod .footer-left-col p{font-size:14px; line-height: 24px}
#new-footer-mod .footer-mid-col {display: block;overflow: hidden;float: left;width: 25%; padding-left:10px;padding-right:10px;}
#new-footer-mod .footer-mid-col .footer-menu ul li{float:none;     height: auto;margin: 0;}
#new-footer-mod .footer-mid-col .footer-menu ul li a[href="https://www.country-classics.com/"],
#new-footer-mod .footer-mid-col .footer-menu ul li a[href="https://www.country-classics.com"] {font-weight: 300}
#new-footer-mod .footer-mid-col .footer-menu ul li a{max-width:100%; color:#ffffff; padding:0 0; font-size:16px}
#new-footer-mod .footer-right-col {width: 33.3333333333%; display: block;overflow: hidden; float: left;padding-left:10px}
#new-footer-mod .footer-right-col .insta-gallery img {display: inline-block;float: left;width: 50%;padding: 5px;}
#new-footer-mod .footer-left-col a:hover,
#new-footer-mod .footer-mid-col .footer-menu ul li a:hover{ color: #138035; }

.footer-copyright-row{ padding:30px 0px; overflow: hidden;}
.footer-copyright-row .social-media-mod{ text-align:center; width:33.3333%; float:left;}
.footer-copyright-row .social-media-mod ul{ margin:0px; padding:0px; list-style:none; }
.footer-copyright-row .social-media-mod ul li{ display:inline-block; margin:0 10px; vertical-align:middle; }
.footer-copyright-row .social-media-mod ul li a{ color:#979797; font-size:30px; }
.footer-copyright-row .social-media-mod ul li a:hover{ color:#138035; }
.footer-copyright-row .copyright-txt{ color:#979797; font-size:14px; float:left; width:33.3333%;}
.footer-copyright-row .back-to-top{ text-align:right; color:#979797; font-size:14px; width:33.3333%; float: left;}
.footer-copyright-row .back-to-top a{ color:#979797; cursor:pointer; }
.footer-copyright-row .back-to-top a:hover{ color:#138035; }

.main-footer-sec .footer-right-col{}
.main-footer-sec .footer-right-col .hs_cos_gallery_thumbnails{ padding:0px !important; }
.main-footer-sec .footer-right-col .slick-slider .slick-track{ width:100% !important; }
.main-footer-sec .footer-right-col .slick-slider .slick-track .hs_cos_gallery_slide.slick-slide{ width:49.9% !important; }
.main-footer-sec .footer-right-col .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide{ margin-bottom:7px; }
.main-footer-sec .footer-right-col .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper{ position: static; padding-right:7px; }
.main-footer-sec .footer-right-col .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img{ max-width: 100%; object-fit:cover; }

/*****************************************/
/* Home page sections    */
/*****************************************/
/***slider**/
.hero-module.main-hero-mod.slick-initialized.slick-slider.slick-dotted {display: block; overflow: hidden; }
.hero-module.main-hero-mod.slick-initialized.slick-slider.slick-dotted .hero-slides { background-size: cover; background-position:bottom center; position:relative;}
.hero-module .banner-content { position: absolute; bottom: 90px; text-align: center;color: #fff;width: 100%;left: 0;right: 0;margin: 0 auto;}
.hero-module .banner-content h2{ font-weight:700;}

.hero-module .slick-arrow {background: none; border: none;font-size: 0;color: #fff;}
.hero-module .slick-arrow::before{font-size:20px; color:#ffffff; } 

/*****************************************/
/* Other modules css here    */
/*****************************************/

/* Three column module css */
.three-box-mod{ display:flex; }
.three-box-mod .boxes-mod{ width:100%; padding: 90px 20px; margin: 7px 3px 0; }  
.three-box-mod .boxes-mod:first-child{ margin-left:0; }
.three-box-mod .boxes-mod:last-child{ margin-right:0; }
.three-box-mod .boxes-mod h3{ color:#ffffff; font-size:36px; margin-top:25px; }  
.three-box-mod .boxes-mod p{ color:#ffffff; font-size:14px; opacity:1; transition:all 0.3s ease-in-out; margin-bottom:0px; }    
/*.three-box-mod .boxes-mod:hover p{ opacity:1; transition:all 0.3s ease-in-out;  }*/
.three-box-mod .boxes-mod .inner-wrap {	margin: 0 auto;	max-width: 375px; }

/* Community module css */
.main-community-mod .comm-header{  }
.main-community-mod .comm-header h2{ font-family:'Cookie', 'Open Sans', sans-serif; font-size:96px; color:#138035; position:relative; display:block; margin:0px; }
.main-community-mod .comm-header h2:before{ content:''; height:3px; background:#c9c6c6; width:150px; display:inline-block; vertical-align:middle; margin:0 50px 20px 0px; }
.main-community-mod .comm-header h2:after{ content:''; height:3px; background:#c9c6c6; width:150px; display:inline-block; vertical-align:middle;  margin:0 0px 20px 50px; }

.community-pos-mod{ display:flex; background:url(https://434465.fs1.hubspotusercontent-na1.net/hubfs/434465/CC_Redesign19/home/small-bg-ptrn.png) 40px 40px no-repeat; justify-content: center; align-items: center; }
.community-pos-mod .comm-content-col{ width:50%; padding:0 0 0 5%;  }
.community-pos-mod .comm-content-col h2{ max-width:470px; }
.community-pos-mod .comm-content-col p{ max-width:470px; }
.community-pos-mod .comm-content-col ul{ padding:0px; list-style:none; margin:0px; }
.community-pos-mod .comm-content-col ul li{ padding-left:20px; position:relative; }
.community-pos-mod .comm-content-col ul li:before{ content:'\f105'; width:20px; height:20px; position:absolute; left:7px; top:5px; font-family: 'Font Awesome 5 Free'; 
  font-weight: 900; -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; color:#138035; }
.community-pos-mod .comm-content-col h3{ font-weight:bold; text-transform:uppercase; }
.community-pos-mod .comm-content-col a.cta_button{ text-transform:uppercase; font-size:18px; color:#fff; display:inline-block; padding:10px 30px; border-radius:0px; 
  border:2px solid #138035; background:#138035; margin:20px 0 0 0px; }
.community-pos-mod .comm-content-col a.cta_button:hover{ background:none; color:#138035; }
.community-pos-mod .comm-content-col.img-based-cta a.cta_button {padding: 0; border: none; opacity: 1; transition: .25s;}
.community-pos-mod .comm-content-col.img-based-cta a.cta_button:hover {opacity: .75;}

.community-pos-mod .comm-image-col{ width:50%; text-align:right;  }
.community-pos-mod.right-pos{ background:url(https://434465.fs1.hubspotusercontent-na1.net/hubfs/434465/CC_Redesign19/home/small-bg-ptrn.png) 81% 120px no-repeat; background-color:#f4f4f4; }
.community-pos-mod.right-pos .comm-content-col{ order:2; }
.community-pos-mod.right-pos .comm-content-col h2{font-size:50px}
.community-pos-mod.right-pos .comm-image-col{ order:1; text-align:left; padding-left:100px; }
.community-pos-mod .comm-image-col img {	width: 100%;	height: auto; box-shadow:0 0 40px rgba(0,0,0,0.2); }


/******.map-mod-sec************/

.map-mod-sec {position: relative; display: block;overflow: hidden;}
.map-mod-sec .section-heading { position: absolute; background: #fff;left: 0; right: 0; margin: 0 auto; max-width: 760px;text-align:center;  box-shadow: 0px 0px 15px rgba(0,0,0,0.3); top:100px;} 
.map-mod-sec .section-heading h4{font-size:30px; margin-bottom:0; padding:30px 0;}

/****contact-info-mod******/
.contact-info-mod{display:block; overflow:hidden; padding-top:40px;}
.contact-info-mod .mod-left-col, .contact-info-mod .mod-right-col {display: block; overflow: hidden; width: 50%;float: left;}
.contact-info-mod .mod-right-col {padding-left: 5%;}
.contact-info-mod .mod-left-col {padding-right: 5%;border-right: 1px solid ; border-color:#ebebeb}
.contact-info-mod .mod-left-col blockquote{ border-left:3px solid; border-color:#2fa354 ; padding-left: 30px; margin: 20px 0 30px; color:#656565; }
.location-info {padding-left: 35px;}
.location-info span { position: relative; font-size:14px; color:#ffffff;width: 20px; height: 20px; display: inline-block;text-align: center; line-height: 20px;}
.location-info span::before {content: ""; width: 20px; height: 20px;background:#2fa354;position: absolute; z-index: -1; left:0; transform: rotate(45deg);}
.location-info strong { margin-left: 10px; font-weight:400}
.location-info p a {display: inline;}
.contact-info-mod .mod-right-col .form-title-bar p{font-size:16px; line-height:24px; color:#656565;}
.contact-info-mod .mod-right-col input{ border-radius:200px; border:1px solid; border-color:#ebebeb; padding: 14px 20px; font-family: 'Open Sans', sans-serif; font-size:14px; }
.contact-info-mod .mod-right-col textarea { border-radius:8px; border:1px solid; border-color:#ebebeb; min-height:150px; font-family: 'Open Sans', sans-serif; font-size:14px; }
.contact-info-mod .mod-right-col label{display:none;}
.contact-info-mod .mod-right-col fieldset{margin-bottom:15px;}
.contact-info-mod .mod-right-col .hs-error-msgs{ list-style:none; padding:0px; }
.contact-info-mod .mod-right-col .hs-error-msgs li label {display: block; font-size:14px; color:red;}
.contact-info-mod .mod-right-col .hs_submit.hs-submit input{ background:#2fa354; font-size:18px; padding:10px 20px;color:#ffffff; border:0px; cursor:pointer; }
.contact-info-mod .mod-right-col .hs_submit.hs-submit input:hover{ background:#333; }
.contact-info-mod .mod-right-col .form-mod{ padding-top:20px; }
.contact-info-mod .mod-right-col  fieldset.form-columns-1 textarea.hs-input{ width: 100%; } 



/***Jersey's Premier New Home Community***/
.two-col-pos-mod.right-pos, .two-col-pos-mod.left-pos {display: flex; overflow: hidden; position:relative;}
.two-col-pos-mod.right-pos h2, .two-col-pos-mod.left-pos h2{font-size:50px; color:#ffffff} 
.two-col-pos-mod.right-pos p, .two-col-pos-mod.left-pos p{ color:#ffffff} 
.two-col-pos-mod.right-pos .mod-left-column, .two-col-pos-mod.right-pos .mod-right-column, .two-col-pos-mod.left-pos .mod-right-column, .two-col-pos-mod.left-pos .mod-left-column{width:50%; display:blcok;}
.two-col-pos-mod.right-pos .mod-left-column{order:2; position:relative;}
.two-col-pos-mod.right-pos .mod-right-column{float:left; padding:50px 6% 50px 6%; min-height:692px;}
.two-col-pos-mod.left-pos .mod-right-column {padding: 4% 5%; min-height:699px;}
.two-col-pos-mod.left-pos .mod-right-column, .two-col-pos-mod.left-pos .mod-left-column{float:left;}
.two-col-pos-mod.left-pos .mod-left-column{position:relative;}
.two-col-pos-mod.right-pos .col-image{}
.two-col-pos-mod.right-pos .col-image img{ width:100%; }

/* Available Apartmentsmodule module css */
.main-avail-mod .avail-head { margin-bottom:60px; text-align:center; }
.main-avail-mod .avail-head h2{ margin-bottom:20px; }
.main-avail-mod .avail-head h6{ margin-bottom:0px; font-family: 'Open Sans', sans-serif; font-size:14px; }

.avail-inner-row{ display:flex; justify-content: center;
    align-items: center;}
.avail-inner-row .avail-box{ width:100%; margin:0 1%; width: 31.33%;}
.avail-inner-row .avail-box:first-child{ margin-left:0; }
.avail-inner-row .avail-box:last-child{ margin-right:0; }
.avail-inner-row .avail-box .avail-img img{ height:auto; }
.avail-inner-row .avail-box .top-row .img-data { display: inline-block; overflow: hidden; background: #232323;}
.avail-inner-row .avail-box .top-row .img-data h6{color:#ffffff; margin-bottom:0; padding:5px 7px; font-size:12px;}
.avail-inner-row .avail-box .top-row .avail-img{margin-top:-9px;}
.avail-inner-row .avail-box .btm-row{ padding:25px; border:1px solid;border-color:#ebebeb; border-top:0px; }
.avail-inner-row .avail-box .btm-row .avail-content h3{font-size:24px; }
.avail-inner-row .avail-box .btm-row .avail-content h3 a{color:#232323}
.avail-inner-row .avail-box .btm-row .avail-content{ border-bottom:1px solid ; border-color:#ebebeb; padding-bottom:15px; min-height:150px; }
.avail-inner-row .avail-box .btm-row .avail-content p{ font-size:14px; text-overflow: ellipsis; min-height: 75px; overflow: hidden; line-height:24px }
.avail-inner-row .avail-box .btm-row .avail-content h4 span{ font-size:14px; display:inline-block; vertical-align:middle; margin-left:7px; color:#797979; font-family:'Open Sans', sans-serif }
.avail-inner-row .avail-box .btm-row .avail-mod{ padding:20px 0px 0px; }
.avail-inner-row .avail-box .btm-row .avail-mod p{ display:inline-block; font-size:12px; color:#797979; padding:0 15px 0 0px; border-right:1px solid; 
  border-color:#ebebeb; margin-bottom:0px; }
.avail-inner-row .avail-box .btm-row .avail-mod p img{ margin-right:15px; margin-left:15px; display: inline-block; vertical-align: middle; }
.avail-inner-row .avail-box .btm-row .avail-mod p:first-child img{ margin-left:0px; }
.avail-inner-row .avail-box .btm-row .avail-mod p:last-child{ padding-right:0px; border-right:0px; }

.deliver-inner-row.avail-inner-row{  }
.deliver-inner-row.avail-inner-row .deliver-wrap{overflow:hidden;}
.deliver-inner-row.avail-inner-row .deliver-wrap .deliver-wrap-inner{ display:flex; }
.deliver-inner-row.avail-inner-row .avail-box{ width:100%; margin:0 1%; background:#fff; }
.deliver-inner-row.avail-inner-row .avail-box .top-row{ position:relative; background:#f4f4f4}
.deliver-inner-row.avail-inner-row .avail-box .top-row .img-data{ display:block;margin-bottom:0px; background:#fff; 
  padding:25px 0 0 25px; border-left:1px solid #ebebeb; border-right:1px solid #ebebeb; } 
.deliver-inner-row.avail-inner-row .avail-box .top-row .img-data h6{ font-size:12px; font-weight:500; text-transform:uppercase; padding:5px 7px; background:#138035; 
  display:inline-block; vertical-align:top;
  color:#ffffff; margin:0 10px 7px 0px; font-family:'Open Sans', sans-serif; margin-bottom:0;}
.deliver-inner-row.avail-inner-row .avail-box .top-row .img-data h6:nth-child(2),
.deliver-inner-row.avail-inner-row .avail-box .top-row .img-data h6:nth-child(4),
.deliver-inner-row.avail-inner-row .avail-box .top-row .img-data h6:nth-child(6),
.deliver-inner-row.avail-inner-row .avail-box .top-row .img-data h6:nth-child(8){ background:#a56b10; }

.deliver-inner-row.avail-inner-row .avail-box:first-child{ margin-left:0; }
.deliver-inner-row.avail-inner-row .avail-box:last-child{ margin-right:0; }
.deliver-inner-row.avail-inner-row .avail-box .avail-img{}
.deliver-inner-row.avail-inner-row .avail-box .avail-img img{ min-height:250px; object-fit:cover; }
.blog-btn{}
.blog-btn a{ text-transform:uppercase; font-size:18px; color:#fff; display:inline-block; padding:10px 30px; border-radius:0px; 
  border:2px solid #138035; background:#138035; margin:20px 0 0 0px; }
.blog-btn a:hover{ background:none; color:#138035; }

.main-deliver-mod .deliver-head { margin-bottom:60px; }
.main-deliver-mod .deliver-head::after { display: block; content: "";	/* overflow: hidden; */	clear: both;}
.main-deliver-mod .deliver-head h2{ margin-bottom:20px; }
.main-deliver-mod .deliver-head h6{ margin-bottom:0px; font-family: 'Open Sans', sans-serif; font-size:14px; }
.main-deliver-mod .deliver-head .left-col{ float:left; width:55%; }
.main-deliver-mod .deliver-head .right-col{ float:right; width:45%; padding-top: 20px; }
.deliver-selection{ text-align:right; }
.deliver-selection p{ display:inline-block; vertical-align:middle; font-family: 'Lora', 'Open Sans', sans-serif; margin:0px; }
.deliver-selection .comm{ display:inline-block; vertical-align:middle; position:relative; margin-left:15px;}
.deliver-selection .comm .dropbtn{ padding:5px 7px; border:1px solid ;border-color:#ebebeb; font-size:12px; color:#797979; cursor:pointer; 
  min-width: 215px; text-align:left; }
.deliver-selection .comm .dropbtn .fas.fa-caret-down { float: right; margin-top: 6px; }

.deliver-selection .comm .datacomm{ position:absolute; border:1px solid;border-color:#2fa354; font-size:12px; color:#232323; padding:7px 15px; 
  width:100%; top:100%; left:0; background:#fff; text-align:left;z-index:9; }

/* Map section module css */
.main-map-mod{  }
.main-map-mod .map-btm-row{ position:relative; }
.main-map-mod .map-btm-row .map-listing{ position:absolute; left:5%; top:15%; background:#fff; box-shadow:0 0 20px rgba(0,0,0,0.2); z-index:10; padding:30px 60px 60px; width: 450px; 
  max-height:505px; overflow:auto; }
.main-map-mod .map-btm-row .map-listing h3{ border-bottom:1px solid #d3d3d3; padding-bottom:30px; margin-bottom:20px; }
.main-map-mod .map-btm-row .map-listing .locator-items{ border-bottom:1px solid #d3d3d3; padding:10px 0px 0px; }
.main-map-mod .map-btm-row .map-listing .locator-items p{ display:inline-block; vertical-align:top; width:85%; }
.main-map-mod .map-btm-row .map-listing .locator-items h5.num{ display:inline-block; vertical-align:top; font-size:30px; font-weight:bold; color:#138035; padding:0 15px 0 0px; width:10%; }

.main-map-mod .map-top-row{}
.main-map-mod .map-top-row .page-center{ position:relative; padding-bottom: 20px; }
.main-map-mod .map-top-row .map-inner-wrap{ position:absolute; left:0; bottom:-100px; border:1px solid; border-color:; background:#ffffff; padding:20px 20px; width:100%; 
  z-index:100; text-align:center; }
.main-map-mod .map-top-row .map-inner-wrap .build-col{ display:inline-block; vertical-align:middle; border-right:1px solid #e3e3e3; padding:12px 0px; margin:0 20px; width:150px; position:relative; }
.main-map-mod .map-top-row .map-inner-wrap .community-col{ display:inline-block; vertical-align:middle; border-right:1px solid #e3e3e3; padding:12px 0px; margin:0 20px; width:220px; position:relative; }
.main-map-mod .map-top-row .map-inner-wrap .property-col{ display:inline-block; vertical-align:middle; width:58%; padding:0px 0px; text-align:left; }
.main-map-mod .map-top-row .map-inner-wrap .property-col .autocomplete{ display:inline-block; vertical-align:middle; width:60%; border:0px; padding:14px 15px; font-size:14px; color:#797979; }
.main-map-mod .map-top-row .map-inner-wrap .property-col #submit-button{vertical-align:middle; display:inline-block; font-size:18px; color:#fff; display:inline-block; 
  padding:10px 30px; border-radius:0px; 
  border:2px solid #138035; background:#138035; margin:0px 0 0 0px; cursor:pointer; font-weight:300; float:right; }
.main-map-mod .map-top-row .map-inner-wrap .property-col #submit-button:hover{ background:none; color:#138035; } 


.main-map-mod .map-top-row .map-inner-wrap .dropbtns{ cursor:pointer; text-align:; }
.main-map-mod .map-top-row .map-inner-wrap .dropbtns span{ color:#232323; font-size:18px; text-transform:uppercase; font-weight:bold;  }
.main-map-mod .map-top-row .map-inner-wrap .dropbtns:hover span{ color:#138035; }
.main-map-mod .map-top-row .map-inner-wrap .build-data{ position:absolute; border:1px solid; border-color:#2fa354; font-size:12px; color:#232323; padding:7px 15px; 
  width:100%; top:100%; left:-15px; background:#fff; text-align:left;  }
.main-map-mod .map-top-row .map-inner-wrap .build-data a{ display:block; }
.main-map-mod .map-top-row .map-inner-wrap .map-data{ position:absolute; border:1px solid ;border-color#2fa354; font-size:12px; color:#232323; padding:7px 15px; 
  width:100%; top:100%; left:-15px; background:#fff; text-align:left; }
.main-map-mod .map-top-row .map-inner-wrap .map-data a{ display:block; }
.main-map-mod .map-top-row .map-inner-wrap .dropbtns i.fas{ margin-left:10px; }

.main-map-mod .map-btm-row #googlemap{ min-height:650px; height:650px; }
.labels{ font-size:36px; font-weight:bold; color:#138035; font-family:'Lora','Open Sans',sans-serif; line-height:36px; text-align:center; }

/* Other logos module css */
.main-logo-mod .slick-initialized .slick-slide{ padding:0 0px; text-align:center; }
.main-logo-mod .slick-initialized .slick-slide img{ opacity:0.3; height:auto; display: inline-block; }
.main-logo-mod .slick-initialized .slick-slide.slick-current.slick-center img{ opacity:1; }
.main-logo-mod .inner-logo-mod.slick-slider{}
.main-logo-mod .inner-logo-mod.slick-slider .slick-arrow{ display:none !important; }


/*****************************************/
/* Slider main Hero modules css here    */
/*****************************************/

.main-hero-mod{ position:relative; }
.main-hero-mod .slick-arrow{ position:absolute; top:50%; z-index:10;height:70px; }
.main-hero-mod .slick-arrow.slick-prev{ left:50px; }
.main-hero-mod .slick-arrow.slick-prev::before { content: "❬"; }
.main-hero-mod .slick-arrow.slick-next::before { content: "❭"; }
.main-hero-mod .slick-arrow.slick-next{ right:50px; }
.main-hero-mod .slick-arrow.slick-prev::before, .main-hero-mod .slick-arrow.slick-next::before{ font-size:70px; line-height:70px;}


.main-hero-mod.slick-slider ul.slick-dots{ position:absolute; bottom:60px; left:0; right:0; text-align:center; }

.slick-slider{position: relative;display: block;box-sizing: border-box; -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;
  user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{ -webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); 
  transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}
.slick-track:before,.slick-track:after{display: table; content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{ }
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
ul.slick-dots li {list-style: none; display: inline;}
ul.slick-dots { padding-left: 0;}
ul.slick-dots button{font-size:0px; width:12px; height:12px;border: 0px;margin: 0 4px; padding:0px;}

.main-hero-mod .hero-slides img{ width:100%; height:auto; }
.main-hero-mod.slick-slider{ margin-bottom:0px; }

.main-hero-mod.slick-slider .slick-dots li button{ border-radius: 50%; background: #b7b7b7; cursor:pointer; }
.main-hero-mod.slick-slider .slick-dots li button::before{ display:none; }
.main-hero-mod.slick-slider .slick-dots li.slick-active button{ background: #fff; }

/** Contact page css **/

.inner-banner-mod img{ max-height:400px; object-fit:cover; }
.inner-banner-mod{
  background-size: cover;
  background-position: 50%;
  min-height: 500px;
}
.inner-banner-mod img{ object-fit:cover; max-height:285px; width:100%; object-position: top; }

@media (max-width: 767px) {
  .inner-banner-mod {min-height: 250px;}
}
.main-contactus-sec{ padding:70px 0px; }
.main-contactus-sec .page-center{ display:flex; }
.main-contactus-sec .page-center .section-left-col{ width:35%; align-self:center; padding:40px; background:#2fa354; }
.main-contactus-sec .page-center .section-right-col{ width:65%; align-self:center; padding:0 100px 0px; }
.main-contactus-sec .page-center .section-left-col .section-heading{ padding-bottom:20px; }
.main-contactus-sec .page-center .section-left-col .section-heading h2{ display:inline-block; vertical-align:middle; margin:0px; color:#ffffff; }
.main-contactus-sec .page-center .section-left-col .section-heading img{ display:inline-block; vertical-align:middle; margin:0 0 0 10px; }
.main-contactus-sec .page-center .section-left-col .section-form{  }
.main-contactus-sec .page-center .section-left-col .section-form .hs-form-field{ margin-bottom:20px; }
.main-contactus-sec .page-center .section-left-col .section-form .hs-form-field > label{ display:none; }
.main-contactus-sec .page-center .section-left-col .section-form .hs_when_are_you_looking_to_move.hs-form-field > label {display: block; color: #fff; font-size: 12px;}
.section-form textarea, .section-form input[type="text"], 
.section-form input[type="password"], .section-form input[type="datetime"], 
.section-form input[type="datetime-local"], .section-form input[type="date"], 
.section-form input[type="month"], .section-form input[type="time"], 
.section-form input[type="week"], .section-form input[type="number"], 
.section-form input[type="email"], .section-form input[type="url"], 
.section-form input[type="search"], .section-form input[type="tel"], 
.section-form input[type="color"], .section-form select{ border:1px solid #e5e5e5; background:#ffffff; padding:15px 10px; font-size:12px; color:#8d8d8d; font-family: 'Open Sans', sans-serif; }
.main-contactus-sec .page-center .section-left-col .section-form .hs-submit{ padding-top:10px; }
.main-contactus-sec .page-center .section-left-col .section-form .hs-submit input.hs-button[type=submit]{ font-family: 'Open Sans', sans-serif; color:#2fa354; font-size:18px; text-align:center;
font-weight:bold; padding:15px 20px; display:block; width:100%; border:0px; background:#ffffff; cursor:pointer; }
.main-contactus-sec .page-center .section-left-col .section-form .hs-submit input.hs-button:hover{ color:#fff; background:#333; }
.main-contactus-sec .page-center .section-left-col .section-form .hs-error-msgs{ list-style:none; margin:0px; padding:0px; }
.main-contactus-sec .page-center .section-left-col .section-form .hs-error-msgs li label{ font-size:12px; color:red; }

.main-contactus-sec .page-center .section-right-col .col-info{ margin-bottom:50px; }
.main-contactus-sec .page-center .section-right-col .social-share{}
.main-contactus-sec .page-center .section-right-col .social-share ul{ list-style:none; padding:0px; margin:0px; }
.main-contactus-sec .page-center .section-right-col .social-share ul li{ display:inline-block; margin:0 5px 0 0px; }
.main-contactus-sec .page-center .section-right-col .social-share ul li a{ color:#c6c6c6; display:block; padding:10px 15px; text-align:center; width:50px; }
.main-contactus-sec .page-center .section-right-col .social-share ul li:hover a{ background:#138035; color:#ffffff; }

.map-mod-with-location-options{ position:relative; }  
.map-mod-with-location-options .map-locator{ position:absolute; left:0; bottom:70px; width:100%; text-align:center; }  
.map-mod-with-location-options .map-locator p{ margin:0px; }
.map-mod-with-location-options .map-locator p a{ display:inline-block !important; padding:5px 20px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.1); margin:0 5px; 
  font-size:12px; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.map-mod-with-location-options .map-locator p a:hover{ background:#138035; color:#fff; }
.map-mod-with-location-options .map-locator p a.active{ background:#138035; color:#fff; position:relative; top:-10px; }

.map-mod-with-location-options #googlemap{ height:700px !important; } 
.map-mod-with-location-options #googlemap .gm-style .gm-style-iw-c{ overflow: initial !important; border-radius:0px !important; }
.map-mod-with-location-options #googlemap .gm-style .gm-style-iw-c .addr-img img{ width:350px; height:200px; object-fit:cover; opacity:0.7; }
.map-mod-with-location-options #googlemap .gm-style .gm-style-iw-c .addr-img{ background:#000; }
.map-mod-with-location-options #googlemap .gm-style .gm-style-iw-c .location-detail{ background:#fcfcfc; padding:20px 20px 0px; max-width:350px; } 
.map-mod-with-location-options #googlemap .gm-style .gm-style-iw-c .location-detail p{ font-size:14px; color:#656565; }

.map-mod-with-location-options .gm-style .gm-style-iw-d{ position:relative; }
.map-mod-with-location-options .gm-style .gm-style-iw-d .loc-price{ position:absolute; left:15px; top:46%; z-index:1; }
.map-mod-with-location-options .gm-style .gm-style-iw-d .loc-price p{ margin:0px; font-size:16px; color:#c1c1c1; font-family:'Lora', 'Open Sans', sans-serif;  }
.map-mod-with-location-options .gm-style .gm-style-iw-d .loc-price p strong{ font-size:24px; color:#fff; }
.map-mod-with-location-options #googlemap .gm-style .gm-style-iw-c{ padding:0px; }

.best-design-sec{}
.best-design-sec .section-header{ padding-bottom:30px; }
.best-design-sec .mod-design-row{}
.best-design-sec .mod-design-row .slider-nav{}
.best-design-sec .mod-design-row .slider-nav .slick-list{}
.best-design-sec .mod-design-row .slider-nav .slick-list .slider-item{ padding:0px; margin:10px 15px; position:relative; }
.best-design-sec .mod-design-row .slider-nav .slick-list .slider-item .slide-image{ position:relative; }
.best-design-sec .mod-design-row .slider-nav .slick-list .slider-item:hover .slide-image:after{ position:absolute; left:0; top:0; content:''; width:100%; background:rgba(0,0,0,0.2); height: 100%; }

.best-design-sec .mod-design-row .slider-nav .slick-list .slider-item:hover:before{ position:absolute; left:0; right:0; top:30%; text-align:center; color:#fff; font-size:24px;
  width:50px; height:50px; content:''; display:block; z-index:2; margin:0 auto; background:#138035; line-height:50px; transform:rotate(45deg); }
.best-design-sec .mod-design-row .slider-nav .slick-list .slider-item:hover:after{ position:absolute; left:0; right:0; top:30%; text-align:center; color:#fff; font-size:24px;
  width:50px; height:50px; font-family:'Font Awesome 5 Free'; content:'\f061'; display:block; z-index:2; margin:0 auto; line-height:50px; transform:rotate(90deg);font-weight:900 }

.best-design-sec .mod-design-row .slider-nav .slick-list .slider-item .slide-image img{ min-height:300px; object-fit:cover; max-height:300px; width:100%; }
.best-design-sec .mod-design-row .slider-nav .slick-list .slider-item .slide-title{  background:#fff; padding:20px; position:relative; top:-50px; margin: 0 10%; }
.best-design-sec .mod-design-row .slider-nav .slick-list .slider-item .slide-title h5{ font-size:24px; margin:0px; }
.best-design-sec .mod-design-row .slider-nav .slick-list .slider-item .slide-title p{ font-size:14px; margin:0px; }
.best-design-sec .mod-design-row .slider-nav .slick-list .slider-item:hover .slide-title{ box-shadow:0 0 10px rgba(0,0,0,0.1); }
.best-design-sec .mod-design-row .slider-nav .slick-arrow{ display:none !important; }
.best-design-sec .mod-design-row .slider-nav .slick-dots{ margin:20px 0px 80px; display:inline-block !important; position:relative;  }
.best-design-sec .mod-design-row .slider-nav .slick-dots:before{ height:1px; background:#e6e6e6; width:190px; content:''; display:inline-block; vertical-align:middle; margin:0 15px; }
.best-design-sec .mod-design-row .slider-nav .slick-dots:after{ height:1px; background:#e6e6e6; width:190px; content:''; display:inline-block; vertical-align:middle; margin:0 15px; }
.best-design-sec .mod-design-row .slider-nav ul.slick-dots li button{ font-size:14px; background:none; text-align:center; width:40px; height:40px; border-radius:50%; cursor:pointer; outline:0; }
.best-design-sec .mod-design-row .slider-nav ul.slick-dots li button:hover{ color:#fff; background:#138035; }
.best-design-sec .mod-design-row .slider-nav ul.slick-dots li.slick-active button{ color:#fff; background:#138035; }
.best-design-sec .mod-design-row .slider-nav ul.slick-dots li:first-child:before{ position:absolute; left:0; top:12%; font-family:'Font Awesome 5 Free'; content:'\f104'; display:block; color:#e6e6e6; 
  font-weight:900;font-size:14px; }
.best-design-sec .mod-design-row .slider-nav ul.slick-dots li:last-child:after{ position:absolute; right:0; top:12%; font-family:'Font Awesome 5 Free'; content:'\f105'; display:block; color:#e6e6e6; 
  font-weight:900;font-size:14px; }

.best-design-sec .mod-design-row .slider-for{}
.best-design-sec .mod-design-row .slider-for .slick-list{ margin:0 auto; max-width:1014px; }


.avail-elevation-mod{}
.avail-elevation-mod .section-header{ padding:50px 0 20px; }
.avail-elevation-mod .section-btm-row{ display:flex;     justify-content: center;
    align-items: center;}
.avail-elevation-mod .section-btm-row .section-item{ width:33.3%; padding:0px 13px; }
.avail-elevation-mod .section-btm-row .section-item .item-image{ margin-bottom:25px; }

.floor-plan-mod{}
.floor-plan-mod .section-mid-row{ display:flex; padding:20px 0px; }
.floor-plan-mod .section-mid-row .plan-image{ width:100%; align-self:center; }
.floor-plan-mod .section-mid-row .plan-image:first-child{ padding-right:10px; }
.floor-plan-mod .section-mid-row .plan-image:last-child{ padding-left:10px; }
.floor-plan-mod .section-btm-row{ padding-top:40px; }

.virtual-tour-sec{ padding-bottom:50px; }
.virtual-tour-sec .section-gallery{ max-width: 900px; margin: 0 auto; }
.virtual-tour-sec .section-gallery .slider-for{}
.virtual-tour-sec .section-gallery .slider-for .slick-slide{}
.virtual-tour-sec .section-gallery .slider-for .slick-slide img{ width:100%; height:596px; object-fit:cover; }
.virtual-tour-sec .slider-nav{}
.virtual-tour-sec .slider-nav .gallery-items{ margin:0 8px; position:relative;  cursor:pointer;}
.virtual-tour-sec .slider-nav .gallery-items img{ height:120px; object-fit:cover; margin:0 10px 0 0px; }
.virtual-tour-sec .slider-nav .gallery-items:hover:after{ position:absolute; left:0; top:0; background:rgba(0,0,0,0.2); width:100%; height:100%; display:block; content:''; z-index:1; }
.virtual-tour-sec .slider-nav .gallery-items:hover:before{ position:absolute; left:0; top:33%; text-align:center; color:#fff; font-size:30px;
  width:100%; font-family: 'Font Awesome 5 Free'; content: '\f002'; display:block; z-index:2;font-weight:900 }
.virtual-tour-sec .section-video{ padding:20px 0px 0px; }
.virtual-tour-sec .section-video iframe{ width:100%; }

.virtual-tour-sec .section-btn{ padding-top:40px; padding-bottom:40px; }
.virtual-tour-sec .section-gallery .slider-nav{ padding:15px 70px; }
.virtual-tour-sec .section-gallery .slider-nav .slick-arrow{ position:absolute; top:33%; width:50px; height:50px; border:0px; background:#138035; text-align:center; 
  color:; font-size:0px; cursor:pointer; }  
.virtual-tour-sec .section-gallery .slider-nav .slick-arrow:hover{ background:#333; }
.virtual-tour-sec .section-gallery .slider-nav .slick-arrow.slick-prev{ left:0; }
.virtual-tour-sec .section-gallery .slider-nav .slick-arrow.slick-next{ right:0; }
.virtual-tour-sec .section-gallery .slider-nav .slick-arrow:before{ color:#fff; font-size:24px; font-family: 'Font Awesome 5 Free'; content: '\f104'; font-weight:900}
.virtual-tour-sec .section-gallery .slider-nav .slick-arrow.slick-next:before{ content:'\f105'; }


.section-btn,
.section-btm-row{}
.section-btn a.cta_button,
.section-btm-row a.cta_button{ background:#2fa354; font-size:24px; font-weight:bold; color:#fff; display:inline-block; padding:0 40px 0 0px; }
.section-btn a.cta_button img,
.section-btm-row a.cta_button img{ vertical-align:middle; padding: 15px 15px; background:#268a46; margin-right:30px; max-height: 70px; }
.section-btn a.cta_button span, 
.section-btm-row a.cta_button span{ opacity:1; vertical-align:middle; display:inline-block; }

.section-btn a.cta_button:hover,
.section-btm-row a.cta_button:hover{ background:#268a46; }
.section-btn a.cta_button:hover img, 
.section-btm-row a.cta_button:hover img{ background:#2fa354; }


/** Delivery home css **/
.blog-banner-mod{ background-position:center bottom; background-size:cover; min-height:400px; }
.blog-banner-mod img{ max-height:440px; object-fit:cover; min-height:440px; width:100%; }
.blog-banner-mod .banner-content{ padding-top:120px; }
.blog-banner-mod .banner-content h1{ color:#ffffff; font-weight:bold; }
.post-detail-mod { padding: 80px 0 30px; }
.post-detail-mod .detail-header-mod{ display:flex; }
.post-detail-mod .detail-header-mod .left-col{ width:70%; align-self:center; }
.post-detail-mod .detail-header-mod .left-col h1{ margin-bottom:7px; font-size:36px; }
.post-detail-mod .detail-header-mod .left-col span img{ display:inline-block; vertical-align:middle; }
.post-detail-mod .detail-header-mod .right-col{ width:30%; align-self:center; text-align:right; }
.post-detail-mod .detail-header-mod .right-col h4{ margin:0px; font-size:30px; font-weight:bold; }



.detail-gallery{  }
.detail-gallery .gallery-mod .galery-image{ /*padding:0 15px; text-align:center; margin:0 auto; display: inline-block; float: none; */ text-align:center; padding:0 0px; }  
.detail-gallery .gallery-mod .galery-image img{ min-height:500px; max-height:500px; object-fit:cover; /*margin:0 auto;*/ width:98%; }
.detail-gallery .gallery-mod .slick-arrow{ position:absolute; top:45%; background:rgba(255,255,255,0.7); z-index:1; padding:15px 20px; color:#232323; border:0px; left:10%; cursor:pointer; font-size:0px; } 
.detail-gallery .gallery-mod .slick-arrow:before{ display:inline-block; font-size:24px; font-family:'Font Awesome 5 Free'; content:'\f104';font-weight:900 }
.detail-gallery .gallery-mod .slick-arrow.slick-next{ left: inherit; right:10%; } 
.detail-gallery .gallery-mod .slick-arrow.slick-next:before{ content: '\f105'; } 
.detail-gallery .gallery-mod .slick-arrow:hover{ background:rgba(255,255,255,1); }

.detail-mid-col{ padding:55px 0px; }
.detail-mid-col .detail-post-content{}
.detail-mid-col h3{ padding-bottom:10px; border-bottom:1px solid #e6e6e6; margin-bottom:40px; }

.detail-mid-col .design-essence-mod{ margin-top:50px; padding:50px; background:#f3f3f3; display:flex; }
.detail-mid-col .design-essence-mod .mod-items{ width:70%; }
.detail-mid-col .design-essence-mod .mod-items ul{ list-style:none; margin:0px; padding:0px; display:flex; }
.detail-mid-col .design-essence-mod .mod-items ul li{ background:#fff; padding:25px 15px; position:relative; top:0; text-align:center; margin:0 0.5px; font-size:16px; font-family:'Lora', 'Open Sans', sans-serif; width: 100%; transition:all 0.3s ease-in-out; }
.detail-mid-col .design-essence-mod .mod-items ul li:hover{  top:-15px; box-shadow:0 0 10px rgba(0,0,0,0.1); transition:all 0.3s ease-in-out; }
.detail-mid-col .design-essence-mod .mod-items ul li span{ display:block; opacity:0.6; font-size:14px; } 
.detail-mid-col .design-essence-mod .mod-items ul li img{ display:block; margin:0 auto 20px; }
.detail-mid-col .design-essence-mod .share-items{ width:30%; background:#fff; padding:45px 20px; text-align:center; margin-left:1px; transition:all 0.3s ease-in-out; }
.detail-mid-col .design-essence-mod .share-items:hover{ padding:30px 20px; }
.detail-mid-col .design-essence-mod .share-items ul{ list-style:none; margin:0px; padding:0px; width:100%; }
.detail-mid-col .design-essence-mod .share-items ul li{ display:inline-block; vertical-align:middle; margin:0 4px;  }
.detail-mid-col .design-essence-mod .share-items ul li a{ border:1px solid #f3f3f3; padding:10px 15px; display:block; width:60px; height:60px; color:#b4b4b4; line-height:40px; }
.detail-mid-col .design-essence-mod .share-items ul li span{ display:block; font-size:14px; transition:all 0.3s ease-in-out; height:0px; overflow: hidden; }
.detail-mid-col .design-essence-mod .share-items ul li:hover a{ border-color:#138035; background:#138035; color:#ffffff; }
.detail-mid-col .design-essence-mod .share-items ul li:hover span{ padding:10px 0 0 0px; height:40px; transition:all 0.3s ease-in-out; } 

.download-brouchure-mod,
.features-list{ padding-bottom:50px; margin-top:50px; }
.features-list .list-items{  }
.features-list .list-items ul{ list-style:none; margin:0px; padding:0px; }
.features-list .list-items ul li{ display:inline-block; padding:0 0 0 25px; vertical-align:top; margin:0 20px 15px 0px; line-height:normal; font-size: 16px;
  background:url('https://434465.fs1.hubspotusercontent-na1.net/hubfs/434465/CC_Redesign19/quick-delivery-homes/list-icon.png') 0 5px no-repeat; }
.download-brouchure-mod .mod-btm-row{}
.download-brouchure-mod .mod-btm-row a{ display:inline-block; margin:0 20px 20px 0px; background:#2fa354; color:#ffffff; font-size:16px; border:1px solid #268a46; }
.download-brouchure-mod .mod-btm-row a span.item-img{ background:#268a46; padding:10px; display: inline-block; vertical-align:middle; }
.download-brouchure-mod .mod-btm-row a span.item-txt{ display:inline-block; padding:10px 50px 10px 30px; vertical-align:middle; opacity:1; }   
.download-brouchure-mod .mod-btm-row a:hover{ background:#268a46; }
.download-brouchure-mod .mod-btm-row a:hover span.item-img{ background:#2fa354; } 

.map-location-mod{}
.map-location-mod .mod-mlocator{}
.map-location-mod .mod-mlocator iframe{ min-height:450px; }


.post-item-row { display: -webkit-flex; /* Safari */  -webkit-flex-wrap: wrap; /* Safari 6.1+ */  display: flex; flex-wrap: wrap; }

.blog-listing-sec{ background:#f4f4f4; }
.blog-listing-sec .listing-top-header{ padding:0 30px 50px; }
.blog-listing-sec .listing-top-header p{ font-size:16px; }

.sort-bar{ display:flex; padding:20px 0px; border-bottom:1px solid #e9e9e9; margin-bottom:50px; }
.sort-bar .left-sort-bar,
.sort-bar .right-sort-bar{ width:100%;  }
.sort-bar .left-sort-bar{ font-family:'Lora', 'Open Sans', sans-serif; font-size:18px; color:#000000; }
.sort-bar .left-sort-bar button.btn{ border:1px solid #e6e6e6; color:#c4c4c4; padding:10px; width:34px; height:34px; line-height: 10px; cursor:pointer; display: inline-block; background:none;
  vertical-align: middle; margin:0 0 0 10px; }
.sort-bar .left-sort-bar button.btn.active,
.sort-bar .left-sort-bar button.btn:hover{ background:#138035; color:#ffffff; border-color:#138035; }  
.sort-bar .right-sort-bar{ text-align:right; font-family:'Lora', 'Open Sans', sans-serif; color:#3d3d3d; font-size:18px; }
.sort-bar .right-sort-bar .b-select{ display:inline-block; width:151px; border:1px solid #e6e6e6; vertical-align: middle; font-size:12px; color:#3d3d3d; margin-left:25px; background:none; padding:10px 15px; } 


.post-listing-wrapper{}
.post-listing-wrapper .post-item-row{}
.post-listing-wrapper .post-item-row .post-item{ display:flex; margin-bottom:50px; width:100%; }
.post-listing-wrapper .post-item-row .post-item .item-left-col{ width: 50%; }
.post-listing-wrapper .post-item-row .post-item .item-left-col .post-image .gallery-mod{ position:relative; }
.post-listing-wrapper .post-item-row .post-item .item-left-col .post-image .gallery-mod .slick-arrow{ position:absolute; top:40%; background:rgba(35,35,35,0.7); z-index:1; padding:15px 20px; color:#fff; border:0px; left:0; cursor:pointer; font-size:0px; }
.post-listing-wrapper .post-item-row .post-item .item-left-col .post-image .gallery-mod .slick-arrow:before{ display:inline-block; font-size:24px; font-family: 'Font Awesome 5 Free'; content: '\f30a'; }
.post-listing-wrapper .post-item-row .post-item .item-left-col .post-image .gallery-mod .slick-arrow.next-arrow{ left: inherit; right:0; } 
.post-listing-wrapper .post-item-row .post-item .item-left-col .post-image .gallery-mod .slick-arrow.next-arrow:before{ content: '\f30b'; } 
.post-listing-wrapper .post-item-row .post-item .item-left-col .post-image .gallery-mod .slick-arrow:hover{ background:rgba(35,35,35,0.9); } 

.post-listing-wrapper .post-item-row .post-item .item-left-col .post-image .gallery-mod .galery-image{}
.post-listing-wrapper .post-item-row .post-item .item-left-col .post-image .gallery-mod .galery-image img{ min-height:350px; max-height:350px; object-fit:cover; width:100%; }

.post-listing-wrapper .post-item-row .post-item .item-right-col{ background:#fff; border:1px solid #e9e9e9; padding:30px; width: 50%; border-left:0px; }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-top-row{ display:flex; margin-bottom:15px; }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-top-row .left-col{ width:60%; align-self:center; }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-top-row .left-col h3{ margin:0px; font-size:30px;  }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-top-row .left-col h3 a{ color:#232323; }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-top-row .left-col h3 a:hover{ color:#138035; }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-top-row .right-col{ width:40%; text-align:right; font-size:14px; text-transform:uppercase; color:#000000; align-self:center; }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-top-row .right-col strong{  }
.post-listing-wrapper .post-item-row .post-item .item-right-col .body-content{}
.post-listing-wrapper .post-item-row .post-item .item-right-col .body-content p{ font-size:16px; line-height:30px; }


.post-listing-wrapper .post-item-row .post-item .item-right-col .item-featured{ border-bottom:1px solid #e6e6e6; padding-bottom:15px; }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-featured ul{ list-style:none; margin:0px; padding:0px; }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-featured ul li{ display:inline-block; vertical-align:middle; margin:0 15px 0 0px; font-size:12px; color:#919191; padding-right:15px; border-right:1px solid #e6e6e6; }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-featured ul li:last-child{ border-right:0px; }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-featured ul li img{ margin-right:15px; }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-btm-row{ display:flex; padding: 20px 0 0px; }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-btm-row .left-col{ width:70%; align-self:center; }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-btm-row .left-col .home-price{ display:inline-block; vertical-align:middle; margin-right:10px; border-radius:30px; 
  background:#138035; color:#ffffff; padding:7px 30px; font-size:18px; font-family:'Lora', 'Open Sans', sans-serif; font-weight:bold; }

.post-listing-wrapper .post-item-row .post-item .item-right-col .item-btm-row .left-col .post-exta-item{ display:inline-block; vertical-align:middle; font-size:14px; text-transform:uppercase; color:#888888; }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-btm-row .right-col{ width:30%; text-align:right; font-size:12px; align-self:center; } 
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-btm-row .right-col img{ margin-right:10px; vertical-align: middle; display:inline-block; }
.post-listing-wrapper .post-item-row .post-item .item-right-col .item-btm-row .right-col strong.num{ display:inline-block; vertical-align: middle; } 

.post-listing-wrapper .post-item-row .post-item.grid-item{ display: block; padding-right:15px; padding-left: 15px; }
.post-listing-wrapper .post-item-row .post-item.grid-item .item-left-col { width:100%; } 
.post-listing-wrapper .post-item-row .post-item.grid-item .item-right-col{ width:100%; border-left:1px solid #e9e9e9; border-top:0px; }

.blog-pagination{ text-align:center; margin-top: 40px; }
.blog-pagination ul.pagination{ padding:0px; margin:0px; list-style:none; }
.blog-pagination ul.pagination li{ display:inline-block; font-size:14px; text-align:center; margin:0 5px; }
.blog-pagination ul.pagination li a{ display:block; width:40px; height:40px; border-radius:50px; background:#ececec; color:#232323; font-family:'Lora', 'Open Sans', sans-serif; line-height:40px; font-weight:bold; }
.blog-pagination ul.pagination li.active a,
.blog-pagination ul.pagination li a:hover{ background:#138035; color:#ffffff; }
.blog-pagination ul.pagination li:first-child a{ background:none; width:auto; height:auto; font-size:10px; color:#b9b9b9; display: inline-block; }
.blog-pagination ul.pagination li:first-child:after{ content:''; width:190px; height:1px; background:#e6e6e6; display:inline-block; vertical-align:middle; margin:0 5px; }
.blog-pagination ul.pagination li:last-child a{ background:none; width:auto; height:auto; font-size:10px; color:#b9b9b9; display: inline-block; }
.blog-pagination ul.pagination li:last-child:before{ content:''; width:190px; height:1px; background:#e6e6e6; display:inline-block; vertical-align:middle; margin:0 5px; }

/*** Blog pages css ***/
.main-blog-section{ padding:50px 0px 130px; }
.hs-blog-listing .comment-box{ display:none; }
.main-blog-section .post-listing-wrapper .post-item-row .post-item .item-left-col{ position:relative; }
.date-tag{ position:absolute; left:30px; top:30px; width:90px; text-align:center; padding:15px 0px; background:#fff; }
.date-tag h3{ margin:0px; font-size:50px; color:#232323; line-height: 50px; }
.date-tag strong{ font-size:12px; font-weight:normal; text-transform:uppercase; display:block; }
.date-tag span{ opacity:0.6; font-size:12px; display:block; line-height: normal; }
.date-tag br{ display:none; }
.main-blog-section .post-listing-wrapper .post-item-row .post-item .item-right-col{ border:0px; }
.main-blog-section .post-listing-wrapper .post-item-row .post-item .item-right-col h3{ font-size:24px; margin-bottom:15px; }
.main-blog-section .post-listing-wrapper .post-item-row .post-item .item-right-col h3 a{ color:#232323; }
.main-blog-section .post-listing-wrapper .post-item-row .post-item .item-right-col h3 a:hover{ color:#138035; }
.main-blog-section .post-listing-wrapper .post-item-row .post-item .item-right-col .post-author{ font-size:14px; margin-bottom:15px; }
.main-blog-section .post-listing-wrapper .post-item-row .post-item .item-right-col .post-author span{ opacity:0.7; color:#232323; }
.main-blog-section .post-listing-wrapper .post-item-row .post-item .item-right-col .post-author span a{ color:#232323; }
.main-blog-section .post-listing-wrapper .post-item-row .post-item .item-right-col .post-author span a:hover{ color:#138035; } 
.main-blog-section .post-listing-wrapper .post-item-row .post-item .item-right-col .body-content{ }
.main-blog-section .post-listing-wrapper .post-item-row .post-item .item-right-col .body-content p{ font-size:14px; line-height:24px; }
.main-blog-section .post-listing-wrapper .post-item-row .post-item .item-right-col .body-content a.more-link{ display:block; padding:12px 30px; border-radius:30px; background:#2fa354; color:#ffffff; 
  font-size:16px; font-weight:500; width:175px; text-align:center; margin-top: 30px; line-height:normal; }
.main-blog-section .post-listing-wrapper .post-item-row .post-item .item-right-col .body-content a.more-link:hover{ background:#138035; }
.main-blog-section .post-listing-wrapper .post-item-row .post-item .item-left-col .post-image img{ object-fit:cover; min-height:330px; max-height:330px; width:100%; }
.main-blog-section .sort-bar{ border-bottom:2px solid #e9e9e9; }

.main-blog-detail-section{ padding:50px 0 100px; }
.main-blog-detail-section p{ font-size:14px; line-height:24px; } 
.main-blog-detail-section .section-header{ margin-bottom:30px; }
.main-blog-detail-section .section-header h1{ font-size:36px; margin-bottom: 15px; }
.main-blog-detail-section .section-header span.post-auth-tag{ display:block; text-align:center; font-size:16px; opacity:0.7; }
.main-blog-detail-section .section-header span.post-auth-tag a{ text-decoration:underline; } 
.section-image-box{ position:relative; margin-bottom:30px; }
.main-blog-detail-section .section.post-body{ margin-bottom:100px; }
.main-blog-detail-section .bloglisting-social{ margin-bottom:90px; border-bottom: 2px solid #e9e9e9; max-height: 20px; }
.main-blog-detail-section .bloglisting-social h5{ font-size:18px;  margin:0px; display:inline-block; background:#ffffff; }
.main-blog-detail-section .bloglisting-social h5 a{ display:inline-block; vertical-align:middle; border:1px solid #eaeaea; height:39px; width:39px; 
  background:#ffffff; line-height:39px; color:#bcbcbc; text-align:center; margin: 0 0 0 -6px; }
.main-blog-detail-section .bloglisting-social h5 a:first-child{ margin-left:40px; }
.main-blog-detail-section .bloglisting-social h5 a:hover{ color:#ffffff; border-color:#138035; background:#138035; }

.main-blog-detail-section .about-author-sec{ margin:50px 0px; border:3px solid #138035; padding:40px; display:flex; }
.main-blog-detail-section .about-author-sec .left-col{ padding:20px; align-self:center; }
.main-blog-detail-section .about-author-sec .left-col .author-image{ font-size:0px; }

.main-blog-detail-section .about-author-sec .about-author{ width:100%; display:flex; padding:10px 40px; }
.main-blog-detail-section .about-author-sec .about-author .mid-col{ width:100%; padding-right:50px; align-self:center; }
.main-blog-detail-section .about-author-sec .about-author .mid-col a.author-link{ font-size:24px; color:#232323; margin-bottom:15px; font-family:'Lora', 'Open Sans', sans-serif; display:block; }
.main-blog-detail-section .about-author-sec .about-author .mid-col a.author-link:hover{ color:#138035; }
.main-blog-detail-section .about-author-sec .about-author .mid-col p{ font-size:14px; margin-bottom:15px; }
.main-blog-detail-section .about-author-sec .about-author .mid-col p span{ opacity:0.7; }

.main-blog-detail-section .about-author-sec .about-author .right-col{ width:100%; align-self:center; }
.main-blog-detail-section .about-author-sec .about-author .right-col ul{ list-style:none; }
.main-blog-detail-section .about-author-sec .about-author .right-col ul li{ font-size:14px;  }
.main-blog-detail-section .about-author-sec .about-author .right-col ul li i{ margin-right:5px; color:#2fa354; font-size:18px; min-width: 20px; text-align: center; }
.main-blog-detail-section .about-author-sec .about-author .right-col ul li a{ color:#232323; }
.main-blog-detail-section .about-author-sec .about-author .right-col ul li a:hover{ color:#138035; }

.main-blog-detail-section .related-posts{ padding:100px 0 0px; text-align:center; }
.main-blog-detail-section .related-posts h3{ margin-bottom:50px; font-size:28px; }
.main-blog-detail-section .related-posts .related-post-item{ display:inline-block; vertical-align:top; border:1px solid #e6e6e6; width:32%; margin-right:1%; }
.main-blog-detail-section .related-posts .related-post-item:hover{ box-shadow:0 0 20px rgba(0,0,0,0.15); }
.main-blog-detail-section .related-posts .related-post-item .related-image{}
.main-blog-detail-section .related-posts .related-post-item .related-image img{ max-height:200px; min-height:200px; width:100%; object-fit:cover; }
.main-blog-detail-section .related-posts .related-post-item .related-title{ padding:20px 15px 0px; }
.main-blog-detail-section .related-posts .related-post-item .related-title h4{ font-size:16px; color:#232323; margin:0 0 7px; }
.main-blog-detail-section .related-posts .related-post-item .related-title h4:hover{ color:#138035; }
.main-blog-detail-section .related-posts .related-post-item .realted-date{ padding:0 15px 15px; font-size:12px; text-transform:uppercase; color:#2fa354; letter-spacing:1px; }

.hs-blog-post .comment-box{ padding:0 0 120px; }
.hs-blog-post .comment-box:after{ clear:both; content:''; display:block; }
.hs-blog-post .comment-box .comment-header{}
.hs-blog-post .comment-box .comment-header h2{ font-size:28px; margin-bottom:50px; }
.hs-blog-post .comment-box .section.post-footer{ max-width:900px; margin:0 auto; }

.hs-blog-post .comment-box .section.post-footer .hs-form{}
.hs-blog-post .comment-box .section.post-footer .hs-form fieldset{ max-width:inherit; }
.hs-blog-post .comment-box .section.post-footer .hs-form fieldset .hs-form-field{ margin-bottom:20px; } 
.hs-blog-post .comment-box .section.post-footer .hs-form fieldset .hs-form-field >label{ display:none; }
.hs-blog-post .comment-box .section.post-footer .hs-form fieldset .hs-form-field 
.comment-box textarea.hs-input, .comment-box input[type="text"], .comment-box input[type="password"], 
.comment-box input[type="datetime"], .comment-box input[type="datetime-local"], 
.comment-box input[type="date"], 
.comment-box input[type="month"], .comment-box input[type="time"], 
.comment-box input[type="week"], .comment-box input[type="number"], 
.comment-box input[type="email"], .comment-box input[type="url"], 
.comment-box input[type="search"], .comment-box input[type="tel"], 
.comment-box input[type="color"], .comment-box select{ border:1px solid #e5e5e5; padding:15px 20px; font-size:14px; color:#000000; font-family:'Open Sans', sans-serif; }
.comment-box fieldset.form-columns-1 textarea.hs-input{ width:100%; border:1px solid #e5e5e5; padding:15px 20px; font-size:14px; color:#000000; font-family:'Open Sans', sans-serif; }
.comment-box .hs-submit .actions input.hs-button.primary{ width:100%; text-align:center; color:#ffffff; background:#138035; padding:15px 0px; font-weight:bold; font-size:18px; border:0px; cursor:pointer; }
.comment-box .hs-submit .actions input.hs-button.primary:hover{ background:#000000; }
.hs-blog-post .comment-box .hs-error-msgs{ list-style:none; margin:0px; padding:0px;  }
.hs-blog-post .comment-box .hs-error-msgs li{  }
.hs-blog-post .comment-box .hs-error-msgs li label{ font-size:12px; color:red; }

/*** Design studio page css ***/
.unique-mod{ padding:115px 0px; }
.two-col-content-mod .page-center{ display:flex; }
.two-col-content-mod .mod-left-col{ width:60%; }
.two-col-content-mod .mod-left-col iframe{ max-height:424px; width:100%; }
.two-col-content-mod .mod-right-col{ width:40%; padding-left:40px; }
.two-col-content-mod .mod-right-col p{ font-size:16px; }
.two-col-content-mod .mod-right-col p img{ display:inline-block; vertical-align:middle; border-radius:50%; margin-right:15px; }
.two-col-content-mod .mod-right-col p strong{ display:inline-block; vertical-align:middle; font-size:24px; font-weight:normal; }

.main-possibilities-sec{ background:#f4f4f4; padding:90px 0px; text-align:center; }
.main-possibilities-sec .section-header{ margin-bottom:50px; }
.main-possibilities-sec .section-btm-row{ display: -webkit-flex; /* Safari */  -webkit-flex-wrap: wrap; /* Safari 6.1+ */  display: flex; flex-wrap: wrap; }
.main-possibilities-sec .section-btm-row .section-items{ width:49%; margin:5px 0.5%; padding:50px 30px; background:#ffffff; }
.main-possibilities-sec .section-btm-row .section-items .item-img{ margin-bottom:25px; }
.main-possibilities-sec .section-btm-row .section-items .item-title{  }
.main-possibilities-sec .section-btm-row .section-items .item-title h5{ font-size:24px; }
.main-possibilities-sec .section-btm-row .section-items .item-content{}
.main-possibilities-sec .section-btm-row .section-items .item-content p{ font-size:14px; line-height:24px; }

.gallery-design-mod{ padding:100px 0px; }
.gallery-design-mod .section-header{ text-align:center; margin-bottom:50px; }
.gallery-design-mod .section-header p{ font-size:14px; opacity:0.7; max-width:900px; margin:0 auto 20px; }

.gallery-design-mod .section-btm-row{ display: -webkit-flex; /* Safari */  -webkit-flex-wrap: wrap; /* Safari 6.1+ */  display: flex; flex-wrap: wrap; }
.gallery-design-mod .section-btm-row .gallery-item-list{ width:50%; padding:10px; display: -webkit-flex; /* Safari */  -webkit-flex-wrap: wrap; /* Safari 6.1+ */  display: flex; flex-wrap: wrap; }
.gallery-design-mod .section-btm-row .gallery-item-list .two-row-item{ width:50%; margin-bottom:20px; }
.gallery-design-mod .section-btm-row .gallery-item-list .two-row-item:first-child{ padding-right:10px; }
.gallery-design-mod .section-btm-row .gallery-item-list .two-row-item:last-child{ padding-left:10px; }
.gallery-design-mod .section-btm-row .gallery-item-list .one-row-item{ width:100%; }
.gallery-design-mod .section-btm-row .gallery-item-list .gallery-items{ position:relative;} 
.gallery-design-mod .section-btm-row .gallery-item-list .gallery-items .item-title{ display:inline-block; left:0; right:0px; top:30%; position:absolute; z-index:2; margin:0 auto; 
  border:4px solid rgba(255,255,255,0.5); padding:10px; text-align:center; max-width:180px; }
.gallery-design-mod .section-btm-row .gallery-item-list .gallery-items .item-title a{ display:block; padding:40px 20px; background:rgba(255,255,255,0.5); color:#232323; }
.gallery-design-mod .section-btm-row .gallery-item-list .gallery-items .item-title:hover{ border: 4px solid rgba(255,255,255,1); }
.gallery-design-mod .section-btm-row .gallery-item-list .gallery-items .item-title:hover a{ background: rgba(255,255,255,1); }

.gallery-design-mod .section-btn{ text-align:center; margin-top:50px; }
.gallery-design-mod .section-btn a.cta_button{ text-align:center; border-radius:30px; padding:12px 60px; font-size:18px; font-weight:bold; color:#ffffff; font-weight:normal; }

.get-started-mod{ background:#f4f4f4; padding:70px 0px; text-align:center; }
.get-started-mod .section-header h2{ font-size:36px; }
.get-started-mod .section-btm-row{}
.get-started-mod .section-btm-row .left-col{ display:inline-block; vertical-align:middle; padding:0 10px; }
.get-started-mod .section-btm-row .left-col a.cta_button{ text-align:center; border-radius:30px; padding:12px 60px; font-size:18px; font-weight:bold; color:#ffffff; font-family:'Open Sans', sans-serif; }
.get-started-mod .section-btm-row .right-col{ display:inline-block; vertical-align:middle; padding:0 10px; }
.get-started-mod .section-btm-row .right-col a.cta_button{ text-align:center; border-radius:30px; padding:10px 60px; border:1px solid #138035; background:none; 
  font-size:18px; font-weight:bold; color:#138035; font-family:'Open Sans', sans-serif; }
.get-started-mod .section-btm-row .right-col a.cta_button:hover{ color:#ffffff; background:#138035; }

   .two-col-pos-mod .mod-right-column .inner-sec-mod .col-additional-gallery ul.list-unstyled li img{width:100%;}
/*****Community Features*****/


.community-feature-mod .mod-top-row{}
.community-feature-mod .mod-top-row .sec-inner-wrapper{ display:flex; }
.community-feature-mod .mod-top-row .sec-inner-wrapper .image-box.left-col{ width:50%; align-self:center; }
.community-feature-mod .mod-top-row .sec-inner-wrapper .content-box.right-col{ width:50%; padding:0 0 0 40px; align-self:center; }
.community-feature-mod .mod-top-row .sec-inner-wrapper .content-box.right-col p{ font-size:14px; line-height:24px; }
.community-feature-mod .mod-top-row .sec-inner-wrapper .content-box.right-col p a.cta_button { background:#2fa354; color:#fff; display:inline-block; font-size:20px; font-weight:bold; }
.community-feature-mod .mod-top-row .sec-inner-wrapper .content-box.right-col p a.cta_button img{ padding:10px; background:#268a46; max-width:60px; display: inline-block; vertical-align: middle;}
.community-feature-mod .mod-top-row .sec-inner-wrapper .content-box.right-col p a.cta_button span{ display:inline-block; padding:10px 50px 10px 30px; vertical-align:middle; opacity:1; }
.community-feature-mod .mod-top-row .sec-inner-wrapper .content-box.right-col p a.cta_button:hover{ background:#268a46; }
.community-feature-mod .mod-top-row .sec-inner-wrapper .content-box.right-col p a.cta_button:hover img{ background:#2fa354; }

.community-feature-mod .mod-btm-row{ display:flex; padding-top:60px; text-align:center; }
.community-feature-mod .mod-btm-row .feature-items{ width:100%; padding:25px 30px; border-right:1px solid #e9e9e9; }
.community-feature-mod .mod-btm-row .feature-items:last-child{ border-right:0px; }
.community-feature-mod .mod-btm-row .feature-items .item-icon{ margin-bottom:30px; }
.community-feature-mod .mod-btm-row .feature-items .item-content p{ font-size:14px; line-height:24px; }

.two-col-pos-mod.left-pos .mod-right-column{ background-size:cover; background-position:center center; position:relative; }
.mod-right-column{ display:flex; align-items:center; }
.two-col-pos-mod .mod-right-column .overlay{ position: absolute; z-index: 1; width: 100%; height: 100%;top: 0;left:00%;}
.two-col-pos-mod .mod-right-column .inner-sec-mod{ position:relative; z-index:2; }
.two-col-pos-mod .mod-right-column .inner-sec-mod .col-content{}
.two-col-pos-mod .mod-right-column .inner-sec-mod .col-content p{ font-size:16px; }
.two-col-pos-mod .mod-right-column .inner-sec-mod .col-content ul{ margin:0 0 25px 0px; list-style:none; }
.two-col-pos-mod .mod-right-column .inner-sec-mod .col-content ul li{ position:relative; color:#fff; font-size:14px; line-height: normal; } 
.two-col-pos-mod .mod-right-column .inner-sec-mod .col-content ul li:before{ font-family:'Font Awesome 5 Free'; color:#fff; content:'\f105'; display:inline-block; margin:0 15px 0 0px; font-weight:900;position: absolute;
    left: -20px;
    top: 2px;}

.two-col-pos-mod.left-pos .mod-right-column .inner-sec-mod .col-content{ color:#fff; }
.two-col-pos-mod.left-pos .mod-right-column .inner-sec-mod .col-content p{ color:#ffffff; }
.two-col-pos-mod.left-pos .mod-right-column .inner-sec-mod .col-btn{ padding-top:10px; }
.two-col-pos-mod .inner-sec-mod .col-btn a.cta_button.menu_btn{ font-size:18px; font-weight:bold; color:#2fa354; background:#fff; padding:10px 60px; font-family:'Open Sans', sans-serif; }
.two-col-pos-mod .inner-sec-mod .col-btn a.cta_button.menu_btn:hover{ background:#2fa354; color:#fff; }

.two-col-pos-mod .mod-right-column .inner-sec-mod .col-additional-gallery{ padding:30px 0 0 0px; }
.two-col-pos-mod .mod-right-column .inner-sec-mod .col-additional-gallery ul.list-unstyled{ list-style:none; margin:0px; padding:0px; display:flex; }
.two-col-pos-mod .mod-right-column .inner-sec-mod .col-additional-gallery ul.list-unstyled li{ width:100%; padding-right:25px; } 
.two-col-pos-mod .mod-right-column .inner-sec-mod .col-additional-gallery ul.list-unstyled li:last-child{ padding-right:0px; }
.two-col-pos-mod .mod-right-column .inner-sec-mod .col-additional-gallery ul.list-unstyled li a{ display:inline-block; position:relative; }

.hs-content-path-fairway-28.hs-content-name-fairway-28-home .two-col-pos-mod .mod-right-column .inner-sec-mod .col-additional-gallery ul.list-unstyled li a:hover:after{background:rgba(0,0,0,0.75)}
.two-col-pos-mod .mod-right-column .inner-sec-mod .col-additional-gallery ul.list-unstyled li a:hover:after{ background:rgba(47,163,84,0.75); width:100%; height:100%; text-align:center; position:absolute; left:0; top:0; content:''; }
.two-col-pos-mod .mod-right-column .inner-sec-mod .col-additional-gallery ul.list-unstyled li a:hover:before{ top:40%; font-size:18px; font-family:'Font Awesome 5 Free'; color:#fff; content:'\f002'; position: absolute;
left: 0; right: 0; display: inline-block; text-align: center; z-index: 1; font-weight:900;}

.two-col-pos-mod.left-pos .mod-left-column .col-image img{ width:100%; min-height: 705px; object-fit: cover; }
body.community-features .two-col-pos-mod.left-pos .mod-right-column {padding:50px 4%;}
/** Gallery page css **/
.db-gallery-mod{ padding:80px 0px; }  
.db-gallery-mod .section-header{ margin-bottom:50px; }
.db-gallery-mod #gallery{  }  
.db-gallery-mod #gallery .listing-back{ margin-bottom:60px; }  
.db-gallery-mod #gallery .listing-back ul{ list-style:none; padding:0px; margin:0px; }
.db-gallery-mod #gallery .listing-back ul li{ display:inline-block; vertical-align:middle; margin:0 0 4px; }
.db-gallery-mod #gallery .listing-back ul li a{ font-size:18px; font-weight:600; color:#232323; display:block;  }
.db-gallery-mod #gallery .listing-back ul li:hover span{ background:#2fa354; color:#ffffff; }
.db-gallery-mod #gallery .listing-back ul li:hover a{ color:#ffffff; }
.db-gallery-mod #gallery .listing-back ul li span{ display:block; padding:7px 12px; }
.db-gallery-mod #gallery .listing-back ul li span.mixitup-control-active{ background:#2fa354; color:#ffffff; }
.db-gallery-mod #gallery .listing-back ul li span.mixitup-control-active a{ color:#ffffff; }

.db-gallery-mod #gallery .gallery-items{}
.db-gallery-mod #gallery .gallery-items .portfolio{ margin-bottom:5px; cursor:pointer; }
.db-gallery-mod #gallery .gallery-items .portfolio .item-name{ display:none;  }
.db-gallery-mod #gallery .gallery-items .portfolio a{ position:relative; display:block; }
.db-gallery-mod #gallery .gallery-items .portfolio a img{ min-height:207px; width:100%; object-fit:cover; max-height:207px; width:100%; }
.db-gallery-mod #gallery .gallery-items .portfolio a .gi-image {height: 207px; width: 100%; background-size: cover; background-position: 50%;}
.db-gallery-mod #gallery .gallery-items .portfolio a:before{ position:absolute; background:#2fa354; width:55px; height:55px; content:'\f31e'; 
  text-align:center; color:#ffffff; font-family:'Font Awesome 5 Free'; font-weight: 900; margin: 0 auto; left: 0; right: 0; top: 33%; line-height: 55px; display:none; }
.db-gallery-mod #gallery .gallery-items .portfolio a:hover:before{ display:block; }

.db-gallery-mod #gallery .gallery-items #lightgallery.item-image{ padding:0px; }

.db-gallery-mod #gallery .mixitup-page-list{ padding-top:40px; }
.db-gallery-mod #gallery .mixitup-page-list .prev-post{ display:inline-block; vertical-align:middle; }
.db-gallery-mod #gallery .mixitup-page-list .mixitup-control{ display:inline-block; vertical-align:middle; }
.db-gallery-mod #gallery .mixitup-page-list .next-post{ display:inline-block; vertical-align:middle; }
.db-gallery-mod #gallery .mixitup-page-list button.mixitup-control{ background:#ffffff; padding:10px 15px; color:9e9e9e; color:#3d3d3d; font-size:16px; border:0px; margin:3px 7px; cursor:pointer; }
.db-gallery-mod #gallery .mixitup-page-list button.mixitup-control img{ width:20px; display:inline-block; vertical-align:middle; }
.db-gallery-mod #gallery .mixitup-page-list .prev-post button.mixitup-control{ font-size:0px; }
.db-gallery-mod #gallery .mixitup-page-list .next-post button.mixitup-control{ font-size:0px; }
.db-gallery-mod #gallery .mixitup-page-list button.mixitup-control:hover{ color:#3d3d3d; box-shadow:0 0 10px rgba(0,0,0,0.1); }
.db-gallery-mod #gallery .mixitup-page-list button.mixitup-control.mixitup-control-active{ color:#3d3d3d; box-shadow:0 0 10px rgba(0,0,0,0.1); }

/*** FLOOR PLANS MODULE ***/
#hs_cos_wrapper_module_159076976807932 > div {
padding-bottom: 0px !important;
}

#hs_cos_wrapper_module_170967541568939 > div {
  padding-top: 0px !important;
}

/******* Adition css ***************/
.inner-banner-mod{ text-align: center; }
.two-col-pos-mod.right-pos .col-image img,
.two-col-pos-mod.left-pos .mod-left-column .col-image img{ max-height:825px; min-height:825px; object-fit:cover; width:100%; }

.flex-v-mid{ display:flex; }
.flex-v-mid .balance-bx{ align-self:center; }
.flex-v-mid .flex-space{ align-self:center; min-height:590px;  }

/******* System pages css ***********/
.body-container .content-wrapper .main-content{ padding:100px 0px; } 
.body-container .content-wrapper .main-content input[type="text"],
.body-container .content-wrapper .main-content form input[type="password"],
.body-container .content-wrapper .main-content form input.hs-input.email-edit{ border: 1px solid #ebebeb; padding: 14px 20px !important; font-family: 'Open Sans',sans-serif; font-size: 14px; width:100% !important; 
  height:auto !important; margin:0 0 15px 0px; border-radius: 200px; }
.body-container .content-wrapper .main-content form .field > label{ display:block; margin:0 0 5px 0px; }
.body-container .content-wrapper .main-content form a.hs-button.primary,
.body-container .content-wrapper .main-content form input.hs-button.primary{ background: #2fa354; font-size: 18px; padding: 10px 20px; color: #fff; border: 0px; cursor: pointer; 
  font-family: 'Open Sans',sans-serif; border-radius: 200px; }
.body-container .content-wrapper .main-content form a.hs-button.primary:hover,
.body-container .content-wrapper .main-content form input.hs-button.primary:hover{ background: #333; }
.body-container .content-wrapper .main-content .email-prefs .item .checkbox-row input{ margin-top:10px; }
.body-container .content-wrapper .main-content .success{ color:#138035; }

/******** Column pages css ***********/
.full-width-flex-col{ padding:80px 0px 100px; }
.flex-left-col,
.flex-right-col{ padding:60px 0px 80px; }
.flex-mid-col{ padding:60px 0px 80px; }

.full-width-flex-col .field > label{ font-size:16px; display:block; margin:0 0 5px 0px;  }
.full-width-flex-col textarea, .full-width-flex-col input[type="text"], 
.full-width-flex-col input[type="password"], .full-width-flex-col input[type="datetime"], 
.full-width-flex-col input[type="datetime-local"], .full-width-flex-col input[type="date"], 
.full-width-flex-col input[type="month"], .full-width-flex-col input[type="time"], 
.full-width-flex-col input[type="week"], .full-width-flex-col input[type="number"], 
.full-width-flex-col input[type="email"], 
.full-width-flex-col input[type="url"], .full-width-flex-col input[type="search"], 
.full-width-flex-col input[type="tel"], .full-width-flex-col input[type="color"], 
.full-width-flex-col select{ border: 1px solid #ebebeb; padding: 12px 20px !important; font-family: 'Open Sans',sans-serif; font-size: 14px; width:100% !important; 
  height:auto !important; margin:0 0 15px 0px; border-radius: 200px; }
.full-width-flex-col form .hs-button.primary{ background: #2fa354; font-size: 18px; padding: 10px 20px; color: #fff; border: 0px; cursor: pointer; 
  font-family: 'Open Sans',sans-serif; border-radius: 200px; }
.full-width-flex-col form .hs-button.primary:hover{ background: #333; }

.flex-left-col .field,
.flex-right-col .field{ margin-bottom:12px; }
.flex-left-col .field > label,
.flex-right-col .field > label{ font-size:16px; display:block; margin:0 0 5px 0px;  }
.flex-left-col textarea, .flex-left-col input[type="text"], 
.flex-left-col input[type="password"], .flex-left-col input[type="datetime"], 
.flex-left-col input[type="datetime-local"], .flex-left-col input[type="date"], 
.flex-left-col input[type="month"], .flex-left-col input[type="time"], 
.flex-left-col input[type="week"], .flex-left-col input[type="number"], 
.flex-left-col input[type="email"], 
.flex-left-col input[type="url"], .flex-left-col input[type="search"], 
.flex-left-col input[type="tel"], .flex-left-col input[type="color"], 
.flex-left-col select,
.flex-right-col textarea, .flex-right-col input[type="text"], 
.flex-right-col input[type="password"], .flex-right-col input[type="datetime"], 
.flex-right-col input[type="datetime-local"], .flex-right-col input[type="date"], 
.flex-right-col input[type="month"], .flex-right-col input[type="time"], 
.flex-right-col input[type="week"], .flex-right-col input[type="number"], 
.flex-right-col input[type="email"], 
.flex-right-col input[type="url"], .flex-right-col input[type="search"], 
.flex-right-col input[type="tel"], .flex-right-col input[type="color"], 
.flex-right-col select{ border: 1px solid #ebebeb; padding: 12px 20px !important; font-family: 'Open Sans',sans-serif; font-size: 14px; 
  height:auto !important; margin:0 0 15px 0px; border-radius: 200px; }
.flex-right-col form .hs-button.primary,
.flex-left-col form .hs-button.primary{ background: #2fa354; font-size: 18px; padding: 10px 20px; color: #fff; border: 0px; cursor: pointer; 
  font-family: 'Open Sans',sans-serif; border-radius: 200px; }
.flex-right-col form .hs-button.primary:hover,
.flex-left-col form .hs-button.primary:hover{ background: #333; }    


.flex-mid-col .field > label{ font-size:16px; display:block; margin:0 0 5px 0px;  }
.flex-mid-col textarea, .flex-mid-col input[type="text"], 
.flex-mid-col input[type="password"], .flex-mid-col input[type="datetime"], 
.flex-mid-col input[type="datetime-local"], .flex-mid-col input[type="date"], 
.flex-mid-col input[type="month"], .flex-mid-col input[type="time"], 
.flex-mid-col input[type="week"], .flex-mid-col input[type="number"], 
.flex-mid-col input[type="email"], 
.flex-mid-col input[type="url"], .flex-mid-col input[type="search"], 
.flex-mid-col input[type="tel"], .flex-mid-col input[type="color"], 
.flex-mid-col select{ border: 1px solid #ebebeb; padding: 12px 20px !important; font-family: 'Open Sans',sans-serif; font-size: 14px;  
  height:auto !important; margin:0 0 15px 0px; border-radius: 200px; }
.flex-mid-col form .hs-button.primary{ background: #2fa354; font-size: 18px; padding: 10px 20px; color: #fff; border: 0px; cursor: pointer; 
  font-family: 'Open Sans',sans-serif; border-radius: 200px; }
.flex-mid-col form .hs-button.primary:hover{ background: #333; }


@media print {
/* print specific css goes here */
  .header-btm-row{ display:none; }  
  .contact-info-mod .mod-right-col{ display:none; }
  .contact-info-mod .mod-left-col{ float: none; width: auto; border-right: 0px; }
  .footer-container-wrapper{ display:none; }
  
  .gallery-mod, .gallery-mod * { display: block!important; width: 100%!important; transform: none!important; position: relative!important; }
  .gallery-mod img { width: auto!important; margin: 0 auto 20px; }
  .detail-gallery .gallery-mod .galery-image img { min-height: inherit; max-height: 320px; object-fit: cover; width:100%; }
  .detail-gallery .gallery-mod .slick-arrow{ display:none !important; }
  .detail-gallery .gallery-mod .slick-arrow.slick-next{ display:none !important; }
  
  .detail-mid-col .design-essence-mod .mod-items{ width:100%; }
  .detail-mid-col .design-essence-mod .share-items{ display:none; }
  .download-brouchure-mod .mod-btm-row a span.brochure-item{ display:block; background: #2fa354; }
  
  .detail-mid-col{ margin-top: 100px; }
  .features-list{ margin-top: 150px; }
  .download-brouchure-mod{ margin-top: 120px; }
  .contact-info-mod{ margin-top: 190px; }
  .map-location-mod{ margin-top:150px; }
  .map-location-mod .mod-mlocator iframe {  min-height: 400px; }
  
}


/*****************************************/
/* Media Responsive css start here   */
/*****************************************/
@media only screen and (min-width: 1024px) {
.main-avail-mod .avail-inner-row.avail-inner-row-main .avail-mod p img { width: 20px;margin: 0 3px;}
}

@media only screen and (min-width: 992px) {
  .mobile-trigger.cta_border_button{ display:none; }
  .header-container-wrapper .main-header-section.mobile-header{ display:none; }
}

@media only screen and (max-width: 1900px) {
  .two-col-pos-mod.right-pos .col-image img, .two-col-pos-mod.left-pos .col-image img {position: absolute;height: 100%;object-fit: cover;}
  .header-mid-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ font-size: 16px; }
}


@media only screen and (min-width: 1401px) and (max-width: 1500px) {
  .row-fluid .page-center{max-width:1024px}
  .row-fluid .main-avail-mod .page-center{max-width:1164px}
  .community-pos-mod.right-pos .comm-image-col{padding-left:17%;}
  .two-col-pos-mod.right-pos .mod-right-column{padding:4% 6% 4% 12%}
  .two-col-pos-mod.left-pos .mod-right-column{padding:6% 12% 6% 5%}
  .community-pos-mod .comm-content-col{padding:0 16% 0 5%}
  .header-btm-row .header-menu.custom-menu-primary.js-enabled ul li a, .menu_btn{font-size:14px;}
  body{font-size:14px}
  .header-top-row .header-right-col{font-size:18px}
  h1 {font-size: 40px;}
  h2 {font-size: 35px;}
  h3 {font-size: 28px;}
  h4 {font-size: 20px;}
  h5 {font-size: 18px;}
  h6 {font-size: 14px;} 
  .community-pos-mod.right-pos .comm-content-col h2, .two-col-pos-mod.right-pos h2, .two-col-pos-mod.left-pos h2{font-size:35px}
  .map-mod-sec .section-heading h4{font-size:18px}
  .map-mod-sec .map-row iframe {
    height: 500px;
}
  .community-feature-mod .mod-top-row .sec-inner-wrapper .content-box.right-col p a.cta_button span{font-size:16px}
}

@media only screen and (max-width: 1400px) {
  .header-btm-row .header-menu.custom-menu-primary.js-enabled ul li a, .menu_btn{font-size:14px;}
  .header-btm-row .header-menu.custom-menu-primary.js-enabled ul li a{padding:15px 16px;}
  
   body{font-size:14px}
  h1 {font-size: 40px;}
  h2 {font-size: 35px;}
  h3 {font-size: 28px;}
  h4 {font-size: 20px;}
  h5 {font-size: 18px;}
  h6 {font-size: 14px;} 
  .two-col-pos-mod.right-pos .mod-right-column{min-height:600px;}
  .community-pos-mod.right-pos .comm-content-col h2, .two-col-pos-mod.right-pos h2, .two-col-pos-mod.left-pos h2{font-size:35px}
  .header-left-col a{ font-size: 16px; }
  /*.hero-module.main-hero-mod.slick-initialized.slick-slider.slick-dotted .hero-slides{min-height:650px;}*/
  .hero-module .banner-content{bottom:35px;}
  .main-hero-mod.slick-slider ul.slick-dots{bottom:5px;}
  .community-pos-mod .comm-content-col{padding:0 5% 0 5%}
    .map-mod-sec .section-heading h4{font-size:18px}
  .map-mod-sec .map-row iframe {  height: 500px;}
  .contact-info-mod .mod-right-col .form-mod {  padding-top: 0;}
  ul, li, ol{ font-size: 14px; }
  
}

@media only screen and (max-width: 1199px) {
  
  .row-fluid .page-center{max-width:960px}
  .row-fluid .main-avail-mod .page-center{max-width:1164px}
  .header-btm-row .header-menu.custom-menu-primary.js-enabled ul li a{font-size:14px}
  .map-row iframe { height: 500px; }
  .avail-inner-row .avail-box .btm-row .avail-mod p{ padding: 0 10px 0 0px; }
  .avail-inner-row .avail-box .btm-row .avail-mod p img{ margin-right: 5px; margin-left: 10px; }
  .three-box-mod .boxes-mod h3{ font-size: 30px; }
  
  .main-map-mod .map-btm-row .map-listing{ width: 350px; padding: 25px 30px 40px; left: 1%; }
  .main-map-mod .map-top-row .map-inner-wrap .property-col #submit-button{ padding: 10px 20px; font-size: 16px; }
  .main-map-mod .map-top-row .map-inner-wrap .property-col{ width: 50%; }
  .main-map-mod .map-top-row .map-inner-wrap .dropbtns span{ font-size: 16px; }
  .header-cta a.cta_button{ font-size: 13px; }
  .header-mid-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ font-size: 11px; padding: 0 7px; }
  
  .main-contactus-sec .page-center .section-right-col{ padding: 0 50px 0px; width: 60%; }
  .main-contactus-sec .page-center .section-left-col{ width: 40%; }  
  
  .best-design-sec .slider-for{ padding:0 20px; }
  .post-listing-wrapper .post-item-row .post-item .item-right-col .body-content p{ font-size: 14px; line-height: 26px; }
  .db-gallery-mod #gallery .listing-back ul li a{ font-size: 14px; }
  .detail-mid-col .design-essence-mod .share-items{ padding: 45px 10px; }
  .two-col-pos-mod .mod-right-column .inner-sec-mod .col-content p{ line-height: 26px; }
  
  .blog-banner-mod{ background-size: 100%; min-height: inherit; }
  
}

@media only screen and (max-width: 1024px) {
  .header-btm-row .header-menu.custom-menu-primary.js-enabled ul li a{padding:15px 17px;}
  /*.hero-module.main-hero-mod.slick-initialized.slick-slider.slick-dotted .hero-slides{min-height:500px;}*/
  .avail-inner-row{flex-wrap:wrap}
  .avail-inner-row .avail-box { width: 100%;margin: 15px 1%;width: 48.33%;float: left;}
  .avail-inner-row .avail-box:nth-child(2){margin-right:0px;}
  .avail-inner-row .avail-box:nth-child(3){margin-left:0px;}
  .avail-inner-row .avail-box .top-row .avail-img {margin-top: -10px;}
}

@media only screen and (max-width: 991px) {
  .footer-container-wrapper .footer-black-bg .email-info{width:50%;}
  .mobile-trigger {  margin-top: 15px; margin-left: 20px; }
  .menu-main_box .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal { display: none; position: absolute;width: 100%; background:#138035; top: 58px; left: 0; }
  .menu-main_box .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal ul{ padding: 15px; display:block; }
  .menu-main_box .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal ul li{display: block; outline:0; }
  .menu-main_box .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal ul li a{padding: 2px 5px;}
  .menu-main_box .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal ul li a:hover{ color:#000; }
  .mobile-trigger i {position: relative; cursor:pointer; }
  .mobile-trigger i::before {content: "\f0c9"; color: #fff;font-size: 20px;font-family: "Font Awesome 5 Free";font-weight: 900;font-style: initial;}
  .main-community-mod .comm-header h2{ font-size: 66px; }
  .community-pos-mod{ display:block; }
  .community-pos-mod .comm-content-col{ width: auto; padding: 0 5% 5%; }
  .community-pos-mod .comm-image-col {	width: auto;	text-align: center; }
  
  .header-container-wrapper .main-header-section.mobile-header{ position:relative; }
  .header-container-wrapper .main-header-section.mobile-header .row-fluid .page-center{ padding:0px; }
  .header-container-wrapper .main-header-section.mobile-header .phone-num{ color:#ffffff; background:#138035; padding:7px 20px; }
  .header-container-wrapper .main-header-section.mobile-header .phone-num a{ color:#ffffff; }
  .header-container-wrapper .main-header-section.mobile-header .header-cta a.cta_button{ font-size: 14px; padding: 5px 20px; }
  .header-container-wrapper .main-header-section.mobile-header .header-right-col{ padding-left: 20px; padding-right: 20px; }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col{ padding-top: 30px; padding-left: 20px; padding-right: 20px; }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu{}  
  
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .hs-menu-wrapper{ position:absolute; left:0; top:100%; width:100%; background: #fff; padding: 20px; box-shadow:0 0 15px rgba(0,0,0,0.2); display: none;}
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .hs-menu-wrapper ul{ display:block; }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .hs-menu-wrapper ul li{ float: none; width:auto; margin: 1px 0px; }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .hs-menu-wrapper ul li a{ width:auto; max-width: inherit; display: block; font-family: 'Lora', 'Open Sans', sans-serif; color:#138035; }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .hs-menu-wrapper ul li:hover a{ color:#ffffff; background:#138035; }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .hs-menu-wrapper ul li{ position:relative; }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .hs-menu-wrapper ul li ul.hs-menu-children-wrapper{ padding-left:15px; }
   .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .hs-menu-wrapper ul li ul.hs-menu-children-wrapper li a{ font-family: 'Open Sans', sans-serif; }
   .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .hs-menu-wrapper ul li .child-trigger{ position:absolute; right:10px; top:10px;  height:24px; width:24px; cursor:pointer; }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .hs-menu-wrapper ul li .child-trigger i{}
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .hs-menu-wrapper ul li .child-trigger i:before{ content:'\f078'; font-family: 'Font Awesome 5 Free'; font-weight: 900; -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; color:#138035;  }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .hs-menu-wrapper ul li:hover .child-trigger i:before{ color:#ffffff; }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .hs-menu-wrapper ul li .child-trigger.child-open i:before{ content:'\f077'; }
  
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .hs-menu-wrapper ul li ul.hs-menu-children-wrapper{ visibility: visible; opacity: 1; position: static; }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .mobile-trigger{ font-size:30px; width:45px; background:#138035; border:2px solid #138035; line-height: normal; padding: 7px; border-radius: 4px; cursor: pointer; }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .mobile-trigger i { border-top: 2px solid #fff; padding: 5px 0 5px; display: block; border-bottom: 2px solid #fff;	margin: 4px 0; }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .mobile-trigger i:before{ display:block; background:#fff; height:2px; content:'';  }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .mobile-trigger:hover { background:#fff;  }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .mobile-trigger:hover i{ border-top: 2px solid #138035; border-bottom: 2px solid #138035; }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col .header-menu .mobile-trigger:hover i:before{ background:#138035; }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper { visibility: visible; opacity: 1; -webkit-transition: opacity .4s;
    position: static; z-index: 10; left: 0; }
  .header-btm-row .header-menu.custom-menu-primary.js-enabled ul > li.hs-item-has-children > a::after{ display:none; }
  .header-btm-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .hs-menu-children-wrapper{ width:auto; }
  
  .avail-inner-row .avail-box .btm-row .avail-mod p img{ max-height: 20px; margin-right: 5px; margin-left: 5px; }
  
  .main-map-mod .map-top-row .map-inner-wrap .build-col{ width: 120px; margin: 0 10px; }
  .main-map-mod .map-top-row .map-inner-wrap .community-col{ width: 160px; margin: 0 10px; }
  .main-map-mod .map-top-row .map-inner-wrap .property-col #submit-button {	padding: 10px 10px;	font-size: 14px;}
  .main-map-mod .map-top-row .map-inner-wrap .property-col{ width: 55%; }
  
  /*.hero-module.main-hero-mod.slick-initialized.slick-slider.slick-dotted .hero-slides{min-height:500px;}*/
    .two-col-pos-mod.right-pos .col-image img, .two-col-pos-mod.left-pos .col-image img { position: relative; height: auto; min-height:inherit; object-fit: initial;}
  .two-col-pos-mod.right-pos, .two-col-pos-mod.left-pos{display:block}
  .two-col-pos-mod.right-pos .mod-right-column, .two-col-pos-mod.left-pos .mod-right-column{min-height:auto;}
  .two-col-pos-mod.right-pos .mod-left-column,   .two-col-pos-mod.right-pos .mod-right-column, .two-col-pos-mod.left-pos .mod-left-column, .two-col-pos-mod.left-pos .mod-right-column{width:100%;}
  .footer-copyright-row .social-media-mod ul li{ margin: 0 5px; }
  .community-pos-mod.right-pos .comm-image-col{ padding-left:0px; }
  
  ul.slick-dots button{ margin: 0 0px; }
  .best-design-sec .mod-design-row .slider-nav .slick-dots::before,
  .best-design-sec .mod-design-row .slider-nav .slick-dots::after{ width: 100px; }
  .footer-container-wrapper .footer-black-bg .email-info{ padding: 0 5% 0 0px; }
  .main-contactus-sec .page-center .section-left-col{ padding: 25px; }
  
  .detail-mid-col .design-essence-mod{ display: block; }  
  .detail-mid-col .design-essence-mod .mod-items{ width: auto; margin-bottom: 1px; }
  .detail-mid-col .design-essence-mod .share-items{ width: auto; margin-left: 0px; margin-top: 1px; }
  .detail-mid-col .design-essence-mod{ padding: 30px; } 
  .detail-gallery .gallery-mod .slick-arrow{ left:0; }
  .detail-gallery .gallery-mod .slick-arrow.slick-next{ right:0; }
  
  .post-listing-wrapper .post-item-row .post-item .item-left-col .post-image .gallery-mod .galery-image img{ min-height: 420px; max-height: 420px; }
  .post-listing-wrapper .post-item-row .post-item .item-right-col .item-featured ul li{ margin: 0 5px 0 0px; }
  .post-listing-wrapper .post-item-row .post-item .item-right-col .item-featured ul li img{ margin-right: 5px; }
  .post-listing-wrapper .post-item-row .post-item .item-right-col .item-top-row .right-col{ line-height: normal; }
  .main-blog-section .post-listing-wrapper .post-item-row .post-item .item-right-col{ padding-top:0px; padding-bottom:0px; }
  .main-blog-section .post-listing-wrapper .post-item-row .post-item.grid-item .item-right-col{ padding-top:20px; }
  
  .gallery-design-mod .section-btm-row .gallery-item-list .gallery-items .item-title a{ padding: 30px 15px; font-size: 16px; }
  .gallery-design-mod .section-btm-row .gallery-item-list .gallery-items .item-title{ top: 20%; }
  .unique-mod { padding: 75px 0px; }
  
  .two-col-pos-mod.left-pos .mod-left-column .col-image img{ min-height: inherit; }
  .community-feature-mod .mod-top-row .sec-inner-wrapper .content-box.right-col p a.cta_button span{ padding: 10px 30px 10px 20px; }
  .community-feature-mod .mod-top-row .sec-inner-wrapper .content-box.right-col p a.cta_button{ font-size: 16px; }
  .db-gallery-mod #gallery .listing-back ul li span{ padding: 7px 20px; }
  .menu-main_box .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal ul li .child-trigger { cursor:pointer; position: absolute; right: 0; top: 0; width: auto; padding: 20px; }
  .header-btm-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .hs-menu-children-wrapper li a{ font-size:14px; }
  .header-btm-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-item-has-children .child-trigger::after { transform: rotate(180deg);
	top:15px;	right:5px; border: solid transparent; content: " ";	height: 0; width: 0;	position: absolute;	pointer-events: none; border-color: rgba(19,128,53,0); border-bottom-color: #2fa354; border-width: 7px;	margin-left: -7px; }
  .header-btm-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li .hs-menu-children-wrapper::after{ display:none; }
  .header-btm-row .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-item-has-children .child-trigger.child-open::after{ transform: rotate(0deg); top: 6px; }
  
  .blog-banner-mod{ background-size: 100%; min-height: inherit; }
  .blog-banner-mod .banner-content {  padding-top: 50px;}
  .virtual-tour-sec .section-gallery .slider-for .slick-slide img{ height: 480px; }
  
}

@media only screen and (max-width: 767px) {
  h1 {font-size: 35px;}
  h2 {font-size: 32px;}
  h3 {font-size: 20px;}
  h4 {font-size: 17px;}
  h5 {font-size: 15px;}
  h6 {font-size: 13px;} 
  body{ line-height:24px;}
  .hero-module .banner-content{padding:0 40px;}
  /*.hero-module.main-hero-mod.slick-initialized.slick-slider.slick-dotted .hero-slides{min-height:370px;}*/
  .deliver-inner-row.avail-inner-row .avail-box .top-row .img-data{margin-bottom:0;}
  .community-pos-mod.right-pos .comm-content-col h2, .two-col-pos-mod.right-pos h2, .two-col-pos-mod.left-pos h2{font-size:32px}
  .footer-container-wrapper .footer-black-bg .email-info{width:100%;}
  .footer-container-wrapper .footer-black-bg .email-info p{text-align:center;}
  .footer-container-wrapper .footer-black-bg .contact-info{margin-bottom:20px;}
  .footer-container-wrapper .footer-black-bg{overflow:hidden; background:#232323;}
  .footer-container-wrapper .footer-copyright-row .back-to-top a i {font-size: 24px;}
 .footer-container-wrapper .footer-black-bg .contact-info{width:100%; text-align:center;}
  .contact-info-mod .mod-left-col, .contact-info-mod .mod-right-col{width:100%;}
  .contact-info-mod .mod-left-col{padding-left:0; border-right:none;margin-bottom:20px;}
  .map-mod-sec .section-heading{max-width:90%;}
  .map-mod-sec .section-heading h4{font-size:20px;}
  .three-box-mod { display: block;}
  .three-box-mod .boxes-mod{ margin: 7px 0px 0; padding: 60px 20px; }
  .avail-inner-row{ display: block; }
  .avail-inner-row .avail-box{ max-width: 360px; margin: 0 auto 20px !important; width: 100%; float:none;}
  .avail-inner-row .avail-box:first-child{ margin-left: auto; }
  .avail-inner-row .avail-box:last-child { margin-right: auto;}
  .avail-inner-row .avail-box .top-row .avail-img{margin-top:-8px}
  .main-avail-mod .avail-head{ text-align: center; }
  .main-community-mod .comm-header h2{ font-size: 46px; }
  .main-community-mod .comm-header h2::before{ width: 50px; margin: 0 20px 20px 0px; }
  .main-community-mod .comm-header h2::after{ width: 50px; margin: 0 0px 20px 20px; }
  
  
  #new-footer-mod .footer-left-col { width: 100%; margin-right: 0;text-align: center;}
  #new-footer-mod .footer-left-col a{font-size:16px}
  #new-footer-mod .footer-mid-col, #new-footer-mod .footer-right-col{text-align:center; width:100%; padding:0;}
  #new-footer-mod .footer-right-col .insta-gallery img{height:auto;}
  .footer-container-wrapper .footer-black-bg .email-info{ border-bottom: 1px solid;border-color:#4a4a4a; border-right:0px; text-align: center; padding: 0 10px 15px; }
/*   .footer-container-wrapper .footer-black-bg .email-info p{ text-align: right; } */
  .footer-container-wrapper .footer-black-bg .contact-info{ padding: 15px 10px 0px; text-align: center; }
  .footer-container-wrapper .footer-black-bg .contact-info p{ text-align:left; }
  .main-footer-sec{ padding: 30px 0px; }
  .footer-container-wrapper .footer-black-bg .page-center{ position: static; }
  .footer-copyright-row .copyright-txt { text-align: center; padding-bottom:10px; width:100%; }
  
  .footer-copyright-row .social-media-mod{ padding: 10px 0px; width:100%; }
  .footer-copyright-row .back-to-top{ text-align: center; padding-top: 10px;width:100%; }
  .main-footer-sec .footer-left-col{ margin-bottom:35px; }
  .main-footer-sec .footer-mid-col{ margin-bottom:35px; }
  
  .main-hero-mod .hero-slides img{ }
  .header-container-wrapper .main-header-section.mobile-header .header-left-col{ width: 31.491712705%; float: left; padding-top:20px; }
  .header-container-wrapper .main-header-section.mobile-header .header-mid-col{ width: 31.491712705%; margin-left: 2.762430939%; float: left; }
  .header-container-wrapper .main-header-section.mobile-header .header-right-col{ width: 31.491712705%; float: left; padding-right: 0px; }
  .header-container-wrapper .main-header-section.mobile-header .header-right-col .header-cta{ padding-top:20px; }
  
  .main-hero-mod.slick-slider ul.slick-dots{ bottom: 20px;   }
  .main-hero-mod .slick-arrow.slick-next{ right: 0px; }
  .main-hero-mod .slick-arrow.slick-prev{ left:0px; }
  
  .three-box-mod .boxes-mod h3{ font-size: 30px; }
  .main-footer-sec .footer-mid-col .foot-head{ margin-bottom:20px; }
  .three-box-mod .boxes-mod p{ opacity:1; }
  
  .main-deliver-mod .deliver-head{ text-align:center; }
  .main-deliver-mod .deliver-head .left-col { float: none; width: auto;}
  .main-deliver-mod .deliver-head .right-col { float: none;	width: auto;	padding-top: 20px; text-align:center; }
  .deliver-selection { text-align: center;}
  .deliver-inner-row.avail-inner-row .deliver-wrap .deliver-wrap-inner{ display: block; }
  
  .deliver-inner-row.avail-inner-row .avail-box{ max-width: 360px;	margin: 0 auto 20px; }
  .deliver-inner-row.avail-inner-row .avail-box:first-child{ margin-left: auto; }
  .deliver-inner-row.avail-inner-row .avail-box:last-child{ margin-right:auto; }
  .avail-inner-row .avail-box .btm-row .avail-mod p img{ margin-right: 5px; margin-left: 5px; max-height: inherit; }

  .main-map-mod .map-btm-row .map-listing{ position: static; width: inherit; padding: 30px; margin: 0 0 30px 0px; max-height:inherit; }
  .main-map-mod .map-btm-row #googlemap {	min-height: 450px;	height: 450px; }
  
  .main-map-mod .map-top-row .map-inner-wrap{ position: static; overflow:hidden; text-align: center; }
  
  .main-map-mod .map-top-row .map-inner-wrap .property-col{ width:100%; display:block; overflow:hidden; text-align: left;  margin-top:0px; }
  .main-map-mod .map-top-row .map-inner-wrap .build-col,
  .main-map-mod .map-top-row .map-inner-wrap .community-col{ border-right:0px; width: 120px; }
  .main-map-mod .map-top-row .map-inner-wrap .build-col{ z-index: 1; }
  .main-map-mod .map-top-row .map-inner-wrap .map-data{ min-width: 160px; }
  
  .header-top-row .header-right-col{ font-size: 20px; }
  .avail-elevation-mod .section-btm-row{ display: block; }
  .avail-elevation-mod .section-btm-row .section-item{ width: auto; margin-bottom: 50px; padding: 0; }
  .section-btn a.cta_button, .section-btm-row a.cta_button{ font-size: 18px; padding: 0 30px 0 0px;  }
  .section-btn a.cta_button img, .section-btm-row a.cta_button img{ margin-right: 20px; padding: 10px 10px; max-height: 75px; }
  .best-design-sec .mod-design-row .slider-nav .slick-dots::before, .best-design-sec .mod-design-row .slider-nav .slick-dots::after { width: 40px; }
  .floor-plan-mod .section-mid-row{ display: block; }
  .floor-plan-mod .section-mid-row .plan-image:first-child{ padding-right: 0; }
  .floor-plan-mod .section-mid-row .plan-image:last-child{ padding-left:0px; }
  .floor-plan-mod .section-mid-row .plan-image{ padding:20px 0; }
  .floor-plan-mod .section-btn a.cta_button span, .floor-plan-mod .section-btm-row a.cta_button span{    opacity: 1;}
   
  .virtual-tour-sec{ padding-bottom:60px; padding-top:60px; }
  .footer-container-wrapper .footer-black-bg .contact-info{ border-left: 0px; }
  .avail-elevation-mod .section-header{ padding-top: 0px; }
  .best-design-sec .mod-design-row .slider-nav .slick-dots{ margin: 0px 0px 40px; }
  .best-design-sec .mod-design-row .slider-nav .slick-list .slider-item{ margin-bottom:0px; }
  .main-contactus-sec .page-center{ display:block; }
  .main-contactus-sec .page-center .section-left-col{ width:auto; margin-bottom:40px; }
  .main-contactus-sec .page-center .section-right-col{ width: auto; padding: 0 0px 0px; }
  .main-contactus-sec { padding:40px 0px; }
  
  .post-detail-mod { padding: 30px 0; }
  .post-detail-mod .detail-header-mod{ display: block; }
  .post-detail-mod .detail-header-mod .left-col{ width: auto; margin-bottom:20px;}  
  .post-detail-mod .detail-header-mod .right-col{ width: auto; text-align: left; }
  .detail-mid-col .design-essence-mod .mod-items ul{ display:block; text-align:center; }
  .detail-mid-col .design-essence-mod .mod-items ul li{ display: inline-block; width: 32%; margin: 0 1px 4px; }
  .detail-gallery .gallery-mod .galery-image img{ min-height: 300px; max-height: 300px; }
  
  .post-listing-wrapper .post-item-row .post-item{ display:block; }
  .post-listing-wrapper .post-item-row .post-item .item-left-col { width: 100%; }
  .post-listing-wrapper .post-item-row .post-item .item-right-col{ width: 100%; }
  .post-listing-wrapper .post-item-row .post-item .item-left-col .post-image .gallery-mod .galery-image img{ min-height: 350px; max-height: 350px; }
  .post-listing-wrapper .post-item-row .post-item.grid-item{ padding-right: 7px; padding-left: 7px; }
  .post-listing-wrapper .post-item-row .post-item .item-right-col{ padding: 20px; }
  .post-listing-wrapper .post-item-row .post-item .item-right-col .item-top-row{ display: block; }
  .post-listing-wrapper .post-item-row .post-item .item-right-col .item-top-row .left-col{ width: auto; }
  .post-listing-wrapper .post-item-row .post-item .item-right-col .item-top-row .right-col{ width:auto; text-align:left; }
  .post-listing-wrapper .post-item-row .post-item .item-right-col .item-featured ul li{ padding-right: 7px; margin-bottom:7px; }
  .blog-pagination ul.pagination li:first-child::after{ width: 90px; }
  .blog-pagination ul.pagination li:last-child::before{ width: 90px; }
  .blog-listing-sec{ padding: 50px 0px; }
  .post-listing-wrapper .post-item-row .post-item .item-right-col .item-top-row .left-col h3{ margin: 0 0 10px 0px; }
  .main-blog-section .post-listing-wrapper .post-item-row .post-item .item-right-col{ padding-top:20px; }
   
  .hs-blog-post .comment-box{ padding: 0 0 50px }
  .main-blog-detail-section .related-posts .related-post-item{ width: auto; max-width: 350px; margin-bottom:20px; }
  .main-blog-detail-section .about-author-sec{ padding: 20px; display: block; margin-bottom: 0px; }
  .main-blog-detail-section .about-author-sec .left-col .author-image{ text-align: center; }
  .main-blog-detail-section .related-posts{ padding: 50px 0 0px; }
  .main-blog-detail-section .about-author-sec .about-author{ padding: 10px 0px; }
  .main-blog-detail-section .about-author-sec .about-author .mid-col{ padding-right: 10px; }
  .main-blog-detail-section .about-author-sec .about-author .right-col ul{ padding:0px; }
  .main-blog-detail-section{ padding: 30px 0 50px; }
  .main-blog-detail-section .section.post-body{ margin-bottom: 50px; }
  
  .two-col-content-mod .page-center { display: block; }
  .two-col-content-mod .mod-left-col { width: auto; }
  .two-col-content-mod .mod-right-col { width: auto; padding-left: 0px; padding-top:40px; }
  .unique-mod { padding: 30px 0px; }
  .main-possibilities-sec{ padding: 40px 0px; }
  .main-possibilities-sec .section-header { margin-bottom: 30px; }
  .gallery-design-mod .section-btm-row .gallery-item-list{ width: 100%; }
  .two-col-content-mod .mod-left-col iframe{ height: 300px; }
  
  .community-feature-mod .mod-btm-row{ display: -webkit-flex; /* Safari */  -webkit-flex-wrap: wrap; /* Safari 6.1+ */  display: flex; flex-wrap: wrap; }
  .community-feature-mod .mod-btm-row .feature-items{ width:50%; }
  .community-feature-mod .mod-btm-row .feature-items:first-child{ border-bottom:1px solid #e9e9e9; }
  .community-feature-mod .mod-btm-row .feature-items:last-child{ border-top:1px solid #e9e9e9; }
  .community-feature-mod .mod-top-row .sec-inner-wrapper{ display: block; }
  .community-feature-mod .mod-top-row .sec-inner-wrapper .image-box.left-col{ width: auto; text-align: center; }
  .community-feature-mod .mod-top-row .sec-inner-wrapper .content-box.right-col{ width: auto; text-align: center; padding:20px 0px; }
  .community-feature-mod .mod-btm-row{ padding-top:0px; }
  .community-feature-mod .mod-btm-row .feature-items{ padding:15px 10px; }
  .two-col-pos-mod .mod-right-column .inner-sec-mod .col-additional-gallery ul.list-unstyled li:last-child,
  .two-col-pos-mod .mod-right-column .inner-sec-mod .col-additional-gallery ul.list-unstyled li{ padding:5px 7px; margin-bottom: 5px; }
 
  .db-gallery-mod { padding: 40px 0px; }
  .db-gallery-mod #gallery .listing-back{ margin-bottom: 20px; }
  .blog-listing-sec .listing-top-header{ padding: 0 10px 10px; }
  .main-blog-section .sort-bar{ padding-top:0px; }
  .main-blog-section .sort-bar .left-sort-bar{ margin-top:0px; }
  .main-blog-section{ padding-bottom:50px; }
  .blog-pagination{ margin-top: 0px; }
  .hero-module.main-hero-mod.slick-initialized.slick-slider.slick-dotted .hero-slides .page-center{ background-color: #797979; }
  .hero-module.main-hero-mod.slick-initialized.slick-slider.slick-dotted .hero-slides .banner-content{ position:static; padding:40px 20px; }
   
  .main-hero-mod.slick-slider ul.slick-dots li{ margin-left:4px; margin-right:4px; }  
  .menu-main_box{ padding-left:0px; }
  .header-btm-row{ margin-bottom: -20px; }
  
  .blog-banner-mod{ background-size: 100%; min-height: inherit; padding-top:90px; padding-bottom:50px; }
  .blog-banner-mod .banner-content {  padding-top: 50px;}
  .virtual-tour-sec .section-gallery .slider-for .slick-slide img{ height: 400px; }
  
  .body-container .content-wrapper .main-content{ padding: 50px 0px; }
  .flex-left-col, .flex-right-col {  padding:30px 0px; }
  .flex-left-col .field > label, .flex-right-col .field > label,
  .flex-mid-col .field > label{ font-size: 14px; }
  .flex-mid-col{ padding:10px 0px; }
  .full-width-flex-col { padding:30px 0px; }
  
}

@media only screen and (max-width: 520px){
  
  .header-top-row .header-left-col{max-width:220px;}
  .header-top-row .header-right-col a{font-size:16px}
  .map-row iframe{height:350px;}
  
  .post-listing-wrapper .post-item-row .post-item.grid-item{ width:100% !important; padding-right: 0; padding-left: 0; margin-bottom:30px; }  
  .blog-pagination ul.pagination li:first-child::after{ width: 50px; }
  .blog-pagination ul.pagination li:last-child::before{ width: 50px; }
  
  .blog-banner-mod{  padding-top:70px; padding-bottom:20px; }
  .blog-banner-mod .banner-content {  padding-top:30px;}
  
  
}

@media only screen and (max-width: 480px){
  
  .main-community-mod .comm-header h2::before,
  .main-community-mod .comm-header h2::after{ display:none; }
  .footer-container-wrapper .footer-black-bg p a{ font-size:14px; }
  .header-container-wrapper .main-header-section.mobile-header .header-right-col{ padding-left: 0px; padding-right: 0px;  }
  
  .header-container-wrapper .main-header-section.mobile-header .header-left-col{ padding-left: 20px; padding-right: 0px; padding-top: 20px; }
  .header-container-wrapper .main-header-section.mobile-header .header-cta a.cta_button{ font-size: 11px; padding: 5px 15px; }
  .deliver-selection .comm{ margin-left: 0px; }
  .main-deliver-mod .deliver-head{ margin-bottom: 30px; }
  .main-map-mod .map-top-row .map-inner-wrap .property-col .autocomplete{ width: 100%; text-align:center; margin-bottom:10px; }
  .main-map-mod .map-top-row .map-inner-wrap .property-col #submit-button{ width: 100%; }
  
  .best-design-sec .mod-design-row .slider-nav ul.slick-dots li button{ width: 30px; height: 30px; }
  .best-design-sec .mod-design-row .slider-nav ul.slick-dots li:first-child::before,
  .best-design-sec .mod-design-row .slider-nav ul.slick-dots li:last-child::after{ top: 5%; }
  .best-design-sec .mod-design-row .slider-nav .slick-dots::before, .best-design-sec .mod-design-row .slider-nav .slick-dots::after { width: 20px; }
  .header-top-row .header-left-col{ padding-bottom:0px; } 
  .detail-mid-col .design-essence-mod .mod-items ul li { width: auto; display: block; padding:15px; }
  .detail-mid-col .design-essence-mod .mod-items ul li img{ margin: 0 auto 10px; }
  .sort-bar{ display:block; text-align:center; }
  .sort-bar .left-sort-bar, .sort-bar .right-sort-bar{ text-align:center; margin:15px 0px; }
  .detail-gallery .gallery-mod .slick-list{ padding: 0 10% !important; }
  .download-brouchure-mod .mod-btm-row a span.item-txt{ padding: 10px 30px 10px 10px; }
  
  .hs-blog-post .comment-box .section.post-footer .hs-form fieldset.form-columns-2 .input,
  .hs-blog-post .comment-box .section.post-footer .hs-form fieldset.form-columns-1 .input{ margin-right: 0; }
  .hs-blog-post .comment-box .section.post-footer .hs-form fieldset.form-columns-2 .hs-form-field .hs-input{ width:100%; }
  
  .two-col-content-mod .mod-left-col iframe{ height: 260px; }
  .main-possibilities-sec .section-btm-row .section-items{ width: 100%; margin: 5px 0%; }
  .gallery-design-mod { padding: 50px 0px; }
  .get-started-mod{ padding: 50px 0px; }
  .get-started-mod .section-btm-row .left-col a.cta_button{ padding: 12px 50px; }
  .get-started-mod .section-btm-row .right-col a.cta_button{ padding: 10px 48px; }
  .gallery-design-mod .section-btm-row .gallery-item-list{ padding: 10px 0px; }
  .gallery-design-mod .section-btm-row .gallery-item-list .gallery-items .item-title{ max-width: 150px; }
  .gallery-design-mod .section-btm-row .gallery-item-list .gallery-items .item-title a{ font-size: 14px; padding:20px 10px; }
  .gallery-design-mod .section-btn a.cta_button{ font-size: 16px; padding: 12px 40px; }
  .get-started-mod .section-btm-row .left-col a.cta_button{ font-size: 16px; }
  .get-started-mod .section-btm-row .right-col a.cta_button{ font-size: 16px; }
  .two-col-content-mod .mod-right-col p strong{ font-size: 20px; }
  .two-col-pos-mod .mod-right-column .inner-sec-mod .col-additional-gallery ul.list-unstyled{ display: -webkit-flex; /* Safari */  -webkit-flex-wrap: wrap; /* Safari 6.1+ */  display: flex; flex-wrap: wrap; }
  .two-col-pos-mod .mod-right-column .inner-sec-mod .col-additional-gallery ul.list-unstyled li{ width: 50%; }
  .contact-info-mod .mod-right-col .form-columns-2 .hs-form-field input.hs-input{ width:100% !important; }
  .contact-info-mod .mod-right-col .form-columns-2 .hs-form-field{ margin-top: 15px; }
  .map-mod-with-location-options .gm-style .gm-style-iw-d{ min-width: 280px; }
  .map-mod-with-location-options #googlemap .gm-style .gm-style-iw-c{ min-width: 280px; }
  
  .db-gallery-mod #gallery .gallery-items .portfolio{ display: block; }
  .db-gallery-mod #gallery .gallery-items .portfolio .item-image img{ max-height: 250px; min-height: inherit; }
  
  .db-gallery-mod #gallery .listing-back ul li{ width: 49%; }
  .virtual-tour-sec .section-video iframe{ height: 280px; }
  
  #new-footer-mod .footer-left-col .footer-content{ display:none; } 
  div#new-footer-mod{ padding-top:40px; }
  .section-btn a.cta_button span, .section-btm-row a.cta_button span{ font-size: 14px;  }
  .section-btn a.cta_button img, .section-btm-row a.cta_button img{  max-height: 55px; }
  .virtual-tour-sec .section-gallery .slider-for .slick-slide img{ height: 320px; }
  
  .main-blog-section .post-listing-wrapper .post-item-row .post-item .item-left-col .post-image img{ min-height: 300px; max-height: 300px; }
  
  .blog-banner-mod{  padding-top:40px; padding-bottom:20px; }
  .blog-banner-mod .banner-content {  padding-top:10px;}
  
  
}

@media only screen and (max-width: 420px){
  .header-top-row .header-left-col{max-width:100%; text-align:center;}
  .header-top-row .header-right-col .header-contact-info{margin-top:15px;}
  .header-top-row .header-right-col{width:100%;text-align:center; margin-bottom:10px;}
  .header-top-row .header-right-col .header-contact-info.header-apply-now { text-align: center; }
  .download-brouchure-mod .mod-btm-row a{ display: block; margin: 0 00px 20px 0px; }
  
  .post-listing-wrapper .post-item-row .post-item .item-left-col .post-image .gallery-mod .galery-image img{ min-height: 280px; max-height: 280px; }
  
}


@media only screen and (max-width:370px){
  .avail-inner-row .avail-box .btm-row .avail-mod p img{ margin-right:5px; margin-left:5px; }
  .avail-inner-row .avail-box .btm-row{ padding: 20px; }
}