
html, body {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: #131418;
    font-weight: 400;
    font-style: normal;


}


a {
    color: #0eacf3;
    font-size: 13px;
    text-decoration: none;
}

a:hover {
    color: #098eca;
    text-decoration: none;
}

a, .nav-tabs > li > a {
    text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover {
    text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover, .btn {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

a:focus, .open>a:focus {
    outline: none !important;
    text-decoration: none;
}

h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0px;
}

li {
    line-height: 20px;
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 10px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

h1,
h2 {
    line-height: 35px;
}

h1 {
    font-size: 32px;
    line-height: 40px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

.clear {
    clear: both;
}

.center, .center-responsive img, .center img, .center-responsive img img, .center-responsive {
    text-align: center;
}

.center-responsive img {
    margin: 0px auto;
}

.position-relative {
    position: relative;
}

.cn_item i {
    display: inline-block;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: middle;
}



.transition-all, .client-image, #back-top a, #arrowdown .btn-primary {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}



.float-right-right {
    float: right;
}

.full-width-float, .float-left-left {
    float: left;
}

.full-width-inblock {
    display: inline-block;
}

.full-width-block {
    display: block;
}

.full-width-float, .full-width-inblock, .full-width-block {
    width: 100%;
}

.white-color {
    color: #fff !important;
}
.text-primary {
    color: #f91748 !important;
}

.text-secondary {
    color: #4b4b4b;
}
.white-back {
    background: #fff;

}
.btn{
    padding: 6px 20px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 35px;
}
.btn-info {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    border: 2px solid #fff;
}

.btn-info.focus, .btn-info:focus {
    background-color: #df3b3e;
    border-color: #df3b3e;
    color: #fff;
}

.btn-info:hover {
    background-color: #df3b3e;
    border-color: #df3b3e;
    color: #fff;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #df3b3e;
    border-color: #df3b3e;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    background-color: #df3b3e;
    border-color: #df3b3e;
    color: #fff;
}


.btn-primary {
    background-color: #fb1846;
    border-color: #fb1846;
    color: #fff;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #f63440;
    border-color: #f63440;
    color: #fff;
}

.btn-primary:hover {
    background-color: #f63440;
    border-color: #f63440;
    color: #fff;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #f63440;
    border-color: #f63440;
    color: #fff;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #f63440;
    border-color: #f63440;
    color: #fff;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #098eca;
    border-color: #098eca;
}

.btn-default {
    background-color: #fff;
    border-color: #959595;
    color: #000000;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: -2px;
}

.container-fluid {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
/*all modal style */
.lg-bg {
    background-image: url(../images/lg-bg.jpg);
    background-size: cover;
    background-position: center top;
    display: table;
    width: 100%;
}
.modal-sm-all {
    position: relative;
}
.modal-sm-all .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 0 15px;
    box-shadow: none;
}
.modal-sm-all .modal-dialog {
    margin-top:60px;
}
.modal-sm-all .md-lginst .modal-dialog {
    margin-top:0px;
}
.md-lginst {
    margin-top: 140px;
}
.md-sgnupinst {
    margin-top: 180px;
}
.chmd-artist {
    margin-top: 40px;
}
.modal-sm-all .modal-body {
    padding: 0px;
}
.modal-sm-all .md-sub-leftpadd {
    padding-left: 15px;
    padding-right: 15px;
}
.modal-sm-all .md-socail-padd {
    padding-left: 30px;
    padding-right: 30px;
}
.modal-sm-all .md-modal-top {
    padding-top: 15px;
}
.modal-sm-all .md-sub-padd {
    padding-top: 12px;
    padding-bottom: 30px;
}
.padd-off-bottom {
    padding-bottom: 0px !important;
}
.modal-sm-all .close-modal {
    border: none;
    background: transparent;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 2;
    margin: 20px -10px 0px 0px;
    outline: none;
    padding: 0px;
}
.modal-sm-all .close-modal .left-back i {
    margin-top: 3px;
}
.modal-sm-all .close-modal .left-back-svg{
    background-image: url(../images/svg/Back.svg);
    width: 22px;
    height: 13px;
}
.modal-sm-all .logobar {
    margin-bottom:25px;
}
.logobar img {
    margin: 0px auto;
}

.md-logocell{
    display: table-cell;
    height: 150px;
    vertical-align: middle;
    width: 100vw;
    text-align: center;
}
.md-lginstyle .modal-content {
    background: -webkit-linear-gradient(bottom, rgba(19, 20, 24,1) 40%,rgba(73, 88, 83,1) 70%);
    background: linear-gradient(to top,rgba(19, 20, 24,1) 40%,rgba(38, 40, 47,1) 70%);

}
.modal-form-outer {
    padding: 0px;
}
.badge.skip-badge-mdal {
    border-radius: 10px;
    padding: 7px 10px;
    font-weight: 400;
}
.badge.skip-badge-topic {
    font-size: 14px;
    background-color: #232424;
    margin-top: 21px;
}
.modllogin-all-social h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 25px;
}
.modllogin-all-social h4 {
    font-size: 27px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 7px;
}
.modllogin-all-social .sl-text-form span {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
}
.modllogin-all-social p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 300;
}
.modllogin-social-list {
    padding-top: 40px;
}
.modllogin-list {
    padding-top: 22px;
}
.modllogin-social-list li {
    margin-bottom: 12px;
}
.modllogin-social-list li a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #3b3b3b;
    display: block;
    padding: 11px 10px;
    border-radius: 20px;
    position: relative;
    background: rgba(12, 10, 13, 0.17);
}
.modllogin-social-list li a .cn_item {
    position: absolute;
    left: 20px;
    top: 25%;
}
.modllogin-social-list li.fb-style a {
    border: 1px solid #126db1;
    background: #126db1;
}
.modllogin-social-list li.fb-style a .cn_item {
    top: 31%;
}
.modllogin-social-list li.gm-style a .cn_item {
    top: 28%;
}
.modllogin-social-list li.gm-style a {
    border: 1px solid #fff;
    background: #fff;
    color: #404040;
}


.modllogin-terms {
    margin-top: 0px;
}
.modl-form .modllogin-terms {
    margin-top: 0px;
}
.modllogin-terms span {
    font-weight: 300;
    font-size: 15px;
}
.modllogin-terms span, .modllogin-terms span a {
    color: #bababa;
}
.modllogin-terms span a {
    font-weight: 400;
    position: relative;
    font-size: 15px;
}
.modllogin-terms span a:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #31afd4;
    top: 118%;
}
.sgn-term-border {
    border-top: 1px solid #282828;
    padding: 25px 15px;
}
.modllogin-terms p {
    font-weight: 300;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 0px;
}

.modllogin-terms p, .modllogin-terms a, .modllogin-terms p a {
    color: #8288a0;
}
.modllogin-terms p a {
    font-weight:300;
    font-size: 14px;
    text-decoration: underline;
}
.modl-form {
    padding-top: 15px;
}
.border-form-cn .form-control {
    height: 43px;
    padding: 6px 15px 6px 21px;
    font-size: 15px;
    color: #fff;
    border: none;
    border-radius: 7px;
    background: #454447;
    box-shadow: none;
    position: relative;
    font-weight: 400;
    border: 1px solid #252529;
}
.border-form-cn .form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.border-form-cn .form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.border-form-cn .form-control:-ms-input-placeholder {
    color: #fff;
}

.border-form-cn .form-control::-ms-input-placeholder {
    color: #fff;
}
.number-region-slect .number-region {
    position: absolute;
    left: 11px;
    top: 6px;
    z-index: 2;
}
.number-region-slect .number-region:after {
    top: 8px;
    content: "";
    display: block;
    height: 14px;
    right: -10px;
    position: absolute;
    width: 1px;
    background-color: #fff;
}
.number-region-slect .number-region span {
    font-size: 14px;
    font-weight: 700;
    color: #dedede;
    display: inline-block;
    line-height: 32px;
}
.number-region-slect .form-control {
    /*padding-left: 55px;*/
}
.ff-icon-abso-left .ff-icon-left {
    left: 20px;
}
.ff-icon-abso-right .ff-icon-right, .ff-icon-right {
    right: 20px;
}
.ff-icon-abso-left .ff-icon-left, .ff-icon-abso-right .ff-icon-right, .ff-icon-right  {
    top:10px;
}
.ff-icon-abso-left .form-control {
    padding-left: 50px;
}
.ff-icon-abso-right .form-control {
    padding-right: 50px;
}
.mdeys-password svg {
    fill: #454545;
}
.modal-all .btn {
    padding: 11px 60px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 900;
    border-radius: 32px;
    text-transform: uppercase;
}
.chmd-artist .modal-all .btn {
    padding: 14px 60px;
    font-size: 16px;
}
.chmd-artist .modal-all .btn+.btn {
    margin-left:15px;
}
.modal-all .btn.disabled {
    background-color: #979595;
    border: 1px solid #979595;
    color: #131418;

}
.border-form-cn .form-group {
    margin-bottom: 18px;
}
.modal-btnspacer {
    margin-top: 60px;
    margin-bottom: 50px;
}
.modal-btnspacer2 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.remnd-text-form {
    margin-top: -8px;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
}
.forget-pass-modal u {
    font-size: 14px;
    color: #9e9e9f;
}
.modl-form-loginpopup {
    padding-top:0px;
}
.or-incase-out {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 10px 0px 0px;
    position: relative;
}
.or-incase-out:after {
    content: "------------------------------";
    letter-spacing: 6px;
    position: absolute;
    left: 41px;
    color: #404040;
    top: 0px;
}
.or-incase-out .or-incase {
    font-size: 15px;
    position: relative;
    padding: 0px 12px;
    background: #101010;
    top: 0px;
    z-index: 2;
}
.verifyp-title {
    color: #9e9e9f !important;
}
.verifynumber-title {
    font-size: 16px;
    color: #fff;
}
.pin-input-field {
    margin: 20px auto 0px;
}
.pin-input-field li {
    display: inline-block;
    width: 48px;
    margin-right: 13px;
}
.pin-input-field li .form-control {
    height: 49px;
    padding: 6px 0px 8px 0px;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    background-color: #2a2a2a;
    background-image: none;
    border: none;
    border-radius: 7px;
    text-align: center;
}
.pin-input-field .form-control:focus {
    color: #fff;
    background-color: #979595;
}
.pin-input-field .form-control::placeholder {
    color: #979595;
    opacity: 1;
}

.pin-input-field .form-control:-ms-input-placeholder {
    color: #464745;
}

.pin-input-field .form-control::-ms-input-placeholder {
    color: #464745;
}
.pin-input-checker {
    margin: 23px 0px 0px;
}
.pin-input-field li .pinfield-fill .form-control {
    border: 1px solid #fff;
}
.pin-input-checker span.pinresend-title {
    font-size: 14px;
    color: #9e9e9f;
    position: relative;
}
.pin-input-checker span.pinresend-title u {
    font-weight: 700;
}
.pin-input-checker2 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.pin-input-checker2 span.pinresend-title {
    font-size: 14px;
    color: #8288a0;
    font-weight: 300;
}
.pin-input-checker .seprater-pin {
    width: 100%;
    margin-top: 0px;
    position: relative;
    height: 22px;
}
.pin-input-checker .seprater-pin:after {
    content: "_ _ _ _ _ _ _ _";
    letter-spacing: 3px;
    left: 0px;
    color: #404040;
    top: -5px;
    position: relative;
}
.pin-input-checker .seprater-pin span {
    font-size: 15px;
    font-weight: 600;
    color: #0b0d33;
    background: #fff;
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    top: -12px;
}
.select-bjsubc {
    margin-bottom: 35px;
}
.select-bjsubc li {
    position: relative;
    display: inline-block;
    margin-right:10px;
}
.select-bjsubc li:last-child {
    margin-right:0px !important;
}
.select-bjsubc .box-slectbj {
    background: #0f1013;
    border: 1px solid #0f1013;
    border-radius: 7px;
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    width: 65px;
    text-align: center;
}
.select-bjsubc .cn_item {
    opacity: 0;
    position: absolute;
    right: -8px;
    top: -8px;
}
.checktick-svg {
    background-image: url(../images/svg/checktick.svg);
    width: 17px;
    height: 16px;
}
.select-bjsubc li.active .cn_item {
    opacity:1;
}
.select-bjsubc li.active .box-slectbj {
    background: #0f1013;
    border:1px solid #717171;
}
@media (max-width: 767px){
    .modal-sm-all .modal-dialog {
        margin-top: 10px;
    }
    .modal-sm-all .md-lginst .modal-dialog {
        margin-top:0px;
    }
    .modal-sm-all .md-lginst{
        margin-top:0px;
    }
    .modal-sm-all .md-sgnupinst {
        margin-top: 100px;
    }
    .chmd-artist.modal-sm-all .modal-content {
        padding: 0px;
    }
    .chmd-artist .modal-all .btn {
        padding: 13px 50px;
        font-size: 11px;
    }
    .chmd-artist .modal-all .btn+.btn {
        margin-top:15px;
        margin-left:0px;
    }
}
@media (max-width: 479px){
    .modllogin-all-social h4 {
        font-size: 24px;
    }
    .or-incase-out {
        margin-top: 0px;
    }
    .or-incase-out:after {
        content: "-------------------";
        left: 49%;
        top: 12px;
        transform: translate(-50%, -50%);
        width: 200px;
    }
}
@media (min-width: 480px){
    .modal-sm-all .modal-dialog {
        width: 429px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*modal-proceed*/
.modal-proceed-success.in {
    background: rgb(0 0 0 / 0.4);
}
.modal-proceed-success .modal-dialog {
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
}
.modal-proceed-success .modal-proceed {
    border-bottom: none;
    border-radius: 15px;
    background: #1d1d1d;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.modal-proceed-success  .modal-proceed-content {
    margin: 0px auto;
}
.modal-proceed-success  .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 0 15px;
    box-shadow: none;
}
.modal-proceed-success  .modal-proceed-content {
    margin: 0px auto;
}
.after-success-padd {
    padding: 50px 20px 40px;
}
.after-sucs-icons {
    display: inline-block;
    margin-bottom: 15px;
}

.after-success-heading h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 29px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.after-success-heading span {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
}
.after-success-heading .paymntsuccess-title {
    color: #8288a0;
}
.after-sucs-payment-btn {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -40px;
    margin-top: 40px;
}
.after-sucs-payment-btn div {
    height: 59px;
    text-align: center;
    border-top: 1px solid #303030;
}
.after-sucs-payment-btn div a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 59px;
    text-align: center;
    text-transform: uppercase;
}

.after-sucs-payment-btn div:first-child a  {
    color: #e72a46;
}
@media (max-width: 767px){
    .after-success-padd {
        padding: 40px 15px 30px;
    }
    .after-success-heading h3 {
        font-size: 20px;
    }
    .after-success-heading span {
        font-size: 15px;
        line-height: 24px;
    }
    .modal-proceed-success .modal-content {
        padding: 0px;
        box-shadow: none;
    }
    .after-sucs-payment-btn {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -30px;
    }
}

@media (min-width: 480px){
    .modal-proceed-success .modal-dialog {
        width: 354px;
    }
}
/*modal-proceed end*/
/*subcribed section*/
.border-on-heading {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px !important;
    z-index: 2;
    border-bottom: 1px solid rgba(85, 85, 85, 0.30);
}
.md-heading-center {
    width: 100vw;
    display: table-cell;
    height: 137px;
    vertical-align: middle;
}
.border-on-shadow:before {
    background: rgb(6 6 6 / 23%);
    height: 3px;
    position: absolute;
    content: '';
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 2;

}
.border-on-shadow:after {
    box-shadow: 0px 4px 6px 0px rgb(4 3 3);
    height: 1px;
    position: absolute;
    content: '';
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 3;

}
.md-heading-center h2 {
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    line-height: 27px;
    margin: 0px;
}
.modlsub-all-heading h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 16px;
    font-family: 'Arca Majora';
}
.selectpc-subc {
    padding-top: 16px;
}
.selectpc-subc li {
    position: relative;
    padding: 2px 0px 2px 0px;
    margin-bottom: 4px;
    float: left;
    width: 100%;
}
.selectpc-subc li .cn_itemleft {
    margin-right: 10px;
}

.selectpc-subc .subc-text-right {
    font-size: 21px;
    font-weight: 700;
    color: #8c91a7;
    position: relative;
    top: 16px;
    float: right;
}
.moovilog-icon {
    background-image: url(../images/svg/Moovi.svg);
    height: 19px;
    width: 16px;
}

.selectpc-subc .subc-text-left {
    float: left;
}
.selectpc-subc .subc-text-left .subcr-mm-bor {
    margin: -6px 0px 1px;
    padding-left: 12px;
    position: relative;
}
.selectpc-subc .subc-text-left .subcr-mm-bor:before {
    position: absolute;
    content: '';
    left: 0px;
    height: 22px;
    width: 1px;
    background: #282828;
    top: 6px;
}
.selectpc-subc .subc-text-left .subcr-mm-bor span {
    display: inline-block;

}
.selectpc-subc .subc-text-left .subcr-mm-bor span:first-child {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 0px;
}

.selectpc-subc .subc-text-left .subcr-mm-bor .subc-price {
    font-size: 13px;
    color: #9e9e9f;
    font-weight: 400;
    line-height: 12px;
    display: block;
}
.selectpc-subc .subc-text-left .subcr-mm-borone span:first-child  {

    line-height: 18px;
}
.try-pre-sp {
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background-color: #e41b38;
    margin-left: 10px;
    text-transform: uppercase;
    margin-top: -3px;
}
.selectpc-subc .subc-text-left .mt-price {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    background: #31afd4;
    padding: 8px 12px 7px 12px;
    border-radius: 35px;
}
.subc-lst-text {
    padding-top: 10px;
}
.subc-lst-text li {
    padding-left: 28px;
    font-size: 17px;
    line-height: 21px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 300;
}
.subc-lst-text li:last-child {
    margin-bottom: 0px !important;
}
.subc-lst-text li:before {
    background-image: url(../images/svg/tick-subcr.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
}
.subcrb-hr2 {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #282828;
}


.pamentselect-subc-heading {
    padding-bottom: 15px;
}
.modlsub-all-heading.pamentselect-subc-heading  h4 {
    margin-top: 10px;
}
.pamentselect-subc li .pamentselect-box {
    border: 1px solid #3b3b3b;
    border-radius: 15px;
    height: 60px;
    padding: 2px 16px 2px 16px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.pamentselect-subc li .pamentselect-box .cn_item {
    display: table-cell;
    height: 54px;
    vertical-align: middle;
}
.pamentselect-subc li .check-subc-frm {
    position: absolute;
    content: '';
    top: 31%;
    z-index: 1;
    right: 15px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    line-height: 18px;
    background: #111112;
    border: 2px solid #313131;
}
.pamentselect-subc li.active .pamentselect-box {
    border: 1px solid #ff007f;
}
.pamentselect-subc li.active .check-subc-frm {
    background: #111112;
    border: 2px solid #fff;
}
.pamentselect-subc li.active .check-subc-frm:before {
    position: absolute;
    content: '';
    left: 4px;
    /*background-image: url(../images/paymentslect-tick.png);*/
    top: 5px;
    width: 11px;
    height: 9px;
}
/* radio and check box */

.radio-sub-input,
.check-sub-input {
    padding: 0px;
}

.check-sub-long .title-check {
    width: auto;
}

.radio-sub-input label, .check-sub-input label {
    margin-bottom: 0px;
    float: left;
    padding-left: 25px;
    position: relative;
}

.radio-sub-input.radio-sub-modify {
    opacity: .2;
}

.radio-sub-input input[type="radio"],
.check-sub-input input[type="checkbox"] {
    display: none;
}

.radio-sub-input .check-alighn, .check-sub-input .check-alighn {
    position: absolute;
    top: 8px;
    left: 0px;
}

.radio-sub-input .title-check,
.check-sub-input .title-check {
    font-weight: 400;
    color: #8c8da1;
    font-size: 14px;
}

.radio-sub-input input[type="radio"]+label span {
    /* background: transparent url(../images/check_radio_sheet.png) no-repeat scroll right top;*/
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: -18px 8px 0 0;
    vertical-align: middle;
    width: 14px;
}

.radio-sub-input input[type="radio"]:checked+label span {
    /*background: transparent url(../images/check_radio_sheet.png) no-repeat scroll left top;;*/
}

.radio-sub-input input[type="radio"]:checked+label .title-radio {
    font-weight: 400;
    color: #8c8da1;
}

.check-sub-input input[type="checkbox"]+label span {
    background: transparent url(../images/sprite-sub-check2.png) no-repeat scroll left top;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: -18px 8px 0 0;
    vertical-align: middle;
    width: 15px;
}

.check-sub-input input[type="checkbox"]:checked+label span {
    background: transparent url(../images/sprite-sub-check2.png) no-repeat scroll right top;
}

.check-sub-input input[type="checkbox"]:checked+label .title-check {
    color: #8c8da1;
    font-weight: 400;
}
.modal-sm-all .suncrb-logo-sub {
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #282828;
}

.subs-notesm p {
    font-size:14px;
    font-weight: normal;
    line-height: 24px;
    color: #9e9e9f;
    margin-bottom: 20px;
}
.subff-sm label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.subff-sm>.row .walkthroug-btn,
.border-form-cn>.row .walkthroug-btn  {
    padding-left: 30px;
    padding-right: 30px;
}

.subff-sm .form-control {
    height: 44px;
    padding: 6px 15px 6px 21px;
    font-size: 16px;
}

.sett-list-border>li {
    padding: 20px 0px 20px;
    border-bottom: 1px solid #282828;
    position: relative;
    float: left;
    width: 100%;
}
.sett-list-border .modlbor-set-st a:hover, .sett-list-border .modlbor-set-st a:focus {
    text-decoration: none;
}
.sett-list-border>li:last-child {
    border-bottom:none;
}
.sett-list-border>li>a {
    font-size: 16px;
    font-weight: 700;
    color: #31afd4;
}
.sett-list-border>li .modlbor-set-st p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
}
.sett-list-border>li .modlbor-set-st .descrb-set {
    font-size: 14px;
    color: #9e9e9f;
    font-weight: 300;
}
.sett-list-border>li .modlbor-set-st .cn_item {
    position: absolute;
    right: 0px;
    top: 19%;
}
.sett-list-border>li .modlbor-set-st .move-switch {
    position: absolute;
    right: 0px;
    top: 33%;
}
.sett-list-border>li .subs-visa {
    max-width: 80px;
    margin-top: 6px;
}

.sett-list-border>li .inside-selectpc-subc.selectpc-subc {
    padding-top: 0px;
}
.sett-list-border>li .inside-selectpc-subc.selectpc-subc li {
    border: none;
    height: auto;
    padding: 2px 0px 2px 0px;
    margin-bottom: 0px;
    cursor: text;
}
.sett-list-border>li p {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 10px;
    color: #9e9e9f;
}

.sett-list-border .badge.sett-badge {
    border-radius: 16px;
    padding: 7px 10px;
    font-weight: 400;
    font-size: 14px;
    background-color: #232424;
    text-transform: uppercase;
    margin-top: -4px;
}

.hediv {
    float: left;
    width: 100%;
    border-radius: 3px 3px 0px 0px;
}
.hediv .cancel-modal {
    border: none;
    background: transparent;
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 2;
}
.hediv  .cn_item {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    background: rgba(0,0,0,.30);
}
.hediv .cancel-svg {
    background-image: url(../images/svg/Cancel.svg);
    width: 9px;
    height: 9px;
}
.primum-head {
    text-align: center;
    padding-top: 55px;
}
.primum-head .logobar {
    margin: 0px 0px 12px;
}
.primum-head .premum-btn {
    font-size: 12.5px;
    font-weight: 600;
    color: #fff;
    background: #e41b38;
    padding: 2px 15px 1px;
    text-transform: uppercase;
    border-radius: 8px;
}
.primum-head h4 {
    margin-bottom: 0px;
    margin-top: 20px;
}
.primumcharge-padd {
    padding: 0px 30px;
}
.price-select-primum {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.price-select-primum li {
    display: inline-block;
    background: #1d1d1d;
    margin-right: 25px;
    padding: 5px;
    position: relative;
    z-index: 2;
    border-radius: 12px;
    height: 129px;
    border:1px solid #1d1d1dl;
    cursor: pointer;
}
.price-select-primum li:last-child {
    margin-right: 0px !important;

}
.price-select-primum li, .price-select-primum li .price-con {
    width: 100px;
}
.price-select-primum li .price-con {
    padding: 10px 0px 10px;
    border-radius: 7px;
    position: relative;
    height: 129px;
    display: table-cell;
    vertical-align: middle;
}
.price-select-primum li .price-con .discounttag-pre {
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.discounttag-pre .badge {
    font-size: 12px;
    background: #e01f3d;
    font-weight: 400;
    border-radius: 6px;
    padding: 4px 10px;
    color: #fff;
}
.price-select-primum li span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #6d6d6d;
    margin-top: 4px;
}
.price-select-primum li span.price-bg-pre {
    font-size: 38px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 0px;
}

.price-select-primum li span.price-mt-pre {
    font-size: 11px;
    color: #6d6d6d !important;
    line-height: 14px;
    font-weight: 300;
    margin-top: 0px;;
}
.price-select-primum li.active {
    border: 1px solid #e72a46;
    background: #0c0c0c;
}
.price-select-primum li.active span, .price-select-primum li.active span.price-bg-pre {
    color: #fff;
}
.price-select-primum li.active span.price-mt-pre {
    color: #8288a2 !important;
}
.list-primum-modal {
    margin: 20px 0px 13px;
}
.list-primum-modal li {
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding-left: 30px;
    padding-bottom: 15px;
    background: url(../images/svg/circlecheck.svg) no-repeat 0px 7px;
}

.subc-listnw-modl .subc-icon1 {
    background-position: -27px 0px;
}
.subc-listnw-modl .subc-icon2 {
    background-position: -27px -23px;
}
.subc-listnw-modl .subc-icon3 {
    background-position: -27px -46px;
}
.subc-listnw-modl .subc-icon4 {
    background-position: -27px -69px;
}
.subc-listnw-modl .subc-icon5 {
    background-position: -27px -92px;
}
.subc-listnw-modl .subc-icon6 {
    background-position: -27px -115px;
}
.bj-pronw-text {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 13px;
}
.modal-sm-all .cross-svg {
    width: 22px;
    height: 22px;
    background-image: url(../images/cross.svg);
    background-repeat: no-repeat;
}
.selectpc-subc-new li {
    padding: 0px 12px 0px 30px;
    margin-bottom: 15px;
    border-radius: 7px;
    border: 2px solid #272c40;
    background: transparent;
}
.selectpc-subc-new .subc-text {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    position: relative;
    top: 19px;
    float: left;
}
.selectpc-subc-new .subc-text-right div {
    padding: 10px 0px 11px;
}
.selectpc-subc-new li.active {
    border: 2px solid #272c40;
    background: #272c40;
}
.selectpc-subc-new .badge.savetext-subcnew {
    background: #10aa6a;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 8px 4px;
    letter-spacing: -.5px;
    position: absolute;
    left: 10px;
    top: -13px;
}
.selectpc-subc-new .subc-text-right {
    font-size: 17px;
    font-weight: 700;
    color: #8c91a7;
    top: 5px;
    border-left: 2px solid #393f4f;
    height: 49px;
}
.selectpc-subc-new li.active .subc-text-right {
    border-left: 2px solid #393f4f;
}
.selectpc-subc-new .subc-price {
    font-size: 24px;
}
.selectpc-subc-new .subc-tax {
    font-size: 12px;
}
.bj-subc-form-new .btn {
    padding: 11px 35px;
    font-size: 13px;
    font-weight: 900;
    background-color: #ffffff !important;
    border-color: #ffffff!important;
    color: #131418 !important;
    letter-spacing: 0px;
}
.selectpc-subc-new li .check-subc-frm {
    left: 10px;
    width: 14px;
    height: 14px;
    border: 2px solid #272c40;
    background: transparent;
}
.selectpc-subc-new li.active .check-subc-frm {
    border: 2px solid #cf0056;
    background: #cf0056;
}
.selectpc-subc-new li.active .check-subc-frm:before {
    position: absolute;
    content: '';
    background-image: url(../images/svg/tick.svg);
    width: 9px;
    height: 6px;
    left: 0px;
    top: 2px;
}
.subc-listnw-modl li {
    position: relative;
    padding: 11px 0px 11px 35px;
    border-bottom: 2px solid #272c40;

}
.subc-listnw-modl li:last-child {
    border-bottom: none !important;
}
.subc-listnw-modl li span {
    font-size: 15px;
    color: #cdcdcd;
    font-weight: 500;
}
@media (max-width: 767px) {
    .check-sub-long .title-check {
        width: 90%;
    }

    .sett-list-border .badge-mv {
        top: 18px;
    }
    .sett-list-border .badge.sett-badge {
        padding: 7px 8px;
        font-size: 12px;
    }
    .md-heading-center {
        height: 67px;
    }
    .md-heading-center h2 {
        font-size: 25px;
    }
}
@media (max-width: 384px) {
    .sett-list-border>li {
        padding: 18px 0px 18px;
    }

    .sett-list-border>li .modlbor-set-st .descrb-set {
        font-size: 12px;
    }
}
@media (max-width: 479px) {
    .pamentselect-subc li .pamentselect-box {
        padding: 2px 8px 2px 8px;
    }
    .pamentselect-subc li .check-subc-frm {
        right: 6px;
    }
    .pamentselect-subc li .pamentselect-box img {
        max-width: 80px;
    }
}
@media (max-width: 413px) {
    .price-select-primum li, .price-select-primum li .price-con {
        width: 90px;
    }
    .price-select-primum li {
        margin-right: 5%;
    }
}
@media (max-width: 364px) {
    .price-select-primum li, .price-select-primum li .price-con {
        width: 85px;
    }

}
@media (max-width: 359px) {

    .pamentselect-subc li .pamentselect-box img {
        max-width: 65px;
    }
    .price-select-primum li, .price-select-primum li .price-con {
        width: 80px;
    }
    .selectpc-subc-new .subc-text {
        font-size: 16px;
    }
    .selectpc-subc-new .subc-text-right {
        padding-left: 10px;
        width: 73px;
    }
}
/*subcribed section end*/
/*chooseartist modal*/
.search-modl-select .form-control {
    padding-left:60px;
}
.search-modl-select .search-mdlselect-icon {
    position: absolute;
    left: 15px;
    top: 13px;
    z-index: 1;
}
.border-form-cn .search-modl-select .form-control {
    height: 56px;
    color: #fff;
    background: #2a2a2a;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
}
.border-form-cn .search-modl-select .form-control::placeholder {
    color: #959595;
    opacity: 1;
}

.border-form-cn .search-modl-select .form-control:-ms-input-placeholder {
    color: #959595;
}

.border-form-cn .search-modl-select .form-control::-ms-input-placeholder {
    color: #959595;
}
.search-modl-select .search-mdlselect-icon svg {
    fill:#959595;
    width:28px;
    height:30px;
}
.search-modl-select.active .search-mdlselect-icon svg {
    fill:#fff ;
}
.search-modl-select.active .form-control {
    border: 1px solid #686868;
}
.chartis-headmar {
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.chartis-headmar.fixed {
    position: fixed;
    left: 0px;
    top: 15px;
    width: 100%;
    z-index: 10;
    margin: 0px;
}
.chartis-headmar.fixed .center-block, .chartis-headmar.fixed .modllogin-all-social {
    display: none;
}
.chartis-headpadd {
    padding-top:0px;
}
.chartis-headpadd.fixed {
    padding-top:100px;
}
.textheading-modl {
    padding-left: 15px;
}
.textheading-modl h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    color: #fff;
    margin: 0px;
}
.textheading-modl h4::after {
    background-color: #fff;
    top: 100%;
    content: "";
    display: block;
    height: 2px;
    left: 0px;
    position: absolute;
    width: 57px;
}
.item-box-mdl img {
    padding: 0px !important;
    border: none !important;
}
.item-box-mdl h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 400;
}

.item-box-mdl {
    position: relative;
    cursor: pointer;
}
.item-box-mdl .itemselect-icon {
    position: absolute;
    right: 5px;
    top: 11px;
}
.item-box-mdl .checktick-svg {
    width: 32px;
    height: 32px;
    opacity:0;
    background-repeat: no-repeat;
}
.item-box-mdl.active .checktick-svg {
    opacity:1;
}
.md-select-borver {
    background: #2a2a2a;
    width: 100%;
    height: 2px;
    margin-top: 10px;
}
.selectmd-yourchose-height {
    overflow:hidden;
    max-height:350px;

}

.mdlartis-carousel .owl-theme .owl-stage-outer .owl-stage {
    padding-top: 24px;
}
.mdlartis-carousel .owl-theme .owl-stage-outer .owl-stage {
    padding-left: 0px !important;
}
.mdlartis-carousel-multiple .owl-carousel .owl-stage {
    width: 104% !important;
}
.mdl-yourchose .modal-all {
    margin-top: 20px;
}
.selectchs-btn {
    position: absolute;
    left: 50%;
    bottom: -20px;
    z-index: 2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
}
.selectchs-btn.active {
    opacity:1;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.custome-carousel .owl-theme .owl-nav div, .custome-carousel-default .owl-theme .owl-nav div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    background: transparent;
    filter: Alpha(Opacity=100);
    opacity: 1;
    border-radius: 0px;
    height: 121px;
}
.custome-carousel .owl-theme .owl-nav .owl-prev .cn_item .fa, .custome-carousel .owl-theme .owl-nav .owl-next .cn_item .fa, .custome-carousel-default .owl-theme .owl-nav .owl-prev .cn_item .fa, .custome-carousel-default .owl-theme .owl-nav .owl-next .cn_item .fa {
    color: #adb5bd;
    font-size: 20px;
    line-height: 43px;
}
.custome-carousel .owl-theme .owl-nav .owl-prev .cn_item, .custome-carousel .owl-theme .owl-nav .owl-next .cn_item, .custome-carousel-default .owl-theme .owl-nav .owl-prev .cn_item, .custome-carousel-default .owl-theme .owl-nav .owl-next .cn_item {
    position: relative;
    top: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background:#495057;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.45);
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
}
.custome-carousel .owl-theme .owl-nav .owl-prev .cn_item, .custome-carousel-default .owl-theme .owl-nav .owl-prev .cn_item {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.45);
}
.custome-carousel .owl-nav .owl-prev, .custome-carousel .owl-nav .owl-next {
    position: absolute;
    top: 7px;
    z-index: 44;
}
.custome-carousel .owl-theme .owl-nav .owl-prev, .custome-carousel-default .owl-theme .owl-nav .owl-prev {
    background: linear-gradient(to left,rgba(19, 20, 24,0) 0%,rgba(19, 20, 24,1) 60%);
    margin: 0px;
    padding: 0px 0px 0px 40px;
    left: 0px;
    width: 0px !important;
}
.custome-carousel .owl-theme .owl-nav .owl-next, .custome-carousel-default .owl-theme .owl-nav .owl-next {
    background: linear-gradient(to right,rgba(19, 20, 24,0) 0%,rgba(19, 20, 24,1) 50%);
    margin: 0px;
    padding: 0px;
}
.custome-carousel .owl-nav .owl-next {
    right: -23px;
}
.custome-carousel .owl-theme .owl-nav div .cn_item, .custome-carousel-default .owl-theme .owl-nav div .cn_item {
    filter: Alpha(Opacity=0);
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.custome-carousel:hover .owl-theme .owl-nav div .cn_item, .custome-carousel-default:hover .owl-theme .owl-nav div .cn_item {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.custome-carousel .owl-theme .owl-nav .owl-prev.disabled, .custome-carousel .owl-theme .owl-nav .owl-next.disabled {
    opacity: .0;
}
@media (max-width: 991px) {
    .modllogin-all-social h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .item-box-mdl .itemselect-icon {
        right: 10px;
        top: 10px;
    }
    .item-box-mdl .checktick-svg {
        width: 30px;
        height: 30px;
    }
    .chartis-headmar.fixed {
        padding-left: 0px;
        margin: 0px;
    }
}
@media (max-width: 767px) {
    .item-box-mdl h4 {
        font-size: 14px;
    }
    .item-box-mdl .itemselect-icon {
        right: 0px;
    }
    .item-box-mdl .checktick-svg {
        width: 25px;
        height: 25px;
    }
    .mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools, .mCustomScrollBox>.mCSB_scrollTools, .mCustomScrollBox~.mCSB_scrollTools, .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }
    #sidebar-tab ul > li .tab-span {
        font-size: 13px;
    }
    #sidebar-tab.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, #sidebar-tab.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools, #sidebar-tab .mCustomScrollBox>.mCSB_scrollTools, .mCustomScrollBox~.mCSB_scrollTools, #sidebar-tab.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, #sidebar-tab.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
        opacity: 0;
        filter: "alpha(opacity=0)";
        -ms-filter: "alpha(opacity=0)";
    }
    .mdlartis-carousel-multiple .owl-carousel .owl-stage {
        width: 104% !important;
    }
    .mdlartis-carousel .owl-theme .owl-stage-outer .owl-stage {
        padding-top: 20px;
    }
    .custome-carousel-default .owl-theme .owl-stage-outer .owl-stage {
        padding-left: 10px !important;
    }
    .modllogin-all-social h2 {
        font-size: 27px;
        line-height: 31px;
    }
    .selectmd-yourchose-height {
        max-height: 250px;
    }
}

/*chooseartist modal end*/
/*modal box end*/
@media (max-width: 767px) {
    .modal-proceed-success .modal-dialog {
        margin-top: 80px;
    }
}
@media (max-width: 479px) {
    .modal-sm-all .md-sub-leftpadd {
        padding-left: 15px;
        padding-right: 15px;
    }
    .modal-sm-all .md-modal-top, .modal-sm-all .md-sub-padd {
        padding-top: 0px;
    }
    .modal-sm-all .md-socail-padd {
        padding-left: 20px;
        padding-right: 20px;
    }
    .primumcharge-padd {
        padding-left: 15px;
        padding-right: 15px;
    }

    .modal-btn-big.modal-all {
        padding-left:0px;
        padding-right:0px;
    }
}
/*all modal style end*/
/*white-theme color change*/
.white-theme .loginTab h4 {
    color: #273039;
}
.white-theme .welc-verf span, .white-theme .nwflow-pa span, .white-theme .modllogin-all-social h4 , .white-theme .newsgoogflow-mobileacount h4  {
    color: #273039;
}
.white-theme .newsgoogflow-payment-tabs .nav-tabs > li > a {
    color: #888888;
}
.white-theme .newsgoogflow-payment-tabs .nav-tabs > li.active > a, .white-theme .newsgoogflow-payment-tabs .nav-tabs > li.active > a:focus, .white-theme .newsgoogflow-payment-tabs .nav-tabs > li.active > a:hover {
    color: #FFFFFF;
}
.white-theme .newsgoogflow-border-form-cn .paymntsl-text-form span:first-child , .white-theme .newsgoogflow-border-form-cn .pin-input-checker span.pinresend-title {
    color: #273039;
}
.white-theme .checktick-svg {
    background-image: url(../images/svg/checktick-white.svg);
}
.white-theme .newsgoogflow-selectpc-subc h4 {
    color: #273039;
}
.white-theme .nwwaletpaymet-subcselect-subc li.active {
    border: 2px solid #cf0056;
}

/*white-theme color change end*/
