/* ==========================================================================
   Responsive
   ========================================================================= */
@media (min-width: 576px) {
  .hstack-sm {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    align-self: stretch !important;
  }

  .col-gap-sm-20 {
    column-gap: 20px;
  }

  .col-gap-sm-30 {
    column-gap: 30px;
  }

  .flex-2cols-sm>li,
  .flex-2cols-sm>div {
    width: 50%;
  }

  .flex-2cols-sm.col-gap-20>li,
  .flex-2cols-sm.col-gap-20>div,
  .flex-2cols-sm.col-gap-sm-20>li,
  .flex-2cols-sm.col-gap-sm-20>div,
  .flex-2cols-sm.gap-20>li,
  .flex-2cols-sm.gap-20>div {
    width: calc(50% - 10px);
  }

  .flex-2cols-sm.col-gap-30>li,
  .flex-2cols-sm.col-gap-30>div,
  .flex-2cols-sm.col-gap-sm-30>li,
  .flex-2cols-sm.col-gap-sm-30>div,
  .flex-2cols-sm.gap-30>li,
  .flex-2cols-sm.gap-30>div {
    width: calc(50% - 15px);
  }

  .romw-badge-block-avg .romw-site-block {
    min-width: 400px;
  }

  .input-and-button-as-form-field .btn-search {
    padding: 0.5rem 1.25rem;
  }

  .card__review-report .card-header .flex-sm-row .score {
    padding-top: 6px;
  }

  .progress-wrapper__CORR {
    max-width: 520px;
  }

  .range-slider__location {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .switch-wrapper__pricing {
    max-width: 400px;
  }

  #widgetFlash {
    width: 360px;
  }

  .case-study-stat-features-list .feature-item {
    width: 40%;
  }

  .feature-image__laptop-website-screenshot {
    width: 523px;
  }

  .feature-image__laptop-website-screenshot .image-website-screenshot {
    width: 387px;
    top: 20px;
  }

  .page-review-responser-generator .card__review-response-generator {
    margin-top: -270px;
  }

  .list-people-also-viewed {
    grid-template-columns: 1fr 1fr;
  }

  .business-item-thumb .logo-image-wrapper,
  .business-item-thumb .logo-image-wrapper a {
    height: 180px;
  }

  .form__add-business-hours .col__day-and-status {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }

  .form__add-business-hours .col__hours-open-close {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
}

/* END min-width=576 */
@media (min-width: 768px) {
  .hstack-md {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    align-self: stretch !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .brand-block {
    padding: 15px 10px;
  }

  .list-platform-brands>li {
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    width: 20%;
  }

  .list-platform-brands.max-4-row>li {
    width: 22%;
  }

  .fa-xl {
    font-size: 26px;
  }

  .feature-icon-wrapper.rounded,
  .feature-icon-wrapper.circle,
  .feature-icon-wrapper .circle.thick {
    width: 60px;
    height: 60px;
  }

  .col-gap-md-20 {
    column-gap: 20px;
  }

  .col-gap-md-30 {
    column-gap: 30px;
  }

  .flex-3cols-lg>li,
  .flex-3cols-lg>div {
    width: 50%;
  }

  .flex-4cols-lg>li,
  .flex-4cols-lg>div {
    width: 50%;
  }

  .flex-3cols-lg.col-gap-20>li,
  .flex-3cols-lg.col-gap-20>div,
  .flex-3cols-lg.col-gap-sm-20>li,
  .flex-3cols-lg.col-gap-sm-20>div,
  .flex-3cols-lg.col-gap-md-20>li,
  .flex-3cols-lg.col-gap-md-20>div,
  .flex-3cols-lg.gap-20>li,
  .flex-3cols-lg.gap-20>div {
    width: calc(50% - 10px);
  }

  .flex-3cols-lg.col-gap-30>li,
  .flex-3cols-lg.col-gap-30>div,
  .flex-3cols-lg.col-gap-sm-30>li,
  .flex-3cols-lg.col-gap-sm-30>div,
  .flex-3cols-lg.col-gap-md-30>li,
  .flex-3cols-lg.col-gap-md-30>div,
  .flex-3cols-lg.gap-30>li,
  .flex-3cols-lg.gap-30>div {
    width: calc(50% - 15px);
  }

  .flex-4cols-lg.col-gap-20>li,
  .flex-4cols-lg.col-gap-20>div,
  .flex-4cols-lg.col-gap-sm-20>li,
  .flex-4cols-lg.col-gap-sm-20>div,
  .flex-4cols-lg.col-gap-md-20>li,
  .flex-4cols-lg.col-gap-md-20>div,
  .flex-4cols-lg.gap-20>li,
  .flex-4cols-lg.gap-20>div {
    width: calc(50% - 10px);
  }

  .flex-4cols-lg.col-gap-30>li,
  .flex-4cols-lg.col-gap-30>div,
  .flex-4cols-lg.col-gap-sm-30>li,
  .flex-4cols-lg.col-gap-sm-30>div,
  .flex-4cols-lg.col-gap-md-30>li,
  .flex-4cols-lg.col-gap-md-30>div,
  .flex-4cols-lg.gap-30>li,
  .flex-4cols-lg.gap-30>div {
    width: calc(50% - 15px);
  }

  .romw-badge-block-avg .romw-site-block {
    min-width: 540px;
  }

  /**
   * .page-business 768
   */
  .romw-list-layout .romw-review-source-block {
    top: 25px;
  }

  .romw-list-layout .romw-author-thumbnail {
    margin-right: 18px;
  }

  .romw-list-layout .romw-review-block {
    padding: 20px 18px;
  }

  .romw-list-layout .romw-rating-block {
    margin-right: 12px;
  }

  .romw-list-layout__hr-divider .romw-review-block {
    padding-bottom: 30px;
  }

  .romw-list-layout__hr-divider .romw-review-block+.romw-review-block {
    padding-top: 25px;
  }

  .business-wrapper .logo-image-wrapper {
    width: 200px;
  }

  .page-business .section-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .romw-average-rating-block.flex-md-row .total-reviews-wrapper {
    margin-left: 20px;
    position: relative;
    top: 2px;
  }

  .list-badges.align-items-md-stretch .romw-badge-block {
    height: 100%;
  }

  .search-field-wrapper-md-big i {
    left: 18px;
    font-size: 26px;
  }

  .search-field-wrapper-md-big i+.form-control {
    font-size: 18px;
    height: 60px;
    padding-left: 58px;
  }

  .collect-reviews-hero-image-v2 {
    width: 351px !important;
    max-width: 351px;
  }

  .romw-badge-block__company .romw-average-rating,
  .romw-badge-block__response-time .romw-content-block,
  .romw-badge-block__response-rate .romw-content-block {
    font-size: 24px;
    line-height: 30px;
  }

  .romw-badge-block__response-time,
  .romw-badge-block__response-rate {
    padding: 18px 25px;
  }

  .section-progess-corr {
    min-height: calc(100vh - 68px);
  }

  .section-progess-corr .wrapper__corr {
    margin-top: -90px;
  }

  .marquee {
    width: 200%;
  }

  .table__alternative-comparison .logo {
    height: 36px;
  }

  .table__alternative-comparison .logo-birdeye {
    height: 30px;
  }

  .table__alternative-comparison .logo-podium {
    height: 28px;
  }

  .content-how-affiliates-work::before {
    background: url(../images/affiliates-track.webp) center top no-repeat;
    background-size: 21px auto;
    width: 50px;
    height: 1000px;
    top: 28px;
    left: 237px;
  }

  .content-how-affiliates-work .step-number {
    left: -32px;
  }

  .content-how-affiliates-work .step-number__track {
    font-size: 26px;
    width: 44px;
    height: 44px;
    left: 240px;
  }

  .content-how-affiliates-work .step-item .step {
    margin-left: 140px;
  }

  .content-how-affiliates-work .step-details {
    width: 300px;
  }

  .content-how-affiliates-work .step-item {
    padding-left: 0;
  }

  .card-business-directory .business-image:empty {
    width: 0;
    height: auto;
  }

  .card-business-directory .business-image {
    width: 180px;
    height: 140px;
  }

  .list__reviews-widgets-any-platform>li {
    width: calc(50% - 10px);
  }

  .page-docs-single .wp-block-columns {
    display: flex;
    column-gap: 20px;
    flex-direction: row-reverse;
    margin: 20px 0;
  }

  .page-docs-single .wp-block-columns figure.wp-block-image {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .card__business-page-reviews .business-wrapper .logo-image-wrapper {
    width: 160px;
    height: 120px;
  }

  .romw-badge-block__from-the-web .romw-site-block {
    margin-left: 10px;
  }

  .romw-badge-block__from-the-web .romw-site-icon {
    width: 40px;
    height: 40px;
  }

  .romw-badge-block__from-the-web .romw-average-rating {
    font-size: 26px;
  }

  .romw-badge-block__from-the-web .romw-rating-star {
    font-size: 24px;
  }

  .romw-badge-block__from-the-web .romw-rating-block {
    top: -1px;
  }

  .bg-image-circle-lines-blue-423,
  .card-bg-image-circle-lines-blue-423 {
    width: 200px;
  }

  .page-reputation-report-landing .section-hero .card-bg-image-circle-lines-blue-423,
  .page-unique-lead-landing .section-hero .card-bg-image-circle-lines-blue-423,
  .page-book-a-demo .section-hero .card-bg-image-circle-lines-blue-423,
  .page-webinar-landing .section-hero .card-bg-image-circle-lines-blue-423 {
    top: -50px;
  }

  .page-review-responser-generator .section-hero {
    padding-top: 60px;
  }

  .page-add-business .section-hero {
    padding-top: 80px;
  }

  .page-review-responser-generator .card__review-response-generator {
    margin-bottom: 80px;
  }

  .content__laptop-website-ss .bg-image-circle-lines-blue-326 {
    top: -35px;
    right: 4%;
  }

  .content__website-ss .bg-image-circle-lines-blue-326 {
    top: -42px;
    right: 4%;
  }

  .case-study-stat-features-list .feature-item {
    width: 30%;
  }

  .page-case-study .section-hero .bg-image-circle-blue {
    top: -10%;
  }

  .form__add-business-hours .col__hours-day {
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    max-width: 29%;
  }

  .form__add-business-hours .col__hours-status {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }

  .form__add-business-hours .col__hours-open-close {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }

  .form__add-business-hours .fieldset__business-hours>.row>.col-left {
    -ms-flex: 0 0 92.5%;
    flex: 0 0 92.5%;
    max-width: 92.5%;
  }

  .form__add-business-hours .fieldset__business-hours>.row>.col-right {
    -ms-flex: 0 0 7.5%;
    flex: 0 0 7.5%;
    max-width: 7.5%;
  }

  .page-add-business .section-hero .bg-image-circle-blue-2 {
    left: 4.5%;
  }

  .page-add-business-thank-you .section-hero .bg-image-circle-blue-2 {
    top: -170px;
    right: 9.5%;
  }

  .page-add-business-thank-you .section-hero .bg-image-circle-filled-blue {
    left: -2.5%;
  }

  .page-google-review-link .section-hero.add-bottom-light-blue-wave {
    padding-bottom: 180px;
  }

  .page-google-review-link .content__review-link-form:not(.content__review-link-form-v1) {
    margin-top: -160px;
  }

  .page-google-review-link .content__review-link-form+.content {
    margin-top: 110px;
  }

  .page-google-review-link .content__review-link-form-v1+.content {
    margin-top: 120px;
  }

  .page-google-review-link .content__review-link-form .img-curled-arrow {
    top: 100px;
    width: 50px;
  }

  .content__review-link-form .input-group>.input-group-append>.btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .content__review-link-form .input-group>.input-group-append>.btn {
    min-width: 120px;
  }

  .form__add-business-hours .label__day {
    width: 150px;
  }

  .pricing-grid__alt3 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .card-pricing__alt3 {
    height: calc(100% - 28px);
  }

  .list__review-sources .romw-badge-block .romw-review-count-block {
    min-width: 140px;
  }

  .list__review-sources .romw-badge-block .romw-site-name {
    margin-left: 4px;
  }

  .feature-white-label-banner-image1-mobile {
    max-width: 85%;
  }

  .page-case-study-individual .section-hero>.container>.row:only-child {
    padding-bottom: 120px;
  }

  .page-google-review-link .section-hero .bg-image-circle-filled-blue--ab {
    bottom: 15px;
    left: 4%;
  }

  .page-google-review-link .content__review-link-form-v1 .img-curled-arrow {
    top: 44px;
    left: -20px;
  }

  .modal__google-review-link .modal-dialog {
    max-width: 640px;
  }

  .page-google-reviews-landing .section-hero .bg-image-circle-blue-2 {
    right: 0;
  }

  .page-google-reviews-landing .section-hero .bg-image-circle-filled-blue {
    left: 0;
  }

  .custom-input-group-search-business>.form-control {
    padding-right: 190px;
  }

  .card-romw-dmt-partnership .partnership-brand-logo {
    height: 60px;
  }

  .card-romw-dmt-partnership .partnership-brand-logo-ducttape {
    height: 70px;
  }

  .panel-partnership-logos.hstack-md {
    column-gap: 40px;
  }

  .card-romw-dmt-partnership .icon-collab-x {
    font-size: 50px;
  }
}

/* END min-width=768 */
@media (min-width: 992px) {
  .hstack-lg {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    align-self: stretch !important;
  }

  .-mt-lg-10 {
    margin-top: -10px !important;
  }

  .-mt-lg-20 {
    margin-top: -20px !important;
  }

  .-mt-lg-30 {
    margin-top: -30px !important;
  }

  .-mt-lg-40 {
    margin-top: -40px !important;
  }

  .-mt-lg-50 {
    margin-top: -50px !important;
  }

  .-mt-lg-60 {
    margin-top: -60px !important;
  }

  .-mt-lg-70 {
    margin-top: -70px !important;
  }

  .-mt-lg-80 {
    margin-top: -80px !important;
  }

  .-mt-lg-90 {
    margin-top: -90px !important;
  }

  .-mt-lg-100 {
    margin-top: -100px !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .navbar-brand img {
    width: 180px;
    height: 42px;
  }

  .btn {
    padding: 0.75rem 2.75rem;
  }

  .input-group>.input-group-append>.btn {
    padding: 0.5rem 2rem;
  }

  .main-header .navbar-nav .btn {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .border-width-lg-0 {
    border-width: 0;
  }

  .accordion-faq .card-header .btn-link {
    padding: 20px 0;
  }

  .accordion-faq .card-body {
    padding: 0 0 35px 0;
  }

  .feature-block.d-flex .feature-icon-wrapper {
    margin-right: 18px;
  }

  .feature-image-what-are-clients-saying {
    width: 500px !important;
    max-width: 500px;
    margin-left: -30px !important;
  }

  .pricing-table .icon-check {
    margin-top: 4px;
  }

  .pricing-table .tooltip-text,
  .has-tooltip .tooltip-text {
    right: -184px;
  }

  .ul-pricing-table-nav {
    display: none;
  }

  .pricing-table>tbody>.tr-price-amount>td {
    border-top-color: #fafafb;
    padding: 0 32px 10px 28px;
  }

  .pricing-table>thead>tr>td,
  .pricing-table>thead>tr>th,
  .pricing-table>thead>tr>td+td,
  .pricing-table>thead>tr>th+th,
  .pricing-table>tbody>tr>td,
  .pricing-table>tbody>tr>th,
  .pricing-table>tbody>tr>td+td,
  .pricing-table>tbody>tr>th+th,
  .pricing-table>tfoot>tr>td,
  .pricing-table>tfoot>tr>th,
  .pricing-table>tfoot>tr>td+td,
  .pricing-table>tfoot>tr>th+th {
    display: table-cell;
  }

  .pricing-table>tbody>tr:nth-child(2)>td:first-child {
    padding-top: 12px;
  }

  .pricing-table>tbody>tr:nth-child(2)>td:nth-child(2) {
    padding-top: 20px;
  }

  .pricing-table>tbody>tr:nth-child(2)>td {
    padding-top: 16px;
    padding-bottom: 10px;
  }

  .page-google-reviews-landing .section-hero {
    overflow-x: hidden;
    min-height: 550px;
  }

  .page-google-reviews-landing .section-hero .google-reviews-widget-hero-image {
    width: 529px !important;
    max-width: 529px;
    height: auto;
  }

  .page-respond-to-reviews-with-ai .section-hero .ai-hero-image {
    max-width: 480px;
    height: auto;
  }

  .page-google-reviews-landing .feature-image-google-reviews-carousel-widget {
    max-width: 680px;
    margin-left: -160px !important;
    height: auto;
  }

  .page-google-reviews-landing .feature-image-reviews-widget,
  .page-agencies .feature-image-reviews-widget {
    max-width: 100%;
    margin-left: 0 !important;
    height: auto;
  }

  /**
   * .page-widget-editor 992
   */
  .page-widget-editor .main-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-widget-editor .sidebar>.container {
    padding: 0;
  }

  .page-widget-editor .aside-widget-editor {
    width: 300px;
  }

  .page-widget-editor .sidebar-left {
    border-right: 1px solid var(--card-border-color);
  }

  #preview-container-v2 {
    min-height: auto;
  }

  .preview_container>.container,
  .preview_container .page-header+.row,
  #preview-container-v2 {
    height: 100%;
  }

  .preview_container>.container,
  .preview_container .page-header+.row .col-lg-12 {
    display: flex;
    flex-direction: column;
  }

  /**
   * .page-business-review-report 992
   */
  .flex-3cols-lg>li,
  .flex-3cols-lg>div {
    width: 33.33%;
  }

  .flex-3cols-lg.gap-20>li,
  .flex-3cols-lg.gap-20>div {
    width: calc(33.33% - 14px);
  }

  .flex-3cols-lg.gap-30>li,
  .flex-3cols-lg.gap-30>div {
    width: calc(33.33% - 20px);
  }

  .flex-4cols-lg.gap-20>li,
  .flex-4cols-lg.gap-20>div {
    width: calc(25% - 15px);
  }

  .flex-4cols-lg.gap-30>li,
  .flex-4cols-lg.gap-30>div {
    width: calc(25% - 23px);
  }

  .list-badges__label {
    max-width: 800px;
  }

  .list-badges__company-rating {
    min-width: 800px;
  }

  .section-cta__floating .container {
    max-width: 830px;
  }

  .section-grbwg,
  .section-rlnr,
  .section-myor {
    padding-bottom: 20px;
  }

  .section-isr {
    padding-bottom: 50px;
  }

  .section-romw-docs .main-content {
    padding-right: 50px;
    padding-bottom: 50px;
  }

  .section-romw-docs .sidebar {
    border-left: 1px solid #ccd3da;
    padding: 0 40px 20px 40px;
  }

  .sticky-lg {
    position: sticky;
    top: 70px;
  }

  .page-blog .sticky-sidebars {
    padding-top: 30px;
  }

  .page-blog .sticky-sidebars .sticky-lg,
  .page-blog .sticky-sidebars .main-content {
    padding-top: 20px;
  }

  .page-business-review-report .navbar-brand img {
    width: 220px;
    height: auto;
  }

  .card__banner .banner-text {
    width: 65%;
  }

  .romw-badge-block.size__lg .romw-site-icon {
    width: 50px;
    height: 50px;
  }

  .romw-horizontal-badge.size__lg {
    padding: 18px 24px;
  }

  .romw-horizontal-badge.size__lg .romw-site-block {
    width: calc(100% - 70px);
  }

  .card__review-report .list-badges__company-rating {
    min-width: auto;
  }

  .feature-image-response-rate-review-volume {
    width: 540px;
    max-width: 540px !important;
  }

  .section-progess-corr {
    min-height: calc(100vh - 106px);
  }

  .feature-maximize-your-seo-improve-rankings {
    max-width: 480px !important;
    margin-left: -30px;
  }

  .feature-social-proof-stream {
    max-width: 420px !important;
  }

  .feature-protect-your-reputation {
    max-width: 460px !important;
    margin-left: -10px;
  }

  .wrapper__alternative-list {
    column-gap: 30px;
  }

  .table__alternative-comparison td,
  .table__alternative-comparison th {
    padding: 18px 15px;
  }

  .content-how-affiliates-work::before {
    background-size: 24px auto;
    width: 50px;
    height: 1000px;
    top: 38px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .content-how-affiliates-work .step-number__track {
    font-size: 32px;
    width: 56px;
    height: 56px;
    border-width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .content-how-affiliates-work .step-item .step {
    margin-left: 0;
  }

  .content-how-affiliates-work .step-number {
    top: unset;
    bottom: 30px;
    left: 253px;
  }

  .content-how-affiliates-work .step-item2 .step-number {
    left: unset;
    right: -10px;
  }

  .content-how-affiliates-work .step-item1 .feature-image,
  .content-how-affiliates-work .step-item3 .feature-image {
    margin-right: 30px;
  }

  .content-how-affiliates-work .step-item2 .feature-image {
    margin-left: 60px;
  }

  .content-how-affiliates-work .feature-image img {
    width: 250px;
  }

  .bg-image-circle-blue {
    width: 14px;
  }

  .bg-image-circle-blue-2 {
    width: 16px;
  }

  .bg-image-circle-filled-blue {
    width: 12px;
  }

  .bg-image-circle-filled-blue-2 {
    width: 10px;
  }

  .bg-image-circle-white {
    width: 14px;
  }

  .bg-image-star-white {
    width: 16px;
  }

  .bg-image-circle-lines-blue-456,
  .card-bg-image-circle-lines-blue-456 {
    width: 228px;
  }

  .bg-image-circle-lines-white2 {
    width: 275px;
  }

  .content-cta .bg-image-circle-lines-white1 {
    width: 223px;
  }

  .content-cta .bg-image-circle-lines-white3 {
    width: 208px;
  }

  .content-cta .content-bg .bg-image-star-white1 {
    top: 5%;
  }

  .content-cta .content-bg .bg-image-circle-white {
    top: -8px;
  }

  .content-cta-v3 .content-bg .bg-image-circle-white {
    top: 0;
  }

  .content-cta-v3 .content-bg .bg-image-star-white1 {
    top: unset;
    right: 14%;
  }

  .content-cta-lg .heading {
    font-size: 40px;
    line-height: 56px;
  }

  .content-cta-lg .btn {
    font-size: 20px;
    line-height: 28px;
    padding: 1rem 2.75rem;
  }

  .content-cta .bg-image-circle-lines-white1 {
    width: 323px;
  }

  .content-cta .bg-image-circle-lines-white3 {
    width: 313px;
  }

  .page-reputation-report-landing .section-hero .card-bg-image-circle-lines-blue-423,
  .page-unique-lead-landing .section-hero .card-bg-image-circle-lines-blue-423,
  .page-book-a-demo .section-hero .card-bg-image-circle-lines-blue-423,
  .page-webinar-landing .section-hero .card-bg-image-circle-lines-blue-423 {
    top: -66px;
    right: 55px;
  }

  .content-overlap-container .img-curled-arrow {
    width: 90px;
  }

  .page-pricing .section-hero .bg-image-circle-blue-2 {
    width: 16px;
  }

  .page-pricing .section-hero .bg-image-circle-blue-2 {
    top: 50%;
  }

  .page-pricing .section-hero.add-bottom-light-blue-wave {
    padding-bottom: 250px;
  }

  .page-pricing .section-hero.add-bottom-light-blue-wave+.section-pricing-table {
    margin-top: -200px;
    padding-bottom: 80px;
  }

  .romw-badge-block__before-after {
    min-height: 280px;
  }

  .card__before-after-results .romw-badge-block__before-after .lead {
    font-size: 16px;
    line-height: 24px;
  }

  .card__before-after-results .content__before-after-results .romw-badge-block-wrapper {
    gap: 20px;
    padding-top: 38px;
  }

  .card__before-after-results .romw-badge-block__before-after {
    min-width: 220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-review-responser-generator .section-hero .bg-image-circle-blue {
    top: -200px;
    left: 1.5%;
  }

  .content__case-study-review .bg-image-circle-lines-blue-326,
  .content__laptop-website-ss .bg-image-circle-lines-blue-326,
  .content__website-ss .bg-image-circle-lines-blue-326 {
    width: 163px;
  }

  .card__case-study-review .client-image {
    width: 60px;
    height: 60px;
  }

  .card__case-study-review .client-image+.client-details {
    margin-left: 16px;
  }

  .content__laptop-website-ss .bg-image-circle-lines-blue-326,
  .content__website-ss .bg-image-circle-lines-blue-326 {
    right: -12%;
  }

  .page-add-business .section-hero .img-curled-arrow {
    width: 80px;
    top: -65px;
    left: 50px;
  }

  .page-case-study .content__website-ss .bg-image-circle-lines-blue-326 {
    right: -10%;
  }

  .page-case-study .section-hero .content__laptop-website-ss {
    margin-top: 45px;
  }

  .page-add-business-thank-you .section-hero .bg-image-circle-blue-2 {
    top: -20px;
    right: 2.5%;
  }

  .page-add-business-thank-you .section-hero .bg-image-circle-filled-blue {
    bottom: -300px;
    left: -20px;
  }

  .page-google-review-link .content__review-link-form .img-curled-arrow {
    top: 150px;
  }

  .page-google-review-link .content__review-link-form-v1 .img-curled-arrow {
    top: 44px;
    left: 20px;
  }

  .card__business-directory-page .logo-image-wrapper {
    width: 250px;
  }

  .card__sidebar-widget .btn-primary {
    width: 100%;
  }

  .list-people-also-viewed {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .form__add-business-hours .col__hours-day {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
  }

  .form__add-business-hours .col__hours-status {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }

  .form__add-business-hours .col__hours-open-close {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }

  .form__add-business-hours .label__day {
    width: 180px;
  }

  .row__add-business-form>.col-left {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .row__add-business-form>.col-right {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row__fieldsets-business-hours>.col-left {
    -ms-flex: 0 0 93%;
    flex: 0 0 93%;
    max-width: 93%;
  }

  .row__fieldsets-business-hours>.col-right {
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
    max-width: 7%;
  }

  .page-business-categories .section-hero .bg-image-circle-filled-blue {
    left: 13%;
    top: -45px;
  }

  .modal__explainer-video .modal-dialog {
    max-width: 800px;
  }

  .section-cta .feature-image-romw-dashboard-v3 {
    margin-right: -30px;
  }

  .font-size-lg-20 {
    font-size: 20px !important;
  }

  .translate-lg-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  [data-aos^="fade"].aos-animate.translate-lg-center {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
  }

  .feature-image-qr-google-review-qr-code {
    width: 365px;
    max-width: 365px;
    height: auto;
  }

  .content__introducing-all-new-pa .badge__introducing-all-new-pa+.content {
    background-image: url(../images/feature-white-label-banner-image1@2x.webp);
    background-position: 500px -28px;
    background-size: 750px auto;
    background-repeat: no-repeat;
  }

  .card-bounce-up:hover {
    top: -25px;
  }

  .row-this-is-what-partnering .col-left {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }

  .row-this-is-what-partnering h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .row-this-is-what-partnering .col-right {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }

  .modal-get-unlimited-review-responses .modal-dialog {
    max-width: 920px;
  }

  .modal-get-unlimited-review-responses .modal-content {
    border-radius: 24px;
  }

  .modal-get-unlimited-review-responses .close {
    color: #ffffff;
    text-shadow: none;
    right: 20px;
  }

  .modal-get-unlimited-review-responses .col-right,
  .modal-get-unlimited-review-responses .col-right .content {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  .modal-get-unlimited-review-responses .col-right .content {
    padding-top: 40px !important;
    padding-bottom: 45px !important;
  }

  .modal-get-unlimited-review-responses .feature-image-response-rates {
    max-width: 424px;
    position: relative;
    right: -15px;
  }

  .page-home-v4 .section-hero {
    margin-top: -61px;
  }

  .page-home-v4 .section-hero h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 1.5rem;
  }

  .page-home-v4 .section-hero .feature-image-wrapper {
    width: 509px;
    height: auto;
  }

  .page-home-v4b .section-hero p br.d-lg-block {
    display: block !important;
  }

  .d-n {
    width: 509px;
    height: auto;
  }

  .card__case-study-review .icon-quotation-mark {
    width: 40px;
    bottom: 44px;
    top: unset;
    right: 30px;
  }

  .row-footer-nav {
    word-break: break-word;
  }

  .row-footer-nav .col-product {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-footer-nav .col-resources,
  .row-footer-nav .col-compare {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
  }

  .row-footer-nav .col-free-tools {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }

  .row-footer-nav .col-company {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }

  .page-case-study-individual .section-hero>.container>.row:only-child {
    padding-bottom: 80px;
  }

  .page-google-review-link .section-hero .bg-image-circle-filled-blue--ab {
    left: 8%;
  }

  .btn-xxl-lg,
  .reviews-widget-demo-wrapper .card~.buttons-wrapper .btn-add-widget-to-website {
    font-size: 1.75rem !important;
    padding: 1.5rem 3rem !important;
  }

  .reviews-widget-demo-wrapper .card~.buttons-wrapper .img-curled-arrow {
    margin-right: 10px;
    width: 70px;
    top: -60px;
  }

  .card-romw-dmt-partnership .partnership-brand-logo {
    height: 80px;
  }

  .card-romw-dmt-partnership .partnership-brand-logo-ducttape {
    height: 90px;
  }

  .panel-partnership-logos.hstack-md {
    column-gap: 60px;
  }

  .card__before-after-results .content__before-after-results .business-wrapper {
    padding-right: 15px;
  }
}

/* END min-width=992 */
@media (min-width: 1200px) {
  .hstack-xl {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    align-self: stretch !important;
  }

  .-mt-xl-10 {
    margin-top: -10px !important;
  }

  .-mt-xl-20 {
    margin-top: -20px !important;
  }

  .-mt-xl-30 {
    margin-top: -30px !important;
  }

  .-mt-xl-40 {
    margin-top: -40px !important;
  }

  .-mt-xl-50 {
    margin-top: -50px !important;
  }

  .-mt-xl-60 {
    margin-top: -60px !important;
  }

  .-mt-xl-70 {
    margin-top: -70px !important;
  }

  .-mt-xl-80 {
    margin-top: -80px !important;
  }

  .-mt-xl-90 {
    margin-top: -90px !important;
  }

  .-mt-xl-100 {
    margin-top: -100px !important;
  }

  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .flex-4cols-xl>li,
  .flex-4cols-xl>div {
    width: 25%;
  }

  .flex-4cols-xl.col-gap-20>li,
  .flex-4cols-xl.col-gap-20>div,
  .flex-4cols-xl.col-gap-sm-20>li,
  .flex-4cols-xl.col-gap-md-20>div,
  .flex-4cols-xl.col-gap-md-20>li,
  .flex-4cols-xl.col-gap-md-20>div,
  .flex-4cols-xl.gap-20>li,
  .flex-4cols-xl.gap-20>div {
    width: calc(25% - 15px);
  }

  .flex-4cols-xl.col-gap-30>li,
  .flex-4cols-xl.col-gap-30>div,
  .flex-4cols-xl.col-gap-sm-30>li,
  .flex-4cols-xl.col-gap-sm-30>div,
  .flex-4cols-xl.col-gap-md-30>li,
  .flex-4cols-xl.col-gap-md-30>div,
  .flex-4cols-xl.gap-30>li,
  .flex-4cols-xl.gap-30>div {
    width: calc(25% - 23px);
  }

  .translate-xl-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  [data-aos^="fade"].aos-animate.translate-xl-center {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .main-header .navbar-nav .nav-item {
    margin-left: 0.75rem;
  }

  .main-header .navbar-nav .nav-item-login {
    margin-left: 3rem;
  }

  .main-header .navbar-nav .nav-item:first-child {
    margin-left: 0;
  }

  .main-header .dropdown-menu {
    display: block;
    opacity: 0;
    transition: 0.1s;
    top: 3.5rem;
    left: -24px;
    visibility: hidden;
    color: #212529;
    border-color: #edf1f6;
    border-radius: 12px;
    border-width: 1px;
    -webkit-box-shadow: 0 0 1.5rem rgb(132 168 243 / 10%);
    box-shadow: 0 0 1.5rem rgb(132 168 243 / 10%);
    margin: 0;
    min-width: 280px;
    padding: 16px 18px;
  }

  .dropdown-menu-xl-two-columns,
  .main-header .dropdown-menu-xl-two-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 20px;
    width: 698px;
  }

  .main-header .dropdown-menu-xl-two-columns .dropdown-menu-col {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-top: 6px;
  }

  .main-header .dropdown-menu__features {
    left: -26px;
  }

  .main-header .dropdown-menu__resources {
    left: auto;
    right: -320px;
  }

  .main-header .dropdown-menu__resources .dropdown-menu-xl-two-columns {
    width: 660px;
  }

  .main-header .dropdown-industries .dropdown-menu-xl-two-columns .dropdown-item {
    width: 240px;
  }

  .main-header .dropdown-industries .dropdown-menu-xl-two-columns {
    width: 540px;
  }

  .main-header .dropdown-menu-xl-two-columns .dropdown-item {
    width: 320px;
  }

  .main-header .dropdown:hover>.dropdown-menu {
    opacity: 1;
    top: 3rem;
    visibility: visible;
  }

  .main-header .dropdown-menu .heading {
    font-size: 19px;
  }

  .accordion-faq {
    max-width: 984px;
  }

  .agency-block .feature-icon {
    margin-bottom: 22px;
  }

  .agencies-hero-image {
    width: 570px !important;
    max-width: 570px;
  }

  .collect-reviews-hero-image {
    width: 580px !important;
    max-width: 580px;
    margin-left: -20px;
  }

  .display-reviews-hero-image {
    width: 580px !important;
    max-width: 580px;
    margin-left: 0;
    margin-right: 0;
  }

  .affiliates-hero-image {
    width: 640px !important;
    max-width: 640px;
    margin-left: -50px;
    margin-right: 0;
  }

  .feature-block.d-flex .feature-icon-wrapper {
    margin-right: 23px;
  }

  .feature-image-what-are-clients-saying {
    width: 580px !important;
    max-width: 580px;
    margin-left: auto !important;
  }

  .feature-image-collect-reviews-page {
    width: 591px !important;
    max-width: 591px;
    margin-left: -20px !important;
  }

  .feature-image-choose-widget-type {
    width: 580px !important;
    max-width: 580px;
    margin-left: -40px !important;
  }

  .feature-image-display-widgets {
    width: 576px !important;
    max-width: 576px;
  }

  .feature-image-star-rating-badges {
    width: 600px !important;
    max-width: 600px;
    margin-left: -80px !important;
  }

  .request-reviews-hero-image {
    width: 445px !important;
    max-width: 445px;
    margin-right: -60px;
  }

  .feature-desktop-email-notification-v2 {
    width: 429px !important;
    max-width: 429px;
  }

  .list-pricing-option-features {
    margin-bottom: 38px;
  }

  .list-pricing-option-features>li {
    margin-bottom: 17px;
  }

  .card-pricing .card-body {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-pricing .location-counter {
    margin: 19px 0 20px 0;
    padding: 13px 0;
  }

  .pricing-table .location-counter span {
    line-height: 18px;
  }

  .pricing-table .tooltip-icon {
    top: 22px;
  }

  .pricing-table .tooltip-text,
  .has-tooltip .tooltip-text {
    right: -176px;
  }

  .pricing-table>thead>tr>td:first-child,
  .pricing-table>thead>tr>th:first-child,
  .pricing-table>tbody>tr>td:first-child,
  .pricing-table>tbody>tr>th:first-child,
  .pricing-table>tfoot>tr>td:first-child,
  .pricing-table>tfoot>tr>th:first-child {
    width: 338px;
  }

  .pricing-table>tbody>tr:nth-child(2)>td:first-child {
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .pricing-table>tbody>tr:nth-child(2)>td {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pricing-table th {
    padding-top: 17px;
  }

  .pricing-table td {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-table>tbody>tr>td:first-child {
    padding-right: 54px;
    padding-left: 28px;
  }

  .pricing-table>tbody>.tr-price-amount>td {
    padding-top: 3px;
    padding-bottom: 14px;
  }

  section,
  section.py-default,
  .page-blog section,
  .section-hero+.container-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-hero+section.py-default,
  .section-hero+section.padding-top-default {
    padding-top: 70px;
  }

  .section-hero+.container-wrapper.mt-5 {
    padding-top: 22px;
    padding-bottom: 70px;
  }

  .section-hero {
    min-height: 290px;
  }

  .section-build-trust-with-widgets {
    padding-top: 80px;
    padding-bottom: 95px;
  }

  .section-protect-your-reputation {
    padding-top: 125px;
    padding-bottom: 95px;
  }

  .section-agencies {
    padding-top: 90px;
    padding-bottom: 95px;
  }

  .section-collect-reviews {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .section-collect-review-button {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-collect-review-button .feature-image-wrapper {
    margin-top: -15px !important;
  }

  .section-collect-reviews-page,
  .section-connects-display-widget {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-display-reviews {
    padding-top: 140px;
  }

  .section-faq {
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .section-features {
    padding-top: 90px;
    padding-bottom: 62px;
  }

  .section-how-it-works {
    padding-top: 100px;
  }

  .section-how-it-works.add-top-gray-wave {
    padding-top: 184px;
  }

  .section-easy-setup,
  .section-layout {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-layout .feature-image-wrapper {
    margin-left: -12px;
  }

  .section-style-badges-filter-notifications .row-style {
    padding-bottom: 60px;
  }

  .section-style-badges-filter-notifications .row-style .feature-image-wrapper {
    margin-left: -40px;
  }

  .section-style-badges-filter-notifications .row-badges {
    padding-bottom: 94px;
  }

  .section-style-badges-filter-notifications .row-badges .feature-image-wrapper {
    margin-left: -45px;
  }

  .section-style-badges-filter-notifications .row-badges .order-lg-2 {
    padding-left: 65px;
  }

  .section-style-badges-filter-notifications .row-filtering {
    padding-bottom: 100px;
  }

  .section-style-badges-filter-notifications .row-filtering .feature-image-wrapper {
    margin-left: -80px;
  }

  .section-style-badges-filter-notifications .row-notifications .feature-image-wrapper img {
    width: 500px;
  }

  .section-platform-brands {
    padding-bottom: 97px;
  }

  .section-review-summary {
    padding-top: 100px;
  }

  .section-stats {
    padding-top: 50px;
    padding-bottom: 35px;
  }

  .section-stats .col-stat:nth-child(1) {
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
  }

  .section-stats .col-stat:nth-child(2) {
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
  }

  .section-stats .col-stat:nth-child(3) {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }

  .section-stats .col-stat:nth-child(3) .stat-block p {
    margin-left: -12px;
  }

  .section-effective-review-request {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-cta-middle {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tooltip-text {
    right: -10px;
  }

  .upper-footer,
  .footer-nav {
    padding-top: 80px;
    padding-bottom: 65px;
  }

  .lower-footer,
  .footer-copyright {
    padding-top: 23px;
    padding-bottom: 22px;
  }

  .page-link {
    width: 42px;
    height: 42px;
    padding: 16px 5px;
    margin: 0 6px 10px;
    border-width: 1px;
  }

  .page-home .section-stats .container,
  .page-request-reviews section[class*="section-features"]:not(:last-of-type) .container {
    min-width: 1160px;
  }

  .page-collect-reviews .feature-block-increase-google {
    margin-left: -20px;
  }

  .page-collect-reviews .section-how-it-works {
    padding-bottom: 112px;
  }

  .page-collect-reviews .section-connects-display-widget+.section-how-it-works {
    padding-bottom: 140px;
  }

  .page-collect-reviews .section-how-it-works+.section-faq {
    padding-top: 50px;
  }

  .page-collect-reviews .section-platform-brands {
    padding-bottom: 80px;
  }

  .page-display-reviews .add-bottom-gray-wave {
    padding-bottom: 180px;
  }

  .page-display-reviews .section-platform-brands {
    padding-bottom: 80px;
  }

  .page-display-reviews .section-review-summary {
    padding-top: 95px;
    padding-bottom: 75px;
  }

  .page-display-reviews .section-review-summary .row-great-online-reviews {
    padding-left: 40px;
  }

  .page-display-reviews .section-review-summary .row-great-online-reviews .feature-image-wrapper {
    margin-left: -60px;
  }

  .page-display-reviews .section-review-summary .row-great-online-reviews .order-lg-2 {
    padding-left: 20px;
  }

  .page-request-reviews .section-hero {
    padding-top: 12px;
  }

  .page-request-reviews .section-review-summary {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .page-request-reviews .section-review-summary .row-run-effective .col-lg-6:nth-child(2) {
    padding-left: 28px;
  }

  .page-request-reviews .section-review-summary .row-collect-views-automatically .order-xl-2 {
    padding-left: 40px;
  }

  .page-request-reviews .section-review-summary .row-collect-views-automatically .feature-image-wrapper {
    margin-left: -30px;
  }

  .page-request-reviews .section-platform-brands {
    padding-top: 10px;
  }

  .page-request-reviews .section-networks {
    padding-top: 50px;
    padding-bottom: 52px;
  }

  .page-request-reviews section[class*="section-features"]:not(:last-of-type) {
    padding-top: 110px;
    padding-bottom: 62px;
  }

  .page-request-reviews .section-bad-review-reduction {
    padding-top: 50px;
    padding-bottom: 90px;
  }

  .page-request-reviews .section-quick-setup {
    padding-top: 74px;
  }

  .page-request-reviews .section-time-saving-templates {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-request-reviews .section-mass-individual-sending {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .page-request-reviews .section-connects-display-widget {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .page-request-reviews .section-connects-display-widget .col-connects-display-widget {
    padding-left: 70px;
    padding-right: 100px;
  }

  .page-request-reviews .section-faq {
    padding-top: 0;
    padding-bottom: 95px;
  }

  .page-agencies .section-hero {
    padding-top: 42px;
    padding-bottom: 45px;
  }

  .page-pricing .section-hero {
    min-height: 315px;
  }

  .page-pricing-alt .section-hero {
    padding-top: 60px;
  }

  .page-pricing-alt .section-pricing-table {
    padding-top: 70px;
    margin-top: 0;
  }

  .page-pricing .section-faq {
    padding-top: 80px;
  }

  .page-blog .section-hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-google-reviews-landing .feature-image-google-reviews-carousel-widget {
    max-width: 728px;
    margin-left: -100px !important;
  }

  .page-google-reviews-landing .feature-image-reviews-widget,
  .page-agencies .feature-image-reviews-widget {
    margin-left: -40px !important;
  }

  .page-home .section-hero .col-lg-5.pr-xl-0 {
    padding-right: 30px !important;
  }

  .page-display-reviews .section-hero .h1,
  .page-display-reviews .section-hero h1,
  .page-respond-to-reviews-with-ai .section-hero .h1,
  .page-respond-to-reviews-with-ai .section-hero h1 {
    font-size: 48px;
    line-height: 58px;
  }

  .page-collect-reviews .section-hero p {
    padding-right: 40px !important;
  }

  .page-request-reviews .section-bad-review-reduction .row-bad-review-reduction .order-lg-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-request-reviews .section-hero p {
    padding-right: 50px !important;
  }

  .page-google-reviews-landing .section-hero {
    min-height: 560px;
  }

  .page-google-reviews-landing .section-hero .content {
    max-width: 500px;
  }

  .page-google-reviews-landing .section-hero .google-reviews-widget-hero-image {
    width: 600px !important;
    max-width: 600px;
  }

  .page-respond-to-reviews-with-ai .section-hero .ai-hero-image {
    max-width: 560px;
    margin-right: -40px;
  }

  /**
   * .page-widget-editor 1200
   */
  .page-widget-editor .preview_container {
    padding-top: 22px;
  }

  .page-widget-editor .sidebar-left+.preview_container>.container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .page-widget-editor .aside-widget-editor {
    width: 390px;
  }

  .page-widget-editor .page-header {
    margin-bottom: 15px;
  }

  .page-widget-editor .preview_container {
    padding: 30px;
  }

  .aside-widget-editor .nav-tabs .nav-link {
    padding: 17px 13px;
  }

  /**
   * .page-business-review-report 1200
   */
  .section-avg-rating-on-different-sites {
    padding-top: 30px;
  }

  .romw-badge-block {
    padding: 18px 20px;
  }

  .romw-rating-block {
    line-height: 0;
    position: relative;
    top: 2px;
  }

  .romw-average-rating {
    margin-right: 12px;
  }

  .romw-horizontal-badge.romw-badge-block-md-xl .romw-site-block {
    margin-left: 20px;
    padding-left: 19px;
  }

  .romw-badge-block-md-xl .romw-badge-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .romw-badge-block-md-xl .romw-site-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
  }

  .romw-badge-block-md-xl .romw-site-icon {
    width: 60px;
    height: 60px;
  }

  .romw-badge-block-md-xl .romw-average-rating,
  .romw-badge-block-md-xl .romw-review-volume,
  .romw-badge-block-md-xl .romw-response-time,
  .romw-badge-block-md-xl .romw-response-rate {
    font-weight: 700;
    font-size: 34px;
    line-height: 36px;
  }

  .romw-badge-block-md-xl .romw-rating-star {
    font-size: 23px;
    margin-left: -1px;
  }

  .romw-badge-block-md-xl .romw-rating-star:first-child {
    margin-left: 0;
  }

  .romw-badge-block-md-xl.romw-horizontal-badge .romw-site-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .romw-badge-block-avg {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .romw-badge-block-avg .romw-site-icon {
    width: 42px;
    height: 42px;
  }

  .romw-badge-block-avg .romw-site-block {
    margin-top: 6px;
    padding-top: 14px;
  }

  .romw-badge-block-avg .romw-average-rating {
    font-size: 50px;
    line-height: 50px;
  }

  .romw-badge-block-avg .romw-rating-star {
    font-size: 29px;
  }

  .romw-badge-block-avg .romw-average-rating {
    margin-right: 15px;
  }

  .romw-badge-block__reviews-count {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .romw-badge-block__reviews-count .romw-site-icon {
    width: 56px;
    height: 56px;
  }

  .romw-badge-block__reviews-count .romw-reviews-count {
    font-size: 64px;
    line-height: 64px;
  }

  .romw-badge-block__reviews-count.romw-badge-block-md-xl .romw-site-icon {
    width: 64px;
    height: 64px;
  }

  .romw-badge-block__reviews-count.romw-badge-block-md-xl .romw-reviews-count {
    font-size: 92px;
    line-height: 92px;
  }

  .romw-reviews-count-block .heading {
    font-size: 20px;
    line-height: 20px;
    margin-top: 8px;
    padding-top: 16px;
  }

  .page-business-review-report .list-badges__label {
    padding-left: 30px;
    padding-right: 62px;
  }

  .page-business-review-report .list-badges__label-volume {
    padding-right: 30px;
  }

  .romw-badge-block__company,
  .romw-badge-block__response-time,
  .romw-badge-block__response-rate {
    padding: 22px 30px;
  }

  .romw-badge-block__company .romw-company-name {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .romw-badge-block__response-time .romw-content-block,
  .romw-badge-block__response-rate .romw-content-block {
    font-size: 22px;
    line-height: 26px;
  }

  .romw-badge-block__company .romw-rating-block {
    top: 0;
    margin-left: 14px;
  }

  .romw-badge-block__company .romw-rating-star {
    font-size: 35px;
  }

  .romw-badge-block-md-xl.romw-badge-block__response-time,
  .romw-badge-block-md-xl.romw-badge-block__response-rate {
    padding: 25px 35px;
  }

  .card__review-report .romw-badge-block-md-xl .romw-review-volume,
  .card__review-report .romw-badge-block-md-xl .romw-response-time,
  .card__review-report .romw-badge-block-md-xl .romw-response-rate {
    font-size: 32px;
    line-height: 30px;
  }

  .card__review-report .romw-badge-block__company .romw-rating-star {
    font-size: 22px;
  }

  .page-business-review-report .section-hero p+dl {
    margin-top: 80px !important;
  }

  .page-business-review-report .section-hero dl+p {
    margin-top: 32px;
  }

  .store-map-hero-image {
    max-width: 536px !important;
    width: 536px !important;
  }

  .page-business-review-report .list-badges,
  .page-business-review-report .romw-badge-block-avg {
    margin-left: auto;
    margin-right: auto;
    max-width: 1118px;
  }

  .page-business-review-report .list-badges__company-rating {
    max-width: 800px;
  }

  .section-cta__floating {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .card__business-page-reviews .card-body,
  .card__sidebar-widget .card-body {
    padding: 22px 26px;
  }

  .card__business-page-reviews .card-body {
    padding-bottom: 30px;
  }

  .card__sidebar-widget .heading {
    margin-bottom: 14px;
  }

  /**
   * .page-business 1200
   */
  .business-details .romw-rating-block {
    margin-right: 10px;
  }

  .section-display-average-star-rating .feature-image-wrapper {
    margin-left: -60px;
  }

  .page-google-link-generator .section-hero {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .page-docs .section-hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .section-hero {
    min-height: auto;
  }

  .page-home .section-hero {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .page-home .section-hero.add-bottom-light-blue-wave {
    padding-bottom: 120px;
  }

  .page-white-header .section-hero+section,
  .page-white-header .section-hero+.container-wrapper {
    padding-top: 30px;
  }

  .page-google-link-generator .section-hero+section,
  .page-google-reviews-landing .section-hero+section {
    padding-top: 70px;
  }

  .page-review-widget-demo .section-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card__banner .banner-text {
    width: 70%;
  }

  .card__banner .banner-action .btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .card__review-report .card-header {
    padding: 20px 30px;
  }

  .card__review-report .card-body,
  .card__review-report .card-footer {
    padding: 25px 30px;
  }

  .card__review-report .score {
    font-size: 24px;
  }

  .card__review-report .score-value {
    font-size: 40px;
  }

  .card__review-report .romw-badge-block__company {
    padding: 14px 18px;
  }

  .card__report-form .card-body {
    padding: 30px 35px 35px;
  }

  .feature-image-response-rate-review-volume {
    width: 695px;
    max-width: 695px !important;
  }

  .wrapper__turn-leads {
    position: relative;
    top: -30px;
  }

  .section-turn-leads .feature-image-wrapper-1 {
    padding-top: 30px;
    margin-left: -50px;
  }

  .page-reputation-report-landing .card__testimonial {
    min-height: 230px;
  }

  .page-reputation-report-landing .card__testimonial .card-body {
    padding: 25px 35px 35px;
  }

  .section-agency-pricing {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .agencies-hero-image {
    width: 620px !important;
    max-width: 620px;
    margin-left: -50px;
    position: relative;
    top: 20px;
  }

  .card__solution .card-body {
    padding: 30px;
  }

  .hero-all-in-one-review-management-solution {
    max-width: 568px !important;
    margin-left: -30px;
  }

  .feature-review-widgets-and-badges {
    max-width: 520px !important;
  }

  .feature-maximize-your-seo-improve-rankings {
    max-width: 555px !important;
    margin-left: -40px;
  }

  .feature-social-proof-stream {
    max-width: 439px !important;
  }

  .feature-protect-your-reputation {
    max-width: 535px !important;
    margin-left: -20px;
  }

  .industry-name.rounded-pill {
    background-color: var(--light-blue-v3);
    min-width: 220px;
    width: 100%;
    padding: 10px 35px 10px 10px;
  }

  .page-blog .section-blog-content {
    padding-top: 20px;
  }

  section.anchor-target::before,
  .content.anchor-target::before,
  .page-blog .section-blog-content article [id]::before,
  .page-docs .article-body [id]::before {
    display: block;
    content: " ";
    margin-top: -70px;
    height: 90px;
    visibility: hidden;
  }

  .page-blog .section-blog-content article [id]::before,
  .page-docs .article-body [id]::before {
    height: 70px;
  }

  .section-hero__podium .h1,
  .section-hero__podium h1 {
    font-size: 48px;
    line-height: 58px;
  }

  /* Widget demo */
  .widget-type-button {
    font-size: 14px;
    line-height: 1.5;
  }

  .card-reviews-widget-demo .col-nav {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    padding: 25px;
    width: 275px;
  }

  .card-reviews-widget-demo .col-nav,
  .card-reviews-widget-demo .col-body {
    height: 690px;
  }

  .card-reviews-widget-demo .col-body {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .card-reviews-widget-demo .romw-iframes-wrapper {
    height: 590px;
    padding: 0 20px;
  }

  .widget-mobile-view .romw-iframes-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .widget-type-layout {
    height: 100px;
  }

  .widget-layout-icon {
    gap: 5px;
  }

  .widget-layout-icon .shape {
    border-radius: 2px;
    width: 20px;
    height: 8px;
  }

  .widget-layout-icon .fa-chevron-left,
  .widget-layout-icon .fa-chevron-right {
    font-size: 10px;
  }

  .list-layout .widget-layout-icon .shape {
    width: 50px;
  }

  .grid-layout .widget-layout-icon {
    width: 50px;
  }

  .grid-layout .widget-layout-icon .shape {
    width: 12px;
    height: 12px;
  }

  .slider-layout .widget-layout-icon .shape {
    width: 40px;
    height: 12px;
  }

  .carousel-layout .widget-layout-icon .shape {
    width: 15px;
    height: 12px;
  }

  .masonry-layout .widget-layout-icon .shape {
    width: 14px;
    height: 10px;
  }

  .masonry-layout .masonry-col-1>.shape:first-child {
    height: 16px;
  }

  .masonry-layout .masonry-col-1>.shape:last-child {
    height: 12px;
  }

  .masonry-layout .masonry-col-2>.shape:nth-child(2) {
    height: 16px;
  }

  .masonry-layout .masonry-col-2>.shape:last-child {
    height: 16px;
  }

  .masonry-layout .masonry-col-3>.shape:first-child {
    height: 20px;
  }

  .buttons-wrapper-maximize-mobile {
    position: relative;
    top: -10px;
    right: -10px;
  }

  .card-reviews-widget-demo .col-nav .btn {
    font-size: 16px;
    line-height: 22px;
  }

  .swiper-widgets-nav .widget-type-button {
    width: 100px;
  }

  .swiper-lg-disable .swiper-wrapper {
    height: auto;
  }

  .swiper-lg-disable .swiper-slide,
  .swiper-lg-disable swiper-slide {
    width: auto;
    height: auto;
  }

  .swiper-lg-disable.swiper-widgets-nav .swiper-slide {
    justify-content: start;
    align-items: start;
  }

  .swiper-widgets-nav .swiper-wrapper {
    gap: 15px 25px;
    flex-wrap: wrap;
  }

  #widgetFlash iframe {
    position: relative !important;
    bottom: unset !important;
    left: unset !important;
  }

  #widgetRatingBadge iframe,
  #widgetRatingBadgeDark iframe {
    min-width: 100% !important;
  }

  #widgetFlash {
    position: absolute;
    bottom: 20px;
  }

  .widget-demo-fullscreen .card-reviews-widget-demo {
    max-width: 98vw;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .section-how-affiliates-work {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .section-who-makes-a-great-affiliate {
    padding-bottom: 80px;
  }

  .section-discover-your-earning-potential {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .card-business-directory .card-body {
    padding: 13px 15px;
  }

  .card-business-directory .business-image {
    height: 120px;
  }

  .card-business-directory .romw-average-rating {
    margin-right: 8px;
  }

  .card-business-directory .romw-rating-block {
    top: -1px;
    margin-right: 0;
  }

  .list__reviews-widgets-any-platform>li {
    width: calc(25% - 15px);
  }

  .col__card__article-category {
    margin-bottom: 28px;
  }

  .link__card__article-category {
    padding: 30px;
  }

  .romw-badge-block__from-the-web .romw-rating-block {
    top: -1px;
  }

  .romw-rating-block__rate {
    top: unset;
  }

  .romw-badge-block__from-the-web .romw-site-icon {
    margin-bottom: 0;
    width: 52px;
    height: 52px;
  }

  .romw-badge-block__from-the-web .romw-average-rating {
    font-size: 30px;
  }

  .romw-badge-block__from-the-web .romw-rating-star {
    font-size: 28px;
  }

  .romw-badge-block__from-the-web .romw-site-block {
    margin-left: 15px;
  }

  .feature-image-build-trust-with-potential-customers {
    max-width: 654px;
    margin-right: -40px !important;
  }

  .feature-image-get-valuable-feedback-from-customers {
    max-width: 644px;
    margin-left: -30px !important;
  }

  .feature-image-dominate-the-competition {
    max-width: 652px;
    margin-right: -20px !important;
  }

  .feature-image-promptly-address-customer-concerns {
    max-width: 646px;
    margin-left: -30px !important;
  }

  .bg-image-circle-lines-white2 {
    width: 425px;
  }

  .content-cta-lg {
    padding: 16px 0;
  }

  .content-cta-lg .heading {
    font-size: 46px;
    line-height: 62px;
  }

  .content-cta-lg .btn {
    font-size: 22px;
    line-height: 30px;
  }

  .content-cta .content-bg .bg-image-star-white2 {
    bottom: -28px;
  }

  .page-unique-lead-landing .feature-image-romw-dashboard-home {
    max-width: 1000px;
  }

  .page-reputation-report-landing .unique-lead-landing-hero-image,
  .page-unique-lead-landing .unique-lead-landing-hero-image {
    margin-left: -90px;
  }

  .content-overlap-container .img-curled-arrow {
    top: -50px;
    left: -120px;
  }

  .romw-badge-block__before-after {
    min-width: 280px;
    min-height: 300px;
    padding: 30px 25px;
  }

  .romw-badge-block__before-after .lead {
    line-height: 28px;
  }

  .page-review-responser-generator .card__review-response-generator {
    margin-top: -250px;
  }

  .page-review-responser-generator .section-hero .bg-image-circle-blue {
    top: -195px;
    left: 4.5%;
  }

  .page-review-responser-generator .section-hero .bg-image-circle-filled-blue {
    left: -2%;
  }

  .page-review-responser-generator .section-hero .img-curled-arrow {
    width: 117px;
    top: -75px;
    right: -6%;
  }

  .page-review-responser-generator .card__review-response-generator {
    margin-bottom: 120px;
  }

  .card__before-after-results .romw-badge-block__before-after .lead {
    font-size: 17px;
    line-height: 26px;
  }

  .card__before-after-results .content__before-after-results .romw-badge-block-wrapper {
    gap: 20px 30px;
    padding-top: 15px;
  }

  .card__before-after-results .romw-badge-block__before-after {
    min-width: 260px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-case-studies .section-hero {
    padding-bottom: 300px;
  }

  .section-case-study.add-bottom-light-blue-wave {
    padding-bottom: 250px;
  }

  .card__case-study-review .icon-quotation-mark {
    width: 69px;
    bottom: 40px;
    right: 50px;
  }

  .content__laptop-website-ss .bg-image-circle-lines-blue-326 {
    top: -44px;
    right: -2%;
  }

  .case-study-stat-features-list {
    gap: 30px 50px;
  }

  .case-study-stat-features-list .feature-item {
    width: 280px;
  }

  .page-case-study .section-hero .col-left {
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%;
  }

  .page-case-study .section-hero .col-right {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }

  .page-add-business .section-hero .img-curled-arrow {
    width: 117px;
    top: -120px;
    left: -30px;
  }

  .page-add-business .section-hero .bg-image-circle-blue-2 {
    left: 7.5%;
  }

  .page-add-business .section-hero .bg-image-circle-filled-blue {
    right: -40px;
    bottom: -50px;
  }

  .page-case-study-individual .content__case-study-review {
    margin-top: -250px;
  }

  .page-add-business-thank-you .section-hero .bg-image-circle-filled-blue {
    left: -120px;
  }

  .page-google-review-link .section-hero .bg-image-circle-blue-2 {
    top: -100px;
    right: 4%;
  }

  .page-google-review-link .section-hero .bg-image-circle-filled-blue {
    bottom: -10px;
    left: 5%;
  }

  .page-google-review-link .section-hero .bg-image-circle-filled-blue--ab {
    bottom: 0;
    left: 8%;
  }

  .page-google-review-link .section-hero.add-bottom-light-blue-wave {
    padding-bottom: 240px;
  }

  .page-google-review-link .content__review-link-form:not(.content__review-link-form-v1) {
    margin-top: -240px;
  }

  .page-google-review-link .content__review-link-form+.content {
    margin-top: 150px;
  }

  .page-google-review-link .content__review-link-form-v1+.content {
    margin-top: 120px;
  }

  .page-google-review-link .content__review-link-form .img-curled-arrow {
    width: 80px;
    top: 140px;
    left: 20px;
  }

  .page-google-review-link .content__review-link-form-v1 .img-curled-arrow {
    width: 80px;
    top: 44px;
    left: -10px;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .card__business-directory-page .logo-image-wrapper {
    width: 450px;
    height: 250px;
  }

  .business-details .flex-xl-row>.list-contact-details {
    width: 66%;
  }

  .business-details .flex-xl-row>.list-socials {
    flex-shrink: 0;
    width: 30%;
  }

  .row__add-business-form>.col-left {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .row__add-business-form>.col-right {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .wrapper__alternative-list {
    column-gap: 40px;
  }

  .integrations-hero-image {
    max-width: 522px !important;
    width: 522px !important;
    margin-left: -40px;
  }

  .page-integrations .section-hero.add-bottom-light-blue-wave {
    padding-bottom: 150px;
  }

  .card__integration-app .app-icon {
    width: 80px;
  }

  .card__integration-app .app-name {
    font-size: 24px;
  }

  .list__review-sources .romw-badge-block {
    padding: 0;
  }

  .page-social-sharing .section-hero .social-sharing-hero-image {
    max-width: 540px;
    height: auto;
  }

  .feature-image-easy-social-media-post-creation {
    max-width: 560px !important;
    margin-left: -15px !important;
  }

  .feature-image-customizable-designs {
    max-width: 561px !important;
    margin-left: -15px !important;
  }

  .feature-image-streamlined-review-selection {
    max-width: 572px !important;
    margin-left: -15px !important;
  }

  .section-cta .feature-image-romw-dashboard-v3 {
    max-width: 496px !important;
    margin-right: -140px !important;
  }

  .section-google-reviews-widget-demo .img-curled-arrow-v2 {
    width: 60px;
    top: -90px;
    right: 60px;
    transform: rotate(349deg);
  }

  .page-google-reviews-landing .section-hero .col-text {
    padding-right: 60px;
  }

  .page-google-reviews-landing .section-hero .row-hero-content {
    padding-bottom: 46px;
  }

  .page-google-reviews-landing .section-hero .content__google-reviews-widget-video::before {
    content: "";
    display: block;
    width: 719px;
    height: 676px;
    position: absolute;
    top: 0;
    left: -150px;
    background: url(../images/hero-image-widget-lander-curves@2x.webp) top left no-repeat;
    background-size: 719px auto;
  }

  .page-google-reviews-landing .section-hero .content__google-reviews-widget-video {
    width: 588px;
    height: 676px;
    max-width: 588px;
    position: absolute !important;
    right: 0;
    top: -146px;
    right: -40px;
  }

  .page-qr-code-landing .feature-image-build-trust-and-credibility {
    max-width: 628px;
    margin-left: -60px;
  }

  .page-qr-code-landing .feature-image-qr-customize-qr-code {
    max-width: 634px;
    margin-left: -40px;
  }

  .page-qr-code-landing .feature-image-qr-code-marketing-integration {
    max-width: 599px;
    margin-left: -30px;
  }

  .page-qr-code-landing .feature-image-qr-customize-qr-code-v2 {
    max-width: 500px;
  }

  .page-qr-code-landing .feature-image-qr-code-for-hospitality,
  .page-qr-code-landing .feature-image-qr-code-for-automotive,
  .page-qr-code-landing .feature-image-qr-code-for-home-services {
    max-width: 555px;
  }

  .page-qr-code-landing .feature-image-qr-code-for-wellness {
    max-width: 560px;
  }

  .page-qr-code-landing .feature-image-qr-code-for-medical-services {
    max-width: 559px;
  }

  .page-qr-code-landing .feature-image-qr-code-for-real-estate {
    max-width: 553px;
  }

  .page-qr-code-landing .feature-image-qr-code-for-professional-services {
    max-width: 549px;
  }

  .agencies-hero-image-v2 {
    max-width: 642px;
    margin-left: -60px;
  }

  .page-agencies .section-how-it-works .feature-image-wrapper img {
    max-width: 375px;
    margin-left: -20px;
  }

  .feature-image-white-label-showcase-positive-experiences {
    max-width: 563px;
  }

  .feature-image-white-label-automatically-get-new-reviews {
    max-width: 559px;
  }

  .feature-image-white-label-stay-informed {
    max-width: 565px;
  }

  .feature-image-white-label-take-control {
    max-width: 572px;
    margin-left: -20px;
  }

  .feature-image-white-label-competitive-edge {
    max-width: 584px;
  }

  .feature-image-white-label-proactive-strategies {
    max-width: 561px;
    margin-left: -20px;
  }

  .feature-image-white-label-boost-visibility {
    max-width: 560px;
  }

  .content__introducing-all-new-pa .badge__introducing-all-new-pa+.content {
    background: url(../images/feature-white-label-banner-image1@2x.webp) 320% -150px / 926px auto no-repeat;
  }

  .romw-badge-block__testimonial {
    padding: 30px 35px;
  }

  .romw-badge-block__testimonial {
    padding: 25px 35px;
  }

  .row-this-is-what-partnering h2 {
    font-size: 42px;
    line-height: 50px;
  }

  .row-this-is-what-partnering .col-left,
  .row-this-is-what-partnering .col-right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .page-book-a-demo .content__yt {
    width: 720px;
  }

  .card__case-study-review .review {
    font-size: 24px;
    line-height: 34px;
  }

  .page-review-responser-generator .section-elevate-customer-interactions .col-left .content {
    margin-left: -20px;
  }

  .page-home-v4 .navbar-light .navbar-nav .nav-item-login .nav-link {
    color: #ffffff;
  }

  .page-home-v4 .navbar-light .navbar-nav:last-child .btn-primary {
    color: var(--blue);
    background-color: #ffffff;
    border-color: #ffffff;
  }

  .page-home-v4 .main-header.sticky-header .navbar-light .navbar-nav .nav-item-login .nav-link {
    color: #0d0d0d;
  }

  .page-home-v4 .navbar-light .navbar-nav:last-child .btn-primary:hover,
  .page-home-v4 .main-header.sticky-header .navbar-light .navbar-nav .nav-item-login .nav-link:hover {
    color: var(--blue-mouseover);
  }

  .page-home-v4 .main-header.sticky-header .navbar-light .navbar-nav:last-child .btn-primary {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
  }

  .page-home-v4 .main-header.sticky-header .navbar-light .navbar-nav:last-child .btn-primary:hover {
    color: #fff;
    background-color: var(--blue-mouseover);
    border-color: var(--blue-mouseover);
  }

  .page-home-v4 .section-hero .feature-image-wrapper {
    width: 589px;
  }

  .page-home-v4 .section-hero {
    margin-top: -94px;
  }

  .page-home-v4 .section-hero .feature-image-wrapper {
    position: relative;
    right: -4%;
  }

  .page-home-v4 .section-hero h1 {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 1.75rem;
  }

  .main-header-bg__xl-transparent .main-header {
    background-color: transparent;
    position: relative;
    z-index: 1;
  }

  .main-header-bg__xl-transparent .main-header.sticky-header {
    background-color: #fff;
  }

  .main-header-bg__xl-transparent .main-header.sticky-header {
    position: sticky;
    z-index: 11;
  }

  .nav-blog-categories>li.m-1 {
    margin: 0.28125rem !important;
  }

  /* Industry Pages */
  .feature-image-automotive-landing-page-boost-trust-and-sales {
    max-width: 590px;
  }

  .feature-image-automotive-landing-page-streamline-feedback-collection {
    margin-left: -20px;
    max-width: 559px;
  }

  .feature-image-automotive-landing-page-stay-ahead-of-the-curv {
    max-width: 610px;
  }

  .feature-image-automotive-landing-page-save-time-remain-consistent {
    margin-left: -60px;
    max-width: 607px;
  }

  .feature-image-automotive-landing-page-expand-your-reach {
    max-width: 598px;
  }

  .feature-image-automotive-landing-page-drive-proactive-strategies {
    max-width: 559px;
  }

  .feature-image-automotive-landing-page-maximize-visibility {
    max-width: 559px;
  }

  .hero-image-unlock-your-dealership-potential-with-online-reputation-management {
    margin-left: -60px;
    max-width: 752px;
  }

  .page-industry .section-hero .bg-blur__light-blue-2.bg-bottom,
  .page-automotive-industry .section-hero .bg-blur__light-blue-2.bg-bottom {
    width: 400px;
    height: 400px;
    bottom: 20%;
  }

  .page-industry.main-header-bg__xl-transparent .main-header,
  .page-automotive-industry.main-header-bg__xl-transparent .main-header {
    z-index: 2;
  }

  .industry-page-hero-image {
    margin-left: -20px;
    max-width: 692px;
  }

  .industry-page-feature-image-display-reviews {
    max-width: 601px;
  }

  .industry-page-feature-image-collect-reviews {
    max-width: 602px;
  }

  .industry-page-feature-image-monitor-reviews,
  .industry-page-feature-image-seo-and-rankings {
    max-width: 559px;
  }

  .industry-page-feature-image-powerful-AI {
    margin-left: -40px;
    max-width: 606px;
  }

  .page-wellness-industry .industry-page-feature-image-powerful-AI {
    max-width: 610px;
  }

  .industry-page-feature-image-digital-marketing {
    max-width: 598px;
  }

  .industry-page-feature-image-analytics {
    max-width: 636px;
  }

  .page-google-review-calculator-landing .feature-image-why-google-reviews-matter {
    max-width: 563px;
  }

  .section-free-ebook .feature-image-free-book {
    max-width: 752px;
    margin-left: -82px !important;
    position: relative;
    top: 30px;
  }

  .page-ebook-landing .section-hero .bg-image-circle-filled-blue {
    bottom: 15%;
    left: -22%;
  }

  .card-pricing__alt3 .price {
    font-size: 50px;
  }

  .card__pricing-comparison-table .table-responsive {
    overflow-x: unset;
    -webkit-overflow-scrolling: unset;
  }

  .page-dtm-partnership .section-dmt-x-romw .bg-image-circle-blue-2 {
    top: -250px;
  }
}

/* END min-width=1200 */
@media (min-width: 1280px) {
  .agencies-hero-image {
    width: 670px !important;
    max-width: 670px;
  }

  .collect-reviews-hero-image {
    width: 632px !important;
    max-width: 632px;
    margin-left: -50px;
  }

  .feature-reviews-blocks-bg-white {
    width: 611px;
    max-width: 611px;
    margin-left: -80px !important;
  }

  .feature-email-text-review-request {
    margin-right: -60px !important;
  }

  .feature-feedback-request-plus-mobile-mockup {
    width: 558px;
    max-width: 558px;
  }

  .feature-star-rating-badges-v2 {
    width: 555px !important;
    max-width: 555px;
  }

  .feature-image-collect-review-button {
    width: 520px !important;
    max-width: 520px;
    margin-left: -120px !important;
  }

  .feature-image-what-are-clients-saying {
    width: 620px !important;
    max-width: 620px;
  }

  .feature-what-clients-are-saying-v2 {
    width: 582px !important;
    max-width: 582px;
    margin-right: -60px !important;
  }

  .feature-image-choose-widget-type {
    width: 620px !important;
    max-width: 620px;
    margin-left: -20px !important;
  }

  .feature-image-star-rating-badges {
    width: 680px !important;
    max-width: 680px;
  }

  .section-style-badges-filter-notifications .row-notifications .feature-image-wrapper img {
    width: 500px;
    margin-left: 60px !important;
  }

  .section-easily-customize-widget {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section-display-average-star-rating {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .section-monitor-your-reputation {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .page-display-reviews .section-platform-brands,
  .page-respond-to-reviews-with-ai .section-platform-brands {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .page-google-reviews-landing .feature-image-google-reviews-carousel-widget {
    max-width: 771px;
    margin-left: -140px !important;
  }

  .page-google-reviews-landing .feature-image-star-rating-badges-v3 {
    max-width: 608px;
    margin-left: -50px !important;
  }

  .section-grbwg {
    padding-top: 20px;
  }

  .section-rlnr,
  .section-myor {
    padding-top: 100px;
  }

  .section-fhlcryb,
  .section-grfrs,
  .section-crw3s {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-isr {
    padding-bottom: 100px;
  }

  .feature-image-dry-cleaning-widget {
    width: 600px;
    max-width: 600px !important;
  }

  .section-build-better-brand .feature-image-wrapper-1 {
    margin-left: -50px;
  }

  .feature-image-dominate-the-competition {
    margin-right: -40px !important;
  }

  .page-google-reviews-landing .section-hero .content__google-reviews-widget-video {
    right: -60px;
  }

  .page-qr-code-landing .feature-image-qr-code-marketing-integration {
    margin-left: 0;
  }

  .agencies-hero-image-v2 {
    width: 662px !important;
    max-width: 662px;
    margin-left: -50px;
  }

  .page-home-v4 .section-hero .feature-image-wrapper {
    width: 649px;
  }

  .page-home-v4 .section-hero .feature-image-wrapper {
    right: -2%;
  }

  .feature-image-automotive-landing-page-streamline-feedback-collection {
    margin-left: 0;
  }

  .feature-image-automotive-landing-page-save-time-remain-consistent {
    margin-left: -20px;
  }

  .page-google-reviews-landing .section-hero .bg-image-circle-blue-2 {
    top: -75px;
    right: -4%;
  }

  .page-google-reviews-landing .section-hero .bg-image-circle-filled-blue {
    bottom: -10px;
    left: -5%;
  }

  .card-reviews-widget-demo,
  .widget-demo-fullscreen .card-reviews-widget-demo {
    max-width: 1140px;
  }

  .reviews-widget-demo-wrapper>.card-wrapper,
  .widget-demo-fullscreen.reviews-widget-demo-wrapper>.card-wrapper {
    max-width: 1140px;
  }
}

/* END min-width=1280 */
@media (min-width: 1300px) {
  .page-google-reviews-landing .section-hero .content__google-reviews-widget-video {
    right: -90px;
  }

  .agencies-hero-image-v2 {
    width: 682px !important;
    max-width: 682px;
  }

  .feature-image-white-label-take-control,
  .feature-image-white-label-proactive-strategies {
    margin-left: initial;
  }

  .industry-page-feature-image-display-reviews {
    margin-left: -60px;
  }

  .industry-page-hero-image,
  .industry-page-feature-image-powerful-AI {
    margin-left: 0;
  }
}

/* END min-width=1300 */
@media (min-width: 1366px) {
  .home-hero-image {
    width: 614px !important;
    margin-right: -130px;
  }

  .collect-reviews-hero-image {
    width: 672px !important;
    max-width: 672px;
    margin-left: -50px;
  }

  .feature-reviews-blocks-bg-white {
    margin-left: -120px !important;
  }

  .feature-star-rating-badges-v2 {
    margin-left: -16px !important;
  }

  .feature-image-collect-views-automatically {
    width: 580px !important;
    max-width: 580px;
  }

  .feature-image-collect-review-button {
    width: 580px !important;
    max-width: 580px;
    margin-left: -150px !important;
  }

  .feature-image-choose-widget-type {
    width: 660px !important;
    max-width: 660px;
    margin-left: auto !important;
  }

  .feature-image-star-rating-badges {
    width: 720px !important;
    max-width: 720px;
  }

  .page-display-reviews .section-hero {
    padding-bottom: 54px;
  }

  .page-google-reviews-landing .feature-image-reviews-widget,
  .page-agencies .feature-image-reviews-widget {
    margin-left: -40px !important;
  }

  .section-display-average-star-rating .feature-image-wrapper {
    margin-left: -80px;
  }

  .section-turn-leads .feature-image-wrapper-1 {
    margin-left: 0;
  }

  .feature-image-dry-cleaning-widget {
    width: 640px;
    max-width: 640px !important;
  }

  .section-build-better-brand .feature-image-wrapper-1 {
    margin-left: -60px;
    position: relative;
    top: 20px;
  }

  .wrapper__build-better-brand {
    padding-left: 50px !important;
  }

  .feature-agencies-exceed-expectations {
    max-width: 600px !important;
    width: 600px !important;
  }

  .page-google-reviews-landing .section-hero .google-reviews-widget-hero-image {
    width: 629px !important;
    max-width: 629px;
  }

  .affiliates-hero-image {
    margin-left: auto;
  }

  .content-overlap-container .img-curled-arrow {
    width: 117px;
  }

  .content-overlap-container .img-curled-arrow {
    position: absolute;
    top: -65px;
    left: -150px;
  }

  .page-add-business-thank-you .section-hero .bg-image-circle-filled-blue {
    left: -170px;
  }

  .page-google-review-link .content__review-link-form .img-curled-arrow {
    width: 117px;
    top: 110px;
    left: -140px;
  }

  .page-google-review-link .content__review-link-form-v1 .img-curled-arrow {
    width: 80px;
    top: 44px;
    left: -10px;
  }

  .modal__explainer-video .modal-dialog {
    max-width: 1000px;
  }

  .page-google-reviews-landing .section-hero .content__google-reviews-widget-video {
    right: -100px;
  }

  .agencies-hero-image-v2 {
    margin-left: -30px;
  }

  .page-home-v4 .section-hero .feature-image-wrapper {
    right: 0;
  }

  .page-home-v4b .section-hero .feature-image-wrapper img {
    max-width: 1300px;
  }

  .main-header .dropdown-menu__resources {
    right: -350px;
  }
}

/* END min-width=1366 */
@media (min-width: 1440px) {
  .home-hero-image {
    margin-right: -200px;
  }

  .feature-image-choose-widget-type {
    width: 700px !important;
    max-width: 700px;
    margin-left: 20px !important;
  }

  .page-google-reviews-landing .feature-image-star-rating-badges-v3 {
    max-width: 608px;
  }

  .page-google-reviews-landing .feature-image-star-rating-badges-v3 {
    margin-left: 0 !important;
  }

  .page-google-reviews-landing .feature-image-reviews-widget,
  .page-agencies .feature-image-reviews-widget {
    margin-left: -50px !important;
  }

  .affiliates-hero-image {
    width: 680px !important;
    max-width: 680px;
  }

  .page-google-reviews-landing .section-hero .content__google-reviews-widget-video {
    right: -140px;
  }

  .page-home-v4 .section-hero .feature-image-wrapper {
    right: -5%;
  }

  .page-industry .section-hero .bg-blur__light-blue-2.bg-bottom,
  .page-automotive-industry .section-hero .bg-blur__light-blue-2.bg-bottom {
    width: 700px;
    height: 700px;
    bottom: 10%;
  }
}

/* END min-width=1440 */
@media (min-width: 1441px) {
  .add-bottom-gray-wave {
    background-image: url(../images/wave-gray-white-1920@2x.png);
    background-size: 100% auto;
  }

  .add-top-gray-wave {
    background-image: url(../images/wave-white-gray-1920@2x.png);
    background-size: 100% auto;
  }

  .add-top-light-blue-wave,
  .add-bottom-light-blue-wave {
    background-image: url(../images/wave-light-blue-white-1920@2x.png);
    background-size: 100% auto;
  }
}

/* END min-width=1441 */
@media (min-width: 1500px) {
  .page-google-reviews-landing .section-hero .content__google-reviews-widget-video {
    right: -160px;
  }

  .page-google-reviews-landing .section-hero .bg-image-circle-blue-2 {
    right: -6%;
  }
}

/* END min-width=1500 */
@media (min-width: 1600px) {
  .feature-image-star-rating-badges {
    width: 792px !important;
    max-width: 792px;
  }

  .page-google-reviews-landing .section-hero .content__google-reviews-widget-video {
    right: -210px;
  }
}

/* END min-width=1600 */
@media (min-width: 1700px) {
  .d-1700-none {
    display: none !important;
  }

  .d-1700-block {
    display: block !important;
  }

  .page-google-reviews-landing .section-hero .content__google-reviews-widget-video {
    width: 700px;
    max-width: 700px;
    right: -280px;
  }

  .page-google-reviews-landing .section-hero .bg-blur__light-blue-2 {
    right: -300px;
  }

  .reviews-widget-demo-wrapper~.bg-blur__light-blue-1 {
    left: 0;
  }

  .reviews-widget-demo-wrapper~.bg-blur__light-blue-2 {
    right: -150px;
  }
}

/* END min-width=1700 */
@media (min-width: 1800px) {
  .d-1800-none {
    display: none !important;
  }

  .d-1800-block {
    display: block !important;
  }

  .reviews-widget-demo-wrapper~.bg-blur__light-blue-1 {
    border-radius: 350px;
    width: 700px;
    height: 700px;
    left: 0;
  }

  .reviews-widget-demo-wrapper~.bg-blur__light-blue-2 {
    border-radius: 500px;
    width: 1000px;
    height: 1000px;
    top: -40%;
    right: -150px;
  }

  .page-industry .section-hero .bg-blur__light-blue-2.bg-top,
  .page-automotive-industry .section-hero .bg-blur__light-blue-2.bg-top {
    left: -10%;
  }

  .page-industry .section-hero .bg-image-wavy-lines,
  .page-automotive-industry .section-hero .bg-image-wavy-lines {
    left: 10%;
  }
}

/* END min-width=1800 */
@media (min-width: 2000px) {
  .page-home .add-bottom-gray-wave {
    padding-bottom: 200px;
  }

  .page-display-reviews .add-bottom-gray-wave {
    padding-bottom: 220px;
  }

  .page-collect-reviews .section-connects-display-widget+.section-how-it-works {
    padding-bottom: 240px;
  }

  .page-industry .section-hero .bg-blur__light-blue-2.bg-top,
  .page-automotive-industry .section-hero .bg-blur__light-blue-2.bg-top {
    left: 5%;
  }

  .page-industry .section-hero .bg-blur__light-blue-2.bg-bottom,
  .page-automotive-industry .section-hero .bg-blur__light-blue-2.bg-bottom {
    right: 10%;
  }

  .reviews-widget-demo-wrapper~.bg-blur__light-blue-1 {
    left: 15%;
  }

  .page-google-reviews-landing .section-hero .bg-blur__light-blue-2 {
    right: -50px;
  }
}

/* END min-width=2000 */
@media (min-width: 4000px) {

  .page-home .add-bottom-gray-wave,
  .page-display-reviews .add-bottom-gray-wave {
    padding-bottom: 360px;
  }

  .section-how-it-works.add-top-gray-wave {
    padding-top: 350px;
  }

  .page-collect-reviews .add-bottom-gray-wave {
    padding-bottom: 240px;
  }

  .page-collect-reviews .section-connects-display-widget+.section-how-it-works {
    padding-bottom: 340px;
  }

  .page-industry .section-hero .bg-image-wavy-lines,
  .page-industry .section-hero .bg-blur__light-blue-2.bg-top,
  .page-industry .section-hero .bg-blur__light-blue-2.bg-bottom,
  .page-automotive-industry .section-hero .bg-image-wavy-lines,
  .page-automotive-industry .section-hero .bg-blur__light-blue-2.bg-top,
  .page-automotive-industry .section-hero .bg-blur__light-blue-2.bg-bottom {
    display: none !important;
  }
}

/* END min-width=4000 */
@media (min-width: 1024px) and (max-width: 1199px) {
  .home-hero-image {
    width: 560px !important;
    max-width: 560px;
    margin-right: -30px;
  }

  .list__business-categories.flex-3cols-lg>li,
  .list__business-categories.flex-3cols-lg>div {
    width: 33.33%;
  }

  .list__business-categories.flex-3cols-lg.col-gap-sm-20>li,
  .list__business-categories.flex-3cols-lg.col-gap-sm-20>div,
  .list__business-categories.flex-3cols-lg.col-gap-md-20>li,
  .list__business-categories.flex-3cols-lg.col-gap-md-20>div {
    width: calc(33.33% - 14px);
  }

  .list__business-categories.flex-3cols-lg.col-gap-md-30>li,
  .list__business-categories.flex-3cols-lg.col-gap-md-30>div {
    width: calc(33.33% - 20px);
  }

  .page-agencies .section-hero .btn {
    padding: 0.75rem 1.75rem;
  }
}

/* END (min-width: 1024px) and (max-width: 1199px) */
@media (max-width: 1199px) {
  .main-header .container {
    max-width: 96%;
  }

  .main-header .dropdown-menu {
    background-color: transparent;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 0;
    margin: 0;
  }

  .main-header .dropdown-menu__features .dropdown-item {
    padding: 10px;
  }

  .main-header .dropdown-item {
    padding: 10px 14px;
  }

  .main-header .navbar {
    padding: 12px 0;
  }

  .navbar-brand img {
    width: 160px;
    height: 37px;
  }

  .main-header .navbar-toggler {
    display: block;
    position: absolute;
    padding: 0.25rem;
    right: auto;
    top: 14px;
    right: 0;
    z-index: 1002;
  }

  .main-header .main-menu {
    background-color: #ffffff;
    /*background-image: linear-gradient(#ffffff, #ffffff, #e5f0ff);*/
    display: flex;
    flex-direction: column;
    padding: 70px 28px 30px 36px;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1000;
    width: calc(50% + 40px);
    height: 100%;
    transition: left 0.5s;
    animation: slideOutLeft 0.5s;
    box-shadow: 0 0 2rem rgba(31, 50, 81, 0.1);
  }

  .main-header .navbar-nav [class*="btn-"] {
    display: inline-block;
    margin-top: 15px;
  }

  .main-header .dropdown-menu__widgets .dropdown-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dropdown-item .feature-block .source-icon {
    width: 24px;
  }

  .main-header.show-menu {
    z-index: 1001;
    width: 100%;
  }

  .main-header.show-menu .main-menu {
    overflow: auto;
  }

  .main-header.show-menu .main-menu::before {
    content: "";
    display: block;
    height: 60px;
    width: calc(50% + 40px);
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .card-pricing .tooltip-text {
    top: 40px;
    left: 0;
  }

  .page-display-reviews .section-easily-customize-widget {
    padding-top: 0;
  }

  .page-display-reviews .section-build-trust-with-widgets {
    padding-bottom: 0;
  }

  .page-review-widget-demo .section-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-agencies .section-hero {
    padding-bottom: 30px;
  }

  .integrations-hero-image {
    max-width: 522px !important;
  }

  .buttons-wrapper-maximize-mobile {
    top: 130px;
    right: 25px;
  }

  .buttons-wrapper-maximize-mobile .btn-light {
    color: #d9d9d9;
    background-color: #555a5e;
  }

  .buttons-wrapper-maximize-mobile .buttons-wrapper .btn {
    padding: 0.5rem 1rem !important;
  }

  .section-google-reviews-widget-demo .content-bg .img-curled-arrow-v2 {
    width: 40px;
    top: -60px;
    right: 0;
  }

  .bg-blur__light-turquoise {
    border-radius: 200px;
    width: 400px;
    height: 400px;
    top: -30%;
    left: -90px;
  }

  .bg-blur__light-yellow {
    border-radius: 250px;
    width: 500px;
    height: 500px;
    top: -32%;
    right: -120px;
  }

  .bg-blur__light-purple {
    border-radius: 200px;
    width: 400px;
    height: 400px;
    left: -100px;
  }

  .page-google-reviews-landing .section-hero .bg-blur__light-blue-2 {
    border-radius: 450px;
    width: 900px;
    height: 900px;
    top: unset;
    bottom: -70%;
    right: -300px;
  }

  .navbar-expand-xl .dropdown-menu .dropdown-menu-col:first-child {
    margin-top: 10px;
  }

  .navbar-expand-xl .dropdown-menu .dropdown-menu-col:last-child {
    margin-bottom: 10px;
  }

  .navbar-expand-xl .dropdown-menu .dropdown-menu-col+.dropdown-menu-col {
    margin-top: 15px;
  }

  .page-home-v4 .section-hero .feature-image-wrapper {
    position: relative;
    right: -12%;
  }

  .hero-image-unlock-your-dealership-potential-with-online-reputation-management {
    max-width: 700px;
  }

  .page-industry .section-hero,
  .page-automotive-industry .section-hero {
    overflow-x: hidden;
  }

  .page-google-link-generator .section-hero+section,
  .page-google-reviews-landing .section-hero+section {
    padding-top: 50px;
  }

  .section-bg-ebook {
    height: 100vh;
  }
}

/* END max-width=1199 */
@media (max-width: 1099px) {
  .page-home-v4 .section-hero .feature-image-wrapper {
    position: relative;
    right: -2%;
  }
}

/* END max-width=1099 */
@media (max-width: 991px) {
  .main-header .main-menu {
    padding-left: 30px;
  }

  .main-header .navbar-toggler {
    top: 17px;
  }

  .card-free-plan .btn.add-min-width-long {
    width: 100%;
  }

  .card-pricing .tooltip-text {
    margin: 0 auto;
    top: 20px;
    left: 0;
    right: 0;
  }

  .list-pricing-table-nav {
    margin-left: -30px;
    width: calc(100% + 60px);
  }

  .list-pricing-table-nav>li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .pricing-table .tooltip-text,
  .has-tooltip .tooltip-text {
    right: -184px;
  }

  .pricing-table-wrapper {
    border: 1px solid var(--blue);
    border-radius: 6px;
    padding: 0 30px 10px 30px;
  }

  .page-pricing .section-pricing-table {
    margin-top: 0;
  }

  .page-display-reviews .section-build-trust-with-widgets {
    padding-bottom: 30px;
  }

  /**
   * .page-widget-editor 991
   */
  .page-widget-editor {
    background-color: var(--light-gray);
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .preview_container {
    margin-top: 20px;
  }

  .aside-widget-editor {
    border: 1px solid var(--card-border-color);
  }

  .dl-inline dd::after {
    margin-top: 5px;
  }

  .page-business-review-report .section-hero {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .romw-badge-block__company .romw-average-rating-block {
    margin-top: -3px;
  }

  .page-google-link-generator .overlap-container {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .page-home .section-hero .display-reviews-hero-image,
  .page-display-reviews .section-hero .display-reviews-hero-image,
  .page-google-reviews-landing .section-hero .google-reviews-widget-hero-image,
  .page-respond-to-reviews-with-ai .section-hero .ai-hero-image,
  .page-agencies .section-hero .display-reviews-hero-image {
    max-width: 80%;
  }

  .page-blog .col__post-feature-image {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .card__banner .banner-action:not(:empty) {
    margin-top: 20px;
  }

  .romw-badge-block__reviews-count.romw-horizontal-badge.size__lg {
    padding: 8px 14px;
  }

  .page-home .feature-image-wrapper img {
    max-width: 80%;
  }

  .page-home .feature-image-wrapper .feature-social-proof-stream {
    max-width: 65%;
  }

  .feature-image-saint-lous-barbershop-write-review {
    max-width: 70%;
  }

  .main-footer .lower-footer .col-md-4,
  .main-footer .lower-footer .col-md-4+.col-md-8 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .content__website-ss .feature-image__website-screenshot {
    width: 80%;
  }

  .page-add-business .section-hero {
    padding-bottom: 30px;
  }

  .page-business-categories .section-hero,
  .page-book-a-demo .section-hero {
    padding-top: 30px;
  }

  .modal__explainer-video .modal-dialog {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-respond-to-reviews-with-ai .section-hero .ai-hero-image {
    max-width: 560px !important;
  }

  .page-review-activity .h2,
  .page-review-activity h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .bg-blur__light-turquoise {
    border-radius: 250px;
    width: 500px;
    height: 500px;
    top: -30%;
    left: -70px;
  }

  .bg-blur__light-purple {
    border-radius: 250px;
    width: 500px;
    height: 500px;
    top: -20%;
    left: -50px;
  }

  .section-case-study-review .bg-blur__light-blue-2 {
    border-radius: 350px;
    width: 700px;
    height: 700px;
    top: -10%;
    right: -300px;
  }

  .bg-blur__light-blue-2 {
    border-radius: 350px;
    width: 700px;
    height: 700px;
    top: -20%;
    right: -200px;
  }

  .page-google-reviews-landing .section-hero .bg-blur__light-blue-2 {
    bottom: -30%;
    right: -300px;
  }

  .main-header .dropdown-menu .heading {
    margin-bottom: 8px;
  }

  .section-full-suite-of-features .feature-image-wrapper img {
    max-width: 90%;
    margin: 0 auto;
  }

  .modal-get-unlimited-review-responses .col-right,
  .modal-get-unlimited-review-responses .col-right .content {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .page-home-v4 .feature-image-wrapper img {
    max-width: 90%;
  }

  .main-footer {
    padding-right: 25px;
    padding-left: 25px;
  }

  .main-footer .row-footer-nav>.col {
    margin-bottom: 1.5rem;
  }

  .content__review-link-form .input-group>.form-control {
    padding: 10px 10px 10px 10px;
  }

  .content__review-link-form .input-group>.input-group-append>.btn,
  .modal__google-review-link .input-group>.input-group-append>.btn {
    font-size: 0.75rem;
    min-width: 100px;
    padding: 0.5rem 1rem;
  }

  .page-industry .section-hero .bg-blur__light-blue-2.bg-top,
  .page-automotive-industry .section-hero .bg-blur__light-blue-2.bg-top {
    top: -50%;
    left: -50%;
  }

  .page-industry .section-hero .bg-blur__light-blue-2.bg-bottom,
  .page-automotive-industry .section-hero .bg-blur__light-blue-2.bg-bottom {
    right: -40%;
    opacity: 0.6;
  }

  .hero-image-unlock-your-dealership-potential-with-online-reputation-management {
    max-width: 100%;
  }

  .page-google-review-calculator-landing .section-hero .bg-image-circle-blue {
    top: -10%;
    right: -6%;
  }

  .page-google-review-calculator-landing .section-hero .bg-image-circle-filled-blue {
    bottom: -50px;
    left: -6%;
  }

  .section-free-ebook .feature-image-free-book {
    margin-left: -60px !important;
  }

  .section-webinar-live-walkthrough .bg-blur__light-blue-2 {
    top: -8%;
  }
}

/* END max-width=991 */
@media (max-width: 767px) {
  .main-header .navbar-toggler {
    top: 12px;
  }

  .h1,
  h1,
  .h2-point-five,
  .page-agencies .section-hero h1 {
    font-size: 38px;
    line-height: 44px;
  }

  .h2,
  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .h3,
  h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .h4,
  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .custom-underline__thick {
    background-size: 100% 6px;
  }

  h1 .custom-underline,
  .h1 .custom-underline {
    background-position: 0 86%;
    padding: 0 2px;
  }

  .h2 .custom-underline__thick,
  h2 .custom-underline__thick {
    padding: 0 1px;
  }

  h1,
  .h1,
  h2,
  .h2 {
    word-break: break-word;
  }

  .upper-lead.text-uppercase {
    margin-bottom: 5px;
  }

  .card-pricing .tooltip-text {
    top: 20px;
  }

  .numbered-block.numbered-block__tight .img-number {
    right: 0;
  }

  section.add-border-bottom {
    padding-bottom: 30px;
  }

  .add-bottom-gray-wave+section {
    padding-top: 20px;
  }

  .page-display-reviews .section-style-badges-filter-notifications,
  .page-request-reviews .section-review-summary {
    padding-bottom: 0;
  }

  .list-pricing-table-nav button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .table-feature-comparison .btn {
    min-width: 100px;
    padding: 0.75rem;
  }

  .list-platform-brands>li {
    width: 33%;
  }

  .page-google-reviews-landing .section-hero {
    padding-top: 20px;
  }

  /**
   * .page-business 767
   */
  .page-business .business-details .h1,
  .page-business .business-details h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  .logo-image-wrapper+.business-details {
    padding-left: 25px;
  }

  .flex-column>.logo-image-wrapper+.business-details {
    padding-left: 0;
  }

  .business-details .romw-rating-star {
    font-size: 25px;
  }

  .business-details .total-reviews-wrapper {
    margin-left: 10px;
    margin-top: 1px;
  }

  .tab-pane .romw-list-layout .romw-rating-star {
    margin-left: -2px;
  }

  .romw-average-rating-block.flex-column .romw-average-rating {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .romw-average-rating-block.flex-column .romw-rating-block {
    margin-bottom: 5px;
  }

  .romw-horizontal-badge .romw-average-rating-block.flex-column .romw-average-rating {
    margin-bottom: 0;
  }

  .page-home .section-hero .display-reviews-hero-image,
  .page-display-reviews .section-hero .display-reviews-hero-image,
  .page-google-reviews-landing .section-hero .google-reviews-widget-hero-image,
  .page-respond-to-reviews-with-ai .section-hero .ai-hero-image,
  .page-agencies .section-hero .display-reviews-hero-image {
    max-width: 100%;
  }

  .collect-reviews-hero-image-v2 {
    width: 80% !important;
    max-width: 80%;
  }

  .page-pricing .section-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-reputation-report-landing .section-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-alternative .section-hero {
    padding-top: 30px;
  }

  .page-home .feature-image-wrapper img {
    max-width: 90%;
  }

  .page-home .feature-image-wrapper .feature-social-proof-stream {
    max-width: 80%;
  }

  .list__blog-posts-index .card__post .post__header .feature-image-wrapper .post-thumbnail,
  .list__blog-posts-related .card__post .post__header .feature-image-wrapper .post-thumbnail {
    max-width: 100%;
  }

  .buttons-wrapper-maximize-mobile {
    top: 142px;
  }

  .content-how-affiliates-work .step-item1 .step-number__track {
    top: 15px;
  }

  .content-how-affiliates-work .step-item3 .step-number__track {
    top: 36px;
  }

  .romw-badge-block__from-the-web.gap-20 {
    gap: 15px;
  }

  .page-case-study .section-hero,
  .page-unique-lead-landing .section-hero,
  .page-book-a-demo .section-hero,
  .page-add-business-thank-you .section-hero,
  .page-integrations .section-hero,
  .page-qr-code-landing section:first-of-type,
  .page-home.page-home-v4 .section-hero,
  .page-home.page-home-v4b .section-hero,
  .page-google-review-link .section-hero,
  .page-industry .section-hero,
  .page-automotive-industry .section-hero,
  .page-google-review-calculator-landing .section-hero,
  .page-ebook-landing .section-hero {
    padding-top: 30px;
  }

  .main-footer .lower-footer .col-md-4,
  .main-footer .lower-footer .col-md-4+.col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-case-studies .section-hero h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .content__before-after-results .romw-badge-block-wrapper.flex-sm-row {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .page-add-business .section-hero .bg-image-circle-blue-2 {
    width: 10px;
  }

  .fieldset__business-hours>.row>.col-left {
    width: 80%;
  }

  .fieldset__business-hours>.row>.col-right {
    width: 20%;
  }

  .page-respond-to-reviews-with-ai .section-hero .ai-hero-image {
    max-width: 100% !important;
  }

  .list__review-sources .romw-badge-block {
    align-items: start;
  }

  .list__review-sources .romw-badge-block .romw-site-icon {
    width: 24px;
    height: 24px;
  }

  .list__review-sources .romw-badge-block .romw-site-block {
    margin-bottom: 5px;
  }

  .list__review-sources .romw-badge-block .romw-average-rating,
  .list__review-sources .romw-badge-block .review-count {
    font-size: 20px;
  }

  .list__review-sources .romw-badge-block .romw-average-rating-block {
    margin-top: 6px;
  }

  .list__review-sources .romw-badge-block .romw-review-count-block {
    margin-top: 8px;
  }

  .bg-blur__light-turquoise {
    border-radius: 20px;
    width: 400px;
    height: 400px;
    top: -30%;
    left: -70px;
  }

  .bg-blur__light-yellow {
    border-radius: 200px;
    width: 400px;
    height: 400px;
    top: -30%;
    right: -100px;
  }

  .bg-blur__light-purple {
    border-radius: 200px;
    width: 400px;
    height: 400px;
    top: -25%;
    left: -90px;
  }

  .section-case-study-review .bg-blur__light-blue-2 {
    border-radius: 350px;
    width: 700px;
    height: 700px;
    top: -10%;
    right: -300px;
  }

  .bg-blur__light-blue-2 {
    border-radius: 300px;
    width: 600px;
    height: 600px;
    top: -15%;
  }

  .page-google-reviews-landing .section-hero .bg-blur__light-blue-2 {
    border-radius: 400px;
    width: 800px;
    height: 800px;
    top: unset;
    bottom: -30%;
    right: -350px;
  }

  .page-review-responser-generator .section-hero .bg-image-circle-blue {
    top: -120px;
  }

  .accordion-faq .card-header .btn-link .text-wrapper {
    padding-right: 20px;
  }

  .accordion-faq .card-header .plus-icon::before {
    width: 12px;
    top: 14px;
    left: 9px;
  }

  .accordion-faq .card-header .plus-icon::after {
    height: 12px;
    top: 9px;
    left: 14px;
  }

  .accordion-faq .card-header .plus-icon {
    width: 30px;
    height: 30px;
  }

  .page-home .section-hero {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .page-home-v4 .feature-image-wrapper img {
    max-width: 100%;
  }

  .main-footer {
    padding-right: 12px;
    padding-left: 12px;
  }

  .main-footer .row-footer-nav>.col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-copyright {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .section-grl-its-time,
  .section-grl-get-more-reviews {
    margin-top: -20px;
  }

  .page-industry .section-hero .bg-blur__light-blue-2.bg-top,
  .page-automotive-industry .section-hero .bg-blur__light-blue-2.bg-top {
    width: 800px;
    height: 800px;
    top: -30%;
    left: -60%;
  }

  .section-free-ebook .feature-image-free-book {
    margin-left: -30px !important;
  }

  .section-bg-ebook {
    height: 60vh;
  }

  .page-webinar-landing .section-hero .bg-image-circle-filled-blue {
    top: 61%;
    right: 50%;
  }

  .section-webinar-live-walkthrough .bg-blur__light-blue-2 {
    top: -5%;
  }
}

/* END max-width=767 */
@media (max-width: 575px) {
  .main-header .container {
    max-width: 100%;
  }

  .main-header .main-menu {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(75% + 40px);
  }

  .main-header.show-menu .main-menu::before {
    width: calc(75% + 40px);
  }

  .card-pricing .tooltip-text {
    left: auto;
  }

  .numbered-block {
    position: relative;
    padding-top: 30px;
    margin-bottom: 20px;
  }

  .numbered-block .img-number {
    width: 120px;
  }

  .numbered-block .img-number {
    left: -20px;
  }

  .numbered-block__one .img-number {
    left: -50px;
  }

  .numbered-block__four .img-number {
    left: -5px;
  }

  .list-pricing-table-nav {
    margin-left: -15px;
    width: calc(100% + 30px);
  }

  .pricing-table-wrapper {
    padding: 0 15px 10px 15px;
  }

  .page-google-reviews-landing .list-platform-brands>li {
    width: 50%;
  }

  .page-review-widget-demo .section-hero {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-cta__floating h4 {
    font-size: 16px;
    line-height: 18px;
  }

  .section-cta__floating .btn {
    font-size: 14px;
    line-height: 14px;
  }

  .logo-image-wrapper+.business-details {
    padding-left: 15px;
  }

  .romw-badge-block__company .romw-company-name {
    margin-bottom: 6px;
  }

  .romw-badge-block__company .romw-average-rating-block.flex-column .romw-average-rating {
    margin-bottom: 3px;
  }

  .romw-horizontal-badge.size__lg {
    padding: 12px 14px;
  }

  .romw-horizontal-badge.size__lg .romw-site-icon {
    width: 30px;
    height: 30px;
  }

  .romw-horizontal-badge.size__lg .romw-site-block {
    margin-left: 14px;
    padding-left: 14px;
  }

  .romw-horizontal-badge.size__lg .romw-site-block {
    width: calc(100% - 44px);
  }

  .card__review-report .romw-horizontal-badge.size__lg .romw-site-block {
    margin-left: 0;
    padding-left: 10px;
  }

  .card__review-report .romw-horizontal-badge.size__lg .romw-site-block {
    width: calc(100% - 30px);
  }

  .card__review-report .romw-horizontal-badge .romw-site-icon:empty+.romw-site-block {
    padding-left: 0;
  }

  .romw-badge-block.size__lg .romw-site-name {
    font-size: 18px;
  }

  .romw-badge-block.size__lg .romw-average-rating,
  .romw-badge-block.size__lg .romw-reviews-count {
    font-size: 30px;
  }

  .romw-badge-block.size__lg .romw-rating-star,
  .card__review-report .romw-badge-block__company .romw-rating-star {
    font-size: 18px;
    margin-left: -1px;
  }

  .card-reviews-widget-demo .romw-iframes-wrapper {
    padding: 0;
  }

  .feature-image-saint-lous-barbershop-write-review {
    max-width: 94%;
  }

  .content__website-ss .feature-image__website-screenshot {
    width: 100%;
  }

  .page-google-review-link .section-hero.add-bottom-light-blue-wave {
    padding-top: 40px;
  }

  .form__add-business-hours .col__day-and-status,
  .form__add-business-hours .col__hours-open-close {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .btn-play-video.size-md i {
    font-size: 46px;
  }

  .btn-play-video.size-md,
  .btn-play-video.size-md .inner-circle {
    width: 76px;
    height: 76px;
  }

  .section-full-suite-of-features .feature-image-wrapper img {
    max-width: 100%;
  }

  .romw-badge-block__testimonial {
    padding: 20px 25px;
  }

  .romw-badge-block__testimonial .romw-site-icon img {
    width: 60px;
  }

  .romw-badge-block__testimonial .romw-rating-star {
    font-size: 20px;
  }

  .page-book-a-demo .h1,
  .page-book-a-demo h1,
  .page-book-a-demo .h2-point-five,
  .page-book-a-demo .page-agencies .section-hero h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .card__case-study-review .icon-quotation-mark {
    width: 32px;
    top: -18px;
  }

  .main-footer {
    padding-right: 0;
    padding-left: 0;
  }

  .main-footer .row-footer-nav>.col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 1.5rem;
  }

  .main-footer .row-footer-nav>.col-free-tools {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bg-light-blue-circles-top-right {
    background: url(../images/cta-bg-image-ellipses-top-right-light-blue@2x.webp) 100px 0 / 480px auto no-repeat;
  }

  .page-google-reviews-landing .section-hero .bg-image-circle-blue-2 {
    right: -1%;
  }

  .page-google-reviews-landing .section-hero .bg-image-circle-filled-blue {
    left: -1%;
  }

  .page-google-review-calculator-landing .section-hero .bg-image-circle-blue {
    right: 0;
  }

  .page-google-review-calculator-landing .section-hero .bg-image-circle-filled-blue {
    left: 0;
  }

  .success-stories-swiper-container .content__before-after-results {
    padding: 2.5rem 2rem 3rem;
  }

  .success-stories-swiper-container .swiper-button-prev,
  .success-stories-swiper-container .swiper-rtl .swiper-button-next {
    left: 0;
  }

  .success-stories-swiper-container .swiper-button-next,
  .success-stories-swiper-container .swiper-rtl .swiper-button-prevt {
    right: 0;
  }
}

/* END max-width=575 */
@media (max-width: 414px) {
  .main-header .dropdown-menu__features .dropdown-item {
    padding: 6px;
  }

  .main-header .feature-block .fa-stack,
  .main-header .feature-block .feature-icon i {
    font-size: 13px;
  }

  .main-header .dropdown-item {
    padding: 8px 8px;
  }

  .dropdown-item .feature-block .source-icon {
    width: 22px;
  }

  .dropdown-menu__features .dropdown-item .content {
    padding-top: 4px;
  }

  .dropdown-item .feature-block .feature-icon {
    width: 28px;
  }

  .dropdown-item .feature-block .feature-icon .fa-2x {
    font-size: 20px;
  }

  .main-header .dropdown-item .content.pl-2 {
    padding-left: 0.25rem !important;
  }

  .brand-block {
    padding: 8px 3px;
  }

  .tooltip-icon+.tooltip-text {
    width: 178px;
  }

  .pricing-table .tooltip-text,
  .has-tooltip .tooltip-text {
    right: -170px;
  }

  .collect-reviews-hero-image-v2 {
    width: 100% !important;
    max-width: 100%;
  }

  .section-hero__podium .h1,
  .section-hero__podium h1 {
    word-break: break-word;
  }
}

/* END max-width=414 */
@media (max-width: 375px) {

  .main-header .main-menu,
  .main-header.show-menu .main-menu::before {
    width: calc(72% + 40px);
  }

  .card-pricing .tooltip-text {
    top: 30px;
  }

  .tooltip-icon+.tooltip-text {
    width: 158px;
  }

  .pricing-table .tooltip-text,
  .has-tooltip .tooltip-text {
    right: -150px;
  }

  .content-how-affiliates-work .step-item3 .step-number__track {
    top: 0px;
  }

  .business-details .romw-rating-star {
    font-size: 20px;
  }

  .card__business-page-reviews .business-wrapper .logo-image-wrapper {
    width: 60px;
    height: 60px;
  }

  .card__business-page-reviews .business-details .romw-site-block+.d-flex.align-items-center {
    font-size: 14px;
  }

  .page-google-review-link .section-hero .bg-image-circle-blue-2 {
    top: -140px;
  }
}

/* END max-width=375 */
@media (max-width: 320px) {
  .card-pricing .tooltip-text {
    top: 40px;
  }
}

/* END max-width=320 */
@media print {
  .page-business-review-report .main-header {
    display: block;
    padding-top: 30px;
  }

  .page-business-review-report .store-map-hero-image {
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-business-review-report .section-hero .col-left {
    width: 60%;
  }

  .page-business-review-report .section-hero .col-right {
    width: 40%;
  }

  .page-business-review-report .flex-3cols-lg.gap-20>li,
  .page-business-review-report .flex-3cols-lg.gap-20>div {
    width: calc(33.33% - 14px);
  }

  .page-business-review-report .flex-4cols-lg.gap-20>li,
  .page-business-review-report .flex-4cols-lg.gap-20>div {
    width: calc(25% - 15px);
  }

  .page-business-review-report .list-badges__company-rating {
    max-width: 100%;
  }

  .page-business-review-report .section-hero .col-right {
    margin-top: -40px;
  }

  .btn__print-page {
    display: none;
  }
}