.srColumnA2 {
  width: 350px;
  float: left;
  height: 100%;
}

.srColumnB2 {
  width: calc(100% - 350px);
}

.srAmenityListingSelected img{
	opacity:100% !important;
}
  
 .srAmenityIcon img{
 	width:28px;
 	opacity:60%;
 }
 
 
 .search-tag.Selected img{
 	opacity: 100%;
 }


.search-top {
  min-height: 45px;
}
.search-top span {
  position: absolute;
  top: 9px;
  left: 10px;
}
.search-top input {
  width: 100%;
  height: 45px;
  background: #dedede;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 14px;
  padding-left: 40px;
  font-weight: 600;
}

.search-listing-map{
	cursor:pointer;
}
.sort-by-search {
  height: 45px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid var(--darkGray-color);
  border-radius: 4px;
}
.sort-by-search .sortLabel {
  font-weight: 400;
  font-size: 14px;
  color: var(--darkGray-color);
}
.sort-by-search .form-group {
  width: 83%;
}
.sort-by-search .form-group select {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  color: var(--secondary-color);
  font-weight: 600;
}

/* search card css  */

.search-result-card {
  min-height: 240px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin-block: 20px;
  overflow: hidden;
  cursor: pointer;
}

.search-result-card:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
}
.search-img-thumbnail {
  height: 100%;
}
.search-img-thumbnail svg,
.search-img-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.search-content {
  padding: 15px;
}
.search-content > h2 {
  font-weight: 700;
  /* font-size: 24px; */
  color: var(--secondary-color);
  margin-bottom: 0px;
}
.search-content > span {
  font-weight: 400;
  font-size: 12px;
}

.srAmentityText {
  overflow: hidden;
  line-height:normal;
}

.search-tag.Selected {
  width: 23%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid black;
  border-radius: 4px;
  padding-inline: 10px;
  margin-right: 1em;
  margin-bottom: 0.5em;
  color: black;
}

.search-tag h4 {
  font-weight: 700;
  font-size: 14px;
  color: var(--darkGray-color);
  margin-bottom: 0px;
}
.search-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

#mapcontiner2 {
  height: 45px;
  border-radius: 4px;
  border: 2px solid #f2f2f2;
  font-size: 14px;
}

.pinnedHeaderDestination {
  display: inline-block;
  color: #6c757d;
  border-right-style: solid;
  border-right-color: #dee2e6;
  padding-right: 0.5em;
  border-width: 1px;
}

.pinnedHeaderDates {
  display: inline-block;
  color: #6c757d;
  padding-left: 0.5em;
}

#stickyHeader {
  box-shadow: 0 6px 18px -9px rgba(0, 0, 0, 0.32);
  background-color: white;
  z-index: 5;
  color: #6c757d;
}

.stickyHeaderHeading {
  position: sticky;
  top: 0px;
  background-color: white;
  z-index: 2;
  width: 100%;
  border-bottom: 1px solid #dee2e6;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

#scrollableWindow2 {
}

#headlineContainer {
}
.filterResultsCloseIcon {
  position: absolute;
  left: 1em;
}

.filterResultsHeader {
}

#filterButtonContainer2 {
  position: fixed;
  background: white;
  bottom: 0px;
  margin-left: -1em !important;
  z-index: 1;
}
.modalFilterSection {
  background-color: white;
  height: 100%;
}


@media only screen and (max-width: 992px) {
  .srColumnB2 {
    width: 100% !important;
  }

  .modalFilterSection {
    top: 50px;
    position: fixed;
  }
  
}


    
@media only screen and (max-width: 1025px) {
  #scrollableWindow2 {
    overflow: scroll;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
    padding-bottom: 140px;
    position: absolute;
  }
  
  
}

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

  	/* .search-tag-4 {
  		display: none;
  	} */
  	
  	.search-tag.Selected {
  		width: 30%;
  	}
  	
  	.search-tag {
  		width: 30%;
  	}
}
