*{
    font-family: 'Roboto';
}
.select2-container--default .select2-selection--single {
    width: -webkit-fill-available;
}
.choose-property-type [type=radio]:checked, .choose-property-type [type=radio]:not(:checked) {
    left: unset;
    position: relative;
}
 @media (min-width:992px) {
  .nav-brand,
  .nav-brand:focus,
  .nav-brand:hover,
  .nav-menu > li > a {
    color: #fff;
    font-size: 17px;
  }
}
nav-menu>.active>a, .nav-menu>.focus>a, .nav-menu>li:hover>a {
    color: #fac57f !important;
}
 @media (min-width:967px) {
  .nav-menu.nav-menu-social>li.add-listing a {
    /* color: #fac57f !important; */
    top: -18px
  }
   .user-account {
     color: #fff;
   }
}
.user-info {
  border: none; 
  background: none; 
  padding: 0; 
  cursor: pointer; 
  color: inherit; 
}
.page-title {
    align-items: center;
    background: #00335a;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 140px;
    justify-content: center;
    text-align: left;
    width: 100%;
}
.about-img {
	max-height: 600px;
}
.achievement-section{
  padding-top: 80px;
  /* background-color: #f5faff; */
}
.foot-location, .listing-locate, .property-listing.property-1 .listing-name, .property-listing.property-2 .listing-name {
    -webkit-line-clamp: 1;
    -webkit-box-orient: unset;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  	font-size: 20px;
}
.list-fx-features {
    justify-content: start;
    margin-top: 20px;
  	gap: 0px;
}
.listing-card-info-icon {
    font-size: 1.1rem;
}
.list-img-slide, .property-listing.property-2 .listing-img-wrapper {
    overflow: hidden;
    position: relative;
}

.prt-types {
    background: #efefef;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    padding: 5px 14px
}
.footer-flex .prt-view {
    background: #00335a;
    border-radius: 50px;
    color: #fff !important;
    display: inline-flex;
    height: 30px;
    padding: 4px 18px
}
.listing-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3em; /* Adjust based on the line height */
    line-height: 1.5em; /* Adjust based on your text's line height */
}
/* @media (min-width:767px) { */
  .featured_slick_padd a img {
      width: 100% !important;
  }
  .property-detail {
      padding: 10px 0px !important;
  }

  .featured_slick_gallery-slide .slick-list .slick-track { 
    width: 100% !important;
    max-height: 80% !important;
  }
  .featured_slick_gallery-slide .slick-list { 
      padding: 5px 10px !important;
  }

  .slick-track .slick-slide {
      padding: 0px !important ; 
  }

  .featured_slick_gallery-slide .container {
    width: 100% !important;
    margin-bottom: 30px;
  }
/*}*/


@media (max-width:500px){
  .featured_slick_gallery-slide .slick-list .slick-track {
  	    transform: translate3d(0px, 0px, 0px) !important;
  }
  .featured_slick_gallery-slide .slick-list {
    padding: 0px 0px 0px 0px !important;
  }
  .tb {
  	color: #39466d !important;
  }
}

.inc-fleat-icon {
    align-items: center;
    background: #edf1f9;
    border-radius: 50%;
    display: inline-flex;
    height: 35px;
    justify-content: center;
    margin-right: 7px;
    width: 35px;
}

/* .list-fx-features {
    justify-content: start;
    margin-top: 20px;
    gap: 5px;
}
 */
.card-title {
    font-family: Poppins;
    font-weight: bold;
    color: #00335a;
}
.tec-info{
  	margin: 0 !important ;
}
.prt-detail-title-desc h2 {
	font-family: poppins; 
}
.p-b{
	padding: 5px;
  	margin-bottom: 10px;
  	/* margin-left: 30px; */
}
.card-prt-type {
	background-color: #a45d00 !important ;
  	color: white !important ;
}
.legal-status{
    background-color: #d00808 !important;
    color: white !important;
    padding: 5px 10px;
    position: absolute;
    top: 15px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .footer-bottom {
        margin-top: 0px !important; 
    }
    #alertPlaceholder {
        left: 66% !important;
    }
}
.footer-location{
	font-size: 17px;
}
#loom-companion-mv3 {
	display: none;
}
img { pointer-events: none; }

ul.like_share_list li {
    flex: 0 0 100% !important;
    list-style: none;
    padding: 0 5px;
    width: 100% !important;
}


.page-title-properties {
    height: fit-content !important;
    padding-block: 10px;
}

/* images protection */

@media print {
  html,
  body {
    display: none;
  }
}
#alertPlaceholder {
    display: flex;
    position: fixed;
    bottom: 20px;
    left: 95%;
    transform: translateX(-50%);
    z-index: 100000;
    width: 90%;
    max-width: 600px;
}
.book {
    color: white;
    background: #03508a;
    border: 0;
}
.book:hover {
    color: white;
    background: #023a65;
    border: 0;
    text-decoration: underline;
}


/* 
google Login Button 
*/
.google-btn {
    color: black;
    /* border: 1px solid; */
    /* border-radius: 5px; */
    background-color: #8080801c;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.login {
    color: #f1f1f1;
    background: #03508a;
    border: 1px solid;
}
.back  {
    color: #9c9fa3;
    background: #d3d3d342;
}
.back:hover  {
    color: #9c9fa3;
    background: #d3d3d342;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #f8f9fa;
    background-clip: padding-box;
    border: 0; 
    border-radius: 11px;
    outline: 0;
}
.modal-body {
    padding: 2em 2em;
}

@media (min-width: 700px) {
  .featured_slick_gallery .container .slide .carousel-item {
    height: 75vh;
  }
  .featured_slick_gallery .container .slide .carousel-inner .carousel-item img {
    height: 75vh;
    max-width: 100%;
  }
  .featured_slick_gallery .container .slide .carousel-inner .carousel-item {
      max-height: 75vh;
  }
}
/* MultiSelect
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 0 solid #aaa !important;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}
.select2 , .selection {
  width: 100%;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: static !important;
}
.select2-container , .select2-container--default , .select2-container--below , .select2-container--focus{
   padding-top: 0.9rem; 
}
.select2-container--default .select2-selection--single{
	border: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
 	margin-left: 160px !important;
    margin-top: -2px; 
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #00335a;
} */

.property-listing.property-2 .listing-img-wrapper img {
    min-height: auto !important;
    width: auto !important;
}

#propertyImagesCarousel {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Sitky bottom menu */
@media (max-width: 410px) {
  .button2 {
  	font-size: 16px !important;
  }
}

@media (max-width: 991px) {
   	.sm-fixed-bottom {
        position: fixed;
        bottom: 0px;
        left: 0;
        position-area: bottom;
        z-index: 1051;
        background: #fff;
        border: 0;
        border-radius: 15px;
    }
}

/* .button2 {
  display: inline-block !important;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  padding: 0.7em 3.3em 0.7em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
 box-shadow: 6px 6px 12px #c5c5c5,
             -6px -6px 12px #ffffff; 
    width: 50%;
}*/

.button2 {
  	display: flex;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #090909;
    padding: 0.7em 3.3em 0.7em 1.7em;
    font-size: 18px;
    border-radius: 0.5em;
    background: #e8e8e8;
    border: 1px solid #acacac;
    /* box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff; */
    width: 50%;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.whatsapp {
	background: #009087 !important;
    color: #ffffff !important;
    border: 1px solid #009087 !important;
}

.button2 > svg {
  height: 30px;
  /* position: absolute; */
  padding: 0px 5px;
  margin-top: -4px;
}

.button2:active {
  color: #666 !important;
  box-shadow: inset 4px 4px 12px #c5c5c5,
             inset -4px -4px 12px #ffffff;
}

.button2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #009087;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:hover {
  color: #ffffff !important;
  border: 1px solid #009087 !important;
}

.button2:hover:before {
  top: -35%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2:hover:after {
  top: -45%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

div#gt_float_wrapper {
    top: 75px !important;
  	height: 65px; 
}