
.close {
    font-size: 1.5rem;
  }
  .col-12 img {
    opacity: 0.7;
    cursor: pointer;
    margin: 2rem;
    width: 100%;
  }

  .col-12 img:hover {
    opacity: 1;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .listingDescription {
    margin-top: 4rem ;
  }
  .listingDescription .card .card-header {
    background-color: transparent;
  }
  .listingDescription .description h4 {
    color: #3A3A3A;
  }
  .listingDescription .description p i {
    color: #049399;
  }
  .listingDescription .description, .listingDescription .location,.listingDescription .review {
    margin-bottom: 2rem;
  }
  .listingDescription .right button, .listingDescription .rightCol button{
      border-radius: 5px;
      background: #049399;
      color: #fff;
      padding: 6px 28px;
      width: 175px;
      margin-bottom: 4px;
  }
  .listingDescription .rightCol button {
    padding: 6px 8px;
    margin: 1.5rem auto;

  }
  .listingDescription .rightCol button .bid{
    margin-left: 5.5rem;

  }
  .listingDescription .locationMap .right {
    top: 50%;
    left: 35%;
    transform: translate(-19%, -50%);
  }

  .listingDescription .rightCol .time div{
    border: 1px solid #0000002e;
    padding: 8px 20px;
    border-radius: 8px;
  }
  .listingDescription .rightCol .higestBider .accordion-body {
    background-color: #EEEEEE;
  }
  .listingDescription .rightCol .higestBider .accordion-item .accordion{
    padding: 6px 0px;
  }
  .listingDescription .rightCol .higestBider .accordion-item .accordion:hover {
    background-color: #CCCCCC;
    cursor: pointer;
  }
  .listingDescription .rightCol  .badge {
    background-color: #049399;
  }
  .listingDescription .rightCol li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    list-style: none;
  }
  .listingDescription .rightCol li span:first-child{
    font-weight: 600;
    color: #000000;
  }

  .listingDescription .rightCol .card {
    margin-bottom: 1.5rem;
  }
  /* //////////////////// social Css /////////////////////// */
  .card-social :is(header, .icons, .field) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-social .icons a {
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.card-social .icons {
    margin: 15px 0 20px 0;
    padding: 0px;
}

.card-social .icons a {
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}

.card-social .icons a i {
    transition: transform 0.3s ease-in-out;
}

.card-social .icons a:nth-child(1) {
    color: #1877F2;
    border-color: #b7d4fb;
}

.card-social .icons a:nth-child(1):hover {
    background: #1877F2;
}

.card-social .icons a:nth-child(2) {
    color: #46C1F6;
    border-color: #b6e7fc;
}

.card-social .icons a:nth-child(2):hover {
    background: #46C1F6;
}

.card-social .icons a:nth-child(3) {
    color: #e1306c;
    border-color: #f5bccf;
}

.card-social .icons a:nth-child(3):hover {
    background: #e1306c;
}

.card-social .icons a:nth-child(4) {
    color: #f64c5b;
    border-color: #f64c5b;
}

.card-social .icons a:nth-child(4):hover {
    background: #f64c5b;
}

.card-social .icons a:nth-child(5) {
    color: #0088cc;
    border-color: #b3e6ff;
}

.card-social .icons a:nth-child(5):hover {
    background: #0088cc;
}

.card-social .icons a:hover {
    color: #fff;
    border-color: transparent;
}

.card-social .icons a:hover i {
    transform: scale(1.2);
}

.card-social .field {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}

.card-social .field.active {
    border-color: #000;
}

.card-social .field i {
    width: 50px;
    font-size: 18px;
    text-align: center;
}

.card-social .field.active i {
    color: #000;
}

.card-social .field input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 12px;
}
.listingDescription  h5, .listingDescription  h6 {
  color: #000;
  font-weight: normal;
}
@media screen and (max-width:468px) {
    .listingDescription .review .card-body {
      flex-wrap: wrap;
    }
}
@media screen and (max-width: 991px) {
  .listingDescription {
      margin-top: 6rem;
  }
  .review .card-body {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:1178px) {
  .listingDescription .locationMap .right {
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
  }
}
