.index-page.updated .search-by-city h1 {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 3px;
  }
  .index-page.updated .our-office .office-head h1 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
  }
  .index-page.updated .featured-services h1 {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
  .index-page.updated.new .banner {
    min-height: 563px;
    margin-bottom: 0px;
  }
  .index-page.updated.new .banner img.banner-image, .index-page.updated.new .banner video {
    height: 563px;
    object-fit: cover;
    width: 100%;
    transition: all 0.15s;
  }
  .index-page.updated.new .exceptional-service {
    margin: 75px 0;
  }
  .index-page.updated.new .exceptional-service h3 {
    font-size: 38px;
    font-style: italic;
    font-family: "Noto Serif", serif;
  }
  .index-page.updated.new .exceptional-service .exception-block {
    margin-top: 30px;
  }
  .index-page.updated.new .exceptional-service .exception-block img {
    display: block;
    margin: 0 auto 10px auto;
  }
  .index-page.updated.new .exceptional-service .exception-block h5 {
    font-size: 20px;
    font-weight: 500;
  }
  .index-page.updated.new .exceptional-service .exception-block p {
    font-style: italic;
    font-family: "Noto Serif", serif;
  }
  .index-page.updated.new .real-estate-sec {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
  }
  .index-page.updated.new .real-estate-sec:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-image: url("../img/bg-element.png");
    transform: translateX(-42%);
    width: 1136px;
    background-repeat: no-repeat;
    height: 175px;
    background-size: contain;
    background-position: bottom center;
  }
  .index-page.updated.new .real-estate-sec .content h3 {
    font-size: 46px;
    font-style: italic;
    font-family: "Noto Serif", serif;
    margin-bottom: 0;
  }
  .index-page.updated.new .real-estate-sec .content h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .index-page.updated.new .real-estate-sec .content p {
    font-size: 21px;
    font-style: italic;
    font-family: "Noto Serif", serif;
  }
  .index-page.updated.new .real-estate-sec .content a.join-now {
    background-color: #e81e25;
    color: #FFFFFF;
    text-align: center;
    width: 156px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0 auto;
    border-radius: 24px;
    font-size: 18px;
    font-weight: 500;
  }
  .index-page.updated.new .search-by-city .city-block .content {
    transition: all 0.3s;
    background-color: rgba(191, 0, 20, 0);
  }
  .index-page.updated.new .search-by-city .city-block:hover .content {
    /* top: auto;
    bottom: 0;
    background-color: rgba(191, 0, 20, 0.75);
    transform: translate(-50%, 0); */
  }
  .index-page.updated.new .search-by-city .city-block .image:after {
    display: none;
  }
  .index-page.updated.new .our-office {
    margin: 50px 0;
    padding: 0;
  }
  .index-page.updated .banner {
    position: relative;
    /* height: calc(100vh - 133px); */
    height: 563px;
    overflow: hidden;
  }
  .index-page.updated .banner ul.banner-social {
    position: absolute;
    top: 226px;
    left: 36px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .index-page.updated .banner ul.banner-social li:not(:last-child) {
    margin-bottom: 10px;
  }
  .index-page.updated .banner ul.banner-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    background-color: #e81e25;
  }
  .index-page.updated .banner ul.banner-social li a:hover svg {
    transform: scale(1.2);
    transform-style: preserve-3d;
  }
  .index-page.updated .banner ul.banner-social li a svg {
    transition: all 0.2s;
  }
  .index-page.updated .banner img.banner-image, .index-page.updated .banner video {
    height: calc(100vh - 133px);
    object-fit: cover;
    width: 100%;
  }
  .index-page.updated .banner.black-overlay {
    position: relative;
  }
  .index-page.updated .banner.black-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 5px);
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
  }
  .index-page.updated .buy-rent-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 105px;
  }
  .index-page.updated .buy-rent-form .left-block {
    display: inline-block;
    width: 284px;
  }
  .index-page.updated .buy-rent-form .left-block ul {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
  }
  .index-page.updated .buy-rent-form .left-block ul li {
    margin: 0;
    width: 50%;
  }
  .index-page.updated .buy-rent-form .left-block ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 133px;
    border-radius: 0;
    background-color: #2B2A2A;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.15s;
  }
  .index-page.updated .buy-rent-form .left-block ul li a.active {
    background-color: #e81e25;
  }
  .index-page.updated .buy-rent-form .right-block {
    width: 100%;
    display: inline-block;
    background-color: #020d1f;
  }
  .index-page.updated .buy-rent-form .right-block form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .index-page.updated .buy-rent-form .right-block form .form-item-block .price_Ranges {
    float: right;
    width: 50%
  }

  .index-page.updated .buy-rent-form .right-block form .form-item-block .price_Ranges a {
      display: block;
      text-align: left;
      padding: 6px 0;
      color: #fff;
  }

  .index-page.updated .buy-rent-form .right-block form .form-item-block .price_Ranges a.max_value {
      text-align: right;
  }

  .index-page.updated .buy-rent-form .right-block form .form-item-block .price_Ranges a.disabled {
      pointer-events: none;
      cursor: default;
      color: #e5e4e2;
  }

  .index-page.updated .buy-rent-form .right-block form .form-item-block .price_Ranges a:hover {
      cursor: pointer;
      text-decoration: none;
  }

  .index-page.updated .buy-rent-form .right-block form .investRange .btn-group{
      width: 100% !important;
  }

.index-page.updated .buy-rent-form .right-block form .investRange .btn-group .btnClear a,
.index-page.updated .buy-rent-form .right-block form .investRange .btn-group .btnClear-two a,
.index-page.updated .buy-rent-form .right-block form .investRange .btn-group span{
    color: #fff
}
.index-page.updated .buy-rent-form .right-block form .investRange .btn-group .btnClear a:focus{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.index-page.updated .buy-rent-form .right-block form .investRange .btn-group #min-max-price-range {
    min-height: 52px !important;
    border-radius: 0;
    border: 0;
    text-align: left;
    /* background-image: url("../img/select-arrow.svg");
    background-size: 10.65px 5.32px;
    background-position: right 10px top 50%;
    background-repeat: no-repeat; */
}

.index-page.updated .buy-rent-form .right-block form .investRange .btn-group .dropdown-toggle::after,
.wp-chat-box.hide,
.wp-icon-link {
    display: none;
}

.index-page.updated .buy-rent-form .right-block form .investRange .btn-group .dropdown-menu {
    width: 100% !important;
    padding: 10px 10px 0;
    inset: unset !important;
    top: 50px !important;
    transform: translate3d(0, 0, 0) !important;
    border-radius: 0;
    min-width: 275px;
    right: 0;
    left: auto !important;
    background-color: #020d1f !important;
}
.index-page.updated .buy-rent-form .right-block form .form-item-block .btnClear{
  clear: both;
  border-top: 1px solid #dadada;
  padding: 5px 0 0;
  text-align: center;
  outline: 0;
  box-shadow: none;
}
.index-page.updated .buy-rent-form .right-block form .form-item-block input.inputError,
.index-page.updated .buy-rent-form .right-block form .form-item-block input.inputError:focus {
    border-color: #e2231a !important;
    background-color: #fff;
    color: #e2231a;
    box-shadow: inset 0 0 5px #f7bdbb;
    border-radius: 0;
}
.index-page.updated .buy-rent-form .right-block form .investRange .btn-group .dropdown-menu .freeformPrice .form-control {
    margin-bottom: 5px !important;
    min-height: 40px !important;
    border: 1px solid #fff ;

}
.index-page.updated .buy-rent-form .right-block form .investRange .btn-group .dropdown-menu .freeformPrice .form-control::placeholder{
  color: #fff;
}
  .index-page.updated .buy-rent-form .right-block form .investRange input {
    color: #fff ;
    border: 1px solid #fff;
  }
  .index-page.updated .buy-rent-form .right-block form .investRange .btn-group {
    width: 100%;
  }
  .index-page.updated .buy-rent-form .right-block form .investRange .btn-group #min-max-price-range, .index-page.updated .buy-rent-form .right-block form .investRange .btn-group #min-max-price-range {
    margin-bottom: 0;
    min-height: 95px !important;
  }
  .index-page.updated .buy-rent-form .right-block form .investRange .btn-group .dropdown-toggle::after, .index-page.updated .buy-rent-form .right-block form .investRange .btn-group .dropdown-toggle::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .index-page.updated .buy-rent-form .right-block form .investRange .btn-group .dropdown-menu, .index-page.updated .buy-rent-form .right-block form .investRange .btn-group .dropdown-menu {
    top: 70px !important;
  }
  .index-page.updated .buy-rent-form .right-block form .investRange .btn-group span, .index-page.updated .buy-rent-form .right-block form .investRange .btn-group span {
    color: #FFFFFF;
  }
  .index-page.updated .buy-rent-form .right-block form .block {
    width: 30%;
    height: 105px;
    display: inline-block;
    border-right: 1px solid #3E3E3E;
    padding: 10px 0px 10px 0;
    position: relative;
  }
  .index-page.updated .buy-rent-form .right-block form .block.select-arrow::after{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    color: #fff;

  }
  .index-page.updated .buy-rent-form .right-block form .block.prop-price {
    width: 25%;
  }
  .index-page.updated .buy-rent-form .right-block form .block .investRange {
    text-align: center;
  }
  .index-page.updated .buy-rent-form .right-block form .block.beds, .index-page.updated .buy-rent-form .right-block form .block.baths {
    width: 15% !important;
  }
  .index-page.updated .buy-rent-form .right-block form .block.location {
    border-right: none !important;
  }
  .index-page.updated .buy-rent-form .right-block form .block.submit-button {
    border-right: none !important;
    width: 15%;
    padding: 0 !important;
  }
  .index-page.updated .buy-rent-form .right-block form .block .form-control {
    background-color: #020d1f;
    border: none;
    outline: none;
    box-shadow: none;
    color: #FFFFFF;
    border-radius: 0;
    min-height: 95px;
    text-align: left;
    cursor: pointer;
  }
  
  .index-page.updated .buy-rent-form .right-block form .block .form-control.location {
    text-align: left;
  }
  .index-page.updated .buy-rent-form .right-block form .block .search-result {
    max-width: 100%;
    width: 100%;
    top: 100px;
  }
  .index-page.updated .buy-rent-form .right-block form .block button[type=submit] {
    background-color: #e81e25 !important;
    height: 100%;
    padding: 5px;
    text-align: center;
  }
  .index-page.updated .buy-rent-form .right-block form .block button[type=submit] i {
    padding: 10px;
  }
  .index-page.updated .find-worth {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .index-page.updated .find-worth .dream-home {
    display: inline-block;
    width: 50%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 3s;
    min-height: 750px;
    position: relative;
  }
  .index-page.updated .find-worth .dream-home:hover {
    background-size: 105% 105%;
  }
  .index-page.updated .find-worth .dream-home .inner-content {
    min-height: 750px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }
  .index-page.updated .find-worth .dream-home .inner-content .content {
    width: 100%;
    text-align: center;
    max-width: 692px;
  }
  .index-page.updated .find-worth .dream-home .inner-content .content h3 {
    color: #FFFFFF;
    font-size: 40px;
    font-family: "Noto Serif", serif;
  }
  .index-page.updated .find-worth .dream-home .inner-content .content form {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    border-radius: 28px;
    margin: 25px 0 0 0;
  }
  .index-page.updated .find-worth .dream-home .inner-content .content form.form-two input {
    width: calc(100% - 268px) !important;
  }
  .index-page.updated .find-worth .dream-home .inner-content .content form.form-two button {
    width: 268px !important;
  }
  .index-page.updated .find-worth .dream-home .inner-content .content form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
  }
  .index-page.updated .find-worth .dream-home .inner-content .content form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
  }
  .index-page.updated .find-worth .dream-home .inner-content .content form :-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
  }
  .index-page.updated .find-worth .dream-home .inner-content .content form :-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
  }
  .index-page.updated .find-worth .dream-home .inner-content .content form input {
    display: inline-block;
    width: calc(100% - 223px);
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    min-height: 50px;
    border-radius: 25px;
    padding-left: 25px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
  }
  .index-page.updated .find-worth .dream-home .inner-content .content form button {
    display: inline-block;
    width: 223px;
    border-radius: 25px;
    background-color: #e81e25;
    color: #FFFFFF;
    text-align: center;
    min-height: 50px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 15px;
  }
  .index-page.updated .featured-services {
    background-color: #020d1f;
    padding: 75px 0;
    text-align: center;
    color: #FFFFFF;
  }
  .index-page.updated .featured-services h3 {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 3px;
  }
  .index-page.updated .featured-services .services-block {
    position: relative;
    margin-top: 3px;
    overflow: hidden;
  }
  .index-page.updated .featured-services .services-block:hover .details {
    transform: translateY(150%);
  }
  .index-page.updated .featured-services .services-block:hover .hover-details {
    transform: translateY(0);
    transition: all 0.5s;
  }
  .index-page.updated .featured-services .services-block a.hover-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
  }
  .index-page.updated .featured-services .services-block .hover-details {
    background-color:#e81e25;
    opacity: 0.8;
    height: 100%;
    transition: all 0.35s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-101%);
  }
  .index-page.updated .featured-services .services-block .hover-details h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
  }
  .index-page.updated .featured-services .services-block .hover-details h4 span {
    letter-spacing: initial;
    display: block;
    font-size: 18px;
    font-family: "Noto Serif", serif;
    font-style: italic;
    margin-bottom: 20px;
  }
  .index-page.updated .featured-services .services-block .details {
    background-color: #e81e25;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index-page.updated .featured-services .services-block .details h4 {
    color: #FFFFFF;
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    font-family: "Noto Serif", serif;
  }
  .index-page.updated .search-by-city {
    background-color: #020d1f;
    padding: 75px 0;
    text-align: center;
  }
  .index-page.updated .search-by-city h3 {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 3px;
  }
  .index-page.updated .search-by-city .city-block {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 25px;
  }
  .index-page.updated .search-by-city .city-block:hover .image::before {
    background-color: #e81e25;
  }
  .index-page.updated .search-by-city .city-block .image {
    border-radius: 5px;
    position: relative;
  }
  .index-page.updated .search-by-city .city-block .image::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(191, 0, 20, 0.7);
    overflow: hidden;
    transition: all 0.3s;
  }
  .index-page.updated .search-by-city .city-block .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #FFFFFF;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 500;
  }
  .index-page.updated .search-by-city .city-block a.hover-link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: 1;
    height: 100%;
    overflow: hidden;
  }
  .index-page.updated .search-by-city .card-body {
    background-color: transparent;
    padding: 0;
  }
  .index-page.updated .search-by-city a.show-more {
    width: 161px;
    display: block;
    height: 50px;
    text-align: center;
    color: #e81e25;
    border: 1px solid #e81e25;
    margin: 40px auto 0 auto;
    padding: 13px 10px;
    border-radius: 25px;
    transition: all 0.3s;
    font-size: 15px;
  }
  .index-page.updated .search-by-city a.show-more span.more {
    display: inline-block;
  }
  .index-page.updated .search-by-city a.show-more span.less {
    display: none;
  }
  .index-page.updated .search-by-city a.show-more:hover {
    background-color: #e81e25;
    color: #FFFFFF;
  }
  .index-page.updated .search-by-city a.show-more:hover svg path {
    stroke: #FFFFFF;
  }
  .index-page.updated .search-by-city a.show-more svg {
    margin-left: 5px;
    transition: all 0.3s;
  }
  .index-page.updated .search-by-city a.show-more svg path {
    transition: all 0.3s;
    color: #e81e25;
  }
  .index-page.updated .search-by-city a.show-more[aria-expanded=true] svg {
    transform: rotate(-180deg);
  }
  .index-page.updated .search-by-city a.show-more[aria-expanded=true] span.more {
    display: none;
  }
  .index-page.updated .search-by-city a.show-more[aria-expanded=true] span.less {
    display: inline-block;
  }
  .index-page.updated .search-by-city .more-blocks.show {
    display: block !important;
  }
  @media (max-width: 576px) {
  
    .index-page.updated.new .banner {
      height: 300px;
      min-height: 300px;
    }
    
    .index-page.updated.new .banner img.banner-image, .index-page.updated.new .banner video {
      height: 300px !important;
    }
    .index-page.updated.new .banner.common-form-banner{
      padding: 0;
    }
    .index-page.updated.new .exceptional-service {
      margin: 30px 0;
    }
    .index-page.updated.new .exceptional-service h3 {
      font-size: 25px;
    }
    .index-page.updated.new .real-estate-sec {
      padding: 30px 0;
    }
    .index-page.updated.new .real-estate-sec .content {
      margin-bottom: 15px;
    }
    .index-page.updated.new .real-estate-sec .content h3 {
      font-size: 35px;
    }
    .index-page.updated.new .real-estate-sec .content p {
      font-size: 16px;
    }
    .index-page.updated.new .real-estate-sec iframe {
      height: 325px;
    }
    .index-page.updated.new .real-estate-sec:before {
      display: none;
    }
    .index-page.updated .banner {
      height: auto;
    }
    .index-page.updated .banner img.banner-image, .index-page.updated .banner video {
      height: auto !important;
    }
    .index-page.updated .buy-rent-form {
      position: relative;
      margin-top: -8px;
      min-height: initial;
    }
    .index-page.updated .buy-rent-form .left-block {
      width: 100%;
    }
    .index-page.updated .buy-rent-form .left-block ul li a {
      height: 50px;
      font-size: 16px;
    }
    .index-page.updated .buy-rent-form .right-block {
      width: 100%;
    }
    .index-page.updated .buy-rent-form .right-block form .block {
      height: 50px;
      width: 100% !important;
      border: 1px solid #3E3E3E;
      padding: 0 5px;
    }
    .index-page.updated .buy-rent-form .right-block form .block.baths, .index-page.updated .buy-rent-form .right-block form .block.beds {
      width: 50% !important;
    }
    .index-page.updated .buy-rent-form .right-block form .block.bath {
      border-left-color: transparent !important;
    }
    .index-page.updated .buy-rent-form .right-block form .block .form-control {
      min-height: 50px;
      text-align: center;
    }
    .index-page.updated .buy-rent-form .right-block form .block .submit-button .form-control{
      text-align: center !important;
    }
    .index-page.updated .buy-rent-form .right-block form .block .search-result {
      top: 50px;
    }
    .index-page.updated .buy-rent-form .right-block form .block .investRange .btn-group .dropdown-menu, .index-page.updated .buy-rent-form .right-block form .block .investRange .btn-group .dropdown-menu {
      top: 50px !important;
    }
    .index-page.updated .buy-rent-form .right-block form .block .investRange .btn-group #min-max-price-range, .index-page.updated .buy-rent-form .right-block form .block .investRange .btn-group #min-max-price-range {
      min-height: auto !important;
    }
    .index-page.updated .find-worth .dream-home {
      min-height: 325px;
      width: 100%;
    }
    .index-page.updated .find-worth .dream-home .inner-content {
      min-height: 325px;
    }
    .index-page.updated .find-worth .dream-home .inner-content .content h3 {
      font-size: 25px;
    }
    .index-page.updated .find-worth .dream-home .inner-content .content form.form-two input, .index-page.updated .find-worth .dream-home .inner-content .content form.form-two button {
      width: 100% !important;
    }
    .index-page.updated .find-worth .dream-home .inner-content .content form input, .index-page.updated .find-worth .dream-home .inner-content .content form button {
      width: 100%;
    }
    .index-page.updated .featured-services {
      padding: 50px 0;
    }
    .index-page.updated .featured-services .services-block .hover-details h4 {
      font-size: 16px;
    }
    .index-page.updated .featured-services .services-block .hover-details h4 span {
      font-size: 25px;
    }
    .index-page.updated .featured-services .services-block .details h4 {
      font-size: 16px;
    }
    
  
  }
  @media (min-width: 577px) and (max-width: 991px) {

    .index-page.updated.new .banner {
      height: 310px;
      min-height: 310px;
    }
    .index-page.updated.new .banner img.banner-image, .index-page.updated.new .banner video {
      height: 100% !important;
    }
    .index-page.updated.new .exceptional-service {
      margin: 40px 0;
    }
    .index-page.updated.new .exceptional-service h3 {
      font-size: 30px;
    }
    .index-page.updated.new .real-estate-sec .content p {
      font-size: 16px;
    }
    .index-page.updated.new .real-estate-sec:before {
      display: none;
    }
    .index-page.updated .banner {
      height: auto;
    }
    .index-page.updated .banner img.banner-image, .index-page.updated .banner video {
      height: auto !important;
    }
    .index-page.updated .banner ul.banner-social {
      top: auto;
      bottom: 10px;
      left: 15px;
    }
    .index-page.updated .buy-rent-form {
      position: relative;
      margin-top: -8px;
      min-height: initial;
    }
    .index-page.updated .buy-rent-form .left-block {
      width: 100%;
    }
    .index-page.updated .buy-rent-form .left-block ul li a {
      height: 50px;
    }
    .index-page.updated .buy-rent-form .right-block {
      width: 100%;
    }
    .index-page.updated .buy-rent-form .right-block form .block {
      height: 81px;
      padding: 0;
    }
    .index-page.updated .buy-rent-form .right-block form .block .form-control {
      min-height: 81px;
      font-size: 14px;
      padding-left: 0;
    }
    .index-page.updated .buy-rent-form .right-block form .block .form-control .search-label {
      display: none;
    }
    .index-page.updated .buy-rent-form .right-block form .investRange .btn-group .dropdown-menu{
      min-width: 100%;
    }
    .index-page.updated .buy-rent-form .right-block form .block .form-control, .index-page.updated .buy-rent-form .right-block form .block .investRange .btn-group #min-max-price-range, .index-page.updated .buy-rent-form .right-block form .block .investRange .btn-group #min-max-price-range{
      padding-left: 8px;
    }
    .index-page.updated .buy-rent-form .right-block form .block .investRange .btn-group #min-max-price-range, .index-page.updated .buy-rent-form .right-block form .block .investRange .btn-group #min-max-price-range {
      min-height: 81px !important;
    }
    .index-page.updated .buy-rent-form .right-block form .block .search-result {
      top: 81px;
    }
    .index-page.updated .buy-rent-form .right-block form .block button[type=submit] img {
      max-width: 60%;
    }
    .index-page.updated .find-worth .dream-home {
      min-height: 350px;
    }
    .index-page.updated .find-worth .dream-home .inner-content {
      min-height: 350px;
    }
    .index-page.updated .find-worth .dream-home .inner-content .content h3 {
      font-size: 25px;
    }
    .index-page.updated .find-worth .dream-home .inner-content .content form.form-two input, .index-page.updated .find-worth .dream-home .inner-content .content form.form-two button {
      width: 100% !important;
    }
    .index-page.updated .find-worth .dream-home .inner-content .content form input, .index-page.updated .find-worth .dream-home .inner-content .content form button {
      width: 100%;
    }
    .index-page.updated .featured-services {
      padding: 50px 15px;
    }
    .index-page.updated .featured-services .col-sm-3{
      width: 40%;

    }
    .index-page.updated .featured-services .services-block .hover-details h4 {
      font-size: 16px;
    }
    .index-page.updated .featured-services .services-block .hover-details h4 span {
      font-size: 25px;
    }
    .index-page.updated .featured-services .services-block .details h4 {
      font-size: 16px;
    }
    .index-page.updated .search-by-city {
      padding: 50px 0;
    }
    .index-page.updated .search-by-city .city-block .content {
      font-size: 16px;
    }
  
    .banner-common .banner-image {
      height: 300px;
      object-fit: cover;
    }
    .banner-common ul.banner-social {
      left: 15px;
      bottom: 5px;
    }
    .banner-common .banner-caption {
      padding: 0 60px;
    }
    .banner-common .banner-caption h1 {
      font-size: 35px;
    }
    .banner-common .banner-filter-form {
      bottom: 0;
    }
  
    .service-blocks {
      padding: 35px 0 0 0;
    }
    .service-blocks .row .col-xl-4:nth-child(3n+3) .service-block {
      border-right: 1px solid #CCCCCC !important;
    }
    .service-blocks .row .col-xl-4:nth-child(2n+2) .service-block {
      border-right: none !important;
    }
    .service-blocks .row .col-xl-4:nth-last-child(-n+3) .service-block {
      border-bottom: 1px solid #CCCCCC !important;
    }
    .service-blocks .row .col-xl-4:nth-last-child(-n+2) .service-block {
      border-bottom: none !important;
    }
    .service-blocks .row .col-xl-4 .service-block .icon-block {
      width: 100px;
    }
    .service-blocks .row .col-xl-4 .service-block .icon-block .image-icon {
      width: 100px;
      height: 100px;
    }
    .service-blocks .row .col-xl-4 .service-block .icon-block .image-icon img {
      max-width: 66px;
      max-height: 66px;
    }
    .service-blocks .row .col-xl-4 .service-block .service-content-block h4 {
      font-size: 28px;
    }
  
  }
  @media (min-width: 992px) and (max-width: 1199px) {
  
    .index-page.updated.new .banner {
      height: auto;
    }
    .index-page.updated.new .banner img.banner-image, .index-page.updated.new .banner video {
      height: auto;
    }
    .index-page.updated.new .real-estate-sec:before {
      display: none;
    }
    .index-page.updated .banner {
      height: auto;
    }
    .index-page.updated .banner img.banner-image, .index-page.updated .banner video {
      height: auto;
    }
    .index-page.updated .buy-rent-form {
      position: relative;
      margin-top: -8px;
    }
    .index-page.updated .buy-rent-form .left-block {
      width: 100%;
    }
    .index-page.updated .buy-rent-form .left-block ul li a {
      height: 50px;
    }
    .index-page.updated .buy-rent-form .right-block {
      width: 100%;
    }
    .index-page.updated .buy-rent-form .right-block form .block {
      height: 100px;
    }
    .index-page.updated .buy-rent-form .right-block form .block .form-control {
      min-height: 100%;
    }
    .index-page.updated .buy-rent-form .right-block form .block .investRange .btn-group #min-max-price-range, .index-page.updated .buy-rent-form .right-block form .block .investRange .btn-group #min-max-price-range {
      min-height: 81px !important;
    }
    .index-page.updated .find-worth .dream-home {
      min-height: 450px;
    }
    .index-page.updated .find-worth .dream-home .inner-content {
      min-height: 450px;
    }
    .index-page.updated .find-worth .dream-home .inner-content .content h3 {
      font-size: 30px;
    }
    .index-page.updated .our-office .office-slider .owl-item .image img {
      height: 275px;
    }
    .index-page.updated .featured-services .services-block .hover-details h4 span {
      font-size: 30px;
    }
    .index-page.updated .featured-services .services-block .details h4 {
      font-size: 22px;
    }
  }
  @media (min-width: 1200px) and (max-width:1299px) {
    .index-page.updated.new .banner{
      min-height: 462px;
    }
    .index-page.updated .buy-rent-form, .index-page.updated .buy-rent-form .right-block form .block, .index-page.updated .buy-rent-form .right-block form .investRange .btn-group #min-max-price-ranges{
      min-height: 80px !important;
    }
    .index-page.updated .buy-rent-form .right-block form .block{
      height: 80px !important;
    }
    .index-page.updated .buy-rent-form .right-block form .block .form-control, .index-page.updated .buy-rent-form .right-block form .investRange .btn-group #min-max-price-range{
      min-height: 70px !important;
    }
    
  }
  @media (min-width: 1200px) and (max-width: 1599px) {
  
    .index-page.updated.new .real-estate-sec:before {
      height: 120px;
    }
    .index-page.updated .banner {
      height: 65vh;
    }
    .index-page.updated .banner img.banner-image, .index-page.updated .banner video {
      height: 65vh;
    }
    .index-page.updated .find-worth .dream-home {
      min-height: 600px;
    }
    .index-page.updated .find-worth .dream-home .inner-content {
      min-height: 600px;
    }
    .index-page.updated .find-worth .dream-home .inner-content .content h3 {
      font-size: 30px;
    }
    .index-page.updated .our-office .office-slider .owl-item .image img {
      height: 300px;
    }
  
  }






  .free-consultation h4 span {
    color: var(--primary_color);
}
.free-consultation form input[type="email"]:focus,
.free-consultation form input[type="tel"]:focus,
.free-consultation form input[type="text"]:focus,
.free-consultation form select:focus,
.free-consultation form textarea:focus{
    box-shadow: none;
    outline: 0;
}
.free-consultation form .radio-buttons-group .pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
    background: var(--background_color) !important;
}
.free-consultation form button img {
    display: block;
}
.free-consultation form button .consultaion-btn i{
    color: var(--secondary_color);
}
.free-consultation form .radio-buttons-group .pretty label {
    color: #000;
}
.free-consultation {
    margin: 50px 0;
    scroll-margin-top: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.free-consultation h4 {
    color: #000;
    font-size: 25px;
    font-weight: 500;
}
.free-consultation form span {
    color: #000;
    font-size: 19px;
    padding-right: 50px;
}
.free-consultation form select option {
    color: #001b29;
}
.free-consultation form button {
    background-color: var(--primary_color) !important;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
    display: inline-block !important;
    height: auto;
    width: auto;
    padding: 0;
    border-radius: 50%;
}
.free-consultation form button .consultaion-btn {
    width: 100px;
    height: 100px;
    background: var(--primary_color);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}
.free-consultation form input[type="email"],
.free-consultation form input[type="tel"],
.free-consultation form input[type="text"],
.free-consultation form select ,.free-consultation form textarea{
    background: 0 0 !important;
    color: #000 !important;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    margin-top: 30px;
    height: 55px;
    padding-left: 5px !important;
}
.free-consultation form ::-webkit-input-placeholder {
    color: #000;
    font-size: 15px;
}
.free-consultation form ::-moz-placeholder {
    color: #000;
    font-size: 15px;
}
.free-consultation form :-ms-input-placeholder {
    color: #000;
    font-size: 15px;
}
.free-consultation form :-moz-placeholder {
    color: #000;
    font-size: 15px;
}
@media (max-width: 576px) {
    .free-consultation form button .consultaion-btn {
        width: 90px;
        height: 90px;
        font-size: 35px;
    }
    .free-consultation {
        margin: 25px 0;
        padding: 25px 0;
    }
    .free-consultation form button {
        display: block !important;
        margin-top: 15px;
        margin-left: auto;
    }
    .free-consultation form button img {
        max-width: 75px;
        margin-left: auto;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .free-consultation form button .consultaion-btn {
        width: 90px;
        height: 90px;
        font-size: 36px;
    }
    .free-consultation form button .consultaion-btn {
        width: 90px;
        height: 90px;
        font-size: 36px;
    }
}