/*brand-layout-css*/

.new-brand-regulated-sec {
	background: #f1f1f1;
	border-radius: 4px;
	width: 100%;
	display: inline-block;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.new-brand-regulated-top {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	align-items: center;
}
.new-brand-regulated-logo {
	width: 135px;
	display: inline-block;
	margin-right: 27px;
}
.new-brand-regulated-logo img {
	width: 100%;
}
.new-brand-regulated-right {
	display: flex;
	width: 52%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.brand-regulated-heading span {
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	color: #1C2642;
}
.brand-regulated-heading {
	width: 43.8%;
	display: inline-block;
}
.brand-regulated-rating {
	display: inline-block;
	width: auto;
	margin-right: 30px;
}
.regulated-rating-count {
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
	text-align: right;
	color: #1C2642;
	margin-right: 8px;
}
.regulated-ha-rating {
	background: url(../images/star-img.svg) left 100% repeat-x;
	width: 80px;
	display: inline-block;
}
.regulated-rating {
	background: url(../images/star-img.svg) left top repeat-x;
	display: block;
	height: 16px;
	background-position: 0 -9%;
}
.regulated-visit-button {
	width: 200px;
	display: inline-block;
	margin-left:auto;
}
.regulated-visit-button a {
	background: #DF4347;
	border-radius: 6px;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
	padding: 11px 30px;
	max-width: 230px;
	width: 100%;
	display: inline-block;
}
.regulated-visit-button a:hover{
	text-decoration:none;
	color: #FFFFFF;
}
.new-brand-found {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.new-brand-found-rep {
	display: inline-block;
	width: 33.3%;
	padding-right: 20px;
	margin-bottom: 15px;
}
.new-brand-found-rep:nth-child(3n) {
	padding-right: 0;
}
.new-brand-found-rep strong {
	font-family: 'Arial';
	font-weight: 700;
	font-size: 14px;
	line-height: 125%;
	color: #2E364E;
	margin-bottom: 5px;
	width: 100%;
	display: block;
}
.new-brand-found-rep span {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #2E364E;
}
.new-found-more {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.new-found-more span {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	text-decoration-line: underline;
	color: #1C2642;
	background: url(../images/down-icon.svg) right 7px no-repeat;
	padding-right: 15px;
	cursor: pointer;
}
.descriptioncl {
	font-weight: 400;
	font-size: 10px;
	line-height: 120%;
	color: #757575;
	border-top: 1px solid #E0E0E0;
	padding-top: 15px;
}
.review-rating-box-sec {
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	padding: 24px 24px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 20px 0;
}
.review-ratingbox-left {
	display: flex;
	width: 260px;
	flex-wrap: wrap;
}
.review-ratingbox-logo {
	width: 133px;
	margin-right: 10px;
}
.review-ratingbox-logo img {
	width: 100%;
}
.ratingbox {
	background: #f1f1f1;
	border-radius: 3px;
	width: 110px;
	text-align: center;
	padding: 10px 10px;
	height: 64px;
}
.ratingbox-rating-count {
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #2E364E;
}
.ratingbox-ha-rating {
	background: url(../images/star-img.svg) left 100% repeat-x;
	width: 80px;
	display: inline-block;
}
.ratingbox-rating {
	background: url(../images/star-img.svg) left top repeat-x;
	display: block;
	height: 16px;
	background-position:0 -3%;
}
.review-ratingbox-left .casinosieger {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #1C2642;
	margin-top: 20px;
}
.review-ratingbox-left .casinosieger a {
	color: #1C2642;
	font-weight: 600;
	text-decoration: underline;
}
.review-ratingbox-right {
	width: calc(100% - 261px);
	padding-left: 25px;
}
.reviewbox-progressbar {
    display: inline-block;
    width: calc(50% - 18px);
    margin-right: 30px;
    margin-bottom: 25px;
}
.reviewbox-progressbar:nth-child(2n) {
	margin-right: 0;
}
.reviewbox-progressbar span {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #1C2642;
}
.reviewbox-progressbar .progressbar-rating {
	font-weight: 600;
}
.progressbar-outer {
	width: 100%;
	background: #F0F3F7;
	box-shadow: inset -128px 0px 0px #F0F3F7;
	border-radius: 12px;
	height: 6px;
	margin-top: 5px;
}
.progressbar-inner {
	background: #DF4347;
	height: 6px;
	display: inline-block;
	vertical-align: top;
	border-radius: 12px;
}
.option-rating {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 3px;
}
.brand-regulated-single-sec .new-brand-regulated-top {
	margin-bottom: 0;
}
.brand-regulated-single-sec .regulated-ha-rating {
	margin-right: 13px;
}
.brand-regulated-single-sec .brand-regulated-heading {
	width: auto;
}
.brand-regulated-single-sec .brand-regulated-rating a {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: right;
	text-decoration-line: underline;
	color: #1C2642;
}

/*Single*/

.single-brand-sec {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.single-brand-sec {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.single-brand-box {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	max-width: 212px;
	width: 100%;
	text-align: center;
	padding: 16px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}
.single-toppic {
	position: relative;
	text-align: left;
	width: 100%;
}
.single-toppic span {
	background: #CFD5DD;
	font-weight: 600;
	font-size: 10px;
	line-height: 150%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1C2642;
	position: absolute;
	left: -24px;
	top: -14px;
	padding: 3.5px 10px;
}
.single-toppic span::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid #C4C4C4;
	border-left: 6px solid transparent;
	position: absolute;
	left: 1px;
	top: 22px;
}
.single-toppic span::after {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 22px solid #CFD5DD;
	border-right: 10px solid transparent;
	position: absolute;
	top: 0px;
	right: -10px;
}
.single-brand-box-logo {
	margin-top: 25px;
	margin-bottom: 15px;
	width: 100%;
	height: 47px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.single-brand-rating-sec {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.single-brand-rating-sec strong {
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
	text-align: center;
	color: #1C2642;
}
.single-brand-rating-sec .brand-regulated-rating {
	margin-right: 0;
	width: 100%;
}
.single-brand-rating-sec a {
	font-family: 'helveticaregular';
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	text-decoration-line: underline;
	color: #1C2642;
	margin-bottom: 10px;
}
.single-brand-rating-sec .regulated-rating-count {
	color: #2E364E;
	margin-right: 4px;
	vertical-align: text-top;
}
.single-brand-box ul {
	margin: 10px 0 15px;
	text-align: left;
	list-style: none !important;
	padding-left: 0 !important;
	flex: 1;
}
.single-brand-box li {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #2E364E;
	margin: 0;
	background: url(../images/check-left-icon.svg) left 8px no-repeat;
	padding-left: 23px;
}
.start-month {
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: 150%;
	color: #424242;
	width: 100%;
	margin-bottom: 10px;
	margin-top: auto;
	flex: 1;
	display: flex;
	text-align: center;
	align-items: end;
	justify-content: center;
}
.single-brand-button {
	margin-top: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.single-brand-button a {
	background: #DF4347;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
	text-align: center;
	color: #FFFFFF;
	padding: 11px 20px;
	display: inline-block;
	width: 100%;
}
.single-brand-box:hover {
	border: 1px solid #DF4347;
	background: #F1F5FF;
}
.single-brand-box:hover .single-toppic span {
	background: #1C2642;
	color: #fff;
}
.single-brand-box:hover .single-toppic span::before {
	border-top: 6px solid #C4C4C4;
}
.single-brand-box:hover .single-toppic span::after {
	border-bottom: 22px solid #1C2642;
}

.single-brand-sec-layout-one .single-brand-box {
	padding-top: 9px;
}
.single-brand-sec-layout-one .single-brand-box-logo img {
	max-width: 115px;
}
.single-brand-sec-layout-one .single-brand-box-logo {
	margin-bottom: 5px;
}
.single-brand-sec-layout-one .single-toppic span {
	top: -5px;
}
/*Single-End*/

/*brand-layout-css-End*/


@media only screen and (max-width: 1200px){
/*brand-layout-css*/

.brand-regulated-heading {
	width: 43%;
}
.new-brand-regulated-right {
	width: 51%;
}
/*brand-layout-css-End*/
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
body.bm-tiny .new-brand-regulated-logo {
    width: 120px;
    margin-right: 12px;
}
body.bm-tiny .brand-regulated-rating {
    margin-right: 10px;
}
body.bm-tiny .regulated-visit-button {
    width: 158px;
}
body.bm-tiny .regulated-visit-button a {
    padding: 11px 12px;
}

}

@media only screen and (max-width: 991px){

/*brand-layout-css*/

.regulated-visit-button {
	width: 26%;
}
.reviewbox-progressbar {
	margin-right: 27px;
}

/*brand-layout-css-End*/
}


@media only screen and (max-width: 991px) and (min-width: 768px){
body.bm-tiny .regulated-visit-button a {
    font-size: 13px;
    padding: 9px 7px;
}
body.bm-tiny .new-brand-regulated-logo {
    width: 110px;
    margin-right: 12px;
}
body.bm-tiny .brand-regulated-rating {
    margin-right: 15px;
}
body.bm-tiny .regulated-visit-button {
	width: 21%;
}
body.bm-tiny .review-ratingbox-right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
}	
body.bm-tiny  .review-ratingbox-left {
    width: 100%;
    justify-content: space-between;
}
body.bm-tiny .review-ratingbox-left .casinosieger {
    width: 100%;
	margin-top: 14px;
}

}

@media only screen and (max-width:767px){
	/*brand-layout-css*/

.regulated-visit-button {
	width: 26%;
}
.reviewbox-progressbar {
	margin-right: 0;
	width: 100%;
	margin-bottom: 15px;
	vertical-align: top;
}
.new-brand-found-rep {
	width: 100%;
	padding-right: 0;
}
.new-brand-regulated-logo {
	order: 1;
	margin-right: 20px;
}
.new-brand-regulated-right {
	width: calc(100% - 156px);
	order: 2;
	text-align: right;
}
.regulated-visit-button {
	order: 3;
	width: 100%;
	text-align: center;
	margin-top: 18px;
}
.brand-regulated-heading {
	width: 100%;
}
.brand-regulated-heading span {
	font-weight: 400;
	font-size: 14px;
}
.brand-regulated-rating {
	width: 100%;
	margin-right: 0;
	text-align: right;
}
.new-brand-regulated-top {
	margin-bottom: 17px;
}
.review-rating-box-sec {
	padding: 15px 15px 0px;
}
.review-ratingbox-left {
	width: 100%;
}
.ratingbox {
	width: calc(100% - 143px);
}
.ratingbox-rating-count {
	width: 100%;
	display: inline-block;
}
.review-ratingbox-left .casinosieger {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}
.review-ratingbox-right {
	width: 100%;
	padding-left: 0;
	margin-top: 30px;
}
.brand-regulated-single-sec .brand-regulated-heading {
	width: 100%;
}
.brand-regulated-single-sec .regulated-ha-rating {
	margin-right: 0;
}
.brand-regulated-single-sec .brand-regulated-rating a {
	width: 100%;
	display: block;
}


/*brand-layout-css-End*/