.loadingPanel {
  background-image: url(../images/loader_img.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgb(255 255 255 / 94%);;
  cursor: wait;
  text-align: center;
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}

#number-slides {
  font-size: 30px;
  font-style: 'Gotham-Bold';
  color: #69696a;
  bottom: 2px;
  text-align: left;
  left: 30px;
  /*position: absolute;
  top: 50%;*/
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
 /* height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));*/
  z-index: 10;
  cursor: pointer;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}

.btn-cust-font {
  font-size: 0.8rem!important;
}

/*.p-text-justify {
  text-align: justify;
}*/
.team .light-blue-bg ul {
  padding-left: 25px;
}

.team .light-blue-bg li {
  padding-left: 0px;
}

.btn-default {
  font-size: 18x;
}

.btn-default:hover {
  color: #f26624;
  text-decoration: underline;
  font-size: 18x;
}

.type-items span.value {
  display: none;
}

.relevance span.value {
  display: none;
}

.SelectionFilter {
  background-color: #dfdfdf;
  cursor: pointer;
  padding: 5px;
  display: none;
}

#btn-relevance span.value {
  display: none!important;
}

.linksDisable {
  color: #ddd;
  background-color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

.linksDisable svg path {
  fill: #ddd;
}

.property .gradient-bg {
  height: 50px!important;
}

.btn.btn-border.active {
  border-color: #f26624;
  color: #f26624;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.required,
.error {
  color: #ff4961 !important;
  border-color: #f20808;
}

.form-horizontal label.error {
  display: none!important;
}

.has-danger .error {
  display: none!important;
}

.has-danger .input-group-addon,
.has-danger .form-control {
  border-color: #f20808;
}
.active_icon
{
	color: #f26624;
}

.nav-link{
  cursor: pointer !important;
}
.practices .sub-head span:after {
    top: 35px!important;
}
/* .text-justify li:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: -25px;
    background: #f26624;
}*/
/*.text-justify li {
    list-style: none;
    position: relative;
}
*/

@media print {
  .heading 
{
  padding-top: 10px;
}
  .yes-print {
    display: block!important;
}
.noprint {
  display:none !important;
}

.light-bg{
  margin-top: 0px !important;
}

.print-css{
  padding: 0px;      
}

.print-property-details .d-table:nth-child(odd){
  padding: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.print-property-details .d-table:nth-child(even) {
    padding: 15px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.print-property-details .d-table{
  /*padding-left: 0px;*/
  width: 100%;
  padding-left: 5px;
}

.border-section.row:after
{
  display: none;
}

.print-property-details {
  font-size: 25px;
}

.d-table{
  margin-bottom: 0px;
}

.brokers-info .border-section:after{
  display: none;
}


}


.card-xl{
    /* border: 1px solid #c6c6c6; */
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #dadada;
}

.card-user{
    /*border-radius: 50%;*/
    max-width: 110px;
    box-shadow: 0px 0px 10px #c2c2c2;
}

.popover-content {
    padding: 9px 14px;
}



.fluid-row-left-xs {
    display: inline-block;
    width: 100px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #f3f2f0;
    max-width: 98px!important;
    max-height: 68px!important;
}

.vspace.vspace-small {
    display: inline-block;
    float: right;
    text-align: left;
    width: 72%;
}

.top-gap {
    margin-top: 0px !important;
    margin-left: 5px;
    color: #f26624;
    font-size: 18px;
}

.search-popover a {
  width: 100%!important;
}

.search-listing-meta {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.text-medium {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.search-label {
    font-size: 12px;
    color: #7f7f7f;
}

.mt-6{
  margin-top: 75px;
}

.yes-print {
    display: none;
}

.mw-150{
  max-width: 150px;
}

.property-image{
  max-height: 600px!important;
}

.fixed-header.scrolled {
  background-color: #000 !important;
}

.card-overflow{
  max-height: 150px;
    overflow-x: auto;
   border-radius:0!important;
}

.pt-25{
  padding-top: 25px !important; 
}

.position-absolute{
  position: absolute;
}

.home-footer{
  position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

.slider-typography{
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(0 0 0 / 20%) 100%) !important;
}

.news .swiper-button-next, .news .swiper-button-prev {
    color: #fff;
     top: 50%; 
}

.swiper-pagination.swiper-pagination-bullets {
    top: 33%;
}


.news .swiper-button-next {
    right: -8px;
}

.news .swiper-button-prev {
    right: 33px;
}

.swiper-pagination.swiper-pagination-bullets {
    left: 40%;
}

/*.city-list{
  top: 10px;
  z-index: 100;
  margin: auto;
  
}*/

/*@media (min-width:1025px)  
{ 
  .city-list{
    top: 60%;
    left: 5%;
    z-index: 100;
    position: absolute;
  }
 .maphilighted {
      margin-left: unset;
  }

 }*/

/*.city-list{
    list-style-type: none;
    font-size: 15px;
    letter-spacing: -0.5px !important;
    line-height: 20px;
    font-family: 'gothambook';
}
*/

.pr-10 {
  padding-right: 100px !important;
}

.pl-10 {
   padding-left: 100px !important;
}

@media (max-width: 1023px){
  .pr-10 {
    padding-right: 50px !important;
  }

  .pl-10 {
     padding-left: 50px !important;
  }


}

.btn-office{
      font-size: 11px;
    font-weight: 600;
    /*letter-spacing: 1px;*/
}

.type-list ul>li>a ,.price_reset,.size_reset,.type-menu ul>li>a{
  cursor: pointer;
}

.input_error{
  border: 1px solid red;
}

.titles{
  font-size: 24px;
  color:#f26724;
}

.min-height-400{
  min-height: 400px;
}

header a.active {
    color: #f26724;
}
.text-orange{
  color: #f26724;
}


    .banner-text-padding h1{
      padding: 260px 0 50px 0;
    }

    .banner-text-paddings h1{
      padding: 146px 0 50px 0;
    }

/*.print-break{
  page-break-inside: avoid
}*/


@media screen and (max-width:575px) 
{
  .search-iteam {
    padding: 1.5rem 0.5rem 0 0.5rem;
  }

  .search-iteam .btn-group {
      left: 0.5rem;
  }
}

.properties-btn .btn-selected {
    background: #f26624;
}

.link-color{
  color: #003d69;
}

 .video-container {
    overflow: hidden;
    position: relative;
    width:60%;
    margin-bottom: 25px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 800px) {
 .video-container {
    width:100%;
  
}
}

.text-right {
  text-align: right;
}
.office-container span{
    display: contents;
    font-size: 60px;
}
.text-small-white
{
  font-size: 40px!important;
  --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    font-family: 'gothamlight', Tahoma, Geneva, sans-serif;
}
    .gm-style img {
    right: 3px !important;
}

.relevance-items.show {
  cursor: pointer;
}