/*
background: linear-gradient(216deg,
rgb(227, 183, 35) 0%,
rgb(228, 186, 37) 21.7241%,
rgb(243, 223, 73) 41.4285%,
rgb(255, 235, 103) 55.6775%,
rgb(237, 203, 59) 79.2611%,
rgb(223, 175, 25) 100%);
*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4bb00+9,edcc6a+27,ffe19b+48,ffd56b+67,f4bb00+84 */
/*@yellow-gradient:{
    !* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4bb00+9,edcc6a+27,ffe19b+48,ffd56b+67,f4bb00+84 *!
    background: #f4bb00; !* Old browsers *!
    background: -moz-linear-gradient(-45deg,  #f4bb00 9%, #edcc6a 27%, #ffe19b 48%, #ffd56b 67%, #f4bb00 84%); !* FF3.6-15 *!
    background: -webkit-linear-gradient(-45deg,  #f4bb00 9%,#edcc6a 27%,#ffe19b 48%,#ffd56b 67%,#f4bb00 84%); !* Chrome10-25,Safari5.1-6 *!
    background: linear-gradient(135deg,  #f4bb00 9%,#edcc6a 27%,#ffe19b 48%,#ffd56b 67%,#f4bb00 84%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4bb00', endColorstr='#f4bb00',GradientType=1 ); !* IE6-9 fallback on horizontal gradient *!

};*/
/* Old browsers */
@-webkit-keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes appear {
  0% {
    left: 500px;
    opacity: 0;
  }
  100% {
    left: 16px;
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    left: 500px;
    opacity: 0;
  }
  100% {
    left: 16px;
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  0% {
    left: -120%;
    transition-property: left;
  }
  11.5044247788%,
  100% {
    left: 120%;
    transition-property: left;
  }
}
@keyframes shine {
  0% {
    left: -120%;
    transition-property: left;
  }
  11.5044247788%,
  100% {
    left: 120%;
    transition-property: left;
  }
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #f1c842 #e0e0e0;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
  height: 5px;
}
*::-webkit-scrollbar-track {
  background: #e0e0e0;
}
*::-webkit-scrollbar-thumb {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4bb00+9,edcc6a+27,ffe19b+48,ffd56b+67,f4bb00+84 */
  background: #f1c842;
  /* Old browsers */
  background: -moz-linear-gradient(315deg, #e6be39 0%, #f3c940 25%, #ffe07e 50%, #f3c940 75%, #e6be39 100%);
  background: -webkit-linear-gradient(315deg, #e6be39 0%, #f3c940 25%, #ffe07e 50%, #f3c940 75%, #e6be39 100%);
  background: linear-gradient(315deg, #e6be39 0%, #f3c940 25%, #ffe07e 50%, #f3c940 75%, #e6be39 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6be39", endColorstr="#e6be39", GradientType=1);
  border-radius: 10px;
  border: 0;
}
html {
  font-size: 16px;
}
body {
  width: 100%;
  overflow-x: hidden;
  font-family: raleway, sans-serif;
  font-weight: 500;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}
body a:not(.btn) {
  color: #092d4c;
}
body a:not(.btn):hover {
  color: #dd242f;
}
.border-radius-0 {
  border-radius: 0;
}
.navbar-brand img {
  transition: all 0.2s linear;
}
.navbar-brand img.normal-logo {
  max-width: 200px;
}
.navbar-brand img.sticky-logo {
  max-width: 200px;
  object-fit: contain;
}
.mobile-header .navbar-brand img.normal-logo {
  max-width: 160px;
}
.mobile-header .navbar-brand img.sticky-logo {
  max-width: 160px;
  object-fit: contain;
}
.bg-cover {
  background-attachment: fixed;
}
.bg-primary,
.heading-divider,
.badge-primary {
  background-color: #f1c842 !important;
}
.bg-secondary {
  background-color: #9e9e9e !important;
}
.bg-grey {
  background-color: #9e9e9e !important;
}
.bg-grey-light {
  background-color: #e0e0e0 !important;
}
.bg-grey-lighter {
  background-color: #eeeeee !important;
}
.bg-grey-lightest {
  background-color: #f5f5f5 !important;
}
.bg-grey-dark {
  background-color: #616161 !important;
}
.bg-grey-darker {
  background-color: #424242 !important;
}
.bg-grey-darkest {
  background-color: #212121 !important;
}
.text-primary {
  color: #f1c842 ! important;
}
.bg-single-image {
  background: #eaeff7 !important;
}
a.text-secondary:hover {
  color: #9e9e9e !important;
}
a.text-secondary:focus {
  color: #757575 !important;
}
.text-active-secondary.active {
  color: #092d4c !important;
}
.text-active-secondary:hover.active {
  color: #092d4c !important;
}
.text-active-secondary:focus.active {
  color: #092d4c !important;
}
.slider-range-secondary .ui-slider-range {
  background-color: #f1c842;
}
.bg-accent {
  background-color: #ffc234 !important;
}
.footer-logo {
  max-width: 253px;
}
.show-pw:hover {
  cursor: pointer;
}
.footer-mobile-app {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 111;
  box-shadow: 3px -2px 7px -4px grey;
}
.footer-mobile-app nav {
  background: white;
  text-align: center;
}
.footer-mobile-app .nav-link {
  width: 20%;
  font-size: 12px;
  position: relative;
  color: #424242;
  font-weight: 600;
  text-align: center;
  padding: 6px 1rem 1px 1rem;
  display: block;
}
.footer-mobile-app .nav-link i {
  font-size: 21px;
  display: block;
}
.footer-mobile-app .nav-link .icon-round {
  background: white;
  position: absolute;
  border-radius: 50%;
  border: 14px solid white;
  top: -30%;
  margin: auto;
  left: 19%;
  color: #1f639f;
  box-shadow: 0 -3px 7px -4px grey;
}
.footer-mobile-app .nav-link span {
  position: inherit;
  top: 50%;
  left: 4%;
}
.app-banner {
  padding: 40px 0;
  text-align: center;
}
.app-banner a {
  padding: 10px;
  text-align: center;
  width: 100px;
  margin: 0;
  margin-left: 3px;
  border-radius: 4px;
}
#regForm {
  background-color: white;
  min-width: 300px;
}
.register-form-select {
  margin: 0px;
  max-width: none;
}
.md-height-100 {
  min-height: 100vh;
  padding: 0.6px;
}
.tab {
  position: absolute;
  width: 100%;
  right: -101%;
  transition: all 0.8s;
  min-height: 100vh;
  background: white;
}
.tab2 {
  position: absolute;
  width: 100%;
  right: -101%;
  transition: all 0.8s;
}
#myUL {
  list-style-type: none;
  padding: 0;
}
#myULsecond {
  list-style-type: none;
  padding: 0;
}
.card-mt-10 {
  margin-top: 10px;
}
.modal-more {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-animation-name: animateright;
  -webkit-animation-duration: 0.4s;
  animation-name: animateright;
  animation-duration: 0.4s;
}
.modal-close .close {
  margin: -0.5rem 1rem -1rem auto;
}
.imageDiv {
  -webkit-animation: appear 1s;
  animation: appear 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.text-black {
  color: #424242 !important;
}
.responsiveStepdesktop {
  display: block;
}
.responsiveSteptab {
  display: none;
}
.categoryModal {
  z-index: 1060 !important;
}
.searchModal .modal-dialog {
  transition: opacity 0.3s linear, left 0.3s ease-out !important;
}
.margin-top-125 {
  margin-top: 125px;
}
.margin-top-50 {
  margin-top: 50px;
}
.mobile-tab {
  padding: 0px;
  box-shadow: none;
  border-radius: 0;
}
.mobile-nav-pills .nav-link {
  border-radius: 3px;
  border: 1px solid #9e9e9e;
  border-color: #9e9e9e ! important;
}
.mobile-nav-pills .nav-item {
  text-align: center;
}
.mobile-nav-pills .nav-link.active {
  color: white ! important;
  background-color: #f1c842;
}
.nav-pills .show > .nav-link {
  color: white ! important;
  background-color: #f1c842;
}
.compare i {
  font-size: 17px;
}
.desktop-view-icon {
  top: 20px ! important;
  right: 20px;
}
.desktop-view-icon a {
  border: 1px solid #f1c842;
}
.property-list {
  position: absolute;
  top: 3.5%;
  right: 0;
  padding: 13px;
}
.mr-for-list {
  margin: 10px 15px;
}
.rent-hide {
  display: none;
}
.bd-0 {
  border-bottom: 0px;
}
.propertyListAdvance {
  position: absolute;
  top: 3.5%;
  left: 0;
  padding: 13px;
}
.mt-108 {
  margin-top: 101px;
}
.sc-bottom-bar {
  position: absolute;
  display: flex;
  padding: 16px 36px;
  justify-content: space-between;
  width: 375px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 32px;
  font-size: 26px;
  background-image: radial-gradient(circle at 36px 6px, transparent 36px, white 37px);
  filter: drop-shadow(0px -1px 6px rgba(0, 0, 0, 0.08)) drop-shadow(0px -2px 12px rgba(0, 0, 0, 0.12));
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: cubic-bezier(0.57, 0.23, 0.08, 0.96) 0.45s;
}
.sc-nav-indicator {
  position: absolute;
  width: 56px;
  height: 56px;
  bottom: 28px;
  margin: auto;
  left: 0;
  background-color: black;
  box-shadow: var(--main-cast-shadow);
  border-radius: 50%;
  transition: cubic-bezier(0.45, 0.73, 0, 0.59) 0.3s;
}
.sc-menu-item {
  color: var(--fore-color);
  transition: ease-in-out 0.5s;
  cursor: pointer;
}
.sc-current {
  position: relative;
  color: white;
  z-index: 3;
  transform: translate3d(0px, -22px, 0px);
}
.banner-icon-mobile-forbanner i {
  font-size: 46px;
}
.sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: -100%;
  background-color: #f1c842;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  text-decoration: none;
  color: #616161 ! important;
  display: block;
  transition: 0.3s;
  margin: 0 14px;
}
.sidenav a:hover {
  color: #e0e0e0;
}
.sidenav .closebtn {
  position: absolute;
  top: 15px;
  left: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 29px;
}
.mobileNavSidebar li a {
  font-size: 18px ! important;
}
.mobileNavSidebar li a i[class^="flaticon-"]:before {
  font-size: 45px;
  margin-right: 29px;
  margin-left: 15px;
}
.mobileNavSidebar li a span {
  position: relative;
  top: -9px;
}
.sidBarNav {
  max-height: inherit ! important;
}
.cartFlaticon i {
  font-size: 21px;
  padding-right: 6px;
}
.CompareProperties th {
  padding: 11px ! important;
}
.CompareProperties td {
  padding: 11px ! important;
}
.compareMore {
  min-height: 115px;
  padding: 15px 10px ! important;
}
#compare .btn-filter-modal {
  position: absolute;
  right: 100%;
  top: 50%;
  display: block;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}
.mycartmobile {
  position: inherit;
  top: 50%;
  left: 4%;
}
.tab-boxShdow {
  box-shadow: none ! important;
  padding: 0;
  background: white;
}
.tab-boxShdow a {
  border: 0;
  border-bottom: 1px solid #f5f5f5 ! important;
}
.tab-boxShdow a i {
  font-size: 28px;
  margin-right: 18px;
}
.profile-modal-form {
  padding-bottom: 15px;
  position: absolute;
  top: -1%;
  left: 0;
  z-index: 999;
}
.loadingSpinner {
  position: absolute;
  top: 12px;
  left: 38%;
  width: 25px;
  height: 25px;
}
.profileImage {
  border-radius: 50%;
}
.compareItem {
  max-width: 100px;
  display: inline-block;
  touch-action: none;
  user-select: none;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.propertyDetailsMobilePosition {
  position: absolute;
  z-index: 999;
  width: 35%;
  top: 56%;
  left: 3%;
}
.propertyDetailsMobilePosition li a {
  color: #f5f5f5 ! important;
  background: #616161;
}
.nav-pillsWidth .nav-item {
  width: 25% ! important;
}
.shineAnimation {
  position: relative;
}
.shineAnimation::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: shine 5s ease-in-out infinite;
  animation: shine 5s ease-in-out infinite;
}
.card-prifile-edit a i {
  font-size: 28px;
  margin-right: 20px;
  margin-left: 3px;
  width: 11%;
}
.fixed-pos-top-right {
  top: -19px;
  left: auto;
  right: -14px;
}
.text-danger-amenities {
  color: #dd242f !important;
}
.moveBack-font i {
  font-size: 18px;
}
.mobileSearchProperties {
  margin-top: -5px;
}
.card-img-overlay-mobile {
  position: absolute;
  top: 8%;
  left: 7px;
  font-size: 8px;
}
.mobileViewsAmenities li {
  margin: 9px 8px 0 6px;
}
.list-inline-mobileview {
  padding-left: 8px;
}
.list-inline-mobileview:not(:last-child) {
  margin-right: 0px;
}
.detailsAmenitisIcon i {
  line-height: 18px;
  font-size: 18px;
}
.hoverlink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.line-height-0 {
  line-height: 0;
}
.dual-range {
  --range-size: 20px;
  --range-width: 150px;
  --handle-size: 1.3;
  width: 100%;
  background: var(--clr-box-dark);
  border-radius: 50px;
  position: relative;
  user-select: none;
}
.dual-range .highlight {
  position: absolute;
  width: calc(calc(var(--x-2) - var(--x-1)) + calc(var(--range-size) * var(--handle-size)));
  left: var(--x-1);
  background: #f1c842;
  z-index: 1;
  height: 3px;
  border-radius: 50px;
}
.dual-range .handle {
  background: white;
  position: absolute;
  box-shadow: var(--shadow);
  top: -9px;
  z-index: 2;
  width: 18px;
  height: 18px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.22);
  border: none;
  border-radius: 50%;
}
.dual-range .handle:active {
  cursor: grabbing;
}
.dual-range .handle::after {
  content: "Rs" attr(data-value);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.dual-range .handle.left {
  left: var(--x-1);
}
.dual-range .handle.right {
  left: var(--x-2);
}
.mt-forFAQ {
  margin-top: 50px;
}
.modal-close-filter .close {
  margin: 0;
  padding: 5px 10px;
}
.noUi-horizontal {
  height: 5px;
}
.noUi-horizontal .noUi-handle {
  top: -10px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.noUi-base {
  height: 5px;
}
.noUi-connect {
  background-color: #f1c842;
}
.noUi-handle::before {
  display: none;
}
.noUi-handle::after {
  display: none;
}
.prevBtnSearch:focus {
  box-shadow: none !important;
}
.comparecolPadding {
  padding-left: 10px ! important;
}
.comparecolPadding .card {
  height: 200px;
}
.stepexplore img {
  max-width: 215px;
}
.onhoversteps {
  position: absolute;
  top: 28%;
  right: -11%;
  opacity: 0;
}
.onhoversteps .icon-long-arrow {
  width: 5.5rem ! important;
}
.onhoverexploresteps:hover .onhoversteps {
  opacity: 1;
}
.fontstep h4 {
  font-size: 17px;
  margin-top: 8px;
}
.fontstep p {
  padding: 0 20px;
}
.card-like {
  margin-top: 50px;
  margin-bottom: 50px;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  padding: 50px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.btn-irv {
  width: 100%;
  background: #2196f3;
  color: white !important;
  font-weight: bold;
  padding: 10px 0;
  transition: all 0.3s;
}
.btn-irv:hover {
  background: #1f639f;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-irv-default {
  font-weight: bold;
  background: #e0e0e0;
  color: white !important;
}
.btn-irv-default:hover {
  background: #9e9e9e;
}
.pd-06 {
  padding: 0.6rem;
}
.addlistnext a span {
  position: absolute;
  top: 23%;
  right: 7%;
}
.addlistnext a span i {
  font-size: 25px;
}
.fav-active {
  background-color: #f1c842 ! important;
  color: white !important;
}
.flaticonProperty i[class^="flaticon-"]:before {
  font-size: 75px;
  color: inherit;
}
.flaticonProperty i {
  color: #f1c842;
}
.w-50px {
  width: 50px;
}
.h-65 {
  height: 65px;
}
.desktopCompareermove i {
  border-radius: 50% ! important;
  background: red ! important;
}
.line-connect p:after {
  content: "";
  height: 1px;
  background-color: #f5f5f5;
  display: block;
  width: 100%;
  position: absolute;
  top: 65.5%;
  left: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.dot-pointconnect {
  width: 20px;
  height: 20px;
  background: linear-gradient(225deg, #f5d671, #f1c842);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  border: 4px solid white;
  position: absolute;
  top: 62%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.desktp-tab {
  padding: 0 ! important;
  box-shadow: none ! important;
}
.desktopposition-zindex {
  top: 5%;
  right: 32px;
  z-index: 99;
}
.compare-height-modal-100 {
  min-height: 100vh;
}
.btn-lang {
  background: transparent;
  border: 0;
  display: inline-block;
}
.mediarespnsive {
  top: 54% ! important;
  left: 27px ! important;
  position: absolute ! important;
}
.mediarespnsivebadge {
  top: 0 ! important;
  right: 19px ! important;
}
.btn-warningrent {
  background: linear-gradient(216deg, #e3b723 0%, #e4ba25 21.7241%, #f3df49 41.4285%, #ffeb67 55.6775%, #edcb3b 79.2611%, #dfaf19 100%);
  border-color: #f1c842;
}
.mobileviewpropertylist img {
  min-height: auto;
  object-fit: cover;
}
.list-group-item-property {
  position: relative;
  display: block;
  background-color: white;
  padding: 2px 9px 4px 9px;
  font-size: 14px;
  border-right: 1px solid #e0e0e0;
  margin-top: 9px;
  line-height: 1.5;
  color: black;
  text-align: center;
}
.map-prop iframe {
  width: 750px;
}
.d-video .carousel-control-prev {
  left: 250px;
  height: 80%;
}
.d-video .carousel-control-next {
  right: 250px;
  height: 80%;
}
.mapContact iframe {
  width: 100%;
}
.choosefilemargintop {
  margin-top: 33px;
}
.careerList {
  position: relative;
}
.careerposition {
  position: absolute;
  right: 5%;
  top: 22%;
}
.propertyAddCat i:before {
  font-size: 46px;
}
.listaddress {
  padding: 10px;
}
.no-additional-image {
  height: 500px;
  left: 10%;
}
.custom-file img {
  max-width: 100%;
  max-height: 340px;
  margin: 60px auto 0 auto;
  border-radius: 4px;
}
.custom-file:hover .image-actions {
  opacity: 1;
}
.image-actions {
  transition: all 0.2s;
  opacity: 0;
  position: absolute;
  width: 100%;
  text-align: right;
  padding: 20px 0 0 0;
  z-index: 3;
}
.image-actions a {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 4px;
  background: #dd242f;
  color: white;
  font-size: 14px;
}
.image-actions a:hover {
  background: #e45059;
}
.project-image {
  height: 60px !important;
  border-radius: 50%;
  object-fit: cover;
  max-width: 60px;
}
.descriptiondetails p {
  text-align: justify;
  line-height: 2.14 !important;
  margin-bottom: 0 !important;
}
.main-header.navbar-dark .btn-color {
  color: #616161;
  border-color: #f1c842;
}
.map-listheight {
  min-height: 344px;
  overflow: auto;
}
.auth-clients {
  text-align: center ! important;
}
.auth-clients li {
  display: inline-block ! important;
  float: none ! important;
}
.z-11 {
  z-index: 111 ! important;
}
.list-custom.active {
  border-radius: 40px ! important;
  text-align: center ! important;
  padding: 5px 20px ! important;
}
.list-notactive {
  border-radius: 40px ! important;
  background: #f5f5f5;
  color: #212121;
  text-align: center;
  padding: 5px 20px;
}
.map360 .slick-arrow {
  top: 49%;
  width: 33px;
  height: 42px ! important;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
  font-size: 28px ! important;
  border-radius: 3px ! important;
  box-shadow: none;
  background: white;
}
.map360 .slick-arrow:hover {
  color: #e0e0e0;
}
.map360 .slick-arrow i {
  position: absolute;
  top: -3px;
}
.map360 .slick-slide {
  padding-left: 5px ! important;
  padding-right: 5px ! important;
}
.custom-slider-02 .slick-arrow {
  bottom: -16px;
  width: 48px;
  height: 48px;
}
.testimonial-image img {
  border-radius: 50%;
}
.house-sale {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle {
  filter: inherit;
}
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.52em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
#widget {
  margin: 50px auto;
}
#widget .wid_left .form-group {
  margin-bottom: 40px;
}
#widget .wid_left .form-group label {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
#widget .wid_left .form-group label > span {
  font-size: 14px;
  font-weight: 400;
}
#widget .wid_left .form-group .range_indicator {
  display: flex;
  justify-content: space-between;
}
#widget .wid_left .form-group .range_indicator .indi_rgt {
  font-size: 16px;
  font-weight: 500;
}
#widget .wid_right {
  margin-left: 80px;
  background: white;
  border-radius: 20px;
  padding: 45px 20px 40px;
  text-align: center;
  box-shadow: 0 0 15px 1px #f5f5f5;
}
#widget .wid_right > li {
  font-size: 15px;
  list-style: none;
}
#widget .wid_right > li:last-child {
  text-transform: uppercase;
}
#widget .wid_right > li:last-child p {
  color: #dd242f;
  margin-bottom: 0;
}
#widget .wid_right > li p.smtxt {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  color: #424242;
}
#widget .wid_right > li p {
  display: block;
  margin-bottom: 28px;
  font-size: 21px;
  font-weight: 700;
  color: #424242;
}
#widget .wid_right > li p i {
  font-size: 0.8em;
}
#widget .ui-widget.ui-widget-content {
  background: #e0e0e0;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 3px;
  margin-top: 14px;
}
#widget .ui-widget-header {
  background: #f1c842;
}
#widget .ui-slider .ui-slider-handle {
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 40px;
  background: #f1c842;
  border: none;
  top: -5px;
  outline: none;
  margin-left: -6px;
}
.scalerange {
  display: flex;
  width: calc(100% + 32px);
  justify-content: space-between;
  margin: 0 -15px;
  font-size: 12px;
  color: #424242;
}
.scalerange span {
  text-align: center;
  min-width: 35px;
  padding-top: 16px;
  position: relative;
}
.scalerange span:before {
  content: '';
  background: #e0e0e0;
  display: block;
  width: 1px;
  height: 9px;
  position: absolute;
  top: 7px;
  left: calc(50% - 1px);
}
.input-group-fill {
  padding: 0.375rem 0.75rem;
  background: #f5f5f5;
}
.rent_buy_border {
  border: 2px solid #e0e0e0;
}
.input-field:focus {
  box-shadow: none !important;
  border-color: #e0e0e0 ! important;
}
.wid_right {
  margin-left: 80px;
  background: white;
  border-radius: 20px;
  padding: 45px 20px 40px;
  text-align: center;
  box-shadow: 0 1px 5px 2px #F4EEEEF0;
}
.wid_right > li {
  font-size: 15px;
  list-style: none;
}
.wid_right > li p {
  display: block;
  margin-bottom: 28px;
  font-size: 21px;
  font-weight: 700;
  color: #212121;
}
.wid_right > li:last-child p {
  color: #dd242f;
  margin-bottom: 0;
}
.wid_right > li p.smtxt {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  color: #06293c;
}
.legend {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-color: white;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e0e0e0;
  padding: 8px 8px 10px 8px;
  position: relative;
  top: -5px;
}
.legend-item {
  margin-right: 16px;
}
.legend-item > div {
  display: inline-block;
}
.legend-swatch {
  height: 12px;
  width: 12px;
  border-radius: 4px;
  position: relative;
  top: 2px;
}
.legend-label {
  font-size: 0.7em;
  color: #092d4c;
}
#total-interest-payments-swatch {
  background-color: #8ed9ff;
}
#total-equity-swatch {
  background-color: #64B044;
}
#loan-balance-swatch {
  background-color: #757575;
}
.select2-container--default .select2-selection--multiple {
  background-color: #f5f5f5 ! important;
  border: 0 ! important;
  min-height: 52px ! important;
}
.dashboard-image img {
  height: 40px;
  object-fit: cover;
  width: 40px;
  border-radius: 50%;
}
.image-roundcircle img {
  height: 50px;
  object-fit: cover;
  width: 50px;
  border-radius: 50%;
}
.slick-360 .slick-arrow {
  top: 49%;
  width: 33px;
  height: 42px ! important;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.07);
  font-size: 28px ! important;
  border-radius: 3px ! important;
  box-shadow: none;
  background: white;
}
.slick-360 .slick-arrow:hover {
  color: #f5f5f5;
}
.slick-360 .slick-arrow i {
  position: absolute;
  top: -3px;
}
.slick-360 .slick-slide {
  padding-left: 5px ! important;
  padding-right: 5px ! important;
}
.compareItemList {
  overflow-y: scroll;
  height: 334px;
}
.filter-button {
  position: fixed;
  right: -1px;
  top: 38%;
  z-index: 999999;
  transition: all 0.5s;
  -webkit-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%);
  max-width: 138px;
}
.filter-button .btn-open {
  position: absolute;
  right: 100%;
  top: 50%;
  display: block;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  border: none;
}
.del-row {
  position: absolute;
  right: 10px;
  top: 7px;
}
.del-row-high-z {
  position: absolute;
  right: 10px;
  top: 7px;
  z-index: 3;
}
.del-user-docs {
  position: absolute;
  right: 10px;
  top: 7px;
  z-index: 3;
}
.c-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.86em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  font-weight: 600;
  line-height: 1.86;
  color: #616161;
  background-color: #f5f5f5;
  border: 2px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: none;
}
.add_image_section .hidden-div {
  padding: 35px;
}
.hidden-div .gallery {
  opacity: 50%;
}
.alert-success {
  padding: 25px 20px;
}
.alert-danger {
  padding: 25px 20px;
}
.list-level {
  position: relative;
  top: 2.5%;
}
#pillsvideo-profile iframe {
  width: 852px;
  height: 480px;
}
.btn-active-primary.active {
  background-color: white !important;
  color: black ! important;
}
.icon-searchColor:after {
  color: white ! important;
}
.dropeleft {
  left: -60px;
}
.login-hover:hover {
  border-color: #f1c842 ! important;
  background-color: transparent ! important;
}
.navbar-light-sticky .btn.login-hover:hover {
  background-color: transparent !important;
  border-color: #f1c842 ! important;
}
.custom-packages {
  position: absolute;
  right: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 25px;
}
.custom-packages:before {
  top: -30px ! important;
}
.package-img {
  border-radius: 5px;
  cursor: pointer;
}
.package-img:hover {
  border-radius: 5px;
  cursor: pointer;
}
#package-collapse input[type=radio]:hover {
  cursor: pointer;
}
#add-property-form .error {
  color: #f1c842;
  padding: 10px;
  border-radius: 5px;
}
.package-grid {
  border: 1px solid #f1c842;
  overflow: hidden;
  padding: 2em 1.25em;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out;
  bottom: 10%;
  border-radius: 10px;
}
.package-grid:hover {
  background-color: transparent;
  zoom: 1;
  background-size: 100%;
  border-top: 2px solid #f5d671;
  border-left: 2px solid #f5d671;
  border-right: 2px solid #f5d671;
  border-bottom: 2px solid #f5d671;
  box-shadow: 0 0 20px -2px #616161;
  transform: scale(1.025);
  z-index: 2;
  color: white ! important;
}
.package-grid:hover:before {
  content: "";
  position: absolute;
  background-color: #cc8010;
  zoom: 1;
  background-size: 100%;
  left: -2px;
}
.package-grid:hover:after {
  content: "";
  position: absolute;
  background-color: #ff5722;
  zoom: 1;
  background-size: 100%;
  right: -2px;
}
.package-grid:hover .button {
  zoom: 1;
  box-shadow: none;
}
.package-grid:hover .hoverWhite {
  color: white ! important;
}
.package-grid h2 {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 0.5em;
}
.package-grid h3 {
  font-size: 1.8em;
  letter-spacing: 0.0625em;
  margin: 0.5em 0 0.33333333em;
}
.package-grid p {
  font-size: 0.875em;
  margin: 0 0 1.5em;
}
.package-grid ul {
  color: #1f639f;
  font-size: 1em;
  list-style-type: none;
  padding: 0;
}
.package-grid ul li {
  margin: 0;
}
.package-grid .button {
  border-radius: 3px;
  color: #06293c;
  font-size: 1em;
  font-weight: 700;
  padding: 10px;
  position: absolute;
  bottom: 1.25em;
  left: 50%;
  margin-left: -60px;
  text-decoration: none;
  width: 120px;
  background: linear-gradient(216deg, #e3b723 0%, #e4ba25 21.7241%, #f3df49 41.4285%, #ffeb67 55.6775%, #edcb3b 79.2611%, #dfaf19 100%);
  box-shadow: 5px 5px 7px 1px #e0e0e0;
  border-color: #f1c842;
  border-radius: 35px;
}
.package-grid .uppercase {
  text-transform: uppercase;
  font-size: 25px;
}
.package-grid .small {
  font-size: 0.6125em;
}
.premium-badges .badge-image-wrapper {
  max-width: 40px;
}
.card {
  overflow: hidden;
}
.property-item .property-attributes ul li {
  cursor: pointer;
}
.property-item .property-attributes ul li i {
  color: #dd242f;
  font-size: 16px;
  line-height: 16px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: -1px;
}
.property-item .property-amenities ul li i {
  color: #dd242f;
  font-size: 18px;
  line-height: 18px;
}
.agent-card {
  padding: 20px;
  margin-bottom: 30px;
}
.agent-card .nav-tabs.nav-header {
  border-bottom: none;
  margin-bottom: 10px;
}
.agent-card .nav-tabs.nav-header .nav-item {
  padding-right: 10px;
}
.agent-card .nav-tabs.nav-header .nav-link {
  border-radius: 4px;
  padding: 6px 15px !important;
}
.agent-card .nav-tabs.nav-header .nav-link:hover,
.agent-card .nav-tabs.nav-header .nav-link.active {
  background: #f1c842;
}
.agent-card .nav-tabs.nav-header .nav-item.show .nav-link {
  background: #f1c842;
}
.property-long-list .property-item .property-attributes ul li i,
.property-long-list .property-item .property-amenities ul li i {
  color: #dd242f;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.big-carousel .property-item .property-attributes ul li i,
.big-carousel .property-item .property-amenities ul li i {
  color: white;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}
.property-carousel .property-item .property-attributes ul li i,
.property-carousel .property-item .property-amenities ul li i {
  color: #dd242f;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
h3 {
  margin: 0;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  margin: 0 0 1.5em;
}
.button {
  text-transform: uppercase;
  font-size: 25px;
}
h2 {
  text-transform: uppercase;
  font-size: 25px;
}
.margin-0 {
  margin: 0;
}
.dashboard-wrapper .property-tap-form .nav-link.active {
  background: linear-gradient(216deg, #e3b723 0%, #e4ba25 21.7241%, #f3df49 41.4285%, #ffeb67 55.6775%, #edcb3b 79.2611%, #dfaf19 100%);
  color: #212121;
}
.dashboard-wrapper .property-tap-form .nav-link:hover {
  background: linear-gradient(216deg, #e3b723 0%, #e4ba25 21.7241%, #f3df49 41.4285%, #ffeb67 55.6775%, #edcb3b 79.2611%, #dfaf19 100%);
  color: #212121;
}
.dashboard-wrapper .sidebarActiveItem .sidebar-item:hover .sidebar-item-icon {
  color: #f1c842 ! important;
}
.dashboard-wrapper .sidebarActiveItem .sidebar-item.active .sidebar-item-icon {
  color: #f1c842 ! important;
}
.dashboard-wrapper .db-sidebar .sidebar-item:hover {
  background-color: #f5f5f5 ! important;
}
.dashboard-wrapper .db-sidebar .sidebar-item.active {
  background-color: #e0e0e0 ! important;
}
.dashColorMargin {
  color: #f1c842 !important;
  float: right;
  margin-top: 4px;
}
.padreponsivecolor {
  background: white;
  margin: 0px;
}
.emi-calculator {
  background: white;
  border-radius: 20px;
  padding: 30px 30px 2px 30px;
  text-align: center;
  box-shadow: 0 0 15px 1px #f5f5f5;
}
.advertisement-carousel .slick-slider {
  margin: 0;
}
.single-property-page .primary-content .property-highlights .card {
  margin-right: 30px;
}
.single-property-page .primary-content .property-highlights .card:last-child {
  margin-right: 0px;
}
.single-property-page .primary-content .property-highlights .card .card-body {
  padding: 10px 15px;
}
.single-property-page .primary-content .property-highlights .card .card-body .media .media-avatar i {
  font-size: 32px;
  line-height: 32px;
  color: #dd242f;
  margin-right: 1rem;
}
.single-property-page .primary-content dl dt {
  padding-right: 1rem;
  font-weight: 400 !important;
}
.single-property-page .primary-content dl dt i {
  color: #dd242f;
  /*
                       color: @primary;
                     background: #636363;
                    border: 1px solid @primary;
                    border-radius: 2px;
                    height: 26px;
                    padding: 0  4px;
                    width: 26px;
                    text-align: center;
                    line-height: 26px;
                    */
}
.single-property-page .primary-content dl dd {
  color: black;
}
.single-property-page .property-page-vertical-ad .advertisements .advertisement-item {
  height: 70vh;
}
.advertisement-item {
  object-fit: cover;
  height: 90vh;
  object-position: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.advertisement-item .slick-slide {
  padding-left: 0 ! important;
  padding-right: 0 ! important;
}
.advertisement-item img {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.ad-background {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.agent-image-circle .imageroundagent {
  width: 180px;
  height: 180px;
}
.page-title.bg-white-overlay::before {
  display: none;
}
.nav-gallery .image-tab.active {
  background-color: #f1c842 ! important;
  border-color: #f1c842 ! important;
  box-shadow: 5px 5px 7px 1px #e0e0e0;
}
.single-hover-icon:hover {
  background-color: #f1c842 ! important;
  border-color: #f1c842 ! important;
  box-shadow: 2px 4px 7px 1px #04040450;
  color: white;
}
.carousel-ad-single {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh ! important;
}
.hover-cardbox:hover {
  background-color: #f1c842 !important;
  color: white ! important;
  cursor: pointer;
}
.hover-cardbox:hover p {
  color: black ! important;
}
.rent-More {
  padding: 0px;
  text-align: justify;
  justify-items: left;
}
.rent-More a {
  display: inline-block;
  position: relative;
  padding: 2px 6px 2px 6px;
  font-size: 14px;
  line-height: 1.5;
  color: #06293c;
  text-align: center;
}
.rent-More a:hover {
  color: #dd242f;
}
.footer-logo-app {
  max-width: 165px;
}
.hot-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 66%;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.hot-img-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 66%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-hover-overlay:hover::before {
  z-index: 1;
}
.iconSerachPosition i {
  top: 23px ! important;
}
.radio-package-attributes {
  padding: 20px 15px;
  margin-right: 50px;
}
.btn-outline-warning {
  color: #f1c842;
  border-color: #f1c842;
}
.btn-outline-warning:hover {
  color: #212121;
  background-color: #f1c842;
  border-color: #f1c842;
}
.pagination.rounded-active .page-item .page-link {
  width: 35px;
  height: 35px;
}
.accordion-01 .btn-career:not(.collapsed) {
  color: white;
  background-color: #f1c842 ! important;
}
.accordion-01 .btn:not(.collapsed) {
  background-color: #f1c842;
}
.line-height-35 {
  line-height: 3.5;
}
a.bg-hover-warning:hover {
  background-color: #f1c842 ! important;
}
.border-hover-warning:hover {
  border-color: #f1c842 ! important;
}
.custom-pos-icon {
  left: -32px;
}
.grid-match-height {
  grid-auto-rows: 1fr;
}
.premium-verified {
  display: flex;
  justify-content: space-between !important;
}
.h-100 {
  height: 100%;
}
.premiumcolor {
  color: #ff9800;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}
.verifiedimage img {
  max-width: 33px;
  object-fit: cover;
}
input {
  font-weight: 500 ! important;
}
.item-nth-2-active-lg:not(:hover) .slick-active:nth-child(2) > div {
  box-shadow: none !important;
}
.item-nth-2-active-lg:not(:hover) .slick-active:nth-child(2) > div .hover-image {
  opacity: 1 !important;
}
.hotpackageoffer i {
  font-size: 30px;
}
.footer-color-drakblue {
  background-color: #06293c;
}
.main-header .main-menu .nav-link::before {
  background-color: #f1c842;
}
.main-header .main-menu .dropdown-header::before {
  background-color: #f1c842;
}
a.hover-primary:hover {
  color: #f1c842 ! important;
}
.show > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn-primary.focus {
  color: white;
  background-color: #f1c842;
  border-color: #f1c842;
  box-shadow: 0 0 0 0.2rem rgba(246, 181, 0, 0.29);
}
.agent-3:hover .card-footer {
  background-color: #f1c842;
}
input.form-control {
  background: transparent;
  border: 1px solid #e0e0e0;
}
input.form-control:hover,
input.form-control:active,
input.form-control:focus {
  box-shadow: 0 0 0 0, inset 2px 2px 6px -2px rgba(179, 179, 179, 0.68);
  border: 1px solid #f1c842;
}
.form-control {
  height: calc(2em + 1.25rem + -2px);
}
.form-control:focus {
  border: 1px solid #f1c842;
  box-shadow: 0 0 0 0, inset 2px 2px 6px -2px rgba(179, 179, 179, 0.68);
}
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  background-color: #ffffff;
}
.page-item.active .page-link {
  background-color: #f1c842;
  border-color: #f1c842;
}
.page-link:hover {
  background-color: #f1c842;
  border-color: #f1c842;
}
a.hover-yellow:hover {
  color: #f1c842 ! important;
}
.hot-image-highlight {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 50%;
  border-radius: 3px;
}
.hot-img-background-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 50%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fontsize-reponsive {
  font-size: 20px;
}
.agent-premium img {
  width: 45px;
  margin: auto;
}
.p-select {
  position: absolute;
  bottom: 77px;
  width: 61%;
  left: 51px;
  cursor: pointer;
  background: linear-gradient(216deg, #e3b723 0%, #e4ba25 21.7241%, #f3df49 41.4285%, #ffeb67 55.6775%, #edcb3b 79.2611%, #dfaf19 100%);
}
.package-active {
  background-color: #2196f3;
  zoom: 1;
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #092d4c), color-stop(100%, #06293c));
  background-image: -moz-linear-gradient(top, #092d4c 0%, #06293c 100%);
  background-image: -webkit-linear-gradient(top, #092d4c 0%, #06293c 100%);
  background-image: linear-gradient(to bottom, #092d4c 0%, #06293c 100%);
  border-top: 2px solid #ff9800;
  border-bottom: 2px solid #ff5722;
  box-shadow: 0 0 10px 0 #424242;
  transform: scale(1.025);
  z-index: 2;
  color: white ! important;
}
.package-active ul {
  color: white !important;
}
.package-active span {
  color: white !important;
}
.package-active .button {
  zoom: 1;
  box-shadow: none;
}
.card-img {
  text-align: center;
}
.tab-content,
.tab-content .tab-pane {
  position: relative;
}
.property-showcase-wrapper {
  position: relative;
}
.property-showcase-wrapper .property-showcase {
  overflow: hidden;
}
.property-showcase-wrapper .property-showcase .property-showcase-buttons {
  position: absolute;
  z-index: 9;
  top: 15px;
  right: 30px;
}
.property-showcase-wrapper .property-showcase .tab-content {
  border: none;
  box-shadow: none;
  padding: 0;
}
.property-showcase-wrapper .property-showcase .tab-content .galleries .card,
.property-showcase-wrapper .property-showcase .tab-content .galleries .card a {
  border-radius: 0;
}
.dropdown-item.active {
  background-color: #f1c842;
}
.dropdown-item:active {
  background-color: #f1c842;
}
.hover-primary:hover {
  color: #f1c842 ! important;
}
.padding-bottom-150 {
  padding-bottom: 150px !important;
}
.property-search .other-feature:before {
  color: #f1c842;
}
.select-stat {
  color: black;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 black;
}
.badge-info {
  background-color: #ff5722 ! important;
}
.badge-dangerlight {
  background-color: #dd242f;
  color: white;
}
.show-pack-list li {
  list-style: none;
  padding: 10px 5px;
}
.show-pack-list li:active {
  background: #f1c842;
  color: white;
  padding: 10px 5px;
  border-radius: 5px;
}
.show-pack-list li:focus {
  background: #f1c842;
  color: white;
  padding: 10px 5px;
  border-radius: 5px;
}
.show-pack-list li:hover {
  background: #f1c842;
  color: white;
  padding: 10px 5px;
  border-radius: 5px;
}
.show-pack-list a:hover {
  background: #f1c842;
  color: white;
  padding: 10px 5px;
  border-radius: 5px;
}
.show-pack-list li.active {
  background: #f1c842;
  color: white;
  padding: 10px 5px;
  border-radius: 5px;
}
.indent-link {
  margin-left: 25px;
}
.dashboard-listing-position li a {
  display: block;
}
.button-wrap {
  position: relative;
  text-align: center;
  top: 50%;
  margin-top: -2.5em;
  padding: 20px;
}
.button-label {
  display: inline-block;
  padding: 1em 2em;
  margin: 0.5em;
  cursor: pointer;
  color: #424242;
  border-radius: 0.25em;
  background: #f5f5f5;
  transition: 0.3s;
  user-select: none;
}
.button-label h1 {
  font-size: 1em;
  font-family: "Lato", sans-serif;
}
.button-label:hover {
  background: #f5f5f5;
  color: black;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
}
.button-label:active {
  transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.22);
}
#yes-button:checked + .button-label {
  background: #64B044;
  color: #f5f5f5;
}
#yes-button:checked + .button-label:hover {
  background: #317515;
  color: white;
}
#no-button:checked + .button-label {
  background: #2196f3 !important;
  color: #eeeeee;
}
#no-button:checked + .button-label:hover {
  background: #1f639f !important;
  color: white;
}
.hidden {
  display: none;
}
.my-1 {
  margin: 19px;
}
.transition {
  transition: all 0.3s ease-out;
}
.label-radio-package {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #424242;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
}
.input-radio-div input[type="radio"] {
  visibility: hidden;
  height: 0;
  width: 0;
}
.input-radio-div input[type="radio"]:checked + label {
  background: linear-gradient(216deg, #e3b723 0%, #e4ba25 21.7241%, #f3df49 41.4285%, #ffeb67 55.6775%, #edcb3b 79.2611%, #dfaf19 100%);
  box-shadow: 5px 5px 7px 1px #e0e0e0;
  border-color: #f1c842;
}
.height-100 {
  height: 100%;
}
.temporary {
  position: absolute;
  bottom: 77px;
  width: 61%;
  left: 51px;
  cursor: pointer;
  top: 111px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.homepage-ad {
  border: 1px solid #eeeeee;
}
.homepage-ad.slick-slide {
  padding: 0;
}
.homepage-ad img {
  border-radius: 4px;
}
.badge.badge-user-gold {
  background-color: #ababab;
}
.badge.badge-user-premium {
  background-color: #ababab;
}
.badge.badge-user-platinum {
  background-color: #ababab;
}
.badge.badge-appartment {
  background-color: #ababab;
}
.badge.badge-building {
  background-color: #ababab;
}
.badge.badge-bunglow {
  background-color: #ababab;
}
.badge.badge-commercial {
  background-color: #ababab;
}
.badge.badge-duplex {
  background-color: #ababab;
}
.badge.badge-farmhouse {
  background-color: #ababab;
}
.badge.badge-flat {
  background-color: #ababab;
}
.badge.badge-house {
  background-color: #ababab;
}
.badge.badge-land {
  background-color: #ababab;
}
.badge.badge-office {
  background-color: #ababab;
}
.badge.badge-penthouse {
  background-color: #ababab;
}
.badge.badge-plot {
  background-color: #ababab;
}
.badge.badge-ad {
  background-color: #ababab;
}
.badge.badge-premium {
  background-color: #ababab;
}
.badge.badge-hot {
  background-color: #dd242f;
}
.badge.badge-superhot {
  background-color: #ababab;
}
.badge.badge-urgent {
  background-color: #ababab;
}
.toast {
  display: none;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .mobile-text {
    padding-top: 30px;
    font-size: 30px;
  }
  .wid_right {
    margin-left: 0 ! important;
  }
  .map-prop iframe {
    width: 100%;
  }
  .custom-pos-icon {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 1199.98px) {
  .navbar-dark .navbar-nav .nav-link {
    color: white;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #424242 ! important;
  }
  .main-header.header-mobile-xl .navbar-nav > .nav-item > .nav-link {
    margin: 0 14px;
  }
  .mr-nav-14 {
    margin: 0 -14px;
  }
  .mr-nav-14 ul {
    background: white;
  }
  .nav-mob-res {
    -ms-flex-direction: inherit ! important;
    flex-direction: inherit ! important;
  }
  .mobile-sticky-fix {
    position: fixed;
    top: 67px;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .pt-50-mobile {
    padding-top: 50px;
  }
  .responsiveStepdesktop {
    display: none;
  }
  .responsiveSteptab {
    display: block;
  }
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .main-header .main-menu .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0 ! important;
    height: 0 ! important;
    background-color: transparent ! important;
    transition: width 0.5s;
  }
  .main-header .main-menu .dropdown-header::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0 ! important;
    height: 0 ! important;
    background-color: transparent ! important;
    transition: width 0.5s;
  }
  .list-group-item-property {
    padding: 2px 9px 3px 9px;
    font-size: 11px;
  }
  .rent-more {
    text-align: justify ! important;
  }
  .rent-More li {
    padding: 2px 8px 3px 8px ! important;
    font-size: 12px ! important;
  }
  .footer-logo-app {
    max-width: 150px;
  }
}
@media (max-width: 600px) {
  .main-header.header-mobile-xl .main-menu .dropdown-menu .dropdown-link {
    color: black !important;
  }
  .main-header.header-mobile-xl .main-menu .dropdown-menu .dropdown-item {
    color: black !important;
  }
  .main-header.header-mobile-xl .main-menu .dropdown-menu .dropdown-header {
    color: black !important;
  }
  .mobilereview {
    width: 100%;
  }
  .pd-0 {
    padding: 0;
  }
  .margin-top-95 {
    margin-top: 70px !important;
  }
  header {
    box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.15);
  }
  .mobile-fix {
    position: fixed ! important;
    background-color: white;
  }
  .MobileBackgroundYellow {
    background: #f1c842;
  }
  .mobileUIBox {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    top: 76%;
    transition: opacity 0.3s linear, top 0.3s ease-out !important;
  }
  .pd-11 {
    padding: 10px ! important;
  }
  .pd-11 a {
    width: 31.5% ! important;
    margin-bottom: 7px ! important;
    margin-left: 3px ! important;
    box-shadow: 5px 5px 10px ! important;
  }
  .margin-10 {
    margin-top: 3rem;
  }
  .mobile-text-center {
    text-align: center;
  }
  .heading-divider {
    margin: auto;
    margin-bottom: 16px;
  }
  .footer-logo {
    max-width: 190px;
  }
}
@media (min-width: 600px) {
  .footer-mobile-app .nav-link .icon-round {
    left: 32%;
  }
  .footer-mobile-app .nav-link span {
    left: 5%;
  }
  .mediarespnsive {
    top: 54% ! important;
    left: 48px ! important;
    position: absolute ! important;
  }
  .mediarespnsivebadge {
    top: 0 ! important;
    right: 35px ! important;
  }
}
@media (max-width: 576px) {
  .flaticonProperty i[class^="flaticon-"]:before {
    font-size: 60px;
  }
  .average-reponsivetitle {
    text-align: center;
  }
}
@media (min-width: 1130px) {
  .slicktestimonial .slick-prev {
    left: 67%;
    font-size: 22px;
  }
  .slicktestimonial .slick-arrow {
    top: 18%;
    width: 42px;
    height: 42px;
  }
  .slicktestimonial .slick-arrow i {
    top: -9%;
    font-size: 16px;
    position: inherit;
    right: 33%;
    left: auto;
  }
  .slicktestimonial .slick-next {
    right: 19%;
    font-size: 22px;
  }
}
@media (max-width: 1128px) {
  .slicktestimonial .slick-prev {
    left: 63%;
    font-size: 22px;
  }
  .slicktestimonial .slick-arrow {
    top: 18%;
    width: 42px;
    height: 42px;
  }
  .slicktestimonial .slick-arrow i {
    top: -9%;
    font-size: 16px;
    position: inherit;
    right: 33%;
    left: auto;
  }
  .slicktestimonial .slick-next {
    right: 21%;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .slicktestimonial .slick-prev {
    left: 67%;
    font-size: 22px;
  }
  .slicktestimonial .slick-next {
    right: 21%;
    font-size: 22px;
  }
  .marginAtResponsive {
    margin-top: 90px ! important;
  }
  .mobile-text-center-900 {
    text-align: center;
  }
  .mobile-text-center-900 .heading-divider {
    margin: auto;
    margin-bottom: 16px;
  }
}
@media (max-width: 757px) {
  .slicktestimonial .slick-prev {
    left: 65%;
    font-size: 22px;
  }
  .slicktestimonial .slick-next {
    right: 21%;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .container-es {
    max-width: 992px ! important;
  }
  .shadow-custom {
    box-shadow: 0 20px 30px 0 rgba(54, 55, 54, 0.09) !important;
  }
}
@media (min-width: 700px) {
  .scrollmediacompare {
    min-width: 225px;
  }
  .similarHome-height img {
    max-height: 200px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 350px) {
  .footer-logo {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .font-50-responsive {
    font-size: 50px !important;
  }
}
@media (max-width: 768px) {
  .d-links {
    color: black;
  }
}
@media (min-width: 1200px) {
  .tab-menu-responsive {
    display: none ! important;
  }
}
@media (max-width: 1200px) {
  .padresmonsivehide {
    display: none ! important;
  }
  #collapseExample .active {
    color: #f1c842 !important;
  }
  .navTextColor li a {
    color: #424242 ! important;
  }
}
@media (max-width: 573px) {
  .responsive-aligntext {
    text-align: center;
  }
}
@media (max-width: 932px) {
  .fontsize-reponsive {
    font-size: 18px;
  }
  .package-grid .uppercase {
    font-size: 18px;
  }
  .button {
    font-size: 18px;
  }
  h2 {
    font-size: 18px;
  }
  .hot-image-highlight {
    padding-top: 58%;
  }
}
@media (max-width: 40em) {
  .button-wrap {
    margin-top: -1.5em;
  }
  .button-label {
    padding: 0em 1em 3px;
    margin: 0.25em;
  }
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #f1c842;
}
.rounded-lg {
  border-radius: 4px !important;
}
.slick-arrow {
  border: 1px solid #f5f5f5;
}
.slick-arrow.slick-prev {
  left: -70px;
  right: auto;
}
.slick-arrow.slick-next {
  left: auto;
  right: -70px;
}
.list-group-item.active {
  background-color: #2196f3;
  border-color: #2196f3;
}
.list-group-item {
  /*  background-color: @primary;
      border-color: @primary;*/
}
.slimScrollBar,
.slimScrollRail {
  background: #e0e0e0 !important;
}
.slimScrollDiv,
.slimScrollDiv .card-body {
  max-height: 90vh !important;
  height: auto !important;
}
.card.card-primary-outline {
  border: 1px solid #f1c842;
}
.card.card-primary-outline i {
  color: #f1c842 !important;
}
.card.card-secondary-outline {
  border: 1px solid #9e9e9e;
}
.card.card-info-outline {
  border: 1px solid #2196f3;
}
.card.card-danger-outline {
  border: 1px solid #dd242f;
}
.card.card-primary-outline {
  border: 1px solid #f1c842;
}
.card.card-success-outline {
  border: 1px solid #64B044;
}
.card.card-warning-outline {
  border: 1px solid #f1c842;
}
.fs-small {
  font-size: 12px;
  font-weight: 300;
}
.overlay-div {
  position: relative;
}
/*.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;

}*/
.text-light {
  color: #e0e0e0 !important;
}
.text-lighter {
  color: #eeeeee !important;
}
.text-lightest {
  color: #f5f5f5 !important;
}
.property-type-carousel .property-type a {
  display: block;
  text-align: center;
}
.property-type-carousel .property-type a i {
  font-size: 65px;
  font-weight: 300;
  color: #f1c842;
}
.property-type-carousel .property-type a h4 {
  color: white;
}
.property-type-carousel .property-type a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4bb00+9,edcc6a+27,ffe19b+48,ffd56b+67,f4bb00+84 */
  background: #f1c842;
  /* Old browsers */
  background: -moz-linear-gradient(315deg, #e6be39 0%, #f3c940 25%, #ffe07e 50%, #f3c940 75%, #e6be39 100%);
  background: -webkit-linear-gradient(315deg, #e6be39 0%, #f3c940 25%, #ffe07e 50%, #f3c940 75%, #e6be39 100%);
  background: linear-gradient(315deg, #e6be39 0%, #f3c940 25%, #ffe07e 50%, #f3c940 75%, #e6be39 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6be39", endColorstr="#e6be39", GradientType=1);
}
.property-type-carousel .property-type a:hover i {
  color: black;
}
.property-type-carousel .property-type a:hover h4 {
  color: black;
}
.text-shadow-light {
  text-shadow: 3px 3px 6px #000000db;
}
.btn.btn-outline {
  border: 1px solid #616161;
  color: #616161;
}
.btn.btn-outline:hover {
  border: 1px solid #f1c842;
  background: #f1c842;
  color: black;
}
.btn {
  outline: none !important;
}
.btn.btn-xl {
  padding: 10px 32px;
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.btn.btn-white {
  background: white;
  border-color: white;
}
.btn.btn-primary {
  color: #424242;
  background-color: #f1c842;
  border-color: #f1c842;
  box-shadow: none;
}
.btn.btn-primary:hover {
  color: black;
  background-color: #ffc234;
  border-color: #ffc234;
}
.btn.btn-primary:not(:disabled):not(.disabled):active {
  color: white;
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn.btn-primary:not(:disabled):not(.disabled).active {
  color: white;
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn.btn-primary:focus {
  color: white;
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn.btn-success {
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn.btn-success:hover {
  background-color: #ffc234;
  border-color: #ffc234;
  box-shadow: 0 0 10px -2px rgba(171, 171, 171, 0.65);
}
.btn.btn-warning {
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn.btn-warning:hover {
  background-color: #ffc234;
  border-color: #ffc234;
}
.btn.btn-danger {
  background-color: #dd242f;
  border-color: #dd242f;
}
.btn.btn-danger:hover {
  background-color: #e45059;
  border-color: #e45059;
  box-shadow: 0 0 10px -2px rgba(171, 171, 171, 0.65);
}
.btn.btn-info {
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn.btn-info:hover {
  background-color: #1f639f;
  border-color: #1f639f;
  box-shadow: 0 0 10px -2px rgba(171, 171, 171, 0.65);
}
.btn.btn-secondary {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn.btn-secondary:hover {
  background-color: #757575;
  border-color: #757575;
  box-shadow: 0 0 10px -2px rgba(171, 171, 171, 0.65);
}
.btn.btn-accent {
  background-color: #fece1e;
  border-color: #fece1e;
}
.btn.btn-accent:hover {
  background-color: #ffd851;
  border-color: #ffd851;
  box-shadow: 0 0 10px -2px rgba(171, 171, 171, 0.65);
}
.btn.btn-outline-primary {
  color: #f1c842;
  background-color: transparent;
  border-color: #f1c842;
  box-shadow: none;
}
.btn.btn-outline-primary:hover {
  color: white;
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: white;
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: white;
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn.btn-outline-primary:focus {
  color: white;
  background-color: #f1c842;
  border-color: #f1c842;
  box-shadow: 0 0 0 0.2rem rgba(246, 181, 0, 0.29);
}
.btn.btn-outline-success {
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn.btn-outline-success:hover {
  background-color: #ffc234;
  border-color: #ffc234;
  box-shadow: 0 0 10px -2px rgba(171, 171, 171, 0.65);
}
.btn.btn-outline-warning {
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn.btn-outline-warning:hover {
  background-color: #ffc234;
  border-color: #ffc234;
  box-shadow: 0 0 10px -2px rgba(171, 171, 171, 0.65);
}
.btn.btn-outline-danger {
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn.btn-outline-danger:hover {
  background-color: #ffc234;
  border-color: #ffc234;
  box-shadow: 0 0 10px -2px rgba(171, 171, 171, 0.65);
}
.btn.btn-outline-info {
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn.btn-outline-info:hover {
  background-color: #ffc234;
  border-color: #ffc234;
  box-shadow: 0 0 10px -2px rgba(171, 171, 171, 0.65);
}
.btn.btn-outline-secondary {
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn.btn-outline-secondary:hover {
  background-color: #ffc234;
  border-color: #ffc234;
  box-shadow: 0 0 10px -2px rgba(171, 171, 171, 0.65);
}
.btn.btn-outline-accent {
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn.btn-outline-accent:hover {
  background-color: #ffc234;
  border-color: #ffc234;
  box-shadow: 0 0 10px -2px rgba(171, 171, 171, 0.65);
}
.btn.dropdown-toggle:hover {
  box-shadow: none;
}
.btn {
  transition: all 0.1s ease-in;
}
.btn.btn-warning,
.btn.btn-primary {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4bb00+9,edcc6a+27,ffe19b+48,ffd56b+67,f4bb00+84 */
  background: #f1c842;
  /* Old browsers */
  background: -moz-linear-gradient(315deg, #e6be39 0%, #f3c940 25%, #ffe07e 50%, #f3c940 75%, #e6be39 100%);
  background: -webkit-linear-gradient(315deg, #e6be39 0%, #f3c940 25%, #ffe07e 50%, #f3c940 75%, #e6be39 100%);
  background: linear-gradient(315deg, #e6be39 0%, #f3c940 25%, #ffe07e 50%, #f3c940 75%, #e6be39 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6be39", endColorstr="#e6be39", GradientType=1);
  border-color: #f1c842;
  color: #4c4c4c;
}
.btn.btn-warning:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
  color: #424242;
}
.btn:hover {
  box-shadow: 5px 3px 12px -2px #9e9e9e;
}
.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 181, 0, 0.34), inset 0 3px 5px rgba(0, 0, 0, 0.13);
}
.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 181, 0, 0.34), inset 0 3px 5px rgba(0, 0, 0, 0.13);
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: black;
  background-color: #f1c842;
  border-color: #f1c842;
}
.btn-warning:focus,
.btn-warning.focus,
.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0, inset 2px 2px 6px -2px rgba(179, 179, 179, 0.68);
}
.slider-range .slider-range .amount {
  background: transparent;
  padding: 0;
  margin: 0 0 0 10px;
  border: none;
}
.filter-search .clean-dropdown .bootstrap-select {
  margin: 0;
  padding: 0 5px;
  background: transparent;
  display: inline-block;
}
.filter-search .clean-dropdown .bootstrap-select .dropdown-toggle {
  padding: 0 !important;
  background: transparent;
}
.filter-search .clean-dropdown .bootstrap-select .dropdown-toggle .filter-option {
  padding: 0;
  height: auto;
}
.filter-search .clean-dropdown .bootstrap-select .dropdown-toggle .filter-option .filter-option-inner-inner {
  padding: 0 6px 2px 6px;
  font-weight: 600;
  font-size: 16px;
  color: black;
}
.bootstrap-select {
  background: transparent;
}
.bootstrap-select.form-control .dropdown-toggle {
  background: transparent !important;
  border: 1px solid #e0e0e0;
  height: auto !important;
  padding: 8px 15px !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  margin: 0;
  padding: 8px 15px !important;
}
.tabs-01 a.active,
.tabs-01 a.nav-link:hover,
.tabs-01 a::before {
  background-color: #feda23 !important;
  color: #000000 !important;
}
.nav-tabs .nav-link.active:before {
  display: none;
}
.searchbar {
  padding: 15px 0;
}
.searchbar .bootstrap-select.form-control .dropdown-toggle {
  padding: 10px 0 !important;
  border: none;
}
.searchbar form {
  margin: 0;
}
.searchbar form label {
  color: black;
}
.searchbar .bootstrap-select.border-bottom {
  border-color: #212121 !important;
}
.searchbar .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #212121;
}
.searchbar .bootstrap-select .dropdown-toggle .filter-option-inner-inner i {
  display: inline-block;
  margin-right: 12px;
}
.search-radio {
  list-style-type: none;
  padding: 0;
}
.search-radio i {
  display: block;
  margin: 0 0 10px 0;
  font-weight: 300;
  font-size: 22px;
}
.search-radio label.with-icon {
  padding: 15px 10px;
  line-height: 18px;
}
.search-radio.primary input[type="radio"]:checked + label,
.search-radio.primary input[type="checkbox"]:checked + label,
.search-radio.primary label:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4bb00+9,edcc6a+27,ffe19b+48,ffd56b+67,f4bb00+84 */
  background: #f1c842;
  /* Old browsers */
  background: -moz-linear-gradient(315deg, #e6be39 0%, #f3c940 25%, #ffe07e 50%, #f3c940 75%, #e6be39 100%);
  background: -webkit-linear-gradient(315deg, #e6be39 0%, #f3c940 25%, #ffe07e 50%, #f3c940 75%, #e6be39 100%);
  background: linear-gradient(315deg, #e6be39 0%, #f3c940 25%, #ffe07e 50%, #f3c940 75%, #e6be39 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6be39", endColorstr="#e6be39", GradientType=1);
}
.search-radio.primary label {
  border: 1px solid #f1c842;
}
.search-radio.white input[type="radio"]:checked + label,
.search-radio.white input[type="checkbox"]:checked + label,
.search-radio.white label:hover {
  background: white;
}
.search-radio.white label {
  border: 1px solid white;
}
.search-radio.black input[type="radio"]:checked + label,
.search-radio.black input[type="checkbox"]:checked + label,
.search-radio.black label:hover {
  background: white;
}
.search-radio.black label {
  color: #000;
  border: none;
}
.search-radio.info input[type="radio"]:checked + label,
.search-radio.info input[type="checkbox"]:checked + label,
.search-radio.info label:hover {
  background: #2196f3;
}
.search-radio.info label {
  border: 1px solid #2196f3;
}
.search-radio input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.search-radio input[type="radio"],
.search-radio input[type="checkbox"] {
  opacity: 0.011;
  z-index: 100;
}
.search-radio input[type="radio"]:checked + label,
.search-radio input[type="checkbox"]:checked + label {
  background: #f1c842;
  box-shadow: 0 0 0 0, inset 2px 2px 6px -2px rgba(179, 179, 179, 0.68);
}
.search-radio label {
  text-align: center;
  line-height: 44px;
  width: 100%;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  z-index: 90;
}
.search-radio label:hover {
  background: #f1c842;
  color: black;
}
.radio-button {
  display: inline-block;
  list-style-type: none;
  padding: 0;
}
.radio-button.primary input[type="radio"]:checked + label,
.radio-button.primary label:hover {
  background: #f1c842;
}
.radio-button.primary label {
  border: 1px solid #f1c842;
}
.radio-button.white input[type="radio"]:checked + label,
.radio-button.white label:hover {
  background: white;
}
.radio-button.white label {
  border: 1px solid white;
}
.radio-button.black input[type="radio"]:checked + label,
.radio-button.black label:hover {
  background: white;
}
.radio-button.black label {
  color: #000;
  border: none;
}
.radio-button.info input[type="radio"]:checked + label,
.radio-button.info label:hover {
  background: #2196f3;
}
.radio-button.info label {
  border: 1px solid #2196f3;
}
.radio-button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.radio-button input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}
.radio-button input[type="radio"]:checked + label {
  background: #f1c842;
  box-shadow: 0 0 0 0, inset 2px 2px 6px -2px rgba(179, 179, 179, 0.68);
}
.radio-button label {
  text-align: center;
  line-height: 44px;
  width: auto;
  padding: 15px 30px;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  z-index: 90;
}
.radio-button label i {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 24px;
}
.radio-button label:hover {
  background: #f1c842;
}
.bootstrap-select .dropdown-menu li .dropdown-item:hover {
  background: #f1c842 !important;
  color: black !important;
}
.card .card-header {
  border-bottom: 1px solid #f5f5f5;
  background: white;
}
.card .card-footer {
  border-top: 1px solid #f5f5f5;
}
.card .card-title {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}
.homepage-banner {
  position: relative;
  z-index: 999;
}
.homepage-banner .home-page-search-tab .property-search-wrapper {
  border-radius: 0 0.3125rem 0.3125rem 0.3125rem;
}
.homepage-banner .home-page-search-tab .nav-pills {
  text-align: center;
  justify-content: center;
  margin-bottom: 45px;
}
.homepage-banner .home-page-search-tab .nav-pills .nav-item {
  margin-right: 15px;
}
.homepage-banner .home-page-search-tab .nav-pills .nav-item:last-child {
  margin-right: 0;
}
.homepage-banner .home-page-search-tab .tab-content {
  padding: 0;
  background: white;
  box-shadow: none;
  border-radius: 6px;
}
.homepage-banner .home-page-search-tab .tab-content .tab-pane {
  padding: 0;
}
.card-img-overlay {
  padding: 0;
}
.card-img-overlay .description {
  padding: 15px;
}
.card-img-overlay .description h2 {
  font-size: 20px;
}
.bg-overlay-gradient-3::before {
  background-image: linear-gradient(rgba(64, 64, 64, 0) 0%, rgba(64, 64, 64, 0) 52%, rgba(0, 0, 0, 0.53) 70%, #000000 100%) !important;
}
.property-count > div {
  font-size: 16px;
}
.property-count > div span {
  font-weight: 700;
}
.sell-property-form-wrapper {
  max-width: 320px;
}
.sell-property-form-wrapper h3 {
  text-align: center;
  font-size: 18px;
}
.form-wrapper {
  /* Each Step */
  /* Show the 1st step */
  /* Button */
  /* Animations Settings */
}
.form-wrapper #form-step-wrap {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
.form-wrapper .slider-step {
  background-color: white;
  width: 100%;
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: all, 0.3s linear;
  -moz-transition: all, 0.3s linear;
  -ms-transition: all, 0.3s linear;
  -o-transition: all, 0.3s linear;
  transition: all, 0.3s linear;
}
.form-wrapper .slider-step .slider-title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin: 30px 0;
  text-align: center;
}
.form-wrapper .slider-step .btn.btn-big-option {
  padding: 20px 15px;
}
.form-wrapper .slider-step .btn.btn-big-option i {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.form-wrapper .first-step {
  right: 0;
  opacity: 1;
}
.form-wrapper [data-anim="show-from--right"] {
  right: 0;
  opacity: 1;
}
.form-wrapper [data-anim="show-from--left"] {
  right: 0;
  opacity: 1;
}
.form-wrapper [data-anim="hide-to--right"] {
  right: -100%;
  opacity: 0;
}
.form-wrapper [data-anim="hide-to--left"] {
  right: 100%;
  opacity: 0;
}
.btn.btn-step {
  padding: 30px 15px;
  line-height: 24px;
}
.list-inline .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}
.hover-shine {
  position: relative;
  overflow: hidden;
}
.hover-shine::before {
  position: absolute;
  top: 0;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  transition: left 0.2s ease-in-out;
  left: -120%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover-shine:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.hover-shine::before {
  transition: left 0.2s ease-in-out;
  left: -120%;
}
.hover-shine:hover::before {
  left: 120%;
}
.shineAnimation {
  position: relative;
}
.shineAnimation::before {
  animation: none;
}
.shineAnimation::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: shine 5s ease-in-out infinite;
  animation: shine 5s ease-in-out infinite;
}
.bootstrap-select .dropdown-menu .dropdown-item {
  white-space: unset;
  border-bottom: 1px solid #eaeaea;
}
.bootstrap-select .dropdown-menu .dropdown-item span:nth-child(2) {
  margin: 0 8px;
}
.partners .item {
  max-height: unset;
}
.list-scroll-y {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  display: flex;
  width: 100%;
}
.list-scroll-y::-webkit-scrollbar-track,
.list-scroll-y::-webkit-scrollbar-thumb {
  display: none;
}
.list-scroll-y > div {
  margin: 0 10px;
  min-width: 25%;
}
.list-scroll-y > div:first-child {
  margin: 0;
}
@media only screen and (max-width: 319px) {
  .list-scroll-y > div {
    min-width: 100%;
  }
  .slider-step {
    padding: 15px;
  }
}
@media only screen and (min-width: 320px) {
  .list-scroll-y > div {
    min-width: 100%;
  }
  .slider-step {
    padding: 15px;
  }
}
@media only screen and (min-width: 480px) {
  .list-scroll-y > div {
    min-width: 100%;
  }
  .slider-step {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .list-scroll-y > div {
    min-width: 48%;
  }
  .slider-step {
    padding: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .list-scroll-y > div {
    min-width: 48%;
  }
  .slider-step {
    padding: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .list-scroll-y > div {
    min-width: 24%;
  }
  .slider-step {
    padding: 60px;
  }
}
@media only screen and (min-width: 1366px) {
  .list-scroll-y > div {
    min-width: 24%;
  }
  .slider-step {
    padding: 60px;
  }
}
.form-check-input {
  position: absolute;
  opacity: 0;
}
.form-check-input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.form-check-input + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  position: relative;
  top: -2px;
  height: 20px;
  background: white;
  border: 2px solid #f0c63e;
  border-radius: 4px;
}
.form-check-input:hover + label:before {
  background: #f1c842;
}
.form-check-input:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.form-check-input:checked + label:before {
  background: #f1c842;
}
.form-check-input:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  background: transparent;
  width: 20px;
  height: 10px;
  border-bottom-left-radius: 4px;
  border-left: 3px solid #000000;
  border-bottom: 3px solid #000000;
  transform: rotate(317deg);
}
.form-check-input:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.form-check-input:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.modal .modal-back {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 9;
  font-size: 22px;
  cursor: pointer;
  color: #000000;
}
.modal .modal-close {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 9;
  font-size: 22px;
  cursor: pointer;
  color: #000000;
}
.modal .modal-body {
  position: relative;
}
.modal .modal-dialog .processing-request {
  display: none;
  position: absolute;
  z-index: 99999999;
  background: #ffffffaa;
  width: 100vw;
  height: 100vh;
}
.payment-receipt .table td:last-child {
  text-align: right;
}
.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none;
}
.modal.modal-fullscreen .modal-content {
  height: 100vh;
  border-radius: 0;
  border: none;
}
.modal.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal.left .modal-content {
  border-radius: 0;
  border: none;
}
.modal.left .modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}
.modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.left .modal-body {
  padding: 15px 15px 80px;
}
.modal.right .modal-content {
  border-radius: 0;
  border: none;
}
.modal.right .modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.right .modal-body {
  padding: 15px 15px 80px;
}
.modal.left.fade .modal-dialog {
  left: 100%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog {
  left: 0;
}
.modal.right.fade .modal-dialog {
  right: -100%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right .modal-dialog,
.modal.left .modal-dialog {
  max-width: 100%;
}
.modal.right.fade.show .modal-dialog {
  right: 0;
}
.modal.right.modal-dialog,
.modal.left.modal-dialog {
  max-width: unset;
}
.modal-content {
  padding: 0 15px;
}
.modal-content .logo-image-wrapper {
  margin: 22px 0 0 0;
  text-align: center;
}
.modal-content .logo-image-wrapper img.modal-logo {
  max-width: 160px;
}
.form-group {
  position: relative;
}
.button-group-pills .btn {
  border-radius: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-left: 10px;
  border-color: #bbbbbb;
  background-color: #FFF;
  color: #14a4be;
}
.button-group-pills .btn.active {
  border-color: #14a4be;
  background-color: #14a4be;
  color: #FFF;
  box-shadow: none;
}
.button-group-pills .btn:hover {
  border-color: #158b9f;
  background-color: #158b9f;
  color: #FFF;
}
.slick-arrow:hover {
  color: #fff;
  background-color: #f1c842;
}
/*# sourceMappingURL=overrides.css.map */