@media screen and (min-width: 1200px) {
  .container {
    max-width: clamp(1130px, 90vw, 1320px);
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1536px;
  }
}
@media screen and (max-width: 1920px) {
  .hero-banner .bannerGirl {
    right: 33%;
    max-width: 30%;
    width: 100%;
    height: auto;
    z-index: -1;
  }
  .hero-banner .bannerGirl-2 {
    right: 30%;
    width: 100%;
    max-width: 30%;
    height: auto;
    z-index: -1;
  }
}
@media screen and (max-width: 1700px) {
  .hero-banner .bannerGirl {
    right: 35%;
    width: 30%;
    z-index: -1;
  }
  .hero-banner .bannerGirl-2 {
    right: 25%;
    width: 100%;
    max-width: 29%;
    height: auto;
    z-index: -1;
  }
}
@media screen and (max-width: 1600px) {
  .hero-banner .bannerGirl {
    right: 32%;
    width: 30%;
  }
  .hero-banner .bannerGirl-2 {
    right: 30%;
    width: 100%;
    max-width: 30%;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .hero-banner .bannerGirl {
    right: 31%;
    width: 29%;
    height: auto;
    z-index: -1;
  }
  .hero-banner .bannerGirl-2 {
    right: 29%;
    max-width: 33%;
    width: 100%;
    height: auto;
    z-index: -1;
  }
}/*# sourceMappingURL=media.css.map */

section.reviewbar {
    min-height: auto !important;
    padding: 250px 0px 120px !important;
}

section.reviewbar .col-lg-12 h1 {
    text-align: center;
    font-size: 45px !important;
}

section.reviewbar .col-lg-12 p {
    text-align: center;
    width: 80%;
    margin: auto;
}

section.reviewbar .col-lg-12 ul {
    justify-content: center !important;
}

img.trustimg {
    width: 130px;
    margin: 10px 0px;
}

.reviewvideo {
    display: flex;
    width: 100%;
    margin: 80px 0px;
}

.reviewvideobx {
    width: 33.333% !important;
}

.reviewvideobx video {
    width: 94% !important;
    height: 850px !important;
    object-fit: cover !important;
    border: 4px solid #ed1c24;
    margin: auto;
}

@media all and (max-width : 767px){
.reviewvideo {
    display: block;
}

.reviewvideobx {
    width: 100% !important;
}

.reviewvideobx video {
    width: 100% !important;
    height: auto !important;
}
}