@charset "UTF-8";
/** Importing media queries library **/
@import url('https://themes.googleusercontent.com/fonts/css?kit=fpjTOVmNbO4Lz34iLyptLUXza5VhXqVC6o75Eld_V98');

@font-face {
  font-family: 'ProximaNova';
  src: url('../../assets/webfonts/proxima_nova_reg-webfont.woff2') format('woff2'),
    url('../../assets/webfonts/proxima_nova_reg-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaBold';
  src: url('../../assets/webfonts/proximanova-bold-webfont.woff2') format('woff2'),
    url('../../assets/webfonts/proximanova-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.text-div p{
  font-size: 20px;
  font-weight: normal !important;
  margin: 0;
  }
@font-face {
  font-family: 'ProximaNovaLight';
  src: url('../../assets/webfonts/proximanova-light-webfont.woff2') format('woff2'),
    url('../../assets/webfonts/proximanova-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaMed';
  src: url('../../assets/webfonts/ProximaNova-Medium.woff2') format('woff2'),
    url('../../assets/webfonts/ProximaNova-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: ProximaNovaXBold;
  src: url('../../assets/webfonts/FontsFree-Net-Proxima-Nova-Xbold.otf');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hidden {
  display: none !important;
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 12%;
  /* gap: 28rem; */
  /* margin: 0px 3.5rem; */
}

.logoImage {
  width: 300px;
  height: 39px;
}

.navbar-ul {
  list-style-type: none;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: ProximaNovaMed !important;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-left: 12%;
  width: 50%;
}

.navbar-ul-listItem {
  display: inline-block;
  padding: 30px 0;
  margin: 0 ;
  cursor: pointer; 
}

.navbar-ul-listItem_pointer {
  color: #00387e;
  cursor: pointer;
}

.down_arrow_search {
  font-size: 0.8rem;
  font-weight: bold;
  position: relative;
  top: 0.2px;
  margin-left: 0.1rem;
}

.signInLandingSearch {
  background-color: #ff7a06;
  color: #fff;
  border-radius: 28px;
  padding: 0.5rem 1.5rem;
  font-weight: 400;
  cursor: pointer;
}
.signInLandingSearch:hover{
  text-decoration: none;
  color: #fff;
}

.landing_search_signIn_btn {
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  top: 0.5px;
  margin-left: 0.2rem;
}

.main-container {
  margin: 1.5rem 12% 1rem 12%;
}

.alert-div-new{
  position: absolute;
  top: 16px;
  right: 60px;
}

.search-category-container {
  display: flex;
  /* justify-content: space-between; */
  margin: 0;
  /* flex-wrap: wrap;
  gap: 25px !important; */
}

.search-category-txt {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.projectTypeRadioBelow {
  display: flex;
  align-items: end;
  width: 20%;
  margin-bottom: 1%;
}

.typeLabel {
  margin-left: 6px;
}

.p1-font{
  font-size: 16px;
}
.p2-font{
  font-size: 14px;
}

.locationCityValue-new {
  border: 2px solid #dadada;
  width: 100%;
  padding: 0.6rem !important;
  border-radius: 6px;
  outline: none;
  text-align: start;
}

.locationCityValue-new::placeholder,.date-picker-new::placeholder,.squareFootage-class::placeholder{
  font-size: 1.1rem;
}

.locationCityValue::placeholder{
  font-size: 1.1rem !important;
}

.projectDateCont-new {
  position: relative;
}

#datePicker-new {
  position: absolute;
  left: 350px !important;
  /*top: 30% !important;*/
  height: 362px;
  z-index: 100;
  margin-top: 15px;
}

.date-picker-new {
  border: 2px solid #dadada;
  width: 100%;
  padding: .6rem !important;
  border-radius: 6px;
  outline: none;
  text-align: start;
}

.bluecalendarIcon-new {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: none;
  right: 10px;
}

.select-css-new {
  font-size: 11px;
  font-family: ProximaNovaMed !important;
  color: rgb(110, 109, 109);
  line-height: 1.3;
  box-sizing: border-box;
  margin: 0;
  appearance: none;
  border: 2px solid #dadada;
  width: 100%;
  padding: .6rem !important;
  border-radius: 6px;
  outline: none;
  text-align: start;
}

.select-css-new::-ms-expand {
  display: block !important;
}

.select-css-new:hover {
  border-color: #888;
}

.select-css-new:focus {
  outline: none;
}

.select-css-new option {
  font-weight: normal;
  font-size: 15px;
}

.select-css-new option:hover {
  font-size: 18px;
  background-color: #ff7a06;
  border: 1px solid #e5e5e5;
  padding: 10px !important;
}

.placeHolderSpan {
  font-size: 1.1rem;
}

.squareFootage-class {
  border: 2px solid #dadada;
  width: 100%;
  outline: none;
  border-radius: 6px;
  text-align: start;
  padding: 0.6rem !important;
}

.landing-search-btn {
  border-radius: 6px;
  padding: 0.6rem 1.2rem;
  position: relative;
  top: 20px;
  background-color: #ff7a06;
  color: #fff;
  outline: none;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
}

.locationCityValueContainer-new {
  cursor: pointer;
  width: 100%;
}

.warehouseTypes-imageContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 3%;
}

/* .warehouseTypesImg{
  width: 650px;
  height: 100%;
  border: 2px solid #a0a3e0;
  border-radius: 175px;
  border-style: dashed;  
} */

.mapViewFullImg {
  width: 100%;
}

.landing-search-basic-txt {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-family: ProximaNovaBold !important;
}

.landing-search-basic-txt2 {
  margin-top: -0.6rem;
  font-size: 1.2rem;
  font-family: ProximaNovaBold !important;
}

.regionMapCon-new {
  z-index: 10;
  position: absolute;
  width: 278px;
  height: fit-content;
  background-color: white;
  top: 227px;
  border-radius: 8px;
  margin-left: 0px;
  box-shadow: 3px 3px 30px 3px rgb(0 0 0 / 20%), 0 0px 0px 0 rgb(0 0 0 / 0%);
  display: flex;
  justify-content: space-between;
}

.container-new {
  padding-left: 1.5rem;
  margin-top: 2rem;
}

.form-check-label {
  position: relative;
  top: -3px;
}

.featureServiceContainer-new {
  top: 215px !important;
  z-index: 10;
  position: absolute;
  width: 500px;
  height: fit-content;
  background-color: white;
  margin-top: 10px;
  border-radius: 8px;
  margin-left: -175px;
  box-shadow: 3px 3px 30px 3px rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0);
  cursor: default;
}

.featureServiceContainerFulfillment-new {
  top: 215px !important;
  z-index: 10;
  position: absolute;
  width: 450px;
  height: fit-content;
  background-color: white;
  margin-top: 10px;
  border-radius: 8px;
  margin-left: -175px;
  box-shadow: 3px 3px 30px 3px rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0);
  cursor: default;
}

.search-loader-new{
  position: absolute;
  top: 35%;
  width: 100%;
  }

/* search result */

.landing_search_page2{
  /* margin: 10px 8.25% 10px 8.25%; */
}

.button-div{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.button-div h5{
  font-size: 22px;
  font-weight: 600;
}

.controll-buttons{
  display: flex;
  gap: 15px;
}
.controll-buttons span i{
  font-size: 25px;
  cursor: pointer;
}

.list-carousel{
  display: flex;
  width: 100%;
}

.list-carousel::-webkit-scrollbar {
  display: none;
}

.list-carousel {
  -ms-overflow-style: none; 
  scrollbar-width: none;
}

.listingResultDiv{
  width: 100%;
  display: flex;
  gap: 15px;
}

.resultDiv{
  width: 24%;
}

.imgStyle{
  width: 100%;
  height: 210px;
  border-radius: 6px;
}

.landing_search_page2 .projectType{
  height: fit-content;
}
.sec-2{
  margin-top: 5%;
}
.sec-3{
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
#feature{
  background: url(/assets/images/search/Listings_dropdown_downicon.png), linear-gradient(to bottom, white 0%, white 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
.bluecalendarIcons{
  position: absolute;
  left: 12rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: none;
}
#lets_get_started_btn{
  color: white;
}
.where-section{
  width: 28%;
}
.when-section{
  width: 28%;
}
.specialityReq-section{
  width: 16%;
}
.squareFootage-section{
  width: 28%;
}
@media screen and (max-width : 1300px){
  .main-container {
    margin: 1.5rem 9.5% 1rem 9.5%;
  }
  .nav-bar {
    margin: 0 9.5%;
  }
  .mapViewFullImg {
    width: 100%;
  }
}
@media screen and (max-width : 1250px){
  .main-container {
    margin: 1.5rem 2% 1rem 2%;
  }
  .nav-bar {
    margin: 0 2%;
  }
  .mapViewFullImg {
    width: 100%;
  }
}
@media screen and (max-width : 1100px){
  .main-container {
    margin: 1.5rem 3% 1rem 3%;
  }
  .nav-bar {
    margin: 0 3%;
  }
  .mapViewFullImg {
    width: 100%;
  }
  .p1-font{
    font-size: 12px;
  }
  .logoImage {
    width: 250px;
    height: 30px;
  }
  .navbar-ul-listItem{
    font-size: 12px;
  }
  .p3-font{
    font-size: 12px;
  }
  .search-category-txt{
    font-size: 12px;
    margin-bottom: 5px;
  }
  .p3-placeholder::placeholder{
    font-size: 12px;
  }
  .p3-placeholder{
    font-size: 12px;
  }
  .landing-search-btn {
    font-size: 12px;
    top: 13px;
  }
  .searchbtn-section{
    width: 12% !important;
  }
  #datePicker-new {
    width: 751px !important;
    left: 68px !important;
  }
  #Fulfillment,#storageOrCrossDocking{
    width: 15px !important;
    height: 15px !important;
  }
}
@media screen and (min-width : 1500px){
  .main-container {
    margin: 1.5rem 15.5% 1rem 15.5%;
  }
  .nav-bar {
    margin: 0 15.5%;
  }
  .mapViewFullImg {
    width: 100%;
  }
}
@media screen and (min-width : 1700px){
  .main-container {
    margin: 1.5rem 19.5% 1rem 19.5%;
  }
  .nav-bar {
    margin: 0 19.5%;
  }
  .p1-font{
    font-size: 18px;
  }
  .p2-font{
    font-size: 16px;
  }
  .mapViewFullImg {
    width: 100%;
  }
}
@media screen and (min-width : 1800px){
  .main-container {
    margin: 1.5rem 20% 1rem 20%;
  }
  .nav-bar {
    margin: 0 20%;
  }
  .mapViewFullImg {
    width: 100%;
  }
}
@media screen and (min-width : 2000px){

  .p1-font{
    font-size: 20px;
  }
  .p2-font{
    font-size: 18px;
  }
  .main-container {
    margin: 1.5rem 24% 1rem 24%;
  }
  .nav-bar {
    margin: 0 24%;
  }
  .mapViewFullImg {
    width: 100%;
  }
}
@media screen and (min-width : 2700px){
  .p1-font{
    font-size: 20px;
  }
  .p2-font{
    font-size: 18px;
  }
  .main-container {
    margin: 1.5rem 31% 1rem 31%;
  }
  .nav-bar {
    margin: 0 31%;
  }
  .mapViewFullImg {
    width: 100%;
  }
}
#listingDetail{
  top:65px;
  overflow-y: hidden;
  height: 83%;
}
.listingsContent1{
  width: 180% !important;
  left:-39%;
}
.listingModalBody1{
  max-height: 465px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.listingModalBody1::-webkit-scrollbar {
  width: 9px;
}

.listingModalBody1::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-radius: 5px;
}
.listingModalBody1::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  cursor: pointer;
  border-radius: 5px;
}
.demo-modal-btn{
  background-color: #405783;
  color: white;
  border-color: #405783;
}
.demo-modal-btn:hover,.demo-modal-btn:active,.demo-modal-btn:focus{
  background-color: #405783;
  border-color: #405783;
  color: white;
}
.required{
  color: red;
}