.map-100p iframe {
  width: 100% !important;
  height: 200px !important;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.divider {
  width: 50%;
  height: 0.5px;
  background-color: #d5d3d3;
  margin: 4rem auto;
}

.heading-1 {
  color: #202020d2;
  font-weight: 400;
  position: relative;
}

.heading-1::before {
  content: "";
  width: 3%;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-bottom: 3px solid #dc3545;
  border-radius: 5px;
}

.pagination {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff !important;
  user-select: none; /* standard */
  -moz-user-select: none; /* firefox specific */
  -webkit-user-select: none; /* Chrome, Opera and Safari*/
  -ms-user-select: none; /* IE, ms-edge */
  -webkit-touch-callout:none; /*disable image touch menu*/
}

.welcome-message {
  color: #202020;
  font-weight: 500;
}

.desktop-sidebar {
  background-color: #2c98c7;
  position: fixed;
  top: 0;
  left: -350px;
  height: 100%;
  width: 300px;
  z-index: 9999;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.desktop-sidebar button {
  background-color: #2c98c7;
  color: #ffffff;
  font-size: 25px;
  border: none;
  position: absolute;
  right: -20px;
  top: 50%;
  border-radius: 40px;
  height: 45px;
  width: 40px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.desktop-sidebar ul {
  list-style: none;
  margin-left: 0;
}

.desktop-sidebar ul li {
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 8px;
}

.desktop-sidebar ul li:hover {
  background-color: #ffffff;
}

.desktop-sidebar ul li:hover a {
  color: #2c98c7;
}

.desktop-sidebar ul li a {
  color: #ffffff;
  font-size: 15px;
}

.desktop-sidebar ul li a i {
  margin-right: 5px;
}

#desktop_version_search {
  visibility: hidden;
  display: none;
}

.show_d_s {
  visibility: visible !important;
}

.mobile_city_dropdown {
  display: none;
}

.mobile_city_dropdown p {
  color: #2c98c7;
}

.fotter {
  background-color: #f5f5f5;
}

.paragraph {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-align: left;
}

.sub-paragraph {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-align: left;
}

@media only screen and (min-width: 600px) {
  .whatsapp-floater {
    top: 20%;
    right: -101px;
  }
  .request-floater {
    top: 40%;
  }
}

.social-icon-footer ul {
  padding-left: 0px;
}

.social-icon-footer ul li a {
  font-size: 30px;
  margin-right: 5px;
}

.myaccount-dropdown {
  position: relative;
  overflow: hidden;
}

.myaccount-dropdown .myaccount-dropdown-list {
  position: absolute;
}

.term-conditions .main-heading {
  font-weight: 500;
  color: #202020;
}

.term-conditions .main-content {
  font-size: 14px;
  font-weight: 300;
}

.term-conditions .sub-content {
  font-size: 13px;
  max-width: 90%;
  margin: 5px auto;
}

.navigation p {
  font-size: 12px;
}

.navigation p a {
  color: #202020;
  font-size: 12px;
  font-weight: 500;
}

.navigation p a i {
  color: #dc3545;
}

.disclaimer-cookie {
  position: fixed;
  bottom: -200px;
  width: 100%;
  background-color: #fffffff0;
  -webkit-box-shadow: 1px 0px 4px 0px #000000;
          box-shadow: 1px 0px 4px 0px #000000;
  color: #000;
  z-index: 9;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.disclaimer-cookie p {
  font-size: 15px;
}

.disclaimer-cookie p span:hover {
  cursor: pointer;
  color: #202020;
  text-decoration: underline;
}

.disclaimer-cookie button {
  background-color: #dc3545;
  color: #ffffff;
  padding: 5px 15px;
  border: 0.5px solid #ffffff;
}

.modal-close-button {
  margin: 5px 5px 0px 0px;
  border: none;
  background-color: #ffffff;
  font-size: 14px;
  color: #202020;
  font-weight: 500;
}

.modal-close-button i {
  color: #dc3545;
}

.modal-close-button:focus {
  border: none;
}

.login_modal h1 {
  font-size: 35px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #202020;
}

.login_modal .login-icon {
  font-size: -webkit-xxx-large;
  color: #dc3545;
}

.login_modal input:focus {
  border-color: #dc3545;
}

.login_modal .forgot-login a {
  color: #dc3545;
  margin-top: 4px;
  cursor: pointer;
}

.login_modal .forgot-login a:hover {
  color: #dc3545;
}

.login_modal .submit-button {
  background-color: #dc3545;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}

.submit-enquiry {
  background-color: #dc3545;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}

.login_modal #submitOtp {
  background-color: #dc3545;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
}

.login_modal .share-project-submit {
  background-color: #dc3545;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}

.login_modal .signup span {
  color: #dc3545;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .tabs-link ul {
    width: 100%;
    list-style: none;
    margin: 1rem auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tabs-link ul li {
    background-color: #2c98c7;
    padding: 0.5rem;
    border-radius: 3px;
  }
  .tabs-link ul li a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
  }
  .tabs-link ul li a::before {
    position: absolute;
    content: "";
    width: 0;
    border-bottom: 2px solid #dc3545;
    border-radius: 5px;
    bottom: -4px;
    left: 0;
  }
  .tabs-link ul li a:hover::before {
    width: 100%;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }
  .homenavbar_scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #2c98c7;
    margin: 0px auto;
    z-index: 1;
  }
  .homenavbar_scroll ul {
    width: 100%;
    list-style: none;
    margin: 3px auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .homenavbar_scroll ul li {
    background-color: transparent;
    border-radius: 5px;
    border: none;
    gap: 10px;
  }
  .homenavbar_scroll ul li a {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
  }
  .homenavbar_scroll ul li a::before {
    position: absolute;
    content: "";
    width: 0;
    border-bottom: 2px solid #ffffff;
    border-radius: 5px;
    bottom: -4px;
    left: 0;
  }
  .homenavbar_scroll ul li a:hover::before {
    width: 100%;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }
}

.home-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .welcome-message {
    display: none;
  }
  .desktop-sidebar {
    display: none;
  }
  .search-trent-wrapper-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mobile_city_dropdown {
    display: block !important;
  }
  .whatsapp-floater {
    top: 20%;
    right: -101px !important;
  }
  .homenavbar_scroll {
    display: none;
  }
  .single-service {
    border-radius: 5px;
  }
  .single-service .over-lay .content {
    padding: 3rem 0px 0px 1rem !important;
  }
  .single-service .over-lay .content h2 {
    font-size: 25px;
  }
  .single-service .over-lay .content small {
    font-size: 15px;
  }
  .filter-navbar {
    display: none;
  }
  .bread-crum {
    display: none;
  }
  .mobile-filter {
    display: block !important;
    top: 52px;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    z-index: 1;
    background: #ffffff;
  }
  menu {
    left: 15%;
    bottom: 20%;
  }
  .mobile-tabLinks {
    display: block !important;
  }
  .mobile-navbar {
    display: block !important;
  }
  header {
    display: none;
  }
  .main-menu {
    display: none;
  }
  .tabs-link {
    display: none;
  }
  .desktop-search {
    display: none;
  }
  .search-section h1 {
    font-size: 2rem !important;
  }
  .search-section p {
    font-size: 11px !important;
  }
  .outer-sidebar {
    display: block !important;
  }
}

.mobile-search-div {
  display: none;
}

.mobile-search-div .input-div {
  padding: 5px 10px;
  border: 0.5px solid #2c98c7;
  border-radius: 20px;
}

.mobile-search-div .input-div i {
  color: #2c98c7;
}

.mobile-search-div .input-div input {
  border: none;
  font-size: 14px;
  width: 80%;
  font-weight: 400;
  margin: 0px auto;
}

.mobile-navbar {
  top: 0;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  z-index: 9;
  background: #ffffff;
}

.mobile-navbar .bootstrap-select > .dropdown-toggle {
  background-color: transparent;
  padding: 0 5px 0 0;
}

.mobile-navbar .bootstrap-select > .dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

.mobile-navbar .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.mobile-navbar .dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.mobile-navbar .dropdown-menu li {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
  margin: 0;
}

.mobile-navbar .dropdown-menu li:active a {
  color: #fff !important;
  text-decoration: none;
  background-color: #00aeef;
  outline: 0;
}

.mobile-navbar .dropdown-menu li a {
  color: #000;
  font-size: 12px;
}

.mobile-navbar .dropdown-menu li a:hover {
  background-color: rgba(0, 174, 239, 0.12);
}

.mobile-navbar .post-property {
  background-color: #2c98c7;
  border-radius: 20px;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 12px;
  margin-right: 10px;
  position: relative;
}

.mobile-navbar .post-property span {
  margin-left: 5px;
  background-color: #ffffff;
  font-size: 9px;
  padding: 5px;
  color: #dc3545;
  border-radius: 50%;
}

.mobile-navbar .contact-us {
  color: #2c98c7;
  font-size: 12px;
}

.outer-sidebar {
  display: none;
  width: 100%;
  background-color: #0000008c;
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 99999999;
  overflow-x: hidden;
  left: -1060px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.side-bar {
  width: 70%;
  position: fixed;
  height: 100%;
  top: 0;
  left: -1060px;
  background-color: #ffffff;
  z-index: 99999999;
  overflow-x: hidden;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.side-bar ul {
  list-style: none;
  padding-left: 0;
}

.side-bar ul li {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 10px 0px;
  padding: 5px;
}

.side-bar ul li a {
  color: #383838;
}

.side-bar .login-status button {
  border: none;
  font-size: 3.5vw;
  color: #252525;
  font-weight: 500;
  background-color: #ffffff;
}

.side-bar .myaccount-dropdown-mob {
  background-color: #dc3545;
  border-radius: 5px;
  margin-top: 5px;
  padding: 5px;
}

.side-bar .myaccount-dropdown-mob li a {
  color: #ffffff;
}

p {
  font-size: 14px;
  color: #2a2a2a;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 10px;
}

p i {
  font-size: 13px;
  color: #2c98c7;
}

.icon-sec button {
  border: none;
  font-size: 3.5vw;
  color: #2c98c7;
  font-weight: 500;
  background-color: transparent;
  font-size: 14px;
}

.icon-sec .mobileSelectCity {
  position: relative;
}

.icon-sec .mobileSelectCity .mobilecities_div {
  display: none;
  position: absolute;
  width: 200px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  left: 15px;
  top: 2rem;
  overflow-y: auto;
  background-color: #ffffff;
  z-index: 9;
}

.icon-sec .mobileSelectCity .mobilecities_div p {
  color: #202020;
  line-height: 1;
  margin-bottom: 5px;
}

.icon-sec .mobileSelectCity .mobilecities_div hr {
  margin: 5px 0;
}

.icon-sec .mobileSelectCity .mobilecities_div a {
  color: #202020;
  font-weight: 400;
  font-size: 12px;
  position: relative;
}

.icon-sec .mobileSelectCity .mobilecities_div a::before {
  position: absolute;
  content: "";
  width: 0;
  border-bottom: 2px solid #dc3545;
  border-radius: 5px;
  bottom: -4px;
  left: 0;
}

.icon-sec .mobileSelectCity .mobilecities_div a:hover::before {
  width: 100%;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.top-header {
  background-color: #cb090d;
}

.top-header a {
  font-size: 13px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 500;
}

.top-bar a {
  font-size: 13px;
  font-weight: 500;
}

.top-bar .my-account .dropdown {
  position: relative;
  padding: 0px 10px;
}

.top-bar .my-account .dropdown a {
  color: #2c98c7;
}

.top-bar .my-account .dropdown:checked {
  color: #ccc;
}

.top-bar .my-account .dropdown:checked::before {
  content: "";
  width: 100%;
  background-color: #c3248f;
  height: 100%;
}

.top-bar .my-account .dropdown .dropdown-toggle {
  position: relative;
}

.top-bar .my-account .dropdown .dropdown-toggle::before {
  background-color: #dc3545;
  width: 135%;
  position: absolute;
  height: 39px;
  left: -10px;
  border-top: none;
}

.top-bar .my-account .dropdown .dropdown-menu {
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: 0px 4px 4px 0px #0000004f;
          box-shadow: 0px 4px 4px 0px #0000004f;
  margin-top: 18px !important;
  border: 0;
  min-width: 200%;
  padding: 1rem 0.5rem;
  border-bottom-right-radius: 15px;
  z-index: 9999;
}

.top-bar .my-account .dropdown .dropdown-menu li a {
  color: #202020;
  font-weight: 400;
  font-size: 13px;
}

.top-bar .my-account .dropdown .dropdown-menu li button {
  color: #202020;
  font-weight: 400;
  font-size: 13px;
  background: transparent;
  border: none;
}

.top-bar .my-account .dropdown .dropdown-menu .login-button a {
  background-color: #dc3545;
  padding: 5px;
  color: #ffffff;
  border-radius: 8px;
}

.top-bar .post-property {
  background-color: #2c98c7;
  border-radius: 20px;
  padding: 0.5em 1em;
}

.top-bar .post-property a {
  color: #ffffff;
}

.top-bar .post-property span {
  margin-left: 5px;
  background-color: #ffffff;
  font-size: 12px;
  padding: 3px;
  color: #db78bb;
  border-radius: 50%;
}

.top-bar .contact-div {
  position: relative;
}

.top-bar .contact-div::after {
  position: absolute;
  border-right: 1px solid none;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}

.top-bar .contact-div a {
  font-size: 13px;
  color: #2c98c7;
  font-weight: 500;
  margin: 0px 10px;
  cursor: pointer;
}

.top-bar .contact-div a i {
  font-size: 18px;
}

.main-menu {
  background-color: #2c98c7;
}

.main-menu ul {
  margin: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 10px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.main-menu ul::-webkit-scrollbar {
  display: none;
}

.main-menu ul li {
  font-size: 13px;
  color: #ffffff;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  position: relative;
}

.main-menu ul li::before {
  position: absolute;
  content: "";
  width: 0;
  border-bottom: 2px solid #ffffff;
  border-radius: 5px;
  bottom: -4px;
  left: 0;
}

.main-menu ul li:hover::before {
  width: 100%;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.main-menu ul li a {
  color: #ffffff;
  white-space: nowrap;
}

.city_location {
  border-radius: 20px;
  padding: 0.5em 1em;
  position: relative;
  width: 200px;
}

.city_location .bootstrap-select > .dropdown-toggle {
  background-color: #fff;
  padding: 0.5rem;
  font-size: 15px;
}

.city_location .bootstrap-select > .dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

.city_location .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.city_location .bootstrap-select > .dropdown-toggle.bs-placeholder,
.city_location .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.city_location .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.city_location .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #000;
  font-weight: 400;
}

.city_location .dropdown-menu {
  z-index: 99999;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.city_location .dropdown-menu li {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
  margin: 0;
}

.city_location .dropdown-menu li:active a {
  color: #fff !important;
  text-decoration: none;
  background-color: #00aeef;
  outline: 0;
}

.city_location .dropdown-menu li a {
  color: #000;
  font-size: 12px;
  padding: 7px 12px;
}

.city_location .dropdown-menu li a:hover {
  background-color: rgba(0, 174, 239, 0.12);
}

.city_location p {
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
}

.city_location i {
  color: #2c98c7;
}

.city_location .cities_div {
  display: none;
  position: absolute;
  width: 120%;
  border-radius: 5px;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  left: 15px;
  top: 36px;
  overflow-y: auto;
  background-color: #ffffff;
  z-index: 9999;
}

.city_location .cities_div h4 {
  color: #202020;
  line-height: 1;
  margin-bottom: 5px;
}

.city_location .cities_div a {
  color: #202020;
  font-weight: 400;
  font-size: 13px;
  position: relative;
}

.city_location .cities_div a::before {
  position: absolute;
  content: "";
  width: 0;
  border-bottom: 2px solid #dc3545;
  border-radius: 5px;
  bottom: -4px;
  left: 0;
}

.city_location .cities_div a:hover::before {
  width: 100%;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.search-section img {
  margin-bottom: 5rem;
}

.search-section h1 {
  font-size: 3rem;
  font-style: italic;
  font-family: emoji;
  color: #dc3545;
  margin-bottom: 0px;
}

.search-section p {
  font-size: 14px;
  font-weight: 400;
  color: #1a1919;
}

.search-section .tabs-link {
  width: 100%;
  background-color: #ffffff;
  margin: 0px auto;
}

.search-section .tabs-link ul {
  width: 100%;
  list-style: none;
  margin: 1rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.search-section .tabs-link ul::-webkit-scrollbar {
  display: none;
}

.search-section .tabs-link ul li {
  background-color: #2c98c7;
  border-radius: 3px;
  border: none;
  padding: 0.8rem 2rem;
  width: 22%;
}

.search-section .tabs-link ul li:hover {
  background-color: transparent;
  border: 1px solid #2c98c7;
}

.search-section .tabs-link ul li:hover a {
  color: #2c98c7;
}

.search-section .tabs-link ul li a {
  font-size: 18px;
  white-space: nowrap;
  color: #ffffff;
  font-weight: 400;
}

.search-section .homenavbar_scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2c98c7;
  margin: 0px auto;
  z-index: 1;
}

.search-section .homenavbar_scroll ul {
  width: 80%;
  list-style: none;
  margin: 3px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.search-section .homenavbar_scroll ul::-webkit-scrollbar {
  display: none;
}

.search-section .homenavbar_scroll ul li {
  background-color: transparent;
  border-radius: 5px;
  border: none;
  padding: 0.5rem 1rem;
}

.search-section .homenavbar_scroll ul li a {
  font-size: 14px;
  white-space: nowrap;
  color: #ffffff;
  font-weight: 400;
  position: relative;
}

.search-section .homenavbar_scroll ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  border-bottom: 2px solid #ffffff;
  border-radius: 5px;
  bottom: -4px;
  left: 0;
}

.search-section .homenavbar_scroll ul li a:hover::before {
  width: 100%;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.search-section .search-div {
  margin: 0px auto;
  width: 70%;
  border-radius: 40px;
  position: relative;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.search-section .search-div .search_suggestion {
  display: none;
  position: absolute;
  width: 100%;
  background: #ffffff;
  height: 300px;
  -webkit-box-shadow: rgba(26, 26, 26, 0.1) 0px 13px 12px;
          box-shadow: rgba(26, 26, 26, 0.1) 0px 13px 12px;
  overflow-y: auto;
  border-radius: 0 0 24px 24px;
  top: 56px;
  z-index: 9;
  padding: 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: pointer;
  border-top: 0.5px solid #f5f5f5;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-center {
  justify-content: center !important;
}

.search-section .search-div .search_suggestion::-webkit-scrollbar {
  display: none;
}

.search-section .search-div .search_suggestion li {
  list-style: none;
  font-size: 15px;
  padding: 5px;
  margin: 5px;
  text-transform: capitalize;
  font-weight: 500;
  color: #202020;
  text-align: left;
}

.search-section .search-div .search_suggestion li:hover {
  background: #dbdada;
}

.search-section .search-div .search_suggestion li i {
  color: #5e5d5d;
  font-size: 13px;
  margin-right: 5px;
}

.search-section .search-div i {
  color: #2c98c7;
}

.search-section .search-div .keyword-search {
  width: 100%;
}

.search-section .search-div .keyword-search i {
  width: 10%;
}

.search-section .search-div .keyword-search input {
  border: none;
  font-size: 14px;
  width: 90%;
}

.search-section .search-div .search-button {
  width: 100%;
}

.search-section .search-div .search-button i {
  color: #ffffff;
}

.search-section .search-div .search-button button {
  -webkit-transition: none;
  transition: none;
  max-width: 100%;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #2c98c7;
  border: none;
  border-radius: 30px;
}

.services-container .heading {
  color: #202020d2;
  font-weight: 400;
  position: relative;
}

.services-container .heading::before {
  content: "";
  width: 5%;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-bottom: 3px solid #dc3545;
  border-radius: 5px;
}

.services-container .search-trent-wrapper-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.services-container .search-trent-wrapper-grid .single_grid_column {
  width: 20rem;
}

.services-container .search-trent-wrapper-grid .single_grid_column .single-service {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin: 10px 0px;
}

.services-container .search-trent-wrapper-grid .single_grid_column .single-service .over-lay {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#252525), to(transparent));
  background: linear-gradient(0deg, #252525, transparent);
}

.services-container .search-trent-wrapper-grid .single_grid_column .single-service .over-lay .content {
  padding: 5px 10px;
}

.services-container .search-trent-wrapper-grid .single_grid_column .single-service .over-lay .content h2 {
  margin-bottom: 0px;
  color: #ffffff;
}

.services-container .search-trent-wrapper-grid .single_grid_column .single-service .over-lay .content small {
  color: #ffffff;
  text-align: justify;
}

.advance-div {
  width: 70%;
  margin: 0px auto;
}

.advance-div .bootstrap-select > .dropdown-toggle {
  background-color: #fff;
  padding: 0.5rem;
  border: 0.5px solid #ccc;
  font-size: 13px;
}

.advance-div .bootstrap-select > .dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.advance-div .dropdown-menu li a {
  font-size: 12px;
  padding: 7px 12px;
}

.advance-div .accordion-button {
  background: transparent;
  width: auto;
  margin: 0px auto;
}

.advance-div .accordion-button:hover {
  background-color: transparent;
  border-radius: 5px;
  color: #dc3545;
}

.advance-div .accordion-button::after {
  margin-left: 5px;
}

.advance-div .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.advance-div .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.advance-div .advance-btn {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  width: 28%;
  margin: 0px auto;
}

.advance-div .advance-btn:hover {
  color: #000;
}

.advance-div .advance-keywords input {
  font-size: 13px;
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid #dc3545;
  border: 0.5px solid #ccc;
  padding: 0.5rem 0;
  font-size: 13px;
  border-radius: 4px;
  line-height: 1.42857;
  text-align: center;
}

.advance-div .advance-keywords input::-webkit-input-placeholder {
  color: #000;
  font-weight: 400;
}

.advance-div .advance-keywords input:-ms-input-placeholder {
  color: #000;
  font-weight: 400;
}

.advance-div .advance-keywords input::-ms-input-placeholder {
  color: #000;
  font-weight: 400;
}

.advance-div .advance-keywords input::placeholder {
  color: #000;
  font-weight: 400;
}

.advance-div .advance-keywords select {
  border: none;
  border-radius: 0px;
  font-size: 13px;
  border-bottom: 2px solid #dc3545;
  padding: 11px 12px;
}

.advance-div .advance-keywords select:hover {
  border: none;
  border-bottom: 2px solid #dc3545;
}

.advance-div .advance-keywords select:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px solid #dc3545;
}

.mobile-tabLinks {
  display: none;
  width: 100%;
  margin: 0px auto;
}

.mobile-tabLinks a {
  font-size: 14px;
  background-color: #2c98c7;
  border-radius: 3px;
  padding: 2px 5px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.5px;
  width: 90%;
}

.mobile-tabLinks button {
  width: 100%;
  border: none;
  font-size: 12px;
  background-color: #2c98c7;
  border-radius: 3px;
  padding: 0.5rem 0px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.request_callModal label {
  font-size: 13px;
  color: #2e2e2e;
}

.request_callModal .submit-button {
  background-color: #dc3545;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  border: none;
}

.request_callModal .reset-button {
  text-align: center;
  color: #dc3545;
  font-size: 16px;
  font-weight: 500;
  background-color: #ffffff;
  border: none;
}

.whatsapp-floater {
  position: fixed;
  right: -130px;
  top: 40%;
  background-color: #0b9121;
  padding: 10px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 9;
  color: #ffffff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.whatsapp-floater i {
  margin-right: 5px;
}

.whatsapp-floater:hover {
  color: #fff;
  right: 0px;
}

.request-floater {
  position: fixed;
  right: 0;
  top: 30%;
  background-color: #cb090d;
  padding: 10px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 9;
  color: #ffffff;
}

.request-floater:hover {
  cursor: pointer;
  color: #ffffff;
}

.customer-services {
  position: fixed;
  left: 0;
  top: 50%;
  background-color: #c3248f;
  padding: 5px;
}

.customer-services a {
  padding: 5px;
  color: #ffffff;
  font-size: 13px;
  border: 1px solid #ffffff;
  margin: 5px;
}

.customer-services button {
  color: #ffffff;
  background-color: #c3248f;
  padding: 8px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border: none;
}

.customer-services button i {
  font-size: 16px;
}

.customerServiceModal button {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 13px;
}

.customerServiceModal .modal-body {
  border-radius: 8px;
}

.customerServiceModal .modal-body .tabs p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  background-color: #c3248f;
  padding: 6px;
  border-radius: 5px;
}

.customerServiceModal .modal-body .tabs p i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 5px;
}

.customerServiceModal .modal-body .tabs p a {
  color: #ffffff;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  background-color: #c3248f;
  padding: 6px;
  border-radius: 5px;
}

.customerServiceModal .modal-body .tabs p a i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 5px;
}

.disclaimerModal p {
  font-size: 15px;
  text-align: justify;
  line-height: 1.5;
  text-transform: lowercase;
  font-weight: 400;
  color: #6e6a6a;
}

.searchBarMobPage .bootstrap-select > .dropdown-toggle {
  background-color: #fff;
  width: 100%;
  padding: 0.5rem;
  border: 0.5px solid #ccc;
  font-size: 13px;
}

.searchBarMobPage .bootstrap-select > .dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.searchBarMobPage .back-button {
  border: none;
  background-color: #ffffff;
  color: #202020;
  font-size: 14px;
}

.searchBarMobPage .back-button i {
  color: #202020;
  background-color: #ffffff;
}

.searchBarMobPage .reset-button {
  border: none;
  background-color: #ffffff;
  color: #202020;
}

.searchBarMobPage h4 {
  font-size: 14px;
  color: #202020;
  font-weight: 400;
  margin-bottom: 5px;
}

.searchBarMobPage h4 i {
  color: #dc3545;
}

.searchBarMobPage select {
  font-size: 13px;
  color: #252525;
}

.searchBarMobPage select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.searchBarMobPage input {
  font-size: 13px !important;
  color: #252525;
}

.searchBarMobPage button {
  background-color: #dc3545;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}

.searchBarMobPage .mobilePropertySuggestion {
  position: relative;
}

.searchBarMobPage .mobilePropertySuggestion .mobilePropertySuggestionDiv {
  display: none;
  position: absolute;
  width: 100%;
  background: #ffffff;
  height: 250px;
  -webkit-box-shadow: rgba(26, 26, 26, 0.1) 0px 13px 12px;
          box-shadow: rgba(26, 26, 26, 0.1) 0px 13px 12px;
  overflow-y: auto;
  top: 56px;
  z-index: 9;
  padding: 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: pointer;
  border-top: 0.5px solid #f5f5f5;
}

.searchBarMobPage .mobilePropertySuggestion .mobilePropertySuggestionDiv::-webkit-scrollbar {
  display: none;
}

.searchBarMobPage .mobilePropertySuggestion .mobilePropertySuggestionDiv li {
  list-style: none;
  font-size: 14px;
  padding: 5px;
  margin: 4px;
  text-transform: capitalize;
  font-weight: 400;
  color: #202020;
  text-align: left;
}

.searchBarMobPage .mobilePropertySuggestion .mobilePropertySuggestionDiv li:hover {
  background: #dbdada;
}

.searchBarMobPage .mobilePropertySuggestion .mobilePropertySuggestionDiv li i {
  color: #5e5d5d;
  font-size: 13px;
  margin-right: 5px;
}

.counter-visit h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 2px;
  letter-spacing: 1px;
}

.counter-visit p {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}

.social_share {
  position: fixed;
  right: 5%;
  bottom: 10%;
  z-index: 9;
}

.social_share button {
  background-color: #cb090d;
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  color: #ffffff;
  font-weight: 800;
}

.social_icon {
  position: fixed;
  right: 5%;
  bottom: 10%;
  z-index: 9;
}

.social_icon a {
  position: absolute;
}

.footer-col button {
  background-color: transparent;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: #000;
  border: none;
}

.global_search {
  border: 1px solid #2c98c7;
  padding: 0.4rem 1rem;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.global_search input {
  outline: 0;
  border: none;
  font-size: 13px;
  width: 80%;
  color: #767676;
}

.global_search button {
  border: none;
  background-color: transparent;
  color: #202020;
  font-size: 15px;
}

.job-vacancy h3 {
  color: #2a2a2a;
}

.job-vacancy h3 span {
  color: #dc3545;
  font-size: 9px;
  margin: 0 5px;
}

.job-vacancy p {
  color: #2a2a2a;
  font-size: 13px;
}

.job-vacancy p i {
  color: #2a2a2a;
}

.job-vacancy p span {
  margin: 0 5px;
}

.hide{
  display: none !important;
}
.iti {
  display: block !important;
}
.modal{
  pointer-events: none;
}
#blockNoModel{
  pointer-events: none;
  background: #333333ed !important;
}

.visibility {
  visibility: hidden;
}
.form-group #submit_interior:disabled {
  color: #7c7b7b;
  background-color: #c9c7c7;
  border: 1px solid #7a7878;
  pointer-events: none;
  cursor: not-allowed;
}
.form-group #submit_loan:disabled {
  color: #7c7b7b;
  background-color: #c9c7c7;
  border: 1px solid #7a7878;
  pointer-events: none;
  cursor: not-allowed;
}

.static-filter-mobile .bootstrap-select > .dropdown-toggle {
    background-color: #fff;
    padding: 0.5rem;
    border: 0.5px solid #ccc;
    border-radius: 0;
    font-size: 13px;
}
.static-filter-mobile-btn button {
    background-color: #DC3545 !important;
    color: #fff !important;
    font-size: 15px;
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 3px;
}
.global_search_sec .inner-div {
    border: .5px solid #ccc;
    position: relative;
    border-radius: 25px;
    padding: 0.7rem !important;
}
.global_search_sec .inner-div input {
    width: 95%;
    outline: none;
    font-size: 14px;
    border: none;
    padding: 0 1rem;
}
.global_search_sec .buttons-div button {
    border: none;
    background-color: #DC3545;
    color: white;
    padding: 10px 25px;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 18px;
    font-weight: 500;
}
/*# sourceMappingURL=common_style.css.map */