@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&display=swap);
/*
blue => #003396
yellow => #fde32d
green => #00b673
black => #000729
darker_blue => #00227a
*/
html, body {
  font-family: "Rubik", sans-serif;
}

.main-content p {
  /*  font-size: 1rem !important;
    line-height: 2rem !important;
    text-align: justify !important;
    letter-spacing: -0.003em;
    word-break: break-word;*/
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1364px;
}

.left-side {
  padding-left: 15.7rem;
}

.bg-gradient-banner {
  background: linear-gradient(0deg, #003396, #0e0e0e 186.11%);
}

.banner-img-wrapper img {
  -webkit-clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
}

.wrapper-banner-info {
  margin: auto;
}

.bg-yellow {
  background-color: #F7E144;
}

.bg-yellow-half {
  background: linear-gradient(to right, #F7E144 50%, white 50%);
}

.card {
  border: none;
  border-radius: 0;
}

.card-body {
  padding-bottom: 0;
  padding-top: 0;
}

.bg-white {
  background-color: white;
}

.affiliate-box .logo {
  border-radius: 8px 8px 0px 0px;
  padding: 25px;
  border: 1px solid #E0E0E0;
}

.affiliate-box .bookmaker-cta {
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.affiliate-box .title {
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}

.affiliate-box .description {
  background-color: #E8E8E8;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 5px 10px 5px;
  border-right: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}

.affiliate-box .description h6 {
  font-size: 12px;
  font-weight: bold;
  color: black;
  margin-bottom: 0;
}

.affiliate-box .description p {
  margin: 0;
  color: black;
  font-size: 26px;
  font-weight: bolder;
}

.affiliate-box .title .content {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 5px 15px 5px;
}

.btn-green {
  background-color: #4FB576;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 0.375rem 1.2rem;
  line-height: 1.9;
}

.btn-green:hover {
  background-color: #022776;
  color: white;
}

.title-1 span {
  font-size: 58px;
}

.title-1 {
  line-height: 2.5rem;
}

.card.card-body {
  padding-left: 15px;
  padding-right: 15px;
}

.halfWrapper {
  background-color: #081131;
}

.halfContained {
  background-color: #022776;
  position: relative;
  margin-left: -2rem;
  padding-top: 5rem;
  height: 100%;
}

.col-md-4-custom {
  max-width: 28.54%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #000 !important;
  background-color: #ffe22d !important;
}

.nav-link.active {
  border: 1px solid #ffe22d !important;
}

.content-mobile {
  text-align: right;
  margin-right: -4rem;
}

.features h3 {
  color: white;
  font-size: 23px;
}

.features i {
  color: #4FB576;
}

.features p {
  color: #BEC4D9;
  margin-bottom: 2.4rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pl-6 {
  padding-left: 6rem;
}

.odds {
  background: transparent linear-gradient(180deg, #F7F7F7 0%, #E5E8EF 100%) 0% 0% no-repeat padding-box;
}

.pb-6 {
  padding-bottom: 6rem;
}

/*.odds .card-body {

border: 1px solid #E0E0E0;
border-radius: 8px;
}

.odds .card{
background: transparent;
}
.odds .card .card-body{
background-color: white;
}
.bg-transparent{
background: transparent;
}

*/
.odds .gameInfoOthers .club {
  width: 45px;
}

.odds .gameInfoOthers {
  display: inline-flex;
  margin-top: 4px;
}

.odds .odds-box {
  text-align: center;
  padding: 5px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}

.odds .col.card.card-body {
  background: transparent;
}

.odds .gameResult {
  font-size: 50px;
  font-family: "Barlow Condensed", sans-serif;
}

.odds .teamName {
  letter-spacing: -0.2px;
  color: #03102C;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding-top: 5px;
}

.odds span.separator {
  font-size: 28px;
}

.odds .gameInfoOthers .result {
  padding-right: 15px;
  padding-left: 15px;
  line-height: 41px;
}

.odds .odds-box .league {
  color: #9094A2;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: bold;
}

.odds .odds-box .date {
  color: #9094A2;
  padding-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.odds .odds-box .time {
  color: #9094A2;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.odds .odds-box .stream {
  color: #4FB576;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 15px;
}

.odds .odds-box .main-match-odds {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 20px;
}

.odds .card-body {
  padding: 5px;
}

.odds .main-match-odds span {
  padding: 7px;
  border-radius: 3px;
}

.odds .main-match-odds .odd-1, .odds .main-match-odds .odd-2 {
  background-color: #4FB576;
  color: white;
}

.odds .main-match-odds .odd-x {
  background-color: #022776;
  color: white;
}

.odds .odds-box .bookmaker {
  margin-top: 5px;
  margin-bottom: 4px;
  border-radius: 5px;
  padding: 4px;
}

.odds .odds-box .bookmaker img {
  max-height: 37px;
}

.btn-blue {
  background-color: #16336B;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 2.2;
}

.btn-blue:hover {
  background-color: #16336B;
  color: white;
  font-weight: bold;
}

.bg-white {
  background-color: white;
}

.odds-box {
  background-color: white;
}

.navbar-toggler {
  background-color: white;
  border: white;
}

h1, h2, h3, h4 {
  color: white;
}

h2 {
  font: normal normal 800 26px/33px Rubik;
  color: #03102c;
  font-size: 2rem !important;
  text-align: -webkit-left;
  letter-spacing: 0.004em;
  word-break: break-word;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

p {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #6E6E6E;
}

li {
  line-height: 29px;
  font-size: 16px;
}

ul {
  list-style: none;
  padding: 0;
}

.main-content {
  margin-top: 40px;
}

#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease;
  background-color: #003396;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

#mainNav .navbar-brand {
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: black;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 0;
}

#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #f4623a;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #f4623a !important;
}

@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: #003396;
  }

  #mainNav .navbar-brand {
    color: #ffffff;
  }

  #mainNav .navbar-brand:hover {
    color: black;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    padding: 0 1rem;
  }

  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: black;
  }

  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }

  #mainNav.navbar-shrink {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #212529;
  }

  #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f4623a;
  }

  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #212529;
  }

  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #f4623a;
  }

  .collapse:not(.show) {
    display: none;
  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
}
.ms-auto {
  margin-left: auto !important;
}

/* HEADER  */
.hero-section {
  /* background: linear-gradient(
  180deg
  ,#003396,#0e0e0e 186.11%);*/
  border-radius: 0;
  overflow: hidden;
  position: relative;
  /*   padding-top: 119px;*/
  /*min-height: 400px;*/
}

.hero-section p {
  color: #FFFFFF;
}

.bg-dark-blue {
  background-color: #001454;
}

.hero-section h1 {
  padding-top: 55px;
  text-align: left;
  font: normal normal 800 37px/38px Rubik;
  letter-spacing: -0.74px;
  color: #FFFFFF;
}

.hero-section p {
  font: normal normal normal 18px/22px Rubik;
  padding-bottom: 30px;
}

hr.separator {
  border: 2px solid #fde32d;
}

.navbar-nav i {
  color: #fde32d;
}

main h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  color: #03102C;
  font-size: 17px;
}

.cta-btn-green {
  background: #4FB576;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: white;
  padding-right: 45px;
  padding-left: 45px;
  line-height: 27px;
}

.cta-btn-green:hover {
  background-color: #022776;
  color: white;
}

/*AFFILLIATES LISTING*/
.affiliate {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 15px;
  height: 100%;
}

.affiliate .bookmaker-logo {
  background: #46825f;
  padding: 25px;
  width: 202px;
  text-align: center;
}

.affiliate .bookmaker-logo img {
  margin: auto;
  max-width: 152px;
  max-height: 51px;
}

.affiliate .bookmaker-pros {
  width: 465px;
  padding-left: 15px;
  padding-right: 15px;
}

.affiliate .bookmaker-pros ul li {
  font-size: 13px;
}

.affiliate .bookmaker-pros .fa-check-circle {
  color: #4FB576;
}

.affiliate .bookmaker-bonus {
  width: 400px;
}

.affiliate .bookmaker-cta {
  width: auto;
  margin: auto 0 auto auto;
  text-align: center;
}

.affiliate .bookmaker-bonus .wrapper-bonus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #F7E144;
}

.affiliate .bookmaker-bonus .wrapper-bonus .bonus-value {
  background: #F7E144;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 50px;
  padding-left: 50px;
}

.affiliate .bookmaker-bonus .wrapper-bonus .bonus-value .content {
  /* display: flex;*/
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin: auto;
  font-weight: bold;
  line-height: 28px;
}

.affiliate .bookmaker-bonus .wrapper-bonus .bonus-type {
  margin: auto;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 21px;
}

.affiliate .bookmaker-bonus .wrapper-bonus .bonus-type span {
  font-weight: 900;
  display: block;
  font-size: 28px;
  letter-spacing: 1.4px;
}

.affiliate .bookmaker-bonus .wrapper-bonus .bonus-value span {
  display: block;
  font-weight: bolder;
  font-size: 28px;
}

.table-affiliates {
  margin-bottom: 10px;
}

footer {
  background-color: #081131;
  border-top: 15px solid #4FB576;
}

footer h5 {
  color: white;
  font-weight: 600;
  font-size: 15px;
}

footer .text-grey {
  color: #BBC3DE !important;
}

footer ul li a {
  font-size: 14px;
}

footer .footer-bottom {
  background-color: #17203E;
}

.footer-bottom p {
  color: #EAEAEA;
  padding-top: 15px;
  font-size: 13px;
}

.best-bonus .label {
  text-align: right;
}

.card-title {
  margin-bottom: 0.75rem;
  background: #F7E144;
  color: #2E2E2E;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px;
  margin-top: 13px;
  margin-bottom: 6rem;
}

.news-link {
  margin-bottom: 20px !important;
}

.card-text {
  color: white;
  font-size: 19px;
  font-weight: bold !important;
  padding-bottom: 0px !important;
}

/* REVIEW */
.gradient-blue {
  background-color: #031d4f;
}

.review h1 {
  font-weight: bold;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.post h1 {
  font-weight: bold;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.hero-card .logo {
  padding: 30px 40px 30px 40px;
  border-radius: 8px;
}

.move-overlay {
  background-color: #FFFFFF;
  border-radius: 15px;
  top: -33px;
  position: relative;
  box-shadow: 0px 4px 8px -6px rgba(0, 0, 0, 0.37);
}

.cta-btn-green-big {
  background: #4FB576;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: white;
  padding-right: 45px;
  padding-left: 45px;
  line-height: 45px;
}

.hero-card .rating {
  margin-top: 10px;
}

.overall-rating-value-factor-ex {
  font-size: 12px;
}

.overall-rating-value-factor-ex .title {
  font-weight: 600;
}

.overall-rating-value-factor-ex * {
  display: inline;
}

.stars-layout {
  display: flex;
  justify-content: center;
}

.stars-layout > div:not(:last-child) {
  margin-right: 3px;
}

.stars-layout > div {
  width: 17px;
}

.cta-btn-green-big:hover {
  background-color: #022776;
  color: white;
}

.hero-card .cta {
  margin-top: 10px;
}

h5.bonus-type {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #8f9ab2;
  padding-top: 13px;
}

p.bonus-value {
  font-size: 24px;
  color: #020c2a;
  font-weight: bold;
}

.bonus-value span {
  font-size: 20px;
  display: block;
}

p.bonus-value {
  line-height: 30px;
  padding-top: 8px;
}

h5.payment-methods {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #8f9ab2;
  padding-top: 27px;
}

.left-dashed {
  border-left: 1px dashed #020c2a;
}

.hero-card .pros h5 {
  font-size: 24px;
  color: #020c2a;
  font-weight: bold;
}

.hero-card .text-info {
  color: #020c2a !important;
}

.pros-cons-layout {
  padding: 15px;
}

.pros-cons-head {
  display: none;
}

.pros-cons-body > div {
  display: flex;
}

.pros-cons-body .image-layout {
  flex: 0 0 15px;
  margin-right: 10px;
  padding-top: 3px;
}

.pros {
  margin-bottom: 10px;
}

.pros-cons-body span {
  font-size: 15px;
}

nav .nav-pills .nav-link.active, nav .nav-pills .show > .nav-link {
  color: #020b27;
  background-color: #ffe22d;
  font-weight: bolder;
  border-color: #ffe22d;
}

.nav-pills .nav-link {
  color: #909baf;
  font-weight: 900;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #909baf;
  margin: 0 0.5%;
  line-height: 22px;
  font-size: 19px;
  padding: 20px;
}

.review .affiliates {
  margin-top: 35px;
}

.review .affiliates .affiliate-widget {
  margin-bottom: 6px;
}

.review .affiliates .affiliate-widget .logo {
  width: 170px;
  border-radius: 8px;
}

.review .affiliates .affiliate-widget .logo img {
  padding: 30px 20px 30px 20px;
}

.review .affiliates .affiliate-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.review .affiliates .affiliate-widget .affiliate-name {
  font-weight: 900;
  font-size: 20px;
  margin: auto;
}

.review .affiliates .affiliate-widget .affiliate-name span {
  font-weight: 400;
  font-size: 15px;
  display: block;
  color: #9ca0aa;
}

.review .affiliates .affiliate-widget .rating {
  margin: auto;
}

.review .affiliates .affiliate-widget .stars-layout > div {
  width: 15px;
}

.review .affiliates .view-more {
  text-transform: uppercase;
  color: #6e7a88;
  font-weight: 900;
  font-size: 19px;
  border: 1px solid #bababa;
  padding: 30px;
  margin-top: 24px;
}

.review .bonuses .title {
  background: #ffe22d;
  text-align: center;
  /* text-transform: uppercase; */
  font-weight: bold;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 4px;
}

.review .bonuses .logo {
  padding: 23px;
  border-radius: 5px;
}

.review .bonuses h5.bonus-type {
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  color: #8f9ab2;
  padding-top: 11px;
}

.review .bonuses p.bonus-value {
  text-align: center;
}

.review .bonuses .title-cassino {
  background: black;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 4px;
}

.cta-btn-green-medium {
  background: #68b874;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px;
}

.review .affiliates .view-more:hover {
  background: black;
  color: white;
}

#sticky-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}

#sticky-footer .logo {
  width: 230px;
  border-radius: 5px;
  padding: 20px 20px 20px 20px;
}

.fixed-bottom {
  box-shadow: 0px 1px 13px -2px gray;
  bottom: -130px;
}

.fixed-bottom, .fixed-bottom.sticky-footerbar--show {
  transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

section.fixed-bottom.bg-white.sticky-footerbar--show {
  bottom: 0;
}

#sticky-footer .affiliate-bonus {
  width: 380px;
}

#sticky-footer .logo img {
  padding: 0px 40px 0 40px;
}

#sticky-footer .affiliate-cta {
  margin: auto 0;
}

#sticky-footer .rating {
  margin: auto 0;
  width: 380px;
}

#sticky-footer .affiliate-bonus {
  margin: auto 0;
  line-height: 19px;
}

#sticky-footer .affiliate-bonus p {
  margin-bottom: 0;
  color: #020b27;
  font-size: 22px;
  font-weight: 900;
}

#sticky-footer .affiliate-bonus small {
  color: #939eb4;
}

#sticky-footer .affiliate-bonus h5 {
  color: #939eb4;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.cta-btn-green-medium:hover {
  background-color: #16336B;
  color: white;
}

.bonus-list .list-col-left {
  padding-right: 7.5px;
}

.bonus-list .list-col-right {
  padding-left: 7.5px;
}

/* BRADCRUMPS */
.breadcrumb {
  color: #6E6E6E;
  background-color: transparent;
  font-size: 14px;
  margin-bottom: 0;
}

.breadcrumb li a {
  color: #6E6E6E;
}

/*PAYMENTS*/
.payments .card-img, .payments .card-img-bottom, .payments .card-img-top {
  width: 70%;
  margin: 0 auto;
}

section.best-bonus {
  margin-bottom: 2rem;
}

.information ul li {
  line-height: 29px;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #6E6E6E;
  list-style: disc;
}

.information ul {
  padding: inherit;
}

.sticky-top .nav {
  background: #031e4f;
  padding: 15px !important;
  border-radius: 7px;
}

.sticky-top .nav a {
  color: white !important;
}

.sidebar a.nav-link {
  border-bottom: 1px solid #ababab;
}

.btn-blue {
  color: white;
  text-transform: uppercase;
  background-color: #0f4098;
}

.payments .box-shadow {
  padding: 25px;
  box-shadow: 0px 4px 8px -6px rgba(0, 0, 0, 0.37);
  border-radius: 10px;
}

/*nav .dropdown:hover>.dropdown-menu {
    display: block;
}*/
nav .dropdown-menu {
  margin: 0;
  font-size: 0.9rem;
  background-color: #fde32d;
}

nav .dropdown-item {
  color: #071f4f;
}

/*
NAV
*/
@media only screen and (min-width: 769px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .dropdown-submenu {
    position: relative !important;
  }

  .dropdown-submenu > .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px !important;
    margin-left: -1px !important;
    border-radius: 0 !important;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
  }

  .dropdown-submenu > a:after {
    display: block;
    content: "f105";
    font-family: "FontAwesome";
    margin-top: -18px;
    right: 15px;
    position: absolute;
    font-weight: 300;
  }
}
/*

END NAV*/
.odds .gameInfoOthers .home-team, .odds .gameInfoOthers .away-team {
  width: 80px;
  min-height: 85px;
}

.odds-box .gameInfoOthers .home-team, .odds-box .gameInfoOthers .away-team {
  width: 80px;
  min-height: 85px;
}

.odds .gameInfoOthers .result {
  padding-right: 5px;
  padding-left: 5px;
}

h1.title-post {
  font-weight: bold;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.review .affiliate .bookmaker-bonus .wrapper-bonus .bonus-value .content {
  line-height: 23px;
}

.review .affiliate .bookmaker-bonus {
  width: 178px;
}

.review .affiliate .bookmaker-pros {
  width: 305px;
}

.review .affiliate .bookmaker-bonus .wrapper-bonus .bonus-value span {
  font-size: 22px;
}

.review .affiliate .bookmaker-bonus .wrapper-bonus .bonus-type span {
  font-size: 22px;
}

.review .affiliate .bookmaker-bonus .wrapper-bonus .bonus-type {
  text-align: center;
}

.review .affiliate .cta-btn-green {
  padding-right: 15px;
  padding-left: 15px;
}

.review .affiliate a {
  margin: auto 0;
}

.review .affiliate .bookmaker-logo {
  text-align: center;
}

.review .affiliate .bookmaker-bonus .wrapper-bonus .bonus-value {
  width: 100%;
}

.bootstrap-select.form-control {
  width: 65% !important;
}

footer .nav-pills .nav-link, footer .nav-pills .nav-link:hover, footer .nav-pills .nav-link:active {
  padding: 7px;
  background: white;
  color: black;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

footer .nav-item.dropdown {
  width: 67%;
}

footer .dropdown-toggle::after {
  float: right;
  margin-top: 8px;
  font-size: 24px;
  margin-right: 0.255em;
}

footer .nav-pills .nav-link.active, footer .nav-pills .show > .nav-link {
  background: white;
  color: black;
}

footer .dropdown-item:focus, .dropdown-item:hover {
  background: #4fb576;
  color: white;
}

@media (max-width: 991px) {
  .text-center-mb {
    text-align: center;
  }

  .card.card-body {
    padding-right: 15px !important;
  }

  .review .affiliate .bookmaker-bonus .wrapper-bonus .bonus-type {
    width: 50%;
  }

  .review .affiliate .bookmaker-bonus .wrapper-bonus .bonus-value {
    width: 50%;
  }

  .review .affiliate .bookmaker-bonus {
    width: 100%;
  }

  .table-affiliates .affiliate a {
    width: 100%;
  }

  .affiliate-box .bookmaker-cta a {
    width: 100%;
  }

  .affiliate .bookmaker-bonus .wrapper-bonus .bonus-type {
    padding: 20px 0 20px 0;
  }

  .affiliate-box .logo {
    padding: 0px;
    text-align: center;
  }

  .affiliate-box .logo img {
    width: 230px;
    margin: 0 auto;
    padding: 10px;
  }

  .affiliate .bookmaker-bonus .wrapper-bonus {
    /*display: grid;
    padding-top: 12px;
    justify-content:  unset;*/
  }

  .affiliate .bookmaker-cta {
    width: 100%;
  }

  .cta-btn-green {
    width: 100%;
  }

  .navbar-toggler {
    padding: 0.2rem 0.45rem;
  }

  .affiliate .bookmaker-logo {
    width: 100%;
    text-align: center;
  }

  .affiliate .bookmaker-bonus {
    margin-bottom: 10px;
    width: 100%;
  }

  .affiliate .bookmaker-pros {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .best-bonus .title-1 span {
    font-size: inherit;
  }

  .best-bonus .label {
    text-align: left;
  }

  .best-bonus .bg-yellow {
    background-color: unset;
  }

  .col.card.card-body.label.bg-yellow {
    background-color: white !important;
  }

  .features .pl-6 {
    padding-left: 15px;
  }

  .odds .odds-box .main-match-odds {
    display: flow-root !important;
    margin-bottom: 14px;
  }

  /* REVIEW */
  .review .sidebar {
    margin-top: 20px;
  }

  .review .bonuses .title, .review .bonuses .title-cassino {
    padding: 12px;
  }

  .review .affiliates .affiliate-widget .logo {
    width: 126px;
  }

  .review .affiliates .affiliate-widget .logo img {
    padding: 25px 15px 25px 15px;
  }

  .review .affiliates .view-more {
    padding: 13px;
  }

  .review h1 {
    font-size: 2rem;
    padding-top: 2rem;
  }

  .footer-bottom p {
    text-align: center;
  }

  #sticky-footer .logo {
    width: 154px;
    padding: 3px;
  }

  #sticky-footer .logo img {
    padding: 0;
  }

  #sticky-footer .rating {
    display: none;
  }

  #sticky-footer .affiliate-bonus {
    display: none;
  }

  #sticky-footer .cta-btn-green-medium {
    line-height: 30px;
  }

  .affiliate .bookmaker-bonus .wrapper-bonus .bonus-value {
    padding-right: 31px;
    padding-left: 31px;
  }

  /*PAYMENTS*/
  .payments .box-shadow {
    padding: 0;
  }

  .payment-blocks .payment {
    padding: 0;
  }

  .left-dashed {
    border-left: 0;
  }
}
.highlight-info {
  background: linear-gradient(0deg, #4fb576, rgba(79, 181, 118, 0.6)), url(https://t4.ftcdn.net/jpg/01/39/71/89/240_F_139718903_5wnvxOy7veSJxXilMgaSF3W3YtJeBDw7.jpg);
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  color: white !important;
  font-size: 2.2rem !important;
}

.highlight-info .title {
  font: normal normal 800 26px/33px Rubik;
  color: #03102c;
  font-size: 2rem !important;
  text-align: -webkit-left;
  letter-spacing: 0.004em;
  word-break: break-word;
  margin-bottom: 1rem;
  margin-top: 3rem;
  text-shadow: 2px 3px #03102c;
  color: white;
}

.highlight-info p {
  color: white;
  font-weight: normal;
  font-size: 1.25rem !important;
}
