/*
.homebanner-wigit::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000b5;
    display: block;
    width: 100%;
    z-index: 1;
    /* background-color: transparent; */
    /* background-image: linear-gradient(180deg, #053A63 0%, #01111B 100%); 
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
*/


/***css***/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
body{
    margin: 0px;
    font-family: "Open Sans",Gotham,gotham,Tahoma,Geneva,sans-serif;
}
img{
    max-width: 100%;
}
a:hover{
    text-decoration: none;
}
@media (min-width: 1300px){
.container {
    width: 1280px;
}
}
@media (min-width: 1200px){
.modal-xl {
    width: 1140px;
}
}
ul {
    list-style: none;
    padding: 0px;
}
.btn.focus, .btn:focus, .btn:hover{
    outline: none;
}
/*-----------header section-------------*/
header {
    border-bottom: 1px solid #ccc;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.home-page header {
    position: fixed;
}
.navbar-default {
    padding: 10px;
    border: none;
    background-color: #ffffffe6;
    margin-bottom: 0px;
    border-radius: 0;
}
.stickyheader .navbar {
    background-color: #fff;
}
.container-padding{
    /*padding:0px; */
}
@media (min-width: 768px){
    .navbar-aside.navbar-menu-bar{
        display: flex !important;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        padding: 0px;
    }
    .navbar-nav {
        flex: 1;
    }
    .navbar-right{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }
    .btn-closesidebar{
        display: none;
    }
}
.brand-log{
    display: flex;
    flex: 0 0 175px;
    justify-content: center;
    padding: 0px;
    margin-bottom: 0px;
}
.navbar-brand {
    padding: 0px 15px;
    margin-bottom: 0px;
    margin-left: 0px !important;
    height: auto;
}
.navbar-default .navbar-nav>li>a {
    color: #2a2a33;
    font-size: 14px;
    padding: 0px 15px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color: transparent;
}
.navbar-default .navbar-right>.txtcolor-menu a {
    color: #2a2a33;
}
.multidrop--item li a {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}
li.or-sing {
    padding-top: 15px;
    padding-bottom: 15px;
}
.sign-in a {
    padding-right: 5px !important;
}
li.join-in a {
    padding-left: 5px;
}
.navbar-right>li {
    float: right;
}
.sign-in form {
    margin-bottom: 0px;
}


@media (max-width: 767px){
    .navbar-aside.navbar-menu-bar {
        position: fixed;
        top: 0px;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 220px;
        background-color: #172b3f;
        z-index: 9;
        box-shadow: 0px 0px 14px -2px #00000069;
        transform: translateX(-230px);
        transition: all .5s;
        padding-top: 0px;
        overflow-y: auto;
    }
    .navbar-aside .navbar-nav {
        margin: 0px;
    }
    .navbar-aside.showsidebar {
        transform: translateX(0px);
    }
}
.overlap-layout{
    overflow: hidden;
}
.overlap-layout::before, .overlap-layout .navbar-default::before {
    content: "";
    background-color: #000000e3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}
.btn-closesidebar.navbar-toggle{
    background-color: #fff;
    width: 25px;
    height: 25px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    margin-top: -5px;
    margin-right: 10px;
    z-index: 9;
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 18px;
}
.sidebar--logmenu {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.sidebrand--logomain img {
    filter: brightness(0) invert(1);
    width: 160px;
}
.notify-iconeweb.desktop-webnotify a {
    color: #2a2a33 !important;
}
.desktop-webnotify a:hover {
    background-color: #eee !important;
}
.desktop-webnotify {
    margin-left: 10px;
    margin-top: 0px !important;
}
.navbar-default .navbar-nav>li.desktop-webnotify>a {
    padding: 0px;
}
.badge-icon-noti {
    background-color: #649e07;
    min-width: 25px;
    height: 22px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: -5px;
    right: -10px;
}
/*----------banner section ------------*/
.banner-with-cont {
    position: relative;
}
.homebanner-wigit {
    position: relative;
    background: url(../images/full-bannercover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.homebanner-wigit::before {
    content: "";
    background-color: #00000054;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.video-background{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.video-background:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(65, 65, 65, 0.35);
    z-index: 99;
}
.video-background video {
    width: 100%;
    position: relative;
}
.widget-form {
    padding: 200px 0px 200px;
    position: relative;
    z-index: 1;
}
/*.find-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}*/

.title-heading-form {
    margin-bottom: 20px;
}
.title-heading-form h2 {
    font-size: 50px;
    font-weight: 400;
    text-shadow: 0 4px #00000085;
    text-align: center;
    color: white;
}
.find-bar {
    max-width: 1082px;
    margin: auto;
}
.widget-tab-bar {
    background: rgba(0,0,0,.6);
}
.widget-tab-bar .nav-tabs {
    /*border-bottom: 1px solid rgba(255,255,255,.2);*/
    border: 1px solid #fff;
    display: flex;
}
.widget-tab-bar .nav-tabs li{
    margin-bottom: 0px;
    width: 25%;
    text-align: center;
    /*border-right: 1px solid rgba(255,255,255,.2);*/
    border-right: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.widget-tab-bar .nav-tabs li a{
    height: 100px;
    font-size: 18px;
    color: #fff;
    border: none;
    padding: 18px 12px 12px;
    display: inline-block;
}
.widget-tab-bar .nav-tabs li a:focus {
    outline: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.icon-widgit-src {
    display: block;
    text-align: center;
}
.widget-tab-bar .nav-tabs li a{
    padding: 30px 0px;
    display: block;
}
.widget-tab-bar .nav-tabs li:last-child{
    border-right: none;
}
.widget-tab-bar .nav-tabs li:hover{
    background-color: rgba(0, 116, 228, 0.5);
}
.tab-content-box-w>.tab-pane{
    padding-top: 22px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}
.search-dropdown select{
    padding: 12px;
    font-size: 18px;
    border-radius: 0px;
    outline: 0;
    border: none;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    height: 60px;
}
.search-dropdown::after {
    content: '\f0d7';
    position: absolute;
    right: 25px;
    top: 24px;
    font: normal normal normal 14px/1 FontAwesome;
}
.search-box-field {
    position: relative;
    margin-top: 15px;
}
.input-search-field input {
    height: 60px;
    font-size: 18px;
    border-radius: 2px;
    padding-right: 45px;
}
.button-field-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 10px;
}
.button-field-box button {
    border: none;
    outline: none;
    background-color: transparent;
}
.button-field-box button .fa-search {
    font-size: 24px;
    color: #649e07;
}
.ready-page {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(24, 52, 93, 0.85);
    padding: 14px 0px;
    z-index: 999;
}
.upsell-main-zillow {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
}
.upsell-main-zillow:hover{
    color: #fff;
}
.upsell-main-zillow img.icon {
    margin-right: 10px;
}
.get-s-button button {
    background: #006AFF;
    color: #fff;
    padding: 6px 10px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
}
/*------------------18-05-2019-------------------*/
.content-wraplistbody::before, .content-wraplistbody::after {
    clear: both;
    display: table;
    content: "";
}
.full-pg-section {
    /*display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    /*height: calc(100% - 10em);*/
    height: calc(100vh - 10em);
    /*overflow-y: auto;*/
}
.full-pg-section .map-fixed{
    padding: 0px;
    height: 100%;
}
.full-pg-section .map-fixed + div {
    overflow: auto;
    max-height: calc(100% - 0em);
}
/*.map-fixed {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0px;
    height: 100%;
    overflow: hidden;
}*/
.area-heading {
  margin: 0px;
    padding-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.short-by-list {
    margin: 15px 0px;
}
.result-product {
    float: left;
    padding: 8px 0px;
}
.short-list-product {
    float: right;
    /*width: 50%;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 15px;
}
.short-list-product select {
    max-width: 180px;
    flex: 1;
}
.short-list-product label {
    margin-bottom: 0px;
    margin-right: 15px;
}
.box-fl-pr{
    display: flex;
    flex-wrap: wrap;
}
.box-fl-pr::before{
    overflow: hidden;
}
.multiitem-property {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
}
.popery-box-sale {
    background-color: #fff;
    margin-bottom: 8px;
    border-bottom: 5px solid #59930c;
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: relative;
}
.day-hrs {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000c2;
    padding: 5px 15px;
    color: #fff;
}
.whislist-pro {
    position: absolute;
    top: 30px;
    right: 10px;
}
.whislist-pro span {
    display: inline-block;
    font-size: 25px;
    font-weight: 800;
    color: #fff;
}
.popery-box-sale a {
    color: #000;
}
.property-img {
    width: 100%;
    height: 180px;
}
#listtab2 .property-img {
    height: 250px;
}
.property-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.property-info {
    padding: 0px 10px 15px;
}

.pro-tag56 {
    display: table;
    vertical-align: middle;
    width: 100%;
}
.property-price {
  font-size: 24px;
  font-weight: 600;
  display: block;
    margin-right: 15px;
    margin-bottom: 5px;
  vertical-align: middle;
  cursor: pointer;
}
.property-popup .pro-tag56 .property-price {
    color: #649e07;
}
.title-widg-dic .property-price + .property-price:hover {
    color: #0069e0;
}
.property-point {
    display: inline-table;
}
.formcontact--wraperdtlpage {
    background-color: #ededed;
    padding: 30px 15px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
input.input-num-web::-webkit-outer-spin-button,
input.input-num-web::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inputotp--webfield {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.field--webinput-mob {
    flex: 1;
    margin-right: 10px;
}
.btnsend-otp {
    background-color: #649e07;
    color: #fff;
}
.btnsend-otp:hover, .btnsend-otp:focus{
    color: #fff;
}
.submitform-web {
    background-color: #649e07;
    color: #fff;
    width: 100%;
}
.submitform-web:hover, .submitform-web:focus{
    color: #fff;
}
.submitform-web:active:focus, .submitform-web:focus {
    outline: 0;
    outline-offset: 0px;
    box-shadow: none;
}
.property-size {
  font-size: 14px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  padding: 0px 5px;
  font-weight: 500;
}
.property-size b {
    margin-right: 5px;
}
.property-listcard {
  font-size: 15px;
  font-weight: 600;
  margin: 8px 0px;
  line-height: normal;
}
.property-popup .property-listcard a{
    color: #649e07;
}
.property-sale .sale-land {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 13px;
}
.search-header {
    background-color: #cae9f5;
}
.search-secton {
    /*border-bottom: 1px solid #ccc;*/
}
.pro-src45{
  margin: 10px 0px;
}
.form-filed-group {
    display: flex;
    width: 100%;
    position: relative;
}
.search-field-r {
    margin: 0px 5px 0px;
    height: 34px;
    position: relative;
    vertical-align: middle;
    width: 250px;
}
.search-field-r input {
    padding-right: 30px;
    padding-left: 5px;
    font-size: 15px;
    width: 100%;
    height: 34px;
    line-height: 1.5em;
    border: 1px solid #A7A6AB;
    border-radius: 3px;
    box-shadow: inset 0 2px 2px #F9F9FB, 0 0 0 #62aef7;
}
.search-field-r input:focus-visible {
    outline: none;
}
.serch-icon-loc {
    position: absolute;
    top: 0;
    right: 1px;
    display: inline-block;
    height: 34px;
    padding: 8px 5px;
    font-size: 18px;
}
.dropdown-price{
    min-width: 300px;
}
.dropdown-price h3{
    margin: 0px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}
.price-list-head li {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.price-tag-list {
    display: inline-block;
}
.price-list-head li .min-price-ch {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
}
.select-field button {
    border-radius: 2px;
}
.btn-price:hover, .btn-price:focus, .btn-price:active:focus, .btn-price:active, .open>.dropdown-toggle.btn-price{
    background-color: #0074e4 !important;
    color: #fff !important;
    outline: none;
}
.select-field .btn-default:hover, .select-field .btn-default:focus, .select-field .btn-default:active:focus, .select-field .btn-default:active, .select-field>.multiselect-native-select.open>.dropdown-toggle.btn-default{
    background-color: #649e07 !important;
    border-color: #649e07;
    color: #fff !important;
    outline: none;
}
.select-field .open>.dropdown-toggle.btn-default{
    background-color: #649e07 !important;
    color: #fff !important;
    border-color: #649e07;
    box-shadow: none;
}
.btn-search:hover, .btn-search:focus, .btn-search:active:focus, .btn-search:active, .open>.dropdown-toggle.btn-search{
    background-color: #0074e4 !important;
    color: #fff !important;
    outline: none;
}
.src-list li {
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
}
.src-list span {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 7px;
}
.src-list span.red{
    background-color: #ff0000;
}
.src-list span.green{
    background-color: #008000;
}
.src-list span.blue {
    background-color: #0474e4;
}
.select-field {
    text-align: center;
    margin-bottom: 0px;
    margin-left: 10px;
}
.select-field select {
    display: block;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    height: 34px;
    padding: 2px 15px;
    border: 1px solid #D1D1D5;
    border-radius: 2px;
    /*color: #006AFF;*/
    background: #fff;
    outline: 0;
    -webkit-appearance: none;
}
.right-detailw{
  background-color: #eee;
  padding: 0px;
}
.over-veiw {
    margin: 15px 15px;
    background-color: #fff;
    padding: 10px 15px;
    border-bottom: 4px solid #59930c;
}
.over-veiw h3 {
    font-size: 20px;
    margin: 0px 0px 20px;
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}
.over-type {
    list-style: none;
    padding: 0px;
    float: left;
    width: 100%;
}
.over-type .list-over {
    float: left;
    width: 50%;
}
.list-over span {
    font-size: 15px;
    display: inline-block;
    padding: 8px 0px;
}
.zillow-time .col-z {
    margin-top: 8px;
}
.zillow-time .col-z:first-child {
    margin-top: 0px;
}

.col-z span {
    margin-left: 8px;
}
.list-over b .fa {
    color: #59930c;
    margin-right: 8px;
    font-size: 16px;
}
.feature-detail ul {
    padding: 0px;
    list-style: none;
}
.feature-detail ul li {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0px;
    border-bottom: 1px solid #e6e6e6;
}
.feature-detail ul li span {
    display: block;
    flex: 1;
}
.left-dt-w b .fa {
    color: #59930c;
    margin-right: 8px;
    font-size: 16px;
}
.check-inform-field {
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.check-inform-field span {
    margin-left: 5px;
    display: inline-block;
}
.check-inform-field p {
    font-size: 11px;
    color: #777;
    margin-top: 5px;
}
.highlight-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: #E91E63;
    margin-right: 10px;
}
.row-nc {
    margin-left: -15px;
    margin-right: -15px;
}
.nv-col {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 15px;
}
.nv-col.even{
  background-color: #f8f8f8;
}
.rating-num {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #649e07;
    line-height: 42px;
    text-align: center;
}
.rating-num .rtn-no {
    display: inline-block;
    color: #fff;
    font-weight: 700;
}
.secont-rateno {
    font-size: 11px;
}
.title-rating {
    flex: 1px;
    margin-left: 15px;
}
.title-rating h5 {
    font-size: 16px;
    margin-top: 0px;
}
.title-rating h5 a {
    color: #649e07;
    font-weight: 700;
}
.botm-dist .list-grade {
    float: left;
    width: 50%;
}
.grade {
    font-weight: 700;
}




.detail-section-1 {
    background-color: #fff;
    padding: 0px 15px 20px;
    border-bottom: 1px solid #ccc;
}
.logo-detail {
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
}
.title-widg-dic {
    margin: 15px 0px 5px;
}
.property-line-0 span {
    display: block;
    color: #2a2a33;
    font-size: 15px;
    font-weight: bold;
}
.forsale-post {
    font-size: 13px;
    margin-bottom: 2px;
}
.forsale-post span {
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}
.zistim-none {
    margin-left: 5px;
    border-left: 1px solid #D1D1D5;
    padding-left: 10px;
}
.zistim-none b {
    font-weight: 300;
    color: #2A2A33;
}
.contact-agent button {
    color: #fff;
    border: 1px solid #006aff;
    background-color: #006aff;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    height: 42px;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
}
.secont-half-img ul {
    padding: 0px;
    list-style: none;
    overflow: hidden;
    clear: both;
}
.secont-half-img li {
    width: 50%;
    float: left;
}
.closedata{
    position: absolute;
    right: -35px;
    top: -1px;
    z-index: 9;
    background-color: #000 !important;
    display: inline-block;
    width: 35px;
    height: 35px;
    opacity: 1;
    color: #fff;
}
.model-flex-body {
    display: flex;
    flex-wrap: wrap;
}
.secont-half-img li {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    height: calc(250px);
}
.secont-half-img li img {
    height: 100%;
    object-fit: cover;
}
/*.mutliple-image, .hngp {
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
    max-height: 100vh;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}*/

.contact-agentbtm ul {
    padding: 0px;
    list-style: none;
}
.fill2-agent {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.ag-disfill {
    flex: 1;
}
.contactus-img {
    width: 60px;
    height: 60px;
}
.contactus-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}
.ag-disfill {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.contactus-img {
    width: 60px;
    height: 60px;
    float: left;
}
.contact-usdetail {
    float: left;
    flex: 1;
    margin-left: 10px;
}
.contact-usdetail h5 {
    margin: 0px;
}
.contact-usdetail p {
    margin-bottom: 0px;
    font-size: 12px;
}
.recentsale {
    background-color: #0D4599;
    display: inline-block;
    padding: 1px 3px;
    color: #fff;
    font-size: 11px;
    margin-right: 3px;
    margin-top: 3px;
}
.radiowidget {
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.listenagent span {
    font-size: 9px;
    color: #fff;
    display: inline-block;
    padding: 2px 4px;
    max-width: 45px;
    font-weight: 600;
    background-color: #0074e4;
    border-radius: 5px;
    text-align: center;
}
.table-res {
    margin-left: -15px;
    margin-right: -15px;
}
.table-res table tr th, .table-res table tr td {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
}
.icon--arrow {
    display: inline-block;
    transition: all .7s;
    transform: rotate(0deg);
}
.arowtoggle{
    transform: rotate(180deg);
}
.icon--arrow .fa-angle-down {
    font-size: 30px;
    color: #006bff;
}
.table-res table tr th {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
}
.table-res table tr td {
    padding: 8px 15px;
    background-color: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
}
.tabularinfo__subblock {
    border-top: 1px solid #ccc;
}
.over-v {
    border-bottom: 1px solid #D1D1D5;
    position: relative;
}
.agent-info- {
    padding-top: 30px;
    padding-left: 15%;
    padding-right: 15%;
}
.head-overw h4 {
    margin: 0px;
}
.head-overw span {
    border-bottom: 3px solid #0473e4;
    padding: 10px 0px;
    display: inline-block;
    color: #0473e4;
    font-weight: 600;
    font-size: 14px;
}
.info-with-img {
    display: flex;
    /*flex-wrap: wrap;*/
    margin-bottom: 50px;
    align-items: flex-start;
}
.lft-m-agent {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    flex: 0 0 100px;
}
.lft-m-agent img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.right-m-name {
    border-left: 5px #A7A6AB solid;
    padding-left: 10px;
    flex: 1;
}
.right-m-name h3 {
    color: #649e07;
    margin-top: 0px;
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
}
.dwn-activ {
    background-color: #F1F1F4;
    padding: 5px 10px;
    margin-left: -10px;
}
.right-m-name p {
    margin-bottom: 5px;
    font-size: 15px;
}
.right-m-name p span {
    color: #056aff;
}
.about-agent-me h3, .h-list-sale h3 {
    margin-top: 0px;
    font-weight: 600;
    font-size: 28px;
}
.about-agent-me {
    margin-bottom: 50px;
}
.about-agent-me p {
    font-size: 15px;
    color: #333;
}
.h-list-sale h3 {
    float: left;
}
.location-agent {
    margin-bottom: 60px;
}
.t-items {
    float: right;
}
.t-items ul {
    list-style: none;
    padding: 0px;
}
.t-items ul li {
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 600;
}
.t-items ul li span {
    margin-right: 5px;
    display: inline-block;
    font-size: 11px;
    vertical-align: middle;
}
.red{
    color: #FF5A50;
}
.purple{
    color: #985DFF;
}
.yellow{
    color: #FFD237;
}
.listing-prop .comst {
    color: #649e07;
}
.pro-listflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list-pro-img {
    margin-right: 15px;
}
.list-pro-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.list-pro-dis {
    flex: 1;
}
.table-formate table tr td {
    vertical-align: middle;
}
.table-formate table tr th {
    color: #A7A6AB;
}
/**contact**/
.comn-border {
    border: 1px solid #d1d1d5;
    padding: 15px;
    margin-bottom: 15px;
}
.perticular-person-form h3, .comn-border h3, .active-listing h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #242433;
    font-weight: 600;
}
.perticular-person-form form input {
    width: 100%;
    padding: 4px 6px 2px;
}
.perticular-person-form form {
    margin: 0px;
}
.perticular-person-form form textarea {
    width: 100%;
    padding: 4px 6px 2px;
    height: 60px;
}
.agent-cont-sub button {
    padding: 6px 10px;
    width: 100%;
    border: none;
    background-color: #649e07;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
.comn-border ul {
    padding: 0px;
    list-style: none;
}
.comn-border ul li span {
    display: inline-block;
    width: 50%;
}
.hidden-scroll{
    overflow: hidden;
}
.agent-review-part {
    padding: 0px 60px 60px;
}
.agent-profile-part {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 20px 10px;
}
.crd-bd2 .agent-img-circle img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}
.agent-profile-part .agent-name {
    flex: 1;
    margin: 0px 20px;
    margin-top: 10px;
    text-align: left;
    font-size: 26px;
}
.high-title {
    color: #404040;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 600;
}
.col-half {
    width: 60%;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.get-info-form input,  .get-info-form select{
    width: 100%;
    text-indent: 10px;
    color: #808080;
    font-size: 14px;
    border: 1px solid #808080;
    margin-bottom: 20px;
    height: 50px;
}
.get-info-form .input-group i {
    position: absolute;
    color: #808080;
    transform: translate(-50% ,0%);
    font-size: 24px;
    top: 18%;
    left: 25px;
}
.txt-ind input, .txt-ind textarea {
    text-indent: 45px;
    color: #808080;
}
.review-tltle {
    color: #404040;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 600;
}
.rating-all-part {
    padding: 0;
    list-style: none;
    width: 45%;
}
.review-follow-part .rating-all-part {
    color: #000;
}
.rating-all-part li {
    padding: 2px 0;
}
.rating-all-part li span {
    display: inline-block;
    width: 38%;
}
.star-rating {
    /*height: 13px;*/
    display: inline-block;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    margin-top: 8px;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 26px;
    /*height: 28px;*/
    padding-top: 6px;
}
.get-info-form textarea {
    width: 100%;
    height: 100px;
    padding-top: 15px;
    border: 1px solid #808080;
}
.review-form-main .review-txtarea {
    width: 100%;
    border: 1px solid #808080;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 15px;
}
.btn.btn-review {
    display: inline-block;
    background-color: #649e07;
    color: #fff;
    border-radius: 0;
    max-width: 210px;
    width: 100%;
    text-align: center;
    height: 40px;
    font-size: 14px;
}
.btn.btn-review:focus {
    outline: none;
    box-shadow: none;
}
.agent-frm .terms-para {
    color: #404040;
    font-size: 12px;
    padding: 25px 0 20px;
    line-height: 1.33;
    border-top: 2px solid #808080;
    margin-top: 20px;
}
.btn.btn-contact {
    width: 100%;
    height: 50px;
    background-color: #0074e4;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    transition: all 0.3s;
    margin-bottom: 25px;
}
.contact-details-part {
    color: #404040;
    padding-top: 10px;
    border-top: 2px solid #808080;
     border-bottom: 2px solid #808080;
}
.cont-title {
    margin-bottom: 20px;
    font-weight: 700;
}
.cont-in-part {
    font-size: 18px;
    font-weight: 600;
}
.cont-det-part {
    padding: 0;
    list-style: none;
    padding-bottom: 15px;
}
.cont-det-part li p span {
    display: block;
    font-weight: 400;
}
.mobile-layot{
    display: none;
}
/*------changes-review----24-07-2019----*/
.multiple_reviews .star-rating {
    margin-bottom: 20px;
}
.star-rating .recommendation-part {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 0px;
}
.recommendation-part span.fa {
    color: #fba507;
    margin-right: 10px;
    font-size: 20px;
}
.star-rating .review-user-name {
    font-size: 15px;
    color: #007573;
    text-transform: capitalize;
}
.rating-row {
    margin-bottom: 15px;
}
.rating-row p {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.rating-row img {
    width: 25px;
}
.read-more-wrap p {
    color: #333;
}
.field-req-agsrc{
    padding: 15px 0px;
}
.agentfinder-bg{
    background-color: #cae9f5;
    padding: 10px 0px;
}
.example {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}
.search-field-r1 label{
    display: block;
    width: 100%
}
form.example .inp-sh-cl{
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  float: left;
  width: 80%;
  background: #fff;
}

form.example .AgentSearch {
  float: left;
    width: 20%;
    padding: 9px;
    background: #0074e4;
    color: white;
    font-size: 14px;
    border: 1px solid #0074e4;
    border-left: none;
    cursor: pointer;
}
.AgentSearch:focus {
    outline: none;
}
.search-field-r1 input:focus {
    outline: none;
}
.agent-list-src{
    padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  float: left;
  width: 80%;
  background: #fff;
}
.serch-text-loc{
    display: inline-block;
    background: #0074e4;
    color: white;
    font-size: 14px;
    border: 1px solid #0074e4;
    border-left: none;
    cursor: pointer;
    padding: 8px;
    margin-left: -4px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.search-field-listing label{
    width: 100%;
}
.sugest-bx {
    margin-top: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: hidden;
}
.sug-sub-bx {
    background: #fff;
    box-shadow: 0px -2px 8px 3px rgba(0, 0, 0, 0.57);
    border: 1px solid #ddd;
}
.sug-sub-bx li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.sug-sub-bx li:last-child {
    border: none;
}
.sug-sub-bx li:hover {
    background-color: #f5f5f5;
}
.sld-tx1 {
    padding: 50px 0px;
    text-align: center;
}
.sld-tx1 h2 {
    color: #649e07;
    margin-bottom: 30px;
}
.sld-tx1 p {
    font-size: 16px;
}
.m-contant .row {
    display: flex;
    flex-wrap: wrap;
}
.no-gutters {
    padding: 0px;
}
.fr-bg {
    background-color: #d8d8d8;
    text-align: right;
}
.text-warrp{
    padding: 100px 150px;
}
.text-warrp h3, .text-warrp h4 {
    font-size: 30px;
    margin: 0;
}
.text-warrp h4 {
    font-weight: bold;
}
.text-warrp .details {
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.44;
    letter-spacing: normal;
    color: #404040;
    margin-top: 25px;
}
.text-warrp a {
    text-decoration: underline;
    font-weight: bold;
    color: #404040;
    margin-top: 45px;
    display: block;
}
.no-gutters img {
    width: 100%;
    min-height: 100%;
}
.webslider--develop{
    margin-bottom: 50px;
}
.develop-property img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}
.owl-theme {
    display: flex;
    flex-wrap: wrap;
}
.d-slider .owl-theme .item {
    width: 33.3%;
    float: left;
    text-align: center;
}
.d-slider .owl-theme img {
    height: 250px;
    width: 100%;
}
.owl-develop-slider .owl-nav button {
    position: absolute;
    left: 10px;
    font-size: 28px !important;
    color: #0473e4 !important;
    width: 30px;
    height: 30px;
    line-height: 30px !important;
}
.owl-develop-slider .owl-nav button.owl-next {
    right: 10px;
    left: auto;
}
.owl-develop-slider .owl-nav button.owl-prev, .owl-develop-slider .owl-nav button.owl-next{
    padding: 0px !important;
    background-color: #fff;
    border-radius: 50%;
}
.b-row {
    background: #404040;
    color: #fff;
    padding: 12px 15px;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.border-top {
    border-top: 1px solid #bfbfbf;
}
.border-bottom {
    border-bottom: 1px solid #bfbfbf;
}   
.b-row .mr-4 {
    margin-right: 1.5rem;
}
.b-row .mr-2 {
    margin-right: .5rem;
}
.b-row p {
    margin-bottom: 0px;
}
.d-slider .f-value {
    padding: 3px 7px;
    border: 1px solid #fff;
    border-radius: 37px;
    color: #fff;
    font-size: 12px;
}
.txt-area {
    background: #d8d8d8;
    width: 100%;
    padding: 80px 0;
    color: #404040;
    position: relative;
}
.float-left {
    float: left!important;
}
.d-none {
    display: none;
}
.d-block {
    display: block;
}
.txt-area .simple-link {
    background: #a1c413;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
}
.p-txt {
    clear: both;
    padding-right: 21%;
    color: #404040;
    font-size: 16px;
}
.k-heading {
    font-weight: bold;
    margin-bottom: 40px;
    font-family: "quatro",sans-serif;
    color: #404040;
    margin-top: 0px;
}
.k-txt {
    padding: 15px 10px;
    color: #404040;
}
.k-tital {
    font-size: 15px;
    width: auto;
    font-weight: 600;
    margin: 0;
    line-height: 24px;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.k-detail {
    position: relative;
    padding: 50px 0 50px;
    border-bottom: 1px solid #404040;
}
.high-part-main {
    border-bottom: 1px solid #000;
    padding: 50px 0;
    margin-bottom: 0;
}
.development_feature {
    column-count: 4;
    width: 96% !important;
}
ul.highlight-in li img {
    width: 17px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.sub-cl {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #404040;
    font-size: 14px;
}
.d-tab {
    position: relative;
    padding: 50px 0 50px;
}
.bg_client.development {
    background: #bfbfbf;
    padding: 75px 0;
    position: relative;
}
.bg_client .Our-agents {
    padding-bottom: 30px;
    font-weight: 500;
    line-height: 32px;
    color: #404040;
    text-transform: uppercase;
}
.agent-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}
.agent_profile {
    width: 225px;
    float: left;
    margin-bottom: 20px;
}
.Agent-name {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    color: #404040;
    padding: 20px 0 10px;
    font-weight: 600;
    text-align: right;
}
.Email-address-addres {
    font-family: Quatro;
    font-size: 12px;
    line-height: 1.33;
    text-align: right;
    color: #404040;
    margin-bottom: 0.7rem;
}
.agent_profile-agency {
    float: left;
    width: 25%;
}
.agent-agenc-name h2 {
    font-size: 28px;
    font-weight: 600;
}
.about-agent-me p span {
    font-weight: 600;
}
.agent-agenc-name {
    margin-bottom: 30px;
}
.agent-agenc-fl {
    overflow: hidden;
    clear: both;
    margin-bottom: 50px;
}
.agent-info- .row #AgentSearch {
    display: flex;
    flex-wrap: wrap;
}
.zillow-time{
    margin: 0px;
}
@media only screen and (min-width: 768px){
.float-md-right {
    float: right!important;
}
}
@media only screen and (min-width: 768px){
.d-md-block {
    display: block!important;
}
}
@media only screen and (min-width: 768px){
.d-md-none {
    display: none!important;
}
}



/*------------Temprary Changes Css----------*/
@media only screen and (max-width: 767px){
.brand-log{
    display: none;
}
.map-fixed {
    height: auto !important;
}
.secont-half-img li{
    width: 100%;
}
}
@media only screen and (min-width: 768px){
.mobile-navbar{
    display: none;
}
}
.first-full-img img{
    width: 100%;
}

.list-pro-dis p {
    margin-bottom: 0;
    white-space: normal;
}
.two-calculate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.btn-zillow {
    color: #fff;
    background-color: #649e07;
    border-color: #649e07;
}
.btn.btn-zillow:hover, .btn.btn-zillow:focus{
    color: #fff;
}

.loan-ftr {
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.loan-cal-page {
    margin: 50px 0px;
}
.morg-title {
    padding: 20px 0px;
}
.src-list {
    white-space: nowrap;
    padding: 0px;
    min-width: 250px;
}
.drop-list12 {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e9e9e9;
}
.checkbox-desn input {
    position: absolute;
    top: 0px;
    z-index: 9999;
    opacity: 0;
}
.drop-list12 .checkbox-desn {
    position: relative;
    display: inline-block !important;
}
.checkbox-desn .checked-tt{
    margin: 0px;
}
.checkbox-desn span::before{
    width: 14px;
    height: 14px;
    border-radius: 2px;
    content: "";
    border: 1px solid #A7A6AB;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    font-size: 9px;
    line-height: 14px;
    color: #FFF;
    position: absolute;
    top: 0px;
}
input:checked + .checked-tt::before {
    content: '\f00c';    
    background-color: #006AFF;    
    border-color: #0074e4;
}
.checkbox-desn:hover {
    background-color: transparent !important;
}
.list-all-tt {
    display: inline-block;
}
.multiselect-native-select .multiselect-container {
    min-width: 250px;
}
.multiselect-native-select .multiselect-container li a {
    padding: 5px 5px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e9e9e9;
}
.multiselect-native-select .multiselect-container li.active a{
    background-color: #fff;
    color: #333;
}
.multiselect-native-select .multiselect-container li>a>label {
    padding-left: 30px;
}
.selbtn-list-top {
    display: inline-block;
    padding: 3px 4px 3px 10px;
    font-size: 13px;
    background-color: #0074e4;
    color: #fff;
    border-radius: 30px;
    margin-right: 8px;
    margin-bottom: 5px;
    font-weight: 400;
}
.selbtn-list-top .close-btn {
    color: #ffffff;
    border-radius: 50%;
    padding: 0;
    margin-left: 8px;
    background: transparent;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.popery-box-sale .ftr-text {
    position: absolute;
    top: 0px;
    right: 0;
    display: inline-block;
    background-color: #76b51b;
    color: #fff;
    padding: 0px 10px;
    font-size: 14px;
}
.multiselect-native-select .multiselect-container li>a>label.checkbox::before {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    content: "";
    border: 1px solid #A7A6AB;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 9px;
    line-height: 13px;
    text-align: center;
}
.multiselect-native-select .multiselect-container>li.active>a>label.checkbox::before {
    content: '\f00c';
    background-color: #006AFF;
    border-color: #0074e4;
}
.multiselect-native-select .multiselect-container li>a>label>input {
    opacity: 0;
}
/****/
.multiselect-native-select .multiselect-container li>a>label.radio::before {
    width: 16px;
    height: 16px;
    background-color: #eee;
    border-radius: 50%;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    border:none; 
}
.multiselect-native-select .multiselect-container>li.active>a>label.radio::before {
    background-color: #006AFF;
}
.multiselect-native-select .multiselect-container>li.active>a>label.radio::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}





.checkcontainer input:checked ~ .radiobtn {
    background-color: #2196F3;
}
.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}
.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}
.checkcontainer .radiobtn:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.featurd-pro-txt{
    text-align: right;
    margin-top: 10px;
}
.featurd-pro-txt span {
    display: inline-block;
    background-color: #76b51b;
    color: #fff;
    padding: 0px 10px;
    font-size: 14px;
}

#resetPolygon {
position: absolute;
bottom: -54px;
z-index: 9;
left: -175px;
}
@media (max-width: 1300px){
#resetPolygon {
left: -235px;
}
}
@media (max-width: 1200px){
#resetPolygon {
left: -445px;
}
}
@media (max-width: 991px){
#resetPolygon {
left: -20px;
}
}
@media (max-width: 767px){
#resetPolygon {
position: inherit;
bottom: 0;
z-index: 0;
left: 0;
margin-top: 7px;
}
}

#drawpoly {
/*position: absolute;*/
bottom: -54px;
z-index: 9;
/*left: -190px;*/
}
@media (max-width: 1300px){
#drawpoly {
left: -270px;
}
}
@media (max-width: 1200px){
#drawpoly {
left: -470px;
}
}
@media (max-width: 991px){
#drawpoly {
left: -20px;
}
}
@media (max-width: 767px){
#drawpoly {
position: inherit;
bottom: 0;
z-index: 0;
left: 0;
margin-top: 7px;
}
}

/* large icon for map */
@media (min-width: 767px){
    .gmnoprint span > div {
    width: 35px !important;
    height: 35px !important;
    }
    .gmnoprint span > div img {
    width: 35px !important;
    height: 360px !important;
    }
    .gmnoprint div[title="Stop drawing"] img {
    top: -148px !important;
    }
    .gmnoprint div[title="Draw a shape"] img {
    top: -221px !important;
    height: 440px !important;
    }
    .gmnoprint div[title="Draw a circle"] img {
    top: 2px !important;
    }
    .gmnoprint div[title="Draw a rectangle"] img {
    top: -28px !important;
    }
}
.button-filter-box, .div-toggle a.closebtn{
    display: none;
}
.div-toggle {
    flex: 1;
    display: flex;
}
.button-filter-box button {
    background-color: #0473e4;
    color: #fff;
    border: 0;
    height: 34px;
}
.subcrip-wrapper {
    padding-top: 50px;
}
.head-price-h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 34px;
    font-weight: 600;
}
.pricetab--lavel {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    margin-bottom: 30px;
}
.pricesub-header {
    padding: 15px 15px 15px;
    background-color: #59646b;
    border-radius: 5px 5px 0px 0px;
}
.pricehead--grey{
    background-color: #59646b;
}
.plane-txt-head {
    margin: 0px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.title-months {
    margin: 10px 0px;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    color: #b9b9b9;
}
.price-tag {
    display: block;
    color: #666666;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.price-curenc {
    font-size: 19px;
    font-weight: 600;
}
.pricesub-body {
    padding-top: 20px;
    min-height: 150px;
}
.pricelist-itembd {
    margin-bottom: 0px;
}
.itewrap--price-l {
    padding: 10px 15px;
    display: block;
    text-align: center;
    border-bottom: 1px solid #efefef;
    color: #939393;
}
.itewrap--price-l.txtlight--red {
    color: #649e07;
    font-weight: 600;
}
.itewrap--price-l:last-child{
    border-bottom: 0px;
}

.pricesub-footer {
    padding: 15px;
    border-top: 1px solid #f3eeee;
    text-align: center;
}
.btn-subscribe {
    background-color: #649e07;
    color: #fff;
    border-radius: 2px;
    padding: 10px 15px;
    line-height: normal;
    letter-spacing: 1px;
}
.btn-subscribe:hover{
    color: #fff;
}
.btn-subscribe:focus, .btn-subscribe:active {
    color: #fff;
    outline: 0px !important;
    outline-offset: 0px !important;
    box-shadow: none;
}
.property-slider-sec {
    margin-bottom: 50px;
}
.ppuplar-gallery-state {
    margin-bottom: 40px;
}
.poplar-head-place {
    margin: 0px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
.explore-item-txt {
    font-size: 15px;
    margin-bottom: 0px;
}
.estate-productitems .img-alt--placeprod {
    width: 100%;
    border-radius: 5px;
}
.productplace--grid {
    margin-bottom: 20px;
}
.estate-productitems {
    position: relative;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.estate-productitems .caption-txtcontrol {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.looktype--propitem {
    color: #fff;
    font-size: 16px;
}
.mainitem--cityrow a {
    font-size: 36px;
    /*color: #ffc107;*/
    color: #fff;
    text-shadow: 1px 2px 3px #000000a6;
    display: inline-block;
    font-weight: 700;
}
.property-box-t {
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
}
.widpro-title {
    background-color: #649e07;
    padding: 8px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.title-pricelist {
    margin: 0;
    font-size: 15px;
    color: #fff;
}
.addres-listpro {
    padding: 10px 15px;
    border-bottom: 1px solid #b3b3b3;
}
.attribs-flex {
    display: flex;
    flex-wrap: wrap;
}
.attribs-flex .type-rm {
    flex: 1;
    padding: 5px 12px;
    border-right: 1px solid #b3b3b3;
}
.attribs-flex .type-rm {
    border-right: 0px;
}
.type-rm>i {
    margin-right: 5px;
}
.property-img-slider {
    position: relative;
}
.ImageProperty {
    position: relative;
}
.ImageProperty::before {
    content: "";
    padding-top: 70%;
    display: block;
}
.ImageProperty img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.for-sale-prop {
    position: absolute;
    bottom: 0;
    right: 0px;
}
.for-sale-prop span {
    display: inline-block;
    background-color: #649e07;
    padding: 3px 10px;
    color: #fff;
}
.content-row-middle {
    padding: 15px 15px;
}
.btm-w-add h3 {
    margin-top: 0px;
    margin-bottom: 5px;
}
.btm-w-add h3 a {
    font-size: 14px;
    font-weight: 600;
    color: #649e07;
}
.property--disc-Txt p {
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}
.agent-contact--Type {
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
}
.agentview--grid1 {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 15px;
    align-items: center;
}
.agent--Img-view {
    flex: 0 0 35px;
    max-width: 35px;
    margin-right: 10px;
}
.agent--Img-view img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
}
.agent--Name--vi h4 {
    margin: 0;
    font-size: 15px;
}
.agent--Name--vi h4 a{
    color: #000;
    display: inline-block;
}
.agentview--grid2 {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px 10px;
}
.agentview--grid2 .Icon--whats--viw {
    margin-right: 5px;
}
.agentview--grid2 a .listIcon--viw {
    color: #649e07;
}
.Icon--whats--viw img {
    width: 25px;
}
.save-fill-wd {
    padding: 10px 15px 10px;
    border-top: 1px solid #ebebeb;
}
.save-ul {
    margin: 0px;
}
.owl-nav {
    position: absolute;
    top: 42%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
}
.swiper-wrapper .owl-nav button {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 9;
}
.swiper-wrapper .owl-nav button.owl-next {
    left: auto;
    right: 10px;
}
.swiper-wrapper .owl-nav button span {
    font-size: 53px;
    color: #ffffff;
}
#calBorder{
    z-index: 9999 !important;
}

.location-bar-root {
    display: flex;
    flex-wrap: wrap;
}
.form-filed-location .search-field-agent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 15px;
}
.form-iputsrc-item {
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    padding: 8px 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.search-field-agent label {
    margin-bottom: 0px;
    margin-right: 15px;
}
.agent-info-row {
    padding: 40px 0px;
}
.flex-loacat {
    flex: 1;
}
.inputtxt--lb {
    flex: 1;
}   


.agent_profile-develop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.agent_profile-develop .image--agent--web {
    flex: 0 0 120px;
    max-width: 120px;
    margin-right: 15px;
}
.disc--develop-txt .Agent-name {
    padding-top: 0;
    margin-top: 0px;
    text-align: left;
}
.disc--develop-txt .Email-address-addres{
    text-align: left;
}
.txtmain--view-dev{
    margin-top: 0px;
    margin-bottom: 25px;
}
.rowgrid--flex-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}
.footer-wigit {
    background-color: #000000;
    background-image: linear-gradient(147deg, #000000 0%, #2c3e50 74%);
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer_links h5 {
    margin-top: 0px;
    font-size: 19px;
    color: #fff;
    margin-bottom: 30px;
}
.footer_links ul li {
    margin-bottom: 10px;
    border-bottom: 1px dashed #767676;
    padding-bottom: 10px;
}
.footer_links ul li:last-child {
    border-bottom: 0px;
}
.footer_links ul li a {
    font-size: 14px;
    color: #f1f1f1;
    letter-spacing: .5px;
    display: inline-block;
}
.fotter-bottom-wig {
    margin-top: 30px;
}

.realestate--site {
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
}
.other_link {
    padding-top: 20px;
}
.moreview-item-real {
    display: flex;
    flex-wrap: wrap;
}
.realtxt--item {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    margin-right: 20px;
}
.linktxt--realt {
    flex: 1;
    max-width: 100%;
    margin-bottom: 0px;
}
.linktxt--realt .mult-txtrow {
    display: inline-block;
}
.linktxt--realt .mult-txtrow a {
    color: #e3e3e3;
    font-size: 16px;
    margin: 0px 5px;
    display: inline-block;
    font-weight: 300;
}
.btn-filter-product {
    background-color: #649e07;
    color: #fff;
}
.btn-filter-product:hover {
    color: #fff;
}
.btn-filter-product:active {
    outline: none !important;
    box-shadow: none;
}
.cal-btn-2 {
    flex: 0 0 100%;
    max-width: 100%;
}
.btn-zillow {
    width: 100%;
    margin: 5px 0px;
}

.modal{
    padding: 0px !important;
}
.navtab--grtitem .itemtab-linkt {
    margin-left: 15px;
    padding: 6px 0px;
}
.nav .itemtab-linkt a {
    padding: 0px;
    color: #363636;
    font-size: 15px;
}
.navtab--grtitem .active.itemtab-linkt a {
    background-color: transparent !important;
    color: #649e07;
}
.navtab--grtitem .active.itemtab-linkt a:hover, .navtab--grtitem .active.itemtab-linkt a:focus{
    color: #649e07 !important;
}
.nav .itemtab-linkt a .fa {
    margin-right: 10px;
}

.navtab--grtitem {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    padding: 15px 15px;
}
.container-taxwith{
    max-width: 1000px;
}
.title-pt--row {
    text-align: center;
    margin-bottom: 50px;
}
.title-pt--row h2 {
    margin-top: 0px;
    font-size: 30px;
    font-weight: 600;
}
.partner--column {
    border: 2px solid #c6c6c6;
    margin-bottom: 30px;
}
.partner-section {
    padding: 50px 0px;
}
.tablechart--table thead tr th {
    border-bottom: 0px;
    text-align: center;
    font-size: 19px;
    padding: 15px 10px;
    background-color: #333;
    color: #fff;
}
.tableloan thead tr th {
    text-align: left;
}
.tableloan thead tr th:last-child {
    text-align: right;
}
.tablechart--table tbody tr td {
    font-size: 17px;
    padding: 15px 15px;
    color: #6b6b6b;
}
.tablechart--table tbody tr td .link-bank-items{
    color: #6b6b6b;
}
.tablechart--table tbody tr td:first-child {
    font-weight: 700;
}
.tablechart--table tbody tr td:last-child {
    text-align: right;
}
.content-return-txt p {
    font-size: 17px;
    color: #595959;
    line-height: 30px;
}
.enquiry-form {
    padding-top: 50px;
    padding-bottom: 100px;
}
.form-enquiry {
    padding: 30px 41px 15px;
    background-color: #faf9f9;
}
.title-form-enq {
    margin-top: 0px;
    margin-bottom: 30px;
}
.group-row {
    margin-bottom: 30px;
}
.label--txt-enq {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}
.control-enq {
    height: 42px;
    border-radius: 0px;
    border-color: #c3c3c3;
    box-shadow: none;
    color: #414141;
    font-size: 16px;
}
.control-enq::placeholder{
    color: #414141;
}
.btn-enq-btn {
    font-size: 17px;
    padding: 10px 35px;
    background-color: #649e07;
    color: #fff;
    border-radius: 2px;
}
.btn-enq-btn:hover{
    color: #fff;
}
/*----------blog-----------*/
.blogpage--wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f5f7fb;
}
.list-of-category {
    text-align: center;
}
.item-navcat--link {
    display: inline-block;
    margin: 5px;
}
.item-navcat--link a {
    padding: 10px 15px;
    background-color: #e9e9e9;
    color: #4e4e4e;
    border-radius: 1px;
    display: block;
}
.item-navcat--link a:hover{
    background-color: #649e07;
    color: #fff;
}
.item-navcat--link a.active {
    background-color: #649e07;
    color: #fff;
}
.yr_bg_head {
    margin-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}
.yr_bg_head h3 {
    font-size: 30px;
    font-weight: 700;
    color: #424242;
    margin: 0px;
}
.rowblog--flex {
    display: flex;
    flex-wrap: wrap;
}
.full_you_blg {
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 1px #e7e7e7;
    border: 1px solid #e7e7e7;
    height: calc(100% - 40px);
    margin-bottom: 40px;
}
.full_you_blg .blg_link img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.short--disc--blog {
    padding: 10px 15px;
    border-top: 1px solid #f5f5f5;
}
.short--disc--blog h2 {
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
}
.left-bg_cnt p {
    margin-block: 0px;
    color: #000;
    font-size: 15px;
}
.down_line_sh {
    padding: 0px 15px 25px;
}
.top-list--blog {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.down_line_sh .aut_nm {
    display: block;
}
.view-categ-items {
    margin-left: 15px;
    text-decoration: underline;
}
.aut_nm a {
    color: #000;
    font-weight: 600;
    display: inline-block;
}
.dat-sh {
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}
.dat-sh span{
    font-weight: 600;
}
.article-relate-title {
    margin-top: 50px;
    padding-bottom: 30px;
    text-align: center;
}
.article-relate-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #424242;
    margin: 0px;
}
.detailblog--wrapper {
    padding: 50px 0px;
}
.next-page--blog {
    margin-bottom: 30px;
}
.next-btn-blog {
    font-size: 16px;
    border: 1px solid #0474e4;
    padding: 2px 15px;
    line-height: normal;
    color: #0474e4;
    border-radius: 50px;
    font-weight: 600;
}
.next-btn-blog:hover{
    color: #0474e4;
    
}
.detailpage--img-view {
    margin-bottom: 20px;
}
.blogImg--blog img {
    width: 100%;
}
.blog-author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.readTime--estate {
    flex: 1;
    text-align: right;
}
.title-estimatet {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}
.content-blogdisc {
    padding-top: 40px;
    margin-bottom: 30px;
}
.blogdetail--title {
    margin-top: 0;
    font-size: 36px;
    margin-bottom: 20px;
    color: #424242;
}
.short--blg--title {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.blogdtl--full-disc p {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: .5px;
}
.comment-box-dtl {
    display: flex;
    flex-wrap: wrap;
}
.momment-aut-img {
    flex: 0 0 auto;
    width: 40px;
}
.momment-aut-img img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.comment-add--inputform {
    flex: 1;
    padding-left: 18px;
}
.input-txtadd-field {
    display: flex;
    flex-wrap: wrap;
}
.comment-chat-input {
    flex: 1;
    margin-right: 0px;
}
.form-comment-row {
    border-radius: 0px;
    height: 40px;
    font-size: 15px;
    box-shadow: none;
    background-color: #f7f7f7;
}
.btn--comment-btn {
    padding: 0px 20px;
    height: 40px;
    background-color: #0474e4;
    border-radius: 0px;
    font-size: 16px;
    color: #fff;
}
.btn--comment-btn:hover{
    color: #fff;
}
.loanfacility--sect {
    padding: 50px 0px;
}
.facility-content-area {
    margin-bottom: 35px;
}
.facility-content-area h3 {
    text-align: center;
    margin-top: 0px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.facility-content-area p {
    font-size: 17px;
    line-height: 34px;
}
.bankList--name {
    margin-bottom: 50px;
}
.mult-bank-name {
    display: flex;
    flex-wrap: wrap;
}
.mult-bank-name li {
    flex: 0 0 auto;
    width: 20%;
    text-align: center;
    padding: 0px 0px;
    margin-bottom: 0px;
}
.bankgrid--items {
    padding: 40px 10px;
    border: 2px solid #0474e4;
    height: calc(100%);
    display: flex;
    align-items: center;
}
.dropdown-menu.multi-pricedrobdown {
    min-width: 235px;
    text-align: center;
}
.full-wrapp-other {
    padding-top: 50px;
}
.title-h2--other {
    font-size: 30px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
}
.short-disc--paragrap {
    text-align: center;
    font-size: 19px;
}
.main--tt-lead h3 {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 15px;
}
.main--tt-lead p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
}   
.legal-btn-service {
    text-align: right;
}
.legal-btn-service .btn-linkpm-legal {
   display: inline-block;
    text-align: right;
    background-color: #01c477;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border-radius: 30px;
    padding: 5px 15px;
}
.legal-btn-service .btn-linkpm-legal i {
    margin-left: 8px;
}
.main--tt-lead {
    margin-top: 30px;
    background-color: #f3f3f3;
    padding: 20px 15px;
    border: 1px solid #e7e7e7;
}
.contact--txt-info p {
    font-size: 15px;
}
.contact--txt-info p span {
    font-size: 15px;
    display: inline-block;
    margin-right: 10px;
    color: #000000;
    font-weight: 600;
}
.contact--txt-info p span .fa {
    font-size: 17px;
    margin-right: 8px;
    color: #649e07;
}
.contact--txt-info p a {
    color: #474747;
}

.construct--sec {
    padding-top: 50px;
}

.construct--service {
    padding-top: 100px;
}
@media screen and (min-width: 1200px) {
    .col-grid-5 {
        width: 20%;
    }
}
.row-service--const {
    display: flex;
    flex-wrap: wrap;
}
.box-services--mange{
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 10px 20px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    padding: 20px 10px 20px;
    border: 1px solid #a2a2a2;
    margin-bottom: 30px;
}
.icon-serv-const {
    margin-top: 20px;
}
.serv--headrow--txt {
    margin: 10px 0px;
    font-size: 16px;
    color: #000;
}
.midd--line {
    width: 49px;
    height: 2px;
    background: #01c477;
    margin: 13px auto;
}
.bodyconst--content p {
    font-size: 13px;
    color: #000;
    margin-bottom: 5px;
}
.book-now-const {
    display: inline-block;
    background-color: #01c477;
    color: #fff;
    padding: 5px 15px;
    position: absolute;
    width: 100px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -15px;
}
.contst--image {
    margin-top: 50px;
}
.how-work-its {
    padding-top: 80px;
}
.work-consrt-txt {
    margin-bottom: 30px;
}
.work-icon--txt {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.work-icon--txt .icon-vts {
    font-size: 60px;
    color: #000;
}
.work-icon--txt h3 {
    margin: 0px;
    font-size: 89px;
    color: #ededed;
    margin-left: 10px;
    font-weight: 700;
}
.work-consrt-txt h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.work-consrt-txt p {
    text-align: center;
    color: #555;
    font-size: 15px;
}
.architech-sect {
    padding-top: 50px;
    padding-bottom: 50px;
}
.service--txtart--wrap{
     padding-top: 50px;
    padding-bottom: 50px;
}
.rowartitect--flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.serv-provide--txt {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.serv-arch--icon {
    flex: 0 0 64px;
    max-width: 64px;
}
.servflex--archt {
    flex: 1;
    padding-left: 20px;
}
.servflex--archt .srvart-head {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.servflex--archt p {
    font-size: 15px;
}
.price-artitect {
    margin-top: 20px;
}
.price-artitect .btn-linkpm {
    background-color: #01c477;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border-radius: 30px;
    padding: 5px 15px;
}
.btn-linkpm i {
    margin-left: 5px;
}
.reason--txt-way {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 40px;
    margin-bottom: 40px;
}
.top-reas-head {
    background-color: #649e07;
    padding: 12px 0px;
    position: relative;
}
.top-reas-head h3 {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}
.num-rowreas {
    position: absolute;
    top: 50%;
    right: 30px;
    background-color: #5d9403;
    padding: 11px 38px;
    transform: translateY(-50%) skew(20deg);
    z-index: 1;
}
.num-rowreas span {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    transform: skew(-18deg);
    display: inline-block;
}
.bodyreas--content {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}
.reas-icon .fa {
    font-size: 28px;
    background-color: #ff9800;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
}
.content--area--view {
    flex: 1;
    padding-left: 20px;
}
.content--area--view p {
    margin-bottom: 0;
    font-size: 16px;
}
.footer_links-social h5 {
    margin-top: 0px;
    font-size: 19px;
    color: #fff;
    margin-bottom: 30px;
}
.contact--footer {
    margin-bottom: 30px;
}
.contact--footer p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}
.connect-social .social-ftr li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.connect-social .social-ftr li a {
    border: 1px solid #0c71ff;
    width: 35px;
    height: 35px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.connect-social .social-ftr li a .fa{
    line-height: 35px;
    font-size: 20px;
}
.disc-about-bt {
    font-size: 15px;
    color: #7a7a7a;
    text-align: justify;
}
.about-txt-areavt {
    margin-bottom: 30px;
}
.main-about--content {
    margin-bottom: 50px;
}
.about-txt-areavt h3 span {
    display: inline-block;
    border-bottom: 2px solid #a3a3a3;
    padding-bottom: 5px;
}

.about-txt-areavt p {
    color: #696969;
    font-size: 15px;
    text-align: justify;
}
.about-contentwrap {
    padding-bottom: 50px;
}
/*---------  our team------------*/
.our-team {
    background-color: #f7f8f9;
    padding: 50px 0px;
}
.team--column {
    background-color: #fff;
    box-shadow: 0 10px 31px 0 rgb(7 152 255 / 9%);
    border-radius: 2px;
}
.team--img {
    padding: 8px;
}
.team-info {
    padding: 15px 15px;
}
.team-info h3 {
    margin-top: 0px;
    font-size: 17px;
    font-weight: 600;
}
.team-info p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #5c727d;
}
.policy-page{
    padding-bottom: 80px;
}
.condition--txt p {
    font-size: 15px;
    text-align: justify;
}
.footer-flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
    .grid-col-5 {
        width: 20%;
    }
}
.term-condtion-wraper{
    padding-bottom: 100px;
}
.terms--content-req h3 {
    font-weight: 700;
    margin-top: 35px;
    font-size: 18px;
    border-bottom: 2px solid #8b8b8b;
    position: relative;
    padding-bottom: 4px;
    display: inline-block;
}
.listterm-items {
    list-style: disc;
    padding-left: 25px;
}
.listterm-items li {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 10px;
}










@media (max-width: 1600px){
    .navbar-default .navbar-nav>li>a {
        padding: 0px 10px;
    }
}
@media (max-width: 1399px){
    .navbar-default .navbar-nav>li>a {
        padding: 0px 5px;
        font-size: 12px;
    }

}
@media (max-width: 767px){
    .div-toggle {
        flex: 1 1 100%;
        max-width: 100%;
        display: none;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        transition: 0.6s;
        -webkit-transition: 0.6s;
        transform: translateY(-10%);
        -webkit-transform: translateY(-10%);
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: #fff;
        padding: 10px;
        border: 1px solid #d0d0d0;
        margin-top: 5px;
    }
    .div-toggle.appear{
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        display: block;
    }
   .button-filter-box, .div-toggle a.closebtn{
        display: block;
    }
}

.btn-drawer{
    background-color: #0473e4;
    color: #fff;
    border: 0;
}
.btn-reset-draw{
    background-color: #d23f10;
}
/*----------------*/
.home-page header {
    border-bottom-color: transparent;
}
.home-page .navbar.navbar-default {
    background-color: transparent;
}
.home-page .navbar-default .navbar-nav>li>a {
    color: #fff;
}
.home-page .stickyheader {
    background-color: #fff;
    box-shadow: 0px 1px 5px #00000029;
}
.home-page .stickyheader .navbar-default .navbar-nav>li>a {
    color: #2a2a33;
}
/*.home-page .navbar-brand>img {
    filter: brightness(0) invert(1);
}*/
.home-page .stickyheader .navbar-brand>img {
    filter: none;
}





.icon-share-page-3 {
    display: inline-block;
    color: #00a82d;
}
.icon-share-page-3 i {
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
}
.icon-share-page-3 span {
    color: #5c5c5c;
}
/*-----------*/
.rowagent--flex {
    display: flex;
    flex-wrap: wrap;
}
.contact--company--link p a {
    color: #649e07;
    font-size: 15px;
    font-weight: 700;
}
.contact--company--link p a span {
    color: #333;
    font-weight: 400;
}
.contact--company--link p i {
    margin-right: 8px;
    color: #649e07;
    font-size: 18px;
}
/*-------------------------------*/
.btn-pay-btn {
    background-color: #01c477;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    border-radius: 30px;
    padding: 5px 15px;
}
.btn-pay-btn:hover{
    color: #fff;
}
.btn-pay-btn .fa {
    margin-left: 10px;
}
.mapGrid--property .map-part-product {
    height: 450px;
}
.agent_dtlagency-wig {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.propert--imgautor {
    flex: 1;
    padding-left: 30px;
}
.agent-namedtl-nm a h3 {
    font-size: 22px;
    margin-top: 0px;
    color: #333;
    font-weight: 600;
}
.casa-video-wigt video {
    width: 100%;
}
.mapGrid--property li img {
    width: 100%;
}
.imagecount--propert {
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.imagecount--propert .txtnum--prodoct {
    color: #ffff;
    background-color: #000;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 5px;
}
.txtnum--prodoct i {
    margin-right: 5px;
}


/*----------------*/
.propty-code {
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.code-tx--propt {
    color: #ffff;
    background-color: #000;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 11px;
}
.code-pn-tx {
    float: right;
    color: #649e07;
    font-weight: 600;
    font-size: 13px;
    margin-left: 10px;
}
.code-pn-tx a{
    color: #649e07;
}
.property-point {
    display: block;
}
/*----------------------------------------*/
.wig-ptm-method{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.payment--item-box {
    width: 20%;
    float: left;
    padding: 0px 8px;
}
.multibox--ptm {
    text-align: center;
    margin-bottom: 50px;
}
.num-step-pay {
    width: 200px;
    height: 200px;
    border: 10px solid #01c477;
    border-radius: 50%;
    margin-bottom: 20px;
    font-size: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.num-step-pay::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 37px solid transparent;
    border-left: 39px solid #01c477;
    border-bottom: 37px solid transparent;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.icon-pym-mt {
    margin-top: 38px;
    flex: 0 0 100%;
    max-width: 100%;
    align-self: end;
}
.icon-pym-mt i {
    font-size: 40px;
    color: #01c477;
}
.title-ptm {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
}
.payment-wraper-full {
    background-color: #fefefe;
    padding: 80px 0px;
}
.payment--btn-btn {
    text-align: center;
    margin-top: 50px;
}
.payment--btn-btn .razorpay-payment-button {
    background-color: #2196f3;
    border: 0;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 17px;
}

.multi-property-gallery img{
    width: 100%;
}
.chaticon--mesg {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9;
    display: inline-block;
}
.chaticon--mesg img {
    width: 50px;
}
/*---------------------------mobile-footer-side--------------------------*/
a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.mobile-footermenu {
    background-color: #fff;
    padding: 10px 5px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px 3px 10px 1px #00000045;
}
.wigitLink--ftrmenu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.wigitLink--ftrmenu .listlink-ftrmenu-mt {
    flex: 1;
    text-align: center;
}
.listlink-ftrmenu-mt a {
    color: #333;
    font-size: 14px;
    display: block;
    padding: 0px 5px;
}
.listlink-ftrmenu-mt .ftr-icon-menu {
    display: block;
    margin-bottom: 5px;
}
.ftr-icon-menu i {
    font-size: 20px;
}
.ftr-icon-menu img {
    height: 20px;
    filter: brightness(0);
}
.menupage--wraper-web {
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 30px;
}
.wigmenu-wrap--area {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
}
.other-menu--itemsweb {
    flex: 0 0 50%;
    padding: 0px 5px;
    margin-bottom: 10px;
}
.wigother--link {
    background-color: #fff;
    height: calc(100%);
    border-radius: 5px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.other-menu--itemsweb a {
    color: #222222;
    display: block;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: 600;
}
.wigother--link .icon-webmenu-mt {
    display: block;
    margin-bottom: 10px;
    font-size: 25px;
    color: #80c60c;
}
.backarea-menubtn {
    margin-bottom: 20px;
}
.btn-arrowback {
    background-color: #19293d;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
}
.btn-arrowback:hover{
    color:#fff;
    text-decoration: none;
}
.btn-arrowback i {
    margin-right: 5px;
}
.listlink-ftrmenu-mt.active a {
    color: #649e07;
}
.listlink-ftrmenu-mt.active .ftr-icon-menu img {
    filter: brightness(1) invert(0);
}
/*----Contact us-----*/
.contactwrapper{
    background-color: #fff;
    padding-top: 50px;
    padding-left: 20px;
}
.column-web {
    margin-bottom: 30px;
}
.column-web:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: 0px;
}
.titleweb--contact {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.titleweb--contact span {
    border-bottom: 1px solid #000;
}
.contact--listitem li {
    margin-bottom: 10px;
}
.contact--listitem i {
    margin-right: 5px;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #1a2e46;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}
.contact--listitem li a {
    color: #000;
    font-size: 15px;
}
.Social-web-listitem>li {
    margin-right: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #1a2e46;
    border-radius: 50%;
}
.Social-web-listitem>li>a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-top: 6px;
}
/*-----------*/
.notify-iconeweb {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}
.notify-iconeweb a {
    background-color: #e9e9e9;
    color: #000;
    width: 32px;
    height: 32px;
    display: inline-block;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
}
.notify-iconeweb i {
    margin-top: 6px;
    font-size: 18px;
}
/*----------------------*/
.title--offer-price {
    margin-top: 5px;
    font-size: 13px;
    margin-bottom: 15px;
}
.warning-msg-otp, .submit-web-notifi{
    margin-top: 15px;
}

/*-------------------------------*/

.notifica-full-page--wigt {
    padding-top: 50px;
    padding-bottom: 50px;
}
.panelmenu--notifictn {
    margin-bottom: 30px;
}
.wiglist--griditem-web {
    display: block;
    margin-bottom: 15px;
}
.wiglist--griditem-web a {
    display: block;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0px 3px 7px 2px #0000001c;
    color: #20324a;
    font-size: 15px;
    font-weight: 600;
}
.view-moreitem--loadnoti {
    width: 130px;
    margin: auto;
    margin-top: 50px;
}
.view-more-notificat {
    display: block;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}
.not-foundlist-prop {
    text-align: center;
    font-size: 16px;
    margin-top: 0px;
}
.itemtab--panelmenu {
    margin-right: 10px;
}
.panelmenu--notifictn>.itemtab--panelmenu>a {
    background-color: #fff;
    border: 1px solid #649e07;
    color: #649e07;
    padding: 8px 20px;
    font-size: 16px;
}
.panelmenu--notifictn>.itemtab--panelmenu.active>a {
    background-color: #649e07 !important;
    color: #fff;
}


/*-------------------------*/
.notify-section--more {
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-pricebid-btn {
    color: #fff;
    background-color: #649e07;
    border-color: #649e07;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
}
.btn-pricebid-btn:hover, .btn-pricebid-btn:focus{
    color: #fff;
}
.btn-pricebid-btn:active.focus, .btn-pricebid-btn:active:focus, .btn-pricebid-btn:focus {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
}
.dial-call-icon {
    position: fixed;
    right: 20px;
    bottom: 160px;
    z-index: 9;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 5px solid #649e07;
    color: #649e07;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 2px 6px #00000082;
}
.dial-call-icon:focus, .dial-call-icon:hover{
    color: #649e07;
}
.dial-call-icon i {
    margin-top: 6px;
    font-size: 20px;
}


