.footer__widget-intro img {
    width: 60%;
}

.footer-two {
    margin-top: 0!important;
}

span.serial {
    display: none!important;
}

.thumb.casinoThumb img {
    border-radius: 50%;
}

.pageHeader {
    margin-top: 50px!important;
}

.telegrameIcon a {
	display: block;
	width: 150px;
	position: fixed;
	bottom: 10%;
	left: 20px;
	z-index: 999999;
}

.telegrameIcon a img{
	display: block;
	width: 100%;
	border-radius: 10px;
}

.whatsappIcon a {
	display: block;
	width: 150px;
	position: fixed;
	bottom: 3%;
	left: 20px;
	z-index: 999999;
}

.whatsappIcon a img {
	display: block;
	border-radius: 10px;
}

.pageContent{
    margin-bottom: 50px;
}

.pageContent img {
    display: block;
    width: 100%;
    margin: 15px 0;
    border-radius: 15px;
}

.sportBook {
    margin: 0 auto;
    padding: 12px 0;
    background-color: transparent;
    width: 185px;
    display: block;
    text-align: center;
    margin-top: 100px;
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 18px;
    transition-duration: 0.2s;
}

.sportBook:hover{
    border: 2px solid #fff;
    background-color: #222;
}

marquee p {
    margin: 0;
    font-size: 20px;
}

marquee {
    background-color: chocolate;
    padding: 15px 0px;
    margin: 40px 0 35px;
    border-radius: 5px;
}