@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: 75%;
    margin: 0;
    text-align: left;
  }

  .navbar-light .navbar-brand a {
    font-family: "Great Vibes", cursive !important;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 0.5 !important;
    margin-top: 20px;
    padding: 0;
    text-transform: inherit;
    letter-spacing: 0px;
    text-align: center;
    display: inline-block;
  }

  .navbar-light .navbar-brand a span {
    font-family: "Quicksand", sans-serif !important;
    font-size: 11px;
    letter-spacing: 6.93px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 8.19px;
  }

  .main-nav .navbar .navbar-nav.logo .nav-item:hover .nav-link {
    background: none !important;
    color: #fff !important;
  }

  .header {
    padding: 25px 33px;
  }

  .header.fixed {
    padding: 10px 33px;
  }
}

@media only screen and (max-width: 767px) {
  .side-menu {
    padding: 40px 29px 80px;
    max-width: 100%;
  }

  .side-menu .logo {
    font-family: "Great Vibes", cursive !important;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 0.5 !important;
    margin-top: 20px;
    padding: 0;
    text-transform: inherit;
    letter-spacing: 0px;
    text-align: center;
    display: inline-block;
  }

  .side-menu .logo span {
    font-family: "Quicksand", sans-serif !important;
    font-size: 11px;
    letter-spacing: 6.93px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 8.19px;
  }

  .side-menu ul.main-menu li ul {
    padding-left: 0px;
  }

  .side-menu .bgblack {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }

  .side-menu .tel {
    justify-content: center;
    margin-top: 40px;
  }

  .hero .section-title h1 {
    font-size: 35px;
  }

  .hero .section-title h6 {
    font-size: 12px;
    letter-spacing: 2.4px;
  }

  .hero .owl-dots {
    bottom: 47px;
  }

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

  .about .section-title {
    text-align: center;
  }

  .section-title h6 {
    font-size: 13px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
  }

  .section-title h2 {
    font-size: 43px;
    line-height: 0.8;
    padding: 11px 0 0;
    margin-top: 0;
  }

  .section-title h2 span {
    font-size: 16px;
    letter-spacing: 8px;
  }

  .about {
    text-align: center;
  }

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

  .about ul {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .about ul li {
    margin-right: 0px;
    padding: 7px 0;
    color: #525252;
    width: 100%;
  }

  .about .imgbox {
    margin: 50px 0px 50px;
  }

  .numbers h3 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
  }

  .numbers p {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 0.5px;
  }

  .numbers .bright {
    padding: 0px 0;
    margin-bottom: 45px;
  }

  .numbers .bright:nth-child(2) {
    border: none;
  }

  .numbers .space {
    padding: 0 0px;
  }

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

  .meet-team {
    padding: 54px 45px 40px;
    position: relative;
    margin: 0px -15px;
    z-index: 3;
  }

  .meet-team .owl-theme .owl-nav [class*="owl-"] {
    left: -14px;
    top: 113%;
    top: auto;
    bottom: -90px;
  }

  .meet-team .owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -14px;
  }

  .meet-team .section-title {
    margin-bottom: 25px;
  }

  .teambox .img {
    margin-bottom: 35px;
  }

  .teambox .text {
    margin-bottom: 0px;
  }

  .properties .bg {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    max-width: 314px;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    transform: translate(-50%);
  }

  .properties .section-title {
    text-align: center;
  }

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

  .properties .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .properties .space {
    padding: 0 15px;
    margin-bottom: 30px;
  }

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

  .propertybox {
    width: auto;
    margin: 0px -15px;
    display: block;
    margin-bottom: 10px;
  }

  .propertybox .img img {
    height: 200px;
  }

  .propertybox .label {
    top: 8px;
    right: 8px;
    color: #fff;
    z-index: 7;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.5px;
    background: #000000b3;
    width: 80px;
    text-transform: uppercase;
    padding: 6px 14px;
  }

  .propertybox .text {
    position: absolute;
    left: 8.21px;
    bottom: 0;
    z-index: 5;
    width: 100%;
    max-width: 185px;
    padding: 5px 12px;
  }

  .propertybox .text h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #000;
  }

  .propertybox .text h3 small {
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
    margin: 7px 0px 0px 0px;
  }

  .propertybox .text strong {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    display: block;
    padding: 5px 0 0;
    color: #000;
  }

  .properties .right .propertybox:first-child {
    margin-top: 0px;
  }

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

  .search-listings {
    padding: 40px 0px;
  }

  .search-listings .section-title {
    text-align: center;
  }

  .search-listings .section-title p {
    display: none;
  }

  .search-listings .down .section-title p {
    display: inline-block;
  }

  .testimonials {
    overflow: hidden;
    margin: 0 -15px 40px;
    padding: 94px 40px 0;
    position: relative;
  }

  .testimonials .bg {
    right: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 70px);
    z-index: 1;
  }

  .testimonials .container {
    padding: 40px 21.5px;
  }

  .testimonials .owl-theme .owl-nav [class*="owl-"] {
    left: -5px;
    top: auto !important;
    bottom: -100px !important;
  }

  .testimonials .owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -5px;
  }

  /**/
  .video-testimonials .section-title {
    text-align: center;
    margin-bottom: 0px;
  }

  .video-testimonials .owl-carousel .owl-stage-outer {
    width: calc(100% + 0px);
    left: 0px;
    position: relative;
    z-index: 5;
  }

  .video-testimonials .name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 9px;
  }

  .video-testimonials .owl-theme .owl-nav {
    margin-top: -15px;
  }

  .social {
    padding: 40px 0px;
    margin: 0px -15px;
    position: relative;
    z-index: 4;
    overflow: hidden;
  }

  .social .container {
    padding: 0px !important;
  }

  .social .btn-default {
    width: 100%;
  }

  .social .section-title {
    text-align: center;
    margin-bottom: 0;
  }

  .social .right {
    padding: 50px 20px;
  }

  .work-together .space {
    padding: 30px 15px;
  }

  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .work-together .btns a {
    width: 84%;
    height: 152px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.25px;
  }

  .footer {
    margin: 0px -15px;
  }

  .footer .logo {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    width: 100%;
  }

  .footer .logo span {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 8.19px;
  }

  .footer .links ul li {
    width: 40%;
    display: inline-block;
  }

  .footer .section-title h6 {
    font-size: 12px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
  }

  .footer .section-title h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.25px;
    margin: 0;
  }

  .footer .section-title {
    padding: 0px 0px;
    text-align: center;
  }

  .footer form {
    position: relative;
    z-index: 20;
    max-width: 307px;
    margin: 17px auto 0;
    display: block;
  }

  .footer .newsletter {
    margin-top: -40px;
  }

  .about-inner .imgbox img {
    max-width: 100%;
  }

  .page-banner .breadcrumbs {
    padding: 30px 3px 3px;
    width: 100%;
    text-align: center;
  }

  .page-banner h1 {
    font-size: 50px;
  }

  .page-banner .breadcrumbs ul {
    margin-top: 10px;
  }

  .page-banner .breadcrumbs ul li a {
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0 24px;
    line-height: 1;
    margin: 0;
  }

  .page-banner .breadcrumbs {
    padding: 30px 3px 3px;
    width: calc(100% + 12px);
    margin-top: -40px;
    left: -6px;
    right: 0;
    bottom: -25px;
  }

  .about-inner .section-title {
    margin: 0px 0px 40px 0px;
  }

  .about-inner .imgbox {
    padding: 0px 0px;
    padding-left: 41px;
    padding-top: 41px;
  }

  .about-inner .imgbox:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 87%;
    height: calc(100% - 43.14px);
    background-size: cover;
    background-position: center;
    filter: grayscale(100);
  }

  .about-inner .contact-card {
    padding: 0px 0px;
    margin-top: 0px;
    position: relative;
    z-index: 2;
  }

  .about-inner ul {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .about-inner {
    margin-bottom: 40px;
  }

  .properties.inner .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .prop-box .prop-top .top-details h5 {
    font-size: 20px;
  }

  .prop-box .prop-top .top-details .prop-address {
    font-size: 14px;
  }

  .property-details .prop-bottom {
    padding: 12px;
  }

  .prop-box .prop-top .top-details .prop-address {
    font-size: 14px;
  }

  .property-details .prop-bottom p {
    font-size: 12px;
  }

  .prop-box .prop-specs span {
    font-size: 12px;
  }

  .prop-box .prop-top .top-details {
    padding: 8px;
  }

  .prop-box .prop-top .top-details > div {
    padding: 8px 0px;
  }

  .prop-box .prop-top .top-details .prop-label {
    letter-spacing: 1.7px;
    padding: 4px 8px;
    font-size: 10px;
  }

  .prop-box .bottom-details h2 {
    font-size: 20px;
    font-weight: 600;
  }

  .prop-box .prop-top .bottom-details {
    background: none;
  }

  .communities {
    margin: 0px -15px;
    position: relative;
    z-index: 6;
    overflow: hidden;
  }

  .communities .container > .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .communities .container {
    padding: 10px 0px 120px 0px;
  }

  .communities .comm-box h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1.25px;
    padding: 6px 10px;
  }

  .community-details .btn-default {
    font-size: 13px;
    letter-spacing: 2px;
    padding: 19px 55px;
    line-height: 1.5;
    text-align: center;
  }

  .community-details .col-lg-6 {
    padding: 0px 15px;
  }

  .community-details p {
    margin-bottom: 0px;
  }

  .community-details .container {
    padding: 40px 70px 0px 70px;
  }

  .community-details + .properties.inner {
    margin-top: 0;
  }

  .meet-team.team-inner {
    padding: 54px 5px 70px;
  }

  .meet-team.team-inner .section-title:first-child {
    margin-bottom: 60px;
  }

  .meet-team.team-inner .teambox {
    margin-bottom: 40px;
  }

  .meet-team.team-inner .row > .cols {
    padding: 0px 30px !important;
  }

  section.social-box {
    text-align: center;
  }

  .social-box .btn-default.btn-white-black-bordered {
  }

  .social-box h3 {
    margin-bottom: 30px;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 29px;
    line-height: 1;
  }

  .social-box .social-items {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }

  .social-box .container {
    padding: 40px 10px !important;
  }

  .social-box .social-items a {
    min-width: 80px;
    flex-wrap: wrap;
  }

  .inner-testimonial {
    padding: 0px 5px 40px 5px;
  }

  .testimonial-box {
    padding: 82px 24px;
    margin-bottom: 24px;
  }

  .testimonial-box h5 {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.2em;
  }

  .testimonial-box p {
    font-size: 13px;
    line-height: 1.6;
  }
  .testimonials h2 {
    font-size: 30px;
  }

  .page-banner .breadcrumbs ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-banner .breadcrumbs ul li.textover {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50px;
  }

  .buyer-box .container {
    padding: 40px 5px !important;
  }

  .buyer-box h3 {
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 25px;
  }

  .buyer-box p {
    font-size: 15px;
    line-height: 1.6;
    margin: 1.12em 0;
    margin-bottom: 24px;
  }

  .buyer-box .btn-default {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }

  .free-home {
    padding: 140px 15px 62px;
  }

  .free-home .head h2 {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .free-home .bgbar {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .free-home .bgbar .btn-default {
    width: 100%;
  }

  .free-home .head p {
    letter-spacing: 0.5px;
    font-size: 10px;
    line-height: 1.8;
    padding: 0 50px;
    font-weight: 400;
  }

  .free-home .stepsbar h3 {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.17em;
    line-height: 1.5;
  }

  .free-home .stepsbar p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 4px 0 0;
    text-transform: uppercase;
  }

  .free-home .space {
    padding: 0px 10px;
    text-align: center;
  }

  .free-home h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .free-home p {
    font-size: 13px;
    line-height: 25px;
  }

  .free-home #step2 .form-control {
    margin-bottom: 1px;
  }

  .free-home #nextbtn {
    width: 100%;
    margin-top: 10px;
  }

  .free-home .bg .btns {
    flex-wrap: wrap;
  }

  .free-home .bg .btns .btn-default {
    width: 100% !important;
    max-width: 100% !important;
    letter-spacing: 1px;
    padding: 0px 10px;
  }

  .free-home .bg {
    padding: 20px;
  }

  .free-home .bg .section-title h2 {
    font-size: 35px;
    text-align: center;
    line-height: 1.2;
    font-weight: 400;
  }

  .free-home .bg .section-title h2 span {
    font-size: 15px;
    padding-top: 5px;
    line-height: 2;
  }

  .free-home .bg .section-title p {
    letter-spacing: 7.5px;
    font-size: 15px;
    text-align: center;
    display: block;
    color: #000;
    padding: 0;
    font-weight: 400;
  }

  .free-home .bg p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .free-home .bg h5 {
    font-size: 25px;
  }

  .contact .container {
    padding: 0px !important;
  }

  .form-box label {
    top: 0px;
    left: 10px;
    width: calc(100% - 50px);
  }

  /* .form-box input[type="checkbox"] {
    top: -14px;
    position: relative;
  } */

  .blog-list.blogpage p {
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 1.6;
    margin-bottom: 50px;
  }

  .blog-list.blogpage button[type="submit"] {
    width: 100%;
    margin-bottom: 0px;
  }

  .blog-list.blogpage .btn-default {
    margin: 0;
    width: 100%;
    margin-top: 15px;
  }

  .blog-list.blogpage .cols {
    padding: 0;
  }

  .blog-list.blogpage .btn-default {
    margin: 0;
    width: auto;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .blog-list.blogpage .blog-post p {
    text-align: left;
    margin-bottom: 0;
    padding: 0px;
  }

  .blog-list.blogpage {
    padding-bottom: 70px;
  }

  .sub-menu-section h2 {
    line-height: 0.9;
  }
  .blog-page h2 {
    line-height: 0.9;
  }
}

@media only screen and (max-width: 1023px) {
  .cta-dropdown {
    display: inline-block;
    width: 100%;
    border: 1px solid #000;
    padding: 16px 24px;
    position: relative;
    background: #fff;
    margin-bottom: 25px;
  }

  .cta-dropdown + .buyer-steps {
    display: none;
  }

  .buyer-steps {
    position: absolute;
    top: 95%;
    left: 12px;
    padding: 22px 0 !important;
    position: absolute;
    background: #fff;
    box-shadow: 0 8px 18px #00000040;
    width: calc(100% - 24px);
    border-radius: 16px;
  }

  .buyer-box .buyer-steps li {
    margin: 0;
  }

  .buyer-box .buyer-steps li a {
    height: inherit;
    padding: 1px 16px;
  }

  .buyer-box .buyer-steps li.active a,
  .buyer-box .buyer-steps li:hover a {
    font-weight: 700;
    background: #e7e7e7;
    color: #000;
  }

  .buyer-box .buyer-steps li.active span,
  .buyer-box .buyer-steps li:hover span {
    background: none !important;
    color: inherit;
    font-weight: bold;
  }

  .buyer-box .buyer-steps span {
    width: auto;
    border-radius: 0px;
    background: none;
    color: #595959;
    color: inherit;
  }

  .cta-dropdown strong {
    letter-spacing: 1.68px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.4;
    font-family: "Italiana", sans-serif;
  }

  .cta-dropdown small {
    font-style: normal;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 65px 0 0;
    font-weight: 300;
    line-height: 1;
    font-size: 13px;
    letter-spacing: 1.95px;
    margin: 2px 0px 0px 0px;
  }

  .cta-dropdown img.icon {
    position: absolute;
    top: 25px;
    right: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header {
    padding: 43px 64px;
  }

  .side-menu .logo {
    font-family: "Great Vibes", cursive !important;
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 0.5 !important;
    margin-top: 20px;
    padding: 0;
    text-transform: inherit;
    letter-spacing: 0px;
    text-align: center;
    display: inline-block;
  }

  .side-menu .logo span {
    font-family: "Quicksand", sans-serif !important;
    font-size: 13px;
    letter-spacing: 6.93px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 8.19px;
  }

  .side-menu {
    max-width: 100%;
  }

  .header.fixed {
    padding: 16px 64px;
  }

  .section-title {
    text-align: center !important;
  }

  .section-title h2 {
    font-size: 80px !important;
  }

  .section-title h2 span {
    font-size: 16px;
    letter-spacing: 8px;
    font-weight: 600;
    position: relative;
    top: 6px;
  }

  .section-title h6 {
    font-size: 14px !important;
    letter-spacing: 8px !important;
  }

  .about {
    text-align: center;
  }

  .about .imgbox {
    max-width: 440px;
    margin: 30px auto 40px;
    margin-bottom: 50px;
  }

  .about .container {
    padding: 40px 25px;
  }

  .about ul {
    justify-content: center;
  }

  .numbers .bright:nth-child(2) {
    border: none;
    margin-bottom: 40px;
  }

  .numbers .bright {
    margin-bottom: 40px;
    padding: 0px 0;
  }

  .numbers h3 {
    font-size: 50px;
  }

  .numbers p {
    font-size: 14px;
    letter-spacing: 0.7px;
  }

  .meet-team {
    margin: 0px -15px;
    padding: 54px 65px 40px 65px;
  }

  /**/
  .properties .bg {
    max-width: 565px;
    height: calc(100% - 293px);
  }

  .properties .container {
    padding: 90px 0px 0;
    z-index: 4;
    position: relative;
  }

  .search-listings {
    padding: 40px 25px;
  }

  .search-listings .section-title p {
    display: none;
  }

  .search-listings .down .section-title p {
    display: inline-block;
  }

  .testimonials {
    margin: 0 -15px 40px;
    padding: 94px 40px 0;
    position: relative;
  }

  .testimonials .bg {
    height: calc(100% - 23px);
  }

  .testimonials .container {
    padding: 70px 81px;
  }

  .testimonials .owl-theme .owl-nav [class*="owl-"] {
    top: auto !important;
    bottom: -100px;
    left: 0px !important;
  }

  .testimonials .owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto !important;
    right: 0px !important;
  }

  .video-testimonials .name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 9px;
  }

  .social {
    padding: 40px 20px;
    text-align: center;
  }

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

  .work-together .space {
    padding: 30px 20px;
  }

  .work-together .btns a {
    width: 46%;
    height: 152px;
  }

  .footer {
    margin: 0px -15px;
  }

  .footer .container {
    padding: 0px 74px;
  }

  .footer .links ul {
    margin: 0;
  }

  .footer .links ul li {
    width: 49%;
    display: inline-block;
  }

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

  .footer .logo {
    margin-bottom: 50px;
  }

  .footer .tp {
    padding-top: 70px;
  }

  .footer .section-title h6 {
    font-size: 12px !important;
    letter-spacing: 2.4px !important;
    text-transform: uppercase !important;
  }

  .footer .section-title h2 {
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 1.25px !important;
    margin: 0 !important;
  }

  .footer .section-title {
    padding: 0px 0px;
    text-align: center;
  }

  .footer form {
    position: relative;
    z-index: 20;
    max-width: 307px;
    margin: 17px auto 0;
    display: block;
  }

  .footer .newsletter {
    margin-top: -40px;
  }

  /**/
  .page-banner .container {
    padding: 0px 10px;
  }

  .page-banner .container h1 {
    font-size: 75px;
  }

  .page-banner .breadcrumbs {
    bottom: -71px;
  }

  .about-inner .section-title {
    margin: 0px 0px 40px 0px;
  }

  .about-inner .imgbox {
    padding: 0px 0px;
    padding-left: 41px;
    padding-top: 41px;
    max-width: 440px;
  }

  .about-inner .imgbox:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 87%;
    height: calc(100% - 43.14px);
    background-size: cover;
    background-position: center;
    filter: grayscale(100);
  }

  .about-inner .imgbox img {
    width: 100%;
  }

  .about-inner .contact-card {
    padding: 0px 0px;
    margin-top: 0px;
    position: relative;
    z-index: 2;
  }

  .about-inner ul {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .about-inner {
    margin-bottom: 40px;
  }

  .about-inner .section-title {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .about-inner ul {
    margin-bottom: 15px;
  }

  .about-inner ul li {
    display: inline-block;
    width: auto;
  }

  .properties.inner .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .communities .container {
    padding: 30px 0px 100px 0px;
  }

  .communities {
    margin: 0px -15px;
    position: relative;
    z-index: 6;
    overflow: hidden;
  }

  .communities .container > .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .communities .comm-box h3 {
    font-size: 25px;
    line-height: 1;
    padding: 14px 10px;
  }

  .community-details .container {
    padding: 40px 25px;
  }
  /**/

  .meet-team.team-inner {
    padding: 54px 25px 70px;
  }

  .meet-team.team-inner .section-title:first-child {
    margin-bottom: 60px;
  }

  .meet-team.team-inner .teambox {
    margin-bottom: 40px;
  }

  .social-box .social-items {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }

  .social-box .container {
    padding: 40px 30px !important;
  }

  .social-box .social-items a {
    min-width: 80px;
    flex-wrap: wrap;
  }

  .blog-list .container {
    padding: 40px 40px;
  }

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

  .inner-testimonial {
    padding: 0px 5px 40px 5px;
  }

  .testimonial-box {
    padding: 82px 24px;
    margin-bottom: 24px;
  }

  .testimonial-box h5 {
    font-size: 16px;
    letter-spacing: 0.5em;
    font-weight: 400;
    margin-bottom: 0;
  }

  .testimonial-box p {
    font-size: 13px;
    line-height: 1.6;
  }

  .inner-testimonial .container {
    padding: 70px 30px;
  }

  .buyer-box {
    padding-bottom: 50px;
  }

  .buyer-box .container {
    padding: 40px 25px !important;
  }

  .buyer-box h3 {
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 25px;
  }

  .buyer-box p {
    font-size: 15px;
    line-height: 1.6;
    margin: 1.12em 0;
    margin-bottom: 24px;
  }

  .free-home {
    padding: 127px 0;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
  }

  .free-home .container {
    padding: 0px 74px;
  }

  .free-home .head p {
    font-size: 14px;
    max-width: 389px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  .free-home .stepsbar h3 {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.17em;
    line-height: 1.5;
  }

  .free-home .stepsbar p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 4px 0 0;
    text-transform: uppercase;
  }

  .free-home .space {
    padding: 0px 10px;
    text-align: center;
  }

  .free-home h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .free-home p {
    font-size: 13px;
    line-height: 25px;
  }

  .free-home .bg {
    padding: 20px;
  }

  .free-home .bg .section-title h2 {
    font-size: 35px !important;
    text-align: center !important;
    line-height: 0.8 !important;
    font-weight: 400 !important;
    margin-top: 35px;
  }

  .free-home .bg .section-title h2 span {
    font-size: 15px;
    padding-top: 0px;
    line-height: 2;
  }

  .free-home .bg .section-title p {
    letter-spacing: 7.5px !important;
    font-size: 15px !important;
    text-align: center;
    padding: 0;
    font-weight: 400;
    text-align: center;
  }

  .free-home .bg p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .free-home .imgs img {
    max-width: 240px;
    margin: 0 auto;
    display: block;
  }

  .free-home .bg h5 {
    font-size: 25px;
  }

  .contact .container {
    padding: 0px !important;
  }

  .contact .section-title h2 {
    font-size: 75px !important;
  }

  .contact textarea.form-control {
    margin-bottom: 30px;
  }

  .form-box label {
    top: -20px;
    left: 10px;
    width: calc(100% - 50px);
  }

  .form-box input[type="checkbox"] {
    top: -14px;
    position: relative;
  }

  section.blog-list.blogpage .head p {
    line-height: 1.6;
    color: #525252;
    font-size: 15px;
    text-align: center;
    margin-bottom: 50px;
  }

  section.blog-list.blogpage .blog-post h3 {
    min-height: inherit;
  }

  .buyer-steps {
    left: 38px;
    width: calc(100% - 76px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    width: 100%;
  }

  .numbers .bright {
    width: 50%;
  }

  .search-listings .col-lg-3 {
    width: 25%;
  }

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

  .footer .newsletter {
    padding: 36px 20px;
    max-width: 744px;
    margin: 0 auto;
  }

  .footer .col-lg-8,
  .footer .col-lg-8 + .col-lg-4 {
    width: 50%;
  }

  .footer .links ul {
    margin: 0;
    width: 78%;
    float: right;
  }

  .table-d-none {
    display: none !important;
  }

  .table-d-block {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .header .middle {
    display: none;
  }

  .main-nav .navbar ul.logo {
    margin-right: auto;
    margin-left: 0;
  }

  .main-nav .navbar ul {
    margin-left: auto;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .header {
    padding: 43px 57px;
  }

  .section-title h6 {
    font-size: 14px !important;
    letter-spacing: 8px !important;
  }

  .section-title h2 {
    font-size: 80px !important;
  }

  .about .container {
    padding: 40px 45px;
  }

  .about .col-lg-6 {
    width: 40%;
  }

  .about .col-lg-6 + .col-lg-6 {
    width: 60%;
    padding-left: 40px;
  }

  .about .row {
    align-items: start !important;
  }

  .numbers p {
    font-size: 14px;
    letter-spacing: 0.7px;
  }

  .numbers .space {
    padding: 0 0px;
  }

  .meet-team {
    padding-left: 76px;
    padding-right: 76px;
  }

  .table-d-none {
    display: none !important;
  }

  .table-d-block {
    display: block !important;
  }

  .properties .bg {
    max-width: 821px;
    height: calc(100% - 396px);
  }

  .properties .space .col-12 {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .properties .space .col-12 .section-title {
    text-align: left;
  }

  .properties .container {
    padding: 90px 10px 0;
  }

  .search-listings {
    padding: 40px 45px;
  }

  .search-listings .col-12 {
    width: 100%;
    text-align: center;
  }

  .search-listings .text-lg-end {
    text-align: center !important;
  }

  .testimonials {
    padding: 92px 60px 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .video-testimonials .name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 9px;
  }

  .video-testimonials .owl-theme .owl-nav {
    max-width: 861px;
  }

  .header {
    padding-left: 57px;
    padding-right: 57px;
  }

  .header.fixed {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 57px;
    padding-right: 57px;
  }

  .social {
    padding: 40px 60px;
    text-align: center;
  }

  .social .col-12 {
    width: 100%;
  }

  .social .btn-default {
    margin-bottom: 80px;
  }

  .social .right {
    padding: 0px 15px;
  }

  .work-together .space {
    padding: 30px 14px;
  }

  .footer .order-lg-2 {
    order: 1 !important;
  }

  .footer .order-lg-1 {
    order: 2 !important;
  }

  .footer .container {
    padding: 0px 72px;
  }

  .footer .col-lg-4 {
    width: 100%;
  }

  .footer .section-title h2 {
    font-size: 25px !important;
    letter-spacing: 1.25px;
    margin-top: 14px;
    margin-bottom: 20px;
  }

  .footer .newsletter {
    background: #ffffffbf;
    box-shadow: 0 7px 29px #00000040;
    padding: 36px 20px;
    width: 100%;
    max-width: 744px;
    margin: 0 auto;
  }

  .footer .newsletter .section-title {
    display: flex;
    align-items: center;
    padding: 71px 68px;
  }

  .footer .newsletter .section-title h6 {
    white-space: nowrap;
  }

  .footer .newsletter .section-title form {
    margin-left: auto;
    padding-left: 74px;
    width: 100%;
    max-width: 100%;
  }

  .footer .logo {
    float: left;
  }

  .footer .col-lg-7 {
    width: 100%;
  }

  .footer .col-md-6 {
    width: 60%;
  }

  .footer .col-md-6 + div {
    width: 38% !important;
    margin-left: auto;
  }

  .footer .links ul {
    margin: 0px;
  }

  .footer .links ul li {
    width: 48%;
    display: inline-block;
  }

  /**/
  .page-banner .container {
    padding: 0px 20px;
  }

  .page-banner .container h1 {
    font-size: 75px;
  }

  .page-banner .breadcrumbs {
    bottom: -71px;
  }

  .about-inner .imgbox {
    padding: 0px 0px;
    padding-left: 41px;
    padding-top: 41px;
    max-width: 440px;
  }

  .about-inner .imgbox:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 87%;
    height: calc(100% - 43.14px);
    background-size: cover;
    background-position: center;
    filter: grayscale(100);
  }

  .about-inner .imgbox img {
    width: 100%;
  }

  .about-inner .contact-card {
    padding: 0px 40px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }

  .about-inner .btn-default {
    padding: 0px 28px;
  }

  .about-inner p {
    margin-bottom: 15px;
  }

  .properties.inner .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .communities .container {
    padding: 30px 0px 100px 0px;
  }

  .communities {
    margin: 0px -15px;
    position: relative;
    z-index: 6;
    overflow: hidden;
  }

  .communities .container > .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .communities .comm-box h3 {
    font-size: 25px;
    line-height: 1;
    padding: 14px 10px;
  }

  .meet-team.team-inner .row > .cols {
    width: 50%;
    margin-bottom: 40px;
  }

  .social-box .col-lg-7 {
    width: 50%;
  }

  .social-box .col-lg-3 {
    width: 50%;
  }

  .inner-testimonial {
    padding: 0px 5px 40px 5px;
  }

  .testimonial-box {
    padding: 58px 24px;
    margin-bottom: 24px;
  }

  .testimonial-box h5 {
    margin-bottom: 0;
  }

  .testimonial-box p {
    font-size: 13px;
    line-height: 1.6;
  }

  .inner-testimonial .container {
    padding: 70px 40px;
  }

  .buyer-box .container {
    padding: 40px 45px;
  }

  .free-home .container {
    padding: 0px 65px;
  }

  .contact .col-lg-5 {
    width: 55.666667%;
  }

  section.blog-list.blogpage .head {
    width: 100%;
  }

  section.blog-list.blogpage .head + div {
    width: 80%;
    margin: 0 auto;
  }

  section.blog-list.blogpage .head p {
    line-height: 1.6;
    color: #525252;
    font-size: 15px;
    text-align: center;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1399px) {
  .footer .section-title {
    padding: 103px 4px;
  }

  .header {
    padding: 43px 70px;
  }

  .header.fixed {
    padding: 16px 70px;
  }

  .about-inner .col-lg-6 + .col-lg-6 {
    padding-left: 80px;
  }

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

  .about-inner .section-title h2 span {
    display: inline-block;
    position: relative;
    top: -45px;
  }

  .page-banner .container {
    padding: 0px 62px;
  }

  .page-banner .breadcrumbs {
    bottom: -86px;
  }

  .communities .container {
    padding: 30px 0px 100px 0px;
  }

  .communities {
    margin: 0px -15px;
    position: relative;
    z-index: 6;
    overflow: hidden;
  }

  .communities .container > .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .communities .comm-box h3 {
    font-size: 25px;
    line-height: 1;
    padding: 14px 10px;
  }

  .contact .col-lg-5 {
    width: 43%;
  }
}

@media only screen and (min-width: 1280px) {
  .footer .links ul {
    margin-top: -55px;
  }

  .footer .logo {
    float: left;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
