/** REVIEWS PAGE CSS START **/
.ratings-reviews-section {
    padding: 8.854vw 0;
    background: #fff;
    margin-top: 0;
}
.ratings-reviews-section .container {
    max-width: 100%;
    padding: 0 21.5vw 0vw;
}
.review-title {
    color: #000;
    font-size: 3.906vw;
    line-height: 2.031vw;
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
    padding-bottom: 0.921vw;
    margin-bottom: 1.238vw;
}
.review-title strong {
    color: #fff;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
}
.google-live-reviews p {
    color: #48e5a4;
    font-size: 1.042vw;
    line-height: 1.25vw;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    margin: 0 0 0.26vw;
}

.google-live-reviews p a {
    color: #3f6be1;
}
.google-live-reviews p a:hover {
    color: #000;
}
.google-live-reviews h1 {
    color: #000;
    font-size: 1.25vw;
    line-height: 1.51vw;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    margin: 0;
}
.ratings-reviews {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.042vw;
}
.ratings-number {
    color: #000;
    font-size: 3.125vw;
    line-height: 2.5vw;
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    width: 11.979vw;
}
.ratings-number sub {
    color: #000;
    font-size: 0.781vw;
    line-height: 0.781vw;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    padding-left: 0.313vw;
}
.ratings-reviews-img {
    width: 16.51vw;
}
.ratings-reviews-img img {
    width: 16.51vw;
}
.reviews-post-wrap {
    padding-top: 1.25vw;
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 0.781vw;
    column-gap: 0.781vw;
}
.reviews-outer {
    padding: 0;
    width: auto;
}
.reviews-inner {
    background: #f4f4f4;
    border-radius: 0.26vw;
    padding: 0.781vw;
    height: 100%;
}
.reviews-inner figure {
    margin-bottom: 0.729vw;
}
.reviews-inner figure img {
    margin-right: 0.156vw;
    width: 1.146vw;
}
.reviews-inner figure img:last-child {
    margin-right: 0;
}

.content-reviews {
    margin-bottom: 0.677vw;
}
.content-reviews p {
    color: #696969;
    font-size: 0.833vw;
    line-height: 1.042vw;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    margin-bottom: 0.208vw;
}

.content-reviews p:last-child {
    margin-bottom: 0;
}

.content-reviews p strong {
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
    font-size: 0.677vw;
}

.content-reviews p span {
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
}

.reviews-customer {
    min-height: 2.708vw;
}

.reviews-customer {
    display: flex;
    margin-bottom: 0.677vw;
}

.reviews-customer:last-child {
    margin-bottom: 0;
    min-height: inherit;
}

.reviews-view p {
    color: #696969;
    font-size: 0.833vw;
    line-height: 1.042vw;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    margin-bottom: 0.208vw;
}

.reviews-view p:last-child {
    margin-bottom: 0;
}

.reviews-view p strong {
    color: #000;
    font-family: "Urbanist", sans-serif;
    font-weight: 800;
}

.reviews-view p span {
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
}

.more-review {
    color: #48e5a4;
    font-size: 0.833vw;
    line-height: 1.042vw;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
}

.more-review a {
    color: #3f6be1;
}

.more-review a:hover {
    color: #000;
}

.reviews-view {
    width: -webkit-calc(100% - 1.667vw);
    width: -moz-calc(100% - 1.667vw);
    width: calc(100% - 1.667vw);
    padding-right: 0;
}

.more-review {
    width: 1.667vw;
    display: flex;
    align-items: end;
}

.ratings-reviews-popup .modal-header {
    border: none;
    padding: 0;
    border-radius: 0;
}

.ratings-reviews-popup .close {
    position: absolute;
    opacity: 1;
    top: 1.042vw;
    right: 1.042vw;
    z-index: 1;
    width: 0.729vw;
    height: 0.729vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.ratings-reviews-popup .modal-dialog {
    max-width: 31.25vw;
}

.ratings-reviews-popup .modal-content {
    border: none;
    background: #f4f4f4;
    border-radius: 1.042vw;
    padding: 1.25vw;
}

.ratings-reviews-popup .modal-body {
    padding: 0;
}

.ratings-reviews-popup .reviews-inner {
    background: 0 0;
    border-radius: 0;
    padding: 0.521vw 0 0.521vw;
}

.ratings-reviews-popup .reviews-view {
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: calc(100% - 0px);
}
.lefs-button.reviews-lefs-button {
    display: none;
}
@media (max-width:1199px) {
    .ratings-reviews-section .container {
        padding: 0 20px;
    }
    .review-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
        padding-bottom: 0;
    }
    .google-live-reviews p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 4px;
    }
    .google-live-reviews h1 {
        font-size: 22px;
        line-height: 29px;
    }
    .ratings-reviews {
        margin-top: 20px;
    }
    .ratings-number {
        font-size: 50px;
        line-height: 36px;
        width: 230px;
    }
    .ratings-number sub {
        bottom: 0;
        font-size: 13px;
        line-height: 15px;
        padding-left: 6px;
    }
    .ratings-reviews-img {
        width: 317px;
    }
    .ratings-reviews-img img {
        width: auto;
    }
    .reviews-post-wrap {
        padding-top: 24px;
        grid-template-columns: auto auto auto;
        row-gap: 10px;
        column-gap: 10px;
    }
    .reviews-inner figure {
        margin-bottom: 14px;
    }
    .reviews-inner figure img {
        margin-right: 1px;
        width: auto;
        max-height: 15px;
    }
    .content-reviews {
        margin-bottom: 13px;
    }
    .content-reviews p, .reviews-view p {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 4px;
    }
    .reviews-customer {
        min-height: 40px;
    }
    .reviews-view {
        width: -webkit-calc(100% - 32px);
        width: -moz-calc(100% - 32px);
        width: calc(100% - 32px);
        padding-right: 0;
    }
    .more-review {
        width: 32px;
    }
    .more-review {
        font-size: 13px;
        line-height: 15px;
    }
    .ratings-reviews-popup .close {
        top: 10px;
        right: 10px;
        width: 32px;
        height: 28px;
        padding: 5px;
    }
    .content-reviews p strong {
        font-size: 14px;
    }
    .reviews-customer {
        margin-bottom: 13px;
    }
    .reviews-inner {
        border-radius: 5px;
        padding: 13px;
    }
    .ratings-reviews-section {
        padding: 30px 0px 50px;
    }
    .ratings-reviews-popup .modal-dialog {
        max-width: 510px;
    }
    .ratings-reviews-popup .modal-content {
        border-radius: 20px;
        padding: 24px;
    }
    .ratings-reviews-popup .content-reviews p, .ratings-reviews-popup .reviews-view p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 4px;
    }
    .ratings-reviews-popup .content-reviews p strong {
        font-size: 16px;
    }
}
@media (max-width:767px) {
    .reviews-post-wrap {
        padding-top: 24px;
        grid-template-columns: auto auto;
    }
}
@media (max-width:575px) {
    .reviews-post-wrap {
        grid-template-columns: auto;
    }
    .ratings-number {
        width: 98px;
        font-size: 28px;
        line-height: 28px;
    }
    .ratings-reviews-img {
        width: 224px;
    }
    .lefs-button.reviews-lefs-button {
        display: block;
        margin: 60px auto 15px;
    }
}
/** REVIEWS PAGE CSS START **/
