@media screen and (min-width: 260px){
.tp-widget-logo {
    display: inline-block;
    margin: 0 8px 8px;
    vertical-align: middle;
}
}

@media screen and (min-width: 200px){
  .tp-widget-logo {
    width: 72px;
}
  .review-b {
    background: #F0F0F0;
    padding: 14px 15px 20px;
  font-family: Arial;
  line-height: 1.3;
  box-shadow: 0px 2px 10px 0px #0000004d;
}
.stars-head {
    display: flex;
    justify-content: center;
  align-items: center;
  margin: 5px 0 15px;
}
.head {
    font-weight: 600;
}

.stars-new img {
    margin: 0;
    width: 100%;
    padding: 0 10px;
}
.count-r{
font-size: 12px;
}
.tp-widget-wrapper {
    font-size: 0;
}
  .tp-widget-trustscore, .tp-widget-stars {
    display: inline-block;
    vertical-align: middle;
}
  .tp-widget-trustscore {
    font-size: 18px;
    margin: 0 12px 8px 0;
}
  .tp-widget-stars {
    margin: 0 8px 8px 0;
}
  .tp-widget-stars {
    margin: 0 0 8px;
    width: 100px;
}
  .tp-widget-trustscore, .tp-widget-stars {
    display: inline-block;
    vertical-align: middle;
}
}
.tp-widget-wrapper {
    text-align: center;
}
.tp-widget-wrapper {
    height: 100%;
    margin: 0 auto;
    max-width: 750px;
    position: relative;
}


.tp-widget-trustscore {
    font-size: 16px;
    font-weight: 700;
  font-family: Arial;
    margin: 0 8px 6px;
}

.tp-widget-stars {
    margin: 0 auto 6px;
    max-width: 100%;
    width: 110px;
}
.tp-stars--4--half .tp-star:nth-of-type(-n+4) .tp-star__canvas, .tp-stars--4--half .tp-star:nth-of-type(-n+4) .tp-star__canvas--half {
    fill: #50b37d;
}
.tp-stars .tp-star__canvas, .tp-stars .tp-star__canvas--half {
    fill: #c3c1c6;
}
.tp-stars .tp-star__shape {
    fill: #fff;
}
.tp-stars--4--half .tp-star:nth-of-type(-n+5) .tp-star__canvas--half {
    fill: #50b37d;
}
.header-logo {
    justify-content: space-between !important;
}
.icons-header{
display: flex;
}
path.tp-logo__star {
    fill: #50b37d;
}path.tp-logo__star-notch {
    fill: #50b37d;
}
.stars-t {
    margin-top: 16px;
}
.stars-mobile{
  display:none;
  }

@media (max-width:780px){
  .stars-desktop{
    display:none;
  }
  .stars-t {
    margin: 10px 0 12px;
}
  .stars-mobile{
  display:flex;
  }
  .logo-header {
    width: 184px;
    margin: 0;
  }
}

