/** Shopify CDN: Minification failed

Line 153:0 Unexpected "}"
Line 201:4 "align-item" is not a known CSS property

**/
.TP-heading svg {
  width: 181px;
}

@media screen and (max-width:1250px){
  .TP {
        flex-direction: column;

  }
}

.in-con-slider .slick-prev, .in-con-slider .slick-prev {
  z-index: 99;
}
@media screen and (max-width: 769px) {
  img.tr-rev-icon {
    width: 65%;
    object-fit: contain;
    height: auto;
}
  .tr-icon-left {
    margin-top: -4px;
    margin-left: 26px;
    text-align: center;
    margin: 0 auto;
}
.in-con-slider .slick-next {
        right: 17px !important;
    }
.in-con-slider .slick-prev {
    left: 17px !important;
       z-index:999;
}
}


.in-con-slider .slick-next {
    right: -2px;
}
.in-con-slider .slick-prev {
    left: 0px;
}
.in-con-slider button.previous-btn {
    display: none;
}
.in-con-slider button.next-btn {
    display: none;
}
.in-con-slider .slick-prev.slick-arrow::before {
    font-family: slick;
    font-family: slick;
    font-size: 30px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    position: relative;
    top: -6px;
    content: "\2039";
  left: 7px;
}
.in-con-slider .slick-next.slick-arrow::before {
    font-family: slick;
    font-family: slick;
    font-size: 30px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    position: relative;
    top: -6px;
    content: "\203a";
      right: -8px;

}

.in-con-slider .slick-prev.slick-arrow {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #898989;
    color: #000;
    position: absolute;

}
.in-con-slider .slick-next.slick-arrow {
background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #898989;
    color: #000;
    position: absolute;

  
}

.vb-review p {
    font-family: Poppins, sans-serif;
    line-height: 1.5;
}

div#vb-reviewiew {
    max-width: 1500px;
}
@media screen and (max-width:600px){
#vb-reviewiew {
    overflow: hidden;
    width: 100%;
}
}

.TP-info {
    background-color: #fff;
    display: inline-block;
    margin: 0px 10px;
    /* height: 180px; */
    border-radius: 5px;
    box-shadow: 1px 1px 11px 2px rgb(0 0 0 / 16%);
    cursor: pointer;
}
  .star-rating img {
    height: 18px;
}

.in-con-slider .slick-track {
    padding: 20px 0;
}
.TP{
  display: flex;
 margin: 0;   
 align-items: center;
}
.TP-heading{
  width: 20%;
 text-align: center;
 padding: 10px 0;
}
.TP-vb-review{
  width: 80%;
 padding: 0 2%;
}

.TP-heading .TP-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

}
.TP-text.text-tp-slider {
    font-size: 14px !important;
}
.stars-icon {
    margin-bottom: 10px;
}
.star-rating{
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.star-rating p{
  margin: 0;
 font-size: 13px;
 font-weight: 600;
}
.TP-vb-review h3{
  margin: 5px 0;
 font-size: 13px;
 font-weight: 600;
 letter-spacing: .01em;
}

.TP-vb-review .vb-review p{
  height: auto;
 font-size: 13px;
      margin-top: 0px !important;
}

.TP-vb-review p{
 font-size: 12px;
 font-weight: 400;
}
.TP-vb-review h5{
  margin: 0;
 font-size: 12px;
 font-weight: 600;
 letter-spacing: .01em;
 color: grey;
  margin-top: 5px;
}
h2.h4.vb-reviewtit {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 28px;
    font-weight: 600;
    align-item: center;
}
  h2.h4.vb-reviewtit svg {
    margin-left: 8px;
}

.in-con-slider .slick-pvb-review:before{
 height: 25px;
 width: 25px;
}


.in-con-slider .slick-next:before{
 height: 25px;
 width: 25px;
}

.us-post{
 background-color: #fff;
 display: inline-block;
 margin: 0px 10px;
 height: 180px;
 border-radius: 5px;
 box-shadow: 1px 1px 11px 2px rgb(0 0 0 / 16%);
  cursor: pointer;
}
.shopify-section.vb-reviewiews {
    padding: 20px 0;
    background: transparent;
}
.TP-info{
 padding: 20px 15px;
}

button.slick-arrow {
    display: none!important;
}

.slick-track {
  margin-bottom: 20px;
}

  .vb-verified {
    margin-top: 10px;
}
  .vb-verified {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 3px;
    grid-row-gap: 3px;
}
  .verified-icon {
    width: 14px;
    display: block;
}
  .verified-text {
    color: #6c6c85;
    font-weight: 300;
    font-size: 12px;
}
@media screen and (max-width: 768px) {
 .TP{
	display: block;
	margin: 0 3%;   
 }
 .TP-heading{
	width: 100%;
	text-align: center;
	padding: 10px 0;
 }
 .TP-vb-review {
    width: calc(100% + 61px);
    padding: 0 2%;
    transform: translateX(-30px);
}
 

}
 .in-con-slider .slick-track
{
    display: flex !important;
}

.in-con-slider .slick-slide
{
    height: inherit !important;
}
  .TP-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
 
}
@media (max-width: 980px) and (min-width: 789px){
  .star-rating img {
      height: 12px;
  }
}
  .TP-heading .TP-text p {
    margin: 0; 
    font-size: 14px;
}
         .TP-heading img {
    height: 42px;
    /* margin: 0 auto; */
}
.tr-icon-left {
    text-align: center;
    margin-top: 0;
}
img.tr-rev-icon {
    width: 60%;
    object-fit: contain;
}
