/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');

body {
    color: #333;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-size: 15px;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333333 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #333333 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #333333 !important;
}

ul, ol {
    padding: 0;
    margin: 0;
}

i {
    display: inline;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    color: #D4AF37;
}

a:hover{
    color:#C9A227;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border-color: #e4e4e4;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

section {
    padding: 50px 0;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Custom styles
   ========================================================================== */

.bg-empty {
    background: transparent !important;
}

.bg-primary {
    background-color: #80c02b !important;
}

.bg-success {
    background-color: #00b19d !important;
}

.bg-info {
    background-color: #3ddcf7 !important;
}

.bg-warning {
    background-color: #ffaa00 !important;
}

.bg-danger {
    background-color: #ef5350 !important;
}

.bg-muted {
    background-color: #F5F5F5 !important;
}

.bg-inverse {
    background-color: #4c5667 !important;
}

.bg-purple {
    background-color: #a746f1 !important;
}

.bg-pink {
    background-color: #f76397 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-lightgreen {
    background-color: #b3c9a1 !important;
}

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

.text-white {
    color: #ffffff;
}

.text-danger {
    color: #ef5350;
}

.text-muted {
    color: #98a6ad;
}

.text-primary {
    color: #80c02b;
}

.text-warning {
    color: #ffaa00;
}

.text-success {
    color: #00b19d;
}

.text-info {
    color: #3ddcf7;
}

.text-inverse {
    color: #4c5667;
}

.text-pink {
    color: #f76397;
}

.text-purple {
    color: #a746f1;
}

.text-dark {
    color: #797979 !important;
}

.form-control {
    -moz-border-radius: 3px;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 3px;
    height: 42px;
    border: 1px solid #e3e3e3;
    box-shadow: none;
    color: #333;
    font-size: 14px;
}

.form-control:focus {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: none;
}

.label {
    color: #ffffff !important;
}

.label-primary {
    background-color: #80c02b;
}

.label-success {
    background-color: #00b19d;
}

.label-info {
    background-color: #3ddcf7;
}

.label-warning {
    background-color: #ffaa00;
}

.label-danger {
    background-color: #ef5350;
}

.label-purple {
    background-color: #a746f1;
}

.label-pink {
    background-color: #f76397;
}

.label-dark {
    background: #4f595b;
}

.label-inverse {
    background-color: #4c5667;
}

.badge-primary {
    background-color: #80c02b;
}

.badge-success {
    background-color: #00b19d;
}

.badge-info {
    background-color: #3ddcf7;
}

.badge-warning {
    background-color: #ffaa00;
}

.badge-danger {
    background-color: #ef5350;
}

.badge-purple {
    background-color: #a746f1;
}

.badge-pink {
    background-color: #f76397;
}

.badge-inverse {
    background-color: #4c5667;
}

.mbn {
    margin-bottom: 0!important
}

.mb5 {
    margin-bottom: 5px!important
}

.mb10 {
    margin-bottom: 10px!important
}

.mb20 {
    margin-bottom: 20px!important
}

.mb30 {
    margin-bottom: 30px!important
}

.mb40 {
    margin-bottom: 40px!important
}

.mb50 {
    margin-bottom: 50px!important
}

.mb60 {
    margin-bottom: 60px!important
}

.mtn {
    margin-top: 0!important
}

.mt10 {
    margin-top: 10px!important
}

.mt20 {
    margin-top: 20px!important
}

.mt30 {
    margin-top: 30px!important
}

.mt40 {
    margin-top: 40px!important
}

.mt50 {
    margin-top: 50px!important
}

.mt60 {
    margin-top: 60px!important
}

.mln {
    margin-left: 0
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.ml40 {
    margin-left: 40px
}

.ml50 {
    margin-left: 50px
}

.ml60 {
    margin-left: 60px
}

.mrn {
    margin-right: 0
}

.mr10 {
    margin-right: 10px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mr40 {
    margin-right: 40px
}

.mr50 {
    margin-right: 50px
}

.mr60 {
    margin-right: 60px
}

.pbn {
    padding-bottom: 0!important
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb40 {
    padding-bottom: 40px
}

.pb50 {
    padding-bottom: 50px
}

.pb60 {
    padding-bottom: 60px
}

.pb70 {
    padding-bottom: 70px
}

.pb80 {
    padding-bottom: 80px
}

.ptn {
    padding-top: 0!important
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt40 {
    padding-top: 40px
}

.pt50 {
    padding-top: 50px
}

.pt60 {
    padding-top: 60px
}

.pt70 {
    padding-top: 70px
}

.pt80 {
    padding-top: 80px
}

.pt90 {
    padding-top: 90px
}

.pln {
    padding-left: 0
}

.pl10 {
    padding-left: 10px
}

.pl20 {
    padding-left: 20px
}

.pl30 {
    padding-left: 30px
}

.pl40 {
    padding-left: 40px
}

.pl50 {
    padding-left: 50px
}

.pl60 {
    padding-left: 60px
}

.prn {
    padding-right: 0 !important
}

.pr10 {
    padding-right: 10px
}

.pr20 {
    padding-right: 20px
}

.pr30 {
    padding-right: 30px
}

.pr40 {
    padding-right: 40px
}

.pr50 {
    padding-right: 50px
}

.pr60 {
    padding-right: 60px
}

label {
    font-weight: 500;
}

.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-inverse, .btn-purple, .btn-pink {
    color: #ffffff !important;
}

.btn-default {
    background-color: #dae6ec;
    border-color: #dae6ec;
}

.btn-default:focus {
    background-color: #dae6ec;
    border-color: #C2CED4;
}

.btn-default:hover {
    background-color: #dae6ec;
    border-color: #C2CED4;
}

.btn-default:active {
    background-color: #dae6ec;
    border-color: #C2CED4;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-color: #dae6ec !important;
    border-color: #C2CED4 !important;
}

.btn-primary {
    background-color: #D4AF37 !important;
    border: 1px solid #D4AF37 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background-color: #C9A227 !important;
    border: 1px solid #C9A227 !important;
}

.btn-success {
    background-color: #00b19d !important;
    border: 1px solid #00b19d !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    background-color: #009886 !important;
    border: 1px solid #009886 !important;
}

.btn-info {
    background-color: #3ddcf7 !important;
    border: 1px solid #3ddcf7 !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
    background-color: #25d8f6 !important;
    border: 1px solid #25d8f6 !important;
}

.btn-warning {
    background-color: #ffaa00 !important;
    border: 1px solid #ffaa00 !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
    background-color: #e69900 !important;
    border: 1px solid #e69900 !important;
}

.btn-danger {
    background-color: #ef5350 !important;
    border: 1px solid #ef5350 !important;
}

.btn-danger:active, .btn-danger:focus, .btn-danger:hover, .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    background-color: #ed3c39 !important;
    border: 1px solid #ed3c39 !important;
}

.btn-inverse {
    background-color: #4c5667 !important;
    border: 1px solid #4c5667 !important;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open>.dropdown-toggle.btn-inverse {
    background-color: #414a58 !important;
    border: 1px solid #414a58 !important;
}

.btn-purple {
    background-color: #a746f1 !important;
    border: 1px solid #a746f1 !important;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
    background-color: #6254b2 !important;
    border: 1px solid #6254b2 !important;
}

.btn-pink {
    background-color: #f76397 !important;
    border: 1px solid #f76397 !important;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
    background-color: #f64b87 !important;
    border: 1px solid #f64b87 !important;
}

.btn {
    border-radius: 6px;
    padding: 6px 14px;
    font-weight: 600;
    font-size: 15px;
    -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.12);
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.panel {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06), 0 2px 0px 0 rgba(0, 0, 0, 0.02);
    border-radius: 0px;
    border: none;
    margin-bottom: 20px;
}

.panel .panel-body {
    padding: 20px;
}

.panel .panel-body p {
    margin: 0px;
}

.panel .panel-body p+p {
    margin-top: 15px;
}

.panel-heading {
    border-radius: 0;
    border: none !important;
    padding: 10px 20px;
}

.panel-default>.panel-heading {
    background-color: #fafafa;
    border-bottom: none;
    color: #797979;
}

.panel-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.panel-sub-title {
    margin-bottom: 3px;
    color: #CEE4FD;
    margin-top: -3px;
}

.panel-footer {
    background: #fafafa;
    border-top: 0px;
}

.panel-default .panel-sub-title {
    color: inherit;
}

.panel-color .panel-title {
    color: #ffffff;
}

.panel-primary>.panel-heading {
    background-color: #228bdf;
}

.panel-success>.panel-heading {
    background-color: #00b19d;
}

.panel-info>.panel-heading {
    background-color: #3ddcf7;
}

.panel-warning>.panel-heading {
    background-color: #ffaa00;
}

.panel-danger>.panel-heading {
    background-color: #ef5350;
}

.panel-purple>.panel-heading {
    background-color: #a746f1;
}

.panel-pink>.panel-heading {
    background-color: #f76397;
}

.panel-inverse>.panel-heading {
    background-color: #4c5667;
}

.panel-border {
    border-radius: 3px;
}

.panel-border .panel-heading {
    background-color: #ffffff;
    border-top: 3px solid #ccc !important;
    border-radius: 3px;
    padding: 10px 20px 0px;
}

.panel-border .panel-body {
    padding: 15px 20px 20px 20px;
}

.panel-border.panel-primary .panel-heading {
    border-color: #228bdf !important;
    color: #228bdf !important;
}

.panel-border.panel-success .panel-heading {
    border-color: #00b19d !important;
    color: #00b19d !important;
}

.panel-border.panel-info .panel-heading {
    border-color: #3ddcf7 !important;
    color: #3ddcf7 !important;
}

.panel-border.panel-warning .panel-heading {
    border-color: #ffaa00 !important;
    color: #ffaa00 !important;
}

.panel-border.panel-danger .panel-heading {
    border-color: #ef5350 !important;
    color: #ef5350 !important;
}

.panel-border.panel-purple .panel-heading {
    border-color: #a746f1 !important;
    color: #a746f1 !important;
}

.panel-border.panel-pink .panel-heading {
    border-color: #f76397 !important;
    color: #f76397 !important;
}

.panel-border.panel-inverse .panel-heading {
    border-color: #4c5667 !important;
    color: #4c5667 !important;
}

body.home .header {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 999;
    transition: all .2s ease-in-out;
    z-index: 999;
    padding: 0 30px;
    margin: 0;
}

.header {
    padding-bottom: 10px;
    /* position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: rgba(255, 255, 255, .7); */
    background-color: #fff;
}   

.header .navbar-default .navbar-nav li.menu-btn a {
    color: #333;
    padding: 0;
    background-color: transparent;
    font-size: 30px;
    line-height: 40px;
}
.span1
{
color:#3771e0;
}

.header .topbar-contact-info {
    padding: 13px 15px;
    text-align: left;
}

.rel-ls-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header .topbar-contact-info ul li:first-child, .header .top-right-menu ul li:first-child, ul.top-right-menu li:first-child {
    padding-left: 0px;
}

.header .topbar-contact-info ul li, .header .top-right-menu ul li, ul.top-right-menu li {
    padding: 0px 20px;
    border-right-width: 1px;
    border-right-style: solid;
}

.rel-ls-inline li {
    display: inline-block;
}

.header .topbar-contact-info ul li, .header .top-right-menu ul li {
    border-right-color: #555;
}

.header .topbar-contact-info ul li:last-child, .header .top-right-menu ul li:last-child {
    border-right: none;
}

.header .topbar-contact-info ul li a, .header .top-right-menu ul li a, ul.top-right-menu li a {
    color: #888;
}

.header .top-right-menu ul li a.btn {
    padding: 3px 12px;
    color: #fff;
    background-color: #80c02b;
}

.header .topbar-contact-info ul li a span, .top-right-menu ul li span {
    font-size: 18px;
}

.header .topbar-contact-info ul li a span, .header .top-right-menu ul li span, ul.top-right-menu li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-transform: capitalize;
}

.header .top-right-menu {
    padding: 10px 15px;
    text-align: right;
}

.header .header-banner {
    margin-left: 50px;
    padding-top: 13px;
}
.header .navbar-nav {
    margin-top: 27px;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default {
    border: none;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    transition: all .4s ease-in-out;
}

.navbar-default .navbar-nav li a {
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.navbar-default .navbar-nav li.post-btn a {
    background-color: #D4AF37;
    padding: 0px 8px;
    border-radius: 3px;
    height: 40px;
    position: relative;
    line-height: 40px;
}

.navbar-default .navbar-nav li.post-btn a span {
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 30px;
}

.navbar-default .navbar-nav li.post-btn a span small{
    display: block;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav li.post-btn a::after {
    position: absolute;
    top: 0;
    right: 28px;
    width: 1px;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-default .navbar-nav li.post-btn a span.la {
    margin-left: 10px;
    padding-right: 0;
    margin-top: -3px;
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 16px;
}

.navbar-default .navbar-nav li.post-btn.open a span.la::before {
    content: "\f113";
}

.navbar-default .navbar-nav li.post-btn a i {
    margin-right: 10px;
    font-weight: normal;
    font-size: 22px;
    vertical-align: middle;
}
.navbar-default .navbar-nav li.post-btn a:hover,
.navbar-default .navbar-nav li.post-btn a:focus {
    background-color: #C9A227 !important;
}
.navbar-default .navbar-nav li.post-btn .dropdown-menu a {
    background-color: transparent;
}
.navbar-default .navbar-nav li.search-btn a {
    background-color: #6ab821;
    padding: 10px 15px;
    border-radius: 3px;
    font-size: 18px;
}

.navbar-default .navbar-nav li.sign-in-btn a {
    background-color: #71706E;
    padding: 10px 15px;
    border-radius: 3px;
}
.navbar-default .navbar-nav li.sign-in-btn a:hover {
    background-color: #666563;
}
.navbar-default .navbar-nav li.sign-in-btn a i {
    margin-right: 5px;
}
.form-check-inline {
    display: inline-block;
}
body.home .navbar-default .navbar-nav {
    margin-top: 0;
}

body.inner .navbar-default .navbar-nav {
    margin-top: 10px;
}

body.inner .header {
    padding: 0 30px;
}

body.home .navbar-default .navbar-nav li.menu-btn a {
    padding: 0;
    background-color: transparent;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}

.navbar-default .navbar-nav li+li {
    margin-left: 10px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

.dropdown-menu li {
    margin: 0 !important;
}

.dropdown-menu li a {
    padding: 0px 20px !important;
    line-height: 40px !important;
    font-size: 14px !important;
    color: #333 !important;
}

.dropdown-menu li a::after {
    display: none;
}

.dropdown-menu li a:hover {
    color: #fff !important;
    background-color: #80c02b !important;
}

.dropdown-menu {
    padding: 0;
    border-radius: 3px !important;
    border: none;
    margin-top: 10px !important;
    width: 230px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0px 20px 2px rgba(0,0,0,.175);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,.175);
}

.dropdown-menu li:first-child a {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.dropdown-menu li:last-child a {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dropdown-menu::before {
    content: '';
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px #ffffff solid;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 4%;
}

.navbar-default .navbar-nav>li>a.btn {
    padding: 5px 15px;
    margin-top: 10px;
}

.home-page-banner-gradient {
    top: 0;
    height: 115px;
    width: 100%;
    z-index: 1;
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .8) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .8) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, 0, 100%, from(rgba(255, 255, 255, .8)), to(rgba(0, 0, 0, 0)));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .8) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .8) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, .8) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
    background-repeat: repeat-x;
}

.carousel-caption {
    top: 45%;
}

.carousel {
    overflow: hidden;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
}

.carousel-control {
    width: 5%;
    opacity: 1;
}

.carousel-control .icon-prev {
    background-image: url('../img/large_left.png');
    width: 40px !important;
    height: 40px !important;
}

.carousel-control .icon-next {
    background-image: url('../img/large_right.png');
    width: 40px !important;
    height: 40px !important;
}

.carousel-control .icon-prev:before, .carousel-control .icon-next:before {
    display: none;
}

.carousel .item::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=100);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
}

.home-search {
    position: relative;
    z-index: 99;
    margin-top: -45px;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.home-search .advance-fields {
    display: none;
}

.home-search .search-wraper .filter-property-form .form-control {
    background-color: #fff;
    height: 42px;
}

.home-search .search-wraper .filter-property-form .form-control:focus {
    border-color: #a746f1;
}

.home-search .search-wraper .filter-property-form .toggle-adv {
    margin-top: 10px;
}

.home-search .search-wraper .filter-property-form .toggle-adv {
    color: #555;
    display: inline-block;
    font-size: 15px;
    margin: 12px 0 0;
    font-weight: 600;
}

.home-search .search-wraper .filter-property-form .toggle-adv i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 3px;
    color: #a746f1;
}

.home-search .search-wraper .filter-property-form .btn {
    min-height: 100px;
    padding: 10px;
}
.home-search .search-wraper .filter-property-form .btn i {
    display: block;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}

.home-search .search-wraper .filter-property-form {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.home-search .search-wraper .filter-property-form .nav-tabs {
    border: none;
}
.home-search .search-wraper .filter-property-form .nav-tabs>li.active>a, .home-search .search-wraper .filter-property-form .nav-tabs>li.active>a:focus, .home-search .search-wraper .filter-property-form .nav-tabs>li.active>a:hover {
    border: none;
    background-color: #fff;
}
.home-search .search-wraper .filter-property-form .nav-tabs>li>a {
    border: none;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    min-width: 100px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    color: #333;
    margin-right: 5px;
}

.home-search .search-wraper .filter-property-form .tab-content {
    padding: 20px 0;
    background-color: #fff;
    border-top-right-radius: 4px;
    padding-bottom: 0;
}
.home-search .search-wraper .filter-property-form .nav-tabs>li {
    margin-bottom: 0;
}
.home-search .search-wraper .filter-property-form .tab-content .form-check-inline {
    margin: 0;
} 
.home-search .search-wraper .filter-property-form .tab-content .checkbox label {
    padding-left: 20px;
}
.home-search .search-wraper .filter-property-form .tab-content .checkbox label {
    margin-right: 10px;
}
/* .home-search .section-search .nav-tabs {
    border-bottom: 0px;
}
.home-search .section-search .nav-tabs .nav-item {
    margin-right: 7px;
    margin-bottom: 0px;
}
.home-search .section-search .nav-tabs .nav-link.activelink {
    width: auto;
    padding: 10px 14px;
    color: #333;
    background-color: #fff;
}
.home-search .section-search .nav-tabs .nav-item.active .nav-link {
  background-color: #fff;
}
.home-search .section-search .nav-tabs .nav-link {
    padding: 10px 48px;
    border-radius: 0px;
    text-align: center;
    text-transform: capitalize;
    font-size: 15px;
    border: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #666666;
    border-radius: 3px 3px 0 0;
    font-weight: 600;
}
.home-search .section-search .tab-content {
  background-color: #fff;
}
.home-search .section-search .search-form {
    width: 100%;
    padding: 33px 0px;
    padding-bottom: 23px;
}
.home-search .search-form label {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  display: block;
  color: #333;
}
.home-search .search-form .form-control {
  background-color: #fff;
  height: 45px;
  border-radius: 3px;
}
.home-search .search-form .form-control:focus {
  border-color: #a746f1;
} */

.home-search .btn-default.active, .home-search .btn-default:active, .home-search .open>.dropdown-toggle.btn-default {
    background-color: #fff !important;
    border-color: #eee !important;
}

.home-search .dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.btn-group.bootstrap-select.dropup.open .dropdown-menu.open {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    display: block;
    padding: 10px 11px;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    color: #333333;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a, .bootstrap-select.btn-group .dropdown-menu li a:hover, .bootstrap-select.btn-group .dropdown-menu li a:focus {
    background-color: #80c02b;
    color: #FFF;
    border-bottom-color: #80c02b;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    text-transform: capitalize;
}

.home-search .search-btn {
    height: 45px;
    margin-top: 23px;
    font-weight: 600;
    font-size: 15px;
}

.services {
    padding: 50px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.section_title {
    color: #333;
    text-align: center;
    /*margin: 0 0 30px;*/
       margin: 0 0 10px;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 26px;
}
.subtitle2 {
        color: #5b00a1 !important;
    text-align: left;
}
.Greentile
{
    color: #258104;
    margin-bottom: 20px !important;
}
.purpleclr
{
        color: #5b00a1!important;
    text-align: left;    margin-top: 30px !important;
}
.greenclr2
{
color: #258104;
    margin-bottom: 25px;
}
.purple2hed
{
color: #5b00a1;
    text-align: left;
    margin: 0px 0px 0px;
}
.grnLft
{
    color: #258104; margin-top: 8px;
}
.lftlxt
{
        margin-bottom: 15px; margin-top: 8px;

}
.formouter
{
    margin-bottom: 30px;
}
.service_block .block_icon {
    padding: 25px 0 35px;
}

.service_block {
    text-align: center;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.service_block h3 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    line-height: 1;
    margin-top: 0;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.service_block .block_icon i {
    width: 85px;
    height: 85px;
    line-height: 83px;
    display: inline-block;
    font-size: 30px;
    color: #80c02b;
    border-radius: 100%;
    border: 1px solid #80c02b;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.service_block .block_icon i::before {
    font-size: 36px;
}

.service_block p {
    margin-bottom: 30px;
}

.service_block:hover .block_icon i {
    background: #80c02b;
    color: #FFF;
}

.recent-listing {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.featured-property .owl-controls .owl-buttons .owl-next {
    background-image: url('../img/next.png');
    border-radius: 0 3px 3px 0;
}

.featured-property .owl-controls .owl-buttons .owl-prev {
    background-image: url('../img/prev.png');
    border-radius: 3px 0 0 3px;
}

.featured-property .owl-controls .owl-buttons .owl-next, .featured-property .owl-controls .owl-buttons {
    margin: 0;
}

.featured-property .owl-controls .owl-buttons div {
    background-color: #3c3c44;
    background-position: center;
    width: 40px;
    border: none;
    margin: 0;
}

.featured-property .owl-controls .owl-buttons div:hover {
    background-color: #80c02b;
}

.featured-property .item .listing_grid {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.listing_grid .info_content {
    margin: 0;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    overflow: hidden;
}

.info_content .imageRow {
    position: relative;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    min-height: 198px;
    background-color: #f4f4f4;
}

.info_content .imageRow img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.info_content .imageRow .saleTag, .info_content .imageRow .rentTag {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
    background: #80c02b;
    border-radius: 3px;
    top: 7px;
    right: 7px;
    padding: 0 8px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.info_content .imageRow .rentTag {
    background-color: #e6770f;
}

.info p {
    text-transform: capitalize;
}

.info_content .imageRow .fav-tag {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.info_content:hover .imageRow .fav-tag {
    opacity: 1;
}

.info_content .imageRow .fav-tag a {
    color: #fff;
    font-size: 18px;
}

.info_content .imageRow a {
    display: block;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.info_content .imageRow .hover-effect {
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.info_content .imageRow .hover-effect:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, .75) 100%);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.info_content .imageRow .hover-effect:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=100);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.info_content:hover .imageRow .hover-effect:after, .info_content:hover .imageRow .hover-effect:before {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.info_content .description {
    background: #fff;
    padding: 15px;
    position: relative;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    min-height: 180px;
}

.info_content .description h4.title {
    line-height: 20px;
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    min-height: 60px;
}

.info_content .description h4.title a {
    color: #333;
}

.info_content .description .specify_btn {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 40px;
    padding: 0 15px;
    font-weight: 300;
    color: #333;
    font-size: 13px;
    display: inline-block;
}

.info_content .description .specify_btn i {
    margin-right: 10px;
    font-size: 16px;
}

.fleft {
    float: left;
}

.info_content:hover .description .priceRow i {
    color: #80c02b;
}

.latest-news {
    padding: 50px 0;
}

.latest-news .inner {
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    margin-top: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.latest-news .inner .imageRow {
    position: relative;
}

.latest-news .inner .imageRow img {
    max-width: 100%;
    width: 100%;
    border-radius: 3px 3px 0;
}

.latest-news .inner .imageRow .meta_row {
    position: absolute;
    bottom: 0;
    line-height: 40px;
}

.latest-news .inner .imageRow .meta_row .comments {
    margin: 0 5px 0 0;
}

.latest-news .inner .imageRow .meta_row a {
    padding: 0 13px;
    background: #80c02b;
    color: #fff;
    font-weight: 300;
    line-height: 40px;
    display: inline-block;
    float: left;
    border-radius: 3px 3px 0 0;
}

.latest-news .inner .imageRow .meta_row a i {
    margin-right: 7px;
    font-size: 16px;
}

.latest-news .inner .desc {
    background: #fff;
    padding: 30px;
    border-radius: 0 0 3px 3px;
}

.latest-news .inner .desc h4 {
    margin-top: 0;
}

.latest-news .inner .desc p {
    margin-bottom: 0;
    color: #666;
    line-height: 26px;
    font-size: 14px;
}

.latest-news .inner .desc p .read_more {
    color: #80c02b;
    font-weight: normal;
    text-transform: uppercase;
}

.info {
    display: inline-block;
    margin-right: 8px;
    color: #333;
}

.info p {
    font-size: 12px;
}

.info i {
    font-size: 1.1em;
}

.info i, .info p {
    display: inline-block;
}

.description h3 {
    margin-top: 0;
}

.description p {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
}

.description p.price {
    margin-top: 0;
    float: right;
    color: #a746f1;
    margin: 0;
    line-height: 1;
}

.description p+p {
    margin-top: 30px;
}

.description p i::before {
    font-size: 14px;
}

.subcribe {
    position: relative;
    padding: 0px 0px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.subcribe .subscribe-wraper {
    position: relative;
    background: #ffffff;
    border: 1px solid #fefefe;
    padding: 60px 20px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05)
}

.subcribe .subscribe-wraper h3 {
    font-size: 36px;
    color: #242133;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.subcribe .subscribe-wraper h3::after {
    content: '';
    position: absolute;
    width: 60px;
    left: 0px;
    left: 50%;
    margin-left: -30px;
    bottom: 0px;
    border-bottom: 3px solid #59c21f;
}

.subcribe .subscribe-wraper p {
    margin-bottom: 20px;
}

.subcribe .subscribe-wraper .form-control {
    height: 50px;
}

.subcribe .subscribe-wraper .btn {
    width: 180px;
    height: 50px !important;
    text-transform: uppercase;
    font-weight: 600;
}

body.inner .main-footer {
    margin-top: 0;
}

.main-footer {
    background: #1f1f1f;
}

.main-footer.with-padding-top {
    padding-top: 80px;
}

body.inner .main-footer .widgets-section {
    padding-top: 0px;
}

.main-footer .widgets-section {
    position: relative;
    padding: 60px 0px 30px;
}

.main-footer .widgets-section .footer-column {
    margin-bottom: 30px;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .footer-widget .footer-title {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    position: relative;
}
.main-footer .footer-widget .footer-title::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 50px;
    background-color: #eee;
    bottom: -9px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.26);
}
.main-footer .about-widget .logo {
    position: relative;
    margin-bottom: 10px;
}

.main-footer .about-widget .text {
    position: relative;
    margin-bottom: 30px;
    line-height: 1.9em;
    font-size: 14px;
    color: #fff;
}
.main-footer .about-widget ul li {
    margin-bottom: 5px;
}
.main-footer .about-widget ul li a {
    color: #fff;
}

.main-footer .about-widget ul li a:hover {
    color: silver;
}

.main-footer .about-widget .copyright-text {
    position: relative;
    color: #fff;
}

.main-footer .newsletter-widget .text {
    position: relative;
    margin-bottom: 25px;
    line-height: 1.9em;
}

.main-footer .social-widget .social-links {
    position: relative;
}

.main-footer .social-widget .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.main-footer .social-widget .social-links li a {
    position: relative;
    display: block;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    background: #59c21f;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-footer .social-widget .social-links li a.facebook {
    background: #3f579d;
}

.main-footer .social-widget .social-links li a.twitter {
    background: #55acef;
}

.main-footer .social-widget .social-links li a.google-plus {
    background: #db4437;
}

.main-footer .social-widget .social-links li a.linkedin {
    background: #0177b5;
}

.main-footer .social-widget .social-links li a.instagram {
    background: #b21389;
}

.main-footer .social-widget .social-links li a:hover {
    background: #242133;
}

.main-footer .about-widget .contact-info {
    margin-bottom: 30px;
}

.main-footer .contact-widget .text {
    margin-bottom: 24px;
    color: #fff;
}

.main-footer .contact-info li {
    position: relative;
    display: block;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.main-footer .contact-info li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #fff;
}

.main-footer .contact-info li:last-child {
    margin-bottom: 0px;
}

.main-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-footer .links-widget .list li {
    position: relative;
    margin-bottom: 12px;
}

.main-footer .links-widget .list li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 0px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

.main-footer .links-widget .list li a:hover {
    color: silver;
}

.rights {
    background: #111111;
    padding: 20px 0;
    text-transform: uppercase;
    text-align: center;
}

.rights p {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: capitalize;
    margin: 0px;
}

.recent-listing-detail {
    padding: 30px 0;
}

.recent-listing-detail .desc {
    text-align: center;
}

.tag.price {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #1396e2;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    display: inline-block;
    padding: 3px 8px;
}

dl dt {
    float: left;
}

dl dd {
    margin-bottom: 8px;
    text-align: right;
}

dl dt {
    float: left;
}

dt {
    font-weight: bold;
}

.property-detail-desc h2, .description h2, .property-features h2, .property-map h2, .sidebar h2 {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #333;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.property-features-list li {
    display: inline-block;
    padding: 5px 0;
    width: 49%;
}

.property-features-list li::before {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\f111";
    color: #1396e2;
    font-size: 8px;
    position: relative;
    bottom: 2px;
    margin-right: 10px;
}

.sidebar h2 {
    margin-top: 0;
}

.pagination-section nav {
    text-align: center;
    margin-top: 50px;
}



.property-listing .listing_grid .info_content {
    margin-bottom: 30px;
    border: none;
}

.property-listing .listing_grid .info_content .description p.location {
    position: relative;
    padding-left: 20px;
    line-height: 20px;
    min-height: 40px;
}
.property-listing .listing_grid .info_content .description p.location i {
    position: absolute;
    left: 0;
    top: 0;
}

.login_section {
    background-color: #f5f5f5;
    padding: 100px 0;
}

.login_section h1.page-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.7);
    font-size: 28px;
    line-height: 60px;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

.login_section .progressbar {
    display: table;
    margin: 40px 0px 50px 0px;
    width: 100%;
}

.login_section .progressbar-inner {
    display: table-row;
}

.login_section .progressbar-item {
    display: table-cell;
    position: relative;
    width: 33.33%;
}

.login_section .progressbar-item-circle {
    background-color: #EEEEEE;
    border: 2px solid #E0E0E0;
    border-radius: 50%;
    height: 88px;
    line-height: 84px;
    margin: 0px auto 30px auto;
    text-align: center;
    width: 88px;
    z-index: 9999;
}

.login_section .progressbar-item-circle span {
    color: #03A9F4;
    font-size: 20px;
}

.login_section .progressbar-item-description {
    padding: 0px 15px;
    text-align: center;
}

.login_section .box {
    background-color: #fff;
    margin: 0px 0px 30px 0px;
    padding: 30px;
}

.login_section .box-header {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.login_section h3.page-header {
    font-size: 18px;
    border: none;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.login_section .form-group {
    margin-bottom: 15px;
}

.login_section label {
    color: #757575;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.login_section .progressbar-line {
    background-color: #E0E0E0;
    height: 2px;
    position: absolute;
    right: 0px;
    top: 42px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    width: 33.33%;
}

.search-container .btn {
    background-color: #80c02b;
    border: 0px;
    /* border-radius: 0px; */
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    height: 48px;
    display: block;
    width: 100%;
}

.subcribe .btn {
    background-color: #fff;
    border: 0px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    color: #80c02b;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    overflow: hidden;
    position: relative;
    text-transform: capitalize;
    height: 44px;
    display: block;
    width: 100%;
}

.login_section .progressbar-item-circle span i {
    line-height: 84px;
}

.submit-property {
    background-color: #d34b4b;
    padding: 70px 0;
}

.property-form label {
    color: #757575;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.property-form .form-group {
    margin-bottom: 15px;
}

.property-form {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15);
    margin-top: 50px;
    margin-bottom: 100px;
}

.property-form .btn {
    background-color: #80c02b;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    height: 48px;
    margin-top: 30px;
}

.gallery {
    padding-top: 100px;
}

.about-section {
    padding-top: 100px;
    padding-bottom: 50px;
}

.about-section .section_title {
    margin-bottom: 50px;
}

.what-we-do {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FAFAFA;
}

.dashboard-top-section {
    background: #fafafa;
    background-size: cover;
    text-align: center;
    padding-top: 50px;
}

.dashboard-top-section .profile-thumb {
    float: left;
    width: 160px;
    margin: -5px 40px -70px 0;
    height: 160px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    line-height: 190px;
    text-align: center;
    font-size: 145px;
    color: #aaa;
    position: relative;
    z-index: 10;
    border: 2px solid #fafafa;
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15);
}

.dashboard-top-section .profile-thumb img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.dashboard-username {
    text-align: left;
}

.dashboard-main {
    padding-top: 150px;
    padding-bottom: 50px;
}

.nav-tabs.styled {
    background-color: #fafafa;
    border: 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
    display: table;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    table-layout: fixed;
    white-space: nowrap;
    width: 100%;
}

.nav-tabs.styled li {
    border: 0px;
    display: table-cell;
    float: none;
    text-transform: uppercase;
    width: 100%;
}

.nav-tabs.styled li.active a, .nav-tabs.styled li.active a:hover {
    border: 0px;
    box-shadow: inset 0px -2px 0px 0px #80c02b;
    cursor: pointer;
    color: #80c02b !important;
    background-color: #fafafa;
}

.nav-tabs.styled li a {
    border: 0px !important;
    border-radius: 0px;
    color: #666;
    font-weight: 500;
    margin: 0px;
    overflow: hidden;
    padding: 20px !important;
    position: relative;
    text-align: center;
}

.wysihtml5-toolbar {
    background: #f2f2f2;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    border-radius: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wysihtml5-toolbar:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
}

.wysihtml5-toolbar li {
    float: left;
}

.wysihtml5-toolbar li:first-child a:last-child, .wysihtml5-toolbar li:nth-child(2) a:nth-child(3), .wysihtml5-toolbar li:nth-child(2) a:last-child {
    display: none;
}

.wysihtml5-toolbar li:first-child a {
    overflow: hidden;
    position: relative;
    text-align: center;
    text-indent: -9999px;
    width: 54px;
}

.wysihtml5-toolbar li:first-child a:before {
    display: block;
    float: left;
    font-family: "FontAwesome";
    font-weight: normal;
    left: 21px;
    position: absolute;
    text-indent: 0;
    top: 7px;
}

.wysihtml5-toolbar li:first-child a:first-child:before {
    content: "\f032";
}

.wysihtml5-toolbar li:first-child a:nth-child(2):before {
    content: "\f033";
}

.wysihtml5-toolbar li:first-child a:nth-child(3):before {
    content: "\f0cd";
}

.wysihtml5-toolbar .btn {
    border-radius: 0;
    border: 0;
    color: #fff;
}

.wysihtml5-toolbar .btn:hover, .wysihtml5-toolbar .wysihtml5-command-active {
    background: #e8e8e8;
}

.textarea.form-control {
    border-radius: 0 0 3px 3px;
    height: 200px;
}

.dashboard-main .dropzone {
    min-height: 150px;
}

.property-detail-top h3 {
    color: #757678;
}

.property-detail-top {
    padding: 0;
    border: none;
}

.property-icons li {
    margin-right: 10px;
    float: left;
    width: auto;
    list-style: none;
    color: #949596;
    font-size: 14px;
    font-weight: 600;
}

.property-icons li span {
    color: #292a2b;
}

.beds-numb::before {
    content: '\f116';
    font-family: Flaticon;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    margin-right: 10px;
    color: #333;
}

.bath-numb::before {
    content: '\f115';
    font-family: Flaticon;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    margin-right: 10px;
    color: #333;
}

.build-size::before {
    content: '\f109';
    font-family: Flaticon;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    margin-right: 10px;
    color: #333;
}

.property-cut::before {
    content: '\f113';
    font-family: Flaticon;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    margin-right: 10px;
    color: #333;
}

.property-meta .prop-price {
    font-size: 22px;
    color: #a746f1;
    font-weight: 600;
    margin-top: 10px;
}

.property-meta small {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

.tab-address::before {
    content: '\f11b';
    font-family: Flaticon;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    color: #bababa;
    float: left;
    font-size: 20px;
}

.tab-address p {
    margin-left: 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

h3.property-detail-title {
    margin-bottom: 25px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.property-features .listing-info {
    list-style: none;
    line-height: 28.6px;
    color: #333;
    font-weight: 600;
}

.property-features .listing-info li:before {
    content: "\f17c";
    font-family: "LineAwesome";
    font-size: 14px;
    transition: all 0.3s ease 0s;
    color: #a746f1;
    padding-right: 10px;
}

.radios-list .checkbox {
    float: left;
    width: 25%;
    margin: 0;
    position: relative;
    min-height: 1px;
}

.inner-page-search .inner-page-title {
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}

.inner-page-search {
    padding: 30px 0;
    background-color: #333;
    position: relative;
    padding-bottom: 20px;
}

.inner-page-search .advance-fields {
    display: none;
}

.inner-page-search .search-wraper .filter-property-form .form-control {
    background-color: #fff;
    min-height: 40px;
    border-radius: 3px;
}

.inner-page-search .search-wraper .filter-property-form .toggle-adv {
    margin-top: 10px;
}

.inner-page-search .search-wraper .filter-property-form .toggle-adv {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 12px 0 0;
    font-weight: 600;
}

.inner-page-search .search-wraper .filter-property-form .toggle-adv i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 3px;
    color: #6ab821;
}

.inner-page-search .search-wraper .filter-property-form .btn {
    height: 98px;
    padding: 0 15px;
}

.inner-page-search .search-wraper .filter-property-form .btn i {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}

.inner-page-search .search-wraper .filter-property-form .price-wrapper {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.pagination {
    text-align: center;
    display: block;
    margin: 30px 0 0px;
    overflow: hidden;
}

.pagination a.prev {
    float: left;
}

.pagination a.next {
    float: right;
}

.pagination a, .pagination span {
    padding: 0 10px;
    line-height: 29px;
    height: 30px;
    min-width: 30px;
    text-align: center;
    background: #b6b6b6;
    border-radius: 2px;
    display: inline-block;
    margin: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination a:hover, .pagination a.active, .pagination span {
    background: #694fee;
}

.pagination a.prev i {
    margin-right: 7px;
}

.pagination a.next i {
    margin-left: 7px;
}

.contact-agent-wrapper .btn.btn-hidden {
    display: none;
}

.contact-agent-wrapper .btn.collapsed {
    display: block;
}

.sidebar .property-search {
    padding: 20px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #eee;
}

.sidebar .property-search label {
    text-transform: capitalize;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.sidebar .property-search label.label-mini {
    font-size: 10px;
    text-transform: uppercase;
}

.sidebar .property-search h3 {
    margin-bottom: 30px;
    margin-top: 0;
    color: #666;
    font-weight: 300;
}

.sidebar .property-search .btn, .sidebar .property-search .form-control {
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
}

.sidebar .property-search .form-group {
    margin-bottom: 20px;
}

.user-listing-owner i {
    margin-right: 10px;
    color: #a746f1;
    font-size: 20px;
}

.user-listing-owner h3 {
    text-transform: capitalize !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-size: 22px !important;
    color: #666;
    text-align: center;
    font-weight: 600;
}

.user-listing-owner span {
    display: block;
    color: #555;
    text-align: center;
    font-size: 16px;
}

.user-listing-owner span a {
    color: #555;
}

.blog-section {
    padding: 50px 0;
}

.blog-section .post-card-item {
    margin-bottom: 30px;
}

.sidebar .widget {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 3px;
}

.sidebar .widget h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0px;
    text-transform: capitalize;
    color: #333;
}

.sidebar .widget .form-control {
    background-color: #fff;
}

.sidebar .widget .categories li {
    list-style: none;
    margin-bottom: 15px;
}
.sidebar .widget .categories li:last-child {
    margin-bottom: 0;
}
.sidebar .widget .categories li a {
    font-size: 15px;
    text-transform: capitalize;
    color: #666;
    padding-left: 15px;
    font-weight: 600;
    position: relative;
}

.sidebar .widget .categories li a:before {
    content: "\f112";
    font-family: "LineAwesome";
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    left: 0;
    top: 3px;
}

.sidebar .widget .recent-come {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .widget .recent-come li {
    margin-bottom: 30px;
}

.sidebar .widget .recent-come li:last-child {
    padding-bottom: 0;
}

.sidebar .widget .recent-come li .property-box-image {
    width: 130px;
    padding-right: 20px;
}

.sidebar .widget .recent-come li .property-box-image-inner {
    display: block;
    overflow: hidden;
    position: relative;
}

.sidebar .widget .recent-come li .entry-title {
    font-size: 16px;
    margin: 0 0 3px;
    font-weight: 600;
}

.sidebar .widget .recent-come li .entry-title a {
    color: #333;
}

.sidebar .widget .recent-come li .property-box-price {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #80c02b;
}

.sidebar .widget .recent-come li .property-row-address {
    color: #8e99a3;
}

.sidebar .widget .recent-come li:last-child {
    margin-bottom: 0;
}

.sidebar .widget .recent-come .img-post {
    height: 59px;
    width: 59px;
    float: left;
}

.sidebar .widget .recent-come .text-post {
    margin-left: 70px;
}

.sidebar .widget .recent-come .text-post a {
    color: #333;
    font-weight: 600;
}

.sidebar .widget .recent-come li span {
    font-weight: 600;
    color: #80c02b;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.contact-info {
    padding: 70px 0;
}

.contact-info h3 {
    padding-bottom: 10px;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-info p {
    color: rgba(53, 53, 53, 0.7);
    line-height: 26px;
}

.contact-info table.contact {
    margin: 30px 0 0 0;
    width: 100%;
}

.contact-info table.contact th {
    color: rgba(53, 53, 53, 0.5);
    font-size: 15px;
    margin: 0 0 5px 0;
    position: relative;
    text-align: left;
    display: block;
    padding-left: 60px;
    vertical-align: top;
}

.contact-info table.contact td {
    margin-bottom: 15px !important;
    padding-bottom: 15px;
    display: block;
    padding-left: 60px;
    vertical-align: top;
    font-weight: 600;
}

.contact-info table.contact th.address:before, .contact-info table.contact th.phone:before, .contact-info table.contact th.email:before, .contact-info table.contact th.skype:before {
    -webkit-font-smoothing: antialiased;
    background-color: #f4f4f4;
    border-radius: 50%;
    color: #a746f1;
    content: '\f129';
    display: block;
    font-family: 'Flaticon';
    font-size: 18px;
    height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 36px;
    font-weight: normal;
}

.contact-info table.contact th.phone:before {
    content: '\f123';
}

.contact-info table.contact th.email:before {
    content: '\f121';
}

.contact-info table.contact th.skype:before {
    content: '\f17e';
}

.contact-info .form-control {
    height: 40px;
    background-color: #fff;
}

.contact-info textarea.form-control {
    height: 150px;
}

.blog-section.single-post .single-blog img {
    width: 100%;
}

.premium-listing {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #e6e6e6;
}

.premium-listing h1 {
    margin-top: 0;
    font-size: 34px;
    margin-bottom: 30px;
}

.premium-listing .owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
}

.premium-listing .property-item.item-grid {
    display: block;
    position: relative;
}

.premium-listing .property-item {
    background-color: #fff;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.premium-listing .figure-block {
    position: relative;
    z-index: 0;
}

.premium-listing .featured-property .owl-wrapper-outer {
    padding-bottom: 20px;
}

.premium-listing .property-item.item-grid figure {
    display: block;
    position: relative;
    margin: 0;
}

.premium-listing .item figure .label-premium {
    position: absolute;
    top: 12px;
    right: inherit;
    bottom: inherit;
    left: 12px;
    z-index: 3;
    position: absolute;
    z-index: 3;
    background-color: #c93756;
    color: #ffffff;
    padding: 5px 6px 5px;
    vertical-align: top;
    font-size: 12px;
    line-height: 11px;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    text-align: inherit;
}

.premium-listing .label-status {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    padding: 8px 10px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 11px;
    vertical-align: top;
    font-weight: 600;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
}

.premium-listing .item figure .price {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 4;
    text-align: left;
}

.premium-listing .item figure .price .item-price {
    color: #fff;
    display: block;
}

.premium-listing .price .item-price {
    font-size: 20px;
    line-height: 18px;
    margin: 0;
    font-weight: 600;
    text-transform: inherit;
    text-align: inherit;
}

.premium-listing .item figure .price .item-sub-price {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0 0;
    font-weight: 600;
    text-transform: inherit;
    text-align: inherit;
}

.premium-listing .item figure .fav-tag {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 9;
}

.premium-listing .item figure .fav-tag a {
    color: #fff;
    font-size: 20px;
}

.premium-listing .figure-block a {
    color: #fff;
}

.premium-listing .hover-effect {
    display: block;
    overflow: hidden;
    z-index: 0;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.premium-listing .hover-effect:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, .75) 100%);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.premium-listing .hover-effect:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(65%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.premium-listing .property-item .hover-effect img {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
}

.premium-listing .property-item:hover .hover-effect img {
    transform: scale(1.2);
}

.premium-listing .property-item.item-grid .item-body {
    padding: 20px;
    display: block;
    width: 100%;
    overflow: hidden;
    vertical-align: top;
    min-height: 125px;
}

.premium-listing .property-item.item-grid .body-left {
    display: block;
    width: 100%;
    position: relative;
}

.premium-listing .property-item.item-grid .info-row {
    text-align: left;
}

.premium-listing .item-body .property-title {
    font-size: 16px;
    margin-top: 0;
    font-weight: 600;
    line-height: 22px;
}

.premium-listing .property-item .property-title a {
    color: #333;
}

.premium-listing .item-body .property-address {
    color: #666;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    font-weight: 600;
    text-transform: inherit;
    text-align: inherit;
    text-transform: capitalize;
    min-height: 35px;
    max-height: 35px;
}

.premium-listing .item-body .info-row+.info-row {
    margin-top: 10px;
}

.premium-listing .table-list {
    display: table;
    width: 100%;
}

.premium-listing .property-item .cell {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.premium-listing .property-item.item-grid .item-body .amenities {
    height: auto;
}

.premium-listing .item-body .amenities p {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: inherit;
}

.premium-listing .item-body .amenities span {
    margin-right: 15px;
}
.premium-listing .item-body .amenities span:last-child {
    margin-right: 0;
}
.premium-listing .item-body .amenities span i {
    display: inline-block;
    width: 25px;
}

.premium-listing .item-body .amenities span i::before {
    font-size: 16px;
}

.premium-listing .property-item.item-grid .phone {
    position: relative;
    top: 0;
}

.premium-listing .btn .fa.fa-right {
    margin-left: 8px;
}

.location-map .map {
    height: 500px;
}

.location-map {
    padding: 0;
}

#map-google {
    height: 560px;
}

.map-marker {
    background-color: #4E4A4A;
    border: 4px solid #4E4A4A;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: all .15s linear;
    z-index: 10;
}

.map-marker:before {
    border: 4px solid transparent;
    border-width: 10px 12px;
    border-top-color: #4E4A4A;
    bottom: -19px;
    height: 0;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 11;
}

.map-marker .icon {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 13;
}

.map-marker:after {
    background-color: #fff;
    border-radius: 50%;
    bottom: 0;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
}

.map-popup-content-wrapper {
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 245px;
}

.map-popup-content-wrapper {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    display: none;
    left: -100px;
    top: -240px !important;
    position: absolute;
    z-index: 9999;
}

.map-popup-content {
    background-color: #fff;
    height: 230px;
    margin: 0;
    padding: 0;
}

.listing-window-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 160px;
    position: relative;
}

.listing-window-content h2 {
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.5;
    margin: 8px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 0;
}

.listing-window-content p {
    font-size: 12px;
    margin: 8px 15px;
    font-weight: 600;
}

.listing-window-content h3 {
    background-color: #80c02b;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    left: 15px;
    margin: 0;
    padding: 4px 8px;
    position: absolute;
    top: 15px;
}

.map-marker {
    height: 36px;
    width: 36px;
}

.map-popup-content-wrapper .close {
    color: #fff;
    display: block;
    font-size: 11px;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    text-shadow: none;
    z-index: 99999;
}

.map-popup-content-wrapper:after {
    border: 7px solid transparent;
    border-top-color: #fff;
    bottom: -14px;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}

.listing-window-image:before {
    -webkit-font-smoothing: antialiased;
    background-color: #80c02b;
    border-radius: 50%;
    color: #fff;
    content: '\f119';
    display: block;
    font-family: 'Flaticon';
    height: 32px;
    left: 50%;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity .15s linear;
    visibility: hidden;
    width: 32px;
    z-index: 101;
}

.listing-window-image:after {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .15s linear;
    visibility: hidden;
    z-index: 100;
}

.map-popup-content-wrapper:hover .listing-window-image:before, .map-popup-content-wrapper:hover .listing-window-image:after, .leaflet-popup-content-wrapper:hover .listing-window-image:before, .leaflet-popup-content-wrapper:hover .listing-window-image:after {
    opacity: 1;
    visibility: visible;
}

.bg-violet {
    background-color: #6354b1;
}

.bg-grey {
    background-color: #f0f0f0;
}

.blog-section .sidebar .widget .recent-come li span {
    font-weight: 600;
    color: #666;
    font-size: 12px;
    display: inline-block;
    width: 100%;
}

.blog-section .comments {
    padding: 30px 0;
}

.blog-section .comments .media .media-object {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-color: #fff;
    padding: 3px;
    border: 1px solid #ddd;
}

.blog-section .comments .media {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 20px;
}

.blog-section .comments .media-footer {
    color: #999;
    margin-bottom: 0;
}

.blog-section .comments .media-footer i {
    margin-right: 10px;
}

.box-side-account .panel-primary {
    border-color: #ddd;
}

.box-side-account .panel-primary>.panel-heading {
    background-color: #f9f9f9;
    border-color: #ddd;
}

.box-side-account .panel-title {
    color: #666;
    font-size: 22px;
    margin-bottom: 10px;
}

.post-card-item {
    background-color: #fff;
    overflow: hidden;
    border-radius: 3px;
}

.post-card-item .post-card-body {
    background-color: #fff;
}

.post-card-description {
    padding: 15px 0;
}

.post-card-description ul {
    font-size: 12px;
    color: #959595;
    margin-bottom: 10px;
}

.list-inline {
    list-style: none;
    margin: 0;
}

.post-card-description h3 {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 8px 0;
    font-weight: 600;
    text-transform: inherit;
    text-align: inherit;
}

.post-card-description h3 a {
    color: #333;
}

.post-card-description p {
    color: #636363;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.list-inline>li {
    padding: 0;
    padding-right: 10px;
    display: inline-block;
}

.post-card-description ul li {
    font-weight: 600;
}

.post-card-description ul i {
    margin-right: 5px;
    font-weight: normal;
}

.post-card-description .read {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: inherit;
}

.white-block {
    padding: 40px;
    background-color: #fff;
}

.blog-article .page-title {
    background-color: #fff;
    padding: 30px;
}

.blog-article .page-title h2 {
    font-size: 20px;
    margin-top: 0;
    font-weight: 600;
}

.page-title .author-meta {
    margin-top: 20px;
}

.author-meta li {
    display: inline-block;
    color: #333;
    font-weight: 600;
    margin-right: 13px;
}

.author-meta li i {
    font-weight: normal;
}

.author-meta .meta-image {
    margin-right: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.article-media {
    text-align: center;
}

.article-media img {
    width: 100%;
}

.blog-article .article-detail {
    padding: 30px;
    background-color: #fff;
}

.article-footer {
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 36px;
}

.article-footer .meta-title {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 13px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}

.article-footer .meta-tags {
    margin: 0;
    list-style: none;
    font-size: 0;
}

.article-footer .meta-tags li {
    display: inline-block;
}

.article-footer .meta-tags a {
    display: block;
    padding: 4px 10px 5px 10px;
    background-color: #80c02b;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 0 3px 3px 0;
    text-transform: inherit;
    text-align: inherit;
}

.next-prev-blog {
    margin: 0;
}

.blog-section {
    border-bottom: 1px solid #e1e1e1;
    padding: 38px 0;
}

.next-prev-block .prev-box {
    width: 50%;
}

.next-prev-block .next-box {
    width: 50%;
}

.next-prev-blog .media-left a, .next-prev-blog .next-prev-block .media-right a, .next-prev-block .next-prev-blog .media-right a {
    text-align: right;
}

.next-prev-blog .media-left a, .next-prev-blog .next-prev-block .media-right a, .next-prev-block .next-prev-blog .media-right a, .next-prev-blog .media-right a {
    width: 46px;
    line-height: 25px;
    margin-top: 7px;
    color: #000;
}

.next-prev-blog .media-left a .la, .next-prev-blog .next-prev-block .media-right a .la, .next-prev-block .next-prev-blog .media-right a .la, .next-prev-blog .media-right a .la {
    font-size: 25px;
    color: #a746f1;
}

.next-prev-blog h3 {
    font-size: 16px;
    line-height: 14px;
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: capitalize !important;
    text-align: inherit;
}

.next-prev-blog h3 a {
    color: #000;
}

.next-prev-blog h4 {
    padding: 0 !important;
}

.next-prev-blog h4 {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    font-weight: 600;
    text-transform: inherit;
    text-align: inherit;
}

.next-prev-blog h4 a {
    color: #666;
}

.post-comment {
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
}

.post-comment h3 {
    margin-top: 0;
    font-weight: 700;
    font-size: 20px;
    color: #666;
}

.author-detail-block, .comments-block {
    padding-left: 20px;
    padding-right: 20px;
}

.author-detail-block .media-left figure {
    width: 60px;
    position: relative;
    margin: 0;
}

.author-detail-block .media-body .heading {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 13px;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}

.author-detail-block .media-body p {
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 22px;
    font-weight: 300;
    text-transform: inherit;
    text-align: inherit;
}

.author-detail-block .media-left {
    padding-right: 26px;
}

.blog-section:last-child {
    border: none;
    padding-bottom: 0;
}

.header-detail {
    background-color: #fff;
    padding: 30px;
}

.header-detail h3 {
    margin-top: 0;
    position: relative;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    font-size: 22px;
}

.header-detail .label-wrap {
    top: -4px;
    position: relative;
    height: 24px;
    margin-left: 10px;
}

.header-detail .label-wrap .label {
    padding: 4px 8px 4px;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}

.body-detail {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.agent-media {
    margin: 0 0 16px;
}

.agent-media .media-left {
    padding-right: 14px;
}

.agent-media dl {
    margin: 0;
}

.agent-media h4 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 4px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: inherit;
}

.agent-media dd {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 2px;
    text-transform: inherit;
    text-align: inherit;
}

.agent-media .fa {
    margin: 0 5px 0 1px;
    text-align: center;
}

.add-title-tab {
    background-color: #fff;
    padding: 14px 30px;
    border-bottom: 1px solid #e5e5e5;
    height: 57px;
    position: relative;
}

.add-title-tab h3 {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
}

.add-tab-content {
    background-color: #fff;
    border-top: 0;
    padding: 30px;
}

.submit-block+.submit-block {
    margin-top: 30px;
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    zoom: 1;
    display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 990;
    width: 100%;
    border: 1px solid #D4AF37;
    background-color: #fff;
    background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 18px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 3px;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #D4AF37;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chosen-container-single .chosen-single div b {
    margin-top: 8px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.chosen-container .chosen-results {
    color: #888;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 0px 8px 0;
    padding: 0 8px 0 8px;
    max-height: 300px;
    background-color: #fff;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 8px 8px;
    list-style: none;
    line-height: 14px;
    word-wrap: break-word;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #D4AF37;
    background-image: none;
}

.dropzone {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all 0.3s linear;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.dropzone .dz-default.dz-message {
    background-image: none;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 17px;
    color: #888;
    transition: all 0.3s linear;
}

.dropzone:hover .dz-default.dz-message {
    color: #80c02b;
}

.dropzone:hover {
    border: 2px dashed #80c02b;
    background: #fff;
    transition: all 0.35s linear;
    box-shadow: 0 0 black;
}

.dropzone .dz-default.dz-message span {
    display: block;
    margin: 35px 0;
}

.dz-message i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 13px;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.checkbox input[type=checkbox]:checked+label:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 9px;
    color: #fff;
    text-align: center;
    line-height: 13px;
    background-color: #66676b;
    border: 1px solid transparent;
    transition: border-color 0s;
}

.checkbox input[type=checkbox]:checked+label:before {
    background-color: #80c02b;
}

.radios-list .checkbox {
    margin-bottom: 10px;
}

.carousel .carousel-caption {
    text-align: left;
    bottom: 10%;
    top: auto;
}

.banner-img {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    display: block;
}
.banner-img img{
    width: 100%;
}

.banner-img+.banner-img {
    margin-top: 30px;
}

.carousel .carousel-caption .caption-inner h3 {
    text-transform: capitalize;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
}

.carousel .carousel-caption .caption-inner label.property_type {
    background-color: #ff551a;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    text-transform: capitalize;
    position: relative;
    margin-left: 20px;
    top: -5px;
}

.carousel .carousel-caption .caption-inner p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.carousel .carousel-caption .caption-inner p i {
    margin-right: 10px;
}

.carousel .carousel-caption .caption-inner .property-detail-price {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background-color: #80c02b;
    padding: 5px 8px;
    border-radius: 3px;
    margin-top: 10px;
}

.carousel .carousel-caption .caption-inner .property-detail-price i {
    font-weight: normal;
    font-size: 18px;
}

.carousel .carousel-caption .caption-inner .property-detail-facility {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}
.carousel .carousel-caption .caption-inner .property-detail-facility li {
    float: left;
    margin-right: 20px;
}

.carousel .carousel-caption .caption-inner .property-detail-facility li i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.carousel .carousel-caption .caption-inner .property-detail-facility li label {
    color: #fff;
    font-size: 15px;
    vertical-align: -webkit-baseline-middle;
    margin-right: 10px;
    font-weight: 600;
}

.carousel .carousel-caption .caption-inner .property-detail-facility li span {
    font-size: 14px;
    background-color: #fff;
    color: #435061;
    font-weight: 600;
    border-radius: 50%;
    padding: 5px 11px;
    display: inline-block;
}

.navbar-default .navbar-toggle {
    border: none;
    margin-top: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.body-scrolled .navbar-default .navbar-toggle {
    margin-top: 13px;
}

.body-scrolled .navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.property-detail-facility .property-detail-facility-icon {
    margin-top: 10px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 2px;
}

.range-slider label {
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
}

.range-slider .ui-slider {
    position: relative;
    text-align: left;
}

.range-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #66676b;
    cursor: w-resize;
    background: #fff;
    outline: none;
    top: -8px;
    margin-left: -8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.range-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

.range-slider .ui-widget-content {
    background-color: #e8e8e8;
}

.range-slider .ui-widget-header {
    background-color: #66676b;
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.range-slider .ui-slider-horizontal {
    height: 3px;
    border-radius: 10px;
    width: calc(100% - 18px);
    margin-left: 9px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

input.first-slider-value:focus, input.second-slider-value:focus, input.first-slider-value, input.second-slider-value {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0 0;
    cursor: default;
}

input.first-slider-value {
    float: left;
    margin-left: -8px;
    width: 40%;
}

input.second-slider-value {
    float: right;
    width: 40%;
    text-align: right;
    margin-right: -8px;
}

.range-slider .ui-slider .ui-slider-handle {
    border: 2px solid #a746f1;
}

.range-slider .ui-widget-header {
    background-color: #80c02b;
}

.single-property-header .single-slider .tabs-gallery-map .nav-tabs {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    border: none !important;
}

.single-property-header .single-slider .tabs-gallery-map .nav-tabs li {
    display: block;
    height: 53px;
    float: none;
    margin: 0 0 10px !important;
    text-align: right;
    overflow: hidden;
}

.single-property-header .single-slider .tabs-gallery-map .nav-tabs a {
    cursor: pointer !important;
    display: inline-block;
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
    background: transparent !important;
    width: 54px;
    height: 49px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.single-property-header .single-slider .tabs-gallery-map .nav-tabs a i {
    width: 55px;
    height: 49px;
    line-height: 49px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #fff;
    font-size: 22px;
    background-color: rgba(106, 184, 33, 0.8);
}

.single-property-header .single-slider .tabs-gallery-map .nav-tabs a:hover {
    width: 250px;
}

.single-property-header .single-slider .tabs-gallery-map .nav-tabs a:hover i {
    background-color: rgba(106, 184, 33, 0.9);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
}

.single-property-header .single-slider .tabs-gallery-map .nav-tabs a span {
    color: #fff;
    background-color: #549814;
    display: inline-block;
    padding: 14px 30px;
    font-weight: 600;
    margin-left: -4px;
}

.single-property-header .single-slider .tabs-gallery-map {
    position: relative;
}

.single-property-header .single-slider .tabs-gallery-map .nav-tabs li:last-child {
    margin: 0 !important;
}

.single-property-header {
    padding: 0;
}

.single-property-header .single-slider .property-map-position {
    position: relative;
}

.single-property-header .single-slider .property-map-position .single-property-map-property-map-wrap {
    background: #fff;
    overflow: hidden;
    position: relative;
}

.single-property-header .single-slider .property-map-position .single-property-map-property-map-wrap #tab-single-property-map {
    height: 520px !important;
}

.single-property-header .single-slider .property-map-position .single-property-map-property-map-wrap #tab-single-property-map::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 200px;
    z-index: 2;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(39, 61, 79, 0.9) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(39, 61, 79, 0.9) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(39, 61, 79, 0.9) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#E6273D4F', GradientType=0);
}

.single-property-header .single-slider .header-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 30px 0;
}

.single-property-header .single-slider .header-info .price {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.4px;
}

.single-property-header .single-slider .header-info .property-box-price {
    color: #fff !important;
}

.single-property-header .single-slider .header-info .header-line h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
}

.single-property-header .single-slider .header-info .header-line .property-row-labels {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.single-property-header .single-slider .header-info .header-line .property-row-labels span {
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
    font-weight: 600;
    text-transform: uppercase;
    background: #6dcd6d;
}

.single-property-header .single-slider .header-info .property-row-address {
    color: #ccd5dd;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-property-header .single-slider .header-info .property-row-address i {
    font-size: 16px;
    margin-right: 6px;
    font-weight: normal;
}

.single-property-header .single-slider {
    position: relative;
    overflow: hidden;
}

.single-property-header .single-slider .tabs-gallery-map .owl-carousel .owl-controls {
    position: static;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
}

.single-property-header .single-slider .tabs-gallery-map .owl-carousel .owl-controls .owl-prev, .single-property-header .single-slider .tabs-gallery-map .owl-carousel .owl-controls .owl-next {
    background-color: rgba(106, 184, 33, 0.7);
    color: #fff;
    font-size: 20px;
    width: 52px;
    margin: 0;
    height: 56px;
    line-height: 56px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0px;
    z-index: 99;
    text-indent: 0;
}

.single-property-header .single-slider .tabs-gallery-map .owl-carousel .owl-controls .owl-prev {
    margin-top: -40px;
}

.single-property-header .single-slider .tabs-gallery-map .owl-carousel .owl-controls .owl-next {
    left: 0;
    right: inherit;
    margin-top: 40px;
}

.single-property-header .single-slider .tabs-gallery-map .property-slider.owl-carousel .owl-wrapper-outer:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 200px;
    z-index: 2;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(39, 61, 79, 0.9) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(39, 61, 79, 0.9) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(39, 61, 79, 0.9) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#E6273D4F', GradientType=0);
}

.single-property-header .single-slider .tabs-gallery-map .owl-buttons, .single-property-header .single-slider .tabs-gallery-map .owl-controls {
    margin: 0;
}

.single-property-header .single-slider .property-slider img {
    min-height: 520px;
}

.single-property-header .single-slider .header-info .property-favorite a {
    color: #fff;
}

.recent-listing-detail .property-content .property-section {
    padding: 25px;
    margin: 0 0 30px;
    background: #fff;
    border-radius: 3px;
}

.recent-listing-detail .property-content .property-section h3 {
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.recent-listing-detail .property-content .property-section h3 a.btn {
    float: right;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 13px;
    position: relative;
    top: -5px;
}

.recent-listing-detail .property-content .property-section .overview-header {
    padding: 0 0 5px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #dfebee;
    margin: 0 0 30px;
}

.recent-listing-detail .property-content .property-section .overview-header .columns-gap li {
    margin-bottom: 15px;
    color: #444;
}

.recent-listing-detail .property-content .property-section .overview-header li span {
    display: inline-block;
}

.recent-listing-detail .property-content .property-section .overview-header .columns-gap li span {
    color: #13293d;
}

.recent-listing-detail .property-content .property-section .overview-header .columns-gap {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.recent-listing-detail .property-content .property-section .columns-gap {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.recent-listing-detail .property-content .property-section .columns-gap li {
    margin-bottom: 15px;
    color: #333;
    text-transform: capitalize;
}

.recent-listing-detail .property-content .property-section .columns-gap li span {
    color: #13293d;
    font-weight: normal;
}

.recent-listing-detail .property-content .property-section p {
    font-size: 15px;
    line-height: 28px;
}

.recent-listing-detail .property-content .property-section.property-address .columns-gap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.recent-listing-detail .property-content .property-section.property-address .columns-gap li {
    color: #555;
}

.recent-listing-detail .property-content .property-section.property-address .columns-gap li span {
    color: #13293d;
}

.recent-listing-detail .property-content .property-section .map-direction {
    float: right;
    background: #a746f1;
    display: inline-block;
    color: #fff;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.recent-listing-detail .property-content .property-section .listing-info {
    list-style: none;
    color: #333;
}

.recent-listing-detail .property-content .property-section .listing-info li {
    margin-bottom: 15px;
    float: left;
    width: 33.33333333%;
}

.recent-listing-detail .property-content .property-section .listing-info li:before {
    content: "\f109";
    font-family: "Flaticon";
    font-size: 14px;
    transition: all 0.3s ease 0s;
    color: #a746f1;
    padding-right: 10px;
}

.blog-section .post-card-item .post-card-body {
    padding: 10px 30px;
}

.blog-section .post-card-description p {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.input-group .input-group-btn .btn {
    height: 42px;
    background: #D4AF37 !important;
    border: none !important;
}
.input-group .input-group-btn .btn:hover {
    background: #C9A227 !important;
}
.property-list-view h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
}
.property-list-view {
    padding: 30px 0 !important;
}

.property-list-view .container>* {
    pointer-events: all;
}

.property-list-view .property-list-left-section .property-list-header {
    background-color: #fff;
    margin-top: 15px;
    padding: 15px;
}

.property-list-view .property-list-left-section .property-list-search {
    background-color: #fff;
    padding: 15px;
}

.property-list-view .property-list-left-section .property-list-img {
    height: 184px;
    width: 230px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
}

.property-list-view .property-list-left-section .property-list-wraper {
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 3px 3px 5px 0 rgba(51, 51, 51, 0.11);
    border-radius: 3px;
}

.property-list-view .property-list-left-section .property-list-header h3 {
    margin-top: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.property-list-view .property-list-left-section .property-list-item:first-child {
    border-top: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.property-list-view .property-list-left-section .property-list-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.property-list-view .property-list-left-section .property-list-item {
    position: relative;
    padding: 10px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid transparent;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.property-list-view .property-list-left-section .property-list-item.active {
    background-color: #f4f4f4;
}

.property-list-view .property-list-left-section .property-list-item:hover {
    background-color: #f4f4f4;
}

.property-list-view .property-list-left-section .property-list-item span.property-type {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #ff551a;
    font-weight: 600;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.property-list-view .property-list-right-section {
    background-color: #fff;
}

.property-list-view .property-list-left-section .property-list-item h3 {
    font-size: 16px;
    margin-top: 0;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    padding-right: 110px;
}

.property-list-view .property-list-left-section .property-list-item h6 {
    font-size: 14px;
    color: #666;
}

.property-list-view .property-list-left-section .property-list-item h6 span {
    font-weight: 600;
}

.property-list-view .property-list-left-section .property-list-item .property-list-desc p {
    margin-bottom: 15px;
    line-height: 25px;
}

.property-list-view .property-list-left-section .property-list-item .property-list-desc .btn {
    border-radius: 3px;
    padding: 4px 14px;
}

.property-list-view .property-list-left-section .property-list-item .prop-price {
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #a746f1;
    font-weight: 600;
}

.property-list-view .property-list-left-section .property-list-item .info-house {
    margin-bottom: 10px;
}

.property-list-view .property-list-left-section .property-list-item .info-house .info:first-child {
    padding-left: 0;
}

.property-list-view .property-list-left-section .property-list-item .info-house .info {
    display: inline-block;
    padding-left: 10px;
}

.property-list-view .property-list-left-section .property-list-item .info-house .info img, .property-list-view .property-list-left-section .property-list-item .info-house .info p {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
}

.property-list-view .property-list-left-section .property-list-item .info-house .info p {
    padding-left: 5px;
    color: #7e8c99;
    font-size: 14px;
    font-weight: 600;
}

.property-list-view .property-list-right-section .property-quick-view-block {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 80px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    box-shadow: 3px 3px 5px 0 rgba(51, 51, 51, 0.11);
    margin-bottom: 30px;
}

.property-list-view .property-list-right-section {
    position: relative;
    margin-left: 0;
}

.property-list-view .property-list-right-section .property-quick-view-block .prop-quick-view-header h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.property-list-view .property-list-right-section .property-quick-view-block .prop-quick-view-header h3 a {
    color: #333;
}

.property-list-view .property-list-right-section .property-quick-view-block .prop-quick-view-header h3 .price {
    font-size: 20px;
    font-weight: 600;
    color: #a746f1;
}

.property-list-view .property-list-right-section .property-quick-view-block .prop-quick-view-header h6 {
    margin-bottom: 0;
    font-size: 16px;
}

.property-list-view .property-list-right-section .property-quick-view-block .prop-quick-view-header {
    padding: 15px;
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: auto;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-desc {
    position: relative;
    top: 85px;
    width: 100%;
    bottom: 0;
    overflow-y: auto;
    max-height: 680px;
    margin-bottom: 60px;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-desc .quick-view-desc-inner {
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    padding: 15px;
    background-color: #fff
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border-top: 1px solid #f0f0f0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-footer .btn {
    text-transform: capitalize;
    border-radius: 3px;
}

.property-list-view .property-list-right-section .property-quick-view-block .prop-detail-slider .owl-item {
    width: 100%;
}

.property-list-view .property-list-right-section .property-quick-view-block .prop-detail-slider .owl-prev, .property-list-view .property-list-right-section .property-quick-view-block .prop-detail-slider .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-indent: 0;
}

.property-list-view .property-list-right-section .property-quick-view-block .prop-detail-slider .owl-prev {
    left: 0px;
}

.property-list-view .property-list-right-section .property-quick-view-block .prop-detail-slider .owl-next {
    right: 0px;
}

.property-list-view .property-list-right-section .property-quick-view-block .prop-detail-slider .owl-next i, .property-list-view .property-list-right-section .property-quick-view-block .prop-detail-slider .owl-prev i {
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.8);
}

.property-list-view .property-list-right-section .property-quick-view-block .prop-detail-slider .owl-controls {
    margin: 0;
}

.property-list-view .property-list-right-section .property-quick-view-block .prop-detail-slider .owl-buttons {
    margin: 0;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-desc .quick-view-desc-inner .prop-desc h3 {
    text-transform: capitalize;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    display: inline-block;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-desc .quick-view-desc-inner .prop-desc h3::after {
    display: inline-block;
    content: "";
    position: absolute;
    background-color: #a746f1;
    bottom: -11px;
    height: 2px;
    width: 100%;
    left: 0;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-desc .quick-view-desc-inner .prop-desc p {
    font-size: 15px;
    line-height: 28px;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-desc .quick-view-desc-inner .prop-desc hr {
    margin-top: 0;
    border-color: #eee;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-desc .quick-view-desc-inner .prop-desc .overview-box dl {
    margin: 0px;
    padding: 0px;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-desc .quick-view-desc-inner .prop-desc .overview-box dt {
    width: 180px;
    background-color: #f7f7f7;
    float: left;
    line-height: 28px;
    margin: 0px 0px 2px 0px;
    padding: 7px 20px;
    text-align: right;
    font-size: 14px;
    color: #646363;
    font-weight: 600;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-desc .quick-view-desc-inner .prop-desc .overview-box dd {
    margin: 0px 0px 2px 182px;
    background-color: #f9f9f9;
    line-height: 28px;
    padding: 7px 20px;
    text-align: left;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-desc .quick-view-desc-inner .prop-desc .inofrmaition-label {
    font-weight: 600;
    color: #999;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-desc .quick-view-desc-inner .prop-desc .amenities-info {
    padding: 0;
    margin: 0;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-desc .quick-view-desc-inner .prop-desc .amenities-info li {
    color: #7e8c99;
    line-height: 2;
    list-style: none;
    position: relative;
    padding-left: 15px;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-desc .quick-view-desc-inner .prop-desc .amenities-info li::after {
    content: "\f17b";
    display: inline-block;
    font-family: "LineAwesome";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 10px;
}

.property-list-view .property-list-right-section .property-quick-view-block .quick-view-desc .quick-view-desc-inner .prop-desc .information-value {
    font-size: 14px;
    color: #7e8c99;
    margin-bottom: 10px;
}

.property-search-main {}

.property-search-main .search-main-form {
    background-color: #fff;
}

.property-search-main .search-main-form label {
    text-transform: capitalize;
    text-align: left;
    display: block;
    padding-left: 7px;
    padding-top: 10px;
    margin-bottom: 0;
    color: #2895f1;
    font-weight: 600;
}

.property-search-main .search-main-form .form-group {
    margin-bottom: 0;
}

.property-search-main .search-main-form .chosen-container-single .chosen-single {
    padding-left: 8px;
    border: none;
}

.property-search-main .search-main-form .chosen-container .chosen-drop {
    border: none;
}

.property-search-main .search-main-form .chosen-container .chosen-results {
    padding: 0;
    margin: 0;
}

.property-search-main .search-main-form .form-control {
    background-color: #fff;
    border: none;
    padding-bottom: 0px;
    padding-top: 0;
    height: 30px;
    margin-bottom: 10px;
}

.property-search-main .search-main-form .right-border {
    position: relative;
}

.property-search-main .search-main-form .right-border::after {
    background-color: #e8e8e8;
    position: absolute;
    top: 13px;
    right: 0;
    width: 1px;
    height: 45px;
    z-index: 9;
    content: "";
}

.property-search-main .search-main-form .search-button {
    margin-top: 10px;
    height: 48px;
}
.search-by-dist {
    background-color: #f9f9f9;
}
.search-by-dist .dist-list {
    list-style: none;
    padding: 0;
}
.search-by-dist .dist-list li h5 {
    margin: 0;
}
.search-by-dist .dist-list li a {
    color: #333;
}
.search-by-dist .dist-list li {
    margin-bottom: 10px;
}
.search-by-dist .dist-list li a:hover {
    color: black;
}
.range-wrapper .range-slider .irs {
    height: 38px;
}
.range-wrapper .range-slider .irs-line {
    height: 2px;
    top: 8px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #ddd;
}
.range-wrapper .range-slider .irs-from, .range-wrapper .range-slider .irs-to, .range-wrapper .range-slider .irs-single {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    padding: 3px 5px;
    position: absolute;
    display: block;
    left: 0;
    cursor: pointer;
    white-space: nowrap;
    top: auto;
    bottom: 0;
    background-color: #4BCC88;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.range-wrapper .range-slider .irs-bar {
    height: 2px;
    top: 8px;
    background: #4BCC88;
}
.range-wrapper .range-slider .irs-slider {
    width: 12px;
    height: 12px;
    top: 3px;
    cursor: pointer;
    background-color: #a746f1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.range-wrapper .range-slider .irs-from::before, 
.range-wrapper .range-slider .irs-to::before, 
.range-wrapper .range-slider .irs-single::before {
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #4BCC88;
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.range-wrapper .filter-inp-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.search-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0px;
}
.property-detail-header {
    background-color: #fff;
    padding: 20px;
    position: relative;
}
.property-detail-header .title-wraper .property-badge-contract {
    background-color: #ff551a;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
    text-transform: capitalize;
    position: relative;
}
.property-detail-header .title-wraper h1 {
    text-transform: capitalize;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
}
.property-detail-header .title-wraper h1 .property-badge-contract {
    background-color: #ff551a;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
    position: relative;
    margin-left: 10px;
    top: -8px;
}
.property-detail-header .title-wraper p {
    text-transform: capitalize;
}
.property-detail-header .title-wraper .property-box-price {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #a746f1;
    text-transform: uppercase;
}
.property-slider .fotorama__nav-wrap {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.property-slider.fotorama--fullscreen .fotorama__nav, .property-slider.fotorama--fullscreen .fotorama__stage {
    background-color: transparent;
}
.property-slider {
    margin-bottom: 30px;
}
.premium-listing.related-properties {
    background-color: transparent;
    position: relative;
}
.premium-listing.related-properties .owl-theme .owl-nav {
    position: absolute;
    top: -73px;
    right: 0;
}
.related-properties.premium-listing .property-section {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
}
.related-properties .property-item .property-title {
    font-size: 16px !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
}
.related-properties .owl-theme .owl-nav [class*=owl-] {
    font-size: 24px;
}
/* .related-properties.premium-listing .featured-property {
    margin-left: -15px;
    margin-right: -15px;
} */
.range-slider {
    position: relative;
}
.range-slider .min-max-wraper {
    position: absolute;
    right: 0;
    top: -18px;
    color: #333;
    font-size: 13px;
    font-weight: 600;
}
.range-slider .slider.slider-horizontal .slider-track {
    height: 2px;
    background-color: #e4e4e4;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-image: none;
    margin-top: 0;
}
.range-slider .slider-selection {
    background-color: #80c02b;
    background-image: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.range-slider .slider-handle {
    background-color: #a746f1;
    background-image: none;
    width: 15px;
    height: 15px;
    top: 4px;
}
.tooltip>.tooltip-inner {
    background-color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    border: none;
    font-weight: 800;
    letter-spacing: 0.5px;
    border-radius: 2px;
}
.tooltip.top>.tooltip-arrow {
    border-top: 5px solid #333;
}
.range-slider .slider.slider-horizontal {
    width: 100%;
}
.inner-page-search .range-wrapper .filter-inp-title, .inner-page-search .range-slider .min-range, .inner-page-search .range-slider .max-range {
    color: #fff;
}
.inner-page-search .search-label {
    color: #fff;
}
.inner-page-search .checkbox label {
    padding-left: 19px;
    margin-right: 5px;
    color: #fff;
}
.inner-page-search {
    padding-bottom: 0;
    padding-top: 0;
}
.search-breadcrumb {
    padding: 20px 0;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.search-breadcrumb .section_title {
    margin-bottom: 10px;
    text-align: left;
    font-size: 24px;
}
.search-breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.search-breadcrumb ul li {
    display: inline-block; 
    margin-right: 5px;
    position: relative;
}
.search-breadcrumb ul li:last-child::after {
    display: none;
}
.search-breadcrumb ul li a {
    padding: 5px 8px;
    background-color: #a746f1;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
}
h3.no-items {
    text-transform: capitalize;
    margin: 0;
    text-align: center;
    font-weight: 600;
    padding: 50px 0;
}
.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    font-size: 36px;
    padding: 0;
    border-radius: 0;
    margin: 4px 0;
    color: #a746f1;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #80c02b;
}
.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  border-right-color: #ffffff;
}
.inner-page-search .tabbable {
    position: relative;
    padding: 10px 0;
}
.inner-page-search .tab-wraper {
    background-color: #666;
    padding-top: 15px;
    margin-left: 74px;
    position: relative;
    z-index: 1;
}
.inner-page-search .tab-wraper::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border: 1px solid #fff;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.inner-page-search .tabs-left > .nav-tabs {
    border: none;
    top: 10px;
    margin-right: 0;
}
.inner-page-search .nav-tabs>li.active>a, .inner-page-search .nav-tabs>li.active>a:focus, .inner-page-search .nav-tabs>li.active>a:hover {
    background-color: #666 !important;
}
.inner-page-search .nav-tabs>li.active>a::before {
    content: '';
    position: absolute;
    right: -1px;
    width: 4px;
    height: 100%;
    display: block;
    background-color: #666;
    top: 0;
    z-index: 5;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.inner-page-search .tabs-left > .nav-tabs > li > a {
    color: #fff;
    padding: 8px 15px;
    margin: 0;
    height: 65px;
    text-align: center;
    position: relative;
    border-radius: 0;
    background-color: #8e8e8e;
    border: none;
}
.inner-page-search .tabs-left > .nav-tabs > li.active > a::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.inner-page-search .tabs-left > .nav-tabs > li > a:hover {
    background-color: #8e8e8e;
}
.inner-page-search .tabs-left > .nav-tabs > li > a img {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 30px;
}
.inner-page-search .tabs-left > .nav-tabs > li {
    margin-bottom: 0;
}
.inner-page-search .range-slider .min-max-wraper {
    color: #fff;
}
.inner-page-search .checkbox, .inner-page-search .radio {
    margin-top: 3px;
}
.category-widget .categories li {
    margin-bottom: 5px !important;
}
.category-widget .categories li a {
    padding-left: 0 !important;
    padding: 3px 10px !important;
    font-size: 13px !important;
    color: #333;
    border-radius: 4px !important;
    border: 1px solid #6ab822;
    display: inline-block;
}
.category-widget .categories li a:hover, .category-widget .categories li.active a {
    background-color: #6ab822;
    color: #fff;
}
.category-widget .categories li a::before {
    display: none;
}
.fotorama__wrap {
    text-align: center !important;
}
.fotorama__wrap .fotorama__stage {
    margin: 0 auto !important;
    display: block !important;
}
.fotorama__wrap .fotorama__stage__shaft {
    margin: 0 auto !important;
}
.blog-section .blog-list-wraper article {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
}
.blog-section .blog-list-wraper article + article {
    margin-top: 30px;
}
.blog-section .blog-list-wraper article .blog-thumb {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    position: relative;
}
.blog-section .blog-list-wraper article .blog-thumb a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.blog-section .blog-list-wraper article .blog-thumb .image {
    background-position: center;
    background-size: cover;
    height: 100% !important;
    background-repeat: no-repeat;
}
.blog-section .blog-list-wraper article .blog-entry {
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.blog-section .blog-list-wraper article .blog-entry .list-inline li i {
    margin-right: 5px;
}
.blog-section .blog-list-wraper article .blog-entry h3 {
    text-transform: capitalize;
    color: #333;
    font-weight: 700;
    font-size: 18px;
}
.blog-section .blog-list-wraper article .blog-entry p {
    line-height: 28px;
}
.home-search .search-wraper .filter-property-form {
    position: relative;
}
.home-search .search-wraper .filter-property-form .search-by-id {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    width: 300px;
    padding: 5px;
    border-radius: 4px 4px 0 0;
}
.home-search .search-wraper .filter-property-form .search-by-id .form-control {
    padding: 0 15px;
    height: 40px;
    padding-right: 35px;
}
.home-search .search-wraper .filter-property-form .search-by-id .btn {
    position: absolute;
    top: 5px;
    padding: 0 10px;
    right: 5px;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: auto;
    height: 40px;
    margin-top: 0;
    border-radius: 0px 4px 4px 0;
}
.home-search .search-wraper .filter-property-form .search-by-id .btn i {
    font-size: 20px;
    margin-bottom: 0;
}
.recent-listing .home-request-info {
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
}
.recent-listing-detail .property-content .property-section.property-owner .owner-info h2 {
    font-weight: 600;
    font-size: 26px;
}
.recent-listing-detail .property-content .property-section.property-owner .owner-info p {
    line-height: 1;
    color: #444;
    position: relative;
    padding-left: 25px;
    display: block;
}
.recent-listing-detail .property-content .property-section.property-owner .owner-info p + p {
    margin-top: 10px;
}
.recent-listing-detail .property-content .property-section.property-owner .owner-info p a {
    color: #444;
}
.recent-listing-detail .property-content .property-section.property-owner .owner-info .sharethis-inline-share-buttons {
    text-align: left !important;
}
.recent-listing-detail .property-content .property-section.property-owner .owner-info p i {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 20px;
    color: #a746f1;
}
.recent-listing-detail .property-content .property-section.property-address p {
    line-height: 1;
}
.recent-listing-detail .sidebar .widget.owner-info {
    border: 2px dashed #a746f1;
}
/* .recent-listing-detail .sidebar .widget.owner-info h3 {
    color: #fff;
}
.recent-listing-detail .sidebar .widget.owner-info span {
    color: #fff;
}
.recent-listing-detail .sidebar .widget.owner-info span a {
    color: #fff;
}
.recent-listing-detail .sidebar .widget.owner-info span i {
    color: #bbff52;
    margin-right: 5px;
} */
.property-list-view .widget {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}
.property-list-view .widget .widget-title {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
}
.property-list-view .property-list-left-section .property-list-desc .prop-id {
    position: absolute;
    top: 40px;
    right: 10px;
    font-weight: 600;
} 
.pagination > li > a, .pagination > li > span {
    border-radius: 50%;
    padding: 4px 5px;
    border-color: #C9A227;
    color: #C9A227;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #D4AF37;
    border-color: #D4AF37;
}
.premium-listing.related-properties .property-item.item-grid {
    min-height: 320px;
}
.pricing-section .pricing-table .price-item {
    border-radius: 3px;
    background-color: white;
    border: 1px solid #ae58f3;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    display: table;
    width: 100%;
}
.pricing-section .pricing-table .price-item + .price-item {
    margin-top: 30px;
}
.pricing-section .pricing-table .price-item:hover {
    border-color: #6ab821;
}
.pricing-section .pricing-table .price-item .pricing-box {
    display: table-cell;
    width: 300px;
    background-color: #f8fafc;
    padding: 30px;
    position: relative;
    border-radius: 3px 0px 0px 3px ;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
}
.pricing-section .pricing-table .price-item .pricing-box:before {
    content: "";
    height: 33px;
    width: 5px;
    background: #a746f1;
    position: absolute;
    left: 0;
    top: 30px;
}
.pricing-section .pricing-table .price-item .pricing-box .box-inner h2 {
    font-size: 28px;
    color: #a746f1;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}
.pricing-section .pricing-table .price-item .pricing-box .box-inner .packeg-type {
    color: #1a264a;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
}
.pricing-section .pricing-table .price-item .pricing-box .box-inner .packeg-type span {
    letter-spacing: 1px;
    vertical-align: top;
    font-size: 26px;
    font-weight: 500;
}
.pricing-section .pricing-table .price-item .pricing-box .box-inner .packeg-type small {
    font-size: 18px;
    line-height: 30px;
    vertical-align: bottom;
    color: #1a264a;
    display: block;
}
.pricing-section .pricing-table .price-item .pricing-cont {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}
.pricing-section .pricing-table .price-item .pricing-cont .plans-list ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.pricing-section .pricing-table .price-item .pricing-cont .plans-list ul li {
    position: relative;
    line-height: 26px;
    padding-left: 25px;
}
.pricing-section .pricing-table .price-item .pricing-cont .plans-list ul li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #71d828;
}
.pricing-section .pricing-table .price-item .pricing-cont .plans-list ul li.no::before {
    content: "\f00d";
    color: #d86c28;
}
.pricing-section .pricing-table .price-item .pricing-cont .purchase-btn {
    padding: 5px 15px;
    border-radius: 30px;
    background-color: #a746f1;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
}
.main-footer .widgets-section .kerala-site-links {
    margin-top: 10px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    margin-bottom: 10px;
}
.main-footer .widgets-section .kerala-site-links .site-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.main-footer .widgets-section .kerala-site-links span a {
    line-height: 26px;
    margin-right: 5px;
    color: #b9b9b9;
}
.main-footer .widgets-section .kerala-site-links span a:hover {
    color: #80c02b;
}
.main-footer .widgets-section .kerala-site-links span {
    color: #b9b9b9;
}
.main-footer .copyrights {
    padding: 20px 0;
    border-top: 1px solid #252525;
    background-color: #191919;
	/*background-color: #a746f1;*/
}
.main-footer .copyrights .copyright-text strong {
    font-weight: normal;
}
.ongoing-projects {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.ongoing-projects .ongoing-projects-slider .project-item {
    padding: 5px;
    border: 1px solid #efefef;
    border-radius: 3px;
    text-align: center;
    background-color: #f4f4f4;
    min-height: 130px;
}
.ongoing-projects .ongoing-projects-slider .project-item img {
    height: 78px;
    width: auto;
}
.ongoing-projects .ongoing-projects-slider .project-item h4 {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 0;
}
.ongoing-projects .ongoing-projects-slider .project-item .image {
    background-color: #fff;
}
.header .header-top {
    /*background-color: #1f1f1f;*/
    background-color: #333333;
    padding: 10px 0;
}
.header .header-top p {
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.header .header-top .call-now-btn a {
    position: relative;
    padding-left: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.header .header-top .call-now-btn a::before {
    font-family: 'simple-line-icons';
    content: "\e047";
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 18px;
    color: #6ab821;
}
.single-listing .property-title {
    margin-top: 0;
    padding-right: 200px;
    position: relative;
}
.single-listing .property-title span {
    position: absolute;
    top: 0;
    right: 0;
}
.related-properties .property-item .property-title {
    line-height: 18px;
}
.related-properties .property-content .property-section p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #6ab821;
}
.navbar-default .navbar-nav .sign-in-btn .dropdown-menu li a {
    background-color: #fff;
    color: #333;
}
.yellowpages-listing {
    background-color: #f2f2f2;
}
.yellowpages-listing .section-title {
    margin-bottom: 30px;
}
.yellowpages-listing .section-title h1 {
    color: #333;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 26px;
    margin: 0;
}
.yellowpages-listing .listing-items-compact .item .wrapper {
    overflow: hidden;
    box-shadow: 0 0.1rem 1rem rgba(0,0,0,.1);
    transition: .3s box-shadow ease, .3s transform ease;
    border-radius: .5rem;
    background-color: #fff;
    position: relative;
    transform: translateY(0);
    height: 31rem;
}
.yellowpages-listing .listing-items-compact .item .image {
    height: 26rem;
    position: relative;
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
    background-color: #f8f8f8;
}
.yellowpages-listing .listing-items-compact .item h3 {
    position: absolute;
    z-index: 1;
    left: 1.8rem;
    color: white;
    bottom: 2rem;
    padding-right: 1.8rem;
    margin-bottom: .5rem;
}
.yellowpages-listing .listing-items-compact .item  .tag {
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 120px;
    transition: .3s background-color ease;
    padding: 4px 8px;
    background-color: #000;
}
.yellowpages-listing .listing-items-compact .item h3 a.category {
    display: inline-block;
    color: #fff;
    position: relative;
    transition: .3s background-color ease;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    text-shadow: none;
    text-decoration: none;
    top: inherit;
    bottom: 10px;
    left: 0;
    border-radius: 4px;
}
.yellowpages-listing .listing-items-compact .item h3 a {
    color: #fff;
    transition: none;
    text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.6);
    display: block;
}
.yellowpages-listing .listing-items-compact .item h3 a.title {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}
.yellowpages-listing .listing-items-compact .item h3 .tag:not(.category) {
    background-color: #fff;
    top: inherit;
    bottom: 16rem;
    left: 0;
    color: #000;
    font-weight: 600;
    font-size: 1rem;
    opacity: .6;
    transition: none;
    pointer-events: none;
}
.yellowpages-listing .listing-items-compact .item .background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.yellowpages-listing .listing-items-compact .item .image .image-wrapper {
    transition: none;
    display: block;
    position: relative;
    z-index: 0;
    border-top-left-radius: .6rem;
    border-top-right-radius: .6rem;
}
.yellowpages-listing .listing-items-compact .item .image .image-wrapper:before {
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15rem;
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
.yellowpages-listing .listing-items-compact .item .background-image img {
    display: none;
}
.yellowpages-listing .listing-items-compact .item  h4 {
    position: absolute;
    z-index: 1;
    left: 1.8rem;
    color: white;
    top: 200px;
    font-size: 16px;
    opacity: 1;
}
.yellowpages-listing .listing-items-compact .item h4.location:before {
    font-family: 'fontawesome';
    content: "\f041";
    position: relative;
    font-size: 16px;
    opacity: 1;
    margin-right: 5px;
    color: #fff;
}
.yellowpages-listing .listing-items-compact .item h4 a {
    color: #fff;
    transition: none;
}
.yellowpages-listing .listing-items-compact .item .price {
    background-color: #f8f8f8;
    font-size: 1.6rem;
    font-weight: 600;
    position: absolute;
    top: 22.6rem;
    left: 1.8rem;
    padding: .5rem 1.8rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    z-index: 1;
}
.yellowpages-listing .listing-items-compact .item .meta {
    background-color: #f8f8f8;
    padding: 1.8rem;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    margin-top: -.2rem;
    position: relative;
}
.yellowpages-listing .listing-items-compact .item figure {
    margin-bottom: 0;
}
.yellowpages-listing .listing-items-compact .item .meta figure {
    opacity: .6;
    margin-right: 2rem;
    display: inline-block;
}
.yellowpages-listing .listing-items-compact .item .meta figure i {
    margin-right: 1rem;
}
.yellowpages-listing .listing-items-compact .item .wrapper:hover {
    box-shadow: 0 0.4rem 3.3rem rgba(0,0,0,.3);
    transform: translateY(-.2rem);
}
.yellowpages-listing .filter-search {
    box-shadow: 0 0.1rem 1rem rgba(0,0,0,.1);
    border: .1rem solid rgba(0,0,0,.1);
    border-radius: 3px;
    background-color: #fff;
    position: relative;
}
.yellowpages-listing .filter-search .widget {
    padding: 20px;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ececec;
}
.yellowpages-listing .filter-search .widget h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.yellowpages-listing .filter-search .widget:last-child {
    border-bottom: none;
}
.yellowpages-listing .filter-search .widget.categories .checkbox label {
    text-transform: capitalize;
}
.yellowpages-listing.single-listing .page-title {
    margin-bottom: 30px;
}
.yellowpages-listing.single-listing .page-title h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}
.yellowpages-listing.single-listing .page-title h1 span {
    font-size: 16px;
    padding: 5px 12px;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #222;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    margin-left: 15px;
}
.yellowpages-listing.single-listing .page-title h4 a {
    color: #333;
    opacity: .6;
}
.yellowpages-listing.single-listing .page-title h4.location:before {
    font-family: 'fontawesome';
    content: "\f041";
    position: relative;
    font-size: 18px;
    opacity: .6;
    margin-right: 5px;
    color: #333;
}
.yellowpages-listing.single-listing .fotorama__stage {
    border-radius: 6px;
}
.yellowpages-listing.single-listing .details-wrap {
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 30px;
}
.yellowpages-listing.single-listing .details-wrap h3 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.yellowpages-listing.single-listing .details-wrap dl {
    margin-bottom: 0;
}
.yellowpages-listing.single-listing .details-wrap dl dt {
    font-weight: normal;
    color: #666;
}
.yellowpages-listing.single-listing .details-wrap dl dd {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.yellowpages-listing.single-listing .details-wrap dl dd:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.yellowpages-listing.single-listing .google-maps {
    margin-top: 30px;
    height: 220px;
    position: relative;
    box-shadow: 0 0.1rem 2rem rgba(0,0,0,.15);
    overflow: hidden;
    border-radius: 6px;
}
.yellowpages-listing.single-listing .google-maps #map_canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.yellowpages-listing.single-listing .description-wrap {
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
    margin-top: 30px;
}
.yellowpages-listing.single-listing .description-wrap h3 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 20px;
}
.yellowpages-listing.single-listing .description-wrap .desc {
    color: #444;
    line-height: 26px;
}
.yellowpages-listing.single-listing .related-listing {
    margin-top: 30px;
}
.yellowpages-listing.single-listing .related-listing h3 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 20px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 1080px) {
    .header-banner {
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .inner-page-search .search-wraper .filter-property-form .btn {
        height: 155px;
    }
    .home-search .search-wraper .filter-property-form .btn {
        height: 160px;
    }
}
@media only screen and (max-width: 991px) {
    .inner-page-search .search-wraper .filter-property-form .btn {
        height: auto;
        padding: 10px;
    }
    .home-search .search-wraper .filter-property-form .btn {
        height: auto;
        margin-top: 15px;
    }
    .inner-page-search .tab-wraper {
        padding-bottom: 15px;
    }
    .home-search .search-wraper .filter-property-form .tab-content {
        padding-bottom: 15px;
    }
    .navbar-default .navbar-nav li.call-now-btn {
        display: none;
    }
    .info_content .description {
        min-height: 210px;
    }
}
@media only screen and (max-width: 767px) {
    .navbar-default .navbar-toggle .icon-bar {
        background-color: black;
    }
    .navbar-default .navbar-nav li + li {
        margin-left: 0;
        margin-top: 10px;
    } 
    .header .navbar-nav {
        margin: 7px 0px;
    }
    .header .navbar-default .navbar-nav li.menu-btn a .menu-btn {
        font-size: 15px;
        font-weight: 600;
    }
    .navbar-brand > img {
        height: 60px;
    }
    .carousel .carousel-inner .item {
        min-height: 400px;
    }
    .carousel .carousel-inner .item img {
        object-fit: cover;
    }
    .navbar-default .navbar-toggle {
        margin-top: 15px;
    }

}
@media only screen and (max-width: 640px) {
    .recent-listing-detail .property-content .property-section .listing-info li {
        width: 50%;
    }
    .home-search .search-wraper .filter-property-form .search-by-id {
        position: relative;
        width: 100%;
        padding: 15px 0px;
    }
    .home-search .search-wraper .filter-property-form .search-by-id .btn {
        top: 15px;
        right: 0px;
    }
}
@media only screen and (max-width: 500px) {
    .recent-listing-detail .property-content .property-section .listing-info li {
        width: 100%;
    }
    .property-list-view .property-list-left-section .property-list-img {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .property-list-view .property-list-left-section .property-list-item h3 {
        padding-right: 0;
    }
    .property-list-view .property-list-left-section .property-list-item .prop-price {
        position: static;
        float: none !important;
    }
    .property-list-view .property-list-left-section .property-list-desc .prop-id {
        position: static;
        float: none !important;
        margin-bottom: 10px;
        display: block;
    }
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *, *:before, *:after, *:first-letter, *:first-line {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}
