html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #333;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0060ac;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #0060ac;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  html {
    -webkit-tap-highlight-color: transparent;
  }
}
.email-helpicon,
.form-horizontal {
  position: relative;
}
.checkbox input[type="checkbox"],
.checkbox span,
.email-helpicon {
  vertical-align: middle;
}
body,
html {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f8f8f8;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.rupeefont {
  font-size: 16px;
  font-weight: 400;
}
.mainlp_promotion_user_info span.rupeefont {
  display: inline !important;
  font-size: 12px;
}
.media-body span.rupeefont {
  display: inline !important;
  font-size: 12px;
}
.desktop-nonresponcive-waper {
  position: relative;
}
.lp_wrapcontain {
  max-width: 1470px;
  margin-right: auto;
  margin-left: auto;
  line-height: 16px;
  padding-right: 15px;
  padding-left: 15px;
}
.seoContainerLP {
  line-height: 1.5;
}
.seoContainerLP a {
  color: #0074f6;
}
.seoContainerLP a:active,
.seoContainerLP a:focus,
.seoContainerLP a:hover,
.testimonialsNewContainer a:hover {
  color: #1d3f83;
  text-decoration: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.land_playnow_member {
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  padding: 6.88% 0 1% 0;
}
.text-sm {
  font-size: 1.2em;
}
.small {
  font-size: 0.9em;
}
.english .small {
  font-size: 1em;
  line-height: 1.5;
}
.text-primery {
  color: #0060ac;
}
.text-confirm {
  color: #c84b11;
  text-shadow: 0 1px 0 #000;
  display: table;
  width: 100%;
}
.text-right {
  text-align: right;
}
img {
  max-width: 100%;
  height: auto;
}
.form-control {
  padding: 2px 10px;
  display: block;
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.form-control:-input-placeholder {
  color: #666;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.mobile_header_slide1,
.mobile_header_slide2,
.mobile_header_slide3 {
  display: none;
}
.form-control:focus::-webkit-input-placeholder {
  color: #bababa;
  opacity: 1;
}
.form-control:focus:-moz-placeholder {
  color: #bababa;
  opacity: 1;
}
.form-control:focus::-moz-placeholder {
  color: #bababa;
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  color: #bababa;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 5px;
  width: 100%;
  display: table;
}
.form-left-select,
.form-right-select {
  width: 49%;
  display: table-cell;
}
.form-right-gender {
  width: 100%;
}
.form-left-select {
  padding-right: 1px;
  float: left;
}
.form-right-select {
  float: right;
}
.desktoprejiemail {
  display: table-cell;
  width: 98%;
}
.email-helpicon {
  display: table-cell;
  width: 10%;
  background-color: #ea6809;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #fff;
  text-align: center;
  line-height: 14px;
  margin-left: 5px;
  cursor: pointer;
}
.left-tooltip {
  display: inline-block;
  padding: 10px;
  visibility: hidden;
  position: absolute;
  left: 100%;
  margin-top: -100%;
  width: 230px;
  background-color: #fd9;
  font-weight: 400;
  color: #000;
  text-align: left;
  border-radius: 4px;
  margin-left: 15px;
  font-size: 13px;
  border: 1px solid #d90;
  z-index: 4;
}
.left-tooltip:after,
.left-tooltip:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  margin-top: -8px;
}
.left-tooltip:after {
  border-right-color: #fd9;
  border-width: 8px;
  right: 100%;
}
.left-tooltip:before {
  border-right-color: #d90;
  border-width: 7px;
  right: 100%;
}
.email-helpicon:hover .left-tooltip {
  visibility: visible;
}
button,
select {
  text-transform: none;
}
/* header {
  background-color: #760000;
  border-bottom: #ffc4a4 solid 2px;
  text-align: center;
} */
.mobiheader {
  border-bottom: 0;
  width: 100%;
  flex-direction: column;
  flex-shrink: inherit;
  align-self: flex-start;
  flex: 0 100;
  box-shadow: 0 1px 10px #000;
  -webkit-flex-direction: column;
  -webkit-flex-shrink: inherit;
  -webkit-align-self: flex-start;
  -webkit-flex: 0 100;
  background: #000;
  position: relative;
  padding: 0;
}
/* .logo {
  height: 60px;
  width: 203px;
  float: left;
  margin-top: 29px;
} */
.mobile-login-section {
  padding-top: 10px;
  float: right;
}
/* .fusion_header_players_box {
  color: #fff;
  text-align: center;
  background: url(https://rcmg.in/rc/acquisition/landing-page-responsive/lp-responsive-sprite_3.png)
    0 -134px no-repeat;
  padding-top: 51px;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 5px;
  display: inline-block;
  width: 223px;
}
.fusion_header_players_heading {
  font-size: 1.8em;
  line-height: 1.2em;
  color: #dc9804;
} */
.lp-login-form {
  width: 150px;
  float: left;
}
.small-link,
.small-link:hover {
  color: #fff;
  font-size: 10px;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.small-link1,
.small-link1:focus,
.small-link1:hover {
  color: #fff !important;
  font-size: 10px;
  text-decoration: underline;
}
.small-link:focus {
  color: #fff;
}
.text-center {
  text-align: center;
}
h1.text-sm {
  color: #1d3f83;
  padding: 10px 10px 8px 51px;
  margin: -16px -51px 0;
  text-align: center;
  border-radius: 3px 3px 0 0;
  background: #fff;
  box-shadow: 0 8px 9px rgba(0, 0, 0, 0.05);
  font-size: 1.4em;
  margin-bottom: 25px;
}
.btn_primary,
.btn_primary a {
  background: #558b09;
  background: -webkit-gradient(
    linear,
    0 100%,
    0 0,
    from(#a1c61f),
    to(#a1c61f),
    color-stop(0.5, #507c09)
  );
  background: -moz-linear-gradient(top, #a1c61f, #507c09, #a1c61f);
  background: -o-linear-gradient(top, #a1c61f 0, #507c09 50%, #a1c61f 100%);
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 1px 1px 1px #587c17;
  border: 1px solid #62a800;
  display: inline-block;
  font-size: 14px;
}
.btn_info,
.btn_info a {
  background: #167fae;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #32a1d8),
    color-stop(100%, #105f7e)
  );
  background: -moz-linear-gradient(top, #32a1d8, #105f7e);
  background: -o-linear-gradient(top, #32a1d8 0, #105f7e 100%);
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
  border: 1px solid #295d75;
  display: inline-block;
  font-size: 0.9em;
  padding: 2% 10%;
}
.btn-register,
.btn_block {
  display: block;
  width: 100%;
  text-align: center;
}
.btn_primary img {
  max-width: 10%;
}
.btn_primary a:hover,
.btn_primary:hover {
  background: #558a08;
  background: -webkit-gradient(
    linear,
    0 100%,
    0 0,
    from(#8bb717),
    to(#8bb717),
    color-stop(0.5, #426a08)
  );
  background: -moz-linear-gradient(top, #8bb717, #426a08, #8bb717);
  background: -o-linear-gradient(top, #8bb717 0, #426a08 50%, #8bb717 100%);
  color: #fff;
  text-decoration: none;
}
.btn_primary a:focus,
.btn_primary:focus {
  text-decoration: none;
  color: #fff;
}
.btn_primary a:focus {
  outline: solid 1px #66afe9;
}
.btn_primary:active {
  -moz-box-shadow: inset 0 0 10px #354c00;
  -webkit-box-shadow: inset 0 0 10px #354c00;
  box-shadow: inset 0 0 10px #354c00;
  outline: transparent 0;
}
.btn-register {
  text-transform: uppercase;
  padding: 4px 10px;
}
.btn_block {
  padding: 5px 10px;
  font-size: 120%;
}
.btn-yellow,
.lp_contain {
  display: table;
}
.btn-sm {
  padding: 4px 10px;
}
.btn_primary_lockicon span {
  background: url(https://rcmg.in/rc/home-page-sprites.png) -6px -14px no-repeat;
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  padding: 0 5px 3px 25px;
}
.m-t-xxs {
  margin-top: 5px;
}
.p-t-xxs {
  padding-top: 7px;
}
.lp_leftbanner_section {
  width: 250px;
  float: left;
}
.frm_banner {
  background: url(https://rcmg.in/fusion/images/fusion-resignater-bgpattern-v1.png)
    left top #8d320f;
  border: 5px solid #f4f3f3;
  border-radius: 10px;
  padding-top: 0;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  margin-top: 9px;
}
.frm_banner:before {
  content: "";
  background: url(https://rcmg.in/rc/special-bonus-offer-2000-eng.png) top
    center no-repeat;
  width: 240px;
  height: 76px;
  display: block;
  margin-top: -11px;
}
.bonus2500 .frm_banner:before {
  background: url(https://rcmg.in/rc/special-bonus-offer-2500-eng.png) top
    center no-repeat;
}
.frm_banner_tandc {
  text-align: center;
  margin-top: -22px;
  padding-right: 0;
  font-size: 10px;
}
.bann_form_head {
  font-size: 18px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  padding: 10px 0 0;
  text-align: center;
}
.destoplpmain-from-con {
  padding: 5px 20px;
  font-size: 11px;
}
.lpmain-from-con input,
.lpmain-from-con select {
  line-height: inherit;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.btn-yellow,
.landingpage-bannertitle {
  font-family: "Trebuchet MS", Verdana, sans-serif;
}
.lpmain-from-con select {
  padding-left: 5px;
}
.bann_form_head span {
  color: #f9dc3c;
}
.form-control-email,
.form-control-email input {
  float: left;
}
.form-control-email input {
  width: calc(82%);
}
.checkbox {
  padding: 2px;
  text-align: left;
  display: block;
}
.mainlp-rightbanner-navbox {
  width: 100%;
  z-index: 9;
  height: 115px;
}
.lp-scrollbanner {
  height: 418px;
  opacity: 0;
}
.text-con-yellow {
  color: #ffcf00;
}
.mainlp_afterbanner_con {
  color: #fff;
  line-height: 14px;
  margin-bottom: 35px;
}
.panel {
  margin-bottom: 35px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  color: #404040;
}
.panel-default {
  position: relative;
}
.panel-default > .panel-heading {
  color: #080b14;
  margin: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid #c9c7c7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-title {
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-body {
  margin: 15px;
  padding: 0 35px;
}
.panel-footer {
  margin-bottom: 30px;
}
.panel-footer-pagination {
  background: #fff;
}
.panel-footer-pagination a,
.panel-footer-pagination a:hover {
  color: #fff;
}
.mainlp_promotion_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}
.mainlp_promotion_title span {
  color: #f37032;
}
.mainlp_promotion_rightborder {
  border-left: 1px solid #b8b7b7;
}
.mainlp_promotion_RTborder {
  border-right: 1px solid #b8b7b7;
}
.blogContainer,
.mainlp_promotion_con {
  min-height: 13.2em;
  font-size: 1em;
  position: relative;
  overflow: hidden;
  line-height: 18px;
}
.mainlp_promotion_user_info {
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  float: right;
  padding-top: 15px;
}
.english .mainlp_promotion_user_info {
  font-size: 14px;
}
.marqueeCont {
  margin-top: 30px;
  margin-bottom: 0;
}
.marqueeCont .panel-body {
  margin-bottom: 10px;
}
.as-seen-on {
  color: #1d3f83;
  padding: 8px 0;
  margin: -16px -51px 0;
  border-radius: 3px 3px 0 0;
  background: #fff;
  box-shadow: 0 8px 9px rgba(0, 0, 0, 0.05);
  font-size: 1em;
  text-align: center;
}
.as-seen-on-marque img {
  margin: 15px 1.5% 0;
}
.as-seen-on-marque div {
  display: block;
  text-align: center;
}
.trf-seal {
  display: block;
  text-align: center;
  margin-bottom: 17px;
  visibility: hidden;
}
.blogContainer {
  min-height: auto;
  background: #f3f2f2;
  margin: 15px 30px;
}
.blogContainer li {
  border-right: 2px solid #d8d7d7;
  margin-right: 10px !important;
}
.btn_primary.pull-right {
  padding: 0 10px;
}
.btn_primary.pull-right span {
  font-size: 21px;
  color: #fff;
}
.blogContainer + .controls li a {
  width: 3px;
  height: 0;
  border-radius: 50%;
  background: #d2d2d2;
  margin: 5px;
  padding: 6px;
  float: left;
}
.blogContainer + .controls {
  text-align: center;
  float: left;
  width: 100%;
  height: 25px;
  position: absolute;
  top: 63%;
  left: 0;
  padding: 0;
}
.blogContainer + .controls a {
  background: url(https://rcmg.in/rc/acquisition/landing-page-responsive/lp-responsive-sprite_3.png)
    no-repeat;
  width: 14px;
  height: 24px;
  display: inline-block;
  margin: 2px 6px;
}
.blogContainer + .controls a.prevBtn {
  background-position: -279px 0;
  float: left;
}
.blogContainer + .controls a.nextBtn {
  background-position: -255px 0;
  float: right;
}
.blogContainer + .controls .numericControls {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.blogContainer + .controls li {
  float: left;
}
.blogContainer + .controls li a span {
  display: none;
}
.blogContainer .media-left span {
  width: 145px;
  height: 80px;
}
.blogContainer .media-left span.userimg1 {
  background-position: 0 0;
  background-size: auto;
}
.blogContainer .media-left span.userimg2 {
  background-position: 0 -90px;
  background-size: auto;
}
.d-br {
  display: none;
}
.how-to-start {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.how-to-start li {
  float: left;
  margin-right: 6px;
  display: inline-flex;
  width: 32%;
  margin-bottom: 20px;
}
.english .how-to-start li {
  float: left;
  display: inline-flex;
  width: 33%;
  margin-bottom: 20px;
  margin-right: 0;
}
.how-to-start li:last-child {
  margin-right: 0;
}
.how-to-start li span {
  display: block;
  padding-left: 5px;
  padding-top: 10px;
}
.english .how-to-start li img {
  height: min-content;
}
.media-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.9em;
}
.english .media-list {
  font-size: 1em;
  line-height: 1.5;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
  float: left;
}
.media-left i,
.media-left label,
.media-left span {
  overflow: hidden;
  display: inline-block;
}
.media-left span {
  width: 117px;
  height: 116px;
}
.mainlp_promotion_rightborder .media-left span img {
  width: 100%;
  height: auto;
}
.media-left label {
  width: 95px;
  height: 93px;
}
.media-left i {
  width: 140px;
  height: 100px;
  margin-right: 5px;
}
.media-heading-marathi {
  margin-top: 5px !important;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  color: #4f4f4f;
  font-size: 16px;
}
.mainlp-all-option-main-list {
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
}
.mainlp-all-option-main-list:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  top: 50%;
  background: #b6b6b6;
  background: linear-gradient(
    90deg,
    rgba(182, 182, 182, 0) 0,
    rgba(182, 182, 182, 0.6954131994594712) 15%,
    #b6b6b6 50%,
    rgba(182, 182, 182, 0.7) 85%,
    rgba(182, 182, 182, 0) 100%
  );
}
.mainlp-all-option-main-list > li {
  list-style: none;
}
.mainlp-all-option-main-list > li .media {
  padding: 20px 10px 20px 0;
}
.media-left,
.media > .pull-left {
  padding-right: 25px;
}
.userimg1,
.userimg2,
.userimg3,
.userimg4,
.userimg5,
.userimg6,
.userimg7,
.userimg8,
.userimg9 {
  background-repeat: repeat;
  background-position: 0 -795px;
}
.userimg2 {
  background-position: 0 -960px;
}
.userimg3 {
  background-position: -315px -795px;
}
.userimg4 {
  background-position: -160px -960px;
}
.userimg5 {
  background-position: -315px -960px;
}
.userimg6 {
  background-position: 0 -1123px;
}
.userimg7 {
  background-position: -160px -1123px;
}
.userimg8 {
  background-position: 0 -795px;
}
.userimg9 {
  background-position: -160px -795px;
}
.userimg01,
.userimg010,
.userimg011,
.userimg02,
.userimg03,
.userimg04,
.userimg05,
.userimg06,
.userimg07,
.userimg08,
.userimg09 {
  background-repeat: repeat;
  background-position: 0 -25px;
}
.userimg02 {
  background-position: -158px -25px;
}
.userimg03 {
  background-position: -315px -25px;
}
.userimg04 {
  background-position: 0 -189px;
}
.userimg05 {
  background-position: -158px -189px;
}
.userimg06 {
  background-position: -315px -189px;
}
.userimg07 {
  background-position: 0 -352px;
}
.userimg08 {
  background-position: -158px -352px;
}
.userimg09 {
  background-position: -315px -352px;
}
.userimg010 {
  background-position: 0 -515px;
}
.userimg011 {
  background-position: -158px -515px;
}
.mainlp_option_icon1 {
  background-position: 0 -343px;
}
.mainlp_option_icon2 {
  background-position: -315px -343px;
}
.mainlp_option_icon3 {
  background-position: -158px -488px;
}
.mainlp_option_icon4 {
  background-position: -156px -343px;
}
.mainlp_option_icon5 {
  background-position: 0 -488px;
}
.mainlp_option_icon6 {
  background-position: -315px -488px;
}
.mainlp_option_icon7 {
  background-position: 0 -633px;
}
.mainlp_option_icon8 {
  background-position: -158px -633px;
}
.mainlp_option_icon9 {
  background-position: -315px -633px;
}
.mainlp_option_list {
  padding: 0 0 0 16px;
  margin: 0;
  font-size: 0.9em;
}
.english .mainlp_option_list {
  font-size: 0.875em;
  line-height: 1.5;
}
.mainlp_option_icon9_lists,
.mainlp_option_list li {
  margin: 0;
  list-style: none;
  padding: 3px 0;
}
.mainlp_option_icon9_lists li {
  display: inline-block;
}
.mainlp_option_icon9_lists li {
  position: relative;
  padding-left: 13px;
  width: 100%;
}
.mainlp_option_list li:before {
  content: "\2713\0020";
  font-size: 14px;
  color: #484a4a;
  padding-right: 2px;
  font-weight: 700;
  position: absolute;
  margin-left: -18px;
}
.footer-menu-links li a:before {
  content: "\00BB \0020";
}
.mainlp_option_icon9_lists li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  left: 0;
  position: absolute;
  top: 9px;
}
.mainlp-all-option-title {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  color: inherit;
  margin: 18px 0;
}
.mainlp-all-option-title span {
  color: #dd9e02;
}
.mainlp-all-option-title h2 {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  color: #1d3f83;
  display: inline-block;
  margin: 0;
}
.panel-footer-pagination {
  text-align: right;
  font-size: 12px;
}
.english .panel-footer-pagination {
  font-size: 14px;
}
.panel-footer-pagination ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.panel-footer-pagination ul li {
  padding: 6px;
  margin: 3px 8px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  list-style: none;
  text-align: center;
  width: auto;
  border-radius: 50%;
  float: left;
  background: grey;
}
.review-text {
  text-align: center;
  padding-top: 1%;
}
.more-reviwes a:hover {
  color: #c84b11;
}
.more-reviwes {
  margin: 0 15px;
  color: #0060ac !important;
  cursor: default !important;
  font-weight: 700;
}
.panel-footer-pagination .current {
  color: #c84b11;
  background: #c84b11;
}
.leftquote,
.rightquote {
  font-size: 36px;
  color: #6a6a6a;
  line-height: 0;
  padding-top: 15px;
}
.leftquote {
  margin-top: -25px;
  display: -webkit-inline-box;
  padding-right: 5px;
  vertical-align: text-bottom;
}
.rightquote {
  padding-left: 5px;
  float: none;
  display: inline;
  vertical-align: text-bottom;
}
.blogContainer .media-body span,
.mainlp_promotion_con .media-body span {
  display: table-cell;
}
.mainlp-accordion {
  margin: 0 auto;
}
.mainlp-accordion-content {
  background: #fff;
  color: #373737;
  border-top: #f37032 4px solid;
  border-left: #dadada solid 1px;
  border-right: #dadada solid 1px;
  border-bottom: #dadada solid 1px;
  position: relative;
  margin-top: 70px;
  border-radius: 0 0 4px 4px;
  padding: 25px 27px;
  margin-bottom: 45px;
}
.mainlp-accordion-content > div {
  display: none;
  padding: 15px;
}
.mainlp-accordion > div > label,
.mainlp-accordion > label {
  display: inline-block;
  padding: 10px 8px;
  font-weight: 600;
  text-align: center;
  background: #fff;
  box-shadow: 0 8px 9px rgba(0, 0, 0, 0.05);
  color: #666;
  cursor: pointer;
  position: absolute;
  top: -46px;
  border-radius: 3px 3px 0 0;
  border: solid #dadada;
  border-width: 1px 1px 0 1px;
  margin-left: -3px;
}
.playcards1 {
  position: absolute;
  top: 31%;
  right: 4%;
  width: 46px;
  height: 49px;
  animation: playcards1 6s infinite;
}
.playcards2 {
  position: absolute;
  top: 19%;
  left: 8%;
  width: 10%;
  animation: playcards2 5s infinite;
}
.playcards3 {
  position: absolute;
  top: 10%;
  right: 0;
  width: 10%;
  animation: playcards3 7s infinite;
}
@-webkit-keyframes playcards1 {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.2);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes playcards3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes playcards2 {
  0% {
    transform: scaleX(1) translateY(0);
  }
  50% {
    transform: scaleX(1.1) translateY(-7px);
  }
  100% {
    transform: scaleX(1) translateY(0);
  }
}
.rummy-cash-top {
  position: absolute;
  right: 0;
  top: 15vh;
  width: 42%;
  overflow: hidden;
}
.rummy-cash-top img {
  width: 100%;
  height: auto;
  position: relative;
}
.rummy-cash-top-ani {
  position: absolute;
  top: 0;
  width: 80%;
  height: 85%;
  right: 0;
  overflow: hidden;
}
.rummy-cash-top-ani:before {
  content: "";
  width: 81%;
  height: 1px;
  position: absolute;
  top: 1px;
  background: #fff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    #fff 27%,
    #fff 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: righttoleft 10s infinite;
}
.rummy-cash-top-ani:after {
  content: "";
  width: 81%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #fff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    #fff 27%,
    #fff 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: lefttoright 10s infinite;
}
@-webkit-keyframes righttoleft {
  0% {
    right: -100%;
  }
  100% {
    right: 100%;
    opacity: 0.7;
  }
}
@-webkit-keyframes lefttoright {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
    opacity: 0.7;
  }
}
@media screen and (max-width: 970px) and (orientation: landscape) {
  .rummy-cash-top-ani {
    height: 86%;
  }
  .rummy-cash-top {
    top: 47vh;
  }
  .playcards3 {
    top: 6%;
  }
  .playcards1 {
    top: 33%;
  }
}
.testimonialsNewContainer .panel-heading {
  background: 0 0;
  border: none;
  margin-top: 15px;
}
.testimonialsNewContainer .playerTestimonials {
  padding: 0;
  margin: 50px 20px;
}
.testimonialsNewContainer .playerTestimonials li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  min-height: 400px;
  z-index: 0;
  background: #b6b6b6;
  background: linear-gradient(
    180deg,
    rgba(182, 182, 182, 0) 0,
    rgba(182, 182, 182, 0.6954131994594712) 15%,
    #b6b6b6 50%,
    rgba(182, 182, 182, 0.7) 25%,
    rgba(182, 182, 182, 0) 100%
  );
}
.testimonialsNewContainer .playerTestimonials:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #fff;
  z-index: 2;
}
.testimonialsNewContainer .playerTestimonials li {
  text-align: center;
}
.testimonialsNewContainer .playerTestimonials li p {
  margin: 0 25px !important;
  padding-bottom: 10px;
}
.testimonialsNewContainer .playerTestimonials .slidesContainer {
  z-index: 1;
}
.adgenHome .testimonialsNewContainer .playerTestimonialsadgen .thumb,
.testimonialsNewContainer .playerTestimonials .thumb {
  width: 136px;
  height: 135px;
  overflow: hidden;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  background: url(https://rcmg.in/rc/acquisition/landing-page-responsive/player-thumb-mask.png)
    top center no-repeat;
  background-size: 100%;
}
.testimonialsNewContainer .playerTestimonials .thumb img {
  width: 133px;
  min-height: 133px;
  height: auto;
  border-radius: 50%;
  border: 4px solid #1d3f83;
  padding: 2px;
  background: #fff;
}
.adgenHome .testimonialsNewContainer .playerTestimonialsadgen i,
.testimonialsNewContainer .playerTestimonials i {
  font-weight: 700;
  display: block;
  font-style: normal;
  margin: 5px 0;
}
.testimonialsNewContainer .playerTestimonials i:last-child {
  color: #f37641;
}
.testimonialsNewContainer .prevBtn {
  color: #605d5d;
  text-decoration: none;
  font-size: 74px;
  left: 45px;
  position: absolute;
  top: 123px;
  z-index: 1;
  transform: rotate(180deg);
  font-weight: 400;
}
.testimonialsNewContainer .nextBtn {
  color: #605d5d;
  text-decoration: none;
  font-size: 74px;
  right: 45px;
  position: absolute;
  top: 110px;
  z-index: 1;
  font-weight: 400;
}
.testimonialsNewContainer .nextArrow {
  vertical-align: inherit;
  font-size: 1.4em;
}
.testimonialsNewContainer a {
  text-decoration: none;
  color: #0074f6;
  display: inline-block;
  font-weight: 700;
}
.testimonialsNewContainer .nextArrow {
  vertical-align: middle;
  font-size: 1.61em;
  display: inline-block;
  line-height: 15px;
  margin-top: 1px;
  float: right;
  margin-left: 5px;
}
@media screen and (min-width: 830px) {
  .fusion_header_players_box.mobileUser {
    background-position: 0 -134px;
    width: 202px;
    float: left;
    margin-left: 40%;
    transform: translateX(-40%);
  }
}
.mainlp-accordion > div > label a {
  color: #fff;
  text-decoration: none;
}
.mainlp-accordion > div > label.first {
  left: 0;
  background: #de7129;
  color: #fff;
  margin-left: -2px;
}
.mainlp-accordion > div > label.second {
  left: 229px;
}
.mainlp-accordion > div > label.third {
  left: 487px;
}
.mainlp-accordion > div > label.fourth {
  left: 771px;
}
.english .mainlp-accordion > div > label.second {
  left: 253px;
}
.english .mainlp-accordion > div > label.third {
  left: 538px;
}
.english .mainlp-accordion > div > label.fourth {
  left: 852px;
}
.english .mainlp-accordion > div > label.fiveth {
  left: 884px;
}
.english .mainlp-accordion > div > label.sixth {
  left: 1114px;
}
.embed-container iframe {
  border: 0;
}
.media-body-marathi {
  line-height: 18px;
}
.mainlp-accordion label h2 {
  margin: 0;
  font-size: 1em;
  display: inline;
  font-weight: 700;
}
.mainlp-accordion label.active,
.mainlp-accordion > label:hover {
  background: #de7129 !important;
  color: #fff !important;
}
#tab-content1 {
  display: block;
}
.mainlp-bot-caption {
  display: flex;
  justify-content: space-around;
  background: #fff;
  color: #666;
  font-size: 12px;
  line-height: inherit;
  position: relative;
  padding: 20px 10px;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.mainlp-bot-caption:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(182, 182, 182, 0) 0,
    rgba(182, 182, 182, 0.6954131994594712) 15%,
    #b6b6b6 50%,
    rgba(182, 182, 182, 0.7) 25%,
    rgba(182, 182, 182, 0) 100%
  );
}
.english .mainlp-bot-caption {
  font-size: 0.9em;
  line-height: 1.5;
}
.mainlp-bot-caption h4 {
  margin: 0;
  margin-bottom: 6px;
}
.mainlp-bot-caption > div > div {
  display: table-cell;
}
.mainlp-bot-caption > section {
  float: left;
  width: 100%;
}
.mainlp-bot-caption > section > div {
  width: 46%;
  float: left;
}
.mainlp-bot-caption .mainlp-bot-captioninner .col-xs-3 {
  text-align: center;
  padding-right: 0;
}
.mainlp-bot-caption .mainlp-bot-captioninner:first-child svg {
  width: 5em;
  height: auto;
}
.mainlp-bot-caption .mainlp-bot-captioninner .last-child {
  width: 2.8em !important;
  height: auto;
}
.mainlp-bot-caption .mainlp-bot-captioninner:first-child {
  margin-right: 52px;
}
.mainlp-bot-caption > div > span {
  display: table-cell;
}
.mainlp-bot-caption h3 {
  color: #f36f32;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 7px;
  display: block;
  margin: 0;
}
.form-group-footer {
  text-align: center;
  margin-bottom: 2%;
  font-size: 12px;
}
.form-group-footer-link {
  text-align: center;
  margin-bottom: 2%;
  font-size: 11px;
}
.form-group-footer-icon {
  display: inline-block;
}
.form-group-overlay .fb-register-userbtn {
  margin-bottom: 2%;
}
.form-group-footer-small {
  display: inline-block;
  margin-left: 2%;
  margin-top: 2%;
  line-height: 14px;
  vertical-align: top;
}
.form-group-footer-small a {
  color: #333;
  text-decoration: underline;
}
.landingpage-bannertitle {
  font-style: italic;
  font-weight: 700;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #f1de53;
  -webkit-text-stroke: 1px #ff9600;
  -moz-text-stroke: 1px #ff9600;
  -o-text-stroke: 1px #ff9600;
  margin-top: 20px;
  line-height: 1.1;
}
.landingpage-bannercon {
  text-align: center;
  color: #fff;
  margin-top: 54%;
  font-size: 1em;
}
.landingpage-graybox {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 2% 0;
}
.landingpage-arrowright {
  width: 16%;
  display: table-cell;
  font-weight: 700;
  font-size: 31px;
  line-height: 13px;
  float: right;
}
.btn-yellow {
  padding: 1.2% 2%;
  border: 2px solid #042b17;
  border-radius: 5px;
  background: #ffd24f;
  background: -moz-linear-gradient(top, #ffd24f 0, #f0b200 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ffd24f),
    color-stop(100%, #f0b200)
  );
  background: -webkit-linear-gradient(top, #ffd24f 0, #f0b200 100%);
  background: -o-linear-gradient(top, #ffd24f 0, #f0b200 100%);
  background: -ms-linear-gradient(top, #ffd24f 0, #f0b200 100%);
  background: linear-gradient(to bottom, #ffd24f 0, #f0b200 100%);
  color: #042b17;
  text-shadow: 1px 1px 1px #fdd768;
  font-size: 0.8em;
  font-weight: 700;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  cursor: pointer;
  width: 45%;
  float: left;
  margin-bottom: 0.5%;
}
.btn-yellow a {
  color: #042b17;
  text-decoration: none;
}
.btn-yellow a:hover,
a:active {
  color: #042b17;
  text-decoration: none;
}
a.btn-yellow {
  color: #042b17;
  display: block;
  padding: 1%;
}
.btn-yellow:hover {
  text-decoration: none;
}
.btn-yellow:active {
  text-decoration: none;
}
.btn-yellow:focus {
  text-decoration: none;
}
.text-orange {
  color: #c84b11;
}
.strong {
  font-weight: 700;
}
.memberText {
  font-size: 0.6em;
  color: #cacaca;
}
.loginTxt {
  font-size: 0.9em;
  text-decoration: underline;
}
.mobile-headerrightcon {
  color: #fff;
  align-self: center;
  font-size: 0.8em;
  text-align: right;
  line-height: normal;
}
.mobile-headerrightcon a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}
.mobilelogo {
  background-image: url(https://rcmg.in/rc/acquisition/landing-page-responsive/rummy-circle-logo.png);
  background-size: 85% auto;
  background-position: left center;
  background-repeat: no-repeat;
  width: 45%;
  padding: 4% 0;
  height: auto;
  display: inline-block;
}
.mobilelogo-col {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-content: center;
  padding: 2.5% 2%;
}
.mobilelp_stepthree,
.mobilelp_steptwo {
  float: left;
  display: flex;
  min-height: 100%;
  background-color: #fff;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 9999;
}
.mobilelp_steptwo {
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1 100%;
  flex-shrink: 0;
}
.mobilelp_stepthree {
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1 100%;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: column;
  -webkit-flex: 1 100%;
}
.mobilelp-form .form-group {
  box-shadow: 0 2px #000;
  border-radius: 5px;
  display: flex;
  width: 100%;
  margin-top: 5%;
}
.mobilelp-form select {
  background: url(https://rcmg.in/mobile/images/select_bg.png) right center
    no-repeat #fff;
  background-size: 12% auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.mobilelp-form .form-control {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.landingpage-languagecon {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.language-tab {
  color: #2f2f2f;
  padding: 5px 20px 8px;
  display: inline-block;
  background: url(https://rcmg.in/rc/acquisition/landing-page-responsive/lp-responsive-sprite_3.png)
    0 -294px no-repeat;
  border: none;
  cursor: pointer;
  outline: 0;
  position: relative;
  z-index: 0;
  font-size: 13px;
  line-height: 8px;
  margin-left: -14px;
  vertical-align: top;
  min-width: 105px;
  text-align: center;
}
.language-tab:hover {
  color: #c84b11;
}
.language-tab:hover .language-tab:focus {
  outline: 0;
}
.language-tab:active {
  opacity: 0.9;
  color: #666;
}
.language-select {
  color: #6d0003;
  background-position: 0 -265px;
  z-index: 1;
}
.btn_langingpaheregi,
.btn_langingpaheregi a {
  border: 2px solid #133600;
  background: #36a001;
  background: -moz-linear-gradient(top, #36a001 0, #185c00 50%, #36a001 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #36a001),
    color-stop(50%, #185c00),
    color-stop(100%, #36a001)
  );
  background: -webkit-linear-gradient(
    top,
    #36a001 0,
    #185c00 50%,
    #36a001 100%
  );
  background: -o-linear-gradient(top, #36a001 0, #185c00 50%, #36a001 100%);
  background: -ms-linear-gradient(top, #36a001 0, #185c00 50%, #36a001 100%);
  background: linear-gradient(to bottom, #36a001 0, #185c00 50%, #36a001 100%);
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  text-shadow: 1px 1px 1px #000;
  width: 100%;
  padding: 3%;
  text-align: center;
}
.btn_langingpaheregi img {
  max-width: 18%;
  margin-left: 5%;
  margin-right: 5%;
  vertical-align: middle;
}
.mainlp_stepthreebanner {
  padding: 5% 5% 0;
}
.mobilelp_stepthreecon {
  display: flex;
  flex-direction: column;
  flex: 100;
  -webkit-flex: 100;
  align-self: flex-start;
  width: 100%;
}
.forgot-password-textcon {
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 0.8em;
}
.with-section-label .form-control {
  width: 65%;
  border-radius: 5px 0 0 5px;
  border: none;
  border-right: 1px solid #ccc;
}
.with-section-label label {
  width: 35%;
  padding-left: 1.5%;
  border-radius: 0 5px 5px 0;
  font-size: 0.8em;
}
.with-section-label label input {
  width: auto;
  margin-right: 2%;
  vertical-align: middle;
}
.mobilelp-form .with-section-label {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #efe2c0;
  border: 1px solid #ccc;
}
.field-error .form-control,
.lpform-error .form-control,
.lpform-error.form-control {
  background-color: #ff9f9f;
}
.mobileform-group-footer {
  padding-top: 5%;
  display: table;
  width: 100%;
}
.rummyEntertainment-footer {
  position: relative;
  z-index: 1;
}
.rummyEntertainment-footer .place-bot {
  width: 100%;
  text-align: center;
  color: #969494;
  background-color: #000;
  padding: 6% 0;
}
.place-bot a:active,
.place-bot a:visited,
.rummyEntertainment-footer .place-bot a,
.rummyEntertainment-footer .place-bot a:hover {
  color: #cacaca;
}
.place-bot {
  bottom: 0;
  width: 100%;
}
.mobile-regiform {
  padding: 0 5% 5%;
}
.mobile-logiform {
  padding: 5%;
}
.mobile-logiform:first-child {
  display: block;
  width: 100%;
}
.mobile-logiform:after {
  content: "";
  display: table;
  clear: both;
}
.mobile-logiformleftcon .form-group:first-child {
  margin-top: 0;
  padding-top: 0;
}
.mobilelp_steptwocon {
  align-self: flex-start;
  width: 100%;
}
.lpform-error {
  position: relative;
}
.mobilelp-form .lpform-error .form-control {
  border: 1px solid red;
}
.mobilelp-form .lpform-error {
  border-bottom: 0;
}
.error-con {
  width: 100%;
  color: #f20b0b;
  display: none;
}
.desktopvalidation-style .error-leftcon,
.desktopvalidation-style .error-rightcon {
  position: absolute;
  border: 1px solid #d90;
  color: #600;
  top: auto;
  font-size: 12px;
  width: 250px;
  padding: 5px 5px 5px 26px;
  line-height: 12px;
  background: url(https://rcmg.in/rc/error.png) 4px center no-repeat #fd9;
  margin-top: -28px;
  display: none;
  z-index: 2;
}
.mobilelp-form .lpform-error + .error-con {
  display: block;
}
.desktopvalidation-style .error-leftcon {
  border-radius: 0 6px 6px 0;
  left: 100%;
  margin-left: 15px;
}
.desktopvalidation-style .error-rightcon {
  border-radius: 6px 0 0 6px;
  right: 100%;
  margin-right: 15px;
}
.desktopvalidation-style .error-leftcon:after,
.desktopvalidation-style .error-leftcon:before,
.desktopvalidation-style .error-rightcon:after,
.desktopvalidation-style .error-rightcon:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.desktopvalidation-style .error-leftcon:after,
.desktopvalidation-style .error-leftcon:before {
  right: 100%;
}
.desktopvalidation-style .error-rightcon:after,
.desktopvalidation-style .error-rightcon:before {
  left: 100%;
}
.desktopvalidation-style .error-leftcon:after,
.desktopvalidation-style .error-rightcon:after {
  border-color: rgba(255, 221, 153, 0);
  border-width: 11px;
  margin-top: -11px;
}
.desktopvalidation-style .error-leftcon:after {
  border-right-color: #fd9;
}
.desktopvalidation-style .error-rightcon:after {
  border-left-color: #fd9;
}
.desktopvalidation-style .error-leftcon:before,
.desktopvalidation-style .error-rightcon:before {
  border-color: rgba(221, 153, 0, 0);
  border-width: 12px;
  margin-top: -12px;
}
.desktopvalidation-style .error-leftcon:before {
  border-right-color: #d90;
}
.desktopvalidation-style .error-rightcon:before {
  border-left-color: #d90;
}
.languageset-tooltip {
  position: relative;
  display: none;
}
.languageset-tooltip-con {
  position: absolute;
  background-color: rgba(72, 0, 0, 0.95);
  z-index: 1;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  color: #fff;
}
.languageset-tooltip-con .strong {
  color: #dc9804;
}
.desktoplanguageset .languageset-tooltip-con {
  right: 10px;
  top: 10px;
}
.mobilelanguageset {
  display: table;
  width: 100%;
}
.mobilelanguageset .languageset-tooltip {
  width: 100%;
}
.mobilelanguageset .languageset-tooltip-con {
  right: 0;
  top: 100%;
  margin-top: 10px;
  white-space: normal;
}
.captcha-section {
  display: none;
}
.captcha-blackgraybg {
  background: rgba(0, 0, 0, 0.9);
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 91;
}
.captcha-desktopboxcon,
.captcha-mobileboxcon {
  position: fixed;
  z-index: 92;
  height: 100%;
  top: 0;
  display: flex;
  display: -webkit-flex;
}
.captcha-desktopboxcon {
  width: 250px;
  align-items: center;
  -webkit-align-items: center;
}
.captcha-mobileboxcon {
  width: 100%;
  align-items: center;
  -webkit-align-items: center;
  left: 0;
  justify-content: center;
  -webkit-justify-content: center;
  overflow-y: auto;
}
.captcha-close {
  display: inline-block;
  width: 12%;
  float: right;
  margin-right: -5%;
  margin-top: -5%;
}
.captcha-mobileboxcon .captcha-close {
  display: inline-block;
  width: 32px;
  float: right;
  margin-right: -16px;
  margin-top: -16px;
}
.captcha-box {
  background: #ebebeb;
  background: -moz-linear-gradient(top, #ebebeb 0, #fff 100%);
  background: -webkit-linear-gradient(top, #ebebeb 0, #fff 100%);
  background: linear-gradient(to bottom, #ebebeb 0, #fff 100%);
  color: #000;
  border-radius: 6px;
}
.captcha-mobileboxcon .captcha-box {
  max-width: 90%;
  margin-top: 30px;
}
.captcha-header {
  font-size: 1.2em;
  font-weight: 700;
  padding: 15px;
}
.captcha-mobileboxcon .btn_primary,
.captcha-mobileboxcon .captcha-header {
  font-size: 1em;
}
.captcha-con {
  padding: 0 15px;
}
.captcha-codebox {
  padding: 15px;
  border: 1px solid #b5b5b5;
  border-radius: 6px;
  margin-bottom: 15px;
  background-color: #fff;
  text-align: center;
}
.captcha-codebox img {
  max-width: 100%;
  max-height: 40px;
}
.captcha-fillsection {
  padding-bottom: 5px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.captcha-inputbox {
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #bdbdbd;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.captcha-refresh {
  margin-left: 8px;
  width: 45px;
  padding: 5px;
  border-radius: 4px;
  background: #760000;
  background: -moz-linear-gradient(top, #760000 0, #730000 44%, #490303 100%);
  background: -webkit-linear-gradient(
    top,
    #760000 0,
    #730000 44%,
    #490303 100%
  );
  background: linear-gradient(to bottom, #760000 0, #730000 44%, #490303 100%);
  text-align: center;
  cursor: pointer;
}
.captcha-refresh img {
  width: 60%;
}
.captcha-error {
  color: #ff0004;
  margin-bottom: 10px;
  font-size: 90%;
  vertical-align: middle;
}
.captcha-footer {
  padding: 15px;
  border-top: solid 1px #b9b9b9;
  display: table;
  width: 100%;
  text-align: center;
}
.loading-greenbtn img,
.loading-greenbtn span {
  z-index: -9;
  position: relative;
}
.lpoverlay-blackgraybg {
  background: rgba(0, 0, 0, 0.9);
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 91;
}
.lpoverlay-desktopboxcon,
.lpoverlay-mobileboxcon {
  position: fixed;
  z-index: 92;
  height: 100%;
  top: 0;
  display: flex;
  -webkit-display: flex;
}
.lpoverlay-desktopboxcon {
  width: 600px;
  align-items: left;
  -webkit-align-items: left;
}
.lpoverlay-mobileboxcon {
  width: 100%;
  align-items: center;
  -webkit-align-items: center;
  left: 0;
  justify-content: center;
  -webkit-justify-content: center;
  text-align: center;
}
.lpoverlay-box {
  background: #ebebeb;
  background: -moz-linear-gradient(top, #ebebeb 0, #fff 100%);
  background: -webkit-linear-gradient(top, #ebebeb 0, #fff 100%);
  background: linear-gradient(to bottom, #ebebeb 0, #fff 100%);
  color: #000;
  border-radius: 6px;
  max-width: 90%;
}
.lpoverlay-con {
  padding: 0 15px;
}
.lpoverlay-codebox {
  padding: 15px;
  border: 1px solid #b5b5b5;
  border-radius: 6px;
  margin-bottom: 15px;
  background-color: #fff;
}
.lpoverlay-footer {
  padding: 15px;
  border-top: solid 1px #b9b9b9;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.articleSection {
  margin: 0;
  padding: 0 14px;
  list-style: square;
}
.articleSection li {
  width: 33%;
  margin-bottom: 10px;
  color: #373737;
  vertical-align: text-top;
  list-style: square;
  float: left;
}
.downloadWidgetSection {
  width: 100%;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .mobile-play-rummy .lp_bannersection {
    background-position: center 56px;
  }
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .mobile-play-rummy .lp_bannersection {
    background-position: center 56px;
  }
}
.downloadWidgetHeader {
  width: 320px;
  text-align: center;
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
}
.downloadWidgetHeader .register,
.downloadWidgetSection .register {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}
.downloadWidgetHeader .register a,
.downloadWidgetSection .register a {
  text-decoration: underline;
  color: #fff;
}
.downloadWidgetHeader .register a:hover,
.downloadWidgetSection .register a:hover {
  color: #fff;
  text-decoration: none;
}
.downloadWidgetHeader .registerTerms,
.downloadWidgetHeader .registerTermsdisable,
.downloadWidgetSection .registerTerms {
  display: inline-block;
  margin-left: 9%;
}
.downloadWidgetrummy {
  text-align: center;
  padding-top: 60%;
  width: 320px;
  margin: auto;
}
.adgenRegisterHide .downloadWidgetSection .registerTerms,
.adgenRegisterHide .downloadWidgetrummy .registerTerms,
.adgenTnCHide .downloadWidgetSection .tnc-bonus {
  visibility: hidden;
}
.widgetSafety {
  color: #ffff4c;
  font-style: italic;
  width: 275px;
  margin: auto;
  background: #000;
  border: 1px solid #184733;
  border-radius: 14px;
  padding: 4px 0;
  font-size: 0.8em;
}
.safetyStatic {
  color: #ffff4c;
  font-style: italic;
  width: 275px;
  margin: auto;
  background: #000;
  border: 1px solid #184733;
  border-radius: 14px;
  padding: 4px 0;
  font-size: 0.8em;
  text-align: center;
}
.safetyStatic img,
.widgetSafety img,
.widgetSafety-Video img {
  max-width: 7%;
  vertical-align: middle;
  margin-right: 3%;
}
.widgetSafety-Video {
  color: #ffff4c;
  font-style: italic;
  width: 275px;
  margin: auto;
  background: #000;
  border: 1px solid #184733;
  border-radius: 14px;
  padding: 4px 0;
  font-size: 0.8em;
  text-align: center;
  position: absolute;
  bottom: 41%;
  left: 17%;
}
@media screen and (max-height: 665px) and (orientation: portrait) {
  .widgetSafety-Video {
    bottom: 34%;
    left: 15%;
  }
}
@media screen and (max-height: 630px) and (orientation: portrait) {
  .widgetSafety-Video {
    bottom: 36%;
    left: 13%;
  }
}
@media screen and (max-height: 623px) and (orientation: portrait) {
  .widgetSafety-Video {
    bottom: 31%;
    left: 17%;
  }
}
@media screen and (max-height: 600px) and (orientation: portrait) {
  .widgetSafety-Video {
    bottom: 32%;
    left: 13%;
  }
}
@media screen and (max-height: 557px) and (orientation: portrait) {
  .widgetSafety-Video {
    bottom: 31%;
    left: 14%;
  }
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .widgetSafety-Video {
    bottom: 25%;
    left: 34%;
  }
}
@media screen and (max-width: 738px) and (orientation: landscape) {
  .widgetSafety-Video {
    left: 31%;
  }
}
@media screen and (max-width: 668px) and (orientation: landscape) {
  .widgetSafety-Video {
    left: 29%;
  }
}
.downloadWidgetrummy .androidplaystorebtn a img,
.downloadWidgetrummy .iosBtn a img,
.fbslideControls .downloadWidgetSection .androidplaystorebtn a img,
.fbslideControls .downloadWidgetSection .iosBtn a img {
  max-width: 70%;
}
.fbslideControls .downloadWidgetSection .androidplaystorebtn a img,
.fbslideControls .downloadWidgetSection .iosBtn a img {
  width: auto;
}
.downloadWidgetrummy .register {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}
.downloadWidgetrummy .register a {
  text-decoration: underline;
  color: #fff;
}
.downloadWidgetrummy .register a:hover {
  color: #fff;
  text-decoration: none;
}
.downloadWidgetrummy .registerTerms {
  display: inline-block;
  margin-left: 9%;
}
.downloadWidgetHeader .downloadAppNewBtn,
.downloadWidgetSection .downloadAppNewBtn {
  margin-top: 0;
  margin-bottom: 10px;
}
.downloadWidgetrummy .downloadAppNewBtn {
  margin-top: 0;
  margin-bottom: 10px;
}
.downloadWidgetHeader .androidplaystorebtn img,
.downloadWidgetHeader .iosBtn img,
.downloadWidgetSection .androidplaystorebtn img,
.downloadWidgetSection .iosBtn img {
  width: 53%;
  margin-top: -5px;
}
.downloadWidgetSection .iosBtn img {
  margin-top: 0;
}
.downloadWidgetHeader .bonusBanner,
.downloadWidgetSection .bonusBanner {
  margin: -10px 0 -17px 0;
  width: 256px;
}
.downloadWidgetSection .bonusBanner.cashBnr {
  width: 326px;
}
.downloadWidgetrummy .bonusBanner {
  margin: -10px 0;
  width: 80%;
}
@media screen and (max-height: 640px) {
  .downloadWidgetSection .iosBtn img {
    width: 45%;
  }
}
@media screen and (min-height: 575px) and (max-width: 500px) {
  .downloadWidgetHeader .downloadAppNewBtn,
  .downloadWidgetSection .downloadAppNewBtn {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 22px !important;
    max-width: 290px !important;
  }
  .downloadWidgetHeader .downloadAppNewBtn img,
  .downloadWidgetSection .downloadAppNewBtn img {
    height: 23px !important;
    margin-top: -1px;
  }
  .downloadWidgetrummy .downloadAppNewBtn {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 22px !important;
    max-width: 290px !important;
  }
  .downloadWidgetrummy .downloadAppNewBtn img {
    height: 23px !important;
    margin-top: -1px;
  }
}
@media screen and (max-width: 1280px) {
  .mainlp-accordion-content,
  .panel-body {
    padding: 0;
  }
  .mainlp-accordion-content {
    padding: 0;
    margin-bottom: 20px;
  }
  .testimonialsNewContainer .prevBtn {
    left: 15px;
  }
  .testimonialsNewContainer .nextBtn {
    right: 15px;
  }
  .mainlp-all-option-main-list > li .media {
    padding: 15px 5px;
  }
  .panel-footer {
    margin-bottom: 20px;
  }
  h1.text-sm {
    padding: 10px 10px 8px 15px;
    margin: -15px -15px 0;
    margin-bottom: 15px;
  }
  .as-seen-on {
    margin: -16px -15px 0;
    padding-bottom: none;
  }
  .mainlp-accordion-content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .mainlp-all-option-main-list > li .media {
    padding: 10px 0;
  }
  .panel-footer {
    margin-bottom: 15px;
  }
  .mainlp-all-option-main-list:after {
    height: 1px;
  }
  .mainlp-bot-caption .mainlp-bot-captioninner:first-child {
    margin-right: 15px;
  }
  .mainlp-bot-caption .mainlp-bot-captioninner:last-child {
    margin-left: 15px;
  }
  .mainlp-bot-caption:after {
    left: 48%;
  }
}
@media screen and (max-width: 1150px) {
  .mainlp-all-option-main-list .col-md-4 {
    width: 50%;
  }
  .mainlp-all-option-main-list:after {
    display: none;
  }
  .mainlp-all-option-main-list > li .media {
    padding: 15px 0;
    border-top: #bdbdbd 1px solid;
  }
  .mainlp-all-option-main-list li:first-child .media,
  .mainlp-all-option-main-list li:nth-child(2) .media {
    border-top: none;
  }
  .as-seen-on-marque img {
    margin: 15px 1.5% 0;
  }
  .testimonialsNewContainer .playerTestimonials {
    margin: 30px 20px;
  }
  .testimonialsNewContainer .nextBtn {
    top: 89px;
  }
  .testimonialsNewContainer .prevBtn {
    top: 102px;
  }
  .col_home1 {
    padding: 0 25px 0 0;
    width: 326px;
  }
}
.lp_bannersection {
  background-repeat: no-repeat;
  background-position: top center;
  height: 428px;
  border: none;
  background-color: #0f0013;
  border-bottom: 4px solid #1d3f83;
  position: relative;
  color: #fff;
  background-size: cover;
}
.lp_bannersection .rummyFeatures {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
  .overlay-content {
    top: 10%;
  }
  .lp_bannersection {
    /* height: 100%;
    border: 0;
    background-color: #071228;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center; */
    height: 180px;
  }
}
@media screen and (max-width: 970px) and (orientation: landscape) {
  .rummyEntertainment-footer .place-bot {
    padding: 2% 0;
  }
/*  .lp_bannersection {
    height: 165vw;
    background-color: #071228;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
  } */
  .downloadWidgetHeader,
  .downloadWidgetSection {
    bottom: 85px;
  }
  .downloadWidgetHeader .androidplaystorebtn img,
  .downloadWidgetHeader .iosBtn img,
  .downloadWidgetSection .androidplaystorebtn img,
  .downloadWidgetSection .iosBtn img {
    width: 35%;
  }
  .lp_bannersection .rummyFeatures {
    padding: 0 12%;
    background: #090e22;
    left: 50%;
    transform: translateX(-50%);
  }
  .as-seen-on-marque img {
    margin: 10px 4px 3px 0 !important;
  }
  .mainlp-bot-captioninner .col-xs-3.col-md-2 {
    width: 15%;
  }
  .mainlp-bot-captioninner .col-xs-9.col-md-10 {
    width: 85%;
  }
  .downloadWidgetHeader .registerTerms {
    margin-left: 1%;
  }
  .downloadWidgetrummy .registerTerms {
    margin-left: 1%;
  }
}
@media screen and (max-width: 850px) and (orientation: landscape) {
  .downloadWidgetHeader .registerTerms {
    margin-left: 10%;
  }
}
@media screen and (max-width: 850px) and (orientation: landscape) {
  .downloadWidgetSection .registerTerms {
    margin-left: 10%;
  }
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .winCashContainer {
    background-size: auto 98% !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    padding: 40px 0 !important;
  }
  .testimonialsNewContainer .nextBtn {
    top: 88px;
  }
  .winCashContainer .androidplaystorebtn img,
  .winCashContainer .iosBtn img {
    width: 50% !important;
  }
}
@media screen and (min-width: 1025px) {
  .checkbox,
  .form-control {
    font-size: 12px;
  }
  .lpmain-from-con input,
  .lpmain-from-con select {
    font-size: 11px;
  }
}
@media screen and (max-width: 999px) and (min-width: 835px) {
  .mainlp-accordion > div > label,
  .mainlp-accordion > label {
    padding: 10px 3px !important;
    top: -45px;
  }
  .hide-in-Mobile {
    display: none;
  }
  .mainlp-accordion label h2 {
    letter-spacing: -0.5px;
  }
  /* .lp_bannersection {
    background-size: 85%;
    background-position: center 10px;
  } */
}
@media screen and (max-width: 1000px) {
  .english .mainlp_promotion_rightborder {
    padding-bottom: 10px;
  }
  .lp-scrollbanner-box .text-con {
    padding: 5%;
    display: block;
    text-align: center;
  }
  .lp-scrollbanner-box img {
    margin-top: -5%;
  }
  .lp-scrollbanner-box .text-con span {
    display: inline-block;
  }
  .mainlp-accordion > label {
    display: block;
  }
  .lp-scrollbanner-box .register-btn {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 0.6em;
  }
  .mainlp_promotion_rightborder {
    border: none;
  }
  .lpmain-from-con:after,
  .lpmain-from-con:before {
    content: "";
    display: table;
  }
  .lpmain-from-con input,
  .lpmain-from-con select {
    padding: 3% 2%;
    line-height: inherit;
  }
  .btn-register {
    width: auto;
    min-width: 50%;
    padding: 8px;
    margin: 0 auto;
  }
  .checkbox {
    font-size: 1.2em;
  }
  /* header {
    position: absolute;
    border: none;
    width: 100%;
    color: #7e7f80;
    font-size: 0.8em;
    font-weight: 600;
    padding: 10px 0 7px 0;
    letter-spacing: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.51);
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.51) 65%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(65%, rgba(0, 0, 0, 0.51)),
      color-stop(100%, rgba(0, 0, 0, 0))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.51) 65%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0.51) 65%,
      rgba(0, 0, 0, 0) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(0, 0, 0, 0.51) 65%,
      rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.51) 65%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  } */
  .mobile-headerrightcon a {
    font-size: 14px;
    text-decoration: underline;
    margin-top: 5px;
    display: block;
    float: right;
  }
  .mobile-headerrightcon a img {
    width: 13px;
    height: auto;
    vertical-align: top;
    margin-right: 7px;
    margin-top: 2px;
  }
  .mobile-headerrightCTA {
    font-size: 14px;
    color: #7e7f80;
  }
  .mobile-headerrightCTA a {
    float: none;
    display: inline-block;
  }
  .dividerCTA {
    display: inline-block;
    margin: 0 10px;
  }
}
@media screen and (max-aspect-ratio: 13/9) {
  .mainlp_regleftbanner {
    background: url(https://rcmg.in/mobile/images/welcome_bonus_2000.jpg) left
      top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding: 6%;
  }
  .mainlpBonus2500 {
    background: url(https://rcmg.in/mobile/images/welcome_bonus_2500.jpg) left
      top no-repeat;
    background-size: 100% 100%;
  }
  .mainlp_regrightcon {
    width: 100%;
  }
  .mobile-regiform {
    padding-top: 0;
  }
}
.mobilelp_steptwocon {
  background: #fff;
  flex: 100;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-shrink: 0;
  padding-top: 6%;
}
.mainlp_regleftbanner {
  background: url(https://rcmg.in/mobile/images/welcome_bonus_2000.jpg) left top
    no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 6%;
}
.mainlpBonus2500 {
  background: url(https://rcmg.in/mobile/images/welcome_bonus_2500.jpg) left top
    no-repeat;
  background-size: 100% 100%;
}
.mainlp_regrightcon {
  width: 100%;
}
@media screen and (min-aspect-ratio: 13/9) {
  .mobile-regiform {
    padding-top: 2.5%;
  }
}
@media screen and (orientation: portrait) {
  .mobile-regiform {
    padding-top: 0;
  }
}
@media screen and (orientation: landscape) {
  .absolute-right {
    position: absolute;
    right: 0;
  }
  .mobile-regiform {
    padding-top: 2.5%;
  }
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
  .lpmain-from-con input,
  .lpmain-from-con select {
    font-size: 0.7em;
  }
  .landingpage-bannertitle {
    font-size: 2.1em;
  }
  .malayalam .landingpage-bannertitle {
    font-size: 1.7em;
  }
  .btn_langingpaheregi,
  .btn_langingpaheregi a {
    font-size: 0.8em;
  }
  .adw-supported .text-mbfree-yellow {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .btn_langingpaheregi,
  .btn_langingpaheregi a {
    font-size: 1em;
  }
  .lpmain-from-con input,
  .lpmain-from-con select {
    font-size: 0.8em;
  }
  .lpheaderSlide {
    position: relative;
  }
  .lpheaderSlide .controls {
    bottom: 3px;
  }
  .landingpage-bannertitle {
    width: 300px;
    float: right;
    margin-top: 46px;
    font-size: 1.9em;
  }
  .btn-yellow {
    margin-bottom: 1%;
  }
  .landingpage-graybox {
    background: 0 0;
  }
  .support {
    text-align: center;
  }
  .support .btn-yellow {
    width: 45% !important;
    float: none !important;
    margin: 0 !important;
    display: inline-block !important;
  }
  .adw-supported .btn-yellow {
    width: 28%;
  }
  .btn-yellow,
  .orText {
    float: none !important;
    display: inline-block;
  }
  .widget-btn {
    display: inline;
  }
  .orText {
    margin: 0 0 !important;
    width: 4% !important;
  }
  .sticky_footer {
    padding: 2px !important;
  }
  .text-mbfree-yellow {
    font-size: 0.8em !important;
  }
  .btn-yellow a {
    padding: 2%;
  }
  .lp-scrollbanner {
    height: 230px !important;
  }
  .lp-banner {
    height: 230px !important;
    background-size: 100% auto !important;
  }
  .winCashContainer {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 500px) and (orientation: landscape) {
  .mobile-logiform {
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
  }
  .mobile-logiformleftcon {
    float: left;
    width: 65%;
  }
  .mobile-logiformrightcon {
    width: 30%;
    float: left;
  }
  .mobile-logiformrightcon .col-xs-6 {
    width: 100%;
  }
  .mobile-logiformrightcon .form-group-footer {
    padding: 0;
  }
  .mobile-logiformrightcon .mobileform-group-footer:first-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .mainlp-all-option-main-list > li {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .captcha-codebox,
  .captcha-footer,
  .captcha-header {
    padding: 2% 15px;
  }
  .captcha-codebox {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .mainlp-all-option-main-list li:nth-child(2) .media {
    border-top: #737372 1px dashed;
  }
  .hidePromotion {
    display: none;
  }
  .blogTitle {
    display: inline-block;
    line-height: 1.3;
  }
  .blogContainer + .controls {
    bottom: -18px;
  }
  .blogContainer li {
    border-right: 0 solid #d8d7d7;
    margin-right: 0 !important;
  }
  .d-br {
    display: block;
  }
  .btn_primary.pull-right {
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .btn_primary.pull-right span {
    font-size: 19px;
  }
  .blogContainer {
    min-height: auto !important;
  }
  .desktoplanguageset .languageset-tooltip-con {
    right: 50%;
    top: 90px;
    width: 96%;
    max-width: 460px;
    position: fixed;
    white-space: normal;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
  }
  .how-to-start li br {
    display: none;
  }
  .how-to-start li {
    width: 100%;
    margin-bottom: 5px;
  }
  .how-to-start li span {
    margin-left: 8px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .mainlp-accordion-content .media-left {
    display: block;
    text-align: center;
    padding-right: 10px;
  }
  h1.text-sm {
    margin: -11px -11px 0;
    font-size: 1.3em;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .btn-register,
  .lpmain-from-con .form-group {
    width: 100%;
    float: left;
  }
  .btn-register.icon-form-group,
  .lpmain-from-con .form-group.icon-form-group {
    position: relative;
  }
  .btn-register.icon-form-group .bounded-icon,
  .lpmain-from-con .form-group.icon-form-group .bounded-icon {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 20px;
  }
  .lp-scrollbanner {
    height: 295px !important;
  }
}
@media screen and (max-width: 460px) {
  .media-left {
    text-align: center;
  }
  .english .media-left {
    text-align: center;
  }
  .media-left,
  .media-right {
    display: inline-block;
    float: left;
  }
  #mobileSlider .media-body {
    display: inline-block;
    float: left;
  }
  .mainlp-accordion > div > label {
    font-size: 0.9em;
  }
  .english .mainlp-accordion > div > label {
    font-size: 1em;
    line-height: 0.4;
    padding-top: 14px;
  }
  .media-left span {
    width: 85px;
    height: 79px;
  }
  .userimg1,
  .userimg2,
  .userimg3,
  .userimg4,
  .userimg5,
  .userimg6,
  .userimg7,
  .userimg8,
  .userimg9 {
    background-size: 400% auto;
    background-position: 0 -2580px;
  }
  .userimg2 {
    background-position: 0 -2690px;
  }
  .userimg3 {
    background-position: -210px -2580px;
  }
  .userimg4 {
    background-position: -105px -2690px;
  }
  .userimg5 {
    background-position: -553px -2690px;
  }
  .userimg6 {
    background-position: 0 -2800px;
  }
  .userimg7 {
    background-position: -105px -2800px;
  }
  .userimg8 {
    background-position: 0 -2580px;
  }
  .userimg9 {
    background-position: -105px -2580px;
  }
  .userimg01,
  .userimg010,
  .userimg011,
  .userimg02,
  .userimg03,
  .userimg04,
  .userimg05,
  .userimg06,
  .userimg07,
  .userimg08,
  .userimg09 {
    background-size: 400% auto;
    background-position: 0 -18px;
  }
  .userimg02 {
    background-position: -105px -18px;
  }
  .userimg03 {
    background-position: -210px -18px;
  }
  .userimg04 {
    background-position: 0 -127px;
  }
  .userimg05 {
    background-position: -105px -127px;
  }
  .userimg06 {
    background-position: -210px -127px;
  }
  .userimg07 {
    background-position: 0 -239px;
  }
  .userimg08 {
    background-position: -105px -239px;
  }
  .userimg09 {
    background-position: -210px -239px;
  }
  .userimg010 {
    background-position: 0 -349px;
  }
  .userimg011 {
    background-position: -105px -349px;
  }
  .panel-footer-pagination {
    background: 0 0;
    border: none;
    text-align: center;
  }
  .panel-footer-pagination .current {
    background: #c84b11;
    color: #fff;
  }
  .lp-scrollbanner {
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  .panel-footer-pagination {
    background: 0 0;
    border: none;
    text-align: center;
  }
  .panel-footer-pagination ul li {
    background: #67786f;
    margin: 0 1.5% !important;
    color: #fff;
    border-radius: 5px;
    padding: 5px !important;
    display: inline-block;
  }
  .review-text {
    padding-top: 2%;
  }
  .panel-footer-pagination .current {
    background: #c84b11;
    color: #fff;
  }
  .blogContainer,
  .mainlp_promotion_con {
    min-height: 8.39em;
  }
  .more-reviwes {
    background: 0 0 !important;
    margin-top: 2% !important;
    border-left: none !important;
    display: inline-block;
    width: 92%;
    float: left;
  }
  .panel-default > .panel-heading {
    border-bottom: none;
    background: 0 0;
    font-size: 1.1em;
  }
  .lp-scrollbanner {
    height: 500px;
  }
  .slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 380px) {
  .mainlp_promotion_title {
    font-weight: 700;
  }
  #noMobileSlider .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  #noMobileSlider .media-heading {
    font-size: 13px;
  }
  #noMobileSlider .mainlp_option_list {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 350px) {
  .lp-banner {
    background-size: auto 88%;
    background-position: top left;
    background-color: #197b32;
  }
  .landingpage-bannertitle {
    line-height: 1;
  }
  .lp-banner {
    background-size: auto 100%;
    background-position: -21px 0;
  }
}
.mobilelp_stepone {
  text-align: center;
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .mobilelp_stepone,
  .mobilelp_stepthree,
  .mobilelp_steptwo {
    font-size: 200%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .mobilelp_stepone,
  .mobilelp_stepthree,
  .mobilelp_steptwo {
    font-size: 200%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .landingpage-bannertitle {
    font-size: 2.3em;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .form-group-overlay .fb-register-userbtn {
    width: 50% !important;
    padding-bottom: 1%;
  }
  .form-group-footer-icon {
    display: inline-block;
  }
  .form-group-footer-small {
    display: inline-block;
    margin-left: 2%;
    margin-top: 1%;
    line-height: 14px;
    vertical-align: top;
  }
  .form-group-footer-small a {
    color: #333;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .mobilelp_stepone,
  .mobilelp_stepthree,
  .mobilelp_steptwo {
    font-size: 130%;
  }
  #noMobileSlider ul li:first-child .media {
    border-top: none;
  }
  #noMobileSlider ul li .media {
    border-top: #737372 1px dashed;
  }
}
@media screen and (max-width: 500px) and (orientation: landscape) {
  .mobilelp_stepone,
  .mobilelp_stepthree,
  .mobilelp_steptwo {
    font-size: 100%;
  }
}
@media screen and (max-width: 321px) and (orientation: portrait) {
  .mobilelp_stepone,
  .mobilelp_stepthree,
  .mobilelp_steptwo {
    font-size: 120%;
  }
}
.landingPagePixelContainer {
  display: none;
}
.lp_leftbanner_section
  .frm_banner
  .lpmain-from-con
  .form-horizontal
  .form-group
  .form-control {
  padding: 5px 10px;
}
.lp_leftbanner_section .frm_banner .bann_form_head {
  padding: 10px 0 8px !important;
}
.lp_leftbanner_section
  .frm_banner
  .lpmain-from-con
  .form-horizontal
  .form-group {
  margin-bottom: 10px;
}
.lp_leftbanner_section .frm_banner .lpmain-from-con .form-horizontal {
  line-height: 18px;
}
.desktopvalidation-style .error-rightcon,
.lp_leftbanner_section .frm_banner .desktopvalidation-style .error-leftcon {
  margin-top: -37px;
}
.desktopvalidation-style .error-rightcon,
.lp-login-form .frm_banner .desktopvalidation-style .error-leftcon {
  margin-top: -27px;
}
.disclaimer_note {
  font-size: 12px;
  clear: both;
  margin: 0 auto;
  padding-bottom: 16px;
  color: #666;
  text-align: center;
  line-height: inherit;
  margin-bottom: 15px;
}
.fblogin_headerconlist {
  display: inline-block;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  float: right;
}
.lp-login-form {
  text-align: left;
}
.loginwi_mainwidcon {
  display: inline-block !important;
}
@media screen and (min-width: 1601px) {
  .spadeIconBg .panel-footer {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .text-mbfree-yellow {
    text-transform: uppercase;
    color: #ffcf00;
    font-size: 1em;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-style: italic;
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-shadow: 2px 2px #000;
  }
  .text-mbfree-yellow span {
    font-size: 1.4em;
    color: #5beb0d;
  }
  .orText {
    font-size: 0.7em;
    border-radius: 30px;
    border: 1px solid #042b17;
    margin: 0.2em;
    width: 8%;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    margin-bottom: 2%;
    background: #fff;
    color: #000;
    font-weight: 700;
    float: left;
  }
  .tnc-bonus {
    text-align: right;
    padding: 0;
    font-size: 0.5em;
    color: #bab9b9;
    float: right;
    margin-right: 15px;
    margin-top: -10px;
    position: relative;
    z-index: 99;
  }
  .tnc-bonus a,
  .tnc-bonus a:active,
  .tnc-bonus a:hover,
  .tnc-bonus a:visited {
    color: #bab9b9;
    text-decoration: none;
  }
  .landingpage-bannercon-telugu {
    margin-top: 56%;
  }
  .btn-yellow-app-telugu {
    font-size: 0.8em;
  }
  .text-mbfree-yellow-telugu {
    font-size: 0.9em;
  }
  .btn-yellow-telugu {
    font-size: 0.9em;
    padding: 2% 8%;
  }
  #unsupported .btn-yellow,
  .support .btn-yellow {
    width: 60%;
    float: none;
    margin: 0 auto;
  }
  .adw-unsupport .btn-yellow {
    width: 60%;
    float: none;
    margin: 0 auto;
  }
  #unsupported .landingpage-bannercon {
    margin-top: 51%;
  }
}
.fblogin_headerconlist li {
  list-style-type: none;
}
.mainlp_regrightcon {
  padding-bottom: 13%;
}
.mainlp_stepthreesubcon {
  padding-bottom: 115%;
}
.lp_leftbanner_section .frm_banner .bann_form_head {
  padding: 8px 0 2px !important;
}
.lp_leftbanner_section
  .frm_banner
  .lpmain-from-con
  .form-horizontal
  .form-group {
  margin-bottom: 3px !important;
}
.form-group-footer {
  margin-bottom: 1%;
}
.or-border-box-dsk {
  padding: 0;
}
.lp_leftbanner_section
  .frm_banner
  .lpmain-from-con
  .form-horizontal
  .form-group
  .form-control {
  padding: 2px 10px;
}
.desktopvalidation-style .error-rightcon,
.lp_leftbanner_section .frm_banner .desktopvalidation-style .error-leftcon {
  margin-top: -27px;
}
.marquee-bg {
  background: #000;
  height: auto;
  width: 100%;
  float: left;
}
.marquee {
  overflow: hidden;
  position: relative;
  color: #fbd836;
  height: auto;
}
.marquee p {
  width: 100%;
  line-height: 1em;
  text-align: left;
  margin: 0;
  white-space: nowrap;
  padding: 7px 10px 7px 10px;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: scroll-left 32s linear infinite;
  -webkit-animation: scroll-left 32s linear infinite;
  animation: scroll-left 32s linear infinite;
}
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
  .marquee-bg {
    padding: 0 15px;
  }
  .ios-support .tnc-bonus {
    position: absolute;
    right: 4px;
    bottom: 1px;
    float: none;
  }
}
.hide-in-Desktop {
  display: none !important;
}
.footer {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #2f0d0b;
  font-size: 12px;
  margin-top: 30px;
  background: #000;
}
.col2_links li a:focus,
.col2_links li a:hover {
  color: #f36f32;
  webkit-transition: all 1s;
  transition: all 1s;
}
.footer ul,
.footer ul li {
  list-style: none;
  text-align: left;
  text-decoration: none;
}
.footer_home {
  max-width: 1470px;
  margin: 0 auto;
  overflow: hidden;
  color: #999;
  padding: 18px 15px 10px;
  text-align: center;
  position: relative;
}
.col_home1 {
  padding: 0 70px 0 2px;
  width: 370px;
  float: left;
}
.col_home2 {
  width: 375px;
  padding: 0 24px 0 0;
  display: inline-block;
}
.col_home3 {
  width: 340px;
  float: right;
}
.col_home_fot_logo {
  text-align: center;
  padding: 0 47px 25px;
}
.col_home1 p {
  padding: 0 0 24px;
  clear: both;
  text-align: center;
  margin: 0;
}
.col_home1 .sm_icons {
  padding: 0;
  margin: 5px 0 0;
  display: inline-block;
}
.sm_icons span {
  float: left;
  padding: 6px 12px 0 0;
}
.sm_icons .ico_fb,
.sm_icons .ico_insta,
.sm_icons .ico_twit {
  display: block;
  width: 37px;
  float: left;
  margin: 0 16px 0 0;
}
.sm_icons .ico_fb svg,
.sm_icons .ico_insta svg,
.sm_icons .ico_twit svg {
  width: 100%;
  height: auto;
}
.sm_icons .ico_fb .cls-2,
.sm_icons .ico_insta .cls-2,
.sm_icons .ico_twit .cls-2 {
  fill-opacity: 0;
  stroke: #999;
  stroke-linejoin: round;
  stroke-width: 3px;
}
.sm_icons .ico_fb .cls-1,
.sm_icons .ico_insta .cls-1,
.sm_icons .ico_twit .cls-1 {
  fill-rule: evenodd;
  opacity: 0.2;
  fill: #999;
}
.sm_icons .ico_fb:hover .cls-2,
.sm_icons .ico_insta:hover .cls-2,
.sm_icons .ico_twit:hover .cls-2 {
  fill: #f36f32;
  stroke: #f36f32;
  transition: all 1s;
}
.footer_home a {
  font-size: 13px;
  color: #999;
}
.sm_icons .ico_fb {
  background: 0 -294px no-repeat;
  display: block;
  width: 30px;
  height: 29px;
  float: left;
  margin: 0 16px 0 0;
  text-decoration: none;
}
.sm_icons .ico_twit {
  background: 0 -335px no-repeat;
  display: block;
  width: 30px;
  height: 29px;
  float: left;
  margin: 0 16px 0 0;
  text-decoration: none;
}
.sm_icons .ico_insta {
  background: -50px -294px no-repeat;
  display: block;
  width: 30px;
  height: 29px;
  float: left;
  margin: 0 16px 0 0;
  text-decoration: none;
}
.sm_icons .ico_tele {
  background: -50px -335px no-repeat;
  display: block;
  width: 31px;
  height: 29px;
  float: left;
  margin: 0;
  text-decoration: none;
}
.footer_home .footer_head {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 12px;
  text-decoration: none;
  color: #f6f6f6;
  margin: 0;
  display: table;
}
.col2_links {
  width: 175px;
  padding: 0 20px 19px 0;
  float: left;
  margin: 0;
}
.col2_links li {
  border-bottom: 1px solid #343434;
  width: 130px;
  float: left;
}
.col2_links li a {
  padding: 8px 0;
  float: left;
  text-decoration: none;
}
.col2_links li a:before {
  content: "\00BB \0020";
  font-size: 16px;
}
.col2_links li:first-child a {
  padding-top: 0;
}
.payment_part_foot li.last {
  padding: 0;
}
.payment_part_foot li.banklogo1 {
  background-repeat: no-repeat;
}
.payment_part_foot li.banklogo2 {
  background: 0 -41px no-repeat;
}
.payment_part_foot li.banklogo3 {
  background: 0 -82px no-repeat;
}
.payment_part_foot li.banklogo4 {
  background: 0 -123px no-repeat;
}
.payment_part_foot li.banklogo5 {
  background: 0 -164px no-repeat;
}
.payment_part_foot li.banklogo7 {
  background: 0 -246px no-repeat;
}
.payment_part_foot {
  float: left;
  clear: both;
  padding: 0 0 16px;
  margin: 0;
}
.foot_head_small {
  padding: 0 0 2px;
  font-size: 14px;
  margin: 0;
}
.payment_part_foot li.banklogo6 {
  background: 0 -205px no-repeat;
}
.payment_part_foot li {
  margin: 3px 10px 7px 0;
  float: left;
  width: 75px;
  height: 40px;
  box-sizing: content-box;
}
.tooltip {
  width: 40px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  z-index: 0;
  color: #fff;
  cursor: pointer;
}
.tooltip svg {
  width: 100%;
  height: auto;
}
.tooltip .cls-1 {
  fill-opacity: 0.29;
  stroke: #000;
  stroke-linejoin: round;
  stroke-width: 2px;
  opacity: 0.1;
}
.tooltip .cls-2 {
  fill: #39537d;
  fill-rule: evenodd;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 80px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 3%;
  left: -179%;
  margin-left: -33px;
  opacity: 0;
  font-size: 12px;
  font-weight: 400;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 23%;
  right: -7%;
  margin-left: -5px;
  border-left: 6px solid #555;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.disclaimer_info {
  background-color: #080b14;
  padding: 18px;
  text-align: center;
  color: #6f6f6f;
  font-size: 10px;
  height: auto;
  float: left;
  width: 100%;
}
.disclaimer_info p {
  margin: 0 auto;
}
@media only screen and (max-width: 825px) {
  .disclaimer_info p,
  .mainContainer {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 580px) {
  .col_home1,
  .col_home2,
  .col_home3 {
    padding-bottom: 0;
  }
  .disclaimer_info p,
  .mainContainer {
    width: 100%;
    float: left;
  }
  .disclaimer_info {
    padding: 8px 4px;
  }
  .col_home1 p,
  .footer_home a {
    font-size: 13px;
  }
}
.sticky_footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 1%;
  left: 0;
  z-index: 999;
}
.sticky_footer_ios {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(47, 47, 47, 0.98);
  text-align: center;
  padding: 1%;
  left: 0;
  z-index: 999;
}
.sticky_footer_ios .tnc-bonus {
  float: none;
  position: absolute;
  right: 7px;
  bottom: 3px;
}
.btn-yellow-ios img {
  max-width: 52%;
}
.ios-support {
  position: relative;
}
.btn-yellow-ios a {
  display: block;
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .btn-yellow-ios {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
  }
  .btn-yellow-ios img {
    max-width: 100%;
    margin-top: 3%;
  }
  .sticky_footer_ios {
    padding: 1% 1% 0;
  }
}
@media screen and (max-width: 1130px) {
  .col_home1 {
    padding: 0 30px 0 2px;
    width: 335px;
  }
  .col_home2 {
    width: 300px;
  }
  .col2_links {
    width: 138px;
  }
  .col_home1 .sm_icons {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .as-seen-on-marque div {
    width: 770px;
    margin-top: 5px;
  }
  .as-seen-on-marque {
    overflow-x: scroll;
  }
  .as-seen-on-marque img:first-child {
    margin-left: 0;
  }
  .as-seen-on-marque img:last-child {
    margin-right: 0;
  }
  .as-seen-on-marque img {
    margin: 10px 14px 0;
    height: 25px;
    width: auto;
  }
  .col_home1,
  .col_home2,
  .col_home3 {
    padding: 0 0 0;
    margin: 0 auto;
    display: table;
    width: 295px;
  }
  .mainlp-accordion > div > label.third {
    left: 517px;
  }
  .col2_links {
    width: 150px;
  }
  .media-heading {
    font-size: 15px;
  }
  .col_home2 {
    width: 320px;
    padding: 0;
    float: left;
  }
  .payment_part_foot li.last {
    margin: 3px 10px 7px 0;
  }
  .col_home3 {
    padding-bottom: 0;
  }
  .desktop-nonresponcive-waper {
    min-width: 100%;
    height: 100%;
  }
  .lp_wrapcontain {
    width: 800px;
  }
  /* .fusion_header_players_box {
    background-position: 9px -134px;
  } */
  .mainlp-all-option-title {
    display: grid;
  }
  .mainlp-all-option-title span {
    line-height: initial;
  }
  .mainlp_promotion_title {
    font-size: 19px;
  }
  .how-to-start li {
    width: 100%;
  }
  .english .how-to-start li {
    width: 100%;
  }
  .telugu .how-to-start li {
    margin-bottom: 20px;
  }
  .marquee-bg {
    font-size: 0.8em;
    float: left;
  }
  .panel-body {
    padding: 0;
  }
  h1.text-sm {
    padding: 8px;
  }
  .mainlp-accordion-content > div {
    padding: 8px;
  }
  .testimonialsNewContainer .playerTestimonials .thumb {
    margin-bottom: 15px;
  }
  .disclaimer_note {
    padding: 0;
  }
  .mainlp-bot-caption {
    padding: 15px 0;
  }
  .mainlp-bot-caption i {
    width: 55px;
    height: auto;
    margin-right: 5px;
    display: inline-table;
  }
  .lastSlide {
    width: 31px !important;
  }
  svg.mobile {
    width: auto;
    height: 40px;
  }
  .tooltip {
    width: 35px;
    height: auto;
  }
  .tooltip svg {
    width: 100%;
    height: auto;
  }
  .winCashContainer {
    background-color: #080b14;
    margin: 0 -15px;
    margin-bottom: 20px;
    padding: 20px 0;
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
  }
  .winCashContainer .androidplaystorebtn img,
  .winCashContainer .iosBtn img {
    width: 79%;
    height: auto;
  }
  .downloadAppNewBtn {
    position: relative;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 18px;
    background: #4af20f;
    background: -moz-linear-gradient(top, #4af20f 0, #34a40d 100%);
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(0, #4af20f),
      color-stop(100%, #34a40d)
    );
    background: -webkit-linear-gradient(top, #4af20f 0, #34a40d 100%);
    background: -o-linear-gradient(top, #4af20f 0, #34a40d 100%);
    background: -ms-linear-gradient(top, #4af20f 0, #34a40d 100%);
    background: linear-gradient(to bottom, #4af20f 0, #34a40d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4af20f', endColorstr='#34a40d', GradientType=0);
    border-radius: 35px;
    display: inline-block;
    line-height: 1;
    font-weight: 800;
    text-shadow: 1px 1px 2px #85db67;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    width: 100%;
    color: #000;
    text-align: center;
    margin-top: 8%;
    max-width: 250px;
  }
  .downloadAppNewBtn.sudeepTheme {
    background: #4af20f;
    background: -moz-linear-gradient(top, #fff199 0, #ffa701 100%);
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(0, #fff199),
      color-stop(100%, #ffa701)
    );
    background: -webkit-linear-gradient(top, #fff199 0, #ffa701 100%);
    background: -o-linear-gradient(top, #fff199 0, #ffa701 100%);
    background: -ms-linear-gradient(top, #fff199 0, #ffa701 100%);
    background: linear-gradient(to bottom, #fff199 0, #ffa701 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff199', endColorstr='#ffa701', GradientType=0);
    border: 2px solid #ff0;
    border-top-color: #fffcea;
    box-shadow: 3px 6px #000;
  }
  .downloadAppNewBtn.sudeepTheme a {
    color: #6c3000;
    text-shadow: none;
  }
  .downloadAppNewBtn a {
    color: #0c2b01;
    vertical-align: middle;
    margin: 0 1px;
    display: block;
  }
  .downloadAppNewBtn a:focus,
  .downloadAppNewBtn a:hover {
    text-decoration: none;
  }
  .downloadAppNewBtn img {
    height: 22px;
    width: auto;
    vertical-align: sub;
    pointer-events: none;
  }
  .winCashContainer .downloadAppNewBtn img {
    height: 15px;
  }
  .winCashContainer .downloadAppNewBtn {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 0;
  }
  .panel {
    margin-bottom: 20px;
  }
  .seoContainerLP {
    margin-top: 30px;
  }
  .mainlp-bot-caption .mainlp-bot-captioninner .col-xs-3.last {
    padding-left: 0;
    margin-left: -5px;
  }
}
@media screen and (max-width: 900px) {
  .col_home1 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .col_home3 {
    width: 260px;
  }
  .footer_home {
    width: 603px;
    padding: 18px 10px 10px;
  }
  .col_home2 {
    margin-bottom: 205px !important;
  }
  .col_home_fot_logo {
    display: none !important;
  }
  .mainlp-accordion > div > label,
  .mainlp-accordion > label {
    padding: 10px 2px;
  }
  .rummyHeader {
    background: #760000;
    border-bottom: 1px solid #ffc4a4;
  }
  .rummyHeader .fblogin_headerconlist li {
    color: #d8d8d8;
  }
  .facebook-lp-trust-icon-bottom {
    margin-bottom: 0 !important;
    background-color: #000;
  }
  .facebook-lp-trust-icon-bottom .rummyFeatures {
    position: inherit !important;
    margin-top: 5%;
    display: block;
  }
  .facebook-lp-trust-icon-bottom .lp_bannersection {
    height: auto;
  }
  .tnc-bonus {
    font-size: 0.7em;
  }
  .adgenRegisterHide .downloadWidgetSection .registerTerms,
  .adgenRegisterHide .downloadWidgetrummy .registerTerms,
  .adgenTnCHide .downloadWidgetSection .tnc-bonus,
  .notermsdownloadbtn .tnc-bonus {
    visibility: hidden;
  }
  .mrc_rummy_header .mobiheader {
    background: #760000;
    border-bottom: 1px solid #ffc4a4;
  }
  .entertainment-video-spacing {
    width: 92%;
    margin: auto;
    padding-top: 34%;
  }
  .entertainment-video-spacing video {
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 900px) {
  .rummyHeader .lp_wrapcontain .logo {
    margin: 1.1% 0 0 0;
  }
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .rummyHeader .lp_wrapcontain .logo {
    margin: 0.55% 0 0 0;
  }
}
@media screen and (max-width: 898px) {
  .testimonialsNewContainer .playerTestimonials li:after,
  .testimonialsNewContainer .playerTestimonials:after {
    display: none;
  }
  .testimonialsNewContainer .playerTestimonials {
    margin: 0 !important;
  }
  .testimonialsNewContainer .playerTestimonials li p {
    margin: 0 15px !important;
  }
  .testimonialsNewContainer {
    margin: 0;
    width: 100% !important;
  }
  .testimonialsNewContainer .playerTestimonials .thumb {
    width: 90px;
    height: 90px;
  }
  .testimonialsNewContainer .playerTestimonials .thumb img {
    min-height: 90px;
  }
  .testimonialsNewContainer .prevBtn {
    font-size: 46px;
    top: 67px;
  }
  .testimonialsNewContainer .nextBtn {
    font-size: 46px;
    top: 60px;
  }
  .marqueeCont {
    margin-top: 30px;
  }
  .container.lp_wrapcontain.p-t {
    margin: 0;
    width: 100%;
  }
  .articleSection li {
    width: 90%;
  }
  .hide-in-Mobile {
    display: none !important;
  }
  .slide01 {
    background-position: 0 bottom;
  }
  .slide02 {
    background-position: 41% bottom;
  }
  .slide03 {
    background-position: 82% bottom;
  }
  .desktop-nonresponcive-waper {
    margin-bottom: 20px;
  }
  #tab-content1 {
    display: none;
  }
  #mobileSlider {
    height: 95px !important;
  }
  .mainlp-all-option-main-list > li .media {
    padding: 0 0;
  }
  .mainlp-accordion label.active,
  .mainlp-accordion > div > label.first {
    background: #fff !important;
    color: #666 !important;
  }
  /* .logo {
    width: 145px;
    height: auto;
    margin: 0;
  } */
  /* .fusion_header_players_heading {
    font-size: 1.3em;
    line-height: 1em;
  } */
  .fblogin_headerconlist {
    padding: 0;
  }
 /* .fusion_header_players_box {
    width: 209px;
    padding-top: 19px;
    font-size: 11px;
    background-size: 230%;
    background-position: -12px -57px;
    margin: 0 auto;
  } */
  .mainlp-bot-caption:after {
    display: none;
  }
  .mainlp-accordion-content {
    border-top: 0;
    border: 0;
    margin-bottom: 10px;
  }
  .media-body {
    margin-bottom: 10px;
  }
  .mainlp-bot-captioninner svg {
    width: 100%;
    height: auto;
  }
  .mainlp-bot-caption section h4 {
    margin: 0;
  }
  .mainlp-accordion-content {
    margin-top: 0;
  }
  .hide-in-Desktop {
    display: block !important;
  }
  .lp_wrapcontain {
    width: 100%;
    box-sizing: border-box;
  }
  .lp_wrapcontain.lp_mobilewrapcontain {
    width: 100%;
  }
  .fblogin_headerconlist,
  .mobile-headerrightcon {
    width: auto;
  }
  .mainlp-accordion > div > label {
    width: 100%;
    text-align: left;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 1px;
  }
  .english .mainlp-accordion > div > label {
    margin-bottom: 8px;
    padding: 15px 10px;
    line-height: 1.8;
    border-width: 1px 1px 1px 1px;
    border-radius: 4px;
    margin-left: 0;
  }
  .mainlp-accordion > div > label:after {
    content: "›";
    font-size: 1.5em;
    -webkit-transform: rotate(90deg);
    width: 20px;
    height: 20px;
    border: 1px solid #a3a3a3;
    border-radius: 50%;
    color: #a3a3a3;
    text-align: center;
    position: absolute;
    top: 17px;
    right: 9px;
    line-height: 0.7;
    webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mainlp-accordion > div > label.active:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    border: 1px solid #f37032;
    color: #f37032;
  }
  .lp_leftbanner_section,
  .panel-footer.text-center {
    display: none;
  }
  .lp-scrollbanner {
    width: 100%;
    margin: 0;
  }
  .controls {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 3px 10px;
  }
  .controls ol,
  .controls ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
  }
  .controls li {
    float: left;
  }
  .controls li a {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #d2d2d2;
    float: left;
    margin: 5px;
  }
  .controls li.current a {
    background: #f36f32;
  }
  .controls li a span {
    display: none;
  }
  .mainlp-all-option-main-list > li .media {
    border: none;
  }
  .lpheaderSlide .controls,
  .mainlp-bot-caption .controls,
  .panel-body .controls {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -25px;
    padding: 0;
    background: 0 0;
  }
  .mainlp-bot-caption .controls {
    bottom: -25px;
  }
  .lpheaderSlide .controls {
    bottom: -5px;
  }
  .lpheaderSlide .controls .nextBtn,
  .lpheaderSlide .controls .prevBtn,
  .panel-body .controls .nextBtn,
  .panel-body .controls .prevBtn {
    width: 14px;
    height: 24px;
    overflow: hidden;
    text-indent: -100px;
    background-image: url(https://rcmg.in/rc/acquisition/landing-page-responsive/lp-responsive-sprite_3.png);
    background-repeat: no-repeat;
    margin: 6px;
  }
  .mainlp-all-option-main-list > li {
    min-height: auto;
  }
  .lpheaderSlide .controls .prevBtn,
  .panel-body .controls .prevBtn {
    float: left;
    background-position: -280px 0;
  }
  .lpheaderSlide .controls .nextBtn,
  .panel-body .controls .nextBtn {
    float: right;
    background-position: -254px 0;
  }
  .mainlp-bot-caption .controls li a span,
  .panel-body .controls li a span {
    display: none;
  }
  .lpheaderSlide .controls li a,
  .mainlp-bot-caption .controls li a,
  .panel-body .controls li a {
    width: 2px;
    height: 0;
    border-radius: 50%;
    background: #d2d2d2;
    margin: 5px;
    padding: 4px;
    float: left;
  }
  .lpheaderSlide .controls li.current a,
  .mainlp-bot-caption .controls li.current a,
  .panel-body .controls li.current a {
    background: #f36f32;
    padding: 5px;
    margin-top: 4px;
  }
  .panel-body .row {
    margin: 0;
  }
  .mainlp-bot-caption > section {
    display: block;
  }
  .mainlp-bot-caption > section > div {
    display: block;
    width: 50%;
  }
  .embed-container iframe {
    width: 104%;
    height: 47vw;
  }
  .ytVideo {
    float: none;
    display: block;
    margin: 5px 0;
    margin-bottom: 10px;
  }
  .faq-container h2 {
    font-size: 1.1em;
    border-bottom: 1px solid #dadada;
  }
  .faq-container p {
    font-size: 1em;
    line-height: 1.5;
  }
  .pl-15 {
    padding-left: 15px;
  }
  .mobile-center-al {
    text-align: center;
  }
}
@media screen and (min-width: 990px) and (max-width: 1100px) {
  .lp-banner {
    height: 249px !important;
    background-position: 0 -155px !important;
  }
}
@media screen and (max-width: 600px) {
  .as-seen-on-marque img {
    margin: 5px;
  }
  .as-seen-on-marque div {
    width: 700px;
  }
  .marqueeCont .panel-body {
    margin-bottom: 4px;
  }
  .disclaimer_info {
    margin-bottom: 0;
  }
  .marquee p {
    padding: 5px 5px;
  }
  .mobile-headerrightcon {
    width: auto;
  }
  .mainlp-all-option-title {
    font-size: 1.4em;
    line-height: 1.8;
  }
  .mainlp-all-option-title h2 {
    font-size: 0.9em;
    line-height: 1.1;
  }
  .disclaimer_note {
    line-height: 1.3;
    text-align: center;
  }
  .p-t {
    padding-top: 1em;
  }
  .lp_mobilewrapcontain {
    width: 100% !important;
  }
  .panel-body {
    margin: 10px;
  }
  .as-seen-on {
    margin: -11px -11px 0;
  }
  .blogContainer {
    margin: 15px 30px;
  }
  .mainlp-all-option-main-list > li .media {
    padding: 0 0 0;
  }
  #mobileSlider {
    height: 96px !important;
  }
  #noMobileSlider ul li .media {
    border-top: #737372 1px dashed;
  }
  #noMobileSlider ul li .media {
    padding: 20px 0;
  }
  .col2_links li,
  .col_home2,
  .footer_home {
    width: 100%;
  }
  .col_home1 {
    width: 100%;
    text-align: center;
  }
  .col2_links {
    width: 50%;
    padding: 0 10px;
  }
  .footer_home .footer_head {
    padding-left: 15px;
  }
  .footer {
    margin-top: 10px;
  }
  .footer_home {
    position: relative;
    padding-top: 195px;
  }
  .scrollBar {
    overflow-x: scroll;
    display: block;
    width: auto;
    position: relative;
    margin-bottom: 0;
  }
  .col_home3 {
    max-width: 502px;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    display: block;
    width: auto;
  }
  .footer_home .footer_head {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .payment_part_foot {
    width: 765px;
    padding: 0 0 8px;
  }
  .scrollBar:last-child .payment_part_foot {
    width: 430px;
  }
  .payment_part_foot li.last {
    margin-right: 10px;
    margin-top: 3px;
  }
  .col_home2 {
    margin-bottom: 220px !important;
  }
  .col_home1 .sm_icons {
    margin-bottom: 0 !important;
    padding: 10px 0 6px 0;
    float: none;
    display: inline-block;
    margin: 0 !important;
    background: #151b2d;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .col_home1 .sm_icons:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #151b2d;
    top: 12px;
    left: 48.5%;
    transform: rotate(46deg) translateX(-50%);
    z-index: -1;
  }
  .col_home1 .sm_icons a {
    margin: 0 11px;
    float: none;
    display: inline-block;
    line-height: 0;
  }
  .sm_icons span {
    display: inline-block;
    padding: 0;
    float: none;
    vertical-align: top;
    margin-top: 8px;
  }
}
@media screen and (max-width: 450px) {
  .blogTitle {
    width: 100%;
    margin-top: 5px;
  }
  .blogTitle em {
    font-size: 14px;
  }
  .blogContainer + .controls {
    top: 55%;
  }
  .mainlp_promotion_title span {
    color: #c84b11;
    margin-bottom: 10px;
    display: inline-block;
  }
  .btn_primary.pull-right span {
    display: none;
    line-height: 1;
  }
  .btn_primary.pull-right {
    line-height: 1.5;
  }
  .blogContainer .media-left span {
    width: 85px;
    height: 50px;
    background-size: 100% !important;
  }
  .blogContainer .media-left span.userimg2 {
    background-size: 140% !important;
  }
  .blogContainer {
    margin: 10px 30px !important;
  }
  .blogContainer .media-left {
    padding-right: 10px;
  }
  #mobileSlider {
    height: 80px !important;
  }
  .mainlp_promotion_title {
    font-size: 13px;
  }
  .panel-footer-pagination ul li {
    padding: 4px;
  }
  .panel-heading {
    padding: 0 15px;
    background: 0 0 !important;
    border: none;
  }
  .p-t {
    padding-top: 0;
  }
  .media-left label {
    width: 60px;
    height: 58px;
  }
  .mainlp_option_icon1,
  .mainlp_option_icon2,
  .mainlp_option_icon3,
  .mainlp_option_icon4,
  .mainlp_option_icon5,
  .mainlp_option_icon6 {
    background-size: 480%;
  }
  .mainlp_option_icon1 {
    background-position: 0 -196px;
  }
  .mainlp_option_icon4 {
    background-position: -87px -196px;
  }
  .mainlp_option_icon2 {
    background-position: -179px -196px;
  }
  .mainlp_option_icon5 {
    background-position: 0 -278px;
  }
  .mainlp_option_icon3 {
    background-position: -88px -278px;
  }
  .mainlp_option_icon6 {
    background-position: -179px -280px;
  }
  .mainlp_option_icon9_lists,
  .mainlp_option_list li {
    padding: 1px 0;
  }
  .mainlp_option_list {
    padding: 0 0 0 10px;
  }
  .panel-body {
    margin: 10px;
  }
  .mainlp-all-option-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .mainlp-accordion > div > label:after {
    top: 18px;
  }
}
@media screen and (max-width: 400px) {
  #mobileSlider {
    height: 82px !important;
  }
}
.overlay {
  height: 100%;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  transition: height 0.5s;
}
.overlay a {
  padding: 0;
  text-decoration: none;
  color: #686868;
  display: block;
  transition: 0.3s;
}
.overlay a:focus,
.overlay a:hover {
  color: #686868;
  text-decoration: none;
}
.androidText p span {
  background: #4285f4;
  padding: 3px 6px 2px 6px;
  border-radius: 25px;
  margin-right: 3.5%;
  color: #fff;
  font-size: 0.8em;
  line-height: 0;
}
.pointTwo {
  border-top: 1px solid #d7d7d7;
  padding-top: 3%;
}
.pointThree {
  border-top: 1px solid #d7d7d7;
  padding: 3% 0;
  border-bottom: 1px solid #d7d7d7;
}
.howText {
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) and (orientation: portrait) {
  .overlaycloseBtn {
    width: 6%;
    margin-right: 0;
    float: none;
    text-align: center;
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
    position: absolute;
    right: 19px;
    top: 10px;
    z-index: 999999;
    font: 2.2em verdana;
  }
  .overlayInnercontent {
    padding: 2% 5% 5%;
    line-height: 1.4em;
    font-size: 0.9em;
    color: #303030;
    font-family: Arial;
  }
  .overlay-toptext div {
    flex: 1;
  }
  .overlay-content {
    position: relative;
    top: 16%;
    width: 100%;
    color: #000;
    min-height: 70%;
    left: 0;
    z-index: 99999;
    background: #fff;
  }
  .overlay-icon {
    display: flex;
    padding: 3% 0;
    margin-left: 7%;
  }
  .install {
    padding: 2% 0 2% 10%;
    background: url(https://rcmg.in/mobile/images/landingpages/overlays-sprite-icon-v4.png) -2%
      66% no-repeat;
    background-size: 12% auto;
    margin-left: 6%;
  }
  .antiVirus {
    border-bottom: 1px solid #d7d7d7;
    padding: 2% 0 2% 16%;
    background: url(https://rcmg.in/mobile/images/landingpages/overlays-sprite-icon-v4.png)
      4.5% 27% no-repeat;
    background-size: 12% auto;
  }
  .setting {
    background: url(https://rcmg.in/mobile/images/landingpages/setting-icon.png)
      center 15% no-repeat;
    background-size: 35% auto;
    padding: 11% 0 0;
  }
  .security {
    background: url(https://rcmg.in/mobile/images/landingpages/overlays-sprite-icon-v4.png)
      0 33% no-repeat;
    background-size: 85% auto;
    padding: 11% 0 0;
  }
  .sources {
    background: url(https://rcmg.in/mobile/images/landingpages/unknown-sources-icon-v1.png)
      center 13% no-repeat;
    background-size: 28% auto;
    padding: 11% 0 0;
  }
  .arrow {
    padding: 1% 2%;
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1100px) and (orientation: landscape) {
  .overlay {
    overflow: auto;
    padding-bottom: 9%;
  }
  .overlaycloseBtn {
    width: 4%;
    margin-right: 0;
    float: none;
    text-align: center;
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
    position: absolute;
    right: 31px;
    top: 18px;
    z-index: 999999;
    font: 2.2em verdana;
  }
  .overlayInnercontent {
    padding: 2% 5% 5%;
    line-height: 1.4em;
    font-size: 1em;
    color: #303030;
    font-family: Arial;
  }
  .overlay-toptext div {
    flex: 1;
  }
  .overlay-content {
    position: relative;
    top: 13%;
    width: 100%;
    color: #000;
    min-height: 80%;
    left: 0;
    z-index: 99999;
    background: #fff;
  }
  .overlay-icon {
    display: flex;
    padding: 3% 0;
    margin-left: 7%;
  }
  .install {
    padding: 2% 0 2% 6%;
    background: url(https://rcmg.in/mobile/images/landingpages/overlays-sprite-icon-v4.png) -2%
      66% no-repeat;
    background-size: 8% auto;
    margin-left: 6%;
  }
  .antiVirus {
    border-bottom: 1px solid #d7d7d7;
    padding: 2% 0 2% 11%;
    background: url(https://rcmg.in/mobile/images/landingpages/overlays-sprite-icon-v4.png)
      3% 27% no-repeat;
    background-size: 8% auto;
  }
  .setting {
    background: url(https://rcmg.in/mobile/images/landingpages/setting-icon.png)
      center 15% no-repeat;
    background-size: 45% auto;
    padding: 7% 0 0;
  }
  .security {
    background: url(https://rcmg.in/mobile/images/landingpages/overlays-sprite-icon-v4.png)
      50% 33% no-repeat;
    background-size: 98% auto;
    padding: 7% 0 0;
  }
  .sources {
    background: url(https://rcmg.in/mobile/images/landingpages/unknown-sources-icon-v1.png)
      center 13% no-repeat;
    background-size: 27% auto;
    padding: 7% 0 0;
  }
  .arrow {
    padding: 1% 5%;
    font-size: 1.8em;
  }
  .androidText p span {
    padding: 0 1.2%;
  }
  .entertainment-video-spacing {
    padding-top: 27%;
  }
}
@media screen and (max-width: 380px) {
  #mobileSlider .media-body {
    width: 72%;
  }
  .mainlp-accordion label h2 {
    display: block;
    width: 97%;
  }
  .second h2 {
    letter-spacing: -0.5px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .payment_part_foot li {
    margin: 3px 4px 7px 0;
  }
  .payment_part_foot li.last {
    margin-right: 4px;
  }
  .payment_part_foot {
    width: 711px;
  }
  .scrollBar:last-child .payment_part_foot {
    width: 396px;
  }
}
@media screen and (max-width: 350px) {
  .payment_part_foot li {
    margin: 3px 1px 7px 0;
  }
  .payment_part_foot li.last {
    margin-right: 1px;
  }
}
.wd_apkdownload {
  padding: 0 !important;
}
.wd_apkdownload_progress {
  padding: 10px !important;
  min-height: 9em;
}
.mainlp_bodystyle .app_apkdownload_start {
  position: fixed;
  bottom: -2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 1% 1% 0;
  left: 0;
  z-index: 999;
}
.mainlp_bodystyle .app_apkdownload_start .title {
  text-transform: uppercase;
  color: #ffcf00;
  font-size: 1.8em;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-style: italic;
  padding: 0 1em;
  margin-bottom: 0;
  display: inline-block;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-shadow: 2px 2px #000;
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .mainlp_bodystyle .app_apkdownload_start .title {
    padding: 0 0.3em 0 0;
  }
}
.mainlp_bodystyle .app_apkdownload_start .title span {
  font-size: 1.4em;
  color: #5beb0d;
}
.mainlp_bodystyle .app_apkdownload_start .apkdownload_btn {
  padding: 1.2% 2%;
  border: 2px solid #042b17;
  border-radius: 5px;
  background: #ffd24f;
  background: -moz-linear-gradient(top, #ffd24f 0, #f0b200 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ffd24f),
    color-stop(100%, #f0b200)
  );
  background: -webkit-linear-gradient(top, #ffd24f 0, #f0b200 100%);
  background: -o-linear-gradient(top, #ffd24f 0, #f0b200 100%);
  background: -ms-linear-gradient(top, #ffd24f 0, #f0b200 100%);
  background: linear-gradient(to bottom, #ffd24f 0, #f0b200 100%);
  color: #042b17;
  text-shadow: 1px 1px 1px #fdd768;
  font-size: 1.5em;
  font-weight: 700;
  tap-highlight-color: transparent;
  cursor: pointer;
  width: 45%;
  float: none;
  margin-bottom: 0.5%;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .mainlp_bodystyle .app_apkdownload_start .apkdownload_btn {
    float: none;
    width: 30%;
  }
}
.mainlp_bodystyle .app_apkdownload_start .apkdownload_btn a {
  color: #042b17;
}
.mainlp_bodystyle .app_apkdownload_start #wd_apk_divider {
  font-size: 1.3em;
  border-radius: 30px;
  border: 1px solid #042b17;
  margin: 0.2em 0.2em 2%;
  width: 8%;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  background: #fff;
  color: #000;
  font-weight: 700;
  float: none;
  text-transform: uppercase;
  display: inline-block;
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .mainlp_bodystyle .app_apkdownload_start #wd_apk_divider {
    float: none;
    display: inline-block;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    font-size: 1em;
    width: 4%;
  }
}
.mainlp_bodystyle .app_apkdownload_start .landingpage-arrowright {
  width: 16%;
  display: table-cell;
  font-weight: 700;
  font-size: 31px;
  line-height: 13px;
  float: right;
}
.mainlp_bodystyle .app_apkdownload_start .tnc {
  text-align: right;
  padding: 1% 1% 2%;
  font-size: 1em;
  color: #fff;
  display: block;
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .mainlp_bodystyle .app_apkdownload_start .tnc {
    display: inline-block;
    padding: 0;
  }
}
.mainlp_bodystyle .app_apkdownload_start .tnc:focus {
  outline: 0;
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .app_apkdownload_start .cont2 {
    display: inline;
  }
}
.wd_apkdownload_progress .cont_right .download .progress {
  background: #f7c228 !important;
}
.wd_apkdownload_progress .cont_right {
  float: none !important;
  width: 80% !important;
  margin: 0 auto !important;
  padding: 0 5px 6px !important;
}
.wd_apkdownload_progress .cont_right .download {
  float: none !important;
  text-align: center !important;
}
.wd_apkdownload_progress .cont_right p {
  display: inline-block !important;
  color: #c84b11 !important;
}
.wd_apkdownload_progress .cont_right p span {
  color: #303030 !important;
}
.wd_apkdownload_progress .cont_right p + p {
  margin: 2px 0 0 3px !important;
}
.wd_apkdownload_progress .title {
  margin: 0 0 9px !important;
  color: #303030 !important;
  font-weight: 700 !important;
}
.wd_apkdownload_progress .cont_right .download .bar {
  border: 1px solid #797979;
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .wd_apkdownload_progress .cont_right .download .bar {
    margin: 5px auto !important;
    float: none !important;
    max-width: 520px !important;
  }
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .wd_apkdownload_progress .cont_right img {
    margin-bottom: 4px !important;
  }
}
.app_apkdownload_start button:focus {
  outline: 0;
}
.headerMobile .mobiheader {
  background: #760000;
  border-bottom: 1px solid #ffc4a4;
}
.mainlp_login,
.mainlp_register {
  background-color: #fff;
}
.mainlp_register .lpmain-from-con input,
.mainlp_register .lpmain-from-con select {
  font-size: 1em;
}
.mainlp_login .lpmain-from-con input,
.mainlp_login .lpmain-from-con select {
  font-size: 1.25em !important;
}
.mainlp_register .mainlp_regleftbanner {
  margin-top: 6%;
}
.mainlp_login .mobile-headerrightcon,
.mainlp_login .with-section-label label,
.mainlp_register .mobile-headerrightcon,
.mainlp_register .with-section-label label {
  font-size: 1em;
}
.mainlp_register .text-confirm h3 {
  font-size: 1.48em;
}
.mainlp_login .mobile-logiform {
  padding: 12% 5%;
}
.mainlp_login .mrc_lwidget_maincon .form-group .mrclw_label {
  font-size: 1.3em;
}
.mainlp_login .mrclw_greenbtn span {
  font-size: 1.4em;
}
.mainlp_login .mrc_lwidget_maincon .mrclw_forgotlink {
  font-size: 120%;
}
.mainlp_login .mrc_lwidget_maincon .loginwi_verticalorsec {
  font-size: 112%;
}
.mainlp_login .mrc_lwidget_maincon .mrclw_smalllinks {
  font-size: 114%;
}
.homeheaderSlider,
.homeheaderSliderLp {
  opacity: 0;
}
.bannerslideControls {
  background-color: #072200;
}
@media screen and (max-width: 898px) and (orientation: landscape) {
  .bannerslideControls {
    height: 333vh;
  }
}
.fbslideControls {
  background-color: #072200;
}
.fbslideControls .slide {
  padding-top: 56px;
}
.headerslideControls .controls {
  top: 64.6%;
  display: block;
  width: auto;
  text-align: center;
  right: auto;
  padding: 3px 0;
  bottom: inherit;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}
.bannerslideControls .controls {
  bottom: auto;
  display: block;
  width: 100%;
  text-align: center;
  right: auto;
  padding: 3px 0;
  top: 82vw;
}
@media screen and (max-height: 735px) and (orientation: portrait) {
  .bannerslideControls .slide {
    padding-top: 6px;
  }
}
@media screen and (max-height: 561px) and (orientation: portrait) {
  .bannerslideControls .slide {
    padding-top: 12px;
  }
}
@media screen and (max-height: 557px) and (orientation: portrait) {
  .bannerslideControls .slide {
    padding-top: 12px;
  }
}
@media screen and (max-height: 453px) and (orientation: portrait) {
  .bannerslideControls .slide {
    padding-top: 12px;
  }
}
@media screen and (max-height: 912px) and (orientation: portrait) {
  .fbslideControls .homeheaderSlider {
    height: 105vw !important;
  }
}
@media screen and (max-height: 735px) and (orientation: portrait) {
  .fbslideControls .homeheaderSlider {
    height: 108vw !important;
  }
}
@media screen and (max-height: 415px) and (orientation: landscape) {
  .fbslideControls .homeheaderSlider {
    height: 87vw !important;
  }
}
@media screen and (max-height: 282px) and (orientation: landscape) {
  .fbslideControls .homeheaderSlider {
    height: 90vw !important;
  }
}
.fbslideControls .controls {
  bottom: auto;
  display: block;
  width: 100%;
  text-align: center;
  right: auto;
  padding: 3px 0;
  top: 55vw;
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .fbslideControls .controls {
    top: 50vw;
  }
}
@media screen and (max-height: 629px) and (orientation: portrait) {
  .bannerslideControls .safetyStatic {
    bottom: 35%;
  }
}
@media screen and (max-height: 560px) and (orientation: portrait) {
  .bannerslideControls .safetyStatic {
    bottom: 32%;
  }
}
@media screen and (max-height: 315px) and (orientation: landscape) {
  .bannerslideControls .safetyStatic {
    bottom: auto;
    top: 92vw;
  }
}
.fbslideControls .fb-safetyStatic {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 65vw;
}
@media screen and (max-height: 279px) and (orientation: landscape) {
  .fbslideControls .fb-safetyStatic {
    top: 64vw;
  }
}
@media screen and (max-height: 271px) and (orientation: landscape) {
  .fbslideControls .fb-safetyStatic {
    top: 61vw;
  }
}
.fbslideControls .safetyStatic {
  bottom: auto;
  left: auto;
  position: initial;
}
.fbslideControls .fb-safetyStatic .safetyStatic {
  position: absolute;
  left: 50%;
}
@media screen and (max-height: 315px) and (orientation: landscape) {
  .bannerslideControls .downloadWidgetSection {
    bottom: auto;
    top: 98vw;
  }
}
@media screen and (max-height: 912px) and (orientation: portrait) {
  .fbslideControls .downloadWidgetSection {
    top: 72.8vw;
    bottom: auto;
  }
}
@media screen and (max-height: 415px) and (orientation: landscape) {
  .fbslideControls .downloadWidgetSection {
    bottom: auto;
    top: 69.8vw;
  }
}
@media screen and (max-height: 928px) and (orientation: portrait) {
  .headerslideControls .downloadWidgetHeader {
    bottom: 20%;
  }
}
@media screen and (max-height: 842px) and (orientation: portrait) {
  .headerslideControls .downloadWidgetHeader {
    bottom: 17%;
  }
}
@media screen and (max-height: 732px) and (orientation: portrait) {
  .headerslideControls .downloadWidgetHeader {
    bottom: 9%;
  }
}
@media screen and (max-width: 970px) and (orientation: landscape) {
  .headerslideControls .downloadWidgetHeader {
    bottom: 176px;
  }
}
@media screen and (max-height: 315px) and (orientation: landscape) {
  .headerslideControls .downloadWidgetHeader {
    bottom: 350px;
  }
}
@media screen and (max-height: 279px) and (orientation: landscape) {
  .headerslideControls .downloadWidgetHeader {
    bottom: 320px;
  }
}
@media screen and (max-height: 278px) and (orientation: landscape) {
  .headerslideControls .downloadWidgetHeader {
    bottom: 191px;
  }
}
@media screen and (max-height: 928px) and (orientation: portrait) {
  .videoControls .downloadWidgetHeader {
    bottom: 20%;
  }
}
@media screen and (max-height: 842px) and (orientation: portrait) {
  .videoControls .downloadWidgetHeader {
    bottom: 14%;
  }
}
@media screen and (max-height: 695px) and (orientation: portrait) {
  .videoControls .downloadWidgetHeader {
    bottom: 14%;
  }
}
@media screen and (max-height: 692px) and (orientation: portrait) {
  .videoControls .downloadWidgetHeader {
    bottom: 9%;
  }
}
.headerslideControls .controls li a {
  width: 2px;
  height: 2px;
  padding: 4px;
}
.headerslideControls .controls li.current a {
  padding: 5px;
  margin-top: 4px;
}
.headerslideControls .nextBtn,
.headerslideControls .prevBtn {
  position: absolute;
  top: 32%;
  font-size: 64px;
  color: #fff;
  opacity: 0.5;
  display: block;
  text-decoration: none;
  z-index: 9;
}
.bannerslideControls .nextBtn,
.bannerslideControls .prevBtn {
  position: absolute;
  top: 37vw;
  font-size: 64px;
  color: #fff;
  opacity: 0.5;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .bannerslideControls .nextBtn,
  .bannerslideControls .prevBtn {
    top: 40vw;
  }
}
.fbslideControls .nextBtn,
.fbslideControls .prevBtn {
  position: absolute;
  top: 23vw;
  font-size: 64px;
  color: #fff;
  opacity: 0.5;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .fbslideControls .nextBtn,
  .fbslideControls .prevBtn {
    top: 19vw;
  }
}
.headerslideControls .nextBtn a:hover,
.headerslideControls .prevBtn a:hover,
a:active,
a:visited {
  text-decoration: none;
}
.headerslideControls .prevBtn {
  left: 15px;
}
.headerslideControls .nextBtn {
  right: 15px;
}
.headerslideControls .homeheaderSlider .slide img,
.headerslideControls .homeheaderSliderLp .slide img {
  display: block !important;
}
@media screen and (max-width: 920px) and (orientation: landscape) {
  .headerslideControls .homeheaderSlider .slide img,
  .headerslideControls .homeheaderSliderLp .slide img {
    width: 100%;
  }
}
.downloadAppNewBtn {
  overflow: hidden;
}
.downloadAppNewBtn.download-button-glow {
  animation: glowing 14s;
  -webkit-animation: dwn-btn-glowing 14s;
  -moz-animation: glowing 14s;
}
@keyframes dwn-btn-glowing {
  0% {
    box-shadow: 0 0 -10px #fff;
  }
  40% {
    box-shadow: 0 0 25px #fff;
  }
  70% {
    box-shadow: 0 0 25px #fff;
  }
  100% {
    box-shadow: 0 0 -10px #fff;
  }
}
@-webkit-keyframes dwn-btn-glowing {
  0% {
    box-shadow: 0 0 -10px #fff;
  }
  40% {
    box-shadow: 0 0 25px #fff;
  }
  70% {
    box-shadow: 0 0 25px #fff;
  }
  100% {
    box-shadow: 0 0 -10px #fff;
  }
}
@-moz-keyframes dwn-btn-glowing {
  0% {
    box-shadow: 0 0 -10px #fff;
  }
  40% {
    box-shadow: 0 0 25px #fff;
  }
  70% {
    box-shadow: 0 0 25px #fff;
  }
  100% {
    box-shadow: 0 0 -10px #fff;
  }
}
.notification {
  position: absolute;
  right: 0;
  top: 71vw;
  width: 80px;
  display: none;
  z-index: 0;
  overflow: hidden;
}
.notification.dynamic-fb {
  top: 35vw;
}
.notification div {
  right: -80px;
  width: 100%;
  position: relative;
  pointer-events: none;
  transition: right 0.4s cubic-bezier(1, 0.09, 0, 1.28);
}
.notification div img {
  width: 100%;
  height: auto;
  pointer-events: none;
}
.notification img:first-child {
  animation: blink-animation-first 0.6s ease 0s infinite alternate;
}
.notification img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: blink-animation 0.6s ease 0s infinite alternate;
}
.notification.mainLp {
  top: 76vw;
}
@media screen and (max-width: 970px) and (orientation: landscape) {
  .notification.dynamic-fb {
    top: 32vw;
  }
}
@keyframes blink-animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink-animation-first {
  from {
    opacity: 2;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 480px) {
  .notification div {
    right: -75px;
  }
  .notification {
    width: 75px;
  }
}
@media only screen and (max-width: 424px) {
  .notification div {
    right: -65px;
  }
  .notification {
    width: 65px;
  }
}
@media only screen and (max-width: 360px) {
  .notification div {
    right: -60px;
  }
  .notification {
    width: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .notification div {
    right: -55px;
  }
  .notification {
    width: 55px;
  }
}
.regDisable .mobile-headerrightcon,
.regDisable .register {
  visibility: hidden;
}
.videoControls_paj .paj-phase3-wrapper {
  z-index: 1;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .playstore-and-default-btn-container .downloadAppNewBtn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 900px) and (orientation: landscape) {
  .playstore-and-default-btn-container .downloadAppNewBtn {
    margin-top: 5px;
  }
}
@media screen and (max-height: 928px) and (orientation: portrait) {
  .playstore-and-default-btn-main .playstoreandroidWidgetHeader {
    bottom: 16%;
  }
}
@media screen and (max-height: 842px) and (orientation: portrait) {
  .playstore-and-default-btn-main .playstoreandroidWidgetHeader {
    bottom: 10.5%;
  }
}
@media screen and (max-height: 732px) and (orientation: portrait) {
  .playstore-and-default-btn-main .playstoreandroidWidgetHeader {
    bottom: 9%;
  }
}
@media screen and (max-height: 621px) and (orientation: portrait) {
  .playstore-and-default-btn-main .playstoreandroidWidgetHeader {
    bottom: 8%;
  }
}
@media screen and (max-width: 970px) and (orientation: landscape) {
  .playstore-and-default-btn-main .playstoreandroidWidgetHeader {
    bottom: 80px;
  }
}
@media screen and (max-height: 315px) and (orientation: landscape) {
  .playstore-and-default-btn-main .playstoreandroidWidgetHeader {
    bottom: 132px;
  }
}
@media screen and (max-height: 279px) and (orientation: landscape) {
  .playstore-and-default-btn-main .playstoreandroidWidgetHeader {
    bottom: 132px;
  }
}
@media screen and (max-height: 278px) and (orientation: landscape) {
  .playstore-and-default-btn-main .playstoreandroidWidgetHeader {
    bottom: 132px;
  }
}
@media screen and (max-height: 641px) and (orientation: portrait) {
  .playstore-and-default-btn-main {
    height: 107%;
  }
}
@media screen and (max-height: 621px) and (orientation: portrait) {
  .playstore-and-default-btn-main {
    height: 115%;
  }
}
@media screen and (max-width: 815px) and (orientation: landscape) {
  .playstore-and-default-btn-main {
    height: 366vh;
  }
}
@media screen and (max-height: 269px) and (orientation: landscape) {
  .playstore-and-default-btn-main {
    height: 400vh;
  }
}
@media screen and (max-height: 842px) and (orientation: portrait) {
  .playstore-and-default-btn-main .controls {
    bottom: 212px;
  }
}
@media screen and (max-height: 832px) and (orientation: portrait) {
  .playstore-and-default-btn-main .controls {
    bottom: 335px;
  }
}
@media screen and (max-height: 759px) and (orientation: portrait) {
  .playstore-and-default-btn-main .controls {
    bottom: 321px;
  }
}
@media screen and (max-height: 725px) and (orientation: portrait) {
  .playstore-and-default-btn-main .controls {
    bottom: 288px;
  }
}
@media screen and (max-height: 695px) and (orientation: portrait) {
  .playstore-and-default-btn-main .controls {
    bottom: 277px;
  }
}
@media screen and (max-height: 665px) and (orientation: portrait) {
  .playstore-and-default-btn-main .controls {
    bottom: 33.5%;
  }
}
@media screen and (max-height: 660px) and (orientation: portrait) {
  .playstore-and-default-btn-main .controls {
    bottom: 277px;
  }
}
@media screen and (max-height: 648px) and (orientation: portrait) {
  .playstore-and-default-btn-main .controls {
    bottom: 277px;
  }
}
@media screen and (max-height: 642px) and (orientation: portrait) {
  .playstore-and-default-btn-main .controls {
    bottom: 277px;
  }
}
@media screen and (max-height: 630px) and (orientation: portrait) {
  .playstore-and-default-btn-main .controls {
    bottom: 277px;
  }
}
@media screen and (max-height: 623px) and (orientation: portrait) {
  .playstore-and-default-btn-main .controls {
    bottom: 278px;
  }
}
@media screen and (max-height: 600px) and (orientation: portrait) {
  .playstore-and-default-btn-main .controls {
    bottom: 176px;
  }
}
@media screen and (max-height: 561px) and (orientation: portrait) {
  .playstore-and-default-btn-main .controls {
    bottom: 262px;
  }
}
@media screen and (max-height: 557px) and (orientation: portrait) {
  .playstore-and-default-btn-main .controls {
    bottom: 153px;
  }
}
@media screen and (max-height: 453px) and (orientation: portrait) {
  .playstore-and-default-btn-main .controls {
    bottom: 109px;
  }
}
@media screen and (max-height: 420px) and (orientation: landscape) {
  .playstore-and-default-btn-main .controls {
    bottom: 352px;
  }
}
@media screen and (max-height: 399px) and (orientation: landscape) {
  .playstore-and-default-btn-main .controls {
    bottom: 485px;
  }
}
@media screen and (max-height: 328px) and (orientation: landscape) {
  .playstore-and-default-btn-main .controls {
    bottom: 266px;
  }
}
@media screen and (max-height: 315px) and (orientation: landscape) {
  .playstore-and-default-btn-main .controls {
    bottom: 500px;
  }
}
@media screen and (max-height: 311px) and (orientation: landscape) {
  .playstore-and-default-btn-main .controls {
    bottom: 329px;
  }
}
@media screen and (max-height: 280px) and (orientation: landscape) {
  .playstore-and-default-btn-main .controls {
    bottom: 325px !important;
  }
}
@media screen and (max-height: 279px) and (orientation: landscape) {
  .playstore-and-default-btn-main .controls {
    bottom: 463px !important;
  }
}
@media screen and (max-height: 278px) and (orientation: landscape) {
  .playstore-and-default-btn-main .controls {
    bottom: 346px !important;
  }
}
@media screen and (max-height: 271px) and (orientation: landscape) {
  .playstore-and-default-btn-main .controls {
    bottom: 216px !important;
  }
}
@media screen and (max-height: 269px) and (orientation: landscape) {
  .playstore-and-default-btn-main .controls {
    bottom: 329px !important;
  }
}
@media screen and (max-width: 667px) and (orientation: landscape) {
  .playstore-and-default-btn-main .controls {
    bottom: 202px;
  }
}
@media screen and (max-height: 665px) and (orientation: portrait) {
  .playstore-and-default-btn-main .safetyStatic {
    bottom: 42%;
  }
}
@media screen and (max-height: 630px) and (orientation: portrait) {
  .playstore-and-default-btn-main .safetyStatic {
    bottom: 40%;
  }
}
@media screen and (max-height: 600px) and (orientation: portrait) {
  .playstore-and-default-btn-main .safetyStatic {
    bottom: 42%;
  }
}
@media screen and (max-height: 557px) and (orientation: portrait) {
  .playstore-and-default-btn-main .safetyStatic {
    bottom: 29%;
  }
}
@media screen and (max-height: 311px) and (orientation: landscape) {
  .playstore-and-default-btn-main .safetyStatic {
    bottom: 31%;
  }
}
@media screen and (max-height: 309px) and (orientation: landscape) {
  .playstore-and-default-btn-main .safetyStatic {
    bottom: 35%;
  }
}
@media screen and (max-height: 307px) and (orientation: landscape) {
  .playstore-and-default-btn-main .safetyStatic {
    bottom: 31%;
  }
}
@media screen and (max-height: 280px) and (orientation: landscape) {
  .playstore-and-default-btn-main .safetyStatic {
    bottom: 33%;
  }
}
@media screen and (max-height: 315px) and (orientation: landscape) {
  .bannerslideControls.playstore-and-default-btn-main .safetyStatic {
    bottom: auto;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .playstoreandroidWidgetHeader .bonusBanner {
    margin: -1px 0;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .playstoreandroidAdgenHeader .bonusBanner {
    margin: -12px 0 -14px;
  }
}
@media screen and (max-height: 733px) and (orientation: portrait) {
  .playstoreandroidAdgenHeader .bonusBanner {
    margin: -17px 0;
  }
}
@media screen and (max-height: 600px) and (orientation: portrait) {
  .playstoreandroidAdgenHeader .bonusBanner {
    margin: -16px 0;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .playstoreandroidAdgenHeader
    .playstore-and-default-btn-container
    .downloadAppNewBtn {
    margin-top: 8px;
  }
}
.playstoreandroidAdgenHeader .androidplaystorebtn a img {
  max-width: 65%;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .playstoreandroidAdgenHeader .tnc-bonus {
    padding: 3% 1%;
  }
}
.videoLPDownloadWidgetBg {
  position: absolute;
  width: 100%;
  bottom: 25px;
  background: rgba(0, 0, 0, 0.7);
  background: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(40%, rgba(0, 0, 0, 0.7)),
    color-stop(100%, rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0.8) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  text-align: center;
  padding: 15px 0;
}
.homeheaderSlider .slidesContainer .slide img,
.video-lp-banner {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.Vcontrols {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 7.2vw;
  height: 58vw;
  text-align: right;
}
.Vcontrols div {
  width: 35px;
  height: 30px;
  display: inline-block;
  background: url(https://rcmg.in/rc/acquisition/videos-images-assets/common/player-icons-sprites.png)
    0 0 no-repeat;
  background-size: auto 100%;
  background-position: 0 0;
  position: absolute;
  bottom: 2.2%;
  right: 15px;
}
.Vcontrols .playPauseBtn {
  background-position: -39px 0;
  margin-right: 45px;
}
.Vcontrols .playPauseBtn.active {
  background-position: 0 0;
}
.Vcontrols .soundControlBtn {
  background-position: -116px 0;
}
.Vcontrols .soundControlBtn.active {
  background-position: -77px 0;
}
.lp_bannersection video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .lp_bannersection {
    overflow: hidden;
  }
}
@media screen and (max-height: 620px) and (orientation: portrait) {
  .lp_bannersection {
    height: 112%;
  }
  .videoLPDownloadWidgetBg {
    bottom: 28px;
  }
  .downloadWidgetHeader .bonusBanner,
  .downloadWidgetSection .bonusBanner {
    margin: -10px 0 -21px 0;
  }
}
@media screen and (max-height: 560px) and (orientation: portrait) {
  .lp_bannersection {
    height: 110%;
  }
  .videoLPDownloadWidgetBg {
    bottom: 14px;
  }
}
@media screen and (max-width: 970px) and (orientation: landscape) {
  .Vcontrols {
    margin-top: 4.2vw;
  }
  .videoLPDownloadWidgetBg {
    bottom: 50px;
  }
}
.homeheaderSlider,
.homeheaderSliderLp {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  height: 100%;
}
@media screen and (max-height: 992px) and (orientation: portrait) {
  .homeheaderSlider .slide,
  .homeheaderSlider .videoSlide {
    height: 100%;
  }
}
@media screen and (max-height: 992px) and (orientation: landscape) {
  .homeheaderSlider .slide,
  .homeheaderSlider .videoSlide {
    height: 165vw;
  }
  .headerslideControls .controls {
    top: 111vw;
  }
  .headerslideControls .nextBtn,
  .headerslideControls .prevBtn {
    top: 135vh;
  }
}
.fullScreenHotstar .videoLPDownloadWidgetBg {
  bottom: 41px;
}
@media screen and (max-width: 992px) {
  .fullScreenHotstar .fblogin_headerconlist {
    padding-top: 2.5%;
  }
  .fullScreenHotstar .googleTxt {
    color: #fff;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}
@media screen and (max-height: 620px) and (orientation: portrait) {
  .fullScreenHotstar .videoLPDownloadWidgetBg {
    bottom: 44px;
  }
}
@media screen and (max-height: 560px) and (orientation: portrait) {
  .fullScreenHotstar .videoLPDownloadWidgetBg {
    bottom: 32px;
  }
}
@media screen and (max-width: 360px) and (orientation: portrait) {
  .fullScreenHotstar .downloadWidgetSection {
    bottom: 8%;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .fullScreenHotstar .fblogin_headerconlist {
    padding-top: 1.5%;
  }
  .fullScreenHotstar .videoLPDownloadWidgetBg {
    bottom: 56px;
  }
}
.adgenHederLinkHide .fblogin_headerconlist {
  padding: 9px 0 13px;
}
.adgenHederLinkHide .mobile-headerrightcon {
  display: none;
}
.source-info-text {
  color: #404040 !important;
  font-size: 11px;
  display: block;
  text-align: right;
  line-height: 0;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .source-info-text {
    text-align: center;
    line-height: 1.8 !important;
    margin-bottom: -1px;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .source-info-text {
    line-height: 3.2 !important;
    margin-bottom: -14px;
  }
}
.lp-nobonus .bonusBanner {
  display: none;
}
.lp-nobonus .safetyStatic,
.lp-nobonus .widgetSafety {
  margin-bottom: 12px;
}
.playstore-btn-main .safetyStatic {
  margin-bottom: 20px;
}
.disclaimer-lp .mrc_downloadlp::before {
  content: "Outside Google Playstore App Download";
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 5px;
}
