/* Custom CSS for mobile sidebar */



@media only screen and (max-width: 320px) {
  .testominal-vector {
    width: 250px !important;
  }


  .fs-40 {
    font-size: 19.5px !important;
  }

  .fs-15 {
    font-size: 13px !important;
  }


}

@media only screen and (max-width: 426px) and (min-width: 320px) {
  .testominal-vector {
    width: 340px;
  }   
  .comma {
    width: 35px;
    height: 40.4px;
  }
  .stars {
    margin-right: 0px;
    font-size: 21px;

  }

  .stars2 {
    margin-right: 10px;
    font-size: 32px;
  }

  .image2 {
    border-radius: 50%;
    margin-top: 13px;
    width: 130px !important;
    height: 130px !important;
  }

  .fs-40 {
    font-size: 27.5px;
  }


  .fs-35 {
    font-size: 25px;
  }

  .fs-34 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }

  .fs-22 {
    font-size: 15px;
  }

  .comma2 {
    width: 35px;
    height: 40.4px;
  }

  .div-button {
    width: 70px;
    height: 70px;
    font-size: 50px;
    right: -16px;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .trending-carousel button.owl-dot.owl-nav {
    top: 45%;
    left: -4px;
  }

  .owl-carousel .owl-nav button.owl-next,
  .trending-carousel button.owl-dot.owl-nav {
    top: 45%;
    right: -44px;
  }
  .n-pills .n-links{
    width: 100%;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  .div-button {
    width: 70px;
    height: 70px;
    font-size: 50px;
    right: -16px;
  }

  .image2 {
    border-radius: 50%;
    width: 180px !important;
    height: 180px !important;
  }

  .fs-35 {
    font-size: 26px;
  }

  .pink-button-review {
    padding-left: 60px;
    padding-right: 60px;
  }

}

@media only screen and (max-width: 1020px) {
  .owl-theme .owl-dots .owl-dot {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {


  .pink-button-review {
    padding-left: 60px;
    padding-right: 60px;
  }
  .owl-carousel2 .owl-nav button.owl-prev, .owl-carousel2 button.owl-dot.owl-nav {
    left: 40% !important;
  }
  .owl-carousel2 .owl-nav button.owl-next, .owl-carousel2 button.owl-dot.owl-nav {
    right: 35% !important;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1020px) {


  .pink-button-review {
    padding-left: 60px;
    padding-right: 60px;
  }
  .owl-carousel2 .owl-nav button.owl-prev, .owl-carousel2 button.owl-dot.owl-nav {
    top: 105%;
    left: 45% !important;
  }
  .owl-carousel2 .owl-nav button.owl-next, .owl-carousel2 button.owl-dot.owl-nav {
    top: 105%;
    right: 40% !important;
  }

}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .owl-carousel2 .owl-nav button.owl-prev, .owl-carousel2 button.owl-dot.owl-nav {
    top: 103%;
    left: 40% !important;
  }
  .owl-carousel2 .owl-nav button.owl-next, .owl-carousel2 button.owl-dot.owl-nav {
    top: 103%;
    right: 30% !important;
  }
}