html, body {
	max-width: 100%;
	overflow-x: hidden;
}
.row { 
	margin-right: 0px;
	margin-left: 0px; 
}
.sign-up-tab { 
    background-color: red;
    border-radius: 15px;
    color: #FFFFFF;
    padding: 9px;
    text-align: center;
    font-family: 'Mont SemiBold';
    font-size: 1.5rem;
}

.btn-join {
	color: #303030;
	border: 1px solid transparent;
	background-color: #D1F20C !important;
	font-weight: 600 !important;
	border-radius: 8px !important;
}

	.btn-join:visited,
	.btn-join:hover,
	.btn-join:focus {
		color: #303030 !important;
		transition: none !important;
	}

.this_is_betting { 
font-family: 'Mont' !important; 
font-weight: 800 !important; 
color: #FFF !important;  
text-align: center !important;
}

mark { 
font-family: 'Mont'!important;  
font-weight: 800 !important;  
color: #be0000; 
background-color: #fcf8e300 !important;  
padding: 0px !important;  
}

.banner-header {
	background: #1D00C2;
}

.blue-gradient-1 {
	background: linear-gradient(180deg, #2400F6 0%, #17019B 100%);
}

.blue-gradient-2  {
	background: linear-gradient(to bottom, #135fd7 0%,#0a46a6 100%);
}

.hide {
	display: none;
	visibility: hidden;
}

.text-center {
	text-align: center;
}

.row.text-center {
	display: flex;
	justify-content: center;
}

.poppins-regular {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.poppins-medium {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.poppins-bold, h1.section-title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
}


.text-black {
	color: #000 !important;
}

.text-blue {
	color: #001b53;
}

.capitalize {
	text-transform: capitalize;
}

.app-image {
	width: 192px;
}

.offerWrap .btn-join, .offerWrap .bg-amber {
	height: 59px;
	width: 230px;
	display: inline-flex;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem !important;
}
.addplus {
	position: relative;
}

.addplus:after {
	position: relative;
	content: "+";
}

#heroVideo {
	position: relative;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 75vh;
	min-height: 350px;
	margin-top: 74px;
}

.heroSection {
	margin-bottom: -10px;
	position: relative;
}

.video-Notewrap {
	position: absolute;
	width: 1140px;
	margin: 0 auto;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	top: 25%;
	left: 0;
	right: 0;
}

@media (max-width: 1024px) {
	.video-Notewrap {
		width: 90%;
	}

	#sign-up-offer {
		height: 60vw !important;
	}

	.sign-up-offer-section {
		background: no-repeat center top;
		background-size: 140%;
	}
}


@media (max-width: 768px) {
	.video-Notewrap {
		width: 80%;
		top: 30%;
	}

	.fixed-top {
		position: absolute;
	}

	.offerWrap .btn-join, .offerWrap .bg-amber {
		width: 45%;
	}	
	
}

@media (max-width: 576px) {
	.video-Notewrap {
		max-width: 390px;
	}	
}

@media (max-width: 414px) {
	.video-Notewrap {
		max-width: 300px;
		top: 240px;
	}
}

.heroNote {
	height: 280px;
	width: 400px;
	background-color: rgba(255, 255, 255, 0.85);
	color: #002872;
	padding: 50px 30px 30px 30px;
}
	.heroNote strong {
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 2em;
		line-height: 40px;
	}
	.heroNote span {
		font-family: "Poppins", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 1.3em;
		line-height: 10px;
	}

@media (max-width: 768px) {
	.heroNote {
		height: 250px;
		width: 280px;
	}

		.heroNote strong {
			font-size: 1.6em;
			line-height: 25px;
		}

		.heroNote span {
			font-size: 1.1em;
		}
}

@media (max-width: 414px) {
	.heroNote {
		height: 220px;
		width: 250px;
	}

		.heroNote strong {
			font-size: 1.4em;
			line-height: 20px;			
		}

		.heroNote span {
			font-size: .9em;
		}
}
/******************
    320px
******************/
@media (min-width: 320px) {
	.this_is_betting { 
	font-size: 1.7rem; 
	width: 80%; 
	margin: 6.2rem auto; 
	}
	mark { 
	font-size: 33px; 
	margin-left: -0.1em; 
	}
	.btn-join { 
	font-size: 1.2rem !important; 
	}
	.col-md-15 img {
    width: 100%;
	}
	.col-md-15 { 
	display: inline-table; 
	width: 30%;
	}
	.white-btn { 
	padding: 18px 50px 18px 50px; 
	}
	.green-btn { 
	padding: 18px 50px 18px 50px; 
	}
	.btm-join { 
	font-size: 1rem; 
	}
	.bg-amber  {
	font-size: 1rem; 
	}
	.text-right { 
	text-align:center !important; 
	margin: 1.2rem auto;
	}
	.no-margin-bottom { 
	font-size: 1.9rem; 
	text-align: center; 
	}
	.sign-up-tab { 
	border-radius: 9px; 
	padding: 9px; 
	font-family: 'Mont'; 
	font-size: 1.2em; 
	font-weight: 900; 
	margin-bottom: 12px; 
	width: 100%; 
	}
	h1.section-title { 
	font-size: 2em; 
	}
	.navbar-brand {
		margin-right: 0rem; 
	}
	.title-headings {
		width: 100%;
		margin: 20px auto auto auto;
	}
	
	.btn-circle {
		margin: 0px 0 0px 0px;
	}
	
	.loyalty-section {
		padding: 50px 0px;
	}
	
	.betget-1 {
		margin: 0px auto -15px auto;
		max-width: 100% !important;
	}
	
	.betget-container {
		padding: 0px 0 185px 0 !important;
	}
	.row-gap {
		column-gap: 10px;
	}
}

/******************
    360px
******************/
@media (min-width: 360px) {
	.this_is_betting { 
	font-size: 2.1rem; 
	
	}
		.btm-join { 
	font-size: 1.2rem; 
	}
	.bg-amber  {
	font-size: 1.2rem; 
	}
	.navbar-brand {
		margin-right: 1rem; 
	}
	
}


/******************
    375px
******************/
@media (min-width: 375px) {
		.this_is_betting { 
		font-size: 2.2rem; 
		margin: 10rem auto; 
	}
	.loyalty-section {
		padding: 50px 0px 175px 0;
	}
	
	.freebets-mac {
		padding-top: 50px !important;
	}

	
	.betget-container {
		padding: 0px 0 285px 0 !important;
	}
}


/******************
    425px
******************/
@media (min-width: 425px) {
	.this_is_betting { 
	font-size: 2.5rem;
	margin: 9rem auto; 
	}
	.title-headings {
		width: 75%;
		margin: 20px auto auto auto;
	}
	
	.btn-circle {
		margin: 0px 0 0px 0px;
	}
	
	
	.betget-container {
		padding: 0px 0 400px 0 !important;
	}
}

/******************
    768px
******************/
@media (min-width: 768px) {	

	.this_is_betting { 
		width: 85%;
	    font-size: 4.6rem; 
		top: 4.4em;
		margin: 0rem auto; 
		
	}
	mark { 
	font-size: 51px; 
	margin-left: -0.3em; 
	}
	.btn-join { 
		font-size: 1.4rem !important; 
	}
	
	.bg-amber { 
		font-size: 1.4rem; 
	}
	
	.no-margin-bottom { 
		text-align: left; 
		font-size: 2.2rem; 
	}
	
	.text-right {
		margin: auto; 
	}
	
	.carousel-caption .lead { 

	}

	
	.freebets-mac {
		padding-top: 160px !important;
	}
	
	.loyalty-section {
		padding: 50px 0px 450px 0;
	}
	
	.betget-1 {
		margin: 0px auto -20px auto;
		max-width: 60% !important;
	}
	
	
	.betget-container {
		padding: 0px 0 500px 0 !important;
	}
	
	.about-rebound {
		margin-top: -30px;
	}
	
	footer {
		padding: 20px 0 50px 0;
	}

	.offerWrap .btn-join, .offerWrap .bg-amber {
		width: 145px;
		font-size: 1rem !important;
	}

}

@media (min-width: 992px) {
	.this_is_betting {  
	top: 4.7em; 
	}
	.col-md-15 {
    width: 25%;
    float: left;
	}
	
	.col-md-15 img {
		width: 60%; 
	}
	
	.no-margin-bottom { 
		font-size: 2.7rem; 
	}
}

/******************
    1024px
******************/
@media (min-width: 1024px) {
	.this_is_betting { 
	font-size: 5.6rem;
    top: 0;
	margin: 27rem auto; 
	}
	mark { 
    font-size: 65px;
    margin-left: -0.3em;
	}
	.btn-join { 
		font-size: 2rem !important; 
	}
	
	.bg-amber { 
		font-size: 2rem; 
	}
	.no-margin-bottom { 
		font-size: 2.8rem; 
	}
	.carousel-caption .lead {

	}
	.col-md-15 img { 
		width: 80%; 
	}
	.col-md-15 { 
		width: 33.3%; 
	}
	.title-headings {
		width: 75%;
		margin: 120px auto auto auto;
	}
	
	.btn-circle {
		margin: 0px 0 0px 0px;
	}
	
	.intro .intro-body .brand-heading {
        font-size: 54px; 
    }
	
	.freebets-mac {
		padding-top: 0px !important;
	}
	
	.loyalty-section {
		padding: 50px 0px 0px 0;
	}
	
	.betget-container {
		padding: 0px 0 0 0 !important;
	}
	
	
	.betget-1 {
		margin: 236px auto -50px auto;
		max-width: 127% !important;
	}
	
	.betget-2 {
		padding-top: 105px;
	}

}


/******************
    1200px
******************/
@media (min-width: 1200px) {
	.this_is_betting {
		font-size: 6rem;
		margin: 14rem auto; 
	}
	.no-margin-bottom { 
		font-size: 3.2rem; 
	}
	.carousel-caption .lead { 

		margin: 0 auto;
		width: 56%;
	}
}


/******************
    1440px
******************/
@media (min-width: 1440px) {
	.this_is_betting { 
		font-size: 6.5rem;
		margin: 20rem auto; 
	}
	.carousel-caption .lead { 
		bottom: 10rem; 
	}
 .intro .intro-body .brand-heading {
        font-size: 68px; 
    }
	
	.betget-1 {
		margin: 168px auto -50px auto;
		max-width: 133% !important;
	}
}


/******************
    1600px
******************/
@media (min-width: 1600px) {
	.this_is_betting { 
	    font-size: 7.5rem;

	}
	.carousel-caption .lead {
		width: 43%; 
	}
 .intro .intro-body .brand-heading {
        font-size: 80px; 
    }
	
	.betget-1 {
		margin: 60px 0 -50px -100px;
		max-width: 140% !important;
	}
}



@media (min-width: 1800px) {
	.this_is_betting { 
	top: 3.4em; 
	}
}
@media (min-width: 1900px) {
	.this_is_betting { 
	    font-size: 9.5rem;
		top: 0; 
		margin: 18rem auto; 
	}
	mark { 
	font-size: 104px; 
	}
	.carousel-caption .lead { 
		width: 38%; 
	}
.carousel-caption .lead { 
		width: 38%; 
	}
	
}

@media (min-width: 2000px) {
	.this_is_betting { 
		margin: 18rem auto; 
	}

}