  @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');

  /* Base */
  body {
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-size: 1rem;
    font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  ::selection {
    background: #000;
    color: #fff;
  }

  a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
  }

  p {
    color: #333;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.4px;
  }

  a:hover {
    text-decoration: none;
  }

  .letter-spacing-1 {
    letter-spacing: .1em;
  }

  .text-justify {
    text-align: justify;
  }

  .text-black {
    color: #000 !important;
  }

  .text-grey {
    color: #888 !important;
  }

  .text-white-5 {
    color: rgba(255, 255, 255, 0.5);
  }

  .logo img {
    max-width: 215px;
  }

  .justify-content-end {
    justify-content: end;
  }

  a {
    color: #A4C868;
  }

  .bg-light {
    background: #f9f9f9 !important;
  }

  .bg-grey {
    background-color: #eee !important;
  }

  .site-wrap {
    /* position: relative; */
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
  }

  .site-wrap .header-top a {
    display: inline-block;
    font-family: 'Nunito Sans';
  }

  .header-margin {
    margin-top: 7rem;
  }

  .help-line {
    font-size: 16px;
    color: #67A97B;
    font-weight: bolder;
    display: inline-block;
    text-align: left;
  }

  .help-line span a {
    color: #67A97B;
  }

  .help-line .text {
    font-size: 13px;
    font-weight: 400;
  }

  .site-wrap:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }

  .social-media-icons {
    padding: 10px;
  }

  .social-media-icons a {
    color: #fff;
    padding: 13px;
  }

  .social-media-icons a .icon-facebook:hover {
    color: #4267B2;
  }

  .social-media-icons a .icon-twitter:hover {
    color: #1DA1F2;
  }

  .social-media-icons a .icon-instagram:hover {
    color: #E4405F;
  }

  .social-media-icons a .icon-youtube:hover {
    color: #C4302B;
  }

  .social-media-icons a .icon-pinterest:hover {
    color: #C8232C;
  }

  .social-media-icons a .icon-linkedin:hover {
    color: #0E76A8;
  }

  .offcanvas-menu .site-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
  }

  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible;
  }

  .btn {
    position: relative;
    top: 0;
  }

  .btn:hover,
  .btn:active,
  .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .btn.btn-primary {
    color: #fff;
    background-color: #A4C868;
    border-color: #A4C868;
  }

  .btn.btn-primary:focus,
  .btn.btn-primary:hover {
    background-color: #67A97B;
    border-color: #67A97B;
  }

  .btn-primary:not(:disabled):not(.disabled):active,
  .btn.btn-primary:active {
    background-color: #1C3423;
    border-color: #1C3423;
  }

  .btn.btn-outline-primary {
    border-color: #fff;
    color: #fff;
    border-width: 2px;
  }

  .btn.btn-outline-primary:hover {
    color: #fff !important;
    background: #000;
    border-color: #000;
  }

  .form-control,
  .form-control-same-height {
    height: 47px;
  }

  .form-control:active,
  .form-control:focus {
    border-color: #67A97B;
  }

  .form-control:hover,
  .form-control:active,
  .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .site-section {
    padding: 3em 0;
  }

  @media (min-width: 768px) {
    .site-section {
      padding: 7em 0;
    }
  }

  .site-section.site-section-sm {
    padding: 4em 0;
  }

  .site-section.site-section-xs {
    padding: 2em 0;
  }

  .site-footer {
    padding: 4em 0 0;
    background: #1C3423;
  }

  .site-footer p {
    color: #999999;
  }

  .site-footer h2,
  .site-footer h3,
  .site-footer h4,
  .site-footer h5 {
    color: #fff;
  }

  .site-footer a {
    color: #999999;
  }

  .site-footer a:hover {
    color: white;
  }

  .site-footer ul li {
    margin-bottom: 10px;
  }

  .site-footer .footer-heading {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
  }

  .site-footer .footer-heading:before {
    content: "";
    background: #fff;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
  }

  .site-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
  }

  /* Navbar */

  .top-bar {
    font-size: 14px;
  }

  .site-navbar {
    margin-bottom: 0px;
    width: 100%;
    border-bottom: none;
    background: #A4C868;
    position: relative;
    z-index: 99;
  }

  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .site-navbar .site-navigation .site-menu .active>a,
  .site-navbar .site-navigation .site-menu .active>a:hover {
    color: #A4C868;
    background-color: #fff;
    font-weight: bolder;
  }

  .site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
  }

  .site-navbar .site-navigation .site-menu>li {
    display: inline-block;
    padding: 0px 5px;
  }

  .site-navbar .site-navigation .site-menu>li>a {
    padding: 10px 10px;
    letter-spacing: .05em;
    color: rgb(255 255 255 / 90%);
    text-decoration: none !important;
  }

  .site-navbar .site-navigation .site-menu>li>a:hover {
    color: rgb(255 255 255);
    padding-bottom: 7px;
    border-bottom: 3px solid #FFF;
  }

  .site-navbar .site-navigation .site-menu>li:last-child {
    padding-right: 0;
  }

  /* .site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
} */

  .site-navbar .site-navigation .site-menu .has-children {
    position: relative;
  }

  .site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
  }

  .site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 10px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    border-top: 4px solid #A4C868;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
    color: #000 !important;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 5px 20px;
    display: block;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    color: #A4C868;
    font-weight: bold;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
  .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
  }

  .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
  .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
  .site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    color: #A4C868;
  }

  .site-navbar .site-navigation .site-menu .has-children:hover>a,
  .site-navbar .site-navigation .site-menu .has-children:focus>a,
  .site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #FFF;
    border: none;
  }

  .site-navbar .site-navigation .site-menu .has-children.active:hover>a,
  .site-navbar .site-navigation .site-menu .has-children.active:focus>a,
  .site-navbar .site-navigation .site-menu .has-children.active:active>a {
    color: #A4C868;
  }

  .site-navbar .site-navigation .site-menu .has-children:hover,
  .site-navbar .site-navigation .site-menu .has-children:focus,
  .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
  }

  .site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
  .site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
  .site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
  }

  .site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }

  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
  }

  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
  }

  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #25262a;
  }

  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
  }

  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
  }

  .site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
  }

  .site-mobile-menu .site-nav-wrap a:hover {
    color: #A4C868;
  }

  .site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
  }

  .site-mobile-menu .site-nav-wrap li.active>a {
    color: #A4C868;
  }

  .site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
  }

  .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
  }

  .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
  }

  .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
  }

  .site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
  }

  .site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
  }

  .site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
  }

  .site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
  }

  .site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
  }

  .site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
  }

  /* Blocks */
  .top-bar {
    padding: 5px 0;
    border-color: #f2f2f2 !important;
  }

  .site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .site-blocks-cover .text {
    text-align: left;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 40px;
    width: 30%;
  }

  @media (max-width: 991.98px) {
    .site-blocks-cover .text {
      padding: 20px;
      left: 10px;
    }
  }

  .site-blocks-cover .text h2 {
    font-weight: 300;
    font-size: 20px;
    color: #000;
  }

  .site-blocks-cover .text .location {
    font-size: 15px;
    color: #777;
  }

  .site-blocks-cover .text .location span {
    display: inline-block;
    margin-right: 5px;
  }

  .site-blocks-cover .text strong {
    font-weight: 700;
    font-size: 20px;
    color: #7cbd1e;
  }

  .site-blocks-cover.overlay {
    position: relative;
  }

  .site-blocks-cover.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
  }

  .site-blocks-cover,
  .site-blocks-cover .row {
    min-height: 600px;
    height: calc(100vh - 134px);
  }

  .site-blocks-cover.inner-page-cover,
  .site-blocks-cover.inner-page-cover .row {
    min-height: 200px;
    height: calc(20vh);
    background-position: center !important;
  }

  .site-blocks-cover h1 {
    font-weight: 900;
    color: #fff;
    font-weight: normal;
  }

  .site-blocks-cover p {
    color: black;
    line-height: 1.5;
  }

  .site-blocks-cover .property-offer-type {
    letter-spacing: .2em;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .caption-text {
    letter-spacing: .2em;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .property-specs-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .property-specs-wrap li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .property-specs {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .1em;
  }

  .site-section-title h2 {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: .1em;
  }

  .select-wrap {
    position: relative;
  }

  .select-wrap .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 0;
    font-size: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .block-13,
  .slide-one-item {
    position: relative;
    z-index: 1;
  }

  .block-13 .owl-nav,
  .slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .block-13 .owl-nav .owl-prev,
  .block-13 .owl-nav .owl-next,
  .slide-one-item .owl-nav .owl-prev,
  .slide-one-item .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 30px;
    color: #fff;
  }

  .block-13 .owl-nav .owl-prev.disabled,
  .block-13 .owl-nav .owl-next.disabled,
  .slide-one-item .owl-nav .owl-prev.disabled,
  .slide-one-item .owl-nav .owl-next.disabled {
    opacity: .2;
  }

  .owl-stage-outer {
    height: calc(100vh - 150px) !important;
  }

  .block-13 .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block-13 .owl-dots {
    text-align: center;
  }

  .block-13 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px;
  }

  .block-13 .owl-dots .owl-dot>span {
    line-height: 0;
    display: inline-block;
    width: 28px;
    height: 4px;
    border: none;
    float: left;
    background: #cccccc;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
  }

  .block-13 .owl-dots .owl-dot.active>span {
    background: #67A97B;
  }

  #slider-range {
    height: 8px;
  }

  #slider-range .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: none !important;
    background: #67A97B;
  }

  #slider-range .ui-slider-handle:focus,
  #slider-range .ui-slider-handle:active {
    outline: none;
  }

  #slider-range .ui-slider-range {
    background-color: #67A97B;
  }

  .slide-one-item.home-slider .owl-nav {
    position: absolute !important;
    top: 50% !important;
    bottom: auto !important;
    width: 100%;
  }

  .slide-one-item.home-slider .owl-prev {
    left: 10px !important;
  }

  .slide-one-item.home-slider .owl-next {
    right: 10px !important;
  }

  .slide-one-item.home-slider .owl-prev,
  .slide-one-item.home-slider .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0px;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    line-height: 0;
    text-align: center;
    font-size: 25px;
  }

  @media (min-width: 768px) {

    .slide-one-item.home-slider .owl-prev,
    .slide-one-item.home-slider .owl-next {
      font-size: 25px;
    }
  }

  .slide-one-item.home-slider .owl-prev>span,
  .slide-one-item.home-slider .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .slide-one-item.home-slider .owl-prev:hover,
  .slide-one-item.home-slider .owl-prev:focus,
  .slide-one-item.home-slider .owl-next:hover,
  .slide-one-item.home-slider .owl-next:focus {
    background: black;
  }

  .slide-one-item.home-slider:hover .owl-nav,
  .slide-one-item.home-slider:focus .owl-nav,
  .slide-one-item.home-slider:active .owl-nav {
    opacity: 10;
    visibility: visible;
  }

  .service {
    display: block;
  }

  .service .icon {
    font-size: 60px;
    color: #A4C868;
  }

  .service .service-heading {
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .service p {
    color: rgba(0, 0, 0, 0.6);
  }

  .service .read-more {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
  }

  .site-pagination a {
    display: inline-block;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #333333;
    border: 1px solid #e6e6e6;
  }

  .site-pagination a:hover {
    -webkit-box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #cccccc;
  }

  .site-pagination a.active {
    border: 1px solid transparent;
    background: #67A97B;
    color: #fff;
  }

  .site-pagination a.active:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .site-pagination span {
    display: inline-block;
    width: 20px;
  }

  .widget {
    padding: 40px;
    margin-bottom: 30px;
  }

  .widget .widget-title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: .1em;
  }

  .form-contact-agent .form-control {
    height: 37px;
  }

  .gal-item img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1;
  }

  .gal-item:hover img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    opacity: .5;
  }

  .prop-entry {
    position: relative;
    overflow: hidden;
  }

  .prop-entry img,
  .prop-entry figure {
    margin-bottom: 0;
    height: 350px;
  }

  .card {
    padding: 15px 25px;
    background-color: #FFF;
  }

  .prop-entry .prop-text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
  }

  .prop-entry .prop-text .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prop-entry .prop-text:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  }

  .prop-entry .prop-text .prop-more-info {
    font-size: 12px;
    background: #67A97B;
    position: relative;
    z-index: 4;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .prop-entry .prop-text .prop-more-info .col {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
  }

  .prop-entry .prop-text .prop-more-info span {
    display: block;
  }

  .prop-entry .prop-text .price {
    background: #67A97B;
    color: #fff;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 20px;
  }

  .prop-entry .prop-text .title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
  }

  .prop-entry .prop-text .location {
    font-size: 15px;
    color: #e6e6e6;
  }

  .prop-entry:hover .prop-text {
    bottom: 0;
  }

  .feature .icon {
    font-size: 3rem;
    line-height: 0;
    position: relative;
    top: -3px;
    color: #67A97B;
  }

  .feature .text h2 {
    font-size: 18px;
    color: #000;
  }

  .feature .text p {
    color: #888;
  }

  .panel>.heading {
    padding: 10px;
    background-color: #1C3423;
    color: rgb(255 255 255 / 90%);
    font-size: 18px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    letter-spacing: 0.03em
  }

  .panel>.heading>a {
    color: #fff;
    font-size: 14px;
    float: right;
  }

  .panel>.body {
    height: auto;
    padding: 15px;
    background-color: #efefef;
    max-height: 250px;
    overflow-y: auto;
  }

  .availability img {
    width: 80px;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .availability h3 {
    padding: 7px;
    background-color: #A4C868;
    color: #FFF;
    font-size: 24px;
    border-radius: 50%;
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
  }

  .ess-info ul {
    margin-left: 0;
  }

  .ess-info ul li {
    list-style: none;
    border-bottom: 1px dotted #A4C868;
    margin-bottom: 10px;
  }

  .ess-info p {
    color: #A4C868;
    margin-bottom: 0;
  }

  .ess-info p span {
    color: #777;
  }

  .amenities ul li {
    list-style: none;
    display: inline-block;
    width: 16.1%;
    text-align: center;
  }

  @media (min-width: 768px) {
    .col-md-2 {
      max-width: 16.6%;
    }
  }

  .col-lg-2 {
    max-width: 16.6%;
  }

  .amenities ul li img {
    width: 100px;
    padding: 15px 20px;
  }

  .site-section-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mini-details img {
    width: 60px;
  }

  .mini-details .info {
    float: right;
    margin-left: 10px;
    margin-top: 10px;
  }

  .bank-logos img {
    padding: 15px;
  }

  #no-project {
    display: none;
  }

  .g_i_t_form label span, .g_i_t_form .err-msg {
    color: red;
  }