/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html, button, input, select, textarea { color: #222; }
/*html { font-size: 1em; line-height: 1.4; }*/
::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection { background: #b3d4fc; text-shadow: none; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
audio, canvas, img, video { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }
a:focus{outline:none;} 
a{outline: 0 !important; color:#000000;}

/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */

@media print {
 * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
 a,  a:visited { text-decoration: none; }
 a[href]:after { content: " (" attr(href) ")"; }
 abbr[title]:after { content: " (" attr(title) ")"; }
 .ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after { content: ""; }
 pre,  blockquote { border: 1px solid #999; page-break-inside: avoid; }
 thead { display: table-header-group; /* h5bp.com/t */ }
 tr,  img { page-break-inside: avoid; }
 img { max-width: 100% !important; }
 @page {
  margin: 0.5cm;
 }
 p,  h2,  h3 { orphans: 3; widows: 3; }
 h2,  h3 { page-break-after: avoid; }
}


/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block;  *display: inline; *zoom: 1;
}
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none;}
html { font-size: 100%; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
html, button, input, select, textarea { font-family: sans-serif; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
mark { background: #ff0; color: #000; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
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; }
dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
menu, ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; }
img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */  *margin-left: -7px; /* 3 */}
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */  *vertical-align: middle; /* 3 */
}
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */  *overflow: visible;  /* 4 */
}
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */  *height: 13px; /* 3 */
 *width: 13px; /* 3 */
}
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0;}
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }
table { border-collapse: collapse; border-spacing: 0; }

.acctxt {
    color: #c3bbbb;
    font-size: 4.2vw;
    font-weight: 700;
    padding-bottom: 7vw;
}
.subplpadd {
    padding: 5vw 3vw 5vw 5vw;
}
.planlft {
    width: 44%;
    float: left;
    text-align: center;
    font-size: 4vw;
    text-transform: uppercase;
}
.planrht {
    width: 56%;
    float: right;
    text-align: center;
    font-size: 4vw;
    text-transform: uppercase;
}
.pland {
    border: 1px solid #dcdcdc;
    width: 44%;
    float: left;
    margin-right: 5%;
    color: #999999;
    font-weight: 800;
    background: #fff;
    margin-bottom: 5%;
}
.gambgselno img {
    filter: blur(10px);
    height: 100%;
    width: 100%;
}
.plandv {
    background: #dcdcdc;
    padding: 5vw 0px;
}
.plandvs {
    padding:4.7vw 0px;
}

.pland.active .planlft .plandv {
    color: #fff;
    background: #0f70b8;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222;
}
/*html { font-size: 1em; line-height: 1.4; }*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
a:focus {
  outline: none;
}
a {
  outline: 0 !important;
  color: #a2a29c;
}

/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
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;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  padding: 0;
  margin: 0;
  outline: 0;
}
a img {
  border: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.FL {
  float: left;
}
.FR {
  float: right;
}
.CL {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.CL1 {
  clear: both;
}
.CTR {
  text-align: center;
}
.TAR {
  text-align: right;
}
.uline {
  text-decoration: underline;
}
.UC {
  text-transform: uppercase;
}
.FL {
  float: left;
}
.FR {
  float: right;
}
.FN {
  float: none;
}
.CL {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.CL1 {
  clear: both;
}
:focus {
  outline: 0;
}
.PR {
  position: relative;
}
.checkBox {
  height: 13px;
  width: 13px;
  vertical-align: middle;
}
.no_brd {
  border: 0 !important;
}
.dsno {
  display: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

body {
  font-family: "Muli", sans-serif;
  line-height: 1.2;
  margin: 0;
}
.headerbx {
  background: #30d4fe;
  background: -moz-linear-gradient(top, #30d4fe 0%, #006cea 100%);
  background: -webkit-linear-gradient(top, #30d4fe 0%, #006cea 100%);
  background: linear-gradient(to bottom, #30d4fe 0%, #006cea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30d4fe', endColorstr='#006cea',GradientType=0 );
  padding: 0px 0px 1.4vw 0px;
}
.wraper {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.wraperapp {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.headermain {
  background: #FFF;
}
.header {
  padding: 1.4vw 0px;
  position: relative;
}
.bodyhidd {
  overflow: hidden;
}
.logo {
  background: url(../images/logog.png) no-repeat;
  background-size: 100%;
  width: 236px;
  height: 38px;
  display: block;
  float: left;
}
.userin {
  float: right;
  margin-left: 5vw;
  position: relative;
}
.searchout {
  float: right;
  background: #fff;
  width: 550px;
  height: 24px;
  padding: 5px 10px 5px 15px;
  border-radius: 5px;
  position: relative;
  z-index: 999;
}
.searchinput {
  width: 70%;
  font-size: 16px;
  line-height: 25px;
  border: 0px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.sechbtn {
  width: 17px;
  height: 17px;
  display: block;
  background: url(../images/srchbtn.png) no-repeat;
  background-size: 100%;
  float: right;
  margin-top: 3px;
}
.sechbtnmob {
  width: 19px;
  height: 19px;
  background: url(../images/srchmob.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 10px;
  display: none;
}
.userimg {
  width: 32px;
  margin-right: 15px;
  vertical-align: middle;
}
.uname {
  display: inline-block;
  margin-right: 10px;
  color: #4c4145;
  font-size: 0.8vw;
  font-weight: 600;
}
.userimg img {
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid #707070;
  border-radius: 100px;
}
.drparw {
  width: 10px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/drparw.png) no-repeat;
  background-size: 100%;
}
.home_slider {
  position: relative;
}
.bx-wrapper .bx-prev {
  left: -25px;
  background: url(../images/prev_arw.png) no-repeat;
}
.bx-wrapper .bx-next {
  right: -25px;
  background: url(../images/next_arw.png) no-repeat;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 9;
}
.slidev {
  position: relative;
}
.slidev img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.banner_trans {
  background: url(../images/banner_trans.png) repeat-x bottom left;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 94;
  bottom: 0px;
  left: 0px;
  border-radius: 10px;
}
.banntxtbtm {
  position: absolute;
  z-index: 99;
  bottom: 15px;
  left: 28px;
  width: 300px;
}
.banntxtc {
  color: #fff;
  font-size: 1vw;
  font-weight: 900;
}
.veiwmbtn {
  background: #ff0000;
  border-radius: 20px;
  padding: 8px 30px;
  text-align: center;
  font-size: 0.6vw;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 18px;
}
.acctrans {
  background: #000;
  opacity: 0.9;
  position: fixed;
  z-index: 992;
  width: 100%;
  height: 100%;
  display: none;
}
.actdrop {
  width: 370px;
  position: absolute;
  z-index: 994;
  right: 0px;
  top: 0px;
  display: none;
}
.dropsec {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 2vw 0px 0vw 0px;
  border-radius: 8px;
  display: inline-table;
  overflow: auto;
}
.drparw {
  background: url(../images/droparw.png) no-repeat;
  width: 21px;
  height: 13px;
  position: absolute;
  z-index: 999;
  top: -12px;
  right: 50px;
}
.userpopimg {
  width: 104px;
  height: 104px;
  border-radius: 200px;
  margin: 0 auto;
}
.userpopimg img {
  border: 3px solid #d8d8d8;
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 200px;
}
.popuname {
  color: #4c4145;
  font-size: 0.8vw;
  padding: 1vw 0px 2vw 0px;
}
.btnsubscribe {
  background: #1d9206;
  padding: 9px 40px;
  color: #fff;
  font-size: 0.8vw;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1vw;
}
.subbtm {
  background: #f1f1f1;
  border-radius: 0px 0px 8px 8px;
  padding: 1vw 0px 1.2vw 0px;
}
.whytxt {
  color: #fe0101;
  font-size: 0.8vw;
  padding-bottom: 0.8vw;
}
.subbtm li {
  font-size: 0.7vw;
  color: #458e01;
  padding-bottom: 5px;
}
.btnsignout {
  background: #ff0000;
  padding: 9px 40px;
  color: #fff;
  font-size: 0.8vw;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-top: 1vw;
  margin-bottom: 15px;
}
.ohidden {
  overflow: hidden;
}
.cloepop {
  color: #000;
  font-size: 0.7vw;
  padding: 2px 6px;
  border: 1px solid #000;
  border-radius: 100px;
  position: absolute;
  z-index: 999;
  top: 15px;
  right: 10px;
}
.mobtopbann {
  display: none;
}
.catagmain {
  margin: 1vw 0px 1.5vw 0px;
  text-align: center;
}
.catagmain ul li {
  background: #ececec;
  margin: 0px 15px 10px 0px;
  display: inline-block;
  border-radius: 10px;
  text-transform: uppercase;
}
.catagmain ul li a {
  padding: 7px 15px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  display: block;
  font-weight: 800;
}
.gameicn {
  width: 20px;
  height: auto;
  vertical-align: bottom;
  margin-right: 8px;
  display: inline-block;
}
.gameicn img {
  width: 100%;
  height: auto;
  display: block;
}

.wrappercat {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.headTitle {
  padding: 0px 0px 20px 0px;
}
.headTitle h2 {
  font-size: 22px;
  color: #ff0000;
  text-transform: uppercase;
  letter-spacing: -0.43px;
  font-weight: 800;
}
.more {
  font-size: 14px;
  color: #000;
  letter-spacing: -0.32px;
  float: right;
  margin-right: 10px;
}

.popalb-strip {
  width: 100%;
  overflow: hidden;
}
.gmdtls-strip {
  width: 100%;
  overflow: hidden;
}
.popalb-slider {
  overflow: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
}
.gmdtls-slider {
  overflow: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
}
.popAlbum li img {
  width: 100%;
  height: auto;
  display: block;
}
.popalb-slider li {
  width: 270px;
  margin-right: 30px;
  float: left;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 11px 8px 8px -13px rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar {
  display: none;
}
.pop-padd img {
  border-radius: 5px;
}
.slidehead {
  font-size: 16px;
  color: #2c3e50;
  letter-spacing: -0.29px;
  font-weight: 800;
  padding: 12px 0px 0px 0px;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.featuresgma {
  margin: 0px 0px 35px 0px;
}

.wrapper_new {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}
.headTitle.blue h2 {
  color: #006fdd;
}

.newgames_col {
  width: 31%;
  float: left;
  margin-right: 3%;
}
.newgames_col:last-child {
  margin: 0px;
}
.secnew {
  padding-bottom: 25px;
}
.colne1 {
  width: 70%;
  float: left;
}
.colne2 {
  width: 23%;
  float: right;
}
.imgcol {
  width: 30%;
  float: left;
  border-radius: 5px;
}
.imgcol img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
.imgcolne {
  width: 55%;
  float: left;
  margin-left: 5%;
}
.imgcolnetxt {
  color: #2c3e50;
  font-size: 16px;
  padding-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.imgcolnedesc {
  color: #a4a4a4;
  font-size: 14px;
  padding-bottom: 4px;
}
.starfull {
  width: 13px;
  height: 13px;
  background: url(../images/starfull.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 3%;
}
.starempty {
  width: 13px;
  height: 13px;
  background: url(../images/emptystar.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 3%;
}
.playbtn {
  font-size: 12px;
  color: #006fdd;
  padding: 10px 0px;
  width: 96%;
  font-weight: 900;
  text-align: center;
  border: 2px solid #006fdd;
  display: inline-block;
  border-radius: 20px;
  text-transform: uppercase;
}

.gamefl_left {
  width: 65%;
  float: left;
}
.gamefl_left img {
  width: 100%;
  height: auto;
  display: block;
}
.gamefl_right {
  width: 32%;
  float: right;
}
.gamefl_right .newgames_col {
  width: 100%;
  margin: 0px;
}
.gamefl_right .secnew {
  padding-top: 0px;
  padding-bottom: 15px;
}
.gamefl_right .imgcolne {
  margin-top: 6px;
}
.gamefl_right .colne2 {
  margin-top: 15px;
}
.gamefl_right .imgcol {
  width: 28%;
}
.gamefl_right .imgcolnetxt {
  font-weight: 700;
}
.gamefl_right .secnew:last-child {
  padding: 0px;
}

.share_heros .popalb-slider li {
  width: 170px;
  margin-right: 30px;
  float: left;
}
.share_heros .slidehead {
  font-size: 15px;
  font-weight: 700;
  padding-top: 10px;
}
.shareheros-slider {
  overflow: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
}
.popAlbum li img {
  width: 100%;
  height: auto;
  display: block;
}
.shareheros-slider li {
  width: 170px;
  margin-right: 25px;
  float: left;
  margin-bottom: 25px;
}
.share_heros .featuresgma {
  margin-bottom: 10px;
}
.gomdesk {
  background: #000;
  border-radius: 5px;
}
.gomimgne {
  border-radius: 5px 5px 0px 0px;
}
.gomimgne img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px 5px 0px 0px;
}
.gomimgnethmb {
  padding: 8px 0px 15px 0px;
}

.gomdesk .mobthumb_ban {
  position: relative;
}
.gomdesk .mobthumb_ban ul li {
  width: 22.1%;
  float: left;
  position: relative;
  border-radius: 5px;
  margin-right: 2%;
}
.gomdesk .mobthumb_ban ul li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
.gomdesk .thumb_trans {
  background: url(../images/thumb_trans1.png) repeat-x bottom left;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 94;
  bottom: -2px;
  left: 0px;
}
.gomdesk .thumbdesc {
  width: 90%;
  position: absolute;
  z-index: 99;
  bottom: 5px;
  left: 50%;
  margin-left: -45%;
}
.gomdesk .thumbtxt {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  margin-top: 6px;
}
.gomdesk .lablen {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 2px 6px;
  display: inline;
  margin-bottom: 5px;
}
.gomdesk .lablen.yellow {
  background: #faad08;
}
.gomdesk .lablen.green {
  background: #5dbe00;
}
.gomdesk .lablen.blue {
  background: #0188c7;
}
.gomdesk .lablen.pink {
  background: #ff5d3a;
}
.mobthumb_banout {
  width: 100%;
  overflow: hidden;
}
.mobthumb_baninn {
  width: 106%;
}
.gomdesk .mobthumb_ban ul li:last-child {
  margin: 0px;
}

.catCar {
  border-radius: 10px;
  display: table;
  width: calc(100% - 100px);
  padding: 50px 50px 34px;
  margin-bottom: 30px;
}
.catCar .head {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 23%;
}
.catCar .head img.big {
  width: 80px;
  display: inline-block;
}
.catCar .head img.small {
  width: 5.5vw;
  display: none;
}
.catCar .head span {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  display: block;
}
.catCar .head .more {
  display: none;
}
.bxslider_catCar {
  display: table-cell;
  vertical-align: middle;
}
.bxslider_catCar .bx-wrapper {
  position: relative;
}
.bxslider_catCar .bx-wrapper .bx-controls-direction a {
  width: 36px;
  background-size: 100%;
}
.bxslider_catCar ul {
}
.bxslider_catCar li {
  text-align: center;
}
.bxslider_catCar li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.bxslider_catCar li img {
  width: 100%;
}
.bxslider_catCar li span {
  display: block;
  padding-top: 15px;
}
.bxslider_catCar.touchView li {
  display: inline-block;
  float: left;
  width: 100px;
  margin: 0 10px 0 0;
}

.topFreeItem {
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}
.topFreeItem a img {
  border: 4px solid #fff;
  border-radius: 10px;
  width: calc(100% - 8px);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
}
.topFreeItem .slidehead {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  padding: 0;
}
.topFreeItem .slidesynop {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
.topFreeItem .playnow {
  background: #000;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 38px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 50px;
  margin-top: 25px;
}
.topFree {
  padding-bottom: 30px;
}

.footer {
  background: #3d4045;
  padding: 25px 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.socialicn {
  position: absolute;
  z-index: 9;
  top: -8px;
  right: 0px;
}
.socicn {
  width: 32px;
  margin-right: 12px;
  display: inline-block;
}
.socicn img {
  width: 100%;
  height: auto;
  display: block;
}
.closearw {
  display: none;
}
.trans {
  background: #000;
  opacity: 0.8;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
}
.popup {
  background: #fff;
  border-radius: 15px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 50%;
}
.popleft {
  border-radius: 15px 0px 0px 15px;
  width: 40%;
  float: left;
}
.popleft img {
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 15px 0px 0px 15px;
}
.popright {
  width: 56%;
  float: right;
}
.popadd {
  padding: 25px 40px 0px 0px;
}
.poptitle {
  font-size: 38px;
  color: #333333;
  font-weight: 700;
}
.logman {
  padding: 25px 0px;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
.fblog {
  display: inline-block;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  background: url(../images/fblog.png) no-repeat;
  background-size: 100%;
  vertical-align: text-bottom;
}
.gpluslog {
  display: inline-block;
  margin-left: 35px;
  width: 40px;
  height: 40px;
  background: url(../images/gpluslog.png) no-repeat;
  background-size: 100%;
  vertical-align: text-bottom;
}
.orline {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 8px 0px;
  margin-bottom: 30px;
}
.ortxt {
  font-size: 11px;
  color: #fff;
  letter-spacing: -0.32px;
  border-radius: 100px;
  text-transform: uppercase;
  padding: 7px 5px;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  background: #c9c9c9;
  top: 50%;
  margin-top: -5px;
}

.regnbc {
  color: #000;
}
.regmail {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.reginput {
  margin-top: 18px;
  border: 0px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 2% 3%;
  font-size: 14px;
  color: #666666;
  display: block;
  width: 94%;
}
.padtxt {
  font-size: 14px;
  margin: 0px 25px 0px 0px;
  font-weight: 700;
  color: #333;
  margin-top: 18px;
}
.shwpass {
  font-size: 140px;
  color: #666;
  margin-top: 20px;
  display: inline-block;
}
.mobdv {
  margin-top: 18px;
}
.stdcode {
  display: inline-block;
  width: 10%;
  font-size: 14px;
  color: #666666;
}
.mobcode {
  display: inline-block;
  width: 89%;
}
.mobcode .reginput {
  margin-top: 0px;
}
.tabdiv ul li {
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 25%;
}
.tabdiv ul li a {
  font-size: 14px;
  text-decoration: none;
  margin: 0px 25px 0px 0px;
  font-weight: 700;
  color: #333;
  display: inline-block;
}
.tabdiv ul li a.act {
  color: #000;
}
.tabdivn ul li {
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 25%;
}
.tabdivn ul li a {
  font-size: 14px;
  text-decoration: none;
  margin: 0px 25px 0px 0px;
  font-weight: 700;
  color: #333;
  display: inline-block;
}
.tabdivn ul li a.act {
  color: #000;
}
.hide {
  display: none;
}
.hiden {
  display: none;
}
.forpass {
  margin-top: 15px;
  font-size: 14px;
  color: #999999;
  display: block;
  font-weight: 500;
  text-align: right;
}
.signupc {
  font-size: 130%;
  color: #9b9b9b;
  letter-spacing: -0.27px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.btnsubcvc {
  background: #35cc62;
  border-radius: 3px;
  width: 100%;
  padding: 12px 0px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin-top: 25px;
  text-transform: uppercase;
  display: block;
}
.signupc {
  color: #999999;
  font-size: 14px;
  padding-top: 20px;
  letter-spacing: 0px;
  text-align: center;
}
.signupc a {
  color: #35cc62;
  font-size: 14px;
  text-transform: uppercase;
}
.fortitle {
  padding: 75px 0px;
  font-size: 20px;
  color: #333333;
  font-weight: 700;
}
.forgotd {
  display: none;
}
.signupd {
  display: none;
}
.forgotd .btnscc {
  padding-top: 60px;
}
.bidbtn .btnscc .btnsubcvc {
  background: #ff0000;
  border-radius: 3px;
  width: 35%;
  padding: 12px 0px;
  text-align: center;
  float: left;
  margin: 0px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.bidbtn .btnscc .btnsubsub {
  background: #35cc62;
  border-radius: 3px;
  width: 35%;
  padding: 12px 0px;
  text-align: center;
  float: right;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.signtcx {
  color: #999999;
  font-size: 14px;
  font-weight: 800;
  padding-top: 15px;
  text-align: center;
}
.signupd .btnscc {
  padding-top: 40px;
}
.hidmobhoz {
  display: block !important;
}
.hidedesk {
  display: none !important;
}
.poptrans {
  display: none;
}

.catouter {
  width: 100%;
  overflow: hidden;
}
.catinner {
  width: 102.5%;
  overflow: hidden;
}
.catinner ul li {
  width: 23%;
  margin-right: 2%;
  float: left;
  margin-bottom: 4%;
}
.catinner ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.wrapperndets {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}

.playerdv img {
  width: 100%;
  height: auto;
  display: block;
}
.saherec {
  padding: 20px 0px;
}
.shareleft {
  float: left;
}
.fbshr {
  display: inline-block;
  margin-left: 5px;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background: url(../images/fblog.png) no-repeat;
  background-size: 100%;
  vertical-align: text-bottom;
}
.tweetshr {
  display: inline-block;
  margin-left: 5px;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background: url(../images/tweetlog.png) no-repeat;
  background-size: 100%;
  vertical-align: text-bottom;
}
.gplusshr {
  display: inline-block;
  margin-left: 5px;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background: url(../images/gpluslog.png) no-repeat;
  background-size: 100%;
  vertical-align: text-bottom;
}
.fullscr {
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  background: url(../images/fullscr.png) no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
.gamdtdv {
  background: #fff;
  padding: 40px 50px 25px 25px;
  -webkit-box-shadow: 0px 0px 12px 0px #636262;
  -moz-box-shadow: 0px 0px 12px 0px #636262;
  box-shadow: 0px 0px 12px 0px #636262;
  margin-bottom: 45px;
}
.gametitg {
  color: #333333;
  font-weight: 900;
  font-size: 23px;
}
.gamdtdv .stardi {
  padding: 8px 0px 0px 0px;
}
.gamdtdv .stardi .starfull {
  margin-right: 3px;
  width: 16px;
  height: 16px;
}
.gamdtdv .stardi .starempty {
  margin-right: 3px;
  width: 16px;
  height: 16px;
}
.cagamed {
  font-size: 18px;
  color: #000;
}
.catgndesc {
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 40px;
  margin-bottom: 20px;
  padding-top: 15px;
}
.tags a {
  border: 2px solid #006fdd;
  font-size: 14px;
  color: #006fdd;
  padding: 10px 25px;
  border-radius: 50px;
  text-transform: uppercase;
  margin-right: 20px;
  display: inline-block;
  font-weight: 800;
}
.paymedtl {
  padding: 30px 0px;
}
.paytab {
  width: 28%;
  float: left;
}
.paytab ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.paytab ul li a {
  font-size: 18px;
  width: 90%;
  text-decoration: none;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
  padding: 5% 8%;
  position: relative;
  font-weight: 700;
  color: #333;
  display: inline-block;
}
.paytab ul li a.act {
  color: #fff;
  background: #2fd1fe;
  border: 1px solid #2fd1fe;
}
.paytab ul li a.act span {
  background: url(../images/payarw.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 25px;
  display: inline-block;
  position: absolute;
  z-index: 9;
  right: 5%;
}
.tabright {
  border: 2px solid #00dbff;
  float: right;
  width: 67%;
  border-radius: 10px;
}
.hidepay {
  display: none;
  padding: 30px 40px 30px 70px;
}
.transl {
  z-index: 99;
  position: absolute;
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  display: none;
}
.clearsrch {
  background: url(../images/clearsrch.png) no-repeat;
  width: 18px;
  height: 18px;
  float: right;
  margin-top: 3px;
  display: none;
}
#search-panel {
  background: #fff;
  position: absolute;
  z-index: 999;
  left: 100%;
  top: 0px;
  width: 100%;
  display: none;
}
.searchheader {
  padding: 15px 15px 10px 15px;
  border-bottom: 1px solid #d6d6d6;
}
.srchnext {
  padding: 0px 0px 0px 0px;
}
.srchscroll {
  background: #fff;
  position: absolute;
  left: 0px;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  display: none;
}
.srchnext ul li a {
  color: #333333;
  font-size: 14px;
  padding: 8px 0px 8px 15px;
  display: block;
  border-top: 1px solid #b9b9b9;
}
.schimg {
  width: 20%;
  display: inline-block;
  margin-right: 10px;
  border-radius: 5px;
}
.srchnext ul li a img {
  width: 100%;
  height: auto;
}
.subbg {
  background: url(../images/subbg.jpg) no-repeat;
}
.subtxtb {
  text-align: center;
  color: #fff;
  padding: 40px 0px;
  font-size: 32px;
  font-weight: 700;
}

.cd-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.cd-container::after {
  content: "";
  display: table;
  clear: both;
}
.cd-gallery-container {
  margin: 0 auto;
  position: relative;
}
.cd-gallery-container .heading {
  font-size: 28px;
  padding: 40px 0px 30px 0px;
  text-align: center;
  color: #fff;
}

.cd-gallery {
  margin-top: 0;
  position: relative;
  z-index: 5;
}
.cd-gallery-container {
  width: 1120px;
  margin: 0 auto;
}
.cd-gallery > li {
  position: relative;
  margin-bottom: 1em;
}
.cd-gallery .cd-item-wrapper {
  position: relative;
}
.touch .cd-gallery .cd-item-wrapper {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
}
.cd-gallery .cd-item-wrapper > li {
  border-radius: 0.25em;
  padding-top: 60px;
  height: 700px;
  text-align: center;
}
.cd-gallery .cd-item-wrapper > li .payRs {
  margin: 16px 30px;
  border-radius: 10px;
  font-size: 14px;
}
.cd-gallery .cd-item-wrapper > li .payCoins i.icon-ic_coins-69 {
  font-size: 20px;
  color: #fc8822;
  vertical-align: middle;
}
.cd-gallery .cd-item-wrapper > li .payCoins .h {
  padding: 10px 0 7px 0;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}
.cd-gallery .cd-item-wrapper > li .payCoins .b {
  padding: 18px;
}
.cd-gallery .cd-item-wrapper > li .payCoins .b .coi {
  font-size: 18px;
  color: #535353;
  text-align: left;
  padding-left: 5px;
  line-height: 24px;
}
.cd-gallery .cd-item-wrapper > li .payCoins .b .coi span {
  font-size: 24px;
  color: #333;
  display: block;
}
.cd-gallery .cd-item-wrapper > li .payCoins .f {
  font-size: 13px;
}
.cd-gallery .cd-item-wrapper > li .payCoins .f em {
  color: #fc8822;
}
.cd-gallery .cd-item-wrapper > li .payCoins .f a {
  color: #2196f3;
}
.cd-gallery .cd-item-wrapper > li .payCoins .f a:hover {
  text-decoration: underline;
}
.cd-gallery .cd-item-wrapper > li .payCoins .e {
  font-size: 13px;
  padding: 10px 0 0;
}
.cd-gallery .cd-item-wrapper.comboOffer .payRs {
  transform: scale(1.2);
  border: none;
  box-shadow: 0 0 10px 4px rgba(61, 57, 60, 0.5);
}
@-webkit-keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(800px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(800px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(800px) rotateY(180deg);
  }
}
@-moz-keyframes cd-rotate {
  0% {
    -moz-transform: perspective(800px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(800px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(800px) rotateY(180deg);
  }
}
@keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(800px) rotateY(0);
    -moz-transform: perspective(800px) rotateY(0);
    -ms-transform: perspective(800px) rotateY(0);
    -o-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(800px) rotateY(200deg);
    -moz-transform: perspective(800px) rotateY(200deg);
    -ms-transform: perspective(800px) rotateY(200deg);
    -o-transform: perspective(800px) rotateY(200deg);
    transform: perspective(800px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(800px) rotateY(180deg);
    -moz-transform: perspective(800px) rotateY(180deg);
    -ms-transform: perspective(800px) rotateY(180deg);
    -o-transform: perspective(800px) rotateY(180deg);
    transform: perspective(800px) rotateY(180deg);
  }
}
@-webkit-keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(800px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(800px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(800px) rotateY(0);
  }
}
@-moz-keyframes cd-rotate-inverse {
  0% {
    -moz-transform: perspective(800px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(800px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(800px) rotateY(0);
  }
}
@keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(800px) rotateY(-180deg);
    -moz-transform: perspective(800px) rotateY(-180deg);
    -ms-transform: perspective(800px) rotateY(-180deg);
    -o-transform: perspective(800px) rotateY(-180deg);
    transform: perspective(800px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(800px) rotateY(20deg);
    -moz-transform: perspective(800px) rotateY(20deg);
    -ms-transform: perspective(800px) rotateY(20deg);
    -o-transform: perspective(800px) rotateY(20deg);
    transform: perspective(800px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(800px) rotateY(0);
    -moz-transform: perspective(800px) rotateY(0);
    -ms-transform: perspective(800px) rotateY(0);
    -o-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0);
  }
}

.planimg {
  border-radius: 10px 10px 0px 0px;
  position: relative;
}
.planimg img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px 10px 0px 0px;
}

.basictag {
  width: 100px;
  height: 30px;
  position: absolute;
  z-index: 9;
  background: url(../images/basic_tag.png) no-repeat;
  background-size: 100%;
  top: -5px;
  right: 7px;
}
.protag {
  width: 110px;
  height: 33px;
  position: absolute;
  z-index: 9;
  background: url(../images/pro_tag.png) no-repeat;
  background-size: 100%;
  top: -5px;
  right: 7px;
}
.advancetag {
  width: 100px;
  height: 30px;
  position: absolute;
  z-index: 9;
  background: url(../images/advtag.png) no-repeat;
  background-size: 100%;
  top: -5px;
  right: 7px;
}

.plandesc {
  border: 1px solid #e7e7e7;
  border-top: 0px;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
}
.planmidd {
  padding: 15px 30px 0px 30px;
  text-align: left;
}
.planmidd ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.planmidd ul li {
  list-style-image: url(../images/bull.png);
  list-style-position: outside;
  position: relative;
  margin-left: 20px;
  font-size: 17px;
  margin-bottom: 5px;
  color: #777777;
  text-align: left;
}
.planmidd ul {
  padding-bottom: 15px;
  border-bottom: 3px solid #ff9c00;
  margin-bottom: 5px;
}
.subamt {
  color: #f25277;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 40px;
  position: relative;
}
.subamtn {
  font-size: 50px;
  font-weight: 800;
}
.rupeeicn {
  background: url(../images/rupeeicn.png) no-repeat;
  width: 18px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
  background-size: 100%;
  vertical-align: super;
}
.plansub {
  border: 1px solid #c6c6c6;
  border-radius: 20px;
  padding: 10px 0px;
  font-size: 14px;
  color: #000;
  text-align: center;
  width: 60%;
  margin-left: -30%;
  text-transform: uppercase;
  background: #fff;
  position: absolute;
  z-index: 9;
  bottom: -20px;
  left: 50%;
}
.plansub.act {
  border: 1px solid #2fd1fe;
  border-radius: 20px;
  padding: 10px 0px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 60%;
  margin-left: -30%;
  text-transform: uppercase;
  background: #2fd1fe;
  position: absolute;
  z-index: 9;
  bottom: -20px;
  left: 50%;
}

.paylock {
  font-size: 14px;
  color: #b6b6b6;
  font-weight: 800;
  float: right;
  line-height: 18px;
}
.paylock .lock {
  background: url(../images/lockimg.png) no-repeat;
  width: 17px;
  height: 21px;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
.paylock .txt {
  float: left;
}
.cardtxt {
  color: #686868;
  text-transform: uppercase;
  font-size: 23px;
}
.cardinput {
  border: 2px solid #c3c3c3;
  background: #fff;
  padding: 15px;
  margin-top: 15px;
  border-radius: 10px;
}
.cardinrht {
  float: right;
  width: 40%;
}
.cardinrht img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.cardtcbx {
  width: 50%;
  float: left;
  border: 0px;
  background: none;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
.expdiv {
  margin-top: 60px;
}
.expleft {
  float: left;
}
.expright {
  float: right;
}
.drop_style {
  display: inline-block;
  color: #525252;
  position: relative;
  cursor: pointer;
  padding-right: 10px;
}
.drop_style .selected {
  width: 80px;
  font-size: 22px;
  line-height: 26px;
  position: relative;
  font-weight: 700;
  border: 2px solid #c3c3c3;
  border-radius: 6px;
  padding: 15px 10px 15px 25px;
  background: #fff;
  color: #686868;
  text-transform: uppercase;
}
#othbank .selected span {
  font-weight: 700;
}
.drop_style .selected i {
  float: right;
  padding: 3px 10px 0 0;
  font-size: 12px;
}
.drop_style .options {
  position: absolute;
  top: 59px;
  left: 0;
  z-index: 11;
  display: none;
  width: 118px;
}
.drop_style .options i {
  font-size: 16px;
  color: #d6d6d6;
  position: absolute;
  top: 0;
  left: 24px;
  background: #fff;
  width: 16px;
}
.drop_style .options ul {
  font-size: 20px;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 0 0 5px 5px;
  margin-top: 0;
  padding-top: 10px;
  height: 200px;
  overflow: auto;
}
.drop_style .options ul a {
  display: block;
  padding: 8px 14px;
  color: #8c8c8c;
}
.drop_style .options ul a:hover {
  background: #f5f5f5;
  color: #757575;
}
.dropde {
  margin-top: 12px;
}
.droparw {
  background: url(../images/drparwn.png) no-repeat;
  width: 15px;
  height: 13px;
  display: inline-block;
  background-size: 100%;
  position: absolute;
  top: 22px;
  right: 18px;
  z-index: 1;
}
.cvvcl {
  width: 120px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  border: 2px solid #c3c3c3;
  border-radius: 6px;
  padding: 15px 0px;
  background: #fff;
  color: #686868;
  text-align: center;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  outline: none;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  font-size: 23px;
  font-weight: 400;
  color: #686868;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 30px;
  height: 30px;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 100px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "\2713";
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  transition: all 0.2s;
  border-radius: 100px;
  background: #00dbff;
  padding: 1px 3px;
  font-weight: 600;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1.8);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #fff;
  background: #ccc;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  /*border:1px dotted blue*/
}
.accterm {
  margin-top: 40px;
  position: relative;
}
.paysubds {
  margin-top: 35px;
}
.paybdn {
  background: #2fd1fe;
  border-radius: 5px;
  padding: 15px 0px;
  text-align: center;
  width: 300px;
  font-size: 25px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
}
.paycancel {
  font-size: 22px;
  color: #007aad;
  text-decoration: underline;
  margin-left: 30px;
  font-weight: 700;
  display: inline-block;
}
.redact {
  color: #fe0101;
  font-size: 20px;
  font-weight: 700;
}
.renrs {
  color: #22b006;
  font-size: 18px;
  font-weight: 700;
  margin: 0px 8px;
}
.amtrs {
  color: #22b006;
  font-size: 35px;
  font-weight: 700;
}
.daygrn {
  color: #22b006;
  font-size: 25px;
  font-weight: 700;
}

.gambgselno {
  height: 100vh;
  width: 100%;
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
  position: fixed;
  top: 0px;
}
.gambgselno img {
  filter: blur(10px);
  height: 100%;
  width: 100%;
}
.poptsbxcvg {
  background: #ffffff;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: absolute;
  z-index: 99;
  width: 1170px;
  height: 32rem;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.inpstd {
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px #666 inset;
  -moz-box-shadow: 0 0 5px #666 inset;
  box-shadow: 0 0 5px #666 inset;
  height: 25px;
  line-height: 25px;
  width: 35px;
  text-indent: 5px;
  margin-right: 10px;
  font-size: 14px;
  padding: 0px 5px;
}
.inpmob {
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px #666 inset;
  -moz-box-shadow: 0 0 5px #666 inset;
  box-shadow: 0 0 5px #666 inset;
  height: 25px;
  line-height: 25px;
  width: 140px;
  text-indent: 5px;
  font-size: 13px;
  padding: 0px 5px;
  text-align: center;
}
#otpshow {
  display: none;
}
.poppadbd {
  padding: 2rem;
  text-align: center;
}
.selbxo{border:1px solid #ccc; height: 20px; width: 200px; font-size: 13px;}
.selbx{margin-bottom: 2vw;}
.proreq {
  font-size: 1em;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
}
.mdnicn {
  background: url(../images/mdnimg.png) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 25px 0px 0px 0px;
}
.prorxc {
  font-size: 0.6em;
  color: #333333;
  letter-spacing: 0;
  padding: 5% 0px;
  font-weight: 600;
}
.mobnof {
  margin: 0px 0px 5% 0px;
  text-align: center;
}
.btncancel {
  background: #b3d4fc;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  width: 50%;
  margin: 0 auto;
  padding: 12px 0px;
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 1280px) {
  .popup {
    width: 90%;
  }
}

@media screen and (min-aspect-ratio: 13/9) {
} /*landscape*/

@media screen and (max-aspect-ratio: 13/9) {
} /*portrait*/
@media screen and (max-width: 1030px) {
  .wraper {
    width: 940px;
  }
  .wraperapp {
    width: 940px;
  }
  .cd-gallery-container {
    width: 900px;
  }
  .logo {
    width: 216px;
    height: 35px;
  }
  .searchout {
    width: 420px;
  }
  .searchinput {
    font-size: 1.2vw;
  }
  .uname {
    font-size: 1.2vw;
  }
  .actdrop {
    width: 300px;
  }
  .cloepop {
    font-size: 1.2vw;
    padding: 3px 6px;
  }
  .userpopimg {
    width: 84px;
    height: 84px;
  }
  .popuname {
    font-size: 1.4vw;
    padding: 1vw 0px 1.5vw 0px;
  }
  .btnsubscribe {
    margin-bottom: 1.5vw;
  }
  .btnsubscribe,
  .btnsignout {
    font-size: 1.2vw;
  }
  .whytxt {
    font-size: 1.2vw;
  }
  .subbtm li {
    font-size: 1.1vw;
  }
  .banntxtc {
    font-size: 1.3vw;
  }
  .banntxtbtm {
    width: 180px;
  }
  .veiwmbtn {
    font-size: 1.1vw;
  }
  .wrappercat {
    width: 940px;
  }
  .wrapper_new {
    width: 940px;
  }
  .popalb-slider li {
    width: 215px;
    margin-right: 24px;
  }

  .gamefl_left {
    width: 62%;
    float: left;
  }
  .gamefl_right {
    width: 35%;
    float: right;
  }
  .gamefl_right .secnew {
    padding-top: 0px;
    padding-bottom: 22px;
  }
  .gamefl_right .imgcolne {
    margin-top: 0px;
  }
  .gamefl_right .colne2 {
    margin-top: 10px;
  }
  .gamefl_right .secnew:last-child {
    padding: 0px;
    display: none;
  }
  .gamefl_right .secnew:nth-last-child(2) {
    padding: 0px;
  }
  .gamefl_right .newgames_col:last-child {
    display: block;
  }
  .headTitle h2 {
    font-size: 19px;
  }
  .shareheros-slider li {
    width: 130px;
  }
  .catCar .head img.big {
    width: 50px;
  }
  .catCar .head span {
    font-size: 25px;
  }
  .popup {
    width: 90%;
  }
  .logman {
    padding: 20px 0px;
  }

  .catinner {
    width: 102%;
    overflow: hidden;
  }
  .wrapperndets {
    width: 940px;
  }
  .cd-container {
    max-width: 940px;
  }

  .paylock {
    font-size: 12px;
    line-height: 18px;
  }
  .cardtxt {
    font-size: 17px;
  }
  .cardinput {
    padding: 8px;
    margin-top: 10px;
  }
  .expdiv {
    margin-top: 30px;
  }
  .drop_style .selected {
    font-size: 18px;
    line-height: 18px;
    padding: 13px 10px 13px 25px;
  }
  .droparw {
    top: 16px;
  }
  .cvvcl {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 0px;
  }
  .accterm {
    margin-top: 30px;
  }
  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
    padding-left: 45px;
    font-size: 18px;
  }
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    width: 25px;
    height: 25px;
  }
  [type="checkbox"]:checked + label:after {
    transform: scale(1.6);
  }
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    top: 5px;
    left: 8px;
  }
  .paysubds {
    margin-top: 25px;
  }
  .paybdn {
    padding: 10px 0px;
    width: 200px;
    font-size: 21px;
  }
  .paycancel {
    font-size: 20px;
    margin-left: 25px;
  }

  .redact {
    font-size: 18px;
  }
  .renrs {
    font-size: 16px;
    margin: 0px 5px;
  }
  .amtrs {
    font-size: 32px;
  }
  .daygrn {
    font-size: 22px;
  }
  .poptsbxcvg {
    width: 960px;
  }
}

@media screen and (max-width: 900px) {
  .wraper {
    width: 700px;
  }
  .wraperapp {
    width: 100%;
  }
  .logo {
    width: 142px;
    height: 25px;
  }
  .searchout {
    width: 305px;
  }
  .searchinput {
    font-size: 1.4vw;
  }
  .uname {
    font-size: 1.5vw;
  }
  .actdrop {
    width: 250px;
  }
  .dropsec {
    padding: 3.5vw 0px 0vw 0px;
  }
  .cloepop {
    font-size: 1.4vw;
    padding: 3px 6px;
  }
  .userpopimg {
    width: 74px;
    height: 74px;
  }
  .popuname {
    font-size: 1.5vw;
    padding: 1.5vw 0px 1.5vw 0px;
  }
  .btnsubscribe {
    margin-bottom: 1.5vw;
  }
  .btnsubscribe,
  .btnsignout {
    font-size: 1.4vw;
  }
  .whytxt {
    font-size: 1.6vw;
  }
  .subbtm li {
    font-size: 1.5vw;
  }
  .banntxtc {
    font-size: 1.6vw;
  }
  .banntxtbtm {
    width: 180px;
  }
  .veiwmbtn {
    font-size: 1.3vw;
  }
  .btnsignout {
    margin: 2.4vw 0px 1vw 0px;
  }
  .bx-wrapper .bx-prev {
    left: -20px;
    background-size: 100%;
  }
  .bx-wrapper .bx-next {
    right: -20px;
    background-size: 100%;
  }
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    z-index: 9;
  }
  .catagmain {
    margin: 2vw 0px 2.2vw 0px;
  }
  .catagmain ul li {
    margin: 0px 5px 10px 0px;
  }
  .catagmain ul li a {
    padding: 7px 8px;
    font-size: 13px;
  }
  .drparw {
    right: 30px;
  }
  .wrappercat {
    width: 700px;
  }
  .wrapper_new {
    width: 700px;
  }
  .popalb-slider li {
    width: 215px;
    margin-right: 24px;
  }
  .newgames_col {
    width: 46%;
    margin-right: 5%;
  }
  .newgames_col:nth-last-child(2) {
    margin: 0px;
  }
  .newgames_col:last-child {
    margin: 0px;
    display: none;
  }
  .headTitle h2 {
    font-size: 17px;
  }

  .gamefl_left {
    width: 58%;
    float: left;
  }
  .gamefl_right {
    width: 40%;
    float: right;
  }
  .gamefl_right .secnew {
    padding-top: 0px;
    padding-bottom: 28px;
  }
  .gamefl_right .imgcolne {
    margin-top: 0px;
  }
  .gamefl_right .colne2 {
    margin-top: 10px;
    width: 27%;
  }
  .gamefl_right .secnew:last-child {
    padding: 0px;
    display: none;
  }
  .gamefl_right .secnew:nth-last-child(2) {
    padding: 0px;
    display: none;
  }
  .gamefl_right .secnew:nth-last-child(3) {
    padding: 0px;
  }
  .gamefl_right .newgames_col:last-child {
    display: block;
  }
  .gamefl_right .imgcolnetxt {
    font-size: 14px;
    padding-bottom: 2px;
  }
  .gamefl_right .imgcolnedesc {
    padding-bottom: 2px;
    font-size: 13px;
  }

  .catCar {
    display: block;
    background: none !important;
    width: auto;
    padding: 0px 0px 20px 0px;
    margin-bottom: 2vw;
  }
  .catCar .head {
    display: block;
    text-align: left;
    padding: 0 0 20px;
  }
  .catCar .head img.big {
    display: none;
  }
  .catCar .head img.small {
    display: inline-block;
    width: 4vw;
  }
  .catCar .head span {
    font-size: 2.5vw;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
  }
  .catCar .head .more {
    display: block;
    float: right;
    margin-top: 10px;
  }
  .bxslider_catCar {
    display: block;
    overflow: auto;
  }
  .bxslider_catCar li a {
    color: #000;
    font-size: 2vw;
  }
  .bxslider_catCar li span {
    padding-top: 10px;
  }
  .sports,
  .action,
  .strategy {
    color: #ff0101 !important;
    border-color: #ff0101 !important;
  }
  .poptsbxcvg {
    height: 22rem;
  }
  .arcade,
  .adventure,
  .puzzle {
    color: #006edd !important;
    border-color: #006edd !important;
  }
  .topFree {
    display: none;
  }
  .catCar .head {
    width: 100%;
  }
  .catCar .bx-wrapper .bx-controls-direction a {
    display: none;
  }

  .popadd {
    padding: 20px 30px 0px 0px;
  }
  .poptitle {
    font-size: 22px;
  }
  .logman {
    padding: 10px 0px;
    font-size: 14px;
  }
  .fblog {
    width: 30px;
    height: 30px;
  }
  .gpluslog {
    width: 30px;
    height: 30px;
    margin-left: 15px;
  }
  .orline {
    margin-bottom: 24px;
  }
  .reginput {
    margin-top: 12px;
  }
  .padtxt {
    margin-top: 10px;
  }
  .btnsubcvc {
    padding: 7px 0px;
    margin-top: 8px;
  }
  .signupc {
    padding-top: 6px;
  }
  .fortitle {
    padding: 55px 0px;
  }
  .signupd .btnscc {
    padding-top: 22px;
  }
  .mobcode {
    width: 87%;
  }
  .wrapperndets {
    width: 700px;
  }
  .fbshr {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .tweetshr {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .gplusshr {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .fullscr {
    width: 24px;
    height: 24px;
  }
  .catgndesc {
    font-size: 14px;
  }
  .gametitg {
    font-size: 20px;
  }
  .cagamed {
    font-size: 13px;
  }
  .tags a {
    font-size: 12px;
    padding: 10px 22px;
    margin-right: 10px;
  }
  .gamdtdv {
    padding: 25px 40px 20px 25px;
  }
  .gamdtdv .stardi .starfull,
  .gamdtdv .stardi .starempty {
    width: 14px;
    height: 14px;
  }
  .cd-gallery-container {
    width: 760px;
  }
  .cd-gallery .cd-item-wrapper > li .payRs {
    margin: 16px 10px;
  }
  .cd-gallery .cd-item-wrapper > li {
    padding-top: 60px;
  }
  .cd-container {
    max-width: 760px;
  }
  .cd-gallery .cd-item-wrapper.comboOffer .payRs {
    transform: scale(1.1);
  }
  .planmidd ul li {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .subamtn {
    font-size: 34px;
    font-weight: 800;
  }
  .rupeeicn {
    width: 16px;
    height: 22px;
    margin-right: 0px;
    vertical-align: baseline;
  }
  .subamt {
    font-size: 19px;
    padding-bottom: 30px;
  }

  .paytab {
    width: 25%;
  }
  .paytab ul li a {
    font-size: 15px;
  }
  .paytab ul li a.act span {
    width: 11px;
    height: 18px;
  }
  .paylock {
    font-size: 12px;
    line-height: 18px;
  }
  .tabright {
    width: 70%;
  }
  .hidepay {
    padding: 30px 20px 30px 20px;
  }
  .cardtxt {
    font-size: 14px;
  }
  .cardinrht {
    width: 36%;
  }
  .cardtcbx {
    font-size: 14px;
  }
  .cardinput {
    padding: 8px;
    margin-top: 10px;
  }
  .expdiv {
    margin-top: 30px;
  }
  .drop_style .selected {
    font-size: 16px;
    line-height: 16px;
    padding: 11px 10px 11px 17px;
  }
  .droparw {
    top: 16px;
    width: 13px;
    height: 11px;
  }
  .cvvcl {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 0px;
  }
  .accterm {
    margin-top: 30px;
  }
  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
    padding-left: 37px;
    font-size: 15px;
  }
  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    width: 20px;
    height: 20px;
  }
  [type="checkbox"]:checked + label:after {
    transform: scale(1.2);
  }
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    top: 3px;
    left: 5px;
  }
  .paysubds {
    margin-top: 25px;
  }
  .paybdn {
    padding: 10px 0px;
    width: 200px;
    font-size: 18px;
  }
  .paycancel {
    font-size: 18px;
    margin-left: 25px;
  }
  .redact {
    font-size: 16px;
  }
  .renrs {
    font-size: 14px;
  }
  .amtrs {
    font-size: 28px;
  }
  .daygrn {
    font-size: 18px;
  }
  .unsub .subbtm {
    padding: 10px 10% 10px 10%;
  }
  .poptsbxcvg {
    width: 700px;
  }
}
@media screen and (max-width: 740px) {
  .wraper {
    width: 100%;
  }
  .header {
    padding: 1.5vw 3vw;
  }
  .logo {
    margin-top: 5px;
  }
  .uname {
    display: none;
  }
  .userimg {
    margin: 0px;
  }
  .headerbx {
    background: #32d8ff;
    background: -moz-linear-gradient(top, #32d8ff 0%, #2bc8fc 100%);
    background: -webkit-linear-gradient(top, #32d8ff 0%, #2bc8fc 100%);
    background: linear-gradient(to bottom, #32d8ff 0%, #2bc8fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32d8ff', endColorstr='#2bc8fc',GradientType=0 );
    padding: 0px !important;
  }
  .mobtopbann {
    background: #000;
  }
  .slidev img {
    border-radius: 0px;
  }
  .banner_trans {
    background: url(../images/mobbanner_trans.png) repeat-x bottom left;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 94;
    bottom: 0px;
    left: 0px;
    border-radius: 0px;
  }
  .bx-controls {
    display: none;
  }
  .banntxtbtm {
    width: 90%;
    left: 15px;
  }
  .banntxtc {
    font-size: 13px;
    font-weight: 700;
  }
  .veiwmbtn {
    font-size: 10px;
    margin-top: 12px;
    padding: 7px 16px;
  }
  .tbanimg img {
    width: 100%;
    height: auto;
    display: block;
  }
  .mobthumb_ban {
    position: relative;
  }
  .mobthumb_ban ul li {
    width: 25%;
    float: left;
    position: relative;
    border-radius: 5px;
  }
  .mobthumb_ban ul li img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
  }
  .thumb_trans {
    background: url(../images/thumb_trans.png) repeat-x bottom left;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 94;
    bottom: 0px;
    left: 0px;
  }
  .thumbdesc {
    width: 90%;
    position: absolute;
    z-index: 99;
    bottom: 5px;
    left: 50%;
    margin-left: -45%;
  }
  .thumbtxt {
    font-size: 2.5vw;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    margin-top: 6px;
  }
  .lablen {
    color: #fff;
    font-size: 2vw;
    text-transform: uppercase;
    padding: 2px 3px;
    display: inline;
    margin-bottom: 5px;
  }
  .lablen.yellow {
    background: #faad08;
  }
  .lablen.green {
    background: #5dbe00;
  }
  .lablen.blue {
    background: #0188c7;
  }
  .lablen.pink {
    background: #ff5d3a;
  }
  .searchout {
    background: #30d3fe;
    width: 90%;
    position: absolute;
    left: 0px;
    border-radius: 0px;
    top: 0px;
    padding: 0px 5%;
    display: none;
  }
  .userimg img {
    border-width: 1px;
  }
  .sechbtn {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/srchbtnwht.png) no-repeat;
    background-size: 100%;
    float: right;
    margin-top: 10px;
    display: none;
  }
  .userin {
    margin-left: 3vw;
  }
  .drparw {
    right: 30px;
    display: none;
  }
  .wrappercat {
    width: 97%;
    margin-left: 3%;
  }
  .popalb-slider li {
    width: 210px;
    margin-right: 18px;
  }
  .headTitle h2 {
    font-size: 15px;
    padding-top: 5px;
  }
  .wrapper_new {
    width: 94%;
    margin: 0 auto;
  }
  .newgames_col {
    width: 48%;
    margin-right: 4%;
  }
  .new_game {
    display: none;
  }
  .gamefl_right .secnew {
    padding-bottom: 28px;
  }
  .footer {
    text-align: left;
    padding-left: 20px;
    font-size: 12px;
  }
  .socialicn {
    right: 20px;
  }
  .socicn {
    width: 26px;
    margin-right: 8px;
  }
  .actdrop {
    width: 100%;
    position: fixed;
    z-index: 994;
    right: -100%;
    top: 0px;
    display: block;
    height: 100%;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f4f4f4 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f4f4',GradientType=0 );
  }
  .dropsec {
    border-radius: 0px;
  }
  .closearw {
    width: 20px;
    height: 19px;
    background: url(../images/closearw.png) no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 999;
    display: block;
    left: 20px;
    top: 20px;
  }
  .cloepop {
    display: none;
  }
  .dropsec {
    padding: 20px 0px 0vw 0px;
    background: none;
  }
  .popuname {
    font-size: 14px;
    padding: 15px 0px 25px 0px;
    font-weight: 800;
  }
  .btnsubscribe,
  .btnsignout {
    background: #1d9206;
    padding: 8px 0px;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    width: 90%;
    margin: 0 auto 10px auto;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
  }
  .btnsignout {
    background: #ff0000;
    margin-top: 15px;
  }
  .subbtm {
    background: #fff;
    border-radius: 5px;
    padding: 25px 10% 5px 10%;
    width: 70%;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
  }
  .whytxt {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 3px solid #ff9c00;
    margin-bottom: 20px;
  }
  .subbtm ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
  }
  .subbtm ul li {
    list-style-image: url(../images/bull.png);
    list-style-position: outside;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    color: #777777;
    text-align: left;
  }
  .popup {
    width: 100%;
    border-radius: 0px;
  }
  .popleft {
    border-radius: 0px;
    width: 100%;
    float: none;
    position: relative;
  }
  .hidmobhoz {
    display: none !important;
  }
  .hidedesk {
    display: block !important;
    border-radius: 0px !important;
    width: 100%;
    height: auto;
  }
  .popup {
    z-index: 9999;
    left: 0%;
    top: 0%;
    display: none;
    width: 100%;
    transform: none;
    position: absolute;
  }
  .poptrans {
    background: url(../images/transimg.png) repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
  }
  .closearwh {
    width: 20px;
    height: 19px;
    background: url(../images/close.png) no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 999;
    display: block;
    left: 15px;
    top: 15px;
  }
  .logtxtb {
    color: #fff900;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    padding: 20% 0px 5% 0px;
  }
  .logdesvf {
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
  .poptitle {
    display: none;
  }
  .popright {
    width: 100%;
    float: none;
  }
  .popadd {
    padding: 2px 20px;
  }
  .logman span {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .socmid {
    width: 90px;
    margin: 10px auto 5px auto;
  }
  .fblog {
    margin: 0px 10px;
  }
  .gpluslog {
    margin: 0px 10px;
  }
  .btnsubcvc {
    background: #2fd1fe;
  }
  .forpass {
    margin-top: 10px;
    font-size: 12px;
  }
  .signupc {
    font-size: 12px;
    padding-top: 5px;
  }
  .fortitle {
    padding: 20px 0px;
    font-size: 15px;
  }
  .signtcx {
    font-size: 12px;
    font-weight: 500;
  }
  .wrapperndets {
    width: 94%;
  }
  .bkarwc {
    width: 20px;
    height: 19px;
    background: url(../images/bkarw.png) no-repeat;
    background-size: 100%;
    display: block;
    float: left;
    margin-top: 4.6%;
  }
  .searchinput {
    width: 60%;
    font-size: 14px;
    line-height: 0px;
    margin-top: 4.6%;
    background: none;
    margin-left: 20px;
    border: 0px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .clearsrch {
    margin-top: 10px;
    background: url(../images/clearsrch1.png) no-repeat;
    width: 18px;
    height: 18px;
    float: right;
  }
  .sechbtnmob {
    display: inline-block;
  }
  .srchnext {
    display: none;
  }
  .subtxtb {
    padding: 20px 0px;
    font-size: 15px;
  }
  .cd-gallery .cd-item-wrapper > li .payRs {
    margin: 16px 5px;
  }
  .cd-gallery-container {
    width: 100%;
  }
  .cd-gallery-container .heading {
    font-size: 17px;
    padding: 30px 0px 0px 0px;
  }
  .cd-gallery .cd-item-wrapper > li {
    padding-top: 20px;
  }
  .cd-gallery .cd-item-wrapper.comboOffer .payRs {
    transform: none;
    border: none;
    box-shadow: 0 0 10px 4px rgba(61, 57, 60, 0.5);
  }
  .cd-gallery .cd-item-wrapper > li {
    height: 570px;
  }
  .paytab ul li a {
    font-size: 18px;
    width: 84%;
  }
  .paytab {
    width: 86%;
    margin: 0 auto;
    float: none;
  }
  .paytab ul li a {
    font-size: 14px;
    width: 84%;
    padding: 3% 8%;
  }
  .tabright {
    width: 90%;
    margin: 0 auto;
    float: none;
    border: 0px;
  }
  .paylock {
    font-size: 12px;
    line-height: 18px;
    float: none;
    width: 250px;
    margin: 0 auto;
  }
  .hidepay {
    padding: 30px 10px 30px 10px;
  }
  .cardtxt {
    font-size: 12px;
    margin-top: 30px;
  }
  .cardinput {
    padding: 6px;
    margin-top: 10px;
    border: 1px solid #c3c3c3;
  }
  .expdiv {
    margin-top: 0px;
  }
  .drop_style .selected {
    font-size: 14px;
    line-height: 14px;
    padding: 11px 5px 11px 10px;
    width: 55px;
  }
  .droparw {
    top: 14px;
    width: 11px;
    right: 12px;
    height: 11px;
  }
  .cvvcl {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0px;
    width: 70px;
  }
  .paybdn {
    padding: 10px 0px;
    width: 100%;
    font-size: 16px;
    display: block;
  }
  .paycancel {
    font-size: 16px;
    float: right;
    margin-left: 25px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 680px) {
  .cloepop {
    font-size: 2vw;
  }
  .userpopimg {
    width: 64px;
    height: 64px;
  }
  .gamefl_right .secnew {
    padding-bottom: 19px;
  }
  .headTitle {
    padding: 0px 0px 15px 0px;
  }
  .hidemobile {
    display: none;
  }
  .catCar .head span {
    font-size: 15px;
  }
  .catCar .head img.small {
    display: inline-block;
    width: 4vw;
    vertical-align: bottom;
  }
  .bxslider_catCar li a {
    font-size: 12px;
  }
  .poptsbxcvg {
    width: 90%;
  }
}
@media screen and (max-width: 568px) {
  .catagmain {
    margin: 3vw 0px 4vw 0px;
  }
  .drparw {
    right: 25px;
  }
  .popalb-slider li {
    width: 190px;
    margin-right: 18px;
  }
  .newgames_col:nth-last-child(2) {
    margin: 0px;
    display: none;
  }
  .newgames_col {
    width: 100%;
    margin-right: 0;
  }
  .imgcolne {
    margin-top: 4%;
  }
  .colne2 {
    margin-top: 6%;
  }
  .secnew {
    padding-bottom: 21px;
  }
  .wrapper_new {
    padding-bottom: 10px;
  }
  .featuresgma {
    margin: 0px 0px 18px 0px;
  }
  .more {
    font-size: 13px;
    color: #ff0000;
    letter-spacing: -0.32px;
    float: right;
    margin-right: 10px;
    padding: 5px 10px;
    border: 1px solid #ff0000;
    border-radius: 20px;
    font-weight: 700;
  }
  .more.blue {
    color: #006fdd;
    border: 1px solid #006fdd;
    margin-right: 0px;
    font-weight: 700;
  }
  .gamefl_left {
    width: 100%;
    float: none;
  }
  .gamefl_right {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .gamefl_right .imgcol {
    width: 23%;
  }
  .gamefl_right .imgcolne {
    margin-top: 14px;
  }
  .gamefl_right .imgcolnetxt {
    font-size: 15px;
    padding-bottom: 2px;
  }
  .gamefl_right .colne2 {
    margin-top: 20px;
    width: 17%;
  }
  .gamefl_right .secnew:nth-last-child(2) {
    display: block;
    padding-bottom: 19px;
  }
  .gamefl_right .secnew:nth-last-child(3) {
    padding-bottom: 19px;
  }
  .gamefl_right .secnew:last-child {
    display: block;
  }
  .gamefl_right .imgcolne {
    margin-top: 10px;
  }
  .gamefl_right .colne2 {
    margin-top: 10px;
    width: 22%;
  }
  .headTitle {
    padding: 0px 0px 10px 0px;
  }
  .gamefl_right .newgames_col {
    margin-bottom: 20px;
  }
  .shareheros-slider li {
    margin-right: 11px;
    margin-bottom: 15px;
  }
  .toppaid .more.blue {
    margin-right: 10px;
  }
  .catCar .head .more {
    margin: 0px;
  }
}
@media screen and (max-width: 414px) {
  .thumbtxt {
    font-size: 3vw;
  }
  .lablen {
    font-size: 3vw;
  }
  .drparw {
    right: 20px;
  }
  .catagmain ul li a {
    padding: 5px 8px;
    font-size: 12px;
  }
  .popalb-slider li {
    width: 130px;
    margin-right: 18px;
  }
  .slidehead {
    font-size: 14px;
  }
  .gamefl_right .imgcolne {
    margin-top: 4px;
  }
  .gamefl_right .colne2 {
    margin-top: 12px;
    width: 25%;
  }
  .headTitle h2 {
    font-size: 13px;
  }
  .catCar .head img.small {
    width: 6vw;
    vertical-align: sub;
  }
  .catCar .head span {
    font-size: 14px;
  }
  .socicn {
    width: 23px;
  }
  .catinner ul li {
    width: 31.2%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  .catinner ul li .slidehead {
    font-size: 11px;
    padding-top: 5px;
  }
  .fbshr {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .tweetshr {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .gplusshr {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .fullscr {
    width: 20px;
    height: 20px;
  }
  .saherec {
    padding: 15px 0px;
  }
  .gamdtdv {
    padding: 10px 8px;
    box-shadow: none;
    margin-bottom: 20px;
  }
  .gametitg {
    font-size: 18px;
  }
  .catgndesc {
    font-size: 13px;
    border-bottom: 0px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    padding-top: 15px;
  }
  .tags a {
    font-size: 10px;
    padding: 10px 20px;
    margin-right: 7px;
    margin-top: 15px;
  }
  .cd-gallery-container .heading {
    font-size: 17px;
    padding: 30px 0px 0px 0px;
  }
  .cd-gallery .cd-item-wrapper > li {
    padding-top: 20px;
  }
}
@media screen and (max-width: 375px) {
  .gamefl_right .imgcol {
    width: 26%;
  }
  .popalb-slider li {
    width: 130px;
    margin-right: 10px;
  }
  .gamefl_right .imgcolne {
    margin-top: 0px;
  }
  .shareheros-slider li {
    width: 115px;
    margin-right: 11px;
  }
  .share_heros .slidehead {
    font-size: 13px;
  }
  .bxslider_catCar li a {
    font-size: 4vw;
  }
  .footer {
    padding-left: 10px;
    font-size: 11px;
  }
  .socicn {
    width: 20px;
  }
  .socialicn {
    right: 5px;
    top: -5px;
  }
  .catinner ul li {
    width: 30%;
    margin-right: 3.3%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 360px) {
  .catagmain ul li {
    margin: 0px 5px 10px 0px;
  }
  .catagmain ul li a {
    padding: 7px 8px;
    font-size: 11px;
  }
  .gameicn {
    vertical-align: middle;
  }
  .imgcolne {
    margin-top: 0px;
  }
  .colne2 {
    margin-top: 3%;
  }
  .cd-gallery-container .heading {
    font-size: 14px;
    padding: 30px 0px 0px 0px;
  }
  .cd-gallery .cd-item-wrapper > li {
    padding-top: 20px;
  }
}
@media screen and (max-width: 320px) {
}

*{padding:0; margin:0; outline:0;}
a img{border:none}a{text-decoration:none}a:hover{text-decoration:none}
ul, li{padding:0; margin:0; list-style:none}
.FL{float:left}.FR{float:right}.CL{clear:both; font-size:0; line-height:0; height:0}.CL1{clear:both}
.CTR{text-align:center}.TAR{text-align:right}.uline{text-decoration:underline}.UC{text-transform:uppercase}
.FL{float:left;}.FR{float:right;}.FN{float:none;}.CL{clear:both; font-size:0; line-height:0; height:0;}.CL1{clear:both}
:focus{outline:0}.PR{position:relative}
.checkBox{height:13px; width:13px; vertical-align:middle}
.no_brd{border:0 !important}.dsno{ display:none}

.clearfix:before,.clearfix:after{content:" "; display:table;}
.clearfix:after{clear:both}
.clearfix{*zoom:1}

body{font-family: 'Muli', sans-serif; line-height:1.2; margin:0;background: #ffffff;}
.headerbx{background: #1d1c1c; background: -moz-linear-gradient(top, #1d1c1c 0%, #006cea 100%); background: -webkit-linear-gradient(top, #30d4fe 0%,#006cea 100%); background: linear-gradient(to bottom, #1d1c1c 0%,#006cea 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30d4fe', endColorstr='#006cea',GradientType=0 ); padding:0px 0px 1.4vw 0px;}
.wraper{width:1170px; margin:0 auto; position:relative;}
.wraperapp{width:1170px; margin:0 auto; position:relative;}
.headermain{ background:#ffffff;}
.header{padding:1.4vw 0px; position:relative;}
.bodyhidd{overflow:hidden;}
.logo{background:url(../images/stella_logo.png) no-repeat; background-size:100%; width:236px; height:49px; display:block; float:left;}
.userin{float:right; margin-left:5vw; position:relative;}
.searchout{float:right; background:#fff; width:550px; height:24px; padding:5px 10px 5px 15px; border-radius:5px; position:relative; z-index:999;}
.searchinput{width:70%; font-size:16px; line-height:25px; border:0px; font-weight:500; letter-spacing:-0.4px;}
.sechbtn{width:17px; height:17px; display:block; background:url(../images/srchbtn.png) no-repeat; background-size:100%; float:right; margin-top:3px;}
.sechbtnmob{width:19px; height:19px; background:url(../images/srchmob.png) no-repeat; background-size:100%; vertical-align:middle; margin-right:10px; display:none;}
.userimg{width:32px; margin-right:15px; vertical-align:middle;}
.uname{display:inline-block; margin-right:10px; color:#4c4145; font-size:0.8vw; font-weight:600;}
.userimg img{width:100%; height:auto; display:block; border:2px solid #707070; border-radius:100px;}
.drparw{width:10px; height:6px; display:inline-block; vertical-align:middle; background:url(../images/drparw.png) no-repeat; background-size:100%;}
.home_slider{position:relative;}
.bx-wrapper .bx-prev{left:-25px; background:url(../images/prev_arw.png) no-repeat;}
.bx-wrapper .bx-next{right:-25px; background:url(../images/next_arw.png) no-repeat;}
.bx-wrapper .bx-controls-direction a {position: absolute; top: 50%; margin-top:-25px; outline: 0; width:50px; height:50px; text-indent: -9999px; z-index:9;}
.slidev{position:relative;}
.slidev img{width:100%; height:auto; display:block; border-radius:10px;}
.banner_trans{background:url(../images/banner_trans.png) repeat-x bottom left; width:100%; height:100%; position:absolute; z-index:94; bottom:0px; left:0px; border-radius:10px;}
.banntxtbtm{position:absolute; z-index:99; bottom:15px; left:28px; width:300px;}
.banntxtc{color:#fff; font-size:1vw; font-weight:900;}
.veiwmbtn{background:#ff0000; border-radius:20px; padding:8px 30px; text-align:center; font-size:0.6vw; font-weight:700; color:#fff; text-transform:uppercase; display:inline-block; margin-top:18px;}
.acctrans{background:#000; opacity:0.9; position:fixed; z-index:992; width:100%; height:100%; display:none;}
.actdrop{width:370px; position:absolute; z-index:994; right:0px; top:0px; display:none;}
.dropsec{width:100%; text-align:center; background:#fff; padding:2vw 0px 0vw 0px; border-radius:8px; display:inline-table; overflow:auto;}
.drparw{background:url(../images/droparw.png) no-repeat; width:21px; height:13px; position:absolute; z-index:999; top:-12px; right:50px;}
.userpopimg{width:104px; height:104px; border-radius:200px; margin:0 auto;}
.userpopimg img{border:3px solid #d8d8d8; width:100%; height:auto; display:inline-block; border-radius:200px;}
.popuname{color:#4c4145; font-size:0.8vw; padding:1vw 0px 2vw 0px;}
.btnsubscribe{background:#1d9206;; padding:9px 40px; color:#fff; font-size:0.8vw; border-radius:30px; text-transform:uppercase; font-weight:700; display:inline-block; margin-bottom:1vw;}
.subbtm{background:#f1f1f1; border-radius:0px 0px 8px 8px; padding:1vw 0px 1.2vw 0px;}
.whytxt{color:#fe0101; font-size:0.8vw; padding-bottom:0.8vw;}
.subbtm li{font-size:0.7vw; color:#458e01; padding-bottom:5px;}
.btnsignout{background:#ff0000;; padding:9px 40px; color:#fff; font-size:0.8vw; border-radius:30px; text-transform:uppercase; font-weight:700; display:inline-block; margin-top:1vw; margin-bottom:15px;}
.ohidden{overflow:hidden;}
.cloepop{color:#000; font-size:0.7vw; padding:2px 6px; border:1px solid #000; border-radius:100px; position:absolute; z-index:999; top:15px; right:10px;}
.mobtopbann{display:none;}
.catagmain{margin:1vw 0px 1.5vw 0px; text-align:center;}
.catagmain ul li{background:#ececec; margin:0px 15px 10px 0px; display:inline-block; border-radius:10px; text-transform:uppercase;}
.catagmain ul li a{padding:7px 15px; font-size:16px; color:#000; font-weight:600; display:block; font-weight:800;}
.gameicn{width:20px; height:auto; vertical-align:bottom; margin-right:8px; display:inline-block;}
.gameicn img{width:100%; height:auto; display:block;}

.wrappercat{width:1170px; margin:0 auto; position:relative;}
.headTitle{padding:0px 0px 20px 0px;}
.headTitle h2{font-size:22px; color: #000; text-transform:uppercase; letter-spacing: -0.43px; font-weight:800;}
.more{font-size:14px; color:#000; letter-spacing:-0.32px; float:right; margin-right:10px;}

.popalb-strip{width:100%; overflow:hidden;}
.gmdtls-strip{width:100%; overflow:hidden;}
.popalb-slider{overflow:auto; overflow-y:hidden; padding-bottom:8px;}
.gmdtls-slider{overflow:auto; overflow-y:hidden; padding-bottom:8px;}
.popAlbum li img{width:100%; height:auto; display:block;}
.popalb-slider li{width:270px; margin-right:30px; float:left; overflow:hidden; background: #FFF; box-shadow:11px 8px 8px -13px rgba(0,0,0,0.10);}
::-webkit-scrollbar { display: none;}
.pop-padd img{border-radius:5px;}
.slidehead{font-size:16px; color:#a2a29c; letter-spacing:-0.29px; font-weight:800; padding:12px 0px 0px 0px; white-space: nowrap; text-align:center; overflow: hidden; text-overflow: ellipsis; width:100%;}
.featuresgma{margin:0px 0px 35px 0px;}

.wrapper_new{width:1170px; margin:0 auto; position:relative; padding-bottom:30px;}
.headTitle.blue h2{color:#ffc111;}

.newgames_col{width:31%; float:left; margin-right:3%;}
.newgames_col:last-child{margin:0px;}
.secnew{padding-bottom:25px;}
.colne1{width:70%; float:left;}
.colne2{width: 23%; float: right;}
.imgcol{width:30%; float:left; border-radius:5px;}
.imgcol img{width:100%; height:auto; display:block; border-radius:5px;}
.imgcolne{width:55%; float:left; margin-left:5%;}
.imgcolnetxt{color:#a2a29c; font-size:16px; padding-bottom:4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:100%;}
.imgcolnedesc{color:#a4a4a4; font-size:14px; padding-bottom:4px;}
.starfull{width:13px; height:13px; background:url(../images/starfull.png) no-repeat; background-size:100%; display:inline-block; margin-right:3%;}
.starempty{width:13px; height:13px; background:url(../images/emptystar.png) no-repeat; background-size:100%; display:inline-block; margin-right:3%;}
.playbtn{font-size:12px; color:#ffc111; padding:10px 0px; width:96%; font-weight:900; text-align:center; border:2px solid #d9771c; display:inline-block; border-radius:20px; text-transform:uppercase;}

.gamefl_left{width:65%; float:left;}
.gamefl_left img{width:100%; height:auto; display:block;}
.gamefl_right{width:32%; float:right;}
.gamefl_right .newgames_col{width:100%; margin:0px;}
.gamefl_right .secnew{padding-top:0px; padding-bottom:15px;}
.gamefl_right .imgcolne{margin-top: 6px;}
.gamefl_right .colne2{margin-top:15px;}
.gamefl_right .imgcol{width:28%;}
.gamefl_right .imgcolnetxt{font-weight:700;}
.gamefl_right .secnew:last-child{padding:0px;}

.share_heros .popalb-slider li{width:170px; margin-right: 30px; float: left;}
.share_heros .slidehead{font-size:15px; font-weight:700; padding-top:10px;}
.shareheros-slider{overflow:auto; overflow-y:hidden; padding-bottom:8px;}
.popAlbum li img{width:100%; height:auto; display:block;}
.shareheros-slider li{width:170px; margin-right:25px; float:left; margin-bottom:25px;}
.share_heros .featuresgma{margin-bottom:10px;}
.gomdesk{background:#000; border-radius:5px;}
.gomimgne{border-radius:5px 5px 0px 0px;}
.gomimgne img{width:100%; height:auto; display:block; border-radius:5px 5px 0px 0px;}
.gomimgnethmb{padding:8px 0px 15px 0px;}

.gomdesk .mobthumb_ban{position:relative;}
.gomdesk .mobthumb_ban ul li{width:22.1%; float:left; position:relative; border-radius:5px; margin-right:2%;}
.gomdesk .mobthumb_ban ul li img{width:100%; height:auto; display:block; border-radius:5px;}
.gomdesk .thumb_trans{background:url(../images/thumb_trans1.png) repeat-x bottom left; width:100%; height:100%; position:absolute; z-index:94; bottom:-2px; left:0px;}
.gomdesk .thumbdesc{width:90%; position:absolute; z-index:99; bottom:5px; left:50%; margin-left:-45%;}
.gomdesk .thumbtxt{font-size:16px; color:#fff; font-weight:600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:100%; display:inline-block; margin-top:6px;}
.gomdesk .lablen{color:#fff; font-size:14px; text-transform:uppercase; padding:2px 6px; display:inline; margin-bottom:5px;}
.gomdesk .lablen.yellow{background:#faad08;}
.gomdesk .lablen.green{background:#5dbe00;}
.gomdesk .lablen.blue{background:#0188c7;}
.gomdesk .lablen.pink{background:#ff5d3a;}
.mobthumb_banout{width:100%; overflow:hidden;}
.mobthumb_baninn{width:106%;}
.gomdesk .mobthumb_ban ul li:last-child{margin:0px;}

.catCar{border-radius:10px;display:table;width:calc(100% - 100px);padding:50px 50px 34px;margin-bottom:30px}
.catCar .head{display:table-cell;vertical-align:middle;text-align:center; width:23%;}
.catCar .head img.big{width:80px;display:inline-block}
.catCar .head img.small{width:5.5vw;display:none}
.catCar .head span{font-size:48px;font-weight:900;color:#fff;display:block}
.catCar .head .more{display:none}
.bxslider_catCar{display:table-cell;vertical-align:middle}
.bxslider_catCar .bx-wrapper{position:relative}
.bxslider_catCar .bx-wrapper .bx-controls-direction a{width:36px;background-size:100%}
.bxslider_catCar ul{}
.bxslider_catCar li{text-align:center}
.bxslider_catCar li a{color:#fff;font-size:18px;font-weight:bold}
.bxslider_catCar li img{width:100%}
.bxslider_catCar li span{display:block;padding-top:15px}
.bxslider_catCar.touchView li{display:inline-block;float:left;width:100px;margin:0 10px 0 0}

.topFreeItem{padding:20px;text-align:center;border-radius:10px}
.topFreeItem a img{border:4px solid #fff;border-radius:10px;width:calc(100% - 8px);box-shadow:5px 5px 10px 0px rgba(0,0,0,0.75)}
.topFreeItem .slidehead{font-size:20px;font-weight:bold;color:#fff;margin-top:20px;padding:0}
.topFreeItem .slidesynop{font-size:16px;font-weight:bold;color:#fff;margin-top:20px}
.topFreeItem .playnow{background:#000;font-size:16px;font-weight:bold;color:#fff;line-height:38px;padding:0 30px;display:inline-block;border-radius:50px;margin-top:25px}
.topFree{padding-bottom:30px;}

.footer{background:#3d4045; padding:25px 0px; color:#fff; font-size:14px; text-align:center;}
.socialicn{position:absolute; z-index:9; top:-8px; right:0px;}
.socicn{width:32px; margin-right:12px; display:inline-block;}
.socicn img{width:100%; height:auto; display:block;}
.closearw{display:none;}
.trans{background:#000; opacity:0.8; left:0px; top:0px; height:100%; width:100%; position:fixed; z-index:9999;}
.popup{background:#fff; border-radius:15px; position:fixed; z-index:9999; left: 50%; top: 50%; transform: translate(-50%, -50%); display:none; width:50%;}
.popleft{border-radius:15px 0px 0px 15px; width:40%; float:left;}
.popleft img{width:100%; height:auto; display:inline-block;border-radius:15px 0px 0px 15px;}
.popright{width:56%; float:right;}
.popadd{padding:25px 40px 0px 0px;}
.poptitle{font-size:38px; color:#333333; font-weight:700;}
.logman{padding:25px 0px; font-size:20px; color:#333333; font-weight:600;}
.fblog{display:inline-block; margin-left:20px; width:40px; height:40px; background:url(../images/fblog.png) no-repeat; background-size:100%; vertical-align:text-bottom;}
.gpluslog{display:inline-block; margin-left:35px; width:40px; height:40px; background:url(../images/gpluslog.png) no-repeat; background-size:100%; vertical-align:text-bottom;}
.orline{position:relative; border-bottom:1px solid #ccc; padding:8px 0px; margin-bottom:30px;}
.ortxt{font-size:11px; color:#fff; letter-spacing:-0.32px; border-radius:100px; text-transform:uppercase; padding:7px 5px; display:block; text-align:center; position:absolute; left:50%; margin-left:-12px; background:#c9c9c9; top:50%; margin-top:-5px;}

.regnbc{color:#000;}
.regmail{color:#000; font-size:14px; font-weight:700;}
.reginput{margin-top:18px; border: 0px; border: 1px solid #e5e5e5; border-radius:5px; padding:2% 3%;  font-size: 14px; color: #666666; display: block; width:94%;}
.padtxt{font-size:14px; margin:0px 25px 0px 0px; font-weight:700; color:#333; margin-top:18px;}
.shwpass{font-size: 140px; color: #666; margin-top: 20px; display: inline-block;}
.mobdv{margin-top:18px;}
.stdcode{display: inline-block; width:10%; font-size:14px; color: #666666;}
.mobcode{display:inline-block; width:89%;}
.mobcode .reginput{margin-top:0px;}
.tabdiv ul li{float:left; list-style:none; padding:0px; margin:0px; width:25%;}
.tabdiv ul li a{font-size:14px; text-decoration:none; margin:0px 25px 0px 0px; font-weight:700; color: #333; display:inline-block;}
.tabdiv ul li a.act{color:#000;}
.tabdivn ul li{float:left; list-style:none; padding:0px; margin:0px; width:25%;}
.tabdivn ul li a{font-size:14px; text-decoration:none; margin:0px 25px 0px 0px; font-weight:700; color: #333; display:inline-block;}
.tabdivn ul li a.act{color:#000;}
.hide{ display:none;}.hiden{ display:none;}
.forpass{margin-top:15px; font-size:14px; color:#999999; display: block; font-weight:500; text-align:right;}
.signupc{font-size:130%; color:#9B9B9B; letter-spacing:-0.27px; margin-top:10px; padding-bottom:10px;}
.btnsubcvc{background:#35cc62; border-radius:3px; width:100%; padding:12px 0px; text-align:center; font-size:14px; color:#fff; font-weight:700; margin-top:25px; text-transform:uppercase; display:block;}
.signupc{color:#999999; font-size:14px; padding-top:20px; letter-spacing:0px; text-align:center;}
.signupc a{color:#35cc62; font-size:14px; text-transform:uppercase;}
.fortitle{padding:75px 0px; font-size:20px; color:#333333; font-weight:700;}
.forgotd{display:none;}
.signupd{display:none;}
.forgotd .btnscc{padding-top:60px;}
.bidbtn .btnscc .btnsubcvc{background:#ff0000; border-radius:3px; width:35%; padding:12px 0px; text-align:center; float:left; margin:0px; font-size:14px; color:#fff; font-weight:700; text-transform:uppercase; display:block;}
.bidbtn .btnscc .btnsubsub{background:#35cc62; border-radius:3px; width:35%; padding:12px 0px; text-align:center; float:right; font-size:14px; color:#fff; font-weight:700; text-transform:uppercase; display:block;}
.signtcx{color:#999999; font-size:14px; font-weight:800; padding-top:15px; text-align:center;}
.signupd .btnscc{padding-top:40px;}
.hidmobhoz{display:block !important;}
.hidedesk{display:none !important;}
.poptrans{display:none;}

.catouter{width:100%; overflow:hidden;}
.catinner{width:102.5%; overflow:hidden;}
.catinner ul li{width:23%; margin-right:2%; float:left; margin-bottom:4%;}
.catinner ul li img{width:100%; height:auto; display:block;}
.wrapperndets{width:1170px; margin:0 auto; position:relative;}

.playerdv img{width:100%; height:auto; display:block;}
.saherec{padding:20px 0px;}
.shareleft{float:left;}
.fbshr{display:inline-block; margin-left:5px; margin-right:20px; width:40px; height:40px; background:url(../images/fblog.png) no-repeat; background-size:100%; vertical-align:text-bottom;}
.tweetshr{display:inline-block; margin-left:5px; margin-right:20px; width:40px; height:40px; background:url(../images/tweetlog.png) no-repeat; background-size:100%; vertical-align:text-bottom;}
.gplusshr{display:inline-block; margin-left:5px; margin-right:20px; width:40px; height:40px; background:url(../images/gpluslog.png) no-repeat; background-size:100%; vertical-align:text-bottom;}
.fullscr{display:block; float:right; width:32px; height:32px; background:url(../images/fullscr.png) no-repeat; background-size:100%; margin-right:10px;}
.gamdtdv{background:#fff; padding:40px 50px 25px 25px; -webkit-box-shadow: 0px 0px 12px 0px #636262; -moz-box-shadow: 0px 0px 12px 0px #636262; box-shadow: 0px 0px 12px 0px #636262; margin-bottom:45px;}
.gametitg{color:#333333; font-weight:900; font-size:23px;}
.gamdtdv .stardi{padding:8px 0px 0px 0px;}
.gamdtdv .stardi .starfull{margin-right:3px; width:16px; height:16px;}
.gamdtdv .stardi .starempty{margin-right:3px; width:16px; height:16px;}
.cagamed{font-size:18px; color:#000;}
.catgndesc{font-size:20px; color:#000; border-bottom:1px solid #e2e2e2; padding-bottom:40px; margin-bottom:20px; padding-top:15px;}
.tags a{border:2px solid #006fdd; font-size:14px; color:#006fdd; padding:10px 25px; border-radius:50px; text-transform:uppercase; margin-right:20px; display:inline-block; font-weight:800;}
.paymedtl{padding:30px 0px;}
.paytab{width:28%; float:left;}
.paytab ul li{list-style:none; padding:0px; margin:0px; width:100%;}
.paytab ul li a{font-size:18px; width:90%; text-decoration:none; border:1px solid #c6c6c6; border-radius:10px; background:#fff; margin-bottom:20px; padding:5% 8%; position:relative; font-weight:700; color: #333; display:inline-block;}
.paytab ul li a.act{color:#fff; background:#2fd1fe; border:1px solid #2fd1fe;}
.paytab ul li a.act span{background:url(../images/payarw.png) no-repeat; background-size:100%; width:15px; height:25px; display:inline-block; position:absolute; z-index:9; right:5%;}
.tabright{border:2px solid #00dbff; float:right; width:67%; border-radius:10px;}
.hidepay{ display:none; padding:30px 40px 30px 70px;}
.transl{z-index:99; position:absolute; background:#000; opacity:0.7; width:100%; height:100%; display:none;}
.clearsrch{background:url(../images/clearsrch.png) no-repeat; width:18px; height:18px; float: right; margin-top: 3px; display:none; background-size:100%;}
#search-panel{background:#fff; position:absolute; z-index:999; left:100%; top:0px; width:100%; display:none;}
.searchheader{padding:15px 15px 10px 15px; border-bottom:1px solid #d6d6d6;}
.srchnext{padding:0px 0px 0px 0px;}
.srchscroll{background: #fff; position: absolute; left: 0px; width: 100%; border-radius:0px 0px 5px 5px; display:none;}
.srchnext ul li a{color:#333333; font-size:14px; padding:8px 0px 8px 15px; display:block; border-top:1px solid #b9b9b9;}
.schimg{width:20%; display:inline-block;  margin-right:10px; border-radius:5px;}
.srchnext ul li a img{width:100%; height:auto;}
.subbg{background:url(../images/subbg.jpg) no-repeat;}
.subtxtb{text-align:center; color:#fff; padding:40px 0px; font-size:32px; font-weight:700;}


.cd-container {width:100%;max-width:1120px;margin:0 auto}
.cd-container::after {content:'';display:table;clear:both}
.cd-gallery-container {margin:0 auto;position:relative}
.cd-gallery-container .heading{font-size:28px;padding:40px 0px 30px 0px; text-align:center; color:#fff;}

.cd-gallery {margin-top:0;position:relative;z-index: 5}
.cd-gallery-container{width:1120px; margin:0 auto;}
.cd-gallery > li {position:relative;margin-bottom:1em}
.cd-gallery .cd-item-wrapper {position:relative}
.touch .cd-gallery .cd-item-wrapper {-webkit-perspective:800px;-moz-perspective:800px;perspective:800px}
.cd-gallery .cd-item-wrapper > li {border-radius:0.25em; padding-top:60px; height:700px;text-align:center}
.cd-gallery .cd-item-wrapper > li .payRs{margin:16px 30px;border-radius:10px;font-size:14px}
.cd-gallery .cd-item-wrapper > li .payCoins i.icon-ic_coins-69{font-size:20px;color:#fc8822;vertical-align:middle}
.cd-gallery .cd-item-wrapper > li .payCoins .h{padding:10px 0 7px 0;text-align:center;font-size:16px;border-bottom:1px solid #e5e5e5;color:#333}
.cd-gallery .cd-item-wrapper > li .payCoins .b{padding:18px}
.cd-gallery .cd-item-wrapper > li .payCoins .b .coi{font-size:18px;color:#535353;text-align:left;padding-left:5px;line-height:24px}
.cd-gallery .cd-item-wrapper > li .payCoins .b .coi span{font-size:24px;color:#333;display:block}
.cd-gallery .cd-item-wrapper > li .payCoins .f{font-size:13px}
.cd-gallery .cd-item-wrapper > li .payCoins .f em{color:#fc8822}
.cd-gallery .cd-item-wrapper > li .payCoins .f a{color:#2196f3}
.cd-gallery .cd-item-wrapper > li .payCoins .f a:hover{text-decoration:underline}
.cd-gallery .cd-item-wrapper > li .payCoins .e{font-size:13px;padding:10px 0 0}
.cd-gallery .cd-item-wrapper.comboOffer .payRs{transform:scale(1.20); border:none;box-shadow:0 0 10px 4px rgba(61,57,60,0.5);}
@-webkit-keyframes cd-rotate{0%{-webkit-transform:perspective(800px) rotateY(0)}
70%{-webkit-transform:perspective(800px) rotateY(200deg)}
100%{-webkit-transform:perspective(800px) rotateY(180deg)}
}
@-moz-keyframes cd-rotate{0%{-moz-transform:perspective(800px) rotateY(0)}
70%{-moz-transform:perspective(800px) rotateY(200deg)}
100%{-moz-transform:perspective(800px) rotateY(180deg)}
}
@keyframes cd-rotate{0%{-webkit-transform:perspective(800px) rotateY(0);-moz-transform:perspective(800px) rotateY(0);-ms-transform:perspective(800px) rotateY(0);-o-transform:perspective(800px) rotateY(0);transform:perspective(800px) rotateY(0)}
70%{-webkit-transform:perspective(800px) rotateY(200deg);-moz-transform:perspective(800px) rotateY(200deg);-ms-transform:perspective(800px) rotateY(200deg);-o-transform:perspective(800px) rotateY(200deg);transform:perspective(800px) rotateY(200deg)}
100%{-webkit-transform:perspective(800px) rotateY(180deg);-moz-transform:perspective(800px) rotateY(180deg);-ms-transform:perspective(800px) rotateY(180deg);-o-transform:perspective(800px) rotateY(180deg);transform:perspective(800px) rotateY(180deg)}
}
@-webkit-keyframes cd-rotate-inverse{0%{-webkit-transform:perspective(800px) rotateY(-180deg)}
70%{-webkit-transform:perspective(800px) rotateY(20deg)}
100%{-webkit-transform:perspective(800px) rotateY(0)}
}
@-moz-keyframes cd-rotate-inverse{0%{-moz-transform:perspective(800px) rotateY(-180deg)}
70%{-moz-transform:perspective(800px) rotateY(20deg)}
100%{-moz-transform:perspective(800px) rotateY(0)}
}
@keyframes cd-rotate-inverse{0%{-webkit-transform:perspective(800px) rotateY(-180deg);-moz-transform:perspective(800px) rotateY(-180deg);-ms-transform:perspective(800px) rotateY(-180deg);-o-transform:perspective(800px) rotateY(-180deg);transform:perspective(800px) rotateY(-180deg)}
70%{-webkit-transform:perspective(800px) rotateY(20deg);-moz-transform:perspective(800px) rotateY(20deg);-ms-transform:perspective(800px) rotateY(20deg);-o-transform:perspective(800px) rotateY(20deg);transform:perspective(800px) rotateY(20deg)}
100%{-webkit-transform:perspective(800px) rotateY(0);-moz-transform:perspective(800px) rotateY(0);-ms-transform:perspective(800px) rotateY(0);-o-transform:perspective(800px) rotateY(0);transform:perspective(800px) rotateY(0)}
}

.planimg{border-radius:10px 10px 0px 0px; position:relative;}
.planimg img{width:100%; height:auto; display:block; border-radius:10px 10px 0px 0px;}

.basictag{width:100px; height:30px; position:absolute; z-index:9; background:url(../images/basic_tag.png) no-repeat; background-size:100%; top:-5px; right:7px;}
.protag{width:110px; height:33px; position:absolute; z-index:9; background:url(../images/pro_tag.png) no-repeat; background-size:100%; top:-5px; right:7px;}
.advancetag{width:100px; height:30px; position:absolute; z-index:9; background:url(../images/advtag.png) no-repeat; background-size:100%; top:-5px; right:7px;}

.plandesc{border:1px solid #e7e7e7; border-top:0px; border-radius:0px 0px 10px 10px; background:#fff;}
.planmidd{padding:15px 30px 0px 30px; text-align:left;}
.planmidd ul{margin-left: 0; padding-left: 0; list-style-type: none;}
.planmidd ul li{list-style-image:url(../images/bull.png); list-style-position:outside; position: relative; margin-left:20px; font-size:17px; margin-bottom:5px; color:#777777; text-align:left;}
.planmidd ul{padding-bottom:15px; border-bottom:3px solid #ff9c00; margin-bottom:5px;}
.subamt{color:#f25277; font-size:22px; font-weight:700; padding-bottom:40px; position:relative;}
.subamtn{font-size:50px; font-weight:800;}
.rupeeicn{background:url(../images/rupeeicn.png) no-repeat; width:18px; height:25px; display:inline-block; margin-right:5px; background-size:100%; vertical-align: super;}
.plansub{ border:1px solid #c6c6c6; border-radius:20px; padding:10px 0px; font-size:14px; color:#000; text-align:center; width:60%; margin-left:-30%; text-transform:uppercase; background:#fff; position:absolute; z-index:9; bottom:-20px; left:50%;}
.plansub.act{ border:1px solid #2fd1fe; border-radius:20px; padding:10px 0px; font-size:14px; color:#fff; text-align:center; width:60%; margin-left:-30%; text-transform:uppercase; background:#2fd1fe; position:absolute; z-index:9; bottom:-20px; left:50%;}

.paylock{font-size:14px; color:#b6b6b6; font-weight:800; float:right; line-height:18px;}
.paylock .lock{background:url(../images/lockimg.png) no-repeat; width:17px; height:21px; display:inline-block; float:left; margin-right:8px; margin-top:2px;}
.paylock .txt{ float:left;}
.cardtxt{color:#686868; text-transform:uppercase; font-size:23px;}
.cardinput{border:2px solid #c3c3c3; background:#fff; padding:15px; margin-top:15px; border-radius:10px;}
.cardinrht{float:right; width:40%;}
.cardinrht img{width:100%; height:auto; display:inline-block;}
.cardtcbx{width:50%; float:left; border:0px; background:none; font-size:20px; height:28px; line-height:28px;}
.expdiv{margin-top:60px;}
.expleft{float:left;}
.expright{float:right;}
.drop_style{display:inline-block;color:#525252;position:relative;cursor:pointer;padding-right:10px}
.drop_style .selected{width:80px;font-size:22px;line-height:26px; position:relative;font-weight:700;border:2px solid #c3c3c3; border-radius:6px; padding:15px 10px 15px 25px; background:#fff; color:#686868; text-transform:uppercase;}
#othbank .selected span{font-weight:700}
.drop_style .selected i{float:right;padding:3px 10px 0 0;font-size:12px}
.drop_style .options{position:absolute;top:59px;left:0;z-index:11;display:none;width:118px}
.drop_style .options i{font-size:16px;color:#d6d6d6;position:absolute;top:0;left:24px;background:#fff;width:16px}
.drop_style .options ul{font-size:20px;background:#fff;border:1px solid #d6d6d6;border-radius:0 0 5px 5px;margin-top:0;padding-top:10px;height: 200px; overflow: auto;}
.drop_style .options ul a{display:block;padding:8px 14px;color:#8c8c8c}
.drop_style .options ul a:hover{background:#f5f5f5;color:#757575}
.dropde{margin-top:12px;}
.droparw{background:url(../images/drparwn.png) no-repeat; width:15px; height:13px; display:inline-block; background-size:100%; position:absolute; top:22px; right:18px; z-index:1}
.cvvcl{width:120px;font-size:22px;line-height:26px;font-weight:700;border:2px solid #c3c3c3; border-radius:6px; padding:15px 0px; background:#fff; color:#686868; text-align:center;}

/* Base for label styling */
[type="checkbox"]:not(:checked),[type="checkbox"]:checked {position:absolute;left:-9999px;outline:none}
[type="checkbox"]:not(:checked) + label,[type="checkbox"]:checked + label {position:relative;padding-left:50px;cursor:pointer;font-size:23px;font-weight:400; color:#686868;}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,[type="checkbox"]:checked + label:before {content:'';position:absolute;left:3px;top:1px;width:30px;height:30px;border:1px solid #aaa;background:#fff; border-radius:100px;}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,[type="checkbox"]:checked + label:after {content:"\2713";position:absolute;top:8px;left:10px;font-size:16px;line-height:1;color:#fff; transition:all .2s; border-radius:100px;background:#00dbff;padding:1px 3px;font-weight:600}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {opacity:0;transform:scale(0)}
[type="checkbox"]:checked + label:after {opacity:1;transform:scale(1.8)}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,[type="checkbox"]:disabled:checked + label:before {box-shadow:none;border-color:#bbb;background-color:#ddd}
[type="checkbox"]:disabled:checked + label:after {color:#fff;background:#ccc}
[type="checkbox"]:disabled + label {color:#aaa;}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,[type="checkbox"]:not(:checked):focus + label:before {/*border:1px dotted blue*/}
.accterm{margin-top:40px; position:relative;}
.paysubds{margin-top:35px;}
.paybdn{background:#2fd1fe; border-radius:5px; padding:15px 0px; text-align:center; width:300px; font-size:25px; color:#fff; display:inline-block; font-weight:700;}
.paycancel{font-size:22px; color:#007aad; text-decoration:underline; margin-left:30px; font-weight:700; display:inline-block;}
.redact{color:#fe0101; font-size:20px; font-weight:700;}
.renrs{color:#22b006; font-size:18px; font-weight:700; margin:0px 8px;}
.amtrs{color:#22b006; font-size:35px; font-weight:700;}
.daygrn{color:#22b006; font-size:25px; font-weight:700;}
.home{width:30px; height:30px; float:left;}
.homei{width:30px; background:url(../images/home.png) no-repeat; background-size:100%; height:30px; display:block;}

@media screen and (max-width:1280px) {
.popup {width: 90%;}	
}

@media screen and (min-aspect-ratio: 13/9){


}  /*landscape*/

@media screen and (max-aspect-ratio: 13/9){

}  /*portrait*/
@media screen and (max-width:1030px) {
.wraper{width:940px;}
.wraperapp{width:940px;}
.cd-gallery-container{width:900px;}
.logo{width:216px; height:35px;}
.searchout{width:420px;}
.searchinput{font-size:1.2vw;}
.uname{font-size:1.2vw;}
.actdrop{width:300px;}
.cloepop{font-size:1.2vw; padding:3px 6px;}
.userpopimg{width:84px; height:84px;}
.popuname{font-size:1.4vw; padding:1vw 0px 1.5vw 0px;}
.btnsubscribe{margin-bottom:1.5vw;}
.btnsubscribe, .btnsignout{font-size:1.2vw;}
.whytxt{font-size:1.2vw;}
.subbtm li{font-size:1.1vw;}
.banntxtc{font-size:1.3vw;}
.banntxtbtm{width:180px;}
.veiwmbtn{font-size:1.1vw;}
.wrappercat{width:940px;}
.wrapper_new{width:940px;}
.popalb-slider li{width:215px; margin-right:24px;}


.gamefl_left{width:62%; float:left;}
.gamefl_right{width:35%; float:right;}
.gamefl_right .secnew{padding-top: 0px; padding-bottom: 22px;}
.gamefl_right .imgcolne{margin-top:0px;}
.gamefl_right .colne2{margin-top:10px;}
.gamefl_right .secnew:last-child{padding:0px; display:none;}
.gamefl_right .secnew:nth-last-child(2){padding:0px;}
.gamefl_right .newgames_col:last-child{display:block;}
.headTitle h2 {font-size: 19px;}
.shareheros-slider li{width: 120px;}
.catCar .head img.big{width:50px;}
.catCar .head span{font-size: 25px;}
.popup{width:90%;}
.logman{padding:20px 0px;}

.catinner{width:102%; overflow:hidden;}
.wrapperndets{width:940px;}
.cd-container {max-width:940px;}


.paylock {font-size: 12px; line-height: 18px;}
.cardtxt {font-size: 17px;}
.cardinput {padding: 8px;margin-top: 10px;}
.expdiv {margin-top: 30px;}
.drop_style .selected {font-size: 18px;line-height: 18px;padding: 13px 10px 13px 25px;}
.droparw {top: 16px;}
.cvvcl{font-size: 18px;line-height: 18px;padding: 11px 0px;}
.accterm{margin-top:30px;}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {padding-left: 45px;font-size: 18px;}
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before{width: 25px; height: 25px;}
[type="checkbox"]:checked + label:after{transform: scale(1.6);}
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after{top: 5px; left: 8px;}
.paysubds{margin-top: 25px;}
.paybdn {padding: 10px 0px; width: 200px; font-size: 21px;}
.paycancel{font-size: 20px; margin-left: 25px;}

.redact{font-size:18px;}
.renrs{font-size:16px; margin:0px 5px;}
.amtrs{font-size:32px;}
.daygrn{font-size:22px;}
}
@media screen and (max-width: 376px){
.shareheros-slider li {
    width: 100px;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 320px){
  .shareheros-slider li {
    width: 143px;
    margin-right: 11px;
  }
}

@media screen and (max-width:900px){
.wraper{width:700px;}
.wraperapp{width:100%;}
.logo{width:142px; height:22px;}
.searchout{width:305px;}
.searchinput{font-size:1.4vw;}
.uname{font-size:1.5vw;}
.actdrop{width:250px;}
.dropsec{padding: 3.5vw 0px 0vw 0px;}
.cloepop{font-size:1.4vw; padding:3px 6px;}
.userpopimg{width:74px; height:74px;}
.popuname{font-size:1.5vw; padding:1.5vw 0px 1.5vw 0px;}
.btnsubscribe{margin-bottom:1.5vw;}
.btnsubscribe, .btnsignout{font-size:1.4vw;}
.whytxt{font-size:1.6vw;}
.subbtm li{font-size:1.5vw;}
.banntxtc{font-size:1.6vw;}
.banntxtbtm{width:180px;}
.veiwmbtn{font-size:1.3vw;}
.btnsignout{margin:2.4vw 0px 1vw 0px;}
.bx-wrapper .bx-prev{left:-20px; background-size:100%;}
.bx-wrapper .bx-next{right:-20px; background-size:100%;}
.bx-wrapper .bx-controls-direction a {position: absolute; top: 50%; margin-top:-20px; outline: 0; width:40px; height:40px; text-indent: -9999px; z-index:9;}
.catagmain{margin:2vw 0px 2.2vw 0px;}
.catagmain ul li{margin:0px 5px 10px 0px}
.catagmain ul li a{padding:7px 8px; font-size:13px;}
.drparw{right:30px;}
.wrappercat{width:700px;}
.wrapper_new{width:700px;}
.popalb-slider li{width:215px; margin-right:24px;}
.newgames_col{width:46%; margin-right:5%;}
.newgames_col:nth-last-child(2){margin:0px;}
.newgames_col:last-child{margin:0px; display:none;}
.headTitle h2 {font-size: 17px;}


.gamefl_left{width:58%; float:left;}
.gamefl_right{width:40%; float:right;}
.gamefl_right .secnew{padding-top: 0px; padding-bottom:28px;}
.gamefl_right .imgcolne{margin-top:0px;}
.gamefl_right .colne2{margin-top:10px; width:27%;}
.gamefl_right .secnew:last-child{padding:0px; display:none;}
.gamefl_right .secnew:nth-last-child(2){padding:0px; display:none;}
.gamefl_right .secnew:nth-last-child(3){padding:0px;}
.gamefl_right .newgames_col:last-child{display:block;}
.gamefl_right .imgcolnetxt{font-size:14px; padding-bottom:2px;}
.gamefl_right .imgcolnedesc{padding-bottom:2px; font-size:13px;}

.catCar{display:block;background:none !important;width:auto;padding:0px 0px 20px 0px;margin-bottom:2vw}
.catCar .head{display:block;text-align:left;padding:0 0 20px}
.catCar .head img.big{display:none}
.catCar .head img.small{display:inline-block; width:4vw;}
.catCar .head span{font-size:2.5vw;font-weight:900;display:inline-block;text-transform:uppercase;vertical-align:middle}
.catCar .head .more{display:block;float:right;margin-top:10px;}
.bxslider_catCar{display:block;overflow:auto;}	
.bxslider_catCar li a{color:#a2a29c;font-size:2vw}
.bxslider_catCar li span{padding-top:10px;}						
.sports,.action,.strategy{color:#000 !important;border-color:#000 !important}
.arcade,.adventure,.puzzle{color:#ffc111 !important;border-color:#d9771c !important}
.topFree{display:none}
.catCar .head{ width:100%;}
.catCar .bx-wrapper .bx-controls-direction a{display:none;}

.popadd{padding: 20px 30px 0px 0px;}
.poptitle{font-size: 22px;}
.logman{padding:10px 0px;font-size: 14px;}
.fblog{width:30px; height:30px;}
.gpluslog{width:30px; height:30px; margin-left:15px;}
.orline{margin-bottom: 24px;}
.reginput{margin-top: 12px;}
.padtxt {margin-top: 10px;}
.btnsubcvc {padding: 7px 0px; margin-top: 8px;}
.signupc{padding-top: 6px;}
.fortitle{padding: 55px 0px;}
.signupd .btnscc{padding-top:22px;}
.mobcode{width: 87%;}
.wrapperndets{width:700px;}
.fbshr{width:30px; height:30px; margin-right:10px;}
.tweetshr{width:30px; height:30px; margin-right:10px;}
.gplusshr{width:30px; height:30px; margin-right:10px;}
.fullscr{width:24px; height:24px;}
.catgndesc{font-size: 14px;}
.gametitg{font-size:20px;}
.cagamed{font-size:13px;}
.tags a{font-size: 12px; padding: 10px 22px; margin-right: 10px;}
.gamdtdv{padding: 25px 40px 20px 25px;}
.gamdtdv .stardi .starfull, .gamdtdv .stardi .starempty{width:14px; height:14px;}
.cd-gallery-container{width:760px;}
.cd-gallery .cd-item-wrapper > li .payRs {margin: 16px 10px;}
.cd-gallery .cd-item-wrapper > li{padding-top: 60px;}
.cd-container {max-width:760px;}
.cd-gallery .cd-item-wrapper.comboOffer .payRs{transform:scale(1.10);}
.planmidd ul li{font-size: 15px; margin-bottom: 4px;}
.subamtn{font-size:34px; font-weight:800;}
.rupeeicn{width:16px; height:22px; margin-right:0px; vertical-align:baseline;}
.subamt{font-size: 19px; padding-bottom: 30px;}

.paytab{width:25%;}
.paytab ul li a{font-size: 15px;}
.paytab ul li a.act span{width: 11px; height: 18px;}
.paylock {font-size: 12px; line-height: 18px;}
.tabright{width: 70%;}
.hidepay{padding: 30px 20px 30px 20px;}
.cardtxt {font-size: 14px;}
.cardinrht{width: 36%;}
.cardtcbx{font-size: 14px;}
.cardinput {padding: 8px;margin-top: 10px;}
.expdiv {margin-top: 30px;}
.drop_style .selected {font-size: 16px;line-height: 16px;padding:11px 10px 11px 17px;}
.droparw {top: 16px; width: 13px; height: 11px;}
.cvvcl{font-size: 16px;line-height: 16px;padding: 10px 0px;}
.accterm{margin-top:30px;}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {padding-left: 37px; font-size: 15px;}
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before{width: 20px; height: 20px;}
[type="checkbox"]:checked + label:after{transform: scale(1.2);}
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after{top:3px; left:5px;}
.paysubds{margin-top: 25px;}
.paybdn {padding: 10px 0px; width: 200px; font-size:18px;}
.paycancel{font-size:18px; margin-left: 25px;}
.redact{font-size:16px;}
.renrs{font-size:14px;}
.amtrs{font-size:28px;}
.daygrn{font-size:18px;}
.unsub .subbtm{padding: 10px 10% 10px 10%;}

}
@media screen and (max-width:740px) {
.wraper{width:100%;}
.header{padding:1.5vw 3vw;}
.logo{background:url(../images/stella_logo.png) no-repeat; width:142px; height:33px; background-size:100%;}
.userimg{margin:0px;}
.headerbx{background: #32d8ff; background: -moz-linear-gradient(top, #32d8ff 0%, #2bc8fc 100%); background: -webkit-linear-gradient(top, #32d8ff 0%,#2bc8fc 100%); background: linear-gradient(to bottom, #32d8ff 0%,#2bc8fc 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32d8ff', endColorstr='#2bc8fc',GradientType=0 ); padding:0px !important;}
.mobtopbann{background:#000;}
.slidev img{border-radius:0px;}
.banner_trans{background:url(../images/mobbanner_trans.png) repeat-x bottom left; width:100%; height:100%; position:absolute; z-index:94; bottom:0px; left:0px; border-radius:0px;}
.bx-controls{display:none;}
.banntxtbtm{width:90%; left: 15px;}
.banntxtc{font-size: 13px;font-weight: 700;}
.veiwmbtn{font-size: 10px;margin-top: 12px;padding: 7px 16px;}
.tbanimg img{width:100%; height:auto; display:block;}
.mobthumb_ban{position:relative;}
.mobthumb_ban ul li{width:25%; float:left; position:relative; border-radius:5px;}
.mobthumb_ban ul li img{width:100%; height:auto; display:block; border-radius:5px;}
.thumb_trans{background:url(../images/thumb_trans.png) repeat-x bottom left; width:100%; height:100%; position:absolute; z-index:94; bottom:0px; left:0px;}
.thumbdesc{width:90%; position:absolute; z-index:99; bottom:5px; left:50%; margin-left:-45%;}
.thumbtxt{font-size:2.5vw; color:#fff; font-weight:700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:100%; display:inline-block; margin-top:6px;}
.lablen{color:#fff; font-size:2vw; text-transform:uppercase; padding:2px 3px; display:inline; margin-bottom:5px;}
.lablen.yellow{background:#faad08;}
.lablen.green{background:#5dbe00;}
.lablen.blue{background:#0188c7;}
.lablen.pink{background:#ff5d3a;}
.searchout{background: #30d3fe; width: 90%; position: absolute; left: 0px; border-radius: 0px; top: 0px; padding:0px 5%; display:none;}
.userimg img{border-width:1px;}
.sechbtn{width:20px; height:20px; display: block; background:url(../images/srchbtnwht.png) no-repeat; background-size: 100%; float: right; margin-top:10px; display:none;}
.userin{margin-left: 3vw;}
.drparw{right:30px; display:none;}
.wrappercat{width:97%; margin-left:3%;}
.popalb-slider li{width:210px; margin-right:18px;}
.headTitle h2{font-size:15px; padding-top:5px;}
.wrapper_new{width:94%; margin:0 auto;}
.newgames_col{width:48%; margin-right:4%;}
.new_game{display:none;}
.gamefl_right .secnew{padding-bottom:28px;}
.footer{text-align:left; padding-left:20px; font-size:12px;}
.socialicn{right:20px;}
.socicn{width:26px; margin-right:8px;}
.actdrop{width:100%; position:fixed; z-index:994; right:-100%; top:0px; display:block; height:100%; background:#fff; background: -moz-linear-gradient(top, #fff 0%, #f4f4f4 100%); background: -webkit-linear-gradient(top, #fff 0%,#f4f4f4 100%); background: linear-gradient(to bottom, #fff 0%,#f4f4f4 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f4f4',GradientType=0 );}
.dropsec{border-radius:0px;}
.closearw{width:20px; height:19px; background:url(../images/closearw.png) no-repeat; background-size:100%; position:absolute; z-index:999; display:block; left:20px; top:20px;}
.cloepop{display:none;}
.dropsec{padding:20px 0px 0vw 0px; background:none;}
.popuname{font-size: 14px; padding: 15px 0px 25px 0px; font-weight: 800;}
.btnsubscribe, .btnsignout{background: #1d9206; padding:8px 0px; color: #fff; font-size:13px; border-radius:4px; width:90%; margin:0 auto 10px auto; text-transform: uppercase; font-weight: 700; display: inline-block;}
.btnsignout{background:#ff0000; margin-top:15px;}
.subbtm{background:#fff; border-radius:5px; padding:25px 10% 5px 10%; width:70%; margin:0 auto; border:1px solid #e5e5e5;}
.whytxt{font-size:14px; font-weight:900; text-transform:uppercase; padding-bottom:10px; border-bottom:3px solid #ff9c00; margin-bottom:20px;}
.subbtm ul{margin-left: 0; padding-left: 0; list-style-type: none;}
.subbtm ul li{list-style-image:url(../images/bull.png); list-style-position:outside; position: relative; margin-left:20px; font-size:14px; color:#777777; text-align:left;}
.popup{width:100%; border-radius:0px;}
.popleft{border-radius:0px; width:100%; float:none; position:relative;}
.hidmobhoz{display:none !important;}
.hidedesk{display:block !important; border-radius:0px !important; width:100%; height:auto;}
.popup{z-index:9999; left:0%; top:0%; display:none; width:100%; transform:none; position:absolute;}
.poptrans{background:url(../images/transimg.png) repeat; width:100%; height:100%; position:absolute; left:0px; top:0px; display:block;}
.closearwh{width:20px; height:19px; background:url(../images/close.png) no-repeat; background-size:100%; position:absolute; z-index:999; display:block; left:15px; top:15px;}
.logtxtb{color:#fff900; font-size:16px; font-weight:800; text-align:center; padding:20% 0px 5% 0px;}
.logdesvf{font-size:14px; color:#fff; text-align:center;}
.poptitle{display:none;}
.popright{width:100%; float:none;}
.popadd{padding:2px 20px;}
.logman span{width:100%; text-align:center; display:inline-block;}
.socmid{width:90px; margin:10px auto 5px auto;}
.fblog{margin:0px 10px;}
.gpluslog{margin:0px 10px;}
.btnsubcvc{background:#2fd1fe;}
.forpass{margin-top:10px; font-size:12px;}
.signupc{font-size:12px; padding-top:0px !important; margin-top:5px !important;}
.fortitle{padding: 20px 0px; font-size:15px;}
.signtcx{font-size: 12px; font-weight: 500;}
.wrapperndets{width:94%;}
.bkarwc{width:20px; height:19px; background:url(../images/bkarw.png) no-repeat; background-size:100%; display:block; float:left; margin-top:4.6%;}
.searchinput{width: 60%; font-size: 14px; line-height: 0px; margin-top: 4.6%; background: none; margin-left: 20px; border: 0px; font-weight: 400; letter-spacing: 0px; }
.clearsrch{margin-top:10px; background:url(../images/clearsrch1.png) no-repeat; width:18px; height:18px; float: right;}
.sechbtnmob{display:inline-block;}
.srchnext{display:none;}
.subtxtb{padding: 20px 0px; font-size: 15px;}
.cd-gallery .cd-item-wrapper > li .payRs{margin:16px 5px;}
.cd-gallery-container{ width:100%;}
.cd-gallery-container .heading{font-size:17px;padding:30px 0px 0px 0px;}
.cd-gallery .cd-item-wrapper > li{padding-top:20px;}
.cd-gallery .cd-item-wrapper.comboOffer .payRs{transform:none;border:none;box-shadow:0 0 10px 4px rgba(61,57,60,0.5);}
.cd-gallery .cd-item-wrapper > li{height: 570px;}
.paytab ul li a{font-size: 18px; width: 84%;}
.paytab{width: 86%; margin: 0 auto; float:none;}
.paytab ul li a{ font-size: 14px; width: 84%; padding: 3% 8%;}
.tabright{width: 90%; margin: 0 auto; float: none; border: 0px;}
.paylock{font-size: 12px;line-height: 18px; float: none;width: 250px;margin: 0 auto;}
.hidepay{padding: 30px 10px 30px 10px;}
.cardtxt {font-size: 12px;margin-top: 30px;}
.cardinput {padding: 6px;margin-top: 10px;border: 1px solid #c3c3c3;}
.expdiv {margin-top: 0px;}
.drop_style .selected {font-size: 14px;line-height: 14px;padding: 11px 5px 11px 10px;width: 55px;}
.droparw {top: 14px;width: 11px;right: 12px;height: 11px;}
.cvvcl {font-size: 14px;line-height: 14px;padding: 10px 0px;width: 70px;}
.paybdn {padding: 10px 0px;width: 100%;font-size: 16px;display: block;}
.paycancel {font-size: 16px;float: right;margin-left: 25px;margin-top: 5px;}

}
@media screen and (max-width:680px) {
.cloepop{font-size: 2vw;}
.userpopimg{width: 64px; height: 64px;}
.gamefl_right .secnew{padding-bottom: 19px;}
.headTitle{padding:0px 0px 15px 0px;}
.hidemobile{display:none;}
.catCar .head span{font-size:15px;}
.catCar .head img.small{display: inline-block; width: 4vw; vertical-align: bottom;}
.bxslider_catCar li a{font-size:12px;}
}
@media screen and (max-width:568px) {
.catagmain{margin:3vw 0px 4vw 0px;}
.drparw{right:25px;}
.popalb-slider li{width:190px; margin-right:18px;}
.newgames_col:nth-last-child(2){margin:0px; display:none;}
.newgames_col{width:100%; margin-right:0;}
.imgcolne{margin-top:4%;}
.colne2{margin-top:6%;}
.secnew{padding-bottom:21px;}
.wrapper_new{padding-bottom:10px;}
.featuresgma{margin:0px 0px 18px 0px;}
.more{font-size:13px; color:#000; letter-spacing:-0.32px; float:right; margin-right:10px; padding:5px 10px; border:1px solid #000; border-radius:20px; font-weight:700;}
.more.blue{color:#ffc111; border:1px solid #d9771c; margin-right:0px; font-weight:700;}
.gamefl_left{width:100%; float:none;}
.gamefl_right{width:100%; float:none; margin-top:20px;}
.gamefl_right .imgcol{width: 23%;}
.gamefl_right .imgcolne{margin-top: 14px;}
.gamefl_right .imgcolnetxt{font-size: 15px; padding-bottom: 2px;}
.gamefl_right .colne2{margin-top: 20px; width: 17%;}
.gamefl_right .secnew:nth-last-child(2){display:block; padding-bottom:19px;}
.gamefl_right .secnew:nth-last-child(3){ padding-bottom:19px;}
.gamefl_right .secnew:last-child{display:block;}
.gamefl_right .imgcolne{margin-top: 10px;}
.gamefl_right .colne2{margin-top: 10px; width: 22%;}
.headTitle{padding:0px 0px 10px 0px;}
.gamefl_right .newgames_col{margin-bottom:20px;}
.shareheros-slider li{margin-right:11px; margin-bottom:15px;}
.toppaid .more.blue{margin-right:10px}
.catCar .head .more{margin:0px;}

}
@media screen and (max-width:414px) {
.thumbtxt{font-size:3vw;}
.lablen{font-size:3vw;}	
.drparw{right:20px;}
.catagmain ul li a{padding: 5px 8px; font-size: 12px;}
.popalb-slider li{width:130px; margin-right:18px;}
.slidehead {font-size: 14px;}
.gamefl_right .imgcolne{margin-top: 4px;}
.gamefl_right .colne2{margin-top: 12px; width: 25%;}
.headTitle h2{font-size: 13px;}
.catCar .head img.small{width: 6vw; vertical-align:sub;}
.catCar .head span{font-size: 14px;}
.socicn{width:23px;}
.catinner ul li{width:31.2%; margin-right:2%; margin-bottom:4%;}
.catinner ul li .slidehead{font-size:11px; padding-top:5px;}
.fbshr{width:25px; height:25px; margin-right:10px;}
.tweetshr{width:25px; height:25px; margin-right:10px;}
.gplusshr{width:25px; height:25px; margin-right:10px;}
.fullscr{width:20px; height:20px;}
.saherec{padding:15px 0px;}
.gamdtdv{padding:10px 8px; box-shadow:none; margin-bottom:20px;}
.gametitg{font-size:18px;}
.catgndesc{font-size:13px; border-bottom:0px; padding-bottom:10px; margin-bottom: 0px; padding-top: 15px;}
.tags a{font-size: 10px; padding: 10px 20px; margin-right: 7px; margin-top: 15px;}
.cd-gallery-container .heading{font-size:17px;padding:30px 0px 0px 0px;}
.cd-gallery .cd-item-wrapper > li{padding-top:20px;}

}
@media screen and (max-width:375px) {
.gamefl_right .imgcol{width: 26%;}
.popalb-slider li{width:104px; margin-right:10px;}
.gamefl_right .imgcolne{margin-top: 0px;}
.shareheros-slider li{width:115px; margin-right:11px;}
.share_heros .slidehead{font-size: 13px;}
.bxslider_catCar li a{font-size:4vw}
.footer{padding-left:10px; font-size:11px;}
.socicn{width:20px;}
.socialicn{right:5px; top:-5px;}
.catinner ul li{width:30%; margin-right:3.3%; margin-bottom:4%;}
}

@media screen and (max-width:375px) {
.gamefl_right .imgcol{width: 26%;}
.popalb-slider li{width:104px; margin-right:10px;}
.gamefl_right .imgcolne{margin-top: 0px;}
.shareheros-slider li{width:115px; margin-right:11px;}
.share_heros .slidehead{font-size: 13px;}
.bxslider_catCar li a{font-size:4vw}
.footer{padding-left:10px; font-size:11px;}
.socicn{width:20px;}
.socialicn{right:5px; top:-5px;}
.catinner ul li{width:30%; margin-right:3.3%; margin-bottom:4%;}
}
@media screen and (max-width:255px) {
.gamefl_right .imgcol{width: 26%;}
.popalb-slider li{width:80px; margin-right:10px;}
.gamefl_right .imgcolne{margin-top: 0px;}
.shareheros-slider li{width:115px; margin-right:11px;}
.share_heros .slidehead{font-size: 13px;}
.bxslider_catCar li a{font-size:4vw}
.footer{padding-left:10px; font-size:11px;}
.socicn{width:20px;}
.socialicn{right:5px; top:-5px;}
.catinner ul li{width:30%; margin-right:3.3%; margin-bottom:4%;}
}
@media screen and (max-width:360px) {
.catagmain ul li{margin:0px 5px 10px 0px}
.catagmain ul li a{padding:7px 8px; font-size:11px;}
.gameicn{vertical-align:middle;}
.imgcolne{margin-top:0px}
.colne2{margin-top: 3%;}
.cd-gallery-container .heading{font-size:14px;padding:30px 0px 0px 0px;}
.cd-gallery .cd-item-wrapper > li{padding-top:20px;}
}
@media screen and (max-width:320px) {

}