.slider-con
{
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: white;
    color: black;
}
.slider-con>span
{
    border: 1px solid black;
    margin: 1px;
    width: 100%;
    padding: 10px;
    font-weight: 700;
}
.slider-con>span.active
{
    background-color: #6ece85;
    color: white;
}
.slider-main
{   
    background: url(https://images.unsplash.com/photo-1512699355324-f07e3106dae5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80);
    background-size: cover;
    background-position: center;
    display: grid;
    place-items: center;
}

@media (max-width: 768px) {
    .slider-main>div {
      width: 100% !important;
    }
    .profile
    {
        display: none;
    }
  }

  .fixed-img>div>div>img
  {
    width: 15rem !important;
    height: 10rem !important;
    object-fit: cover;
    object-position: center;
  }
  .p-color
  {
    color: #6ece85;
  }
  .s-color
  {
    color: #A35015;
  }
  .price
  {
    color: #A35015;
  }
.no-pad
{
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.pad-10
{
    padding-top: 10rem !important;
    background-color: white;
}
.profile {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 18px;
  right: 20px;
  object-fit: cover;
  border-radius: 50%;
}
.box-s
{
    box-shadow: 2px 1px 3px #565555;
    border-radius: 50%;
}
.p-c1
{
    height: 53px;
    position: relative;
    top: -2.8px;
}
.menu-2
{
    height: 0px;
}
.grid-center
{
  display: grid;
  place-items: center;
}
.bg-all
{
}
.no-p-m
{
  background: url('https://images.unsplash.com/photo-1490197415175-074fd86b1fcc?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1174&q=80');
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
.media img {
  margin-right: 1rem;
}

.media h5 {
  margin-top: 0.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: bold;
}

.form-control {
  margin-bottom: 1rem;
}

nav
{
  position: fixed !important;
  z-index: 3;
  width: 100%;
}
