@keyframes msgwrap {
  0% {
    transform: translatey(0); }
  50% {
    transform: translatey(40px); }
  80% {
    transform: translatey(-50px) translatex(50px); }
  100% {
    transform: translatey(0); } }
@keyframes msgwrap-right {
  0% {
    transform: translatey(0); }
  40% {
    transform: translatey(-50px) translatex(-50px); }
  70% {
    transform: translatey(-40px); }
  100% {
    transform: translatey(0); } }
@-webkit-keyframes L_circle_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes L_circle_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes L_stroke_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg); }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes L_stroke_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg); }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes L_stroke_left_grow {
  0%,
    100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); } }
@keyframes L_stroke_left_grow {
  0%,
    100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); } }
@-webkit-keyframes L_stroke_right_grow {
  0%,
    100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg); } }
@keyframes L_stroke_right_grow {
  0%,
    100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg); } }
.container {
  padding: 0 !important; }

.caption-style-3 {
  list-style-type: none;
  margin: auto;
  padding: 0;
  display: flex;
  grid-gap: 5%;
  width: 35%;
  background-color: #171717E5;
  border-radius: 5rem;
  height: 85px;
  justify-content: center;
  align-items: center; }
  .caption-style-3 a:hover {
    text-decoration: none; }
  .caption-style-3 li {
    float: left;
    font-size: 22px;
    color: #DEC276;
    position: relative;
    overflow: hidden; }
    .caption-style-3 li:hover .caption {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      background-color: #21211f;
      border-radius: 20px;
      color: #dbc072;
      padding: 5px;
      width: auto;
      margin: auto; }
    .caption-style-3 li:hover img {
      opacity: 1;
      border: 2px solid #dbc072;
      border-radius: 100%; }
  .caption-style-3 img {
    height: 70px;
    margin: 0;
    padding: 0;
    z-index: 0;
    width: auto;
    border: 3px solid transparent;
    border-radius: 100%;
    margin: auto;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .caption-style-3 .caption {
    cursor: pointer;
    position: relative;
    opacity: 1;
    top: 15px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    left: 0;
    right: 0;
    background-color: transparent;
    border-radius: 20px;
    color: #21211f;
    padding: 5px;
    text-align: center; }
  .caption-style-3 .caption-text h2 {
    font-size: 20px;
    margin: 0; }
  .caption-style-3 .caption-text-h2 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 20px;
    font-family: avert-semibold !important;
    margin: 0; }

h1 {
  font-family: avert-extrabold !important; }

.h1 {
  font-family: avert-extrabold !important; }

h2 {
  font-family: avert-semibold !important; }

h3 {
  font-family: avert-semibold !important; }

.h2 {
  font-family: avert-semibold !important; }

.h3 {
  font-family: avert-semibold !important; }

h4 {
  font-family: avert-regular !important; }

h5 {
  font-family: avert-regular !important; }

h6 {
  font-family: avert-regular !important; }

p {
  font-family: avert-regular !important;
  font-size: 12px;
  color: green; }

li {
  font-family: avert-regular !important; }

.section.usp {
  padding-bottom: 7rem; }

@media screen and (max-width: 699px) {
  .section.usp {
    padding-bottom: 0; } }
#dk {
  display: block; }

.dk {
  display: block; }

#mb {
  display: none; }

#footer .fooInfo a {
  color: #000;
  text-decoration: none; }
  #footer .fooInfo a:hover {
    color: #000; }
#footer .fooInfo li {
  font-size: 16px; }
#footer .fooInfo h3 {
  font-size: 18px;
  margin: 0 0 10px 0; }
#footer .fooInfo .h3 {
  font-size: 18px;
  margin: 0 0 10px 0; }
#footer .fooInfo ol {
  padding: 0;
  list-style-type: none;
  margin: 0; }
#footer .fooChild {
  display: flex;
  align-items: center; }
  #footer .fooChild a {
    color: #000;
    text-decoration: none;
    color: #fff; }
    #footer .fooChild a:hover {
      color: #fff; }
  #footer .fooChild img {
    width: 10%;
    padding-left: 10px; }
  #footer .fooChild h3 {
    margin-right: 25px;
    font-size: 14px;
    margin: 0;
    color: #fff; }
  #footer .fooChild .h3 {
    margin-right: 25px;
    font-size: 14px;
    margin: 0;
    color: #fff; }
  #footer .fooChild p {
    font-size: 14px;
    margin: 0;
    color: #fff; }
  #footer .fooChild div.h3 {
    margin-right: 25px; }
#footer .fooGrid {
  display: flex;
  justify-content: space-between; }
#footer .gateInfo {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.13); }
  #footer .gateInfo li {
    align-self: center; }
  #footer .gateInfo p {
    margin-top: 15px;
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px; }
  #footer .gateInfo h3 {
    font-size: 14px;
    color: #000; }
  #footer .gateInfo .h3 {
    font-size: 14px;
    color: #000; }
  #footer .gateInfo ol {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0; }
  #footer .gateInfo img {
    width: 85%; }
#footer .gatewayGrid {
  display: grid;
  grid-gap: 1%;
  grid-template-columns: 24% 24% 24% 24%; }
#footer .fooEnd {
  background-color: #c59b4e;
  padding: 20px 1rem; }
#footer .fooNext {
  display: flex;
  justify-content: flex-end;
  grid-gap: 1%;
  align-items: center; }
  #footer .fooNext img {
    width: 5%; }
  #footer .fooNext a {
    display: contents; }
    #footer .fooNext a img:hover {
      opacity: 0.9; }
  #footer .fooNext p {
    font-size: 14px;
    margin: 0;
    color: #fff; }
#footer .endGrid {
  display: flex;
  justify-content: space-between; }
  #footer .endGrid.copyright {
    justify-content: flex-end; }
#footer #hrFoo {
  margin: 10px 0; }
#footer .footerWrapper {
  background-color: #ececec;
  padding: 3% 0; }
#footer .copyRight p {
  font-size: 10px;
  color: #8697a2; }

@media screen and (min-width: 700px) and (max-width: 1024px) {
  #footer .fooChild div.h3 {
    white-space: nowrap; } }
@media screen and (max-width: 699px) {
  #footer .footerLink,
  #footer .footerSeo {
    display: none; }
  #footer .footerWrapper {
    padding: 0; }
  #footer .fooChild div.h3 {
    margin-right: 10px;
    white-space: nowrap; }
  #footer .fooNext p {
    margin-right: 0.5rem;
    white-space: nowrap; }
    #footer .fooNext p#dk {
      display: none; }
  #footer .fooNext img {
    width: 30px; }
    #footer .fooNext img.icon-18 {
      width: 30px; } }
#hero_slide {
  position: relative; }
  #hero_slide .bannerTitle {
    position: absolute;
    top: 0;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    padding: 3% 0 0 !important;
    z-index: 1; }
    #hero_slide .bannerTitle p {
      font-size: 25px;
      color: #000; }
    #hero_slide .bannerTitle.container img {
      width: 40%;
      margin: auto; }
  #hero_slide .bannerTitle-h3 {
    font-size: 45px;
    color: #C59B4E;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    font-family: avert-extrabold !important;
    text-transform: uppercase; }
  #hero_slide .carousel .carousel-control {
    bottom: auto;
    width: 100%;
    height: 15%;
    background: none; }
  #hero_slide .carousel .carousel-control.right {
    top: auto;
    bottom: 0;
    background: none; }
  #hero_slide .carousel .carousel-indicators {
    bottom: auto;
    top: 50%;
    left: 0;
    right: 10px;
    width: 14px;
    margin: 0 15px;
    transform: translateY(-50%); }
  #hero_slide .carousel .carousel-inner > .item {
    left: 0;
    top: 0; }
    #hero_slide .carousel .carousel-inner > .item > img {
      width: 100%;
      width: 100%;
      height: 100vh; }
  #hero_slide .carousel .carousel-inner > .item.next {
    transform: translate3d(0, 100%, 0);
    top: 0; }
  #hero_slide .carousel .carousel-inner > .item.active.right {
    transform: translate3d(0, 100%, 0);
    top: 0; }
  #hero_slide .carousel .carousel-inner > .item.prev {
    transform: translate3d(0, -100%, 0);
    top: 0; }
  #hero_slide .carousel .carousel-inner > .item.active.left {
    transform: translate3d(0, -100%, 0);
    top: 0; }
  #hero_slide .carousel .carousel-inner > .item.next.left {
    transform: translate3d(0, 0, 0);
    top: 0; }
  #hero_slide .carousel .carousel-inner > .item.prev.right {
    transform: translate3d(0, 0, 0);
    top: 0; }
  #hero_slide .carousel .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    top: 0; }
  #hero_slide .carousel .carousel-inner > .active {
    top: 0; }
  #hero_slide .carousel .carousel-inner > .next.left {
    top: 0; }
  #hero_slide .carousel .carousel-inner .prev.right {
    top: 0; }
  #hero_slide .carousel .carousel-inner > .next {
    top: 100%;
    left: 0; }
  #hero_slide .carousel .carousel-inner > .active.right {
    top: 100%;
    left: 0; }
  #hero_slide .carousel .carousel-inner > .prev {
    top: -100%;
    left: 0; }
  #hero_slide .carousel .carousel-inner > .active.left {
    top: -100%;
    left: 0; }
  #hero_slide #carousel-example-generic {
    height: 100vh;
    width: 100%; }
  #hero_slide .bgOne {
    background-image: url(../images/Hero/main-banner.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-attachment: inherit;
    height: 100vh;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block; }
    #hero_slide .bgOne:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 60px;
      background: linear-gradient(to top, rgba(23, 23, 23, 0.8), rgba(0, 0, 0, 0)); }
  #hero_slide .bgOneMb {
    display: none; }
  #hero_slide .countrySelect {
    color: #fff; }
    #hero_slide .countrySelect h3 {
      font-size: 18px;
      margin-bottom: 15px; }
  #hero_slide .countryWrapper {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: auto;
    margin: auto;
    z-index: 1; }

@media screen and (min-width: 700px) and (max-width: 1024px) {
  #hero_slide .countrySelect .caption-style-3 {
    width: 450px; }
    #hero_slide .countrySelect .caption-style-3 img {
      height: 60px; } }
@media screen and (max-width: 699px) {
  #hero_slide .bannerTitle.container img {
    width: 70%; }
  #hero_slide .bannerTitle p {
    font-size: 13px; }
  #hero_slide .bannerTitle-h3 {
    font-size: 25px; }
  #hero_slide .bgOne {
    background-image: url(../images/Hero/main-banner-mobile.png);
    height: 55rem; }
  #hero_slide .countrySelect .caption-style-3 {
    height: 55px;
    width: 75%; }
    #hero_slide .countrySelect .caption-style-3 li {
      font-size: 13px; }
    #hero_slide .countrySelect .caption-style-3 img {
      height: 45px; }
  #hero_slide #carousel-example-generic {
    height: initial; }
  #hero_slide .countryWrapper {
    bottom: 2%; } }
#accreditation .accreditation {
  background-color: #f5f5f5;
  padding: 6% 0;
  position: relative; }
  #accreditation .accreditation .accreditation-container {
    display: flex;
    flex-direction: row; }
    #accreditation .accreditation .accreditation-container .accreditation-left {
      width: 65%; }
      #accreditation .accreditation .accreditation-container .accreditation-left .accreditation-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 1rem; }
        #accreditation .accreditation .accreditation-container .accreditation-left .accreditation-grid .accreditation-item {
          width: 48%;
          margin: 1%; }
          #accreditation .accreditation .accreditation-container .accreditation-left .accreditation-grid .accreditation-item.pr {
            padding-right: 1rem; }
          #accreditation .accreditation .accreditation-container .accreditation-left .accreditation-grid .accreditation-item #fastPayIcon {
            width: 58px; }
      #accreditation .accreditation .accreditation-container .accreditation-left ol.icon {
        display: flex;
        list-style-type: none;
        padding: 0;
        margin: 0; }
        #accreditation .accreditation .accreditation-container .accreditation-left ol.icon li {
          align-self: center; }
          #accreditation .accreditation .accreditation-container .accreditation-left ol.icon li img {
            width: 85%; }
      #accreditation .accreditation .accreditation-container .accreditation-left ol.payment {
        display: table;
        width: 70%; }
        #accreditation .accreditation .accreditation-container .accreditation-left ol.payment li {
          display: table-cell; }
          #accreditation .accreditation .accreditation-container .accreditation-left ol.payment li img {
            width: 80%; }
      #accreditation .accreditation .accreditation-container .accreditation-left ol.cert {
        display: table;
        width: 80%; }
        #accreditation .accreditation .accreditation-container .accreditation-left ol.cert li {
          display: table-cell; }
          #accreditation .accreditation .accreditation-container .accreditation-left ol.cert li img {
            width: 80%; }
    #accreditation .accreditation .accreditation-container .accreditation-right {
      width: 35%; }
      #accreditation .accreditation .accreditation-container .accreditation-right img {
        position: absolute;
        top: -10%; }

@media screen and (min-width: 700px) and (max-width: 1024px) {
  #accreditation .accreditation .accreditation-container .accreditation-right {
    display: flex;
    justify-content: center;
    align-items: center; }
    #accreditation .accreditation .accreditation-container .accreditation-right img {
      width: 95%;
      position: relative; } }
@media screen and (max-width: 699px) {
  #accreditation #dk {
    display: none; }
  #accreditation #mb {
    display: block;
    padding: 1rem; }
  #accreditation .mo-img {
    width: 80%;
    height: auto; }
  #accreditation .accreditation .accreditation-container {
    flex-direction: column; }
    #accreditation .accreditation .accreditation-container .accreditation-left {
      width: auto; } }
.mhn-slide {
  margin-top: 35px; }
  .mhn-slide .mhn-item {
    width: 100%;
    padding: 10px;
    position: relative; }
  .mhn-slide .mhn-inner {
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 3px; }
  .mhn-slide .mhn-img {
    min-height: 200px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    color: white;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) #eee no-repeat center/cover;
    position: relative; }
  .mhn-slide .mhn-text {
    text-align: center;
    padding: 0 10px; }
    .mhn-slide .mhn-text h4 {
      font-weight: 700;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .mhn-slide .mhn-text p {
      max-height: 4.5em;
      overflow: hidden; }
  .mhn-slide .owl-stage-outer {
    z-index: 1; }
  .mhn-slide .owl-nav {
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .mhn-slide .owl-nav svg {
      fill: #fff; }
    .mhn-slide .owl-nav .disabled {
      display: none; }
  .mhn-slide .owl-prev {
    top: 150px;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-top: -20px;
    position: absolute;
    border-radius: 50%;
    background-color: #0b3effa1;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
    left: -1%;
    top: 50%; }
  .mhn-slide .owl-next {
    top: 150px;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-top: -20px;
    position: absolute;
    border-radius: 50%;
    background-color: #0b3effa1;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2);
    right: 12%;
    top: 50%; }

.owl-item:not(.active) {
  opacity: 0.5; }

.card-body {
  padding: 0 25px 25px 25px !important; }

span.card-icon-top.vfi.vfi-porte-voix img {
  width: auto;
  padding: 15px 15px 0; }

.card {
  width: auto;
  background-color: #fff;
  border-radius: 15px !important;
  margin: auto; }
  .card .card-title {
    color: #0f161f;
    font-family: "avert-semibold";
    font-size: 16px; }
  .card .card-text {
    color: #000;
    font-size: 14px;
    font-family: avert-regular;
    margin-top: 10px;
    text-align: left; }
  .card .vfi {
    filter: none; }
  .card a:hover {
    text-decoration: none; }

.card2 {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  border: none;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  height: 230px; }
  .card2 > a:hover .text-muted {
    color: #fff !important; }
  .card2 > a:hover .card-tags:before {
    background-color: #fff; }
  .card2 > a:active .text-muted {
    color: #fff !important; }
  .card2 > a:active .card-tags:before {
    background-color: #fff; }

.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%;
  padding-top: 25px; }

.owl-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.owl-dots {
  text-align: center;
  margin-top: 20px; }

.owl-dot {
  display: inline-block; }
  .owl-dot span {
    width: 11px;
    height: 11px;
    background-color: #ccc;
    border-radius: 50%;
    display: block;
    margin: 5px 3px; }

.owl-dot.active span {
  background-color: #000; }

.dkCarousel {
  display: block; }

.mbCarousel {
  display: none; }

.deskTop {
  display: block;
  margin: auto; }

.moBile {
  display: none;
  margin: auto; }

.bg-title {
  position: absolute;
  top: 18%;
  text-align: left;
  left: 19%;
  color: #fff; }
  .bg-title h2 {
    font-size: 45px;
    margin: 0;
    color: #ff4e02;
    text-transform: uppercase;
    line-height: 20px;
    font-family: "Nunito Sans";
    font-weight: 600; }
  .bg-title h4 {
    margin: 30px 0 0 0;
    font-size: 30px;
    font-family: "Nunito Sans";
    font-weight: 600; }

div#videoSelect {
  overflow: auto;
  height: 336px;
  display: inline-flex;
  flex-direction: column; }
  div#videoSelect img {
    width: 100%; }

.namewee_grid {
  display: flex; }

.namewee_video {
  padding: 0 17%;
  padding-bottom: 40px; }

.video-section {
  display: inline-flex;
  flex-direction: row;
  width: 690px; }

#btnText1 {
  position: absolute;
  left: 27%;
  bottom: 60%;
  outline: none;
  font-size: 25px;
  color: #fff; }

#btnText2 {
  position: absolute;
  left: 27%;
  bottom: 35%;
  outline: none;
  font-size: 25px;
  color: #fff; }

#btnText3 {
  position: absolute;
  left: 27%;
  bottom: 7%;
  outline: none;
  font-size: 25px;
  color: #fff; }

.slick-next:before {
  color: black;
  display: none; }

.article-desc {
  border-radius: 20px;
  background-color: #262626;
  color: #fff;
  text-align: left;
  width: 95%;
  margin: auto; }
  .article-desc img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #dc480a; }
.slick-dots li button:before {
  font-size: 20px;
  color: #686e7a; }

.article-title {
  color: #ff4b00;
  text-align: left;
  padding: 0 0% 3%; }
  .article-title h3 {
    font-size: 35px;
    margin: 0;
    font-family: "Nunito Sans";
    font-weight: 600; }

.vip.grid {
  background-color: #040404;
  display: grid;
  grid-template-columns: 30% 70%; }

.vip-title {
  align-self: center;
  text-align: left; }
  .vip-title h2 {
    font-size: 45px;
    color: #ff4b00;
    font-family: "Nunito Sans";
    font-weight: 600;
    margin: 0; }
  .vip-title h3 {
    color: #fff;
    font-size: 35px;
    font-family: "Nunito Sans";
    font-weight: 600;
    margin: 0; }

.cryto-texts {
  position: relative;
  top: 180px;
  text-align: right;
  right: 50px; }
  .cryto-texts h2 {
    font-size: 45px;
    color: #ff4b00;
    font-family: "Nunito Sans";
    font-weight: 600;
    margin: 0; }
  .cryto-texts h3 {
    color: #fff;
    font-size: 35px;
    font-family: "Nunito Sans";
    font-weight: 600;
    margin: 0; }

.footer-title {
  text-align: center; }
  .footer-title h2 {
    font-size: 45px;
    color: #ff4b00;
    font-family: "Nunito Sans";
    font-weight: 600;
    margin: 0; }

.cryto-grid {
  display: grid;
  grid-template-columns: 70% 30%; }

.choose-grid {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-gap: 2%; }

.why-choose {
  padding: 5% 0;
  text-align: left;
  color: #ff4e00; }
  .why-choose h2 {
    font-size: 35px;
    font-family: "Nunito Sans";
    font-weight: 600;
    margin: 0 0 10px 0; }
  .why-choose p {
    font-size: 20px;
    color: #fff;
    font-family: "Nunito Sans";
    font-weight: 400;
    margin: 0; }

.footer-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  text-align: center;
  position: relative;
  top: 120px;
  left: -50px; }

.vip-club img {
  width: 100%; }

.cryto-bg img {
  width: 100%; }

@media only screen and (max-width: 991px) {
  .carousel-caption {
    padding-bottom: 340px; }
    .carousel-caption h2 {
      font-size: 40px;
      letter-spacing: 0; } }
@media only screen and (max-width: 767px) {
  .navbar-default .navbar-collapse {
    border-color: transparent;
    background: #fff; }
  .navbar-default .navbar-nav > li > a {
    color: #000; }

  .carousel-caption {
    padding-bottom: 120px; }
    .carousel-caption p {
      font-size: 12px;
      width: 95%;
      margin: 10px auto; }
    .carousel-caption h2 {
      font-size: 20px;
      letter-spacing: 0; } }
@media (min-width: 300px) and (max-width: 699px) {
  .caption-style-3 {
    width: auto; }
    .caption-style-3 li:hover .caption {
      background-color: transparent; }
    .caption-style-3 .caption-text h2 {
      text-transform: uppercase;
      font-size: 6px;
      margin: 0; }

  .bannerTitle.container img {
    width: 60%;
    margin: auto;
    width: 100%;
    margin: auto; }

  .model-bg {
    margin-top: 0; }

  .bannerTitle-h1 {
    font-size: 25px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    font-family: avert-extrabold !important; }

  #fp-nav.right {
    left: 0; }

  .bannerTitle {
    top: unset;
    bottom: 120px; }
    .bannerTitle p {
      font-size: 18px;
      color: #000; }

  #mbBold {
    font-weight: bold; }

  .moInfo p {
    margin: 0;
    font-size: 18px;
    color: #000; }
  .moInfo h3 {
    margin: 0;
    font-size: 20px; }
  .moInfo h1 {
    font-size: 35px;
    color: #39b54a;
    text-transform: uppercase; }
  .moInfo button {
    width: 100%;
    font-size: 16px; }

  .whyInfo p {
    margin: 0;
    font-size: 18px;
    color: #000; }
  .whyInfo h3 {
    margin: 0;
    font-size: 20px; }
  .whyInfo .h3 {
    margin: 0;
    font-size: 20px; }
  .whyInfo h1 {
    font-size: 35px;
    color: #39b54a;
    text-transform: uppercase; }
  .whyInfo .h1 {
    font-size: 35px;
    color: #39b54a;
    text-transform: uppercase; }

  .evoSec h3 {
    margin: 0;
    font-size: 20px; }
  .evoSec .h3 {
    margin: 0;
    font-size: 20px; }
  .evoSec h1 {
    font-size: 35px;
    color: #39b54a;
    text-transform: uppercase; }
  .evoSec .h1 {
    font-size: 35px;
    color: #39b54a;
    text-transform: uppercase; }

  .aboutSec h3 {
    margin: 0;
    font-size: 20px; }
  .aboutSec .h3 {
    margin: 0;
    font-size: 20px; }
  .aboutSec h1 {
    font-size: 35px;
    color: #39b54a;
    text-transform: uppercase; }
  .aboutSec .h1 {
    font-size: 35px;
    color: #39b54a;
    text-transform: uppercase; }

  .bgOneMb {
    background-image: url(../images/Mobile-Main-Banner.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-attachment: inherit;
    height: 100vh;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block; }

  .bgOneMbvn {
    background-image: url(../images/Mobile-Main-Banner-vn.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-attachment: inherit;
    height: 100vh;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block; }

  .mbSpec {
    top: 35px !important; }

  .bacGrid {
    display: none; }

  .diceGrid {
    display: none; }

  .michaelGrid {
    grid-template-columns: auto;
    text-align: center; }

  .evogaming {
    background-image: linear-gradient(to bottom, #0c5a42, #13332d);
    height: 350px;
    text-align: center; }
    .evogaming .card-title {
      color: #fff;
      font-size: 14px; }
    .evogaming .card-text {
      color: #fff !important;
      margin: 15px 0 0 0;
      font-size: 12px;
      text-align: center !important; }
    .evogaming img {
      width: 35% !important;
      padding: 15px 0 !important; }

  .caroUSEL.container {
    padding: 0 !important; }

  .evoImg img {
    width: 80%;
    margin: auto; }

  .evoSec.container {
    padding: 0 !important; }

  .evoWrapper {
    height: 35vh; }

  .fooNext img {
    width: 20%; }

  .fooChild {
    justify-content: space-between; }
    .fooChild img {
      width: 40%;
      margin-right: 50px; }
    .fooChild h3 {
      margin-right: 0;
      font-size: 12px;
      margin: 0;
      color: #fff; }
    .fooChild .h3 {
      margin-right: 0; }
      .fooChild .h3 .fooNext p {
        font-size: 12px;
        margin: 0;
        color: #fff; }
    .fooChild p {
      font-size: 12px;
      margin: 0;
      color: #fff; }

  .endGrid {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 50% auto; }

  .gatewaySec {
    margin-top: -20%; }

  .aboutUs {
    margin: 25% 0; }

  .gatewayGrid {
    grid-template-columns: auto;
    text-align: center;
    grid-gap: 3%; }

  .gateInfo {
    background-color: #fff;
    padding: 10px 30px 30px;
    border-radius: 15px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3); }

  .starRate p {
    margin: 0 0 0 10px;
    color: #000;
    text-align: left; }
  .starRate img {
    width: 14% !important; }

  .gateWay {
    background-color: #f5f5f5;
    padding: 100px 0 60px; }

  .owl-item:not(.active) {
    opacity: 1;
    scale: 0.85; }

  .model-img {
    padding-bottom: 50px; }

  .moSide {
    margin-top: 10%; }

  .secureWrapper {
    position: relative;
    bottom: 0; }

  .mhn-slide .mhn-item {
    width: 100%;
    padding: 8px 0; }

  .mbUse p {
    text-align: left;
    font-size: 14px !important; }

  span.greenBG {
    width: 50%; }

  #firsT {
    left: -25% !important; }

  #seCond {
    left: 0 !important; }

  #foUr {
    left: 100% !important; }

  #fiVe {
    left: 120% !important; }

  .whyChoose {
    margin-left: 0; }

  .burnleyClub img {
    width: 100% !important; }

  .container {
    padding: 0 25px; }

  .logo-img {
    padding: 30px 0 0; }

  .banner-info {
    margin: 0; }
    .banner-info img {
      width: 100%; }

  .banner-title {
    color: #fff;
    margin-bottom: 36%; }
    .banner-title h3 {
      font-size: 16px; }
    .banner-title h1 {
      font-size: 23px; }

  .info-grid {
    display: grid;
    grid-template-columns: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    grid-gap: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 50px 0 0 0; }

  .blueMbox2 {
    display: block;
    background-color: #001081;
    height: 94px;
    width: 100%;
    box-shadow: 0px -20px 20px 0 #001081; }

  .redMbox2 {
    display: block;
    background-color: #5b0126;
    height: 94px;
    width: 100%;
    box-shadow: 0px -20px 20px 0 #5b0126; }

  .lightMbox2 {
    display: block;
    background-color: #0137a1;
    height: 94px;
    width: 100%;
    box-shadow: 0px -20px 20px 0 #0137a1; }

  .carSel {
    left: 0 !important;
    top: 0;
    margin: 0 !important;
    bottom: 60px !important;
    justify-content: center;
    align-items: flex-end; }

  .background-video {
    height: 70vh;
    width: auto;
    object-fit: contain;
    position: relative;
    left: -50%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block; }

  .rateInfo {
    align-self: flex-start; }
    .rateInfo h3 {
      font-size: 18px !important;
      color: #0b3eff !important;
      margin-bottom: 5px; }

  .testi-info h3 {
    font-size: 23px;
    color: #0f161f;
    margin-bottom: 5px; }
  .testi-info p {
    font-size: 16px;
    color: #8697a2;
    margin-bottom: 20px; }
  .testi-info img {
    width: 100%; }

  .testcomments {
    text-align: center !important;
    position: relative;
    top: -5%; }

  .licenseInfo img {
    width: 50%; }
  .licenseInfo p {
    font-size: 12px;
    color: #8697a2; }

  .stayAhead {
    padding-top: 10% !important;
    text-align: center; }
    .stayAhead h3 {
      font-size: 23px;
      color: #0f161f; }

  .licenSec h3 {
    text-align: center;
    font-size: 23px;
    margin: 0 0 10% 0; }

  .licen-grid {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
    padding: 0 15px; }

  .tickWrap img {
    width: 20%;
    transform: rotate(340deg);
    position: relative;
    top: -30px;
    bottom: 0;
    left: 8%;
    animation: 7s infinite alternate floating; }

  .rateAvatar {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 0 25%; }

  .testiRate p {
    margin: 15px 0 0;
    padding: 0 20px 45px; }

  .testIndicator {
    bottom: 0 !important;
    text-align: left;
    left: 0 !important;
    position: relative; }

  .testi-grid {
    display: grid;
    grid-template-columns: auto; }

  .logoAni img {
    width: 200% !important; }

  .sub-link {
    display: none; }

  .usergrid {
    display: flex;
    grid-template-columns: 50% 50%;
    padding-left: 0;
    flex-direction: column-reverse;
    display: flex;
    grid-template-columns: 50% 50%;
    padding-left: 0;
    flex-direction: column-reverse;
    text-align: center; }

  .keyWrap.container {
    display: none; }

  .trustedMil {
    background-color: #f3f5f6;
    padding: 0 5%; }

  .trus {
    position: relative;
    top: 0;
    padding: 0 20px 10px;
    margin-top: -50px; }

  .paulaPose {
    position: relative;
    top: -50px;
    bottom: 0; }

  .msgWrap img {
    width: 14%;
    transform: rotate(340deg);
    position: relative;
    top: 407px;
    bottom: 0;
    left: 78%;
    animation: 7s infinite alternate msgwrap; }

  .userMil {
    background-image: url(../images/bgMb.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-attachment: inherit;
    height: auto;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    border-radius: 20px;
    padding: 5% 0 !important; }

  .infobox h4 {
    font-size: 20px; }
  .infobox p {
    margin: 5px 0 0 !important;
    font-size: 14px !important;
    color: #8697a2; }

  .userinfo h3 {
    font-size: 23px;
    margin-bottom: 0;
    color: #0f161f; }
  .userinfo p {
    margin: 15px 0 30px;
    font-size: 16px;
    color: #8697a2; }

  .trustBtn {
    border: none;
    margin: 5% 0 0;
    padding: 8px 25px;
    border-radius: 5px;
    background-color: #ff8a00;
    color: #fff;
    font-family: "avert-semibold";
    width: 100%; }

  .stay-animation {
    height: 10vh;
    width: 90vw;
    object-fit: cover;
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block; }

  #hrStyle {
    border-top: 0 solid transparent; }

  .socialLinks {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0 20px; }

  .copyRight p {
    font-size: 10px;
    color: #8697a2;
    padding: 0 20px; }

  .secuRity {
    display: none; }

  .socialInfo ol img {
    width: 14%; }

  div#zoom_1 {
    translate: 47% -140%; }

  div#zoom_2 {
    translate: -25% -98%; }

  div#zoom_3 {
    translate: -33% -126%; }

  div#zoom_4 {
    translate: 3% -142%; }
    div#zoom_4 img {
      width: 280% !important; }

  div#zoom_7 {
    translate: -64% -122%; }
    div#zoom_7 img {
      width: 280% !important; }

  div#zoom_10 {
    translate: -50% -115%; }
    div#zoom_10 img {
      width: 280% !important; }

  div#zoom_12 {
    translate: -32% -147%; }
    div#zoom_12 img {
      width: 280% !important; }

  div#zoom_5 {
    translate: -3% -87%; }
    div#zoom_5 img {
      width: 125% !important; }

  div#zoom_11 {
    translate: 5% -133%; }
    div#zoom_11 img {
      width: 125% !important; }

  div#zoom_15 {
    translate: -88% -121%; }
    div#zoom_15 img {
      width: 125% !important; }

  div#zoom_13 {
    translate: -67% -88%; }
    div#zoom_13 img {
      width: 125% !important; }

  div#zoom_6 {
    translate: -22% -140%; }

  div#zoom_8 {
    translate: 8% -86%; }

  div#zoom_9 {
    translate: -65% -124%; }

  div#zoom_14 {
    translate: -128% -150%; }

  .stayAnimation {
    padding-top: 30px; }

  .card .card-text {
    color: #8697a2;
    font-size: 14px;
    font-family: avert-regular;
    margin-top: 15px;
    text-align: center;
    padding: 0; } }
@media (min-width: 1820px) and (max-width: 1850px) {
  .countrySelect {
    color: #fff;
    width: 75%; }

  .card2 {
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    border: none;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.13);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.13);
    height: 380px; }
    .card2 > a:hover {
      color: inherit;
      background-image: linear-gradient(to bottom, #ffb609, #ff722f);
      border-radius: 15px !important;
      text-decoration: none;
      height: 380px; }
    .card2 > a:active {
      color: inherit;
      background-image: linear-gradient(to bottom, #ffb609, #ff722f);
      border-radius: 15px !important;
      text-decoration: none;
      height: 380px; }

  .userMil {
    height: 48.5vh; }

  .burnleyClub img {
    width: 65% !important;
    position: relative;
    top: -25px; }

  .bannerLeft {
    position: relative;
    top: -50px; } }
@media (min-width: 1500px) and (max-width: 1599px) {
  .chooseWrapper {
    background-color: #fff;
    border-top: 2px solid #d6b16b;
    margin-bottom: -30%; }

  .bannerTitle {
    padding: 1% 0 0 !important; }
    .bannerTitle p {
      font-size: 16px;
      color: #000; }
    .bannerTitle h3 {
      font-size: 25px;
      color: #000; }

  .caption-style-3 {
    width: 40%; }
    .caption-style-3 .caption-text h2 {
      font-size: 12px;
      margin: 0; }

  .banner-info img {
    width: 63%; }

  .userMil {
    height: 64vh; }

  .logo-img img {
    width: 45% !important; }

  .banner-title h3 {
    font-size: 18px; }
  .banner-title h1 {
    font-size: 30px; }

  .msgWrap img {
    width: 8%;
    position: relative;
    top: 865px;
    bottom: 0;
    left: -9%;
    animation: 7s infinite alternate msgwrap; }

  .diceWrap img {
    width: 5%;
    position: relative;
    top: 970px;
    bottom: 0;
    left: -6%;
    animation: 7s infinite alternate msgwrap; }

  .evoWrapper {
    background-color: #171717;
    text-align: center;
    height: 90vh; }

  .greenBG h3 {
    color: #fff;
    font-size: 14px;
    margin: 20px 0; }
  .greenBG p {
    color: #fff;
    font-size: 12px; }

  span.greenBG {
    height: 320px; }
    span.greenBG img {
      width: 30%; }

  .bigWrap img {
    width: 12%;
    position: relative;
    top: 983px;
    bottom: 0;
    right: -92%;
    animation: 7s infinite alternate msgwrap; }

  .diCeWrap img {
    width: 8%;
    position: relative;
    top: 910px;
    bottom: 0;
    right: -104%;
    animation: 7s infinite alternate msgwrap; }

  .burnleyClub img {
    width: 55% !important; }

  #logoburn img {
    width: 20% !important; }

  .mhn-slide .owl-next {
    right: 14%; }

  div#zoom_1 {
    translate: 137% -136%; }
    div#zoom_1 img {
      width: 230%; }

  div#zoom_2 {
    translate: 94% -93%; }
    div#zoom_2 img {
      width: 230%; }

  div#zoom_6 {
    translate: 112% -113%; }
    div#zoom_6 img {
      width: 230%; }

  div#zoom_8 {
    translate: 65% -60%; }
    div#zoom_8 img {
      width: 230%; }

  div#zoom_3 {
    translate: 156% -127%; }
    div#zoom_3 img {
      width: 340%; }

  div#zoom_9 {
    translate: -13% -117%; }
    div#zoom_9 img {
      width: 340%; }

  div#zoom_14 {
    translate: -281% -126%; }
    div#zoom_14 img {
      width: 340%; }

  .logoAni img {
    width: 135%; }

  div#zoom_4 {
    translate: 43% -112%; }

  div#zoom_5 {
    translate: 57% -68%; }

  div#zoom_7 {
    translate: 22% -101%; }

  div#zoom_10 {
    translate: 2% -106%; }

  div#zoom_11 {
    translate: 17% -122%; }

  div#zoom_12 {
    translate: -9% -124%; }

  div#zoom_13 {
    translate: -121% -66%; }

  div#zoom_15 {
    translate: -115% -103%; }

  .stay-animation {
    width: 98vw; } }
@media (min-width: 1200px) and (max-width: 1299px) {
  .banner-info img {
    width: 52%; }

  .bannerTitle {
    padding: 1% 0 0 !important; }
    .bannerTitle p {
      font-size: 16px;
      color: #000; }
    .bannerTitle h3 {
      font-size: 25px;
      color: #000; }

  .caption-style-3 {
    width: 33%; }
    .caption-style-3 .caption-text h2 {
      font-size: 10px;
      margin: 0; }

  .bannerTitle.container img {
    width: 55%;
    margin: auto; }

  span#firsT {
    left: 13% !important; }

  span.greenBG {
    width: 20%; }

  .whyChoose {
    margin: 0 0 0 6%; }

  .burnleyClub img {
    width: 50% !important; }

  #logoburn img {
    width: 18% !important; }

  .mhn-slide .owl-next {
    right: 15%; }

  .logo-img img {
    width: 35% !important; }

  .banner-title h3 {
    font-size: 18px; }
  .banner-title h1 {
    font-size: 30px; }

  .card2 {
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    border: none;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.13);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.13); }
    .card2 > a:hover {
      color: inherit;
      background-image: linear-gradient(to bottom, #ffb609, #ff722f);
      border-radius: 15px !important;
      text-decoration: none;
      height: 380px; }
    .card2 > a:active {
      color: inherit;
      background-image: linear-gradient(to bottom, #ffb609, #ff722f);
      border-radius: 15px !important;
      text-decoration: none;
      height: 380px; }

  .userMil {
    height: 77vh; }

  div#zoom_1 {
    translate: 190% -124%; }
    div#zoom_1 img {
      width: 300%; }

  div#zoom_2 {
    translate: 164% -82%; }
    div#zoom_2 img {
      width: 300%; }

  div#zoom_6 {
    translate: 112% -113%; }
    div#zoom_6 img {
      width: 300%; }

  div#zoom_8 {
    translate: 57% -66%; }
    div#zoom_8 img {
      width: 300%; }

  div#zoom_3 {
    translate: 256% -111%; }
    div#zoom_3 img {
      width: 400%; }

  div#zoom_9 {
    translate: -7% -112%; }
    div#zoom_9 img {
      width: 400%; }

  div#zoom_14 {
    translate: -328% -126%; }
    div#zoom_14 img {
      width: 400%; }

  .logoAni img {
    width: 200%; }

  div#zoom_4 {
    translate: 40% -112%; }

  div#zoom_5 {
    translate: 57% -68%; }

  div#zoom_7 {
    translate: 6% -105%; }

  div#zoom_10 {
    translate: 2% -106%; }

  div#zoom_11 {
    translate: 17% -122%; }

  div#zoom_12 {
    translate: -9% -124%; }

  div#zoom_13 {
    translate: -167% -69%; }

  div#zoom_15 {
    translate: -115% -103%; }

  .stay-animation {
    width: 98vw; }

  .namewee_bg {
    margin-bottom: 50px; }

  div#videoSelect {
    height: 237px;
    margin-right: 25px; }

  .namewee_video {
    padding-bottom: 40px; }

  .navgrid {
    display: grid;
    grid-template-columns: 50% 50%; }

  .navBar {
    padding: 10px 17%; }

  .dropdown-menu {
    min-width: 17rem !important; }

  .malaysia-menu a {
    font-size: 15px; }

  .singapore-menu a {
    font-size: 15px; }

  nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
    width: 150px; }

  .dropdown a {
    font-size: 18px; }

  .vip-title h2 {
    font-size: 35px; }
  .vip-title h3 {
    font-size: 25px; }

  .cryto-texts {
    position: relative;
    top: 150px;
    text-align: right;
    right: 210px; }
    .cryto-texts h2 {
      font-size: 35px; }
    .cryto-texts h3 {
      font-size: 25px; }

  .footer-title h2 {
    font-size: 35px; }

  .article-desc {
    width: auto;
    margin: auto;
    height: 350px; }

  .choose-info img {
    width: 20%; }
  .choose-info h3 {
    font-size: 18px; }
  .choose-info p {
    font-size: 16px;
    color: #999999; }

  .cryto-texts.my-content {
    right: 180px; }

  .vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 40% 60%; }

  .login-btn.btnlogin {
    width: 100%;
    font-size: 16px; }

  .join-btn.btnlogin {
    font-size: 16px; }

  .bg-title {
    top: 20%;
    left: 6%; }

  .why-choose p {
    font-size: 18px; }
  .why-choose h2 {
    font-size: 30px; }

  .footer-grid {
    top: 70px;
    left: -25px; } }
@media (min-width: 2000px) and (max-width: 3000px) {
  .banner-info {
    margin: 0 -88%; }
    .banner-info img {
      width: 89%; }

  .countrySelect {
    color: #fff;
    width: 80%; }

  .burnleyClub img {
    width: 60% !important; }

  .collabDown {
    bottom: 0; }

  .info-grid {
    grid-template-columns: 65% 35%; }

  .msgWrap img {
    width: 10%;
    top: 821px;
    bottom: 0;
    left: -18%;
    animation: 7s infinite alternate msgwrap; }

  .diceWrap img {
    width: 7%;
    top: 1030px;
    bottom: 0;
    left: -43%;
    animation: 7s infinite alternate msgwrap; }

  .diCeWrap img {
    width: 8%;
    top: 1030px;
    bottom: 0;
    right: -135%;
    animation: 7s infinite alternate msgwrap; }

  .mhn-slide .owl-next {
    right: 10%;
    top: 50%; }

  .logo-img img {
    width: 50% !important; }

  .chooseWrapper {
    margin-bottom: 15%; }

  .evoWrapper {
    height: 53vh; }

  .aboutUs {
    margin: 9% 0; }

  .testi-info img {
    width: 100%; }

  .starRate img {
    width: 8% !important; }

  .rateInfo img {
    width: auto; }

  .userMil {
    height: 40.5vh; }

  .stay-animation {
    width: 100vw; }

  div#zoom_3 img {
    width: 140%; }

  div#zoom_9 img {
    width: 140%; }

  div#zoom_14 {
    translate: -220% -143%; }
    div#zoom_14 img {
      width: 140%; }

  div#zoom_10 {
    translate: -63% -108%; }

  div#zoom_11 {
    translate: 17% -149%; }

  div#zoom_2 {
    translate: 27% -119%; }

  div#zoom_1 {
    translate: 131% -170%; }

  .logoAni img {
    width: 75%; } }
@media only screen and (max-width: 520px) {
  .accordian {
    width: 100%; }

  .accordian_content {
    display: none; }

  .accordian_title {
    cursor: pointer; }
    .accordian_title:after {
      float: right;
      font-size: 20px;
      line-height: 28px;
      content: "\f3d0";
      display: inline-block;
      font-family: "Ionicons";
      speak: none;
      font-style: normal;
      font-weight: 600;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: grey; }

  .active_header .accordian_title:after {
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

  .desktop_version {
    display: none; }

  .desktop_accordian {
    flex-direction: column;
    width: auto;
    margin: 0 auto;
    padding: 35px 20px 0; } }
@media only screen and (min-width: 521px) {
  .mobile_version {
    display: none; } }
@media screen and (min-width: 768px) {
  .right-button {
    height: 120px;
    width: 60px;
    border-radius: 90px 0 0 90px;
    -moz-border-radius: 90px 0 0 90px;
    -webkit-border-radius: 90px 0 0 90px;
    display: inline-block;
    position: relative;
    float: right; }

  .left-button {
    height: 120px;
    width: 60px;
    border-radius: 0 90px 90px 0;
    -moz-border-radius: 0 90px 90px 0;
    -webkit-border-radius: 0 90px 90px 0;
    display: inline-block;
    position: relative;
    float: left; }

  .carousel-control .glyphicon-chevron-left {
    top: 35%;
    font-size: 35px;
    left: 5%; }
  .carousel-control .glyphicon-chevron-right {
    top: 35%;
    font-size: 35px;
    left: 35%; }

  .carousel-caption {
    font-size: 18px;
    padding: 15px 20px 15px; } }
@media screen and (min-width: 992px) {
  .carousel-caption {
    font-size: 18px;
    padding: 15px 20px 15px; } }
@media (min-width: 1600px) and (max-width: 1799px) {
  div#videoSelect {
    height: 300px;
    margin-right: 25px; }

  .namewee_video {
    padding-bottom: 40px; }

  .malaysia-menu a {
    font-size: 15px; }

  .singapore-menu a {
    font-size: 15px; }

  .bg-title {
    top: 20%;
    left: 17%; }

  .dropdown-menu {
    min-width: 17rem !important; }

  .article-desc {
    width: auto;
    margin: auto;
    height: 350px; }

  .cryto-texts {
    position: relative;
    top: 180px;
    text-align: right;
    right: 80px; } }
@media (min-width: 1400px) and (max-width: 1499px) {
  .namewee_bg {
    margin-bottom: 60px; }

  div#videoSelect {
    height: 267px;
    margin-right: 25px; }

  .namewee_video {
    padding-bottom: 40px; }

  .malaysia-menu a {
    font-size: 15px; }

  .singapore-menu a {
    font-size: 15px; }

  .dropdown-menu {
    min-width: 17rem !important; }

  .dropdown a {
    font-size: 18px; }

  nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
    width: 160px; }

  .article-desc {
    width: auto;
    margin: auto;
    height: 350px; }

  .vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 40% 60%;
    margin-top: 0; }

  .cryto-texts {
    position: relative;
    top: 170px;
    text-align: right;
    right: 210px;
    position: relative;
    top: 180px;
    text-align: right;
    right: 180px; }
    .cryto-texts h2 {
      font-size: 40px; }
    .cryto-texts h3 {
      font-size: 30px; }

  .login-btn.btnlogin {
    width: 100%;
    font-size: 18px; }

  .choose-info img {
    width: 23%; }
  .choose-info h3 {
    font-size: 18px; }
  .choose-info p {
    font-size: 16px; }

  .join-btn.btnlogin {
    font-size: 18px; }

  .bg-title {
    top: 21%;
    left: 10%; }

  .vip-title h2 {
    font-size: 40px; }
  .vip-title h3 {
    font-size: 30px; }

  .footer-title h2 {
    font-size: 40px; } }
@media (min-width: 1300px) and (max-width: 1399px) {
  .namewee_bg {
    margin-bottom: 50px; }

  div#videoSelect {
    height: 258px;
    margin-right: 25px; }

  .namewee_video {
    padding-bottom: 40px; }

  .navgrid {
    display: grid;
    grid-template-columns: 50% 50%; }

  .navBar {
    padding: 10px 17%; }

  .dropdown-menu {
    min-width: 17rem !important; }

  .malaysia-menu a {
    font-size: 15px; }

  .singapore-menu a {
    font-size: 15px; }

  nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
    width: 150px; }

  .dropdown a {
    font-size: 18px; }

  .vip-title h2 {
    font-size: 35px; }
  .vip-title h3 {
    font-size: 25px; }

  .cryto-texts {
    position: relative;
    top: 150px;
    text-align: right;
    right: 250px; }
    .cryto-texts h2 {
      font-size: 35px; }
    .cryto-texts h3 {
      font-size: 25px; }

  .footer-title h2 {
    font-size: 35px; }

  .article-desc {
    width: auto;
    margin: auto;
    height: 350px; }

  .choose-info img {
    width: 20%; }
  .choose-info h3 {
    font-size: 18px; }
  .choose-info p {
    font-size: 16px;
    color: #999999; }

  .vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 40% 60%; }

  .login-btn.btnlogin {
    width: 100%;
    font-size: 16px; }

  .join-btn.btnlogin {
    font-size: 16px; }

  .bg-title {
    top: 20%;
    left: 8%; }

  .why-choose p {
    font-size: 18px; }
  .why-choose h2 {
    font-size: 30px; } }
@media (min-width: 1025px) and (max-width: 1199px) {
  .namewee_bg {
    margin-bottom: 50px; }

  div#videoSelect {
    height: 222px;
    margin-right: 25px; }

  .namewee_video {
    padding-bottom: 40px; }

  .navgrid {
    display: grid;
    grid-template-columns: 40% 60%; }

  .navInfo img {
    width: 50%; }

  .navBar {
    padding: 10px 17%; }

  .dropdown-menu {
    min-width: 17rem !important; }

  .malaysia-menu a {
    font-size: 15px; }

  .singapore-menu a {
    font-size: 15px; }

  nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
    width: 130px; }

  .dropdown a {
    font-size: 18px; }

  .vip-title h2 {
    font-size: 25px; }
  .vip-title h3 {
    font-size: 20px; }

  .cryto-texts {
    position: relative;
    top: 130px;
    text-align: right;
    right: 100px; }
    .cryto-texts h2 {
      font-size: 25px; }
    .cryto-texts h3 {
      font-size: 20px; }

  .footer-title h2 {
    font-size: 25px; }

  .article-desc {
    width: 100%;
    margin: auto;
    height: 335px; }

  .choose-info img {
    width: 20%; }
  .choose-info h3 {
    font-size: 16px; }
  .choose-info p {
    font-size: 14px;
    color: #999999; }

  .vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 40% 60%; }

  .login-btn.btnlogin {
    width: 100%;
    font-size: 16px; }

  .join-btn.btnlogin {
    font-size: 16px; }

  .logingrid {
    margin-left: 35%; }

  .bg-title {
    left: 16%; }
    .bg-title h2 {
      font-size: 30px;
      line-height: 10px; }
    .bg-title h4 {
      margin: 25px 0 0 0;
      font-size: 20px; }

  .why-choose p {
    font-size: 18px; }
  .why-choose h2 {
    font-size: 25px; } }
@media (min-width: 992px) and (max-width: 1024px) {
  .namewee_bg {
    margin-bottom: 50px; }

  div#videoSelect {
    height: 195px;
    margin-right: 25px; }

  .namewee_video {
    padding-bottom: 40px; }

  .navgrid {
    display: grid;
    grid-template-columns: 40% 60%; }

  .navInfo img {
    width: 50%; }

  .navBar {
    padding: 10px 17%; }

  .bg-title {
    top: 11%;
    left: 10%; }
    .bg-title h2 {
      font-size: 30px;
      line-height: 10px; }
    .bg-title h4 {
      margin: 20px 0 0 0;
      font-size: 20px; }

  .dropdown-menu {
    min-width: 17rem !important; }

  .login-btn.btnlogin {
    width: 100%;
    font-size: 16px; }

  .join-btn.btnlogin {
    font-size: 16px; }

  .why-choose {
    padding: 5%;
    text-align: center;
    color: #ff4e00; }
    .why-choose p {
      font-size: 16px; }
    .why-choose h2 {
      font-size: 25px;
      font-family: "Nunito Sans";
      font-weight: 600;
      margin: 0 0 10px 0; }

  .choose-info {
    padding: 0 18%;
    padding-bottom: 10%; }
    .choose-info h3 {
      font-size: 16px; }
    .choose-info p {
      font-size: 14px;
      color: #999999; }
    .choose-info img {
      width: 18%; }

  .choose-bg {
    padding-bottom: 0; }

  #me88img img {
    width: 25%;
    margin-top: -12px; }

  .article-title {
    color: #ff4b00;
    text-align: center;
    padding: 0 10% 5%; }
    .article-title h3 {
      font-size: 30px; }

  .vip-title h2 {
    font-size: 25px; }
  .vip-title h3 {
    font-size: 20px; }

  .cryto-texts {
    position: relative;
    top: 90px;
    text-align: right;
    right: 120px; }
    .cryto-texts h2 {
      font-size: 25px; }
    .cryto-texts h3 {
      font-size: 20px; }

  .footer-title h2 {
    font-size: 25px; }

  .choose-grid {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 0; }

  .spacer100 {
    margin-bottom: 50px; }

  .nav-grid {
    overflow: hidden; }

  .footer-grid {
    top: 50px;
    left: 35px; }

  .logingrid {
    margin-left: 30%; }

  .article-desc {
    width: auto;
    margin: auto;
    height: 350px; } }
@media (min-width: 700px) and (max-width: 991px) {
  .namewee_bg {
    margin-bottom: 30px; }

  div#videoSelect {
    height: 170px;
    margin-right: 25px; }

  .namewee_video {
    padding-bottom: 40px; }

  .dropdown-menu.show {
    left: -90px !important; }

  .navgrid {
    display: grid;
    grid-template-columns: 40% 60%; }

  .navInfo img {
    width: 50%; }

  .navBar {
    padding: 10px 17%; }

  .navJoin {
    font-size: 16px; }

  .navLogin {
    font-size: 16px; }

  a.navbar-brand {
    margin: auto;
    text-align: center; }

  .article-title h3 {
    font-size: 28px; }

  a.dropdown-item img {
    width: 10% !important; }

  .vip-title h2 {
    font-size: 30px; }
  .vip-title h3 {
    font-size: 20px; }

  .cryto-texts {
    top: 80px;
    right: 60px; }
    .cryto-texts h2 {
      font-size: 30px; }
    .cryto-texts h3 {
      font-size: 20px; }

  .footer-title h2 {
    font-size: 30px; }

  .article-desc {
    width: auto;
    margin: auto;
    height: 350px; }

  nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
    width: 35%; }

  .logingrid {
    margin-left: 0; }

  .bg-title {
    top: 12%;
    left: 6%; }
    .bg-title h4 {
      margin: 20px 0 0 0;
      font-size: 18px; }
    .bg-title h2 {
      font-size: 25px;
      line-height: 15px; }

  .login-btn.btnlogin {
    font-size: 16px; }

  .join-btn.btnlogin {
    font-size: 16px; }

  #me88img img {
    width: 25%;
    margin-top: -12px; }

  #x-title {
    text-transform: lowercase;
    font-size: 35px; }

  .why-choose {
    padding: 5%;
    text-align: center;
    color: #ff4e00; }
    .why-choose h2 {
      font-size: 25px;
      font-family: "Nunito Sans";
      font-weight: 600;
      margin: 0 0 10px 0; }
    .why-choose p {
      font-size: 16px; }

  .choose-grid {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 0; }

  .choose-info img {
    width: 18%; }
  .choose-info h3 {
    font-size: 16px; }
  .choose-info p {
    font-size: 14px;
    color: #999999; }

  .footer-grid {
    top: 55px;
    left: -25px; } }
@media (min-width: 370px) and (max-width: 375px) {
  .bg-title {
    top: 12%; } }
#why_maxim88.why-choose-maxim88 {
  position: relative; }
  #why_maxim88.why-choose-maxim88 .left-dice, #why_maxim88.why-choose-maxim88 .left-green-chip, #why_maxim88.why-choose-maxim88 .right-yellow-chip, #why_maxim88.why-choose-maxim88 .right-dice {
    width: auto;
    position: absolute;
    bottom: 65%;
    left: 5%;
    animation: 7s infinite alternate msgwrap;
    z-index: 1; }
  #why_maxim88.why-choose-maxim88 .left-green-chip {
    animation: 7s infinite alternate msgwrap-right;
    bottom: 35%; }
  #why_maxim88.why-choose-maxim88 .right-yellow-chip {
    animation: 7s infinite alternate msgwrap-right;
    bottom: 30%;
    right: 5%;
    left: initial;
    width: 10rem; }
  #why_maxim88.why-choose-maxim88 .right-dice {
    bottom: 4%;
    right: 5%;
    left: initial;
    width: 10rem; }
#why_maxim88 #exText {
  margin-right: -100px; }
#why_maxim88 .slider {
  width: 100%;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0 !important;
  padding: 0 0 2%; }
  #why_maxim88 .slider input {
    display: none; }
#why_maxim88 .model-bg {
  margin-top: -170px; }
#why_maxim88 span.greenBG {
  background-image: linear-gradient(to bottom, #0c5a42, #13332d);
  text-align: center;
  width: 15%;
  height: 400px; }
  #why_maxim88 span.greenBG img {
    width: 35%; }
#why_maxim88 .secureWrapper {
  position: relative;
  bottom: -370px; }
#why_maxim88 .model-img {
  padding-bottom: 100px; }
  #why_maxim88 .model-img img {
    margin: auto; }
#why_maxim88 .why-grid {
  display: flex;
  text-align: left;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  justify-content: space-between;
  margin-bottom: 7rem;
  align-items: flex-end; }
#why_maxim88 .whyInfo p {
  margin: 0;
  font-size: 25px;
  color: #000; }
#why_maxim88 .whyInfo h1 {
  color: #39b54a;
  font-size: 60px;
  text-transform: uppercase;
  margin: 0; }
#why_maxim88 .whyInfo .h1 {
  color: #39b54a;
  font-size: 60px;
  text-transform: uppercase;
  margin: 0; }
#why_maxim88 .whyInfo h3 {
  margin: 0;
  font-size: 30px; }
#why_maxim88 .whyInfo .h3 {
  margin: 0;
  font-size: 30px; }
#why_maxim88 .whyInfo img {
  width: 80%;
  margin: 0; }
#why_maxim88 .greenBG h3 {
  color: #fff;
  font-size: 18px;
  margin: 20px 0; }
#why_maxim88 .greenBG .h3 {
  color: #fff;
  font-size: 18px;
  margin: 20px 0; }
#why_maxim88 .greenBG p {
  color: #fff;
  font-size: 16px; }

@media screen and (min-width: 1025px) and (max-width: 1370px) {
  #why_maxim88 .model-bg {
    margin-top: 0; }
  #why_maxim88 .secureWrapper {
    bottom: 0; }
  #why_maxim88.why-choose-maxim88 .left-dice, #why_maxim88.why-choose-maxim88 .left-green-chip, #why_maxim88.why-choose-maxim88 .right-yellow-chip, #why_maxim88.why-choose-maxim88 .right-dice {
    width: 5rem;
    bottom: 85%; }
  #why_maxim88.why-choose-maxim88 .left-green-chip {
    bottom: 30%; }
  #why_maxim88.why-choose-maxim88 .right-yellow-chip {
    bottom: 45%; }
  #why_maxim88.why-choose-maxim88 .right-dice {
    bottom: 20%; }
  #why_maxim88 .why-grid {
    display: flex;
    justify-content: center;
    text-align: center; }
    #why_maxim88 .why-grid #dk {
      display: none; }
  #why_maxim88 .greenBG p {
    font-size: 13px; } }
@media screen and (min-width: 700px) and (max-width: 1024px) {
  #why_maxim88.why-choose-maxim88 .left-dice, #why_maxim88.why-choose-maxim88 .left-green-chip, #why_maxim88.why-choose-maxim88 .right-yellow-chip, #why_maxim88.why-choose-maxim88 .right-dice {
    width: 5rem;
    bottom: 85%; }
  #why_maxim88.why-choose-maxim88 .left-green-chip {
    bottom: 30%; }
  #why_maxim88.why-choose-maxim88 .right-yellow-chip {
    bottom: 45%; }
  #why_maxim88.why-choose-maxim88 .right-dice {
    bottom: 20%; }
  #why_maxim88 .why-grid {
    margin-bottom: 0;
    display: block;
    text-align: center; }
    #why_maxim88 .why-grid #dk {
      display: none; }
  #why_maxim88 #Slider {
    display: none; }
  #why_maxim88 #mb {
    display: block; }
  #why_maxim88 .model-bg {
    margin-top: 0; }
  #why_maxim88 .secureWrapper {
    bottom: 0; }
  #why_maxim88 .card2 {
    height: 310px;
    background: linear-gradient(180deg, rgba(0, 82, 56, 0.95) 14.66%, rgba(12, 46, 40, 0.95) 100%); }
  #why_maxim88 .card .card-title {
    color: white; }
  #why_maxim88 .card .card-body {
    text-align: center; }
  #why_maxim88 .card .card-text {
    color: white; }
  #why_maxim88 .card img {
    width: 10rem; } }
@media screen and (max-width: 699px) {
  #why_maxim88 .moving-elements {
    display: none; }
  #why_maxim88 #Slider,
  #why_maxim88 #dk {
    display: none; }
  #why_maxim88 .whyInfo {
    text-align: center; }
    #why_maxim88 .whyInfo p {
      font-weight: normal;
      font-size: 20px; }
    #why_maxim88 .whyInfo .h1 {
      font-size: 40px; }
    #why_maxim88 .whyInfo .h3 {
      font-size: 20px; }
  #why_maxim88 .whyChoose {
    margin-bottom: 3rem;
    padding: 0; }
  #why_maxim88 #mb {
    display: block; }
  #why_maxim88 .why-grid {
    display: block; }
  #why_maxim88.why-choose-maxim88 {
    margin-top: 7rem; }
  #why_maxim88 .model-bg {
    margin-top: 0; }
  #why_maxim88 .secureWrapper {
    bottom: initial; } }
#usp .video-container {
  position: relative;
  padding: 0; }
  #usp .video-container .video-icon {
    position: absolute;
    top: 45%;
    z-index: 10;
    left: 45%; }
#usp .evoWrapper {
  background-color: #171717;
  text-align: center;
  height: 90vh;
  padding-top: 5rem; }
#usp .bacGrid {
  display: grid;
  grid-template-columns: 50% 48%;
  grid-gap: 2%;
  padding-top: 7rem; }
  #usp .bacGrid video {
    width: 100%;
    margin-top: 3rem;
    border-radius: 1.5rem; }
  #usp .bacGrid .usp-text {
    display: none; }
#usp .diceGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2%;
  margin-top: 3%; }
#usp .evoImg {
  padding-top: 50px; }
  #usp .evoImg img {
    width: 40%;
    margin: auto; }
#usp #evoText {
  color: #fff; }
#usp .moInfo p {
  margin: 0;
  font-size: 25px;
  color: #000; }
#usp .moInfo h1 {
  color: #39b54a;
  font-size: 60px;
  text-transform: uppercase;
  margin: 0; }
#usp .moInfo .h1 {
  color: #39b54a;
  font-size: 60px;
  text-transform: uppercase;
  margin: 0; }
#usp .moInfo .h3 {
  margin: 0;
  font-size: 30px; }
#usp .moInfo h3 {
  margin: 0;
  font-size: 30px; }
#usp .moInfo button {
  background-image: linear-gradient(#d7b76b, #c59b4e);
  border: 0;
  font-size: 20px;
  color: #000;
  padding: 10px 50px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 25px;
  text-transform: uppercase; }
#usp .evoSec h1 {
  color: #39b54a;
  font-size: 60px;
  text-transform: uppercase;
  margin: 0; }
#usp .evoSec .h1 {
  color: #39b54a;
  font-size: 60px;
  text-transform: uppercase;
  margin: 0; }
#usp .evoSec h3 {
  margin: 0;
  font-size: 30px; }
#usp .evoSec .h3 {
  margin: 0;
  font-size: 30px; }
#usp .moInfo-h1 {
  color: #39b54a;
  font-size: 60px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  line-height: 1.1;
  font-family: avert-extrabold !important; }
#usp .dDices img {
  width: auto;
  position: relative;
  top: -35px;
  bottom: 0;
  right: -101%;
  animation: 7s infinite alternate msgwrap;
  z-index: 1; }
#usp .bacInfo:hover {
  scale: 1.04;
  cursor: pointer;
  transition-duration: 2s; }
#usp .diceInfo:hover {
  scale: 1.04;
  cursor: pointer;
  transition-duration: 2s; }
#usp #categories_carousel {
  display: none; }

@media screen and (min-width: 1025px) and (max-width: 1370px) {
  #usp .evoWrapper {
    height: initial; }
  #usp .dDices {
    display: none; } }
@media screen and (min-width: 700px) and (max-width: 1024px) {
  #usp .dDices img {
    display: none; }
  #usp .evoWrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    height: initial; } }
@media screen and (max-width: 699px) {
  #usp .evoImg {
    padding-top: 90px;
    padding-bottom: 10px; }
    #usp .evoImg img {
      width: 70%; }
  #usp .evoSec .h1 {
    font-size: 30px;
    margin-bottom: 1rem; }
  #usp .evoSec .h3 {
    font-size: 15px; }
  #usp .bacGrid {
    display: flex;
    padding: 2rem;
    padding-left: 3rem; }
    #usp .bacGrid div.bacInfo:nth-child(2) {
      display: none; }
    #usp .bacGrid #dk .usp-text {
      display: block; }
      #usp .bacGrid #dk .usp-text h3 {
        text-align: left;
        padding-bottom: 1rem; }
      #usp .bacGrid #dk .usp-text p {
        color: white;
        text-align: left;
        padding: 0 0 10px; }
      #usp .bacGrid #dk .usp-text .play-btn {
        width: 100%;
        border-radius: 20px;
        padding: 1rem;
        width: 100%;
        display: block;
        background: linear-gradient(180deg, #DEC276 0%, #C59B4E 100%);
        color: black;
        text-transform: uppercase;
        font-weight: 900; }
  #usp .usp-text {
    margin-top: 1rem; }
    #usp .usp-text h3 {
      color: #DEC276;
      font-size: 17px; }
  #usp .evoWrapper {
    height: auto;
    padding-top: 0; }
  #usp .dDices {
    display: none; }
  #usp .diceGrid {
    display: none; }
  #usp #categories_carousel {
    display: block;
    padding: 2rem; }
    #usp #categories_carousel .item img {
      width: auto; } }
#testimonial .testimonial-slide {
  margin-top: 3rem; }
  #testimonial .testimonial-slide .mhn-item {
    width: 100%;
    padding: 10px;
    position: relative; }
#testimonial .aboutUs {
  margin: 8% 0; }
#testimonial .gatewaySec {
  margin-top: -5%; }
#testimonial .aboutSec {
  text-align: center; }
  #testimonial .aboutSec h1 {
    color: #39b54a;
    font-size: 60px;
    text-transform: uppercase;
    margin: 0; }
  #testimonial .aboutSec .h1 {
    color: #39b54a;
    font-size: 60px;
    text-transform: uppercase;
    margin: 0; }
  #testimonial .aboutSec h3 {
    margin: 0;
    font-size: 30px; }
  #testimonial .aboutSec .h3 {
    margin: 0;
    font-size: 30px; }
#testimonial .starRate {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 30px; }
  #testimonial .starRate img {
    width: 8% !important; }
  #testimonial .starRate p {
    margin: 5px 0 0 5px;
    color: #000; }
#testimonial span#starName {
  padding: 0 0 0 10px; }
#testimonial .whyChoose {
  margin-bottom: 5%; }
  #testimonial .whyChoose h3 {
    font-size: 25px;
    color: #0f161f; }
  #testimonial .whyChoose p {
    font-size: 16px;
    color: #8697a2;
    margin-bottom: 25px; }

@media screen and (min-width: 700px) and (max-width: 1024px) {
  #testimonial {
    margin-bottom: 10rem; } }
@media screen and (max-width: 699px) {
  #testimonial {
    margin-bottom: 7rem; }
    #testimonial .aboutSec .h3 {
      padding-bottom: 1rem; }
    #testimonial .aboutSec .h1 {
      font-size: 40px; }
    #testimonial .card2 {
      height: auto;
      min-height: 250px; }
    #testimonial .card .card-text {
      text-align: left; } }
#scrollToTopButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #808080;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10; }
  #scrollToTopButton img {
    height: 25px; }
  #scrollToTopButton:hover {
    background-color: #C59B4E; }

@media screen and (min-width: 700px) and (max-width: 1024px) {
  #scrollToTopButton {
    bottom: 110px; } }
@media screen and (max-width: 699px) {
  #scrollToTopButton {
    bottom: 110px; } }
