@charset "utf-8";

/*
------------------------------------------------------------
Project Name : Geelong Homes;
------------------------------------------------------------
*/


/* General
--------------------------------------------------------------------------------------------------------*/

*,
*:focus {
    outline: none;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn,
figure a:after,
nav ul li a:after,
.wrapper,
header,
a,
.container,
.logo img,
.banner-text,
.banner-text:before,
.small-header .logo,
.send-enquiry,
.send-enquiry-fixed-header,
.footer-outer,
.partner-logo .owl-carousel .owl-item a:hover span,
.zoom-img-text i {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}


@import url("//hello.myfonts.net/count/313997");
@font-face {
    font-family: 'FFDINWebProMedium';
    src: url('../fonts/313997_0_0.eot');
    src: url('../fonts/313997_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/313997_0_0.woff2') format('woff2'), url('../fonts/313997_0_0.woff') format('woff'), url('../fonts/313997_0_0.ttf') format('truetype');
}

html,
body {
    height: 100%;
}

body {
    font-family: 'FFDINWebProMedium', sans-serif; 
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #53565a;
    line-height: 22px;
    opacity: 0
}

.fonts-visible {
    opacity: 1
}

html {
    margin-right: 0 !important
}

.wrapper {
    min-height: 100%;
    padding-top: 0;
    position: relative;
    right: 0
}

a {
    color: #53565a;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #53565a;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    display: block
}

h1 {
    font-size: 40px;
    line-height: 40px;
    color:#53565a;
    font-weight: 900;
    font-style: normal;
}

h2 {
    font-size: 36px;
    line-height: 33px;
    color:#53565a;
    font-weight: 900
}

h3 {
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 12px;
    color: #53565a;
    font-weight: 900
}

h4 {
    font-size: 18px;
    line-height: 22px;
    color: #53565a;
    font-weight: 900
}

h5 {
    font-size: 16px;
    line-height: 20px;
    color: #53565a;
    font-weight: 900
}

h6,
.h6 {
    font-size: 16px;
    line-height: normal;
}

.link-title {
    position: relative;
    padding-right: 92px;
    margin-bottom: 30px;
}

.link-title .btn-secondary {
    position: absolute;
    right: 0;
    bottom: 0
}

.hr-line {
    border: 0;
    border-bottom: 2px solid #41b6e6;
    margin-right: -15px;
    margin-top: 17px;
}

.admin-content a,
.admin-content p a {
    color:  #41b6e6;
    text-decoration: none;
}

.admin-content a:hover,
.admin-content p a:hover {
    color: #2c3e50;
}

.main ul li {
    list-style: outside;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #53565a;
    line-height: 20px;
}

.main ul li a {
    color: #a0daf2;
}

.main ul li a:hover {
    color: #53565a;
}

.main ul,
.main ol {
    margin-left: 18px;
}

.main ol li {
    list-style: decimal;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #53565a;
    line-height: 18px;
}

p {
    padding: 0 0 20px;
    color:#53565a;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 300;
    font-style: normal
}

p a:hover {
    color: #a0daf2;
}

p b {
    font-weight: bold;
}

p i {
    font-style: italic;
}

p a {
    text-decoration: underline;
}

p span {
    display: block;
}

.banner {
    position: relative;
}

.imagefill img {
    width: 100%
}

.imagefill {
    height: 450px;
}

.h400 .imagefill {
    height: 400px;
}

.h550 {
    height: 550px;
}

.form-control,
.btn,
button,
.form-control:focus,
.btn.active,
.btn:active {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.active-get-started-link {
    overflow: hidden;
}


/*button*/

.border-btn {
    line-height: 14px;
    padding: 7px 5px 10px;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    border: 2px solid #fff;
    background: transparent;
    font-style: normal
}

.border-btn:hover,
.border-btn:focus {
    border-color: #BDD6E6;
    color: #fff;
    background: #BDD6E6
}
.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.btn-secondary {
    border: 0;
    font-weight: 900;
    font-size: 14px;
    background: #f5c500;
    color: #53565a;
    padding: 0 7px;
    display: inline-block;
    height: 32px;
    line-height: 35px;
    text-transform: uppercase;
    outline: none;
    position: relative;
    z-index: 1;
}

.yellow-btn {
   background: #f5c500;
   color: #53565a;
   font-weight: 900;
   font-size: 14px;
   padding: 3px 10px 6px;
   border: 0;
   text-transform: uppercase;
   outline: 0;
   position: relative;
   z-index: 1;
}
.yellow-btn.btn:before{
    background: #53565a;
}
.yellow-btn:hover,
.yellow-btn:focus {
    color:  #fff;
}

.arrow {
    display: inline-block;
    width: 19px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.arrow img {
    width: 100%;
    height: 100%;
    display: block;
}

.btn-secondary:hover {
    color: #fff;
}

.btn-secondary:focus {
    color: #fff;
}

.btn-tertiary {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 3px 5px;
    display: inline-block;
    font-weight: 900
}

.btn-tertiary:hover,
.btn-tertiary:focus {
    color: #fff;
    border-color: #53565a;
}


/*header*/

header {
    padding: 0 0 15px;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
    right: 0;
}

.scroll-visible {
    background: #41b6e6;
    padding: 10px 0 10px;
    z-index: 999;
    height: auto;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    visibility: hidden;
}

.small-header .scroll-visible {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.small-header .scroll-hide {
    opacity: 0;
}

.scroll-hide .logo a {
   height: auto;
   width: 115px;
}

footer .logo a {
    display: block;
    height: 21px;
    width: 117px;
}

.scroll-visible .logo a {
    margin: 0;
    height: auto;
    width: 62px;
    padding-top: 10px;
    margin-left: 14px;
}

.mobile-logo {
    display: none !important
}

.header-inner {
    padding: 10px 0 10px;
    margin-bottom: 12px;
    background: #41b6e6;
}

.scroll-hide .logo a{
    width: 90px;
    padding-top: 10px;
}

.logo a {
    display: block;
}

.logo img {
    width: 100%;
    height: 100%;
    display: block;
}

nav ul li {
    float: left;
    margin-right: 32px;
}

nav ul li:last-child,
.small-header nav ul li:last-child {
    margin-right: 0
}

nav ul li a span {
    display: block;
}

nav ul li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    font-style: normal;
    position: relative;
    text-transform: uppercase;
    padding-right: 8px;
}
nav ul li a:hover, nav ul li a:focus {
    color: #ffffff;
}
nav ul li a:after {
    height: 2px;
    background: #ef8861;
    width: 0;
    left: 0;
    position: absolute;
    content: "";
    bottom: -5px;
}

nav ul li a:hover:after,
nav ul li.active a:after {
    width: 100%
}

nav ul {
    margin: 0;
    padding: 0
}

.nav-left {
    padding-left: 10px;
}

.inner-pages .scroll-hide {
    padding-bottom: 0;
}

.scroll-visible .logo {
    overflow: hidden;
}

.scroll-visible .header-inner {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
}

.scroll-visible .header-inner .col-sm-3 {
    padding-right: 8px;
}

.scroll-visible nav ul li a {
    color: #fff;
}

.scroll-visible nav ul li a:hover {
    color: #fff
}

.scroll-visible nav ul li a:after {
    background: #ef8861;
}

/*.scroll-visible nav ul li {
    margin-right: 30px;
    }*/
    .get-started-link {
        position: relative;
        color: #ffffff;
        display: block;
        font-size: 24px;
        font-weight: 900;
        font-style: normal;
        height: 49px;
        line-height: 48px;
        padding: 0 18px;
        width: 429px;
        background: #a0daf2;
    }

    .get-started-link:hover {
        background: #53565a;
    }

    .get-started-link:after {
        background: url(../images/down-arrow.svg) no-repeat 0 0;
        width: 13px;
        height: 15px;
        content: "";
        position: absolute;
        right: 22px;
        top: 17px;
        transition: all 0.6s;
        -o-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }

    .get-started-link:hover,
    .get-started-link:focus {
        color: #fff;
    }

    .img-hover {
        display: none;
    }

    .social-media li {
        float: left;
        margin-left: 13px;
    }

    .social-media li a {
        width: 26px;
        height: 23px;
        display: block;
    }

    .social-media li a img,
    .inner-social-media li a img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .social-media li a:hover img.img-normal,
    .social-media li a img.img-hover,
    .inner-social-media li a:hover img.img-normal,
    .inner-social-media li a img.img-hover {
        display: none;
    }

    .social-media li a:hover img.img-hover,
    .inner-social-media li a:hover img.img-hover {
        display: block;
    }

    .social-media {
        margin: 21px 0 0;
    }

    .get-started-block {
        box-shadow: 0 2px 5px rgba(91, 103, 112, 0.6);
        -moz-box-shadow: 0 2px 5px rgba(91, 103, 112, 0.6);
        -webkit-box-shadow: 0 2px 5px rgba(91, 103, 112, 0.6);
        -ms-box-shadow: 0 2px 5px rgba(91, 103, 112, 0.6);
        display: none;
        padding: 27px 0px 38px;
        margin-top: 15px;
        position: absolute;
        background: #a0daf2;
        width: 96.8%;
        top: 100%;
        z-index: 9
    }

    .get-started-inner {
        padding: 0 77px
    }

    .get-started-block .mCustomScrollBox {
        height: 300px;
    }

    .get-started-block.active-process .mCustomScrollBox {
        height: 400px;
    }

    .get-started-block .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #7ec3c2
    }

    .get-started-block .mCSB_inside>.mCSB_container {
        margin-right: 0
    }

    .get-started.active .get-started-link:after {
        background: url(../images/close.svg) no-repeat 0 0;
        transition: all 0.6s;
        -o-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }

    header .container {
        position: relative;
    }


    /* Custom Scroll */

    .map-detail .customSrollEffect {
        height: 441px;
        margin: 0
    }

    .map-detail .mCSB_container li {
        padding-bottom: 30px;
    }

    .map-detail .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #fff;
    }

    .map-detail .mCSB_scrollTools {
        opacity: 1 !important;
    }

    .border {
        display: none;
        position: absolute;
        width: 52px;
        height: 51px;
        top: 50%;
        right: 50%;
        margin-top: 35px;
        margin-right: -51px;
    }

    .border>div {
        transition: none;
    }

    .border .top {
        background-color: #a0daf2;
        width: 0;
        height: 2px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .border .left {
        background-color: #a0daf2;
        width: 2px;
        height: 0;
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .get-started.active .border {
        display: block;
    }

    .description p {
        font-weight: 300;
        font-size: 12px;
        color: #FFFFFF;
        font-style: normal;
    }

    .content-wrapper.hallmarks-content {
        padding: 58px 0 56px;
    }

    .hamlan-links .border-btn {
        display: block;
        margin-bottom: 11px;
        height: 35px;
        line-height: 33px;
        padding: 0 5px;
    }

    .hamlan-links {
        margin-top: 11px;
        padding-left: 17px;
        padding-right: 11px;
    }

    .process-middle-block {
        color: #fff;
        padding: 13px 40px 32px 70px;
    }

    .process-middle-block h3 {
        margin-left: 6px;
        margin-bottom: 19px;
        color: #fff;
        padding-bottom: 0;
    }

    .shortdec {
        margin-left: 6px;
    }

    .process-middle-block:after {
        height: 100%;
        position: absolute;
        width: 1px;
        top: 10px;
        right: -7px;
        content: "";
        background: #fff
    }

    .process-middle-block:before {
        height: 100%;
        position: absolute;
        width: 1px;
        top: 10px;
        left: 31px;
        content: "";
        background: #fff
    }

    .our-process-slide {
        display: none;
        position: relative;
        margin: 44px 0px 0;
    }

    .process-detail-block {
        background: #fff;
        padding: 39px 77px 0 43px
    }

    .our-process-slide-title {
        margin: 0 77px;
        position: relative;
    }

    .our-process-slide h2 {
        margin-bottom: 20px;
        color: #fff;
        margin-left: 3px;
    }

    .close-process {
        color: #ffffff;
        display: block;
        font-size: 12px;
        font-weight: 900;
        position: absolute;
        right: 7px;
        top: 9px;
    }

    .close-process em {
        margin-right: 5px;
        height: 13px;
        width: 13px;
        display: inline-block;
        vertical-align: middle;
    }

    .close-process img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .close-process:hover img.img-normal,
    .close-process img.img-hover,
    .close-process:focus img.img-normal {
        display: none;
    }

    .close-process:hover img.img-hover,
    .close-process:focus img.img-hover {
        display: block;
    }

    .shortdec p {
        color: #fff;
        font-size: 12px;
        font-weight: 300;
        font-style: normal;
        padding-bottom: 7px;
    }

    .morelink {
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 2px;
        font-size: 12px;
        font-weight: 900;
        font-style: normal;
        line-height: 16px;
    }

    .morelink:hover {
        color: #53565a;
        border-bottom-color: #53565a
    }

    .our-process {
        border: 2px solid #ffffff;
        color: #ffffff;
        display: block;
        font-size: 12px;
        font-weight: 900;
        font-style: normal;
        line-height: 16px;
        margin-top: 33px;
        padding: 7px 35px 8px 5px;
        position: relative;
    }

    .our-process:after {
        border-left: 2px solid #ffffff;
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 31px;
    }

    .our-process:before {
        background: url("../images/down-arrow.svg") no-repeat 0 0;
        width: 14px;
        height: 15px;
        background-size: 100%;
        content: "";
        position: absolute;
        right: 8px;
        top: 7px;
    }

    .our-process:hover,
    .our-process:focus {
        color: #fff
    }

    .active-process .our-process:before {
        background-image: url("../images/top-arrow.svg")
    }

    .hamlan-right-links ul li a {
        font-weight: 900;
        font-style: normal;
        color: #fff;
        font-size: 18px;
        line-height: 22px;
    }

    .hamlan-right-links ul li a:hover {
        color: #53565a
    }

    .hamlan-right-links {
        margin-top: 14px;
        padding-left: 50px;
    }

    .hamlan-right-links ul li {
        margin-bottom: 9px;
    }

    .banner-text-outer {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0
    }

    .banner-text {
        background: #ef8861;
        color: #fff;
        display: inline-block;
        position: relative;
    }
    .banner-text-outer.smaller-text .banner-text{
        background: #a0daf2;
    }
    .banner-text h2 {
        color: #fff;
        line-height: 36px;
    }

    .banner-text h2 a {
        color: #fff;
        padding: 17px 37px 16px 0;
        display: block
    }

    .banner-text span {
        display: block;
    }

    .banner-thumb:hover .banner-text,
    .banner-text-outer .banner-text:hover,
    .banner-text-outer .banner-text:hover:before {
        background: #53565a;
    }

    .banner-thumb:hover .banner-text .next-link,
    .banner-text-outer .banner-text:hover .next-link {
        background: #ef8861;
    }

    .banner-text:before {
        content: "";
        right: 100%;
        background: #bdd6e6;
        top: 0;
        bottom: 0;
        position: absolute;
        width: 200%;
    }

    .h400 .banner-text-outer {
        bottom: 46px;
    }

    .content-wrapper {
        position: relative;
        padding: 43px 0 55px
    }

    .next-link {
        background: #53565a;
        padding: 10px 7px;
        display: inline-block;
        position: absolute;
        right: -17px;
        top: -10px;
    }

    .next-link img {
        width: 19px;
        height: 15px;
        display: block
    }

    .next-link:hover {
        background: #bdd6e6;
    }

    .banner-thumb {
        position: relative;
        margin-left: 26px;
        margin-top: 8px;
    }

    .banner-thumb .imagefill {
        height: 354px;
    }

    .banner-thumb .banner-text:before {
        display: none;
    }

    .banner-thumb .banner-text-outer {
        bottom: 20px;
        right: auto
    }

    .banner-thumb .banner-text {
        max-width: 217px;
    }

    .banner-thumb .banner-text h2 a {
        padding: 17px 25px 15px 23px;
    }

    .hallmark-wrap {
        padding: 0px 0 17px 17px;
    }

    .hallmark-lists {
        padding-top: 71px;
        margin-bottom: 0
    }

    .hallmark-lists .media-left {
        padding-right: 16px;
    }

    .hallmark-lists .media-left img {
        border-radius: 100%;
        max-width: 103px;
    }

    .hallmark-lists .media-body {
        padding-top: 4px;
        padding-right: 26px;
    }

    .hallmark-lists .media-body h3 {
        padding-bottom: 8px;
        text-transform: uppercase;
        color: #53565a;
        display: inline-block;
    }

    .hallmark-lists .col-sm-6 {
        margin-bottom: 21px;
    }

    .right-thumb {
        width: 50%;
        position: absolute !important;
        right: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
    }

    .right-thumb a {
        display: block;
    }

    .right-thumb img {
        width: -webkit-calc(100% + 0px);
        width: calc(100% + 0px);
        opacity: 1;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0px, 0, 0) scale(1);
        transform: translate3d(0px, 0, 0) scale(1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .home-wrap {
        background: #bdd6e6;
        padding: 37px 0 47px
    }

    .home-wrap h3 {
        color: #fff;
        padding-bottom: 20px;
    }

    .home-wrap h2 {
        color: #fff;
        padding-bottom: 21px;
    }

    .home-wrap h2 a {
        color: #fff;
    }

    .home-wrap h2 a:hover {
        color: #53565a;
    }

    .home-wrap p {
        color: #fff;
        padding-bottom: 31px;
    }

    .home-wrap .btn-tertiary {
        margin: 7px 0 0
    }

    .facility-list {
        text-align: center;
        background: #53565a;
        color: #fff;
        padding: 11px 26px 10px;
        margin-left: 0 !important
    }

    .facility-list li {
        float: left;
        list-style: none;
    }

    .facility-list li.facility-list-icon2 {
        display: inline-block;
        float: none;
    }

    .facility-list li.facility-list-icon3 {
        float: right;
    }

    .facility-list li span {
        display: inline-block;
        width: 34px;
        height: 30px;
        margin-right: 14px;
        position: relative;
        top: 0;
        vertical-align: middle;
    }

    .facility-list li span.icon02 {
        width: 20px;
        height: 30px;
    }

    .facility-list li span.icon03 {
        width: 34px;
        height: 30px;
    }

    .facility-list li span img {
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .facility-list li strong {
        display: inline-block;
        font-weight: 900;
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        vertical-align: middle;
        line-height: 14px;

    }

    .left-col .facility-list {
        margin-top: 18px;
    }

    .left-col {
        padding-right: 9px;
    }

    .location-wrap {
        padding-bottom: 0;
        padding-top: 56px;
    }

    .map-layer {
        padding-left: 69.2%;
        position: relative
    }

    .map-layer iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .map-outer {
        width: 69.2%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0
    }

    .map-detail {
        padding: 29px 18px;
        background: #ef8861;
        min-height: 441px;
    }

    .map-detail h3 {
        font-weight: 900;
        color: #fff;
        padding-bottom: 20px;
        line-height: 18px;
        text-transform: uppercase;
    }

    .map-detail h3 a {
        color: #fff;
    }

    .map-detail h3 a:hover {
        color: #53565a;
    }

    .map-detail address {
        margin-bottom: 22px;
    }

    address span {
        display: block;
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
        font-style: normal;
        color: #fff
    }

    .map-detail h6 {
        color: #fff;
        font-weight: 300;
        padding-bottom: 3px;
    }

    .map-detail p {
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        font-weight: 300;
        font-style: normal;
        padding-bottom: 2px;
    }

    .bottom-text {
        border-top: 2px solid #fff;
        padding: 25px 0 0;
        margin-top: 33px;
        max-width: 217px;
    }

    .bottom-text em {
        display: inline-block;
        padding: 0 5px;
    }

    .map-detail .bottom-text p {
        padding-bottom: 5px;
    }

    .map-detail .bottom-text h3 {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .map-detail .bottom-text h3 a,
    .map-detail p a,
    .main .map-detail ul li a {
        color: #fff;
        text-decoration: none
    }

    .main .map-detail ul li a:hover {
        color: #53565a
    }

    .map-detail .bottom-text h3 a:hover,
    .map-detail p a:hover {
        color: #53565a
    }

    .news-wrap {
        padding-top: 73px;
    }

    .news-wrap .news-link {
        display: block;
        margin-top: 33px;
        margin-bottom: 55px;
    }

    .news-link .btn-secondary {
        padding: 0px 13px;
        min-width: 168px;
        text-align: left;
    }

    .news-link .arrow {
        margin-left: 27px;
    }

    .news-thumb {
        float: left;
        width: 44.3%;
        margin-right: 18px;
        height: 330px;
    }

    .news-thumb img {
        width: 100%
    }

    .news-detail {
        float: left;
        width: 50%;
        padding-top: 4px;
    }

    .news-container .col-sm-offset-2 {
        margin-left: 13%;
    }

    .news-detail h3 {
        padding-bottom: 5px;
    }

    .news-detail h3 a:hover {
        color: #a0daf2;
    }

    .news-detail p {
        padding-bottom: 28px;
        padding-right: 10px;
    }

    .news-detail .btn-secondary {
        margin-bottom: 15px;
    }

    .tags-list {
        padding-bottom: 22px;
        margin-bottom: 0;
        margin-left: 0 !important
    }

    .main .tags-list li {
        float: left;
        color: #77c5d5;
        list-style: none !important;
    }

    .tags-list li a {
        color: #77c5d5;
        display: inline-block;
        font-size: 12px;
        line-height: 16px;
        font-weight: 900
    }

    .tags-list li a:hover {
        color: #53565a
    }

    .small-line {
        max-width: 433px;
        margin: 86px auto 0;
    }

    .our-partner {
        padding: 18px 0 0
    }

    .our-partner h2 {
        padding-bottom: 29px;
    }

    .footer-outer {
        right: 0;
        position: relative
    }

    footer {
        background: #53565a;
        padding: 50px 0 45px;
    }

    footer .logo {
        margin: 5px 0 0
    }

    footer .container {
        padding: 0
    }

    footer .container .col-sm-2 {
        padding-left: 3px;
    }

    footer ul li a {
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      letter-spacing: 0;
  }

  footer ul li a:hover {
    color: #ef8861;
}

footer ul li {
    margin-bottom: 5px;
}

footer .social-media {
    float: right;
    margin: 12px 0 0;
}

.middle-links .col-sm-6 {
    padding: 0 5px;
    width: 32%;
}


.middle-links .logo-de{
    width: 100%;
    max-width: 70px;
    display: block; 
    margin-left: 60px;
}
.middle-links ul {
    margin: 12px 0 0;
}
.copyright {
   clear: both;
   margin-right: 3px;
   text-align: right;
   padding-top: 3px;
   color: #fff;
   text-transform: uppercase;
   font-size: 16px;
   line-height: 20px;
   font-weight: 400;
   letter-spacing: 0;
}

.subscribe-section .imagefill {
    height: 239px;
}

.subscribe-content {
    /*position: absolute;
    top: 0;*/
    width: 100%;
    background: #53565a;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

.subscribe-section {
    position: relative;
}

.subscribe-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 27px;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0 42px 0 18px;
    text-align: left;
    width: auto;
}



.subscribe-form-outer {
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 950px;
    justify-content: center;
}

.subscribe-form-outer .subscribe-list-form { display: flex; }

.subscribe-form-outer .form-control {
    border: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    font-style: normal;
    padding: 13px 22px;
    height: 62px;
    width: 395px; 
    color: #53565a;
}
.subscribe-form-outer .form-control::-webkit-input-placeholder { 
  color: #53565a;
}

.subscribe-form-outer .form-control:-ms-input-placeholder {
  color: #53565a;
}

.subscribe-form-outer .form-control::placeholder {
  color: #53565a;
}

.subscribe-form-outer .form-group {
    margin-bottom: 0;
    width: 100%;
}

.subscribe-form-outer .btn {
   float: right;
   font-size: 18px;
   font-weight: 900;
   font-style: normal;
   padding: 0px 38px;
   height: 62px;
   line-height: 66px;
   margin-left: 25px;
   outline: none;
}



.form-control::-webkit-input-placeholder {
    color: #53565a;
}

.form-control::-moz-placeholder {
    color: #53565a;
}

.form-control:-ms-input-placeholder {
    color: #53565a;
}

.our-value h3 {
    color: #a0daf2;
}
.our-value h1{
    color: #5b6770;
}
.our-value p{
    color: #2c3e50;
}
.our-partner {
    text-align: center;
    margin-bottom: 37px;
}

.our-partner p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #53565a;
    padding: 0 29px;
}

.partner-logo {
    background: #a0daf2;
    margin-top: 42px;
    padding: 56px 0 52px
}

.partner-logo span {
    display: block;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    font-weight: 300;
    font-style: normal;
    margin-top: 9px;
    text-transform: uppercase;
}

.our-Partner h2 {
    margin-bottom: 27px;
}

.partner-logo .owl-carousel .owl-item a {
    display: block;
}

.partner-logo .owl-carousel .owl-item a:hover img {
    opacity: 0.8 !important;
}

.partner-logo .owl-carousel .owl-item a:hover span {
    color: #53565a
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.partner-logo .owl-prev {
    display: none !important;
}

.partner-logo .owl-next {
    margin-top: -6px;
    position: absolute;
    right: -60px;
    top: 50%;
    font-size: 0;
    text-indent: -9999px;
    background: url(../images/next-arrow.svg) no-repeat 0 0;
    width: 14px;
    height: 13px;
}

.partner-logo .owl-next:hover {
    background-image: url(../images/next-arrow-h.svg);
}

.owl-carousel.owl-loaded {
    max-height: 97px;
}


/*our-home*/

.inner-pages h1 {
    margin-bottom: 24px;
}

.inner-pages .main {
    padding-bottom: 77px;
}

.slider-wrap {
    padding: 0 60px 0 37px;
}

.breadcrumb {
    margin-bottom: 12px;
    background: transparent;
    padding: 0;
    margin-left: 0 !important
}

.breadcrumb a {
    font-size: 16px;
    color: #2c3e50;
}

.main .breadcrumb li {
    padding-right: 11px;
    position: relative;
    margin-right: 6px;
    font-weight: 300;
    font-size:16px; 
    color:#53565a;
}

.main .breadcrumb li.active {
    font-weight: 900;
    color:#ef8861;
}

.breadcrumb>li+li:before {
    content: "";
    display: none;
}

.breadcrumb>li:after {
    content: ">";
    color: #ef8861;
    position: absolute;
    right: 0;
    padding: 0;
    font-weight: 300
}

.breadcrumb>li:last-child:after {
    display: none;
}

.breadcrumb>li a:hover {
    color:#ef8861;
}

.filter-btn .btn {
    padding: 0 12px;
    height: 30px;
    line-height: 34px;
    text-align: left;
    float: left;
    margin-right: 9px;
    margin-bottom: 10px;
}
.filter-btn .right-btn {
    float: right;
}
.btn-orange{
    color: #fff;
    background: #ef8861;
}

.filter-btn .btn.send-enquiry-btn {
    margin-right: 0;
    margin-bottom: 0
}

.filter-btn {
    margin-bottom: 31px;
    position: relative;
}

.filter-btn .btn.refine-btn {
    position: relative;
    padding: 0 43px 0 9px
}

.refine-btn .ic-plus {
    right: 10px;
}

.ic-plus {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.ic-plus img {
    width: 100%;
    height: 100%;
    display: block;
}

.filter-btn .btn.floorplan-btn {
    position: relative;
    padding: 0 22px 0 36px
}

.floorplan-btn em {
    width: 21px;
    height: 18px;
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.filter-dec {
    margin-left: -5px;
    padding-left: 0;
    padding-right: 38px;
}

.filter-dec p {
    line-height: 15px;
    padding-bottom: 10px;
}

.img-caption {
    bottom: -100%;
    height: 100%;
    position: absolute;
    width: 100%;
    background: rgba(91, 103, 112, 0.5);
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.highlight-img {
    cursor: pointer;
}

.highlight-img:hover .img-caption {
    bottom: 0;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.img-caption .facility-list {
    text-align: center;
    background: #53565a;
    color: #fff;
    bottom: 0;
    padding: 8px 23px;
    position: absolute;
    width: 100%;
}

.img-caption .facility-list em {
    float: left;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.img-caption .facility-list em.icon02 {
    float: none;
    display: inline-block;
}

.img-caption .facility-list em.icon03 {
    float: right;
}

.img-caption .facility-list em i {
    vertical-align: middle;
    display: inline-block;
    width: 27px;
    height: 16px;
    margin-right: 11px;
    position: relative;
    top: -2px;
}

.img-caption .facility-list em.icon02 i {
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.img-caption .facility-list em.icon03 i {
    height: 23px;
    width: 30px;
}

.img-caption .facility-list em img {
    width: 100%;
    height: 100%;
    display: block;
}

.img-caption .facility-list em strong {
    display: inline-block;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    padding: 0
}

.img-caption .facility-list {
    display: block;
    margin-top: 0
}

.inner-pages .main .title {
    margin-bottom: 22px;
}

.listing .listing-option {
    padding: 0 5px 38px;
}

.listing .row {
    margin: 0 -5px;
}

.img-block-hover {
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
    display: block;
}

.img-caption strong {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
    padding: 11px 85px 7px 22px;
}

.width-length {
    background: #ef8861;
    display: block;
    padding: 10px 22px;
    position: absolute;
    width: 100%;
    bottom: 40px;
}

.width-length i {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
}

.home-link {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #53565a;
}

.home-link:hover {
    color: #a0daf2;
}

.img-block {
    height: 191px;
    display: block;
}

.img-block img {
    width: 100%
}

.our-home {
    margin-bottom: 22px;
}


/*home-style-name*/

.home-style-name-outer h1 {
    margin-bottom: 20px;
}

.home-style-name-outer .filter-btn {
    margin-bottom: 5px;
}

.floorplan-checkbox {
    margin-bottom: 11px;
    position: relative;
    padding-left: 47px;
}

.caption {
    font-size: 16px;
    font-weight: 300px;
    color: #53565a;
    text-align: center;
    margin: 7px 0 0;
    padding-bottom: 0;
    display: inline-block;
}

.inner-social-media li a {
    width: 20px;
    height: 2 0px;
    display: block
}

.inner-social-media li a img {
    width: 100%;
    height: 100%
}

.inner-social-media li {
    float: left;
    margin-right: 5px;
    list-style: none !important;
}

.inner-social-media {
    margin-left: 3px !important;
}

.home-style-name-block .container {
    padding: 0 30px
}

.home-style-name-block {
    margin-top: 19px;
    margin-bottom: 101px;
}

.inner-title {
    border-bottom: 1px solid #41b6e6;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.main .inner-links li {
    margin-bottom: 1px;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    list-style: none
}

.inner-links li a {
    color: #53565a;
}

.inner-links li a:hover {
    color: #41b6e6;
}

.main .inner-links {
    margin-left: 2px;
    margin-bottom: 22px;
}

.home-style-name-block .img-caption {
    display: block;
    margin-left: 2px;
    max-width: 281px;
    position: static;
}

.home-style-name-block .img-caption .width-length {
    margin-top: 0;
    padding: 11px 22px;
    position: static;
    bottom: 0
}

.home-style-name-block .img-caption .facility-list {
    padding: 11px 28px 8px;
    position: static;
}

.btn-block .btn {
    display: block;
    margin-bottom: 9px;
    padding: 0px 8px
}

.btn-block {
    margin-left: 2px;
    margin-top: 29px;
    max-width: 162px;
}

.home-style-content {
    padding: 0;
    margin-top: 31px;
}

.inclusions-block {
    background: #ef8861;
    color: #fff;
    margin-top: 36px;
    padding: 24px 14px 35px
}

.inclusions-block h3 {
    color: #fff;
    padding-bottom: 9px;
    font-size: 18px;
}

.inclusions-block ul {
    margin-bottom: 0;
    padding: 0 10px;
    margin-left: 0
}

.inclusions-block ul li {
    line-height: 22px;
    font-size: 16px;
    color: #fff
}

.inclusions-block ul.col-sm-5 {
    padding-left: 25px;
}


/* Custom Checkbox
--------------------------------------------------------------------------------------------------------*/

.custom-checkbox .icheckbox {
    border: 2px solid #a0daf2;
    position: absolute;
    left: 0;
    width: 29px;
    height: 29px;
    line-height: 29px;
    display: inline-block;
    background: #FFF;
    vertical-align: middle;
    top: 3px;
    cursor: pointer;
}

.custom-checkbox .icheckbox.checked {
    background: url(../images/checkbox-on.svg) no-repeat center center #a0daf2;
    text-align: center;
    text-align: center;
    display: inline-block;
    border: 1px solid #a0daf2;
    background-size: 20px;
}

.custom-checkbox label span {
    display: table-cell;
    vertical-align: middle;
}

.sub-title h3 {
    padding-bottom: 0;
}

.sub-title p {
    padding-bottom: 10px;
}

.floorplan-options {
    margin-top: 47px;
    padding-left: 3px;
}

.floorplan-options-check {
    margin-top: 15px;
}

.floorplan-detail h4 {
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    color: #53565a;
    margin-bottom: 3px;
}

.floorplan-detail {
    padding-right: 86px;
}

.floorplan-checkbox p {
    padding-bottom: 10px;
}

.our-home .sub-title {
    margin-bottom: 17px;
}

.select-home {
    position: absolute;
    left: 0;
    top: 10px;
    background: #a0daf2;
}

.checkbox-outer {
    height: 30px;
    padding: 6px 50px 6px 7px;
    position: absolute;
    top: 10px;
    background: #ef8861;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.checkbox-outer .icheckbox {
    border: 0 none;
    height: 30px;
    left: auto;
    right: 0;
    top: 0;
}

.highlight-img.active .checkbox-outer {
    background: #f5c500;
    color: #53565a;
    padding-right: 32px;
}

.highlight-img.active .icheckbox {
    background: url(../images/checkbox-on-black.svg) no-repeat 0 0;
    background-color: transparent;
    background-size: 18px;
    background-position: center center;
}

.hallmark-lists {
    display: block;
}

.dk-select-options .hidden-option {
    display: none;
    color: #53565a;
}

.dk-select .dk-select-options {
    max-height: 195px;
    margin: 0
}

.dk-selected {
    font-weight: 900;
    font-size: 16px;
    height: 30px;
    line-height: 29px;
    border: 0;
    border-radius: 0;
    padding-right: 38px;
    color: #53565a;
    background: #f5c500;
    padding-top:2px;
    padding-bottom: 2px; 
}

.dk-selected:before {
    border: 0;
    background: url(../images/select-down-arrow-black.svg) 0 0 no-repeat;
    width: 17px;
    height: 9px;
    background-size: 100%;
    z-index: 2;
    position: absolute;
    right: 6px;
    content: "";
    margin: -4px 0 0
}

.dk-select-options {
    border: 0;
    max-height: inherit;
    padding: 0;
    border-radius: 0;
}

.dk-option {
    color: #53565a;
    font-size: 16px !important;
    list-style: none !important;
    padding: 5px 8px;
    background: #ffe889;
    padding: 5px 8px;
}

.dk-option.dk-option-highlight {
    background: #ffe889 none repeat scroll 0 0;
    color: #53565a;
    font-weight: 900;
}

.dk-select-options-highlight .dk-option-selected,
.dk-option.dk-option-selected {
    font-weight: 900;
}
.filter-listing .dk-select-options .dk-option.dk-option-selected, .filter-listing .dk-select-options .dk-option.dk-option-highlight{
    color: #fff;
}
.dk-select-open-up .dk-select-options {
    border-radius: 0;
}

.dk-select-open-down .dk-select-options {
    border-radius: 0;
}

.home-style-name-outer .listing .listing-option {
    padding-bottom: 43px;
}

.home-style-name-outer .inner-links .share-post {
    text-align: left
}

.select-box-outer {
    float: left;
    margin-right: 9px;
    min-width: 145px;
}

.select-box-outer:last-child {
    margin-right: 0
}


/*send-enquiry-form*/

.enquiry-form-active {
    overflow: hidden;
}

.enquiry-form-active .send-enquiry {
    right: 0
}

.enquiry-form-active header.scroll-visible,
.enquiry-form-active .wrapper,
.enquiry-form-active .send-enquiry-fixed-header,
.enquiry-form-active .footer-outer {
    right: 457px;
}

.send-enquiry {
    overflow: auto;
    padding: 29px 38px 29px 45px;
    position: fixed;
    right: -457px;
    height: 100%;
    background: #53565a;
    width: 457px;
    top: 0;
}

.close-enquiry-block em {
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 15px;
}

.close-enquiry-block em img,
.enquiry-logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.close-enquiry-block img.img-hover,
.close-enquiry-block:hover img.img-normal {
    display: none;
}

.close-enquiry-block:hover img.img-hover {
    display: block;
}

.send-enquiry-header {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 35px;
    margin-bottom: 33px;
}

.enquiry-logo {
    max-width: 60px;
}

.send-enquiry-form {
    text-align: right;
    color: #fff;
    margin-bottom: 30px;
}

.send-enquiry-form p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
}

.send-enquiry-form form {
    margin-left: 1px;
    margin-top: 80px;
}

.send-enquiry-form form .form-group {
    margin-bottom: 22px;
}

.send-enquiry-form .form-control {
    background: transparent;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    height: auto;
    line-height: 22px;
    padding: 0 0 8px;
    text-align: right;
    border: 0;
    border-bottom: 1px solid #fff
}

.send-enquiry-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.send-enquiry-form .form-control::-moz-placeholder {
    color: #fff;
}

.send-enquiry-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.send-enquiry-form .form-group span {
    margin-bottom: 22px;
    line-height: 22px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    display: block;
}

.send-enquiry-form .form-group span em {
    display: block;
}

.send-enquiry-form form .form-text {
    padding-top: 24px;
    margin-bottom: 72px;
}

.send-enquiry-form form .yellow-btn {
    padding: 6px 12px 3px;
    line-height: normal;
}


/*send-enquiry-fixed-header*/

.send-enquiry-fixed-header {
    background: #a0daf2;
    position: fixed;
    top: 66px;
    width: 100%;
    padding: 17px 0;
    display: none;
    right: 0
}

.wrapper.send-enquiry-fixed .send-enquiry-fixed-header {
    display: block;
}

.send-enquiry-fixed-header p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    padding-bottom: 0;
    padding-left: 67px;
    padding-right: 210px;
    line-height: 14px;
}

.send-enquiry-fixed-header label {
    margin-right: 15px;
    margin-bottom: 0;
}

.send-enquiry-fixed-header .btn {
    padding: 3px 11px 6px;
    position: absolute;
    right: 83px;
    top: -8px;
}

.send-enquiry-fixed-header label,
.send-enquiry-fixed-header span {
    display: inline-block;
}


/*.magnific-popup*/

.mfp-close {
    background: #53565a !important;
    font-size: 30px !important;
    height: auto !important;
    line-height: 30px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: -5px;
    margin-top: 21px;
    opacity: 1;
    padding: 0 !important;
    text-align: center !important;
    width: 30px !important;
}

.mfp-container {
    max-width: 850px;
    margin: 0 auto;
    right: 0;
    padding: 0 15px;
}

.mfp-arrow {
    margin-top: -15px;
    background: #53565a !important;
    width: 30px;
    height: 30px;
    opacity: 1;
}
.mfp-arrow:hover{
    background: #ef8861!important;
}
.mfp-arrow:active {
    margin-top: -15px;
}

.mfp-arrow-left:after,
.mfp-arrow-right:after {
    opacity: 1;
    border: 0 none;
    height: 13px;
    left: 7px;
    margin: 0;
    top: 8px;
    width: 14px;
}

.mfp-arrow-left {
    left: 15px;
}

.mfp-arrow-right {
    right: 15px;
}

.mfp-arrow-left:after {
    background-image: url(../images/left-arrow.svg) !important;
}

.mfp-arrow-right:after {
    background-image: url(../images/next-arrow.svg) !important;
}

.mfp-arrow:before {
    display: none
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-bottom-bar {
    display: none !important
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer !important
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover{
    background: #ef8861!important;
}

/*home-style-name01*/

.home-style-name-block h6 {
    font-weight: 900;
    font-size: 16px;
    color: #41b6e6;
    margin-bottom: 12px;
}

.home-style-name-block h6 a:hover {
    color: #ef8861;
}

.home-land-outer .home-style-name-block .inner-title {
    margin-bottom: 10px;
}

.product-price {
    display: block;
    font-size: 30px;
    color: #41b6e6;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 30px;
}

.home-land-outer .home-style-name-block .img-caption .width-length {
    padding: 11px 9px 13px;
}

.home-land-outer .home-style-name-block .img-caption .facility-list {
    padding: 9px 21px
}

.home-land-outer .home-style-name-block .img-caption .width-length i {
    display: block;
    margin: 0 6px;
    vertical-align: middle;
}

.home-land-outer .home-style-name-block .btn-block .btn {
    margin-bottom: 3px;
}

.text-link {
    display: inline-block;
    font-size: 11px;
    margin-left: 9px;
    font-weight: 400
}

.text-link:hover {
    color: #a0daf2;
}

.home-land-outer .inclusions-block {
    margin-right: 117px;
    margin-top: 25px;
}

.home-land-outer .home-style-content {
    margin-top: 9px;
}

.home-land-outer .home-style-content h6 {
    margin-bottom: 2px;
}

.home-land-outer .home-style-content h3 {
    padding-bottom: 18px;
}

.home-land-outer .home-style-name-block {
    margin-bottom: 53px;
}

.home-land-outer .our-home .sub-title {
    margin-bottom: 13px;
}

.packages-detail .row {
    margin: 0 -15px;
}
.packages-detail .row > .col-sm-4{
    padding-right: 0;
}
.packages-detail .col-sm-md {
    padding: 0 15px 0 0px;
    text-align: right;
}

.packages-detail span {
    display: block;
    line-height: 19px;
    margin-right: 4px;
    margin-top: 2px;
}

.home-land-outer .listing .img-block-hover {
    margin-bottom: 10px;
}

.packages-detail .price {
    font-weight: 400;
    font-size: 16px;
    color:#ef8861;
    display: block
}

.packages-detail {
    margin-bottom: 2px;
}

.main.home-land-outer {
    padding-bottom: 27px;
}


/* Special Offers
--------------------------------------------------------------------------------------------------------*/

.special-offers-outer {
    padding-top: 8px;
}

.offers-wrap {
    margin: 40px auto 57px;
}

.h222 .imagefill {
    height: 222px !important;
}

.offers-list .banner-thumb {
    margin-left: 0;
    margin-bottom: 2px;
}

.offers-list .banner-thumb h2 {
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    padding: 0
}

.offers-list .banner-thumb h2 a {
    color: #fff;
}

.offers-list {
    margin: 0 -5px;
}

.offers-list>div {
    padding: 0 5px;
}

.offers-list .banner-thumb .imagefill {
    height: 454px;
    display: block;
}

.offers-list .banner-thumb .banner-text-outer {
    bottom: 0;
    z-index: 1
}

.offers-list .banner-text h2 a {
    padding: 26px 30px 20px 23px
}

.offers-list .banner-text-outer.smaller-text {
    right: 0
}

figure>a {
    position: relative;
}

figure>a:after {
    content: "";
    background: rgba(91, 103, 112, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0
}

figure>a:hover:after {
    opacity: 1;
}

.title-panel {
    font-size: 19px;
    color: #53565a;
    font-weight: 900;
    background: #f5c500;
    padding: 14px 12px 13px;
    text-align: center;
    margin-bottom: 2px;
    display: block
}

.title-panel:hover {
    background: #53565a;
    color: #fff;
}

.highlight-text {
    background: #f5c500;
}

.smaller-text .banner-text {
    display: block;
    width: 100%;
    max-width: 100%;
}

.smaller-text .banner-text h3 {
    padding-bottom: 0
}

.smaller-text .banner-text h3 a {
    color: #fff;
    padding: 16px 13px;
    display: block
}


/* News
--------------------------------------------------------------------------------------------------------*/

.news-outer {
    padding-top: 41px;
}

.news-outer .news-thumb {
    width: 39.3%;
}

.news-outer .news-detail {
    width: 58.5%;
}

.news-detail h3 { padding-bottom: 3px; }
.news-detail p { padding-bottom: 13px; }
.news-detail date { font-size: 14px; color: #41b6e6; margin-bottom: 4px; font-weight: 700; display: block; }
.news-detail .tags-list { padding-bottom: 5px; }
.news-detail .tags-list li { font-size: 16px; line-height: 20px; }
.news-detail .tags-list li a { font-size: 16px; line-height: 20px; }
.main .news-detail .category-listing li { font-size: 14px; font-weight: 400; }

.news-detail .btn-secondary { margin-bottom: 0; }

.news-outer .news-detail>span {
    display: block;
}

.news-list-block {
    margin-bottom: 46px;
}

.news-list-block:last-child {
    margin-bottom: 0
}

.news-list {
    margin-bottom: 0
}

.load-more-btn {
    max-width: 151px;
    text-align: center;
    display: block;
    margin-top: 62px;
}

.narrow-column {
    margin-left: 8px;
    padding-left: 25px;
    border-left: 2px solid #41b6e6;
    margin-top: 4px;
}

.narrow-column h3 {
    padding-bottom: 10px;
}

.category-listing {
    padding-bottom: 6px;
    margin-left: 0 !important
}

.main .category-listing li {
    line-height: 16px;
    padding-bottom: 11px;
    font-weight: 900;
    color: #53565a;
    list-style: none;
}

.category-listing li a:hover {
    color: #a0daf2;
}

.news-main-outer .small-line {
    margin-top: 75px;
}

.news-main-outer .our-partner {
    padding-top: 84px;
}

.inner-pages .main.news-main-outer {
    padding-bottom: 0;
}


/* News Article
--------------------------------------------------------------------------------------------------------*/

.standard-wrap {
    max-width: 800px;
    margin: 0 auto 100px;
}

.standard-wrap h1 {
    margin-bottom: 5px;
}

.article-author {
    background: #a0daf2;
    padding: 23px 23px 25px;
    color: #fff;
    margin-top: 94px;
    text-align: center;
}

.article-author img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    margin-bottom: 19px;
    max-width: 82px;
}

.article-author h6 {
    color: #fff;
    font-weight: 900;
}

.article-author p {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 10px;
}

.article-author ul li {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.article-author ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.article-author ul {
    margin-left: 10px;
}

.article-left a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 900
}

.article-left a:hover {
    color: #ef8861;
}

.article-left span {
    margin-top: 15px;
    display: block
}

.wide-column .category-listing {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 7px;
    margin-left: 20px !important;
}

.wide-column .category-listing li {
    padding-bottom: 0;
    float: left;
}

.wide-column {
    float: left;
    width: 60%;
    padding-left: 30px;
}

.wide-column .tags-list {
    margin-top: 5px;
}

.wide-column h3 {
    padding-bottom: 4px;
}

.info-text {
    color: #53565a;
    font-family:  'FFDINWebProMedium', sans-serif; 
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    padding-bottom: 26px;
    padding-right: 32px;
    padding-top: 4px;
}

.standard-banner-wrap {
    margin: 24px 0 56px;
    position: relative;
}

.standard-banner-wrap .imagefill {
    height: 473px;
}

.article-left {
    padding-right: 10px;
    padding-left: 35px;
}

.photograph-by {
    padding: 24px 23px 10px;
    position: absolute;
    right: 31px;
    top: 21px;
    background: #FDFDFD;
    width: 163px;
}

.close-photograph-info {
    display: block;
    height: 6px;
    position: absolute;
    right: 9px;
    top: 10px;
    width: 6px;
}

.close-photograph-info img {
    width: 100%;
    height: 100%;
    display: block;
}

.photograph-by p {
    font-size: 16px;
    font-weight: 400;
    color: #53565a;
    line-height: 18px;
    padding-bottom: 19px;
}

.photograph-by span {
    font-size: 9px;
    font-weight: 400;
    color: #53565a;
    line-height: 10px;
    display: block;
    margin-bottom: 32px;
}

.photograph-by.photograph-text span {
    margin-bottom: 15px
}

.photograph-by span i {
    display: block;
}


/*meet-team-outer*/

.meet-team-outer h1 {
    margin-bottom: 50px;
}

.value-caption {
    padding: 26px 18px 25px;
    text-align: left
}

.value-caption h3 {
    color: #fff;
    padding-bottom: 9px;
}

.value-caption p {
    font-size: 16px;
    line-height: 22px;
}

.meet-team-outer .standard-wrap {
    margin-bottom: 43px;
    max-width: 100%;
}

.team-banner {
    margin: 0;
}

.team-banner .col-sm-8.team-banner-block {
    padding-left: 0;
}

.team-banner .col-sm-4.team-banner-block {
    padding-right: 0;
}

.team-banner .team-banner-block {
    padding: 0 4px;
}

.meet-team-outer .standard-banner-wrap {
    margin: 0 0 8px;
}

.h350 {
    height: 350px;
}

.team-banner {
    margin-bottom: 38px;
}

.meet-team-outer {
    padding-bottom: 26px;
}

.mCSB_scrollTools {
    opacity: 0 !important
}

.active-process .mCSB_scrollTools {
    opacity: 1 !important;
    right: 15px;
}

.share-post {
    text-align: center;
    margin-top: 10px;
    display: none
}

.share-post .inner-social-media {
    margin: 0
}

.share-post .inner-social-media li {
    float: none;
    display: inline-block
}


/*home-land-detail*/

.display-for-sale span {
    color: #a0daf2;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.home-land-detail-outer .btn-block {
    margin-top: 25px;
}

.home-land-detail-outer .home-style-name-block .btn-block .btn {
    margin-bottom: 9px;
}

.home-land-detail-outer .inclusions-block {
    margin-top: 43px;
}

.listing-home-and-land .width-length {
    padding: 10px 7px;
}

.listing-home-and-land .width-length i {
    margin: 0 5px;
    display: inline-block;
}


/*filter*/

.slider-filter-btn .custom-radio {
    font-size: 18px;
    color: #53565a;
    font-weight: 900;
    display: block;
}

.storeys-option {
    float: left;
}

.slider-filter-btn .custom-radio .iradio {
    width: 100%;
    height: 100%
}

.slider-filter-btn .custom-radio label {
    width: 100%;
    display: block;
}

.home-option ul {
    margin-left: 0
}

.close-filters {
    line-height: 20px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 900;
    left: inherit;
    right: 0;
    position: absolute;
    top: 5px;
    text-align: right;
}

.close-filters em {
 position: relative;
 top: 6px;
 right: -2px;
 height: 14px;
 width: 14px;
 display: inline-block;
 vertical-align: middle;
 margin-right: 14px;
}

.close-filters img {
    width: 100%;
    height: 100%;
    display: block;
}

.close-filters:hover img.img-normal,
.close-filters img.img-hover,
.close-filters:focus img.img-normal {
    display: none;
}

.close-filters:hover img.img-hover,
.close-process:focus img.img-hover {
    display: block;
}

.slide-filter h3 {
    color: #fff;
    padding-bottom: 10px;
}

.slide-filter .option-outer-block h3 {
    font-size: 16px;
    vertical-align: middle;
    line-height: 18px;
    padding-bottom: 7px;
}

.slide-filter .slider-filter-btn {
    margin: 0;
}

.slide-filter .slider-filter-btn li {
    background: #fff;
    width: 100%;
    height: 37px;
    position: relative;
    display: table;
    text-align: center;
    border-right: 1px solid #bdd6e6;
    border-bottom: 1px solid #bdd6e6
}

.slider-filter-btn .custom-radio.checked {
    background: #F9E447;
    color: #fff
}

.slide-filter .slider-filter-btn li .label_text {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
}

.slide-filter .slider-filter-btn li.label_text-check .label_text {
    font-weight: 400;
}

.slide-filter .slider-filter-btn li.label_text-check {
    font-size: 16px;
}

.slide-filter .slider-filter-btn li a.label_text:hover {
    background: #F9E447;
    color: #fff
}

.slider-filter-btn .custom-radio .iradio {
    position: absolute!important;
    top: 0;
    left: 0;
    cursor: pointer;
}

.bedrooms-option {
    float: left;
    width: 146px;
    margin-top: 22px;
    margin-right: 30px;
}

.filter-outer-range-option {
    float: left;
    width: 282px;
}

.slide-filter ul li {
    list-style: none;
}

.noUi-background,
.noUi-connect {
    background: #5a6770;
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.noUi-handle::before,
.noUi-handle::after {
    display: none
}

.noUi-horizontal .noUi-handle {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background: #5a6770;
    box-shadow: none;
    border: none;
    top: -9px;
}

.noUi-horizontal {
    height: 2px;
}

.home-option li {
    position: relative;
}

.home-option {
    float: left;
    width: 307px;
    margin-right: 39px;
}

.tooltip-range-slider {
    margin: 48px 0 27px
}

.tooltip-wrap {
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: 25px;
    transform: translateX(-50%);
    margin-left: -4px;
    padding: 6px 10px;
    min-width: 97px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.tooltip-wrap span {
    margin: 0 5px;
}

.tooltip-wrap:after {
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #fff;
}

.slide-filter {
    display: none;
    left: 0;
    background: #a0daf2;
    color: #fff;
    padding: 42px 15px 32px;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    margin-top: -3px;
}

.slide-filter-home .filter-listing li:nth-child(2) .dk-selected { background: none; padding-left: 15px; }

.reset-filter-btn {
    color: #fff;
    font-weight: 900;
    font-size: 16px
}

.filter-outer {
    display: block;
    position: absolute;
    right: 6px;
    bottom: 20px;
    text-align: right;
}

.filter-option1 {
    position: relative;
}

.slide-filter-home .filter-outer {
    right: 73px;
    bottom: 25px;
}

.slide-filter .btn.floorplan-btn {
    background: #fff;
    color: #5a6770;
    margin-top: 27px;
}

.storeys-option {
    margin-top: 22px;
    width: 73px;
    margin-right: 31px
}

.slide-filter .bedrooms-option .slider-filter-btn li {
    float: left;
    width: 72px;
}

.slider-range-outer {
    margin-left: 3px;
}

.range-option {
    float: left;
    margin-top: 22px;
    width: 171px;
}

.range-option h3 {
    padding-bottom: 13px;
    text-transform: uppercase;
}

.range-option .custom-radio .label_text {
    font-size: 16px;
}

.range-option .slider-filter-btn li {
    margin-bottom: 5px;
}

.slide-filter .floorplan-btn:hover,
.slide-filter .floorplan-btn:focus {
    color: #fff
}

.slide-filter .floorplan-btn .img-normal,
.slide-filter .floorplan-btn:hover .img-hover,
.slide-filter .floorplan-btn:focus .img-hover {
    display: block;
}

.slide-filter .floorplan-btn .img-hover,
.slide-filter .floorplan-btn:hover .img-normal,
.slide-filter .floorplan-btn:focus .img-normal {
    display: none;
}

/*selection*/

.selection-block {
    display: none;
    padding: 8px 20px 6px;
    min-width: 60%;
    background: #53565a;
    position: absolute;
    right: 0px;
    bottom: -9px;
    color: #fff
}

.selection-outer-view {
    position: relative;
}

.selection-outer-view h1 {
    padding-right: 65%
}

.selection-left {
    padding-right: 0;
    width: 30%;
}

.selection-right {
    padding-left: 8px;
    width: 70%
}

.selection-right .row {
    margin: 0 -5px;
}

.selection-right .col-sm-4 {
    padding: 0 5px;
}

.our-home .container {
    position: relative;
}

.selection-block label {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0
}

.selection-block span {
    font-size: 11px;
    font-weight: 300;
    display: block;
    line-height: 15px;
    margin-bottom: 2px;
}


/*rang*/

.map-pin {
    width: 24px;
    height: 30px;
    display: block;
    margin-left: auto;
}

.map-pin img {
    width: 100%;
    height: 100%;
    display: block;
}

.map-pin img.img-hover,
.map-pin:hover img.img-normal {
    display: none;
}

.map-pin:hover img.img-hover {
    display: block;
}

.filter-btn .btn.view-map-btn {
    padding: 0 10px 0 34px;
    position: relative;
}

.view-map-btn em {
    left: 8px;
}

.option-outer-block {
    float: left;
    width: 40.3%;
    margin-top: 29px;
}

.filter-option1 .home-option {
    width: 37%;
}

.option-outer-block h3 span {
    width: 26px;
    height: 15px;
    display: inline-block;
    margin-right: 8px;
}

.option-outer-block h3 .icon01 img,
.option-outer-block h3 .icon02 img,
.option-outer-block h3 .icon03 img {
    width: 100%;
    height: 100%;
    display: block;
}

.option-outer-block h3 .icon02 {
    height: 15px;
    width: 26px;
    display: inline-block;
    margin-right: 11px;
}

.option-outer-block h3 .icon03 {
    width: 32px;
    height: 26px;
    display: inline-block;
    margin-left: -3px;
    margin-right: 5px;
    position: relative;
    top: 6px;
}

.option-outer-block .slider-filter-btn li {
    width: 73px;
    float: left;
}

.option-outer-block .filter-range-option {
    margin-bottom: 30px;
}

.option-outer-block .filter-range-middle-option {
    margin-bottom: 18px;
}

.combo-box-outer h3 {
    text-transform: none;
    padding-bottom: 7px;
    text-align: left
}

.combo-box-outer {
    margin-top: 0;
    width: 16.5%;
    margin-left: 10px;
}

.combo-box .dk-selected {
    background: #fff;
    font-size: 16px;
    color: #53565a;
    font-weight: 400;
    text-align: left;
    height: 29px;
    line-height: 29px;
}

.combo-box .dk-select-open-down .dk-select-options {
    margin-top: 1px;
    max-height: 195px;
    padding-top: 6px;
}

.combo-box .dk-selected:before {
    right: 10px;
    background-image: url(../images/select-down-arrow-black.svg);
}

.slide-filter .slider-filter-btn li.combo-box {
    height: 29px;
    font-size: 12px;
    color: #53565a;
    font-weight: 400;
    padding: 0 5px;
    margin-bottom: 0;
    background: transparent;
    padding: 0
}

.slide-filter .slider-filter-btn li.combo-box ul li {
    border: 0 none;
    font-size: 12px;
    height: auto;
    line-height: 16px;
    padding: 3px 8px;
    text-align: left;
}

.slide-filter .slider-filter-btn li.combo-box ul li.dk-option.dk-option-highlight {
    font-weight: 900
}

.slide-filter .slider-filter-btn li.combo-box .dk-select-options-highlight .dk-option-selected,
.slide-filter .slider-filter-btn li.combo-box .dk-option.dk-option-selected,
.slide-filter .slider-filter-btn li.combo-box .dk-option.dk-option-highlight {
    color: #53565a;
}

.range-option .slider-filter-btn li.or-option {
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    height: auto;
    line-height: 18px;
    margin: 9px 0 11px;
}

.combo-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #41b6e6;
    width: 6px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
}

.combo-box .mCSB_scrollTools {
    opacity: 1 !important
}

.combo-box .mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}

.combo-box .mCSB_inside>.mCSB_container {
    margin-right: 15px;
}

.combo-box .mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.filter-map-slide {
    display: none;
    position: relative;
    margin-top: 12px;
    margin-bottom: 78px;
}
.filter-map-slide .container-fluid{
    position: relative;
}

.filter-map-slide iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.share-like-option {
    position: absolute;
    top: 10px;
    right: 28px;
}

.share-post-option {
    display: block;
    width: 13px;
    height: 17px;
    margin: 0 9px 0 0;
    float: left;
}

.like-post {
    display: block;
    width: 20px;
    height: 19px;
    float: left;
}


/*display-locations*/

.packages-detail .mCustomScrollBox {
    height: 540px;
}

.packages-detail .mCSB_scrollTools {
    opacity: 1 !important;
}

.packages-detail .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #77C5D5;
    width: 5px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
}

.packages-detail .mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}

.packages-detail-outer .location-wrap {
    padding-top: 0;
    padding-bottom: 78px;
}

.packages-detail-outer .map-layer {
    padding-left: 0;
}

.packages-detail-outer .our-home {
    margin-bottom: 12px;
}


/*.our-home-outer .location-wrap{display: none;}*/

.location-map-outer {
    padding-bottom: 643px;
    position: relative;
    height: 0;
}

.packages-detail-outer .map-packages-detail {
    padding: 5px 7px 0 0;
    width: 245px;
    position: absolute;
    right: 0;
    top: 0;
}

.packages-detail-outer .map-packages-detail .listing {
    padding: 0 20px 0 0;
}

.map-title {
    line-height: 17px;
    padding-bottom: 3px;
    margin-right: 30px;
    font-weight: 400;
    border-bottom: 1px solid #a0daf2;;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.map-title span {
    text-transform: none;
    display: block;
}

.packages-available {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #53565a;
}

.packages-available em {
    margin-right: 6px;
    line-height: 30px;
    text-align: center;
    background: #a0daf2;
    width: 29px;
    height: 29px;
    display: inline-block;
    font-weight: 900;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
}

.packages-detail-outer .map-packages-detail .listing .listing-option {
    padding: 0 0 30px;
}

.packages-detail-outer .map-packages-detail .listing .listing-option:last-child {
    padding-bottom: 0;
}

.packages-detail-outer .map-packages-detail .highlight-img .img-block {
    height: 128px;
}

.packages-detail-outer .map-packages-detail .packages-detail .home-link {
    font-size: 10px;
    display: inline-flex;
    line-height: 12px;
}

.packages-detail-outer .map-packages-detail .packages-detail .price {
    font-size: 10px;
    line-height: 10px;
}

.packages-detail-outer .map-packages-detail .img-block-hover {
    margin-bottom: 1px;
}

.packages-detail-outer .map-packages-detail .packages-detail span {
    font-size: 9px;
    line-height: 10px;
    margin: 0
}

.packages-detail-outer .map-packages-detail .packages-detail .col-sm-md {
    padding-top: 7px;
}

#home-carousel .owl-carousel {
    position: initial;
}

.map-tooltip {
    background: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    padding: 15px 30px 10px 10px;
    width: 357px;
}

.map-tooltip:after {
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.map-tooltip:before {
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    bottom: -11px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #BFBFBC
}

.map-tooltip .map-tooltip-left {
    width: 38%
}

.map-tooltip .map-tooltip-right {
    width: 62%;
    padding: 0 20px 0 5px;
    margin-top: 7px;
}

.map-tooltip .map-title {
    margin-right: 0;
    margin-bottom: 13px;
    margin-bottom: 15px;
    word-wrap: break-word;
}

.map-tooltip .packages-available {
    position: relative;
    padding-left: 36px;
    line-height: 14px;
}

.map-tooltip .packages-available em {
    position: absolute;
    left: 0
}

.map-tooltip .img-block {
    height: 129px;
}

.map-tooltip .packages-detail .home-link,
.map-tooltip .packages-detail .price {
    font-size: 10px;
    line-height: 14px;
}

.map-tooltip .packages-detail span {
    font-size: 9px;
    line-height: 10px;
    margin-top: 0px;
}

.map-tooltip .img-block-hover {
    margin-bottom: 0
}

.map-tooltip .packages-detail .col-sm-md {
    padding-top: 5px;
}

.map-tooltip .listing .listing-option {
    padding: 0
}

.gm-style-iw .owl-controls div {
    display: block !important
}

.gm-style-iw .owl-controls div.owl-next {
    height: 26px;
    padding: 0;
    position: absolute;
    right: -8px;
    top: -9px;
    width: 26px;
    z-index: 9;
    background: #53565a
}

.gm-style-iw .owl-controls div.owl-next:after {
    background: url(../images/next-arrow.svg) no-repeat 0 0;
    content: "";
    height: 15px;
    position: absolute;
    right: 6px;
    top: 7px;
    width: 13px;
}

.gm-style-iw .owl-controls div.owl-prev {
    height: 26px;
    padding: 0;
    position: absolute;
    right: 19px;
    top: -9px;
    width: 26px;
    z-index: 9;
    background: #53565a
}

.gm-style-iw .owl-controls div.owl-prev:after {
    background: url(../images/left-arrow.svg) no-repeat 0 0;
    content: "";
    height: 15px;
    position: absolute;
    right: 6px;
    top: 7px;
    width: 13px;
}

.map-tooltip .next-link {
    height: 26px;
    right: 12px;
    width: 26px;
    z-index: 9;
    padding: 7px;
    top: -9px;
}

.map-tooltip .next-link img {
    height: 11px;
    width: 13px;
}

.select-box-outer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background:#f5c500;
    width: 6px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
}

.select-box-outer .mCSB_scrollTools {
    opacity: 1 !important
}

.select-box-outer .mCSB_scrollTools .mCSB_draggerRail {
    background: transparent;
}

.select-box-outer .mCSB_inside>.mCSB_container {
    margin-right: 15px;
}

.select-box-outer .mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.select-box-outer .dk-select-options {
    background: #ffe889;
}

.filter-btn .btn.for-sale-link {
    float: left;
    padding: 0 7px;
    margin-right: 15px;
}

.for-sale-label {
    padding: 8px 8px 5px;
    position: absolute;
    top: 8px;
    left: 0;
    color: #53565a;
    font-size: 16px;
    font-weight: 900;
    background: #f5c500;
    margin-bottom: 0;
    line-height: 20px;
}

.sale-outer .listing .listing-option {
    padding-bottom: 18px;
}

.location-logo h3 {
    margin-left: 2px;
    margin-top: 12px;
}

.location-logo {
    border-bottom: 1px solid #a0daf2;
    padding-bottom: 3px;
    margin-bottom: 17px;
}

.location-detail-address .map-packages-detail address {
    line-height: 18px;
    margin-bottom: 18px;
    color: #2C3E50;
}

.location-detail-address .map-packages-detail address span {
    display: block;
    color: #2C3E50
}

.location-detail-address .map-packages-detail p {
    padding-bottom: 19px;
}

.location-detail-address .map-packages-detail p a {
    text-decoration: none;
}

.location-detail-address .map-packages-detail p span {
    display: block;
}

.get-directions {
    font-weight: 900;
    font-size: 12px;
    color: #a0daf2;
}

.location-detail-address .map-packages-detail .home-carousel {
    margin-top: 34px;
    padding: 0 15px 0 0;
}

.home-carousel .owl-next,
.home-carousel .owl-prev {
    position: absolute;
    top: 0;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    margin-top: -7px;
}

.home-carousel .owl-next {
    right: 7px;
    background: #53565a url(../images/next-arrow.svg) no-repeat 0 0;
    background-size: 14px;
    background-position: center center
}

.home-carousel .owl-nav div:hover {
    background-color: #a0daf2;
}

.home-carousel .owl-prev {
    right: 34px;
    background: #53565a url(../images/left-arrow.svg) no-repeat 0 0;
    background-size: 14px;
    background-position: center center
}

.home-carousel .owl-prev.disabled {
    display: none !important;
}

.location-detail-address .map-tooltip {

    padding: 18px 11px 14px 10px;
}

.location-detail-address .map-tooltip .map-title {
    font-size: 12px;
    font-weight: 900;
    line-height: 14px;
    text-transform: none;
    border-bottom: 0;
    padding: 0;
    margin: 0
}

.col-sm-left {
    padding-right: 0
}

.col-sm-right {
    padding-left: 20px;
}

.col-sm-right .packages-available em {
    background: #F9E547;
    color: #53565a;
    top: 0
}

.col-sm-right .packages-available {
    margin-bottom: 0;
    padding-left: 35px;
    font-size: 12px;
    font-weight: 700;
    padding-top: 8px;
    line-height: 13px;
}

.col-sm-outer {
    border-bottom: 1px solid #a0daf2;
    padding-bottom: 11px;
    margin-bottom: 8px;
}

.time-add p {
    padding-bottom: 0;
    line-height: 19px;
}


/*hamlan-community-outer*/

.hamlan-community-outer .title-panel {
    background: #a0daf2;
    color: #fff
}

.hamlan-community-outer .title-panel:hover {
    background: #53565a;
}

.highlight-text-gray {
    background: #a0daf2;
}

.aspect-outer .filter-dec {
    margin-left: -17px;
    margin-top: -2px;
    padding-right: 0
}

.aspect-outer .filter-btn {
    margin-bottom: 9px;
}

.map-packages-detail {
    display: none;
}

.location-pin {
    width: 31px;
    height: 39px;
    display: block;
    position: absolute;
    top: 30%;
    left: 50%
}

.filter-map-slide .container {
    width: 100%;
    padding: 0
}

.filter-map-slide .container .row {
    margin: 0
}

.filter-map-slide .map-sm-8 {
    width: 100%;
    padding: 0
}

.location-detail-push .filter-map-slide .container {
    max-width: 891px;
    padding: 0 15px;
}

.location-detail-push .filter-map-slide .container .row {
    margin: 0 -15px;
}

.location-detail-push .filter-map-slide .map-sm-8 {
    padding-right: 267px;
}

.location-detail-push .filter-map-slide .map-packages-detail {
    display: block;
}

.location-detail-address .filter-map-slide {
    margin-top: 27px;
}

.location-detail-push .location-detail-address .filter-map-slide .map-sm-8 {
    width: 100%;
}

.location-detail-push .location-detail-address .map-packages-detail {
    width: 212px;
    padding-top: 15px;
    right: 66px;
}

.location-detail-push .location-detail-address .filter-map-slide .map-sm-8 {
    padding-right: 298px;
}

.view-map-btn img {
    display: block;
}

.view-map-btn img.img-hover {
    display: none;
}

.gm-style-iw .owl-prev.hidden {
    display: none !important
}

.gm-style .gm-style-iw {
    overflow: visible;
    padding: 0;
}
.gm-style .gm-style-iw-d{
    overflow: auto!important;
}

/*-- 19102016 --*/

.image-lightbox {
    display: inline-block;
}

.zoom-img-text {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.zoom-img-text:hover i {
    color: #a0daf2;
}

.zoom-img-text em {
    display: inline-block;
    width: 16px;
    height: 20px;
    position: absolute;
    left: 0;
}

.zoom-img-text i {
    display: inline-block;
    font-weight: 400;
    color: #53565a;
    font-size: 16px;
    line-height: 22px;
    padding-left: 2px;
}

.zoom-img-text:hover .img-hover {
    display: inline-block;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.zoom-img-text .img-hover,
.zoom-img-text:hover .img-normal {
    display: none;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.floorplan-options-left {
    padding-top: 36px;
}


/*27-10-2016*/

.dk-option-hidden {
    display: none !important;
}

.processem {
    position: relative;
    padding-left: 33px;
    padding-bottom: 12px;
}

.process-detail-block h3 {
    line-height: 16px;
    padding-bottom: 13px;
    color: #494A54
}

.process-detail-block p {
    font-size: 9px;
    font-weight: 300;
    line-height: 12px;
    padding-bottom: 0;
}

.process-detail-block strong {
    font-size: 9px;
    font-weight: 600;
    line-height: 12px;
    display: block;
}

.process-detail-block .movein h3 {
    padding-bottom: 6px;
}

.process-detail-block .col-sm-3 {
    width: 20%;
    padding-right: 0;
    padding-left: 12px;
}

.process-detail-block em {
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.process-detail-block em.color1 {
    background: #fed500
}

.process-detail-block em.color2 {
    background: #7ec3c2
}

.process-detail-block em.color3 {
    background: #d4b370
}

.process-detail-block em.color4 {
    background: #4a4a54
}

.process-detail-block em.color5 {
    background: #c4d5e0
}

.border-process {
    border-bottom: 3px solid #494A54;
    border-top: 3px solid #494A54;
    padding: 5px 2px 6px;
}

.process-detail-block h6 {
    font-size: 11px;
    font-weight: 900;
    color: #494A54
}

.process-img {
    margin-top: 20px;
    text-align: center;
}

.process-img img {
    display: inline-block;
}

.send-enquiry-form .dk-selected {
    font-size: 16px;
    font-weight: 400;
    height: 35px;
    line-height: 34px;
    padding-left: 38px;
    padding-right: 12px;
    text-align: right;
}

.send-enquiry-form .dk-selected::before {
    left: 10px;
}

.send-enquiry-form .dk-option {
    background: #fff;
    color: #53565a;
}

.send-enquiry-form .mCSB_scrollTools {
    left: 0;
    right: auto
}

.send-enquiry-form .combo-box .mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 15px;
}

.send-enquiry-form .dk-select-open-up .dk-selected::before {
    background-image: url("../images/select-top-arrow-black.svg")
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .inclusions-block-inner {
        padding-left: 5px;
    }
}

.filter-outer-height {
    min-height: 254px;
}

.ratio-img {
    padding-bottom: 68.2%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden
}
.page-template-homeland .ratio-img{
    padding-bottom: 50.2%;
}
.ratio-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    object-fit: cover;
}
.listing-option img{
    opacity: 1;
}


/* 25-04-2019 start */

.container { max-width: 1180px; width: 100%; }
.filter-wrapper { padding: 0 50px; }
.filter-listing { display: flex; flex-wrap: wrap; margin: 0 -20px !important; }
.filter-listing > li { flex: 0 0 25%; -webkit-flex: 0 0 25%;max-width: 25%; padding: 0 20px; margin-bottom: 30px; }
.filter-listing li .dk-select { background: #fff; }
.filter-listing li:first-child .dk-selected:after { position: absolute; content: ""; background: url(../images/prod-icon1.svg) no-repeat; background-size: 30px; left: 8px; top: 50%; transform: translateY(-50%); width: 26px; height: 19px; right: auto; }
.filter-listing li:first-child .dk-selected { padding-left: 40px;}
.filter-listing li:nth-child(2) .dk-selected { background: url(../images/facility02-blue.svg) no-repeat 13px center; background-size: 19px; padding-left: 45px; }
.filter-listing li .dk-select-options .dk-option { line-height: 24px;padding-top:8px;padding-bottom: 8px;margin-bottom: 0; background: #fff; }
.filter-listing li .dk-select-options .dk-option.dk-option-highlight { background:  #41b6e6; }
.filter-listing li .dk-select-options .dk-option.dk-option-selected { background:  #41b6e6; }
.filter-listing .dk-selected { height: 40px; line-height: 43px; padding: 0 15px; font-size: 14px; font-weight: 400;padding-right: 40px !important; }
.filter-listing .combo-box .dk-selected:before { background-image: url(../images/select-down-arrow2.svg); right: 8px; width: 25px; height: 16px; top:50%;margin-top: 0;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-moz-transform: translateY(-50%); }
.filter-listing li label { margin-bottom: 10px; font-size: 14px; color: #53565a; font-weight: 400; }
.filter-wrapper .filter-outer { left: inherit; right: inherit; position: inherit; line-height: normal; }
.apply-filter-left .filter-outer a { width: 140px; height: 30px; line-height: 34px; background: #f5c500; display: block; text-align: center; font-size: 14px; font-weight: 900; margin-bottom: 0; }

.filter-wrapper .filter-listing li .btn-secondary { height: 40px; line-height: 43px; margin-top: 0; padding-left: 40px; font-size: 14px; font-weight: 400; }
.filter-wrapper .filter-listing li .btn-secondary em { width: 22px;  height: 20px;  left: 10px; }
.filter-wrapper-home .filter-listing li:last-child .btn-secondary  { width: 100%; margin-bottom: 0; margin-right: 0; padding-right: 15px; }

.apply-filter-right .reset-filter-btn { font-size: 14px; font-weight: 900; color: #53565a; }
.apply-filter-right .reset-filter-btn:hover { color: #fff; }
.nav-left .enquiry-button{
    margin-left: 70px;
}
.filter-button-outer { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 14px; }
.header-inner nav { display: flex; align-items: center; justify-content: flex-end; }
.enquiry-button .send-enquiry-btn {font-size: 16px; width: 100%; height: 42px; line-height: 42px;background: #53565a; color: #fff; padding: 2px 38px 6px; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; }
.small-header .enquiry-button .send-enquiry-btn { background: #f5c500; color: #53565a; outline: 0; }
.small-header .enquiry-button .send-enquiry-btn:hover,.small-header .enquiry-button .send-enquiry-btn:focus { color: #fff; }



.news-main-outer .standard-wrap { max-width: 100%; }
.news-main-outer .standard-wrap .wide-column { width: 75%; }
.news-main-outer .tags-list { margin-top: 0; }
.news-main-outer .wide-column .category-listing { margin-top: 0; margin-right: 13px; }
.news-main-outer .wide-column h3 { padding-top: 30px; font-size: 18px; color: #53565a; font-weight: 700; }
.news-main-outer .wide-column p { font-size: 16px;   color: #53565a; }
.news-main-outer .wide-column p.info-text { font-size: 18px;   color: #53565a;   font-weight: 400;   line-height: 23px; }
.news-main-outer .community-block { display: flex; align-items: center; float: left; }
.news-main-outer .tags-list li { font-size: 16px; color: #ef8861 ; }
.news-main-outer .tag-list-padding .tags-list { max-width: 60%; float: left; }
.news-main-outer .tags-list li a { font-size: 14px; color: #ef8861 ; }
.news-main-outer .community-block .category-listing li { font-size: 16px; color: #53565a; font-weight: 400; }
.news-main-outer .standard-wrap h1 { margin-bottom: 15px; }
.news-main-outer .tag-list-padding { padding-bottom: 25px; }
.news-main-outer .post-info { font-size: 16px; color: #a0daf2; }
.news-main-outer .standard-banner-wrap { margin-top: 40px; margin-bottom: 20px; }
.call-action-outer { margin-top: 30px; }
.cta-news .call-action-content { background: #41b6e6; height: 100%; display: block; align-items: center; flex-wrap: wrap; align-content: center; padding: 30px 20px; }
.call-action-content h3 { font-size: 24px; color: #fff; padding-bottom: 0px; margin-bottom: 0; width: 100%; display: block;}
.cta-news .call-action-content p { width: 100%; font-size: 16px; line-height: 20px; color: #fff; padding-bottom: 0; margin-bottom: 0; padding-right: 100px; }
.call-action-row { display: flex; }
.left-action-image { width: 50%; }
.right-action-content { width: 50%; }
.cta-news.call-action-outer .btn { padding: 3px 7px; line-height: 24px; border: 2px solid #fff; background: transparent; color: #fff; }
.call-action-outer .btn:hover, .call-action-outer .btn:focus { border-color:#53565a; }
.call-action-outer .btn .arrow { margin-left: 22px; }
.cta-news .right-action-content { width: 75%; padding-left: 30px; }
.inner-cta-call { display: flex; align-items: flex-end;width: 100%; }
.news-main-outer .article-author { margin-top: 106px; }
.news-main-outer .article-left span { margin-top: 20px; }
.news-main-outer .article-left a { font-size: 16px; color: #000; font-weight: 600; }
.news-main-outer .article-author h6 { font-weight: 400; }
.news-main-outer .article-author p { font-size: 16px; }
.news-main-outer .photograph-by { width: 215px; padding: 50px 30px; }
.news-main-outer .photograph-by span { font-size: 13px; line-height: 17px; color: #53565a; margin-bottom: 0; }
.news-main-outer .standard-banner-wrap .imagefill { height: 470px; }
.home-style-wrap .container-fluid { padding: 0; }
.meet-team-outer .contact-title-div { margin-left: 0; }
.meet-team-outer .wide-column { margin-left: 15px; width: 100%; padding-left: 0; }
.hamlan-community-outer .offers-wrap { max-width: 100%; }
.filter-left .btn.sale-btn { margin-right: 9px; padding: 0 10px; font-size: 14px; }
.filter-left .btn.sale-btn:hover { color: #fff; }
.filter-left .btn.sale-btn:focus { color: #fff; background: #F9E547; }
/*.filter-left .btn.sale-btn:focus:before { background: #F9E547; }*/
.filter-left .btn.sale-btn.active-btn { background: #53565a; color: #fff; }

.cms-page .wide-column { width: 75%; margin-left: 0; padding-left: 15px; padding-right: 15px; }
.cms-page .article-left { padding-left: 15px; padding-right: 15px; }

.highlight-img.active-img .checkbox-outer {
    background: #f9e547;
    color: #53565a;
    padding-right: 32px;
}

.highlight-img.active-img .icheckbox {
    background: url(../images/checkbox-on-black.svg) no-repeat 0 0;
    background-color: transparent;
    background-size: 18px;
    background-position: center center;
}

.slider-inner { height: 0; padding-bottom: 35%; }

/* maitri */

.packages-detail .facility-list {
    text-align: left;
    color: #53565a;
    background: #fff;
    bottom: 0;
    padding: 8px 0 0;
    width: 100%;
}

.packages-detail .facility-list em i {
    vertical-align: middle;
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}

.packages-detail .facility-list em.icon02{
    margin-right: 10px;
}

.packages-detail .facility-list em.icon02 i {
    width: 14px;
    height: 16px;
    margin-right: 5px;
    top:-2px;
    left: 2px;
}

.sponsors-logo .ratio-img img{
    -webkit-transition: opacity 0.35s;
    -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
    -ms-transform 0.35s;transition: opacity 0.35s, transform 0.35s;
}

.sponsors-logo:hover .ratio-img img{
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.packages-detail .facility-list em.icon03{
    margin-right: 0;
}

.packages-detail .facility-list em.icon03 i {
    height: 23px;
    width: 20px;
    margin-right: 5px;
}

.packages-detail .facility-list em img {
    width: 100%;
    height: 100%;
    display: block;
}

.packages-detail .facility-list em {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    padding: 0;
    margin-right:12px;
}

.packages-detail .facility-list {
    display: block;
    margin-top: 0
}


.banner-slider .slider-inner{
    position: relative;
}

.banner-slider .slider-inner {
    /*height: 452px;*/
    padding-bottom: 48%;
    background-size: cover;
    background-position: center center;
}

.banner-slider .slider-inner img{
    display: none;
}



.banner-slider .checkbox-outer{
    padding:5px 45px 5px 9px;
    background: #5a6770;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 25px;
    font-weight: 700;
    text-transform: capitalize;
}

.banner-slider .slider-inner.active .checkbox-outer{
    background: #f9e547;
    color:#5a6770;
}

.banner-slider .slider-inner.active .icheckbox{
    background: url(../images/checkbox-on-black.svg) no-repeat 0 0;
    background-color: transparent;
    background-size: 18px;
    background-position: center center;
}

.banner-slider.owl-carousel.owl-loaded{
    max-height: initial;
}

.banner-slider .owl-dots {
    margin-top: 6px;
    text-align: center;
}
.banner-slider .owl-dots .owl-dot{
    display: inline-block;
    margin:0 3px;
}

.banner-slider .owl-dots span {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    display: inline-block;
    background: #a0daf2;
}

.banner-slider .owl-dots .owl-dot.active span{
    background: #f5c500;
}

.floorplan-image-floatright{
    float: none;
}

/*30 Aug 2019*/

.single-our-homes .our-home .ratio-img{
	padding-bottom: 46%;
}
.btn-secondary .arrow .img-normal, .btn-secondary:hover .arrow .img-hover {
    display: block;
}
.btn-secondary .arrow .img-hover, .btn-secondary:hover .arrow .img-normal {
    display: none;
}
.btn-secondary .img-normal, .btn-secondary:hover .img-hover,.btn-secondary:focus .img-hover {
    display: block;
}
.btn-secondary .img-hover, .btn-secondary:hover .img-normal, .btn-secondary:focus .img-normal {
    display: none;
}

@-moz-document url-prefix() {
    .btn-secondary{
        line-height: 34px;
    }
    .news-outer .btn-secondary{
        line-height: 35px;
    }
}

.single-hamlan-community .wide-column{width: 60%;}
.single-hamlan-community .article-author{margin-top: 0;}
.single-hamlan-community .article-left{padding: 0 15px;}
.single-our-homes .noGallery img {max-width: 100%;}
.page-template-our_home .location-wrap, .page-template-our_home .footer-outer{opacity: 1;}

.offers-wrap{

}
.single-special-offers .meet-team-outer .wide-column{width: 75%; margin-left: 0; padding-left: 30px;}
.single-special-offers .meet-team-outer .standard-banner-wrap{ margin: 40px 0 20px;}
.single-special-offers .meet-team-outer h1{margin: 25px 0;}
.single-special-offers .article-left{padding-right: 10px; padding-left: 35px;}
.single-special-offers .col-sm-offset-3{margin-left:25%!important;}
.single-special-offers .wide-column h3{padding-top: 30px;}
.text-center button.post-filter, .text-center button.post-filter:visited, .text-center button.post-filter:focus, .text-center button.post-filter:active{background: #f5c500; padding: 8px 26px; outline: none; line-height: 25px; font-size: 14px;margin-bottom: 20px;}
.send-enquiry-btn.mobile-view-btn{ display: none; }
@media (max-width: 767px){
    .send-enquiry-btn.mobile-view-btn{ display: inline-block; }
}


.wp-block-image figcaption {
    text-align: center;
}