@media only screen and (max-width: 991px) {
  .navbar-toggler {
    line-height: 1;
    padding: 0;
    border-radius: 0;
  }

  .navbar-toggler.menu-icon {
    width: 40px;
    padding: 0;
    cursor: pointer;
    position: relative;
    border: 0px;
  }

  .navbar-toggler.menu-icon span {
    width: 100%;
    height: 4px;
    display: block;
    background-color: #005dba;
    margin: 6px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .navbar-toggler.menu-icon.active span {
    position: absolute;
    top: calc(50% - 8px);
  }
  .navbar-toggler.menu-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar-toggler.menu-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navbar-toggler.menu-icon.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
  }

  .navbar-light .navbar-brand {
    width: 100%;
    text-align: center;
  }

  .header .navbar-brand.logo a {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 0.5;
    transition: all 0.6s ease;
  }

  .header .navbar-brand.logo a span {
    font-size: 13.71px;
    letter-spacing: 7px;
    white-space: nowrap;
  }

  .navbar-light .navbar-brand img {
    max-height: 100px;
  }

  .header {
    position: relative;
    background: #000;
    margin-top: 52px;
    padding: 43px 38px;
    text-align: center;
  }

  .header.fixed {
    padding: 20px 15px 18px 15px;
    position: relative;
  }

  .header.fixed .navbar-brand.logo a {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 0.5;
    transition: all 0.6s ease;
  }

  .header.fixed .navbar-brand.logo a span {
    font-size: 13.71px;
    letter-spacing: 7px;
    white-space: nowrap;
  }

  .header .rightlinks {
    display: none;
  }

  .social-fix {
    display: none;
  }

  .hero video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    object-fit: cover;
  }

  .hero {
    height: inherit;
  }

  .hero::before {
    opacity: 0.4;
  }

  .hero-content {
    position: relative;
    z-index: 5;
    height: 100%;
    width: 100%;
    bottom: 0px;
    left: 0;
    margin-top: -10px;
    text-align: center;
    padding: 35px 20px;
    background: #fff;
  }

  .hero .lists {
    display: inline-block;
    align-items: center;
    width: 100%;
  }

  .hero .lists .search-icon {
    margin-bottom: 20px !important;
    filter: none;
    max-width: 23px;
  }

  .hero .lists * {
    width: 100% !important;
    margin: 0px !important;
  }

  .hero .bootstrap-select {
    color: #000 !important;
    font-size: 12px;
    border: 1px solid #000;
    margin-bottom: 10px !important;
  }

  .hero .bootstrap-select:nth-child(2),
  .hero .bootstrap-select:nth-child(3) {
    width: 100% !important;
    min-width: 100% !important;
  }

  .hero .bootstrap-select > .dropdown-toggle {
    padding: 4px 0px 9px 0px;
    border-color: #000 !important;
    color: #000;
  }

  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #000;
    text-transform: capitalize;
    font-size: 12px;
  }

  .hero .btn-default:first-child {
    margin-top: 30px !important;
  }

  .hero .btn-default {
    width: 100%;
    margin: 5px 0px !important;
  }

  .hero .linkbtn {
    color: #000;
    border-color: #000;
    font-size: 12px;
    width: 48%;
    margin-left: 7px;
  }

  .hero .linkbtn:last-child {
    font-size: 15px;
    background: #000;
    border-color: #000;
    color: #fff;
    opacity: 0.75;
    margin-left: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 40px !important;
    text-align: center;
  }

  .properties {
    padding: 40px 30px;
  }

  .properties .row > div {
    padding: 10px 0px;
  }

  .properties .section-title {
    padding: 0px;
    background: none;
    height: 100%;
  }

  .properties .section-title h2 {
    margin-bottom: 20px;
  }

  .properties .section-title .btn-default {
    display: none;
  }

  .propertybox .img img {
    height: inherit;
    width: 100%;
    aspect-ratio: 1 / 0.9;
  }

  .propertybox .text {
    bottom: 20px;
    right: 20px;
  }

  .propertybox .text p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
  }

  .properties .btn-default {
    margin-top: 40px;
  }

  .about {
    padding: 40px 18px;
  }

  .about .bgimg {
    right: -125px;
  }

  .about .img {
    display: inline-block;
    width: 100%;
    height: auto;
    float: none;
    object-fit: cover;
    object-position: center center;
  }

  .about .section-title {
    margin-bottom: 32px;
  }

  .about .right .text {
    padding: 0;
    background: #fff;
    margin: 0;
    margin-top: 35px;
  }

  .about .right .text p {
    font-size: 15px;
    line-height: 1.6;
  }

  .about .btn-default:before {
    width: 100%;
  }

  .about .btn-default {
    color: #fff;
    margin-top: 90px;
  }

  .featured-communities {
    padding: 40px 30px;
  }

  .featured-communities .bgimg {
    top: -105px;
    right: -55px;
  }

  .featured-communities .sright {
    padding-right: 12px;
  }

  .featured-communities .section-title h2 {
    text-align: center;
    margin-bottom: 55px;
  }

  .featured-communities .section-title {
    background: none;
    padding: 0px;
    text-align: center;
    position: relative;
    z-index: 3;
  }

  .featured-communities .space > div {
    padding: 10px 0;
  }

  .homi .community-box .nametext:before {
    display: none;
  }

  .homi .community-box .nametext {
    text-align: center !important;
    padding: 15px 20px;
    justify-content: center;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
  }

  .homi .community-box .nametext:after {
    width: 100%;
    background: #000;
    transform: scale(1);
  }

  .reviews {
    padding: 40px 18px;
    overflow: hidden;
  }

  .reviews .bgimg {
    right: -105px;
    width: 210px;
    height: 400px;
  }

  .reviews .bg {
    margin: 60px auto 0;
    padding: 50px;
    margin-bottom: 48px;
  }

  .reviews .mwidth {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .reviews .bg:before {
    width: 52px;
    height: 42px;
    top: -15px;
    left: -25px;
  }

  .reviews .bg:after {
    width: 52px;
    height: 42px;
    bottom: -15px;
    right: -25px;
  }

  .reviews .bg h3 {
    font-size: 16px;
  }

  .reviews .btn-default {
    background: #000;
    color: #fff;
  }

  .arrowstyle button {
    font-size: 23px;
  }

  .arrowstyle .btn-default {
    order: 3;
    width: auto;
  }

  .arrowstyle {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 17px;
  }

  .ctas {
    padding: 40px 30px;
  }

  .ctas .space > div {
    padding: 10px 0px;
  }

  .ctas a {
    height: 85px;
    font-size: 18px;
  }

  .news {
    padding: 40px 30px;
  }

  .news .section-title {
    padding: 0px 0px;
    display: inline-block;
    width: 100%;
    background: none;
  }

  .news .section-title h2 {
    display: block;
    min-width: 100%;
    margin: 0 auto;
    color: #000;
  }

  .news .section-title p {
    font-size: 17px;
    color: #000;
    display: block;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 35px;
    text-align: center;
  }

  .news .section-title div {
    display: inline-block;
    min-width: 100%;
    margin: 0 auto;
  }

  .newsbox {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
    flex-wrap: wrap;
    border: 1px solid #000;
    padding: 30px;
  }

  .newsbox .img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .newsbox .text h3 {
    font-size: 22px;
    padding-top: 10px;
  }

  .newsbox .text {
    width: 100%;
    margin-right: 0px;
  }

  .newsbox .text p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
  }

  .newsbox:nth-child(odd) {
    background: #000;
  }

  .newsbox:nth-child(odd) .text h3,
  .newsbox:nth-child(odd) .text p {
    color: #fff;
  }

  .news .section-title div {
    display: none;
  }

  .news .btn-default {
    margin-top: 30px;
  }

  .facebookinfo {
    padding: 40px 10px;
  }

  .facebookinfo .bgtop {
    margin-bottom: 30px !important;
    padding-bottom: 30px;
  }

  .facebookinfo .container-fluid {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .facebookinfo .bgimg {
    top: 14px;
    left: -190px;
    width: 210px;
  }

  .facebookinfo .bgbottom {
    background: none;
    position: relative;
    z-index: 5;
  }

  .facebookinfo .fb-account {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .facebookinfo .fb-account div {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
    width: 100%;
  }

  .facebookinfo .fb-account i {
    font-size: 35px;
  }

  .facebookinfo .fb-account div strong {
    font-size: 22px;
  }

  .facebookinfo .fb-account div small {
    font-size: 15px;
  }

  .facebookinfo .text-end {
    text-align: center !important;
  }

  .facebookinfo .btn-default {
    background: #000;
    color: #fff;
    margin-top: 15px;
  }

  .facebookinfo .bgbottom > div {
    padding: 0 12px 12px 12px;
  }

  .facebookbox {
    flex-wrap: wrap;
    margin-bottom: 8px;
    padding: 30px;
    width: 100%;
    border: 1px solid #000;
    text-align: center;
  }

  .facebookinfo .bgbottom > div:nth-child(odd) .facebookbox {
    background: #000;
  }

  .facebookinfo .bgbottom > div:nth-child(odd) .facebookbox .text h3,
  .facebookinfo .bgbottom > div:nth-child(odd) .facebookbox .text p {
    color: #fff;
  }

  .facebookbox .img {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }

  .facebookbox .text {
    width: 100%;
    margin: 0;
  }

  .facebookbox h3 {
    font-size: 18px;
  }

  .facebookbox h3 span {
    font-size: 14px;
  }

  .facebookbox p {
    font-size: 15px;
  }

  .socialinfo {
    padding: 40px 18px;
  }

  .socialinfo .container-fluid {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }

  .socialinfo .section-title h2 {
    margin-bottom: 20px !important;
  }

  .instauser i {
    font-size: 35px;
  }

  .instauser {
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .instauser h3 {
    font-size: 22px;
    margin: 15px 0px;
  }

  .instauser p {
    font-size: 15px;
  }

  .socialinfo .space > div {
    padding: 10px 12px;
  }

  .socialinfo .btn-default {
    background: #000;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: max-content;
    margin-top: 40px;
  }

  .contactform {
    background: #000;
    margin-top: 0px;
    padding: 50px 15px;
  }

  .contactform .section-title {
    margin-bottom: 40px;
  }

  .contactform .container-fluid {
    width: 750px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    padding: 50px 15px;
  }

  .footer .container-fluid {
    width: 750px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer .logo {
    margin-bottom: 0px;
    line-height: 1.1;
  }

  .footer .logo span {
    position: relative;
    top: -40px;
  }

  .footer {
    text-align: center !important;
  }

  .footer h3 {
    margin-top: 20px;
    font-size: 17px;
  }

  .footer .links ul li a {
    font-size: 15px;
    line-height: 1.6;
  }

  .footer p {
    font-size: 14px;
    line-height: 1.6;
  }

  /**/
  .about.inner .section-title {
    margin-bottom: 15px;
    padding-right: 0px;
    text-align: center;
    width: 100%;
    line-height: 1;
  }

  .page-banner .bgimg {
    height: 48vh;
  }

  .about.inner .section-title h2 {
    line-height: 1;
    margin-top: 0px;
  }

  .about.inner .reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .about.inner .img {
    float: none;
    width: 100%;
    padding: 0px;
    margin: 0;
    margin-top: 0px;
  }

  .page-banner .text {
    position: relative;
    z-index: 2;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
  }

  .page-banner h1,
  .page-banner .breadcrumbs,
  .page-banner .breadcrumbs li,
  .page-banner .breadcrumbs li a {
    color: #000;
  }

  .page-banner .row > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .page-banner h1 {
    font-size: 40px;
    margin-bottom: 0px;
  }

  .page-banner .breadcrumbs {
    padding-top: 30px;
    margin-bottom: 8px;
  }

  .about.inner {
    padding: 0;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .about.inner .right .text {
    padding: 0;
    background: none;
    margin: 0;
    margin-top: 25px;
  }

  .team .team-intro {
    margin-top: 20px;
    margin-left: 0px;
    padding: 0;
    text-align: left !important;
  }

  .team .text-end {
    text-align: left !important;
  }

  .team .ms-auto {
    width: 100% !important;
  }

  .team .team-intro.last {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-left: 0px;
  }

  .team h2 {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .team .team-intro p {
    font-size: 15px;
    line-height: 1.7;
  }

  .social-media {
    padding: 100px 0px;
  }

  .social-media .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .socialbox h2 {
    margin-top: 60px;
  }

  .socialbox ul {
    text-align: center;
    padding: 0px 15px;
  }

  .socialbox ul li {
    display: inline-block;
    margin: 0px 3px;
  }

  .social-media .bordere-style > div.bright {
    border-right: none;
  }

  .social-media .bordere-style > div {
    padding: 15px 15px;
    border-bottom: solid 1px #d4d4d4;
  }

  .sociallinks a {
    font-size: 16px;
    letter-spacing: 0.3em;
  }

  .socialboxes .text p {
    padding-right: 0px;
    font-size: 13px;
    margin-bottom: 5px;
  }

  .socialboxes .text {
    flex-wrap: wrap;
  }

  .socialboxes .text .dates {
    margin-top: 4px;
    font-size: 10px;
    opacity: 0.7;
  }

  .propertiesinfo {
    padding: 80px 0px 140px 0px;
  }

  .propertiesinfo .sright {
    text-align: left !important;
  }

  .propertiesinfo .sright .dropdown {
    margin: 0;
    margin-left: 0px;
    width: 100%;
    margin-top: 8px;
  }

  .propertiesinfo .sright .dropdown-toggle {
    font-size: 13px;
  }

  .listings-info .listings-address {
    font-size: 20px;
    width: 55%;
    line-height: 24px;
  }

  .listings-info .listings-address {
    font-size: 20px;
  }

  .listings-info .listings-price {
    font-size: 20px;
  }

  .listings-info .listings-price {
    font-size: 25px;
  }

  .listings-item:hover .listings-price {
    opacity: 0;
  }

  .featured-communities.inner {
    padding: 40px 0px 0px 0px;
  }

  .featured-communities.inner .space > div {
    padding: 20px 20px;
  }

  .featured-communities .img-fill {
    aspect-ratio: 1 / 0.75;
  }

  .featured-communities.inner .text {
    padding-left: 10px;
    padding-top: 25px;
  }

  .featured-communities.inner .text p {
    font-size: 15px;
    line-height: 1.6;
  }

  /**/
  .contact-page {
    padding: 15px 0px;
  }

  .contact-page .section-title {
    max-width: 514px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .contact-page .section-title p {
    color: #000;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    font-weight: 400;
  }

  .contact-page .btn-default {
    margin-bottom: 60px;
  }

  .contact-page .img-fill {
    display: block;
    margin: 0 auto;
    max-width: 400px;
  }

  .featured-post h2 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 23px;
  }

  .blog-page {
    padding: 30px 0px 30px 0px;
  }

  .blog-box p {
    font-size: 15px;
    line-height: 1.7;
  }

  .blog-page .readbtn {
    font-size: 15px;
  }

  .blog-box .readbtn {
    margin-bottom: 25px !important;
  }

  .maininfo {
    padding: 40px 0px 70px 0px;
  }

  .maininfo .links ul li a {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }

  .maininfo .links ul li {
    width: 100%;
  }

  .maininfo .img-right {
    float: none;
    padding-left: 0;
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .maininfo .linkbtn {
    padding: 0 12px;
  }

  .maininfo table td {
    padding: 8px 6px;
    font-size: 11px;
  }

  .maininfo p {
    font-size: 15px;
    line-height: 1.7;
  }

  .maininfo h3 {
    margin: 17px 0;
  }

  .maininfo .text ul {
    line-height: 1.6;
    font-size: 15px;
  }

  .maininfo .text ol {
    line-height: 1.6;
    font-size: 15px;
  }

  .maininfo .text .lists-col {
    padding-left: 17px;
  }

  .maininfo .text .lists-col li {
    padding: 1px 19px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    line-height: 1;
    font-size: 55px;
  }

  .hero .bootstrap-select:nth-child(6),
  .hero .bootstrap-select:nth-child(7) {
    width: 49% !important;
  }

  .hero .bootstrap-select:nth-child(7) {
    margin-left: 9px !important;
  }

  .hero .linkbtn {
    width: 49%;
  }

  .properties .section-title .btn-default {
    display: none;
  }

  .properties .section-title h2 {
    margin-bottom: 0;
  }

  .properties .section-title {
    width: 308px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }

  .properties {
    padding: 50px 50px;
  }

  .properties .row > div {
    padding: 20px 0px;
  }

  .propertybox .img img {
    height: inherit;
    aspect-ratio: 1 / 0.65;
  }

  .about {
    padding: 50px 35px;
  }

  .about .img {
    display: block;
    float: none;
    position: relative;
    margin: 30px auto 0;
    width: auto;
    max-width: 520px;
  }

  .about .right .text {
    padding: 0;
    background: #fff;
    margin-top: 35px;
  }

  .about .img img {
  }

  .about p {
    font-size: 15px;
    line-height: 1.6;
  }

  .about .btn-default {
    background: #000;
    color: #fff;
  }

  .featured-communities .section-title {
    background: none;
    padding: 0px 0px;
    position: relative;
    z-index: 3;
    text-align: center;
  }

  .featured-communities {
    padding: 50px;
    overflow: hidden;
    position: relative;
  }

  .featured-communities .sright {
    padding-right: 12px;
    margin-bottom: 20px;
  }

  .homi .community-box .nametext {
    text-align: center !important;
    padding: 15px 20px;
    justify-content: center;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
  }

  .homi .community-box .nametext:before {
    display: none;
  }

  .homi .community-box .nametext:after {
    width: 100%;
    background: #000;
    transform: scale(1);
  }

  .reviews {
    padding: 50px 35px;
  }

  .reviews .mwidth {
    width: 750px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .reviews .bg {
    padding: 50px;
  }

  .reviews .bg:before {
    width: 52px;
    height: 42px;
    top: -15px;
    left: -25px;
  }

  .reviews .bg:after {
    width: 52px;
    height: 42px;
    bottom: -15px;
    right: -25px;
  }

  .reviews .bg h3 {
    font-size: 16px;
    margin-top: 25px;
  }

  .reviews .arrowstyle {
    padding-bottom: 85px;
  }

  .reviews .arrowstyle button {
    font-size: 23px;
  }

  .arrowstyle .btn-default {
    order: 3;
    width: auto;
    clear: both;
    background: #000;
    color: #fff;
    margin-top: 40px;
    position: absolute;
    bottom: 0px;
  }

  .arrowstyle {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 17px;
  }

  .ctas {
    padding: 50px 30px;
  }

  .ctas a {
    height: 85px;
    padding: 20px;
    font-size: 18px;
  }

  .ctas .space > div {
    padding: 10px 20px;
  }

  /**/

  .news {
    padding: 40px 30px;
  }

  .news .section-title {
    padding: 0px 0px;
    display: inline-block;
    width: 100%;
    background: none;
  }

  .news .section-title h2 {
    display: block;
    min-width: 100%;
    margin: 0 auto;
    color: #000;
    text-align: center;
  }

  .news .section-title p {
    font-size: 17px;
    color: #000;
    display: block;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 35px;
    text-align: center;
  }

  .news .section-title div {
    display: inline-block;
    min-width: 100%;
    margin: 0 auto;
  }

  .newsbox {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
    flex-wrap: wrap;
    border: 1px solid #000;
    padding: 30px;
    display: block;
    margin: 30px auto 0;
    width: 500px;
    max-width: 100%;
  }

  .newsbox .img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .newsbox .text h3 {
    font-size: 22px;
    padding-top: 10px;
  }

  .newsbox .text {
    width: 100%;
    margin-right: 0px;
  }

  .newsbox .text p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
  }

  .newsbox:nth-child(odd) {
    background: #000;
  }

  .newsbox:nth-child(odd) .text h3,
  .newsbox:nth-child(odd) .text p {
    color: #fff;
  }

  .news .section-title div {
    display: none;
  }

  .news .btn-default {
    margin-top: 30px;
  }

  .facebookinfo {
    padding: 40px 10px;
  }

  .facebookinfo .bgtop {
    margin-bottom: 30px !important;
    padding-bottom: 30px;
  }

  .facebookinfo .container-fluid {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .facebookinfo .bgimg {
    top: 14px;
    left: -190px;
    width: 210px;
  }

  .facebookinfo .bgbottom {
    background: none;
    position: relative;
    z-index: 5;
  }

  .facebookinfo .fb-account {
    justify-content: center;
  }

  .facebookinfo .fb-account div {
  }

  .facebookinfo .fb-account i {
    font-size: 35px;
  }

  .facebookinfo .fb-account div strong {
    font-size: 22px;
  }

  .facebookinfo .fb-account div small {
    font-size: 15px;
  }

  .facebookinfo .text-end {
    text-align: center !important;
  }

  .facebookinfo .btn-default {
    background: #000;
    color: #fff;
    margin-top: 25px;
  }

  .facebookinfo .bgbottom > div {
    padding: 0 12px 12px 12px;
  }

  .facebookbox {
    margin-bottom: 8px;
    padding: 30px;
    width: 100%;
    border: 1px solid #000;
    margin: 30px auto 0;
    width: 500px;
    max-width: 100%;
  }

  .facebookinfo .bgbottom > div:nth-child(odd) .facebookbox {
    background: #000;
  }

  .facebookinfo .bgbottom > div:nth-child(odd) .facebookbox .text h3,
  .facebookinfo .bgbottom > div:nth-child(odd) .facebookbox .text p {
    color: #fff;
  }

  .facebookbox .img {
    width: 185px;
    max-width: 100%;
    margin-right: 20px;
  }

  .facebookbox .text {
    width: calc(100% - 205px);
  }

  .facebookbox h3 {
    font-size: 18px;
  }

  .facebookbox h3 span {
    font-size: 14px;
  }

  .facebookbox p {
    font-size: 15px;
  }

  .socialinfo {
    padding: 40px 18px;
  }

  .socialinfo .container-fluid {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }

  .socialinfo .section-title h2 {
    margin-bottom: 20px !important;
  }

  .instauser i {
    font-size: 35px;
  }

  .instauser {
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .instauser h3 {
    font-size: 22px;
    margin: 15px 0px;
  }

  .instauser p {
    font-size: 15px;
  }

  .socialinfo .space > div {
    padding: 10px 12px;
  }

  .socialinfo .btn-default {
    background: #000;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: max-content;
    margin-top: 40px;
  }

  .socialinfo .container-fluid {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .socialinfo .spac {
    justify-content: center;
  }

  .socialinfo .space > div:first-child {
    width: 100%;
  }

  .contactform {
    padding: 40px 0px 50px 0px;
  }

  .contactform .section-title h2 {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer {
    padding: 50px 15px;
  }

  .footer .container-fluid {
    width: 750px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /**/
  .about.inner .section-title {
    margin-bottom: 15px;
    padding-right: 0px;
    text-align: center;
    width: 100%;
    line-height: 1;
  }

  .about.inner .section-title h2 {
    line-height: 1;
    margin-top: 0px;
  }

  .about.inner .reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .about.inner .img {
    float: none;
    width: 100%;
    padding: 0px;
    margin: 0;
    margin-top: 0px;
    max-width: 100%;
  }

  .page-banner .text {
    position: relative;
    z-index: 2;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
  }

  .page-banner h1,
  .page-banner .breadcrumbs,
  .page-banner .breadcrumbs li,
  .page-banner .breadcrumbs li a {
    color: #000;
  }

  .page-banner .row > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .container {
    width: 750px;
  }

  .page-banner h1 {
    font-size: 55px;
    margin-bottom: 0px;
  }

  .page-banner .breadcrumbs {
    padding-top: 30px;
    margin-bottom: 8px;
  }

  .about.inner {
    padding: 0;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .about.inner .right .text {
    padding: 0;
    background: none;
    margin: 0;
    margin-top: 25px;
  }

  .page-banner .bgimg {
    height: 45vh;
  }

  .about.inner + .contactform {
    margin-top: 40px;
  }

  /**/

  .team .team-intro {
    margin-top: 20px;
    margin-left: 0px;
    padding: 0;
    text-align: left !important;
  }

  .team .text-end {
    text-align: left !important;
  }

  .team .ms-auto {
    width: 100% !important;
  }

  .team .team-intro.last {
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-left: 0px;
  }

  .team .team-intro p {
    font-size: 15px;
    line-height: 1.7;
  }

  .socialbox ul {
    text-align: center;
    padding: 0px 15px;
    margin-bottom: 40px;
  }

  .socialbox ul li {
    display: inline-block;
    margin: 0px 3px;
  }

  .page-banner .container {
    max-width: 100%;
    width: 100%;
  }

  .featured-communities.inner {
    padding: 40px 0px 80px 0px;
  }
  /**/

  .featured-communities.inner {
    padding: 40px 0px 40px 0px;
  }

  .featured-communities.inner .space > div {
    padding: 20px 20px;
  }

  .featured-communities .img-fill {
    aspect-ratio: 1 / 0.75;
  }

  .featured-communities.inner .text {
    padding-left: 13px;
    padding-top: 35px;
  }

  .featured-communities.inner .text p {
    font-size: 15px;
    line-height: 1.6;
  }

  .contact-page {
    padding: 20px 10px;
  }

  .contact-page .section-title h6 {
    font-size: 23px;
  }

  .contact-page .section-title h2 {
    font-size: 55px;
  }

  .contact-page .section-title p {
    font-size: 15px;
  }

  .contact-page .btn-default {
    margin-bottom: 120px;
  }

  .contact-page .img-fill {
    display: block;
    margin: 0 auto;
    max-width: 400px;
  }

  /**/
  .blog-page {
    padding: 30px 0px 30px 0px;
  }

  .blog-box p {
    font-size: 15px;
    line-height: 1.7;
  }

  .blog-page .readbtn {
    font-size: 15px;
  }

  .blog-box .readbtn {
    margin-bottom: 15px !important;
  }

  .maininfo {
    padding: 40px 0px 40px 0px;
  }

  .maininfo .img-right {
    float: none;
    padding-left: 0;
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .maininfo .linkbtn {
    padding: 0 15px;
  }

  .maininfo p {
    font-size: 15px;
    line-height: 1.7;
  }

  .maininfo h3 {
    margin: 17px 0;
  }

  .maininfo .text ul {
    line-height: 1.7;
    font-size: 15px;
  }

  .maininfo .text ol {
    line-height: 1.7;
    font-size: 15px;
  }

  .maininfo .text .lists-col {
    padding-left: 17px;
  }

  .maininfo .text .lists-col li {
    padding: 1px 19px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 50px;
  }

  .properties {
    padding: 100px 50px 50px;
    padding: 100px 30px 50px;
  }

  .propertybox .text {
    bottom: 20px;
    right: 25px;
  }

  .propertybox .img img {
    height: 348px;
    height: inherit;
    aspect-ratio: 1 / 1.1;
  }

  .about {
    padding: 55px 50px;
  }

  .featured-communities {
    padding: 55px 50px;
  }

  .reviews {
    padding: 55px 50px;
  }

  .reviews .mwidth {
    width: 90%;
  }

  .ctas {
    padding: 55px 50px;
  }

  .news {
    padding: 55px 50px;
  }

  .socialinfo .container-fluid {
    max-width: 90%;
  }

  .facebookinfo .container-fluid {
    max-width: 95%;
    margin: 0 auto;
  }

  .facebookinfo {
    padding: 55px 50px;
  }

  .contactform {
    padding: 50px;
  }

  .footer {
    padding: 50px;
  }

  .footer .links ul li a {
    font-size: 15px;
  }

  .footer p {
    font-size: 15px;
  }

  .footer .social-items a {
    width: 41px;
    line-height: 46px;
    height: 41px;
    font-size: 20px;
  }

  .page-banner h1 {
    margin-bottom: 30px;
    font-size: 60px;
  }

  .page-banner .bgimg {
    height: 45vh;
  }

  .about.inner {
    padding-bottom: 0px;
  }

  .about.inner .section-title h2 {
    line-height: 0.7;
    font-size: 60px;
  }

  .about p {
    font-size: 15px;
    line-height: 1.6;
  }

  .about.inner + .contactform {
    margin-top: 40px;
  }

  /**/
  .featured-communities.inner .text p {
    font-size: 15px;
    line-height: 1.6;
  }

  .contact-page {
    padding: 40px 20px;
  }

  .contact-page .section-title h2 {
    font-size: 60px;
  }

  .contact-page .section-title p {
    font-size: 15px;
  }

  .contact-page .section-title {
    width: 100%;
  }

  /**/
  .blog-box p {
    font-size: 15px;
    line-height: 1.7;
  }

  .blog-page .readbtn {
    font-size: 15px;
  }

  .blog-box .readbtn {
    margin-bottom: 15px !important;
  }

  .maininfo p {
    font-size: 15px;
    line-height: 1.7;
  }

  .maininfo .text ul {
    line-height: 1.7;
    font-size: 15px;
  }

  .maininfo .text ol {
    line-height: 1.7;
    font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-title h2 {
    font-size: 48px;
  }

  .facebookinfo .container-fluid {
    max-width: 94%;
  }

  .page-banner h1 {
    margin-bottom: 30px;
    font-size: 60px;
  }

  .page-banner .bgimg {
    height: 55vh;
  }

  .about.inner {
    padding-bottom: 0px;
  }

  .about.inner .section-title h2 {
    line-height: 0.7;
    font-size: 60px;
  }

  .about p {
    font-size: 15px;
    line-height: 1.6;
  }

  .about.inner + .contactform {
    margin-top: 40px;
  }

  .maininfo p {
    font-size: 15px;
    line-height: 1.7;
  }

  .maininfo .text ul {
    line-height: 1.7;
    font-size: 15px;
  }

  .maininfo .text ol {
    line-height: 1.7;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .hero-content h1 {
    font-size: 68px;
  }
}

@media (max-width: 991px) {
  .header {
    padding: 17px 38px;
  }
  .navbar-light .navbar-brand {
    width: 18%;
    text-align: center;
  }
}

@media only screen and (max-width: 501px) {
  .hero-content h1,
  .hero-content p {
    display: none;
  }

  .hero-btns-div {
    margin-top: 54%;
  }
  .hero .linkbtn {
    color: #000;
    border-color: #000;
    font-size: 12px;
    width: 100%;
    margin-left: 0px !important;
  }
  .hero .linkbtn:first-child {
    margin-bottom: 5px;
  }
  .navbar-light .navbar-brand {
    width: 100%;
  }
  .about-text h3 {
    text-align: center;
  }
  .header {
    padding: 14px 38px;
  }
  .navbar-light .navbar-brand img {
    max-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .properties {
    padding: 21px 29px;
  }
}

@media (max-width: 500px) {
  .hero .linkbtn {
    font-size: 15px;
    background: #000 !important;
    border-color: #000;
    color: #fff !important;
    opacity: 0.75;
  }
}
