html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    list-style: none;
    font-weight: 400;
    vertical-align: baseline
}

body {
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    border: 0 none;
    outline: 0 none;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif
}

a img {
    border: 0;
    outline: 0
}

.addcartbtn {
    width: 50%;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: block;
    -moz-transition: all .5s ease 0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #eb982b;
    background: url(../images/bg-signbtn.png) repeat-x center
}

change colours to suit your needs ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

change colours to suit your needs mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

change border colour to suit your needs hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    498 padding: 0
}

form dl dd {
    margin: 15px 0
}

form dl dd span {
    float: left;
    text-align: right;
    color: gray;
    margin: 5px 0 0 1%
}

form dl dd span.mandatory {
    color: red;
    margin: 22px 1% 0 0
}

.span1 {
    width: 98%;
    margin: 0 auto
}

select {
    vertical-align: middle;
    border: solid 1px #d0d0d0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 39px;
    color: #5c5d5f;
    font-size: 100%;
    text-transform: uppercase;
    width: 99%;
    padding: 0 5px;
    display: block;
    margin: 0 auto;
    background: url(../images/bg-inputfiled.png) repeat-x bottom
}

select.selectmenu {
    vertical-align: middle;
    border: solid 1px #d0d0d0;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 39px;
    color: #5c5d5f;
    font-size: 100%;
    text-transform: uppercase;
    width: 55%;
    padding: 0 1%;
    display: block;
    margin: 5px auto 0;
    background: url(../images/bg-inputfiled.png) repeat-x bottom;
    line-height: 24 x
}

.submutbtn {
    width: 97%;
    height: 35px;
    font-size: 100%;
    color: #FFF;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #fc650a;
    background: #ff8511 url(../images/bg-submitbtn.jpg) repeat-x bottom;
    padding-bottom: 5px;
    text-transform: lowercase
}

.continuebtn {
    width: 99%;
    height: 35px;
    color: #FFF;
    padding-bottom: 5px;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #262626;
    background: #ff8511 url(../images/bg-continuebtn.png) repeat-x bottom
}

.textfiled {
    vertical-align: middle;
    border: solid 1px #d0d0d0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 45px;
    color: #5c5d5f;
    font-size: 100%;
    width: 97%;
    padding: 0 0 0 1%;
    display: block;
    margin: 0 auto;
    background: url(../images/bg-inputfiled.png) repeat-x bottom;
    line-height: 24 x
}

.textfiled.s2 {
    padding: 1px 0 0 2%
}

.textfiledCalender {
    vertical-align: middle;
    border: solid 1px #d0d0d0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 39px;
    color: #5c5d5f;
    font-size: 100%;
    width: 93%;
    float: left;
    display: block;
    margin-left: 1%;
    margin-top: 10px;
    background: url(../images/bg-inputfiled.png) repeat-x bottom;
    line-height: 24 x
}

.edittextfiled {
    vertical-align: middle;
    border: solid 1px #d0d0d0;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 39px;
    color: #ADADAD;
    font-size: 100%;
    float: left;
    width: 97%;
    padding: 0 0 0 1%;
    margin: 0 auto;
    background: url(../images/bg-inputfiled.png) repeat-x bottom;
    line-height: 24 x
}

.border {
    border: #666 1px solid;
    font-size: .7em;
    font-family: Arial;
    color: #fff;
    line-height: 20px;
    text-transform: lowercase
}

.border1 {
    border: #666 1px solid;
    font-size: .7em;
    font-family: Arial;
    color: #696969;
    line-height: 20px
}

.textfiled2 {
    vertical-align: middle;
    border: solid 1px #d0d0d0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 39px;
    color: #5c5d5f;
    font-size: 100%;
    text-transform: uppercase;
    width: 98%;
    padding: 0 5px;
    display: block;
    margin: 0 auto;
    background: url(../images/bg-inputfiled.png) repeat-x bottom
}

textarea {
    font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
    vertical-align: middle;
    border: solid 1px #d0d0d0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 80px;
    color: #5c5d5f;
    text-transform: lowercase;
    width: 96%;
    padding: 5px 1% 0;
    display: block;
    margin: 0 auto;
    float: left;
    background: url(../images/bg-inputfiled.png) repeat-x bottom
}

.submutbtn.procced {
    width: 50%;
    margin: 0 auto 10px
}

.clr {
    clear: both
}

.wrapper {
    width: 100%
}

header {
    width: 100%;
    height: 78px;
    float: left;
    background: url(../images/bg-header.jpg) repeat-x top
}

.header {
    width: 100%;
    height: 78px;
    float: left;
    background: url(../images/bg-header.jpg) repeat-x top
}

.mainselection {
    overflow: hidden;
    width: 100%;
    min-height: 61px;
    text-transform: lowercase;
    float: left
}

.mainselection

2
{
    overflow: hidden
;
    width: 100%
;
    height: 120px
}
select {
    border: 0;
    background: transparent;
    height: 39px;
    border: 1px solid #d8d8d8;
    width: 97%;
    -webkit-appearance: none;
    text-transform: lowercase
}

header .logoholder {
    display: block;
    float: left;
    margin: 15px auto 0 10px
}

header .logoholder img {
    margin: 0 auto;
    display: block
}

header .homeicon {
    float: right;
    width: 35px;
    height: 56px;
    margin: 12px 8px 0 3px;
    background: url(../images/headerdivder.png) no-repeat left
}

header .homeicon img {
    float: right;
    margin-top: 20px;
    outline: none;
    border: none
}

header .topstrip {
    width: 100px;
    height: 25px;
    float: left
}

nav {
    height: 56px;
    margin-bottom: 20px;
    background: url(../images/bg-nav.jpg) repeat-x
}

.nav {
    height: 56px;
    margin-bottom: 20px;
    background: url(../images/bg-nav.jpg) repeat-x
}

nav li {
    float: left;
    text-align: center;
    width: 33%;
    height: 54px;
    margin-top: 1px;
    line-height: 29px;
    border-right: solid 1px #c6c6c6;
    -moz-box-shadow: 1px 0 #FFF;
    -webkit-box-shadow: 1px 0 #FFF;
    box-shadow: 1px 0 #FFF
}

nav li.active {
    width: 33%;
    background-color: #c6c6c6;
    box-shadow: 0 0 0 0
}

nav li.bdrnone {
    border: none;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0 0 0 0
}

nav li a {
    color: #0a0300;
    display: block;
    font-size: .75em;
    border: 0 none;
    outline: 0 none;
    text-decoration: none
}

nav li a:hover {
    height: 54px;
    background-color: #c6c6c6;
    box-shadow: 0 0 0 0
}

nav li img {
    margin: 0 auto;
    display: block;
    padding-top: 8px
}

.box {
    vertical-align: middle;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 39px;
    color: #5c5d5f;
    font-size: 100%;
    width: 98%;
    padding: 0 5px;
    display: block;
    background-color: #FFF
}

.box1 {
    width: 15%;
    float: left;
    margin-left: 3px;
    vertical-align: middle;
    border: solid 1px #ababab;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 39px;
    color: #5c5d5f;
    font-size: 100%;
    padding: 0 5px;
    display: block;
    background: url(../images/bg-inputfiled.png) repeat-x bottom
}

.box2 {
    width: 27%;
    margin-left: 7px;
    float: left;
    vertical-align: middle;
    border: solid 1px #ababab;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 39px;
    color: #5c5d5f;
    padding: 0 5px;
    display: block;
    background: url(../images/bg-inputfiled.png) repeat-x bottom
}

.box3 {
    width: 53%;
    float: left;
    margin-left: 7px;
    vertical-align: middle;
    border: solid 1px #ababab;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 39px;
    color: #5c5d5f;
    padding: 0 5px;
    display: block;
    background: url(../images/bg-inputfiled.png) repeat-x bottom
}

.container {
    padding: 5px;
    min-height: 170px
}

.formbox {
    min-height: 230px;
    background-color: #FFF;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #ababab
}

.formboxcontactus {
    min-height: 150px;
    background-color: #FFF;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #ababab
}

.formbox h2 {
    font-size: 18px;
    color: #FFF;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #7a7a7a;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.formbox h2 span {
    margin-left: 18px
}

.formbox dl {
    padding: 0 14px
}

.formbox dl dd {
    margin: 12px 0;
    float: left;
    width: 100%
}

.formbox dl dd span a.forgotpasword {
    font-size: .8em;
    font-style: italic;
    float: right;
    color: #5C5D5F;
    text-decoration: none;
    font-size: 100%;
    font-size: 14px
}

.formbox dl dd .textfiled {
    vertical-align: middle;
    border: solid 1px #d0d0d0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 39px;
    color: #5c5d5f;
    width: 96%;
    padding: 0 1%;
    display: block;
    background: url(../images/bg-inputfiled.png) repeat-x bottom;
    margin: 0 auto;
    text-transform: lowercase;
    float: left
}

.formbox dl dd .textfiled.contact {
    width: 97%
}

.formbox dl dd .textfiled3 {
    vertical-align: middle;
    border: solid 1px #d0d0d0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 39px;
    color: #5c5d5f;
    width: 99%;
    padding: 5px 1% 0 .4%;
    display: block;
    background: url(../images/bg-inputfiled.png) repeat-x bottom;
    margin: 0 auto
}

.formbox dl dd .textfiled1 {
    vertical-align: middle;
    border: solid 1px #d0d0d0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 50px;
    color: #5c5d5f;
    font-size: 100%;
    text-transform: uppercase;
    width: 100%;
    padding: 0 5px;
    display: block
}

.userdetail li span.label {
    width: 35%;
    clear: both;
    float: left;
    font-size: 100%;
    text-transform: lowercase
}

.payment_container {
    border-right: solid 1px #c8c6c6;
    border-bottom: solid 1px #c8c6c6;
    border-left: solid 1px #c8c6c6
}

.paymentdetail .heading {
    height: 38px;
    line-height: 38px;
    font-size: 120%;
    color: #FFF;
    border-top: solid 1px #e85201;
    border-right: solid 1px #e85201;
    border-left: solid 1px #e85201;
    background: url(../images/bg-heading.jpg) repeat-x;
    text-transform: lowercase
}

.paymentdetail .heading img {
    margin: 3px 10px 0 18px;
    vertical-align: top
}

.paymentdetail .arrow {
    width: 23px;
    height: 13px;
    margin: 0 auto;
    background: url(../images/arrow-heading.png) no-repeat
}

.paymentdetail li {
    font-size: .9em;
    color: #5e5e5e;
    line-height: 30px;
    text-align: center;
    border-bottom: solid 1px #d1d1d1;
    text-transform: lowercase
}

.paymentdetail li span {
    font-size: 100%;
    font-weight: 700
}

.paymentdetail li.mnumber {
    color: #000;
    font-weight: 700;
    text-decoration: none
}

.paymentdetail li.mnumber a {
    color: #5e5e5e;
    text-decoration: none
}

.paymentoption {
    min-height: 220px;
    margin: 18px 10px;
    background-color: #FFF;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #ababab
}

.paymentoption h2 {
    font-size: 18px;
    color: #FFF;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #7a7a7a;
    border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0
}

.paymentoption h2 span {
    margin-left: 4%;
    text-transform: lowercase
}

.paymentoption li {
    float: left;
    width: 46%;
    padding: 8px 0 8px 4%;
    border-top: solid 1px #bcbcbc
}

.paymentoption li.last {
    border-bottom: none
}

.paymentoption li .ui-radio {
    clear: none;
    margin: 0;
    position: inherit;
    z-index: inherit
}

.paymentoption li .ui-radio .ui-btn {
    margin: 0;
    position: inherit
}

.paymentoption li .ui-radio .ui-btn-inner {
    height: inherit;
    margin-left: 2px
}

.paymentoption li input[type="radio"] {
    position: absolute;
    left: -999em
}

.paymentoption li label:before {
    display: inline-block;
    position: relative;
    top: 4px;
    content: '';
    width: 23px;
    height: 25px;
    background: url(../images/radiobtn.png);
    float: left
}

.paymentoption li input[type="radio"]+label:before {
    background-position: -25px -25px
}

.paymentoption li input[type="radio"]:checked+label:before {
    background-position: -25px 0
}

.paymentoption li .ie8 label:before {
    display: none;
    content: none
}

.paymentoption li .ie8 input[type="radio"], .paymentoption li .ie7 input[type="radio"] {
    position: static;
    left: 0
}

.paymentoption li .ie8 input[type="radio"] {
    position: relative;
    top: 5px
}

.loginbox {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.loginbox h2 {
    height: 36px;
    background: #c6c6c6;
    border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0
}

.loginbox h2 span {
    margin: 8px 0 0 10px;
    color: #000;
    font-style: normal;
    font-size: 100%
}

.socialnetworks {
    height: 86px;
    width: 98%;
    margin: 10px auto;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.socialnetworks h2 {
    height: 36px;
    background-color: #fb5b05;
    border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0
}

.socialnetworks h2 span {
    margin: 8px 0 0 10px;
    font-size: 100%;
    color: #FFF;
    text-align: left;
    font-style: normal
}

.socialnetworks li {
    float: left;
    width: 29px;
    height: 29px;
    padding: 5px;
    margin: 5px;
    background-color: #FFF;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.socialnetworks1 {
    height: 86px;
    width: 99%;
    margin: 10px auto;
    background-color: #fc0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 0 10px
}

.socialnetworks1 h2 {
    font-size: 14px;
    color: #000;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #e9b004;
    border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0
}

.socialnetworks1 h2 span {
    margin-left: 10px;
    color: #000;
    font-style: italic;
    text-align: right
}

.socialnetworks1 li {
    float: left;
    width: 29px;
    height: 29px;
    padding: 5px;
    margin: 5px;
    background-color: #FFF;
    border: solid 1px #c90;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.mobilebox {
    height: 40px;
    background-color: #FFF;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #ababab;
    margin-bottom: 20px;
    padding: 10px 0
}

.mobilebox .arrowbottom {
    height: 15px;
    background: url(../images/nav-active-arrow.png) no-repeat center top
}

.mobilebox h3 {
    color: #000;
    font-size: 150%;
    text-align: center
}

.mobilebox span {
    margin: 0 auto;
    display: table
}

.mobilebox .circel {
    padding: 10px 0 0 20px;
    color: #292929;
    background: url(../images/icon-cirecl.png) no-repeat 0 13px
}

.footer {
    color: #555;
    float: left;
    width: 100%;
    font-size: 11px;
    height: 14px;
    padding: 14px 0;
    text-align: center;
    text-shadow: 0 1px 0 #FFF;
    background-color: #c6c6c6
}

.errorSpan {
    font-size: 100%;
    color: red;
    font-weight: 500
}

.ticketNumberSpan {
    font-size: 100%;
    color: red;
    font-weight: 500
}

.messageSpan {
    font-size: 100%;
    color: red;
    font-weight: 500
}

.captcha1 {
    float: left;
    width: 100px;
    margin: 0 0 10px
}

.captcha1 img {
    width: 100px;
    height: 35px
}

.h5 {
    float: left;
    font-size: 16px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif
}

h5 span {
    float: left
}

.h6 {
    float: left;
    font-size: 16px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif
}

h6 span {
    float: right;
    padding-right: 20px
}

.topup {
    border: #666 1px solid;
    font-size: 1em;
    font-family: Arial;
    color: #FFF;
    line-height: 20px
}

.topupnav {
    background-color: #C5C5C5;
    height: 24px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-left: 10px;
    padding-top: 24px
}

.border2 {
    border: #666 1px solid;
    font-size: .9em;
    font-family: Arial;
    color: #696969;
    line-height: 20px
}

a.view {
    color: #F36F21;
    float: left;
    margin-bottom: .6%;
    margin-left: 2.2%;
    text-decoration: none
}

.datetxt {
    width: 179px;
    height: 38px;
    margin-left: 20px;
    background: url(../../image/calender.png) no-repeat 145px 8px #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
    padding-left: 8px;
    font-size: 18px
}

.styledselect {
    width: 100%;
    height: 38px;
    margin: 0 auto;
    overflow: hidden; /* background:url(../images/select-arrow.png) no-repeat 98% 14px; */
    background: none;
    border: solid 1px #d0d0d0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.styledselect .select2 {
    background: transparent;
    width: 107%;
    padding: 5px;
    font-size: 100%;
    line-height: 1;
    color: #adadad;
    border: 0;
    height: 39px;
    -webkit-appearance: none
}

.styledselect .select2.blktxt {
    color: #000
}

.userdetail {
    background-color: #FFF;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #ababab;
    margin: 10px 0;
    width: 100%;
    float: left
}

.userdetail table td {
    padding: 0
}

.userdetail1 table td {
    padding: 10px
}

.userdetail.first {
    margin: 10px 0 0
}

.userdetail h3 {
    height: 38px;
    line-height: 38px;
    font-size: 120%;
    color: #FFF;
    clear: both;
    border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    background: url(../images/bg-heading.jpg) repeat-x
}

.userdetail h3 span {
    margin-left: 1%;
    text-transform: lowercase
}

.userdetail h3 a.edit {
    float: right;
    font-size: 100%;
    color: #fff;
    padding-left: 18px;
    margin-right: 15px;
    text-decoration: none;
    background: url(../images/ico-edit.png) no-repeat 0 14px;
    text-transform: lowercase
}

.userdetail li {
    font-size: 100%;
    color: #5e5e5e;
    text-align: left;
    float: left;
    width: 99%;
    padding: 0 0 0 1%;
    border-bottom: solid 1px #d1d1d1;
    min-height: 24px;
    word-wrap: break-word
}

.userdetail li .coupons {
    font-weight: 700;
    color: #000;
    text-align: center;
    font-size: 30px
}

.userdetail li .ticket {
    font-weight: 400;
    color: #999;
    text-align: center;
    font-size: 18px
}

.userdetail li span.label {
    width: 38%;
    float: left;
    font-size: 100%;
    margin: 0;
    text-transform: lowercase;
    white-space: pre-line
}

.userdetail li span.label em {
    color: #F36F21
}

.userdetail li.last {
    border-bottom: none
}

.userdetail li span {
    width: 60%;
    float: left;
    line-height: 100%;
    margin-left: 2%;
    padding: 1% 0;
    min-height: 30px
}

.userdetail1 {
    min-height: 160px;
    background-color: #FFF;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-top: solid 1px #ababab;
    border-right: solid 1px #ababab;
    border-left: solid 1px #ababab;
    margin-bottom: 10px;
    width: 100%;
    float: left
}

.userdetail1 h3 {
    height: 38px;
    line-height: 38px;
    font-size: 120%;
    color: #FFF;
    clear: both;
    border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    background: url(../images/bg-heading.jpg) repeat-x
}

.userdetail1 h3 span {
    margin-left: 10px;
    text-transform: lowercase
}

.userdetail1 h3 a.edit {
    float: right;
    font-size: .7em;
    color: #000;
    padding-left: 18px;
    margin-right: 15px;
    text-decoration: none;
    background: url(../images/ico-edit.png) no-repeat 0 14px;
    text-transform: lowercase
}

.userdetail1 li {
    font-size: 100%;
    color: #5e5e5e;
    text-align: left;
    padding: 12px 10px;
    border-bottom: solid 1px #d1d1d1;
    min-height: 24px;
    word-wrap: break-word
}

.userdetail1 li .coupons {
    font-weight: 700;
    color: #000;
    text-align: center;
    font-size: 30px
}

.userdetail1 li .ticket {
    font-weight: 400;
    color: #999;
    text-align: center;
    font-size: 18px
}

.userdetail1 li span.label {
    width: 33%;
    clear: both;
    float: left;
    font-size: 100%;
    text-transform: lowercase
}

div .iradio {
    float: left;
    width: 100%
}

div .iradio .ui-radio {
    float: left;
    margin-right: 15px
}

div .iradio .ui-radio .ui-btn-up-c {
    background: inherit;
    border: 0
}

div .iradio .ui-radio input[type="radio"], div .iradio .ui-radio input[type="checkbox"] {
    position: absolute;
    left: -999em
}

div .iradio .ui-radio label:before {
    display: inline-block;
    position: relative;
    top: .25em;
    left: -2px;
    content: '';
    width: 25px;
    height: 25px;
    float: left;
    background-image: url(../images/radiobtn.png)
}

div .iradio .ui-radio input[type="checkbox"]+label:before {
    background-position: 0 -25px
}

div .iradio .ui-radio input[type="checkbox"]:checked+label:before {
    background-position: 0 0
}

div .iradio .ui-radio input[type="radio"]+label:before {
    background-position: -25px -25px
}

div .iradio .ui-radio input[type="radio"]:checked+label:before {
    background-position: -25px 0
}

div .iradio .ui-checkbox .ui-btn-icon-left .ui-btn-inner, .ui-radio .ui-btn-icon-left .ui-btn-inner {
    padding: 0;
    float: left
}

div .iradio .ui-btn-hover-c {
    border: 0;
    background: inherit;
    font-weight: 700;
    color: inherit;
    text-shadow: 0
}

div .iradio .ui-checkbox .ui-btn-icon-left .ui-btn-inner, .ui-radio .ui-btn-icon-left .ui-btn-inner .ui-btn-text {
    line-height: 32px;
    position: inherit;
    text-transform: none;
    width: 100%;
    z-index: inherit
}

div .iradio .ui-btn-icon-left >.ui-btn-inner >.ui-icon, .ui-btn-icon-right >.ui-btn-inner >.ui-icon {
    display: none
}

div .iradio .ie8 label:before {
    display: none;
    content: none
}

div .iradio .ie8 input[type="checkbox"], div .iradio .ie8 input[type="radio"], div .iradio .ie7 input[type="checkbox"], div .iradio .ie7 input[type="radio"] {
    position: static;
    left: 0
}

div .iradio .ie8 input[type="checkbox"], div .iradio .ie8 input[type="radio"] {
    position: relative;
    top: 5px;
    margin-right: .5em
}

.confirm .heading {
    height: 38px;
    line-height: 38px;
    font-size: 100%;
    color: #FFF;
    border-top: solid 1px #e85201;
    border-right: solid 1px #e85201;
    border-left: solid 1px #e85201;
    background: url(../images/bg-heading.jpg) repeat-x;
    padding-left: 8px
}

.confirm .heading img {
    margin: 3px 10px 0 18px;
    vertical-align: top
}

.confirm .arrow {
    width: 23px;
    height: 13px;
    margin: 0 auto
}

.confirm li {
    font-size: 100%;
    color: #5e5e5e;
    line-height: 48px;
    padding-left: 8px;
    border-bottom: solid 1px #d1d1d1
}

.confirm li span {
    font-size: 90%;
    font-weight: 700
}

.confirm li.mnumber {
    color: #000;
    font-weight: 700;
    text-decoration: none
}

.confirmoption {
    min-height: 136px;
    margin: 18px 10px;
    background-color: #FFF;
    border-radius: 5px 5px 5px 5px;
    border: solid 1px #d0d0d0
}

.confirmoption h2 {
    font-size: 18px;
    color: #FFF;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #7a7a7a;
    border-radius: 5px 5px 0 0
}

.confirmoption h2 span {
    margin-left: 18px
}

.confirmoption li {
    float: left;
    width: 50%;
    line-height: 50px;
    border-top: solid 1px #bcbcbc
}

.confirmoption li input {
    width: auto
}

.confirm p {
    padding-left: 8px;
    font-size: 90%;
    color: #5e5e5e;
    line-height: 30px
}

.mandatoryAccount {
    color: red;
    margin: 0 5px;
    width: auto !important
}

.ad {
    font-size: 100%;
    line-height: 20px;
    margin: 0 auto 10px;
    padding: 5px;
    width: auto;
    border: solid 1px #c9c9c9;
    text-align: center
}

.discl {
    font-size: 100%;
    line-height: 20px;
    margin: 0 auto 10px;
    padding: 5px;
    width: 97%;
    border: solid 1px #c9c9c9;
    text-align: center
}

span.label em {
    color: #F36F21
}

.fpassword {
    float: right;
    width: 118px
}

.fpassword a, .fpassword a:visited {
    font-size: 90%;
    color: #5C5D5F;
    font-style: italic;
    text-decoration: none
}

.fpassword a:hover {
    font-size: 90%;
    color: #999;
    text-decoration: none
}

.mandatorymsg {
    float: right;
    color: #F36F21;
    margin: 0 0 15px
}

.procced_c .ui-btn-inner {
    height: inherit
}

.procced_c .ui-btn {
    margin: 0;
    position: inherit
}

.procced_c .ui-btn-hidden {
    position: inherit
}

.procced_c .ui-fullsize .ui-btn-inner, .ui-fullsize .ui-btn-inner {
    display: none
}

.homeback {
    float: right;
    margin: 25px 8px 0 3px
}

.homeback a, .homeback a:visited {
    font-size: 100%;
    color: #000;
    text-decoration: underline
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity .5s .5s ease;
    opacity: 0
}

.paymentdetail_discount li {
    font-size: .9em;
    color: #5e5e5e;
    line-height: 30px;
    text-align: center;
    border-bottom: solid 1px #d1d1d1;
    text-transform: lowercase;
    width: 100%;
    float: left
}

.paymentdetail_discount li.none {
    font-size: .9em;
    color: #5e5e5e;
    line-height: 30px;
    text-align: center;
    border-bottom: none;
    text-transform: lowercase;
    width: 100%;
    float: left
}

.paymentdetail_discount li.Fee {
    font-size: .9em;
    color: #5e5e5e;
    line-height: 52px;
    text-align: center;
    border-bottom: solid 1px #d1d1d1;
    text-transform: lowercase;
    width: 100%;
    float: left
}

.paymentdetail_discount li div.amount {
    font-size: .9em;
    color: #5e5e5e;
    line-height: 30px;
    text-align: left;
    text-transform: lowercase;
    width: 85%;
    float: left;
    clear: left;
    font-style: normal;
    padding: 0 0 0 5px
}

.paymentdetail_discount li div.amount.orange-txt1 {
    font-size: .9em;
    color: #5e5e5e;
    line-height: 30px;
    text-align: left;
    text-transform: lowercase;
    width: auto;
    float: left;
    clear: left;
    font-style: normal;
    padding: 0 0 0 5px;
	white-space: nowrap;
}

.orange-txt {
    color: #646464;
    float: none;
    font-size: 11px;
    margin: -8px 0 0;
    padding: 0
}

.paymentdetail_discount li span {
    font-size: 100%;
    width: auto;
    float: right;
    text-align: right;
    font-style: normal;
    padding: 0 5px 0 0
}

.paymentdetail_discount .heading {
    height: 38px;
    line-height: 38px;
    font-size: 120%;
    color: #FFF;
    border-top: solid 1px #e85201;
    border-right: solid 1px #e85201;
    border-left: solid 1px #e85201;
    background: url(../images/bg-heading.jpg) repeat-x;
    text-transform: lowercase
}

.paymentdetail_discount {
    width: 100%;
    float: left
}

.paymentdetail_discount .heading img {
    margin: 3px 10px 0 18px;
    vertical-align: top
}

.procced_c {
    width: 100%;
    float: left;
    padding: 0
}

.submutbtn_discount {
    width: 100%;
    height: 35px;
    font-size: 100%;
    color: #FFF;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #fc650a;
    background: #ff8511 url(../images/bg-submitbtn.jpg) repeat-x bottom;
    padding-bottom: 5px;
    text-transform: lowercase
}

.service-txt {
    font-size: .9em;
    color: #5e5e5e;
    line-height: 30px;
    text-align: left;
    text-transform: lowercase;
    width: 100%;
    float: left;
    clear: left;
    font-style: normal;
    padding: 0
}

.ui-checkbox {
    float: left;
    width: 100%
}

.paymentoption_uninor {
    margin: 10px;
    background-color: #FFF;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: auto
}

.paymentoption_uninor h2 {
    font-size: 18px;
    color: #FFF;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    background-color: #7a7a7a;
    border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    width: 100%;
    float: left;
    padding: 0 2px 0 0;
    margin: 0
}

.paymentoption_uninor h2 span {
    margin-left: 4%;
    text-transform: lowercase
}

.paymentoption_uninor ul {
    border: 1px solid #ccc;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 100%
}

.paymentoption_uninor ul li {
    float: left;
    width: 46%;
    padding: 0 0 5px 4%;
    border-top: solid 1px #bcbcbc;
    height: 50px;
}

.paymentoption_uninor ul li.last {
    border-bottom: none
}

.paymentoption_uninor ul li .ui-radio {
    clear: none;
    margin: 0;
    position: inherit;
    z-index: inherit
}

.paymentoption_uninor ul li .ui-radio .ui-btn {
    margin: 0;
    position: inherit
}

.paymentoption_uninor li .ui-radio .ui-btn-inner {
    height: inherit;
    margin-left: 2px
}

.paymentoption_uninor ul li input[type="radio"] {
    position: absolute;
    left: -999em
}

.paymentoption_uninor ul li label:before {
    display: inline-block;
    position: relative;
    top: 4px;
    content: '';
    width: 23px;
    height: 25px;
    background: url(../images/radiobtn.png);
    float: left
}

.paymentoption_uninor ul li input[type="radio"]+label:before {
    background-position: -25px -25px
}

.paymentoption_uninor ul li input[type="radio"]:checked+label:before {
    background-position: -25px 0
}

.paymentoption_uninor ul li .ie8 label:before {
    display: none;
    content: none
}

.paymentoption_uninor ul li .ie8 input[type="radio"], .paymentoption_uninor ul li .ie7 input[type="radio"] {
    position: static;
    left: 0
}

.paymentoption_uninor ul li .ie8 input[type="radio"] {
    position: relative;
    top: 5px
}

.paymentdetail {
    width: 100%;
    float: left
}

.close.ui-link img {
    float: right;
    height: 25px;
    margin: -22px -22px 0 10px;
    max-width: 100%;
    padding: 0;
    width: 25px
}

.submutbtn_insta {
    background: url(../images/bg-submitbtn1.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    font-size: 11px;
    line-height: 13px;
    margin: auto;
    padding: 6px 0 5px;
    text-align: center;
    text-transform: none;
    width: 150px
}

.privacypolicy {
    -webkit-animation: color-change 2s infinite;
    -moz-animation: color-change 2s infinite;
    -o-animation: color-change 2s infinite;
    -ms-animation: color-change 2s infinite;
    animation: color-change 2s infinite
}

@-webkit-keyframes color-change{0%{color:#FB6819}
50%{color:blue}
100%{color:#FB6819}
}
@-moz-keyframes color-change{0%{color:#FB6819}
50%{color:blue}
100%{color:#FB6819}
}
@-ms-keyframes color-change{0%{color:#FB6819}
50%{color:blue}
100%{color:#FB6819}
}
@-o-keyframes color-change{0%{color:#FB6819}
50%{color:blue}
100%{color:#FB6819}
}
@keyframes color-change{0%{color:#FB6819}
50%{color:blue}
100%{color:#FB6819}
}
.recharge-cpn1 {
    width: 100%;
    float: left;
    color: red;
    font-size: 15px;
    padding: 5px 0 0
}

footer {
    color: #555;
    width: auto;
    font-size: 11px;
    padding: 14px 30px;
    text-align: center;
    text-shadow: 0 1px 0 #FFF;
    background-color: #c6c6c6;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: auto;
    text-align: center;
}

footer ul li {
    margin: 0;
    padding: 0;
    display: inline;
    width: auto
}

footer ul li a {
    padding: 0;
    text-decoration: underline;
    color: #2489ce;
    font-weight: 700
}

footer ul li.test {
    padding: 0;
    color: #555;
    white-space: nowrap
}

footer ul li.switch-desktop {
    padding: 0;
    color: #555;
    text-align: center
}

footer ul li a:hover {
    padding: 0;
    text-decoration: none;
    color: #2489ce
}

.ui-select .ui-btn-icon-right .ui-btn-inner, .ui-select .ui-li-has-count .ui-btn-inner .btm-arrow {
    background: none;
    margin: 0 10px 0 0;
}

a.view, .view1 {
    margin: 0 0 0 15px;
}

.div.selectdd, .none {
    width: auto !important;
    background: none !important;
}

.ui-field-contain input.ui-input-text, .ui-field-contain textarea.ui-input-text, .ui-field-contain .ui-input-search, .test {
    width: 100% !important;
}

.div.styledselect, .none {
    width: auto !important;
    background: none !important;
}

.selectdd, .select, .cont {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#first, .ui-select .ui-btn-icon-right .ui-btn-inner, .ui-select .ui-li-has-count .ui-btn-inner .btm-arrow {
    background: none;
}

.formbox dl dd .textfiled_login {
    vertical-align: middle;
    border: solid 1px #d0d0d0;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 39px;
    color: #5c5d5f;
    /*float: left;*/
    width: 96%;
    padding: 0 1% 0 1%;
    display: block;
    background: url(../images/bg-inputfiled.png) repeat-x bottom;
    margin: 0 auto;
    float: left;
    font-size: 15px;
}

.login-using {
    float: left;
    margin: 0 0 0 0px;
    padding: 20px 0 0;
    width: 100%;
}

.pass-textfiled {
    width: 89%;
    background: url("../images/bg-inputfiled.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    border: 1px solid rgb(208, 208, 208);
    border-radius: 5px;
    height: 39px;
    padding: 0 20px 0 10px;
}

.login-using-inner {
    float: left;
    width: 100%;
}

.login-using-inner .radio-box {
    float: left;
}

.using-password {
    float: left;
    margin: 12px 0 0 10px;
    width: auto;
}

.main-login {
    width: 100%;
    padding: 10px 0 10px 0;
    float: left;
}

.using-password-otp {
    float: left;
    margin: 12px 0px 0px 10px;
    width: auto;
}

.login-using-inner1 {
    float: left;
    width: 100%;
    padding: 0px 0 0 0;
}

.click-otp {
    float: left;
    margin: 12px 0 0 23px;
    padding: 0;
    width: 97%;
}

.onetime-password-otp {
    float: left;
    margin: 0 0 0 23px;
    width: 97%;
    font-size: 14px;
}

.login-using-inner2 {
    float: left;
    width: 100%;
    padding: 3px 0 0 0;
}

.login-using-inner3 {
    float: left;
    width: 100%;
    padding: 15px 0 30px 0;
}

.onetime-password-otp1 {
    float: left;
    margin: 0 0 0 36px;
    width: 100px;
}

.using-password1 {
    float: left;
    margin: 12px 0 0 23px;
    width: 85px;
}

.mobile-number {
    float: left;
    padding: 10px 0 0 20px;
}

.re-generate {
    float: right;
    padding: 10px 0px 0 0;
}

.Login-pass {
    width: 100%;
    float: left;
}

.Login-otp {
    width: 100%;
    float: left;
}

.fpassword1 {
    float: right;
    width: 118px;
    margin: 10px 0 0 0;
    padding: 0 0px 0 0;
    text-align: right;
}

.fpassword1 a, .fpassword a:visited {
    font-size: 90%;
    color: #5C5D5F;
    font-style: italic;
    text-decoration: none;
}

.fpassword1 a:hover {
    font-size: 90%;
    color: #999;
    text-decoration: none;
}

.show-pass {
    float: left;
    padding: 8px 0 20px 108px;
    margin: 0px;
}

.textAreaBoxInputs {
    font-size: 15px;
    padding: 0 0 0 10px;
    outline: medium none;
    line-height: 30px;
    float: left;
    width: 97%;
    background: url("../images/bg-inputfiled.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    border: 1px solid rgb(208, 208, 208);
    border-radius: 5px;
    height: 42px;
    margin: 8px 0 0 20px;
}

.dvShowHidePassword {
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-left: -38px;
    padding: 10px;
    cursor: pointer;
    line-height: 30px;
    ser-select: none;
    -webkit-user-select: none; /* webkit (safari, chrome) */
    -moz-user-select: none; /* mozilla */
    -khtml-user-select: none; /* webkit (konqueror) */
    -ms-user-select: none; /* IE10+ */
}

.gen-pas {
    float: left;
    margin: 15px 0px 0px;
}

.userdetail li span.label2 {
    width: 44%;
    float: left;
    font-size: 100%;
    text-transform: lowercase;
    text-align: left;
    padding: 13px 0 0 0px;
}

.userdetail li span.label1 {
    width: 44%;
    float: left;
    font-size: 100%;
    text-transform: lowercase;
    font-weight: normal;
    clear: both;
    text-align: right;
    padding: 13px 0 0 0px;
}