@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");

body {
 background-color: #1d007e !important;
}

h1 {
 font-family: avert-extrabold;
}

h2,
h3 {
 font-family: avert-semibold;
}

h4,
h5,
h6,
p {
 font-family: avert-regular;
}

.containers {
 margin: 0 8%;
}

@keyframes move {
  0% {
    opacity: .9
  }

  10% {
    transform: translate3d(-0.01rem, 0, 0)
  }

  70% {
    transform: scale(1);
    box-shadow: #ff8a0060 0 0 0 1rem
  }

  80% {
    transform: translate3d(-0.01rem, 0, 0)
  }

  100% {
    transform: scale(1);
    box-shadow: #ff880000 0 0 0 .7rem;
    opacity: 1
  }
}

.btn-reg-now {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  animation: 1.5s ease 0s infinite normal none move;
}

.banner-slot {
 background-image: url(../images/hero-banner.png);
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 padding-bottom: 55%;
 background-attachment: inherit;
}

.service-wrap {
 background-image: url(../images/services-banner.svg);
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 background-attachment: inherit;
 position: relative;
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}

.excl-girl {
 background-image: url(../images/excl-girl.png);
 background-position: top;
 background-size: contain;
 background-repeat: no-repeat;
 /* padding-bottom: 10%; */
 background-attachment: inherit;
 /* height: 23vh; */
 position: relative;
 /* top: -153px; */
 width: 100%;
 /* background-color: #020c3a; */
}

.banner-cta.value-info.no-line.cta-hide.register-cta {
 margin-top: 35px;
}

.banner-cta.value-info.no-line.cta-hide img {
 width: 5%;
 margin: 0 0 0 10px;
}

.biggest-trusted {
 text-align: left;
 position: relative;
 padding-top: 15%;
 display: grid;
 grid-template-columns: 34%;
}

#bet-platform {
 margin-bottom: 35px;
}

.banner-cta.value-info a {
    text-decoration: none;
}

.biggest-trusted p {
 margin: 0;
 font-size: 16px;
 color: #fff;
}

.biggest-trusted img {
 width: auto;
 margin-bottom: 20px;
}

.egr-banner {
 position: relative;
 width: 100%;
 margin: auto;
 padding: 8% 0;
}

.egr-banner img {
 width: 100%;
 height: auto;
 display: block;
}

.gaming-info {
 display: grid;
 flex-wrap: wrap;
 grid-template-columns: 45%;
}

.biggest-trusted h4 {
 font-size: 28px;
 color: #fff;
 margin: 0;
 text-transform: uppercase;
 font-weight: bold;
}

.banner-cta.value-info.no-line button {
 display: flex;
 justify-content: center;
}

.claim-wrap {
 background-image: linear-gradient(0deg, #020c39 0%, #1c0381 100%);
 margin-top: 50px;
}

.claim-info img {
 width: 100%;
}

.claim-grid {
 display: flex;
 justify-content: center;
 grid-gap: 2%;
 padding: 70px 0;
}

.claim-main {
 text-align: center;
}

.claim-main h4 {
 color: #fff;
 text-transform: uppercase;
 font-size: 30px;
 font-weight: bold;
}

.claim-main h3 {
 color: #fdb813;
 text-transform: uppercase;
 font-size: 44px;
 font-weight: bold;
 margin: 0;
 font-family: avert-bold;
}

.sponsor-info h4 {
 font-size: 12px;
 font-weight: normal;
 text-transform: none;
 margin: 0;
}

.sponsor-info p {
 font-size: 10px;
 font-weight: normal;
 color: #8697a2;
 margin: 0;
}

.sponsor-grid {
 display: flex;
 grid-gap: 3%;
 padding: 60px 30px;
}

.sponsor-info {
 flex: 1;
}

.manny-logo {
 flex: 1.5;
}

.brand-grid {
 display: grid;
 grid-template-columns: 40% 55%;
 grid-gap: 5%;
 text-align: left;
}

.burnley-logo img {
 width: 30%;
 margin: 15px 0;
}

.bwf-logo img,
.egr-logo img {
 width: 80%;
 margin: 15px 0;
}

.manny-logo img {
 width: 100%;
}

.signature img {
 width: 50%;
 margin: 15px 0;
}

.prev-grid {
 display: flex;
}

.prev-info img {
 width: 50%;
}

.prev-wrap h5 {
 font-size: 12px;
 color: #fff;
 margin-bottom: 30px;
}

.prev-info h4 {
 font-size: 12px;
 text-transform: none;
 margin: 15px 0 0;
 font-weight: normal;
}

.prev-info p {
 font-size: 10px;
 color: #8697a2;
 margin: 0;
}

.prev-wrap {
 padding: 0 70px;
}

.egr-info {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 text-align: left;
 width: 100%;
 padding: 0 50px;
 display: grid;
 grid-template-columns: 50%;
}

.egr-info h3 {
 font-size: 35px;
}

.egr-info h4 {
 font-size: 20px;
 margin: 0;
}

.egr-info p {
 font-size: 16px;
 color: #fff;
 margin: 0;
}

.spacer20 {
 margin-bottom: 20px;
}

.service-once h4 {
 font-size: 30px;
 color: #fff;
 text-transform: uppercase;
 text-align: center;
 font-weight: bold;
}

.service-grid {
 display: flex;
 grid-gap: 3%;
}

.service-info {
 transition: transform 0.5s ease-in-out;
 animation: breathing-in 4s ease-in-out infinite alternate;
}

.service-info img {
 width: 100%;
}

@keyframes breathing-in {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* "Breath in" scaling */
  }
}

@keyframes breathing-out {
  0%, 100% {
    transform: scale(1.1); /* Start with "breathed out" size */
  }
  50% {
    transform: scale(1); /* "Breath out" back to normal size */
  }
}

/* Apply breathing-in and breathing-out alternately */
.service-info:nth-child(1),
.service-info:nth-child(3),
.service-info:nth-child(5),
.service-info:nth-child(7) {
  animation: breathing-in 4s ease-in-out infinite alternate;
}

.service-info:nth-child(2),
.service-info:nth-child(4),
.service-info:nth-child(6) {
  animation: breathing-out 4s ease-in-out infinite alternate;
}

.secgaming {
    display: none;
}

.service-info:nth-child(odd) {
 position: relative;
 top: 40px;
}

img.img-responsive.egr-vert,
.sign-show {
 display: none;
}

.service-once {
 padding: 80px 0 40px;
}

.banner-cta.value-info.no-line.cta-hide.service-cta {
 padding: 80px 0;
}

.excl-info img {
 width: 100%;
}

.exclusive-grid {
 display: flex;
 align-items: flex-end;
 grid-gap: 5%;
 margin-top: 50px;
}

.excl-img {
 flex: 1;
 display: flex;
 align-items: center;
 justify-content: center;
}

.excl-img img {
 max-width: 100%;
 height: auto;
 object-fit: cover;
 /* aspect-ratio: 1 / 0; */
}

.excl-info {
 flex: 1;
}

.exclusive-wrap {
 text-align: center;
 padding: 80px 0 0;
 background-image: linear-gradient(0deg, #051863 0%, #0023aa 100%);
}

.feature-bar.four-bar {
 margin-bottom: 0;
}

.exclusive-wrap h4 {
 color: #fdb813;
 text-transform: uppercase;
 font-size: 35px;
 font-weight: bold;
 margin-bottom: 20px;
 font-family: avert-bold;
}

.exclusive-wrap h5 {
 font-size: 30px;
 color: #fff;
 text-transform: uppercase;
 margin: 0;
}

.feature-bar {
 border-radius: 15px;
 text-align: left;
 padding: 35px 50px;
 margin-bottom: 30px;
 background-image: linear-gradient(102deg, #e5e5e5 30%, #5367b4 100%);
}

.feature-bar h5 {
 color: #0026e5;
 font-weight: bold;
 font-size: 18px;
 margin-bottom: 10px;
 font-family: avert-bold;
}

.feature-bar p {
 margin: 0;
 font-size: 14px;
}

.payment-logo img {
 width: auto;
 height: 25px;
}

.follow-us img {
 width: auto;
 height: 30px;
}

.sec-logo img {
 width: auto;
 margin-bottom: 5px;
 height: 20px;
}

.resp-logo img {
 width: auto;
 height: 28px;
}

.cert-logo img {
 width: auto;
 height: 20px;
 margin-bottom: 5px;
}

.payment-icon img:nth-child(2),
.payment-icon img:nth-child(3),
.payment-icon img:nth-child(4),
.payment-icon img:nth-child(5),
.payment-icon img:nth-child(6),
.payment-icon img:nth-child(7),
.social-icon img,
.sec-logo img,
.cert-logo img,
.security-icon img,
.cert-icon-img img,
.resp-logo img:nth-child(2),
.resp-logo img:nth-child(3){
 filter: grayscale(0.2) sepia(1) hue-rotate(-170deg) brightness(1);
}

.footer-columns.containers img:hover {
    filter: none;
}

.footer-icon img {
 margin-right: 5px;
}

.value-info {
 border-right: 1px solid #595959b2;
}

.cta-btn {
 display: none;
}

.value-info h3 {
 font-size: 50px;
 margin: 0;
}

.value-info p {
 font-size: 18px;
 margin: 0;
}

.spacer50 {
 margin-top: 50px;
}

.value-info.no-line.join-now {
 margin: auto;
}

.value-info button {
 border: none;
 padding: 10px 35px;
 border-radius: 10px;
 background-image: linear-gradient(12deg, #ff4e00 0%, #ffb800 100%);
 color: #fff;
 font-family: "avert-semibold";
 display: flex;
 align-items: center;
 width: auto;
 font-size: 21px;
}

.no-line {
 border-right: none;
}

.no-space {
 margin-bottom: 0;
}

.footer-wrap {
 background-color: #161616;
}

.footer-grid {
 display: grid;
 grid-gap: 3%;
 /* padding: 0 20px; */
 grid-template-columns: 23% 28% 23% 17%;
 color: #fff;
 padding: 60px 0;
}

.footer-info h4 {
 color: #fff;
 font-size: 14px;
 /* margin: 0; */
 margin-bottom: 15px;
}

.footer-info p {
 color: #8a8a8a;
 font-size: 10px;
 margin: 20px 0;
}

.foo-img {
 filter: grayscale(1);
}

.burnley-bwf,
.footer-wrap {
 display: none;
}

.choose-info.info-one {
 padding: 20px;
 color: #fff;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
}

.footer-icon {
 display: flex;
}

.choose-info.info-one h3 {
 font-size: 16px;
 margin: 0;
}

.choose-info.info-one p {
 font-size: 14px;
}

footer {
 width: 100%;
 background-color: #051865;
}

.footer-columns {
 display: flex;
 padding: 60px 0;
 grid-gap: 2%;
}

.column {
 flex: 1;
}

.image-column img {
 max-width: 100%;
 height: auto;
 display: block;
}

.column.image-column {
 align-self: center;
}

@media screen and (min-width: 500px) and (max-width: 555px) {

.biggest-trusted.containers img {
  width: 20%;
}

.biggest-trusted.containers h4 {
    font-size: 25px;
}

.banner-cta.value-info.no-line.cta-hide.register-cta.click-btn button{
    margin-top: 10px;
}

h4#esteemed {
  margin: 0;
}

}

@media screen and (max-width: 600px) {
 .banner-slot {
  background-image: url(../images/main-mb.png);
  padding-bottom: 215%;
 }

 .claim-grid {
  flex-direction: column;
  margin: 0 8%;
 }

 .sponsor-grid {
  flex-direction: column;
  padding: 0;
  margin-bottom: 70px;
 }

 .footer-desc.footer-info {
   margin: 0 20px;
}

.egr-banner {
    top: -185px;
    padding-bottom: 0;
    margin-bottom: -90px;
}

 .exclusive-wrap {
  padding: 50px 0 0;
 }

 .footer-icon.security-icon {
  justify-content: flex-start;
 }

 .prev-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 }

 .egr-info {
  top: 38%;
  text-align: center;
  padding: 0;
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
 }

 .prev-info {
  flex: 1 1 23%;
 }

 .prev-info img {
  width: 40%;
 }

 .egr-info h3 {
  font-size: 25px;
 }

 .egr-info p {
  font-size: 14px;
  color: #fff;
  margin: 0;
 }

 .egr-info h4 {
  font-size: 20px;
  margin: 0;
 }

 .prev-wrap {
  padding: 0;
  position: relative;
  z-index: 1;
 }

 .banner-cta.value-info.no-line {
  position: relative;
  top: 0;
  margin: auto;
 }

 .service-once h4 {
  font-size: 20px;
  margin: 0;
 }

 .service-grid {
  display: grid;
  grid-gap: 4%;
  grid-template-columns: 48% 48%;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 100px;
 }

 .service-info img {
  width: 70%;
 }

 .footer-icon {
  justify-content: start;
  grid-gap: 3%;
 }

 .service-info:nth-child(odd) {
  position: relative;
  top: 0;
 }

 .exclusive-wrap h4 {
  color: #fdb813;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
 }

 .exclusive-wrap h5 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 0 40px;
 }

 .exclusive-grid {
  display: flex;
  align-items: center;
  grid-gap: 5%;
  margin-top: 50px;
  flex-direction: column;
 }

 .feature-bar {
  text-align: center;
  padding: 20px;
  margin-bottom: 15px;
 }

 .biggest-trusted h4 {
  font-size: 30px;
 }

 .biggest-trusted p {
  margin: 0;
  font-size: 16px;
  color: #fff;
 }

 #bet-platform {
  margin-bottom: 18px;
 }

 .banner-cta.value-info.no-line.cta-hide.register-cta {
  margin-top: 15px;
 }

 #claim-bonus {
  font-size: 30px;
  margin-bottom: 30px;
  margin: 0 8%;
 }

 .claim-grid {
  padding: 25px 0;
 }

 .claim-info img {
  width: 100%;
 }

 #create-steps {
  font-size: 22px;
  margin: 25px 0 10px;
 }

 #esteemed {
  font-size: 22px;
  margin: 0 0 30px;
 }

 .claim-info {
  margin-bottom: 20px;
 }

 .burnley-bwf,
 .manny-egr-wrap {
  display: grid;
  grid-template-columns: 50% auto;
  align-items: center;
  margin-top: 35px;
 }

 .brand-grid {
  grid-template-columns: auto;
  text-align: center;
 }

 .manny-logo img {
  width: 45%;
 }

 .burnley-logo img {
  width: 25%;
 }

 .manny-logo {
  margin: 30px;
 }

 .feature-bar h5 {
  color: #1d007e;
  margin-bottom: 10px;
 }

 .footer-grid {
  grid-template-columns: auto;
  background-color: #051864;
  padding: 35px 0;
 }

 .footer-desc img {
  width: 70%;
 }

 .brands-info h3,
 .brands-info p {
  padding: 0 20px;
 }

 .biggest-trusted h3 {
  font-size: 32px;
  color: #fff;
  margin: 15px 0 0px;
  text-shadow: 0px 3px 4px #252525;
 }

 .biggest-trusted img {
  width: 35%;
  margin: 15px auto;
 }

 .banner-cta.value-info.no-line img {
  width: auto;
 }

 .biggest-trusted {
  padding-top: 0%;
  text-align: center;
  grid-template-columns: auto;
 }

 .value-info button {
  font-size: 16px;
 }

 .banner-cta.value-info.no-line button {
  width: auto;
  margin-top: 25px;
 }

 .value-bar {
  grid-template-columns: auto;
  justify-content: normal;
  background-image: linear-gradient(142deg, #252525 58%, #804b26 135%);
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
  width: auto;
  padding-bottom: 25px;
 }

 .value-info {
  border-right: none;
  border-bottom: 1px solid #595959b2;
  padding: 25px 0;
  margin: 0px 50px;
 }

 .no-line {
  border-right: none;
  border: none;
  margin: 0;
  padding: 0;
 }

 .fourth-value {
  border: none;
 }

 .value-info.no-line.join-now {
  margin: auto;
 }

 .footer-wrapper,
 .burn-hide,
 .bwf-hide,
 .manny-hide,
 .egr-hide,
 img.img-responsive.egr-wide,
 .sign-hide,
 .follow-hide {
  display: none;
 }

 .footer-wrap,
 .jackpot-play,
 .choose-slider,
 img.img-responsive.egr-vert,
 .follow-show {
  display: block;
 }

 .jackpot-play {
  padding: 0 35px;
  overflow: hidden;
 }

 .banner-cta.value-info.no-line.cta-hide.service-cta.sign-show {
  padding: 0;
  display: block;
  margin: 0;
}

 .banner-cta.value-info.no-line.cta-hide.service-cta.sign-show button {
  margin-top: 0;
 }

 .sec-gaming-info img {
  width: 80%;
 }

 .footer-desc h4 {
  color: #fff;
  font-size: 14px;
  /* margin: 0; */
  margin-bottom: 15px;
 }

 .sec-gaming {
  display: flex;
  grid-gap: 10%;
 }

 .cta-btn {
  display: flex;
  border: none;
  position: relative;
  left: 0;
  justify-content: center;
  padding: 0;
 }

 .footer-grid {
  display: grid;
  grid-template-columns: auto;
 }

 .sec-gaming-info {
  flex: 1;
 }

 .payment-icon img {
  width: auto;
  height: 30px;
 }

 .social-icon img {
  width: auto;
  height: 30px;
 }

 .security-icon img {
  width: 40%;
  margin-bottom: 5px;
  /* height: 13px; */
 }

 .resp-icon-img img {
  width: auto;
  height: 30px;
 }

 .cert-icon-img img {
  width: auto;
  height: 15px;
  margin-bottom: 5px;
 }

 .footer-desc h4 {
  font-size: 12px;
  margin-bottom: 20px;
 }

 .sec-gaming.follow-sec {
    margin-bottom: 20px;
}

 .payment-icon {
  margin-bottom: 20px;
 }

 .footer-icon img {
  margin-right: 0;
 }

 .footer-wrap {
  display: block;
  background-color: #041864;
 }
}

@media screen and (min-width: 350px) and (max-width: 360px) {
 .biggest-trusted.containers img {
  width: 20%;
 }

h4#create-steps {
  font-size: 25px;
  margin: 0 8%;
}

.egr-banner {
  padding: 15% 0;
  top: 0;
  margin-bottom: 0;
}


 .biggest-trusted.containers h4 {
  font-size: 16px;
 }

 .banner-cta.value-info.no-line.cta-hide.register-cta.click-btn {
  margin: auto;
 }

 .footer-desc.footer-info h4 {
  font-size: 12px;
 }

 .banner-cta.value-info.no-line.cta-hide.register-cta.click-btn button {
  margin-top: 15px;
 }

 .biggest-trusted.containers p {
  font-size: 12px;
 }

 h3#claim-bonus {
  font-size: 30px;
  margin: 3% 8% 8%;
 }

 h4#esteemed {
  margin: 20px 0px 0;
  font-size: 18px;
 }

 .box-hide,
 .egr-awards {
  display: none;
 }

 .sponsor-info.manny-logo.manny-hide.manny-img,
 .sponsor-info.egr-logo.egr-hide.egr-img {
  display: block;
 }

 .sponsor-info.manny-logo.manny-hide.manny-img img {
  width: 30%;
 }

 .sponsor-info.egr-logo.egr-hide.egr-img img {
  width: 60%;
 }

 .footer-icon.security-icon img {
  width: 60%;
 }

 .prev-grid.container {
  display: grid;
  grid-template-columns: 33% 34% 33%;
 }

 .egr-info.egr-desc {
  top: 30%;
 }

 .banner-cta.value-info.no-line.cta-hide button {
  margin-top: 0;
 }

 .service-once {
  padding: 50px 0 40px;
 }

 .exclusive-wrap.excl-desc h4 {
  font-size: 30px;
  margin: 0 8% 5%;
}

.footer-icon.payment-icon img {
    height: 25px;
}

 .exclusive-wrap.excl-desc h5 {
  font-size: 18px;
 }

 .exclusive-wrap h4 {
  font-size: 20px;
 }

 .feature-bar p {
  margin: 0;
  font-size: 12px;
 }

 .exclusive-wrap h5 {
  font-size: 16px;
 }

 .manny-logo img {
  width: 80%;
 }

 .brand-info.signature img {
  width: 50%;
 }

 .claim-grid {
  padding: 0;
 }
}

@media screen and (min-width: 361px) and (max-width: 374.6px) {
 .biggest-trusted.containers img {
  width: 20%;
 }

 .biggest-trusted.containers h4 {
  font-size: 20px;
 }

 .carousel-item.banner-slot.active {
  padding-bottom: 260%;
 }

 .banner-cta.value-info.no-line.cta-hide.register-cta.click-btn {
  margin: auto;
 }

 .egr-banner.container {
    top: 0;
    padding-bottom: 8%;
    margin-bottom: 0;
}

 .banner-cta.value-info.no-line.cta-hide.register-cta.click-btn button {
  margin-top: 42px;
 }

 .egr-info.egr-desc h3 {
  font-size: 22px;
 }

 .egr-info.egr-desc h4 {
  font-size: 16px;
 }

 .biggest-trusted.containers p {
  font-size: 13px;
 }

 h4#create-steps {
  font-size: 26px;
  margin: 0 8%;
 }

 .service-grid.containers {
  margin-top: 10px;
 }

 h3#claim-bonus {
  font-size: 30px;
  margin: 3% 8% 8%;
 }

 h4#esteemed {
  margin: 20px 0px 0;
 }

 .box-hide,
 .egr-awards {
  display: none;
 }

 .sponsor-info.manny-logo.manny-hide.manny-img,
 .sponsor-info.egr-logo.egr-hide.egr-img {
  display: block;
 }

 .sponsor-info.manny-logo.manny-hide.manny-img img {
  width: 30%;
 }

 .sponsor-info.egr-logo.egr-hide.egr-img img {
  width: 60%;
 }

 .prev-grid.container {
  display: grid;
  grid-template-columns: 33% 34% 33%;
 }

 .egr-info.egr-desc {
  top: 30%;
 }

 .banner-cta.value-info.no-line.cta-hide button {
  margin-top: 0;
 }

 .service-once {
  padding: 50px 0 40px;
 }

 .exclusive-wrap.excl-desc h4 {
  font-size: 30px;
  margin: 0 8% 5%;
 }

 .exclusive-wrap.excl-desc h5 {
  font-size: 18px;
 }

 .claim-grid {
  padding: 0;
 }

 .footer-icon.security-icon img {
  width: 60%;
 }

 .manny-logo img {
  width: 80%;
 }

 .brand-info.signature img {
  width: 50%;
 }

 .footer-desc.footer-info h4 {
  font-size: 14px;
 }
}





@media screen and (min-width: 391px) and (max-width: 399.5px) {
 .biggest-trusted.containers img {
  width: 20%;
 }

 .biggest-trusted.containers h4 {
  font-size: 20px;
 }

 .carousel-item.banner-slot.active {
  padding-bottom: 260%;
 }

 .banner-cta.value-info.no-line.cta-hide.register-cta.click-btn {
  margin: auto;
 }

 .egr-banner.container {
    top: 0;
    padding-bottom: 8%;
    margin-bottom: 0;
}

 .banner-cta.value-info.no-line.cta-hide.register-cta.click-btn button {
  margin-top: 42px;
 }

 .egr-info.egr-desc h3 {
  font-size: 22px;
 }

 .egr-info.egr-desc h4 {
  font-size: 16px;
 }

 .biggest-trusted.containers p {
  font-size: 13px;
 }

 h4#create-steps {
  font-size: 26px;
  margin: 0 8%;
 }

 .service-grid.containers {
  margin-top: 10px;
 }

 h3#claim-bonus {
  font-size: 30px;
  margin: 3% 8% 8%;
 }

 h4#esteemed {
  margin: 20px 0px 0;
 }

 .box-hide,
 .egr-awards {
  display: none;
 }

 .sponsor-info.manny-logo.manny-hide.manny-img,
 .sponsor-info.egr-logo.egr-hide.egr-img {
  display: block;
 }

 .sponsor-info.manny-logo.manny-hide.manny-img img {
  width: 30%;
 }

 .sponsor-info.egr-logo.egr-hide.egr-img img {
  width: 60%;
 }

 .prev-grid.container {
  display: grid;
  grid-template-columns: 33% 34% 33%;
 }

 .egr-info.egr-desc {
  top: 30%;
 }

 .banner-cta.value-info.no-line.cta-hide button {
  margin-top: 0;
 }

 .service-once {
  padding: 50px 0 40px;
 }

 .exclusive-wrap.excl-desc h4 {
  font-size: 30px;
  margin: 0 8% 5%;
 }

 .exclusive-wrap.excl-desc h5 {
  font-size: 18px;
 }

 .claim-grid {
  padding: 0;
 }

 .footer-icon.security-icon img {
  width: 60%;
 }

 .manny-logo img {
  width: 80%;
 }

 .brand-info.signature img {
  width: 50%;
 }

 .footer-desc.footer-info h4 {
  font-size: 14px;
 }
}

@media screen and (min-width: 375px) and (max-width: 390px) {
 .biggest-trusted.containers img {
  width: 20%;
 }

 .biggest-trusted.containers h4 {
  font-size: 20px;
 }

 .carousel-item.banner-slot.active {
  padding-bottom: 260%;
 }

 .banner-cta.value-info.no-line.cta-hide.register-cta.click-btn {
  margin: auto;
 }

 .egr-banner.container {
    top: 0;
    padding-bottom: 8%;
    margin-bottom: 0;
}

 .banner-cta.value-info.no-line.cta-hide.register-cta.click-btn button {
  margin-top: 42px;
 }

 .egr-info.egr-desc h3 {
  font-size: 22px;
 }

 .egr-info.egr-desc h4 {
  font-size: 16px;
 }

 .biggest-trusted.containers p {
  font-size: 13px;
 }

 h4#create-steps {
  font-size: 26px;
  margin: 0 8%;
 }

 .service-grid.containers {
  margin-top: 10px;
 }

 h3#claim-bonus {
  font-size: 30px;
  margin: 3% 8% 8%;
 }

 h4#esteemed {
  margin: 20px 0px 0;
 }

 .box-hide,
 .egr-awards {
  display: none;
 }

 .sponsor-info.manny-logo.manny-hide.manny-img,
 .sponsor-info.egr-logo.egr-hide.egr-img {
  display: block;
 }

 .sponsor-info.manny-logo.manny-hide.manny-img img {
  width: 30%;
 }

 .sponsor-info.egr-logo.egr-hide.egr-img img {
  width: 60%;
 }

 .prev-grid.container {
  display: grid;
  grid-template-columns: 33% 34% 33%;
 }

 .egr-info.egr-desc {
  top: 30%;
 }

 .banner-cta.value-info.no-line.cta-hide button {
  margin-top: 0;
 }

 .service-once {
  padding: 50px 0 40px;
 }

 .exclusive-wrap.excl-desc h4 {
  font-size: 30px;
  margin: 0 8% 5%;
 }

 .exclusive-wrap.excl-desc h5 {
  font-size: 18px;
 }

 .claim-grid {
  padding: 0;
 }

 .footer-icon.security-icon img {
  width: 60%;
 }

 .manny-logo img {
  width: 80%;
 }

 .brand-info.signature img {
  width: 50%;
 }

 .footer-desc.footer-info h4 {
  font-size: 14px;
 }
}

@media screen and (min-width: 400px) and (max-width: 415px) {
 .claim-grid {
  padding: 0;
 }

 .egr-banner.container {
    top: 0;
    padding-bottom: 8%;
    margin-bottom: 0;
}

 .biggest-trusted.containers h4 {
  font-size: 22px;
 }

 .service-once {
  padding: 50px 0 40px;
 }

 .banner-cta.value-info.no-line.cta-hide.register-cta.click-btn button {
  margin-top: 25px;
 }

 .biggest-trusted.containers p {
  font-size: 12px;
 }

 .banner-cta.value-info.no-line.cta-hide.register-cta.click-btn {
  margin-top: -10px;
 }

.exclusive-wrap.excl-desc h4 {
  font-size: 30px;
  margin: 0 8% 5%;
}

 .exclusive-wrap.excl-desc h5 {
  font-size: 18px;
 }

 h4#create-steps {
  font-size: 26px;
  margin: 0 8%;
 }

 h4#esteemed {
  margin: 20px 0 0px;
 }

 .egr-info.egr-desc {
  top: 26%;
 }

 .sponsor-info.manny-logo.manny-hide.manny-img,
 .sponsor-info.egr-logo.egr-hide.egr-img {
  display: block;
 }

 .burnley-bwf.bwf-desc {
  align-items: flex-start;
 }

 .prev-grid.container {
  display: grid;
  grid-template-columns: 33% 34% 33%;
 }

 .box-hide,
 .egr-awards {
  display: none;
 }

 .sponsor-info.manny-logo.manny-hide.manny-img {
  padding-bottom: 30px;
 }

 .sponsor-info.manny-logo.manny-hide.manny-img img {
  width: 30%;
 }

 .sponsor-info.egr-logo.egr-hide.egr-img img {
  width: 60%;
 }

 .biggest-trusted.containers img {
  width: 20%;
  margin: 15px auto;
 }

 .service-grid.containers {
  margin-top: 20px;
}

 #claim-bonus {
  font-size: 30px;
  margin: 3% 8% 8%;
}

 .banner-cta.value-info.no-line.cta-hide button {
  margin-top: 0;
 }

 .manny-logo img {
  width: 80%;
 }

 .bwf-logo img,
 .egr-logo img {
  width: 70%;
 }

 .footer-icon.security-icon img {
  width: 60%;
 }
}

@media screen and (min-width: 416px) and (max-width: 431px) {
 .biggest-trusted.containers img {
  width: 20%;
 }

 .egr-banner.container {
    top: 0;
    padding-bottom: 8%;
    margin-bottom: 0;
}

 .biggest-trusted.containers h4 {
  font-size: 20px;
 }

  h4#create-steps {
  font-size: 26px;
  margin: 0 8%;
}

 .banner-cta.value-info.no-line.cta-hide.register-cta.click-btn {
  margin: auto;
 }

 .banner-cta.value-info.no-line.cta-hide.register-cta.click-btn button {
  margin-top: 15px;
 }

 .biggest-trusted.containers p {
  font-size: 15px;
 }

 .footer-icon.security-icon img {
  width: 60%;
 }

 .footer-desc.footer-info h4 {
  font-size: 14px;
 }

 h3#claim-bonus {
  font-size: 32px;
  margin: 8% 0;
 }

 h4#esteemed {
  margin: 20px 0px 0;
 }

 .box-hide,
 .egr-awards {
  display: none;
 }

 .sponsor-info.manny-logo.manny-hide.manny-img,
 .sponsor-info.egr-logo.egr-hide.egr-img {
  display: block;
 }

 .sponsor-info.manny-logo.manny-hide.manny-img img {
  width: 30%;
 }

 .sponsor-info.egr-logo.egr-hide.egr-img img {
  width: 60%;
 }

 .prev-grid.container {
  display: grid;
  grid-template-columns: 33% 34% 33%;
 }

 .egr-info.egr-desc {
  top: 24%;
 }

 .service-once {
  padding: 50px 0 40px;
 }

 .exclusive-wrap.excl-desc h4 {
  font-size: 30px;
  margin: 0 8% 5%;
 }

 .exclusive-wrap.excl-desc h5 {
  font-size: 18px;
 }

 .claim-grid {
  padding: 0;
 }

 .manny-logo img {
  width: 80%;
 }

 .brand-info.signature img {
  width: 50%;
 }
}

@media screen and (min-width: 601px) and (max-width: 718px) {
 .biggest-trusted.containers h4 {
  font-size: 12px;
 }

 h3#claim-bonus {
  font-size: 25px;
 }

 .claim-grid.containers {
  padding: 35px 0;
 }
}

@media screen and (min-width: 601px) and (max-width: 767.98px) {
 .biggest-trusted img {
  width: 35%;
 }

 .claim-wrap {
  margin-top: 30px;
 }

 .biggest-trusted {
  padding-top: 7%;
  grid-template-columns: 35%;
 }

 .biggest-trusted h4 {
  font-size: 14px;
 }

 .brand-info {
  text-align: center;
 }

 img.img-responsive.egr-vert,
 .sec-gaming.sechide {
  display: none;
 }

 .burnley-logo img {
  width: 20%;
  margin: 10px 0;
 }

 .brand-info.signature {
  width: 60%;
  margin: auto;
 }

 .brand-grid {
  grid-template-columns: auto;
 }

 .sponsor-grid {
  flex-direction: column;
  padding: 0;
  margin-bottom: 40px;
 }

 .bwf-logo img,
 .egr-logo img {
  width: 60%;
  margin: 15px 0;
 }

 .manny-logo img {
  width: 22%;
 }

 .claim-grid {
  padding: 50px 0;
 }

 #bet-platform {
  margin-bottom: 20px;
 }

 .biggest-trusted p {
  font-size: 10px;
 }

 .value-info button {
  font-size: 12px;
  padding: 8px 25px;
 }

 .banner-cta.value-info.no-line.cta-hide.register-cta {
  margin-top: 20px;
 }

 #create-steps,
 #esteemed,
 .service-once h4,
 .exclusive-wrap h5 {
  font-size: 20px;
 }

 .feature-bar p {
  margin: 0;
  font-size: 8px;
 }

 #claim-bonus {
  font-size: 30px;
 }

 .spacer20 {
  margin-bottom: 10px;
 }

 .feature-bar {
  padding: 10px 15px;
  margin-bottom: 10px;
 }

 .egr-info h3 {
  font-size: 16px;
 }

 .egr-info h4 {
  font-size: 12px;
 }

 .egr-info p {
  font-size: 7px;
 }

 .exclusive-wrap {
  padding: 50px 0 0;
 }

 .service-once {
  padding: 50px 0 40px;
 }

 .banner-cta.value-info.no-line.cta-hide.service-cta {
  padding: 80px 0 50px;
 }

 .exclusive-wrap h4 {
  font-size: 25px;
 }

 .footer-icon.payment-icon img,
 .footer-icon.social-icon img {
   margin-right: 5px;
}

 .exclusive-grid {
  margin-top: 25px;
 }

 .footer-columns {
  padding: 25px 0;
 }

 .feature-bar h5 {
  font-size: 12px;
  margin-bottom: 5px;
 }

 .sponsor-info {
  margin-bottom: 35px;
 }

 .burnley-bwf,
 .manny-egr-wrap {
  display: grid;
  grid-template-columns: 50% auto;
  align-items: center;
  margin-top: 35px;
 }

 .prev-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
 }

 .prev-info {
  flex: 1 1 25%;
  margin-top: 30px;
 }

 .prev-wrap h5 {
  margin-bottom: 0;
 }

 .burn-hide,
 .bwf-hide,
 .manny-hide,
 .egr-hide,
 .follow-show {
  display: none;
 }

 .footer-grid {
  display: grid;
  grid-template-columns: auto;
 }

 .sec-gaming {
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
 }

 .payment-icon img {
  width: auto;
  height: 25px;
 }

 .social-icon img {
  width: auto;
  height: 25px;
 }

 .security-icon img {
  width: auto;
  margin-bottom: 5px;
  height: 20px;
 }

 .resp-icon-img img {
  width: auto;
  height: 30px;
 }

 .cert-icon-img img {
  width: auto;
  height: 16px;
  margin-bottom: 5px;
 }

 .footer-desc h4 {
  font-size: 12px;
  margin-bottom: 20px;
 }

 .payment-icon {
  margin-bottom: 30px;
 }

 .footer-icon img {
  margin-right: 20px;
 }

 img.img-responsive.egr-vert,
 .footer-wrapper {
  display: none;
 }

 .secgaming {
    display: block;
 }

 .footer-wrap {
  display: block;
  background-color: #041864;
 }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
 .biggest-trusted img {
  width: 35%;
 }

 .biggest-trusted {
  padding-top: 7%;
  grid-template-columns: 35%;
 }

 .biggest-trusted h4 {
  font-size: 14px;
 }

 .brand-info {
  text-align: center;
 }

 img.img-responsive.egr-vert,
 .footer-wrapper,
 .sec-gaming.sechide,
 .follow-show {
  display: none;
 }

 .footer-wrap,
 .secgaming {
  display: block;
 }

 .footer-grid {
  display: grid;
  grid-template-columns: auto;
 }

.sec-gaming {
  display: flex;
  margin-bottom: 0;
  align-content: center;
  justify-content: space-evenly;
    }

 .payment-icon img,
 .social-icon img {
  width: auto;
  height: 30px;
 }

 .security-icon img {
  width: auto;
  margin-bottom: 5px;
  height: 20px;
 }

 .resp-icon-img img {
  width: auto;
  height: 25px;
 }

 .cert-icon-img img {
  width: auto;
  height: 15px;
  margin-bottom: 5px;
 }

 .footer-desc h4 {
  font-size: 18px;
  margin-bottom: 20px;
 }

 .payment-icon {
  margin-bottom: 30px;
 }

 .footer-wrap {
  background-color: #041863;
 }

 .burnley-logo img {
  width: 20%;
  margin: 10px 0;
 }

 .brand-info.signature {
  width: 60%;
  margin: auto;
 }

 .footer-info h4 {
  font-size: 11px;
 }

 .brand-grid {
  grid-template-columns: auto;
 }

 .sponsor-grid {
  flex-direction: column;
  padding: 0;
  margin-bottom: 40px;
 }

 .bwf-logo img,
 .egr-logo img {
  width: 60%;
  margin: 15px 0;
 }

 .manny-logo img {
  width: 22%;
 }

 .claim-grid {
  padding: 50px 0;
 }

 #bet-platform {
  margin-bottom: 20px;
 }

 .biggest-trusted p {
  font-size: 10px;
 }

 .value-info button {
  font-size: 12px;
  padding: 8px 25px;
 }

 .banner-cta.value-info.no-line.cta-hide.register-cta {
  margin-top: 20px;
 }

 #create-steps,
 #esteemed,
 .service-once h4,
 .exclusive-wrap h5 {
  font-size: 20px;
 }

 .feature-bar p {
  margin: 0;
  font-size: 12px;
 }

 #claim-bonus {
  font-size: 30px;
 }

 .spacer20 {
  margin-bottom: 10px;
 }

 .feature-bar {
  padding: 18px;
  margin-bottom: 10px;
 }

 .egr-info h3 {
  font-size: 20px;
 }

 .egr-info h4 {
  font-size: 14px;
 }

 .egr-info p {
  font-size: 10px;
 }

 .exclusive-wrap h4 {
  font-size: 25px;
 }

 .footer-columns {
  padding: 25px 0;
 }

 .feature-bar h5 {
  font-size: 14px;
 }

 .sponsor-info {
  margin-bottom: 35px;
 }

 .burnley-bwf,
 .manny-egr-wrap {
  display: grid;
  grid-template-columns: 50% auto;
  align-items: center;
  margin-top: 35px;
 }

 .prev-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
 }

 .prev-info {
  flex: 1 1 25%;
  margin-top: 30px;
 }

 .prev-wrap h5 {
  margin-bottom: 0;
 }

 .burn-hide,
 .bwf-hide,
 .manny-hide,
 .egr-hide,
 .sign-show {
  display: none;
 }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
 .biggest-trusted img {
  width: 35%;
 }

 .biggest-trusted h4 {
  font-size: 18px;
 }

 #bet-platform {
  margin-bottom: 25px;
 }

 .biggest-trusted p {
  font-size: 10px;
 }

 .value-info button {
  font-size: 14px;
 }

 #create-steps,
 #esteemed,
 .service-once h4,
 .exclusive-wrap h5 {
  font-size: 25px;
 }

 #claim-bonus {
  font-size: 35px;
 }

 .footer-info h4 {
  font-size: 11px;
 }

 .egr-info h3 {
  font-size: 30px;
 }

 .egr-info h4 {
  font-size: 20px;
 }

 .egr-info p {
  font-size: 14px;
 }

 .exclusive-wrap h4 {
  font-size: 30px;
 }

 .feature-bar h5 {
  font-size: 15px;
 }

 .banner-cta.value-info.no-line.cta-hide.register-cta {
  margin-top: 25px;
 }

 .biggest-trusted {
  padding-top: 12%;
 }

 .feature-bar {
  padding: 25px;
 }

 img.img-responsive.egr-vert,
 .sign-show {
  display: none;
 }
}

@media screen and (min-width: 1200px) and (max-width: 1250px) {
 .biggest-trusted h4 {
  font-size: 20px;
 }

 .biggest-trusted p {
  font-size: 13px;
 }

 .biggest-trusted img {
  width: 35%;
 }

 .egr-info h3 {
  font-size: 30px;
 }

 .egr-info p {
  font-size: 16px;
 }

 #bet-platform {
  margin-bottom: 25px;
 }

 .value-info button {
  font-size: 18px;
 }

 #create-steps,
 #esteemed,
 .service-once h4,
 .exclusive-wrap h5 {
  font-size: 25px;
 }

 #claim-bonus {
  font-size: 35px;
 }

 .exclusive-wrap h4 {
  font-size: 30px;
 }

 .egr-info h4 {
  font-size: 20px;
 }

 .feature-bar h5 {
  font-size: 15px;
 }
}

@media screen and (min-width: 1251px) and (max-width: 1299px) {
 .biggest-trusted h4 {
  font-size: 23px;
 }

 .biggest-trusted img {
  width: 35%;
 }

 .egr-info h3 {
  font-size: 33px;
 }

 .egr-info p {
  font-size: 16px;
 }

 #bet-platform {
  margin-bottom: 25px;
 }

 .value-info button {
  font-size: 18px;
 }

 .biggest-trusted p {
  font-size: 14px;
 }

 #create-steps,
 #esteemed,
 .service-once h4,
 .exclusive-wrap h5 {
  font-size: 25px;
 }

 #claim-bonus {
  font-size: 35px;
 }

 .exclusive-wrap h4 {
  font-size: 30px;
 }

 .feature-bar h5 {
  font-size: 15px;
 }
}

@media screen and (min-width: 1300px) and (max-width: 1499.98px) {
 .biggest-trusted h4 {
  font-size: 23px;
 }

 .biggest-trusted p {
  font-size: 14px;
 }

 .banner-cta.value-info.no-line.cta-hide.register-cta button {
  font-size: 16px;
 }

 .biggest-trusted {
  padding-top: 13%;
 }

 .biggest-trusted img {
  width: 35%;
 }

 .egr-info h3 {
  font-size: 38px;
 }

 .egr-info p {
  font-size: 16px;
 }
}

@media screen and (min-width: 1500px) and (max-width: 1599.98px) {
 .biggest-trusted img {
  width: 35%;
 }
}
