body { margin:0; padding:0; }

.g-b-review-wapper .table-bordered td, 
.g-b-review-wapper .table-bordered th {
  border: 1px solid #dee2e6;
  padding: .75rem;
  vertical-align: top;
}

.g-b-review-wapper h3 {
	line-height: normal;
	font-size: 24px;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #565454;
	font-family: 'Inter', sans-serif;
	letter-spacing: 0.005em;
}
.g-b-review-wapper h3 a { color: #F99A8A; }

.visit-blog-img-1 {
	height: 200px;
	width: 100%;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: center;
	-webkit-align-items: center;
	display: flex;
	justify-content: center;
	padding: 25px 10px;
    overflow: hidden;
}
.visit-blog-img-1 img { max-width: 100%; height: auto; vertical-align: middle; object-fit:contain;width: 250px; }
.visit-blog-star-rating {
    border-radius: 15px;
    border: 1px solid #ddd;
    box-shadow: 0 0 8px 4px #46454552;
    background: #fff;
}
.visit-blog-details-1  { margin:0; padding:30px; border-top: 1px solid #000; display:none; }
.content-lp-stars { 
	display: flex; 
	flex-direction:row; 
	gap:6px; 
	position: relative;
	align-items: center;
}
.visit-blog-logo-1 {
	line-height: normal;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	color: #565454;
	font-family: 'Inter', sans-serif;
	letter-spacing: 0.005em;
}
.content-lp-stars-rating { unicode-bidi:bidi-override; direction:ltr; font-size:18px; }
.content-lp-stars-rating span.star { font-family:'Font Awesome 5 Free'; font-weight:normal; font-style:normal; display:inline-block; }
.content-lp-stars-rating span.star:hover { cursor:pointer; }
.content-lp-stars-rating span.star:before { content:"\f005"; padding-right:1px; color:rgba(249, 154, 138, 0.3); font-weight:900; }
.content-lp-stars-rating span.star.filled:before { font-weight: 900; color:#F99A8A; content:"\f005"; }
.content-lp-stars-rating span.star.half-filled:before { content:"\f089"; color:#F99A8A; }
.content-lp-stars-rating span.star.half-filled:after { content:"\f005"; color:#F99A8A; margin-left:-22px; }
.content-lp-rating-table { text-align:center; }
#content-lp-rating-table, .content-lp--text {
	color:#565454;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	display: block;
}
.visit-blog-details-1 .btn-visit-site-1 a {
	font-weight: 600;
	width: 100%;
	display: block;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	background-color: #c4ff7d;
	color: #191919 !important;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.visit-blog-details-1 .btn-visit-site-1 a:hover {
	-webkit-box-shadow: 6px 6px 0 #191919;
	box-shadow: 6px 6px 0 #191919;
	-webkit-transform: translate(-6px, -6px);
	-ms-transform: translate(-6px, -6px);
	transform: translate(-6px, -6px);
}
.g-b-table-wapper { margin-top: 25px; }
.g-b-table-wapper .table tr th {
	background-color: #f1f4ff;
	width: 280px;
}
.g-b-table-wapper .table tr th, .g-b-table-wapper .table tr td {
	color:var(--font-color-sec-content-717171);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}
.g-b-table-wapper .table tr th { font-weight:700;color:var(--font-color-565454); }

.g-b-review-content p {
	font-size: 18px;
	color: var(--font-color-sec-content-717171);
	line-height: 150%;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
}
.g-b-review-content p a { color: #F99A8A; }
.g-b-review-content h4 {
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 22px;
	line-height: 150%;
	color: var(--font-color-191919);
	font-family: 'Inter', sans-serif;
}
.g-b-review-content ul, .g-b-review-content ol { margin:0; padding:0; }
.g-b-review-content ul li, .g-b-review-content ol li {
	position: relative;
	margin: 0;
	padding-left: 26px;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.88;
	font-family: 'Inter', sans-serif;
	list-style-type: none;
	color:var(--font-color-sec-content-717171);
}
.g-b-review-content ul li:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #d6e700;
	border-radius: 50%;
}
.g-b-review-content ol {
	margin-top: 25px;
	margin-bottom: 25px;
	counter-reset: list;
}
.g-b-review-content ol li:before {
	content: '';
	counter-increment: list;
	content: counter(list) ". ";
	position: absolute;
	top: 0;
	left: 0;
	color: #d6e700;
	font-weight: 700;
}
.g-b-review-content .btn_wrap .button {
	font-size: 16px;
	padding: 17px 24px;
	background: #c4ff7d;
	text-decoration: underline;
	display: inline-block;
	border: none;
	border-radius: 4px;
	font-weight: 600;
	line-height: 140%;
	color: #191919 !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.g-b-review-content .btn_wrap .button:hover {
	-webkit-box-shadow: 6px 6px 0 #191919;
	box-shadow: 6px 6px 0 #191919;
	-webkit-transform: translate(-6px, -6px);
	-ms-transform: translate(-6px, -6px);
	transform: translate(-6px, -6px);
}

.visit-blog-details-1 .col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top:0 !important;
}

.rev-pro-con{display: flex;}
.rev-pro-con div{flex: 1;}

@media(min-width: 576px){
	.visit-blog-details-1 .col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.visit-blog-details-1 .col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media(max-width:767px){
	.g-b-table-wapper .table tr th { width:auto; }
	.rev-pro-con{flex-direction:column}
}
@media(max-width:576px){
	.visit-blog-details-1 .row { gap:20px; }
	.visit-blog-logo-1 { margin-bottom: 10px; text-align:center; }
	.visit-blog-img-1 { height:161px; }
	.visit-blog-details-1 { padding: 15px; }
	.visit-blog-details-1 .content-lp-stars{justify-content: center;}
}