* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:after,
:before {
  clear: both;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
details,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  background: transparent;
  vertical-align: baseline;
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: "ubuntubold";
  src: url("../fonts/ubuntu-b-webfont.woff2") format("woff2"), url("../fonts/ubuntu-b-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ubuntulight";
  src: url("../fonts/ubuntu-l-webfont.woff2") format("woff2"), url("../fonts/ubuntu-l-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ubuntumedium";
  src: url("../fonts/ubuntu-m-webfont.woff2") format("woff2"), url("../fonts/ubuntu-m-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ubunturegular";
  src: url("../fonts/ubuntu-r-webfont.woff2") format("woff2"), url("../fonts/ubuntu-r-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rupee Foradian";
  src: url(../fonts/rupee_foradian.eot);
  src: url(../fonts/rupee_foradian.eot?#iefix) format("embedded-opentype"), url(../fonts/rupee_foradian.woff) format("woff"), url(../fonts/rupee_foradian.ttf) format("truetype"), url(../fonts/rupee_foradian.svg#rupee_foradian) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-bars::before {
  content: "\f0c9";
}
.fa-heart::before {
  content: "\f004";
}
.fa-times::before,
.fa-remove::before {
  content: "\f00d";
}
.fa-arrow-left::before {
  content: "\f060";
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  padding-left: 0 !important;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 100;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-theme .owl-nav {
  width: 100%;
  margin-top: -21px;
  position: absolute;
  top: 50%;
}
.owl-theme .owl-nav button.owl-next,
.owl-theme .owl-nav button.owl-prev {
  width: 42px;
  height: 42px;
  background: url(../images/landing/home-new-b/winner-arrow.png) no-repeat;
  background-size: 100%;
  font-size: 0;
  margin: 0;
}
.owl-theme .owl-nav button.owl-prev {
  background-position: 0 0;
  float: left;
  margin-left: -50px;
}
.owl-theme .owl-nav button.owl-next {
  background-position: 0 -42px;
  float: right;
  margin-right: -50px;
}
.owl-theme .owl-dots {
  width: 250px;
  margin: 0 auto;
  margin-top: 0;
  padding-top: 10px;
}
.owl-theme .owl-dots .owl-dot span {
  background-color: #d2d2d2;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #202020;
}
#loadingImage {
  z-index: 100000000;
  height: 100%;
  width: 100%;
  background: 0 0;
  opacity: 0.5;
  position: fixed;
  display: none;
  top: 0;
  background-color: #000;
}
#loadingImage img {
  position: fixed;
  z-index: 50;
  height: 100px;
  width: 100px;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
html {
  min-height: 100%;
  position: relative;
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: ubunturegular;
  color: #202020;
  position: relative;
}
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.container:after,
.container:before {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
.rupee {
  font-family: "Rupee Foradian";
}
.clearfix {
  clear: both;
  height: 0;
}
.clear {
  clear: both;
  height: 0;
}
#fix_to_top_div {
  background: #fff;
  z-index: 100 !important;
  width: 100%;
}
.v_middle {
  vertical-align: middle;
  display: table-cell;
}
a:focus {
  outline: 0;
  background: none;
}
.hide {
  display: none;
}
input:focus {
  outline: 0;
}
.tooltip {
  position: absolute;
  z-index: 0;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #a10505;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #a10505;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #a10505;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #a10505;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #a10505;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #a10505;
}
.tooltip.bottom .tooltip-arrow {
  top: -2px;
  left: 20px !important;
  margin-left: 0;
  border-width: 0 7px 7px;
  border-bottom-color: #a10505;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #a10505;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #a10505;
}
.tooltip-inner {
  background-color: #a10505 !important;
  color: #fff !important;
  font-size: 12px !important;
  max-width: 100% !important;
  padding: 5px 20px;
  text-align: left;
  border-radius: 0;
}
.header {
  background: #700;
  transition: all 0.5s ease;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.header .inner_div {
  height: 90px;
  display: table;
  width: 100%;
  transition: all 0.5s ease;
}
.header .logo {
  float: left;
  width: 180px;
}
.header .logo img {
  width: 100%;
  vertical-align: top;
}
.header .login_btn_top {
  float: right;
  display: none;
}
.header .login_btn_top a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #fff;
  line-height: 36px;
  display: block;
  width: 85px;
  text-align: center;
  height: 40px;
}
.header .reg_btn_top {
  float: right;
  display: none;
}
.header .reg_btn_top a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 10px 0 0 10px;
  border: 2px solid #fff;
  border-right-width: 1px;
  line-height: 36px;
  display: block;
  width: 100px;
  text-align: center;
  height: 40px;
}
.header .hamburger_icon {
  float: right;
  position: relative;
  margin: 6px 0 0 30px;
  display: none;
}
.header .hamburger_icon a {
  display: block;
  height: 28px;
  width: 35px;
}
.header .hamburger_icon a span {
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  display: inline-block;
  top: 50%;
  margin-top: -2px;
  transition: all 0.7s ease;
}
.header .hamburger_icon a span:first-child {
  top: 0;
  margin: 0;
}
.header .hamburger_icon a span:last-child {
  bottom: 0;
  margin: 0;
  top: auto;
}
.sidebarmenu {
  height: 100%;
  width: 400px;
  position: fixed;
  z-index: 100;
  top: 0;
  right: -400px;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}
.sidebarmenu .close_btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
.sidebarmenu .close_btn a {
  display: block;
}
.sidebarmenu .offcanvas-menu {
  position: relative;
  top: 0;
  width: 100%;
  margin-top: 60px;
  padding: 0 30px;
}
.sidebarmenu .offcanvas-menu ul li {
  display: block;
  list-style: none;
  border-bottom: 1px solid #a4a4a4;
}
.sidebarmenu .offcanvas-menu ul li a {
  color: #000;
  padding: 20px 20px 20px 60px;
  display: block;
  text-decoration: none;
  position: relative;
  margin: 0;
  background: 0 0;
  font-size: 18px;
  font-weight: 700;
}
.sidebarmenu .offcanvas-menu ul li a:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  margin-top: -15px;
  background: url(../images/landing/home-new-b/menu_icon.png) no-repeat top center;
  width: 30px;
  height: 30px;
  background-size: 100%;
}
.sidebarmenu .offcanvas-menu ul li a.icon1:before {
  background-position: 0 0;
}
.sidebarmenu .offcanvas-menu ul li a.icon2:before {
  background-position: 0 -30px;
}
.sidebarmenu .offcanvas-menu ul li a.icon3:before {
  background-position: 0 -60px;
}
.sidebarmenu .offcanvas-menu ul li a.icon4:before {
  background-position: 0 -90px;
}
.sidebarmenu .offcanvas-menu ul li a.icon5:before {
  background-position: 0 -120px;
}
.sidebarmenu.show-nav {
  right: 0;
}
.banner_section {
  background: #050b17;
  height: 500px;
  margin-top: 0px;
  background: url(../images/landing/home-new-b/desktop_bg.jpg) no-repeat center;
  background-size: cover;
}
.banner_section.desktop.maharashtra_bg {
  background: url(../images/landing/home-new-b/desktop_bg-maharashtra.jpg) no-repeat center;
  background-size: cover;
}
.banner_section.desktop.mp_bg {
  background: url(../images/landing/home-new-b/desktop_bg-mp.jpg) no-repeat center;
  background-size: cover;
}
.banner_section.desktop.karnataka_bg {
  background: url(../images/landing/home-new-b/desktop_bg-karnataka.jpg) no-repeat center;
  background-size: cover;
}
.banner_section.desktop.gujarat_bg {
  background: url(../images/landing/home-new-b/desktop_bg-gujarat.jpg) no-repeat center;
  background-size: cover;
}
.banner_section.desktop.delhi_bg {
  background: url(../images/landing/home-new-b/desktop_bg-delhi.jpg) no-repeat center;
  background-size: cover;
}
.banner_section.desktop.tamilnadu_bg {
  background: url(../images/landing/home-new-b/desktop_bg-tamilnadu.jpg) no-repeat center;
  background-size: cover;
}
.banner_section .testimonial_banner_desk {
  position: relative;
  text-align: center;
  float: left;
  width: 820px;
}
.banner_section .testimonial_banner_desk .inner_div {
  margin: 0 auto;
  padding-top: 90px;
}
.banner_section .testimonial_banner_desk .inner_div .left_box {
  width: 50%;
  float: left;
}
.banner_section .testimonial_banner_desk .inner_div .right_box {
  width: 50%;
  float: right;
  padding-top: 50px;
}
.banner_section .testimonial_banner_desk .player_pic {
  position: relative;
  margin-bottom: 0;
}
.banner_section .testimonial_banner_desk .player_pic img {
  width: 75%;
}
.banner_section .testimonial_banner_desk .text_strip1 {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  background: #000;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
}
.banner_section .testimonial_banner_desk .text_strip2 {
  color: #fff000;
  font-weight: 700;
  font-size: 28px;
  padding: 0;
  text-transform: uppercase;
}
.banner_section .testimonial_banner_desk .text_strip2 .inner {
  margin: 0 auto;
  position: relative;
  padding: 5px 0;
}
.banner_section .testimonial_banner_desk .text_strip2 strong {
  font-size: 70px;
  display: inline-block;
}
.banner_section .testimonial_banner_desk .text_strip2 p {
  display: inline-block;
  vertical-align: top;
  padding: 12px 0 0 10px;
  text-align: left;
}
.banner_section .testimonial_banner_desk .text_strip3 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-shadow: 0 1px 7px #000;
}
.banner_section .testimonial_banner_desk .table_card_pic {
  padding-top: 30px;
  text-align: center;
}
.banner_section .testimonial_banner_desk .table_card_pic img {
  width: 60%;
}
.banner_section .login-signup-form {
  float: right;
  margin: 50px 0;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  width: 330px;
  height: 400px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
}
.banner_section .login-signup-form .heading {
  font-size: 26px;
  font-weight: 700;
  display: block;
  color: #fff;
  padding-bottom: 20px;
}
.banner_section .login-signup-form .mobile_input {
  position: relative;
  margin: 0 0 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 60px;
  background: #fff;
}
.banner_section .login-signup-form .mobile_input input {
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: 0 solid #9a9a9a;
  position: absolute;
  background: 0 0;
  z-index: 1;
  padding-left: 70px;
  transition: all 0.2s;
  touch-action: manipulation;
  bottom: 0;
  color: #202020;
}
.banner_section .login-signup-form .mobile_input input:focus {
  outline: 0;
  border-bottom: 0 solid grey;
}
.banner_section .login-signup-form .mobile_input span {
  position: absolute;
  left: 0;
  top: -1px;
  line-height: 60px;
  width: 60px;
  color: #202020;
  font-size: 18px;
  text-align: center;
  border-right: 2px solid #9a9a9a;
}
.banner_section .login-signup-form .mobile_input input:focus::placeholder {
  opacity: 0;
}
.banner_section .login-signup-form .or_div {
  position: relative;
  text-align: center;
  margin: 0 0 10px;
}
.banner_section .login-signup-form .or_div:before {
  content: "";
  height: 1px;
  width: 43%;
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
}
.banner_section .login-signup-form .or_div:after {
  content: "";
  height: 1px;
  width: 43%;
  position: absolute;
  right: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
}
.banner_section .login-signup-form .or_div span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 10px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.banner_section .login-signup-form .social_login {
  position: relative;
  padding-top: 0;
}
.banner_section .login-signup-form .social_login a {
  height: 40px;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 20px;
  background: #fff;
  font-size: 15px;
  color: #202020;
  font-weight: 400;
  overflow: hidden;
}
.banner_section .login-signup-form .social_login a span {
  background: url(../images/landing/home-new-b/social_login_icon.jpg) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  top: 0;
  left: -10px;
}
.banner_section .login-signup-form .social_login a.email_login span {
  background-position: 0 0;
  margin-top: 0;
  margin-right: 0;
}
.banner_section .login-signup-form .social_login a.facebook_login span {
  background-position: 0 -40px;
  margin-top: 0;
  margin-right: 0;
}
.banner_section .login-signup-form .social_login a.google_login span {
  background-position: 0 -80px;
  margin-top: 0;
  margin-right: 0;
}
.banner_section .login-signup-form p.tnc {
  font-size: 12px;
  font-weight: 400;
  color: #bababa;
  text-align: center;
}
.banner_section .login-signup-form p.tnc a {
  text-decoration: underline;
  color: #bababa;
}
.banner_section .form_container {
  float: right;
  width: 330px;
  border-radius: 15px;
  padding: 3px;
  margin: 15px 0 0;
  position: relative;
}
.banner_section .form_container .inner_div {
  border-radius: 10px;
  padding: 0px;
}
.banner_section .form_container .form_inner {
  position: relative;
  padding: 10px 0 0;
}
.banner_section .form_container .form_title {
  text-align: left;
  color: #fff;
  font-size: 25px;
  position: relative;
  padding: 0 0 20px;
  font-weight: 700;
}
.banner_section .form_container .form_item_holder {
  width: 100%;
  float: left;
  position: relative;
}
.banner_section .form_container .form_item_holder input {
  height: 40px;
  background: #fff;
  border: 1px solid #c8c2c0;
  padding: 0 10px;
  line-height: 45px;
  width: 100%;
  color: #686868;
  margin-bottom: 21px;
  font-size: 16px;
  border-radius: 5px;
}
.banner_section .form_container .form_item_holder input.error {
  background: #fff;
  color: #000;
  border-color: #990808;
}
.banner_section .form_container .form_item_holder .tooltip.in {
  width: 100%;
  opacity: 1;
  left: 0 !important;
  top: 29px !important;
}
.banner_section .form_container .form_item_holder .tooltip.in .tooltip-inner {
  background: #990808 !important;
  color: #fff !important;
  font-size: 11px !important;
  padding: 2px 10px;
  border-radius: 0 0 5px 5px;
}
.banner_section .form_container .form_item_holder .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #990808;
}
.banner_section .form_container .button_holder {
  width: 100%;
  float: left;
}
.banner_section .form_container .button_holder button {
  height: 50px;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
  border: 0;
  font-size: 22px;
  background: #1e9d3e;
  color: #fff;
  font-weight: 700;
  font-family: ubunturegular;
}
.banner_section .form_container .facebook_reg {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
}
.banner_section .form_container .facebook_reg a img {
  width: 100%;
}
.banner_section .form_container .facebook_reg .or_div {
  color: #000;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  padding: 3px 0;
}
.banner_section .form_container .facebook_reg .or_div span {
  position: relative;
}
.banner_section .form_container .facebook_reg .or_div span:after {
  position: absolute;
  content: "";
  top: 7px;
  right: -100px;
  background: #000;
  height: 1px;
  width: 90px;
}
.banner_section .form_container .facebook_reg .or_div span:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -100px;
  background: #000;
  height: 1px;
  width: 90px;
}
.banner_section .form_container .form_links {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #bababa;
  padding: 10px 0 0;
}
.banner_section .form_container .form_links a {
  color: #bababa;
  text-decoration: underline;
}
.inner-lp .banner_section .form_container .form_links,
.inner-lp .banner_section .form_container .form_links a {
  color: #202020;
}
.banner_section.mobile {
  height: auto;
  display: none;
  background: 0 0;
}
.banner_section.mobile img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.banner_section.mobile .testimonial_banner {
  background: url(../images/landing/home-new-b/mobile-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 0 20px;
  text-align: center;
}
.banner_section.mobile.maharashtra_bg .testimonial_banner {
  background: url(../images/landing/home-new-b/mobile-bg-maharashtra.jpg) no-repeat center;
  background-size: cover;
}
.banner_section.mobile.mp_bg .testimonial_banner {
  background: url(../images/landing/home-new-b/mobile-bg-mp.jpg) no-repeat center;
  background-size: cover;
}
.banner_section.mobile.karnataka_bg .testimonial_banner {
  background: url(../images/landing/home-new-b/mobile-bg-karnataka.jpg) no-repeat center;
  background-size: cover;
}
.banner_section.mobile.gujarat_bg .testimonial_banner {
  background: url(../images/landing/home-new-b/mobile-bg-gujarat.jpg) no-repeat center;
  background-size: cover;
}
.banner_section.mobile.delhi_bg .testimonial_banner {
  background: url(../images/landing/home-new-b/mobile-bg-delhi.jpg) no-repeat center;
  background-size: cover;
}
.banner_section.mobile.tamilnadu_bg .testimonial_banner {
  background: url(../images/landing/home-new-b/mobile-bg-tamilnadu.jpg) no-repeat center;
  background-size: cover;
}
.banner_section.mobile .testimonial_banner .inner_div {
  max-width: 414px;
  margin: 0 auto;
}
.banner_section.mobile .testimonial_banner .player_pic {
  position: relative;
  margin-bottom: -20px;
  padding-top: 60px;
}
.banner_section.mobile .testimonial_banner .player_pic img {
  width: 60%;
}
.banner_section.mobile .testimonial_banner .text_strip1 {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #000;
  padding: 5px;
  display: inline-block;
  border-radius: 0 0 5px 5px;
  position: relative;
}
.banner_section.mobile .testimonial_banner .text_strip2 {
  color: #fff000;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0 0;
  text-transform: uppercase;
}
.banner_section.mobile .testimonial_banner .text_strip2 .inner {
  margin: 0 auto;
  position: relative;
  padding: 10px 0 0px 0;
}
.banner_section.mobile .testimonial_banner .text_strip2 strong {
  font-size: 45px;
  display: inline-block;
}
.banner_section.mobile .testimonial_banner .text_strip2 p {
  display: inline-block;
  padding: 0 0 0 10px;
  text-align: left;
}
.banner_section.mobile .testimonial_banner .text_strip3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
}
.banner_section.mobile .testimonial_banner .table_card_pic {
  padding-bottom: 10px;
}
.banner_section.mobile .download_section {
  padding: 15px 20px 30px;
  position: relative;
  text-align: center;
}
.banner_section.mobile .download_section .download_cta {
  background: #17b000;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  line-height: 50px;
  display: inline-block;
  padding: 0;
  text-align: center;
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  font-family: "ubuntumedium";
}
.banner_section.mobile .download_section .download_cta span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.banner_section.mobile .download_section .download_cta span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: -o-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: -ms-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  -moz-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  -o-transform: skew(30deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}
@keyframes move {
  0% {
    left: -20px;
    opacity: 0.2;
  }
  5% {
    opacity: 0.4;
  }
  48% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    left: 100%;
    opacity: 0.2;
  }
}
@keyframes glow {
  0% {
    box-shadow: 0 0 5px #007e23;
  }
  50% {
    box-shadow: 0 0 20px #007e23;
  }
  100% {
    box-shadow: 0 0 5px #007e23;
  }
}
@keyframes grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.banner_section.mobile .download_section p {
  color: #202020;
  font-size: 12px;
  margin-top: 10px;
}
.banner_section.mobile .download_section p .mobile_icon {
  position: relative;
  display: inline-block;
  line-height: 20px;
}
.banner_section.mobile .download_section p .mobile_icon:after {
  content: "";
  position: absolute;
  left: -25px;
  top: -4px;
  height: 29px;
  width: 20px;
  background: url(../images/landing/home-new-b/mobile_icon.gif) no-repeat;
  background-size: 100%;
  vertical-align: top;
}
.feature_box {
  padding: 80px 0;
}
.feature_box .heading {
  text-align: center;
  color: #202020;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
.feature_box ul {
  position: relative;
}
.feature_box ul li {
  float: left;
  width: 33%;
  list-style: none;
  text-align: center;
  position: relative;
}
.feature_box ul li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #b2b2b2;
  top: 0;
  right: 0;
}
.feature_box ul li:last-child:after {
  width: 0;
}
.feature_box ul li p {
  color: #202020;
  font-size: 18px;
  position: relative;
  padding-left: 100px;
  height: 80px;
  display: table;
  margin: 0 auto;
  font-family: ubunturegular;
  font-weight: 700;
}
.feature_box ul li p:before {
  position: absolute;
  content: "";
  background: url(../images/landing/home-new-b/feature-icon.png) no-repeat;
  background-size: 100%;
  vertical-align: top;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
}
.feature_box ul li p.icon1:before {
  background-position: 0 0;
}
.feature_box ul li p.icon2:before {
  background-position: 0 -80px;
}
.feature_box ul li p.icon3:before {
  background-position: 0 -160px;
}
.feature_box ul li p.icon4:before {
  background-position: 0 -240px;
}
.feature_box ul li p strong {
  font-weight: 400;
  text-align: left;
}
.winner_section {
  background: #eee;
  padding: 80px 0;
}
.winner_section .heading {
  text-align: center;
  color: #202020;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
.winner_section .winner_slider {
  padding-left: 0;
}
.winner_section .winner_slider.owl-carousel .owl-stage {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
}
.winner_section .winner_slider.owl-carousel .owl-item {
  border-right: 1px solid #c7c7c7;
  position: relative;
}
.winner_section .winner_slider.owl-carousel .owl-item:last-child {
  border: 0;
}
.winner_section .winner_slider .winner_box {
  width: 90%;
  height: 410px;
  padding: 0 10px;
  position: relative;
  margin: 0 auto;
}
.winner_section .winner_slider .winner_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  background: url(../images/landing/home-new-b/quotation_symbol.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 24px;
  display: none;
}
.winner_section .winner_slider .winner_box .wiiner_pic {
  text-align: center;
  padding-bottom: 30px;
}
.winner_section .winner_slider .winner_box .wiiner_pic .inner {
  height: 100px;
  width: 100px;
  background: #fac632;
  border-radius: 90px;
  margin: 0 auto;
  display: inline-block;
}
.winner_section .winner_slider .winner_box .wiiner_pic span {
  border-radius: 90px;
  overflow: hidden;
  width: 96px;
  height: 96px;
  border: 6px solid #fff;
  display: block;
  margin: 2px 0 0 2px;
  background: url(../images/landing/home-new-b/testimonial-sprite.png) no-repeat;
  background-size: 100%;
}
.winner_section .winner_slider .winner_box .wiiner_pic span.winner1 {
  background-position: 0 0;
}
.winner_section .winner_slider .winner_box .wiiner_pic span.winner2 {
  background-position: 0 -93px;
}
.winner_section .winner_slider .winner_box .wiiner_pic span.winner3 {
  background-position: 0 -187px;
}
.winner_section .winner_slider .winner_box .winner_name {
  font-size: 20px;
  color: #202020;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
}
.winner_section .winner_slider .winner_box .winner_amount {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
  color: #d30a15;
}
.winner_section .winner_slider .winner_box .winner_text {
  font-size: 16px;
  color: #202020;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
}
.winner_section .winner_slider.owl-theme .owl-nav {
  width: 250px;
  margin: 0 auto;
  margin-top: 30px;
}
.winner_section .winner_slider.owl-theme .owl-nav button.owl-next,
.winner_section .winner_slider.owl-theme .owl-nav button.owl-prev {
  width: 42px;
  height: 42px;
  background: url(../images/landing/home-new-b/winner-arrow.png) no-repeat;
  background-size: 100%;
  font-size: 0;
  margin: 0;
}
.winner_section .winner_slider.owl-theme .owl-nav button.owl-prev {
  background-position: 0 0;
  float: left;
}
.winner_section .winner_slider.owl-theme .owl-nav button.owl-next {
  background-position: 0 -42px;
  float: right;
}
.winner_section .winner_slider.owl-theme .owl-dots {
  width: 250px;
  margin: 0 auto;
  margin-top: 0;
  padding-top: 10px;
}
.winner_section .winner_slider.owl-theme .owl-dots .owl-dot span {
  background-color: #d2d2d2;
}
.winner_section .winner_slider.owl-theme .owl-dots .owl-dot.active span,
.winner_section .winner_slider.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #202020;
}
.winner_section .action_div {
  display: block;
  text-align: center;
  padding-top: 30px;
}
.winner_section .action_div a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  background: #1e9d3e;
  border: 1px solid #1e9d3e;
  text-transform: uppercase;
  width: 250px;
}
.gameplay_section {
  padding: 80px 0;
  background: #f7e3b1;
  border-bottom: 10px solid #fff;
}
.gameplay_section .heading {
  text-align: center;
  color: #202020;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
.gameplay_section .gameplay_slider.owl-carousel .owl-stage {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
}
.gameplay_section .gameplay_box {
  padding: 0;
  width: 92%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background: #fff;
  height: 380px;
  padding: 30px 20px;
  position: relative;
}
.gameplay_section .gameplay_box .title {
  color: #d30a15;
  font-size: 32px;
  font-weight: 700;
  display: block;
  padding-bottom: 22px;
}
.gameplay_section .gameplay_box .colume {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #202020;
  text-align: center;
  margin-bottom: 20px;
}
.gameplay_section .gameplay_box .colume .subheading {
  font-weight: 400;
  width: 90px;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 48px;
  border-right: 1px solid #c4c4c4;
}
.gameplay_section .gameplay_box .colume ul {
  display: table;
  float: left;
}

.gameplay_section .gameplay_box .colume_three ul {
  width: calc(100% - 90px);
}
.gameplay_section .gameplay_box .colume_three ul li {
  float: none;
  list-style: none;
  text-align: center;
  width: 1%;
  display: table-cell;
  line-height: 48px;
  border-right: 1px solid #c4c4c4;
  text-transform: uppercase;
  cursor: pointer;
}
.gameplay_section .gameplay_box .colume_three ul li:last-child {
  border: 0;
  border-radius: 0 5px 5px 0;
}
.gameplay_section .gameplay_box .colume_three ul li.active {
  background: #af070f;
  color: #fff;
}
.gameplay_section .gameplay_box .colume_four ul {
  width: calc(100% - 90px);
}
.gameplay_section .gameplay_box .colume_five ul {
  width: calc(100% - 90px);
}
.gameplay_section .gameplay_box .action_div {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 20px 30px;
}
.gameplay_section .gameplay_box .action_div a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  background: #1e9d3e;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.easytoplayrummy_section {
  padding: 80px 0 50px;
  background: #162139;
}
.easytoplayrummy_section .heading {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
.easytoplayrummy_section .col-8 {
  width: 66.66%;
  float: left;
  position: relative;
}
.easytoplayrummy_section .col-8 a {
  text-align: center;
  display: inline-block;
}
.easytoplayrummy_section .col-8 a span {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background: #1e9d3e;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 250px;
  margin-top: 10px;
  text-transform: uppercase;
}
.easytoplayrummy_section .col-8 .male_model {
  position: absolute;
  bottom: -56px;
  right: 0;
}
.easytoplayrummy_section .col-8 .action_div {
  display: block;
  text-align: center;
}
.easytoplayrummy_section .col-8 .action_div a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  background: #1e9d3e;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
}
.easytoplayrummy_section .col-4 {
  width: 33.33%;
  float: left;
  padding-left: 50px;
}
.easytoplayrummy_section .col-4 p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.4;
  padding-bottom: 40px;
}
.easytoplayrummy_section .col-4 ul li {
  list-style: disc;
  color: #fff;
  font-size: 16px;
  padding-bottom: 15px;
  display: list-item;
}
.easytoplayrummy_section .col-4 ul li a {
  color: #fff;
  text-decoration: underline;
}
.easytoplayrummy_section .col-4 ul li a:before {
  display: none;
}
.rummyexperience_section {
  padding: 80px 0;
}
.rummyexperience_section .heading {
  text-align: center;
  color: #202020;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
.rummyexperience_section .appscreen {
  border-right: 1px solid #b2b2b2;
  padding: 40px 20px;
}
.rummyexperience_section .appscreen_slider .owl-stage .owl-item:last-child .appscreen {
  border: 0;
}
.rummyexperience_section .appscreen .content {
  text-align: center;
  font-size: 18px;
  color: #202020;
  font-weight: 400;
  line-height: 28px;
}
.rummyexperience_section .appscreen .content h3 {
  display: block;
  font-size: 20px;
  padding: 25px 0;
  font-weight: 700;
}
.rummyexperience_section .appscreen ul li {
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  list-style: none;
  margin-bottom: 20px;
}
.rummyexperience_section .appscreen ul li strong {
  color: #d30a15;
}
.rummyexperience_section .appscreen ul li:last-child {
  margin: 0;
}
.rummyexperience_section .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.rummyexperience_section .action_div {
  text-align: center;
  padding-top: 20px;
  display: none;
}
.rummyexperience_section .action_div a {
  color: #109e38;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #109e38;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 200px;
  display: inline-block;
  text-decoration: none;
  border-radius: 40px;
  text-transform: uppercase;
}
.appdownload_section {
  padding: 80px 0;
  background: #f7e3b1;
  border-bottom: 10px solid #fff;
}
.appdownload_section .heading {
  text-align: center;
  color: #202020;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
.appdownload_section ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  list-style: none;
  border-right: 1px solid #b2b2b2;
  height: 180px;
}
.appdownload_section ul li:last-child {
  border: 0;
}
.appdownload_section ul li img {
  vertical-align: top;
}
.appdownload_section ul li strong {
  padding-bottom: 30px;
  display: block;
  font-weight: 700;
  font-weight: 20px;
}
.appdownload_section ul li .app_btn a {
  margin-bottom: 20px;
  display: block;
}
.appdownload_section ul li .app_monumber input {
  border-radius: 5px;
  width: 195px;
  height: 45px;
  border: 1px solid #b2b2b2;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #202020;
}
.appdownload_section ul li .app_monumber input:focus {
  outline: 0;
}
.appdownload_section ul li .app_monumber input:focus::placeholder {
  opacity: 0;
}
.appdownload_section ul li .app_monumber .action_div {
  display: block;
  padding-top: 20px;
}
.appdownload_section ul li .app_monumber .action_div button {
  border: 0;
  color: #fff;
  background: #1e9d3e;
  font-size: 20px;
  font-weight: 700;
  height: 45px;
  width: 150px;
  border-radius: 40px;
  cursor: pointer;
}
.appdownload_section ul li .app_misscall strong {
  display: block;
  padding-top: 20px;
}
.bestoffer_section {
  padding: 80px 0;
  background: #eee;
}
.bestoffer_section .heading {
  text-align: center;
  color: #202020;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
.bestoffer_section .offer_slider .offerdiv:hover p {
  display: table;
}
.bestoffer_section .offer_slider .offerdiv {
  padding-right: 15px;
}
.bestoffer_section .offer_slider p {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  padding: 0 10px;
}
.bestoffer_section .offer_slider p span {
  display: table-cell;
  vertical-align: middle;
}
.bestoffer_section .offer_slider p a {
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  height: 45px;
  width: 150px;
  display: inline-block;
  line-height: 41px;
  font-size: 18px;
  font-weight: 700;
}
.bestoffer_section .offer_slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.kprrewards_section {
  padding: 80px 0;
}
.kprrewards_section .heading {
  text-align: center;
  color: #202020;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
.kprrewards_section .row {
  width: 80%;
  margin: 0 auto;
}
.kprrewards_section .col-6 {
  float: left;
  width: 50%;
}
.kprrewards_section .col-6.right-align {
  padding-right: 50px;
  text-align: right;
}
.kprrewards_section .col-6.right-align img {
  display: inline-block;
}
.kprrewards_section .col-6.left-align {
  padding-left: 50px;
  text-align: left;
  border-left: 1px solid #b2b2b2;
}
.kprrewards_section .col-6 .inner_div {
  display: table;
  height: 360px;
}
.kprrewards_section .col-6 .inner_div .inner {
  display: table-cell;
  vertical-align: middle;
}
.kprrewards_section .col-6 .inner_div p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}
.kprrewards_section .col-6 .inner_div p a {
  display: inline-block;
  color: #1e9d3e;
  border: 1px solid #1e9d3e;
  border-radius: 5px;
  text-decoration: none;
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  font-size: 18px;
}
.kprrewards_section .col-6 .inner_div .action_div a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background: #1e9d3e;
  border-radius: 40px;
  height: 50px;
  line-height: 50px;
  width: 250px;
  text-align: center;
  text-decoration: none;
}
.playerspeak_section {
  padding: 80px 0;
  border-bottom: solid 1px #d7d7d7;
}
.playerspeak_section .heading {
  text-align: center;
  color: #202020;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
.playerspeak_section .heading span {
  color: #df0004;
}
.playerspeak_section .tabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.playerspeak_section .tabs .tabs-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 50px;
  width: 50%;
  float: right;
}
.playerspeak_section .tabs .tabs-list li {
  width: 100%;
  float: left;
  margin: 0 0 21px 0;
  padding: 13px 20px;
  text-align: left;
  border: 2px solid #fff;
  position: relative;
}
.playerspeak_section .tabs .tabs-list li:last-child {
  margin: 0;
}
.playerspeak_section .tabs .tabs-list li:after {
  content: "";
  position: absolute;
  top: 50%;
  border-right: 16px solid #f7e3b1;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  left: -16px;
  margin-top: -16px;
  display: none;
  z-index: 2;
}
.playerspeak_section .tabs .tabs-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  left: -20px;
  margin-top: -20px;
  display: none;
  z-index: 1;
}
.playerspeak_section .tabs .tabs-list li:hover {
  cursor: pointer;
}
.playerspeak_section .tabs .tabs-list li a {
  text-decoration: none;
  color: #202020;
  font-size: 16px;
  font-weight: 700;
}
.playerspeak_section .tabs .tabs-list li span {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}
.playerspeak_section .tabs .tab {
  display: none;
  width: 50%;
  min-height: 250px;
  height: auto;
  float: left;
}
.playerspeak_section .tabs .tab h3 {
  border-bottom: 3px solid #6495ed;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 5px;
}
.playerspeak_section .tabs .tab p {
  line-height: 20px;
  letter-spacing: 1px;
}
.playerspeak_section .tabs .tab.active {
  display: block !important;
}
.playerspeak_section .tabs .tabs-list li.active {
  background: #f7e3b1;
}
.playerspeak_section .tabs .tabs-list li.active:after,
.playerspeak_section .tabs .tabs-list li.active:before {
  display: block;
}
.playerspeak_section .tab .video_block {
  position: relative;
  overflow: hidden;
}
.playerspeak_section .tab .video_block img {
  vertical-align: top;
  visibility: hidden;
}
.playerspeak_section .tab .video_block iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.playerspeak_section .action_div {
  display: block;
  text-align: center;
  padding-top: 50px;
}
.playerspeak_section .action_div a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 40px;
  height: 50px;
  line-height: 50px;
  padding: 0 0;
  text-align: center;
  text-decoration: none;
  background: #1e9d3e;
  border: 1px solid #1e9d3e;
  text-transform: uppercase;
  width: 250px;
}
.faq_section {
  padding: 80px 0;
}
.faq_section .heading {
  text-align: center;
  color: #202020;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
.faq_section .seoaccordion {
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
}
.faq_section .seoaccordion .accordion-item {
  position: relative;
  width: 100%;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
  list-style: none;
  border-radius: 5px;
  margin-bottom: 20px;
}
.faq_section .seoaccordion .accordion-item:last-child {
  border-bottom: none;
}
.faq_section .seoaccordion .accordion-item .hide_div {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
.faq_section .seoaccordion .accordion-item .accordion-label {
  padding: 15px 50px 15px 20px;
  width: 100%;
  display: block;
  font-size: 18px;
  color: #202020;
  font-weight: 400;
  position: relative;
}
.faq_section .seoaccordion .accordion-item .accordion-label:hover {
  cursor: pointer;
}
.faq_section .seoaccordion .accordion-item .accordion-label .expand_more {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  background: url(../images/landing/home-new-b/arrow_bottom.png) no-repeat;
  background-size: 100%;
  width: 22px;
  height: 12px;
  margin-top: -6px;
  transition: all 1s;
}
.faq_section .seoaccordion .accordion-item input[type="checkbox"]:checked ~ .accordion-label .expand_more {
  transform: rotate(180deg);
}
.faq_section .seoaccordion .accordion-item .accordion-label .icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../images/landing/home-new-b/faq_icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  display: none;
}
.faq_section .seoaccordion .accordion-item .accordion-label .icon.icon1 {
  background-position: 0 0;
}
.faq_section .seoaccordion .accordion-item .accordion-label .icon.icon2 {
  background-position: 0 -40px;
}
.faq_section .seoaccordion .accordion-item .accordion-label .icon.icon3 {
  background-position: 0 -80px;
}
.faq_section .seoaccordion .accordion-item .accordion-label .icon.icon4 {
  background-position: 0 -120px;
}
.faq_section .seoaccordion .accordion-item .accordion-label .icon.icon5 {
  background-position: 0 -160px;
}
.faq_section .seoaccordion .accordion-item .accordion-label .icon.icon6 {
  background-position: 0 -200px;
}
.faq_section .seoaccordion .accordion-item .accordion-label .icon.icon7 {
  background-position: 0 -240px;
}
.faq_section .seoaccordion .accordion-item .accordion-child {
  margin: 0;
  overflow: hidden; /*transition:all .3s ease;*/
  opacity: 0;
  height: 0;
  transform-origin: center;
  color: #202020;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.faq_section .seoaccordion .accordion-item input[type="checkbox"]:checked ~ .accordion-child {
  margin: 0;
  background: #fff;
  padding: 20px;
  height: auto;
  opacity: 1;
}
.faq_section .seoaccordion .accordion-item .accordion-child .strong {
  font-weight: bold;
}
.faq_section .seoaccordion .accordion-item .accordion-child ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 20px;
}
.faq_section .seoaccordion .accordion-item .accordion-child ul li {
  list-style: disc;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  display: list-item;
}
.faq_section .seoaccordion .accordion-item .accordion-child ul li ul li {
  list-style: disc;
}
.faq_section .seoaccordion .accordion-item .accordion-child a {
  color: #d50100;
  text-decoration: underline;
}

footer {
  background: #162139;
}
.footer1 {
  padding: 50px 0 40px !important;
}
.footer2 {
  padding: 0px 0 20px !important;
}
.footer2 #sp-footer2 {
  padding: 0;
}
footer .bottom_links {
  padding-bottom: 40px;
}
footer .bottom_links .col-3 {
  float: left;
  width: 25%;
}
footer .bottom_links .col-3 .heading {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
}
footer .bottom_links .col-3 ul li {
  list-style: none;
  padding-bottom: 12px;
}
footer .bottom_links .col-3 ul li a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
}
footer .footer_quicklinks {
  padding: 20px 0;
  display: block;
  border-top: 1px solid #424858;
}
footer .footer_quicklinks p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  text-align: center;
}
footer .footer_quicklinks a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4) !important;
}
footer .quick_links {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: none;
  padding-bottom: 30px;
}
footer .quick_links .heading {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 20px;
}
footer .quick_links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4) !important;
}
footer .subtitle {
  position: relative;
  text-align: center;
  margin: 0 0 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
footer .subtitle:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  background: #424858;
  margin-top: 1px;
}
footer .subtitle span {
  background: #162139;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
footer .social_links {
  padding-bottom: 30px;
}
footer .social_links .social_icon {
  text-align: center;
}
footer .social_links .social_icon a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../images/landing/home-new-b/social_icon.png) no-repeat;
  background-size: 100%;
  margin: 0 10px;
}
footer .social_links .social_icon a.fb {
  background-position: 0 0;
}
footer .social_links .social_icon a.tw {
  background-position: 0 -40px;
}
footer .social_links .social_icon a.in {
  background-position: 0 -80px;
}
footer .social_links .social_icon a.blog {
  background-position: 0 -120px;
}
footer .social_links .social_icon a.yt {
  background-position: 0 -160px;
}
footer .social_links .social_icon a.insta {
  background-position: 0 -200px;
}
footer .social_links .social_icon a.telegram {
  background-position: 0 -240px;
}
footer .social_links .social_icon a.sharechat {
  background-position: 0 -280px;
}
footer .security_payment {
  padding-bottom: 30px;
}
footer .security_payment .col-4 {
  width: 545px;
  float: right;
}
footer .security_payment .col-4:first-child {
  float: left;
  margin-left: 0;
}
footer .security_payment .col-4.last {
  margin-right: 0;
}
footer .security_payment .col-4 .icon span {
  width: 80px;
  height: 40px;
  display: inline-block;
  background: url(../images/landing/home-new-b/security-payment.jpg) no-repeat;
  background-size: 100%;
  margin: 0 10px 0 0;
  border-radius: 5px;
}
footer .security_payment .col-4 .icon span a {
  display: block;
  height: 100%;
}
footer .security_payment .col-4 .icon span:last-child {
  margin-right: 0;
}
footer .security_payment .col-4 .icon span.icon1 {
  background-position: 0 0;
}
footer .security_payment .col-4 .icon span.icon2 {
  background-position: 0 -40px;
}
footer .security_payment .col-4 .icon span.icon3 {
  background-position: 0 -80px;
}
footer .security_payment .col-4 .icon span.icon4 {
  background-position: 0 -120px;
}
footer .security_payment .col-4 .icon span.icon5 {
  background-position: 0 -160px;
}
footer .security_payment .col-4 .icon span.icon6 {
  background-position: 0 -200px;
}
footer .security_payment .col-4 .icon span.icon7 {
  background-position: 0 -240px;
}
footer .security_payment .col-4 .icon span.icon8 {
  background-position: 0 -280px;
}
footer .security_payment .col-4 .other_logo {
  text-align: center;
}
footer .security_payment .col-4 .other_logo a {
  display: inline-block;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
footer .security_payment .col-4 .other_logo a:first-child {
  border-right: 1px solid #4a4d54;
  padding-left: 0;
  padding-right: 10px;
}
footer .security_payment .col-4 .other_logo a img {
  vertical-align: top;
}
footer .copyright {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
footer .copyright .subtitle {
  margin-bottom: 20px;
}
footer .copyright .subtitle i {
  color: #d30a15;
  font-size: 22px;
  animation: grow 2s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}
@keyframes grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
footer .marquee_strip {
  padding: 10px 0;
  border-top: 1px solid #424858;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 20px;
}
.sticky-footer {
  width: 100%;
  position: fixed;
  background: #fff;
  border-top: solid 1px #c8c8c8;
  z-index: 100;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  font-family: ubunturegular, Arial, Helvetica, sans-serif;
  padding: 15px 0 5px 0;
  text-align: center;
  left: 0;
  bottom: -80px; /*visibility:hidden;opacity:0;*/
  display: none;
}
.sticky-footer.show {
  bottom: 0;
}
.sticky-footer .container {
  padding: 0 20px;
}
.sticky-footer .download_cta {
  background: #17b000;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  line-height: 50px;
  display: inline-block;
  padding: 0;
  text-align: center;
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  font-family: "ubuntumedium";
}
.sticky-footer .download_cta span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.sticky-footer .download_cta span img {
  width: 100%;
}
.sticky-footer .download_cta span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: -o-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: -ms-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  -moz-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  -o-transform: skew(30deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}
.simplePopupClose {
  position: absolute;
  top: 11px;
  right: 20px;
  font-size: 25px;
  cursor: pointer;
  z-index: 1;
}
.simplePopupBackground {
  display: none;
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9991;
}
.form_container_login {
  float: right;
  margin: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9992;
  box-sizing: border-box;
  position: fixed;
  background: #fff;
  top: 0 !important;
}
.form_container_login .form_inner {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0;
  position: relative;
}
.form_container_login .form_inner .inner_div {
  background: #fff;
  padding: 0px;
}
.form_container_login .form_heading {
  text-align: left;
  font-family: "ubuntumedium";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 15px 20px;
  text-transform: uppercase;
  background: #a80000 /*url(images/landing/upi-instant-withdrawal/popup_header_bg.jpg) center top no-repeat*/;
  background-size: cover;
}
.form_container_login .form_heading img {
  width: 100%;
}
.form_container_login .form_heading span {
  font-size: 11px;
}
.form_container_login .form {
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
  max-width: 350px;
}
.form_container_login .form .form_item_holder {
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
}
.form_container_login .form .form_item_holder input {
  height: 40px;
  border: 1px solid #c8c2c0;
  padding: 0px 10px;
  line-height: 45px;
  width: 100%;
  color: #686868;
  margin-bottom: 21px;
  font-size: 14px;
  border-radius: 5px;
}
.form_container_login .form .form_item_holder input.error {
  background: #fff;
  color: #000;
  border-color: #990808;
}
.form_container_login .form .form_item_holder .tooltip.in {
  width: 100%;
  opacity: 1;
  left: 0 !important;
  top: 29px !important;
}
.form_container_login .form .form_item_holder .tooltip.in .tooltip-inner {
  background: #990808 !important;
  color: #fff !important;
  font-size: 11px !important;
  padding: 2px 10px;
  border-radius: 0 0 5px 5px;
}
.form_container_login .form .form_item_holder .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #990808;
}
.form_container_login .form .button_holder {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.form_container_login .form .button_holder button {
  height: 50px;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
  border: 0;
  font-size: 20px;
  background: #1e9d3e;
  color: #fff;
  font-weight: 700;
  font-family: ubunturegular;
}
.top_section .banner_action .form_container .facebook_reg {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.form_container_login .form .form_links {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #000;
  padding: 10px 0 0;
}
.form_container_login .form .form_links p a {
  color: #990808;
  text-decoration: underline;
}
.form_container_login .form .otp_box_sec {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  min-height: auto;
}
.form_container_login .form .otp_box_sec .head_title {
  display: none;
}
.form_container_login .form .otp_box_sec .or_div_sec span {
  background: #fff;
}
.popup_outer {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  top: 0;
}
.popup_model {
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  top: 0;
}
.popup_model .backdrop_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.popup_model .popup_inner {
  display: table-cell;
  vertical-align: middle;
}
.popup_model .popup_inner .popup_content {
  width: 300px;
  background: #fff;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
  padding: 0;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.popup_model .popup_inner .popup_content .popup_header {
  background: #fff;
  display: block;
  padding: 30px 20px 0;
  position: relative;
}
.popup_model .popup_inner .popup_content .popup_header .title {
  color: #fff;
  float: left;
  font-size: 25px;
  display: table;
  height: 60px;
}
.popup_model .popup_inner .popup_content .popup_header .close_btn {
  float: left;
  display: table;
  height: 30px;
  width: 30px;
}
.popup_model .popup_inner .popup_content .popup_header .close_btn a {
  color: #b2b2b2;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.popup_model .popup_inner .popup_content .popup_header .close_btn img {
  width: 100%;
}
.popup_model .popup_inner .popup_content .popup_body {
  display: block;
  padding: 20px 0 0;
}
.popup_model .popup_inner .popup_content .popup_body img {
  width: 100%;
}
.banner_section.inner_form_content {
  background: none;
  height: auto;
  padding: 50px 20px;
}
.banner_section.inner_form_content .container {
  width: 650px;
  border: 2px solid #dbdbdb;
}
.banner_section.inner_form_content .inner_banner {
  float: left;
  width: 50%;
}
.banner_section.inner_form_content .inner_banner img {
  width: 100%;
  vertical-align: top;
}
.banner_section.inner_form_content .inner_banner .mobile {
  display: none;
}
.banner_section.inner_form_content .form_container {
  width: 50%;
  margin: 0;
  border-radius: 0;
  background: none;
  border: 0;
  padding: 0;
}
.banner_section.inner_form_content .form_container .form_title {
  color: #202020;
  text-align: center;
  text-transform: uppercase;
}

.otp_box_sec {
  width: 100%;
  position: relative;
  background: #f1ebd8;
  margin-top: 0px;
  border: 5px solid #fff;
  border-radius: 12px;
  padding: 48px 30px 18px;
  min-height: 450px;
}
.otp_box_sec p {
  color: #000000;
}
.otp_box_sec .head_title {
  font-size: 19.5px;
  text-shadow: 1px 1px 1px #00000052;
  color: #fff;
  position: absolute;
  top: -24px;
  left: 15px;
  right: 15px;
  text-align: center;
  background: url(../images/mobile-otp-img/login_header_background.png) no-repeat center;
  padding: 20px 0;
  background-size: 100%;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: "ubuntumedium";
}
.otp_box_sec img {
  display: block;
  max-width: 100%;
}
.otp_box_sec .or_div_sec {
  position: relative;
  text-align: center;
  margin: 0 0 10px;
}
.otp_box_sec .or_div_sec:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  background: #a6a6a6;
}
.otp_box_sec .or_div_sec span {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px;
  background: #f1ebd8;
  color: #000;
  position: relative;
  z-index: 1;
}
.otp_box_sec .tc_sec p {
  margin: 0;
  font-size: 12px;
  text-align: center;
  color: #474747;
}
.otp_box_sec .tc_sec p a {
  color: #474747;
  text-decoration: underline;
  font-size: 12px;
}
.otp_box_sec .otp_btn {
  background: #089715;
  border: 1px solid #089715;
  height: 42px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  display: block;
  text-align: center;
  width: 100%;
  outline: none;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "ubuntumedium";
}
.otp_box_sec .disable_btn {
  background: #aeaeae;
  border: 1px solid #aeaeae;
  cursor: no-drop;
}
.otp_box_sec .border_btn {
  background: #fff;
  height: 40px;
  line-height: 37px;
  color: #089715;
  font-size: 18px;
  border-radius: 5px;
  display: block;
  text-align: center;
  width: 100%;
  outline: none;
  margin-bottom: 12px;
  border: 1px solid #089715;
  cursor: pointer;
  margin-top: 16px;
  font-weight: 500;
}
.otp_box_sec input::-webkit-inner-spin-button,
.otp_box_sec input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp_box_sec .password_control {
  position: absolute;
  width: 29px;
  height: 42px;
  background: url("/images/mobile-otp-img/eye_password_hide.png") no-repeat center;
  right: 10px;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
  top: 3px;
}
.otp_box_sec .password_control.active {
  width: 29px;
  height: 42px;
  background: url("/images/mobile-otp-img/eye_password_show.png") no-repeat center;
  background-size: 100%;
}
.otp_box_sec .otp_verify_icon {
  position: absolute;
  width: 13px;
  height: 48px;
  background: url("/images/mobile-otp-img/cancel.png") no-repeat center;
  right: 14px;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
  top: 0;
}
.otp_box_sec .input_group.active .otp_verify_icon {
  position: absolute;
  width: 19px;
  height: 48px;
  background: url("/images/mobile-otp-img/check.png") no-repeat center;
  right: 14px;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
  top: 3px;
}
.otp_box_sec .input_group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  min-height: 53px;
  overflow: hidden;
  transition: all 0.2s linear;
  margin-bottom: 12px;
  background: #fff;
}
.otp_box_sec .input_group.active {
  border: 1px solid #089715;
  transition: all 0.2s linear;
}
.otp_box_sec .input_group.active .input_code_sec .input_code {
  border-right: 1px solid #089715;
  transition: all 0.2s linear;
}
.otp_box_sec .input_group.error .input_code_sec .input_code {
  border-right: 1px solid #e3060d;
  transition: all 0.2s linear;
}
.otp_box_sec .input_group.error {
  border-color: #e3060d;
}
.otp_box_sec .input_group p.otp_error {
  display: none;
}
.otp_box_sec .input_group.error p.otp_error {
  background: #e3060d;
  color: #fff;
  width: 100%;
  font-size: 11px;
  padding: 4px 12px;
  position: relative;
  display: block;
}
.otp_box_sec .input_group .input_code_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.otp_box_sec .input_group .input_code_sec .input_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 12px;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border-right: 1px solid #b7b7b7;
  transition: all 0.2s linear;
  color: #202020;
  font-size: 14px;
  font-family: "ubuntumedium";
  height: 51px;
}
/* .otp_box_sec .input_group .input_code_sec .input_code {border-right: 1px solid #b7b7b7 !important} */
.otp_box_sec .input_group .input_outline {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}
.otp_box_sec .input_group .input_outline input {
  cursor: auto;
  width: 100%;
  margin-bottom: 0;
  display: block;
  padding: 0.5rem 11px 0;
  font-size: 18px;
  line-height: 1.5;
  color: #202020;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  box-shadow: none;
  height: 42px;
  outline: none;
  top: 0px;
  position: relative;
}
.otp_box_sec .mobile_numer_otp .input_group .input_outline input {
  top: 8px;
}
.otp_box_sec .mobile_password_login .input_group .input_outline.input_sec_set_pass input {
  top: 1px;
}
.otp_box_sec .mobile_password_login .input_group .input_outline input {
  top: 5px;
}
.otp_box_sec .mobile_password_login .input_group .input_outline input.mobile_password_login_password_field {
  padding-right: 47px;
}
.otp_box_sec .input_group .input_outline input.email_text {
  font-size: 14px;
  top: 7px;
  padding-right: 42px;
}
.otp_box_sec .email_password_login .input_group .input_outline input.email_text {
  top: 0px;
}
.otp_box_sec .email_password_login .input_group .input_outline input.email_password_login_password_field {
  top: 9px;
  padding-right: 48px;
}
.otp_box_sec .mobile_email_set_password .input_group .input_outline input.mobile_email_password_input,
.otp_box_sec .mobile_email_set_password .input_group .input_outline input.mobile_confirm_password_input {
  top: 8px;
}
.otp_box_sec .reset_password .input_group .input_outline input,
.otp_box_sec .reset_password .input_group .input_outline input {
  top: 8px;
}
.otp_box_sec .mobile_email_set_password .input_group .input_outline label {
  top: 13px;
  left: 12px;
}
.otp_box_sec .input_group .input_outline label {
  position: absolute;
  top: 11px;
  left: 11px;
  padding-top: 0.37rem;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  color: rgba(32, 32, 32, 0.6);
  font-size: 15px;
  margin-bottom: 0;
}
.otp_box_sec .input_group .input_outline label.active {
  -webkit-transform: translateY(-1rem) translateY(0.1rem) scale(0.7);
  transform: translateY(-1rem) translateY(0.1rem) scale(0.7);
  top: 13px;
}
.otp_box_sec .checkbox_sec {
  display: block;
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 12px;
}
.otp_box_sec .checkbox_sec .input_group {
  display: none;
}
.otp_box_sec .checkbox_sec .checkbox_mark {
  display: block;
}
.otp_box_sec .checkbox_sec.active {
  border-bottom: 0 solid #a6a6a6;
  margin-bottom: 0;
}
.otp_box_sec .checkbox_sec.active .checkbox_mark {
  display: none;
}
.otp_box_sec .checkbox_sec.active .input_group {
  display: flex;
}
.otp_box_sec .email_login .checkbox_mark,
.otp_box_sec .mobile_number .checkbox_mark {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 7px;
}
.otp_box_sec .email_login .forgot_link,
.otp_box_sec .mobile_number .forgot_link {
  background: transparent;
  border: none;
  text-decoration: underline;
  font-size: 13px;
  padding-top: 9px;
  color: #089715;
  text-align: center;
  display: block;
  padding-bottom: 11px;
}
.otp_box_sec .reset_mobile_number .forgot_sec:after {
  content: "";
  display: table;
  clear: both;
}
.otp_box_sec .reset_mobile_number .border_btn {
  margin-bottom: 0;
}
.otp_box_sec .reset_mobile_number .otp_btn {
  margin-bottom: 5px;
}
.otp_box_sec .reset_mobile_number .forgot_sec .checkbox_mark {
  display: inline-block;
  float: left;
  width: 50%;
}
.otp_box_sec .reset_mobile_number .forgot_sec .checkbox_mark label {
  font-size: 13px;
}
.otp_box_sec .reset_mobile_number .forgot_sec .forgot_link {
  display: inline-block;
  float: right;
  width: 50%;
  background: transparent;
  border: none;
  text-decoration: underline;
  font-size: 13px;
  padding-top: 10px;
  color: #089715;
  text-align: right;
}
.otp_box_sec .reset_mobile_number .text_title {
  font-size: 13px;
  padding-bottom: 13px;
}
.otp_box_sec .checkbox_mark {
  display: block;
  padding-top: 11px;
  padding-bottom: 12px;
}
.otp_box_sec .checkbox_mark .icheckbox_square-green {
  display: none !important;
  width: 0px;
}
.otp_box_sec .checkbox_mark input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.otp_box_sec .checkbox_mark label {
  position: relative;
  color: black;
}

.otp_box_sec .checkbox_mark label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 11px;
  border-radius: 5px;
}
.otp_box_sec .checkbox_mark.checked label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #089715;
  border: 1px solid #089715;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 11px;
  border-radius: 5px;
}
.otp_box_sec .checkbox_mark.checked label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.otp_box_sec .title_sec h2 {
  font-size: 17px;
  line-height: 25px;
  color: #202020;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: "ubuntumedium";
  display: none;
}
.otp_box_sec .title_sec h2 span {
  float: left;
  display: inline-block;
  padding-right: 10px;
  height: 34px;
  width: 26px;
  padding-top: 6px;
}
.otp_box_sec .title_sec h2.active {
  display: block;
}
.otp_box_sec .input_sec_set_pass input {
  width: 100%;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  line-height: 1.5;
  color: #202020;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
  height: 49px;
  outline: none;
  font-weight: 500;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  margin-bottom: 12px;
}
/* .otp_box_sec .input_sec_set_pass input.disabled {pointer-events: none; opacity: 0.7} */
.otp_box_sec input.disabled,
.otp_box_sec .mobile_password_login .input_sec_set_pass,
.otp_box_sec .mobile_password_login .input_code_sec {
  pointer-events: none;
  opacity: 0.6;
}
.otp_box_sec .mobile_password_login .input_code_sec span {
  font-size: 17px;
  font-weight: 600;
}
.input_sec_set_pass input.email_texts {
  font-size: 14px;
}
.otp_box_sec .input_sec_set_pass .border_btn {
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  width: 75px;
  border-radius: 50px;
  margin: 0 auto 12px;
}
.otp_box_sec .thrice_otp .text_sec {
  font-size: 14px;
  color: #b51a1a;
  margin-top: 16px;
  border-top: 1px solid #a6a6a6;
  padding-top: 8px;
}
.otp_box_sec .thrice_otp .text_sec button {
  color: #089715;
  background: 0 0;
  border: none;
  text-decoration: underline;
  font-size: 14px;
  float: right;
}
.otp_box_sec .thrice_otp .text_sec button.disable_btn {
  color: #aeaeae;
  cursor: no-drop;
}
.otp_box_sec .thrice_otp .text_sec:after {
  content: "";
  display: table;
  clear: both;
}
.otp_box_sec .thrice_otp .text_sec span.otp_limit_exhaust_title {
  float: left;
  color: #b51a1a;
  max-width: 149px;
}
.otp_box_sec .thrice_otp .text_sec span.otp_limit_exhaust_title br {
  display: none;
}
.otp_box_sec .thrice_otp .text_sec span {
  color: #000000;
  float: right;
}
/* .otp_box_sec .resend {margin-bottom: 12px; border-top: 1px solid #a6a6a6; padding-top: 6px;} */
.otp_box_sec .reset_password .text_title,
.otp_box_sec .reset_password .note_text {
  font-size: 13px;
  padding-bottom: 13px;
}
.otp_box_sec .resend:after {
  content: "";
  display: table;
  clear: both;
}
.otp_box_sec .resend .resent_btn {
  background: transparent;
  border: none;
  text-decoration: underline;
  font-size: 14px;
  float: right;
  color: #089715;
}
.otp_box_sec .resend .resent_btn.disabled {
  color: #aeaeae;
  cursor: no-drop;
}
.otp_box_sec .verified_text {
  margin-bottom: 12px;
}
.otp_box_sec .verified_text p {
  margin: 0;
  color: #089715;
  text-align: center;
  font-size: 15px;
}
.otp_box_sec .otp_verify_wait .time_wait_loader {
  width: 23px;
  height: 23px;
  margin: 0;
  background: transparent;
  border-left: 2px solid #00961696;
  border-top: 2px solid #00961696;
  border-right: 2px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1.2s spin linear infinite;
  animation: 1.2s spin linear infinite;
  display: inline-block;
  float: left;
  margin-right: 12px;
}
.otp_box_sec .otp_verify_wait {
  border-top: 1px solid #a6a6a6;
}
.otp_box_sec .otp_verify_wait .text_sec {
  color: #000000;
  font-size: 14px;
  text-align: center;
  padding-top: 4px;
}
.otp_box_sec .otp_verify_wait .text_sec:after {
  content: "";
  display: table;
  clear: both;
}
.otp_box_sec .otp_verify_wait .text_sec span {
  float: right;
  font-size: 14px;
}
.otp_box_sec .others_option .other_link {
  display: block;
  text-decoration: none;
  border-radius: 5px;
  height: 43px;
  line-height: 40px;
  border: 1px solid transparent;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 47px;
  background: #fff;
}
.otp_box_sec .others_option .other_link img {
  width: 23px;
  position: absolute;
  left: 10px;
  top: 13px;
}
.otp_box_sec .others_option .other_link.email {
  color: #b41b1b;
  border-color: #b41b1b;
}
.otp_box_sec .others_option .other_link.fb {
  color: #315086;
  border-color: #315086;
}
.otp_box_sec .others_option .other_link.fb img {
  width: 13px;
  top: 10px;
  left: 14px;
}
.otp_box_sec .others_option .other_link.apple {
  color: #000000;
  border-color: #000000;
}
.otp_box_sec .others_option .other_link.gmail {
  color: #000000;
  border-color: #000000;
}
.otp_box_sec .others_option .other_link.gmail img {
  width: 18px;
  position: absolute;
  left: 10px;
  top: 12px;
}
.otp_box_sec .others_option .other_link.apple img {
  width: 20px;
  top: 8px;
  left: 12px;
}
.otp_box_sec .verify_input_sec p {
  font-size: 13px;
  margin: 5px 0;
}
.otp_box_sec .verify_input_sec .verify_otp {
  display: block;
  text-align: center;
  margin: 18px 0;
  padding-bottom: 12px;
  position: relative;
}
.otp_box_sec .verify_input_sec .verify_otp .error_text {
  color: #b51a1a;
  margin: 19px 0 0;
  position: absolute;
  top: 34px;
  text-align: center;
  width: 100%;
  font-size: 13px;
  text-transform: capitalize;
}
.otp_box_sec .verify_input_sec .verify_otp input {
  width: calc(100% / 4 - 12px);
  display: inline-block;
  float: left;
  height: 49px;
  margin: 0 6px;
  color: #202020;
  text-align: center;
  font-size: 22px;
  border-radius: 5px;
  border: 1px solid #b7b7b7;
  font-weight: 800;
}
.otp_box_sec .verify_input_sec .verify_otp .otp_enter:after {
  content: "";
  display: table;
  clear: both;
}
.otp_box_sec .verify_input_sec .verify_otp.active input {
  border: 1px solid #089715;
}
.otp_box_sec .verify_input_sec .verify_otp.error input {
  border: 1px solid #b51a1a;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.offcanvas {
  overflow: hidden;
}
header {
  background: #100 !important;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto !important;
  box-shadow: none !important;
}
header .row {
  margin: 0;
}
header #sp-top1 {
  float: right;
  padding: 16px 0 0;
  margin: 0;
  display: none;
  width: auto;
}
header #sp-logo {
  float: left;
  margin: 0;
  padding: 0 0;
  padding-left: 0px;
  height: auto;
  display: block;
  width: auto;
}
#sp-header .logo {
  height: auto;
}
header #sp-top2 {
  display: none;
  float: right;
  padding: 0;
}
header .mobile_login_btn ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
header .mobile_login_btn ul li {
  float: left;
}
header .mobile_login_btn ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  border: 2px solid #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 5px 0 0 5px;
  padding: 0 10px;
}
header .mobile_login_btn ul li.middle a {
  border-radius: 0 5px 5px 0;
  border-left: 0;
}
header .mobile_login_btn ul li a i {
  display: none;
}
header .mobile_login_btn ul li.mobile_menubar {
  display: none;
}
header #sp-menu {
  float: left;
  margin: 0 0 0 10px;
  padding: 0;
  width: auto;
}
body.post-login header #sp-menu {
  float: right;
}
header #sp-menu.right_al {
  float: right;
}
header .main_menu ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
header .main_menu ul li {
  float: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-flex;
}
header .main_menu ul li a {
  color: #c39551;
  text-decoration: none;
  line-height: 52px;
  padding: 8px 11px;
  float: left;
  display: block;
  font-size: 16px;
  text-transform: none;
  letter-spacing: initial;
}
header .main_menu ul li.no-space a {
  border: 0;
  padding: 0;
}
header .main_menu ul li:first-child a {
  border-left: 0;
}
header .main_menu ul li:last-child a {
  border-right: 0;
}
header .main_menu ul li.active > a,
header .main_menu ul li:hover > a {
  color: #fff;
  background: #450e02;
  background: -moz-linear-gradient(top, #450e02 0, #551502 50%, #450e02 100%);
  background: -webkit-linear-gradient(top, #450e02 0, #551502 50%, #450e02 100%);
  background: linear-gradient(to bottom, #450e02 0, #551502 50%, #450e02 100%);
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  float: left;
  padding: 0 !important;
  background: #450e02 !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  border: 0 !important;
  border-bottom: 1px solid #5b1607 !important;
  padding: 9px 20px 9px 25px !important;
  width: 100%;
  line-height: 22px;
  position: relative;
  position: relative;
  font-size: 14px;
  color: #b58a81 !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a img {
  position: absolute;
  left: 0;
  top: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover > a {
  background: #360901;
  color: #fff !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:after {
  content: "";
  clear: both;
  display: block;
}
header .mob_notify_menu ul {
  float: left;
  margin: 0;
  padding: 0;
}
header .mob_notify_menu ul li {
  float: left;
  margin: 0;
  padding: 0 5px;
  list-style: none;
  line-height: 25px;
}
header .mob_notify_menu ul li.last {
  padding-right: 0;
}
header .mob_notify_menu ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 25px;
  padding: 0;
}
header .mob_notify_menu ul li a i {
  font-size: 25px;
}
#offcanvas-toggler {
  display: none;
}
#sp-custom-popups {
  height: 0 !important;
  min-height: 0;
}
.scrollToTopdiv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
}
.scrollToTopdiv .container {
  position: relative;
}
.scrollToTopdiv .container .scrollToTop {
  background-position: -5px -75px;
  bottom: 40px;
  color: #444;
  display: none;
  font-weight: 700;
  height: 40px;
  padding: 35px 0 0;
  position: absolute;
  right: -60px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  opacity: 0.5;
  font-size: 0;
}
.scrollToTopdiv .container .scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
}
.footer1 > .container > .row > div {
  float: left;
  width: 20%;
  padding: 0;
}
.footer1 .quicklinks .sp-module-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
  text-align: left;
  text-transform: none;
  margin: 0;
}
.footer1 .quicklinks ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer1 .quicklinks ul li {
  padding-bottom: 12px;
  list-style: none;
  text-align: left;
}
.footer1 .quicklinks ul li a {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4) !important;
  padding: 0;
  line-height: normal;
}
.footer1 .quicklinks ul li a:focus {
  background: none;
}
.footer1 .quicklinks ul li a:before {
  display: none;
}
.footer1 .sp-module ul > li {
  border-bottom: 0;
}
.sp-module ul > li > a:before {
  display: none;
}
.sp-module ul > li {
  border: 0;
}
.sp-module ul > li > a {
  line-height: normal;
  padding: 0;
}
a.close-offcanvas i.fa {
  color: #000;
}
.offcanvas-menu .offcanvas-inner {
  margin-top: 40px;
}
.offcanvas-menu {
  background: #fff !important;
}
.close-offcanvas {
  width: 25px;
  height: 25px;
  font-size: 0;
  border: 0;
  top: 12px;
  right: 12px;
}
.close-offcanvas:after,
.close-offcanvas:before {
  height: 100%;
  width: 3px;
  background: #202020;
  content: "";
  position: absolute;
}
.close-offcanvas:after {
  transform: rotate(45deg);
}
.close-offcanvas:before {
  transform: rotate(-45deg);
}
.close-offcanvas:hover {
  background: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  border: 0;
  border-bottom: 0px solid #000;
  color: #000;
  padding: 15px 20px;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  background: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border-top: 1px solid #a4a4a4;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:first-child {
  border: 0;
  border-bottom: 0 solid #000;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:last-child a {
  border-bottom: 0;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.parent a:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  box-sizing: border-box;
  border-style: solid;
  border-color: #202020;
  border-width: 0px 3px 3px 0px;
  transform: rotate(45deg);
  transition: 300ms;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.parent a.opened-menu:after {
  transform: rotate(225deg);
  margin-top: -2px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.parent ul li:not(.deeper):not(.parent) a {
  background: 0 0;
  padding-left: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  border-top: 1px solid #a4a4a4;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a:after {
  visibility: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a i {
  margin-right: 10px;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding: 0;
}
.offcanvas .offcanvas-menu ul.nav-child li a {
  font-size: 13px;
  font-weight: normal;
  padding: 10px 20px;
}
.offcanvas-menu ul.nav.menu > li.deeper.parent > ul.nav-child > li.deeper.parent > ul.nav-child {
  background-color: #4c4c4c;
}
.offcanvas-menu ul.nav.menu > li.deeper.parent > ul.nav-child > li.deeper.parent a {
  padding-left: 30px;
}
.offcanvas-menu ul.nav.menu > li.deeper.parent > ul.nav-child > li.deeper.parent > ul.nav-child > li > a {
  padding-left: 60px;
}
.offcanvas-menu ul.nav.menu > li.deeper.parent > ul.nav-child > li.active a {
  background: #212121;
  color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-503,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-504,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-505,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-507,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-516,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-518,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-523,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.item-524 {
  display: none;
}

#home_register .modal-sm {
  width: 380px;
  margin: 0px auto;
  height: 100%;
}
#home_register .modal-content {
  background: #f1ebd8;
  height: auto;
  border-radius: 0;
  border: 0;
}
#home_register .modal-body,
#home_login .modal-body {
  background: transparent;
  padding: 0;
}
#home_register .modal-header,
#home_login .modal-header {
  background: #d30d00;
  background: linear-gradient(180deg, #d30d00 0, #f72000 18%, #ba0800 42%, #9a0400 100%);
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  border: 0;
}
#home_register .home_register_section,
#home_login .home_register_section {
  position: static;
  width: 100%;
}
#home_register .home_register_section .otp_box_sec,
#home_login .home_register_section .otp_box_sec {
  min-height: auto;
  padding: 26px 30px 18px;
  margin-top: 0;
  border: 0;
  border-radius: 0;
}
#home_register .home_register_section .otp_box_sec .head_title,
#home_login .home_register_section .otp_box_sec .head_title {
  display: none;
}
#home_register .modal-header .close,
#home_login .modal-header .close {
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: url(../images/common/home-sprite.png) no-repeat;
  background-position: -995px -99px;
}
@media only screen and (min-width: 416px) and (max-width: 430px) {
  #home_register .modal-sm,
  #home_login .modal-sm {
    width: 100%;
  }
  .banner .home_mobile_banner .slide_bg {
    background-size: cover !important;
  }
}
/* ending css for otp based login registration */
.single_page .body_content_div .login_form {
  width: 330px;
}
.single_page .body_content_div .login_form .home_register_section {
  position: static;
}
.single_page .body_content_div .login_form .home_register_section .otp_box_sec {
  margin: 0;
  padding: 20px 30px;
  min-height: 430px;
}
.single_page .body_content_div .login_form .home_register_section .otp_box_sec .head_title {
  display: none;
}
.single_page .footer_content_div {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
  .header {
    background: #a80000;
    position: relative;
  }
  .header.fixed .applink_div {
    display: none;
  }
  .header .login_btn_top,
  .header .reg_btn_top {
    display: block;
  }
  .header .reg_btn_top {
    display: block;
  }
  .header .reg_btn_top a {
    border-radius: 5px 0 0 5px;
  }
  .header .hamburger_icon {
    display: block;
  }
  .banner_section {
    margin-top: 0;
  }
  .banner_section .container {
    padding: 0;
  }
  .banner_section.desktop {
    display: none;
  }
  .banner_section.mobile {
    display: block;
  }
  .banner_section.mobile .download_section p {
    font-size: 15px;
  }
  .feature_box {
    padding: 60px 0 40px;
  }
  .feature_box ul li p {
    font-size: 16px;
  }
  .winner_section {
    padding: 60px 0;
  }
  .gameplay_section {
    padding: 60px 0;
  }
  .easytoplayrummy_section {
    padding: 60px 0;
  }
  .easytoplayrummy_section .col-8 .male_model {
    bottom: -66px;
  }
  .rummyexperience_section {
    padding: 60px 0;
  }
  .appdownload_section {
    display: none;
  }
  .bestoffer_section {
    padding: 60px 0;
  }
  .kprrewards_section {
    padding: 60px 0;
  }
  .playerspeak_section {
    padding: 60px 0;
  }
  .faq_section {
    padding: 60px 0;
  }
  footer {
    padding-bottom: 100px;
  }
  footer.inner-lp {
    padding: 50px 0;
  }
  footer .bottom_links {
    display: none;
  }
  .footer1 {
    display: none;
  }
  .footer2 {
    padding: 50px 0 !important;
  }
  .footer2 .row {
    margin: 0;
  }
  footer .footer_quicklinks {
    display: none;
  }
  footer .quick_links {
    display: block;
  }
  footer .subtitle::before {
    margin-top: -2px;
  }
  footer .social_links {
    padding-bottom: 20px;
  }
  footer .social_links .social_icon {
    width: 80%;
    margin: 0 auto;
  }
  footer .social_links .social_icon a {
    margin: 0 5px 10px;
  }
  footer .security_payment {
    padding-bottom: 0;
  }
  footer .security_payment .col-4 {
    margin: 0 0 30px;
    width: 50%;
  }
  footer .security_payment .col-4 .icon {
    text-align: center;
  }
  footer .security_payment .col-4 .icon span {
    margin-right: 12px;
  }
  footer .security_payment .col-4.last {
    width: 100%;
  }
  footer .copyright {
    padding-top: 30px;
  }
  footer .copyright .subtitle::before {
    top: -30px;
    margin: 0;
  }
  .sticky-footer {
    display: block;
    bottom: 0 !important;
  }
  .owl-theme .owl-nav {
    display: none;
  }

  header #sp-top1 {
    display: block;
    padding: 17px 0 0 20px;
  }
  header #sp-menu {
    display: none;
  }
  #sp-header .sp-default-logo {
    display: block;
  }
  header #sp-top2 {
    display: block;
    padding: 15px 0 0 0;
    width: auto;
  }
  header .mobile_login_btn ul li a {
    border-radius: 5px 0 0 5px;
  }
  header .mobile_login_btn ul li.middle a {
    border-radius: 0 5px 5px 0;
    border-left: 0;
  }
  header .mob_notify_menu ul li a i {
    font-size: 35px;
  }
  #home_register .modal-sm {
    width: 100%;
  }
  #home_register .modal-content {
    height: 100%;
  }
  #home_register .modal-body,
  #home_login .modal-body {
    margin: 0 auto;
    width: 380px;
  }
}
@media only screen and (max-width: 820px) {
  .feature_box ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .feature_box ul li p {
    margin: 0;
  }
  .feature_box ul li:nth-child(2n + 2)::after {
    width: 0;
  }
  .feature_box ul li:nth-child(2n + 2) p {
    margin-left: 70px;
  }
  .winner_section .container {
    padding: 0;
  }
  .gameplay_section .gameplay_box {
    width: 95%;
  }
  .gameplay_section .gameplay_box .colume {
    font-size: 12px;
  }
  .gameplay_section .gameplay_box .colume .subheading {
    width: 75px;
    font-size: 13px;
  }
  .gameplay_section .gameplay_box .colume_three ul {
    width: calc(100% - 75px);
  }
  .easytoplayrummy_section .col-8 {
    width: 100%;
  }
  .easytoplayrummy_section .col-4 {
    display: none;
  }
  .kprrewards_section .col-6 {
    width: 100%;
  }
  .kprrewards_section .col-6.right-align {
    padding: 0;
    text-align: center;
  }
  .kprrewards_section .col-6.right-align img {
    width: 70%;
  }
  .kprrewards_section .col-6.left-align {
    border: 0;
    padding: 0;
  }
  .kprrewards_section .col-6 .inner_div {
    height: auto;
  }
  .playerspeak_section .tabs {
    display: none;
  }
  .playerspeak_section .action_div {
    display: none;
  }
  .playerspeak_section .gameplay_slider {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .banner_section.inner_form_content .container {
    width: 100%;
    max-width: 360px;
  }
  .banner_section.inner_form_content .inner_banner {
    width: 100%;
  }
  .banner_section.inner_form_content .inner_banner .mobile {
    display: block;
  }
  .banner_section.inner_form_content .inner_banner .desktop {
    display: none;
  }
  .banner_section.inner_form_content .form_container {
    width: 100%;
  }
  footer .bottom_links {
    display: none;
  }
  footer .quick_links {
    display: block;
  }
  footer .subtitle::before {
    margin-top: -2px;
  }
  footer .social_links {
    padding-bottom: 20px;
  }
  footer .social_links .social_icon {
    width: 80%;
    margin: 0 auto;
  }
  footer .social_links .social_icon a {
    margin: 0 5px 10px;
  }
  footer .security_payment {
    padding-bottom: 0;
  }
  footer .security_payment .col-4 {
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
  footer .security_payment .col-4 .icon {
    text-align: center;
  }
  footer .security_payment .col-4 .icon span {
    margin-right: 18px;
  }
  footer .copyright {
    padding-top: 30px;
  }
  footer .copyright .subtitle::before {
    top: -30px;
    margin: 0;
  }
  #home_register .modal-body,
  #home_login .modal-body {
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 440px) {
  .header .inner_div {
    height: 70px;
  }
  .header .logo {
    width: 150px;
  }
  .header.fixed .applink_div {
    display: none;
  }
  .header .hamburger_icon {
    margin-left: 15px;
    margin-top: 4px;
  }
  .header .hamburger_icon a {
    height: 24px;
    width: 30px;
  }
  .header .login_btn_top a {
    height: 34px;
    border-width: 1px;
    line-height: 32px;
    border-radius: 0 5px 5px 0;
    width: 60px;
    font-size: 13px;
  }

  .top_section.inner-lp .header .login_btn_top a {
    border-radius: 5px;
  }
  .header .reg_btn_top {
    display: block;
  }
  .header .reg_btn_top a {
    width: 70px;
    font-size: 13px;
    height: 34px;
    border-width: 1px;
    line-height: 32px;
    border-radius: 5px 0 0 5px;
  }
  .banner_section .container {
    padding: 0;
  }
  .banner_section.desktop {
    display: none;
  }
  .banner_section.mobile {
    display: block;
  }
  .feature_box {
    padding: 30px 0 10px;
  }
  .feature_box .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .feature_box ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .feature_box ul li p {
    font-size: 14px;
    height: 50px;
    padding-left: 60px;
    margin: 0;
  }
  .feature_box ul li:nth-child(2n + 2)::after {
    width: 0;
  }
  .feature_box ul li:nth-child(2n + 2) p {
    margin-left: 25px;
  }
  .feature_box ul li p::before {
    height: 50px;
    width: 50px;
  }
  .feature_box ul li p.icon2::before {
    background-position: 0 -50px;
  }
  .feature_box ul li p.icon3::before {
    background-position: 0 -100px;
  }
  .feature_box ul li p.icon4::before {
    background-position: 0 -150px;
  }
  .winner_section {
    padding: 30px 0;
  }
  .winner_section .container {
    padding: 0;
  }
  .winner_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .winner_section .winner_slider.owl-carousel .owl-stage {
    margin-left: 20px;
  }
  .winner_section .winner_slider.owl-carousel .owl-item {
    border: 0;
  }
  .winner_section .winner_slider .winner_box {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
    width: 95%;
    padding: 40px 25px;
  }
  .winner_section .winner_slider .winner_box::before {
    display: block;
    top: 40px;
  }
  .winner_section .winner_slider .winner_box .wiiner_pic {
    padding-bottom: 15px;
  }
  .winner_section .winner_slider .winner_box .winner_name {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .winner_section .winner_slider .winner_box .winner_amount {
    padding-bottom: 15px;
    font-size: 23px;
  }
  .winner_section .winner_slider .winner_box .winner_text {
    font-size: 16px;
    line-height: 24px;
  }
  .winner_section .action_div a {
    font-size: 15px;
    border: 1px solid #1e9d3e;
    height: 40px;
    line-height: 40px;
    width: 200px;
  }
  .gameplay_section {
    padding: 30px 0;
    border-bottom-width: 5px;
    background: #fac632;
  }
  .gameplay_section .container {
    padding: 0;
  }
  .gameplay_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .gameplay_section .gameplay_box {
    margin: 0 auto;
    width: 95%;
    height: 340px;
  }
  .gameplay_section .gameplay_box .title {
    font-size: 23px;
  }
  .gameplay_section .gameplay_box .colume {
    font-size: 12px;
  }
  .gameplay_section .gameplay_box .colume .subheading {
    line-height: 40px;
  }
  .gameplay_section .gameplay_box .colume_three ul li {
    line-height: 40px;
  }
  .gameplay_section .gameplay_box .action_div a {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  .easytoplayrummy_section {
    padding: 30px 0 20px;
    overflow: hidden;
  }
  .easytoplayrummy_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .easytoplayrummy_section .col-8 {
    width: 100%;
  }
  .easytoplayrummy_section .col-8 img {
    width: 100%;
  }
  .easytoplayrummy_section .col-8 .male_model {
    width: 340px;
    bottom: -26px;
    right: -130px;
  }
  .easytoplayrummy_section .col-4 {
    display: none;
  }
  .easytoplayrummy_section .col-8 a span {
    position: relative;
    z-index: 1;
    font-size: 15px;
    border: 1px solid #fff;
    width: 200px;
    height: 40px;
    line-height: 40px;
  }
  .rummyexperience_section {
    padding: 30px 0;
  }
  .rummyexperience_section .container {
    padding: 0;
  }
  .rummyexperience_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .rummyexperience_section .appscreen {
    border-width: 0;
  }
  .rummyexperience_section .action_div {
    display: block;
  }
  .appdownload_section {
    display: none;
  }
  .bestoffer_section {
    padding: 30px 0;
  }
  .bestoffer_section .container {
    padding: 0;
  }
  .bestoffer_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .bestoffer_section .offer_slider.owl-carousel .owl-stage {
    margin-left: 20px;
  }
  .kprrewards_section {
    padding: 30px 0;
  }
  .kprrewards_section .container {
    padding: 0;
  }
  .kprrewards_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .kprrewards_section .row {
    width: 100%;
  }
  .kprrewards_section .col-6 {
    width: 100%;
  }
  .kprrewards_section .col-6 img {
    width: 100%;
  }
  .kprrewards_section .col-6.right-align {
    padding: 0;
    text-align: center;
  }
  .kprrewards_section .col-6.left-align {
    padding: 0 20px;
    text-align: center;
    border: 0;
  }
  .kprrewards_section .col-6 .inner_div {
    display: block;
    height: auto;
  }
  .kprrewards_section .col-6 .inner_div p {
    margin-bottom: 20px;
  }
  .kprrewards_section .col-6 .inner_div p a {
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    margin-right: 5px;
    padding: 0 10px;
  }
  .kprrewards_section .col-6 .inner_div .action_div a {
    font-size: 15px;
    width: 200px;
    height: 40px;
    line-height: 40px;
  }
  .playerspeak_section {
    padding: 30px 0;
  }
  .playerspeak_section .container {
    padding: 0;
  }
  .playerspeak_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .playerspeak_section .playerspeak_slider.owl-carousel .owl-stage {
    margin-left: 20px;
  }
  .playerspeak_section .gameplay_slider {
    display: block;
  }
  .playerspeak_section .tabs {
    display: none;
  }
  .faq_section {
    padding: 30px 0;
  }
  .faq_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .faq_section .smk_accordion .accordion_in .acc_head {
    font-size: 16px;
  }
  .faq_section .seoaccordion .accordion-item .accordion-label {
    font-size: 14px;
  }
  .sidebarmenu {
    width: 320px;
  }
  .sidebarmenu .close_btn {
    width: 25px;
  }
  .sidebarmenu .close_btn img {
    width: 100%;
  }
  .sidebarmenu .offcanvas-menu {
    padding: 0 20px;
  }
  .sidebarmenu .offcanvas-menu ul li a {
    font-size: 14px;
    padding: 15px 15px 15px 50px;
  }
  .form_container_login {
    width: 100%;
    top: 0 !important;
    border: 0;
    background: #fff;
    border-radius: 0;
    height: 100%;
  }
  .form_container_login .form_inner {
    padding: 0;
  }
  .form_container_login .form .form_links {
    color: #202020;
  }
  .form_container_login .form .form_links p a {
    color: #202020;
  }
  footer .quick_links {
    font-size: 14px;
  }
  header #sp-logo {
    padding: 6px 0;
  }
  #sp-header .logo {
    width: 150px;
  }
  header #sp-top1 {
    padding: 24px 0 0 10px;
  }
  header #sp-top2 {
    padding: 19px 0 0 0;
  }
  header .mobile_login_btn ul li a {
    font-size: 12px;
    height: 34px;
    line-height: 32px;
    border-width: 1px;
    border-radius: 5px 0 0 5px;
  }
  header .mobile_login_btn ul li.middle a {
    border-radius: 0 5px 5px 0;
  }
  header .mob_notify_menu ul li a i {
    font-size: 25px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 375px) {
  .header .inner_div {
    height: 60px;
  }
  .header .logo {
    width: 130px;
  }
  .header .hamburger_icon a {
    width: 25px;
    height: 20px;
  }
  .header .login_btn_top a {
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    width: 54px;
  }
  .top_section.inner-lp .header .login_btn_top a {
    border-radius: 5px;
  }
  .header .reg_btn_top a {
    font-size: 12px;
    width: 75px;
    height: 28px;
    line-height: 26px;
  }
  .feature_box .heading {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .feature_box ul li p {
    height: 40px;
    font-size: 12px;
    padding-left: 50px;
  }
  .feature_box ul li p::before {
    height: 40px;
    width: 40px;
  }
  .feature_box ul li:nth-child(2n + 2) p {
    margin-left: 20px;
  }
  .feature_box ul li p.icon2::before {
    background-position: 0 -40px;
  }
  .feature_box ul li p.icon3::before {
    background-position: 0 -80px;
  }
  .feature_box ul li p.icon4::before {
    background-position: 0 -120px;
  }
  .winner_section .heading {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .winner_section .winner_slider .winner_box {
    height: 360px;
  }
  .winner_section .winner_slider .winner_box .winner_name {
    font-size: 12px;
  }
  .winner_section .winner_slider .winner_box .winner_amount {
    font-size: 20px;
  }
  .winner_section .winner_slider .winner_box .winner_text {
    font-size: 14px;
    line-height: 22px;
  }
  .gameplay_section .heading {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .gameplay_section .gameplay_box {
    height: 310px;
    padding: 20px 10px;
  }
  .gameplay_section .gameplay_box .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .gameplay_section .gameplay_box .colume {
    font-size: 10px;
  }
  .gameplay_section .gameplay_box .colume .subheading {
    font-size: 11px;
    line-height: 35px;
    width: 65px;
  }
  .gameplay_section .gameplay_box .colume_three ul {
    width: calc(100% - 65px);
  }
  .gameplay_section .gameplay_box .colume_three ul li {
    line-height: 35px;
  }
  .easytoplayrummy_section .heading {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .rummyexperience_section .heading {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .rummyexperience_section .appscreen {
    padding: 20px 20px 0;
  }
  .rummyexperience_section .appscreen p {
    font-size: 14px;
  }
  .rummyexperience_section .appscreen p strong {
    font-size: 15px;
    padding: 15px 0;
  }
  .rummyexperience_section .appscreen ul li {
    font-size: 14px;
  }
  .rummyexperience_section .action_div a {
    font-size: 14px;
    width: 200px;
    height: 35px;
    line-height: 33px;
  }
  .bestoffer_section .heading {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .kprrewards_section .heading {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .kprrewards_section .col-6 .inner_div p {
    font-size: 14px;
  }
  .playerspeak_section .heading {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .faq_section .heading {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .faq_section .smk_accordion .accordion_in .acc_head {
    font-size: 14px;
  }
  .faq_section .smk_accordion .accordion_in .acc_content {
    font-size: 13px;
  }
  footer .security_payment .col-4 .icon span {
    width: 75px;
    height: 38px;
    margin-right: 5px;
  }
  footer .security_payment .col-4 .icon span.icon2 {
    background-position: 0 -37px;
  }
  footer .security_payment .col-4 .icon span.icon3 {
    background-position: 0 -75px;
  }
  footer .security_payment .col-4 .icon span.icon4 {
    background-position: 0 -112px;
  }
  footer .security_payment .col-4 .icon span.icon5 {
    background-position: 0 -150px;
  }
  footer .security_payment .col-4 .icon span.icon6 {
    background-position: 0 -187px;
  }
  footer .security_payment .col-4 .icon span.icon7 {
    background-position: 0 -225px;
  }
  footer .security_payment .col-4 .icon span.icon8 {
    background-position: 0 -262px;
  }
  footer .copyright {
    font-size: 13px;
  }
  .banner_section.inner_form_content .form_container .form_title {
    font-size: 22px;
  }
  .banner_section.inner_form_content .form_container .inner_div {
    padding: 20px;
  }
  header #sp-logo {
    padding: 0;
  }
  #sp-header .logo {
    width: 130px;
  }
  header #sp-top1 {
    padding: 14px 0 0 10px;
  }
  header #sp-top2 {
    padding: 12px 0 0 0;
  }
  header .mobile_login_btn ul li a {
    font-size: 12px;
    height: 28px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1030px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .header .inner_div {
    height: 70px;
  }
  .header .logo {
    width: 150px;
  }
  .header.fixed .applink_div {
    display: none;
  }
  .header .hamburger_icon {
    margin-left: 15px;
  }
  .header .hamburger_icon a {
    height: 24px;
    width: 30px;
  }
  .header .login_btn_top a {
    height: 34px;
    border-width: 1px;
    line-height: 32px;
    border-radius: 0 5px 5px 0;
    font-size: 13px;
    width: 60px;
  }
  .top_section.inner-lp .header .login_btn_top a {
    border-radius: 5px;
  }
  .header .reg_btn_top {
    display: block;
  }
  .header .reg_btn_top a {
    width: 85px;
    font-size: 13px;
    height: 34px;
    border-width: 1px;
    line-height: 32px;
    border-radius: 5px 0 0 5px;
  }
  .banner_section {
    margin-top: 0;
  }
  .banner_section .container {
    padding: 0;
  }
  .banner_section.desktop {
    display: none;
  }
  .banner_section.mobile {
    display: block;
  }
  .feature_box {
    padding: 30px 0 10px;
  }
  .feature_box .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .feature_box ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .feature_box ul li p {
    font-size: 16px;
    height: 50px;
    padding-left: 60px;
    margin: 0;
  }
  .feature_box ul li:nth-child(2n + 2)::after {
    width: 0;
  }
  .feature_box ul li:nth-child(2n + 2) p {
    margin-left: 25px;
  }
  .feature_box ul li p::before {
    height: 45px;
    width: 45px;
    top: 3px;
  }
  .feature_box ul li p.icon2::before {
    background-position: 0 -45px;
  }
  .feature_box ul li p.icon3::before {
    background-position: 0 -90px;
  }
  .feature_box ul li p.icon4::before {
    background-position: 0 -135px;
  }
  .winner_section {
    padding: 30px 0;
  }
  .winner_section .container {
    padding: 0;
  }
  .winner_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .winner_section .winner_slider.owl-carousel .owl-stage {
    margin-left: 20px;
  }
  .winner_section .winner_slider.owl-carousel .owl-item {
    border: 0;
  }
  .winner_section .winner_slider .winner_box {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
    width: 95%;
    padding: 40px 25px;
  }
  .winner_section .winner_slider .winner_box::before {
    display: block;
    top: 40px;
  }
  .winner_section .winner_slider .winner_box .wiiner_pic {
    padding-bottom: 15px;
  }
  .winner_section .winner_slider .winner_box .winner_name {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .winner_section .winner_slider .winner_box .winner_amount {
    padding-bottom: 15px;
    font-size: 23px;
  }
  .winner_section .winner_slider .winner_box .winner_text {
    font-size: 16px;
    line-height: 24px;
  }
  .winner_section .action_div a {
    font-size: 16px;
    padding: 0px;
    border: 1px solid #1e9d3e;
  }
  .gameplay_section {
    padding: 30px 0;
    border-bottom-width: 5px;
    background: #fac632;
  }
  .gameplay_section .container {
    padding: 0;
  }
  .gameplay_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .gameplay_section .gameplay_box {
    margin: 0 auto;
    width: 95%;
    height: 340px;
  }
  .gameplay_section .gameplay_box .title {
    font-size: 23px;
  }
  .gameplay_section .gameplay_box .colume {
    font-size: 12px;
  }
  .gameplay_section .gameplay_box .colume .subheading {
    line-height: 40px;
  }
  .gameplay_section .gameplay_box .colume_three ul li {
    line-height: 40px;
  }
  .gameplay_section .gameplay_box .action_div a {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  .easytoplayrummy_section {
    padding: 30px 0 20px;
    overflow: hidden;
  }
  .easytoplayrummy_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .easytoplayrummy_section .col-8 img {
    width: 100%;
  }
  .easytoplayrummy_section .col-8 .male_model {
    width: 340px;
    bottom: -26px;
    right: 60px;
    display: none;
  }
  .easytoplayrummy_section .col-4 {
    padding: 0;
  }
  .easytoplayrummy_section .col-8 a span {
    position: relative;
    z-index: 1;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
  }
  .rummyexperience_section {
    padding: 30px 0;
  }
  .rummyexperience_section .container {
    padding: 0;
  }
  .rummyexperience_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .rummyexperience_section .appscreen {
    border-width: 0;
  }
  .rummyexperience_section .action_div {
    display: block;
  }
  .rummyexperience_section .appscreen ul li {
    font-size: 14px;
  }
  .rummyexperience_section .appscreen p strong {
    font-size: 16px;
  }
  .appdownload_section {
    display: none;
  }
  .bestoffer_section {
    padding: 30px 0;
  }
  .bestoffer_section .container {
    padding: 0;
  }
  .bestoffer_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .bestoffer_section .offer_slider.owl-carousel .owl-stage {
    margin-left: 20px;
  }
  .kprrewards_section {
    padding: 30px 0;
  }
  .kprrewards_section .container {
    padding: 0;
  }
  .kprrewards_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .kprrewards_section .col-6 img {
    width: 100%;
  }
  .kprrewards_section .col-6.right-align {
    padding: 0;
    text-align: center;
  }
  .kprrewards_section .col-6.left-align {
    padding: 0;
    text-align: center;
    border: 0;
  }
  .kprrewards_section .col-6 .inner_div {
    display: block;
    height: auto;
  }
  .kprrewards_section .col-6 .inner_div p {
    font-size: 16px;
  }
  .kprrewards_section .col-6 .inner_div p a {
    background: 0 0;
    color: #1e9d3e;
    border: 1px solid #1e9d3e;
    font-size: 16px;
    padding: 0 50px;
  }
  .playerspeak_section {
    padding: 30px 0;
  }
  .playerspeak_section .container {
    padding: 0;
  }
  .playerspeak_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .playerspeak_section .playerspeak_slider.owl-carousel .owl-stage {
    margin-left: 20px;
  }
  .playerspeak_section .gameplay_slider {
    display: block;
  }
  .playerspeak_section .tabs {
    display: none;
  }
  .faq_section {
    padding: 30px 0;
  }
  .faq_section .heading {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .faq_section .smk_accordion .accordion_in .acc_head {
    font-size: 16px;
  }
  .faq_section .seoaccordion .accordion-item .accordion-label {
    font-size: 16px;
  }
  footer {
    padding-bottom: 100px;
  }
  footer .bottom_links {
    display: none;
  }
  footer .quick_links {
    display: block;
  }
  footer .subtitle::before {
    margin-top: -2px;
  }
  footer .social_links {
    padding-bottom: 20px;
  }
  footer .social_links .social_icon {
    width: 80%;
    margin: 0 auto;
  }
  footer .social_links .social_icon a {
    margin: 0 5px 10px;
  }
  footer .security_payment {
    padding-bottom: 0;
  }
  footer .security_payment .col-4 {
    margin: 0 0 30px;
    width: 100%;
  }
  footer .security_payment .col-4 .icon {
    text-align: center;
  }
  footer .security_payment .col-4 .icon span {
    margin-right: 18px;
  }
  footer .copyright {
    padding-top: 30px;
  }
  footer .copyright .subtitle::before {
    top: -30px;
    margin: 0;
  }
  .sidebarmenu {
    width: 320px;
  }
  .sidebarmenu .close_btn {
    width: 25px;
  }
  .sidebarmenu .close_btn img {
    width: 100%;
  }
  .sidebarmenu .offcanvas-menu {
    padding: 0 20px;
  }
  .sidebarmenu .offcanvas-menu ul li a {
    font-size: 14px;
    padding: 15px 15px 15px 50px;
  }
  .banner_section.inner_form_content .container {
    width: 360px;
  }
  .banner_section.inner_form_content .inner_banner {
    width: 100%;
  }
  .banner_section.inner_form_content .inner_banner .mobile {
    display: block;
  }
  .banner_section.inner_form_content .inner_banner .desktop {
    display: none;
  }
  .banner_section.inner_form_content .form_container {
    width: 100%;
  }
  .form_container_login {
    width: 100%;
    top: 0 !important;
    border: 0;
    background: #fff;
    border-radius: 0;
    height: 100%;
    position: absolute !important;
  }
  .form_container_login .form_inner {
    padding: 0;
  }
  .form_container_login .form {
    float: none;
    margin: 0 auto;
  }
  .form_container_login .form .form_links {
    color: #202020;
  }
  .form_container_login .form .form_links p a {
    color: #202020;
  }
  #home_register .modal-content {
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 820px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .easytoplayrummy_section .col-8 {
    width: 100%;
  }
  .easytoplayrummy_section .col-8 .male_model {
    right: -130px;
    display: block;
  }
  .kprrewards_section .col-6 {
    width: 100%;
  }
}
#launcher {
  display: none;
  margin: 5px !important;
}
.brown_bg {
  font-size: 17px;
  text-shadow: 0 1px 0 #171717;
  font-family: ubuntubold;
  text-transform: capitalize;
  color: #fff;
  border-radius: 3px;
  background: #ffda61;
  background: -moz-linear-gradient(top, #ffda61 0, #be7401 2%, #8e4f00 100%);
  background: -webkit-linear-gradient(top, #ffda61 0, #be7401 2%, #8e4f00 100%);
  background: linear-gradient(to bottom, #ffda61 0, #be7401 2%, #8e4f00 100%);
  text-decoration: none;
  padding: 0 20px;
  border: 1px solid #945300;
  text-align: center;
  line-height: 40px;
}
.brown_bg:focus,
.brown_bg:hover {
  color: #fff;
  text-decoration: none;
}
.green_bg {
  font-size: 16px;
  text-shadow: 0 1px 0 #171717;
  font-family: ubuntubold;
  text-transform: none;
  color: #fff;
  border-radius: 25px;
  background: #9be137;
  background: -moz-linear-gradient(top, #9be137 0, #6ca31e 2%, #54860c 100%);
  background: -webkit-linear-gradient(top, #9be137 0, #6ca31e 2%, #54860c 100%);
  background: linear-gradient(to bottom, #9be137 0, #6ca31e 2%, #54860c 100%);
  text-decoration: none;
  padding: 0 20px;
  border: 1px solid #5a8a16;
  display: inline-block;
  float: left;
  line-height: 30px;
  margin: 0;
}
.green_bg:focus,
.green_bg:hover {
  color: #fff;
  text-decoration: none;
}
.black_bg {
  font-size: 16px;
  text-shadow: 0 1px 0 #171717;
  font-family: ubuntubold;
  text-transform: none;
  color: #fff;
  border-radius: 25px;
  background: #868686;
  background: -moz-linear-gradient(top, #868686 0, #4f4f4f 2%, #3a3a3a 100%);
  background: -webkit-linear-gradient(top, #868686 0, #4f4f4f 2%, #3a3a3a 100%);
  background: linear-gradient(to bottom, #868686 0, #4f4f4f 2%, #3a3a3a 100%);
  text-decoration: none;
  padding: 0 20px;
  border: 1px solid #3f3f3f;
  display: inline-block;
  float: left;
  line-height: 30px;
  margin: 0;
}
.black_bg:focus,
.black_bg:hover {
  color: #fff;
  text-decoration: none;
}
.maroon_bg {
  font-size: 14px;
  text-shadow: 0 1px 0 #171717;
  font-family: ubuntubold;
  text-transform: none;
  color: #fff;
  border-radius: 3px;
  background: #ff4f53;
  background: -moz-linear-gradient(top, #ff4f53 0, #980505 5%, #810202 100%);
  background: -webkit-linear-gradient(top, #ff4f53 0, #980505 5%, #810202 100%);
  background: linear-gradient(to bottom, #ff4f53 0, #980505 5%, #810202 100%);
  text-decoration: none;
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  border: 1px solid #5e0000;
}
.maroon_bg:focus,
.maroon_bg:hover {
  color: #fff;
  text-decoration: none;
}
.gray_bg {
  font-size: 17px;
  text-shadow: 0 1px 0 #171717;
  font-family: ubuntubold;
  text-transform: none;
  color: #fff;
  border-radius: 3px;
  background: #868686;
  background: -moz-linear-gradient(top, #868686 0, #5b5b5b 2%, #4a4a4a 100%);
  background: -webkit-linear-gradient(top, #868686 0, #5b5b5b 2%, #4a4a4a 100%);
  background: linear-gradient(to bottom, #868686 0, #5b5b5b 2%, #4a4a4a 100%);
  text-decoration: none;
  padding: 0 20px;
  border: 1px solid #4a4a4a;
  text-align: center;
  line-height: 40px;
}
.gray_bg:focus,
.gray_bg:hover {
  color: #fff;
  text-decoration: none;
}
.coming_soon .modal-sm {
  width: 90%;
  margin: 30px auto;
  max-width: 380px;
}
.coming_soon .modal-header {
  background: #3a3a3a;
  background: -moz-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a3a3a), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -o-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: linear-gradient(to bottom, #3a3a3a 0, #1d1d1d 100%);
  border: 0;
  padding: 8px 15px;
  color: #fff;
  font-family: ubuntumedium;
  font-size: 18px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.coming_soon .modal-header .modal-title {
  color: #fff; /*font-size:16px;*/
}
.coming_soon .modal-header .close {
  margin: 0 0;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: url(../images/common/home-sprite.png) no-repeat;
  background-position: -995px -99px;
}
.coming_soon .modal-body {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.coming_soon .modal-body img {
  padding: 0 0;
}
.coming_soon .modal-body .form_inner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.coming_soon .modal-body .form-group {
  padding: 0 0 15px;
  position: relative;
  margin: 0;
  float: left;
  width: 100%;
}
.coming_soon .modal-body .form-group.pbottom0 {
  padding-bottom: 0;
}
.coming_soon .modal-body .form-group p {
  color: #606060;
  font-size: 18px;
}
.coming_soon .modal-body .form-group ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 0 0 20px;
}
.coming_soon .modal-body .form-group ul li {
  display: list-item;
  list-style: disc;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.coming_soon .modal-body .form-group .brown_bg {
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: block !important;
  }
}

.banner {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.banner .home_banner {
  display: block;
  overflow: hidden;
  height: 480px;
}
.banner .home_mobile_banner {
  display: none;
  overflow: hidden;
}
.banner .slick-slider {
  margin: 0;
}
.banner .slick-slider .slick-next,
.banner .slick-slider .slick-prev {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  top: 50%;
  opacity: 0.5;
  background: url(../images/landing/home-new/home-sprite.png) no-repeat;
}
.banner .slick-slider .slick-prev {
  left: 20px;
  z-index: 1;
  background-position: -65px -5px;
}
.banner .slick-slider .slick-next {
  right: 20px;
  z-index: 1;
  background-position: -5px -5px;
}
.banner .slick-slider .slick-prev:before,
.banner .slick-slider .slick-next:before {
  z-index: 10;
  content: "";
}
.banner .slick-slider .slick-next:hover,
.banner .slick-slider .slick-prev:hover {
  opacity: 1;
}
.banner .slick-slide {
  position: relative;
  height: auto;
}
.banner .slide_bg {
  height: 520px;
  /* background-color: #076407; */
}
.banner .banner_container {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: table;
  height: 100%;
  min-height: 100%;
}
.banner .banner_container .row {
  display: table-cell;
  vertical-align: middle;
}
.banner .banner_text {
  text-align: center;
  width: auto;
}
.banner .banner_text span {
  font-size: 36px;
  color: #fff;
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: ubuntubold;
  line-height: 1.42857143;
}
.banner .banner_text span img {
  width: 100%;
}
.banner .banner_text a.playnow {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  display: inline-block;
  padding: 0 40px;
}
.banner .banner_text a.joinnow {
  display: none;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  padding: 0 20px;
}
.banner .home_mobile_banner .banner_text {
  float: left;
  width: 100%;
  padding: 0 0 18px 0;
  text-align: center;
}
.banner .home_mobile_banner .banner_text .brown_bg {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  padding: 0;
  display: inline-block;
  float: none;
  width: 150px;
}
.banner .home_mobile_banner .banner_text .green_bg {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  padding: 0;
  display: inline-block;
  float: none;
  width: 150px;
}
.banner .home_mobile_banner .banner_text a.imgbtn {
  display: inline-block;
}
.banner .home_mobile_banner .banner_text a.imgbtn img {
  width: 160px;
  display: inline-block;
}
.banner .home_mobile_banner .app_link_btn .banner_text a img {
  display: inline-block;
}
.banner .banner_withform .slide_bg {
  height: 520px;
}
.banner .banner_withform .banner_text {
  float: none;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  position: absolute;
}
.banner .banner_withform .banner_text .brown_bg {
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  line-height: 50px;
  padding: 0;
  display: inline-block;
  float: none;
  text-transform: uppercase;
  width: 250px;
}
.banner .banner_withform .banner_text .green_bg {
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  line-height: 50px;
  padding: 0;
  display: inline-block;
  float: none;
  text-transform: uppercase;
  margin: 0 0 0 -310px;
  width: 250px;
}
.banner .banner_withform .mobile_banner {
  float: left;
  width: 100%;
  display: none;
  margin-bottom: 10px;
}
.banner .banner_withform .mobile_banner img {
  width: 100%;
}
.banner .banner_withform .tab_banner {
  float: left;
  width: 100%;
  display: none;
  margin-bottom: 10px;
}
.banner .banner_withform .tab_banner img {
  width: 100%;
}
.banner .banner_withform .tab_banner1 {
  float: left;
  width: 100%;
  display: none;
  margin-bottom: 10px;
}
.banner .banner_withform .tab_banner1 img {
  width: 100%;
}
.banner .banner_withform .form_tag {
  bottom: 10px;
  left: 10px;
  position: absolute;
}
.banner .banner_withform .form_tag img {
  width: 165px;
}
.banner .container.otp_form {
  position: absolute;
  top: 0;
  max-width: 100%;
}
.banner .form_container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.banner .form_container .inner_div {
  float: right;
  width: 330px;
  border-radius: 15px;
  padding: 3px;
  margin: 30px 0 0;
  position: relative;
}
@-moz-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@media only screen and (max-width: 1024px) {
  .banner .banner_withform,
  .banner .container {
    display: none;
  }
  .banner .home_mobile_banner {
    display: block;
  }
  .banner .slide_bg {
    height: 420px;
    background-size: cover !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 440px) and (orientation: portrait) {
  .banner .slide_bg {
    height: 410px;
    background-size: cover !important;
  }
}
@media only screen and (max-width: 820px) and (orientation: landscape) {
  .banner .slide_bg {
    height: 400px;
    background-size: cover !important;
  }
}
