.carousel-inner img{
    width: 100%!important;
    height: 600px!important;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 10px;
    border: 5px solid rgb(216, 216, 216)!important;
}

.carousel-control {
    width: 5%!important;
}
body {
    background-color: #161616!important;
}

* {
    color: #fff;
    font-family: "Open Sans", serif;
}

.header-top
{
    position: sticky;
    top: 0px;
    background: #161616;
    padding: 1px 0px;
    border-bottom: 1px solid #ffffff7d;
    margin-bottom: 20px;
    z-index: 9;
}

/* width */
::-webkit-scrollbar {
    width: 5px!important;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }


.card-text p,
.card-text b,
.card-text a {
    color: #000;
}

form,
select,
optgroup,
option {
    color: #000;
    cursor: pointer;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    height: 40px;
    cursor: pointer;
}
p{
    font-size: 22px;
    margin-bottom: 25px!important;
    text-decoration: underline;
}
.listing-ds li{
    font-size: 20px;
    margin-bottom: 15px;
}

@media only screen and (max-width:768px){
    .carousel-inner img {
        height: 220px !important;
      }

      p{
        font-size: 20px;
        margin-bottom: 25px!important;
        text-decoration: underline;
    }

      h1{
        font-size: 26px !important;
        line-height: 4.2rem !important;
        margin: 0px !important;
    }
    .listing-ds li {
        font-size: 16px!important;
        margin-bottom: 15px;
      }
      .listing-ds{
        padding-right: 20px!important;
      }
}