html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
details,
footer,
header,
main,
section {
    display: block
}

video {
    display: inline-block;
    vertical-align: baseline
}

[hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

small {
    font-size: 80%
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

code {
    font-size: 1em
}

html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

html input[disabled] {
    cursor: default
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    color: #333
}

input,
select {
    line-height: inherit
}

a {
    color: #0060ac;
    text-decoration: none
}

a:focus,
a:hover {
    color: #0060ac;
    text-decoration: underline
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media screen and (min-width:1100px) {
    html {
        -webkit-tap-highlight-color: transparent
    }
}

body,
html {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f8f8f8;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.rupeefont {
    font-size: 16px;
    font-weight: 400
}

.mainlp_promotion_user_info span.rupeefont,
.media-body span.rupeefont {
    display: inline !important;
    font-size: 12px
}

.desktop-nonresponcive-waper {
    position: relative
}

.lp_wrapcontain {
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
    line-height: 16px;
    padding-right: 15px;
    padding-left: 15px
}

.seoContainerLP {
    line-height: 1.5
}

.seoContainerLP a {
    color: #0074f6
}

.seoContainerLP a:active,
.seoContainerLP a:focus,
.seoContainerLP a:hover,
.testimonialsNewContainer a:hover {
    color: #1d3f83;
    text-decoration: none
}

input,
select {
    margin: 0;
    font: inherit;
    color: inherit
}

.text-sm {
    font-size: 1.2em
}

.small {
    font-size: .9em
}

.english .small {
    font-size: 1em;
    line-height: 1.5
}

.text-right {
    text-align: right
}

img {
    max-width: 100%;
    height: auto
}

.form-control {
    padding: 2px 10px;
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #666;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

.form-control:-input-placeholder {
    color: #666;
    opacity: 1
}

.form-control::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

.form-control:focus::-webkit-input-placeholder {
    color: #bababa;
    opacity: 1
}

.form-control:focus:-moz-placeholder {
    color: #bababa;
    opacity: 1
}

.form-control:focus::-moz-placeholder {
    color: #bababa;
    opacity: 1
}

.form-control:focus:-ms-input-placeholder {
    color: #bababa
}

.form-control[disabled],
.form-control[readonly] {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled] {
    cursor: not-allowed
}

.form-left-select,
.form-right-select {
    width: 49%;
    display: table-cell
}

.form-right-gender {
    width: 100%
}

.form-left-select {
    padding-right: 1px;
    float: left
}

.form-right-select {
    float: right
}

.left-tooltip {
    display: inline-block;
    padding: 10px;
    visibility: hidden;
    position: absolute;
    left: 100%;
    margin-top: -100%;
    width: 230px;
    background-color: #fd9;
    font-weight: 400;
    color: #000;
    text-align: left;
    border-radius: 4px;
    margin-left: 15px;
    font-size: 13px;
    border: 1px solid #d90;
    z-index: 4
}

.left-tooltip:after,
.left-tooltip:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    margin-top: -8px
}

.left-tooltip:after {
    border-right-color: #fd9;
    border-width: 8px;
    right: 100%
}

.left-tooltip:before {
    border-right-color: #d90;
    border-width: 7px;
    right: 100%
}

select {
    text-transform: none
}

header {
    background-color: #760000;
    border-bottom: #ffc4a4 solid 2px;
    text-align: center
}

.logo {
    height: 60px;
    width: 212px;
    float: left;
    margin-top: 21px
}

.mobile-login-section {
    padding-top: 10px;
    float: right
}

.fusion_header_players_box {
    color: #fff;
    text-align: center;
    background: url(https://rcmg.in/rc/acquisition/landing-page-responsive/lp-responsive-sprite_3.png) 0 -134px no-repeat;
    padding-top: 51px;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline-block;
    width: 223px
}

.fusion_header_players_heading {
    font-size: 1.8em;
    line-height: 1.2em;
    color: #dc9804
}

.lp-login-form {
    width: 150px;
    float: left
}

.small-link,
.small-link:hover {
    color: #fff;
    font-size: 10px;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px
}

.small-link1,
.small-link1:focus,
.small-link1:hover {
    color: #fff !important;
    font-size: 10px;
    text-decoration: underline
}

.small-link:focus {
    color: #fff
}

.text-center {
    text-align: center
}

h1.text-sm {
    color: #1d3f83;
    padding: 10px 10px 8px 51px;
    margin: -16px -51px 25px;
    text-align: center;
    border-radius: 3px 3px 0 0;
    background: #fff;
    box-shadow: 0 8px 9px rgba(0, 0, 0, .05);
    font-size: 1.4em
}

.btn_primary,
.btn_primary a {
    background: #558b09;
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#a1c61f), to(#a1c61f), color-stop(.5, #507c09));
    background: -moz-linear-gradient(top, #a1c61f, #507c09, #a1c61f);
    background: -o-linear-gradient(top, #a1c61f 0, #507c09 50%, #a1c61f 100%);
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 1px 1px 1px #587c17;
    border: 1px solid #62a800;
    display: inline-block;
    font-size: 14px
}

.btn_info,
.btn_info a {
    background: #167fae;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #32a1d8), color-stop(100%, #105f7e));
    background: -moz-linear-gradient(top, #32a1d8, #105f7e);
    background: -o-linear-gradient(top, #32a1d8 0, #105f7e 100%);
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    border: 1px solid #295d75;
    display: inline-block;
    font-size: .9em;
    padding: 2% 10%
}

.btn-register,
.btn_block {
    display: block;
    width: 100%;
    text-align: center
}

.btn_primary img {
    max-width: 10%
}

.btn_primary a:hover,
.btn_primary:hover {
    background: #558a08;
    background: -webkit-gradient(linear, 0 100%, 0 0, from(#8bb717), to(#8bb717), color-stop(.5, #426a08));
    background: -moz-linear-gradient(top, #8bb717, #426a08, #8bb717);
    background: -o-linear-gradient(top, #8bb717 0, #426a08 50%, #8bb717 100%);
    color: #fff;
    text-decoration: none
}

.btn_primary a:focus,
.btn_primary:focus {
    text-decoration: none;
    color: #fff
}

.btn_primary a:focus {
    outline: #66afe9 solid 1px
}

.btn_primary:active {
    -moz-box-shadow: inset 0 0 10px #354c00;
    -webkit-box-shadow: inset 0 0 10px #354c00;
    box-shadow: inset 0 0 10px #354c00;
    outline: transparent 0
}

.btn-register {
    text-transform: uppercase;
    padding: 4px 10px
}

.btn_block {
    padding: 5px 10px;
    font-size: 120%
}

.btn-sm {
    padding: 4px 10px
}

.m-t-xxs {
    margin-top: 5px
}

.p-t-xxs {
    padding-top: 7px
}

.form-control-email,
.form-control-email input {
    float: left
}

.form-control-email input {
    width: calc(82%)
}

.panel {
    margin-bottom: 35px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, .2);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .2);
    color: #404040
}

.panel-default {
    position: relative
}

.panel-default>.panel-heading {
    color: #080b14;
    margin: 0
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #c9c7c7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-title {
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-body {
    margin: 15px;
    padding: 0 35px
}

.panel-footer {
    margin-bottom: 30px
}

.mainlp_promotion_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px
}

.mainlp_promotion_title span {
    color: #f37032
}

.mainlp_promotion_con {
    min-height: 13.2em;
    font-size: 1em;
    position: relative;
    overflow: hidden;
    line-height: 18px
}

.mainlp_promotion_user_info {
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    float: right;
    padding-top: 15px
}

.english .mainlp_promotion_user_info {
    font-size: 14px
}

.marqueeCont {
    margin-top: 30px;
    margin-bottom: 0
}

.marqueeCont .panel-body {
    margin-bottom: 10px
}

.as-seen-on {
    color: #1d3f83;
    padding: 8px 0;
    margin: -16px -51px 0;
    border-radius: 3px 3px 0 0;
    background: #fff;
    box-shadow: 0 8px 9px rgba(0, 0, 0, .05);
    font-size: 1em;
    text-align: center
}

.as-seen-on-marque img {
    margin: 15px 1.5% 0
}

.as-seen-on-marque div {
    display: block;
    text-align: center
}

.trf-seal {
    display: block;
    text-align: center;
    margin-bottom: 17px
}

.d-br {
    display: none
}

.how-to-start {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block
}

.how-to-start li {
    float: left;
    margin-right: 6px;
    display: inline-flex;
    width: 32%;
    margin-bottom: 20px
}

.english .how-to-start li {
    float: left;
    display: inline-flex;
    width: 33%;
    margin-bottom: 20px;
    margin-right: 0
}

.how-to-start li:last-child {
    margin-right: 0
}

.how-to-start li span {
    display: block;
    padding-left: 5px;
    padding-top: 10px
}

.english .how-to-start li img {
    height: min-content
}

.media-list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: .9em
}

.english .media-list {
    font-size: 1em;
    line-height: 1.5
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
    float: left
}

.media-left i,
.media-left label,
.media-left span {
    overflow: hidden;
    display: inline-block
}

.media-left span {
    width: 117px;
    height: 116px
}

.media-left label {
    width: 95px;
    height: 93px
}

.media-left i {
    width: 140px;
    height: 100px;
    margin-right: 5px
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    color: #4f4f4f;
    font-size: 16px
}

.mainlp-all-option-main-list {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block
}

.mainlp-all-option-main-list:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    background: #b6b6b6;
    background: linear-gradient(90deg, rgba(182, 182, 182, 0) 0, rgba(182, 182, 182, .6954132) 15%, #b6b6b6 50%, rgba(182, 182, 182, .7) 85%, rgba(182, 182, 182, 0) 100%)
}

.mainlp-all-option-main-list>li {
    list-style: none
}

.mainlp-all-option-main-list>li .media {
    padding: 20px 10px 20px 0
}

.media-left {
    padding-right: 25px
}

.mainlp_option_icon1 {
    background-position: 0 -343px
}

.mainlp_option_icon2 {
    background-position: -315px -343px
}

.mainlp_option_icon3 {
    background-position: -158px -488px
}

.mainlp_option_icon4 {
    background-position: -156px -343px
}

.mainlp_option_icon5 {
    background-position: 0 -488px
}

.mainlp_option_icon6 {
    background-position: -315px -488px
}

.mainlp_option_icon7 {
    background-position: 0 -633px
}

.mainlp_option_icon8 {
    background-position: -158px -633px
}

.mainlp_option_icon9 {
    background-position: -315px -633px
}

.mainlp_option_list {
    padding: 0 0 0 16px;
    margin: 0;
    font-size: .9em
}

.english .mainlp_option_list {
    font-size: .875em;
    line-height: 1.5
}

.mainlp_option_list li {
    margin: 0;
    list-style: none;
    padding: 3px 0
}

.mainlp_option_list li:before {
    content: "\2713\0020";
    font-size: 14px;
    color: #484a4a;
    padding-right: 2px;
    font-weight: 700;
    position: absolute;
    margin-left: -18px
}

.mainlp-all-option-title {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    color: inherit;
    margin: 18px 0
}

.mainlp-all-option-title span {
    color: #dd9e02
}

.mainlp-all-option-title h2 {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    color: #1d3f83;
    display: inline-block;
    margin: 0
}

.review-text {
    text-align: center;
    padding-top: 1%
}

.leftquote,
.rightquote {
    font-size: 36px;
    color: #6a6a6a;
    line-height: 0;
    padding-top: 15px
}

.leftquote {
    margin-top: -25px;
    display: -webkit-inline-box;
    padding-right: 5px;
    vertical-align: text-bottom
}

.rightquote {
    padding-left: 5px;
    float: none;
    display: inline;
    vertical-align: text-bottom
}

.mainlp_promotion_con .media-body span {
    display: table-cell
}

@-webkit-keyframes playcards1 {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scaleX(1.2)
    }

    100% {
        transform: scaleX(1)
    }
}

@-webkit-keyframes playcards3 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-16px)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes playcards2 {
    0% {
        transform: scaleX(1) translateY(0)
    }

    50% {
        transform: scaleX(1.1) translateY(-7px)
    }

    100% {
        transform: scaleX(1) translateY(0)
    }
}

.rummy-cash-top {
    position: absolute;
    right: 0;
    top: 15vh;
    width: 42%;
    overflow: hidden
}

.rummy-cash-top img {
    width: 100%;
    height: auto;
    position: relative
}

@-webkit-keyframes righttoleft {
    0% {
        right: -100%
    }

    100% {
        right: 100%;
        opacity: .7
    }
}

@-webkit-keyframes lefttoright {
    0% {
        left: -100%
    }

    100% {
        left: 100%;
        opacity: .7
    }
}

@media screen and (max-width:970px) and (orientation:landscape) {
    .rummy-cash-top {
        top: 47vh
    }
}

.testimonialsNewContainer .panel-heading {
    background: 0 0;
    border: none;
    margin-top: 15px
}

.testimonialsNewContainer .playerTestimonials {
    padding: 0;
    margin: 50px 20px
}

.testimonialsNewContainer .playerTestimonials li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    min-height: 400px;
    z-index: 0;
    background: #b6b6b6;
    background: linear-gradient(180deg, rgba(182, 182, 182, 0) 0, rgba(182, 182, 182, .6954132) 15%, #b6b6b6 50%, rgba(182, 182, 182, .7) 25%, rgba(182, 182, 182, 0) 100%)
}

.testimonialsNewContainer .playerTestimonials:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #fff;
    z-index: 2
}

.testimonialsNewContainer .playerTestimonials li {
    text-align: center
}

.testimonialsNewContainer .playerTestimonials li p {
    margin: 0 25px !important;
    padding-bottom: 10px
}

.testimonialsNewContainer .playerTestimonials .thumb {
    width: 136px;
    height: 135px;
    overflow: hidden;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    background: url(https://rcmg.in/rc/acquisition/landing-page-responsive/player-thumb-mask.png) top center no-repeat;
    background-size: 100%
}

.testimonialsNewContainer .playerTestimonials .thumb img {
    width: 133px;
    min-height: 133px;
    height: auto;
    border-radius: 50%;
    border: 4px solid #1d3f83;
    padding: 2px;
    background: #fff
}

.testimonialsNewContainer .playerTestimonials i {
    font-weight: 700;
    display: block;
    font-style: normal;
    margin: 5px 0
}

.testimonialsNewContainer .playerTestimonials i:last-child {
    color: #f37641
}

.testimonialsNewContainer .prevBtn {
    color: #605d5d;
    text-decoration: none;
    font-size: 74px;
    left: 45px;
    position: absolute;
    top: 123px;
    z-index: 1;
    transform: rotate(180deg);
    font-weight: 400
}

.testimonialsNewContainer .nextBtn {
    color: #605d5d;
    text-decoration: none;
    font-size: 74px;
    right: 45px;
    position: absolute;
    top: 110px;
    z-index: 1;
    font-weight: 400
}

.testimonialsNewContainer a {
    text-decoration: none;
    color: #0074f6;
    display: inline-block;
    font-weight: 700
}

.testimonialsNewContainer .nextArrow {
    vertical-align: middle;
    font-size: 1.61em;
    display: inline-block;
    line-height: 15px;
    margin-top: 1px;
    float: right;
    margin-left: 5px
}

#tab-content1 {
    display: block
}

.mainlp-bot-caption {
    display: flex;
    justify-content: space-around;
    background: #fff;
    color: #666;
    font-size: 12px;
    line-height: inherit;
    position: relative;
    padding: 20px 10px;
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, .2);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .2)
}

.mainlp-bot-caption:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(182, 182, 182, 0) 0, rgba(182, 182, 182, .6954132) 15%, #b6b6b6 50%, rgba(182, 182, 182, .7) 25%, rgba(182, 182, 182, 0) 100%)
}

.english .mainlp-bot-caption {
    font-size: .9em;
    line-height: 1.5
}

.mainlp-bot-caption h4 {
    margin: 0 0 6px
}

.mainlp-bot-caption>div>div {
    display: table-cell
}

.mainlp-bot-caption>section {
    float: left;
    width: 100%
}

.mainlp-bot-caption>section>div {
    width: 46%;
    float: left
}

.mainlp-bot-caption .mainlp-bot-captioninner .col-xs-3 {
    text-align: center;
    padding-right: 0
}

.mainlp-bot-caption .mainlp-bot-captioninner:first-child svg {
    width: 5em;
    height: auto
}

.mainlp-bot-caption .mainlp-bot-captioninner .last-child {
    width: 2.8em !important;
    height: auto
}

.mainlp-bot-caption .mainlp-bot-captioninner:first-child {
    margin-right: 52px
}

.mainlp-bot-caption>div>span {
    display: table-cell
}

.mainlp-bot-caption h3 {
    color: #f36f32;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 7px;
    display: block;
    margin: 0
}

a:active {
    color: #042b17;
    text-decoration: none
}

.strong {
    font-weight: 700
}

.loginTxt {
    font-size: .9em;
    text-decoration: underline
}

.landingpage-languagecon {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end
}

.with-section-label .form-control {
    width: 65%;
    border-radius: 5px 0 0 5px;
    border: none;
    border-right: 1px solid #ccc
}

.with-section-label label {
    width: 35%;
    padding-left: 1.5%;
    border-radius: 0 5px 5px 0;
    font-size: .8em
}

.with-section-label label input {
    width: auto;
    margin-right: 2%;
    vertical-align: middle
}

.field-error .form-control {
    background-color: #ff9f9f
}

.place-bot a:active,
.place-bot a:visited {
    color: #cacaca
}

.place-bot {
    bottom: 0;
    width: 100%
}

.error-con {
    width: 100%;
    color: #f20b0b;
    display: none
}

.languageset-tooltip {
    position: relative;
    display: none
}

.languageset-tooltip-con {
    position: absolute;
    background-color: rgba(72, 0, 0, .95);
    z-index: 1;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    color: #fff
}

.languageset-tooltip-con .strong {
    color: #dc9804
}

.desktoplanguageset .languageset-tooltip-con {
    right: 10px;
    top: 10px
}

@media screen and (max-width:900px) and (orientation:portrait) {
    .mobile-play-rummy .lp_bannersection {
        background-position: center 56px
    }
}

@media screen and (max-width:900px) and (orientation:landscape) {
    .mobile-play-rummy .lp_bannersection {
        background-position: center 56px
    }
}

@media screen and (max-width:1280px) {
    .panel-body {
        padding: 0
    }

    .testimonialsNewContainer .prevBtn {
        left: 15px
    }

    .testimonialsNewContainer .nextBtn {
        right: 15px
    }

    .mainlp-all-option-main-list>li .media {
        padding: 15px 5px
    }

    .panel-footer {
        margin-bottom: 20px
    }

    h1.text-sm {
        padding: 10px 10px 8px 15px;
        margin: -15px -15px 15px
    }

    .as-seen-on {
        margin: -16px -15px 0;
        padding-bottom: none
    }
}

@media screen and (max-width:1200px) {
    .mainlp-all-option-main-list>li .media {
        padding: 10px 0
    }

    .panel-footer {
        margin-bottom: 15px
    }

    .mainlp-all-option-main-list:after {
        height: 1px
    }

    .mainlp-bot-caption .mainlp-bot-captioninner:first-child {
        margin-right: 15px
    }

    .mainlp-bot-caption .mainlp-bot-captioninner:last-child {
        margin-left: 15px
    }

    .mainlp-bot-caption:after {
        left: 48%
    }
}

@media screen and (max-width:1150px) {
    .mainlp-all-option-main-list .col-md-4 {
        width: 50%
    }

    .mainlp-all-option-main-list:after {
        display: none
    }

    .mainlp-all-option-main-list>li .media {
        padding: 15px 0;
        border-top: #bdbdbd 1px solid
    }

    .mainlp-all-option-main-list li:first-child .media,
    .mainlp-all-option-main-list li:nth-child(2) .media {
        border-top: none
    }

    .as-seen-on-marque img {
        margin: 15px 1.5% 0
    }

    .testimonialsNewContainer .playerTestimonials {
        margin: 30px 20px
    }

    .testimonialsNewContainer .nextBtn {
        top: 89px
    }

    .testimonialsNewContainer .prevBtn {
        top: 102px
    }

    .col_home1 {
        padding: 0 25px 0 0;
        width: 326px
    }
}

.lp_bannersection {
    background-repeat: no-repeat;
    background-position: top center;
    height: 428px;
    border: none;
    background-color: #0f0013;
    border-bottom: 4px solid #1d3f83;
    position: relative;
    background-image: url('https://vip-rummy.site/banner.jpg') !important;
    color: #fff
}

@media (max-width:600px) {
    .lp_bannersection {
        background: 0 0
        back
    }
}

@media screen and (max-width:1100px) and (orientation:portrait) {
    .overlay-content {
        top: 10%
    }

    .lp_bannersection {
        height: 100%;
        border: 0;
        background-color: #071228 !important;
        position: relative;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center 10px
    }
}

@media screen and (max-width:970px) and (orientation:landscape) {
    .lp_bannersection {
        height: 270vh;
        background-color: #071228;
        background-size: 100%;
        background-position: center 10px;
        background-repeat: no-repeat;
        border: 0
    }

    .as-seen-on-marque img {
        margin: 10px 4px 3px 0 !important
    }

    .mainlp-bot-captioninner .col-xs-3.col-md-2 {
        width: 15%
    }

    .mainlp-bot-captioninner .col-xs-9.col-md-10 {
        width: 85%
    }
}

@media screen and (max-width:1100px) and (orientation:landscape) {
    .testimonialsNewContainer .nextBtn {
        top: 88px
    }
}

@media screen and (min-width:1025px) {
    .form-control {
        font-size: 12px
    }
}

@media screen and (max-width:999px) and (min-width:835px) {
    .hide-in-Mobile {
        display: none
    }

    .lp_bannersection {
        background-size: 85%;
        background-position: center 10px
    }
}

@media screen and (max-width:1000px) {
    .btn-register {
        width: auto;
        min-width: 50%;
        padding: 8px;
        margin: 0 auto
    }

    header {
        position: absolute;
        border: none;
        width: 100%;
        color: #7e7f80;
        font-size: .8em;
        font-weight: 600;
        padding: 10px 0 7px;
        letter-spacing: 0;
        z-index: 1;
        background: rgba(0, 0, 0, .51);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, .51) 65%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(65%, rgba(0, 0, 0, .51)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, .51) 65%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, .51) 65%, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, .51) 65%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, .51) 65%, rgba(0, 0, 0, 0) 100%)
    }
}

@media screen and (max-width:1100px) and (orientation:landscape) {
    .support {
        text-align: center
    }

    .widget-btn {
        display: inline
    }

    .lp-banner {
        height: 230px !important;
        background-size: 100% auto !important
    }
}

@media screen and (min-width:768px) and (max-width:1025px) {
    .mainlp-all-option-main-list>li {
        width: 50%;
        float: left
    }
}

@media screen and (max-width:767px) {
    .mainlp-all-option-main-list li:nth-child(2) .media {
        border-top: #737372 1px dashed
    }

    .hidePromotion {
        display: none
    }

    .d-br {
        display: block
    }

    .desktoplanguageset .languageset-tooltip-con {
        right: 50%;
        top: 90px;
        width: 96%;
        max-width: 460px;
        position: fixed;
        white-space: normal;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%)
    }

    .how-to-start li br {
        display: none
    }

    .how-to-start li {
        width: 100%;
        margin-bottom: 5px
    }

    .how-to-start li span {
        margin-left: 8px;
        padding-top: 10px
    }
}

@media screen and (max-width:600px) {
    h1.text-sm {
        margin: -11px -11px 0;
        font-size: 1.3em;
        text-align: center
    }
}

@media screen and (max-width:500px) {
    .btn-register {
        width: 100%;
        float: left
    }
}

@media screen and (max-width:460px) {

    .english .media-left,
    .media-left {
        text-align: center
    }

    #mobileSlider .media-body,
    .media-left,
    .media-right {
        display: inline-block;
        float: left
    }

    .media-left span {
        width: 85px;
        height: 79px
    }
}

@media screen and (max-width:800px) {
    .review-text {
        padding-top: 2%
    }

    .mainlp_promotion_con {
        min-height: 8.39em
    }

    .panel-default>.panel-heading {
        border-bottom: none;
        background: 0 0;
        font-size: 1.1em
    }
}

@media screen and (max-width:380px) {
    .mainlp_promotion_title {
        font-weight: 700
    }
}

@media screen and (max-width:350px) {
    .lp-banner {
        background-color: #197b32
    }

    .lp-banner {
        background-size: auto 100%;
        background-position: -21px 0
    }
}

.disclaimer_note {
    font-size: 12px;
    clear: both;
    margin: 0 auto 15px;
    padding-bottom: 16px;
    color: #666;
    text-align: center;
    line-height: inherit
}

.fblogin_headerconlist {
    display: inline-block;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    float: right
}

.lp-login-form {
    text-align: left
}

@media screen and (min-width:1601px) {
    .spadeIconBg .panel-footer {
        display: none
    }
}

@media screen and (max-width:1100px) {
    .tnc-bonus {
        text-align: right;
        padding: 1%;
        font-size: .5em;
        color: #bab9b9;
        float: right
    }

    .tnc-bonus a,
    .tnc-bonus a:active,
    .tnc-bonus a:hover,
    .tnc-bonus a:visited {
        color: #bab9b9;
        text-decoration: none
    }
}

.fblogin_headerconlist li {
    list-style-type: none
}

.marquee-bg {
    background: #000;
    height: auto;
    width: 100%;
    float: left
}

.marquee {
    overflow: hidden;
    position: relative;
    color: #fbd836;
    height: auto
}

.marquee p {
    width: 100%;
    line-height: 1em;
    text-align: left;
    margin: 0;
    white-space: nowrap;
    padding: 7px 10px;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 32s linear infinite;
    -webkit-animation: scroll-left 32s linear infinite;
    animation: scroll-left 32s linear infinite
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%)
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%)
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media screen and (max-width:1100px) and (orientation:portrait) {
    .marquee-bg {
        padding: 0 15px
    }

    .ios-support .tnc-bonus {
        position: absolute;
        right: 4px;
        bottom: 1px;
        float: none
    }
}

.hide-in-Desktop {
    display: none !important
}

.footer {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #2f0d0b;
    font-size: 12px;
    margin-top: 30px;
    background: #000
}

.col2_links li a:focus,
.col2_links li a:hover {
    color: #f36f32;
    webkit-transition: all 1s;
    transition: all 1s
}

.footer ul,
.footer ul li {
    list-style: none;
    text-align: left;
    text-decoration: none
}

.footer_home {
    max-width: 1470px;
    margin: 0 auto;
    overflow: hidden;
    color: #999;
    padding: 18px 15px 10px;
    text-align: center;
    position: relative
}

.col_home1 {
    padding: 0 70px 0 2px;
    width: 370px;
    float: left
}

.col_home2 {
    width: 375px;
    padding: 0 24px 0 0;
    display: inline-block
}

.col_home3 {
    width: 340px;
    float: right
}

.col_home_fot_logo {
    width: 320px;
    float: left;
    text-align: center;
    padding: 0 0 25px
}

.col_home1 p {
    padding: 0 0 24px;
    clear: both;
    text-align: center;
    margin: 0
}

.col_home1 .sm_icons {
    padding: 0;
    margin: 5px 0 0;
    display: inline-block
}

.sm_icons span {
    float: left;
    padding: 6px 12px 0 0
}

.sm_icons .ico_fb svg,
.sm_icons .ico_insta svg,
.sm_icons .ico_twit svg {
    width: 100%;
    height: auto
}

.sm_icons .ico_fb .cls-2,
.sm_icons .ico_insta .cls-2,
.sm_icons .ico_twit .cls-2 {
    fill-opacity: 0;
    stroke: #999;
    stroke-linejoin: round;
    stroke-width: 3px
}

.sm_icons .ico_fb .cls-1,
.sm_icons .ico_insta .cls-1,
.sm_icons .ico_twit .cls-1 {
    fill-rule: evenodd;
    opacity: .2;
    fill: #999
}

.sm_icons .ico_fb:hover .cls-2,
.sm_icons .ico_insta:hover .cls-2,
.sm_icons .ico_twit:hover .cls-2 {
    fill: #f36f32;
    stroke: #f36f32;
    transition: all 1s
}

.footer_home a {
    font-size: 13px;
    color: #999
}

.sm_icons .ico_fb {
    background: 0 -294px no-repeat;
    display: block;
    width: 30px;
    height: 29px;
    float: left;
    margin: 0 16px 0 0;
    text-decoration: none
}

.sm_icons .ico_twit {
    background: 0 -335px no-repeat;
    display: block;
    width: 30px;
    height: 29px;
    float: left;
    margin: 0 16px 0 0;
    text-decoration: none
}

.sm_icons .ico_insta {
    background: -50px -294px no-repeat;
    display: block;
    width: 30px;
    height: 29px;
    float: left;
    margin: 0 16px 0 0;
    text-decoration: none
}

.sm_icons .ico_tele {
    background: -50px -335px no-repeat;
    display: block;
    width: 31px;
    height: 29px;
    float: left;
    margin: 0;
    text-decoration: none
}

.footer_home .footer_head {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 12px;
    text-decoration: none;
    color: #f6f6f6;
    margin: 0;
    display: table
}

.col2_links {
    width: 175px;
    padding: 0 20px 19px 0;
    float: left;
    margin: 0
}

@media (max-width:600px) {
    .col2_links {
        text-align: center
    }
}

.col2_links li {
    border-bottom: 1px solid #343434;
    width: 130px;
    float: left
}

.col2_links li a {
    padding: 8px 0;
    float: left;
    text-decoration: none
}

.col2_links li a:before {
    content: "\00BB \0020";
    font-size: 16px
}

.col2_links li:first-child a {
    padding-top: 0
}

.payment_part_foot li.last {
    padding: 0
}

.payment_part_foot li.banklogo1 {
    background-repeat: no-repeat
}

.payment_part_foot li.banklogo2 {
    background: 0 -41px no-repeat
}

.payment_part_foot li.banklogo3 {
    background: 0 -82px no-repeat
}

.payment_part_foot li.banklogo4 {
    background: 0 -123px no-repeat
}

.payment_part_foot li.banklogo5 {
    background: 0 -164px no-repeat
}

.payment_part_foot li.banklogo7 {
    background: 0 -246px no-repeat
}

.payment_part_foot {
    float: left;
    clear: both;
    padding: 0 0 16px;
    margin: 0
}

.foot_head_small {
    padding: 0 0 2px;
    font-size: 14px;
    margin: 0
}

.payment_part_foot li.banklogo6 {
    background: 0 -205px no-repeat
}

.payment_part_foot li {
    margin: 3px 10px 7px 0;
    float: left;
    width: 75px;
    height: 40px;
    box-sizing: content-box
}

.tooltip {
    width: 40px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    z-index: 0;
    color: #fff;
    cursor: pointer
}

.tooltip svg {
    width: 100%;
    height: auto
}

.tooltip .cls-1 {
    fill-opacity: .29;
    stroke: #000;
    stroke-linejoin: round;
    stroke-width: 2px;
    opacity: .1
}

.tooltip .cls-2 {
    fill: #39537d;
    fill-rule: evenodd
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 80px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 3%;
    left: -179%;
    margin-left: -33px;
    opacity: 0;
    font-size: 12px;
    font-weight: 400
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 23%;
    right: -7%;
    margin-left: -5px;
    border-left: 6px solid #555;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.disclaimer_info {
    background-color: #080b14;
    padding: 18px;
    text-align: center;
    color: #6f6f6f;
    font-size: 10px;
    height: auto;
    float: left;
    width: 100%
}

.disclaimer_info p {
    margin: 0 auto
}

@media only screen and (max-width:825px) {
    .disclaimer_info p {
        width: 100%;
        float: left
    }
}

@media only screen and (max-width:580px) {

    .col_home1,
    .col_home2,
    .col_home3 {
        padding-bottom: 0
    }

    .disclaimer_info p {
        width: 100%;
        float: left
    }

    .disclaimer_info {
        padding: 8px 4px
    }

    .col_home1 p,
    .footer_home a {
        font-size: 13px
    }
}

.ios-support {
    position: relative
}

@media screen and (max-width:1130px) {
    .col_home1 {
        padding: 0 30px 0 2px;
        width: 335px
    }

    .col_home2 {
        width: 300px
    }

    .col2_links {
        width: 138px
    }

    .col_home1 .sm_icons {
        display: inline-block
    }
}

@media screen and (max-width:1024px) {
    .as-seen-on-marque div {
        width: 770px;
        margin-top: 5px
    }

    .as-seen-on-marque {
        overflow-x: scroll
    }

    .as-seen-on-marque img:first-child {
        margin-left: 0
    }

    .as-seen-on-marque img:last-child {
        margin-right: 0
    }

    .as-seen-on-marque img {
        margin: 10px 14px 0;
        height: 25px;
        width: auto
    }

    .col_home1,
    .col_home2,
    .col_home3 {
        padding: 0;
        margin: 0 auto;
        display: table;
        width: 295px
    }

    .col2_links {
        width: 150px
    }

    .media-heading {
        font-size: 15px
    }

    .col_home2 {
        width: 320px;
        padding: 0;
        float: left
    }

    .payment_part_foot li.last {
        margin: 3px 10px 7px 0
    }

    .col_home3 {
        padding-bottom: 0
    }

    .desktop-nonresponcive-waper {
        min-width: 100%;
        height: 100%
    }

    .lp_wrapcontain {
        width: 800px
    }

    .fusion_header_players_box {
        background-position: 9px -134px
    }

    .mainlp-all-option-title {
        display: grid
    }

    .mainlp-all-option-title span {
        line-height: initial
    }

    .mainlp_promotion_title {
        font-size: 19px
    }

    .english .how-to-start li,
    .how-to-start li {
        width: 100%
    }

    .marquee-bg {
        font-size: .8em;
        float: left
    }

    .panel-body {
        padding: 0
    }

    h1.text-sm {
        padding: 8px
    }

    .testimonialsNewContainer .playerTestimonials .thumb {
        margin-bottom: 15px
    }

    .disclaimer_note {
        padding: 0
    }

    .mainlp-bot-caption {
        padding: 0;
    }

    .mainlp-bot-caption i {
        width: 55px;
        height: auto;
        margin-right: 5px;
        display: inline-table
    }

    svg.mobile {
        width: auto;
        height: 40px
    }

    .tooltip {
        width: 35px;
        height: auto
    }

    .tooltip svg {
        width: 100%;
        height: auto
    }

    .panel {
        margin-bottom: 20px
    }

    .seoContainerLP {
        margin-top: 30px
    }

    .mainlp-bot-caption .mainlp-bot-captioninner .col-xs-3.last {
        padding-left: 0;
        margin-left: -5px
    }
}

@media screen and (max-width:900px) {
    .col_home1 {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%)
    }

    .col_home3 {
        width: 260px
    }

    .footer_home {
        width: 603px;
        padding: 18px 10px 10px
    }

    .col_home2 {
        margin-bottom: 205px !important
    }

    .col_home_fot_logo {
        display: none !important
    }

    .tnc-bonus {
        font-size: .7em
    }
}

@media screen and (max-width:898px) {

    .testimonialsNewContainer .playerTestimonials li:after,
    .testimonialsNewContainer .playerTestimonials:after {
        display: none
    }

    .testimonialsNewContainer .playerTestimonials {
        margin: 0 !important
    }

    .testimonialsNewContainer .playerTestimonials li p {
        margin: 0 15px !important
    }

    .testimonialsNewContainer {
        margin: 0;
        width: 100% !important
    }

    .testimonialsNewContainer .playerTestimonials .thumb {
        width: 90px;
        height: 90px
    }

    .testimonialsNewContainer .playerTestimonials .thumb img {
        min-height: 90px
    }

    .testimonialsNewContainer .prevBtn {
        font-size: 46px;
        top: 67px
    }

    .testimonialsNewContainer .nextBtn {
        font-size: 46px;
        top: 60px
    }

    .marqueeCont {
        margin-top: 30px
    }

    .container.lp_wrapcontain.p-t {
        margin: 0;
        width: 100%
    }

    .hide-in-Mobile {
        display: none !important
    }

    .desktop-nonresponcive-waper {
        margin-bottom: 20px
    }

    #tab-content1 {
        display: none
    }

    #mobileSlider {
        height: 95px !important
    }

    .mainlp-all-option-main-list>li .media {
        padding: 0
    }

    .logo {
        width: 145px;
        height: auto;
        margin: 0
    }

    .fusion_header_players_heading {
        font-size: 1.3em;
        line-height: 1em
    }

    .fblogin_headerconlist {
        padding: 0
    }

    .fusion_header_players_box {
        width: 209px;
        padding-top: 19px;
        font-size: 11px;
        background-size: 230%;
        background-position: -12px -57px;
        margin: 0 auto
    }

    .mainlp-bot-caption:after {
        display: none
    }

    .media-body {
        margin-bottom: 10px
    }

    .mainlp-bot-captioninner svg {
        width: 100%;
        height: auto
    }

    .mainlp-bot-caption section h4 {
        margin: 0
    }

    .hide-in-Desktop {
        display: block !important
    }

    .lp_wrapcontain {
        width: 100%;
        box-sizing: border-box
    }

    .lp_wrapcontain.lp_mobilewrapcontain {
        width: 100%
    }

    .fblogin_headerconlist {
        width: auto
    }

    .panel-footer.text-center {
        display: none
    }

    .mainlp-all-option-main-list>li .media {
        border: none
    }

    .mainlp-all-option-main-list>li {
        min-height: auto
    }

    .panel-body .row {
        margin: 0
    }

    .mainlp-bot-caption>section {
        display: block
    }

    .mainlp-bot-caption>section>div {
        display: block;
        width: 100%;
        margin-bottom: 2rem;
    }
    

    .faq-container h2 {
        font-size: 1.1em;
        border-bottom: 1px solid #dadada
    }

    .faq-container p {
        font-size: 1em;
        line-height: 1.5
    }

    .faq-container {
        margin-top: 3rem
    }
}

@media screen and (min-width:990px) and (max-width:1100px) {
    .lp-banner {
        height: 249px !important;
        background-position: 0 -155px !important
    }
}

@media screen and (max-width:600px) {
    .as-seen-on-marque img {
        margin: 5px
    }

    .as-seen-on-marque div {
        width: 700px
    }

    .marqueeCont .panel-body {
        margin-bottom: 4px
    }

    .disclaimer_info {
        margin-bottom: 0
    }

    .marquee p {
        padding: 5px
    }

    .mainlp-all-option-title {
        font-size: 1.4em;
        line-height: 1.8
    }

    .mainlp-all-option-title h2 {
        font-size: .9em;
        line-height: 1.1
    }

    .disclaimer_note {
        line-height: 1.3;
        text-align: center
    }

    .p-t {
        padding-top: 1em
    }

    .lp_mobilewrapcontain {
        width: 100% !important
    }

    .panel-body {
        margin: 10px
    }

    .as-seen-on {
        margin: -11px -11px 0
    }

    .mainlp-all-option-main-list>li .media {
        padding: 0
    }

    #mobileSlider {
        height: 96px !important
    }

    .col2_links li,
    .col_home2,
    .footer_home {
        width: 100%
    }

    .col_home1 {
        width: 100%;
        text-align: center
    }

    .col2_links {
        width: 50%;
        padding: 0 10px
    }

    .footer_home .footer_head {
        padding-left: 15px
    }

    .footer {
        margin-top: 10px
    }

    .footer_home {
        position: relative;
        padding-top: 195px
    }

    .scrollBar {
        overflow-x: scroll;
        display: block;
        width: auto;
        position: relative;
        margin-bottom: 0
    }

    .col_home3 {
        max-width: 502px;
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        display: block;
        width: auto
    }

    .footer_home .footer_head {
        width: 100%;
        padding-left: 0;
        text-align: center
    }

    .payment_part_foot {
        width: 680px;
        padding: 0 0 8px
    }

    .scrollBar:last-child .payment_part_foot {
        width: 430px
    }

    .payment_part_foot li.last {
        margin-right: 10px;
        margin-top: 3px
    }

    .col_home2 {
        margin-bottom: 220px !important
    }

    .col_home1 .sm_icons {
        padding: 10px 0 6px;
        float: none;
        display: inline-block;
        margin: 0 !important;
        background: #151b2d;
        width: 100%;
        text-align: center;
        position: relative
    }

    .col_home1 .sm_icons:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        background: #151b2d;
        top: 12px;
        left: 48.5%;
        transform: rotate(46deg) translateX(-50%);
        z-index: -1
    }

    .col_home1 .sm_icons a {
        margin: 0 11px;
        float: none;
        display: inline-block;
        line-height: 0
    }

    .sm_icons span {
        display: inline-block;
        padding: 0;
        float: none;
        vertical-align: top;
        margin-top: 8px
    }
}

@media screen and (max-width:450px) {
    .mainlp_promotion_title span {
        color: #c84b11;
        margin-bottom: 10px;
        display: inline-block
    }

    #mobileSlider {
        height: 80px !important
    }

    .mainlp_promotion_title {
        font-size: 13px
    }

    .panel-heading {
        padding: 0 15px;
        background: 0 0 !important;
        border: none
    }

    .p-t {
        padding-top: 0
    }

    .media-left label {
        width: 60px;
        height: 58px
    }

    .mainlp_option_icon1,
    .mainlp_option_icon2,
    .mainlp_option_icon3,
    .mainlp_option_icon4,
    .mainlp_option_icon5,
    .mainlp_option_icon6 {
        background-size: 480%
    }

    .mainlp_option_icon1 {
        background-position: 0 -196px
    }

    .mainlp_option_icon4 {
        background-position: -87px -196px
    }

    .mainlp_option_icon2 {
        background-position: -179px -196px
    }

    .mainlp_option_icon5 {
        background-position: 0 -278px
    }

    .mainlp_option_icon3 {
        background-position: -88px -278px
    }

    .mainlp_option_icon6 {
        background-position: -179px -280px
    }

    .mainlp_option_list li {
        padding: 1px 0
    }

    .mainlp_option_list {
        padding: 0 0 0 10px
    }

    .panel-body {
        margin: 10px
    }

    .mainlp-all-option-title {
        margin-bottom: 10px;
        margin-top: 10px
    }
}

@media screen and (max-width:400px) {
    #mobileSlider {
        height: 82px !important
    }
}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    transition: height .5s
}

.overlay a {
    padding: 0;
    text-decoration: none;
    color: #686868;
    display: block;
    transition: .3s
}

.overlay a:focus,
.overlay a:hover {
    color: #686868;
    text-decoration: none
}

@media screen and (max-width:1100px) and (orientation:portrait) {
    .overlay-content {
        position: relative;
        top: 16%;
        width: 100%;
        color: #000;
        min-height: 70%;
        left: 0;
        z-index: 99999;
        background: #fff
    }

    .overlay-icon {
        display: flex;
        padding: 3% 0;
        margin-left: 7%
    }

    .security {
        background: url(https://rcmg.in/mobile/images/landingpages/overlays-sprite-icon-v4.png) 0 33% no-repeat;
        background-size: 85% auto;
        padding: 11% 0 0
    }
}

@media screen and (max-width:1100px) and (orientation:landscape) {
    .overlay {
        overflow: auto;
        padding-bottom: 9%
    }

    .overlay-content {
        position: relative;
        top: 13%;
        width: 100%;
        color: #000;
        min-height: 80%;
        left: 0;
        z-index: 99999;
        background: #fff
    }

    .overlay-icon {
        display: flex;
        padding: 3% 0;
        margin-left: 7%
    }

    .security {
        background: url(https://rcmg.in/mobile/images/landingpages/overlays-sprite-icon-v4.png) 50% 33% no-repeat;
        background-size: 98% auto;
        padding: 7% 0 0
    }
}

@media screen and (max-width:380px) {
    #mobileSlider .media-body {
        width: 72%
    }

    .second h2 {
        letter-spacing: -.5px
    }

    img {
        max-width: 100%;
        height: auto
    }

    .payment_part_foot li {
        margin: 3px 4px 7px 0
    }

    .payment_part_foot li.last {
        margin-right: 4px
    }

    .payment_part_foot {
        width: 635px
    }

    .scrollBar:last-child .payment_part_foot {
        width: 396px
    }
}

@media screen and (max-width:350px) {
    .payment_part_foot li {
        margin: 3px 1px 7px 0
    }

    .payment_part_foot li.last {
        margin-right: 1px
    }
}

.mainlp_login,
.mainlp_register {
    background-color: #fff
}

.mainlp_login .with-section-label label,
.mainlp_register .with-section-label label {
    font-size: 1em
}

@media screen and (max-width:900px) {
    .headerslideControls {
        background-image: none;
        overflow: hidden
    }
}

@media screen and (max-width:897px) and (orientation:landscape) {
    .headerslideControls {
        height: 390vh
    }
}

@media screen and (max-width:837px) and (orientation:landscape) {
    .headerslideControls {
        height: 333vh
    }
}

@media screen and (max-width:815px) and (orientation:landscape) {
    .headerslideControls {
        height: 333vh
    }
}

@media screen and (max-width:740px) and (orientation:landscape) {
    .headerslideControls {
        height: 336vh
    }
}

@media screen and (max-width:667px) and (orientation:landscape) {
    .headerslideControls {
        height: 276vh
    }
}

@media screen and (max-width:641px) and (orientation:landscape) {
    .headerslideControls {
        height: 347vh
    }
}

.headerslideControls .nextBtn,
.headerslideControls .prevBtn {
    position: absolute;
    top: 206px;
    font-size: 64px;
    color: #fff;
    opacity: .5;
    display: block;
    text-decoration: none
}

@media screen and (max-height:842px) and (orientation:portrait) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 272px
    }
}

@media screen and (max-height:832px) and (orientation:portrait) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 242px
    }
}

@media screen and (max-height:759px) and (orientation:portrait) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 174px
    }
}

@media screen and (max-height:725px) and (orientation:portrait) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 209px
    }
}

@media screen and (max-height:695px) and (orientation:portrait) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 164px
    }
}

@media screen and (max-height:665px) and (orientation:portrait) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 185px
    }
}

@media screen and (max-height:660px) and (orientation:portrait) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 165px
    }
}

@media screen and (max-height:648px) and (orientation:portrait) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 148px
    }
}

@media screen and (max-height:642px) and (orientation:portrait) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 147px
    }
}

@media screen and (max-height:631px) and (orientation:portrait) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 148px
    }
}

@media screen and (max-height:625px) and (orientation:portrait) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 175px
    }
}

@media screen and (max-height:560px) and (orientation:portrait) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 147px
    }
}

@media screen and (max-height:557px) and (orientation:portrait) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 155px
    }
}

@media screen and (max-height:453px) and (orientation:portrait) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 126px
    }
}

@media screen and (max-width:900px) and (orientation:landscape) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 345px;
        font-size: 64px
    }
}

@media screen and (max-height:328px) and (orientation:landscape) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 383px
    }
}

@media screen and (max-height:315px) and (orientation:landscape) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 345px
    }
}

@media screen and (max-height:280px) and (orientation:landscape) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 292px
    }
}

@media screen and (max-height:278px) and (orientation:landscape) {

    .headerslideControls .nextBtn,
    .headerslideControls .prevBtn {
        top: 330px
    }
}

.headerslideControls .nextBtn a:hover,
.headerslideControls .prevBtn a:hover,
a:active,
a:visited {
    text-decoration: none
}

.headerslideControls .prevBtn {
    left: 15px
}

.headerslideControls .nextBtn {
    right: 15px
}

@keyframes dwn-btn-glowing {
    0% {
        box-shadow: 0 0 -10px #fff
    }

    40%,
    70% {
        box-shadow: 0 0 25px #fff
    }

    100% {
        box-shadow: 0 0 -10px #fff
    }
}

@-webkit-keyframes dwn-btn-glowing {
    0% {
        box-shadow: 0 0 -10px #fff
    }

    40%,
    70% {
        box-shadow: 0 0 25px #fff
    }

    100% {
        box-shadow: 0 0 -10px #fff
    }
}

@-moz-keyframes dwn-btn-glowing {
    0% {
        box-shadow: 0 0 -10px #fff
    }

    40%,
    70% {
        box-shadow: 0 0 25px #fff
    }

    100% {
        box-shadow: 0 0 -10px #fff
    }
}

.notification {
    position: absolute;
    right: 0;
    top: 71vw;
    width: 80px;
    display: none;
    z-index: 0;
    overflow: hidden
}

.notification div {
    right: -80px;
    width: 100%;
    position: relative;
    pointer-events: none;
    transition: right .4s cubic-bezier(1, .09, 0, 1.28)
}

.notification div img {
    width: 100%;
    height: auto;
    pointer-events: none
}

.notification img:first-child {
    animation: blink-animation-first .6s ease 0s infinite alternate
}

.notification img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation: blink-animation .6s ease 0s infinite alternate
}

.notification.mainLp {
    top: 76vw
}

@keyframes blink-animation {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes blink-animation-first {
    from {
        opacity: 2
    }

    to {
        opacity: 1
    }
}

@media only screen and (max-width:480px) {
    .notification div {
        right: -75px
    }

    .notification {
        width: 75px
    }
    .logo{
    position: relative;
    bottom: -39.5rem;
    left: 8rem;
}
}

@media only screen and (max-width:424px) {
    .notification div {
        right: -65px
    }

    .notification {
        width: 65px
    }
}

@media only screen and (max-width:360px) {
    .notification div {
        right: -60px
    }

    .notification {
        width: 60px
    }
}

@media only screen and (max-width:320px) {
    .notification div {
        right: -55px
    }

    .notification {
        width: 55px
    }
}

.paj-phase3-wrapper {
    position: absolute
}

.forground-lazy{
    width: 70px !important;
}

