@charset "utf-8";

/* CSS OTTnew */

@import url(https://fonts.googleapis.com/css?family=Exo:300,400,500,600,700,800);
.form-item {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
    margin-bottom: 10px;
    */
}

.form h3 {
    font-size: 14px;
    padding: 5px 0;
    margin: 30px 0 10px;
    border-bottom: solid 1px #EAEAEA;
    font-weight: 400;
}

.row.vt-step {
    position: relative;
}

.cool-bg {
    top: 0px;
}

.floating-chat {
    bottom: 68px !important;
}

.choose-pack+p {
    font-size: 14px;
    margin: 10px 0 0;
    color: #999;
}

.sosial_media_ent {
    margin-top: 31px;
}

button.close:hover {
    color: #eee;
}

.top {
    padding: 0 16px;
    /* width: 100% !important; */
    z-index: 3;
    position: absolute;
    display: block;
    height: 5px;
    /* background: #3ACCCC; */
    width: 0px;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

.colors {
    display: block;
    height: 3px;
    background: #3ACCCC;
}

.form-item input[type="password"]:active {
    background: #f4f4f4;
}

.form-item input[type="password"]:active {
    background: #fff;
}

.form-item input[type="text"],
.form-item input[type="password"] {
    height: 40px;
    /* font-family: 'roboto'; */
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 2px;
    border: solid 0px #DEDEDE;
    display: block;
    font-size: 12px;
    width: 100%;
    padding: 0px 20px;
    background: #FFFFFF;
    /* margin-bottom: 20px; */
    font-weight: 300;
}

.form-item select {
    height: 40px;
    /* font-family: 'roboto'; */
    display: block;
    font-size: 12px;
    float: left;
    margin-bottom: 20px;
    padding: 0px 20px;
    font-weight: 300;
    visibility: visible;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    background-image: none;
    background: transparent;
    position: absolute;
    border: none;
    color: #333;
    width: 130%;
    -webkit-appearance: none;
    z-index: 20;
    vertical-align: middle;
    color: #909090;
    width: 100%;
}

p.notif {
    background: url('/asset/images/ott/lock.svg');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    padding-left: 48px;
    width: 506px;
    margin: 0 auto;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    display: none;
}

.vt-step .vt-step-line {
    height: 5px;
    background: #CCCCCC;
    margin: 52px auto 48px auto;
    position: relative;
    width: 40%;
}

.vt-step .vt-step-line .vt-step-num {
    width: 30px;
    height: 30px;
    background: #cccccc;
    border: solid 3px #cccccc;
    -webkit-border-radius: 46px;
    border-radius: 46px;
    margin-top: -15px;
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    position: absolute;
    font-family: 'Roboto';
    font-weight: 600;
    z-index: 1;
}

.row-set {
    display: block;
    width: 628px;
    margin: 0 auto;
}

.vt-step .vt-step-line .vt-step-num.live {
    color: #FFF;
    background: #3acccc;
    border: solid 3px #3acccc;
    cursor: pointer;
}

.vt-step .vt-step-line .vt-step-num:last-child {
    right: 0;
}

.acc {
    /* margin-right: 4.995%; */
    display: inline-block;
}

.form-wrapper {
    /* padding-top: 10%; */
    border-radius: 2px;
    margin: 30px auto 40px;
    position: relative;
    max-width: 306px;
    text-align: left;
}


/* ================================ Ott check book ============================= */

.form-item input[type=checkbox] {
    height: 30px;
    width: 30px;
    -webkit-border-radius: 10px;
    border-radius: 50px;
    background-color: #fff;
    position: relative;
    margin-right: 10px;
    margin-top: 3px;
    position: absolute;
    webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-item input[type=radio] {
    height: 30px;
    width: 30px;
    -webkit-border-radius: 10px;
    border-radius: 50px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    opacity: 1;
    margin-right: 10px;
    margin-top: 3px;
    position: absolute;
}

input#squaredFour:after {
    content: '';
    width: 35px;
    height: 35px;
    background: #fbfbfb;
    display: block;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    /* margin-bottom: 2px; */
    border: solid 1px #E7E7E7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: -3px;
    position: absolute;
}

.col.two {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.col label {
    display: inline-block;
    width: 166px;
    padding-left: 50px;
    margin-top: 5px;
    font-weight: 400;
    font-size: 13px;
}

.col.brs {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    margin-top: 50px;
}

.col.brs p {
    display: block;
    padding-left: 50px;
    font-size: 13px;
    font-weight: 400;
}

.col.brs {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    margin-top: 14px;
    margin-bottom: 25px;
}

.col.brs>p {
    display: block;
    padding-left: 50px;
    font-size: 14px;
}

.button-panel {
    margin-top: 239px;
}

input.button:focus {
    outline: none;
}

input.button:hover {
    background: #009999;
}

input.button {
    width: 100%;
    height: 44px;
    background-color: #20b6c0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 300;
    /* font-family: "Roboto"; */
    border: 0px;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.13);
    cursor: pointer;
}

.register_step:before {
    display: block;
    content: '';
    height: 156px;
    width: 100%;
    background: #F7F7F7;
    position: absolute;
    left: 0;
    border-bottom: solid 1px #EDECEC;
}

.row-title {
    margin-top: 10px;
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    width: 200px;
    text-align: center;
    margin-left: -90px;
    font-weight: 600;
}

p.notif a {
    color: #009999;
    text-decoration: underline;
    font-weight: 600;
}

.form-item input[type="password"] {
    background: #FFFFFF url('/asset/images/ott/lock_b.svg') no-repeat right center;
    background-size: 20px 20px;
    background-position: 445px 9px;
}

.form-item input[type="password"]:focus {
    background: #f4f4f4 url('/asset/images/ott/lock_b.svg') no-repeat right center;
    background-size: 20px 20px;
    background-position: 445px 13px;
}


/*========================================*/

#passwordStrength {
    width: 100%;
    height: 10px;
    display: block;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
}

.strength0>.ha {}


/*
.strength0
{width:250px !important;}
*/

.bat {
    position: relative;
    display: block;
    width: 0;
    height: 10px;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    overflow: hidden;
}

.strength1 .bat {
    width: 20%;
}

.strength2 .bat {
    width: 40%;
}

.strength3 .bat {
    width: 60%;
}

.strength4 .bat {
    width: 80%;
}

.strength5 .bat {
    width: 100%;
}

#passwordStrength .ha {
    display: block;
    float: left;
    height: 20px;
    width: 158.5px;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

.ha.a {
    background: #DE3939
}

.ha.b {
    background: #F0CF16
}

.ha.c {
    background: #12bb16
}

.calset {
    position: absolute;
    width: 476px;
    height: 10px;
    top: 0;
    left: 0;
}

.form-item input[type=checkbox]:checked:after {
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #fff url('/asset/images/ott/check.svg') no-repeat center !important;
    background-size: 20px 20px !important;
}

.form-item input[type=radio]:checked:after {
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #fff url('/asset/images/ott/check.svg') no-repeat center !important;
    background-size: 20px 20px !important;
}

.level {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #999;
}

.level .right {
    float: right;
}

h1.head-big-bar {
    display: NONE;
    text-align: center;
    margin: 10px 0 0;
    font-size: 36px;
    font-weight: 400;
    opacity: 0;
}


/*=================================================*/


/* animate */

section.monde {
    display: block;
}

.article {
    min-width: 1300px;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    float: left;
    border-bottom: solid 1px #eee;
}

#register {
    margin-top: 20px;
    height: auto;
}

.col-bar {
    display: block;
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 60px 0;
}

.titles {
    display: block;
    float: left;
}

.titles>h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: 'exo';
    color: #030303;
}

.active-curent h2 {
    color: #fff !important;
}

.titles>span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin: -10px 0 20px;
    font-weight: 700;
    color: #030303;
}

.titles>span>a {
    color: #009999;
    font-weight: 700;
}

.col-bar>.half {
    display: block;
    width: 42%;
    float: none;
    overflow: visible;
    height: 130px;
}

img.content-channel {
    /* width: 50%; */
    display: none;
    position: relative;
    z-index: 1;
    margin: 50px 0 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    -webkit-filter: grayscale(1);
    opacity: 0.5;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

img.bacdrop {
    position: absolute;
    right: 0;
    top: 60px;
    /*
    -moz-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);*/
    height: 328px;
}

.choose-pack {
    display: block;
    background: #aacbcd;
    height: 62px;
    width: 261px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    /* cursor: pointer; */
}

.choose-pack>input[type="radio"] {
    display: block;
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.choose-pack>span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 19px 0 0 70px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

img.left-bar {
    height: 70%;
    background: #fbfbfb;
    webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 10px;
}

.titles>h2>span {
    font-family: 'Exo';
    font-weight: 600;
    color: #030303;
}

ul.grid-plan-package {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.grid-plan-package>li.article:nth-child(odd) {
    background-color: #fbfbfb;
}

img.content-channel.lexy {
    margin: 30px 0 50px;
}

.col-bar>h3 {
    font-weight: 400;
    color: #00BCD4;
}

img.content-channel.awesome {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 0.9;
}

input.action {
    position: absolute;
    width: 261px;
    height: 62px;
    display: block;
    z-index: 10;
    bottom: 59px;
    opacity: 0;
    cursor: pointer;
    z-index: 5000;
    box-sizing: border-box;
}

input.action.cool-lexy {
    bottom: 64px !important;
}

.action:hover+img+.content-channel {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 0;
}

.action:hover+img {
    opacity: 1;
}

.action:hover+img+.content-channel+h3+img+.content-channel {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 0;
}

.action:hover+img+.content-channel+h3+img {
    opacity: 1;
}

.action+img+.content-channel+h3+img {
    margin: 30px 0 50px;
}

.action:hover+img+.content-channel+.choose-pack {
    background: #009999 !important;
}

.action:hover+img+.content-channel+h3+img+.content-channel+.choose-pack {
    background: #009999 !important;
}

.action:hover+img+.content-channel+h3+img+.content-channel+p+br+.choose-pack {
    background: #009999 !important;
}


/* checked */

.action:checked+img+.content-channel {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 0;
}

.action:checked+img {
    opacity: 1;
}

.action:checked+img+.content-channel+h3+img+.content-channel {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 0;
}

.action:checked+img+.content-channel+h3+img {
    opacity: 1;
}

input.action:checked+img+img.content-channel {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 0;
}

input.action:checked+img {
    opacity: 1;
}

.action:checked+img+.content-channel+h3+img+p+br+.choose-pack {
    background: #009999 !important;
}


/* name ====*/

.action:checked+img+.content-channel+.choose-pack {
    background: #009999 !important;
}

.action:checked+img+.content-channel+h3+img+p+br+.choose-pack>img {
    background: none !important;
    -webkit-animation: bounceIn 300ms;
    animation: bounceIn 300ms;
}


/* aditional */

.action:checked+img+h3+ul+.choose-pack,
.action:checked+img+h3+ul+br+.choose-pack {
    background: #009999 !important;
}

.action:checked+img+h3+ul+.choose-pack>img,
.action:checked+img+h3+ul+br+.choose-pack>img {
    background: none !important;
    -webkit-animation: bounceIn 300ms;
    animation: bounceIn 300ms;
}


/* end aditional */


/*   */


/*
.action:checked +.content-channel + h3 +.content-channel + .choose-pack {
	background:#009999 !important;
}
.action:checked +.content-channel + h3 +.content-channel + p + br +.choose-pack {
	background:#009999 !important;
}
*/


/* checkbox animation */

.action:checked+img+.content-channel+.choose-pack>img {
    background: none !important;
    -webkit-animation: bounceIn 300ms;
    animation: bounceIn 300ms;
}


/*
.action:checked +.content-channel + h3 +.content-channel + .choose-pack > img{
	background:#009999 !important;
		-webkit-animation: bounceIn 300ms ;
	animation: bounceIn 300ms;
}
.action:checked +.content-channel + h3 +.content-channel + p + br +.choose-pack > img{
	background:#009999 !important;
	-webkit-animation: bounceIn 300ms ;
	animation: bounceIn 300ms;
}

*/

.action+img+.content-channel+h3+img+.content-channel+.choose-pack+p,
.action+img+.content-channel+h3+img+.content-channel+p+br+.choose-pack+p {
    opacity: 0;
    font-weight: 700;
    color: #000;
}

.action:checked+.content-channel+h3+.content-channel+.choose-pack+p {
    opacity: 1 !important;
    -webkit-animation: fadeIn 300ms;
    animation: fadeIn 300ms;
}

.action:checked+img+.content-channel+h3+img+.content-channel+p+br+.choose-pack+p {
    opacity: 1 !important;
    -webkit-animation: fadeIn 300ms;
    animation: fadeIn 300ms;
}


/* ============= test ====================*/

.boxset {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding: 0;
    margin: 10px 0;
    overflow: hidden;
    background: #FFFFFF;
    height: auto;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.13);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.13);
}

.boxset>.block.addon {
    min-height: 95px !important;
}

.boxset.funtime.exset>.block {
    position: relative;
    width: 30%;
    height: 100%;
    padding: 0 10px 0 22px;
    float: left;
}

.boxset.funtime.exset>.block .title {
    color: #fff;
    font-size: 24px;
    padding: 10px 0 0 60px !important;
    height: auto;
    font-weight: 400;
    text-shadow: 1px 1px 2px #C8C8C8;
    text-align: left;
    border-bottom: solid 0px #E2E2E2;
}

.boxset.funtime.exset>.block .content {
    height: auto;
    padding: 0;
    text-align: left;
    /* padding: 0 11px; */
    color: #fff;
}

.boxset.funtime.exset>ul.channels-features {
    padding-left: 20px;
    width: 70%;
    /* background: #fff; */
    /* min-height: 100px; */
    position: relative;
    -webkit-box-shadow: 0 200px 0 0 #fff;
    box-shadow: 0 200px 0 0 #fff;
}

.channels-features {
    display: block;
    list-style: none;
    float: right;
}

.channels-features>li {
    display: block;
    float: left;
    text-align: center;
    width: 105px;
    padding: 2px;
    overflow: hidden;
    margin: 8px 10px 0px 0;
}

.channels-features>li>img {
    max-height: 50px;
}

sub {
    display: none;
}

#load-addon {
    display: block;
    max-width: 900px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.addon-choose {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 900px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.addon-choose>h3 {
    display: block;
    color: #009999;
    font-weight: 400;
    width: 251px !important;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    text-align: center !important;
}

.bar-task {
    width: 17px;
    display: none;
    height: 17px;
    background: #009999;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: 0 0 -3px 7px;
    padding: 0px;
    -webkit-box-shadow: 0 0 0 2px #009999;
    box-shadow: 0 0 0 2px #009999;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    padding: 2px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.addon-choose>.avter {
    content: '';
    width: 100%;
    height: 65px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
    position: absolute;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

input.pull-up {
    width: 100%;
    height: 34px;
    position: absolute;
    opacity: 0;
    z-index: 3;
    top: 0;
    cursor: pointer;
}

input.pull-up:checked+h3+#load-addon {
    display: block;
    height: auto;
}

input.pull-up:checked+h3>.bar-task {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

input.pull-up:checked+h3+#load-addon+.avter {
    opacity: 0
}

.center-bar {
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px auto;
}

table.billing-table tr td {
    /* text-align: center; */
    font-size: 14px;
    font-weight: 700;
    padding: 5px 0;
}

tr.border-set td {
    padding: 10px 0 !important;
    border-bottom: solid 1px #E7E7E7;
    border-top: solid 1px #E7E7E7;
}

.currency {
    text-align: right;
    font-weight: 700;
}

section#step-2 {
    display: none;
    padding-top: 25px;
}

.register_step {
    min-height: 0 !important;
}

.frame-set-register {
    display: inline-block;
    margin: 0 auto;
}

.wallet_notif.wallert {
    position: relative;
    text-align: center;
    border: solid 0px #EEEDED;
    margin: 0px 0 0;
    border-bottom: solid 0px #eee;
    padding: 30px 0 0;
    background-color: #222222;
    height: 600px;
    min-width: 1300px;
}

.wallert .logo_wallet {
    width: 73px;
    height: 73px;
    background: #009999;
    border: 0px;
    position: relative;
    z-index: 2;
    /* margin-left: 28px; */
}

.wallert .box_current p.cdr_sht {
    font-weight: 700;
    color: #414141;
}

.wallet_notif.wallert>div>h3 {
    display: block;
    margin: 10px 0 20px;
    font-weight: 400;
    font-size: 26px;
    text-align: center;
    position: relative;
    color: #fff;
}

form.xform {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

span.error {
    position: relative;
    /* right: -100%; */
    top: 0;
    width: 100%;
    height: 100%;
    /* padding: 3%; */
    color: rgb(222, 57, 57);
    font-size: 12px;
}

.fail {
    background: rgb(255, 237, 237) !important;
    border: solid 1px #DE3939 !important;
}

.form-item input[type="password"].fail {
    background: url('/asset/images/ott/lock_b.svg')!impotrant;
}

.innish {
    width: 476px;
    display: block;
    margin: 0 auto;
}

.boxset.funtime.exset.subscribed:before {
    background-image: -webkit-gradient( linear, left top, right bottom, color-stop(0, #45C4CD), color-stop(1, #2CB3BD));
    background-image: -o-linear-gradient(right bottom, #45C4CD 0%, #2CB3BD 100%);
    background-image: -moz-linear-gradient(right bottom, #45C4CD 0%, #2CB3BD 100%);
    background-image: -webkit-linear-gradient(right bottom, #45C4CD 0%, #2CB3BD 100%);
    background-image: -ms-linear-gradient(right bottom, #45C4CD 0%, #2CB3BD 100%);
    background-image: linear-gradient(to right bottom, #45C4CD 0%, #2CB3BD 100%);
}

.boxset:before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 269px;
    background-image: -webkit-gradient( linear, left bottom, right top, color-stop(0.14, #C9C9C9), color-stop(1, #E8E5E8));
    background-image: -o-linear-gradient(right top, #C9C9C9 14%, #E8E5E8 100%);
    background-image: -moz-linear-gradient(right top, #C9C9C9 14%, #E8E5E8 100%);
    background-image: -webkit-linear-gradient(right top, #C9C9C9 14%, #E8E5E8 100%);
    background-image: -ms-linear-gradient(right top, #C9C9C9 14%, #E8E5E8 100%);
    background-image: linear-gradient(to right top, #C9C9C9 14%, #E8E5E8 100%);
}

.left-bar.currentlly {
    width: 50px !important;
    height: 50px !important;
    border: solid 0px !important;
}

.left-bar.currentlly>svg {
    fill: #009999;
}

li.article.remiss {
    text-align: center;
    border-bottom: solid 0px;
}

li.article.remiss+li {
    border-top: solid 0px !important;
}

li.article.active-curent .col-bar .half {
    opacity: 1 !important;
}

.xclas {
    display: block;
    width: 80%;
    /* height: 218px; */
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.18);
    -webkit-animation: fadeIn 400ms;
    animation: fadeIn 400ms;
}

div#loader-set {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.41);
    z-index: 31;
    -webkit-animation: fadeIn 300ms;
    animation: fadeIn 300ms;
}

.cart-package {
    display: none;
}

a#date-pick {
    display: block;
    width: 100%;
    position: absolute;
    right: -100%;
    padding: 3px 20px 0;
}

a#date-pick img {
    float: left;
    width: 30px;
    height: 30px;
}

input#selectedPicker {
    opacity: 0;
    width: 19px;
    height: 51px;
    position: absolute;
    top: 0;
    left: 14px;
    cursor: pointer;
}

button.ui-datepicker-trigger {
    opacity: 0;
    width: 19px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 14px;
    cursor: pointer;
}

.col-set {
    display: block;
    width: 33.333%;
    float: left;
    height: 40px;
    position: relative;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border: solid 0px #E7E7E7;
    overflow: hidden;
    background: #fff;
}

.col-set:after {
    content: '';
    /* background: url(/asset/images/arrow_set.png) no-repeat; */
    height: 50px;
    width: 60px;
    position: absolute;
    right: 0px;
    background-position: 11px 0px;
}

h3.head-shot {
    background-color: rgb(17, 18, 21);
    padding: 5px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 0px;
    font-size: 16px;
    font-weight: 400;
}

.xclas.exror {
    width: 100%;
    padding: 0 0 20px 0;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.18);
    border: solid 1px rgba(17, 18, 21, 0.61);
}

.xclas.exror p {
    padding: 5px;
    font-size: 14px;
}

input.titik {
    border: solid 0px;
}

a.btn-oke {
    display: inline-block;
    background-color: #009999;
    color: #fff;
    padding: 5px 30px;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.poket_fix {
    -webkit-animation: fadeInUp 800ms;
    animation: fadeInUp 800ms;
    overflow: hidden;
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
    padding-bottom: 6%;
    left: 0;
}

ul.cotbray {
    float: left;
    width: 750px;
    display: block;
    list-style: none;
    border: solid 1px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
    -webkit-animation: fadeInUp 800ms;
    animation: fadeInUp 800ms;
}

ul.cotbray>li {
    display: table-column;
    float: left;
    border-right: solid 1px rgba(51, 51, 51, 0.22);
    width: 33.3%;
    background-color: rgba(255, 255, 255, 0.84);
    padding: 15px 20px;
    min-height: 100px;
    height: auto;
    position: relative;
}

ul.cotbray>li>div>h2 {
    font-size: 20px;
}

ul.cotbray>li>div>ul {
    list-style: none;
}

ul.cotbray>li:last-child {
    border-right: solid 0px;
}

ul.cotbray>li>div>ul.addon>li {
    display: block;
    float: none;
    font-size: 14px;
    padding-left: 32px;
    font-weight: 400;
}

ul.cotbray>li>div>.frame-set-register {
    display: block;
    top: 50%;
    */ left: 50%;
    left: 50%;
    /* bottom: 6%; */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    height: 51px;
    width: 80%;
    float: left;
}

ul.cotbray>li>div>.frame-set-register>.logo_wallet {
    width: 50px;
    height: 50px;
    background-color: #626262;
    border: solid 1px #4A4A4A;
    background-size: 58%;
    /* background: #ddd url(../images/account/wallet.png) no-repeat center; */
    display: none;
}

ul.cotbray>li>div>.frame-set-register>.box_current>.cdr_sht {
    font-size: 16px !important;
    padding: 14px 32px 14px 69px;
    margin-left: 0;
    background: #E9E9E9;
    border: solid 1px rgba(0, 0, 0, 0.1);
    */;
    font-weight: 700;
    float: left;
    position: relative;
}

ul.cotbray>li>div>h2:before {
    content: '';
    display: block;
    width: 25px;
    float: left;
    height: 25px;
    background: #009999 url('/asset/images/ott/button/1.svg') no-repeat center;
    background-size: 95%;
    margin: 0 5px 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

h3.as-head {
    font-size: 14px;
    margin-bottom: 5px;
}

ul.cotbray>li>div>.frame-set-register>.box_current>.cdr_sht:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: #626262 url('/asset/images/account/wallet.png') no-repeat center;
    border: solid 1px #4A4A4A;
    background-size: 58%;
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
}

.fram-case {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    float: left;
    left: 0;
    top: 0;
}

.align {
    display: block;
    margin: 0 auto;
    width: 720px;
}

a#date-pick:after {
    /* content: 'BOD'; */
    display: inline-block;
    padding: 6px 10px;
    float: left;
}

input.coke-botle {
    display: block;
    position: absolute;
    -ms-transform: scale(6);
    /* IE */
    -moz-transform: scale(6);
    /* FF */
    -webkit-transform: scale(6);
    /* Safari and Chrome */
    -o-transform: scale(6);
    /* Opera */
    padding: 10px;
    left: 43px;
    top: 39px;
    opacity: 0;
    cursor: pointer;
    z-index: 4556;
    box-sizing: border-box;
}

a.labeled {
    display: block;
    height: 43px;
    width: 43px;
    background: #fff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 16px;
    left: 23px;
}

.content>.price {
    padding: 0 0 0 60px;
}

.boxset.funtime.exset .content {
    width: 100% !important;
}

input[type="checkbox"].coke-botle:checked+a {
    background: #009999 url('/asset/images/ott/button/1.svg') no-repeat center;
    background-size: 100%;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
}

.activate>.block>a {
    background: #009999 url('/asset/images/ott/button/1.svg') no-repeat center;
    background-size: 100%;
    -webkit-box-shadow: inset 0 0 0 5px #fff;
    box-shadow: inset 0 0 0 5px #fff;
}

.captcha {
    display: block;
    margin-bottom: 20px;
}

.pack_name h2 {
    font-size: 16px;
    font-weight: 400;
}

.pack_price>h2 {
    text-align: right;
    font-size: 16px;
}

ul#replace {
    list-style: none;
}

ul#parseX {
    list-style: none;
    font-weight: 400;
}

ul#parseX li {
    font-weight: 400;
}


/* addtional css custom */

.billing_change {
    padding: 10px 50px 100px;
}

.pack_name {
    height: 40px;
    padding: 10px 0;
}

.billing_change table tr td div.pack_name {
    height: 40px;
    padding: 10px 0;
    /* border-top: solid  1px #DEDEDE; */
}

ul#replace>li {
    padding: 10px 0;
    border-top: solid 1px #DEDEDE;
    height: 40px;
}

.pack_price {
    display: block;
    padding: 10px 0;
    /* border-top: solid 1px #DEDEDE; */
    height: 40px;
}

ul#parseX>li {
    padding: 10px 0 10px;
    border-top: solid 1px #DEDEDE;
    height: 40px;
}

.check-currency {
    list-style: none;
}

.check-currency>li:nth-child(1) {
    border-top: 0px;
    padding: 10px 0 10px;
    height: 40px;
    text-align: right;
    font-weight: 700;
}

#loader-xset {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.43);
    z-index: 809;
}

.xclas.exror>p {
    text-align: center;
}

.falueable {
    position: absolute;
    right: 20px;
    width: 200px;
    height: 100px;
    /* background-color: #5F5E5E; */
    text-align: center;
}

.simply-set div {
    font-size: 24px;
    font-weight: 400;
}

.ex-set-time>h2 {
    font-weight: 400;
    color: #D91805 !important;
}

.ex-set-time span {
    display: block;
    width: 143px;
    margin: 0 auto;
    font-size: 14px;
    color: #D91805;
}

.but_ton_set>a {
    display: block;
    background-color: #009999;
    padding: 10px 20px;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.matake div {
    display: block;
}

.matake {
    display: block;
    float: right;
    padding: 10px 30px 10px 10px;
}

.matake div span {
    font-size: 17px;
}

.matake div h3 {
    font-weight: 700;
}

.matake div span.right {
    margin-left: 20px;
}

.xabr.topup_detail {
    opacity: 0;
}

.task-bill>span {
    font-size: 12px;
}

#checrseX>li {
    padding: 10px 0 10px;
    border-top: solid 1px #DEDEDE;
    height: 40px;
    text-align: right;
}

.activate .col-bar .choose-pack {
    background-color: #009999;
}

.activate .col-bar .choose-pack img.left-bar {
    background-color: #009999;
    -webkit-animation: bounceIn 300ms;
    animation: bounceIn 300ms;
}

.activate .col-bar img+img.content-channel {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.bg_arset {
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    display: block;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
    /* margin-bottom: 2px; */
    border: solid 0px #E7E7E7;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    top: 0px;
    position: absolute;
    cursor: pointer;
}

.bg_arset.checked {
    background: #fff url('/asset/images/ott/check.svg') no-repeat center !important;
    background-size: 20px 20px !important;
}

ul#gender {
    display: block;
    width: 100%;
    list-style: none;
    float: left;
    margin-left: 0;
    padding-left: 0;
}

ul#gender li {
    display: block;
    float: left;
    width: 50%;
}

.bg_cv {
    width: 35px;
    height: 35px;
    background: #fbfbfb;
    display: block;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05);
    /* margin-bottom: 2px; */
    /* border: solid 1px #E7E7E7; */
    -webkit-border-radius: 0px;
    border-radius: 0px;
    top: 0px;
    position: absolute;
    cursor: pointer;
}

li.activate .bg_cv {
    background: #fff url('/asset/images/ott/check.svg') no-repeat center !important;
    background-size: 20px 20px !important;
}

ul.grid-plan-package>li.article:first-child .col-bar {
    padding: 60px 0 60px !important;
}

ul.deascription-set li>span {
    font-weight: 700;
}

.poket_fix.picxes {
    padding: 40px 0 60px;
    margin-bottom: 20px;
    overflow: hidden;
}

li.article.prestacle {
    border-bottom: solid 0px #eee;
}

img.bacdrop.awesome {
    top: 60px;
}

.addon-choose>h3:after {
    display: block;
    height: 20px;
    width: 19px;
    content: '+';
    -webkit-box-shadow: 0 0px 0 2px #009999;
    box-shadow: 0 0px 0 2px #009999;
    padding: 0;
    line-height: 0.7;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: right;
    position: relative;
    margin: 9px 30px 0 0;
}

h3#becksor:after {
    line-height: 0 !important;
    padding-top: 9px;
}

img.bethoven {
    /* width: 50%; */
    display: none;
    margin: 50px 0 30px;
    position: absolute;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


/*==============================*/

input.action:checked+img+img+h3+img+img+p+br+.choose-pack>img {
    background: none !important;
    -webkit-animation: bounceIn 300ms;
    animation: bounceIn 300ms;
}

input.action:checked+img+img+h3+img+img+p+br+.choose-pack {
    background: #009999 !important;
    opacity: 1;
}

p#icsa {
    color: #009999;
    margin-left: -91px;
    height: 73px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.49);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.49);
}

.scoll-task>p {
    font-weight: 300;
    color: #fff;
}

video#bgvid {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    min-width: 1300px;
}

.info-set {
    display: block;
    margin: 0 auto;
    position: relative;
    color: #fff;
    /* background: rgba(0, 0, 0, 0.14); */
    padding: 10px 20px;
    margin-bottom: 15px;
}

.info-set>h2 {
    font-size: 36px;
}

.info-set>span {
    display: block;
    font-size: 24px;
}

.info-set>small {
    font-size: 13px;
}

.cluster-set.VIP {
    display: block;
    /* background: rgba(0, 0, 0, 0.31); */
    width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    color: #fff;
    line-height: 1.5;
}

.cluster-set.VIP>p {
    margin-bottom: 20px;
}

.cluster-set.VIP>h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    color: #009999;
}

.info-set>span>big {
    font-weight: 500;
}

.wallet_notif.wallert:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 383px;
    bottom: 0;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, #000000));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;
}

bigs {
    color: #009999;
    font-weight: 500;
}

.fly-honest {
    display: block;
    width: 331px;
    height: 73px;
    margin: 20px auto 20px;
}

.info-set>small>a {
    color: #fff;
    text-decoration: underline;
}

.svg-des>svg {
    fill: #009999;
}

.svg-des {
    display: block;
    margin-top: 20px;
}

.addon-choose>h3:after {
    display: none;
}

li.article.data-pack .col-bar>p {
    display: block;
    width: 50%;
}

.svg-loader {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.43);
    left: 0;
    height: 100%;
    z-index: 24;
}

.logo_wallet>svg {
    display: block;
    fill: #fff;
    margin: 29px auto;
}

img.bethoven:hover {
    opacity: 1;
}

.form-item>.despt {
    font-size: 12px;
    float: left;
    color: #A2A2A2;
    display: block;
}

svg.ewalet {
    margin: 5px auto;
    width: 80%;
}

.form-item.agre-row>p>a {
    display: block;
}


/*===========================*/

.compliment {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.compliment>h2 {
    color: #009999;
}

.conjuction {
    display: block;
    width: 431px;
    margin: 0 auto;
    height: 50px;
}

.conjuction>ul {
    list-style: none;
    float: left;
    display: block;
    width: 100%;
}

.conjuction>ul>li {
    width: 48%;
    /* float: left; */
    display: block;
    margin: 0 auto;
}

.conjuction>ul>li+li {
    float: right;
}

.conjuction>ul>li>a {
    display: block;
    /* background: #D4CACA; */
    padding: 6px 0 7px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.compliment>span {
    display: block;
    padding: 5px 0 15px;
    font-size: 14px;
    font-weight: 400;
}

a.connect>icon {
    display: block;
    height: 32px;
    width: 30px;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.18);
    padding: 7px 0 0;
    left: 0;
}

a.connect.fb {
    background: #4973cb;
}

a.connect>icon>svg {
    fill: #fff;
    height: 18px;
    width: 20px;
}

a.connect.tw {
    background: #56dbeb;
}

.addon_vt {
    left: 110.594px;
}

section#step-3 {
    display: none;
}

ul.logicon {
    display: block;
    list-style: none;
    width: 550px;
    padding: 0;
    position: relative;
    margin: 0 0 20px;
    z-index: 20;
}

ul.logicon>li {
    display: inline-block;
    margin: 10px;
    text-align: center;
}

ul.logicon>li>svg {
    max-height: 40px;
    width: 40px;
}

ul.logicon>li>span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.contines {
    display: inline-block;
    width: 100%;
    padding-left: 319px;
    padding-top: 0px;
}

.contines>ul>li img {
    height: 33px;
}

.contines>ul>li {
    margin: 10px 10px 0 0;
}

.contines>h3 {
    font-weight: 500;
    font-size: 16px;
    color: #00BCD4;
}

div#register_email:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #eee;
    left: 0;
}

.ssl-sign-in {
    background: rgba(0, 153, 153, 0.12);
    padding: 20px 0;
}

.ssl-sign-in h4 {
    font-size: 17px;
    margin: 0;
}

h3.sucsess {
    font-size: 18px;
}

.demo-wrapper>.underlined {
    font-size: 20px;
}

.demo-wrapper>.underlined p {
    font-size: 12px;
    text-align: center;
    margin: 0;
}

.demo-wrapper>.underlined p a {
    font-size: 12px;
    text-align: center;
    width: 100%;
}

#signModal .modal-content {
    background: #1d2029;
}

.modal_box,
.modal-body {
    background: #1d2029;
    color: #fff;
}

button.modal_close svg,
button.close {
    fill: white;
    color: #FFF;
}

a.arlando_tum label {
    color: #FFF;
    margin-left: 13px;
    display: inline-block;
}

.modal_body a {
    color: #c4a300;
    font-size: 12px;
}

a.arlando_tum {
    padding: 0 !important;
    font-size: 14px;
}

a.arlando_right {
    float: right;
    font-size: 14px;
}

p.text-center.mt-60.culonto {
    display: block;
    height: 30px;
    margin-top: 25px;
    position: relative;
    width: 100%;
}

div#signModal a {
    color: #fff700;
}

div#signModal a.btn {
    color: #fff;
}