@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
body {
	margin: 0;
	padding: 0;
	color: #353535;
	font-family: 'Montserrat', sans-serif;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
* {
	box-sizing: border-box;
}
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-right: 10px;
	padding-left: 10px;
}
.text-area p {
	margin: 0;
}
p:empty {
	display: none;
}
/*********************
// Start Homepage //
***********************/
.primary-Gbtn {
	background: #65c82d;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 18px 10px;
	border-bottom: 2px solid #4ea932;
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	max-width:100%;
	border-radius:10px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.primary-Gbtn > span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	padding-top: 5px;
	line-height: 11px;
}
 .primary-Gbtn::after {
 background: rgba(255, 255, 255, 0.15);
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 height: 0;
 z-index: -1;
 -webkit-transition: all 400ms ease-in-out 0s;
 -moz-transition: all 400ms ease-in-out 0s;
 -ms-transition: all 400ms ease-in-out 0s;
 -o-transition: all 400ms ease-in-out 0s;
 transition: all 400ms ease-in-out 0s;
 transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
.primary-Gbtn:hover:after {
	height: 100%;
}
.primary-Gbtn:hover {
	background: #43b422;
	color: #fff;
}
.large-Btn {
	width: 380px;
}
.small-Btn {
	width: 180px;
}
.orange-Btn {
	background: #ffc913;
	border-bottom: 2px solid #e3ad00;
	color: #2c2c2c;
}
.orange-Btn:hover {
	background: #ffc913;
	color: #2c2c2c;
}
.black-Btn:hover {
	background: #2c2c2c;
	color:#fff;
}
.black-Btn {
	background: #000;
	border-bottom: 2px solid #353535;
	color:#fff;
}
.white-Btn:hover {
	background: #e8e8e8;
	color:#353535;
}
.white-Btn {
	background: #f0f0f0;
	border-bottom: 2px solid #d5d5d5;
	color:#353535;
}
.full-Width {
	display:block;
	width: 100%;
	max-width: 100%;
}
.title-Mainse {
	text-align:center;
}
.title-Mainse > h2 {
	font-size: 32px;
	line-height: 33px;
	font-weight: 600;
	color: #252525;
	padding-bottom: 30px;
}
.acasino-Inner {
	text-align: left;
}
.title-Mainse > p {
	font-size: 16px;
	padding:0 0 40px;
	line-height: 20px;
}
.title-Mainse > p > span {
	font-weight:500;
}
/***************

//Toplist//

***************/

  

.cas-Midse {
	padding: 10px 0;
}
.genric-Binfose > h3 {
	font-size: 15px;
	font-weight: 500;
	line-height: 16px;
	color: #2c2c2c;
	padding-bottom: 15px;
}
.load-Morese {
	text-align:center;
	padding-top: 40px;
}
.tpbox-Wrapse + .tpbox-Wrapse {
	margin-top: 15px;
}
.top-Listse {
	overflow: hidden;
	min-height: 120px;
	position: relative;
}
.id-Boxse {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	z-index: 1;
}
.logo-Topse > a > img {
	height: 60px;
	width:auto;
}
.top-Listxt {
	padding: 20px;
	position: relative;
	height: 100%;
	padding-bottom: 40px;
	padding-left: 0;
}
.bonus-Boxse > h3, .spin-Boxse > h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 17px;
	/*color:#11778d;*/

	color:#2CA5E4;
}
.spin-Boxse > h3 {
	color:#43b422;
}
.bonus-Boxse > p, .spin-Boxse > p {
	font-size: 12px;
	color: #252525;
	line-height: 12px;
	font-weight: 500;
}
.ratin-Boxse > ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.ratin-Boxse {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ratin-Boxse > ul > li {
	line-height: 17px;
}
.ratin-Boxse > ul > li > a {
	font-size: 13px;
	color: #fff;
	line-height: 16px;
	margin: 0 2px;
}
.ratin-Boxse > p {
	font-size: 13px;
	line-height: 13px;
	color: #374a54;
}
.info-Boxse {
	display:inline-block;
}
.info-Boxse > ul > li {
	font-size: 12px;
	line-height: 17px;
	font-weight: 500;
	text-align: left;
	padding-left: 20px;
	position: relative;
	color:#252525;
}
.info-Boxse > ul > li:before {
	content:"f058";
	position:absolute;
}
.info-Boxse > ul > li::before {
	background: url(../images/check-circle-regular.svg) no-repeat center;
	content: "";
	position: absolute;
	font-family: fontawesome;
	left: 0;
	top: 2px;
	background-size: 15px;
	width:15px;
	height:15px;
}
.info-Boxse > ul > li.flg-icon::before, .info-Boxse > ul > li.flg-icon i {
	width: 14px;
	height: 14px;
	border-radius: 14px;
	border: 0;
	transform: none;
	background-size: 14px;
	top: 2px;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
}
.list-Topse {
	line-height:12px;
}
.list-Topse > a {
	font-size: 11px;
	color: #939393;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: 400;
	display: inline-block;
	padding-top: 5px;
}
.list-Topse > a .show_Ar {
	margin-left: 10px;
	display:inline-block;
}
.list-Topse > a.collapsed .show_Ar {
	transform:rotate(-180deg);
}
.list-Boxse {
	background: #efefef;
	padding: 20px;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.09);
	border: 1px solid #e5e5e5;
	margin-top: 5px;
	text-align: left;
}
.list-Boxtxtse > ul > li {
	font-size: 13px;
	line-height: 17px;
	color: #353535;
	position: relative;
	padding-left: 30px;
}
.list-Boxtxtse > ul > li + li {
	margin-top:10px;
}
.list-Boxtxtse > ul > li:before {
	content: "\f00c ";
	position: absolute;
	left: 0;
	top: 0;
	font-family: fontawesome;
	color: #43b422;
	font-size: inherit;
}
.list-Boxtxtse > ul > li.not-Capable:before {
	content: "\f00d";
	color:#EE2737FF;
}
.title-Box > h3 {
	font-size: 15px;
	padding-bottom: 14px;
	line-height: 16px;
	color:#374a54;
	font-weight: 600;
}
.list-Boxtxtse > p {
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	color:#353535;
}
.betting-Wrapse {
	position: relative;
	z-index: 2;
	background: #fff;
	overflow: hidden;
	text-align:center;
}
.tprib-Mainse {
	position: absolute;
	left: -50px;
	top: -50px;
	width: 100px;
	height: 100px;
	transform: rotate(-45deg);
	z-index: 9;
}
.tprib-text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: #58af55;
	color: #fff;
	padding: 5px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box-Ifopad {
	padding-bottom: 10px;
}
.box-Tpwrpse .row {
	margin: 0 -10px;
}
.box-Tpwrpse .col-lg-3 {
	padding: 10px;
}
.spcae-Topse4 {
	padding-top: 5px;
}
.information-Boxse > h3, .information-Boxse > h3 > strong {
	font-size:14px;
	color: #43b422;
	line-height:17px;
	font-weight:600;
}
.information-Boxse > p {
	font-size: 12px;
	color: #2c2c2c;
	line-height: 15px;
	padding-top: 5px;
}
.information-Boxse > p br {
	display: none;
}
.age-Breqsec {
	background: #fcfcfc;
	padding: 5px 10px;
	box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.05) inset;
	position: absolute;
	right: 0;
	left: -20px;
	bottom: 0;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-Bpyse .age-Breqsec {
	background: none;
	padding: 10px 0 0;
	box-shadow: none;
	margin:0 -5px;
	text-align:center;
	position:static;
}
.age-Breqsec ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.age-Breqsec ul > li {
	font-size: 12px;
	line-height: 12px;
	color: #2c2c2c;
	font-weight: 300;
	padding:0 5px;
}
.age-Breqsec ul > li > a {
	color:#4ca0db;
}
.age-Breqsec ul > li + li {
	border-left:1px solid #2c2c2c;
}
.information-Boxse {
	text-align: left;
}
.logo-Topse {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 15px 40px;
	position: relative;
}
.right-Midse .logo-Topse {
	padding: 20px 15px;
}
.right-Midse .toplist-Sec .col-lg-12 + .col-lg-12 {
	margin-top: 15px;
}
.right-Slidse .betting-Wrapse {
	margin-top: 15px;
}
.slick-list.draggable {
	padding: 0 !important;
}
.bonus-Boxsec > ul > li {
	background: #fff;
	text-align: left;
	font-size: 13px;
	color: #353535;
	padding: 5px 10px;
	min-height: 40px;
	display: flex;
	align-items: center;
	border: 1px solid #e7e7e7;
}
.bonus-Boxsec > ul > li + li {
	margin-top:15px;
}
.bonus-Boxsec > ul > li > span {
	font-size: 20px;
	font-weight: 600;
	margin-right: 10px;
	color:#2CA5E4;
}
.bonus-Boxsec.spinSe > ul > li > span {
	color:#43b422;
}
.bonus-Boxsec > h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 17px;
	color:#252525;
}
.bonus-Boxsec > p {
	font-size: 12px;
	color: #353535;
	line-height: 12px;
	font-weight: 500;
}
.review-Stextse .breview-Boxsec {
	padding-top:15px;
}
.review-Stextse {
	padding: 60px 20px 20px 0px;
	position: relative;
}
.info-Boxsec {
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 15px;
	display: flex;
	align-items: center;
	height: 100%;
}
.review-Swrapse {
	background: #fff;
}
.review-Title {
	position: absolute;
	left: -20px;
	right: 0;
	top: 0;
	background: #f3f3f3;
	color: #252525;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid #e9e9e9;
}
.review-Title > h3 {
	font-size: 14px;
	font-weight: 600;
}
.casino-Bwrapse {
	position: relative;
	z-index: 2;
}
.casino-Toplist {
	padding: 15px;
	position: relative;
	overflow: hidden;
}
.bonus-Tpsec > p {
	background: rgba(0, 0, 0, 0.75);
	display: inline-block;
	padding: 10px 15px;
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.095);
	margin: 15px 0;
	font-weight: 400;
	border-radius: 10px;
}
.cas-Btxse > p a {
	color: #4ca0db;
}
.bonus-Tpsec > p > strong {
	font-weight:400;
}
.cas-Tpbtnse {
	padding-bottom: 10px;
}
.cas-Tpbtnse a.primary-Gbtn {
	padding: 10px;
	width: 200px;
	font-size: 13px;
	line-height: 13px;
	max-width: 100%;
}
.cas-Btxse {
	background: rgba(0, 0, 0, 0.65);
	font-size: 10px;
	line-height: 11px;
	color: #fff;
	margin: 0 -15px -15px;
	padding: 10px 5px;
}
.cas-Logose {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cas-Logose > a > img {
	width: auto;
	height: 60px;
}
.slide-Imgse {
	margin-top: 15px;
}
.top-Sp0 {
	margin:0;
}
.inner-Banse .ratin-Boxse > ul > li > a {
	font-size:15px;
	line-height: 15px;
	padding:0 1px;
}
.rat-Mcercle {
	background: #2c2c2c;
	width: 130px;
	height: 130px;
	border-radius: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
}
.rat-Incercle > p {
	font-size: 30px;
	line-height: normal;
	font-weight: 600;
}
.spcae-Topse3 {
	padding-top: 10px;
}
.bonus-Boxse > p {
	padding-top: 5px;
}
.spin-Boxse > p {
	padding-top: 5px;
}
.ban-Sec2 .logo-Topse {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ban-Sec2 .logo-Topse > a > img {
	height: auto;
}
.review-Bcontse {
	background: #f2f2f2;
	padding: 80px 0;
}
.review-Lfxtse > h3 {
	font-size:20px;
	line-height:21px;
	color: #252525;
	font-weight: 600;
}
.review-Lfxtse > p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #2c2c2c;
	padding-top: 15px;
}
.img-Bgamese {
	padding-top: 40px;
}
.point-Bmainse {
	padding: 80px 0;
}
.title-Box2 {
	padding-bottom: 15px;
}
.title-Box2 > h3 > i {
	color: #58af55;
}
.title-Box2 > h3 {
	font-size: 20px;
	font-weight: 600;
	color: #2c2c2c;
}
.point-Boxse ul > li {
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
	padding-left: 25px;
	position: relative;
}
.point-Boxse ul > li:before {
	content: "\f00c ";
	position: absolute;
	left: 0;
	top: 0;
	font-family: fontawesome;
	color: #58af55;
	font-size: inherit;
}
.point-Boxse.ngt-Sec ul > li:before {
	content: "\f00d";
	color: #EE2737FF;
}
.pyment-Boxse ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -3px;
}
.pyment-Boxse ul > li {
	padding: 3px;
	max-width: 45px;
}
.arrow-Sec {
	width: 35px;
	height: 35px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.05);
	font-size: 14px;
	color: #58af55;
	margin-left:5px;
}
.arrow-Msec {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.game-Binfose p > span {
	font-size: 15px;
	font-weight: 600;
}
.game-Binfose p {
	font-size: 14px;
	color: #353535;
	line-height:17px;
}
.game-Binfose {
	padding-top: 15px;
}
.img-Bgamese ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.img-Bgamese ul > li {
	padding: 5px;
	max-width: 50%;
}
.review-Boxse > p {
	font-size: 15px;
	line-height: 20px;
	color: #575757;
}
.review-Bheader .top-Listxt {
	background: #fff;
}
.review-Bheader .logo-Topse > a > img {
	height: 80px;
}
.review-Bpysec {
	padding: 0 0 80px;
	margin-top: -30px;
	position: relative;
	z-index: 19;
}
.inner-Bpyse > h2 {
	font-size: 26px;
	font-weight: 600;
	color: #58af55;
	text-align: center;
}
.reason-Btxtse {
	padding:15px 0;
}
.reason-Btxtse > h3 {
	font-size: 15px;
	padding-left: 40px;
	position: relative;
	line-height: 16px;
	font-weight: 400;
}
.review-Boxsec a {
	padding: 15px;
	font-size: 14px;
	line-height: 14px;
}
.reason-Btxtse > h3 > span {
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	margin-top: -15px;
}
.reason-Btxtse > h3 > i {
	position:absolute;
	left:0;
	color: #58af55;
}
.inner-Bpyse {
	background: #f5f5f5;
	padding: 15px;
	border:1px solid #e9e9e9;
}
.inner-Bpyse.tp-Marse {
	text-align: left;
}
.inner-Bpyse.tp-Marse .reason-Btxtse {
	padding-top: 0;
}
.tp-Marse {
	margin-top: 10px;
}
.genric-Bwrapse {
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	border:1px solid #e9e9e9;
}
.genbonus-Sec {
	width: 100%;
}
.genbonus-Sec .slick-dots {
	position: static;
}
.genric-Bwrapsec1 {
	padding: 0 10px;
}
.genric-Bwrapsec1 + .genric-Bwrapsec1 {
	padding-top:10px;
}
 @media screen and (min-width:991px) {
/* .genric-Bwrapse {
 min-height:120px;
}*/
.boxinse-Bonus {
 display: flex;
 align-items: center;
 justify-content: space-around;
 margin: 0 -5px;
}
.boxinseWrap {
 padding: 0 5px;
}
}
.cas-Bottomse {
	width: 100%;
}
.genric-Bwrapse + .genric-Bwrapse {
	margin-top: 10px;
}
.genric-Binfose > p {
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	color: #2c2c2c;
}
.genric-Binfose > p > span {
	font-size: 15px;
	font-weight: 500;
	line-height: 16px;
	color: #2c2c2c;
}
.app-Boxse > ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.app-Boxse > ul > li {
	padding:0 5px;
}
.app-Boxse > ul > li > a {
	font-size:20px;
	color:#58af55;
}
.ryt-Grnse {
	min-height: 120px;
	display: flex;
	text-align:center;
	justify-content:center;
}
.ryt-Grnse .genric-Binfose > p {
	color: #58af55;
}
.ryt-Grnse .genric-Binfose > p {
	color: #58af55;
	font-size: 15px;
	font-weight: 500;
}
.inner-Bpyse > p {
	font-size: 13px;
	font-weight: 500;
	color: #454545;
	line-height: 14px;
	padding-top: 10px;
	text-align: center;
}
.brand-Btxtse > h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	color: #000;
}
.brand-Btxtse > p {
	font-size: 13px;
	color: #171717;
	padding-top: 5px;
	line-height:14px;
}
.row.fisrt-Chld {
	padding-bottom: 15px;
}
.brand-Bwrapse {
	background: #f4f4f4;
	padding: 20px;
	/*	box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.15);*/

	margin-top: 10px;
	border-radius: 10px;
}
.review-Wrapse .fisrt-Chld .col-lg-4 .brand-Btxtse {
	margin-top: 0;
}
.feedback-Mainse {
	background:#fff;
	margin-top: 10px;
	padding: 15px;
}
.flag-Boxse > ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.flag-Boxse > ul > li {
	flex: 0 0 100%;
	max-width: 40px;
	padding: 5px;
}
.info-Feedse > h3, .flag-Boxse > h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	color: #000;
}
.flag-Boxse > ul > li > a {
	display: flex;
	background: #151515;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
	align-items: center;
	justify-content: center;
}
.breview-Boxsec > a {
	border-radius: 10px;
}
.tog-collpse {
	background: #e9e9e9;
	width: 150px;
	margin: 0 auto;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
}
.tog-collpse a {
	color: #454545;
	display: block;
	font-size: 14px;
	line-height: 15px;
	text-align:center;
	transform: rotate(0deg);
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.tog-collpse a.collapsed {
	transform: rotate(180deg);
}
.review-Btnse > a {
	padding: 10px;
	font-size: 14px;
	line-height: 14px;
}
.cas-Title {
	background: #f3f3f3;
	padding: 10px;
	margin: -20px -20px 0;
}
.cas-Title > h3 {
	font-size: 14px;
	font-weight: 600;
}
.toplist-Sec3 .logo-Topse {
	padding: 20px;
}
.toplist-Sec3 .top-Listxt {
	padding: 20px;
	padding-left: 0;
}
.toplist-Sec3 .top-Listse {
	min-height:inherit;
}
.ratin-Boxsec .rating .star {
	background: none;
	width: auto;
	height: auto;
	line-height: 17px;
}
.ratin-Boxsec .rating span i {
	font-size: 16px;
	color: #ffdd67;
	line-height: 16px;
}
.ratin-Boxsec > p {
	font-size: 13px;
	line-height: 13px;
	color: #374a54;
}
.tpbox-Wrapse {
	position: relative;
	z-index: 2;
}
.toplist-Sec4 .betting-Wrapse {
	border: 2px solid #e7e7e7;
	padding: 10px;
	background: #fff;
}
.toplist-Sec4 .top-Listse {
	background: none;
	box-shadow: none;
}
.ratin-Boxse .rating .star {
	background: none;
	width: auto;
	height: auto;
	line-height: 17px;
}
.ratin-Boxse .rating span i {
	font-size: 13px;
	color: #fff;
	line-height: 16px;
	margin: 0 2px;
}
 @keyframes growProgressBar {
 0%, 33% {
 --pgPercentage: 0;
}
 100% {
 --pgPercentage: var(--value);
}
}
 @property --pgPercentage {
 syntax: '<number>';
 inherits: false;
 initial-value: 0;
}
div[role="progressbar"] {
 --fg:#65c82d;
 --bg: #efefef;
 --pgPercentage: var(--value);
	animation: growProgressBar 3s 1 forwards;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	display: grid;
	place-items: center;
 background: 
 radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
	font-size:24px;
	font-weight:700;
	color:#65c82d;
}
 div[role="progressbar"]::before {
 counter-reset: percentage var(--value);
 content: counter(percentage) '%';
}
.progres-Wrapse > div {
	width: 120px;
	height: 120px;
}
.progres-Wrapse {
	display: flex;
	align-items: center;
	justify-content: center;
}
.rebbon-boxse {
	position: absolute;
	left:0;
	top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
}
.rebbon-boxse .ryt-Se {
	position: absolute;
	left: 1px;
	bottom: -15px;
	font-size: 25px;
}
.toplist-Boxmain {
	position: relative;
	padding-left: 7px;
	margin-left: -7px;
}
.toplist-Boxmain .tprib-text {
	max-width: fit-content;
	padding: 5px 15px;
	line-height: 12px;
}
/*******************

//Toplist end//

***************/

 

 @media screen and (min-width:991px) {
 .pad-Tspace {
 padding-top:50px;
}
 .toplist-Sec4 .logo-Topse {
 margin-right: -40px;
}
}
/*****************/

.basta-Lswrap {
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 6px 30px 0 rgba(19, 26, 57, .1), 0px 3px 10px 0 rgba(19, 26, 57, .1);
}
.basta-Lswrap + .basta-Lswrap {
	margin-top: 15px;
}
.primary-Grse {
	text-transform: uppercase;
	border-radius: 50px;
	display:block;
	border: 0;
	color: #fff;
	text-align: center;
	font-size: 1.125rem;
	padding: 1rem;
	background: linear-gradient(135deg, #2ecc40, #008a10);
	text-shadow: 0 1px 1px rgba(4, 123, 18, .65);
 transition: box-shadow .25s cubic-bezier(.22, .61, .36, 1), transform .25s cubic-bezier(.22, .61, .36, 1);
	box-shadow: 0 2px 8px -2px rgba(46, 204, 62, .75);
	font-weight:600;
}
.button-Affisec {
	text-align: center;
}
.recBtn {
	margin-top: 8px;
	display: block;
	line-height: 13px;
	font-size: 13px;
	color:#252525;
}
.recBtn:hover {
	color:#353535;
}
.primary-Grse:hover {
	box-shadow: 0 4px 16px -4px rgba(46, 204, 62, .75);
	transform: scale(1.05);
	color:#fff;
}
.rating-Sec .ratings-Wrapse span {
	line-height: normal;
	margin: 0 1px;
	width:auto;
	height: auto;
	background:none;
}
.rating-Sec .ratings-Wrapse span svg {
	fill:#ffd32a;
	background:none;
	width:16px;
	height:16px;
	padding:0;
}
.rating-Valsec span {
	font-size: 24px;
	font-weight: bold;
	color: #1eae50;
	display: block;
	line-height: 24px;
	font-family: 'Oswald', sans-serif;
}
.basta-Tprytse {
	display: flex;
	align-items: center;
	height: 100%;
}
.basta-Tprytse .row {
	width: 100%;
}
.basta-Logo {
	border-radius: 10px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ratings-Wrapse .rating {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4px;
}
.info-Bxsec ul > li {
	font-size: 12px;
	font-weight: 500;
	padding-left: 20px;
	position: relative;
}
.info-Bxsec ul > li + li {
	margin-top:5px;
}
 .info-Bxsec ul > li::before {
 background: url(../images/check.png) no-repeat center center;
 content: "";
 position: absolute;
 left: 0;
 top: 2px;
 width: 16px;
 height: 16px;
 background-size: 13px;
}
.title-Bsta h3 {
	font-size: 20px;
	font-weight: 700;
	color:#2CA5E4;
	text-align: center;
	line-height: 26px;
}
.rating-Sec.rating-Lsec {
	display: block;
}
.basta-Logo a img {
	width: auto;
	height: 60px;
}
.basta-Toplist {
	font-family: 'Montserrat', sans-serif;
}
.rating-Valsec > i {
	font-style: normal;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
	color: #252525;
	line-height: 12px;
}
.tpbox-Wrapse .ratin-Boxse .rating span i, .tpbox-Wrapse .ratin-Boxsec .rating span i {
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	margin: 0 2px;
	background: none;
	width: auto;
	height: auto;
}
.tpbox-Wrapse .ratin-Boxsec .rating span i {
	font-size: 16px;
	color: #ffdd67;
	line-height: 16px;
}/*
 .tpbox-Wrapse .info-Boxse ul > li::before {
 background:none;
}*/
 .tpbox-Wrapse .info-Boxse > ul > li.flg-icon::before {
 display: flex;
 align-items: center;
 justify-content: center;
 background-size: 14px;
}
.tags-Wrapse {
	text-align: center;
	color: #353535;
}
.tags-Wrapse > h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	padding: 5px 0;
}
.tags-Wrapse > p {
	font-size:18px;
	font-weight: 600;
	color: #353535;
	line-height: 20px;
}
.tags-Wrapse > span {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.genric-Bwrapse3 span {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.genric-Bonusec ul > li {
	display: block;
	background: #fff;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
	padding: 5px 10px;
	font-size: 12px;
	position: relative;
	line-height: 13px;
	border:1px solid #e5e5e5;
}
.genric-Bonusec ul > li + li {
	margin-top:10px;
}
.genric-Bonusec ul > li > span {
	font-size: 14px;
	font-weight: 700;
	line-height:15px;
	color: #43b422;
	padding-bottom: 5px;
	display: block;
}
.tags-Wrapse > h4 {
	color: #353553;
	font-size: 17px;
	font-weight: 600;
	padding-top: 5px;
	line-height: 17px;
}
.progress-Mainse .tags-Wrapse > h3 {
	padding-bottom: 0;
}
.rvtab-Paybox #selectTabsec01 li img {
	height: 25px;
}
#selectTabsec01 {
	background: #ffff;
	padding: 10px;
	box-shadow: 1px 6px 5px 1px rgba(0, 0, 0, 0.05);
}
#selectTabsec01 li {
	background: #f6f6f6;
	margin-top: 1px;
	padding: 5px 10px;
}
.genbonus-Sec2 {
	position: relative;
	padding-left: 170px;
}
.boxinseWrap2 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 15px 30px;
}
.genbonus-Sec2 .progress-Mainse .tags-Wrapse > h3 {
	color: #fff;
	padding-bottom:0;
}
.genric-Bwrapse3 .tags-Wrapse {
	position: relative;
	padding-left:25px;
	text-align: left;
}
.tbox-Inse .genric-Binfose {
	/* display: inline-block; */
	padding-left: 5px;
}
.genric-Bwrapse3 .tags-Wrapse > h3 {
	padding: 0;
}
.genric-Bwrapse3 .progress-Mainse .tags-Wrapse {
	padding: inherit;
	padding-top: 10px;
	text-align:center;
}
.genbonus-Sec .rvtab-Paybox > ul > li img {
	height: 31px;
	border: 1px solid #f9f9f9;
}
.genbonus-Sec .provider-Wrapse > ul > li img {
	height: 31px;
}
.provider-Wrapse > ul > li img {
	border:1px solid #f9f9f9;
}
.tbox-Inse .boxinseWrap {
	background: #fff;
	padding: 10px 5px;
	margin-bottom:10px;
	text-align: center;
	border:1px solid #e9e9e9;
}
.review-Wrapse .boxinseWrap {
	margin: 0;
}
.genric-Tbox {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -5px;
	flex-wrap: wrap;
}
.tbox-Inse {
	padding: 0 5px;
	flex: 0 0 50%;
	max-width: 100%;
}
.genric-Bwrapse3 .tags-Wrapse {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.tags-Wrapse > p {
	padding-left: 10px;
}
 @media screen and (min-width:991px) {
 .tags-Wrapse > h3 {
 padding-top: 0;
}
.provider-Wrapse .tags-Wrapse, .rvtab-Paybox .tags-Wrapse {
 text-align: left;
}
}
.review-T1xtse > h2, .review-T1xtse > h1 {
	font-size: 24px;
	line-height: 25px;
	padding-bottom: 20px;
	font-weight: 600;
	text-align:center;
}
.review-T1xtse > h1 {
	font-size: 30px;
	line-height: 31px;
}
.prp-page .prp-content .prp-margin-bottom, .wp-admin .prp-content .prp-margin-bottom, .prp-page.page .prp-content .prp-margin-bottom {
	margin-bottom: 0 !important;
}
.reinfo-Insec1 .bar-rating-full:last-child {
	margin-bottom: 0;
}
.myList, .myList1 {
	display:none;
}
.sw-List1, .sw-List {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 32px;
	background: #65c82d;
	font-size: 11px;
	font-weight: 600;
	color: #454545;
	margin-left: 5px;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
	color: #fff;
	border-radius: 5px;
}
.sw-List1:hover, .sw-List:hover {
	background:#43b422;
}
.countWrapse {
	position: absolute;
	background: #1eae50;
	right: 0;
	top: 0;
	padding: 2px 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 0 0 20px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	height: 35px;
	width: 35px;
}
.toplist-Nabse ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}
.toplist-Nabse ul li {
	font-size: 14px;
	color: #355335;
	line-height: 15px;
}
.toplist-Nabse ul li > i {
	font-size: 15px;
	color: #303030;
	margin-right:5px;
	line-height: 15px;
}
.toplist-Tse {
	text-align: center;
	padding-bottom: 25px;
}
.toplist-Tse > h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
}
.toplist-Tse > p {
	font-size: 15px;
	color: #252525;
	line-height: 21px;
	padding-top: 10px;
}
.jackpot-Wrapse .slick-dots {
	position: static;
}
.jackpot-Wrapse .slick-list.draggable {
	padding: 0 50px !important;
}
.jackpot-Wrapse .slick-list.draggable::after, .jackpot-Wrapse .slick-list.draggable::before {
 background: #f5f5f5;
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 width: 40px;
 opacity: 0.8;
 z-index:99;
}
.jackpot-Wrapse .slick-list.draggable::before {
 right:0;
 left:auto;
}
.progress-Mainse .tags-Wrapse {
	padding-top: 15px;
}
.wrap-Revinfo > h3 span i {
	color: #ffc318;
}
.wrap-Revinfo > h3 span {
	display: inline-block;
	padding: 5px 5px;
	background: #dcdcdc;
	border-radius: 5px;
	margin: -5px 0 -5px 10px;
	color: #fff;
}
.wrap-Revinfo > p {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 20px;
}
.lang-Wrapse > ul {
	display: flex;
	align-items: center;
	margin: 0 -5px;
	flex-wrap: wrap;
}
.lang-Wrapse > ul > li {
	padding: 0 5px;
}
.lang-Wrapse > ul > li > img {
	border-radius: 50%;
	width: auto;
	height: 40px;
	border: 1px solid #e9e9e9;
}
.device-Wrapse ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.device-Wrapse > ul > li {
	padding: 0 5px;
}
.device-Wrapse > ul > li > p {
	padding: 6px 15px;
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	color: #353535;
	display: flex;
	align-items: center;
	background: #f5f8ff;
	border-radius: 4px;
	justify-content: center;
}
.device-Wrapse > ul > li > p > span {
	margin-right:10px;
}
.device-Wrapse > ul > li > p > span > img {
	width: auto;
	height: 27px;
}
.device-Wrapse {
	padding-bottom: 20px;
}
.point-Boxse .wrap-Revinfo > h3 {
	background: #e1f4e7;
}
.point-Boxse.ngt-Sec .wrap-Revinfo > h3 {
	background: #fef1f1;
}
.review-Section1 .review-Wrapse {
	margin: 0;
	margin-top: 15px;
}
.review-T1xtse > h1 {
	margin-top: -50px;
}
.fot-Mainse .top-Footsec {
	background: #262b4c;
	border-radius: 0;
	padding: 30px 0 50px;
	position: static;
}
.fot-Mainse .footer-Logosec {
	border-bottom: 2px solid #121633;
	padding-bottom:30px;
}
.fot-Mainse .foot-Wrapse {
	padding-top: 40px;
}
.fot-Mainse .top-Footsec::after {
 display:none;
}
.fot-Mainse .foot-Wrapse ul > li > a {
	color: #fff;
}
.fot-Mainse .foot-Wrapse > h3 {
	border-bottom: 1px solid #999;
	color: #ffc913;
	font-weight:600;
}
.fot-Mainse #footer-Mid > li > a::before, .fot-Mainse .foot-Wrapse ul > li > a::before {
 color: #ffc913;
}
.fot-Mainse .fot-Rytext {
	padding-top: 30px;
}
.fot-Mainse .fot-Rytext > p > span, .fot-Mainse .fot-Rytext > p > a, .fot-Mainse .fot-Rytext > p > i {
	color: #ffc913;
}
.fot-Botsec ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.fot-Botsec ul > li {
	padding: 0 15px;
}
.fot-Botsec ul > li > a {
	font-size: 12px;
	color: #fff;
	line-height: normal;
	font-weight: 500;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.fot-Botsec ul > li > a img {
	width: auto;
	height: 30px;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
}
.fot-Mainse {
	padding: 0;
}
.review-Jmainse br {
	display: none;
}
.review-Wrapsec {
	margin-top: 15px;
}
.mobileView {
	display: inline-block;
	width: 100%;
	background: #f3f3f3;
	padding-bottom:15px;
}
.cover-Single {
	background: #f3f3f3;
}
.mobileView br {
	display: none;
}
.fot-Mainse .foter-Leftse a > img {
	max-width: 200px;
	margin: -10px 0;
}
.fot-Mainse .bottom-Footer {
	padding: 20px 0;
	background: #121633;
}
/********************
//Media Query Start//
*****************/
 @media screen and (max-width:1200px) {
 .tags-Wrapse > h3 {
 font-size: 13px;
 line-height: 13px;
}
 .tags-Wrapse > p {
 font-size: 16px;
 line-height: 17px;
}
}
 @media screen and (max-width:991px) {
 .jackpot-Wrapse .slick-list.draggable {
 padding: 0 !important;
}
.slick-list.draggable::after, .slick-list.draggable::before {
 display:none;
}
 .point-Binse .col-lg-6 + .col-lg-6 {
 margin-top: 20px;
}
/*********************

// ToplIst Responsive css//

*************************/
.spin-Boxse {
 padding: 10px 0;
}
 .list-Boxse .col-lg-4 + .col-lg-4 {
 margin-top: 30px;
}
 .rat-Mcercle {
 display:none
}
 .information-Boxse > h3 {
 font-weight: 600;
}
 .information-Boxse > h3 br {
 display: none;
}
 .information-Boxse {
 text-align: center;
 padding-bottom:13px;
}
 .age-Breqsec ul > li > a {
 font-size: 9px;
 line-height: 9px;
}
 .age-Breqsec ul > li {
 font-size: 9px;
 line-height: 9px;
 padding: 0 2px;
}
 .inner-Bpyse.tp-Marse .reason-Btxtse {
 padding-top: 0;
 margin-bottom: 10px;
}
 .age-Breqsec {
 left: 0;
}
 .bonus-Boxse {
 padding: 10px 0;
}
 .top-Listxt {
 padding: 15px;
 padding-bottom: 45px;
}
 .toplist-Sec3 .top-Listxt {
 padding: 15px;
}

/*********************

// ToplIst Responsive css end//

*************************/

.right-Banse {
 margin-top: 20px;
}
 .info-Boxse {
 margin: 15px 0;
}
 .acc-Imgse {
 margin-bottom: 30px;
}
 .acasino-Wrapse .order-first {
 order: inherit !important;
}
 .fot-Logose {
 text-align: center;
}
 .play-Boxse .col-lg-6 + .col-lg-6 {
 margin-top: 10px;
}
 .logo-Mainse {
 margin: 0;
}
 .title-Mainse > h2 {
 font-size: 26px;
 line-height: 27px;
}
 .text-Wrapse > h3, .acc-Textse > h2, .gray-Inse > h3, .faq-Inse > h3 {
 font-size: 22px;
 line-height: 23px;
}
 .text-Wrapse > p, .acc-Textse > p, .gray-Inse > p, .faq-Txtse > p {
 font-size: 14px;
 line-height: 23px;
}
 .review-Title {
 left: 0;
}
 .review-Stextse {
 padding: 60px 20px 20px;
}
 .spcae-Topse5 {
 padding-top: 15px;
}
 .info-Boxsec {
 margin: 15px 0 0;
 height: auto;
}
 .boxslot-Info .col-lg-4 + .col-lg-4 {
 margin-top: 20px;
}
 .play-Header > h3 br {
 display:block;
}
 .play-Header > h3 {
 padding: 15px;
 padding-left: 45px;
}
 .play-Header > h3 > span {
 left: 15px;
 top: 16px;
}
 .table-List > .row {
 width: auto;
}
 .table-List {
 height: auto;
 display: inherit;
 width: auto;
}
 .casino-Tabinse + .casino-Tabinse {
 margin-top: 10px;
}
 .casino-Tabinse {
 border: 1px solid #e9e9e9;
 border-radius: 10px;
 overflow: hidden;
}
 .right-Slidse {
 margin-top:0;
}
 .title-Bsta {
 padding-top: 15px;
 display: inline-block;
}
 .info-Boxse, .info-Bxsec {
 padding: 10px 0 15px;
 display: inline-block;
 text-align: left;
}
 .basta-Lswrap {
 text-align: center;
}
 .rating-Sec.rating-Lsec > a {
 padding-top: 0;
}
 .rating-Sec {
 padding-left: inherit;
 margin-left: -15px;
}
 .ryt-Rvbonus {
 padding: 15px;
}
 .category-Insec + .category-Insec {
 margin-top: 10px;
}
 .rvbonus-Infose {
 border-radius: 10px;
 overflow: hidden;
}
 .rvbonus-Leftar {
 border-right: 0;
 padding: 30px 15px;
}
 .title-Category {
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
}
 .custom-Midse {
 padding: 15px 0;
}
 .rvtxt-Wrapse > h3 {
 font-size: 22px;
 line-height: 23px;
}
 .rvtxt-Wrapse > p {
 font-size: 14px;
 line-height: 23px;
}
 .category-Rytxt .provider-Wrapse > ul {
 display: inline-block;
 text-align: left;
}
 .tags-Wrapse > p, .tags-Wrapse > h4 {
 font-size: 12px;
 line-height: 13px;
}
 .tags-Wrapse > h3 {
 font-size: 11px;
 line-height: 12px;
 padding:5px 0;
}
 .genric-Bonusec {
 text-align: center;
}
 .boxinseWrap2 {
 padding:15px;
 width:115px;
}
.genbonus-Sec2 {
 position: relative;
 padding-left: 126px;
}
.boxinseWrap + .boxinseWrap {
 margin-top: 15px;
}
 .genric-Binfose {
 text-align: center;
}
.genric-Bwrapse3 .progress-Mainse {
 background: #112e40;
 padding: 10px;
 margin: -10px -10px 0;
}
.genric-Bwrapse3 .progress-Mainse .tags-Wrapse > h3 {
 color: #fff;
}
.genric-Bwrapse3 .progress-Mainse .tags-Wrapse {
 padding: 10px 0 0;
}
.top-Listse .info-Boxse {
 padding: 0;
 margin: -3px 0 10px;
}
.tbox-Inse {
flex: 0 0 100%;
 max-width: 100%;
}
.tbox-Inse .genric-Binfose {
 display: inline-block;
 padding-left: 0;
}
.genbonus-Sec .rvtab-Paybox > ul, .genbonus-Sec .provider-Wrapse > ul {
 justify-content: center;
}
.genbonus-Sec .rvtab-Paybox .tags-Wrapse > h3, .genbonus-Sec .provider-Wrapse .tags-Wrapse > h3 {
 padding-top:0;
}
.review-Wrapse .col-lg-4 + .col-lg-4 {
 margin-top:15px;
}
.toplist-Boxmain .info-Boxse {
 background: #f5f5f5;
 padding: 10px;
 width: 100%;
 border-radius:4px;
}
.toplist-Boxmain .info-Boxse ul li + li {
 margin-top:10px;
}
 .casino-Boxwrap .cas-Title {
display: none;
}
.betting-Wrapse .cas-Midse {
padding:0 0 10px;
}
.list-Topse > a {
 padding-top: 13px;
}
.wrap-Revinfo > h3 {
 margin-bottom:15px;
}
.progress-Mainse .tags-Wrapse > h3 {
 padding-bottom: 0;
 font-size: inherit;
}
.wrap-Revinfo > p {
 padding-bottom:15px;
}
 
.game-Typse > ul > li {
 text-align: center;
}
.game-Typse ul > li > img {
 margin-right: 0;
 margin-bottom: 5px;
}
.game-Typse > ul > li span {
 display: block;
}
.similar-Wrapse .rvtab-Rytarea {
 padding-top: 0;
}
.review-T1xtse > h1 {
 margin-top: 0;
 padding-bottom: 0;
 font-size: 22px;
}
.single footer {
 margin-bottom: 68px;
}
.fot-Mainse .foot-Wrapse {
 padding-top: 30px;
}
 .rvtab-Rytarea.topMb {
 margin-top:15px;
}
.device-Wrapse ul {
 gap: 10px 0;
}
.device-Wrapse > ul > li {
 flex: 0 0 50%;
}
.device-Wrapse {
 padding-bottom: 15px;
}
}
 @media screen and (max-width:767px) {
 .basta-Logo a img {
 width: auto;
 height: auto;
}
 .text-Hedse > h3 {
 font-size: 30px;
 line-height: 31px;
}
 .text-Hedse > h4 {
 font-size: 18px;
 line-height: 19px;
}
 .title-Dmainse > h4 {
 font-size: 18px;
 line-height: 22px;
}
.fot-Botsec ul > li {
 padding: 5px 10px;
}
.bottom-Footer {
 padding: 20px 0;
}
}
