#price {
  width: 100%;
  position: relative;
}
#price .container-fluid .row .col-12 {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}
#price .container-fluid .row .col-12 .price-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  z-index: -1;
  object-fit: cover;
}
#price .container-fluid .row .col-12 .price-background .backgroundtp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  z-index: -1;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0.555);
}
#price .container-fluid .row .col-12 .listprice {
  position: relative;
  z-index: 1;
  display: flex;
  width: 60%;
  height: auto;
  margin-top: 10vh;
  margin: 30px 0px;
  padding: 5%;
  flex-direction: column;
  align-items: flex-start;
  border-top-left-radius: 10px;
  background-color: rgba(0, 0, 0, 0.829);
  border-radius: 20px;
  border: 1px solid white;
}
#price .container-fluid .row .col-12 .listprice h1 {
  color: #b0ca0b;
  margin-bottom: 30px;
  font-size: 26px;
  margin-bottom: 0px;
}
#price .container-fluid .row .col-12 .listprice .socket {
  padding: 20px;
  width: 100%;
}
#price .container-fluid .row .col-12 .listprice .socket .socket-title {
  width: 100%;
}
#price .container-fluid .row .col-12 .listprice .socket .socket-title h5 {
  padding: 30px 0px;
  display: flex;
  color: black;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #b0ca0b;
  color: white;
}
#price .container-fluid .row .col-12 .listprice .socket .property {
  display: flex;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.274);
}
#price .container-fluid .row .col-12 .listprice .socket .property p {
  color: white;
  margin: 0px;
  width: 50%;
}
#price .container-fluid .row .col-12 .listprice .socket .property p:last-child {
  font-weight: 100;
}
#price .container-fluid .row .col-12 .listprice:last-child {
  padding-top: 2%;
}

@media (max-width: 1200px) {
  #price .container-fluid .row .col-12 .listprice {
    width: 80%;
  }
  #price .container-fluid .row .col-12 .listprice h1 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  #price .container-fluid .row .col-12 .listprice {
    width: 80%;
  }
  #price .container-fluid .row .col-12 .listprice h1 {
    font-size: 18px;
  }
  #price .container-fluid .row .col-12 .listprice .socket .property p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  #price .container-fluid .row .col-12 .listprice {
    width: 98%;
  }
  #price .container-fluid .row .col-12 .listprice h1 {
    font-size: 16px;
  }
  #price .container-fluid .row .col-12 .listprice .socket .property p {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  #price .container-fluid .row .col-12 .listprice {
    width: 98%;
  }
  #price .container-fluid .row .col-12 .listprice h1 {
    font-size: 14px;
  }
  #price .container-fluid .row .col-12 .listprice .socket {
    padding: 4px;
  }
  #price .container-fluid .row .col-12 .listprice .socket .socket-title h5 {
    padding: 10px 0px;
  }
  #price .container-fluid .row .col-12 .listprice .socket .property p {
    font-size: 12px;
  }
}/*# sourceMappingURL=price.css.map */