/* Review Page */


.reviews-section .container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 15px;
}

.reviews-section .header {
    max-width: 635px;
    margin: 0 auto;
    text-align: center;
}

.reviews-section .header h2 {
    color: #3E3E3E;
    font-size: 40px;
    font-weight: bold;
    text-transform: none;
    margin-top: 20px;
}

.reviews-section .header p {
    font-size: 16px;
    color: #000;
}

.reviews-section .header a,
.reviews-section .header a:hover,
.reviews-section .header a:visited,
.reviews-section .header a:focus,
.reviews-section .header a:active {
    color: #03678E;
}

.reviews-section .review-item {
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #fff;
    margin-bottom: 15px;
    transition: .2s all ease-in-out;
}

.reviews-section .review-item:hover {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .05);
}

.reviews-section .review-item * {
    font-size: 16px;
    color: #000
}

.reviews-section .review-item h5 {
    text-transform: none;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
}

.reviews-section .review-item>span {
    display: block;
    font-size: 16px;
    color: #000;
}

.reviews-section .review-item .date {
    color: #626262;
    position: relative;
    z-index: 1;
    padding-left: 15px;
}

.reviews-section .review-item .date:before {
    position: absolute;
    content: '';
    left: 5px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(0, 0, 0, .2);
}

.reviews-section .review-item ul {
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 5px;
}

.reviews-section .review-item ul i {
    color: #DCDCDC;
    font-size: 18px;
}

.reviews-section .review-item ul i.fill {
    color: #FAB006;
}

.reviews-section .review-item ul i.FBfill {
    color: #4267B2;
    font-size: 22px;
}


.reviews-section .review-item p:last-child {
    margin: 0;
}

.reviews-section .review-item p a {
    font-size: 14px;
    color: #03678E;
}

@media(max-width: 575px) {

    .reviews-section .header h2 {
        font-size: 30px;
    }

    .reviews-section .review-item {
        padding: 20px 15px;
    }

    .reviews-section .review-item .date {
        padding-left: 0;
        display: block;
    }

    .reviews-section .review-item .date:before {
        display: none;
    }
}

/* Review Filter Styling */
.page-id-3417 .content-area,
.page-id-2186 .content-area {
    overflow-x: initial;
}

.reviews-wrap .review-score .score {
    margin-bottom: 10px;
}

.reviews-wrap .review-score h3 {
    color: black;
    font-size: 20px;
    text-transform: none;
    text-align: left;
    margin: 0 0 10px;
}

.reviews-wrap .review-score ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-weight: bold;
}

.reviews-wrap .review-score ul li:last-child {
    margin-left: 5px;
}

.reviews-wrap .review-score ul i {
    color: #2b6cb0;
}

.reviews-wrap .review-score .sip ul {
    display: block;
    color: black;
}

.reviews-wrap .review-score .sip ul span {
    display: block;
}

.reviews-wrap .review-score .sip ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.reviews-wrap .review-score .sip ul li:last-child {
    margin: 0;
}

.reviews-wrap .review-score .sip ul .text {
    width: 60px;
}

.reviewsFr .reviews-wrap .review-score .sip ul .text {
    width: 65px;
}

.reviews-wrap .review-score .sip ul .percentage {
    width: 45px;
}

.reviews-wrap .review-score .sip ul .progress {
    flex-grow: 1;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    height: 20px;
    position: relative;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.03);
}

.reviews-wrap .review-score .sip ul .progress span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #2b6cb0;
    z-index: 1;
}

.reviews-wrap .reviews-contents {
    width: calc(100% - 340px);
    padding-top: 40px;
}

.reviews-section .review-filter h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    text-align: left;
    margin: 0 0 15px;
}

.reviews-section .review-filter .filter-butttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 0 20px;
}

.reviews-section .review-filter .filter-butttons .form-label {
    display: none;
    color: #2b6cb0;
}

.reviews-section .review-filter .filter-butttons .form-group {
    position: relative;
    z-index: 1;
    background: #2b6cb0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.reviews-section .review-filter .filter-butttons .form-group:before {
    position: absolute;
    content: '';
    top: 11px;
    right: 12px;
    height: 8px;
    width: 8px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    z-index: -1;
}

.reviews-section .review-filter .filter-butttons select {
    background: transparent;
    border: 0;
    outline: none;
    height: 35px !important;
    font-size: 16px !important;
    color: white;
    width: 100%;
    padding: 5px 15px;
    padding-right: 35px;
    min-width: 120px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.reviews-section .review-filter .filter-butttons select::-ms-expand {
	background:green;
    display: none;
}

.reviews-section .review-filter .filter-butttons select option {
    background: #2b6cb0;
    cursor: pointer;
	color: white;
}
.sip .text {font-size:13px;}


.totalReviews {color: #565959 !important; font-weight:normal;}
/* Review Filter Styling End */

.reviewStarEmpty {
    fill: #FAB006;
	height: 22px;
	width: 22px;
}
.reviewStar {
	fill: #FAB006;
	height: 22px;
	width: 22px;
}
.FBIcon {
    fill: #4267B2;
	height: 22px;
	width: 22px;
}

