@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: calc(12px + (30 - 12) * ((100vw - 320px) / (768 - 320)));
  font-family: "Geologica", sans-serif;
  /* font-family: Tahoma, Arial, sans-serif; */
  background-color: #fff;
  color: #fff;
  padding-bottom: 2em;
}
a {
  text-decoration: none;
}
.wrapper {
  margin: 0 1.666666em;
}
.mk-table {
  width: 100%;
  line-height: 1.8333333333em;
  border-collapse: collapse;
  margin-bottom: 1.6666em;
  color: #fff;
}
.desktop-element {
  display: none;
}
.mk-table th,
.mk-table td {
  padding: 0.83333333em 1.6666em;
  font-size: 1em;
  text-align: center;
}
.mk-table th {
  font-weight: 700;
  background-color: #555;
}
.mk-table td {
  border-bottom: 1px solid #555;
}
.mk-table a {
  color: #000;
}
.mk-table-cta {
  background-image: linear-gradient(to right, #00973d 0%, #00df59 51%, #00973d 100%);
  transition: 0.5s;
  background-size: 200% auto;
  color: #000;
  padding: 0.66666em;
  border-radius: 0.33333em;
  margin-right: 0.41666666em;
  text-decoration: none !important;
}
.main-page .aff-main-banner {
  background: url(../images/main-banner.jpg) no-repeat;
  background-size: contain;
}
.sports-welcome-page .aff-main-banner {
  background: url(../images/sports-welcome-banner-mobile.jpg) no-repeat;
  background-size: contain;
}
.wc-welcome-page .aff-main-banner {
  background: url(../images/wc-mobile-sports-bkg.jpg) no-repeat;
  background-size: contain;
}
.t20-sports-welcome-page .aff-main-banner {
  background: url(../images/t20-womens-sports-welcome-banner-mobile1.jpg)
    no-repeat;
  background-size: contain;
}
.south-africa-t20 .aff-main-banner {
  background: url(../images/southafricaT20-banner-mobile.jpg) no-repeat;
  background-size: contain;
}
.bbl-welcome-page .aff-main-banner {
  background: url(../images/bbl-welcome-banner-mobile.jpg) no-repeat;
  background-size: contain;
}
.casino-welcome-page .aff-main-banner {
  background: url(../images/casino-welcome-banner-mobile.jpg) no-repeat;
  background-size: contain;
}
.ipl2022-cashback-special-page .aff-main-banner {
  background: url(../images/main-banner.jpg) no-repeat;
  background-size: contain;
}
.ipl2022-anniversary-special-page .aff-main-banner {
  background: url(../images/main-banner.jpg) no-repeat;
  background-size: contain;
}
.sa-vs-in-page .aff-main-banner {
  background: url(../images/sa-vs-in-banner-mobile2.jpg) no-repeat;
  background-size: contain;
}
.en-vs-in-page .aff-main-banner {
  background: url(../images/en-vs-in-banner-mobile.jpg) no-repeat;
  background-size: contain;
}
.ezee-wallet-exclusive-page .aff-main-banner {
  background: url(../images/main-banner.jpg) no-repeat;
  background-size: contain;
}
.ipl-legendary-leaderboard-page .aff-main-banner {
  background: url(../images/ipl-legendary-leaderboard-banner.jpg) no-repeat;
  background-size: contain;
}
.cbg-exclusive .aff-main-banner {
  background: url(../images/chris-gayle-banner-mobile.jpg) no-repeat;
  background-size: cover;
}
.womens-t20 .aff-main-banner {
  background: url(../images/womens-t20-mobile.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.rolland-garros-tennis .aff-main-banner-holder {
  background: url(../images/rolland-garros-tenis-mobile.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.aff-main-banner-header {
  margin-bottom: 11em;
  padding-top: 1.6em;
  display: flex;
  justify-content: space-between;
}
.aff-main-banner-header img {
  width: 5.33333em;
}
.aff-main-banner-header p {
  width: 70%;
  display: inline-block;
  text-align: right;
  font-size: 0.75em;
}
.ezee-wallet-exclusive-page .aff-main-banner-header p {
  display: flex;
  justify-content: flex-end;
}
.aff-main-banner-header p > img {
  width: auto;
  height: 1.4em;
  padding: 0 1em;
}
.aff-main-banner h1 {
  font-size: 1.75em;
  text-align: center;
  font-weight: 400;
}
.aff-main-banner-subheader {
  margin-top: 0.5em;
  margin-bottom: 1.142857em;
  padding: 0.5em 2.1em;
  font-size: 1.16666em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.aff-main-banner-subheader .header-text {
  font-size: 1.5em;
}
.aff-main-banner-subheader .header-bonus {
  font-size: 1.9em;
  line-height: 1.1em;
  padding-bottom: 0.15em;
}
.highlighted-bold {
  font-weight: 700;
  color: #9441ff;
}
.highlighted {
  color: #9441ff;
}
.ticket-container {
  margin: 1.33333em;
  display: flex;
  justify-content: center;
}
.ticket-holder {
  display: flex;
  align-items: center;
  width: 14.5em;
  border: 1px solid #fff;
}
.ticket-code,
.ticket-btn {
  padding: 0.35em 1.3em;
}
.ticket-code {
  width: 60%;
}
.ticket-btn {
  text-align: center;
  border-left: 1px dashed #fff;
  cursor: pointer;
}
.ticket-notification {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.ticket-notification {
  margin-left: 0;
  margin-right: 0;
  left: 8.6em;
  right: auto;
  text-align: center;
  font-size: 1.4em;
}
.main-cta {
  display: block;
  background-image: linear-gradient(to right, #00973d 0%, #00df59 51%, #00973d 100%);
  transition: 0.5s;
  background-size: 200% auto;
  color: #000;
  padding: 0.5em 0;
  text-align: center;
  border-radius: 0.16666666em;
  box-shadow: inset 0 0 0 0 #7d18ff;
  transition: ease-out 0.3s;
  font-weight: 700;
}
.main-cta:hover {
  box-shadow: inset 23.1em 0 0 0 #7d18ff;
}
.mk-content {
  margin-top: 1.33333em;
}
.sport-heading {
  background-color: #aeaeae;
  color: #000;
  display: flex;
  justify-content: center;
  font-size: 1em;
  align-items: center;
  padding: 0.35em;
}
.sport-logo {
  width: 1.667em;
  margin-right: 0.3em;
}
.live-fixtures-heading,
.prematch-league-heading {
  background-color: #242424;
  text-align: center;
}
.prematch-league-heading {
  border-bottom: 2px solid #000;
}
.live-fixtures-heading h3 {
  display: inline-block;
  margin: 0.416666em 0;
  padding: 0.333333em 0.416666em;
  background-color: #f10000;
  font-size: 1em;
  border-radius: 4px;
}
.prematch-league-heading h3 {
  max-width: 22.5em;
  display: inline-block;
  padding: 0.67em 0;
  font-size: 1em;
  cursor: pointer;
}
.prematch-league-heading img {
  position: absolute;
  width: 0.584em;
  right: 1em;
  margin-top: 1em;
  cursor: pointer;
}
.prematch-events-container {
  width: 100%;
}
.live-match-container,
.prematch-league-single-event-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.833333333em 0;
}
.team-name {
  width: 7.5em;
  font-size: 0.75em;
  font-weight: 700;
  overflow: hidden;
  text-align: right;
}
.team-name:last-of-type {
  text-align: left;
}
.live-match-team-odd,
.prematch-team-odd {
  width: 4.07692307em;
  margin: 0 0.5384615em;
  padding: 0.23076em 0;
  color: #000;
  background-color: #ebebeb;
  font-size: 1.083333em;
  line-height: 1;
  border-radius: 4px;
  text-align: center;
}
.live-match-team-odd:hover,
.prematch-team-odd:hover {
  /* background: linear-gradient(rgb(0, 193, 78) 0%, rgb(0, 151, 61) 100%); */
  background-position: right center;
}
.match-logo {
  width: 2em;
}
.starting-time {
  font-size: 0.75em;
}
.payment-methods-container {
  margin: 1.5em 0;
  display: flex;
  justify-content: space-between;
}
.payment-methods-container img {
  width: 4.5em;
}
.payment-methods .section-heading {
  margin-bottom: 0.4em;
  font-size: 1.4em;
}
.payment-methods .section-heading-paragraph {
  margin-bottom: 1em;
  color: #777777;
}
.section-subheader {
  margin: 1em 0;
  font-size: 1.083333em;
  text-align: center;
}
.section-subheader span {
  margin-right: 0.5em;
  padding: 0 0.3em;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
}
.calculator-section {
  margin-bottom: 2em;
}
#calculator-main {
  --calcColor1: #ffffff;
  --calcColor2: #ebebeb;
  --calcColor3: #242424;
  --calcColor4: #000000;
  --calcColor5: #9441ff;
  --mainFontSize: 20px;
  --depositFontSize: 25px;
  --freeFontSize: 20px;
  --fontSize1: 16px;
  --fontSize2: 21px;
  --fontSize2b: 35px;
  --fontSize3: 40px;
  --spaceTop1: 10px;
  --spaceTop2: 20px;
  --spaceTop3: 40px;
  --widthHeightBonusThumb: 18px;
  --widthHeightPlusMinus: 35px;
}
@media (max-width: 767px) {
  #calculator-main {
    --fontSize1: 16px;
    --fontSize2: 21px;
    --fontSize2b: 35px;
    --fontSize3: 40px;
    --spaceTop1: 10px;
    --spaceTop2: 20px;
    --spaceTop3: 30px;
  }
}
#calculator-main {
  padding: 10px;
  font-size: var(--mainFontSize);
  color: #fff;
  background-color: var(--calcColor3);
  border: 2px solid var(--calcColor1);
  border-radius: 40px;
  overflow: hidden;
}
#calculator-main .bonus-calc-header {
  padding: 12px 0 24px;
  text-align: center;
  font-size: 19px;
  line-height: 19px;
  border-bottom: 2px solid var(--calcColor1);
}
#calculator-main .bonus-calc-header > * {
  margin: 0;
  padding: 0;
}
#calculator-main .text-value-container {
  margin-top: var(--spaceTop2);
}
#calculator-main .text-deposit-value-container {
  padding: 5px;
  background-color: #fff;
  border-radius: 30px;
  line-height: 1.2;
  min-width: 120px;
  text-align: left;
  margin-left: 12px;
  color: var(--calcColor3);
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  #calculator-main .text-deposit-value-container {
    min-width: 1px;
  }
}
#calculator-main .text-deposit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fontSize1);
  margin: auto;
}
#calculator-main .currency-container {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: var(--calcColor3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#calculator-main .text-deposit .label {
  color: #fff;
}
#calculator-main .input-range-container {
  margin-top: var(--spaceTop1);
  margin-right: 15%;
  margin-left: 15%;
  height: 60px;
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  #calculator-main .input-range-container {
    margin-right: 10%;
    margin-left: 10%;
  }
}
#calculator-main .input-range-container .fill {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  height: 17px;
  background: var(--calcColor5);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#calculator-main .input-range-container .thumb {
  position: absolute;
  top: 50%;
  right: calc((var(--widthHeightBonusThumb) - 1px) * -1);
  transform: translateY(-50%);
  width: var(--widthHeightBonusThumb);
  height: var(--widthHeightBonusThumb);
  cursor: pointer;
  border-radius: 50%;
  border: 8px solid #fff;
  color: #fff;
  background-color: var(--calcColor3);
}
#calculator-main .bonus-calc-container {
  width: 100%;
}
#calculator-main .input-bonus-calc {
  -webkit-appearance: none;
  width: 100%;
  height: 17px;
  border-radius: 17px;
  background-color: #fff;
  outline: none;
  color: #fff;
}
#calculator-main #input-radio-width {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  width: var(--widthHeightBonusThumb);
  height: var(--widthHeightBonusThumb);
}
#calculator-main .input-bonus-calc::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: var(--widthHeightBonusThumb);
  height: var(--widthHeightBonusThumb);
  cursor: pointer;
  border-radius: 50%;
  border: 8px solid #fff;
  color: #fff;
  background-color: var(--calcColor3);
  opacity: 0;
}
#calculator-main .input-bonus-calc::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: var(--widthHeightBonusThumb);
  height: var(--widthHeightBonusThumb);
  cursor: pointer;
  border-radius: 50%;
  border: 8px solid #fff;
  color: #fff;
  background-color: var(--calcColor3);
  opacity: 0;
}
#calculator-main .bonus-range-num-container {
  margin-right: 15%;
  margin-left: 15%;
  margin-top: var(--spaceTop1);
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
@media (max-width: 767px) {
  #calculator-main .bonus-range-num-container {
    margin-right: 10%;
    margin-left: 10%;
  }
}
#calculator-main .play-value-container {
  margin-top: var(--spaceTop2);
  padding-top: var(--spaceTop1);
  padding-bottom: var(--spaceTop1);
  font-size: var(--fontSize3);
  text-align: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  background-color: var(--calcColor4);
  color: var(--calcColor1);
}
#calculator-main .play-value-container .label {
  font-size: var(--fontSize2);
}
#calculator-main .play-value-container .text-play-value-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#calculator-main .play-value-container .text-play-value-container {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  min-width: 60%;
  border-radius: 70px;
  line-height: 1;
}
#calculator-main .play-value-container .currency-container {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--calcColor4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#calculator-main .play-value-container .text-play-value {
  font-weight: 600;
  font-size: var(--fontSize3);
  line-height: 1;
  text-align: center;
  color: var(--calcColor4);
}
#calculator-main .btn-change-deposit-container {
  text-align: center;
}
#calculator-main .btn-change-deposit {
  margin-top: var(--spaceTop1);
  display: flex;
  background-color: var(--calcColor5);
  color: var(--calcColor4);
  font-size: 55px;
  line-height: 1;
  font-weight: 600;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  position: relative;
  justify-content: center;
  align-items: center;
}
#calculator-main .play-value-container .text-free-container {
  margin-top: var(--spaceTop1);
  font-size: var(--fontSize1);
  text-align: center;
  color: var(--calcColor1);
}
#calculator-main .text-value-container {
  display: flex;
}
.bonus-range-num-container .label {
  margin-top: var(--spaceTop2);
}
#calculator-main .text-deposit-value-container {
  min-width: 120px;
}
#calculator-main .text-deposit-value-container .currency-container {
  width: 25px;
  height: 25px;
}
#calculator-main .input-range-container {
  height: 30px;
  margin-right: 0;
  margin-left: 0;
}
#calculator-main .input-range-container .fill,
#calculator-main .input-bonus-calc {
  height: 10px;
}
#calculator-main .input-range-container .thumb {
  border: 6px solid var(--calcColor5) !important;
}
#calculator-main .bonus-range-num-container {
  margin-right: 0;
  margin-left: 0;
}
#calculator-main .bonus-range-num-container {
  margin-top: 0;
}
#calculator-main .btn-change-deposit {
  width: var(--widthHeightPlusMinus);
  height: var(--widthHeightPlusMinus);
  font-size: calc(var(--widthHeightPlusMinus) * 0.88);
  line-height: var(--widthHeightPlusMinus);
  margin-top: 5px;
}
#calculator-main .btn-change-deposit.btn-plus-deposit {
  margin-left: auto;
}
#calculator-main .play-value-container .text-play-value-container {
  padding: 7px;
}
#calculator-main .play-value-container .currency-container {
  width: 40px;
  height: 40px;
}
#calculator-main .play-value-container .currency-container .currency {
  font-size: var(--fontSize2b);
}
#calculator-main .play-value-container > span:last-child {
  height: 40px;
}
@media (max-width: 395px) {
  #calculator-main .play-value-container .label {
    font-size: 18px;
    top: -32px;
  }
}
@media (max-width: 350px) {
  #calculator-main .play-value-container .label {
    font-size: 15px;
    top: -27px;
  }
}
.bonus-codes {
  margin-top: 1.5em;
}
.bonus-codes-table {
  text-align: center;
}
.bonus-codes-table th {
  font-size: 1.0833333em;
}
.bonus-codes-table tbody td:first-of-type {
  font-size: 1.58333333em;
  font-weight: 700;
}
.bonus-code {
  display: inline-block;
  width: 6em;
  padding: 0.5em 0;
  background-image: linear-gradient(to right, #00973d 0%, #00df59 51%, #00973d 100%);
  transition: 0.5s;
  background-size: 200% auto;
  color: #000;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
}
.bonus-code:hover {
  /* background: linear-gradient(rgb(0, 193, 78) 0%, rgb(0, 151, 61) 100%); */
  background-position: right center;
}
.bonus-code.copied {
  background-color: #fff;
  pointer-events: none;
}
.bonus-codes-table tbody td:nth-of-type(2) {
  width: 44%;
  padding: 1em 0;
  border-bottom: 1px solid #fff;
}
.bonus-code-container {
  padding: 1.5em 0;
  text-align: center;
}
.two-sections .bonus-code-row h2 {
  padding: 0;
  width: 20%;
}
.two-sections .bonus-code-row p {
  width: 80%;
}
.two-sections .bonus-code-row h3:first-child {
  width: 20%;
}
.two-sections .bonus-code-row h3:nth-child(2) {
  width: 80%;
}
.bonus-code-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bonus-code-row h2 {
  padding: 0 1em;
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
}
.bonus-code-row h3 {
  padding: 0 1em;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
}
.bonus-code-row h3:first-child {
  padding: 0;
}
.bonus-code-row p {
  font-size: 1em;
  border-bottom: 2px solid #fff;
  padding: 1em 0;
  width: 50%;
}
.bonus-code-row:last-child p {
  border-bottom: none;
}
.code-copied {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 0.16666666em;
  right: 1.61em;
  text-align: center;
  border-radius: 0.16666666em;
  box-shadow: inset 0 0 0 0 #e9b600;
  transition: ease-out 0.3s;
}
.bonus-code-row .copy-bonus-code {
  width: 20vw;
  border-radius: 0.16666666em;
  background-color: transparent;
  border: 2px solid #fff;
  border-style: dashed;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  padding: 0.47em 0.4em;
  font-size: 0.8666em;
}
.steps-container {
  padding: 1.5em 1em;
  background-color: #242424;
  border-radius: 2px;
}
.single-step-container {
  display: flex;
  margin-bottom: 1.5em;
  justify-content: space-between;
  align-items: center;
}
.single-step-container h3 {
  padding: 0.4em;
  background-color: #ebebeb;
  color: #000;
  font-style: italic;
  font-size: 1.25em;
  font-weight: 400;
  border-radius: 2px;
}
.single-step-container p {
  width: 72%;
}
.cta-container {
  margin-top: 2em;
  text-align: center;
}
.cta-container .main-cta {
  width: 10.5em;
  display: inline-block;
}
.cta-container .main-cta:hover {
  box-shadow: inset 10.3em 0 0 0 #7d18ff;
}
.terms-and-conditions {
  font-size: 0.83333em;
}
.terms-and-conditions p {
  margin: 2em 0 1em;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.terms-and-conditions ol {
  display: none;
  list-style-position: inside;
}
.terms-and-conditions p.tandcInsideSections {
  text-align: left;
  text-decoration: none;
  cursor: initial;
}
.terms-and-conditions .tandcInsideSectionsOl {
  display: block;
}
.terms-and-conditions li {
  margin: 0.6em 0 0;
}
.terms-and-conditions ol > ul {
  padding-left: 1.2em;
  list-style-type: disc;
}
.terms-and-conditions .cta-container .main-cta {
  font-size: 1.2em;
}
.how-to-register-video-container {
  padding: 1.25em 3.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.how-to-register-video-container p {
  width: 60%;
  font-size: 0.66666666em;
  display: inline-block;
}
.btn-container {
  display: inline-block;
  padding: 0.4166666em 1.666666em;
  border: 1px solid #fff;
  border-radius: 0.33333em;
  cursor: pointer;
}
.btn-play {
  border: 0.83333em solid transparent;
  border-top: 0;
  border-bottom: 1.666666em solid #fff;
  transform: rotate(90deg);
}
.chris-gayle-video {
  width: 100%;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  color: #000;
  padding: 1.666666em;
  border: 1px solid #888;
  border-top-left-radius: 1.66666em;
  border-top-right-radius: 1.66666em;
}
.modal-content {
  width: 31.481481em;
  padding: 1.666666em;
  margin: 0 auto;
}
.close-btn {
  color: #000;
  float: right;
  font-size: 2.3333em;
  font-weight: 700;
  line-height: 0.6em;
}
.close-btn:hover,
.close-btn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
div.modal-content > a {
  color: #000;
  text-decoration: underline;
}
.modal video {
  width: 100%;
  max-height: 70vh;
  margin: 1em 0 0;
}
.landing-page {
  padding-bottom: 2em;
}
.landing-page .wrapper {
  margin: 0 1.2em;
}
.main-banner {
  color: #fff;
}
.logo-container {
  display: flex;
  align-items: center;
  padding-top: 1em;
  justify-content: space-between;
}
.logo-container .main-logo {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.logo-separator {
  display: none;
}
.section-heading {
  text-align: center;
}
.section-heading-paragraph {
  text-align: center;
}
.affiliate-main-banner {
  padding-bottom: 0;
}
.aff-main-banner-header {
  margin-bottom: 0;
  padding-top: 2em;
}
.logo-kamooo {
  width: 4.7em;
}
.logo-home-of-criket {
  width: 10em;
}
.logo-icc-2024 {
  width: 3.9em;
}
.logo-ipl {
  width: 4.1em;
}
.logo-premier-league {
  width: 3.6em;
  float: right;
}
.aff-main-banner-header p {
  width: 70%;
  display: inline-block;
  text-align: right;
  font-size: 0.75em;
}
.aff-main-banner-header p > img {
  width: auto;
  height: 1.4em;
  padding: 0 1em;
}
.landing-page .affiliate-main-banner h1 {
  width: 100%;
  font-size: 2.2em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
}
.landing-page .aff-main-banner-subheader {
  font-size: 1.7em;
  text-align: center;
  padding: 0.5em 0;
  border: none;
  width: 12em;
  margin: 0 auto;
}
.aff-main-banner-holder {
  min-height: 74vw;
}
.divider {
  height: 0.3333em;
  background-color: #fff;
}
.aff-main-banner-offer {
  padding-bottom: 1.8em;
}
.casino-bonus .casino-sponsorship .aff-main-banner-offer,
.sports-bonus .sport-sponsorship .aff-main-banner-offer,
.sports-bonus .the-hundred .aff-main-banner-offer,
.sports-bonus .sri-lanka-india .aff-main-banner-offer {
  background-color: #fdc600;
  border-radius: 20px;
  margin: 0.75em;
}
.sports-bonus .aff-main-banner-offer,
.casino-bonus .iphone-giveaway .aff-main-banner-offer {
  background-color: #0b4867;
}
.sports-bonus .icc-womens .aff-main-banner-offer {
  background-color: #c51373;
}
.casino-bonus .casino-aviator .aff-main-banner-offer {
  background-color: #09417f;
}
.sports-bonus .gujti-vs-rajra-banner .aff-main-banner-offer {
  background-color: #005860;
}
.sports-bonus .kolk-vs-mumb-banner .aff-main-banner-offer {
  background-color: #320051;
}
.sports-bonus .luck-vs-punj-banner .aff-main-banner-offer {
  background-color: #9d2500;
}
.sports-bonus .delca-vs-rocha-banner .aff-main-banner-offer {
  background-color: #0c0c0c;
}
.sports-bonus .wc-welcome-banner .aff-main-banner-offer {
  background-color: #011e3c;
}
.aff-main-banner-header p {
  width: 70%;
  display: inline-block;
  text-align: right;
  font-size: 0.75em;
}
.aff-main-banner-header p > img {
  width: auto;
  height: 1.4em;
  padding: 0 1em;
}
.affiliate-main-banner h1 {
  font-size: 2.9em;
  text-align: center;
  font-weight: 700;
}
.aff-main-banner-offer h1,
.affiliate-main-banner .highlighted-bold,
.affiliate-main-banner .code-container span:last-child {
  color: #9441ff;
}
.affiliate-main-banner.icc-womens .code-container span:last-child {
  color: #fdc600;
}
.affiliate-main-banner.icc-womens .highlighted-bold {
  color: #fdc600;
}
.affiliate-main-banner .highlighted-bold {
  font-weight: 700;
}
.code-container {
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0.2em;
  margin-bottom: 0.4em;
}
.code-container span:last-child {
  display: inline-block;
  padding: 0.292em;
  color: #18ff6f;
  border: 0.0833333em dashed #fff;
  border-radius: 0.166666666em;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.copied-successful {
  background-color: #58009b;
}
.affiliate-main-banner .main-cta {
  display: block;
  font-size: 1.6em;
  line-height: 1.6em;
  padding: 0;
  text-align: center;
  border-radius: 50px;
  transition: ease-out 0.3s;
  font-weight: 700;
  color: #fdc600;
  background-image: linear-gradient(to right, #00973d 0%, #00df59 51%, #00973d 100%);
  transition: 0.5s;
  background-size: 200% auto;
  box-shadow: inset 0 0 0 0 #9441ff;
}
.affiliate-main-banner.icc-womens .main-cta {
  color: #fff;
  background-color: #fdc600;
  box-shadow: inset 0 0 0 0 #fdc600;
}
.additional-term {
  margin-top: 1em;
}
.cric-10welcome .aff-main-banner-holder,
.main-index .aff-main-banner-holder,
.cricgoal .aff-main-banner-holder,
.sports-welcome-banner .aff-main-banner-holder,
.iphone-giveaway .aff-main-banner-holder {
  background: url(../images/sports-welcome-banner-mobile.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.wc-welcome-banner .aff-main-banner-holder {
  background: url(../images/wc-mobile-sports-bkg.jpg) no-repeat;
  background-size: cover;
}
.casino-welcome-banner .aff-main-banner-holder,
.ten-goal-banner .aff-main-banner-holder {
  background: url(../images/casino-welcome-banner-mobile.jpg) center no-repeat;
  background-position: center;
  background-size: cover;
}
.casino-aviator .aff-main-banner-holder {
  background: url(../images/casino-aviator-mobile.jpg) center no-repeat;
  background-size: cover;
}
.casino-sponsorship .aff-main-banner-holder {
  background: url(../images/casino-main-banner-mobile.jpg) center no-repeat;
  background-size: cover;
}
.sport-sponsorship .aff-main-banner-holder {
  background: url(../images/sports-main-banner-mobile.jpg) center no-repeat;
  background-size: cover;
}
.icc-womens .aff-main-banner-holder {
  background: url(../images/sports-icc-womens-mobile.jpg) center no-repeat;
  background-size: cover;
}
.the-hundred .aff-main-banner-holder {
  background: url(../images/the-hundred-main-banner-mobile.jpg) center no-repeat;
  background-size: cover;
}
.sri-lanka-india .aff-main-banner-holder {
  background: url(../images/Sponsorship-sri-lanka-india-banner-mobile.jpg)
    center no-repeat;
  background-size: cover;
}
.ipl-2023-sports-banner .aff-main-banner-holder {
  background: url(../images/ipl-mobile-sports-bkg.jpg) no-repeat;
  background-size: cover;
}
.ipl-2023-casino-banner .aff-main-banner-holder {
  background: url(../images/ipl-mobile-casino-bkg.jpg) no-repeat;
  background-size: cover;
}
.pl-ipl-banner .aff-main-banner-holder {
  background: url(../images/pl-ipl-mobile-bgk.jpg) no-repeat;
  background-size: cover;
}
.gujti-vs-rajra-banner .aff-main-banner-holder {
  background: url(../images/gujti-vs-rajra-mobile-bgk1.jpg) no-repeat;
  background-size: cover;
}
.kolk-vs-mumb-banner .aff-main-banner-holder {
  background: url(../images/kolk-vs-mumb-mobile-bgk.jpg) no-repeat;
  background-size: cover;
}
.luck-vs-punj-banner .aff-main-banner-holder {
  background: url(../images/luck-vs-punj-mobile-bgk.jpg) no-repeat;
  background-size: cover;
}
.delca-vs-rocha-banner .aff-main-banner-holder {
  background: url(../images/delca-vs-rocha-mobile-bgk.jpg) no-repeat;
  background-size: cover;
}
.ipl-exlusive-banner .aff-main-banner-holder {
  background: url(../images/exclusive-mobile-sports-bkg.jpg) no-repeat;
  background-size: cover;
}
.ipl-your-team-banner .aff-main-banner-holder {
  background: url(../images/your-team-mobile-sports-bkg.jpg) no-repeat;
  background-size: cover;
}
.premier-league .aff-main-banner-holder {
  background: url(../images/premier-league-mobile-bkg.jpg) no-repeat;
  background-size: cover;
}
.vip-sports-banner .aff-main-banner-holder {
  background: url(../images/vip-sports-mobile-bkg.jpg) no-repeat;
  background-size: cover;
}
.vip-casino-banner .aff-main-banner-holder {
  background: url(../images/vip-casino-mobile-bkg.jpg) no-repeat;
  background-size: cover;
}
.odds-section {
  background: #000;
}
.league-heading {
  padding-bottom: 0.3076923em;
  font-size: 1.3em;
  text-transform: capitalize;
  border-bottom: 0.1em solid #fff;
}
.match-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em 0;
}
.match-container.football-3-way-exit {
  align-items: unset;
  justify-self: unset;
}
.team-name {
  width: 7.5em;
  font-size: 0.9em;
  font-weight: 700;
  overflow: hidden;
  text-align: right;
}
.team-name:last-of-type {
  text-align: left;
}
.match-team-odd {
  width: 3.924em;
  margin: 0 0.5384615em;
  padding: 0.308em 0;
  color: #000;
  background-color: #fff;
  font-size: 1.3em;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #fff;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
.match-team-odd:hover {
  background-color: transparent;
  color: #fff;
}
.starting-time {
  font-size: 0.75em;
  text-align: center;
}
.landing-page .live-odds-container {
  padding: 2.5em 0;
}
.landing-page .live-odds-container:nth-child(2) {
  padding: 0 0 2.5em;
}
.landing-page.sports-bonus .payment-methods,
.landing-page.casino-bonus .payment-methods {
  padding: 2.5em 0;
  background-color: #fff;
  color: #000;
}
.landing-page .payment-methods-container {
  margin: 2em 0 0;
}
.landing-page .payment-methods-container img {
  width: 4.5em;
}
.why-choose-kamooo-main-section {
  padding: 2.5em 0;
  background: #ebebeb;
  color: #000;
}
.why-choose-kamooo-main-section .section-heading {
  margin-bottom: 1.5em;
}
.why-choose-kamooo-carousel {
  padding-bottom: 1.3em;
}
.other-benefits-section .owl-theme .owl-dots .owl-dot span {
  background: #000;
}
.why-choose-kamooo-content-container {
  height: 12.5em;
  padding: 1em 1.4em 1.4em;
  background-color: #fff;
  border-bottom-left-radius: 2.7em;
  border-bottom-right-radius: 2.7em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.why-choose-kamooo-box {
  color: #000;
}
.why-choose-kamooo-content-container h3 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}
.why-choose-kamooo-content-container p {
  margin-top: 1em;
  font-size: 0.92em;
  text-align: center;
}
.why-choose-kamooo-content-container a {
  display: inline-block;
  width: 8.5em;
  margin: 20px auto 0;
  padding: 0.32em 0;
  background-image: linear-gradient(to right, #00973d 0%, #00df59 51%, #00973d 100%);
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  border-radius: 50px;
  transition: 0.3s;
}
.why-choose-kamooo-content-container a:hover {
  /* background: linear-gradient(rgb(0, 193, 78) 0%, rgb(0, 151, 61) 100%); */
  background-position: right center;
}
.landing-page.sports-bonus .other-benefits-section {
  background-color: #fff;
  padding: 2.5em 0;
  color: #000;
}
.landing-page.casino-bonus .other-benefits-section {
  padding: 2.5em 0;
  background-color: #fff;
}
.other-benefits-section .section-heading {
  margin-bottom: 1.5em;
  color: #000;
}
.benefits-container {
  display: none;
}
.other-benefits-content-container {
  height: 4.5em;
  padding: 1em 1.4em 1.4em;
}
.other-benefits-box {
  background-color: #ebebeb;
  border-radius: 2.7em;
  color: #000;
}
.other-benefits-content-container p {
  margin-top: 1em;
  font-size: 1em;
  text-align: center;
}
.owl-carousel .owl-item .other-benefits-box img {
  padding-top: 2em;
  height: 10em;
  margin: 0 auto;
}
.cta-ribbon {
  position: fixed;
  bottom: -5.5em;
  width: 100%;
  height: 5em;
  text-align: center;
  transition: bottom 0.3s ease-in-out;
  z-index: 5;
  background: #fff;
}
.cta-ribbon .main-cta {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 1.6em;
  padding: 0.4em 0;
  text-align: center;
  background-image: linear-gradient(to right, #00973d 0%, #00df59 51%, #00973d 100%);
  transition: 0.5s;
  background-size: 200% auto;
  border-radius: 50px;
  margin: 0.6em 0;
}
.cta-ribbon .main-cta:hover {
  background:linear-gradient(rgb(0, 193, 78) 0%, rgb(0, 151, 61) 100%);
}
.deposit-video-section {
  background: url(../images/ipl-mobile-black-bkg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2.5em 0;
}
.deposit-video-section video {
  text-align: center;
  color: #fff;
}
.deposit-video {
  width: 100%;
}
footer {
  background-color: #fff;
  color: #666;
  text-align: center;
}
.eightteen-plus-container {
  padding-top: 2.88888888em;
  border-top: 1px solid #ddd;
}
.eightteen-plus-container .img-container {
  margin-bottom: 1em;
}
.eightteen-plus-container .img-container img {
  height: 2.07407407em;
  margin: 0 0.37037037em;
}
.license-container {
  margin-top: 2.88888888em;
  padding: 2.88888888em 0 1.925925925em;
  border-top: 0.07407407em solid #ddd;
}
.license-container .img-container {
  display: flex;
  padding-bottom: 1.925925925em;
  justify-content: space-around;
}
.license-container .img-container img {
  width: 8.14814814em;
}
.trustpilot-container {
  display: flex;
  padding-bottom: 1em;
  align-items: center;
  justify-content: center;
}
.trustpilot-container img {
  width: 6.6666666em;
  margin: 0 0 0.444444444444em 0.444444444444em;
}
.mk-wrapper {
  margin: 0 1.5em;
}
.sponsorship-section {
  background-color: #fff;
  color: #000;
  padding-top: 2em;
}
.ismobile .desktop-element {
  display: none !important;
}
.mk-hero-info-container a {
  font-weight: 700;
}
.mk-hero {
  margin-bottom: 3em;
}
.mk-hero.mk-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
.mk-hero img {
  display: block;
  width: 25em;
}
.mk-hero h3 {
  margin: 1em 0 0.4090909em;
  font-size: 1.5em;
  line-height: 1.2;
}
.mk-hero p {
  font-size: 1.2em;
}
.mk-hero-info-cta-container {
  text-align: center;
}
.mk-hero a {
  display: inline-block;
  padding: 0.6em 5.5em;
  border-radius: 1.5em;
  font-size: 1.2em;
  color: #fff;
  background-image: linear-gradient(to right, #00973d 0%, #00df59 51%, #00973d 100%);
  transition: 0.5s;
  background-size: 200% auto;
  transition: all 0.3s ease;
  margin-top: 1em;
}
.mk-hero a:hover {
  /* background: linear-gradient(rgb(0, 193, 78) 0%, rgb(0, 151, 61) 100%); */
  background-position: right center;
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: calc(18px + (30 - 18) * ((100vw - 1200px) / (1920 - 1200)));
    padding-bottom: 2em;
  }
  .mobile-element {
    display: none;
  }
  .desktop-element {
    display: block;
  }
  .wrapper {
    margin: 0 14.3em;
  }
  .aff-page.main-page {
    background: url(../images/main-banner-desktop.jpg) no-repeat;
    background-size: cover;
  }
  .main-page .aff-main-banner {
    background: 0 0;
  }
  .affiliate-main-banner {
    min-height: 27.1333333em;
  }
  .aff-page.sports-welcome-page {
    background: url(../images/sports-welcome-banner-desktop.jpg) no-repeat;
    background-size: 100%;
  }
  .aff-page.wc-welcome-page {
    background: url(../images/wc-desktop-sports-bkg.jpg) no-repeat;
    background-size: 100%;
  }
  .sport-sponsorship .aff-main-banner-holder,
  .icc-womens .aff-main-banner-holder,
  .the-hundred .aff-main-banner-holder,
  .sri-lanka-india .aff-main-banner-holder {
    background: 0 0;
  }
  .sports-welcome-page .aff-main-banner {
    background: 0 0;
  }
  .aff-page.t20-sports-welcome-page {
    background: url(../images/t20-womens-sports-welcome-banner-desktop.jpg)
      no-repeat;
    background-size: 100%;
  }
  .t20-sports-welcome-page .aff-main-banner {
    background: 0 0;
  }
  .aff-page.bbl-welcome-page {
    background: url(../images/bbl-welcome-banner-desktop.jpg) no-repeat;
    background-size: 100%;
  }
  .bbl-welcome-page .aff-main-banner {
    background: 0 0;
  }
  .aff-page.south-africa-t20 {
    background: url(../images/southafricaT20-banner-desktop.jpg) no-repeat;
    background-size: contain;
  }
  .south-africa-t20 .aff-main-banner {
    background: 0 0;
  }
  .aff-page.casino-welcome-page {
    background: url(../images/casino-welcome-banner-desktop.jpg) no-repeat;
    background-size: cover;
  }
  .casino-welcome-page .aff-main-banner {
    background: 0 0;
  }
  .aff-page.ipl2022-cashback-special-page {
    background: url(../images/main-banner-desktop.jpg) no-repeat;
    background-size: cover;
  }
  .ipl2022-cashback-special-page .aff-main-banner {
    background: 0 0;
  }
  .aff-page.ipl2022-anniversary-special-page {
    background: url(../images/main-banner-desktop.jpg) no-repeat;
    background-size: cover;
  }
  .ipl2022-anniversary-special-page .aff-main-banner {
    background: 0 0;
  }
  .aff-page.sa-vs-in-page {
    background: url(../images/sa-vs-in-banner-desktop.jpg) no-repeat;
    background-size: cover;
  }
  .sa-vs-in-page .aff-main-banner {
    background: 0 0;
  }
  .aff-page.en-vs-in-page {
    background: url(../images/en-vs-in-banner-desktop.jpg) no-repeat;
    background-size: cover;
  }
  .en-vs-in-page .aff-main-banner {
    background: 0 0;
  }
  .aff-page.ezee-wallet-exclusive-page {
    background: url(../images/main-banner-desktop.jpg) no-repeat;
    background-size: cover;
  }
  .ezee-wallet-exclusive-page .aff-main-banner {
    background: 0 0;
  }
  .aff-page.ipl-legendary-leaderboard-page {
    background: url(../images/ipl-legendary-leaderboard-banner-desktop.jpg)
      no-repeat;
    background-size: cover;
  }
  .cbg-exclusive .aff-main-banner {
    background: url(../images/chris-gayle-banner-desktop.jpg) no-repeat;
    background-size: cover;
  }
  .aff-page.womens-t20 {
    background: url(../images/womens-t20-desktop.jpg) no-repeat;
    background-size: cover;
  }
  .womens-t20 .aff-main-banner {
    background: 0 0;
  }
  .logo-premier-league {
    width: 7.3em;
  }
  .logo-home-of-criket {
    width: 9em;
  }
  .ipl-legendary-leaderboard-page .aff-main-banner {
    background: 0 0;
  }
  .aff-main-banner .wrapper {
    margin: 0 4.1em;
  }
  .aff-main-banner-header {
    width: 45%;
    margin-bottom: 1em;
    padding-top: 3.6em;
  }
  .aff-main-banner-header img {
    width: 7.5em;
  }
  .aff-main-banner-header p {
    width: 60%;
    font-size: 1em;
    text-align: left;
  }
  .aff-main-banner h1 {
    width: 60%;
    font-size: 2.53333em;
    text-align: left;
  }
  .aff-main-banner-subheader {
    width: 41%;
    padding: 0.2em 4.1em 0.2em 2.9285714em;
    text-align: left;
    font-size: 1.4em;
  }
  .aff-main-banner-subheader .header-text {
    font-size: 1.5em;
  }
  .aff-main-banner-subheader .header-bonus {
    font-size: 1.9em;
  }
  .casino-bonus .casino-sponsorship .aff-main-banner-offer,
  .sports-bonus .sport-sponsorship .aff-main-banner-offer,
  .sports-bonus .the-hundred .aff-main-banner-offer,
  .sports-bonus .sri-lanka-india .aff-main-banner-offer {
    margin: 0;
  }
  .aff-main-banner-offer h1,
  .affiliate-main-banner .highlighted-bold,
  .affiliate-main-banner.icc-womens .code-container span:last-child,
  .affiliate-main-banner .code-container span:last-child {
    color: #fdc600;
  }
  .ticket-container {
    margin: 1.33333em 0;
    justify-content: left;
  }
  .ticket-notification {
    left: 4.1em;
    right: auto;
  }
  .main-cta {
    width: 42.3%;
    margin: 0 auto;
    padding: 0.45em 0;
    font-size: 1.6em;
  }
  .main-cta:hover {
    box-shadow: inset 14.6em 0 0 0 #7d18ff;
  }
  .prematch-league-heading img {
    right: 13em;
  }
  .payment-methods-container {
    margin: 1.5em 5.75em;
  }
  #calculator-main {
    width: 29.5vw;
    margin: 0 auto;
  }
  .steps-section .wrapper {
    margin: 0 16.7em;
  }
  .steps-container {
    padding: 1.5em 4.7em;
    border-radius: 4px;
  }
  .bonus-code-container {
    padding: 1.5em 1em;
    border-radius: 4px;
  }
  .single-step-container p {
    width: 68%;
  }
  .cta-container .main-cta {
    font-size: 1em;
  }
  .cta-container .main-cta:hover {
    box-shadow: inset 10.4em 0 0 0 #7d18ff;
  }
  .terms-and-conditions {
    font-size: 0.4em;
  }
  .bonus-codes-table tbody td:nth-of-type(2) {
    padding: 1em 2.8em;
  }
  .bonus-code-container {
    padding: 1.5em 1em;
  }
  .bonus-code-row h2 {
    padding: 0 1em;
    font-size: 2.133em;
  }
  .bonus-code-row h3 {
    padding: 0 1.3em;
    font-size: 1.4em;
  }
  .bonus-code-row p {
    font-size: 1.4em;
    border-bottom: 3px solid #fff;
  }
  .bonus-code-row .copy-bonus-code {
    width: 6em;
    padding: 0.47em 0.55em;
    font-size: 1.2em;
    transition: ease-out 0.3s;
  }
  .bonus-code-row .copy-bonus-code:hover {
    box-shadow: inset 14.6em 0 0 0 #7d18ff;
  }
  .code-copied {
    right: 15.2em;
  }
  .terms-and-conditions .cta-container .main-cta {
    font-size: 2.5em;
  }
  .how-to-register-video-container {
    padding: 1.25em 9.5em;
  }
  .modal-content {
    width: 20em;
    margin: 0 auto;
  }
  .close-btn {
    font-size: 1em;
  }
  .aff-main-banner-offer {
    padding-bottom: 2em;
  }
  .landing-page {
    padding-bottom: 1.5em;
  }
  .landing-page .wrapper {
    margin: 0 4.1em;
  }
  .aff-main-banner-header {
    margin-bottom: 2em;
  }
  .logo {
    display: inline;
    width: 17em;
  }
  .logo-container .main-logo {
    justify-content: start;
  }
  .landing-page .aff-main-banner-header p {
    text-align: left;
  }
  .landing-page .aff-main-banner-offer h1 {
    text-align: left;
    font-weight: 700;
    margin: 0;
  }
  .landing-page .aff-main-banner-subheader {
    font-size: 1.5em;
    margin: 0.3em 0 0;
    text-align: left;
    width: 13em;
  }
  .affiliate-main-banner .aff-main-banner-holder {
    min-height: auto;
    background: 0 0;
  }
  .divider {
    display: none;
  }
  .affiliate-main-banner .aff-main-banner-offer {
    background: 0 0;
    background-color: transparent !important;
  }
  .logo-container {
    padding-top: 2em;
    margin-bottom: 0;
    justify-content: start;
  }
  .logo-separator {
    display: block;
    width: 0.1em;
    background-color: #fff;
    height: 1.2em;
    margin: 0 1.2em;
  }
  .main-logo a:not(:first-child):before {
    content: "";
    display: inline-block;
    width: 0.1em;
    background-color: #fff;
    height: 2.2em;
    margin: 0 1em 1.1em 1.2em !important;
  }
  .logo-world-cup {
    width: 9.286em;
  }
  .code-container {
    margin-top: 0.2em;
    margin-bottom: 0.4em;
    text-align: left;
  }
  .affiliate-main-banner .main-cta {
    font-size: 1.5em;
    width: 9em;
    padding: 0.1em 0;
    margin: 0;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    color: #fff;
    background-image: linear-gradient(to right, #00973d 0%, #00df59 51%, #00973d 100%);
    transition: 0.5s;
  background-size: 200% auto;
  }
  .affiliate-main-banner .main-cta:hover {
    background:linear-gradient(rgb(0, 193, 78) 0%, rgb(0, 151, 61) 100%);
  }
  .additional-term {
    width: 23%;
    margin-top: 2em;
    text-shadow: 1px 1px 5px #000;
    font-size: 0.5em;
  }
  .code-container {
    margin-top: 1em;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0.2em;
    margin-bottom: 0.4em;
    line-height: 1em;
  }
  .code-container span:last-child {
    padding: 0.25em 0.2em;
  }
  .cric-10welcome,
  .main-index,
  .cricgoal,
  .iphone-giveaway,
  .sports-welcome-banner {
    background: url(../images/sports-welcome-banner-desktop.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .wc-welcome-banner {
    background: url(../images/wc-desktop-sports-bkg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .casino-welcome-banner,
  .ten-goal-banner {
    background: url(../images/casino-welcome-banner-desktop.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .casino-aviator {
    background: url(../images/casino-aviator-desktop.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .casino-sponsorship {
    background: url(../images/casino-main-banner-desktop.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sport-sponsorship {
    background: url(../images/sports-main-banner-desktop.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .icc-womens {
    background: url(../images/sports-icc-womens-desktop.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .the-hundred {
    background: url(../images/the-hundred-main-banner-desktop.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .sri-lanka-india {
    background: url(../images/Sponsorship-sri-lanka-india-banner-desktop.jpg)
      no-repeat;
    background-size: cover;
    background-position: center;
  }
  .ipl-2023-sports-banner {
    background: url(../images/ipl-desktop-sports-bkg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .ipl-2023-casino-banner {
    background: url(../images/ipl-desktop-casino-bkg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .pl-ipl-banner {
    background: url(../images/pl-ipl-desktop-bgk.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .gujti-vs-rajra-banner {
    background: url(../images/gujti-vs-rajra-desktop-bgk.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .kolk-vs-mumb-banner {
    background: url(../images/kolk-vs-mumb-desktop-bgk.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .luck-vs-punj-banner {
    background: url(../images/luck-vs-punj-desktop-bgk.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .delca-vs-rocha-banner {
    background: url(../images/delca-vs-rocha-desktop-bgk.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .ipl-exlusive-banner {
    background: url(../images/exclusive-desktop-sports-bkg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .premier-league {
    background: url(../images/premier-league-desktop-bkg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .ipl-your-team-banner {
    background: url(../images/your-team-desktop-sports-bkg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 700px;
  }
  .rolland-garros-tennis {
    background: url(../images/rolland-garros-tenis-desktop.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .vip-sports-banner {
    background: url(../images/vip-sports-desktop-bkg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .vip-casino-banner {
    background: url(../images/vip-casino-desktop-bkg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .league-heading {
    width: 35.24725em;
    margin: 0 auto;
    padding-bottom: 0.412087em;
    line-height: 1;
  }
  .match-container {
    margin: 1em 0 0;
  }
  .team-name {
    font-size: 1.25em;
  }
  .match-team-odd {
    width: 5.7em;
    margin: 0 1em;
    font-size: 1.785714em;
  }
  .starting-time {
    font-size: 1em;
  }
  .odds-section {
    padding: 0;
  }
  .landing-page.sports-bonus .payment-methods,
  .landing-page.casino-bonus .payment-methods {
    padding: 2em 0;
    background-color: #fff;
  }
  .landing-page .payment-methods-container {
    margin: 2em 5.75em 0;
  }
  .landing-page .payment-methods-container img {
    height: 1.5em;
    width: 100%;
  }
  .why-choose-kamooo-main-section {
    padding: 2em 0;
  }
  .why-choose-kamooo-box img {
    width: 100%;
    vertical-align: middle;
  }
  .why-choose-kamooo-content-container {
    height: fit-content;
    padding: 1em 1.7em 1.5em;
    box-sizing: border-box;
  }
  .why-choose-kamooo-content-container p {
    font-size: 16px;
    margin-top: 30px;
    color: #777777;
  }
  .why-choose-kamooo-content-container a {
    max-width: 9.1em;
    padding: 0.36em 0;
  }
  .other-benefits-section .owl-carousel.owl-theme.owl-loaded {
    display: none;
  }
  .landing-page.sports-bonus .other-benefits-section,
  .landing-page.casino-bonus .other-benefits-section {
    background-size: cover;
    background-position: center;
    padding: 2em 0;
  }
  .benefits-container {
    display: flex;
    padding: 2em;
    flex-wrap: wrap;
    background-color: #ebebeb;
    color: #000;
    border-radius: 2.7em;
  }
  .section-heading .other-benefits {
    margin: 0 auto 2.7em;
    padding-top: 3.3em;
  }
  .benefit-holder {
    text-align: center;
    width: 25%;
  }
  .benefit-holder:first-of-type {
    margin-bottom: 10px;
  }
  .benefit-holder img {
    height: 5.35714em;
    margin-bottom: 0.9em;
  }
  .benefit-holder p {
    width: 75%;
    font-size: 25px;
    margin: 0 auto;
  }
  .other-benefits-carousel.owl-carousel.owl-theme.owl-loaded {
    display: none;
  }
  .cta-ribbon {
    height: 4em;
  }
  .cta-ribbon .main-cta {
    width: 20em;
    font-size: 1em;
    margin: 1em auto;
    box-shadow: none;
    transition: 0.5s;
    background-size: 200% auto;
  }
  .cta-ribbon .main-cta:hover {
    /* background: linear-gradient(rgb(0, 193, 78) 0%, rgb(0, 151, 61) 100%); */
    background-position: right center;
  }
  .deposit-video-section {
    background: url(../images/ipl-desktop-black-bkg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2em 0;
  }
  .deposit-video-section .wrapper {
    margin: 0 14.3em;
  }
  .eightteen-plus-container {
    padding-top: 1.5em;
  }
  .eightteen-plus-container .img-container {
    margin-bottom: 0.5em;
  }
  .eightteen-plus-container .img-container img {
    height: 1em;
    margin: 0 0.07037em;
  }
  .eightteen-plus-container p,
  p.license-text {
    font-size: 0.4em;
  }
  .license-container {
    margin-top: auto;
    padding: 1em 0 2em;
    border-top: none;
  }
  .license-container .img-container {
    width: 10.7em;
    margin: 0 auto;
    padding-bottom: 0.8em;
    justify-content: space-between;
  }
  .license-container .img-container img {
    width: 4.66666666em;
  }
  .trustpilot-container {
    font-size: 0.5em;
  }
  .license-container .license-text {
    width: 89%;
    margin: 0 auto;
    text-align: left;
  }
  .sponsorship-section {
    padding-top: 0;
  }
  .mobile-element {
    display: none !important;
  }
  .mk-hero {
    height: 16em;
    margin-bottom: 1em;
    color: #fff;
  }
  .mk-hero.mk-right {
    justify-content: left;
  }
  .mk-hero:nth-child(1) {
    background: url(../images/harbhajan-banner-desktop.png) center no-repeat;
    background-size: contain;
  }
  .mk-hero:nth-child(2) {
    background: url(../images/telungu-banner-desktop.png) no-repeat;
    background-size: contain;
  }
  .mk-hero:last-child {
    background: url(../images/vivec-banner-desktop.png) no-repeat;
    background-size: contain;
  }
  .mk-hero-container {
    width: 37%;
  }
  .mk-hero:nth-child(1) .mk-hero-container {
    margin-left: 30em;
    padding-top: 6em;
  }
  .mk-hero:nth-child(2) .mk-hero-container {
    margin-left: 11em;
    padding-top: 4.6em;
    width: 65%;
  }
  .mk-hero:last-child .mk-hero-container {
    width: 41%;
    margin-left: 30em;
    padding-top: 4.5em;
  }
  .mk-hero h3 {
    margin: 0.5em 0;
    font-size: 1.2em;
  }
  .mk-hero-info-container p {
    font-size: 22px;
    opacity: 0.8;
    margin-bottom: 1em;
  }
  .mk-hero-info-cta-container {
    text-align: left;
  }
  .mk-hero a {
    font-size: 1.1em;
    line-height: 1.2em;
    padding: 0.3em 2.4em;
    margin-top: 0;
  }
}

.new-footer{
  background-color: #000000;
  padding: 60px 0 20px;
}
.new-footer .wrapper .footer_content{
  font-weight: 400;
}
.new-footer .wrapper .footer_content .dummy_content p{
  color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 40px;
    margin-top: 30px;
    padding: 0 270px;
}
.new-footer .wrapper .footer_content ul.list-inline {
  margin-bottom: 22px;
  margin-top: 45px;
}
.new-footer .wrapper .footer_content ul {
  margin: 25px 0 15px;
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}
.new-footer .wrapper .footer_content ul li {
  border-right: 1px solid rgb(134, 131, 155);
  padding: 0 14px;
}
.new-footer .wrapper .footer_content ul li a {
  color: rgb(255 255 255);
  font-size: 22px;
  text-decoration: none;
  font-weight: 400;
}
.new-footer .wrapper .footer_content ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.new-footer .wrapper .footer_content ul.social_links li a {
  font-size: 30px;
}
.new-footer .wrapper .footer_content ul li{
  list-style-type: none;
  font-size: 22px;
  opacity: 0.8;
  margin-top: 1em; 
}
/* .new-footer .wrapper .logo .navbar-brand{ */
.new-footer .wrapper .logo .navbar-brand img{
  width: 190px;
  height: auto;
}
.new-footer .wrapper .footer_content .copyright{
  font-size: 18px;
  padding: 10px 0;
}

@media screen and (max-width: 767px){
  .why-choose-kamooo-content-container h3 {
    font-size: 20px;
  }
  .why-choose-kamooo-content-container p{
    font-size: 14px;
    opacity: 0.8;
  }
  .why-choose-kamooo-content-container {
    height: fit-content;
  }
  .why-choose-kamooo-content-container a {
    margin: 20px auto 0;
    padding: 8px 0;
    font-size: 16px;
  } 
  .mk-hero .mk-wrapper .mk-hero-container {
    text-align: center;
  }
  .mk-hero .mk-wrapper .mk-hero-container h3{
    font-size: 20px;
  }
  .mk-hero .mk-wrapper .mk-hero-container p{
    opacity: 0.5;
    font-size: 16px;
    line-height: 25px;
  }
  .new-footer .wrapper .footer_content .dummy_content p {
    font-size: 16px;
    line-height: 30px;
      font-weight: 100;
    padding: 0 0;

}
.new-footer .wrapper .footer_content ul li a {
  font-size: 18px;
  font-weight: 100;
}
.new-footer .wrapper .footer_content ul.list-inline {
  margin-bottom: 15px;
  margin-top: 15px;
}
.new-footer .wrapper .footer_content ul li {
  margin-top: 0;
}
.new-footer .wrapper .footer_content .copyright {
  font-size: 14px;
}
.new-footer .wrapper .logo .navbar-brand img {
  width: 100px;
  height: auto;
}
}

.footer-1{
    font-size: 25px;
    color: #fff;
}
}
