@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* Regular (400) */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/Nunito-Regular.ttf') format('truetype');
}

/* Bold (700) */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/Nunito-Bold.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.g2-review {
   
    font-family: 'Nunito', sans-serif;
    padding: 54px 0;
}

.g2-review .container {
    width: min(100% - 25px, 1080px);
    margin: 0 auto;
    padding: 27px 0;
}

.g2-review h2 {
    line-height: 1.32;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: rgb(255, 255, 255);
    margin-bottom: 32px;
    text-align: center;
}

.g2-review .g2-top {
    position: relative;
    padding: 24px;
    transition: background-color 0.1s ease 0s;
    border-radius: 30px;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-color: #EBE9EB;
    color: #515151;
}

.review-slider .btn-more,
.review-slider .btn-less {
    display: inline;
    cursor: pointer;
    font-size: 14px;
    color: #0098F7;
    background: none;
    padding: 0;
    border: 0px;
    line-height: 1;
}

.g2-review .more-txt,
.g2-review .btn-less {
    display: none;
}

.g2-review .posted-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.g2-review .review_title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
}

.g2-review .review_txt {
    padding: 5px 0px !important;
    height: 140px !important;
    overflow: auto;
    margin-bottom: 10px !important;
    line-height: 27.2px;
}

.g2-review p.review_txt.expand {
    padding-right: 30px !important;
}

.g2-review .review-slider ::-webkit-scrollbar {
    width: 10px;
}

.g2-review .review-slider ::-webkit-scrollbar-thumb {
    background: #0098f7;
    border-radius: 10px;
}

.g2-review .review-slider ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

.g2-review .post-link {
    overflow: hidden;
    min-width: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    display: block;
    color: #0098F7;
    padding-right: 10px;
}

.g2-review .g2-logo-img {
    height: auto;
    max-width: 100%;
    width: auto !important;
}

.g2-review .gXkHDj {
    display: block !important;
    position: absolute !important;
    inset: 100% 0px 0px 56px !important;
    width: 22px !important;
    height: 13px !important;
    fill: rgba(255, 255, 255, .05);
}

.g2-review .g2-bottom {
    margin: 16px 0px 0px 24px;
    display: flex !important;
    flex-wrap: nowrap !important;
    color: #fff;
    text-decoration: none;
    flex-direction: row;
}

.g2-review .gb-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
}

.g2-review .gb-img img {
    max-width: 100%;
    height: auto;
}

.g2-review .gb-text {
    display: flex;
    flex-direction: column;
    min-width: 0px;
    padding-left: 16px;
}

.g2-review .gb-text h4 {
    color: #fff;
    padding-bottom: 10px;
    width: 175px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
}

.g2-review .gb-text h6 {
    margin: 0;
    overflow: hidden;
    min-width: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.17;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, 0.5);
}

.g2-review .owl-dots {
    display: none;
}

.g2-review .nav-btn {
    position: absolute;
    cursor: pointer;
    top: 30% !important;
}

.g2-review .nav-btn.prev-slide {
    left: -33px;
}

.g2-review .nav-btn.next-slide {
    right: -33px;
}

.g2-review .nav-btn i {
    color: #FF492C;
    font-size: 30px;
}
