:root {
    --main-color-black: #0074C1;
  }
  :root {
    --main-color-yellow: #E50013;
  }
  :root {
    --main-color-yellow-hover: #d1751e;
  }
  :root {
    --main-color-black-hover: #000000;
  }
  :root {
    --main-color-gray-hover: #f3f3f3;
  }
  :root {
    --main-color-gray: #e5f1f8;
  }
  :root {
    --main-color-gray-text: #b9b9b9;
  }

  body{
    background-color: #FAFAFA;
  }

  .bg-black-c {
      background-color:  var(--main-color-black);
    }

  .bg-yellow-c {
      background-color:  #E50013;
    }
  .bg-gray-c {
      background-color:  var(--main-color-gray);
    }

  .text-black-c {
      color:  var(--main-color-black);
    }

  .text-yellow-c {
      color:  var(--main-color-yellow);
    }
  .text-gray-c {
      color:  var(--main-color-gray-text);
    }
  .border-black-c {
      border-color:  var(--main-color-black);
    }

  .border-yellow-c {
      border-color:  var(--main-color-yellow);
    }
  .border-gray-c {
      border-color:  var(--main-color-gray);
    }

    .btn-yellow-c {
      --bs-btn-color: #fff;
      --bs-btn-bg:#E50013;
      --bs-btn-border-color:#E50013;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg:#D80012;
      --bs-btn-hover-border-color:#D80012;
      --bs-btn-focus-shadow-rgb: 117, 153, 255;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg:var(--main-color-yellow);
      --bs-btn-active-border-color:var(--main-color-yellow);
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #fff;
      --bs-btn-disabled-bg:var(--main-color-yellow);
      --bs-btn-disabled-border-color:var(--main-color-yellow)
  }
    .btn-black-c {
      --bs-btn-color: #fff;
      --bs-btn-bg:var(--main-color-black);
      --bs-btn-border-color:var(--main-color-black);
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg:var(--main-color-black-hover);
      --bs-btn-hover-border-color:var(--main-color-black-hover);
      --bs-btn-focus-shadow-rgb: 117, 153, 255;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg:var(--main-color-black);
      --bs-btn-active-border-color:var(--main-color-black);
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #fff;
      --bs-btn-disabled-bg:var(--main-color-black);
      --bs-btn-disabled-border-color:var(--main-color-black)
  }
    .btn-white-c {
      --bs-btn-color: black;
      --bs-btn-bg:white;
      --bs-btn-border-color:white;
      --bs-btn-hover-color: black;
      --bs-btn-hover-bg:var(--main-color-gray-hover);
      --bs-btn-hover-border-color:var(--main-color-gray-hover);
      --bs-btn-focus-shadow-rgb: 117, 153, 255;
      --bs-btn-active-color: black;
      --bs-btn-active-bg:white;
      --bs-btn-active-border-color:white;
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: black;
      --bs-btn-disabled-bg:white;
      --bs-btn-disabled-border-color:white
  }

  .main-banner-image {
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .main-banner-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(61, 61, 61, 0.5);
    z-index: 1;
  }

  .main-banner-image * {
    position: relative;
    z-index: 2;
  }



  .image-container {
    position: relative;
    /* display: inline-block; */
  }


  .overlay-text {
    position: absolute;

    transform: translate(-50%, -50%);
    background: white;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    width: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    border-radius: 100px;
  }
  .text-1 {
    top: 5%;
    right: 2%;
  }
  .text-2 {
    top: 13%;
    right: 2%;
  }
  .text-3 {
    top: 13%;
    right:1%;
  }
  .text-4 {
    top: 13%;
    right:1%;
  }

  .data-text {
    position: absolute;
    bottom: 0%;
    width: 100%;

  }


  .bg-transparent-c{
    background-color: transparent;
    color: white;
  }
  .bg-transparent{
    background-color: transparent;
  }
  .border-right{
    border-right: 1px solid #c5c5c5;
  }
  @media only screen and (max-width: 767px) {
    .border-right{
      border-right: 1px solid white;
    }
  }
  .arrow-center {

    background: white;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    width: 40px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    border-radius: 100px;
  }
  .main-div-text{
    padding-left: 10px;
    padding-right: 10px;
  }
  .arrow-div{
    height: 40px;
  }
  @media only screen and (max-width: 1400px) {
    .card-text-1{
      font-size: 17px;
    }
    .card-text-2{
      font-size: 12px;
    }
    .arrow-center {

      font-size: 15px;
      height: 30px;
      width: 30px;
      padding-left: 8px;
      padding-top: 3px;
      border-radius: 100px;
    }
    .main-div-text{
      padding-left: 5px;
      padding-right: 5px;
    }
    .arrow-div{
      height: 30px;
    }
  }

    .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-button {
    background-color: white;
    color: #5A6A85;
    /* padding: 10px; */
    font-size: 16px;
    border: none;
    cursor: pointer;
  }



  .slider-controls {
    display: flex;
    justify-content: end;
    margin-bottom: 1rem;
  }

  .slider-controls button {
    margin: 0 0.2rem;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 4px;
  }

  .slider-controls button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
  }


  /* .dropdown-button:after {
    content: <i class="ti ti-chevron-down"></i>;
  } */

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 282px;
    border: 1px solid #ccc;
    z-index: 1;
    padding: 15px;
  }

  @media only screen and (max-width: 767px) {
    .dropdown-content {
      position: relative;
    }
    /* .main-banner-image{
        height: 95vh!important;
    } */
  }
  .range-selector {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .range-selector select {
    width: 120px;
    padding: 5px;
  }

  .dropdown-close {
    margin-top: 10px;
    background-color: #d9534f;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
  }

  .dropdown-close:hover {
    background-color: #c9302c;
  }


  .search-labelrounded{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
    .btn-radius {
      border-top-left-radius: 7px;
      border-top-right-radius: 7px;
      /* margin-bottom: -4px; */
      border: white;
    }

    /* .btn-radius:hover {
      color:  var(--main-color-black);
      background-color: white;
    } */

    .search-button {
      background-color:  var(--main-color-black);
      color: white;
    }

    .search-button:hover {
      background-color:  var(--main-color-black);
      color: white;
    }

    .search-radius {
      border-bottom-left-radius: 7px;
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px;
    }

    .search-form-radius {
      border-radius: 15px;
    }

    .journey_to_perfect_home{
      font-size: 5.5rem;
    }
    .ready_to_work_with_us{
      font-size: 4.5rem;
    }
    .let_our_expert_team{
      font-size: 1.3rem;
      padding-left: 5rem;
      padding-right: 5rem;
    }
    .experience_top_match{
      font-size: 1.3rem;
    }
    @media only screen and (max-width: 1400px) {
      .journey_to_perfect_home,.ready_to_work_with_us{
        font-size: 4.8rem;
      }
      .let_our_expert_team,.experience_top_match{
        font-size: 1.1rem;
      }
    }
    @media only screen and (max-width: 1300px) {
      .journey_to_perfect_home,.ready_to_work_with_us{
        font-size: 4rem;
      }
      .let_our_expert_team,.experience_top_match{
        font-size: 0.9rem;
      }
    }
    @media only screen and (max-width: 992px) {
      .journey_to_perfect_home,.ready_to_work_with_us{
        font-size: 3rem;
      }
      .let_our_expert_team,.experience_top_match{
        font-size: 0.8rem;
      }
    }
    @media only screen and (max-width: 767px) {
      .journey_to_perfect_home,.ready_to_work_with_us{
        font-size: 2.25rem;
      }
      .let_our_expert_team{
        font-size: 0.7rem;
        padding-left: 3rem;
      padding-right: 3rem;
      }
      .experience_top_match{
        font-size: 0.7rem;
      }
    }
    @media only screen and (max-width: 530px) {
      .journey_to_perfect_home,.ready_to_work_with_us{
        font-size: 2.2rem;
      }
      .let_our_expert_team,.experience_top_match{
        font-size: 0.8rem;
      }
    }
    @media only screen and (max-width: 519px) {
      .journey_to_perfect_home,.ready_to_work_with_us{
        font-size: 2rem;
      }
      .let_our_expert_team,.experience_top_match{
        font-size: 0.7rem;
      }
    }
    @media only screen and (max-width: 474px) {
      .journey_to_perfect_home,.ready_to_work_with_us{
        font-size: 1.9rem;
      }
      .let_our_expert_team,.experience_top_match{
        font-size: 0.7rem;
      }
    }
    @media only screen and (max-width: 450px) {
      .journey_to_perfect_home,.ready_to_work_with_us{
        font-size: 1.9rem;
      }
      .let_our_expert_team,.experience_top_match{
        font-size: 0.7rem;
      }
    }
    .footer-float{
      float: right;
    }
    @media only screen and (max-width: 767px) {
      .footer-float{
        float: left;
      }
    }
    .form-fields{
      border: none;
    }

    .truested_h1{
      font-size: 3vw;;
    }
    @media only screen and (max-width: 943px) {
      .truested_h1{
        font-size: 40px;
      }
    }
    @media only screen and (max-width: 493px) {
      .truested_h1{
        font-size: 30px;
      }
    }
    .truested_p{
      font-size: 1.5vw;;
    }
    @media only screen and (min-width: 1400px) {
      .truested_p{
        font-size: 20px;
      }
    }
    @media only screen and (max-width: 880px) {
      .truested_p{
        font-size: 15px;
      }
    }

    .fw-700{
      font-weight: 700;
    }


    .offcanvas {
      width: 24rem !important;
    }

    @media only screen and (max-width: 767px) {
      .offcanvas {
        width: 100% !important;
      }
    }

    /* .main-btn {
      margin-right: 7px !important
    } */

    .navbar-padding {
      padding: 7px 0px;
    }
  .main-div{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  @media only screen and (max-width: 992px) {
    .main-div{
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
  .rounded-3-c{
    border-radius: 5px;
  }
    /* .add-an-ad:hover {
      color:  var(--main-color-black);
      background-color: #FEF4F6;
    } */
  /* .fw-700{
    font-weight: 700;
  }
    .loader-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .loader {
      width: 60px;
      height: 60px;
    } */


    /* .content {
      display: none;
    } */
  /*
    .ab {
      position: relative;
      color: white;
    } */
  /*
    .top-left {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      justify-content: center;
      align-items: center;
    } */
    /* .search-div {
      width: 1000px;
    } */

    /* @media only screen and (max-width: 1100px) {
      .search-div {
        width: 840px;
      }
    }

    @media only screen and (max-width: 990px) {
      .search-div {
        width: 700px;
      }

      .top-left {
        top: 40% !important;
      }
    } */

    /* @media only screen and (max-width: 950px) {
      .search-div {
        width: 650px;
      }
    }

    @media only screen and (max-width: 790px) {
      .search-div {
        width: 600px;
      }
    } */

    @media only screen and (max-width: 767px) {

      .login-account,
      .new-account,.add_property_nav {
        display: none;
      }

      .side-bar-log {
        display: flex !important;
      }

    }
    @media only screen and (max-width: 991px) {
      .navbar-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
      }

      .add-an-ad {
        margin-right: 0px !important;
      }

    }

  /*

    @media only screen and (max-width: 717px) {
      .search-div {
        width: 550px;
      }
    }

    @media only screen and (max-width: 600px) {
      .search-div {
        width: 450px;
      }
    }

    @media only screen and (max-width: 550px) {
      .search-div {
        width: 400px;
      }
    }

    @media only screen and (max-width: 480px) {
      .search-div {
        width: 350px;
      }
    } */
    /* .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  }

  .picture img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  }

  .prop-type-col:hover{
    background: #D4D4D4!important;
  } */


  .form-check-input.yellow-c:checked {
    background-color:var(--main-color-yellow);
    border:var(--main-color-yellow);
}
.slid-img-round {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
