/*-----------------------------------------------------------------------------------*/
/*  FONTS
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: "Interface";
  src: url('../fonts/Interface/if_corp_rg-webfont.woff2') format('woff2'),
       url('../fonts/Interface/if_corp_rg-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interface";
  src: url('../fonts/Interface/if_corp_bd-webfont.woff2') format('woff2'),
       url('../fonts/Interface/if_corp_bd-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interface";
  src: url('../fonts/Interface/if_corp_xbd-webfont.woff2') format('woff2'),
       url('../fonts/Interface/if_corp_xbd-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interface";
  src: url('../fonts/Interface/if_corp_it-webfont.woff2') format('woff2'),
       url('../fonts/Interface/if_corp_it-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*  BASE CLASSES
/*-----------------------------------------------------------------------------------*/
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #333;
}
::-webkit-scrollbar-thumb {
  background-color: #00a826;
}
* {
  box-sizing: border-box;
}
html, body {
  max-width: 100%;
}
body {
  font-family: Arial,Arial,sans-serif;
  background-color: #f1f1f1;
  color: #333;
}
input, select {
  font-size: inherit;
  padding: 5px;
  border: none;
  border-radius: 3px;
}
input:focus {
  outline-color: #00a826;
}
::placeholder {
  color: #ccc;
  font-size: 12px;
  font-weight: 400;
}
header {
  background-color: #fff;
}
a {
  color: #00A826;
  text-decoration: none;
}
a:hover {
 color: #00c22d;
}
a:focus {
  color: #ccc;
}
hr {
  margin-top: 0;
  margin-bottom: 15px;
}
h1 {
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Interface',Arial,sans-serif;
  color: #000;
  font-weight: 700;
  word-spacing: normal;
}
.divider {
  border-color: #00a826;
  border-bottom-width: 0;
  border-style: solid;
  margin: 15px auto 30px;
  width: 200px;
  display: block;
  max-width: 100%;
}
.no-overflow {
  overflow: hidden;
}
.gblock {
  background-color: #ececec;
  border: 1px solid #c8c8c8;
  padding: 15px;
  margin: 0 0 15px;
  color: #333;
}
.box {
  background: linear-gradient( 20deg, #ddd, #efefef);
  box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
  border-radius: 5px;
}
.icon-box-g, .icon-box-w {
  color: #212529;
  font-size: 0.9rem;
  background: linear-gradient(
      20deg,
      var(--c1, #ddd),
      var(--c2, #efefef) 51%,
      var(--c1, #ddd)
    )
    var(--x, 0) / 200%;
  box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
  border-radius: 5px;
  transition: 0.5s;
}
.icon-box-g:hover {
  background: #00a826;
  color: #fff;
}
.icon-box-w:hover {
  --x: 100%;
  color: #333;
}
.page-offer {
  font-family: 'Interface',Arial,sans-serif;
  display: block;
  z-index: 100;
}
.page-offer p {
  font-size: 1.3rem;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -1px;
}
.page-offer .heading {
  font-size: 2.7rem;
}
/*-----------------------------------------------------------------------------------*/
/*  COOKIE ALERT CLASSES
/*-----------------------------------------------------------------------------------*/
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 1070;
  opacity: 0;
  border-radius: 0;
  background: #000;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  padding: 5px 0;
}
.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.cookiealert p {
  margin-bottom: 0;
}
.cookiealert a {
  text-decoration: none;
}
.cookiealert a.solid-btn, .cookiealert span.solid-btn {
  font-size: 1rem;
  line-height: 1;
  padding: 7px 15px;
}
.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}
/*-----------------------------------------------------------------------------------*/
/*  HEADER CLASSES
/*-----------------------------------------------------------------------------------*/
.logo-bar {
  font-family: 'Interface',Arial,sans-serif;
  background-color: #000;
  background: linear-gradient(to right,transparent,black 6.2%),url("../img/bw.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  padding: 20px 0;
  margin-bottom: 0;
}
.logo-bar i {
  font-size: 1.7rem;
  color: #fff;
}
.logo {
  max-width: 150px;
}
#fadein {
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.secondary-head {
  background-color: #222;
  padding: 15px 0;
  margin-bottom: 40px;
}
.secondary-head h1 {
  color: #fff !important;
  text-align: left;
}
.contact {
  max-width: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*  NAVBAR CLASSES
/*-----------------------------------------------------------------------------------*/
.navbar {
  background-color: #232323;
  padding: 0;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 15px;
  /*margin: 8px 0;*/
  background-color: transparent;
  background-image: none;
  border: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  margin-bottom: 5px;
}
/*-----------------------------------------------------------------------------------*/
/*  CSS MENU CLASSES
/*-----------------------------------------------------------------------------------*/
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 598;
  width: 100%;
  bottom: 0;
  left: 0;
  margin-top: 0;
  text-transform: none;
  min-width: 190px;
}
#cssmenu ul ul li {
  float: none;
  position: relative;
  height: 0;
  -webkit-transition: height .25s ease;
  -moz-transition: height .25s ease;
  transition: height .25s ease;
}
#cssmenu ul ul ul {
  top: 0;
  margin-left: 100%;
  left: 190px;
  width: 190px;
  border-top: 0 none;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
/* Custom CSS Styles */
#cssmenu > ul {
  *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul ul li:first-child > a {
  border-top: none;
}
#cssmenu ul ul li:hover > a {
  background: #000;
  color: #fff;
}
#cssmenu ul ul li:last-child > a {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu ul ul li:last-child:hover > a {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#cssmenu ul li:hover > a {
  color: #fff;
  border-bottom: 5px solid #00a826;
  background: rgba(0, 168, 38, 0.4);
}
#cssmenu ul li.active > a {
  color: #fff;
  border-bottom: 5px solid #00a826;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
  border-bottom: 1px solid #333;
}
#cssmenu ul li.has-sub > a:after {
  content: '+';
  margin-left: 5px;
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
/*-----------------------------------------------------------------------------------*/
/*  RESPONSIVE CSS MENU CLASSES
/*-----------------------------------------------------------------------------------*/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: 'Interface',Arial,sans-serif;
  font-weight: 700;
  background: transparent;
}
#cssmenu > ul > li {
  float: left;
  margin: 0;
}
#cssmenu > ul > li > a {
  padding: 15px 15px 11px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-bottom: 5px solid transparent;
  -webkit-transition: color .25s ease;
  -moz-transition: color .25s ease;
  transition: color .25s ease;
}
#cssmenu > ul > li:hover > a {
  color: #fff;
  background-color: transparent;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #777;
  content: '';
  -webkit-transition: background .25s ease;
  -moz-transition: background .25s ease;
  transition: background .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:after, #cssmenu > ul > li.has-sub > a:hover:after {
  background: #439539;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #777;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu ul > li.has-sub:hover > a:before, #cssmenu ul > li.has-sub > a:hover:before {
  top: 23px;
  height: 0;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul li a {
  padding: 11px 15px;
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  font-size: 1.2rem;
  text-decoration: none;
  color: #999;
  font-weight: 600;
  background: #000;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
  border-bottom: 0;
} 
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  color: #fff;
  background: #000 !important;
}
#cssmenu ul ul li.has-sub > a:after {
  top: 24px;
  right: 11px;
  background: #dddddd;
}
#cssmenu ul ul > li.has-sub:hover > a:after, #cssmenu ul ul > li.has-sub > a:hover:after {
  background: #ffffff;
} 
#cssmenu ul ul li.has-sub > a:before {
  top: 13px;
  right: 14px;
  background: #dddddd;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  SIDEBAR
/*-----------------------------------------------------------------------------------*/
#sidebar {
  margin-bottom: 40px;
}
#sidebar h3 {
  border-bottom: 2px solid #439539;
}
.headerBar {
  background: #2c2c2c;
  border-radius: 5px 5px 0 0;
  border-bottom: 4px solid #439539;
}
.headerBar .headerBarContent {
  display: inline-block;
  position: relative;
}
.headerBar .headerBarContent .headerTitle {
  color: #fff;
  background-color: #2c2c2c;
  display: inline-block;
  font-family: 'Interface',Arial,sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 15px;
  border-radius: 5px 0 0 0;
}
.side-main {
  font-family: 'Interface',Arial,sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
  transition: 0.3s;
}
.side-main a {
  color: #999;
  text-decoration: none;
}
.side-main a:hover {
  color: #439539;
}
.side-main ul {
  padding-left: 0;
  list-style: none;
}
.side-main li {
  padding: 10px 0;
  border-bottom: 1px solid #333;
}
/*-----------------------------------------------------------------------------------*/
/*  MOBILE NAVIGATION CLASSES
/*-----------------------------------------------------------------------------------*/
.offcanvas {
  background-color: #232323;
}
.offcanvas-header {
  background-color: #000;
}
.offcanvas-body {
  background-color: #fff;
  padding: 5px;
}
.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.side-logo {
  max-width: 150px;
}
.offcanvas-body #cssmenu > ul > li {
  width: 100%;
}
.offcanvas-body #cssmenu ul > li.has-sub > a:before, .offcanvas-body #cssmenu ul > li.has-sub > a:after {
  display: none;
}
.offcanvas-body #cssmenu > ul > li a {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 11px 15px;
  text-decoration: none;
  color: #232323;
  background-color: #efefef;
  margin-bottom: 5px;
  border-bottom: 0;
}
.offcanvas-body #cssmenu > ul > li a:hover {
  background-color: #dcdcdc;
}
.offcanvas-body #cssmenu ul li.active > a, .offcanvas-body #cssmenu ul li:hover > a {
  color: #fff;
  background-color: #000;
  border: none;
}
.offcanvas-body #cssmenu ul li:hover > ul {
  background-color: #001730;
  padding: 5px;
  width: 100%;
}
.offcanvas-body #cssmenu > ul ul.show-submenu {
  position: relative;
  background-color: #ccc !important;
  margin-top: -5px;
  margin-bottom: 5px;
  padding-bottom: 1px !important;
}
.offcanvas-body #cssmenu ul ul ul {
  margin-left: 0;
  left: 0;
  width: 100%;
}
#cssmenu.menu-mobile-navigation-container ul li:hover > ul {
  display: none;
}
.show-submenu {
  display: block !important;
}
.sub-menu-toggle {
  font-size: 1.2rem;
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 11px;
  background-color: #ccc;
}
.side-verts {
  text-align: center;
}
.side-verts a {
  color: #fff;
}
.side-verts .lead {
  font-size: 1rem;
}
#mmenu {
  display: none;
  color: #fff;
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 0;
}
#mmenu a {
  color: #fff;
}
#mmenu .icon {
  font-size: 20px;
}
#mmenu .small {
  line-height: 1;
  font-size: .75em;
}
.chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
}
.chevron.up {
  transform: rotate(-135deg);
  margin-top: 5px;
}
/*-----------------------------------------------------------------------------------*/
/*  BUTTON CLASSES
/*-----------------------------------------------------------------------------------*/
.outline-btn {
  font-family: 'Interface',Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 30px;
  display: inline-block;
  transition: 0.3s;
}
.outline-btn:hover {
  background-color: #00c22d;
  color: #fff;
  text-decoration: none;
}
.outline-btn .glyphicon {
  top: 4px;
}
.solid-btn {
  font-family: 'Interface',Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #439539;
  color: #fff;
  border-radius: 4px;
  padding: 6px 30px;
  display: inline-block;
  transition: 0.3s;
}
.solid-btn:hover {
  background-color: #00c22d;
  color: #fff;
  text-decoration: none;
}
.m-promo-btn {
  font-family: 'Interface',Arial,sans-serif;
  line-height: 1;
  text-align: center;
  background-color: #439539;
  color: #fff;
  border-radius: 4px;
  padding: 4px 15px;
  display: inline-block;
}
.green-btn {
  font-family: 'Interface',Arial,sans-serif;
  font-size: 1.6vw;
  font-weight: bold;
  letter-spacing: -1px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #00a826;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 6px 30px 2px 30px;
  color: #fff;
}
.green-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00c22d;
}
.blue-btn {
  font-family: 'Interface',Arial,sans-serif;
  font-size: 1.6vw;
  font-weight: bold;
  letter-spacing: -1px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #0054a4;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 6px 30px 2px 30px;
  color: #fff;
}
.blue-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062bd;
}
.live-btn {
  font-family: 'Interface',Arial,sans-serif;
  font-size: 1.6vw;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  background-color: #66cae0;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 8px 35px 5px;
  color: #fff;
}
.live-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #73e1fa;
}
.livesport-btn {
  font-family: 'Interface',Arial,sans-serif;
  font-size: 1.6vw;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  background-color: #acc540;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 6px 30px 2px 30px;
  color: #fff;
}
.livesport-btn:hover {
  background-color: #bcd745;
  color: #fff;
  text-decoration: none;
}
.virt-btn {
  font-family: 'Interface',Arial,sans-serif;
  font-size: 1.6vw;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  background-color: #049f9d;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 6px 30px 2px 30px;
  color: #fff;
}
.virt-btn:hover {
  background-color: #05a9a7;
  color: #fff;
  text-decoration: none;
}
.bet-btn {
  font-family: 'Interface',Arial,sans-serif;
  font-size: 1.6vw;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  background: rgba(179, 17, 77,1);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 6px 30px 2px 30px;
  color: #fff;
}
.bet-btn:hover {
  color: #fff;
  text-decoration: none;
}
.dark-btn {
  font-family: 'Interface',Arial,sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background-color: #232323;
  color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  display: inline-block;
  transition: 0.3s;
}
.dark-btn:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
.solid-btn.ls {
  color: #000;
  background-color: rgb(172, 194, 64);
}
.solid-btn.ls:hover {
  color: #000;
  background-color: #bcd745;
}
.solid-btn.vs {
  color: #fff;
  background-color: rgb(5, 159, 157);
}
.solid-btn.vs:hover {
  color: #fff;
  background-color: rgb(5, 169, 167);
}
.solid-btn.ln {
  color: #fff;
  background-color: rgb(179, 17, 77);
}
.solid-btn.ln:hover {
  color: #fff;
  background-color: rgb(179, 17, 77);
}
.solid-btn.cas {
  color: #fff;
  background-color: rgb(0, 84, 164);
}
.solid-btn.cas:hover {
  color: #fff;
  background-color: rgb(0, 84, 164);
}
.solid-btn.lc {
  color: #fff;
  background-color: rgb(0, 170, 204);
}
.solid-btn.lc:hover {
  color: #fff;
  background-color: rgb(0, 170, 204);
}
.solid-btn.es {
  color: #fff;
  background-color: rgb(170, 0, 204);
}
.solid-btn.es:hover {
  color: #fff;
  background-color: rgb(170, 0, 204);
}
/*-----------------------------------------------------------------------------------*/
/*  SLIDER
/*-----------------------------------------------------------------------------------*/
.slider {
  background: linear-gradient(#ccc, #fff, #ccc);
  color: #333;
  overflow: hidden;
}
.message {
  font-family: 'Interface',Arial,sans-serif;
  display: block;
  z-index: 100;
  letter-spacing: -1px;
  padding: 2% 0;
}
.message .heading {
  font-size: 4vw;
  letter-spacing: -3px;
}
.message .head-two {
  font-size: 4rem;
  letter-spacing: -2px;
  line-height: 0.8;
}
.message p {
  color: #232323;
  font-size: 2vw;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -1px;
}
.message p strong {
  color: #00a826;
}
.message hr {
  border-color: #00a826;
  border-width: 5px 0 0;
  margin: 15px 0;
}
.offer {
  margin: 0;
}
.offer .exc:after {
  border-bottom: 29px solid #ffc421;
  border-right-color: rgba(255, 255, 255, 0) !important;
  border-right-style: solid;
  border-right-width: 15px;
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: -2px;
}
.offer .exc {
  display: inline-block;
  position: relative;
}
.offer .exc p {
  color: #000;
  background-color: #ffc421;
  display: inline-block;
  font-size: 1.2rem;
  min-width: 134px;
  padding: 5px 10px;
} 
.byw {
  font-size: 2.7vw;
}
p.green-text, span.green-text {
  color: #00a826;
}
p.blue-text {
  color: #0054a4;
}
p.live-text {
  color: #66cae0;
}
p.livesport-text {
  color: #acc540;
}
p.virt-text {
  color: #04a09d;
}
p.bet-text {
  color: #b3114d;
}
p.red-text {
  color: #da1d1d;
}
.xbold {
  font-weight: 800;
}
.upcase {
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
/* ANIMATIONS */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* Animation delays */
.row #one {
  animation-delay: .4s;
}
.row #two {
  animation-delay: .8s;
}
.row #three {
  animation-delay: 1.2s;
}
.row #four {
  animation-delay: 1.6s;
}
.carousel-control-next, .carousel-control-prev {
  width: 5%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/*-----------------------------------------------------------------------------------*/
/* VERTICALS BLOCKS UNDER SLIDER
/*-----------------------------------------------------------------------------------*/
.vert-nav {
  text-align: center;
  font-size: 15px;
  color: #999;
  background-color: #232323;
  padding: 10px 0 5px;
  margin-bottom: 15px;
}
.vert-nav .lead {
  color: #fff;
  font-family: 'Interface',Arial,sans-serif;
  font-size: 1.20rem;
  font-weight: 700;
  margin: 10px 0 0;
}
.sport, .live-sport, .casino, .horse-racing, .lucky-numbers, .betgames, .jackpots, .virtuals, .esport, .promotions, .aviator {
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
  max-width: 65px;
}
.sport {
  background-color: #16b731;
}
.live-sport {
  background-color: #acc240;
}
.casino {
  background-color: #0054a4;
}
.horse-racing {
  background-color: #16b731;
}
.lucky-numbers {
  background-color: #b3114d;
}
.betgames {
  background-color: #b3114d;
}
.jackpots {
  background-color: #16b731;
}
.virtuals {
  background-color: #049f9d;
}
.esport {
  background-color: #aa00cc;
}
.promotions {
  background-color: #16b731;
}
.aviator {
  background-color: #e40539;
}
.sport:hover, .live-sport:hover, .casino:hover, .horse-racing-icon:hover, .lucky-numbers:hover, .betgames:hover, .jackpots:hover, .virtuals:hover, .esport:hover, .promotions:hover, .aviator:hover {
  background-color: #efefef;
}
/*====== NEW SPRITES =====*/
.sport-icon, .live-sport-icon, .casino-icon, .horse-racing-icon, .lucky-numbers-icon, .betgames-icon, .jackpots-icon, .virtuals-icon, .esport-icon, .promotions-icon, .aviator-icon {
  background-image: url("../img/vert-sprite.webp");
  background-size: 1100% 200%;
  display: block;
  height: 45px;
  margin: 0 auto;
  width: 45px;
  transition: 0.25s
}
.sport-icon {
  background-position: 0 0;
}
.sport:hover .sport-icon {
  background-position: 0 100%;
}
.live-sport-icon {
  background-position: 10% 0;
}
.live-sport:hover .live-sport-icon {
  background-position: 10% 100%;
}
.casino-icon {
  background-position: 20% 0;
}
.casino:hover .casino-icon {
  background-position: 20% 100%;
}
.horse-racing-icon {
  background-position: 30% 0;
}
.horse-racing:hover .horse-racing-icon {
  background-position: 30% 100%;
}
.lucky-numbers-icon {
  background-position: 40% 0;
}
.lucky-numbers:hove .lucky-numbers-icon {
  background-position: 40% 100%;
}
.betgames-icon {
  background-position: 50% 0;
}
.betgames:hover .betgames-icon {
  background-position: 50% 100%;
}
.jackpots-icon {
  background-position: 60% 0;
}
.jackpots:hover .jackpots-icon {
  background-position: 60% 100%;
}
.virtuals-icon {
  background-position: 70% 0;
}
.virtuals:hover .virtuals-icon {
  background-position: 70% 100%;
}
.esport-icon {
  background-position: 80% 0;
}
.esport:hover .esport-icon {
  background-position: 80% 100%;
}
.promotions-icon {
  background-position: 90% 0;
}
.promotions:hover .promotions-icon {
  background-position: 90% 100%;
}
.aviator-icon {
  background-position: 100% 0;
}
.aviator:hover .aviator-icon {
  background-position: 100% 100%;
}
/*====== SPORTS SPRITES =====*/
.soccer-b, .rugby-b, .cricket-b, .motorsport-b, .boxing-b, .athletics-b, .tennis-b, .basketball-b, .mmaufc-b, .tabletennis-b, .volleyball-b, .icehockey-b, .darts-b, .football-b, .golf-b, .snooker-b, .cycling-b, .handball-b, .baseball-b,
.soccer-w, .rugby-w, .cricket-w, .motorsport-w, .boxing-w, .athletics-w, .tennis-w, .basketball-w, .mmaufc-w, .tabletennis-w, .volleyball-w, .icehockey-w, .darts-w, .football-w, .golf-w, .snooker-w, .cycling-w, .handball-w, .baseball-w,
.soccer-g, .rugby-g, .cricket-g, .motorsport-g, .boxing-g, .athletics-g, .tennis-g, .basketball-g, .mmaufc-g, .tabletennis-g, .volleyball-g, .icehockey-g, .darts-g, .football-g, .golf-g, .snooker-g, .cycling-g, .handball-g, .baseball-g {
  background-image: url("../img/sports-sprite.webp");
  background-size: 1900% 300%;
  display: block;
  height: 45px;
  margin: 0 auto;
  width: 45px;
  transition: 0.25s;
}
.soccer-b {
  background-position: 0 0;
}
.soccer-w, .icon-box-g:hover .soccer-b {
  background-position: 0 50%;
}
.soccer-g, .icon-box-w:hover .soccer-b {
  background-position: 0 100%;
}
.rugby-b {
  background-position: 5.6% 0;
}
.rugby-w, .icon-box-g:hover .rugby-b {
  background-position: 5.6% 50%;
}
.rugby-g, .icon-box-w:hover .rugby-b {
  background-position: 5.6% 100%;
}
.cricket-b {
  background-position: 11.1% 0;
}
.cricket-w, .icon-box-g:hover .cricket-b {
  background-position: 11.1% 50%;
}
.cricket-g, .icon-box-w:hover .cricket-b {
  background-position: 11.1% 100%;
}
.motorsport-b {
  background-position: 16.65% 0;
}
.motorsport-w, .icon-box-g:hover .motorsport-b {
  background-position: 16.65% 50%;
}
.motorsport-g, .icon-box-w:hover .motorsport-b {
  background-position: 16.65% 100%;
}
.boxing-b {
  background-position: 22.2% 0;
}
.boxing-w, .icon-box-g:hover .boxing-b {
  background-position: 22.2% 50%;
}
.boxing-g, .icon-box-w:hover .boxing-b {
  background-position: 22.2% 100%;
}
.athletics-b {
  background-position: 27.5% 0;
}
.athletics-w, .icon-box-g:hover .athletics-b {
  background-position: 27.5% 50%;
}
.athletics-g, .icon-box-w:hover .athletics-b {
  background-position: 27.5% 100%;
}
.tennis-b {
  background-position: 33.3% 0;
}
.tennis-w, .icon-box-g:hover .tennis-b {
  background-position: 33.3% 50%;
}
.tennis-g, .icon-box-w:hover .tennis-b {
  background-position: 33.3% 100%;
}
.basketball-b {
  background-position: 38.9% 0;
}
.basketball-w, .icon-box-g:hover .basketball-b {
  background-position: 38.9% 50%;
}
.basketball-g, .icon-box-w:hover .basketball-b {
  background-position: 38.9% 100%;
}
.mmaufc-b {
  background-position: 44.45% 0;
}
.mmaufc-w, .icon-box-g:hover .mmaufc-b {
  background-position: 44.45% 50%;
}
.mmaufc-g, .icon-box-w:hover .mmaufc-b {
  background-position: 44.45% 100%;
}
.tabletennis-b {
  background-position: 50% 0;
}
.tabletennis-w, .icon-box-g:hover .tabletennis-b {
  background-position: 50% 50%;
}
.tabletennis-g, .icon-box-w:hover .tabletennis-b {
  background-position: 50% 100%;
}
.volleyball-b {
  background-position: 55.6% 0;
}
.volleyball-w, .icon-box-g:hover .volleyball-b {
  background-position: 55.6% 50%;
}
.volleyball-g, .icon-box-w:hover .volleyball-b {
  background-position: 55.6% 100%;
}
.icehockey-b {
  background-position: 61.1% 0;
}
.icehockey-w, .icon-box-g:hover .icehockey-b {
  background-position: 61.1% 50%;
}
.icehockey-g, .icon-box-w:hover .icehockey-b {
  background-position: 61.1% 100%;
}
.darts-b {
  background-position: 66.7% 0;
}
.darts-w, .icon-box-g:hover .darts-b {
  background-position: 66.7% 50%;
}
.darts-g, .icon-box-w:hover .darts-b {
  background-position: 66.7% 100%;
}
.football-b {
  background-position: 72.2% 0;
}
.football-w, .icon-box-g:hover .football-b {
  background-position: 72.2% 50%;
}
.football-g, .icon-box-w:hover .football-b {
  background-position: 72.2% 100%;
}
.golf-b {
  background-position: 77.8% 0;
}
.golf-w, .icon-box-g:hover .golf-b {
  background-position: 77.8% 50%;
}
.golf-g, .icon-box-w:hover .golf-b {
  background-position: 77.8% 100%;
}
.snooker-b {
  background-position: 83.3% 0;
}
.snooker-w, .icon-box-g:hover .snooker-b {
  background-position: 83.3% 50%;
}
.snooker-g, .icon-box-w:hover .snooker-b {
  background-position: 83.3% 100%;
}
.cycling-b {
  background-position: 88.9% 0;
}
.cycling-w, .icon-box-g:hover .cycling-b {
  background-position: 88.9% 50%;
}
.cycling-g, .icon-box-w:hover .cycling-b {
  background-position: 88.9% 100%;
}
.handball-b {
  background-position: 94.45% 0;
}
.handball-w, .icon-box-g:hover .handball-b {
  background-position: 94.45% 50%;
}
.handball-g, .icon-box-w:hover .handball-b {
  background-position: 94.45% 100%;
}
.baseball-b {
  background-position: 100% 0;
}
.baseball-w, .icon-box-g:hover .baseball-b {
  background-position: 100% 50%;
}
.baseball-g, .icon-box-w:hover .baseball-b {
  background-position: 100% 100%;
}
/*-----------------------------------------------------------------------------------*/
/*  ODDS TABLE
/*-----------------------------------------------------------------------------------*/
#OddsAccordion {
  min-height: fit-content;
}
.accordion-item {
  border: none;
  margin-bottom: 2px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.accordion-button {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #2c2c2c;
  padding: 0.7rem 1rem;
  border-radius: 5px;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #2c2c2c;
  box-shadow: none;
  border-radius: 5px 5px 0 0;
}
.accordion-button:focus {
  border-color: none;
  box-shadow: none;
}
.accordion-button::after, .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300a826'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#OddsAccordion .accordion-body {
  font-size: 13px;
  padding: 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #eee;
}
.match-odds {
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
}
.odd {
  font-size: 13px;
  background-image: linear-gradient(to bottom,#bee3b9 1%,#a7d6a2 100%);
  color: #000;
  margin: 2px;
  width: 30%;
  padding: 6px 5px;
  border: none;
}
.odd:hover {
  color: #333;
  background-color: #439539;
}
.selected {
  color: #fff;
  background: #00a826;
}
.odd:focus, .odd:focus-visible, .odd:active {
  color: #fff;
  background: #00a826;
}
.btn-check:focus+.btn, .btn:focus {
  box-shadow: none;
}
.league-title {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 5px;
}
.match-details {
  color: #333;
}
#odds-total, #potential-payout, input {
  font-weight: bold;
}
.betslip {
  background-color: #fff;
  padding: 5px;
  border-top: 1px solid #ccc;
  margin: 0 -15px;
}
.betslip p {
  margin-bottom: 0;
  line-height: 1;
}
.xsmall {
  font-size: 10px;
}
#OddsAccordion table {
  margin-bottom: 0;
}
.table>tbody>tr.info>th {
  background-color: #444;
  color: #fff;
  padding: 0 5px;
}
.table-hover>tbody>tr.info:hover>th {
  background-color: #333;
}
.table>tbody>tr>td, .table>tbody>tr>th {
  line-height: 3;
}
.scroll {
  height: max-content;
  max-height: 50vh;
  overflow: auto;
  overflow-x: hidden;
}
.scrollbar {
  height: 85vh;
  overflow: scroll;
  overflow-x: hidden;
}
.virt-bet {
  background-color: rgba(0,0,0,0.09);
}
#my-bets {
  padding: 15px 15px 0;
}
.bet-box {
  font-family: Arial,Arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding: 15px;
  background-color: #444;
  position: relative;
  text-transform: none;
}
.bet-box p {
  margin-bottom: 0;
}
.cta-box {
  padding: 15px;
  background-color: #2c2c2c;
  border-radius: 0 0 5px 5px;
  display: flow-root;
}
.cta-box .solid-btn, .modal-footer .solid-btn {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 35px 0;
}
.cta-box a:hover {
  color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*  VIRTUAL BET MODAL CLASSES
/*-----------------------------------------------------------------------------------*/
div.mobi-bet-count {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.mobi-bet-count .solid-btn {
  margin-left: 0;
}
.modal-content {
  background-color: #efefef;
  border: none;
  border-radius: 5px;
}
.modal-header {
  padding: 10px 15px;
  background-color: #2c2c2c;
  border-bottom: 4px solid #00a826;
}
.modal-header h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
}
.modal-title {
  color: #fff;
}
.modal-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  background-color: #000;
  border-radius: 50%;
}
#virtualBetModal .modal-body {
  color: #232323;
  padding: 0;
}
.modal-footer {
  background-color: #2c2c2c;
}
.bet-close {
  color: #fff;
  font-size: 45px;
  font-weight: normal;
  right: 10px;
  opacity: 1;
  position: absolute;
  z-index: 100;
  background: transparent;
  border: none;
  text-shadow: 0 0;
}
.btn-close {
  border: none;
}
.betslip .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23232323'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
/*-----------------------------------------------------------------------------------*/
/*  Promo Modal
/*-----------------------------------------------------------------------------------*/
#promoModal .modal-content {
  background-color: transparent;
}
#promoModal .modal-header {
  background-color: transparent;
  border-bottom: none;
}
.closePromo {
  background-color: #000;
  border-radius: 50%;
  padding: 8px;
}
.modal.show {
  display: block !important;
  background-color: rgba(0,0,0,0.85);
}
/*-----------------------------------------------------------------------------------*/
/*  BANKING PANELS
/*-----------------------------------------------------------------------------------*/
.bank-pad {
  padding: 0 12px;
}
.bank-box {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  height: 100%;
}
.banking .accordion-item {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.banking .accordion-header {
  background-color: #ececec;
  border-bottom: 2px solid #00a826;
  padding: 10px 0;
}
.banking .accordion-button {
  background: none;
  border-bottom: none;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  padding: 0.3rem;
}
.banking .accordion-button > .container-fluid {
  padding: 0;
}
.banking .accordion-header .small {
  font-size: 80%;
  display: block;
}
.banking .accordion-header .solid-btn {
  font-size: 1.2rem;
  padding: 6px 15px;
  color: #fff !important;
}
.banking .accordion-header .solid-btn:hover {
  color: #fff !important;
}
.banking img {
  max-height: 40px;
}
.banking .panel-text {
  margin-top: 10px;
  text-align: center;
}
.banking .accordion-body {
  padding: 15px;
}
.step-box {
  background-color: #ececec;
  padding: 10px;
  height: 100%;
}
.icons {
  max-width: 65px;
}
/*-----------------------------------------------------------------------------------*/
/*  FOOTER CLASSES
/*-----------------------------------------------------------------------------------*/
.sponsors {
  margin-top: 30px;
}
.sponsor {
  max-width: 50px;
}
.widget-area {
  background-color: #e8e8e8;
  margin-top: 40px;
  padding: 40px 0;
}
.widget-area ul {
  padding-left: 0;
  list-style: none;
}
.widget-area a {
  color: #000;
}
.widget-area a:hover {
  color: #333;
}
.trust {
  background-color: #333;
  color: #fff;
  padding: 40px 0;
}
.trust a {
  color: #fff;
}
.app, .facebook, .twitter {
  max-width: 50px;
}
.ios-icon, .android-icon, .huawei-icon, .facebook, .twitter {
  display: inline-block;
}
footer {
  color: #999;
  background-color: #222;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #439539;
}
.age {
  max-width: 40px;
}
.btm {
  color: #efefef;
  padding: 10px 0;
}
.btm p {
  margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
/* ----- Navbar early Collapse ----- */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
      display: none !important;
  }
  .navbar-collapse.collapse.in {
      display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
      display:block !important;
  }
  .navbar-header {
      float:none;
  }
}
@media screen and (min-width: 1800px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1655px !important;
  }
}
@media (max-width: 1200px) {
  .message .head-two {
    font-size: 3rem;
  }
  .offer .exc:after {
    margin-left: -3px;
  }
  .green-btn, .blue-btn, .live-btn, .virt-btn, .bet-btn, .livesport-btn {
    font-size: 3vw;
  }
}
@media (max-width: 1024px) {
  .odd {
    width: calc(33.33% - 5px);
  }
  .odd p {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .navbar {
    background: linear-gradient(to right,transparent,black 20%),url("../img/bw.svg");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5px;
  }
  .slider {
    display: flex;
    align-items: center;
    min-height: 32vh;
  }
  .carousel {
    display: inline-block;
    width: 100%;
  }
  .message p {
    font-size: 4.7vw;
  }
  .message .heading {
    font-size: 10vw;
  }
  .message .head-two {
    font-size: 8vw;
  }
  .offer .exc:after {
    border-bottom: 30px solid #ffc421;
    margin-left: -3px;
  }
  .vert-nav {
    padding: 10px 0;
  }
  .green-btn, .blue-btn, .live-btn, .virt-btn, .bet-btn, .livesport-btn {
    font-size: 5vw;
  }
  #OddsAccordion .accordion-body {
    margin-top: -2px;
  }
  footer {
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 70%;
  }
}
@media (max-width: 576px) {
  .slider {
    min-height: 27vh;
  }
  .message {
    padding: 0 10px;
  }
  .message .heading {
    letter-spacing: -2px;
  }
  .offer .exc p {
    font-size: 0.8rem;
  }
  .offer .exc:after {
    border-bottom: 24px solid #ffc421;
    border-right-width: 10px;
  }
  .vert-nav .lead {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
  }
  .sport-icon, .live-sport-icon, .casino-icon, .horse-racing-icon, .lucky-numbers-icon, .betgames-icon, .jackpots-icon, .virtuals-icon, .esport-icon, .promotions-icon, .aviator-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 414px) {
  .slider {
    min-height: 22vh;
  }
}
@media (max-width: 320px) {
  .sport, .live-sport, .casino, .horse-racing, .lucky-numbers, .betgames, .jackpots, .virtuals, .esport, .promotions, .aviator {
    padding: 5px;
  }
  .sport-icon, .live-sport-icon, .casino-icon, .horse-racing-icon, .lucky-numbers-icon, .betgames-icon, .jackpots-icon, .virtuals-icon, .esport-icon, .promotions-icon, .aviator-icon {
    width: 30px;
    height: 30px;
  }
  .accordion-button {
    font-size: 16px
  }
  .odd {
    width: 31.5%;
  }
}