.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.me-guarante h2 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    padding-left: 10px;
    text-transform: uppercase;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.avatar-circle {
    border-radius: 50%;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 0.3125rem;
}
.vendor-review-name {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 27px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.color1{
background-color: #fc674b;
}

.color2{
background-color: blue;
}

.color3{
background-color: green;
}

.color4{
background-color: purple;
}

.progress-bar{
  background-color: grey;
}

.vcontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

h4{
  font-size: 24px;
}

/*Show more*/

.panel-wrapper {
  position: relative;
}

.btns {
width: 150px;
color: #fc674b;
display: block;
text-align: center;
padding: 10px;
border-radius: 10px;
border: 1px solid #fc674b;
background-color: #fff;
transition: .3s;
font-weight: bold;
text-transform: uppercase;
}
.btns:hover {
  color: #fff;
  background-color: #fc674b;
  border: 1px solid #fc674b;
  text-decoration: none;
}
.show1, .hide1 {
  position: absolute;
  bottom: -1em;
  z-index: 100;
  text-align: center;
  margin-left: 42%;
}

.hide1 {display: none;}
.show1:target {display: none;}
.show1:target ~ .hide1 {display: block;}
.show1:target ~ .panel {
   max-height: 2000px; 
}
.show1:target ~ .fade {
  margin-top: 0;
}

.panel {
  position: relative;
  margin: 30px auto;
  max-height: 100px;
  overflow: hidden;
  transition: max-height .5s ease;
}
.fade {
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%);
  height: 20px;
  /*margin-top: -90px;*/
  position: relative;
}

.content {
  display: none;
}
#loadMore {
  width: 150px;
  color: #fc674b;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #fc674b;
  background-color: #fff;
  transition: .3s;
}
#loadMore:hover {
  color: #fff;
  background-color: #fc674b;
  border: 1px solid #fc674b;
  text-decoration: none;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

#loadMore {
  text-align: center;
  font-size: 16px;
  color: #fc674b;
  font-weight: 700;
  text-transform: uppercase;
  animation: blur .75s ease-out ;
  /*text-shadow: 0px 0px 3px #fff, 0px 0px 5px #fff;*/
}

.content {
  border-bottom: 1px solid #d7d2d2;
  padding-bottom: 5px;
  margin-top: 20px;
}

@media only screen and (max-width: 600px) {
  .show1, .hide1 {
    margin-left: 0px;
  }
}
