body {
  scroll-behavior: smooth;
  font-family: "avenir-regular", sans-serif;
}

/*h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: avenir-regular;
}*/

.card-header.main::-webkit-scrollbar-track {
  background: transparent;
}

.summary-page {
  display: grid;
  align-items: center;
}

.summary-grid {
  display: grid;
  grid-gap: 0%;
  /* justify-content: space-between; */
  /* flex: 1; */
  /* width: 97%; */
  grid-template-columns: 50% 50%;
}

.hundred {
  text-align: right;
}

.sumreturn {
  margin-bottom: 10px;
}

.sum-odds {
  text-align: center;
  background-color: #1bcd22;
  border-radius: 5px;
  padding: 7px 10px;
  /* color: #fff; */
}

.sum-odds.negative {
  background-color: #ff0018;
}

.sum-odds h4 {
  /* color: #fff !important; */
}

.wraper {
  width: 100%;
  /* height: 100vh; */
  display: flex !important;
  align-items: center;
  padding: 0;
  /* background: #000; */
}

/*.owl-theme img{width:100%;min-height:200px;}*/
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 55%;
  transform: translateY(-100%);
  background-color: #dbe9f0 !important;
  color: #6da0dd !important;
  font-size: 11px !important;
  width: 25px;
  height: 25px;
  border-radius: 100% !important;
  font-weight: bold;
  padding: 15px !important;
  text-align: center;
  box-shadow: 0px 0px 5px 0px #6da0dd;
  outline: none;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  background-color: #dbe9f080 !important;
  color: #6da0dd80 !important;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0 !important;
}

.result-title {
  margin: 50px 0 20px;
  display: flex;
  justify-content: space-between;
  padding-left: 2rem;
}

.result-title h3 {
  font-size: 20px;
  color: #143cdb;
  margin-bottom: 0;
  /* font-family: "avenir-bold"; */
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  box-shadow: 0px 0px 0px 0px #000;
  /* background-color: red !important; */
  /* color: #fff !important; */
}

.owl-carousel .owl-prev {
  left: -12px;
}

.owl-carousel .owl-next {
  right: -12px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: red !important;
  width: 25px;
  transition: 0.2s ease-in-out;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: red !important;
  transition: 0.2s ease-in-out;
}

/* Responsive design custom css */
@media only screen and (max-width: 538.98px) {
  .owl-theme .owl-dots .owl-dot {
    display: none;
  }

  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    width: 30px;
    height: 30px;
    font-size: 14px !important;
    top: 63%;
    box-shadow: 0px 0px 0px 0px #000;
  }

  .owl-carousel .owl-next {
    right: 0;
  }

  .owl-carousel .owl-prev {
    left: 0;
  }

  /* .owl-carousel .owl-prev{left:0px;}
.owl-carousel .owl-next{right:0px;}*/
}

.resultscore-grid {
  /* display: flex; */
  /* justify-content: space-between; */
  display: grid;
  grid-template-columns: 80% 20%;
  /*    align-items: center;*/
  font-weight: 600;
}

.fulltime-grid {
  display: grid;
  /* justify-content: space-between; */
  grid-template-columns: 60% 40%;
  margin-bottom: 10px;
}

.fulltime-info h3 {
  font-size: 0.9rem;
  color: #bbbbbb;
  margin-bottom: 0;
}

.resultflag img {
  width: auto !important;
}

.iconflag {
  display: flex;
  align-items: center;
}

.resultflag.numresult {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.numresult p {
  text-align: right;
  margin-bottom: 0;
}

.full-time {
  align-self: center;
}

.result-modal-wrap {
  position: absolute;
  text-align: left;
  right: 0;
  left: 0;
  /* background-color: #fff; */
  z-index: 99;
  top: 0;
}

.result-modal-wrap button {
  margin: 8px auto;
  padding: initial;
  font-size: 16px;
  color: #fff !important;
  font-family: avenir-semibold;
  /* text-align: center; */
  background-color: #143cdb;
  border-radius: 0;
  /* border: none; */
  width: 17% !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /* bottom: 0; */
  border: none;
  text-align: right;
  /* float: right; */
  /* vertical-align: 26px; */
}

.result-modal-info {
  width: 20%;
  margin: auto;
  vertical-align: middle;
  background-color: #fff;
  /* z-index: 999999999; */
}

.iconflag p {
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 0.9rem;
  /*    align-self: center;*/
}

.resultbar {
  font-size: 20px;
  background-color: #37d33d;
  /* border: none !important; */
  /* color: #fff; */
}

.negativebar {
  background-color: #ff0018;
}

.resultbar p {
  /* color: #fff !important; */
  font-size: 16px;
}

.resultflag img {
  width: 20% !important;
  height: auto;
}

.check-info button {
  background-color: #ff8a00 !important;
  font-size: 12px;
  padding: 5px 8px !important;
  width: 100%;
  outline: none;
}

.resultone {
  /* align-self: center; */
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.resultone p {
  margin: 0;
  font-size: 24px;
  /* font-weight: 600; */
}

.custom-model-main-3.model-open,
.custom-model-main-4.model-open,
.custom-model-main-5.model-open,
.custom-model-main-6.model-open,
.custom-model-main-7.model-open,
.custom-model-main-8.model-open,
.custom-model-main-9.model-open,
.custom-model-main-10.model-open {
  top: 25%;
}

.coin-meter {
  background-color: #fff;
}

.barimage {
  background-image: url(../images/barimage2.png);
  /* background-position: right; */
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 0;
  /* background-attachment: revert-layer; */
  /* height: auto; */
  /* width: auto; */
  /* object-fit: cover; */
  /* position: absolute; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  border: none !important;
  margin-bottom: 0 !important;
}

.games-info h3 {
  font-size: 20px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  /* font-family: "avenir-bold"; */
}

.gamesbg img {
  width: 80%;
}

.gamesbg {
  background-color: #f2f3f4;
  padding: 10px 15px;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  align-content: center;
}

.our-games {
  text-align: center;
}

.games-grid {
  display: flex;
  /* grid-template-columns: 16.3% 33.3% 33.3%; */
  justify-content: center;
  grid-gap: 2%;
}

.thefuture {
  background-image: url(../images/app-banner/beta-euro-appdownload-desktop.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: calc(70vw * (506 / 1260));
  display: block;
}

.tnc-wrapper {
  margin-top: 60px;
}

.tnc-info ol {
  /* padding: 0; */
  font-size: 14px;
}

.result-title h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  padding-right: 2rem;
}

.result-title a {
  color: #7f7f7f;
}

.tnc-info h4 {
  font-size: 14px;
  color: #143cdb;
  margin: 30px 0px 0px;
  font-weight: 700;
  line-height: 17.44px;
}

.tnc-info h4:not(:first-of-type):not(.tnc-title) {
  color: #000;
}

.userbind {
  display: flex;
}

.afterfour {
  border-radius: 10px !important;
  padding: 0 !important;
  margin-bottom: 5px !important;
}

.groupicon {
  text-align: left;
}

.country-info p {
  font-weight: 600;
}

.after-four p {
  color: #7f7f7f !important;
}

.reshid {
  visibility: hidden;
}

.barimage-two {
  background-image: url(../images/barimage3.png);
  /* background-position: right; */
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 0;
  /* background-attachment: revert-layer; */
  /* height: auto; */
  /* width: auto; */
  /* object-fit: cover; */
  /* position: absolute; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  border: none !important;
  margin-bottom: 0 !important;
}

.barimage-three {
  background-image: url(../images/barimage4.png);
  /* background-position: right; */
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 0;
  /* background-attachment: revert-layer; */
  /* height: auto; */
  /* width: auto; */
  /* object-fit: cover; */
  /* position: absolute; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  border: none !important;
  margin-bottom: 0 !important;
}

.rank-grid {
  display: grid;
  grid-template-columns: 7rem 1fr 13rem 13rem;
  gap: 1rem;
  padding: 0 3rem;
  text-align: center;
}

.rank-grid h5 {
  padding: 10px;
  background-color: transparent;
  color: #7f7f7f;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  white-space: nowrap;
}

.rank-grid h5:last-child {
  padding: 0 2rem 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.price-load h5 {
  background-color: #1f44da;
  padding: 10px 0px 10px 6rem;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 14px;
}

.correctscore {
  grid-template-columns: 50% 50% !important;
  grid-gap: 0 !important;

  .options {
    z-index: 1;
  }
}

.with-bg h4 span {
  font-size: 18px;
}

p.oddpowered {
  text-align: center;
  margin: 15px 0 0 !important;
  color: #7f7f7f !important;
  justify-content: center;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

button.submit {
  width: 100%;
  margin: 30px 0 0 !important;
  background-color: #ff8a00 !important;
  font-size: 18px !important;
}

.with-bg {
  background-color: transparent !important;
}

.correct-score {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.correct-scores {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.handicap h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.main-info {
  grid-template-columns: auto !important;
}

.main-odds h4 span {
  float: right;
}

.correct-score {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 0;
  /* border-top-right-radius: 0; */
}

.under {
  margin-top: 30px;
}

.qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff8a00;
  padding: 5px 0;
  margin: 10px 0;
  border-radius: 10px;
  gap: 5px;
}

.input-qty:focus-visible {
  outline: none;
}

.qty-container .input-qty {
  text-align: center;
  padding: 0;
  border: none;
  max-width: 3rem;
  background-color: white;
  font-weight: bold;
  color: #3c3c3c;
}

button.qty-btn-minus,
button.qty-btn-plus {
  outline: none;
}

.qty-container p {
  margin: -2px 0 0 !important;
  /*    align-self: flex-start;*/
  font-weight: bold;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  /* border: 1px solid #d4d4d4; */
  padding: 0px;
  font-size: 10px;
  height: 25px;
  width: 25px;
  /*    transition: 0.3s;*/
  border-radius: 50%;
}

.qty-container .qty-btn-minus svg,
.qty-container .qty-btn-plus svg {
  transform: scale(1.5);
}

.qty-container .qty-btn-plus {
  margin-left: 25px !important;
  background-color: #1bcd22;
  border: none;
  fill: white;
  color: white;
}

.qty-container .qty-btn-minus {
  margin-right: 20px !important;
  background-color: #ff0018;
  border: none;
  fill: white;
  color: white;
}

/*---------------------------*/
.btn-cornered,
.input-cornered {
  border-radius: 4px;
}

.btn-rounded {
  border-radius: 50%;
}

.input-rounded {
  border-radius: 50px;
}

.table-group {
  text-align: center;
}

.main-grid {
  display: grid;
  grid-template-columns: 30% 31% 31% !important;
  flex-wrap: nowrap;
  /* grid-gap: 2%; */
}

.vbar {
  background-color: #d9d9d9;
}

.nvbar {
  background-color: #28383e;
  width: 0.2%;
}

.selectInputs {
  /* width: 100%;
	background-color: #e3e3e3; */
  border: none;
  margin-left: 12px;
  font-weight: bold;
  color: #3c3c3c;
}

.odds-info-grid {
  /* display: grid;
    grid-template-columns: 50% 50%; */
  background-color: #e3e3e3;
  border-radius: 5px;
  /* padding: 10px; */
  align-items: center;

  display: flex;
  justify-content: space-between;
}

.selectInputs:focus-visible {
  outline: none;
}

/*.matchdayone {
    border: none !important;
}*/

#usrname {
  position: relative;
  left: -45px;
}

.odds-main-grid {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-gap: 4%;

  &.onextwo {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.odds-info h4 span {
  /* font-weight: 600; */
}

.odds-info h4.end {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  line-height: 0.5;
}

.odds-info h4 {
  font-size: 16px;
  margin: 0 !important;
}

.odds-info h4.info {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.submitinfo {
  border: none !important;
}

/* .odd-wrapper, */
.prediction-wrap {
  padding: 0 25px 25px;
}

.prediction-wrap {
  text-align: center;
  /*height: 100vh;
    color: transparent;*/
}

.popdate span {
  font-size: 16px;
}

.popdate {
  align-self: center;
}

.popdate h4 {
  margin-bottom: 0 !important;
}

p#dateSpace {
  margin-bottom: 0;
  font-weight: 600;
}

.match-check {
  display: flex;
  background-color: #1f44da;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.howtowrap {
  background-color: #143cda;
  text-align: center;
}

.howtoinfo h2 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fdb913;
  margin: 60px 0 10px 0;
}

.overunder img {
  /* margin-top: 30px; */
}

.howtobet {
  margin-bottom: 0 !important;
}

.betimg img {
  width: 100%;
}

.num-three {
  position: relative;
  top: -150px;
}

.howtoinfo h3 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}

.num-two {
  align-self: auto !important;
}

.num-grid {
  display: flex;
  align-items: baseline;
  text-align: left;
  grid-gap: 2%;
}

.bet-grid {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-gap: 2%;
}

.bet-info {
  align-self: end;
}

.bet-para h4 {
  font-size: 24px;
  text-transform: uppercase;
  color: #ffcb00;
  font-weight: 700;
  margin-bottom: 10px;
}

.bet-para p {
  color: #fff;
  font-size: 16px;
}

.bet-para img {
  width: 100%;
}

.result-check {
  top: 5%;
}

.result-check-info h3 {
  font-size: 16px;
  color: #fcfcfc;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.result-check-info button {
  width: 30%;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-family: "avenir-semibold";
}

.result-grid {
  display: flex;
  flex-wrap: wrap;
}

.result-check-info {
  width: 100%;
}

.grp-item {
  margin: 0;
}

a.nav-link.nsub-link.active {
  border-bottom: none;
}

.predict-info button {
  margin: 0;
  padding: 8px 12px;
  font-size: 16px;
  color: #fff !important;
  font-family: avenir-semibold;
  /* text-align: center; */
  background-color: #143cdb;
  border-radius: 5px;
  border: none;
  width: 100%;

  &.disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
}

.predict-info button.result-btn {
  font-size: 0.9rem;
  white-space: nowrap;
}

.nsub-link {
  color: #7f7f7f;
  font-weight: 600;
  font-size: 20px;
}

p#noSpace {
  margin-bottom: 0;
}

.matchday-wrapper {
  margin: 0 auto 0;
  padding: 0;
}

.match-grid {
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 2rem 2rem;
  /* grid-gap: 2%;
    grid-row-gap: 5%; */
}

.match-info {
  border: 1px solid #b9c6cb;
  border-radius: 10px;
  flex: 1 0 25%;
  /* margin-bottom: 2rem; */
}

.match-info.item {
  padding: 0;
}

.dateinfo p {
  margin-bottom: 10px;
  color: #3c3c3c;
}

.dateinfo h4 {
  margin-bottom: 20px;
  color: #3c3c3c;
  margin-bottom: 0.8rem;
}

.pop-match h3 {
  padding: 10px 25px !important;
}

.match-info h3 {
  font-size: 16px;
  color: #fcfcfc;
  background-color: #1f44da;
  padding: 10px;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 2rem;
  font-weight: 600;
  padding: 1.2rem;
}

.match-icon-info p {
  margin-bottom: 15px;
}

.match-icon-info p.date {
  font-weight: bold;
  margin-bottom: 0;
}

.match-icon-grid {
  display: grid;
  grid-template-columns: 63% 0.5% 36%;
  padding: 25px;
}

.popmatch {
  padding: 25px 25px 0;
}

.dateinfo {
  padding: 0 0 0 20px;
  text-align: center;
}

.sub-header {
  background-color: #fff !important;
  border-bottom: none !important;
  margin-top: 30px;
}

.groupText {
  font-size: 25px;
  color: #143cdb;
  font-weight: 600;
}

.normalHead {
  font-weight: normal;
  color: #7f7f7f;
}

.tableicon {
  margin: 0 10px;
  width: 15%;
}

.table td:nth-last-child(1),
.table th:nth-last-child(1) {
  font-weight: bold;
  color: #000;
}

.lastrow th,
.lastrow td {
  border-bottom: none !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  border: none !important;
  /* background-clip: border-box; */
  /* border: 1px solid rgba(0, 0, 0, .125); */
  /* border-radius: .25rem; */
}

.table-border {
  border: 3px solid #b9c6cb;
  border-radius: 10px;
  padding: 30px;
  margin-top: 10px;
  display: none;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  margin: 0;
}

.nav {
  justify-content: space-between;
}

.subNav {
  justify-content: flex-start;
}

.card-header.main {
  background-color: #0d1e62;
  /* text-align: center; */
  /* margin: auto; */
}

.card-header-tabs {
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  border-bottom: 0;
  padding-right: initial;
}

.nav-tabs .nav-link {
  /* border: 1px solid transparent; */
  /* border-top-left-radius: .25rem; */
  /* border-top-right-radius: .25rem; */
  /*    color: #fff;*/
  font-weight: 200;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.tablinks {
  color: #fff;
  font-weight: 600;
}

.nav-link {
  display: block;
  padding: 15px 0;
  width: 150px;
  text-align: center;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ff8a00;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid;
  font-weight: 600;
}

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header.sub-header {
  margin-bottom: 2rem;
}

.bg-banner-worldcup {
  background-image: url(../images/homepage-banner-worldcup.jpg);
  /*width: auto;
    height: 1080px;*/
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  height: 65vh;
  /*width: 100vw;*/
  object-fit: cover;
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.bg-banner-my {
  background-image: url(../images/leaderboard-banner-MY.jpg);
  /*width: auto;
    height: 1080px;*/
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  height: 65vh;
  /*width: 100vw;*/
  object-fit: cover;
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.bg-banner-main {
  background-image: url(../images/bg-main.jpg);
  /*width: auto;
    height: 1080px;*/
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  height: 73vh;
  /*width: 100vw;*/
  object-fit: cover;
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.bg-banner-main-myr {
  background-image: url(../images/main-banner.jpg);
  /*width: auto;
    height: 1080px;*/
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  height: 73vh;
  /*width: 100vw;*/
  object-fit: cover;
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.bg-banner-main-th {
  background-image: url(../images/leaderboard-banner-TH.jpg);
  /*width: auto;
    height: 1080px;*/
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  height: 73vh;
  /*width: 100vw;*/
  object-fit: cover;
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.bg-banner-my-mb {
  background-image: url(../images/WC-leaderboard-ID-banner.jpg);
  /*width: auto;
    height: 1080px;*/
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  height: 40vh;
  /*width: 100vw;*/
  object-fit: cover;
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.bg-banner-main-mb-myr {
  background-image: url(../images/mbbanner.jpg);
  /*width: auto;
    height: 1080px;*/
  /*    background-position: bottom;*/
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  height: 70vh;
  /*width: 100vw;*/
  object-fit: cover;
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.bg-banner-main-mb-th {
  background-image: url(../images/WC-leaderboard-TH-banner.jpg);
  /*width: auto;
    height: 1080px;*/
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  height: 40vh;
  /*width: 100vw;*/
  object-fit: cover;
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.bg-banner-main-mb {
  background-image: url(../images/WC-mainpage-banner.jpg);
  /*width: auto;
    height: 1080px;*/
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  height: 45vh;
  /*width: 100vw;*/
  object-fit: cover;
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.bg-banner-worldcup-mb {
  background-image: url(../images/WC-homepage-banner.jpg);
  /*width: auto;
    height: 1080px;*/
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  height: 45vh;
  /*width: 100vw;*/
  object-fit: cover;
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.banner-info img {
  width: 20%;
  margin-bottom: 20px;
}

.nav-link img {
  /* width: 50% !important; */
  /* margin-right: 5px; */
}

.flagLink {
  width: auto;
}

.chevRon {
  color: #8697a2;
}

.fooLink img,
.fooMenu img {
  width: 50% !important;
  margin-right: 10px;
}

.fooMenu a {
  color: #000;
  text-align: left;
  font-size: 14px;
  padding: 0 15px !important;
}

.malaysia-menu img {
  width: 35% !important;
}

.foo-menu img {
  width: 20%;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
  border-radius: 24px;
}

.dropdown-toggle::after {
  vertical-align: middle;
  color: #cbcbcb;
  margin-left: 0;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.personal-banner {
  background-image: url(../images/personal-01.svg);
  /*width: auto;
    height: 1080px;*/
  /*background-position: center;
    background-size: cover;*/
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  /*height: 97px;
  width: 300px;*/
  object-fit: cover;
  position: relative;
  left: 0;
  right: 0;
  top: -150px;
  bottom: 0;
  /*z-index: -1;*/
  display: block;
}

.showMore {
  background-image: url(../images/button-01-01-orange.svg);
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  background-size: contain;
  width: 300px;
  margin: auto;
  position: relative;
  top: -70px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
}

.showMain {
  background-image: url(../images/button-01.svg);
  top: 0;
  height: 50px;
}

.showMain p {
  padding: 14px 0 !important;
}

.showMore p {
  font-size: 16px;
  margin: 0;
  padding: 9px 0;
  /* vertical-align: 20px; */
  font-family: avenir-semibold;
}

.rank-info {
  background-image: url(../images/box-2-01.svg);
  /*width: auto;
    height: 1080px;*/
  background-position: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  /*height: 100vh;*/
  /*width: 100vw;*/
  object-fit: cover;
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*z-index: -1;*/
  display: block;
  /*padding: 25px;*/
  /*padding: 20px;
  padding-bottom: ;*/
}

.seeRank {
  background-color: #eeeee4;
  padding: 0;
  /* border-radius: 20px; */
  position: relative;
  top: -100px;
  border-radius: 13px;
  /* border: none; */
}

.table-bordered td,
.table-bordered th {
  border: 2px solid #4e0070;
  vertical-align: middle;
  padding: 15px;
}

.table thead th {
  vertical-align: middle;
  border-bottom: none !important;
  border-top: none !important;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  border-top: none;
}

.table-bordered {
  border: 5px solid transparent;
  text-align: center;
  margin: 0;
}

.seeRank p {
  margin: 0;
}

.rank-adj {
  padding: 0px 70px 0px 0px !important;
  margin: 20px !important;
}

.rank-sec {
  background-image: url(../images/box-2-01.svg);
  /*width: auto;
    height: 1080px;*/
  background-position: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  /*height: 100vh;*/
  /*width: 100vw;*/
  object-fit: cover;
  /*position: absolute;*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*z-index: -1;*/
  display: block;
  /*padding: 25px;*/
  /*padding: 20px;
  padding-bottom: ;*/
  border: none;
  background-color: transparent;
}

.rank-info p {
  font-size: 14px;
  text-align: left;
  color: #fff;
}

.rank-info h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  /* padding-top: 25px; */
  margin: 10px 0;
  padding: 0;
  text-align: left;
}

.bk8logo {
  /* display: flex; */
  /*    align-items: center;*/
  /*    grid-template-columns: 45% 0.5% 36%;*/
  /* grid-gap: 2%; */
}

.bk8logo img {
  /* width: 17% !important; */
  /*position: relative;
    top: 13px;*/
}

.navReg {
  /* background-color: #ff8a00; */
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
}

.banner-info {
  color: #fff;
  position: absolute;
  top: 15%;
  right: 0;
  left: 0%;
}

.info-text {
  padding: 0 0 0 15px;
}

.banner-info h3 {
  font-size: 25px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: qatar2022;
}

.item {
  border: 1px solid #b9c6cb;
  padding: 15px 1.1rem;
  border-radius: 10px;
}

.banner-info p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: avenir-semibold;
  line-height: 30px;
}

.banner-info p > span {
  font-size: 25px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: qatar2022;
}

.spacer20 {
  margin-bottom: 20px;
}

.spacer10 {
  margin-bottom: 10px;
}

.spacer10b {
  margin-top: 25px;
}

.spacer5 {
  margin-bottom: 5px;
}

.btn-leader {
  border-radius: 2px;
  background-color: #00c0b1;
  /*background-image: -moz-linear-gradient( 90deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);*/
  color: rgb(64, 64, 64);
  text-align: center;
  height: 25px;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
  font-family: "Segoe UI";
  box-shadow: 0px 0px 1px #d9d9d9;
  position: relative;
  float: left;
}

.btn-leader:focus {
  outline: none;
}

.btn-leader span {
  position: relative;
  z-index: 1;
}

.btn-leader:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #00c0b1;
  /* background-image: -moz-linear-gradient( 135deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);*/
  display: block;
  position: absolute;
  top: 3px;
  left: -9px;
  /*border: 1px solid #d9d9d9;*/
  border-left: none;
  border-bottom: none;
  border-radius: 2px;
  -webkit-transform: rotate(47deg) skew(5deg);
  -moz-transform: rotate(47deg) skew(5deg);
  transform: rotate(47deg) skew(5deg);
  float: left;
}

.btn-leader:after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #00c0b1;
  /*background-image: -moz-linear-gradient( 135deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(235,235,235) 0%, rgb(254,254,254) 100%);*/
  display: block;
  position: absolute;
  top: 3px;
  right: -9px;
  /*border: 1px solid #d9d9d9;*/
  border-left: none;
  border-bottom: none;
  border-radius: 2px;
  -webkit-transform: rotate(47deg) skew(5deg);
  -moz-transform: rotate(47deg) skew(5deg);
  transform: rotate(47deg) skew(5deg);
  float: left;
}

/*.leaderboards {
    background-color: #36000e;
}*/

.leader-grid {
  display: grid;
  /*grid-template-columns: 34% 33% 33%;*/
  grid-template-columns: 33.3% 33.3% 33.3%;
  /*grid-gap: 2%;*/
  text-align: center;
}

.leader-info img {
  width: 100%;
}

.rank-info img {
  width: 80%;
}

.rank-desc {
  padding: 0;
  text-align: center;
  margin: 20px 20px 0;
}

.socialLinks img {
  width: 100%;
  /*height: auto;*/
  opacity: 0.6;
  filter: contrast(30%) grayscale(100%);
}

.socialLinks img:hover {
  width: 100%;
  /*height: auto;*/
  opacity: 1;
  filter: contrast(100%) grayscale(0);
}

#hidGray img {
  opacity: 1;
  filter: contrast(100%) grayscale(0);
}

#brightUp img {
  filter: contrast(30%) grayscale(100%) brightness(2);
}

.betInfo h3 {
  text-align: center !important;
}

ul.socialLinks {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  grid-gap: 5%;
}

.tickLogo {
  width: 9% !important;
}

.footerimg img {
  width: 100%;
}

.footer-info img.gamingLogo {
  width: 5rem;
  padding-bottom: 15px;
}

.footer-sec {
  /* background-color: #143CDB; */
  /*  padding-bottom: 80px;*/
}

.footer-info img {
  width: 100%;
}

.footer-info h4 {
  color: #fff;
  font-size: 10px;
  padding: 0;
  margin: 0 0 10px 0;
  font-family: avenir-regular;
}

.respgame {
  position: relative;
  left: -60px;
}

.footer-info p {
  color: #fff;
  font-size: 10px;
  margin: 0;
  font-family: avenir-regular;
}

.footer-grid {
  display: flex;
  /*    grid-template-columns: 46% 13% 13% 13%;*/
  padding: 4rem 0 0;
  grid-gap: 6%;
}

.stayhid {
  visibility: hidden;
}

.hrStyle {
  border-top: 1px solid #ffffff2b;
  margin: 20px auto;
}

.copyright {
  color: #8899a4;
  font-size: 12px;
  padding: 0 0 0 15px;
  margin-bottom: 0;
}

.timePart p {
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
}

.timePart {
  /* float: right;
    position: relative;
    top: -35px; */
}

#timeSheet {
  font-size: 10px;
  margin-bottom: 5px;
  font-family: avenir-regular;
}

p.Click-here-login {
  font-family: "avenir-regular";
}

p.Click-here-register,
p.Click-here-worldcup {
  font-family: "avenir-semibold";
}

#diamond {
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-bottom-color: #ff5a00;
  position: relative;
  top: -25px;
}

#diamond:after {
  content: "";
  position: absolute;
  left: -25px;
  top: 25px;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top-color: #ff5a00;
}

#diamond p {
  font-size: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 13px;
  z-index: 1;
  left: -12px;
  color: #fff;
  /*font-weight: bold;*/
  font-family: avenir-semibold;
}

.diamond-sec {
  display: flex;
  align-items: center;
  grid-gap: 5%;
}

#codeBar {
  background-color: #ffc580;
  padding: 10px;
  border-radius: 20px;
  width: 100%;
  margin: 0;
}

#codeBar p {
  color: #8a1538;
  /*font-weight: bold;*/
  margin: 0;
  font-family: avenir-semibold;
  font-size: 20px;
}

.personal-info {
  padding: 15px 30px;
  text-align: left;
  width: 32%;
}

.personal-info h3 {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  font-family: qatar2022;
}

.bgButton {
  position: relative;
  top: 33px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: 2%;
  margin: 0;
  transform: rotate(180deg);
}

.bgButton img {
  width: 100%;
}

.button-two {
  left: -10px;
  right: 0;
  float: right;
  top: -47px;
  text-align: right;
  /* left: 985px; */
}

.button-three {
  top: 5px;
}

.button-four {
  left: -10px;
  float: right;
  top: -75px;
}

.price-grid {
  display: grid;
  grid-template-columns: 25% 35% 20% 20%;
  background-color: #fcfcfc;
  border-radius: 10px;
  margin-bottom: 22px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-wrap: nowrap;
  /* justify-content: space-around; */
  padding: 10px 0;
  border: 1px solid #b9c6cb;
  text-align: center;
}

.price-sec {
  background-color: #eeeee4;
  /*padding: 18px 85px;*/
  border-radius: 15px;
  position: relative;
  top: -130px;
}

/*.shape-section {
  background: #222;
  border-bottom: 2px solid #555;
  border-top: 2px solid #555;
  margin-top: 30px;
  padding: 40px 0;
}*/
.diamond-shape {
  background: #ff5a00;
  height: 40px;
  text-align: center;
  transform: rotate(45deg);
  width: 40px;
  margin: auto;
}

.item-count {
  color: #fff;
  display: table-cell;
  height: 40px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 40px;
  /*font-weight: bold;*/
  font-family: avenir-bold;
}

.normalPrice {
  background-color: #eb1751;
}

.afterten {
  background-color: #ff8a00;
}

p.Click-here-1,
p.Click-here-2,
p.Click-here-3 {
  transform: scale(1.1);
  position: relative;
  top: -2px;
}

p.Click-here-4,
p.Click-here-5,
p.Click-here-6 {
  position: relative;
  left: -2px;
}

.price-info p {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  color: #7f7f7f;
  font-family: avenir-semibold;
  /* text-align: center; */
}

.price-info p.top-3 {
  font-size: 1.5rem;
}

.profile-text p {
  font-size: 1.4rem;
}

.profile-text p.top-3 {
  font-size: 1.5rem;
}

.coin-text span {
  font-size: 20px;
  vertical-align: 5px;
  white-space: nowrap;
}

.coin-text p,
.win-text p {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.coin-text p.top-3,
.win-text p.top-3 {
  font-size: 1.5rem;
}

.barinfo p {
  color: #3c3c3c;
}

.price-info img {
  width: 2.5rem;
  /* margin-right: 1rem;
    margin-left: 0.8rem; */
  padding: 0;
  margin: 0 1rem;
}

.price-info img.top-3 {
  width: auto;
  margin: 0 1rem 0 0.8rem;
}

.price-info {
  align-self: center;
}

.price-bg {
  background-color: #4e0070;
}

.leaderBg {
  background-color: #36000e;
}

.price-title {
  background-color: transparent !important;
  text-align: center;
}

.price-info h3 {
  font-size: 20px;
  font-weight: bold;
  color: #8a1538;
  margin: 0;
  font-family: qatar2022;
}

#price-id {
  text-align: left;
}

.Click-here {
  cursor: pointer;
  transition: background-image 3s ease-in-out;
}

.Click-here:hover {
  transition: background-image 3s ease-in-out;
}

.custom-model-main-1,
.custom-model-main-2,
.custom-model-main-3,
.custom-model-main-4,
.custom-model-main-5,
.custom-model-main-6,
.custom-model-main-7,
.custom-model-main-8,
.custom-model-main-9,
.custom-model-main-10,
.custom-model-main-11,
.custom-model-main-12,
.custom-model-main-13,
.custom-model-main-14,
.custom-model-main-15,
.custom-model-main-16,
.custom-model-main-17,
.custom-model-main-18,
.custom-model-main-19,
.custom-model-main-20,
.custom-model-main-21 {
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: -37%;
  right: 0;
  /*bottom: -10%;*/
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition:
    opacity 0.15s linear,
    z-index 0.15;
  -o-transition:
    opacity 0.15s linear,
    z-index 0.15;
  transition:
    opacity 0.15s linear,
    z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.custom-model-main-login,
.custom-model-main-register,
.custom-model-main-worldcup {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 10%;
  right: 0;
  bottom: -10%;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition:
    opacity 0.15s linear,
    z-index 0.15;
  -o-transition:
    opacity 0.15s linear,
    z-index 0.15;
  transition:
    opacity 0.15s linear,
    z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.loginSec {
  display: block !important;
  border-radius: 10px !important;
  width: 30% !important;
}

#tabOne {
  background-color: red;
}

.tabLogin {
  display: block !important;
}

.giftName {
  display: inline-flex;
  align-items: flex-end;
  /* grid-gap: 2%; */
}

.giftInfo p {
  padding: 0 20px;
  /* margin: 0; */
}

.giftInfo h3 {
  padding: 0 20px;
  font-family: qatar2022;
  /* margin: 0; */
  font-size: 18px;
}

/*.pop-up-content-wrap h3 {
    font-size: 20px;
    font-weight: bold;
    color: #8a1538;
    margin-bottom: 15px;
}*/

/*.pop-up-content-wrap p {
    font-size: 14px;
    font-weight: normal;
    color: #8a1538;
    margin: 20px 0 0 0;
}*/

.smallId {
  font-size: 10px;
}

.fa-diamond {
  color: #15bbb4;
}

.pop-up-content-wrap p > span {
  padding: 0 25px;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.model-opens {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  /*  display: inline-block;*/
  vertical-align: middle;
  width: 20%;
  margin: auto;
  /*  max-width: 97%;*/
}

/*.pop-up-content-wrap img {
    width: 100%;
    border-radius: 15px;
}*/

.hidden {
  visibility: hidden;
}

.infoclr {
  color: #147ad9;
  font-size: 25px;
  vertical-align: bottom;
}

.custom-model-wrap {
  display: block;
  width: auto;
  position: relative;
  background-color: #fcfcfc;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 100%);
  overflow-y: auto;
  margin: auto;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-opens .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

/*.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}*/
/*.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}*/
/*.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}*/

.close-btn {
  position: absolute;
  right: 2%;
  top: 3px;
  cursor: pointer;
  z-index: 99999999999;
  font-size: 30px;
  color: #8a1538;
  background-color: red;
  width: 50%;
  height: auto;
  width: auto !important;
  background-color: #fff;
  border-radius: 50%;
  background-color: transparent !important;
}

.normalGift {
  background-color: transparent;
}

.price-load {
  /*  display: none;*/
  /*padding: 10px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 1px 1px #ccc;
  margin-bottom: 5px;
  background-color: red;*/
  /*position: relative;
    top: -45px;*/
  /* padding: 40px 60px; */
  /*    margin: 0 6%;*/
}

.rotateBtn {
  transform: rotate(0deg);
}

/*.pullPrice {
    position: relative;
    top: -25px;
}*/

/*a,
a:visited {
  color: #33739E;
  text-decoration: none;
  display: block;
  margin: 10px 0;
}

a:hover {
  text-decoration: none;
}*/

.sepaRate {
  border-top: 1px solid #f11652;
  align-self: center;
}

.separator-grid {
  display: grid;
  /* flex-direction: row; */
  grid-template-columns: 45% 10% 45%;
}

.separator-sec {
  margin: 0px auto;
  position: relative;
  top: -50px;
  left: 10px;
  right: 0;
  bottom: 0;
}

.main-separator {
  top: -70px;
  left: 0;
}

.tnc-main {
  position: relative;
  top: -25px;
}

#loadLess {
  display: none;
}

#loadMore,
#loadLess {
  /* padding: 17px 0; */
  text-align: center;
  /* background-color: #33739E; */
  color: #fff;
  /* border-width: unset; */
  /* border-style: solid; */
  /* border-color: #fff; */
  /* box-shadow: 0 1px 1px #ccc; */
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  /* width: 100%; */
  margin: auto;
  /* border-radius: 20px; */
  /* text-align: center; */
  font-size: 20px;
  text-decoration: none;
}

/*#loadMore:hover {
  background-color: #fff;
  color: #33739E;
}*/

.ease {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}*/

.tabs {
  /*background: #fff;*/
  position: relative;
  /*margin-bottom: 50px;*/
}

.tabs > input,
.tabs > span {
  width: 18%;
  height: 45px;
  line-height: 45px;
  position: absolute;
  top: 0;
}

.tabs > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 99;
}

.tabs > span {
  background: transparent;
  text-align: center;
  overflow: hidden;
  border-radius: 30px;
  color: #fff;
  font-family: "avenir-semibold";
}

.tabs > span i,
.tabs > span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tabs > input:hover + span {
  background: rgba(255, 255, 255, 0.1);
}

.tabs > input:checked + span {
  background: #8a1538;
}

.tabs > input:checked + span,
.tabs > input:hover + span {
  color: #fff;
}

#tab-1,
#tab-1 + span {
  left: 0;
}

#tab-2,
#tab-2 + span {
  left: 20%;
}

/*#tab-3, #tab-3 + span {
    left: 40%;
}

#tab-4, #tab-4 + span {
    left: 60%;
}

#tab-5, #tab-5 + span {
    left: 80%;
}*/

/*.tab-content {
    padding: 80px 2px 0;
    width: 100%;
    min-height: 340px;
}*/

.tab-content section {
  width: 100%;
  /* display: none; */
}

.tab-content section h1 {
  margin-top: 15px;
  font-size: 100px;
  font-weight: 100;
  text-align: center;
}

#tab-1:checked ~ .tab-content #tab-item-1 {
  display: block;
}

#tab-2:checked ~ .tab-content #tab-item-2 {
  display: block;
}

/*#tab-3:checked ~ .tab-content #tab-item-3  {
    display: block;
}

#tab-4:checked ~ .tab-content #tab-item-4  {
    display: block;
}

#tab-5:checked ~ .tab-content #tab-item-5  {
    display: block;
}*/

.effect-3 .line {
  background: #3498db;
  width: 20%;
  height: 4px;
  position: absolute;
  top: 56px;
}

#tab-1:checked ~ .line {
  left: 0;
}

#tab-2:checked ~ .line {
  left: 20%;
}

/*#tab-3:checked ~ .line {
    left: 40%;
}

#tab-4:checked ~ .line {
    left: 60%;
}

#tab-5:checked ~ .line {
    left: 80%;
}*/

.tab-content-container ol {
  /* padding: 7px; */
  /* padding-left: 15px; */
  padding: 12px 0 0 15px;
  margin: 0;
}

.tab-content-container h5 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  /* font-family: "avenir-regular"; */
}

.tab-content-container li {
  /* margin-bottom: 10px; */
  font-size: 14px;
  /* font-family: avenir-regular; */
  font-weight: 400;
  line-height: 17.29px;
}

.tab-content-container .password-rules-msg-wrapper {
  display: flex;
  gap: 6px;
}

.tab-content-container .password-rules-msg-wrapper {
  margin: 10px 0px 0px 0px;
}

.tab-content-container .password-rules-msg-wrapper img {
  width: 12px;
  height: 12px;
  margin: 4px 2px 4px 0px;
}

.tab-content-container .password-rules-msg-wrapper p {
  color: #8697a2;
  font-size: 12px;
  margin: 4px 0px 0px 0px;
}

.tab-content-container .password-rules-msg-wrapper .error-message-text {
  margin-left: 2px;
  flex: 1;
}

.tickBine {
  display: flex;
  align-content: stretch;
  align-items: center;
  grid-gap: 2%;
}

.tick-icon {
  width: 5% !important;
}

/*.form-wrap {
  background-color: #fff;
  width: 320px;
  margin: 3em auto;
  box-shadow: 0px 1px 8px #BEBEBE;
  -webkit-box-shadow: 0px 1px 8px #BEBEBE;
  -moz-box-shadow: 0px 1px 8px #BEBEBE; }*/

.form-wrap .tabs {
  overflow: hidden;
}

.form-wrapS .tabS {
  overflow: hidden;
}

.form-wrapSm .tabSm {
  overflow: hidden;
}

.form-wrapSmW .tabSmW {
  overflow: hidden;
}

.form-wrap .tabs h3,
.form-wrapS .tabS h3,
.form-wrapSm .tabSm h3,
.form-wrapSmW .tabSmW h3 {
  /*float: left;*/
  width: 45%;
}

.form-wrap .tabs h3 a,
.form-wrapS .tabS h3 a,
.form-wrapSm .tabSm h3 a,
.form-wrapSmW .tabSmW h3 a {
  padding: 0.5em 0;
  text-align: center;
  font-weight: 400;
  /*background-color: #e6e7e8;*/
  display: block;
  color: #666;
  font-size: 18px;
  font-family: avenir-semibold;
}

/*.form-wrap .tabs h3 a.active {
          background-color: #fff; }*/
/*.form-wrap .tabs-content,
  .form-wrapS .tabs-contentS
   {
    padding: 24px 0 0 0; }*/

.form-wrap .tabs-content div[id$="tab-content"] {
  display: none;
}

.form-wrapS .tabs-contentS div[id$="tab-contentS"] {
  display: none;
}

.form-wrapSm .tabs-contentSm div[id$="tab-contentSm"] {
  display: none;
}

.form-wrapSmW .tabs-contentSmW div[id$="tab-contentSmW"] {
  display: none;
}

.form-wrap .tabs-content .active,
.form-wrapS .tabs-contentS .active,
.form-wrapSm .tabs-contentSm .active,
.form-wrapSmW .tabs-contentSmW .active {
  display: block !important;
}

.form-wrap form .input,
.form-wrapS form .input,
.form-wrapSm form .input,
.form-wrapSmW form .input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  padding: 8px;
  border: 1px solid #8a1538;
  outline: 0;
  display: inline-block;
  margin: 0;
  padding-right: 0;
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  color: #000;
  font-family: "avenir-regular";
}

.form-wrap form .button,
.form-wrapS form .button,
.form-wrapSm form .button,
.form-wrapSmW form .button {
  width: 100%;
  padding: 8px;
  background-color: #8a1538;
  border: none;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  margin: 25px 0 0 0;
  border-radius: 5px;
  font-family: "avenir-semibold";
}

.form-wrap form .button:hover,
.form-wrapS form .button:hover,
.form-wrapSm form .button:hover,
.form-wrapSmW form .button:hover {
  background-color: #4fda8c;
}

.form-wrap form .checkbox,
.form-wrapS form .checkbox,
.form-wrapSm form .checkbox,
.form-wrapSmW form .checkbox {
  visibility: hidden;
  padding: 20px;
  margin: 0.5em 0 1.5em;
}

.form-wrap form .checkbox:checked + label:after,
.form-wrapS form .checkbox:checked + label:after,
.form-wrapSm form .checkbox:checked + label:after,
.form-wrapSmW form .checkbox:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.form-wrap form label[for],
.form-wrapS form label[for],
.form-wrapSm form label[for],
.form-wrapSmW form label[for] {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.form-wrap form label[for]:before,
.form-wrapS form label[for]:before,
.form-wrapSm form label[for]:before,
.form-wrapSmW form label[for]:before {
  content: "";
  position: absolute;
  border: 1px solid #cfcfcf;
  width: 17px;
  height: 17px;
  top: 0px;
  left: -14px;
}

.form-wrap form label[for]:after,
.form-wrapS form label[for]:after,
.form-wrapSm form label[for]:after,
.form-wrapSmW form label[for]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background-color: transparent;
  top: 4px;
  left: -10px;
  border: 3px solid #28a55f;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-wrap .help-text {
  margin-top: 0.6em;
}

.form-wrap .help-text p {
  text-align: center;
  font-size: 14px;
}

/*h3.signup-tab {
    background-color: red;
    border-radius: 7px;
}*/

/*h3.login-tab {
    background-color: #ff8a00;
    border-radius: 7px;
}*/

select#select_prefix,
select#select_prefix option {
  color: #000;
}

/*.contactNum {
    display: grid;
    grid-template-columns: 10% 88%;
    grid-gap: 2%;
}*/

.creditTabs {
  display: flex;
  justify-content: space-between;
}

.betCounts p {
  text-align: center;
}

.labelText {
  display: block;
  color: #8a1538;
  text-align: left;
  font-family: "avenir-regular";
  margin-top: 20px;
}

.selectInput {
  width: 20% !important;
}

.dkOnly {
  display: block;
}

.mbOnly {
  display: none;
}

.priceRank {
  display: flex;
  justify-content: center;
  /* margin: 0 20px; */
  grid-gap: 15%;
  position: relative;
  top: -100px;
}

.showMain a {
  color: #fff;
}

.showMain a:hover {
  text-decoration: none;
}

.testi-desc {
  position: relative;
}

/*.hidden-diamond {
    background: #ff5a00;
    content: "";
    height: 45px;
    text-align: center;
    transform: rotate(45deg);
    width: 45px;
    margin: auto;
    position: absolute;
    top: 45%;
    left: -83%;
    right: 0;
    z-index: 2;
}*/

.hidden-diamond {
  /* background: #ff5a00; */
  content: "";
  height: 45px;
  /* text-align: center; */
  /* transform: rotate(45deg); */
  /* width: 45px; */
  /* margin: auto; */
  position: absolute;
  top: 40%;
  left: -5%;
  right: 0;
  /* z-index: 2; */
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-right: 35px solid #ff5a00;
  border-bottom: 32px solid transparent;
}

/*.box-info {
    background: #ff5a00;
    margin: 0 30px;
    position: relative;
    height: 50px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}*/

.desc-info {
  background-color: #ff5a00;
  margin: 0 15px;
  border-radius: 15px;
  padding: 15px;
  /*height: 350px;*/
}

.desc-info h4 {
  font-size: 20px;
  font-family: qatar2022;
}

.desc-info p {
  font-size: 16px;
}

.smallDiamond {
  background: #ff5a00;
  content: "";
  height: 20px;
  text-align: center;
  transform: rotate(45deg);
  width: 20px;
  margin: auto;
  position: absolute;
  top: 45%;
  left: -125%;
  right: 0;
  z-index: 2;
  border: none;
}

.decs-img img {
  width: 100%;
}

.leader-info {
  text-align: left;
  color: #fff;
  padding: 15px 0 0 0;
}

.showWorld {
  background-image: url(../images/button-01.svg);
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  background-size: contain;
  width: auto;
  margin: auto;
  position: relative;
  top: 0;
  left: -60px;
  right: 0;
  bottom: 0;
  /*height: 35px;*/
  margin-bottom: 10px;
}

.showWorld p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 6px 0;
  font-family: avenir-semibold;
}

.testi-leader,
.desc-leader {
  transform: scaleX(-1);
}

.footer-worldcup {
  background-color: #36000e;
}

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}

/*@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}*/

@media screen and (max-width: 767.98px) {
  .result-check-info {
    flex: 1 0 25% !important;
  }

  .result-grid {
    display: flex;
    flex-wrap: wrap;
    /* grid-gap: 3% !important; */
  }

  .reshid {
    display: none;
  }

  .nsub-link {
    font-size: 16px;
  }

  .custom-model-main-1,
  .custom-model-main-2,
  .custom-model-main-3,
  .custom-model-main-4,
  .custom-model-main-5,
  .custom-model-main-6,
  .custom-model-main-7,
  .custom-model-main-8,
  .custom-model-main-9,
  .custom-model-main-10,
  .custom-model-main-11,
  .custom-model-main-12,
  .custom-model-main-13,
  .custom-model-main-14,
  .custom-model-main-15,
  .custom-model-main-16,
  .custom-model-main-17,
  .custom-model-main-18,
  .custom-model-main-19,
  .custom-model-main-20,
  .custom-model-main-21 {
    top: -30%;
  }

  #usrname {
    left: 0;
  }

  .tnc-info h4 {
    margin: 15px 0px 0px;
  }

  .tnc-wrapper {
    margin-top: 30px;
  }

  .result-title {
    margin: 20px 0 20px;
  }

  .match-info {
    /* margin-bottom: 10px; */
  }

  .menu-btn-wrapper {
    margin-top: 0.4rem;
  }

  .menu-btn {
    display: block;
    padding: 0 1rem;
  }

  .leader-rewards-info p {
    color: #fff;
    margin: 0;
    font-size: 13px;
  }

  .leader-rewards h4 {
    font-size: 16px;
    color: #143cdb;
    margin: 30px 0 0 0;
  }

  .leader-rewards-info {
    padding: 0 12px;
    /* padding-right: 20px; */
  }

  .leader-rewards-grid {
    display: grid;
    grid-template-columns: 25% 0.2% 74%;
    padding: 19px 0 19px 15px;
    /* grid-gap: 2%; */
    /* flex: 1 0 25%; */
    margin-top: 10px;
    flex-wrap: wrap;
    /* justify-content: space-around; */
  }

  .btn-line {
    width: 25px;
    height: 3px;
    background: linear-gradient(90deg, #62c8d8 0%, #186ec1 100%);
    margin: 4px 0;
  }

  .menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 185px;
    height: 100%;
    background-color: #143cda;
    transition: left 0.3s ease-in;
    z-index: 10;
  }

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    display: none;
  }

  .storyLink a {
    color: #fff;
    font-size: 12px;
  }

  .loginwindow {
    border: none;
  }

  .menu.open ~ .menu-overlay {
    display: block;
  }

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

  .menu ul li {
    padding: 15px 20px;
  }

  .menu ul li a {
    text-decoration: none;
    color: #fff;
  }

  .menu ul li a:hover {
    color: #ccc;
  }

  .menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px !important;
    cursor: pointer;
    outline: none;
    visibility: hidden;
  }

  /*.menu-btn-wrapper {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}*/

  /*.menu-btn-wrapper.open {
  display: none;
}*/

  .hamburger-grid {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    /* margin-right: 10px; */
  }

  .custom-model-inner {
    width: 93%;
  }

  .nav-link img {
    /* width: 50% !important;
		margin-right: 5px; */
  }

  .resultone p {
    margin: 0;
    font-size: 16px;
    /* font-weight: 600; */
    margin-bottom: 0 !important;
  }

  .result-check-info h3 {
    font-size: 13px !important;
    padding: 0 !important;
  }

  .thefuture {
    background-image: url(../images/thefuturemb.jpg);
    height: 25vh;
    margin: 25px 0 0 0;
  }

  .games-info h3 {
    font-size: 18px;
  }

  .gamesbg img {
    width: 100%;
  }

  .more {
    display: none;
  }

  div#wrap a {
    color: #ff8a00;
    text-decoration: underline;
    font-size: 12px;
  }

  .barinfo p {
    color: #fff;
  }

  .barimage {
    background: linear-gradient(
      90deg,
      #f2d860 0%,
      #e1bd59 33%,
      #dbaa38 57.5%,
      #e0a31b 100%
    );
    margin-bottom: 8px !important;
    /* padding: 10px ; */
    border-radius: 10px;
  }

  .barimage-two {
    background: linear-gradient(
      90deg,
      #e1e1e1 0%,
      #b0b0b0 37.5%,
      #9e9e9e 64%,
      #a8a8a8 100%
    );
  }

  .barimage-three {
    background: linear-gradient(
      90deg,
      #bb5828 0%,
      #d27338 28%,
      #c35f31 56.58%,
      #871d03 96.5%
    );
  }

  .result-modal-wrap button {
    padding: 6px 0;
    width: 83% !important;
    top: 0%;
  }

  .result-modal-info {
    width: 93%;
  }

  .with-bg h4 span {
    font-size: 16px;
  }

  .howtoinfo h2 {
    font-size: 30px;
    margin: 24px 0 10px 0;
  }

  .howtoinfo h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .num-grid {
    flex-wrap: wrap;
  }

  .bet-grid {
    grid-template-columns: auto;
    grid-gap: 2%;
  }

  .sub-header {
    margin-top: 0;
    white-space: nowrap;
    overflow-x: auto;
  }

  .num-three {
    position: relative;
    top: 0;
  }

  .numicon,
  .betpara-one {
    display: none;
  }

  .coin-text p {
    font-size: 20px;
  }

  .resultbar {
    font-size: 14px;
  }

  .rank-grid {
    /* display: flex;
        justify-content: space-around;
        text-align: center; */
    display: grid;
    grid-template-columns: 20% 50% 30%;
  }

  .rankvalue p {
    font-size: 18px !important;
  }

  .coin-text span {
    font-size: 14px;
    vertical-align: 4px;
  }

  .price-load h5 {
    padding: 10px 0px 10px 10px;
  }

  .fulltime-info h3 {
    font-size: 10px;
  }

  .iconflag p {
    font-size: 12px;
  }

  .numresult p {
    font-size: 12px;
  }

  .check-info button {
    font-size: 10px !important;
    padding: 3px 0 !important;
    vertical-align: text-bottom;
  }

  .fulltime-grid {
    grid-template-columns: 50% 50%;
  }

  .item {
    padding: 10px;
  }

  .result-title h3 {
    font-size: 16px;
  }

  button.submit {
    font-size: 15px !important;
  }

  .selectInputs {
    margin-left: 12px;
    font-size: 14px;
  }

  .handicap h4 {
    font-size: 0.9rem;
  }

  .matchday-wrapper {
    padding: 0 1rem;
    margin-bottom: 25px;
    margin-top: 0;
  }

  p#dateSpace {
    font-size: 14px;
  }

  .match-icon-info.country-info p {
    font-size: 14px;
  }

  .match-icon-info.country-info img {
    width: 20%;
  }

  .dateinfo h4 {
    font-size: 20px;
  }

  .predict-info button {
    font-size: 10px;
  }

  .match-grid {
    grid-gap: 0;
    grid-template-columns: auto;
  }

  .match-icon-grid {
    padding: 16px;
  }

  .match-info h3 {
    font-size: 14px;
  }

  .card-header.main {
    background-color: #0d1e62;
    text-align: center;
    /* margin: auto; */
    white-space: nowrap;
    overflow-x: auto;
  }

  .nav-link {
    display: block;
    padding: 15px 0;
    width: auto;
    text-align: center;
    font-size: 14px;
    margin: 0 10px;
  }

  .card-header-tabs {
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    border-bottom: 0;
    padding-right: initial;
    /* overflow-x: auto; */
    /* white-space: nowrap; */
    display: inline-block;
    /* float: none; */
    /* width: auto; */
  }

  .nav-tabs .nav-item {
    margin-bottom: 0;
    /* margin: auto; */
    /* overflow-x: auto; */
    /* white-space: nowrap; */
    display: inline-block;
    /* float: none; */
    /* width: auto; */
  }

  .dkOnly {
    display: none;
  }

  .mbOnly {
    display: block;
  }

  .footer-worldcup {
    position: relative;
    top: -150px;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 0;
  }

  .personal-banner {
    margin: 20px auto;
    top: 0;
  }

  .personal-info {
    padding: 0;
    text-align: left;
    width: 67%;
  }

  #diamond p {
    font-size: 16px;
    top: 16px;
    left: -10px;
  }

  .seeRank {
    top: -40px;
  }

  #codeBar p {
    font-size: 16px;
  }

  .personal-info h3 {
    font-size: 18px;
    margin: auto;
    padding-top: 5px;
  }

  .leader-grid {
    display: flex;
    grid-template-columns: auto;
    flex-direction: column-reverse;
  }

  .foomb {
    display: flex;
    align-items: center;
    grid-gap: 15%;
    /* padding: 0 40px; */
    position: relative;
    top: -25px;
  }

  .footer-info p {
    font-size: 12px;
  }

  .worldcupBody {
    background-color: #36000e;
  }

  .worldcupBg {
    background-color: #35010e !important;
  }

  .worldReg {
    position: relative;
    top: -110px;
    left: 18px;
    right: 0;
    margin: 0 !important;
    width: 35% !important;
    font-size: 16px;
    font-family: avenir-bold;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
  }

  .worldReg p {
    padding: 0;
    margin: 0;
  }

  .offWorld {
    padding: 0;
    position: relative;
    top: -80px;
  }

  .worldFoo {
    padding: 0 15px 0;
  }

  .Mb-info {
    margin: 0;
    border-radius: 5px;
  }

  .desc-info p {
    font-size: 12px;
  }

  .showWorld p {
    font-size: 13px;
  }

  .showWorld {
    left: 0;
  }

  .leader-info {
    text-align: center;
  }

  .hrStyle {
    width: 80%;
  }

  .info-text {
    padding: 0;
  }

  .credFoo {
    position: relative !important;
    top: -175px !important;
  }

  .gamingLogo {
    width: 25%;
    padding-bottom: 15px;
    /*    padding-top: 15px;*/
  }

  .banner-info p {
    font-size: 14px;
  }

  .navLogin {
    width: auto !important;
    /*    margin: 0 !important;*/
  }

  .navReg {
    border-radius: 3px;
  }

  .loginSec {
    width: 95% !important;
  }

  .tickBine img {
    width: 8% !important;
    margin: 0;
  }

  .spacer20 {
    margin-bottom: 5px;
  }

  .spacer10b {
    margin-top: 25px;
  }

  .banner-info img {
    width: 50%;
  }

  .navBar {
    /* padding: 15px 0 !important; */
  }

  .bk8logo img {
    /* width: 15% !important; */
  }

  .navCred {
    align-self: center;
    width: 4rem;
    /* margin: -128px 0; */
    margin: 0 15px;
    /* text-align: right; */
    /*    float: right;*/
    position: relative;
    top: 0;
  }

  .flagLink {
    width: auto !important;
  }

  .navBtnGrid {
    display: flex !important;
  }

  .banner-info {
    position: inherit;
    text-align: center;
    background-color: #4c006d;
  }

  .giftWhite {
    color: #fff;
  }

  .bgButton {
    display: none;
  }

  .price-sec {
    top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .price-load {
    top: 0;
    margin: 0;
  }

  /*.pullPrice {
    padding-top: 20px;
}*/

  .price-info h3 {
    font-size: 18px;
  }

  .price-info p {
    font-size: 14px;
  }

  .price-grid {
    display: flex;
    /* justify-content: space-around; */
    /*    border-radius: 10px;*/
  }

  p.Click-here-1,
  p.Click-here-2,
  p.Click-here-3 {
    transform: scale(1.38);
    top: -2px;
  }

  .price-info img {
    width: 50%;
  }

  p.Click-here-4,
  p.Click-here-5,
  p.Click-here-6,
  p.Click-here-7,
  p.Click-here-8,
  p.Click-here-9,
  p.Click-here-10,
  p.Click-here-11,
  p.Click-here-12,
  p.Click-here-13,
  p.Click-here-14,
  p.Click-here-15,
  p.Click-here-16,
  p.Click-here-17,
  p.Click-here-18,
  p.Click-here-19,
  p.Click-here-20,
  p.Click-here-21 {
    position: relative;
    left: 0;
    top: 5px;
  }

  .pop-up-content-wrap img {
    width: 20%;
  }

  .custom-model-wrap {
    width: 100%;
  }

  .close-btn {
    right: 6px;
    top: 0;
    font-size: 16px !important;
    color: #8a1538;
    width: 50%;
    height: 35px;
    width: 35px;
    border-radius: 50%;
  }

  .showMore,
  .separator-sec {
    top: 0;
  }

  .labelText {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .selectInput {
    width: 35% !important;
  }

  .separator-sec {
    left: 0;
  }

  .footer-grid {
    flex-wrap: wrap;
  }

  .respvis {
    visibility: hidden;
  }

  .footer-info h4 {
    font-size: 12px;
  }

  .footer-info img {
    width: 80%;
  }

  .bindwrap {
    display: flex;
    /* justify-content: center; */
    grid-template-columns: 50% 50%;
    gap: 1rem;
  }

  .footer-info {
    padding-top: 35px;
  }

  .footer-info-mb {
    background-color: #143cdb;
    position: relative;
  }

  .footer-sec {
    overflow: hidden;
  }

  .price-bg {
    padding: 10px;
  }

  .separator-grid {
    display: grid;
    /* flex-direction: row; */
    grid-template-columns: 35% 30% 35%;
    margin: 30px auto;
  }

  #tab-2,
  #tab-2 + span {
    left: 50%;
  }

  .tabs > input,
  .tabs > span {
    width: 50%;
  }

  .tabs > span,
  .tab-content h5 {
    font-size: 14px;
  }

  .priceRank {
    grid-gap: 25px;
    top: -50px;
    flex-direction: column;
  }

  .main-separator {
    top: -30px !important;
  }
}

aside,
main {
  height: 100vh;
  min-height: 580px;
}

aside {
  width: 50px;
  left: 0;
  z-index: 1001;
  position: fixed;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  background-color: #1e1e1e;
  -webkit-transition: 0.7s width cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.7s width cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.7s width cubic-bezier(0.23, 1, 0.32, 1);
}

.show-sidebar aside {
  width: 150px;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

aside .toggle {
  padding-left: 30px;
  padding-top: 30px;
  position: absolute;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.show-sidebar aside .toggle .burger:before,
.show-sidebar aside .toggle .burger span,
.show-sidebar aside .toggle .burger:after {
  background: #fff;
}

.show-sidebar aside {
  -webkit-box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.2);
}

aside .side-inner {
  padding: 30px 0;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

aside .side-inner::-webkit-scrollbar {
  display: none;
}

aside .side-inner .logo-wrap {
  display: block;
  position: relative;
  width: 100%;
  float: left;
}

aside .side-inner .logo-wrap .logo {
  width: 50px;
  float: left;
  height: 50px;
  background: #007bff;
  border-radius: 50%;
  position: relative;
  -webkit-transition: 0.3s margin ease;
  -o-transition: 0.3s margin ease;
  transition: 0.3s margin ease;
  margin: 0 auto 50px 10px;
}

.show-sidebar aside .side-inner .logo-wrap .logo {
  margin: 0 auto 50px 20px;
}

aside .side-inner .logo-wrap .logo span {
  position: absolute;
  color: #fff;
  font-size: 1.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

aside .side-inner .logo-wrap .logo-text {
  position: absolute;
  top: 10px;
  font-size: 20px;
  margin-left: 10px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
}

.show-sidebar aside .side-inner .logo-wrap .logo-text {
  opacity: 1;
  visibility: visible;
}

aside .side-inner .search-form {
  padding-left: 20px;
  padding-right: 20px;
  clear: both;
  margin-bottom: 30px;
}

aside .side-inner .search-form form {
  position: relative;
}

aside .side-inner .search-form form .form-control {
  border-radius: 30px;
  border: 1px solid transparent;
  padding-left: 40px;
}

aside .side-inner .search-form form .form-control:active,
aside .side-inner .search-form form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show-sidebar aside .side-inner .search-form form .form-control {
  border: 1px solid #efefef;
}

aside .side-inner .search-form form .wrap-icon {
  font-size: 1.2rem;
  top: 50%;
  position: absolute;
  top: 8px;
  left: 2px;
  z-index: 2;
  -webkit-transition: 0.3s left ease;
  -o-transition: 0.3s left ease;
  transition: 0.3s left ease;
}

.show-sidebar aside .side-inner .search-form form .wrap-icon {
  left: 10px;
}

aside .side-inner .nav-menu {
  margin-bottom: 50px;
  margin: 0 25px;
  clear: both;
}

aside .side-inner .nav-menu ul,
aside .side-inner .nav-menu ul li {
  padding: 0;
  margin: 0px;
  list-style: none;
}

aside .side-inner .nav-menu ul li a {
  display: block;
  /*padding-left: 23px;
        padding-right: 30px;
        padding-top: 10px;*/
  padding-bottom: 10px;
  color: #808080;
  position: relative;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

aside .side-inner .nav-menu ul li a:active,
aside .side-inner .nav-menu ul li a:focus,
aside .side-inner .nav-menu ul li a:hover {
  outline: none;
}

aside .side-inner .nav-menu ul li a:hover {
  color: #fff;
  /*background: #f4f4f4;*/
}

aside .side-inner .nav-menu ul li a .wrap-icon {
  font-size: 1.2rem;
}

aside .side-inner .nav-menu ul li a .menu-text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.show-sidebar aside .side-inner .nav-menu ul li a .menu-text {
  -webkit-transition: 0s all ease;
  -o-transition: 0s all ease;
  transition: 0s all ease;
  opacity: 1;
  visibility: visible;
}

aside .side-inner .nav-menu ul li.active a {
  color: #fff;
}

main {
  width: calc(100%);
  -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
  transition:
    1s transform cubic-bezier(0.23, 1, 0.32, 1),
    1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
}

.show-sidebar main {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

main .post-entry {
  margin-bottom: 30px;
}

main .post-entry .custom-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 30px;
}

main .post-content h3 {
  font-size: 18px;
}

main .post-content .post-meta {
  font-size: 15px;
  color: #ccc;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  float: right;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  -webkit-transition:
    top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition:
    top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition:
    top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition:
    top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition:
    top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.full-bar {
  width: 11%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #1e1e1e;
}

.mobiLe-bar {
  width: 13%;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #1e1e1e;
}

.maximBtn:focus {
  outline: 0;
}

.full-bar .side-inner .nav-menu ul li a .menu-text {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.logo-wrap img {
  width: 70%;
}

.logo-maxim {
  text-align: center;
  margin-bottom: 30%;
}

span.menu-text {
  font-family: avenir-regular;
}

.bg-banner-one {
  background-image: url(../images/maxim88-MO-LandingPage-home-carousel-01.jpg);
  /*width: auto;
    height: 1080px;*/
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  height: 100vh;
  /*width: 100vw;*/
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.bg-banner-two {
  background-image: url(../images/maxim88-MO-LandingPage-home-carousel-02.jpg);
  /*width: auto;
    height: 1080px;*/
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  height: 100vh;
  /*width: 100vw;*/
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.collab-banner {
  background-image: url(../images/hero-banner.jpg);
  /*width: auto;
    height: 1080px;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-attachment: inherit;
  height: 100vh;
  /*width: 100vw;*/
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.bg-banner-mb,
.bg-banner-mb-one,
.bg-banner-mb-two {
  display: none;
}

#background-video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

#collab-video {
  /*height: 100vh;*/
  width: 100%;
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  margin: 3% 0;
}

.collab-content {
  margin: 0 8% 5%;
}

.career-content {
  margin: 0 5%;
}

.club-content {
  margin: 0 8% 5%;
}

.awards-content {
  margin: 0 5%;
}

.profile-info img {
  width: 65% !important;
}

.profile-content {
  margin: 0 5%;
}

.contentBar {
  margin-left: 11%;
  /*background-color: #fff;*/
}

.contentBar-two {
  margin-left: 11%;
  background-color: #fafafa;
}

.contentBar-three {
  margin-left: 11%;
  background-color: #f5f5f5;
}

.contentBar img {
  width: 100%;
}

.carousel-caption {
  padding: 0 5% 10%;
  text-align: left;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.caption-info h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  font-family: avenir-bold;
}

#yearcap {
  margin-bottom: 20px;
}

.caption-info img {
  width: 20%;
  margin-bottom: 10px;
}

#copycap {
  text-align: right;
  font-style: italic;
  font-size: 16px;
  color: #808080;
  position: absolute;
  top: 95%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0% 3%;
  margin: 0;
}

.popUp {
  position: absolute;
  top: 33%;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  /*z-index: 0;*/
  cursor: pointer;
}

.popUp img {
  width: 7%;
}

.popUp p {
  margin: 0;
  font-size: 20px;
  text-decoration: underline;
  color: #dec276;
  padding-top: 20px;
}

.caption-info p {
  font-size: 18px;
  margin: 0;
  color: #eaeaea;
  font-weight: normal;
  /*font-family: avenir-regular;*/
}

.collab-caption {
  position: absolute;
  z-index: 10;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: 14%;
  top: 15%;
}

.collaB {
  top: 24%;
}

.earlylife {
  top: 15%;
}

.reaLM,
.stoC {
  top: 18%;
}

.newC {
  top: 11%;
}

.manU {
  top: 20%;
}

.cluB {
  top: 12%;
}

.collab-caption img {
  width: 50%;
}

.collab-caption p {
  font-size: 20px;
  margin: 0;
  font-weight: normal;
}

.maximBtn {
  border: none;
  outline: none;
  background-color: #dec276;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px 50px;
  text-transform: uppercase;
  margin-top: 3%;
  font-weight: bold;
  z-index: 9;
}

#capBel {
  margin-bottom: 20px;
}

.carousel-indicators {
  bottom: 5%;
  justify-content: flex-start;
  margin-left: 5%;
  z-index: 1000;
}

p.Click-here-login a {
  color: #000000 !important;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #808080;
}

.logbtn {
  display: flex;
  grid-gap: 2%;
  /* padding: 20px; */
  margin: 20px;
}

.logbtn button {
  border: none;
  padding: 10px 0;
  color: #fff;
  width: 100%;
  border-radius: 10px;
}

button#login {
  /* color: red; */
  background-color: #143cdb;
}

button#joinnow {
  /* color: red; */
  background-color: #ff8a00;
}

.login-message p {
  color: #4a4d4f;
  padding: 20px 0;
  text-align: center;
  background-color: #cae3f7;
  font-weight: normal;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #dec276;
  width: 60px;
  border-radius: 19px !important;
  border: none;
  align-self: center;
}

.navBar {
  /*position: absolute;*/
  right: 0;
  z-index: 1;
  top: 0;
  padding: 10px 0;
  background-color: #fbfbfb;
}

.navgrid {
  position: relative;
  /* display: grid;
    grid-template-columns: 60% 40%; */
}

.navInfo {
  align-self: center;
}

.navInfo img {
  /* width: 30%; */
}

.navBtnGrid {
  /*display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    grid-gap: 3%;*/
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  float: right;
  gap: 0.7rem;
}

.navLogin {
  font-size: 16px;
  font-family: avenir-bold;
  width: auto;
  color: #fff;
  cursor: pointer;
  margin: auto 10px;
  font-weight: bold;

  text-align: center;
}

.navLogin p,
.navJoin p {
  margin: 0;
}

.navLogin a {
  color: #fff;
  text-decoration: none;
}

.storyprof {
  padding-top: 5%;
}

.storyLink a {
  color: #fff;
  text-decoration: none;
}

.navJoin {
  font-size: 18px;
  /* border: 1px solid #fff; */
  width: auto;
  color: #000;
  cursor: pointer;
  margin: auto;
  font-weight: bold;

  text-align: center;
}

.navStory {
  font-size: 18px;
  /* border: 1px solid #fff; */
  width: auto;
  color: #000;
  cursor: pointer;
  margin: auto;
  font-weight: bold;

  text-align: center;
}

.navJoin a {
  color: #000;
  text-decoration: none;
}

.navCred {
  align-self: center;
  width: 4rem;
}

.credFoo {
  align-self: center;
  width: 100%;
}

.dropdown {
  /*border: 1px solid grey;*/
  background-color: #fff;
  border-radius: 23px;
  padding: 5px;
  cursor: pointer;
  user-select: none;
}

.dropdown.show {
  border-bottom: none;
}

.dropdown-menu.show {
  display: block;
  border: 1px solid grey;
  border-top: none;
  /*padding-left: 10px;*/
}

.dropdown a {
  color: #000;
  font-size: 14px;
  padding: 5px 10px;
}

.navLink {
  padding: 0 5px;
}

/*span#langFlag {
    padding: 0 5px;
}*/

#v-nav {
  border: 1px solid #767676;
  background-color: #767676;
  vertical-align: -5px;
}

.nav-link:focus,
.nav-link:hover:focus {
  /* border-color: #0a58ca; */
  box-shadow: none;
  border-radius: 0;
}

#stayterms {
  margin-bottom: 0;
}

.dropdown-menu {
  background-color: #fff !important;
  min-width: 100%;
  border-radius: 24px;
  border-top: none;
  margin: 3px 0 0 0;
  /*padding: 0 5px;*/
  /*margin-left: -8px;*/
  /*padding-right: 15px;*/
}

.malaysia-menu a {
  /*font-size: 18px !important;*/
  padding: 0 !important;
  text-align: center;
  margin: 5px 0;
}

.foo-menu a {
  color: #000;
  text-align: center;
  font-size: 14px;
  padding: 0 15px;
}

.credFoo a {
  color: #000;
  font-size: 14px;
}

.malaysia-menu,
.foo-menu {
  padding: 0;
}

#childOne {
  padding-top: 0 !important;
}

.popup {
  display: none;
  position: fixed;
  padding: 10px;
  width: 280px;
  left: 50%;
  margin-left: -150px;
  height: 180px;
  top: 50%;
  margin-top: -100px;
  background: #fff;
  border: 3px solid #f04a49;
  z-index: 20;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#video-popup-container {
  display: none;
  position: relative;
  z-index: 996;
  width: 80%;
  left: 0;
  /*margin-left: -25%;*/
  top: -60%;
  right: 0;
  margin: auto;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 32px;
  height: 32px;
  border-radius: 25px;
  text-align: center;
  font-size: 28px;
  background-color: #009444;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: relative;
  z-index: 997;
  width: 100%;
  /*padding-bottom: 60%;
  border: 2px solid #000;
  border-radius: 2px;*/
  background-color: #000;
}

#video-popup-iframe,
#video-popup-iframes,
#video-popup-iframee {
  z-index: 999;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #dec276;
}

.collabDown {
  position: relative;
  width: 100%;
  height: 100%;
}

.collabDown::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.8) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.8) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.collabDown h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font:
    normal 300 64px/1 "Josefin Sans",
    sans-serif;
  text-align: center;
  white-space: nowrap;
}

.demo a {
  position: absolute;
  bottom: -160px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font:
    normal 400 20px/1 "Josefin Sans",
    sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}

.demo a:hover {
  opacity: 0.5;
}

#section01 a {
  padding-top: 60px;
}

#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.collab-info h2 {
  text-transform: uppercase;
  margin: 0;
  padding: 35px 0 0 0;
  font-size: 30px;
  font-weight: bold;
  font-family: avenir-bold;
}

#colHr {
  width: 4%;
  margin: 1% 0 0;
  border-top: 1px solid #bababa;
}

#proHr {
  width: 18%;
  margin: 1% 0 4% 0;
  border-top: 1px solid #bababa;
}

.collab-info p {
  font-size: 16px;
  color: #000;
  margin: 0;
}

.spacer40 {
  margin-bottom: 40px;
}

.spacer50 {
  margin-bottom: 50px;
}

.spacer60 {
  margin-bottom: 60px;
}

.spacer80 {
  margin-bottom: 80px;
}

.profile-grid {
  display: grid;
  grid-template-columns: 50% 50%;
}

.personal-grid {
  display: grid;
  grid-template-columns: 35% 65%;
}

.profile-desc {
  padding: 40px 0 0 0px;
}

.personal-info h4 {
  font-size: 16px;
  font-weight: normal;
}

.info-two h4 {
  font-weight: bold;
  font-family: avenir-bold;
}

.profile-desc h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: avenir-bold;
}

.club-grid,
.number-grid {
  display: grid;
  grid-template-columns: 27% 27% 26%;
  grid-gap: 10%;
}

.logo-grid,
.goal-grid {
  display: grid;
  grid-template-columns: 75% 25%;
}

.logo-info img {
  width: 100%;
}

.logo-info {
  align-self: center;
}

.career-content h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 3%;
  font-family: avenir-bold;
}

.club-content h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 3%;
  font-family: avenir-bold;
}

.club-content h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
  color: #808080;
  font-family: avenir-bold;
}

#carHr {
  width: 8%;
  margin: 1% 0 4% 0;
  border-top: 1px solid #bababa;
}

#clubHr {
  width: 8%;
  margin: 1% 0 4% 0;
  border-top: 1px solid #bababa;
}

.logo-info h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: avenir-bold;
}

.logo-info h5 {
  font-size: 20px;
}

.goal-info p {
  font-size: 18px;
  color: #d4ac3f;
  font-weight: bold;
  margin: 0;
}

h5.counter-value {
  font-size: 35px;
  font-weight: bold;
  color: #d4ac3f;
}

#hrStyle {
  margin: 3% 0;
  border-top: 1px solid #919191;
}

.padding40 {
  padding-bottom: 40px;
}

.awards-grid {
  display: grid;
  grid-template-columns: 10% 10% 10% 10% 10% 10% 10%;
  grid-gap: 5%;
  text-align: center;
}

.trophy-info p {
  font-size: 16px;
  color: #d4ac3f;
  font-weight: bold;
  font-family: avenir-bold;
  margin: 0;
}

p#date-club {
  color: #808080;
  font-weight: normal;
}

p#trop {
  padding-top: 10px;
}

.trophy-info img {
  width: 65%;
}

.awards-content h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: avenir-bold;
  padding-top: 3%;
}

.awards-content h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: avenir-bold;
  font-weight: bold;
  color: #808080;
}

.indi-grid {
  display: grid;
  grid-template-columns: 27% 27% 26%;
  grid-gap: 10%;
}

.indi-info p {
  font-size: 16px;
  color: #d4ac3f;
  font-weight: bold;
  font-family: avenir-bold;
  margin: 0;
}

#indi-date {
  color: #808080;
  font-weight: normal;
}

.record-grid {
  display: grid;
  grid-template-columns: 12% 5% 1% 5% 12% 12% 12%;
  align-items: center;
  grid-gap: 3%;
}

.record-info h5 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  font-family: avenir-bold;
  margin: 0;
}

.record-info img {
  width: 100%;
}

#rec-text {
  font-weight: normal;
}

.scrollTop {
  text-align: center;
}

.scrollTop img {
  width: 3%;
  transform: rotate(180deg);
}

.footer-bar {
  background-color: #000;
  margin-top: 15px;
}

.footer-bar p {
  color: #444444;
  margin: 0;
  text-align: right;
  padding: 30px 50px;
  font-size: 16px;
  font-style: italic;
}

.club-info p {
  font-size: 16px;
  color: #000;
  margin: 0;
}

.club-content h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-bottom: 20px;
  margin: 0;
  font-family: avenir-bold;
}

.sub-link {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: self-start;
  font-size: 14px;
}

.social-menu {
  position: absolute;
  top: 87%;
  bottom: 0;
}

.main-page,
.profile-menu {
  position: relative;
  top: 70%;
}

li.top-level.open {
  color: #808080;
  padding: 0 0px 10px 0 !important;
  cursor: pointer;
}

.top-level span:hover {
  color: #fff;
  transition: 0.3s all ease;
}

.close {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.subClub {
  color: #808080;
}

.subClub:hover {
  color: #fff;
  transition: 0.3s all ease;
}

li.subClub a {
  padding: 10px 15px 0 !important;
}

.act {
  color: #fff;
}

.sub-link a {
  color: #808080;
}

.creditTabs a.active {
  background-color: #ff8a00;
  border-radius: 7px;
  color: #fff !important;
}

.creditTabs a {
  background-color: #fff;
  border-radius: 7px;
  color: #000 !important;
}

span.clubtitle.active {
  color: #fff;
}

.profile-img {
  margin: 3% 0;
}

@media (min-width: 1700px) and (max-width: 1799px) {
  .popUp {
    top: 35%;
  }

  /*#video-popup-container {
    top: -25%;

}*/

  .cluB {
    top: 11%;
  }
}

@media (min-width: 1600px) and (max-width: 1699px) {
  .popUp {
    top: 35%;
  }

  /*#video-popup-container {
    top: -15%;

}*/

  .cluB {
    top: 11.5%;
  }
}

@media (min-width: 1500px) and (max-width: 1599px) {
  .main-page,
  .profile-menu {
    position: relative;
    top: 60%;
  }

  .social-menu {
    position: relative;
    top: 66%;
  }

  .storypro {
    top: 83%;
    position: absolute;
    bottom: 0;
  }

  .popUp {
    top: 24%;
  }

  .profile-info img {
    width: 75%;
  }

  .profile-desc {
    padding: 40px 0 0 0px;
  }

  #video-popup-container {
    top: -45%;
  }

  .collaB {
    top: 22%;
  }

  .procab {
    top: 12%;
  }

  .reaLM {
    top: 12%;
  }

  .earlylife {
    top: 12%;
  }

  .stoC {
    top: 13%;
  }

  .manU {
    top: 16%;
  }

  .cluB {
    top: 9%;
  }

  .newC {
    top: 8%;
  }

  .profile-desc h3,
  .career-content h3,
  .awards-content h3,
  .club-content h3 {
    font-size: 25px;
  }

  .awards-content h4,
  .club-content h4 {
    font-size: 20px;
  }

  .personal-info h4,
  .goal-info p {
    font-size: 14px;
  }

  .logo-info h5 {
    font-size: 16px;
  }

  .logo-info h4 {
    font-size: 18px;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .social-menu {
    position: relative;
    top: 18%;
  }

  .main-page,
  .profile-menu {
    position: relative;
    top: 60%;
  }

  .popUp {
    top: 35%;
  }

  /*#video-popup-container {
    top: -15%;

}*/

  #copycap {
    font-size: 12px;
  }

  .collaB {
    top: 22%;
  }

  .cluB {
    top: 10%;
  }

  .manU {
    top: 15%;
  }

  .stoC {
    top: 14%;
  }

  .reaLM {
    top: 14%;
  }

  .newC {
    top: 8%;
  }

  .procab {
    top: 12%;
  }

  .earlylife {
    top: 12%;
  }

  .profile-desc h3,
  .career-content h3,
  .awards-content h3,
  .club-content h3 {
    font-size: 25px;
  }

  .awards-content h4,
  .club-content h4 {
    font-size: 20px;
  }

  .personal-info h4,
  .goal-info p {
    font-size: 14px;
  }

  .logo-info h5 {
    font-size: 16px;
  }

  .logo-info h4 {
    font-size: 18px;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .social-menu {
    position: relative;
    top: 18%;
  }

  .main-page,
  .profile-menu {
    position: relative;
    top: 60%;
  }

  .caption-info h2 {
    font-size: 30px;
  }

  .caption-info p {
    font-size: 16px;
  }

  .popUp p {
    font-size: 18px;
  }

  .popUp img {
    width: 10%;
  }

  /*#video-popup-container {
    top: -25%;

}*/

  .popUp {
    top: 35%;
  }

  #copycap {
    font-size: 12px;
  }

  .collaB {
    top: 18%;
  }

  .manU {
    top: 15%;
  }

  .cluB {
    top: 9%;
  }

  .stoC {
    top: 14%;
  }

  .newC {
    top: 8%;
  }

  .reaLM {
    top: 14%;
  }

  .procab {
    top: 12%;
  }

  .earlylife {
    top: 12%;
  }

  .profile-desc h3,
  .career-content h3,
  .awards-content h3,
  .club-content h3 {
    font-size: 22px;
  }

  .awards-content h4,
  .club-content h4 {
    font-size: 20px;
  }

  .personal-info h4,
  .goal-info p {
    font-size: 12px;
  }

  .logo-info h5 {
    font-size: 16px;
  }

  .logo-info h4 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .social-menu {
    position: relative;
    top: 15%;
  }

  aside .side-inner .nav-menu {
    margin: 0 12px;
    font-size: 14px;
  }

  .profile-info img {
    width: 82% !important;
  }

  .main-page,
  .profile-menu {
    position: relative;
    top: 64%;
  }

  #section01 a {
    padding-top: 80px;
  }

  .caption-info h2 {
    font-size: 30px;
  }

  .caption-info p {
    font-size: 16px;
  }

  .popUp p {
    font-size: 18px;
  }

  .popUp img {
    width: 7%;
  }

  #video-popup-container {
    top: -35%;
  }

  .popUp {
    top: 17%;
  }

  aside .side-inner .nav-menu ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }

  #copycap {
    font-size: 12px;
  }

  .collaB {
    top: 21%;
  }

  .cluB {
    top: 10%;
  }

  li.top-level.open {
    padding: 10px 5px !important;
  }

  .collab-menu {
    top: 82%;
    position: absolute;
    bottom: 0;
  }

  .stoC {
    top: 14%;
  }

  .reaLM {
    top: 15%;
  }

  .procab {
    top: 12%;
  }

  .earlylife {
    top: 12%;
  }

  .profile-desc h3,
  .career-content h3,
  .awards-content h3,
  .club-content h3 {
    font-size: 22px;
  }

  .awards-content h4,
  .club-content h4 {
    font-size: 20px;
  }

  .personal-info h4,
  .goal-info p {
    font-size: 12px;
  }

  .logo-info h5 {
    font-size: 16px;
  }

  .logo-info h4 {
    font-size: 18px;
  }
}

@media (min-width: 760px) and (max-width: 768px) {
  .procab {
    top: 22% !important;
  }

  .collaB {
    top: 37% !important;
  }

  .cluB {
    top: 22% !important;
  }
}

@media (min-width: 700px) and (max-width: 1023px) {
  .bg-banner {
    background-position: center;
  }

  .carousel-caption {
    padding: 0 5% 20%;
  }

  .popUp img {
    width: 15%;
  }

  .popUp p {
    font-size: 18px;
  }

  .popUp {
    top: 40%;
  }

  /*#video-popup-container {
    width: 80%;
    top: -15%;
}*/

  span.menu-text {
    font-size: 12px;
  }

  aside .side-inner .nav-menu {
    margin: 0px 5px;
  }

  aside .side-inner .nav-menu ul li a {
    padding-left: 8px;
  }

  .main-page {
    position: relative;
    top: 80% !important;
  }

  .collab-caption p {
    font-size: 15px;
  }

  .collab-caption img {
    width: 70%;
  }

  .collaB {
    top: 42%;
  }

  .procab {
    top: 25%;
  }

  .cluB {
    top: 25%;
  }

  li.top-level.open {
    padding: 10px 10px !important;
    font-size: 12px;
  }

  .social-menu {
    position: relative;
    top: 58%;
  }

  .profile-menu {
    top: 80%;
  }

  .collab-menu {
    top: 63%;
  }

  .collab-info p,
  .club-info p {
    font-size: 16px;
  }

  .collab-info h2,
  .club-content h3 {
    font-size: 20px;
  }

  .club-content h4 {
    font-size: 18px;
  }

  .sub-link {
    font-size: 12px;
  }

  .spacer40,
  .spacer60 {
    margin-bottom: 20px;
  }

  .spacer80 {
    margin-bottom: 50px;
  }

  .profile-info {
    text-align: center;
  }

  .profile-grid {
    grid-template-columns: auto;
  }

  .profile-desc {
    padding: 30px 10px;
    text-align: left;
  }

  .personal-info h4 {
    font-size: 16px;
  }

  .profile-desc h3,
  .career-content h3,
  .awards-content h3 {
    font-size: 20px;
  }

  .awards-content h4 {
    font-size: 25px;
  }

  h5.counter-value {
    font-size: 30px;
  }

  .logo-info h4,
  .logo-info h5 {
    font-size: 12px;
  }

  .goal-info p {
    font-size: 10px;
  }

  .logo-grid,
  .goal-grid {
    grid-template-columns: 60% 40%;
  }

  .trophy-info p {
    font-size: 12px;
  }

  .awards-content h4 {
    font-size: 18px;
  }

  .indi-info p {
    font-size: 14px;
  }

  .record-info h5 {
    font-size: 14px;
  }

  .record-grid {
    grid-template-columns: 21% 5% 2% 5% 21% 14% 14%;
  }
}

@media (min-width: 320px) and (max-width: 330px) {
  .toggle.burgeR.hambunger {
    transform: translateX(-12%) !important;
  }

  .collaB {
    top: 11% !important;
  }

  .cluB {
    top: 6% !important;
  }

  .procab {
    top: 3% !important;
  }

  .club-info p {
    font-size: 12px !important;
  }
}

@media (min-width: 360px) and (max-width: 370px) {
  .collaB {
    top: 14% !important;
  }

  .cluB {
    top: 8% !important;
  }

  .procab {
    top: 4% !important;
  }

  .club-info p {
    font-size: 12px !important;
  }
}

@media (min-width: 375px) and (max-width: 385px) {
  .collaB {
    top: 13% !important;
  }

  .cluB {
    top: 8% !important;
  }

  .procab {
    top: 4% !important;
  }
}

@media (min-width: 393px) and (max-width: 400px) {
  .collaB {
    top: 16% !important;
  }
}

@media (min-width: 411px) and (max-width: 420px) {
  .collaB {
    top: 14% !important;
  }

  .cluB {
    top: 8% !important;
  }

  .procab {
    top: 4% !important;
  }
}

@media (min-width: 1000px) and (max-width: 1024px) {
  .nav-menu.social-menu,
  .nav-menu {
    font-size: 12px;
  }

  aside .side-inner .nav-menu {
    margin: 0 10px;
  }

  .popUp {
    top: 20%;
  }

  #video-popup-container {
    top: -33%;
  }

  .collab-caption {
    top: 11%;
  }

  .profile-info img {
    width: 115% !important;
  }

  .personal-info h4 {
    font-size: 13px;
  }

  .profile-desc {
    padding: 40px 0 0 70px;
  }

  .goal-info p {
    font-size: 10px;
  }
}
