@media screen and (max-width: 600px) {
.banner.banner__with-bg .banner__content {
        padding-top:150px
    }
    .header {
            transition: all .4s;
    }
    .yelp_banner::before {
display: none;
}
}

/********One trust header**************/
@media screen and (min-width: 767px) {
  #onetrust-policy-title {
      font-size: 20px!important
  }
 
  #ot-pc-title {
      font-size: 22.5px!important
  }
}


.editor-content ul.list__wrapp li{
    text-align: left!important;
}

.align_center .editor-content ul.list__wrapp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.align_center .editor-content ul.list__wrapp li {
    text-align: center!important;
}

.align_right .editor-content ul.list__wrapp li{
    text-align: right!important;
}

@media screen and (min-width: 1024px) { 
      .tesimonial__slider .swiper__btns {
        display: none;
      }
      
}

@media screen and (max-width: 1023px) { 
  .tesimonial__slider .swiper__btns {
        display: flex;
      }
}

