@font-face {
  font-family: 'Poppins';
  src: url("../../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_Light';
  src: url("../../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_Medium';
  src: url("../../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins_SemiBold';
  src: url("../../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'ITCAvantGardeStd_Bold';
  src: url("../../fonts/AvantGarde/ITCAvantGardeStd-Bold.otf") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
  font-family: 'ITCAvantGardeStd_Regular';
  src: url("../../fonts/AvantGarde/ITCAvantGardeStdBk.woff") format("truetype");
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* MIXINS */
@media screen and (max-width: 768px) {
  .navbar-custom li.opt-in > a {
    margin: 0 !important;
    margin-left: 0 !important;
  }
}

html, body {
  font-family: 'Poppins', sans-serif, Arial !important;
  font-size: 16px;
  /* for inner page sticky footer  https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* end sticky footer condition */
  overflow-x: hidden;
  margin: 0px;
  padding: 0px !important;
  position: relative;
  scroll-behavior: smooth;
}

.uppercase {
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-15 {
  padding: 15px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

@media (max-width: 540px) {
  .home_search {
    height: 125vh !important;
  }
}

@media screen and (max-width: 424px) {
  .home_search {
    height: 125vh !important;
  }
}

@media screen and (max-width: 411px), screen and (max-height: 731px) {
  .home_search {
    height: 145vh !important;
  }
}

@media screen and (max-width: 411px), screen and (max-height: 823px) {
  .home_search {
    height: 135vh !important;
  }
}

@media screen and (max-width: 375px) {
  .home_search {
    height: 165vh !important;
  }
  .home_search .container {
    left: 12px !important;
    top: 220px !important;
  }
  .home_search .h5-container {
    margin-bottom: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 375px), screen and (max-height: 812px) {
  .home_search {
    height: 145vh !important;
  }
}

@media screen and (max-width: 375px), screen and (max-height: 666px) {
  .home_search {
    height: 165vh !important;
  }
}

@media screen and (max-width: 360px), screen and (max-height: 640px) {
  .home_search {
    height: 180vh !important;
  }
}

@media screen and (max-width: 331px) {
  .home_search {
    height: 125vh !important;
  }
}

@media screen and (max-width: 320px) {
  .home_search {
    height: 185vh !important;
  }
}

.home_search .search-input-group button, .home_search .search-input-group input {
  height: 60px !important;
}

.home_search .search-input-group button {
  width: 140px;
}

.home_search .search-input-group input {
  font-size: 1.25em;
}

.home_search .search-input-group .search-btn {
  background-color: #004ebc;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.home_search .search-input-group #contract_type_display {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 180px;
}

.home_search .search-input-group #contract_type_display i.fas {
  color: #878787;
}

.home_search .price-group .price-field {
  width: 200px;
}

.home_search .price-group .price-field.min {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.home_search .price-group .price-field.max {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.home_search #get_started_btn {
  color: #fff;
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  font-size: 1.15em;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px #fff solid !important;
  text-transform: uppercase;
  padding: 15px 45px 15px 45px;
  margin-top: 30px;
}

.home_search #get_started_btn:hover {
  background-color: #fff;
  color: #000;
}

.home-search {
  font-family: 'Poppins',sans-serif;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-top: 15px;
  margin-top: 15px;
  /* ul.contract-list{
        list-style: none;
        padding-left:0px;
        li{
            color: #fff;
            input{
                margin:10px !important;
            }
        }
    } */
}

.home-search label {
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: .85em;
  width: 98%;
}

.home-search div.dashed-row {
  border-bottom: 3px dashed #5d5d5d;
  margin-left: 15px;
  margin-right: 15px;
  height: 2px;
}

.home-search h2, .home-search h4 {
  color: #fff;
  font-weight: 400;
}

.home-search .sliders .slider-track {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#696969), to(#696969));
  background-image: linear-gradient(to bottom, #696969 0%, #696969 100%);
}

.home-search .sliders .slider.slider-horizontal {
  width: 400px;
  margin-top: 7px;
  margin-right: 20px;
  margin-left: 10px;
}

.home-search .sliders .slider-handle {
  background-color: #fff !important;
  -webkit-box-shadow: 0px 1px 5px #2d2d2d;
          box-shadow: 0px 1px 5px #2d2d2d;
}

.home-search .sliders .slider-selection {
  background: #fff !important;
}

.home-search .btn {
  border-radius: 0;
  height: auto !important;
  padding-top: 9px;
  padding-bottom: 9px;
  border: none !important;
  font-size: 20px;
}

.home-search .btn-group-normal {
  display: block;
}

.home-search h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.home-search .search-btn {
  width: 700px;
}

.home-search .se-location {
  padding-left: 41px;
}

.home-search [data-toggle=buttons] .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

select.arrow-thin {
  background-image: url(../../../../images/icon-select-dropdown.svg);
  background-position: right 0px center;
  background-repeat: no-repeat;
  background-origin: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
}

.sponsors-row {
  z-index: 2 !important;
  height: auto;
  background-color: white;
}

.affiliates img {
  -webkit-transition: .5s;
  transition: .5s;
}

.affiliate_logo {
  -webkit-filter: grayscale(98%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(98%);
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home_search {
    padding-top: 17%;
  }
  .home_search #search_heading {
    font-size: 2.4em;
    text-align: center;
  }
  .home_search #search_sub_heading {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .home_search {
    height: 80vh !important;
  }
  .home_search .container form .dropdown_container .select2-container {
    width: 100% !important;
  }
  .home_search .container form .dropdown_container .select2-container .select2-selection {
    width: initial !important;
  }
  .search-box {
    display: none;
  }
  .search-box-mobile {
    display: block;
    margin-top: 90px;
    padding: 20px;
  }
  .search-box-mobile p {
    color: #fff;
    font-size: 1.525em;
  }
  .search-box-mobile a {
    padding: 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
    border-color: #fff;
    color: #fff;
    font-size: 1.125em;
    text-transform: uppercase;
  }
  .home_banner .banner_home {
    height: 48vh !important;
  }
  .home_banner .banner_home.clone {
    display: block !important;
  }
}

@media screen and (max-width: 768px) and (max-height: 620px) {
  .search-box-mobile {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  section.callout-mobile-section {
    display: block;
    height: auto;
    font-family: 'Poppins',sans-serif;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
  }
  section.callout-mobile-section p {
    font-size: 1em;
    color: #292929;
    text-align: center;
  }
  section.callout-mobile-section p.on-earth {
    font-weight: 600;
  }
  section.callout-mobile-section hr {
    border: 0px;
    border-bottom: 1px dashed #292929;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  section.callout-mobile-section button {
    width: 100%;
    font-size: 1.125em;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  section.callout-mobile-section button.list-prop {
    background-color: #292929;
    color: #fff;
    border-color: #292929;
  }
  section.testimonial_section, section.agents-section, section.featured-section, section.sponsors-row, section.news-blog-section {
    display: none;
  }
  section.app-download-section {
    display: block;
    background-color: #fff;
    height: 100%;
    padding: 10px;
  }
  section.app-download-section img.mock-up {
    position: relative;
    bottom: -5px;
  }
  section.app-download-section .apple-app-store {
    padding-top: 25%;
    margin-bottom: 10px;
    width: 80%;
  }
  section.app-download-section .google-play-store {
    padding-bottom: 10%;
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .search-input {
    width: 100%;
    padding: 0 15px;
  }
  .search-btn {
    width: 100%;
    padding: 0 13px;
  }
}

.banner_home {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #666;
}

@media screen and (max-width: 991px) {
  .banner_home {
    height: 115vh !important;
  }
}

@media (max-width: 540px) {
  .banner_home {
    height: 125vh !important;
  }
}

@media screen and (max-width: 424px) {
  .banner_home {
    height: 125vh !important;
  }
}

@media screen and (max-width: 411px), screen and (max-height: 731px) {
  .banner_home {
    height: 145vh !important;
  }
}

@media screen and (max-width: 411px), screen and (max-height: 823px) {
  .banner_home {
    height: 135vh !important;
  }
}

@media screen and (max-width: 375px) {
  .banner_home {
    height: 165vh !important;
  }
}

@media screen and (max-width: 375px), screen and (max-height: 812px) {
  .banner_home {
    height: 145vh !important;
  }
}

@media screen and (max-width: 375px), screen and (max-height: 666px) {
  .banner_home {
    height: 165vh !important;
  }
}

@media screen and (max-width: 360px), screen and (max-height: 640px) {
  .banner_home {
    height: 180vh !important;
  }
}

@media screen and (max-width: 331px) {
  .banner_home {
    height: 125vh !important;
  }
}

@media screen and (max-width: 320px) {
  .banner_home {
    height: 185vh !important;
  }
}

.about_us_section_2 {
  font-family: 'Poppins',sans-serif;
  height: auto;
}

.about_us_section_2 h2 {
  font-weight: 400;
  text-transform: capitalize;
  color: #505050;
  font-size: 2.5em;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.about_us_section_2 h2 span {
  color: #51af2d;
}

.about_us_section_2 .about_us_card {
  padding: 40px;
}

.about_us_section_2 .about_us_card img {
  width: 120px;
}

.about_us_section_2 .about_us_card h3 {
  text-align: center;
  font-weight: 300;
}

.about_us_section_2 .about_us_card:hover h3 {
  color: #004ebc;
  font-weight: 400;
}

.about_us_section_2 .about_us_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .about_us_section_2 {
    background-color: #f6f4f5;
  }
  .about_us_section_2 .custom-container {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .about_us_section_2 .custom-container h2 {
    display: none;
  }
  .about_us_section_2 .custom-container .row {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 10px;
  }
  .about_us_section_2 .custom-container .row .about_us_card {
    width: 100% !important;
    border-bottom: 1px solid #dad9d9;
    padding: 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about_us_section_2 .custom-container .row .about_us_card :nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about_us_section_2 .custom-container .row .about_us_card img {
    width: 120px;
  }
  .about_us_section_2 .custom-container .row .about_us_card h3 {
    font-size: .78em;
    text-align: left !important;
    font-weight: 300;
  }
  .about_us_section_2 .custom-container .row .about_us_card .img-col {
    padding: 0px;
  }
  .about_us_section_2 .custom-container .row .about_us_card:last-child {
    border-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .about_us_section_2 .about-us-desc {
    font-size: 13px;
    margin-left: 80px;
  }
}

@media (max-width: 425px) {
  .about_us_section_2 .about-us-desc {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .agents-section .agent-panel .panel-body {
    height: 460px;
  }
  .agents-section .agent-panel .panel-body .agent-overlay {
    height: 345px;
    top: -345px;
  }
  .agents-section .agent-panel .panel-body .agent-overlay .agent-icons {
    bottom: 10px;
    padding-top: 73%;
    width: -webkit-fill-available;
  }
  .agents-section .agent-panel .panel-body .agent-content {
    top: -345px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .agents-section .agent-panel .panel-body {
    height: 320px;
  }
  .agents-section .agent-panel .panel-body .agent-overlay {
    height: 215px;
    top: -215px;
  }
  .agents-section .agent-panel .panel-body .agent-content {
    top: -220px;
  }
}

@media (max-width: 425px) {
  .agents-section .agent-panel .panel-body {
    height: 520px;
  }
}

@media (max-width: 375px) {
  .agents-section .agent-panel .panel-body {
    height: 460px;
  }
}

@media (max-width: 320px) {
  .agents-section .agent-panel .panel-body {
    height: 410px;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .agents-section .col-xs-12.agent {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .agents-section .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  section.agents-section .heading-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 450px) {
  .featured_property_tabs {
    width: 95vw;
    position: relative;
    right: 20%;
  }
}

.featured-section .property-panel .prop_heading h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 425px) {
  .featured-section .property-panel .prop_heading h3 {
    padding: 5px 10px 0px 15px;
    font-size: .95em;
    margin-top: 0px;
    vertical-align: top;
  }
}

@media (max-width: 425px) {
  .featured-section .property-panel .prop_heading h3 {
    padding: 5px 10px 0px 15px;
    font-size: .75em;
    margin-top: 0px;
    vertical-align: top;
    overflow: hidden;
  }
}

.h1_container {
  color: #fff;
}

@media (max-width: 1200px) {
  .h1_container {
    display: none;
  }
}

.home_text_container {
  color: #fff;
  text-align: center;
}

/* New */
@media screen and (max-width: 991px) {
  .sect-subheading {
    font-size: 15pt;
  }
  .sect-h2 {
    font-size: 23pt;
  }
  .home_search .container {
    position: initial !important;
    margin-top: 99px;
  }
}

@media screen and (max-width: 650px) {
  .sect-subheading {
    font-size: 13pt;
  }
  .sect-h2 {
    font-size: 20pt;
  }
}

@media (min-width: 768px) {
  #nav-right-access a {
    font-size: .9em;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 400px) {
  #captchaMessage {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media screen and (max-width: 1024px) and (min-height: 1300px) {
  .home_search, .banner_home {
    height: 72vh !important;
  }
}

@media screen and (max-width: 375px) {
  .invest-section .banner {
    height: 314px !important;
    background-position-x: center;
  }
  .invest-section .box {
    margin: auto !important;
    display: block !important;
    margin-top: 20px !important;
    position: initial !important;
  }
}

@media screen and (max-width: 375px) {
  .choose-section .row {
    width: 100% !important;
  }
  .choose-section .row .choose-container {
    padding: initial !important;
    padding-top: 25px !important;
    -webkit-box-shadow: 0px 0px 20px 6px #00000026;
            box-shadow: 0px 0px 20px 6px #00000026;
    width: 132px !important;
    height: 218px !important;
    margin-bottom: 20px !important;
  }
  .choose-section .row .choose-container img {
    height: 66px !important;
  }
}

@media screen and (max-width: 375px) {
  #filter-modal .modal-dialog .modal-header {
    display: block !important;
    text-align: center;
    color: #004ebc;
  }
  #filter-modal .modal-dialog .modal-header button.close {
    color: #004ebc;
    opacity: 1;
    position: absolute;
    font-size: 28px;
    right: 17px;
    top: 12px;
  }
  #filter-modal .modal-dialog .modal-header .modal-title {
    margin-bottom: 10px;
  }
  #filter-modal .modal-dialog .modal-header .modal-title img {
    -webkit-filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(-183deg) brightness(84%) contrast(80%);
            filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(-183deg) brightness(84%) contrast(80%);
    margin-right: 10px;
  }
  #filter-modal .modal-dialog .modal-body .modal-close-button {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .home_search .container {
    left: 175px !important;
  }
  .option-section .owl-carousel .owl-stage {
    width: 801px !important;
  }
  .option-section .owl-carousel .owl-stage .owl-item {
    width: 255px !important;
  }
  .invest-section .banner .box {
    left: 894px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .home_search .container {
    left: 65px !important;
  }
  .invest-section .banner .box {
    left: 601px !important;
  }
}

@media only screen and (max-width: 768px) {
  #filter-modal .modal-dialog .modal-content .buy-rent-container-hr {
    margin-top: 0;
    width: 547px !important;
  }
  .rentbtn {
    margin-left: 13px !important;
  }
  .home_search .container {
    left: 65px !important;
  }
  .option-section .option-container .options-list-container li:first-child {
    font-size: 24px !important;
  }
  .option-section .owl-carousel .owl-stage .owl-item {
    width: 187px !important;
  }
  .invest-section .banner .box {
    left: 392px !important;
  }
}

@media only screen and (max-width: 425px) {
  #filter-modal .row {
    width: auto !important;
  }
  .row .choose-container {
    padding: initial !important;
    padding-top: 25px !important;
    -webkit-box-shadow: 0px 0px 20px 6px #00000026;
            box-shadow: 0px 0px 20px 6px #00000026;
    width: 132px !important;
    height: 218px !important;
    margin-bottom: 20px !important;
  }
  .row .choose-container img {
    height: 66px !important;
  }
  #filter-modal .modal-dialog .modal-content .buy-rent-container .search-type button {
    width: 97% !important;
  }
  #filter-modal .modal-dialog .modal-content .buy-rent-container-hr {
    margin-top: 0;
    width: 282px !important;
  }
  .rentbtn {
    margin-left: 13px !important;
  }
  .home_search .container {
    width: 302px !important;
    left: 19px !important;
  }
  .option-section .owl-carousel .owl-stage {
    width: 919px !important;
  }
  .option-section .owl-carousel .owl-stage .owl-item {
    width: 309px !important;
  }
  .invest-section .banner .box {
    left: 22px !important;
    width: 277px !important;
  }
}

@media only screen and (max-width: 375px) {
  #filter-modal .modal-dialog .modal-content .buy-rent-container-hr {
    margin-top: 0;
    width: 237px !important;
  }
  .rentbtn {
    margin-left: 13px !important;
  }
  .home_search .container {
    width: 335px !important;
    left: 18px !important;
  }
  .home_search .container form .dropdown_container .select2-container--default {
    width: 100% !important;
  }
  .home_search .container form .dropdown_container .select2-selection--single {
    width: 100%;
  }
  .option-section .owl-carousel .owl-stage .owl-item {
    width: 264px !important;
  }
}

@media only screen and (max-width: 320px) {
  #filter-modal .modal-dialog .modal-content .buy-rent-container-hr {
    margin-top: 0;
    width: 183px !important;
  }
  .rentbtn {
    margin-left: 13px !important;
  }
  .home_search .container {
    width: 300px !important;
    left: 10px !important;
  }
  .option-section .owl-carousel .owl-stage .owl-item {
    width: 221px !important;
  }
  .invest-section .banner .box {
    width: 285px !important;
  }
}
/*# sourceMappingURL=mobile_home.css.map */