/** Fonts **/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Ubuntu&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600,700&display=swap");
header .top-bar {
  background: #ffffff;
  margin: 0; }
  header .top-bar .location-navigate a {
    color: #000;
    text-decoration: none; }
  header .top-bar .navbar .navbar-brand img {
    height: 56px; }
  header .top-bar .navbar .navbar-nav li {
    margin: 0 5px; }
    header .top-bar .navbar .navbar-nav li a {
      padding: 6px 12px;
      font-family: "Quicksand", sans-serif;
      font-weight: 700;
      color: #000;
      text-transform: uppercase; }
      header .top-bar .navbar .navbar-nav li a:hover {
        color: green; }
  header .top-bar .navbar .navbar-nav .active a {
    color: green; }
  header .top-bar .side-btn {
    padding: 0;
    margin: 0;
    list-style: none; }
    header .top-bar .side-btn li {
      display: inline-block; }
      header .top-bar .side-btn li:first-child a {
        border: 1px solid #e38e32;
        background: #fff;
        color: #e38e32; }
      header .top-bar .side-btn li a {
        background: #e38e32;
        color: #fff;
        font-size: 15px;
        border: 1px solid #f2f2f2;
        font-weight: 600;
        padding: 6px 15px;
        display: inline-block;
        border-radius: 3px;
        font-family: "Quicksand", sans-serif; }
        header .top-bar .side-btn li a:hover {
          text-decoration: none; }
        header .top-bar .side-btn li a span {
          background: #FFCC33;
          padding: 1px 7px;
          display: inline-block;
          border-radius: 3px;
          color: #333;
          font-size: 11px; }

.location-modal .cities-section {
  position: relative;
  padding: 10px; }
  .location-modal .cities-section .modal-close {
    position: absolute;
    top: 6px;
    right: 8px; }
  .location-modal .cities-section .max-cities-scroll {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden; }
  .location-modal .cities-section .title-city {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    color: #555;
    border-bottom: 2px solid #333;
    padding-bottom: 3px; }
  .location-modal .cities-section .other-cities {
    padding: 0; }
    .location-modal .cities-section .other-cities li {
      list-style: none;
      width: 24%;
      margin-bottom: 5px;
      font-family: "Poppins", sans-serif;
      display: inline-block; }
      .location-modal .cities-section .other-cities li a {
        color: #888;
        font-size: 13px;
        display: block; }

.breadcrumb-section {
  background: #f2f2f2;
  padding: 1.1em 0; }
  .breadcrumb-section h3 {
    color: #333;
    font-family: "Nunito", sans-serif;
    margin: 0;
    font-size: 1.5em;
    float: left; }
  .breadcrumb-section nav {
    float: right;
    line-height: 23px; }
    .breadcrumb-section nav .breadcrumb {
      margin: 0;
      padding: 0;
      background: transparent; }

.property-search-filter {
  padding: 5em 0;
  background: url("../images/3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .property-search-filter .search-head {
    text-align: center; }
    .property-search-filter .search-head h3 {
      margin: 0;
      font-family: "Poppins", sans-serif; }
    .property-search-filter .search-head h5 {
      margin: 0;
      text-transform: capitalize;
      font-weight: 400;
      font-size: 16px;
      font-family: "Nunito", sans-serif; }
  .property-search-filter .search-filters {
    display: block;
    margin-top: 1em; }
    .property-search-filter .search-filters .nav-tabs {
      border: none;
      justify-content: center; }
      .property-search-filter .search-filters .nav-tabs li a {
        border-radius: 4px;
        text-decoration: none;
        background-color: #555;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        font-family: "Roboto", sans-serif;
        padding: 6px 20px;
        border: none;
        margin: 0 10px; }
        .property-search-filter .search-filters .nav-tabs li a.active {
          background: #e38e32;
          position: relative; }
          .property-search-filter .search-filters .nav-tabs li a.active:before {
            content: "";
            height: 8px;
            width: 8px;
            background-color: #e38e32;
            border: solid 1px #e38e32;
            transform: rotate(45deg);
            border-top: 0;
            border-left: 0;
            display: inline-block;
            position: absolute;
            top: 29px;
            left: 50%;
            margin-left: -5px; }
    .property-search-filter .search-filters .tab-content {
      margin: 1em 0; }
      .property-search-filter .search-filters .tab-content .search-content-fil {
        background: #fff;
        box-shadow: 0 4px 12px 0 rgba(48, 48, 48, 0.1); }
        .property-search-filter .search-filters .tab-content .search-content-fil .form-group {
          margin: 0; }
          .property-search-filter .search-filters .tab-content .search-content-fil .form-group .text-control {
            display: block;
            font-size: 0.8em;
            width: 100%;
            height: 38px;
            padding: .375rem .75rem;
            font-weight: 400;
            line-height: 1.5;
            color: #555;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
            .property-search-filter .search-filters .tab-content .search-content-fil .form-group .text-control:focus {
              outline: none; }
          .property-search-filter .search-filters .tab-content .search-content-fil .form-group .btn-search {
            background: #e38e32;
            color: #fff;
            width: 100%;
            border-radius: 0; }
  .property-search-filter .men-prop {
    position: absolute;
    bottom: 0;
    left: 35px; }
    .property-search-filter .men-prop img {
      height: 300px; }

.property-popular-cities {
  padding: 3em 0; }
  .property-popular-cities .section-title h4 {
    font-size: 1.7em;
    font-family: "Ubuntu", sans-serif;
    position: relative;
    margin-bottom: 1.5em;
    padding-bottom: 8px;
    text-transform: capitalize;
    font-weight: 600; }
    .property-popular-cities .section-title h4:before {
      background: #e38e32;
      content: '';
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 160px;
      margin: 0 auto;
      height: 2px; }
  .property-popular-cities .section-title.section-left {
    text-align: left; }
  .property-popular-cities .section-title.section-center {
    text-align: center; }
  .property-popular-cities .city-main a .thumb img {
    height: 100px; }
  .property-popular-cities .city-main a .details {
    margin: 0.5em 0; }
    .property-popular-cities .city-main a .details h4 {
      color: #333;
      font-size: 1.2em;
      font-family: "Poppins", sans-serif;
      margin: 0; }
    .property-popular-cities .city-main a .details p {
      margin: 0;
      color: #333;
      font-size: 0.8em; }
  .property-popular-cities .city-main a:hover {
    text-decoration: none; }

.property-home-list {
  background: #f8eded;
  padding: 3em 0; }
  .property-home-list .section-title h4 {
    font-size: 1.7em;
    font-family: "Ubuntu", sans-serif;
    position: relative;
    margin-bottom: 1.5em;
    padding-bottom: 8px;
    text-transform: capitalize;
    font-weight: 600; }
    .property-home-list .section-title h4:before {
      background: #e38e32;
      content: '';
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 160px;
      margin: 0 auto;
      height: 2px; }
  .property-home-list .section-title.section-left {
    text-align: left; }
  .property-home-list .section-title.section-center {
    text-align: center; }
  .property-home-list .property-list-01 {
    box-shadow: 0px 0px 3px 0px rgba(16, 16, 16, 0.55);
    background-color: #fff;
    display: block;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px; }
    .property-home-list .property-list-01 .property-img {
      position: relative;
      transition: 2s; }
      .property-home-list .property-list-01 .property-img img {
        height: 180px;
        width: 100%; }
      .property-home-list .property-list-01 .property-img .type-pro {
        color: #fff;
        display: inline-block;
        padding: 1px 10px;
        font-family: "Nunito", sans-serif;
        float: right;
        background-color: rgba(74, 74, 76, 0.7);
        border-radius: 0px;
        top: 0;
        right: 0;
        position: absolute; }
      .property-home-list .property-list-01 .property-img .price-pro {
        color: #fff;
        font-size: 14px;
        display: inline-block;
        padding: 1px 10px;
        float: right;
        background: #e38e32;
        font-weight: 700;
        border-radius: 3px;
        font-family: "Nunito", sans-serif;
        bottom: 15px;
        right: 15px;
        position: absolute; }
    .property-home-list .property-list-01 .property-content {
      font-family: "Nunito", sans-serif; }
      .property-home-list .property-list-01 .property-content .property-title {
        padding: 7px 25px;
        padding-top: 12px; }
        .property-home-list .property-list-01 .property-content .property-title h4 a {
          font-size: 20px;
          color: #333;
          line-height: 31px; }
        .property-home-list .property-list-01 .property-content .property-title .property-address {
          color: #909090;
          top: -7px;
          position: relative; }
          .property-home-list .property-list-01 .property-content .property-title .property-address:hover {
            text-decoration: none; }
      .property-home-list .property-list-01 .property-content .property-features {
        background-color: #f2f2f2;
        background: linear-gradient(#f2f2f2 0%, #ebebeb);
        width: 100%;
        display: block;
        list-style: none;
        margin: 0;
        padding: 7px 10px 5px 10px; }
        .property-home-list .property-list-01 .property-content .property-features li {
          font-size: 15px;
          color: #888;
          display: inline-block;
          margin-right: 15px;
          padding: 0;
          line-height: 20px; }
          .property-home-list .property-list-01 .property-content .property-features li span {
            display: block;
            font-weight: 600;
            color: #333; }
  .property-home-list .property-gridsm {
    box-shadow: 0px 0px 3px 0px rgba(16, 16, 16, 0.55);
    background-color: #fff;
    display: block;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 30px; }
    .property-home-list .property-gridsm .property-img {
      position: relative;
      transition: 2s; }
      .property-home-list .property-gridsm .property-img img {
        height: 130px;
        width: 100%; }
      .property-home-list .property-gridsm .property-img .type-pro {
        color: #fff;
        display: inline-block;
        padding: 1px 10px;
        font-family: "Nunito", sans-serif;
        float: right;
        background-color: rgba(74, 74, 76, 0.7);
        border-radius: 0px;
        top: 0;
        right: 0;
        position: absolute; }
      .property-home-list .property-gridsm .property-img .price-pro {
        color: #fff;
        font-size: 11px;
        display: inline-block;
        padding: 1px 10px;
        float: right;
        background: #e38e32;
        font-weight: 700;
        border-radius: 3px;
        font-family: "Nunito", sans-serif;
        bottom: 10px;
        right: 10px;
        position: absolute; }
    .property-home-list .property-gridsm .property-content {
      font-family: "Nunito", sans-serif; }
      .property-home-list .property-gridsm .property-content .property-title {
        padding: 4px 15px;
        padding-top: 3px; }
        .property-home-list .property-gridsm .property-content .property-title h4 {
          margin: 0; }
          .property-home-list .property-gridsm .property-content .property-title h4 a {
            font-size: 16px;
            color: #333; }
        .property-home-list .property-gridsm .property-content .property-title .property-address {
          font-size: 12px;
          color: #909090;
          position: relative; }
          .property-home-list .property-gridsm .property-content .property-title .property-address:hover {
            text-decoration: none; }

.property-topprojects {
  padding: 3em 0; }
  .property-topprojects .section-title {
    margin-bottom: 1.5em; }
    .property-topprojects .section-title h4 {
      font-size: 1.7em;
      font-family: "Ubuntu", sans-serif;
      position: relative;
      margin-bottom: 0.1em;
      text-transform: capitalize;
      font-weight: 600; }
    .property-topprojects .section-title.section-left {
      text-align: left; }
    .property-topprojects .section-title.section-center {
      text-align: center; }
    .property-topprojects .section-title p {
      margin: 0; }
  .property-topprojects .project-main {
    border: 1px solid #d7d7d7;
    transition: all 0.5s ease 0s;
    border-radius: 3px;
    background: #fff; }
    .property-topprojects .project-main a {
      display: flex;
      align-items: center; }
      .property-topprojects .project-main a .image-proj img {
        height: 145px;
        object-fit: fill; }
      .property-topprojects .project-main a .info-proj {
        font-family: "Rubik", sans-serif;
        padding-left: 10px; }
        .property-topprojects .project-main a .info-proj .proj-name {
          color: #333;
          margin: 0;
          font-size: 0.9em; }
        .property-topprojects .project-main a .info-proj .develop-name {
          color: #555;
          display: block;
          padding: 0;
          margin-bottom: 15px;
          font-size: 14px; }
        .property-topprojects .project-main a .info-proj .apart-name {
          display: block;
          color: #333;
          font-size: 13px; }
        .property-topprojects .project-main a .info-proj .apart-adress {
          color: #888;
          font-size: 13px;
          margin-bottom: 15px;
          display: block; }
        .property-topprojects .project-main a .info-proj .proj-price span {
          color: #000; }
          .property-topprojects .project-main a .info-proj .proj-price span i {
            font-size: 95%;
            padding-right: 1px; }
      .property-topprojects .project-main a:hover {
        text-decoration: none;
        box-shadow: 0px 6px 12px 0px #3333331f; }

.featured-sold-section {
  padding: 3em 0 2em 0;
  background: #fff; }
  .featured-sold-section .section-title {
    margin-bottom: 1.5em; }
    .featured-sold-section .section-title h4 {
      font-size: 1.7em;
      font-family: "Ubuntu", sans-serif;
      position: relative;
      margin-bottom: 0.1em;
      text-transform: capitalize;
      font-weight: 600; }
    .featured-sold-section .section-title.section-left {
      text-align: left; }
    .featured-sold-section .section-title.section-center {
      text-align: center; }
    .featured-sold-section .section-title p {
      margin: 0; }
  .featured-sold-section .property-list-3 {
    display: flex;
    margin: 0 0 30px 0;
    position: relative;
    width: 100%;
    border-radius: .5rem;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
    border: none;
    box-shadow: 0 0 20px 0 #3333331c;
    -webkit-box-shadow: 0 0 20px 0 #3333331c; }
    .featured-sold-section .property-list-3 .listing-img-wrapper {
      border-radius: 3px 0 0 3px; }
      .featured-sold-section .property-list-3 .listing-img-wrapper a {
        position: relative;
        display: block;
        width: 100%; }
      .featured-sold-section .property-list-3 .listing-img-wrapper img {
        height: 163px;
        object-fit: cover;
        width: 250px; }
    .featured-sold-section .property-list-3 .listing-content {
      width: 100%; }
      .featured-sold-section .property-list-3 .listing-content .listing-detail-wrapper-box .listing-detail-wrapper {
        width: 100%;
        display: flex;
        vertical-align: middle;
        padding: 1rem 1rem .5rem;
        align-items: center; }
        .featured-sold-section .property-list-3 .listing-content .listing-detail-wrapper-box .listing-detail-wrapper .listing-short-detail {
          flex: 1; }
          .featured-sold-section .property-list-3 .listing-content .listing-detail-wrapper-box .listing-detail-wrapper .listing-short-detail .listing-name {
            font-size: 16px;
            margin-bottom: 10px;
            line-height: 1.4; }
            .featured-sold-section .property-list-3 .listing-content .listing-detail-wrapper-box .listing-detail-wrapper .listing-short-detail .listing-name a {
              color: #333; }
              .featured-sold-section .property-list-3 .listing-content .listing-detail-wrapper-box .listing-detail-wrapper .listing-short-detail .listing-name a:hover {
                text-decoration: none; }
          .featured-sold-section .property-list-3 .listing-content .listing-detail-wrapper-box .listing-detail-wrapper .listing-short-detail .fr-can-rating {
            display: flex;
            text-align: center;
            align-items: center; }
            .featured-sold-section .property-list-3 .listing-content .listing-detail-wrapper-box .listing-detail-wrapper .listing-short-detail .fr-can-rating i {
              color: #555; }
              .featured-sold-section .property-list-3 .listing-content .listing-detail-wrapper-box .listing-detail-wrapper .listing-short-detail .fr-can-rating i.filled {
                color: #e38e32; }
            .featured-sold-section .property-list-3 .listing-content .listing-detail-wrapper-box .listing-detail-wrapper .listing-short-detail .fr-can-rating .reviews_text {
              margin-left: 8px;
              font-size: 13px;
              font-weight: 600; }
          .featured-sold-section .property-list-3 .listing-content .listing-detail-wrapper-box .listing-detail-wrapper .listing-short-detail .prt-types {
            font-size: 12px;
            font-weight: 600;
            padding: 4px 12px;
            margin-top: 10px;
            border-radius: 50px;
            background: #f2f2f2;
            display: inline-block; }
        .featured-sold-section .property-list-3 .listing-content .listing-detail-wrapper-box .listing-detail-wrapper .listing-card-info-price {
          font-weight: 600;
          position: relative;
          font-size: 22px;
          color: #e38e32;
          line-height: 1.4;
          padding-left: .35em; }
          .featured-sold-section .property-list-3 .listing-content .listing-detail-wrapper-box .listing-detail-wrapper .listing-card-info-price i {
            font-size: 70%;
            padding-right: 2px; }
      .featured-sold-section .property-list-3 .listing-content .listing-footer-wrapper {
        padding: .9rem 1rem;
        border-top: 1px solid #f2f2f2;
        width: 100%;
        display: flex;
        vertical-align: middle;
        align-items: center;
        justify-content: space-between; }
        .featured-sold-section .property-list-3 .listing-content .listing-footer-wrapper .listing-locate .listing-location {
          font-family: "Nunito", sans-serif; }
        .featured-sold-section .property-list-3 .listing-content .listing-footer-wrapper .listing-detail-btn {
          float: right; }
          .featured-sold-section .property-list-3 .listing-content .listing-footer-wrapper .listing-detail-btn .more-btn {
            background: #e38e32;
            color: #fff;
            padding: 2px 14px;
            display: inline-block;
            border-radius: 15px; }
            .featured-sold-section .property-list-3 .listing-content .listing-footer-wrapper .listing-detail-btn .more-btn:hover {
              background: #2d8c57;
              text-decoration: none; }

.need-help-section {
  padding: 3em 0; }
  .need-help-section .section-title h4 {
    font-size: 1.7em;
    font-family: "Ubuntu", sans-serif;
    position: relative;
    margin-bottom: 1.5em;
    padding-bottom: 8px;
    text-transform: capitalize;
    font-weight: 600; }
    .need-help-section .section-title h4:before {
      background: #e38e32;
      content: '';
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 160px;
      margin: 0 auto;
      height: 2px; }
  .need-help-section .section-title.section-left {
    text-align: left; }
  .need-help-section .section-title.section-center {
    text-align: center; }
  .need-help-section .help-box {
    height: 100%;
    border-radius: 10px;
    padding: 3em; }
    .need-help-section .help-box h4 {
      font-size: 19px;
      font-family: "Poppins", sans-serif; }
    .need-help-section .help-box p {
      margin: 0;
      font-family: "Roboto", sans-serif; }
    .need-help-section .help-box h2 {
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-size: 2em; }
    .need-help-section .help-box .btn-startweb {
      background: #333;
      color: #fff;
      display: inline-block;
      margin-top: 10px;
      padding: 1px 13px;
      font-family: "Nunito", sans-serif; }
      .need-help-section .help-box .btn-startweb:hover {
        background: #000;
        outline: none; }
    .need-help-section .help-box.box-1 {
      background: #f2f2f2; }
    .need-help-section .help-box.box-2 {
      background: #e5f9f7; }
    .need-help-section .help-box.box-3 {
      background: #cafbe0; }

.app-section {
  background: #f8eded; }
  .app-section .section-title h2 {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize; }
  .app-section .section-title p {
    color: #888;
    font-size: 14px; }
  .app-section .d-flex > div {
    align-self: center; }
  .app-section .app-xll {
    font-size: 2em;
    color: #888; }
  .app-section .text-app-prim {
    color: #2d8c57; }
  .app-section .app-mobile {
    padding-top: 2em;
    text-align: center; }
    .app-section .app-mobile img {
      height: 300px; }

.home-features {
  background-image: url("../images/features_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff; }
  .home-features .features-overlay {
    padding: 4em 0;
    background-color: #e38e32d4; }
    .home-features .features-overlay .feature {
      text-align: center; }
      .home-features .features-overlay .feature img {
        display: inline-block;
        height: 50px;
        margin-bottom: 1em; }
      .home-features .features-overlay .feature .feature__title {
        font-family: "Poppins", sans-serif;
        font-size: 1.4em; }
      .home-features .features-overlay .feature .feature__desc {
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-size: 13px; }

.client-reviews-section {
  padding: 3em 0;
  background: #f8eded;
  margin-top: 3em; }
  .client-reviews-section .section-title h4 {
    font-size: 1.7em;
    font-family: "Ubuntu", sans-serif;
    position: relative;
    margin-bottom: 1.5em;
    padding-bottom: 8px;
    text-transform: capitalize;
    font-weight: 600; }
    .client-reviews-section .section-title h4:before {
      background: #e38e32;
      content: '';
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 160px;
      margin: 0 auto;
      height: 2px; }
  .client-reviews-section .section-title.section-left {
    text-align: left; }
  .client-reviews-section .section-title.section-center {
    text-align: center; }
  .client-reviews-section .quote-modern {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%; }
    .client-reviews-section .quote-modern .quote-modern-inner {
      padding: 40px 45px 50px;
      position: relative;
      background: #fff;
      margin-top: 21px; }
      .client-reviews-section .quote-modern .quote-modern-inner:before {
        content: '';
        position: absolute;
        left: 0;
        top: -21px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 21px 0 0 36px;
        border-color: transparent transparent transparent #ffffff; }
      .client-reviews-section .quote-modern .quote-modern-inner .quote-modern-time {
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: .12em;
        text-transform: uppercase; }
      .client-reviews-section .quote-modern .quote-modern-inner .quote-modern-main {
        margin-top: 10px; }
        .client-reviews-section .quote-modern .quote-modern-inner .quote-modern-main p {
          font-family: "Nunito", sans-serif;
          text-align: justify;
          font-size: 14px;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          overflow: hidden; }
      .client-reviews-section .quote-modern .quote-modern-inner .quote-modern-meta-outer {
        display: flex;
        align-items: center; }
        .client-reviews-section .quote-modern .quote-modern-inner .quote-modern-meta-outer .quote-modern-avatar {
          flex-shrink: 0;
          max-width: 57px;
          border-radius: 50%; }
        .client-reviews-section .quote-modern .quote-modern-inner .quote-modern-meta-outer .quote-modern-meta {
          margin-left: 10px; }
          .client-reviews-section .quote-modern .quote-modern-inner .quote-modern-meta-outer .quote-modern-meta .quote-modern-cite {
            margin: 0;
            font-weight: 500;
            font-family: "Roboto", sans-serif;
            font-size: 16px; }
          .client-reviews-section .quote-modern .quote-modern-inner .quote-modern-meta-outer .quote-modern-meta .quote-modern-position {
            line-height: 1.2;
            color: #2d8c57;
            margin: 0; }
  .client-reviews-section .btn-feedback {
    background: #e38e32;
    color: #fff; }
    .client-reviews-section .btn-feedback:hover {
      background: #2d8c57; }

.about-us-page .about-one-part {
  padding: 3em 0; }
  .about-us-page .about-one-part .about-one-img {
    position: relative; }
    .about-us-page .about-one-part .about-one-img .about-shape {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0; }
  .about-us-page .about-one-part .about-one-content .section-title .sp-span {
    color: #e38e32; }
  .about-us-page .about-one-part .about-one-content .section-title h2 {
    font-size: 2.3em;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    margin: 1rem 0; }
  .about-us-page .about-one-part .about-one-content .section-title p {
    color: #888; }
  .about-us-page .about-one-part .about-one-content .about-btn .btn-readmore {
    color: #e38e32;
    background: #fff;
    border: 1px solid #e38e32;
    cursor: pointer;
    font-weight: 600;
    padding: 7px 20px;
    font-size: 1.1rem;
    font-family: "Lato", sans-serif;
    margin-right: 10px;
    line-height: 15px;
    border-radius: 3px; }
    .about-us-page .about-one-part .about-one-content .about-btn .btn-readmore:focus, .about-us-page .about-one-part .about-one-content .about-btn .btn-readmore:hover {
      background: #e38e32;
      color: #fff;
      text-decoration: none;
      outline: none;
      box-shadow: none; }
.about-us-page .about-two-part {
  padding: 3em 0; }
  .about-us-page .about-two-part .about-two-img {
    position: relative; }
  .about-us-page .about-two-part .about-two-content .section-title .sp-span {
    color: #e38e32; }
  .about-us-page .about-two-part .about-two-content .section-title h2 {
    font-size: 2.3em;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    margin: 1rem 0; }
  .about-us-page .about-two-part .about-two-content .section-title p {
    color: #888; }
  .about-us-page .about-two-part .about-two-content .section-title .mission-vision {
    margin-top: 1em; }
    .about-us-page .about-two-part .about-two-content .section-title .mission-vision h3 {
      font-size: 1.3rem;
      border-bottom: 1px solid #3333;
      padding-bottom: 6px; }
    .about-us-page .about-two-part .about-two-content .section-title .mission-vision p {
      color: #888; }

.policy-page {
  padding: 3em 0; }
  .policy-page h1 {
    font-size: 1.5rem;
    font-family: "Lato", sans-serif; }
  .policy-page h2, .policy-page h3 {
    font-size: 1.3rem;
    text-decoration: underline;
    font-family: "Lato", sans-serif; }
  .policy-page p {
    font-size: 0.9rem; }
  .policy-page ul li {
    font-size: 0.9rem; }
  .policy-page a {
    color: #e38e32;
    font-weight: 600; }

.contact-us-page .contact-one-part {
  padding: 2em 0; }
  .contact-us-page .contact-one-part i {
    font-size: 1.2rem;
    color: #fff;
    background: #e38e32;
    padding: 9px;
    margin-bottom: 10px; }
  .contact-us-page .contact-one-part h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    color: #222222;
    margin: 0px 0 25px; }
  .contact-us-page .contact-one-part p {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 7px;
    color: #555;
    font-family: "Lato", sans-serif; }
.contact-us-page .contact-two-part {
  background: #f2f2f2;
  padding: 2em 0; }
  .contact-us-page .contact-two-part .contact-two-content .section-title .sp-span {
    color: #e38e32; }
  .contact-us-page .contact-two-part .contact-two-content .section-title h2 {
    font-size: 2.3em;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    margin: 1rem 0; }
  .contact-us-page .contact-two-part .contact-two-content .section-title p {
    color: #888; }
  .contact-us-page .contact-two-part .contact-two-content .section-title .mission-vision {
    margin-top: 1em; }
    .contact-us-page .contact-two-part .contact-two-content .section-title .mission-vision h3 {
      font-size: 1.3rem;
      border-bottom: 1px solid #3333;
      padding-bottom: 6px; }
    .contact-us-page .contact-two-part .contact-two-content .section-title .mission-vision p {
      color: #888; }
  .contact-us-page .contact-two-part .contact-form .form-group .form-control {
    height: 40px;
    border: 1px solid #c2c2c2;
    font-family: "Nunito", sans-serif;
    border-radius: 0px; }
    .contact-us-page .contact-two-part .contact-form .form-group .form-control:focus, .contact-us-page .contact-two-part .contact-form .form-group .form-control:hover {
      outline: none;
      box-shadow: none; }
  .contact-us-page .contact-two-part .contact-form .form-group label a {
    color: #e38e32;
    font-weight: 600; }
  .contact-us-page .contact-two-part .contact-form .form-group textarea {
    min-height: 100px; }
  .contact-us-page .contact-two-part .contact-form .btn-sendmsg {
    background: #e38e32;
    color: #fff; }
    .contact-us-page .contact-two-part .contact-form .btn-sendmsg:hover {
      background: #2d8c57; }

.testimonial-section-page .testimonial-one-part {
  background: #deefee;
  padding: 2em 0; }
  .testimonial-section-page .testimonial-one-part .testi-con h2 {
    font-size: 3rem;
    font-family: "Poppins", sans-serif;
    color: #e38e32;
    margin-bottom: 0.3em;
    font-weight: 600; }
  .testimonial-section-page .testimonial-one-part .testi-con p {
    margin: 0; }
.testimonial-section-page .testimonial-two-part {
  padding: 3em 0; }
  .testimonial-section-page .testimonial-two-part .quote-modern {
    border: 1px solid #3333;
    margin-bottom: 2em; }
    .testimonial-section-page .testimonial-two-part .quote-modern .quote-modern-inner {
      padding: 1.2em;
      height: 100%;
      position: relative;
      background: #fff; }
      .testimonial-section-page .testimonial-two-part .quote-modern .quote-modern-inner .quote-modern-time {
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: .12em;
        text-transform: uppercase; }
      .testimonial-section-page .testimonial-two-part .quote-modern .quote-modern-inner .quote-modern-main {
        margin-top: 10px; }
        .testimonial-section-page .testimonial-two-part .quote-modern .quote-modern-inner .quote-modern-main p {
          font-family: "Nunito", sans-serif;
          text-align: justify;
          font-size: 14px; }
      .testimonial-section-page .testimonial-two-part .quote-modern .quote-modern-inner .quote-modern-meta-outer {
        display: flex;
        align-items: center; }
        .testimonial-section-page .testimonial-two-part .quote-modern .quote-modern-inner .quote-modern-meta-outer .quote-modern-avatar {
          flex-shrink: 0;
          max-width: 57px;
          border-radius: 50%; }
        .testimonial-section-page .testimonial-two-part .quote-modern .quote-modern-inner .quote-modern-meta-outer .quote-modern-meta {
          margin-left: 10px; }
          .testimonial-section-page .testimonial-two-part .quote-modern .quote-modern-inner .quote-modern-meta-outer .quote-modern-meta .quote-modern-cite {
            margin: 0;
            font-weight: 500;
            font-family: "Roboto", sans-serif;
            font-size: 16px; }
          .testimonial-section-page .testimonial-two-part .quote-modern .quote-modern-inner .quote-modern-meta-outer .quote-modern-meta .quote-modern-position {
            line-height: 1.2;
            color: #2d8c57;
            margin: 0; }

.blog-page .blog-featured {
  padding: 2em 0; }
  .blog-page .blog-featured .blog-section-title h2 {
    font-family: "Muli", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 1em;
    border-bottom: 1px solid #3333;
    padding-bottom: 6px; }
  .blog-page .blog-featured .blog-main .blog-img img {
    width: 100%; }
  .blog-page .blog-featured .blog-main .blog-cat {
    font-family: "Nunito", sans-serif;
    font-size: 12px;
    padding: 4px 0; }
    .blog-page .blog-featured .blog-main .blog-cat span:first-child {
      background: #f2f2f2;
      padding: 2px 7px;
      display: inline-block;
      border-radius: 10px; }
    .blog-page .blog-featured .blog-main .blog-cat span:last-child {
      float: right;
      color: #555; }
  .blog-page .blog-featured .blog-main .blog-heading h1 {
    font-size: 1.4rem;
    font-family: "Muli", sans-serif;
    font-weight: 700; }
    .blog-page .blog-featured .blog-main .blog-heading h1 a {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #000; }
  .blog-page .blog-featured .blog-main .blog-heading h2 {
    font-size: 1.2rem;
    font-family: "Muli", sans-serif;
    font-weight: 700; }
    .blog-page .blog-featured .blog-main .blog-heading h2 a {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #000; }
  .blog-page .blog-featured .blog-main .blog-heading p {
    font-size: 0.8rem;
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.blog-detail-page {
  padding: 3em 0; }
  .blog-detail-page .blog-main .blog-img img {
    width: 100%; }
  .blog-detail-page .blog-main .blog-cat {
    font-family: "Nunito", sans-serif;
    font-size: 12px;
    padding: 4px 0;
    margin-bottom: 1em; }
    .blog-detail-page .blog-main .blog-cat span:first-child {
      background: #f2f2f2;
      padding: 2px 7px;
      display: inline-block;
      border-radius: 10px; }
    .blog-detail-page .blog-main .blog-cat span:last-child {
      float: right;
      color: #555; }
  .blog-detail-page .blog-main .blog-heading h1 {
    font-size: 2rem;
    font-family: "Muli", sans-serif;
    font-weight: 700; }
    .blog-detail-page .blog-main .blog-heading h1 a {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: #000; }
  .blog-detail-page .blog-main .blog-content {
    margin: 1em 0; }
    .blog-detail-page .blog-main .blog-content p {
      text-align: justify; }
  .blog-detail-page .blog-sidebar .blog-sidebar-widgets {
    margin-bottom: 30px; }
    .blog-detail-page .blog-sidebar .blog-sidebar-widgets .blog-detail-wrap {
      width: 100%;
      display: block;
      position: relative;
      justify-content: center;
      align-items: center;
      padding: 0 20px;
      border-radius: 6px;
      background: #fff;
      box-shadow: 0 0 10px 2px #33333317; }
      .blog-detail-page .blog-sidebar .blog-sidebar-widgets .blog-detail-wrap .blog-detail-wrap-header {
        padding: 18px 0 10px;
        border-bottom: 1px solid #f2f2f2;
        margin-bottom: .5em; }
        .blog-detail-page .blog-sidebar .blog-sidebar-widgets .blog-detail-wrap .blog-detail-wrap-header h4 {
          font-family: "Poppins", sans-serif;
          font-size: 1em;
          margin: 0; }
      .blog-detail-page .blog-sidebar .blog-sidebar-widgets .blog-detail-wrap .blog-detail-wrap-body .blog-post {
        padding: 0;
        list-style: none; }
        .blog-detail-page .blog-sidebar .blog-sidebar-widgets .blog-detail-wrap .blog-detail-wrap-body .blog-post .blog-li {
          display: flex;
          padding: .5em 0;
          border-bottom: 1px solid #f2f2f2; }
          .blog-detail-page .blog-sidebar .blog-sidebar-widgets .blog-detail-wrap .blog-detail-wrap-body .blog-post .blog-li .blog-img a img {
            height: 55px;
            width: 55px;
            border-radius: 6px; }
          .blog-detail-page .blog-sidebar .blog-sidebar-widgets .blog-detail-wrap .blog-detail-wrap-body .blog-post .blog-li .blog-cont {
            width: 80%;
            align-self: center;
            margin-left: 14px; }
            .blog-detail-page .blog-sidebar .blog-sidebar-widgets .blog-detail-wrap .blog-detail-wrap-body .blog-post .blog-li .blog-cont h6 {
              margin: 0;
              text-transform: capitalize; }
              .blog-detail-page .blog-sidebar .blog-sidebar-widgets .blog-detail-wrap .blog-detail-wrap-body .blog-post .blog-li .blog-cont h6 a {
                color: #333; }
            .blog-detail-page .blog-sidebar .blog-sidebar-widgets .blog-detail-wrap .blog-detail-wrap-body .blog-post .blog-li .blog-cont p {
              display: -webkit-box;
              -webkit-line-clamp: 2;
              margin: 0;
              font-size: .8em;
              -webkit-box-orient: vertical;
              overflow: hidden; }

.summons-notice {
  padding: 3em 0; }
  .summons-notice .section-title {
    margin-bottom: 1.5em; }
    .summons-notice .section-title .sp-span {
      color: #e38e32; }
    .summons-notice .section-title h2 {
      font-size: 2.3em;
      font-family: "Nunito", sans-serif;
      font-weight: 700;
      margin: 1rem 0; }
    .summons-notice .section-title p {
      color: #888; }
    .summons-notice .section-title .mission-vision {
      margin-top: 1em; }
      .summons-notice .section-title .mission-vision h3 {
        font-size: 1.3rem;
        border-bottom: 1px solid #3333;
        padding-bottom: 6px; }
      .summons-notice .section-title .mission-vision p {
        color: #888; }
  .summons-notice .complaint-form .form-group .label-control {
    font-family: "Lato", sans-serif;
    margin-bottom: 3px;
    font-weight: 500;
    color: #000; }
  .summons-notice .complaint-form .form-group .form-control {
    height: 40px;
    border: 1px solid #c2c2c2;
    font-family: "Nunito", sans-serif;
    border-radius: 0px; }
    .summons-notice .complaint-form .form-group .form-control:focus, .summons-notice .complaint-form .form-group .form-control:hover {
      outline: none;
      box-shadow: none; }
  .summons-notice .complaint-form .form-group ul {
    padding: 0;
    list-style: none;
    margin: 0;
    padding-left: 1em; }
    .summons-notice .complaint-form .form-group ul li label {
      font-size: 13px;
      text-transform: capitalize; }
  .summons-notice .complaint-form .form-group label a {
    color: #e38e32;
    font-weight: 600; }
  .summons-notice .complaint-form .form-group textarea {
    min-height: 100px; }
  .summons-notice .complaint-form .btn-sendmsg {
    background: #e38e32;
    color: #fff; }
    .summons-notice .complaint-form .btn-sendmsg:hover {
      background: #2d8c57; }

.grievances-page {
  padding: 3em 0; }
  .grievances-page .section-title {
    margin-bottom: 1.5em; }
    .grievances-page .section-title .sp-span {
      color: #e38e32; }
    .grievances-page .section-title h2 {
      font-size: 2.3em;
      font-family: "Nunito", sans-serif;
      font-weight: 700;
      margin: 1rem 0; }
    .grievances-page .section-title p {
      color: #888; }
    .grievances-page .section-title .mission-vision {
      margin-top: 1em; }
      .grievances-page .section-title .mission-vision h3 {
        font-size: 1.3rem;
        border-bottom: 1px solid #3333;
        padding-bottom: 6px; }
      .grievances-page .section-title .mission-vision p {
        color: #888; }
  .grievances-page .complaint-form .form-group .label-control {
    font-family: "Lato", sans-serif;
    margin-bottom: 3px;
    font-weight: 500;
    color: #000; }
  .grievances-page .complaint-form .form-group .form-control {
    height: 40px;
    border: 1px solid #c2c2c2;
    font-family: "Nunito", sans-serif;
    border-radius: 0px; }
    .grievances-page .complaint-form .form-group .form-control:focus, .grievances-page .complaint-form .form-group .form-control:hover {
      outline: none;
      box-shadow: none; }
  .grievances-page .complaint-form .form-group ul {
    padding: 0;
    list-style: none;
    margin: 0;
    padding-left: 1em; }
    .grievances-page .complaint-form .form-group ul li label {
      font-size: 13px;
      text-transform: capitalize; }
  .grievances-page .complaint-form .form-group label a {
    color: #e38e32;
    font-weight: 600; }
  .grievances-page .complaint-form .form-group textarea {
    min-height: 100px; }
  .grievances-page .complaint-form .btn-sendmsg {
    background: #e38e32;
    color: #fff; }
    .grievances-page .complaint-form .btn-sendmsg:hover {
      background: #2d8c57; }

.career-with-us .career-one-part {
  padding: 2em 0;
  background: linear-gradient(45deg, #ffeb3b, #ffbf00); }
  .career-with-us .career-one-part .career-content h2 {
    font-size: 3rem; }
  .career-with-us .career-one-part .career-content p {
    font-family: "Nunito", sans-serif;
    font-weight: 600; }
  .career-with-us .career-one-part .career-content a {
    padding: 7px 15px;
    border: 2px solid #333;
    color: #333;
    font-family: "Poppins", sans-serif;
    display: inline-block; }
    .career-with-us .career-one-part .career-content a:hover {
      background: #333;
      color: #fff;
      text-decoration: none; }
.career-with-us .career-two-part {
  padding: 2em 0; }
  .career-with-us .career-two-part .sec-title {
    text-align: center;
    margin-bottom: 1.5em; }
    .career-with-us .career-two-part .sec-title h2 {
      font-size: 2.3em;
      font-family: "Nunito", sans-serif;
      font-weight: 700;
      margin: 1rem 0; }
    .career-with-us .career-two-part .sec-title p {
      color: #888; }
  .career-with-us .career-two-part .open-positions {
    background: #f2f2f2;
    padding: 2em 0; }
    .career-with-us .career-two-part .open-positions .open-designation:not(:last-child) {
      margin-bottom: 1.5em; }
    .career-with-us .career-two-part .open-positions .open-designation h3 {
      font-size: 18px;
      text-transform: uppercase;
      color: #36476c;
      font-weight: 600; }
    .career-with-us .career-two-part .open-positions .open-designation .position-main {
      background: #fff;
      margin-bottom: 1.5em;
      border: 1px solid #e1e1e1;
      border-radius: 5px;
      box-shadow: 0 0 16px #33333305;
      overflow: hidden; }
      .career-with-us .career-two-part .open-positions .open-designation .position-main a {
        display: block;
        padding: 14px;
        color: #e38e32;
        font-size: 17px;
        font-weight: 600;
        font-family: "Lato", sans-serif; }
        .career-with-us .career-two-part .open-positions .open-designation .position-main a span {
          display: block;
          font-size: 13px;
          color: #555; }
        .career-with-us .career-two-part .open-positions .open-designation .position-main a:hover {
          text-decoration: none; }

.job-detail-page {
  padding: 3em 0; }
  .job-detail-page .job-heading h3 {
    font-size: 2rem;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    margin: 0; }
  .job-detail-page .job-heading .job-category span {
    color: #555; }
  .job-detail-page .h-heading {
    font-size: 18px;
    font-family: "Poppins", sans-serif; }
  .job-detail-page .job-content {
    margin: 1em 0;
    font-family: "Muli", sans-serif;
    text-align: justify; }
  .job-detail-page .job-skills {
    margin-bottom: 1em; }
    .job-detail-page .job-skills .skill-sets ul {
      padding: 0;
      list-style: none;
      margin: 0; }
      .job-detail-page .job-skills .skill-sets ul li {
        display: inline-block;
        list-style: none;
        padding: 3px 15px;
        border: 1px solid #888;
        border-radius: 50px;
        margin: 5px;
        font-weight: 400;
        color: #555; }
  .job-detail-page .job-tags {
    margin-bottom: 1em; }
    .job-detail-page .job-tags .tags-sets ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .job-detail-page .job-tags .tags-sets ul li {
        font-family: "Muli", sans-serif;
        color: #555; }
        .job-detail-page .job-tags .tags-sets ul li span {
          color: #888; }
  .job-detail-page .job-apply .btn-applyjob {
    color: #fff;
    background: #2d8c57;
    padding: 6px 20px;
    font-family: "Muli", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    box-shadow: 2px 3px 1px 1px #33333321; }
    .job-detail-page .job-apply .btn-applyjob:hover, .job-detail-page .job-apply .btn-applyjob:focus {
      outline: none;
      box-shadow: none;
      background: #e38e32; }
  .job-detail-page .job-apply-w100 {
    margin-bottom: 1em; }
    .job-detail-page .job-apply-w100 .btn-applyjob {
      width: 100%;
      color: #fff;
      background: #2d8c57;
      padding: 6px 20px;
      font-family: "Muli", sans-serif;
      font-weight: 500;
      font-size: 1.1rem;
      box-shadow: 2px 3px 1px 1px #33333321; }
      .job-detail-page .job-apply-w100 .btn-applyjob:hover, .job-detail-page .job-apply-w100 .btn-applyjob:focus {
        outline: none;
        box-shadow: none;
        background: #e38e32; }
  .job-detail-page .similar-job ul {
    padding: 0;
    list-style: none;
    margin: 0; }
    .job-detail-page .similar-job ul li .position-main {
      background: #fff;
      margin-bottom: 1.5em;
      border: 1px solid #e1e1e1;
      border-radius: 5px;
      overflow: hidden; }
      .job-detail-page .similar-job ul li .position-main a {
        display: block;
        padding: 14px;
        color: #e38e32;
        font-size: 17px;
        font-weight: 600;
        font-family: "Lato", sans-serif; }
        .job-detail-page .similar-job ul li .position-main a span {
          display: block;
          font-size: 13px;
          color: #555; }
        .job-detail-page .similar-job ul li .position-main a:hover {
          text-decoration: none; }

.unsubscribe-page {
  padding: 3em 0; }
  .unsubscribe-page h3 {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    margin: 0;
    text-align: center; }
  .unsubscribe-page p {
    text-align: center; }
  .unsubscribe-page img {
    height: 140px;
    margin-bottom: 1em; }

.property-section {
  padding: 3em 0; }
  .property-section .property-list-02 .property-box-listing {
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1); }
    .property-section .property-list-02 .property-box-listing:hover {
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
    .property-section .property-list-02 .property-box-listing .col-pad {
      padding: 0; }
    .property-section .property-list-02 .property-box-listing .property-img img {
      height: 200px;
      width: 100%; }
    .property-section .property-list-02 .property-box-listing .property-badges {
      position: absolute;
      top: 0;
      z-index: 999;
      right: 0;
      width: 100%;
      display: block;
      font-size: 15px;
      padding: 0;
      overflow: hidden;
      height: 100px; }
      .property-section .property-list-02 .property-box-listing .property-badges .featured {
        top: 17px;
        left: 15px;
        position: relative;
        text-align: center;
        font-size: 11px;
        margin: 0;
        background-color: #e38e32;
        padding: 7px 15px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        box-shadow: 1px 2px 3px 0 rgba(2, 0, 0, 0.2); }
    .property-section .property-list-02 .property-box-listing .property-type {
      font-size: 12px;
      color: white;
      background: rgba(23, 23, 23, 0.298039);
      border-radius: 2px;
      padding: 5px 15px 5px;
      font-weight: 400;
      position: absolute;
      right: 15px;
      z-index: 9;
      top: 20px; }
    .property-section .property-list-02 .property-box-listing .price-ratings-box {
      color: white;
      position: absolute;
      bottom: 15px;
      right: 15px;
      font-family: "Quicksand", sans-serif;
      z-index: 20;
      text-align: right;
      background: #333;
      padding: 5px 12px;
      font-weight: 600;
      border-radius: 3px; }
      .property-section .property-list-02 .property-box-listing .price-ratings-box p {
        margin: 0; }
    .property-section .property-list-02 .property-box-listing .detail {
      padding: 13px 30px 0 17px; }
      .property-section .property-list-02 .property-box-listing .detail .title {
        font-size: 21px;
        font-weight: 400;
        margin-bottom: 11px; }
        .property-section .property-list-02 .property-box-listing .detail .title a {
          color: #e38e32; }
          .property-section .property-list-02 .property-box-listing .detail .title a:hover {
            color: #333;
            text-decoration: none; }
      .property-section .property-list-02 .property-box-listing .detail .location {
        margin: 0 0 10px;
        font-size: 15px;
        font-weight: 400; }
        .property-section .property-list-02 .property-box-listing .detail .location a {
          color: #555; }
          .property-section .property-list-02 .property-box-listing .detail .location a:hover {
            color: #333;
            text-decoration: none; }
      .property-section .property-list-02 .property-box-listing .detail .property-features {
        background-color: #f2f2f2;
        width: 100%;
        display: block;
        list-style: none;
        margin: 8px 0;
        padding: 12px 15px 12px 15px; }
        .property-section .property-list-02 .property-box-listing .detail .property-features li {
          font-size: 15px;
          color: #888;
          display: inline-block;
          width: 30%;
          padding: 0;
          line-height: 20px; }
          .property-section .property-list-02 .property-box-listing .detail .property-features li span {
            display: block;
            font-weight: 600;
            color: #333; }
    .property-section .property-list-02 .property-box-listing .property-footer {
      border-top: 1px solid #f2f2f2;
      line-height: 48px;
      padding: 0 35px 0 20px;
      font-size: 14px; }
      .property-section .property-list-02 .property-box-listing .property-footer a {
        color: #555; }
      .property-section .property-list-02 .property-box-listing .property-footer .btn-enq {
        color: #e38e32;
        background-color: #fff;
        border: 1px solid #e38e32;
        cursor: pointer;
        font-weight: 600;
        font-size: 15px;
        padding: 7px 20px;
        font-family: "Lato", sans-serif;
        line-height: 15px;
        border-radius: 3px; }
  .property-section .sidebar-style-1 .filter-options h4 {
    font-family: "Poppins", sans-serif;
    font-size: 1.2em;
    margin-bottom: 2em; }
  .property-section .sidebar-style-1 .filter-options .filter-options-item {
    margin-bottom: 15px; }
    .property-section .sidebar-style-1 .filter-options .filter-options-item:last-child {
      margin: 0; }
    .property-section .sidebar-style-1 .filter-options .filter-options-item .filter-options-title {
      color: #333;
      text-transform: uppercase;
      border-bottom: 1px solid #f2f2f2;
      padding-bottom: 8px;
      margin-bottom: 23px;
      letter-spacing: 0.1em;
      font-weight: 500;
      position: relative;
      font-size: 14px; }
      .property-section .sidebar-style-1 .filter-options .filter-options-item .filter-options-title:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 40px;
        border-bottom: 2px solid #2d8c57; }
    .property-section .sidebar-style-1 .filter-options .filter-options-item .filter-options-content .filter-select {
      display: block;
      width: 100%;
      padding: 6px;
      font-size: 15px;
      color: #555;
      background-color: #fff;
      border: 1px solid #e1e1e1;
      border-radius: 4px;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      margin-bottom: 10px;
      font-weight: 600; }
    .property-section .sidebar-style-1 .filter-options .filter-options-item .filter-options-content ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .property-section .sidebar-style-1 .filter-options .filter-options-item .filter-options-content ul li label {
        color: #333;
        font-weight: 500;
        font-size: 14px; }
        .property-section .sidebar-style-1 .filter-options .filter-options-item .filter-options-content ul li label i {
          font-size: 75%; }
        .property-section .sidebar-style-1 .filter-options .filter-options-item .filter-options-content ul li label input {
          margin-right: 5px;
          height: 15px;
          vertical-align: sub;
          width: 15px; }
    .property-section .sidebar-style-1 .filter-options .filter-options-item .btn-submit {
      background: #2d8c57;
      padding: 5px 30px;
      width: 100%;
      box-shadow: 1px 1px 3px 1px #3333332e;
      font-size: 1.1em;
      color: #fff;
      font-family: "Quicksand", sans-serif; }
      .property-section .sidebar-style-1 .filter-options .filter-options-item .btn-submit:hover, .property-section .sidebar-style-1 .filter-options .filter-options-item .btn-submit:focus {
        box-shadow: none;
        background: #e38e32;
        color: #fff;
        text-decoration: none;
        outline: none; }
  .property-section .sorting-div {
    padding: 10px 0; }
    .property-section .sorting-div .label-con {
      font-family: "Nunito", sans-serif;
      display: block;
      margin: 3px 0; }
  .property-section .pagination-box {
    margin: 25px 0; }
    .property-section .pagination-box .pagination {
      padding-left: 0;
      border-radius: 4px;
      display: inline-block; }
      .property-section .pagination-box .pagination li {
        display: inline-block; }
        .property-section .pagination-box .pagination li a {
          color: #333;
          font-size: 18px;
          background: #fff;
          margin: 0 5px 5px;
          font-family: "Open Sans", sans-serif;
          width: 40px;
          height: 40px;
          text-align: center;
          padding: 0;
          line-height: 40px;
          border: none;
          border-radius: 50px !important;
          box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1); }
          .property-section .pagination-box .pagination li a.active, .property-section .pagination-box .pagination li a:hover {
            background: #e38e32;
            color: #fff; }

.postproperty-section {
  background: #f2f2f2;
  position: relative;
  padding: 3em 0; }
  .postproperty-section .property-left-widgets {
    box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    padding: 1em; }
    .postproperty-section .property-left-widgets .form-sep h3 {
      font-family: "Poppins", sans-serif;
      font-size: 1.2em;
      display: inline-block;
      border-bottom: 2px solid #e38e32;
      margin-bottom: 1em; }
    .postproperty-section .property-left-widgets .form-sep .label-control {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      margin: 0;
      color: #555;
      display: block; }
    .postproperty-section .property-left-widgets .form-sep .text-control {
      display: block;
      width: 100%;
      padding: .5rem .75rem;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      color: #333;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #cacaca;
      border-radius: .25rem;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    .postproperty-section .property-left-widgets .form-sep .text-control-s {
      width: 50%;
      display: block;
      padding: .5rem .75rem;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      color: #333;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #cacaca;
      border-radius: .25rem;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    .postproperty-section .property-left-widgets .form-sep .input-group-append {
      width: 45%;
      margin-left: 10px; }
    .postproperty-section .property-left-widgets .form-sep .price_inc {
      padding: 0;
      list-style: none;
      margin: 6px 0px; }
      .postproperty-section .property-left-widgets .form-sep .price_inc li {
        display: inline-block;
        padding-right: 10px; }
  .postproperty-section .property-right-widgets {
    box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    padding: 1em;
    position: sticky;
    top: 20px;
    right: 0; }
    .postproperty-section .property-right-widgets .form-sep h3 {
      font-family: "Poppins", sans-serif;
      font-size: 1.2em;
      display: inline-block;
      border-bottom: 2px solid #e38e32;
      margin-bottom: 1em; }
    .postproperty-section .property-right-widgets .form-sep .label-control {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      margin: 0;
      color: #555;
      display: block; }
    .postproperty-section .property-right-widgets .form-sep .text-control {
      display: block;
      width: 100%;
      padding: .5rem .75rem;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      color: #333;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #cacaca;
      border-radius: .25rem;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    .postproperty-section .property-right-widgets .form-sep .ownertype {
      padding: 0;
      list-style: none;
      margin: 6px 0px; }
      .postproperty-section .property-right-widgets .form-sep .ownertype li {
        display: inline-block;
        padding-right: 20px; }
        .postproperty-section .property-right-widgets .form-sep .ownertype li:last-child {
          padding-right: 0; }
  .postproperty-section .btn-postproperty {
    background: #e38e32;
    color: #fff;
    font-size: 16px;
    border: 1px solid #f2f2f2;
    font-weight: 600;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 3px;
    font-family: "Quicksand", sans-serif; }
    .postproperty-section .btn-postproperty i {
      padding-left: 5px; }
    .postproperty-section .btn-postproperty:hover, .postproperty-section .btn-postproperty:focus {
      outline: none;
      box-shadow: none; }

.property-detail-section {
  background: #f2f2f2;
  position: relative;
  padding: 0em 0;
  }
  
  .property-detail-section .property-widgets {
    box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5em;
    padding: 1em; }
    .property-detail-section .property-widgets .property-main-top .property-top {
      padding: 1em; }
      .property-detail-section .property-widgets .property-main-top .property-top h3 {
        font-family: "Lato", sans-serif;
        font-size: 1.6em; }
      .property-detail-section .property-widgets .property-main-top .property-top .loc-id-detail ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .property-detail-section .property-widgets .property-main-top .property-top .loc-id-detail ul li {
          display: inline-block;
          padding-right: 1em; }
          .property-detail-section .property-widgets .property-main-top .property-top .loc-id-detail ul li i {
            color: #e38e32; }
      .property-detail-section .property-widgets .property-main-top .property-top .price-detail {
        float: right;
        border-left: 1px solid #3333;
        padding: 0px 1em; }
        .property-detail-section .property-widgets .property-main-top .property-top .price-detail h3 {
          margin: 0;
          font-size: 1.6em;
          font-family: "Lato", sans-serif; }
          .property-detail-section .property-widgets .property-main-top .property-top .price-detail h3 i {
            font-size: 75%; }
        .property-detail-section .property-widgets .property-main-top .property-top .price-detail a {
          color: #000;
          font-size: 14px; }
          .property-detail-section .property-widgets .property-main-top .property-top .price-detail a i {
            color: #e38e32; }
    .property-detail-section .property-widgets .property-main-top hr {
      margin: 0.5em 0; }
    .property-detail-section .property-widgets .property-main-top .property-featured-details .property-featured-det .detail-field-label {
      font-size: 13px;
      color: #888;
      font-weight: 400;
      margin-bottom: 0;
      display: block; }
    .property-detail-section .property-widgets .property-main-top .property-featured-details .property-featured-det .detail-field-value {
      color: #000;
      font-size: 16px;
      border-bottom: 1px solid #f7f7f7;
      margin-bottom: 4px;
      padding-bottom: 3px; }
    .property-detail-section .property-widgets .property-main-top .property-featured-details .property-featured-btn {
      margin-top: 1em; }
      .property-detail-section .property-widgets .property-main-top .property-featured-details .property-featured-btn ul {
        padding: 0;
        list-style: none;
        margin: 0; }
        .property-detail-section .property-widgets .property-main-top .property-featured-details .property-featured-btn ul li {
          display: inline-block; }
          .property-detail-section .property-widgets .property-main-top .property-featured-details .property-featured-btn ul li .btn-fill {
            color: #fff;
            background: #e38e32;
            border: 1px solid #e38e32;
            cursor: pointer;
            font-weight: 600;
            padding: 7px 20px;
            font-family: "Lato", sans-serif;
            margin-right: 10px;
            line-height: 15px;
            border-radius: 3px;
            float: left; }
          .property-detail-section .property-widgets .property-main-top .property-featured-details .property-featured-btn ul li .btn-outline {
            color: #e38e32;
            background: #fff;
            border: 1px solid #e38e32;
            cursor: pointer;
            font-weight: 600;
            padding: 7px 20px;
            font-family: "Lato", sans-serif;
            margin-right: 10px;
            line-height: 15px;
            border-radius: 3px;
            float: left; }
          .property-detail-section .property-widgets .property-main-top .property-featured-details .property-featured-btn ul li .btn:hover, .property-detail-section .property-widgets .property-main-top .property-featured-details .property-featured-btn ul li .btn:focus {
            background: #2d8c57;
            color: #fff; }
    .property-detail-section .property-widgets .property-title h3 {
      margin-bottom: 1em;
      font-size: 16px;
      color: #000;
      border-bottom: 1px solid #33333329;
      padding: 0 0 10px 0; }
    .property-detail-section .property-widgets .property-gallery img {
      border-radius: 7px; }
    .property-detail-section .property-widgets .property-description p {
      margin: 0;
      font-family: "Roboto", sans-serif;
      font-size: 14px; }
    .property-detail-section .property-widgets .property-additional-det .detail-field-label {
      font-size: 13px;
      color: #888;
      font-weight: 400;
      margin-bottom: 0;
      display: block; }
    .property-detail-section .property-widgets .property-additional-det .detail-field-value {
      color: #000;
      font-size: 16px;
      border-bottom: 1px solid #f7f7f7;
      margin-bottom: 4px;
      padding-bottom: 3px; }
    .property-detail-section .property-widgets .property-amenities .amenities-main {
      margin-bottom: 0.5em;
      text-align: center; }
      .property-detail-section .property-widgets .property-amenities .amenities-main img {
        height: 23px; }
      .property-detail-section .property-widgets .property-amenities .amenities-main h3 {
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 0;
        font-family: "Lato", sans-serif;
        font-weight: 600; }
    .property-detail-section .property-widgets .property-contact .label-control {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 400;
      font-family: "Roboto", sans-serif;
      margin: 0;
      color: #555;
      display: block; }
    .property-detail-section .property-widgets .property-contact .text-control {
      border: none;
      border-bottom: 1px solid #e1e1e1;
      width: 100%;
      padding: 5px 7px;
      color: #333;
      font-weight: 400;
      font-family: "Quicksand", sans-serif; }
      .property-detail-section .property-widgets .property-contact .text-control:focus, .property-detail-section .property-widgets .property-contact .text-control:hover {
        outline: none;
        box-shadow: none; }
    .property-detail-section .property-widgets .property-contact p {
      margin-top: 6px;
      display: block;
      margin-bottom: 0;
      font-family: 'Roboto';
      font-size: 14px; }
    .property-detail-section .property-widgets .property-contact .btn-submit {
      color: #fff;
      background: #e38e32;
      border: 1px solid #e38e32;
      cursor: pointer;
      font-weight: 600;
      padding: 10px 20px;
      font-family: "Lato", sans-serif;
      margin-right: 10px;
      line-height: 15px;
      border-radius: 3px;
      width: 100%; }
      .property-detail-section .property-widgets .property-contact .btn-submit:hover, .property-detail-section .property-widgets .property-contact .btn-submit:focus {
        outline: none;
        box-shadow: none;
        background: #2d8c57; }

.property-listing-section {
  background: #f2f2f2;
  padding: 3em 0; }
  .property-listing-section .property-top-breadcrumb .top-b-left {
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 1em; }
    .property-listing-section .property-top-breadcrumb .top-b-left span {
      font-weight: 600;
      display: block; }
  .property-listing-section .property-top-breadcrumb .top-b-right .prop-view {
    text-align: right; }
    .property-listing-section .property-top-breadcrumb .top-b-right .prop-view ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .property-listing-section .property-top-breadcrumb .top-b-right .prop-view ul li {
        display: inline-block; }
        .property-listing-section .property-top-breadcrumb .top-b-right .prop-view ul li a {
          color: #555;
          font-size: 15px;
          display: inline-block; }
          .property-listing-section .property-top-breadcrumb .top-b-right .prop-view ul li a.active {
            border-radius: 5px;
            background: #e38e32;
            color: #fff;
            padding: 4px 10px; }
          .property-listing-section .property-top-breadcrumb .top-b-right .prop-view ul li a:hover {
            text-decoration: none; }
        .property-listing-section .property-top-breadcrumb .top-b-right .prop-view ul li:last-child {
          margin-left: 10px; }
  .property-listing-section .property-top-breadcrumb .top-b-right select {
    padding: 3px 5px;
    font-size: 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .property-listing-section .listing-main {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.07);
    border: 1px solid #ced4dd; }
    .property-listing-section .listing-main img {
      width: 100%;
      border-radius: 5px;
      height: 165px;
      -webkit-object-fit: cover;
      -moz-object-fit: cover;
      -o-object-fit: cover;
      object-fit: cover; }
    .property-listing-section .listing-main .home-list-right {
      border-bottom: 1px solid #3333; }
      .property-listing-section .listing-main .home-list-right h3 {
        font-size: 20px;
        padding-bottom: 5px;
        color: #000;
        margin: 0;
        font-family: "Roboto", sans-serif;
        padding-top: 5px; }
      .property-listing-section .listing-main .home-list-right h4 {
        font-size: 14px;
        padding-bottom: 5px;
        font-weight: 300;
        font-family: "Roboto", sans-serif;
        margin: 0; }
      .property-listing-section .listing-main .home-list-right .listing-featured-deta {
        padding: 0;
        margin: 0;
        list-style: none; }
        .property-listing-section .listing-main .home-list-right .listing-featured-deta li {
          display: inline-block;
          font-size: 1.3em;
          padding: 2px 10px 6px 2px;
          font-weight: 500; }
          .property-listing-section .listing-main .home-list-right .listing-featured-deta li:first-child {
            color: #e38e32; }
            .property-listing-section .listing-main .home-list-right .listing-featured-deta li:first-child span {
              color: inherit; }
          .property-listing-section .listing-main .home-list-right .listing-featured-deta li span {
            font-size: 15px;
            color: #333;
            font-weight: 400; }
          .property-listing-section .listing-main .home-list-right .listing-featured-deta li i {
            font-size: 80%; }
      .property-listing-section .listing-main .home-list-right p {
        font-size: 14px;
        margin: 0;
        color: #636363;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: "Poppins", sans-serif; }
        .property-listing-section .listing-main .home-list-right p b {
          color: #333; }
      .property-listing-section .listing-main .home-list-right .listing-abs {
        position: absolute;
        right: 20px;
        top: 0px; }
        .property-listing-section .listing-main .home-list-right .listing-abs ul {
          padding: 0;
          list-style: none;
          margin: 0; }
          .property-listing-section .listing-main .home-list-right .listing-abs ul li {
            display: inline-block; }
            .property-listing-section .listing-main .home-list-right .listing-abs ul li a {
              display: inline-block;
              padding: 0px 2px;
              color: #888; }
      .property-listing-section .listing-main .home-list-right .list-features {
        padding: 4px 0; }
        .property-listing-section .listing-main .home-list-right .list-features ul {
          padding: 0;
          list-style: none;
          margin: 0; }
          .property-listing-section .listing-main .home-list-right .list-features ul li {
            display: inline-block;
            padding: 3px 8px;
            font-size: 12px;
            background: #acacac33;
            font-weight: 500;
            margin-right: 5px; }
            .property-listing-section .listing-main .home-list-right .list-features ul li:last-child {
              margin: 0; }
    .property-listing-section .listing-main .property-bottom {
      display: flex;
      justify-content: space-between; }
      .property-listing-section .listing-main .property-bottom .posted-detail {
        align-self: center; }
        .property-listing-section .listing-main .property-bottom .posted-detail span {
          font-size: 12px;
          color: #333;
          font-family: "Roboto", sans-serif; }
        .property-listing-section .listing-main .property-bottom .posted-detail h3 {
          font-size: 0.8em;
          margin: 0;
          text-transform: uppercase; }
      .property-listing-section .listing-main .property-bottom .list-enqu-btn {
        position: relative;
        overflow: hidden;
        padding-top: 10px; }
        .property-listing-section .listing-main .property-bottom .list-enqu-btn ul {
          padding: 0px;
          list-style-type: none;
          margin: 0; }
          .property-listing-section .listing-main .property-bottom .list-enqu-btn ul li {
            display: inline-block;
            margin: 0px; }
            .property-listing-section .listing-main .property-bottom .list-enqu-btn ul li:last-child a {
              box-shadow: 0 1px 4px 0 rgba(0, 150, 136, 0.3);
              background: #e38e32;
              font-weight: 400;
              color: #fff;
              padding: 8px 16px;
              border-radius: 4px; }
            .property-listing-section .listing-main .property-bottom .list-enqu-btn ul li a {
              text-align: center;
              display: block;
              padding: 5px;
              line-height: 20px;
              color: #3e4c56;
              font-weight: 600;
              font-family: "Poppins", sans-serif;
              box-sizing: border-box;
              margin: 4px;
              border-radius: 2px;
              font-size: 14px; }
              .property-listing-section .listing-main .property-bottom .list-enqu-btn ul li a i {
                margin-right: 5px; }
              .property-listing-section .listing-main .property-bottom .list-enqu-btn ul li a:hover {
                text-decoration: none; }
  .property-listing-section .listing-main-grid {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 10px 10px 0 10px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.07);
    border: 1px solid #ced4dd; }
    .property-listing-section .listing-main-grid img {
      width: 100%;
      border-radius: 5px;
      height: 165px;
      -webkit-object-fit: cover;
      -moz-object-fit: cover;
      -o-object-fit: cover;
      object-fit: cover; }
    .property-listing-section .listing-main-grid .prop-grid-m {
      border-bottom: 1px solid #3333; }
      .property-listing-section .listing-main-grid .prop-grid-m a:hover {
        text-decoration: none; }
      .property-listing-section .listing-main-grid .prop-grid-m h3 {
        font-size: 16px;
        padding-bottom: 5px;
        color: #333;
        margin: 0;
        font-family: "Roboto", sans-serif;
        padding-top: 5px; }
      .property-listing-section .listing-main-grid .prop-grid-m h4 {
        font-size: 14px;
        padding-bottom: 5px;
        font-weight: 300;
        font-family: "Roboto", sans-serif;
        margin: 0; }
      .property-listing-section .listing-main-grid .prop-grid-m .listing-featured-deta {
        padding: 3px 0;
        list-style: none;
        margin: 0; }
        .property-listing-section .listing-main-grid .prop-grid-m .listing-featured-deta li {
          font-family: "Muli", sans-serif;
          font-weight: 700;
          color: #e38e32;
          display: inline-block; }
          .property-listing-section .listing-main-grid .prop-grid-m .listing-featured-deta li i {
            font-size: 80%; }
    .property-listing-section .listing-main-grid .property-bottom {
      display: flex;
      padding: 5px 0;
      justify-content: space-between; }
      .property-listing-section .listing-main-grid .property-bottom .posted-detail {
        align-self: center; }
        .property-listing-section .listing-main-grid .property-bottom .posted-detail span {
          font-size: 12px;
          color: #333;
          font-family: "Roboto", sans-serif; }
        .property-listing-section .listing-main-grid .property-bottom .posted-detail h3 {
          font-size: 0.8em;
          margin: 0;
          text-transform: uppercase; }
      .property-listing-section .listing-main-grid .property-bottom .list-enqu-btn {
        position: relative; }
        .property-listing-section .listing-main-grid .property-bottom .list-enqu-btn ul {
          padding: 0px;
          list-style-type: none;
          margin: 0; }
          .property-listing-section .listing-main-grid .property-bottom .list-enqu-btn ul li {
            display: inline-block;
            margin: 0px; }
            .property-listing-section .listing-main-grid .property-bottom .list-enqu-btn ul li:last-child a {
              box-shadow: 0 1px 4px 0 rgba(0, 150, 136, 0.3);
              background: #e38e32;
              font-weight: 400;
              color: #fff;
              padding: 4px 11px;
              border-radius: 4px; }
              .property-listing-section .listing-main-grid .property-bottom .list-enqu-btn ul li:last-child a:hover {
                background: #2d8c57; }
            .property-listing-section .listing-main-grid .property-bottom .list-enqu-btn ul li a {
              text-align: center;
              display: block;
              padding: 5px;
              line-height: 20px;
              color: #3e4c56;
              font-weight: 600;
              font-family: "Poppins", sans-serif;
              box-sizing: border-box;
              margin: 4px;
              border-radius: 2px;
              font-size: 14px; }
              .property-listing-section .listing-main-grid .property-bottom .list-enqu-btn ul li a i {
                margin-right: 5px; }
              .property-listing-section .listing-main-grid .property-bottom .list-enqu-btn ul li a:hover {
                text-decoration: none; }
  .property-listing-section .property-pagination nav ul li {
    padding: 0 4px; }
    .property-listing-section .property-pagination nav ul li a {
      border-radius: 50%;
      border-top-right-radius: 50% !important;
      border-bottom-right-radius: 50% !important;
      border-top-left-radius: 50% !important;
      border-bottom-left-radius: 50% !important;
      height: 35px;
      color: #333;
      width: 35px;
      text-align: center;
      line-height: 16px; }
      .property-listing-section .property-pagination nav ul li a.active {
        background: #e38e32;
        color: #fff; }
  .property-listing-section .sidebar-listing {
    background: #fff;
    margin: 4em 0 0 0;
    box-shadow: 0px -2px 6px rgba(32, 33, 36, 0.12); }
    .property-listing-section .sidebar-listing .filter-title {
      padding: 10px;
      border-bottom: 1px solid #f2f2f2;
      font-size: 16px;
      color: #20344c;
      font-family: "Poppins", sans-serif;
      font-weight: 300; }
      .property-listing-section .sidebar-listing .filter-title a {
        float: right;
        font-size: 14px;
        font-weight: 100;
        color: #274abb;
        padding-left: 25px;
        position: relative; }
    .property-listing-section .sidebar-listing .listing-filters {
      padding: 0;
      list-style: none; }
      .property-listing-section .sidebar-listing .listing-filters > li {
        padding: 15px;
        border-bottom: 1px solid #f2f2f2; }
        .property-listing-section .sidebar-listing .listing-filters > li .title-filter {
          display: block;
          padding: 0;
          color: #333;
          background: transparent;
          text-align: left;
          font-size: 13px;
          width: 100%;
          text-transform: uppercase;
          position: relative;
          cursor: pointer;
          transition: all .2s linear;
          border: none;
          font-weight: 600; }
          .property-listing-section .sidebar-listing .listing-filters > li .title-filter:hover, .property-listing-section .sidebar-listing .listing-filters > li .title-filter:focus {
            outline: none;
            box-shadow: none; }
          .property-listing-section .sidebar-listing .listing-filters > li .title-filter i {
            float: right; }
        .property-listing-section .sidebar-listing .listing-filters > li .filter-input {
          margin: 7px 0;
          height: 30px;
          border-radius: 0;
          font-size: 13px; }
          .property-listing-section .sidebar-listing .listing-filters > li .filter-input:hover, .property-listing-section .sidebar-listing .listing-filters > li .filter-input:focus {
            outline: none;
            box-shadow: none; }
        .property-listing-section .sidebar-listing .listing-filters > li .checkbox-list {
          padding: 8px 0;
          list-style: none; }
          .property-listing-section .sidebar-listing .listing-filters > li .checkbox-list li {
            margin-bottom: 5px; }
        .property-listing-section .sidebar-listing .listing-filters > li .list-rat-ch span {
          width: 25px;
          height: 25px;
          background-color: #274abb;
          padding: 4px;
          border-radius: 2px;
          color: #fff;
          font-family: "Poppins", sans-serif;
          text-align: center;
          font-size: 12px;
          margin-right: 10px; }
        .property-listing-section .sidebar-listing .listing-filters > li .list-rat-ch i {
          color: #fff;
          border: 1px solid #274abb;
          padding: 3px 2px 3px 2px;
          text-align: center;
          border-radius: 3px;
          background: #274abb;
          font-size: 11px; }
      .property-listing-section .sidebar-listing .listing-filters .show-more-filter {
        padding: 5px 0;
        color: #274abb;
        cursor: pointer;
        font-size: 12px; }

.owner-section {
  padding: 50px 0;
  background: #F6F8F9; }
  .owner-section .sidebar-section .pro-user {
    position: relative;
    border-bottom: 0;
    z-index: 9;
    text-align: center; }
    .owner-section .sidebar-section .pro-user img {
      width: 100%;
      /*border: 4px solid #fff;*/
      height: auto;
      object-fit: cover;
      border:1px solid gray;
      border-radius:3px;
      padding:5px;
      
      
        
    }
      
      .profile-section{
          width:90%;
          padding:10px 20px;
          display:flex;
          gap:10px;
          background:#fff;
          border-radius:5px;
          align-items:center;
          justify-content:space-between;
          margin:auto;
      }
      .profile-image{
          width:28%;
      }
      .user-info{
          width:70%;
      }
      .user-info p{
          font-size: 13px;
    font-weight: 500;
          display:flex;
          align-items:center;
          
          margin:0;
      }
      .user-info p span{
          color:#ffffff;
      }
    .owner-section .sidebar-section .pro-user .p-image {
      position: absolute;
      bottom: 0px;
      right: 0%;
      width: 25px;
      background: #f9f9f9;
      color: #000;
      height: 25px;
      text-align: center;
      line-height: 36px;
      font-size: 12px;
      border-radius: 50%;
      -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .owner-section .sidebar-section .pro-user .p-image i {
        cursor: pointer; }
    .owner-section .sidebar-section .pro-user .upload-button {
      font-size: 15px; }
    .owner-section .sidebar-section .pro-user .file-upload {
      display: none; }
  .owner-section .sidebar-section .p-details {
    text-align: center;
    padding: 10px 0;
    border: 1px solid #f2f2f2; }
    .owner-section .sidebar-section .p-details h4 {
      font-size: 22px;
      font-family: "Poppins", sans-serif;
      margin: 0; }
    .owner-section .sidebar-section .p-details p {
      margin: 0;
      font-size: 14px; }
  .owner-section .sidebar-section .sidebar-menu .navbar-sd-sidebar {
    padding: 0; }
    .owner-section .sidebar-section .sidebar-menu .navbar-sd-sidebar .nav-side ul {
      display: block;
      width: 97%; 
      margin:auto;
        
    }
      .owner-section .sidebar-section .sidebar-menu .navbar-sd-sidebar .nav-side ul li a {
        color: #333;
        font-weight: 600;
        font-size: 14px;
        border-left: 3px solid #f2f2f2;
        padding: 10px 15px;
        font-family: "Montserrat", sans-serif; }
        .owner-section .sidebar-section .sidebar-menu .navbar-sd-sidebar .nav-side ul li a.active {
          background: #fff;
          color: #e38e32;
          border-left: 3px solid #e38e32; }
  .owner-section .sidebar-section .other-st-detail {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    -webkit-box-shadow: 2px 2px 16px -9px rgba(0, 0, 0, 0.13);
    box-shadow: 2px 2px 16px -9px rgba(0, 0, 0, 0.13); }
    .owner-section .sidebar-section .other-st-detail ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .owner-section .sidebar-section .other-st-detail ul li {
        border-bottom: 1px solid #f2f2f2;
        padding: 6px 5px; }
        .owner-section .sidebar-section .other-st-detail ul li label {
          margin: 0;
          display: block;
          font-size: 14px;
          font-weight: 600; }
        .owner-section .sidebar-section .other-st-detail ul li span {
          font-family: "Nunito", sans-serif;
          font-size: 14px;
          color: #555; }
          .owner-section .sidebar-section .other-st-detail ul li span .verify-btn-s {
            padding: 2px 6px;
            border-radius: 3px;
            background: #e38e32;
            color: #fff;
            margin-left: 6px; }
            .owner-section .sidebar-section .other-st-detail ul li span .verify-btn-s:hover {
              text-decoration: none; }
        .owner-section .sidebar-section .other-st-detail ul li:last-child {
          border-bottom: none; }
  .owner-section .main-area-dash .head-tit {
    /*border-bottom: 1px solid #e1e1e1;*/
    padding-bottom: 5px;
    /*margin-bottom: 10px;*/
    text-transform: capitalize;
    font-family: "Nunito", sans-serif; }
  .owner-section .main-area-dash .dashboard-area {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 5px 18px -11px rgba(150, 150, 150, 0.39);
    border: 1px solid #f2f2f2; }
    .owner-section .main-area-dash .dashboard-area .form-group .label-profile {
      font-family: "Nunito", sans-serif;
      margin: 0;
      color: #888; }
    .owner-section .main-area-dash .dashboard-area .form-group .profile-control {
      display: block;
      width: 100%;
      text-transform: capitalize;
      font-weight: 400;
      font-family: "Nunito", sans-serif;
      padding: 5px 0px;
      border: none;
      border-bottom: 2px solid #e6e6e6; }
      .owner-section .main-area-dash .dashboard-area .form-group .profile-control:focus {
        box-shadow: none;
        outline: none; }
    .owner-section .main-area-dash .dashboard-area .form-group .btn-submit {
      background: #e38e32;
      color: #fff; }
      .owner-section .main-area-dash .dashboard-area .form-group .btn-submit:hover, .owner-section .main-area-dash .dashboard-area .form-group .btn-submit:focus {
        color: #fff;
        background: #2d8c57; }
  .owner-section .main-area-dash .profile-tabs ul {
    margin-bottom: 10px;
    border: none; }
    .owner-section .main-area-dash .profile-tabs ul li {
      margin-right: 10px; }
      .owner-section .main-area-dash .profile-tabs ul li a {
        background: transparent;
        border-radius: 0;
        padding: 10px;
        display: inline-block;
        color: #555;
        font-weight: 500;
        border-bottom: 2px solid #e1e1e1; }
        .owner-section .main-area-dash .profile-tabs ul li a:hover {
          text-decoration: none; }
        .owner-section .main-area-dash .profile-tabs ul li a.active {
          color: #e38e32;
          border-bottom: 2px solid #e38e32; }
  .owner-section .main-area-dash .profile-tabs .preference-main {
    padding-bottom: 1em;
    border-bottom: 1px solid #f2f2f2; }
    .owner-section .main-area-dash .profile-tabs .preference-main h3 {
      font-size: 1.2em;
      font-family: "Poppins", sans-serif;
      margin: 0; }
    .owner-section .main-area-dash .profile-tabs .preference-main p {
      font-size: 13px;
      font-family: "Montserrat", sans-serif; }
    .owner-section .main-area-dash .profile-tabs .preference-main ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .owner-section .main-area-dash .profile-tabs .preference-main ul li {
        margin-bottom: 2px; }
        .owner-section .main-area-dash .profile-tabs .preference-main ul li label span {
          text-transform: capitalize;
          padding-left: 7px;
          font-family: "Roboto", sans-serif; }
  .owner-section .main-area-dash .myads-tabs .ad-span {
    font-size: 13px;
    font-family: "Poppins", sans-serif; }
    .owner-section .main-area-dash .myads-tabs .ad-span i {
      font-size: 80%; }
  .owner-section .main-area-dash .myads-tabs .btn-xs {
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 10px; }
  .owner-section .main-area-dash .myads-tabs .btn-primary {
    background: #e38e32;
    border: 1px solid #e38e32; }
    .owner-section .main-area-dash .myads-tabs .btn-primary:hover {
      background: #2d8c57; }
  .owner-section .main-area-dash .myads-tabs .table-ads tr:nth-child(even) {
    background: #F6F8F9; }
  .owner-section .main-area-dash .myads-tabs .table-ads tr th, .owner-section .main-area-dash .myads-tabs .table-ads tr td {
    white-space: nowrap;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Quicksand", sans-serif; }
    .owner-section .main-area-dash .myads-tabs .table-ads tr th i.fas.fa-rupee-sign, .owner-section .main-area-dash .myads-tabs .table-ads tr td i.fas.fa-rupee-sign {
      font-size: 80%; }
    .owner-section .main-area-dash .myads-tabs .table-ads tr th .item-img, .owner-section .main-area-dash .myads-tabs .table-ads tr td .item-img {
      height: 30px;
      width: 30px;
      border-radius: 50%; }
    .owner-section .main-area-dash .myads-tabs .table-ads tr th .action, .owner-section .main-area-dash .myads-tabs .table-ads tr td .action {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      justify-content: center; }
      .owner-section .main-area-dash .myads-tabs .table-ads tr th .action li, .owner-section .main-area-dash .myads-tabs .table-ads tr td .action li {
        margin: 0 3px; }
        .owner-section .main-area-dash .myads-tabs .table-ads tr th .action li a, .owner-section .main-area-dash .myads-tabs .table-ads tr td .action li a {
          padding: 4px 7px;
          background: #333;
          color: #fff;
          font-size: 12px;
          border-radius: 5px; }
          .owner-section .main-area-dash .myads-tabs .table-ads tr th .action li a i, .owner-section .main-area-dash .myads-tabs .table-ads tr td .action li a i {
            font-size: 11px; }
  .owner-section .main-area-dash .myads-tabs .table-ads tr th {
    background-color: #F6F8F9;
    color: #333;
    font-size: 15px; }
  .owner-section .main-area-dash .myads-tabs .ad-name {
    white-space: nowrap; }
    .owner-section .main-area-dash .myads-tabs .ad-name h3 {
      font-size: 16px;
      font-weight: 600; }
  .owner-section .main-area-dash .myads-tabs .actn-btn {
    padding: 0;
    list-style: none;
    margin: 0; }
    .owner-section .main-area-dash .myads-tabs .actn-btn li {
      display: inline-block;
      border-right: 1px solid #3334;
      padding-right: 3px; }
      .owner-section .main-area-dash .myads-tabs .actn-btn li a {
        color: #333;
        font-size: 13px;
        font-weight: 600; }
  .owner-section .main-area-dash .account-my-properties .nav-pills {
    margin-bottom: 10px;
    border: none; }
    .owner-section .main-area-dash .account-my-properties .nav-pills li {
      margin-right: 10px; }
      .owner-section .main-area-dash .account-my-properties .nav-pills li a {
        background: transparent;
        border-radius: 0;
        padding: 10px;
        display: inline-block;
        color: #555;
        font-weight: 500;
        border-bottom: 2px solid #e1e1e1; }
        .owner-section .main-area-dash .account-my-properties .nav-pills li a:hover {
          text-decoration: none; }
        .owner-section .main-area-dash .account-my-properties .nav-pills li a.active {
          color: #e38e32;
          border-bottom: 2px solid #e38e32; }
  .owner-section .main-area-dash .account-my-properties .single-listing {
    margin-bottom: 1em;
    border: 1px solid #3333;
    padding: 10px; }
    .owner-section .main-area-dash .account-my-properties .single-listing .media img {
      height: 125px;
      max-width: 100%; }
    .owner-section .main-area-dash .account-my-properties .single-listing .media .media-body .property-title a {
      display: block;
      color: #000;
      font-family: "Poppins", sans-serif;
      font-size: 0.5em; }
      .owner-section .main-area-dash .account-my-properties .single-listing .media .media-body .property-title a:hover, .owner-section .main-area-dash .account-my-properties .single-listing .media .media-body .property-title a:focus {
        text-decoration: none; }
    .owner-section .main-area-dash .account-my-properties .single-listing .media .media-body .property-price {
      background: #e38e32;
      display: inline-block;
      color: #fff;
      padding: 4px 15px;
      font-size: 15px;
      border-radius: 4px; }
      .owner-section .main-area-dash .account-my-properties .single-listing .media .media-body .property-price i {
        font-size: 70%; }
    .owner-section .main-area-dash .account-my-properties .single-listing .media .media-body .property-listed {
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      margin: 0;
      color: #555; }
      .owner-section .main-area-dash .account-my-properties .single-listing .media .media-body .property-listed a {
        color: #000;
        text-decoration: underline; }
        .owner-section .main-area-dash .account-my-properties .single-listing .media .media-body .property-listed a:hover, .owner-section .main-area-dash .account-my-properties .single-listing .media .media-body .property-listed a:focus {
          color: #2d8c57; }
    .owner-section .main-area-dash .account-my-properties .single-listing .media .media-body .property-buttons ul {
      padding: 0;
      margin: 8px 0 0 0;
      list-style: none; }
      .owner-section .main-area-dash .account-my-properties .single-listing .media .media-body .property-buttons ul li {
        display: inline-block; }
        .owner-section .main-area-dash .account-my-properties .single-listing .media .media-body .property-buttons ul li a {
          display: inline-block;
          background: #555;
          height: 27px;
          width: 27px;
          line-height: 27px;
          text-align: center;
          color: #fff;
          border-radius: 5px;
          font-size: 13px; }
          .owner-section .main-area-dash .account-my-properties .single-listing .media .media-body .property-buttons ul li a:hover {
            background: #333; }
  .owner-section .main-area-dash .account-my-properties .pagination nav ul li a {
    color: #333; }
  .owner-section .main-area-dash .account-my-properties .pagination nav ul li.active a {
    background: #e38e32;
    border: 1px solid #2d8c57;
    color: #fff; }

.text-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #F6F8F9;
  border-radius: .25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.text-control-s {
  display: block;
  padding: .5rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #F6F8F9;
  border-radius: .25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.custom-modal {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #01223770; }
  .custom-modal .w-450 {
    max-width: 450px; }
  .custom-modal .modal-content .close-btn {
    background: #e38e32;
    color: #fff;
    border: none;
    position: absolute;
    top: -12px;
    left: -13px;
    font-size: 24px;
    border-radius: 100%;
    height: 34px;
    z-index: 99999;
    width: 34px;
    line-height: 14px; }
  .custom-modal .modal-content .top-design {
    position: absolute;
    right: -1px;
    top: 0; }
    .custom-modal .modal-content .top-design img {
      height: 118px; }
  .custom-modal .modal-content .modal-body {
    padding: 10px 40px; }
    .custom-modal .modal-content .modal-body .modal-main {
      position: relative; }
      .custom-modal .modal-content .modal-body .modal-main .custom-mode-l {
        text-align: center; }
        .custom-modal .modal-content .modal-body .modal-main .custom-mode-l a h3 {
          color: #e38e32;
          font-family: "Poppins", sans-serif;
          margin-bottom: 1em; }
        .custom-modal .modal-content .modal-body .modal-main .custom-mode-l img {
          height: 150px;
          margin-bottom: 1.5em; }
        .custom-modal .modal-content .modal-body .modal-main .custom-mode-l p {
          font-size: 14px;
          font-family: "Rubik", sans-serif;
          margin: 0; }
      .custom-modal .modal-content .modal-body .modal-main .login-heads {
        padding: 30px 0 25px 0; }
        .custom-modal .modal-content .modal-body .modal-main .login-heads .heads-login {
          font-family: "Nunito", sans-serif;
          margin-bottom: 0px;
          color: #e38e32;
          font-size: 2em;
          font-weight: 600; }
        .custom-modal .modal-content .modal-body .modal-main .login-heads .allrequired {
          font-family: "Roboto", sans-serif;
          color: #333;
          font-size: 14px;
          margin-bottom: 20px; }
      .custom-modal .modal-content .modal-body .modal-main .modal-form .loginwotp {
        display: block; }
        .custom-modal .modal-content .modal-body .modal-main .modal-form .loginwotp a {
          font-size: 14px;
          color: #e38e32;
          float: right; }
      .custom-modal .modal-content .modal-body .modal-main .modal-form .label-control {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        color: #888;
        margin: 0; }
      .custom-modal .modal-content .modal-body .modal-main .modal-form .or-span {
        display: block;
        text-align: center;
        font-size: 0.9em !important;
        color: #555; }
      .custom-modal .modal-content .modal-body .modal-main .modal-form .text-control {
        border: none;
        border-bottom: 1px solid #bcbcbc;
        width: 100%;
        padding: 5px 7px;
        box-shadow: none;
        border-radius: 0;
        color: #333;
        font-weight: 400;
        font-family: "Quicksand", sans-serif; }
        .custom-modal .modal-content .modal-body .modal-main .modal-form .text-control:focus {
          outline: none;
          box-shadow: none; }
        .custom-modal .modal-content .modal-body .modal-main .modal-form .text-control::placeholder {
          color: #3333336e; }
      .custom-modal .modal-content .modal-body .modal-main .modal-form .forgotpass {
        display: block;
        float: right;
        padding: 3px;
        color: #333; }
        .custom-modal .modal-content .modal-body .modal-main .modal-form .forgotpass:hover {
          text-decoration: none; }
      .custom-modal .modal-content .modal-body .modal-main .modal-form span {
        font-size: 0.8em; }
      .custom-modal .modal-content .modal-body .modal-main .modal-form .btn-send {
        background: #e38e32;
        color: #fff;
        font-size: 16px;
        border: 1px solid #f2f2f2;
        font-weight: 600;
        padding: 6px 20px;
        display: inline-block;
        border-radius: 3px;
        font-family: "Quicksand", sans-serif; }
        .custom-modal .modal-content .modal-body .modal-main .modal-form .btn-send i {
          padding-left: 5px; }
        .custom-modal .modal-content .modal-body .modal-main .modal-form .btn-send:hover, .custom-modal .modal-content .modal-body .modal-main .modal-form .btn-send:focus {
          background: #2d8c57;
          outline: none;
          box-shadow: none; }
      .custom-modal .modal-content .modal-body .modal-main .modal-form .ownertype {
        padding: 0;
        list-style: none;
        margin: 0px; }
        .custom-modal .modal-content .modal-body .modal-main .modal-form .ownertype li {
          display: inline-block;
          padding-right: 10px; }
          .custom-modal .modal-content .modal-body .modal-main .modal-form .ownertype li label {
            margin: 0; }
          .custom-modal .modal-content .modal-body .modal-main .modal-form .ownertype li:last-child {
            padding: 0; }
      .custom-modal .modal-content .modal-body .modal-main .modal-form .claim-listin-tab .nav-tabs li a {
        padding: 7px 13px;
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        color: #333; }
        .custom-modal .modal-content .modal-body .modal-main .modal-form .claim-listin-tab .nav-tabs li a.active {
          color: #e38e32; }
      .custom-modal .modal-content .modal-body .modal-main .no_listfeed {
        padding: 0;
        margin: 0;
        list-style: none; }
  .custom-modal .modal-content .modal-foo {
    background: #f2f2f2; }
    .custom-modal .modal-content .modal-foo p {
      margin: 0;
      padding: 6px; }
      .custom-modal .modal-content .modal-foo p a {
        color: #e38e32; }
        .custom-modal .modal-content .modal-foo p a:hover {
          text-decoration: none; }

footer .footer-top {
  background: #e38e32; }
  footer .footer-top ul {
    padding: 0;
    list-style: none;
    margin: 0; }
    footer .footer-top ul li {
      display: inline-block; }
      footer .footer-top ul li a {
        display: inline-block;
        padding: 7px 10px;
        color: #fff; }
        footer .footer-top ul li a:hover {
          text-decoration: none; }
footer .footer-middle {
  width: 100%;
  background: #f2f2f2;
  z-index: 1;
  padding:1em 0px 3em 0; }
  footer .footer-middle .foo-right .foo-left-inner {
    margin-bottom: 1em; }
    footer .footer-middle .foo-right .foo-left-inner h3 {
      font-size: 1em;
      font-family: "Poppins", sans-serif;
      margin: 0; }
    footer .footer-middle .foo-right .foo-left-inner ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      footer .footer-middle .foo-right .foo-left-inner ul li {
        line-height: 16px;
        display: inline-block;
        padding: 0 10px 0 0;
        border-right: 1px solid #888; }
        footer .footer-middle .foo-right .foo-left-inner ul li:last-child {
          border: none; }
        footer .footer-middle .foo-right .foo-left-inner ul li a {
          color: #888;
          font-size: 12px; }
  footer .footer-middle .tab-foo-prop .nav-tabs li a {
    color: #333;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    border: transparent;
    margin: 0;
    padding: 7px 16px;
    font-family: "Quicksand", sans-serif; }
    footer .footer-middle .tab-foo-prop .nav-tabs li a.active {
      border-bottom: 2px solid #e38e32; }
  footer .footer-middle .tab-foo-prop .tab-content .footer_list_wrap {
    padding: 1em;
    background: #f2f2f2; }
    footer .footer-middle .tab-foo-prop .tab-content .footer_list_wrap h3 {
      font-size: 1em;
      font-family: "Nunito", sans-serif;
      font-weight: 600; }
    footer .footer-middle .tab-foo-prop .tab-content .footer_list_wrap ul {
      padding: 0;
      margin: 0;
      column-count: 5;
      list-style: none; }
      footer .footer-middle .tab-foo-prop .tab-content .footer_list_wrap ul li a {
        color: #555;
        font-size: 13px;
        display: inline-block; }
        footer .footer-middle .tab-foo-prop .tab-content .footer_list_wrap ul li a:hover {
          color: #333;
          text-decoration: none; }
  footer .footer-middle .foo-left .foo-logo img {
    margin-bottom: 0.5em;
    height: 50px; }
  footer .footer-middle .foo-left .foo-logo p {
    font-size: 0.8em;
    color: #888; }
  footer .footer-middle .foo-left .foo-social-app ul {
    margin-bottom: 1rem;
    padding: 0;
    list-style: none; }
    footer .footer-middle .foo-left .foo-social-app ul li {
      margin-right: 5px;
      display: inline-block; }
      footer .footer-middle .foo-left .foo-social-app ul li a {
        background: #555;
        display: inline-block;
        border-radius: 50%;
        color: #fff;
        height: 35px;
        width: 35px;
        display:flex;
        justify-content:center;
        align-items:center;
        line-height: 35px;
        text-align: center; }
        footer .footer-middle .foo-left .foo-social-app ul li a:hover {
          text-decoration: none;
          background: #333;
          color: #fff; }
  footer .footer-middle .disclaimer-p {
    color: #888;
    font-size: 0.7em;
    margin: 0; }
footer .footer-bottom {
  background: #333; }
  footer .footer-bottom p {
    margin: 0;
    color: #fff;
    padding: 6px 0;
    font-family: "Nunito", sans-serif;
    text-align: center; }
    footer .footer-bottom p a {
      color: #fff; }

/*# sourceMappingURL=style.css.map */

.login-left-overlay{
    width:100%;
    height:100%;
    background:gray;
}
.google-signin{
    width:100%;
    height:40px;
    border-radius:2px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    
}
.google-signin p{
    font-weight:600;
    margin:0px;
    color:#494848;
}

.devide-or{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:30px 0px;
    
}
.devide-or h4{
    margin:0px;
     color:#494848;
}
.horz-line{
    width:40%;
    height:1px;
    background:#f9f9f9;
}

.newdesign-property-topprojects {
            padding: 60px 0;
            background-color: #f8f9fa;
            cursor:pointer;
        }
        .newdesign-section-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .newdesign-section-title h4 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 10px;
        }
        .newdesign-section-title p {
            font-size: 1.1rem;
            color: #555;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }
        .newdesign-project-main {
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .newdesign-project-main:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            text-decoration:none;
            
        }
        .newdesign-image-proj {
            position: relative;
            height: 200px;
            overflow: hidden;
        }
        .newdesign-image-proj img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .newdesign-verified-seal {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #28a745;
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .newdesign-info-proj {
            padding: 20px;
        }
        .newdesign-info-proj div h5{
            height:40px;
        }
        .newdesign-info-proj h5 a{
            color:#000;
        }
        .newdesign-proj-name {
            font-size: 1.2rem;
            font-weight: 600;
            font-family: Arial, "sans-serif";
            color: #1a1a1a;
            /*margin-bottom: 10px;*/
        }
        .newdesign-proj-name a{
            color: #1a1a1a;
        }
        .newdesign-apart-name {
            font-size: 14px;
            color: #666;
            font-weight:500;
            display: block;
            margin-bottom: 10px;
        }
        .newdesign-apart-adress {
            font-size: 0.9rem;
            color: #888;
            display: block;
            margin-bottom: 10px;
        }
        .newdesign-proj-category {
            font-size: 12px;
    width: fit-content;
    color: #5c5b5b;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 5px 10px;
    background: aliceblue;
        }
        .newdesign-proj-price {
            font-size: 1.2rem;
            font-weight: 700;
            color: #007bff;
        }
        .newdesign-proj-price i {
            margin-right: 5px;
        }
        .newdesign-proj-owner {
            font-size: 0.9rem;
            color: #555;
            margin-top: 10px;
            display: block;
        }
        
        
        .newdesign-directory {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.newdesign-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.newdesign-section-title h4 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.newdesign-section-title p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.directory-slider {
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    width: 33.33%; /* Show 3 cards at a time */
    box-sizing: border-box;
}

.directory-card-main {
    background: #f4fded;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.directory-card-main:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.directory-logo {
    width: 150px;
    height: 150px;
    border-radius:50%;
    overflow:hidden;
    /*margin-right: 20px;*/
    flex-shrink: 0;
    margin:auto;
}
.verified-seal{
    width:100%;
    height:50px;
    /*background:red;*/
    position:relative;
    top: -160px;
    /*right: 10px;*/
}
.verified-seal img{
     width:50px;
    height:50px;
}
.directory-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.directory-info {
    flex-grow: 1;
}

.directory-company-name {
    font-size: 20px !important;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
    text-align:center;
    margin-top:-35px;
}
.cat-btn{
    width:100%;
    display:flex;
    justify-content:space-between;
    margin-bottom: 10px;
}
.category-name-btn{
    border:none;
    padding:3px 10px;
    background:#bfbebe63;
    color:#000;
    border-radius:3px;
    /*margin:auto;*/
    font-size: 12px;
}
.horizontal-line{
    width:100%;
    height:1px;
    background:#bfbebe;
}
.ver-line{
     width:1px;
    height:50px;
    background:#bfbebe;
}
.dir-left{
    width:49%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    
}
.dir-left h5{
    font-size:13px;
    text-align:center;
    
}
.dir-left p{
    font-size:12px;
    text-align:center;
    margin:0px;
}
.directory-description {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 15px;
     text-align:center;
    line-height: 1.5;
    margin-top: 10px;
}

.directory-buttons {
    display: flex;
    justify-content:space-between;
    gap: 5px;
}

.directory-buttons .btn {
    padding: 10px 15px;
    font-size: 14px;
    font-weight:500;
    border-radius: 5px;
}

.directory-buttons .btn-primary {
    background-color: #e38e32;
    border-color: #e38e32;
}

.directory-buttons .btn-primary:hover {
    background-color: #cf7718;
    border-color: #cf7718;
}

.directory-buttons .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}
.share-now{
    padding:6px;
    border:1px solid #cf7718;
     font-size:20px;
     border-radius:4px;
    display:flex;
    justify-content:center;
    align-items:center;
    color: #cf7718;
    cursor:pointer;
}
.swiper-pagination {
    position: absolute;
    bottom: 0; /* Position below cards */
    left: 0;
    width: 100%;
    height: 6px; /* Thin line height */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background: transparent;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 30px !important; /* Initial width for inactive rectangles */
    height: 6px !important; /* Thin height */
    background: #ccc; /* Inactive color */
    border-radius: 3px; /* Slightly rounded edges */
    margin: 0 5px;
    transition: width 0.3s ease; /* Smooth width transition for active state */
    opacity: 1; /* Full opacity */
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 60px !important; /* Expanded width for active rectangle */
    background: #007bff; /* Active color */
}
.top-veri{
    width:100%;
    display:flex;
    justify-content:space-between;
    
}

.premium-list {
  position: absolute;
  top: 0;
  right: 0;
  background: gold;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.badge-wrapper {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  flex-direction: column;
  /* stack vertically */
  gap: 4px;
  /* spacing between badges if needed */
  z-index: 10;
}

.premium-badge {
    height:27px;
  background: #e38e32;
  color: white;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
}

.verified-badge {
  background: #2ecc71;
  /* green */
  color: white;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
}

.directory-buttons .btn-secondary:hover {
    background-color: #5a6268;
    border-color: #5a6268;
}

.directory-buttons .btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.directory-buttons .btn-info:hover {
    background-color: #138496;
    border-color: #138496;
}

.swiper-pagination {
    text-align: center;
    margin-top: 20px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 0.7;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #007bff;
    opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
    color: #007bff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    background: rgba(0, 123, 255, 0.2);
    border-radius: 50%;
    transition: background 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(0, 123, 255, 0.4);
}

.swiper-button-prev {
    left: -20px;
}

.swiper-button-next {
    right: -20px;
}

@media (max-width: 992px) {
    .swiper-slide {
        width: 50%; /* 2 cards on medium screens */
    }
}

@media (max-width: 768px) {
    .swiper-slide {
        width: 100%; /* 1 card on small screens */
    }
    .directory-card-main {
        flex-direction: column;
        text-align: center;
    }
    .directory-logo {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none; /* Hide arrows on small screens, use pagination */
    }
}
.new-card-section {
  width: 100%;
  padding: 0px 0 40px 0;
  display: flex;
  justify-content: center;
}

.new-main-card {
  width: 90%;
  display: flex;
  gap: 10px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 20px;
}

/* LEFT SIDE */
.new-left-tabs {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background:#f9f9f9;
  /*border-right:1px solid #f9f9f9;*/
}

.new-tab-btn {
  padding: 12px 16px;
  font-size: 16px;
  text-align: left;
  border: none;
  background: none;
  cursor: pointer;
  color: #444;
  transition: all 0.3s ease;
}

.new-tab-btn.active {
  color: #e91e63;
  font-weight: 600;
}

.new-left-tabs hr {
  margin: 6px 0;
  border: 0;
  border-bottom: 1px solid #ddd;
}

/* RIGHT SIDE */
.new-right-slider {
  width: 75%;
  overflow: hidden;
  position: relative;
}

.new-tab-content {
  display: none;
}

.new-tab-content.active {
  display: block;
}

.new-slider-container {
  display: flex;
  gap: 10px;
}

.new-slide {
  position: relative;
  min-width: 32%;
  overflow: hidden;
  /*border-radius: 12px;*/
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.new-slide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  /*border-radius: 12px;*/
}

.new-image-title {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
  text-align:center;
}

.testimonial-reels-section {
  background: #f9f9f9;
}
.reel-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  height: 400px; /* Height reel style ke liye */
}
.reel-card video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* reel effect */
  border-radius: 20px;
}
.testimonial-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f6f7fb, #ffffff);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.testimonial-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

/* Slider container */
.testimonial-slider {
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-container {
  display: flex;
  gap: 20px;
  transition: transform 0.6s ease;
}

.testimonial-card {
  /*flex: 0 0 33.33%;*/
  background: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
}
/*.directory-company-name {*/
/*  display: inline-block;*/
  max-width: 150px; /* adjust as needed */
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  vertical-align: middle;*/
/*}*/

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Profile photo */
.testimonial-profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #007bff;
}

/* Text & Name */
.testimonial-text {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
  min-height: 80px;
}

.testimonial-stars {
  color: #ffcc00;
  font-size: 18px;
  margin-bottom: 10px;
}

.testimonial-name {
  font-weight: 600;
  margin-bottom: 4px;
  color: #222;
}

.testimonial-role {
  color: #666;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 992px) {
  .testimonial-card {
    flex: 0 0 50%;
  }
}

@media (max-width: 600px) {
  .testimonial-card {
    flex: 0 0 100%;
  }
}

.listing-page{
    width:100%;
    display:flex;
   justify-content:space-between;
   margin:40px 0px;
}
.listing-page-left{
    width:26%;
    height:auto;
    border-radius:10px;
    
}
.listing-page-right{
    width:73%;
    height:fit-content;
    display:grid;
    grid-template-columns:1fr;

    
}

.verify-btn-s {
    width:fit-content;
            padding: 2px 6px;
            border-radius: 3px;
           color: #fff !importent;
            margin-left: 6px;
            }
            
            .popular-city-scroll{
    width:100%;
    display:flex !important;
    justify-content:center;
    gap:20px;
    overflow:scroll !important;
}
  
  .popular-city-scroll::-webkit-scrollbar{
    display:none;
}
.listing-page-search{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
            
@media (min-width: 541px) {
     .mobile-view{
         display:none;
     }
     .offcanvas{
    display:none;
}
.banner-discription-mobile{
    display:none;
}
     
 }            
    
    .banner-top-content{
        width:80%;
        margin:auto;
        
    }
            
 @media (max-width: 540px) {
      .banner-top-content{
        width:100%;
        margin-bottom:10px;
    }
    .banner-discription{
        display:none;
    }
    .newupdateContainer{
        min-height:400px;
    }
.listing-page-search{
    width:100%;
    display:flex;
    flex-direction:column;
    /*align-items:center;*/
    justify-content:center;
}
.filter-buttons {
    width: 100%;
    display: flex
;
    align-items: center;
    overflow: scroll;
    gap: 10px;
}
.search-container {
    width: 100%;
    display: flex
;
    align-items: center;
    position: relative;
    /* margin-bottom: 12px; */
}
.listing-page-left{
    display:none;
}
.listing-page-right {
    width: 100%;
    height: fit-content;
    display: grid
;
    grid-template-columns: 1fr;
}
.listing-page-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #333;
    margin-bottom: 16px;
}
.property-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}
.price-text {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f3f3f32e;
    /*padding-left: 15px;*/
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.image-section {
    position: relative;
     margin-right: 0px; 
    flex-shrink: 0;
}
     .desktop-view{
         display:none;
     }
     .bb-nav-list {
    width: 100%;
    display: flex;
    overflow: scroll;
    list-style: none;
    gap: 20px;
    padding: 10px 10px;
    margin-bottom: 0px;
}
.bb-nav-list::-webkit-scrollbar{
    display:none;
}
.bb-nav-link {
    white-space: nowrap;
    text-decoration: none;
    color: #222;
    font-weight: 600;
    padding: 8px 12px;
    display: inline-block;
    transition: color 0.2s;
}
.newupdateContainer{
    overflow:hidden;
}
.newupdateSearchContainer{
    overflow:hidden;
        width: 100%;
        overflow: visible;

}
.newupdateTabs {
  width: 100%;
  display: flex;
  flex-wrap: nowrap; /* line break na ho */
  overflow-x: auto; /* sirf horizontal scroll allow */
  overflow-y: hidden;
  gap: 10px;
  /*padding-bottom: 10px;*/
  margin-bottom: 10px;
  padding-left: 77px;
  scroll-behavior: smooth;
}

.newupdateTabs::-webkit-scrollbar {
  height: 6px; /* optional: scrollbar chhota dikhe */
}

.newupdateTabs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.newupdateTabs > * {
  flex: 0 0 auto; /* har tab apne width me rahe */
}

   
   .newupdateFilters {
    display: flex
;
    flex-direction: column;
    gap:20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}  
.newupdateFilterOptions{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 10px;
}
.newupdateFilterOptions{
    display: grid;
     gap: 10px;
    
}
.property-popular-cities .section-title h4 {
    font-size: 1.3em;
    font-family: "Ubuntu", sans-serif;
    position: relative;
    margin-bottom: 1.5em;
    padding-bottom: 8px;
    text-transform: capitalize;
    font-weight: 600;
}
.banner-top-content h1 {
    font-size: 28px;
    font-weight: 700;
}
.popular-city-scroll{
    width:100%;
    display:flex !important;
        justify-content: center;
    gap:20px;
    overflow:scroll !important;
    padding-left:300px;
}
footer .footer-top ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
footer .footer-bottom {
    margin-bottom:90px;
}
.property-popular-cities .city-main a .thumb img {
    width: 100px;
    height: 100px;
}
.property-popular-cities .city-main a .details h4 {
    color: #333;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    margin: 0;
}
.property-popular-cities .city-main a .details p {
    white-space: nowrap;
    margin: 0;
    color: #333;
    font-size: 0.8em;
}
.new-main-card {
    width: 90%;
    display: flex
;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.new-left-tabs {
    width: 100%;
    display: flex
;
    flex-direction: row;
    overflow:scroll;
    justify-content: flex-start;
    background: #f9f9f9;
    /* border-right: 1px solid #f9f9f9; */
}
.new-slide {
  position: relative;
  min-width: 90%;
  overflow: hidden;
  /*border-radius: 12px;*/
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.new-tab-btn{
    white-space:nowrap;
}
.new-right-slider {
    width: 100% !important;
    overflow: hidden;
    position: relative;
}
    .profile-header {
        height: auto;
        padding:20px;
    }
    
    .top-search-section {
        overflow:hidden;
    }
    .right-sorting{
        flex-direction:column;
    }
    .right-sorting .sorting-options {
        width: 100%;
        border-top:1px solid #f9f9f9;
        padding-top:15px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.right-sorting .sorting-options .filter-in-mobile button {
    padding: 8px 30px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 14px;
    background: #f9fafb;
    /* appearance: none; */
    cursor: pointer;
}
    
    
    

 }    
 
 
 
 
 
 .tabs-wrap {
  width: 100%;
  margin-bottom: 1.5rem;
  overflow:hidden;
}

.tabs-btns {
    width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; 
  padding: 10px 15px; 
  scrollbar-width: none; 
  -ms-overflow-style: none; 
  white-space: nowrap; 
}

.tabs-btns::-webkit-scrollbar {
  display: none; 
}

.tabs-btns button {
  flex: 0 0 auto; 
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  scroll-snap-align: start; /* Snap buttons to the start */
}

.tabs-btns button.active,
.tabs-btns button:hover {
  background-color: #e38e32;
  color: #fff;
  border-color: #e38e32;
}
.btn-primary {
    background-color: #e38e32 !important;
    border-color: #e38e32 !important;
}

/* Ensure buttons are fully visible on mobile */
@media (max-width: 576px) {
  .tabs-btns {
    justify-content: flex-start;
    padding-left: 15px; /* Ensure leftmost button is fully visible */
  }

  .tabs-btns button {
    min-width: 100px; /* Ensure buttons have a minimum width */
  }
  
   .desktop-menu{
      display:none;
  }
  .ver-line{
      width:1px;
       height:25px;
      background:gray;
  }
  .togle-menu-profile{
      width:100%;
      height:auto;
      background:#fff;
      padding:20px;
      display:flex;
      flex-direction:column;
      justify-content:center;
      gap:15px;
  }
  .togle-menu-profile img{
      width:80px;
      height:80px;
      border-radius:50%;
      background:#fff;
  }
  .profile-content h4{
      font-size:20px;
  }
  .profile-content h6{
      font-size:16px;
  }
  .post-property-card{
      width:100%;
      display:flex;
      justify-content:space-between;
      padding:15px 20px;
      background:#fff;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
      margin-top:15px;
      border-radius:6px;
      cursor: pointer;
  }
  .post-property-card h3{
      font-size:18px;
      margin:0px;
      display: flex
;
        flex-direction: column;
        justify-content: center;
  }
  .post-property-card h3 span{
      font-size:13px;
      margin:0px;
  }
  .post-property-card img{
      width:50px;
      height:50px;
  }
  .recent-activity{
      
       width:100%;
      
      display:flex;
      justify-content:space-between;
      align-items:center;
     
      background:#fff;
      box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
      margin-top:15px;
      border-radius:6px;
  }
  .rec-act{
      width:49%;
      height:70px;
      display:flex;
      flex-direction:column;
      justify-content:center;
      align-items:center;
  }
  .rec-act h2{
      font-size:18px;
  }
  .recent-activity-line{
      width:1px;
      height:70px;
      background:#8080805e;
  }
  .rec-act1{
       width:100%;
      height:50px;
      display:flex;
      gap:20px;
      padding:5px 10px;
      justify-content:space-between;
      align-items:center;
  }
  .rec-act1 h2{
      font-size:18px;
  }
  .offcanvas-body { padding: 20px !important; }
    .accordion { --bs-accordion-border-width: 0; }
    .accordion-item { border: none !important; border-bottom: 1px solid #eee !important; }
    .accordion-item:last-child { border-bottom: none !important; }
    .accordion-button::after { display: none; }

    /* ====================== MAIN MENU (Buyers, For Sellers, etc.) ====================== */
    .main-menu-btn {
      background: #fff !important;
      color: #818181 !important;
      font-weight: 700;
      font-size: 1rem;
      padding: 1rem 1.2rem;
      border-left: 5px solid #1e40af;
      border-radius: 0 !important;
    }
    .main-menu-btn:not(.collapsed) {
      background: #eff6ff !important;
    }
    .main-menu-btn::before {
      content: "+";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
             color: #818181;
        font-size: .8rem;
        float: right;
        padding-right: 11px;
    }
    .main-menu-btn:not(.collapsed)::before { content: "−"; }

    /* ====================== SUB MENU (Residential, Commercial, etc.) ====================== */
    .sub-menu-header {
      background: #f8f9fa !important;
      color: #818181 !important;
      font-weight: 600;
      font-size: 15px;
      padding: 0.9rem 1.5rem;
      border-left: 4px solid #1565c0;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .sub-menu-header i { color: #818181; }
    .sub-menu-header::before {
      content: "+";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #818181;
      font-size: .8rem;
      margin-left: 10px;
    }
    .sub-menu-header:not(.collapsed)::before { content: "−"; }

    /* ====================== SUB-SUB SECTIONS ====================== */
    .sub-sub-section {
      padding: 0.9rem 1.8rem;
      border-bottom: 1px dashed #dee2e6;
    }
    .sub-sub-section:last-child { border-bottom: none; }

    /* Properties - Blue */
    .section-properties h5 {
     color: #c2410c;
      font-weight: 700;
      font-size: 0.95rem;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      margin: 0 0 0.6rem;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }
    
    
      
       .section-properties ul{
            display: inline-block;
      text-align: left;
      margin: 0;
      padding: 0;
       }
    .section-properties ul li a {
     color: #c2410c;
      font-size: 0.92rem;
      padding: 0.35rem 0.7rem;
      display: block;
      background: rgba(251,146,60,0.1);
      border-radius: 6px;
      margin: 0.25rem 0;
    }
    .section-properties ul li a:hover {
     background: #fed7aa;
      transform: translateY(-1px);
    }

    /* Budget - Green */
    .section-budget h5 {
      color: #c2410c;
      font-weight: 700;
      font-size: 0.95rem;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      margin: 0 0 0.6rem;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }
    
    .section-budget ul{
            display: inline-block;
      text-align: left;
      margin: 0;
      padding: 0;
       }
    .section-budget ul li a {
      color: #c2410c;
      font-size: 0.92rem;
      padding: 0.35rem 0.7rem;
      display: block;
      background: rgba(251,146,60,0.1);
      border-radius: 6px;
      margin: 0.25rem 0;
    }
    .section-budget ul li a:hover {
      background: #fed7aa;
      transform: translateY(-1px);
    }

    /* Popular Choices - Orange */
    .section-popular h5 {
      color: #c2410c;
      font-weight: 700;
      font-size: 0.95rem;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      margin: 0 0 0.6rem;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }
    .section-popular ul {
      display: inline-block;
      text-align: left;
      margin: 0;
      padding: 0;
    }
    .section-popular ul li a {
      color: #c2410c;
      font-size: 0.92rem;
      padding: 0.35rem 0.7rem;
      display: block;
      background: rgba(251,146,60,0.1);
      border-radius: 6px;
      margin: 0.25rem 0;
    }
    .section-popular ul li a:hover {
      background: #fed7aa;
      transform: translateY(-1px);
    }

    .menu-section i { font-size: 0.9rem; width: 18px; }
      .newupdateSearchBar{
      display:none;
  }
  .newupdateDropdown{
      display:none;
  }
  .newupdateFilterOptions{
      display:none;
  }
  .newupdateContainer{
          padding: 70px 16px;
  }
  .newupdateSearchInput{
      width:80%;
  }
  .newupdateSearchBtn{
          width: 95%;
  }
  .newupdateSearchIcon, .newupdateMicIcon {
     background: #fff; 
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #00cc88;
    padding: 5px;
    border-radius: 50%;
    padding: 10px;
}
.city-main{
    width:120px !important;
}
.newdesign-proj-category {
    height: 30px;
    font-size: 12px;
    width: fit-content;
    color: #5c5b5b;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 5px 10px;
    background: aliceblue;
}
.directory-logo{
    margin:auto;
}
 
 .tabs-btns{
     flex-wrap:nowrap;
 } 
 .new-slide {
  position: relative;
  width: 90%;
  overflow: hidden;
  /*border-radius: 12px;*/
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.location-search{
    flex-direction:column !important;
}

.new-slide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  /*border-radius: 12px;*/
}
.mobile-sign{
    display:none !important;
}
.mobile-share{
    gap:10px;
}
.breadcrumb-section nav {
    float: left;
    line-height: 23px;
}
.sidebar-section {
   display:none;
}
.breadcrumb-section{
    display:none;
}
.sidebar-menu{
    display:none;
}
.owner-section {
    padding: 20px 0;
    background: #F6F8F9;
}
.profile-section{
    width:100%;
    border:1px solid gray;
}
.pro-user{
     border:1px solid #80808014;
}
.pricing-section {
    text-align: center;
    padding: 60px 15px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}
.filter-buttons{
    display:none;
}
.filter-inmobile{
    width:100%;
    height:50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #ffffff;
   
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   
}
.ver-line{
    height:90%;
    width:1px;
    background:#f9f9f9;
}
.filter-text{
    width:33%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.filter-text p{
    font-weight:600;
}
.sorting-options label {
  background: #f7f8fc;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.sorting-options label:hover {
  background: #e8f0ff;
}

.sorting-options input[type="checkbox"] {
  accent-color: #0d1b3e;
  cursor: pointer;
}
.listing-filter{
    border-radius:0px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0%);;
}

.pricing-section {
    text-align: center;
    padding: 60px 10px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}
.directory-card{
    flex-direction:column;
}
.company-logo {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}
.directory-features{
    grid-template-columns:1fr 1fr;
}
.profile-header {
        height: auto;
    }
        .hori-line {
        width: 100%;
        flex-wrap: wrap;
         justify-content: start !important; 
    }

.right-sorting .sorting-options{
    display:none;
}
.profile-header{
    height:auto !important;
}
}
.icon-button{
    width:50px;
    height:40px;
}
.ver-line{
      width:1px;
       height:25px;
      background:gray;
  }

@media (min-width: 576px) {
  .tabs-btns {
    justify-content: center; /* Center buttons on larger screens */
    overflow-x: visible; /* Disable scrolling on desktop */
    scroll-snap-type: none;
  }
  .filter-inmobile{
      display:none;
  }
 .mobile-menu{
      display:none;
  }
   .ver-line{
      width:1px;
      height:25px;
      background:gray;
  }
  .bottom-wrap{
      display:none !important;
  }

.newupdateSearchBarmobile{
    display:none;
}
}

    
