#map{
    height: 100%h;
}
.col-xs-12,.col-xs-6,.col-xs-4{
    padding: 3px;
}
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

  body {
      font-family: "Poppins", sans-serif;
      color: #444444;
  }
    
 .info{
    /* padding: 7px 8px; */
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
 }
 .info h4 {
    margin: 0 0 5px;
    color: #777;
}
.form-control {
    padding: 10px 10px 10px 10px;
    font-size: 12px;
      -webkit-box-shadow: none;
      box-shadow: none;
      height: auto;
      border-radius: 30px 0px  0px 30px !important;
  }
  .row .row1 .form-check {
    font-size: 12px;
  }
  .legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
.info {
    padding: 6px 10px;
    font: 12px/14px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.info h6 {
    margin: 0 0 5px;
    color: rgb(97, 86, 86);
    font-weight: 400;
    text-decoration-style: double;
    font-size: small;
}
.info b h6{
    font-size: small;
}
.errorMesg{
    padding: 0;
    text-align:center;
    background-color: red;
}

.section-products {
      padding: 80px 0 14px;
  }
  
  .section-products .header {
      margin-bottom: 10px;
  }
  
  .section-products .header h3 {
      font-size: 1rem;
      color: #fe302f;
      font-weight: 500;
  }
  
  .section-products .header h2 {
      font-size: 2.2rem;
      font-weight: 400;
      color: #444444; 
  }
  
  .section-products .single-product {
      margin-bottom: 26px;
  }
  
  .section-products .single-product .part-1 {
      position: relative;
      height: 130px;
      max-height: 400px;
      margin-bottom: 10px;
      overflow: hidden;
  }
  
  .section-products .single-product .part-1::before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: -1;
          transition: all 0.3s;
  }
  
  .section-products .single-product:hover .part-1::before {
          transform: scale(1.2,1.2) rotate(5deg);
  }
  
  .section-products #product-1 .part-1::before {
      background: url("/img/land1.jpg") no-repeat center;
      background-size: cover;
          transition: all 0.3s;
  }
  
  .section-products #product-2 .part-1::before {
      background: url("/img/plot2.jpg") no-repeat center;
      background-size: cover;
  }
  
  .section-products #product-3 .part-1::before {
      background: url("https://i.ibb.co/L8Nrb7p/1.jpg") no-repeat center;
      background-size: cover;
  }
  
  .section-products #product-4 .part-1::before {
      background: url("https://i.ibb.co/cLnZjnS/2.jpg") no-repeat center;
      background-size: cover;
  }
  
  .section-products .single-product .part-1 .discount,
  .section-products .single-product .part-1 .new {
      position: absolute;
      top: 5px;
      color: #050505;
      background-color: rgb(13, 175,17);
      padding: 2px 8px;
      text-transform: uppercase;
      font-size: 0.85rem;
  }
  
  .section-products .single-product .part-1 .new {
      left: 0;
      background-color: #444444;
  }
  
  .section-products .single-product .part-1 ul {
      position: absolute;
      bottom: -11px;
      left: 20px;
      margin: 0;
      padding: 0;
      list-style: none;
      opacity: 0;
      transition: bottom 0.5s, opacity 0.5s;
  }
  
  .section-products .single-product:hover .part-1 ul {
      bottom: 30px;
      opacity: 1;
  }
  
  .section-products .single-product .part-1 ul li {
      display: inline-block;
      margin-right: 4px;
  }
  
  .section-products .single-product .part-1 ul li a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      background-color: #ffffff;
      color: #444444;
      text-align: center;
      box-shadow: 010px 2px 20px rgb(50 50 50 / 10%);
      transition: color 0.2s;
  }
  
  .section-products .single-product .part-1 ul li a:hover {
      color: #fe302f;
  }
  
  .section-products .single-product .part-2 .product-title {
      font-size: 10PX;
  }
  
  .section-products .single-product .part-2 h4 {
      display: inline-block;
      font-size: 12PX;
  }
  
  .section-products .single-product .part-2 .product-old-price {
      position: relative;
      padding: 0 7px;
      margin-right: 2px;
      opacity: 0.6;
  }
  
  .section-products .single-product .part-2 .product-old-price::after {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #444444;
      transform: translateY(-50%);
  }
  
  
  .form-check-input:checked {
    background-color: rgb(13, 175,17) ;
    color: #050505;
  }
  .row .row2 .form-range{
    background-color: none;
    color: rgb(13, 175,17);
  }
  .row .row5 .btn{
    background-color: rgb(13, 175,17);
  }