.w-20{
  width: 20% !important;
}
.w-80{
  width: 80% !important;
}
.fs-7
{
  font-size: 0.9rem !important;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.btn-sm, .btn-group-sm > .btn {
  line-height: 28px;
}
#navbarSupportedContent .nav-item a
{
  font-weight: bold;
  color: var(--bs-navbar-active-color);
}
#navbarSupportedContent .nav-item a.active{
  padding-bottom: 0px;
  border-bottom: 2px solid var(--bs-navbar-active-color);
}

#navbarSupportedContent .dropdown-menu
{
  z-index: 9999;
}

.header-bg-img
{
  background: url('../images/header.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-search-input-wrap h1{
  font-size: 40px;
  color: #fff;
}

.main-search-input-wrap p{
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-bottom: 25px;
}

.logo{
  width: 135px;
}
#home-property-search-bar
{
  padding: 200px 0px;
}
.main-search-input {
  background: #fff;
  padding: 0 120px 0 0;
  border-radius: 1px;
  box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.3);
}

.fl-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.main-search-input:before {
  content: '';
  position: absolute;
  bottom: -40px;
  width: 50px;
  height: 1px;
  background: rgba(255,255,255,0.41);
  left: 50%;
  margin-left: -25px;
}

.main-search-input-item {
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  height: 50px;
  position: relative;
}

.main-search-input-item input:first-child {
  border-radius: 100%;
}

.main-search-input-item input {
  float: left;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
}


.main-search-button {
  position: absolute;
  right: 0px;
  height: 50px;
  width: 120px;
  top: 0;
  border: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: pointer;
}

.main-search-input-wrap {
  position: relative;
}

:focus {
  outline: 0;
}


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

#home-property-search-bar
{
  padding: 50px 0px;
}  
  
.main-search-input {
  background: rgba(255,255,255,0.2);
  padding: 14px 20px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.0);
}

.main-search-input-item {
  width: 100%;
  border: 1px solid #eee;
  height: 50px;
  border: none;
  margin-bottom: 10px;
}

.main-search-input-item input {
  border-radius: 6px !important;
  background: #fff;
}

.main-search-button {
  position: relative;
  float: left;
  width: 100%;
  border-radius: 6px;
}
}


/**** property section ****/
.section-title {
  padding-left: 35px;
  position: relative;
  margin-bottom: 2.5rem;
}
.section-title:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  content: '';
  position: absolute;
  background-color: #12A7AB;
}
.section-title h3 {
  font-size: 18px;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.section-title h2 {
  font-size: 28px;
  color: #12A7AB;
  text-transform: uppercase;
  margin-bottom: 0px;
}


.homes-content {
}
.homes-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 3px;
}
.homes-content h3 a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 3px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.homes-content .homes-address {
  margin-top: 0px;
}
.homes-content .homes-address a, .homes-address a {
  text-decoration: none;
}
.homes-content .homes-list {
  padding-left: 0px;
  padding-bottom: .9rem;
  margin: 0;
}
.homes-content .homes-list li {
  width: 45%;
  float: left;
  font-size: 14px;
  line-height: 40px;
  list-style: none;
  color: #FF385C;
}
.homes-content .homes-list li {
  color: #687389;
}
.the-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 17px !important;
}
.homes-content .homes-list span {
  color: #666;
}
.homes-content .homes-list li i {
  font-size: 1rem;
  margin-right: 5px;
  color: #687389;
}

.works-sub-heading{
  position: relative;
  padding-bottom: 5px;
}
.works-sub-heading:before {
  top: 32px;
  left: 0;
  bottom: 0;
  width: 100%;
  content: '';
  position: absolute;
  background-color: #12A7AB;
}

/*** liting page ****/

.listing-content {
  -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
  box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}
.listing-content {
  background: #fff !important;
  padding: 20px 20px !important;
}
.listing-content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 3px;
}
.listing-content h3 a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 3px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.listing-content h3 a:hover{
  color: #12A7AB;
}
.listing-content .homes-address a{
  text-decoration: none;
}
.listing-content .homes-address a span {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 1px;
  text-decoration: none;
  color: #666;
}
.listing-content .homes-address {
  margin-top: 0px;
}
.listing-content .homes-address a svg {
  margin-right: 10px;
}
.listing-content .homes-address svg {
  font-size: 1rem;
  text-decoration: none;
  color: #666;
}
.listing-content .homes-list {
  padding: 0px;
  padding-bottom: 2rem;
  margin: 0;
}
.listing-content .homes-list li {
  width: 45%;
  float: left;
  font-size: 14px;
  line-height: 36px;
  list-style: none;
  color: #666;
}
.the-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 17px !important;
  padding-top: 12px;
  padding-bottom: 12px;
}
.listing-content .footer {
  background: none;
  border-top: 1px solid #eee;
  padding-top: 1rem;
  font-size: 13px;
  color: #666;
}
.listing-thumb .homes-img img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  background-color: #1d293e;
  opacity: 10;
  width: 100%;
  z-index: 2;
}
.listing-thumb .project-single {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #e7e7e7;
}

/**** detail page *****/

.homes-list {
  padding: 0px;
  margin: 0px;
}
.homes-list li {
  width: 33%;
  float: left;
  font-size: 14px;
  line-height: 18px;
  list-style: none;
  margin-bottom: 15px;
}
.homes-list li span {
  font-size: 1rem;
  color: #000;
}
.homes-list svg {
  color: #12A7AB;
  font-size: 1.3rem;
  font-weight: bold;
  margin-right: 5px;
  margin-top: 3px;
}

/* #slideshow_thumbs{
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  direction: rtl;
} */


/*** advance search price range ****/
::selection {
  color: #fff;
  background: #17a2b8;
}
#price-range .wrapper {
  /*
  width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px 40px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
  */
}
#price-range .price-input {
  /* width: 100%;
  display: flex;
  margin: 30px 0 35px; */
}
#price-range .price-input .field {
  /* display: flex;
  width: 100%;
  height: 45px;
  align-items: center; */
}
#price-range .field input {
  /* width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield; */
}
#price-range input[type="number"]::-webkit-outer-spin-button,
#price-range input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#price-range .price-input .separator {
  /* width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center; */
}
#price-range .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
#price-range .slider .progress {
  height: 100%;
  left: 5%;
  right: 85%;
  position: absolute;
  border-radius: 5px;
  background: #12A7AB;
}
#price-range .range-input {
  position: relative;
}
#price-range .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#price-range input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #12A7AB;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
#price-range input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.accordion-button:not(.collapsed){
  color: #12A7AB !important;
}
.li-mb-5 li{
  margin-bottom: 5px;
}
.property-listing-img{
  width: 100%;
  max-height: 50vw;
  object-fit: cover;
}
.fill-available{
  width: -webkit-fill-available;
}
.min-width{
  min-width: 100%;
}
.pagination li a:hover {
  color: #12A7AB;
  background-color: #eafff4;
}

@media (max-width: 576px) { 
  .homes-list li {
    width: 100% !important;
  }
 }

@media (max-width: 768px) { 
  .w-sm-100{
    width: 100% !important;
  }
  .homes-list li {
    width: 50%;
  }
 }
 @media (min-width: 768px) { 
  .card-img-top {
    width: 100%;
    height: 25vw;
    object-fit: cover;
  }
  
 }

 @media (max-width: 992px) {
  .w-md-100{
    width: 100% !important;
  }
  /* .homes-list li {
    width: 50%;
  } */
 }

 @media (min-width: 1200px) { 
  .card-img-top {
    height: 10vw;
  }
  .w-lg-30 {
    width: 30%;
  }
  .w-lg-70 {
    width: 70%;
  }
  .property-listing-img{
    max-height: 10vw;
  }
  .w-lg-100{
    width: 100% !important;
  }
}