/* @import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext"); */
/* @import url(//db.onlinewebfonts.com/c/062d854979888eea0a317497179d6841?family=Centrale+Sans+XBold); */
@font-face {
  font-family: 'MyWebFont-medium';
  src: url('../font/medium-webfont.ttf');
  /* IE9 Compat Modes */
  src: url('../font/medium-webfont.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../font/medium-webfont.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../font/medium-webfont.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../font/medium-webfont.svg') format('svg');
  /* Legacy iOS */
}

@font-face {
  font-family: 'MyWebFont-regular';
  src: url('../font/font_regular/regular-webfont.ttf');
  /* IE9 Compat Modes */
  src: url('../font/font_regular/regular-webfont.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../font/font_regular/regular-webfont.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../font/font_regular/regular-webfont.svg') format('svg');
  /* Legacy iOS */
}

@font-face {
  font-family: 'MyWebFont-bold';
  src: url('../font/font_regular/regular-webfont.ttf');
  /* IE9 Compat Modes */
  src: url('../font/font-bold/xbold-webfont.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../font/font-bold/xbold-webfont.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../font/font-bold/xbold-webfont.svg') format('svg');
  /* Legacy iOS */
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  /* background-color: #fdfdfd; */
  /* font-family       : 'centrale_sansmedium'; */
  font-family: 'MyWebFont-regular';
  /* background: url('../images/bg.png') no-repeat center center fixed !important; */
  /* background-color: #8abe43; */
  background-position: top center;
  background-size: cover;
  position: relative;
  /*height             : 100vh;*/
}

.btn:active,
.btn:hover,
.btn:focus,
button.active,
button.focus,
button.hover {
  color: #fff;
  /* background-color: #00ACC6 !important;
  border-color: #00ACC6 !important; */
  box-shadow: none !important;
}

.bg-dark {
  background-color: #393634 !important;
  padding: 0px;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}

.banner img {
  max-width: 100%;
  height: auto;


}

.navbar-dark .navbar-brand {
  color: #fff;
  position: absolute;
  z-index: 9999;
  top: -5px;
  max-width: 250px;
  text-align: center;
}

.navbar-brand img {
  width: 100%;
  background: #fff;
}

.header_section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  /*background-image : url('../images/BG.jpg');
background-repeat    : repeat;
background-size      : cover;
background-position  :center;*/
  display: grid;
  place-items: center;
}

.redeem_steps {
  margin-top: 50px;
}

.red_block {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 1rem;
  margin-bottom: 50px;
}

h1.redem_heading {
  font-family: 'MyWebFont-bold';
  color: #FFF;
}

.right_red {
  display: flex;
  color: #FFF;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.right_red p a {
  font-weight: 700;
}

.right_red .steps {
  background: #fff;
  padding: 5px 35px;
  border-radius: 25px;
  color: #000;
  font-family: 'MyWebFont-bold';
  margin: 0 0 20px !important;
}

.right_red p {
  margin-top: 0px;
}

.red_block .left_red {
  position: relative;
}

.left_red::before {
  content: "";
  position: absolute;
  height: 45px;
  width: 3px;
  background-color: #FFF;
  bottom: -48px;
  left: 37%;
}

.red_block:last-child .left_red:before {
  display: none
}

.header_section .bottom_section .regist_btn {
  display: inline-block;
  padding: 15px 35px;
  background-color: #006a3d;
  border-radius: 5px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  right: 85px;
  color: #fff;
}

.header .bottom_section .inner__botom {
  position: relative;
}

.header .bottom_section .video_section {
  background-color: #FFF;
  height: 350px;
  max-width: 600px;
  margin: 0 auto;
  border: 7px solid #252422;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 1px 2px #252422;
  box-shadow: 0px 0px 1px 2px #252422;
  position: relative;
  z-index: 2;
}

.header .bottom_section .video_section::before {
  position: absolute;
  content: "";
  bottom: -30px;
  height: 50px;
  width: 50%;
  left: 50%;
  background-color: #252422;
  z-index: -1;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0px auto;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-box-shadow: 0px 0px 10px 1px #252525;
  box-shadow: 0px 0px 10px 1px #252525;
}

.header .bottom_section .video_section #triangle-up {
  width: 0;
  height: 0;
  border-left: 110px solid transparent;
  border-right: 110px solid transparent;
  border-bottom: 100px solid #252422;
  position: absolute;
  bottom: -35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: auto;
}

.video-wrapper {
  position: relative;
}

.video-wrapper>video {
  width: 100%;
  vertical-align: middle;
}

.video-wrapper>video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}

.left-img-section {
  text-align: center;
}

.left-img-section img {
  width: 80%;
}

.video-overlay-play-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.95;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: linear-gradient(transparent, #000);
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}

.carousel-item img {
  width: 100%;
}

.video-overlay-play-button:hover {
  opacity: 1;
}

.video-overlay-play-button.is-hidden {
  display: none;
}

/* Register section CSS */
.register__section {
  display: grid;
  place-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 50px 0;
}

::-webkit-input-placeholder {
  color: rgb(000, 000, 000) !important;
  font-size: 17px;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgb(000, 000, 000) !important;
  font-size: 17px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgb(000, 000, 000) !important;
  font-size: 17px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(000, 000, 000) !important;
  font-size: 17px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(000, 000, 000) !important;
  font-size: 17px;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #000000 !important;
  font-size: 17px;
}

.register__section .left__side_section {
  max-width: 500px;
  padding: 25px 20px;
  position: relative;
  text-align: center;
  margin: 0px auto;
  border-radius: 10px;
  border: 1px solid #000;
}

.top_img {
  width: 30%;
  height: auto;
  position: absolute;
  top: -45px;
  margin: 0px auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.register__section .reg_title {
  font-size: 35px;
  padding: 0px 0px 30px 0px;
  font-weight: 500;
  color: #000;
  position: relative;
  text-align: center;
  font-family: 'MyWebFont-medium';
  text-transform: capitalize;
}

.right__side_section {
  max-width: 500px;
  padding: 40px 30px;
  height: 100%;
  border-radius: 5px;
}

.right__side_section ._title {
  font-size: 35px;
  padding: 0px 0px 30px 0px;
  font-weight: 500;
  color: #434444;
  position: relative;
}

.right__side_section ._title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  left: 0;
  bottom: 15px;
  background-color: #ed1c24;
}

.right__side_section .instruction {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.right__side_section .instruction li {
  margin-left: 0px;
  margin-bottom: 10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.right__side_section .instruction li::before {
  color: #ffffff;
  font-size: 23px;
  content: "\00BB";
  line-height: 20px;
  margin-right: 10px;
  background-color: #f32020;
  display: table;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  margin-top: 4px;
}

.form_group {
  padding: 2px 0px;
}

label {
  font-weight: 400;
  color: #ffffff !important;
}

.micro__form_filed {
  border: none;
  background-color: transparent !important;
  border-bottom: 1px solid rgb(000, 000, 000);
  border-radius: 0px;
  padding: 0px 0px 5px 0px;
  font-size: 17px;
  color: #000 !important;
}

.submit__btn {
  padding: 8px 30px;
  font-size: 15px;
  display: inline-block;
  background-color: #006a3d !important;
  border: 3px solid #006a3d !important;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  font-family: 'MyWebFont-medium';
  text-transform: uppercase;
}

.submit__btn:hover {
  background-color: #006a3d !important;
  border: 3px solid #006a3d !important;
}

.process_btn {
  font-size: 17px;
  display: inline-block;
  background-color: #252422 !important;
  border: 1px solid #252422 !important;
  color: white;
  cursor: pointer;
  font-weight: 400;
}

.form-check-input {
  color: #FFF;
}

label.form-check-label {
  color: black;
}

.form-control:valid {
  background-color: transparent;
}

.form-control:focus {
  border-color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.forms__groups_section {
  padding: 1px 0px;
}

.login__section {
  display: -ms-grid;
  display: grid;
  place-items: center;
  display: grid;
  place-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  position: relative;
}

.login__section .reg_title {
  color: #000000;
  font-size: 35px;
  font-family: 'MyWebFont-medium';
}

.login__section .login {
  max-width: 500px;
  margin: 0px auto;
  padding: 30px;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  border-radius: 10px;
  position: relative;
}

.login__section .otp_btn {
  margin: 15px 0px;
  color: #434444;
  font-size: 17px;
  display: inline-block;
}

.common_wraper__section {
  height: 100vh;
  place-items: center;
  display: grid;
  place-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
}

.rightside_home {
  position: relative;
  height: 100%;
}

.thanks {
  max-width: 85% !important;
  margin: 0px auto;
  height: 100%;
  border-radius: 10px;
  color: #FFF;
  opacity: .7;
  padding: 70px 50px;
  background: rgb(255 255 255 / 20%);
}

h5.p-2.cashback {
  background-color: #dc3545 !important;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 50px 0px;
  text-transform: capitalize;
  color: #ffffff;
}

.common_wraper__section .common_wraper {
  max-width: 100%;
  margin: 0px auto;
  height: 100%;
}

.common_wraper__section .common_wraper .thank {
  color: #313131;
  font-size: 4rem;
  padding: 0px 0px 0px 0px;
  font-family: 'MyWebFont-bold';
}

.common_wraper__section .common_wraper h2 {
  color: #6d6b6b;
}

.navbar-dark .nav-item>.nav-link {
  padding: 15px 20px;
  text-transform: uppercase;
  font-family: 'MyWebFont-medium';
}

.navbar-dark .nav-item>.nav-link.active {
  color: #FFF;
  background-color: #252422 !important;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  text-transform: uppercase;
  font-family: 'MyWebFont-medium';
}

.navbar-dark .navbar-toggler-icon {
  background: url(../images/menu.png) no-repeat;
  border-radius: 0px;
  background-size: contain;
  background-position: center;
}

.contact_us_sec {
  border-radius: 10px;
  position: relative;
}

.contact_us_section {
  position: relative;
}

ul.contact_us {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul.contact_us li {
  text-decoration: none;
  list-style-type: none;
  font-size: 20px;
  padding: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  text-align: left;
}

.fa-map-marker,
.fa-phone,
.fa-envelope-o,
.fa-fax {
  color: #ffffff;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 19px;
  display: inline-block;
  width: 25px;
  text-align: center;
  height: 20px;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, #ffffff 60%), linear-gradient(135deg, #ffffff 40%, transparent 50%) !important;
  background-position: calc(100% - 30px) 14px, calc(100% - 20px) 14px, 100% 0;
  background-size: 10px 10px, 10px 10px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select option {
  color: #000;
  text-shadow: 0 1px 0 rgb(0 0 0 / 90%);
}

#fixedbutton {
  position: fixed;
  width: 60px;
  height: 60px;
  background-color: #252422;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  display: inline-block;
}

.env_email {
  color: #FFF;
  position: absolute;
  font-size: 30px !important;
  text-align: center;
  left: 50%;

  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 5px;
}

.tandc {
  font-size: 15px;
  line-height: 30px;
  /* padding    : 10px 0px; */
}

.tandc__heading {
  position: relative;
}

.tandc__heading::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  left: 0;
  bottom: 10px;
  background-color: #ed1c24;
}

.media__section {
  background-color: #FFDE17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.media .media_box::after {
  position: absolute;
  content: "";
  bottom: -20px;
  height: 50px;
  width: 50%;
  background-color: #252422;
  z-index: -1;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: 0px auto;
  -webkit-transform: translate(50%);
  transform: translate(50%);
  -webkit-box-shadow: 0px 0px 10px 1px #252525;
  box-shadow: 0px 0px 10px 1px #252525;
}

.media .media_box h2 {
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 20px;
}

.media .media_box h2 span.lang {
  font-weight: 600;
}

.media .media_box .media_1,
.media .media_box .media_2,
.media .media_box .media_3,
.media .media_box .media_4 {
  width: 100%;
  overflow: hidden;
  height: 300px;
  border: 7px solid #252422;
  border-radius: 5px;
  position: relative;
}

.card {
  background-color: transparent !important;
  border: 0px;
  color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card .card-footer {
  background-color: transparent;
  border-top: navajowhite;
  padding-left: 0px;
}

.card .card-header {
  padding: 0px !important;
  margin-bottom: 10px;
  /* background-color: rgba(0,0,0,.03); */
}

a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

.bg-light {
  background-color: #032e4f !important;
  opacity: 10;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #006a3d !important;
  font-family: 'MyWebFont-medium';
  border: 2px solid #006a3d;
}

.reddem__vid .redeem_video {
  max-width: 500px;
  margin: 0px auto;
  height: 300px;
}

canvas#canvas {
  background: #fff;
  /*background      : -moz-linear-gradient(-45deg, #132337 1%, #1D6FA5 100%);
  background        : -webkit-linear-gradient(-45deg, #132337 1%, #1D6FA5 100%);
  background        : linear-gradient(135deg, #252422 1%, #252422 100%);
  background        : linear-gradient(to right, 132337, 1D6FA5);*/
  box-shadow: 10px 14px 28px rgb(0 0 0 / 15%), 0px 0px 0px rgb(0 0 0 / 50%);
  /* box-shadow     : 0px 0px 5px 2px #000;
  border            : 12px solid #252422; */
  box-shadow: none;
  border: 0px 0px 45px 2px #ffffff9e;
  border-radius: 50%;
}

img.Ellipse {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  border: 3px solid #e8b44a;
  border-radius: 50%;
  width: 5%;
  display: none;
}

.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  color: white;
  margin-bottom: 25px;
  font-weight: 400;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-right: 15px;
  font-size: 12px;
  background-color: #203864 !important;
  color: white;
  font-weight: normal;
  padding: 3px 8px;
  border-radius: 3px;
}

ul.list {
  margin: 0;
  padding: 0;
  counter-reset: listStyle;
  list-style-type: none;
}

.list li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  color: white;
  margin-bottom: 15px;
  font-weight: 400;
  margin-right: 20px;
  counter-increment: listStyle;
}

.list li::before {
  content: counter(listStyle, lower-alpha);
  margin-right: 15px;
  font-size: 80%;
  background-color: #ffffff !important;
  color: rgb(202, 25, 25);
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}

.home_heading {
  margin-top: 75px;
}

.home_heading h1 {
  font-size: 50px;
  font-weight: 800;
}

.home_btm {
  width: 100%;
}

.home_btm .container>.row {
  height: calc(100vh - 60px);
  align-items: center;
}

.images_btm {}

.images_btm img {
  width: 100%;
}

.upload_btn_mbl {
  border: 2px solid #252422;
  background-color: #252422;
  margin-bottom: 10px;
}

a.regist_btn {
  background-color: #006a3d;
  padding: 7px 30px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  border: 5px solid #006a3d;
  font-family: 'MyWebFont-medium';
  font-weight: 800;
  text-transform: uppercase;
  font-size: 25px;
  margin-top: 15px;
  color: #fff;
}

.board img {
  width: 60%;
}

.board {
  position: absolute;
  left: 14%;
  top: -80px;
  z-index: -1;
  display: none;
}

.row.reg__secction {
  align-items: center;
  padding: 50px 0;
}

.hamburger_icon {
  display: block;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
}

.form-check-input[type=checkbox] {
  height: 18px;
  color: #FFF;
  width: 18px;
}

.form-check-label {
  vertical-align: middle;
}

.header_section .col-12.mx-sm-auto.col-sm-4.offset-md-3.col-md-6.py-5 {
  max-width: 70%;
  flex: 0 0 70%;
}

.allcontentPage {
  color: #fff;
}

.allcontentPage h2 {
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 30px;
  border-bottom: 3px solid;
  display: inline-block;
  padding-bottom: 7px;
}

.allcontentPage ol,
.allcontentPage ul {
  margin-left: 17px;
  list-style-type: disclosure-closed;
  margin-bottom: 20px;
}

.allcontentPage li {
  margin-bottom: 20px;
  padding-left: 10px;
}

@media only screen and (max-width:1199px) {
  .header_section .col-12.mx-sm-auto.col-sm-4.offset-md-3.col-md-6.py-5 {
    max-width: 90%;
    flex: 0 0 90%;
  }
}

@media only screen and (max-width: 1400px) {
  .home_heading h1 {
    font-size: 50px;
    font-weight: 800;
    font-family: 'MyWebFont-medium';
  }

  img.Ellipse {
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    border: 3px solid #e8b44a;
    border-radius: 50%;
    width: 5%;
    display: none;
  }

  .arrow {
    left: 50% !important;
  }

  canvas#canvas {
    /* height: 75%;
    width : 75% */
  }

  .thanks {
    padding: 30px 50px;
    max-width: 65% !important;
    border-radius: 20px;
  }

  .common_wraper__section .common_wraper h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .common_wraper__section .common_wraper .thank {
    color: #313131;
    font-size: 5rem;
    padding: 0px 0px 0px 0px;
    font-family: 'MyWebFont-medium';
    font-weight: 800;
  }

  h5.p-2.cashback {
    margin: 38px 0px;
    font-size: 15px;
  }

  .common_wraper__section .common_wraper h3 {
    font-size: 20px;
  }

  .register__section .left__side_section {
    max-width: 500px;
    padding: 25px 20px 25px;
  }

  .login__section .login {
    max-width: 500px;
    margin: 0px auto;
    padding: 20px 30px 0px 30px;
    margin-top: 20px;
  }

  .top_img {
    width: 30%;
    transform: translate(-50%, -35%);
  }

  .register__section .reg_title {
    font-size: 30px;
    padding: 0px 0px 20px 0px;
    font-weight: 500;
    color: #FFF;
    position: relative;
    text-align: center;
  }

  .submit__btn {
    font-size: 25px;
  }

  .header_section .bottom_section .regist_btn {
    top: 42%;
    right: 40px;
  }

  h1.spin {
    color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    padding: 5px 0px;
    font-family: 'MyWebFont-bold';
  }
}


@media only screen and (max-width:992px) {
  .red_block {
    min-height: 200px;
  }

  .left_red::before {
    height: 80px;
    bottom: -50px;
  }

  .header_section .col-12.mx-sm-auto.col-sm-4.offset-md-3.col-md-6.py-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .navbar .container {
    max-width: 100%;
  }

  .images_btm img,
  .left-img-section img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }

  .navbar-dark .navbar-toggler-icon {
    background: url(../images/menu.png) no-repeat;
    background-size: contain;
    background-position: center;
  }

  .hamburger_icon {
    display: block;
  }

  div#navbarResponsive {
    position: absolute;
    top: 92px;
    background: #393634;
    width: 100%;
    left: 0;
    z-index: 999;
    margin: 0;
  }

  .navbar-dark .navbar-brand {
    position: static;
    max-width: 200px;
  }

  .navbar {
    padding: 10px 15px;
  }

  .navbar-dark .nav-item>.nav-link {
    border-bottom: 1px solid #ffffee21;
  }

  .arrow {
    top: -28px;
  }

  .arrow img {
    width: 70%;
  }

}

@media only screen and (max-width: 768px) {
  .red_block {
    display: flex;
    margin-bottom: 50px;
    flex-direction: column;
  }

  .red_block .left_red {
    text-align: center;
  }

  .red_block .left_red img {
    width: 100px;
  }

  .left_red::before {
    display: none;
  }

  .right_red {
    margin-top: 30px;
    align-items: center;
  }

  .right_red p {
    text-align: center;
  }

  .spining_wheel>.col-12 {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 auto;
  }

  .spining_wheel .spin {
    max-width: 80%;
    margin: 0 auto;
  }


  .row.reg__secction {
    padding: 0;
  }

  .login__section .container-fluid>.row {
    flex-direction: column-reverse;
  }

  .login__section .login {
    margin-top: 40px;
  }

  .left-img-section img {
    width: 50%;
  }

  a.regist_btn {
    position: static;
    display: block;
    text-align: center;
    transform: unset;
    margin: 20px auto;
    width: 49%;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 20px;
  }

  .home_btm .container>.row {
    height: 100%;
    flex-direction: column-reverse;
  }

  .images_btm {
    position: static;
    transform: unset;
    margin: 30px 0;
  }

  .rightside_home img {
    margin-top: 0px;
    width: 50%;
  }

  .rightside_home {
    margin-top: 50px;
  }

  .cashback_mbl .left-img-section {
    margin-top: 50px !important;
  }

  .cashback_mbl .row {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 568px) {}

@media only screen and (max-width: 567px) {
  ul.logo_sec li {
    padding: 5px;
  }

  .cashback_mbl .row {
    flex-direction: column;
  }

  .g-recaptcha {
    /* padding: 0 15px; */
  }

  .home_btm {
    position: relative;
    bottom: 0px;
  }

  .right_red p {
    margin-top: 5px;
    font-size: 12px;
  }

  .red_block {
    margin-bottom: 20px;
    /* height       : 140px; */
  }

  .left_red::before {
    content: "";
    position: absolute;
    height: 38%;
    width: 3px;
    background-color: #FFF;
    bottom: 4px;
    left: 37%
  }

  h1.redem_heading {
    font-family: 'MyWebFont-bold';
    color: #FFF;
    font-size: 30px;
    margin-top: 35px;
  }

  .redeem_steps {
    margin-top: 50px;
    padding: 0px 20px 0px 10px;
  }

  .right_red .steps {
    background: #252422;
    padding: 10px 25px;
    border-radius: 25px;
    color: #FFF;
    font-size: 13px;
    font-family: 'MyWebFont-medium';
  }

  .navbar-dark .nav-item>.nav-link {
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
  }

  .login__section .otp_btn {
    margin: 5px 0px;
  }

  .login__section .reg_title {
    color: #ffffff;
    font-size: 28px;
  }

  p.pb-4 {
    font-size: 12px;
  }

  .spining_wheel {
    margin-top: -150px;
  }

  .termandcondition {
    overflow: auto;
  }

  h2._title.text-white.py-3 {
    font-size: 22px;
  }

  .form-check-label {
    margin-bottom: 0;
  }

  .common_wraper__section .common_wraper {
    max-width: 100%;
    margin: 0px auto;
    height: 100%;
    margin-top: -90px;
  }

  .spinWin {
    margin-top: 20% !important;
  }

  .header_section {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 750px;
  }

  .regist_btn {
    display: inline-block;
    padding: 10px 0px !important;
    position: absolute;
    top: 69% !important;
    width: 60%;
    text-align: center;
    border-radius: 10px;
    font-size: 20px !important;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    font-weight: 400 !important;
    left: 50%;
    border-radius: 10px !important;
  }

  .register__section {
    /*height             : 100vh;*/
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 750px;
    display: block;
  }

  .row.reg__secction {
    flex-direction: column-reverse;
  }

  .cashback_mbl {
    /* height             : 100vh; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 750px;
  }

  .login__section {
    height: 100vh;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 750px;
  }

  .spin_ {
    height: 100vh;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 750px;
  }

  .common_wraper__section {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 750px;
  }

  .thanks {
    max-width: 100% !important;
    padding: 0px;
    padding: 30px 0px;
    border-radius: 10px;
  }

  .common_wraper.text-center.thanks h5 {
    font-size: 15px;
    font-weight: 400;
  }

  .login__section .login {
    width: 100%;
    padding: 20px;
  }

  .video_section {
    background-color: #FFF;
    height: 300px;
  }

  h5.p-2.cashback {
    font-size: 13px !important;
    margin: 20px 0px 75px 0px;
  }

  .common_wraper.text-center img {
    width: 50%;
  }

  .common_wraper__section .common_wraper .thank {
    color: #313131;
    font-size: 2rem;
    padding: 10px 0px 0px 0px;
    font-family: 'MyWebFont-medium';
  }

  h3.mb-5.mt-3.text-white {
    font-size: 18px;
  }

  .common_wraper__section .common_wraper h2 {
    color: #ed1c24;
    text-transform: capitalize;
    font-size: 25px;
  }

  h2._title.tandc__heading {
    font-size: 25px;
  }

  .login__section {}

  ul.contact_us li {
    font-size: 15px;
  }

  .submit__btn {
    padding: 5px 25px;
    display: inline-block;
    background-color: #006a3d;
    border: 3px solid #252422;
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    color: #ffffff;
  }

  .media {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .header .bottom_section .regist_btn {
    display: inline-block;
    padding: 15px 40px;
    top: -30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
  }

  .header .top_sectiom .main__Logo {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 20%;
  }

  .register__section>.container-fluid>.col-lg-12>.row {
    align-items: center;
  }

  .register__section .left__side_section {
    max-width: 600px;
    padding: 10px 20px;
    margin-top: 25px !important;
  }

  .top_img {
    width: 40%;
    height: auto;
    position: absolute;
    top: -55px;
  }

  .register__section .left__side_section .reg_title {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
    font-family: 'MyWebFont-medium';
    text-transform: capitalize;
  }

  label {
    font-weight: 400;
    color: #585454 !important;
  }

  .register__section label {
    color: #fff !important;
  }

  .register__section .right__side_section {
    max-width: 500px;
    padding: 0px;
    height: 100%;
    margin-top: 30px;
  }

  .register__section .right__side_section ._title {
    font-size: 25px;
    font-weight: 500;
    color: #585454;
    padding-bottom: 10px;
  }

  .register__section .right__side_section .instruction li {
    word-break: break-all;
  }

  ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgb(000, 000, 000) !important;
    font-size: 15px;
  }

  :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(000, 000, 000) !important;
    font-size: 15px;
  }

  ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(000, 000, 000) !important;
    font-size: 15px;
  }

  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(000, 000, 000) !important;
    font-size: 15px;
  }

  ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(000, 000, 000) !important;
    font-size: 15px;
  }

  ::placeholder {
    /* Most modern browsers support this now. */
    color: #000000 !important;
    font-size: 15px;
  }

  .micro__form_filed {
    font-size: 15px;
  }

  canvas#canvas {
    /* height          : 100%;
    width           : 100%; */
    border-radius: 50%;
    background: #fff;
    box-shadow: 10px 14px 28px rgb(0 0 0 / 15%), 0px 0px 0px rgb(0 0 0 / 50%);
    /* box-shadow   : 0px 0px 5px 2px #000;
    border          : 12px solid #252422; */
  }

  .power_controls {
    margin-right: 0px !important;
  }

  h1.spin {
    color: #FFEE00;
    font-size: 35px !important;
    font-weight: 800;
    padding: 15px 0px !important;
    font-family: 'MyWebFont-medium';
  }

  .spinwhill {
    background-color: #006a3d !important;
    padding: 7px 30px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    border: 7px solid #252422;
    font-family: 'MyWebFont-medium';
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 25px;
    color: #fff;
  }

  span#myText {
    font-size: 18px !important;
    text-transform: capitalize;
    font-weight: 600;
    color: #FFEE00;
    border-radius: 5px;
  }

  .arrow {
    margin-top: 123px;
    position: absolute;
    left: 50% !important;
    top: -63px !important;
    transform: translate(-50%, -50%);
  }

  .arrow img {
    width: 70%;
  }

  .left-img-section {}

  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }

  img.Ellipse {
    position: absolute;
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    border: 3px solid #e8b44a;
    border-radius: 50%;
    width: 5%;
    display: none;
  }


  .rightside_home {
    position: relative;
    height: 100%;
    text-align: center;
  }

  h2._title.text-white {
    font-size: 25px;
    padding: 15px 0px;
  }

  .home_heading h1 {
    font-size: 32px;
    font-weight: 800;
    font-family: 'MyWebFont-medium';
  }

  .home_heading {
    margin-top: -300px;
  }

  .right_red {
    display: block;
    color: #FFF;
  }

  .board {
    position: absolute;
    left: 0%;
    top: -72px;
    z-index: -1;
    display: none;
  }

  .verify-code {
    margin-left: -10px;
    height: 60px;
  }

  .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 11px;
  }

  .fa-map-marker,
  .fa-phone,
  .fa-envelope-o,
  .fa-fax {
    color: #ffffff;
    margin-right: 5px;
    margin-top: 1px;
    font-size: 19px;
    display: inline-block;
    width: 25px;
    text-align: center;
    height: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
.text-white {
  color: #000 !important;
}


.cm-navbar {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

body {
  /* background: url(1.png), radial-gradient(186.3% 133% at 83% 49%, #FFFFFF 13%, #E5E5E5 100%); */
  min-height: 100vh;
}

.cm-styles {
/*  background-image: url(../images/onab_background.png) !important;*/
  background: no-repeat;
  background-size: cover;
  min-height: 100vh !important;
  /* height: 100% !important; */
  overflow: hidden;
}

.cm-styles h2 {
  text-align: center;
  color: #1A1213;
  font-size: 32px;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 27px;
}

.cm-styles p {
  color: #1A1213;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}

.cm-styles .form-control {
  border: 1px solid #BCBCBC !important;
  border-radius: 8px;
  font-size: 14px;
  min-height: 42px;
  color: #BCBCBC;
  background-color: transparent;
}

.form-select {
  position: relative;
}

.form-select i {
  position: absolute;
  right: 18px;
  top: 14px;
  color: #BCBCBC;
  font-size: 14px;
}

.cm-styles .form-control::placeholder {
  color: #BCBCBC !important;
}

.cm-styles .custom-control-label {
  color: #BCBCBC !important;
  font-size: 12px !important;
}

.cm-styles .submit-gradient {
  width: 32%;
  min-height: 41px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  border-color: #84c93c;
  min-width: 192px;
  max-width: 192px;
  background: linear-gradient(180deg, #84df11 0%, #099C49 100%);
}

.cm-styles .submit-gradient1 {

  width: 100%;
  min-height: 49px;
  border-radius: 10px;
  text-transform: auto;
  color: #575757;
  font-size: 19px;
  border-color: #BCBCBC;
  font-weight: 500;
  color: #575757 !important;
  background: none !important;
  text-align: center;
  padding-top: 7px;

}

.testimonial-img img {
  height: 67px;
  border-radius: 50%;
  width: 74px;
  object-fit: cover;
}

.winner-card {
  border: solid 1px #dee6df;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;

}

.custom-control-input:checked~.custom-control-label::before {
  background-color: #00ACC6 !important;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  background-color: #00ACC6 !important;
  border: none;
}

.cm-styles .terms {
  color: #00ACC6;
  font-size: 14px;

}



.cm-styles .banner {
  position: relative;

  /* background-color: #fff; */
}

.banner .lloyd {
  position: absolute;
  max-width: 66px;
  margin: 0;
  left: 25px;
  top: 64px;
  object-fit: contain;
}

.cm-styles .banner img {
  width: 100%;
  object-fit: contain;
}

.cm-styles h3 {
  font-size: 30px;
  font-weight: 900;
  color: #00ACC6;
  text-transform: uppercase;
}

.box-content {
  text-align: center;
  /* margin-top: 3vh; */
  position: relative;
}

.addBtn {
  text-align: center;
  margin-bottom: 15px;
}

.addBtn .btn:hover {
  background-color: #00ACC6 !important;
  border-color: #00ACC6 !important;

}



.addBtn .btn {
  width: 100%;
  height: 46px;
  border-radius: 23px;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 22px;
  border-color: #00ACC6 !important;
}

.uploadBtn {
  text-align: center;
}

.uploadBtn .btn {
  width: 100%;
  height: 46px;
  border-radius: 23px;
  background: #81BE41;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  border-color: #81BE41 !important;

}

.nav-preview {
  height: 58px;
  width: 100%;
  background: #fff;
  padding: 14px;
  margin-bottom: 28px;
  box-shadow: 4px 2px #8888883d;
}

.upload-invoice-content {
  border-bottom: solid 1px #D4D4D4;
  margin-bottom: 24px !important;
  color: #000 !important;
  font-weight: 500;
  line-height: 24px;

}

.custom-footer {
  background: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 10px;
  box-shadow: 1px -4px #8888883d;
}

.custom-footer p {
  font-size: 15px;
  text-align: center;
  padding-bottom: 2vh !important;
}

.box-content .inner {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  max-width: 306px;
  margin: auto;
  /* background-color: #fccf4e;  */
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}

.box-content .inner p {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 25px !important;
}

.close {
  padding: 10px;
}

.close img {
  max-width: 20px;
  height: 20px;
  object-fit: cover;
}

.thankyou .text-center img {
  margin-bottom: 40px !important;
}

.text-center img {
  object-fit: cover;

}

.menu-text {
  text-align: center;
}

.thankyou {
  padding-bottom: 40vh;
}

.box-content img {
  width: 100%;
}


.box-content .inner p span,
.box-content .inner p span a {
  color: #00ACC6;
  font-size: 13px;
}

.won-amount {
  background-color: #00ACC6;
  color: #fff;
  border-radius: 15px;
  padding: 22px 5px 22px 104px;
  margin: 0px 15px;
  position: relative;
  margin-bottom: 20px;
}

.won-amount h5 {
  font-size: 17px;
  margin: 0;
}

.amount-badge {
  position: absolute;
  left: -10px;
}

.amount-inner {
  position: relative;
}

.amount-inner span {
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
}

table {
  width: 100% !important;
}

.won-amount h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.wheel-assets {
  position: relative;
  max-width: 297px;
  margin: 30px auto 0;

}

.wheel-assets .arrow1 {
  position: absolute;
  width: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  top: -9px;
}

.wheel-assets .celebration-gif {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  z-index: 9;
}


.wheel-assets .wheel1 {
  position: absolute;
  left: 0px;
  right: 0px !important;
  margin: auto;
  top: 0px;
  z-index: 1;
  max-width: 260px;
}

.wheel-assets .stand1 {
  /* position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  top: -20px; */
}

.wheel-assets canvas {
  left: 8px;
  top: 12px;

}

.spin-sec {
  position: relative;
}

.spin-banner {
  position: absolute;
  top: 0;
  left: 0;
}

.wheel-sec {
  margin-top: 8vh;
}

#navbarResponsive {
  background-color: #fff !important;
}

#navbarResponsive .nav-link {
  color: #000 !important;
  padding-left: 20px;
}


.cm-styles .announcement {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 10px;
}

.cm-styles .announcement p {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin: 0;
}


.leaderboard th {
  background-color: #F7F7FA;
}

.leaderboard th,
.leaderboard td {
  border: 1px solid #D1CFD7;
  color: #232326;
  font-weight: 400;
  font-size: 15px;
  padding: 7px 7px;
}

.single-text-slide {
  background: #F7F8FA;
  padding: 14px;
  border-radius: 7px;
}

.single-text-slide .user-details {
  display: flex;
}

.single-text-slide .user-details img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 10px;
}

.user-details h5 {
  color: #00ACC6;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}

.user-details p {
  color: rgba(60, 60, 67, 0.5);
  font-size: 14px;
  margin-bottom: 3px;
}

.single-text-slide .testimonial {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  margin-top: 10px;
}

.cm-styles .menu-link {
  color: #1A1213;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.cm-styles .contactUs p {
  color: #000;
  font-size: 16px;

}

.winner-list {
  display: flex;
  column-gap: 10px;
}

.winner-list img {
  max-width: 24px;
  height: 20px;
  object-fit: cover;
  margin-top: 3px;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
a,
button,
span,
input {
  font-family: 'Poppins' !important;
}


.forms__groups_section {

  padding: 10px 0px;
  position: relative !important;
}

.form-label {
  position: absolute;
  color: #000 !important;
  left: 19px;
  /* right: 460px; */
  top: 4px;
  bottom: 45px;
  padding-left: 5px;
  padding-right: 5px;
  background: #fff;
  font-size: 10px
}


.cm-styles .form-control {
  border: 1px solid #545454;
  border-radius: 8px;
  font-size: 14px;
  min-height: 49px;
  color: #000;
  background-color: transparent;
}

.cm-styles .form-control::placeholder {
  color: #545454 !important;
}

.cm-styles .custom-control-label {
  color: #545454 !important;
  font-size: 14px;
}

@media (min-width: 600px) {

  .cm-navbar {
    max-width: 580px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  body {
    max-width: 580px;
    margin: 0 auto;
    /* padding: 2vh 0; */
    box-shadow: 0px 3px 5px 5px rgb(0 0 0 / 10%);
    max-width: 580px;
  }

}

.submit-btn {
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
}

.banner_details {
  display: flex;
  justify-content: space-between;
  margin: 0px 14px 0px 14px;
  position: relative;
  top: 122px;

}

.banner_details .lloyd {
  max-width: 66px;
  margin: 0;

}


@media only screen and (min-width:344px) {
  
  footer img{
      width: 100% !important;
      min-height: 32vh !important;
  }
}