/* .dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
} */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  bottom : 30px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}



.list-property-banner {
  width: 100%;
  background-image: url(../img/Asssets-V1/list-property-banner.jpg);
  height: 100%;
  max-height: 400px;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.banner-content {
  color: #fff;
  position: relative;
  width: 100%;
}
h1.banner-title {
  font-weight: 800;
}
span.banner-text {
  font-weight: 700;
  font-size: 28px;
}
span.font-bold {
  font-size: 48px;
  font-weight: 800;
}
/* .banner-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #FF911A 20% ,  #ffffff21);
  left: 0;
  top: -10px;
}
.banner-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #ffffff21 20% ,  #FF911A );
  left: 0;
  top: 100%;
} */
.property_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.property_container > h3 {
  padding-top: 40px;
  font-size: 28px;
  font-weight: 600;
}
.property_container > p {
  margin-bottom: 30px !important;
  color: grey;
  font-weight: 600;
  font-size: 14px;
}
.property-main-cont {
  background: url(../img/Asssets-V1/form-bg.png);
  background-color: #eaf4f3;
  background-size: cover;
  min-height: 100vh;
}

form#list-property-form {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 3px 9px 0px #0000003b;
  margin-bottom: 0px;
}
#list-property-form > h3 {
  font-size: 32px;
  font-weight: 700;
}
#list-property-form p {
  color: grey;
  font-weight: 600;
  font-size: 16px;
  margin-top: 30px !important;
  margin-bottom: 1rem !important;
}
.custom-form-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

input#agree-ment:checked + label {
  background: transparent !important;
  color: #000 !important;
}
input#agree-ment:checked + label::before {
  border: 2px solid #408f8c !important;
  background-color: #408f8c !important;
}

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
  background: #408f8c !important;
  color: #fff !important;
}

label[for="agree-ment"] {
  border: none !important;
  padding: 15px 20px 15px 36px !important;
  font-size: 14px;
}
.agree-label::before {
  left: 0px !important;
}

input[type="radio"],
input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  left: -99999px !important;
}
input[type="radio"]:disabled + label,
input[type="checkbox"]:disabled + label {
  opacity: 0.5 !important;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  cursor: pointer !important;
  border: 2px solid #408f8c;
  border-radius: 7px;
  padding: 15px 20px 15px 50px;
  position: relative;
  margin-right: 30px !important;
  margin-bottom: 10px !important;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border: 2px solid #408f8c;
  border-radius: 50%;
  left: 20px;
}
input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked + label::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border: 2px solid #fff;
  background-image: url(../img/Asssets-V1/checkmark.png);
  border-radius: 50%;
  left: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
select {
  border: 2px solid #408f8c;
  appearance: none;
  background-image: url(../img/Asssets-V1/Drop-Down-Arrow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 7px;
  padding: 10px 30px 10px 10px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #000;
  height: 45px;
}
select::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  background-image: url(../img/Asssets-V1/Drop-Down-Arrow.png);
  right: 0;
}
input.custom-input {
  height: 45px;
  width: 100%;
  min-width: 500px;
  outline: none;
  padding-left: 10px;
}
.price-input {
  position: relative;
  width: fit-content;
}
.price-input input {
  height: 40px;
  border-radius: 7px;
  outline: none;
  padding-left: 20px;
  border: 2px solid #408f8c;
  position: relative;
  margin-left: 40px;
}
/* .price-input::after {
  content: "Per Month";
  width: fit-content;
  height: 40px;
  position: absolute;
  background: #408f8c;
  right: -95px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
} */
.price-input::before {
  content: "PKR";
  width: fit-content;
  height: 40px;
  position: absolute;
  background: #408f8c;
  left: -6px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1;
}

input.custom-input {
  height: 45px;
  width: 100%;
  min-width: 500px;
  /* border-radius: 7px; */
  outline: none;
  padding-left: 10px;
  /* border: 2px solid #408f8c; */
}

.property-area-input {
  position: relative;
  width: fit-content;
}
.property-area-input input {
  height: 40px;
  border-radius: 7px;
  outline: none;
  padding-left: 20px;
  border: 2px solid #408f8c;
  position: relative;
}
.property-area-input::after {
  content: "Sqft";
  width: fit-content;
  height: 40px;
  position: absolute;
  background: #408f8c;
  right: -44px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#if-shop-office {
  display: none;
}
label[for="user-property-images"],
label[for="map-image"],
label[for="map-pdf"],
label[for="report-image"],
label[for="report-pdf"],
label[for="project-images"],
label[for="project-pdf"],
label[for="spotlight-image"],
label[for="sponsor-image-1"],
label[for="sponsor-image-2"],
label[for="sponsor-inventory-image-1"],
label[for="sponsor-inventory-image-2"] {
  border: 2px solid #408f8c;
  color: #408f8c;
  padding: 10px 30px;
  border-radius: 7px;
  cursor: pointer;
  margin: 0px;
}

input[type="file"] {
  position: absolute;
  opacity: 0;
  left: -999999999px;
}
.form-fields-wrap {
  margin-bottom: 30px;
  width: fit-content;
}
textarea {
  border: 2px solid #408f8c;
  border-radius: 10px;
  padding-left: 10px;
  padding-top: 10px;
  outline: none;
}
#upload-error {
  background: #ff8f8f61;
  padding: 2px 10px;
  width: fit-content;
  margin-bottom: 30px;
}

@media (max-width: 1250px) {
  .property-main-cont {
    padding: 0px 20px;
  }
  textarea {
    max-width: 600px;
  }
}
@media (max-width: 1025px) {
  textarea {
    max-width: 500px;
  }
  .images-box {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 769px) {
  input.custom-input {
    min-width: 0;
  }
}

@media (max-width: 600px) {
  input[type="radio"]:checked + label::before,
  input[type="checkbox"]:checked + label::before {
    left: 5px;
    width: 15px;
    height: 15px;
    background-size: 70%;
  }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    padding: 7px 8px 7px 30px;
    font-size: 12px;
    margin-right: 10px !important;
  }
  input[type="radio"] + label::before,
  input[type="checkbox"] + label::before {
    width: 15px;
    height: 15px;
    left: 5px;
  }
  select {
    height: 40px;
    font-size: 12px !important;
  }
  textarea {
    max-width: 280px;
    font-size: 12px;
  }
  .price-input::before {
    font-size: 12px;
    left: 3px;
  }
  .price-input input {
    font-size: 12px;
  }
  label[for="user-property-images"],
  label[for="map-image"],
  label[for="map-pdf"],
  label[for="report-image"],
  label[for="report-pdf"],
  label[for="project-images"],
  label[for="project-pdf"] {
    font-size: 12px;
  }
  input.custom-input {
    min-width: 280px;
    font-size: 12px;
  }

  .property_container > h3 {
    font-size: 32px;
  }

  span.banner-text {
    font-size: 20px;
  }
  h1.banner-title {
    font-size: 24px;
  }
  .banner-content {
    padding: 0px 10px;
  }
}

@media (max-width: 500px) {
  input.custom-input {
    min-width: 0px;
  }
}
