@media only screen and (max-width: 767px) {
  /*----- Default CSS -----*/
  body {
    font-size: 15px;
  }
  .mtb-100 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .container {
    max-width: 540px !important;
  }
  .container-fluid {
    max-width: 540px !important;
  }
  .common-btn {
    padding: 10px 22px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title .sub-title {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .section-title .counter-item {
    position: relative;
  }
  .section-title .counter-item h3 {
    font-size: 40px;
  }
  .section-title .counter-item h3 .target {
    top: 9px;
  }
  /*----- Home Demo One -----*/
  /*-- Header --*/
  .header-area {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .header-area .right {
    text-align: center;
  }
  .header-area .right ul li a {
    font-size: 14px;
  }
  .header-area .right ul li .nice-select ul {
    left: -25px;
  }
  /*-- Nav Top --*/
  .nav-top-area .left {
    display: none;
  }
  .nav-top-area .right {
    text-align: center;
  }
  .nav-top-area .right ul li {
    margin-right: 0;
    display: block;
    margin-bottom: 15px;
  }
  .nav-top-area .right ul li:last-child {
    margin-bottom: 0;
  }
  .nav-top-area .right ul li .inner {
    padding-left: 0;
    text-align: center;
  }
  .nav-top-area .right ul li .inner i {
    position: relative;
    top: 0;
    margin-bottom: 8px;
  }
  .nav-top-area .right ul li .inner a {
    font-size: 18px;
  }
  /*-- Navbar --*/
  .side-nav {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0px 10px 15px 0px #c0c0c0;
    box-shadow: 0px 10px 15px 0px #c0c0c0;
  }
  .side-nav .left {
    padding: 10px 14px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .side-nav .left i {
    font-size: 16px;
    top: 1px;
  }
  .side-nav .left.two {
    margin-left: 2px;
    border-radius: 0;
  }
  /*-- Banner --*/
  .banner-area {
    overflow: visible;
  }
  .banner-area .owl-theme .owl-nav {
    bottom: 75px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .banner-area .owl-theme .owl-nav .owl-prev {
    position: relative;
    top: 0;
    left: 0;
  }
  .banner-area .owl-theme .owl-nav .owl-next {
    position: relative;
    top: 0;
    right: 0;
  }
  .banner-area .banner-slider-item {
    height: 100%;
    padding-top: 180px;
    padding-bottom: 170px;
  }
  .banner-content {
    margin-top: 0;
  }
  .banner-content .banner-span {
    font-size: 13px;
  }
  .banner-content h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .banner-content form .banner-form-tag {
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
  }
  .banner-content form .banner-form-tag li {
    margin-left: 2px;
    margin-right: 2px;
  }
  .banner-content form .banner-form-tag li a {
    font-size: 13px;
    padding: 5px 10px;
  }
  .banner-content form .banner-form-area {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
  }
  .banner-content form .banner-form-area .col-lg-4:before {
    display: none;
  }
  .banner-content form .banner-form-area .form-group .form-control {
    font-size: 15px;
  }
  .banner-content form .banner-form-area .form-group .nice-select {
    padding-left: 12px;
    border-top: 1px solid #f1f1f1;
  }
  .banner-content form .banner-form-area .button-area {
    position: relative;
    top: 0;
    right: 0;
  }
  .banner-content form .banner-form-area .button-area a {
    height: 40px;
    line-height: 48px;
  }
  .banner-content form .banner-form-area .button-area .common-btn {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  /*-- Apartment --*/
  .apartment-area .container-fluid {
    margin-right: auto;
  }
  .apartment-area .owl-theme .owl-nav {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 25px;
  }
  .apartment-area .section-title {
    text-align: center;
  }
  .apartment-area .section-title h2 {
    margin-left: auto;
  }
  .apartment-item:hover .property-btn {
    left: 0;
  }
  .apartment-item .inner {
    text-align: center;
    right: 0;
  }
  .apartment-item .property-btn {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  /*-- Choose --*/
  .choose-item {
    -webkit-box-shadow: 0px 10px 20px -6px #f1ecec;
    box-shadow: 0px 10px 20px -6px #f1ecec;
  }
  /*-- Project --*/
  .project-area .section-title {
    text-align: center;
  }
  .project-area .section-title h2 {
    margin-left: auto;
  }
  /*-- Find --*/
  .find-area .find-content h2 {
    font-size: 25px;
    margin-top: -5px;
  }
  .find-area .find-content .common-btn {
    margin-left: 1px;
    margin-right: 1px;
    padding: 10px 10px;
  }
  /*-- Services --*/
  .services-area .col-lg-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .services-item:after {
    display: none;
  }
  /*-- City --*/
  .city-area .section-title {
    text-align: center;
  }
  .city-area .section-title h2 {
    margin-left: auto;
  }
  .city-item {
    text-align: center;
  }
  .city-item .top .common-btn {
    right: 0;
    left: 0;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
  /*-- Properties --*/
  .properties-area .section-title {
    text-align: center;
  }
  .properties-area .section-title h2 {
    margin-left: auto;
  }
  .properties-area .owl-theme .owl-nav {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 25px;
  }
  .property-item {
    text-align: center;
  }
  .property-item .bottom {
    padding: 25px 15px;
  }
  /*-- Team --*/
  .team-area .section-title {
    text-align: center;
  }
  .team-area .section-title h2 {
    margin-left: auto;
  }
  .team-area .owl-theme {
    margin-bottom: 25px;
  }
  .team-area .owl-theme .owl-nav {
    margin-top: 0;
  }
  .team-area .owl-theme .owl-nav .owl-prev {
    position: relative;
    top: 0;
    left: 0;
  }
  .team-area .owl-theme .owl-nav .owl-next {
    position: relative;
    top: 0;
    right: 0;
  }
  /*-- Subscribe --*/
  .subscribe-area {
    text-align: center;
  }
  .subscribe-area .section-title {
    text-align: center;
  }
  .subscribe-area .section-title h2 {
    margin-left: auto;
  }
  .subscribe-area .subscribe-content img {
    position: relative;
    right: 0;
    bottom: 0;
    margin-bottom: -50px;
    margin-top: 30px;
  }
  .subscribe-area .subscribe-content .form-control {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .subscribe-area .subscribe-content .common-btn {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  /*-- Footer --*/
  .copyright-area {
    margin-top: 20px;
  }
  /*----- Home Demo Two -----*/
  /*-- Nav Top --*/
  .nav-top-area.two {
    border-bottom: 1px solid #fff;
  }
  /*-- Banner --*/
  .banner-area.two .banner-slider-item {
    text-align: center;
    height: 100%;
  }
  .banner-area.two .banner-slider-item .banner-img {
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-area.two .banner-slider-item .banner-img img:nth-child(1) {
    position: relative;
  }
  .banner-area.two .banner-slider-item .banner-img img:nth-child(2) {
    display: none;
  }
  .banner-area.two .banner-slider-item .banner-bottom-right {
    position: relative;
    text-align: center;
  }
  .banner-area.two .banner-slider-item .banner-bottom-right h3 span {
    position: relative;
    display: block;
  }
  .banner-area.two .banner-slider-item .banner-bottom-right ul li a {
    display: block;
    margin-top: 5px;
  }
  .banner-area.two .banner-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .banner-area.two .banner-content .btn-area .common-btn {
    display: block;
  }
  .banner-area.two .banner-content .btn-area .banner-btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .banner-area.two .owl-theme .owl-nav {
    bottom: 85px;
    text-align: center;
  }
  /*-- Feature --*/
  .feature-area .feature-item .feature-content {
    text-align: center;
  }
  .feature-area .feature-item .feature-content .top {
    margin-bottom: 15px;
  }
  .feature-area .feature-item .feature-content .top h3 span {
    position: relative;
    top: 0;
    display: block;
  }
  .feature-area .feature-item .feature-content .bottom ul {
    padding-bottom: 12px;
  }
  .feature-area .feature-item .feature-content .bottom ul li {
    text-align: left;
    margin-bottom: 8px;
    margin-right: 5px;
    padding-right: 5px;
  }
  .feature-area .feature-item .feature-content .bottom ul li h4 {
    font-size: 14px;
  }
  .feature-area .feature-item .feature-content .sell {
    text-align: left;
  }
  .feature-area .feature-item .feature-img {
    background-image: unset;
  }
  .feature-area .feature-item .feature-img img {
    display: block;
  }
  .feature-area .owl-theme .owl-nav {
    margin-top: 30px;
  }
  .feature-area .owl-theme .owl-nav .owl-prev {
    position: relative;
    top: 0%;
    left: 0;
  }
  .feature-area .owl-theme .owl-nav .owl-next {
    position: relative;
    top: 0%;
    right: 0;
  }
  .feature-area .owl-theme .owl-dots {
    display: none;
  }
  /*-- City --*/
  .city-area.two .owl-theme .owl-nav {
    margin-bottom: 25px;
  }
  .city-area.two .owl-theme .owl-nav .owl-prev {
    position: relative;
    top: 0%;
    left: 0;
  }
  .city-area.two .owl-theme .owl-nav .owl-next {
    position: relative;
    top: 0%;
    right: 0;
  }
  /*-- Offer --*/
  .offer-item {
    text-align: center;
  }
  .offer-item ul li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .offer-item ul li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  /*-- Office --*/
  .office-item img {
    height: auto;
  }
  /*-- Services --*/
  .services-area-three .service-shape img {
    top: 15px;
    max-width: 90px;
  }
  /*-- Testimonial --*/
  .testimonial-area .testimonial-item .top {
    padding: 25px 15px;
  }
  .testimonial-area .testimonial-item .top:before {
    left: 0;
    right: 0;
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-area .testimonial-item .top p {
    font-size: 16px;
  }
  .testimonial-area .testimonial-item .bottom {
    margin-left: 0;
    text-align: center;
  }
  .testimonial-area .testimonial-item .bottom ul li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonial-area .testimonial-item .bottom ul li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .testimonial-area .testimonial-item .bottom ul li img {
    margin-bottom: 15px;
    max-width: 75px;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-area .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
  }
  /*----- Home Demo Three -----*/
  /*-- Banner --*/
  .banner-area.three .banner-slider-item {
    height: 100%;
  }
  .banner-area.three .banner-slider-item .banner-apartment-info {
    padding: 30px 15px 30px 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  .banner-area.three .banner-slider-item .banner-apartment-info .top h3 span {
    position: relative;
    display: block;
  }
  .banner-area.three .banner-slider-item .banner-apartment-info .bottom ul li {
    margin-right: 4px;
    padding-right: 6px;
  }
  .banner-area.three
    .banner-slider-item
    .banner-apartment-info
    .bottom
    ul
    li:last-child {
    margin-top: 5px;
  }
  .banner-area.three .banner-slider-item .banner-apartment-info .sell h4 {
    text-align: left;
  }
  /*-- Provide --*/
  .provide-area .provide-img:before {
    left: -5px;
  }
  .provide-area .provide-content .section-title {
    text-align: center;
  }
  .provide-area .provide-content .section-title h2 {
    margin-left: auto;
  }
  .provide-area .provide-content .section-title p {
    margin-left: auto;
  }
  .provide-area .provide-content .inner {
    text-align: center;
  }
  .provide-area .provide-content .inner .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .provide-area .provide-content .inner .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .provide-area .provide-content .inner ul li i {
    margin-bottom: 10px;
  }
  .provide-area .provide-content .inner ul li h3 {
    display: block;
  }
  /*-- Blog --*/
  .blog-item {
    text-align: center;
  }
  .blog-item .bottom {
    padding: 25px 15px;
  }
  /*----- About -----*/
  .page-title-area .title-content {
    margin-top: 100px;
  }
  .page-title-area .title-content h2 {
    font-size: 30px;
  }
  .about-area {
    text-align: center;
  }
  .about-area .about-content .section-title {
    text-align: center;
  }
  .about-area .about-content .section-title h2 {
    margin-left: auto;
  }
  .about-area .about-content .section-title p {
    margin-left: auto;
  }
  .about-area .about-content ul {
    margin-left: auto;
    margin-right: auto;
  }
  .about-area .about-content ul li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .about-area .about-content ul li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
    max-width: 57%;
  }
  .provide-area.two .provide-img:before {
    display: none;
  }
  /*----- Service Details -----*/
  .service-details-area .details-item {
    text-align: center;
  }
  .service-details-area .details-item h3 {
    font-size: 25px;
  }
  .service-details-area .details-item .list .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .service-details-area .details-item .list .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .service-details-area .details-item .list ul li {
    margin-bottom: 20px;
  }
  .common-details-contact {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .widget-area .popular .inner ul li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .widget-area .popular .inner ul li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  .widget-area .popular .inner ul li h4 {
    font-size: 16px;
  }
  .widget-area .tags.two {
    margin-bottom: 30px;
  }
  /*----- Property Details -----*/
  .common-img-details {
    text-align: center;
  }
  .common-img-details h2 {
    font-size: 25px;
  }
  blockquote {
    padding: 30px 15px 30px 15px;
    margin-left: 0;
  }
  blockquote i {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }
  .property-details-area .details-item {
    text-align: center;
  }
  .property-details-area .details-item .video-item .video-wrap .js-modal-btn {
    width: 60px;
    height: 60px;
    font-size: 40px;
  }
  .property-details-area .details-item .video-item .video-wrap .js-modal-btn i {
    line-height: 57px;
  }
  .property-details-area
    .details-item
    .video-item
    .video-wrap
    .js-modal-btn:before {
    width: 60px;
    height: 60px;
  }
  .property-details-area
    .details-item
    .video-item
    .video-wrap
    .js-modal-btn:after {
    width: 60px;
    height: 60px;
  }
  .property-details-area .details-item .information ul li {
    margin-right: 5px;
    padding-right: 5px;
  }
  .property-details-area .details-item .information ul li:last-child {
    margin-top: 10px;
  }
  .property-details-area .details-item .information-list ul li {
    font-size: 13px;
  }
  /*----- Blog Details -----*/
  .blog-details-area .details-item {
    text-align: center;
  }
  .blog-details-area .details-item .video-item {
    text-align: left;
  }
  .blog-details-area .details-item .tags .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .blog-details-area .details-item .tags .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .blog-details-area .details-item .comments {
    text-align: left;
  }
  .blog-details-area .details-item .comments ul li a {
    margin-right: 5px;
  }
  .faq-item {
    padding: 30px 15px;
  }
  .coming-soon-area .soon-item h1 {
    font-size: 35px;
  }
  .error-area .error-item h1 {
    font-size: 100px;
  }
  .error-area .error-item h2 {
    font-size: 22px;
  }
  .rules-area {
    text-align: center;
  }
  .modal-video-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-video-close-btn {
    right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .nav-top-area .right ul li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
  .property-item .bottom {
    padding: 25px 7px;
  }
  .services-area-three .services-item-three {
    padding: 30px 15px;
  }
  .blog-item .bottom h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .mean-container .mean-bar {
    background-color: #000;
  }
  .mean-container a.meanmenu-reveal {
    color: #fff;
  }
  .mean-container a.meanmenu-reveal span {
    margin-top: 30px;
    position: relative;
    top: -10px;
    background-color: #fff;
    border-radius: 0%;
  }
  .mobile-nav .logo {
    top: 6px;
    max-width: 200px;
  }
  .mobile-nav.mean-container .mean-nav ul li a.active {
    color: #f93e45;
  }
  .navbar-nav {
    height: 320px;
    overflow-y: scroll;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*----- Default CSS -----*/
  body {
    font-size: 15px;
  }
  .mtb-100 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mt-100 {
    margin-top: 70px;
  }
  .mb-100 {
    margin-bottom: 70px;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .container {
    max-width: 720px !important;
  }
  .container-fluid {
    max-width: 720px !important;
  }
  .common-btn {
    padding: 10px 22px;
  }
  .section-title {
    margin-bottom: 30px;
    margin-top: -3px;
  }
  .section-title .sub-title {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .section-title .counter-item h3 {
    font-size: 40px;
  }
  .section-title .counter-item h3 .target {
    top: 9px;
  }
  /*----- Home Demo One -----*/
  /*-- Header --*/
  .header-area .right ul li .nice-select ul {
    left: -25px;
  }
  /*-- Nav Top --*/
  .nav-top-area .left {
    display: none;
  }
  .nav-top-area .right {
    text-align: center;
  }
  .nav-top-area .right ul li .inner a {
    font-size: 18px;
  }
  /*-- Navbar --*/
  .side-nav {
    text-align: center;
    position: absolute;
    top: 8px;
    right: 70px;
  }
  .side-nav .left {
    padding: 10px 14px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .side-nav .left i {
    font-size: 16px;
    top: 1px;
  }
  .side-nav .left.two {
    margin-left: 2px;
    border-radius: 0;
  }
  /*-- Banner --*/
  .banner-area {
    overflow: visible;
  }
  .banner-area .owl-theme .owl-nav {
    bottom: 75px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .banner-area .owl-theme .owl-nav .owl-prev {
    position: relative;
    top: 0;
    left: 0;
  }
  .banner-area .owl-theme .owl-nav .owl-next {
    position: relative;
    top: 0;
    right: 0;
  }
  .banner-area .banner-slider-item {
    height: 100%;
    padding-top: 140px;
    padding-bottom: 170px;
  }
  .banner-content {
    margin-top: 0;
  }
  .banner-content .banner-span {
    font-size: 13px;
  }
  .banner-content h1 {
    font-size: 45px;
    margin-bottom: 25px;
  }
  .banner-content form .banner-form-tag {
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
  }
  .banner-content form .banner-form-tag li {
    margin-left: 2px;
    margin-right: 2px;
  }
  .banner-content form .banner-form-tag li a {
    font-size: 13px;
    padding: 5px 10px 3px;
  }
  .banner-content form .banner-form-area {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
  }
  .banner-content form .banner-form-area .col-lg-4:before {
    display: none;
  }
  .banner-content form .banner-form-area .form-group .form-control {
    font-size: 15px;
  }
  .banner-content form .banner-form-area .form-group .nice-select {
    padding-left: 12px;
    border-top: 1px solid #f1f1f1;
  }
  .banner-content form .banner-form-area .button-area {
    position: relative;
    top: 0;
    right: 0;
  }
  .banner-content form .banner-form-area .button-area a {
    height: 40px;
    line-height: 48px;
  }
  .banner-content form .banner-form-area .button-area .common-btn {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  /*-- Apartment --*/
  .apartment-area .container-fluid {
    margin-right: auto;
  }
  .apartment-area .owl-theme .owl-nav {
    right: 0;
  }
  .apartment-item:hover .property-btn {
    left: 0;
  }
  .apartment-item .inner {
    text-align: center;
    right: 0;
  }
  .apartment-item .property-btn {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  /*-- Choose --*/
  .choose-item {
    -webkit-box-shadow: 0px 5px 20px -6px #f1ecec;
    box-shadow: 0px 5px 20px -6px #f1ecec;
  }
  /*-- Find --*/
  .find-area .find-content h2 {
    font-size: 30px;
    margin-top: -5px;
  }
  /*-- Services --*/
  .services-area .col-lg-3 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .services-item:after {
    display: none;
  }
  /*-- City --*/
  .city-item {
    text-align: center;
  }
  .city-item .top .common-btn {
    right: 0;
    left: 0;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
  /*-- Properties --*/
  .properties-area .container-fluid {
    margin-right: auto;
  }
  .properties-area .owl-theme .owl-nav {
    right: 0;
  }
  .property-item {
    text-align: center;
  }
  /*-- Team --*/
  .team-area .owl-theme {
    margin-bottom: 25px;
  }
  .team-area .owl-theme .owl-nav {
    margin-top: 0;
  }
  .team-area .owl-theme .owl-nav .owl-prev {
    position: relative;
    top: 0;
    left: 0;
  }
  .team-area .owl-theme .owl-nav .owl-next {
    position: relative;
    top: 0;
    right: 0;
  }
  /*-- Subscribe --*/
  .subscribe-area {
    text-align: center;
  }
  .subscribe-area .section-title {
    text-align: center;
  }
  .subscribe-area .section-title h2 {
    margin-left: auto;
  }
  .subscribe-area .subscribe-content img {
    position: relative;
    right: 0;
    bottom: 0;
    margin-bottom: -70px;
    margin-top: 30px;
  }
  /*-- Footer --*/
  .copyright-area {
    margin-top: 40px;
  }
  /*----- Home Demo Two -----*/
  /*-- Nav Top --*/
  .nav-top-area.two {
    border-bottom: 1px solid #fff;
  }
  .navbar-area.two .mean-bar {
    border-bottom: 1px solid #fff;
  }
  /*-- Banner --*/
  .banner-area.two .banner-slider-item {
    text-align: center;
    height: 100%;
  }
  .banner-area.two .banner-slider-item .banner-shape img {
    max-width: 285px;
  }
  .banner-area.two .banner-slider-item .banner-img {
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner-area.two .banner-slider-item .banner-img img:nth-child(1) {
    position: relative;
  }
  .banner-area.two .banner-slider-item .banner-img img:nth-child(2) {
    display: none;
  }
  .banner-area.two .banner-slider-item .banner-bottom-right {
    position: relative;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-area.two .banner-slider-item .banner-bottom-right h3 span {
    position: relative;
    display: block;
  }
  .banner-area.two .banner-slider-item .banner-bottom-right ul li a {
    display: block;
    margin-top: 5px;
  }
  .banner-area.two .banner-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .banner-area.two .banner-content h1 {
    margin-left: auto;
    margin-right: auto;
  }
  .banner-area.two .owl-theme .owl-nav {
    bottom: 85px;
    text-align: center;
  }
  /*-- Feature --*/
  .feature-area .feature-item .feature-content {
    text-align: center;
  }
  .feature-area .feature-item .feature-content .top {
    margin-bottom: 15px;
  }
  .feature-area .feature-item .feature-content .top h3 span {
    position: relative;
    top: 0;
    display: block;
  }
  .feature-area .feature-item .feature-content .bottom ul {
    padding-bottom: 12px;
  }
  .feature-area .feature-item .feature-content .bottom ul li {
    text-align: left;
    margin-bottom: 8px;
    margin-right: 5px;
    padding-right: 5px;
  }
  .feature-area .feature-item .feature-content .bottom ul li h4 {
    font-size: 14px;
  }
  .feature-area .feature-item .feature-content .sell {
    text-align: left;
  }
  .feature-area .owl-theme .owl-nav {
    margin-top: 30px;
  }
  .feature-area .owl-theme .owl-nav .owl-prev {
    position: relative;
    top: 0%;
    left: 0;
  }
  .feature-area .owl-theme .owl-nav .owl-next {
    position: relative;
    top: 0%;
    right: 0;
  }
  .feature-area .owl-theme .owl-dots {
    display: none;
  }
  /*-- City --*/
  .city-area.two .owl-theme .owl-nav {
    margin-bottom: 25px;
  }
  .city-area.two .owl-theme .owl-nav .owl-prev {
    position: relative;
    top: 0%;
    left: 0;
  }
  .city-area.two .owl-theme .owl-nav .owl-next {
    position: relative;
    top: 0%;
    right: 0;
  }
  /*-- Offer --*/
  .offer-item {
    text-align: center;
  }
  .offer-item ul li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .offer-item ul li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  /*-- Services --*/
  .services-area-three .service-shape img {
    top: 15px;
    max-width: 120px;
  }
  /*-- Testimonial --*/
  .testimonial-area .testimonial-item .top {
    padding: 25px 15px;
  }
  .testimonial-area .testimonial-item .top:before {
    left: 0;
    right: 0;
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-area .testimonial-item .top p {
    font-size: 17px;
  }
  .testimonial-area .testimonial-item .bottom {
    margin-left: 0;
    text-align: center;
  }
  .testimonial-area .testimonial-item .bottom ul li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonial-area .testimonial-item .bottom ul li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .testimonial-area .testimonial-item .bottom ul li img {
    margin-bottom: 15px;
    max-width: 75px;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-area .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
  }
  /*----- Home Demo Three -----*/
  /*-- Banner --*/
  .banner-area.three .banner-slider-item {
    height: 100%;
  }
  .banner-area.three .banner-slider-item .banner-apartment-info {
    padding: 30px 15px 30px 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  .banner-area.three .banner-slider-item .banner-apartment-info .top h3 span {
    position: relative;
    display: block;
  }
  .banner-area.three .banner-slider-item .banner-apartment-info .bottom ul li {
    margin-right: 4px;
    padding-right: 6px;
  }
  .banner-area.three
    .banner-slider-item
    .banner-apartment-info
    .bottom
    ul
    li:last-child {
    margin-top: 5px;
  }
  .banner-area.three .banner-slider-item .banner-apartment-info .sell h4 {
    text-align: left;
  }
  /*-- Provide --*/
  .provide-area .provide-img:before {
    left: -5px;
  }
  .provide-area .provide-content .section-title {
    text-align: center;
  }
  .provide-area .provide-content .section-title h2 {
    margin-left: auto;
  }
  .provide-area .provide-content .section-title p {
    margin-left: auto;
  }
  .provide-area .provide-content .inner {
    text-align: center;
  }
  .provide-area .provide-content .inner ul li i {
    margin-bottom: 10px;
  }
  .provide-area .provide-content .inner ul li h3 {
    display: block;
  }
  /*-- Blog --*/
  .blog-item {
    text-align: center;
  }
  .blog-item .bottom {
    padding: 25px 15px;
  }
  /*----- About -----*/
  .page-title-area {
    height: 330px;
  }
  .page-title-area .title-content {
    margin-top: 55px;
  }
  .page-title-area .title-content h2 {
    font-size: 30px;
  }
  .about-area {
    text-align: center;
  }
  .about-area .about-content .section-title {
    text-align: center;
  }
  .about-area .about-content .section-title h2 {
    margin-left: auto;
  }
  .about-area .about-content .section-title p {
    margin-left: auto;
  }
  .about-area .about-content ul {
    max-width: 405px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-area .about-content ul li:nth-child(1) {
    padding: 20px 25px 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  /*----- Service Details -----*/
  .common-details-contact {
    margin-bottom: 30px;
  }
  .widget-area .popular .inner ul li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .widget-area .tags.two {
    margin-bottom: 30px;
  }
  /*----- Property Details -----*/
  .common-img-details {
    text-align: center;
  }
  blockquote {
    padding: 30px 30px 30px 30px;
    margin-left: 0;
  }
  blockquote i {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 15px;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }
  .property-details-area .details-item {
    text-align: center;
  }
  .property-details-area .details-item .video-item .video-wrap .js-modal-btn {
    width: 60px;
    height: 60px;
    font-size: 40px;
  }
  .property-details-area .details-item .video-item .video-wrap .js-modal-btn i {
    line-height: 57px;
  }
  .property-details-area
    .details-item
    .video-item
    .video-wrap
    .js-modal-btn:before {
    width: 60px;
    height: 60px;
  }
  .property-details-area
    .details-item
    .video-item
    .video-wrap
    .js-modal-btn:after {
    width: 60px;
    height: 60px;
  }
  .property-details-area .details-item .information h3 {
    margin-bottom: 15px;
  }
  /*----- Blog Details -----*/
  .blog-details-area .details-item {
    text-align: center;
  }
  .blog-details-area .details-item .video-item {
    text-align: left;
  }
  .blog-details-area .details-item .comments {
    text-align: left;
  }
  .contact-area #contactForm {
    padding: 30px 15px;
  }
  .rules-area {
    text-align: center;
  }
  .provide-area.two .provide-img:before {
    display: none;
  }
  .modal-video-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-video-close-btn {
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .right ul li .nice-select ul {
    left: -30px;
  }
  .main-nav nav .navbar-nav .nav-item a {
    margin-left: 8px;
    margin-right: 8px;
  }
  .side-nav .left {
    padding: 15px 10px;
  }
  .apartment-item .inner h3 {
    font-size: 16px;
  }
  .team-area .owl-theme {
    margin-bottom: 25px;
  }
  .team-area .owl-theme .owl-nav {
    margin-top: 0;
  }
  .team-area .owl-theme .owl-nav .owl-prev {
    position: relative;
    top: 0;
    left: 0;
  }
  .team-area .owl-theme .owl-nav .owl-next {
    position: relative;
    top: 0;
    right: 0;
  }
  .property-item .bottom {
    padding: 25px 15px;
  }
  .property-item .bottom h3 {
    font-size: 18px;
  }
  .property-item .bottom ul li {
    font-size: 14px;
  }
  .subscribe-area .subscribe-content img {
    max-width: 325px;
  }
  .footer-item .footer-logo .bottom ul li {
    max-width: 60px;
  }
  .footer-item .footer-links .bottom ul li a {
    padding: 6px 5px;
  }
  .footer-item .footer-blog .inner ul li a {
    font-size: 15px;
  }
  .footer-item .footer-contact .top ul li a {
    font-size: 15px;
  }
  .footer-item .footer-contact .top ul li p {
    font-size: 15px;
  }
  .banner-area.two .banner-slider-item {
    height: 635px;
  }
  .banner-area.two .banner-slider-item .banner-img {
    max-width: 580px;
  }
  .banner-area.two .banner-content h1 {
    font-size: 60px;
  }
  .banner-area.two .owl-theme .owl-nav {
    max-width: 975px;
  }
  .feature-area .feature-item .feature-content .bottom ul li {
    margin-right: 5px;
    padding-right: 5px;
  }
  .feature-area .owl-theme .owl-nav {
    margin-top: 30px;
  }
  .feature-area .owl-theme .owl-nav .owl-prev {
    position: relative;
    top: 0%;
    left: 0;
  }
  .feature-area .owl-theme .owl-nav .owl-next {
    position: relative;
    top: 0%;
    right: 0;
  }
  .city-area.two .owl-theme .owl-nav {
    margin-bottom: 25px;
  }
  .city-area.two .owl-theme .owl-nav .owl-prev {
    position: relative;
    top: 0%;
    left: 0;
  }
  .city-area.two .owl-theme .owl-nav .owl-next {
    position: relative;
    top: 0%;
    right: 0;
  }
  .offer-item ul li h3 {
    font-size: 18px;
  }
  .offer-item ul li i {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .offer-item .inner span {
    font-size: 13px;
  }
  .services-area-three .service-shape img {
    max-width: 220px;
  }
  .banner-area.three .banner-slider-item {
    height: 535px;
  }
  .banner-area.three .banner-slider-item .banner-apartment-info {
    padding: 30px 15px 30px 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-area.three .banner-slider-item .banner-apartment-info .top h3 span {
    position: relative;
    display: block;
  }
  .banner-area.three .banner-slider-item .banner-apartment-info .bottom ul li {
    margin-right: 4px;
    padding-right: 6px;
  }
  .banner-area.three
    .banner-slider-item
    .banner-apartment-info
    .bottom
    ul
    li:last-child {
    margin-top: 5px;
  }
  .banner-area.three .banner-slider-item .banner-apartment-info .sell h4 {
    text-align: left;
  }
  .blog-item .bottom {
    padding: 25px 15px;
  }
  .blog-item .bottom h3 {
    font-size: 20px;
  }
  .modal-video-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal-video-close-btn {
    right: 0;
  }
  .feature-area .owl-theme .owl-dots {
    bottom: 100px;
    left: 450px;
  }
}

@media only screen and (min-width: 1800px) {
  .apartment-area .container-fluid {
    max-width: 1540px;
  }
  .properties-area .container-fluid {
    max-width: 1540px;
  }
  .banner-area.two .banner-slider-item .banner-img {
    max-width: 1105px;
  }
  .office-item img {
    height: 550px;
  }
  .feature-area .owl-theme .owl-dots {
    left: 475px;
  }
}
/*# sourceMappingURL=responsive.css.map */
