.location-v1-reviews-container {
  width: 1366px;
  margin: 0 auto;
  min-height: 800px;
  padding: 80px 109px 60px 121px;
  background-color: #fff;
  color: #373737; }
  .location-v1-reviews-container .section-heading {
    width: 819px;
    margin: 0 auto 12px;
    font-family: proxima_nova_rgbold;
    font-size: 48px;
    line-height: 1.13;
    text-align: center;
    color: #373737; }
  .location-v1-reviews-container .mobile-rating-wrapper .reviews {
    font-size: 16px;
    font-family: proxima_nova_rgbold;
    color: #00A3E7;
    margin-left: 1.7px; }
  .location-v1-reviews-container .mobile-rating-wrapper .rating_stars img {
    padding-top: 0;
    width: 16.6px;
    height: 17px;
    margin-left: 0;
    margin-right: 4.3px; }
  .location-v1-reviews-container .overall-rating-reviews {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .location-v1-reviews-container .overall-rating-reviews .overal-rating {
      font-family: proxima_novasemibold;
      font-size: 20px;
      font-weight: 600; }
    .location-v1-reviews-container .overall-rating-reviews .rating_stars {
      margin-left: 15px; }
      .location-v1-reviews-container .overall-rating-reviews .rating_stars img.star-ratings {
        padding-top: 0;
        width: 25.6px;
        height: 26.2px; }
    .location-v1-reviews-container .overall-rating-reviews .reviews {
      margin-left: 5px;
      font-family: proxima_novasemibold;
      font-size: 24px;
      font-weight: 600;
      color: #00a3e7; }
  .location-v1-reviews-container .search-reviews-section {
    width: fit-content;
    margin: 0 auto; }
    .location-v1-reviews-container .search-reviews-section .search-bar {
      margin-top: 39px;
      display: flex;
      align-items: center; }
      .location-v1-reviews-container .search-reviews-section .search-bar .search-input {
        position: relative; }
        .location-v1-reviews-container .search-reviews-section .search-bar .search-input .reviews-search-icon {
          position: absolute;
          top: 19px;
          left: 14px; }
        .location-v1-reviews-container .search-reviews-section .search-bar .search-input input {
          font-family: ProximaNova-Regular;
          font-size: 18px;
          line-height: 0.92;
          color: #959898;
          width: 481px;
          height: 60px;
          margin: 0 15px 0 0;
          padding-left: 44px;
          border-radius: 15px;
          border: solid 1px #b8b8b8; }
      .location-v1-reviews-container .search-reviews-section .search-bar select {
        width: 258px;
        height: 60px;
        margin: 0;
        padding: 22px 21px 21px 19px;
        border-radius: 15px;
        border: solid 1px #b8b8b8;
        font-family: ProximaNova-Regular;
        font-size: 18px;
        line-height: 0.92;
        color: #373737;
        background-color: #fff;
        background-image: url(https://greenpal-production.s3.amazonaws.com/images/general/qa_arrow_down.png);
        background-repeat: no-repeat;
        background-position: right 18px center;
        background-size: 16px;
        padding-right: 40px; }
    .location-v1-reviews-container .search-reviews-section .reviews-that-mention {
      font-family: ProximaNova-Regular;
      font-size: 16px;
      color: #373737;
      margin-top: 20px;
      margin-bottom: 8px;
      line-height: normal; }
    .location-v1-reviews-container .search-reviews-section .top-keywords .keyword {
      display: inline-block;
      height: 40px;
      padding: 10px 16px 9px 15px;
      border-radius: 25px;
      border: solid 1px #b8b8b8;
      font-family: ProximaNova-Regular;
      font-size: 14px;
      color: #00a3e7;
      cursor: pointer;
      transition: all 0.2s ease; }
      .location-v1-reviews-container .search-reviews-section .top-keywords .keyword:hover, .location-v1-reviews-container .search-reviews-section .top-keywords .keyword.active {
        background-color: #e0f1fb; }
  .location-v1-reviews-container .reviews-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 37px;
    margin-top: 46.7px;
    position: relative;
    min-height: 740px; }
    .location-v1-reviews-container .reviews-grid-container .reviews-section-loader {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
      z-index: 999;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding-top: 50px; }
      .location-v1-reviews-container .reviews-grid-container .reviews-section-loader.hidden {
        display: none !important; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
      .location-v1-reviews-container .reviews-grid-container .reviews-section-loader .spinner {
        border: 4px solid #f3f3f3;
        border-top: 4px solid #2c7a34;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        animation: spin 1s linear infinite; }
    .location-v1-reviews-container .reviews-grid-container .highlight {
      font-size: 18px !important;
      font-weight: 600;
      background: yellow; }
    .location-v1-reviews-container .reviews-grid-container .review-blur {
      filter: blur(3px);
      user-select: none;
      pointer-events: none; }
    .location-v1-reviews-container .reviews-grid-container .review-card {
      width: 350px; }
      .location-v1-reviews-container .reviews-grid-container .review-card .review-header {
        display: flex;
        align-items: center;
        margin-bottom: 14.7px; }
        .location-v1-reviews-container .reviews-grid-container .review-card .review-header .stars {
          display: flex;
          gap: 5.3px; }
          .location-v1-reviews-container .reviews-grid-container .review-card .review-header .stars .star-ratings {
            width: 21px;
            height: 19.7px; }
        .location-v1-reviews-container .reviews-grid-container .review-card .review-header .verified-badge {
          margin-left: 15px;
          display: flex;
          align-items: center;
          gap: 3px; }
          .location-v1-reviews-container .reviews-grid-container .review-card .review-header .verified-badge span {
            font-family: ProximaNova-Regular;
            font-size: 14px;
            line-height: 16.6px;
            color: #8fb741; }
      .location-v1-reviews-container .reviews-grid-container .review-card .location-info {
        display: flex;
        align-items: center;
        gap: 3.7px; }
        .location-v1-reviews-container .reviews-grid-container .review-card .location-info span {
          font-family: ProximaNova-Regular;
          font-size: 14px;
          line-height: 16px;
          color: #373737;
          font-weight: 500;
          margin-left: 3.7px; }
      .location-v1-reviews-container .reviews-grid-container .review-card .service-tags {
        width: fit-content;
        height: 20px;
        margin: 5px 0 0;
        border-radius: 4px;
        background-color: #eff3f8;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%; }
        .location-v1-reviews-container .reviews-grid-container .review-card .service-tags p {
          height: 16px;
          padding: 2px 5.3px 2px 4.7px;
          opacity: 0.7;
          font-family: ProximaNova-Regular;
          font-size: 13px;
          line-height: 1.23;
          color: #373737; }
      .location-v1-reviews-container .reviews-grid-container .review-card .review-text {
        font-family: ProximaNova-Regular;
        width: 360px;
        min-height: 48px;
        margin: 14px 0 8px 1px;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.33;
        color: #373737; }
      .location-v1-reviews-container .reviews-grid-container .review-card .review-footer {
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .location-v1-reviews-container .reviews-grid-container .review-card .review-footer .user-info {
          display: flex;
          align-items: center; }
          .location-v1-reviews-container .reviews-grid-container .review-card .review-footer .user-info .user-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin: 0 10px 0 0; }
          .location-v1-reviews-container .reviews-grid-container .review-card .review-footer .user-info .user-name {
            height: 22px;
            font-family: proxima_nova_rgbold;
            font-size: 18px;
            font-weight: bold;
            line-height: normal;
            color: #373737; }
        .location-v1-reviews-container .reviews-grid-container .review-card .review-footer .review-date {
          height: 24px;
          flex-grow: 0;
          font-family: ProximaNova-Regular;
          font-size: 14px;
          line-height: 1.71;
          color: #959898; }
    .location-v1-reviews-container .reviews-grid-container .review-separator {
      width: 350px;
      height: 1px;
      margin-top: 20px;
      opacity: 0.12;
      background-color: #0a3755; }
    .location-v1-reviews-container .reviews-grid-container .reviews-blur-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 158px;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
      display: flex;
      align-items: flex-end;
      justify-content: center;
      padding-bottom: 20px;
      z-index: 10;
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px); }
      .location-v1-reviews-container .reviews-grid-container .reviews-blur-overlay .read-more-reviews-btn {
        width: 282px;
        height: 50px;
        border-radius: 50px;
        border: solid 1px #373737;
        cursor: pointer;
        transition: all 0.2s;
        font-family: proxima_nova_rgbold;
        font-size: 16px;
        font-weight: bold;
        line-height: normal;
        color: #373737;
        background-color: #fff; }
        .location-v1-reviews-container .reviews-grid-container .reviews-blur-overlay .read-more-reviews-btn:hover {
          background-color: #f9f9f9; }

#local_wisita_video {
  padding-top: 120px !important; }

@media screen and (max-width: 767px) {
  .location-v1-reviews-container {
    width: 100%;
    padding: 50px 20px 60px;
    min-height: auto; }
    .location-v1-reviews-container .section-heading {
      margin-bottom: 0;
      width: 100%;
      font-size: 38px;
      padding: 50px 36px 15px; }
    .location-v1-reviews-container .search-reviews-section {
      width: 100%; }
      .location-v1-reviews-container .search-reviews-section .reviews-that-mention {
        margin-top: 16px;
        margin-bottom: 13px; }
      .location-v1-reviews-container .search-reviews-section .search-bar {
        flex-direction: column;
        gap: 13px;
        margin-top: 24px; }
        .location-v1-reviews-container .search-reviews-section .search-bar .search-input {
          width: 100%; }
          .location-v1-reviews-container .search-reviews-section .search-bar .search-input input {
            width: 100%;
            margin: 0; }
        .location-v1-reviews-container .search-reviews-section .search-bar select {
          width: 100%;
          margin: 0; }
      .location-v1-reviews-container .search-reviews-section .top-keywords {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none; }
        .location-v1-reviews-container .search-reviews-section .top-keywords .keyword {
          margin-bottom: 15px;
          margin-right: 12px; }
        .location-v1-reviews-container .search-reviews-section .top-keywords::-webkit-scrollbar {
          display: none; }
    .location-v1-reviews-container .review-separator_mobile {
      height: 1px;
      opacity: 0.12;
      background-color: #0a3755;
      margin-top: 5px;
      margin-bottom: 26px; }
    .location-v1-reviews-container .reviews-grid-container {
      grid-template-columns: 1fr;
      margin-top: 5px;
      gap: 26px; }
      .location-v1-reviews-container .reviews-grid-container .review-card {
        width: 100%; }
        .location-v1-reviews-container .reviews-grid-container .review-card .review-text {
          width: 100%;
          margin-top: 10.7px;
          margin-bottom: 9.3px;
          font-size: 16px;
          line-height: 24px; }
      .location-v1-reviews-container .reviews-grid-container .review-separator {
        width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .location-v1-reviews-container {
    width: 100%;
    padding: 60px 40px;
    min-height: auto; }
    .location-v1-reviews-container .section-heading {
      width: 100%;
      font-size: 40px; }
    .location-v1-reviews-container .search-reviews-section {
      width: 100%; }
      .location-v1-reviews-container .search-reviews-section .search-bar {
        justify-content: center;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 15px; }
        .location-v1-reviews-container .search-reviews-section .search-bar .search-input {
          flex: 1;
          max-width: 481px;
          min-width: 200px; }
          .location-v1-reviews-container .search-reviews-section .search-bar .search-input input {
            width: 100%; }
        .location-v1-reviews-container .search-reviews-section .search-bar select {
          flex: 0 0 auto;
          width: 258px;
          max-width: 40%; }
    .location-v1-reviews-container .reviews-grid-container {
      grid-template-columns: repeat(2, 1fr);
      justify-items: center;
      gap: 30px; }
      .location-v1-reviews-container .reviews-grid-container .review-card {
        width: 100%;
        max-width: 350px; }
        .location-v1-reviews-container .reviews-grid-container .review-card .review-text {
          width: 100%; }
      .location-v1-reviews-container .reviews-grid-container .review-separator {
        width: 100%; } }
