@import 'https://use.fontawesome.com/releases/v5.6.3/css/all.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');

@font-face {
    font-family: 'neo_sansregular';
    src: url('../fonts/neo_sans-webfont.woff2') format('woff2'),
        url('../fonts/neo_sans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neosanslight';
    src: url('../fonts/neosans_light-webfont.woff2') format('woff2'),
        url('../fonts/neosans_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neo_sansbold';
    src: url('../fonts/neo_sans_bold-webfont.woff2') format('woff2'),
        url('../fonts/neo_sans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NeoSansStdMedium';
    src: url('../fonts/NeoSansStdMedium.eot');
    src: url('../fonts/NeoSansStdMedium.eot') format('embedded-opentype'),
         url('../fonts/NeoSansStdMedium.woff2') format('woff2'),
         url('../fonts/NeoSansStdMedium.woff') format('woff'),
         url('../fonts/NeoSansStdMedium.ttf') format('truetype'),
         url('../fonts/NeoSansStdMedium.svg#NeoSansStdMedium') format('svg');
}
@font-face {
    font-family: 'NeoSans_Light';
    src: url('../fonts/NeoSans_Light.eot');
    src: url('../fonts/NeoSans_Light.eot') format('embedded-opentype'),
         url('../fonts/NeoSans_Light.woff2') format('woff2'),
         url('../fonts/NeoSans_Light.woff') format('woff'),
         url('../fonts/NeoSans_Light.ttf') format('truetype'),
         url('../fonts/NeoSans_Light.svg#NeoSans_Light') format('svg');
}
@font-face {
    font-family: 'NeoSansTR';
    src: url('../fonts/NeoSansTR.eot');
    src: url('../fonts/NeoSansTR.eot') format('embedded-opentype'),
         url('../fonts/NeoSansTR.woff2') format('woff2'),
         url('../fonts/NeoSansTR.woff') format('woff'),
         url('../fonts/NeoSansTR.ttf') format('truetype'),
         url('../fonts/NeoSansTR.svg#NeoSansTR') format('svg');
}
@font-face {
    font-family: 'neo_sansblack';
    src: url('../fonts/neo_sans_black-webfont.woff2') format('woff2'),
         url('../fonts/neo_sans_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Neo_Sans_Medium';
    src: url('../fonts/Neo_Sans_Medium.eot');
    src: url('../fonts/Neo_Sans_Medium.eot') format('embedded-opentype'),
         url('../fonts/Neo_Sans_Medium.woff2') format('woff2'),
         url('../fonts/Neo_Sans_Medium.woff') format('woff'),
         url('../fonts/Neo_Sans_Medium.ttf') format('truetype'),
         url('../fonts/Neo_Sans_Medium.svg#Neo_Sans_Medium') format('svg');
}

body,
html {
    font-family: 'neo_sansregular';
}
img {
    max-width: 100%;
}
.m-t50 {
    margin-top: 50px;
}
.m-b50 {
    margin-bottom: 50px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #1b1d23;
}
p {
    margin: 0;
}
a,
button,
span,
img,
img:hover,
a:hover,
a:focus {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.container{
    max-width: 1170px;
}
.trasnaction-history,
.account-overview-panel,
.deposit-panel,
.affiliates-panel,
.affiliates-account-panel,
.profile-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

/**** Heading ****/
.heading {
    margin-bottom: 50px;
}
.heading h2 {
    color: #000;
    font-size: 36px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}
.heading h2::after {
	width: 68px;
	bottom: -15px;
	content: "";
	background: #005082;
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
}
.heading.color{
    margin-bottom: 35px;
}
.heading.color h2 {
	color: #005082;
	text-transform: capitalize;
	text-align: center;
	font-size:26px;
	font-weight: 400;
	font-family: "neo_sansbold";
}
.heading.color h2::after {
    margin: 0 auto;
    bottom: -10px;
}
.sub-heading {
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 15px 0;
}
/**** Button ****/
.btn-default {
	display: inline-block;
	padding: 10px 35px;
	background: #005082;
	border-radius: 40px;
	color: #fff;
	margin: 0 0 0 10px;
}
.btn-default:hover,
.btn-default:focus{
    color: #fff;
	background: #01325b;
}
.btn-default i {
	margin: 0 5px 0 0;
}
/**** Form ****/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.select-box {
	color: #010101;
	display: block;
	font-family: 'Open Sans', sans-serif;
	max-width: 22%;
    width: 100%;
    position: relative;
}
.select-box .form-control {
    color: #010101;
    height: 46px;
    border-radius: 0;
    background-color: #cfe7ed;
    border: none;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}
select.form-control {
    background-image: url(../images/arrow.png);
    background-position: 94% center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.login-form .form-control {
	color: #000000;
	background-color: #cae4eb;
	border: none;
	border-radius: 0;
	height: 40px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.form-control::placeholder {
	color: #000000;
	opacity: 1;
}
.login-form .form-control {
    background-position: 5% center;
    background-repeat: no-repeat;
    padding: 0 15px 0 45px;
}
.login-form .no-icons .form-control {
    padding: 0 15px ;
}
.login-form .phone-number-sign .form-control {
    background-position: 5% center;
    background-repeat: no-repeat;
    padding: 0 10px 0 45px;
}
.login-form .form-control.email-icon {
    background-image: url(../images/email-icon.png);
}
.login-form .form-control.password-icon {
    background-image: url(../images/password-icon.png);
}
.login-form a {
    text-transform: uppercase;
    font-weight: 600;
    color: #005082;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-decoration: underline;
}
.login-form .default-btn {
    margin-top: 25px;
}
.default-btn {
	background: #005082;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	display: block;
	width: 100%;
	border-radius: 40px;
	border: none;
	padding: 11px 0 11px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.default-btn:hover {
    background: #005fae;
}
.deposit-form .form-control {
    height: 30px;
    margin: 0 5px 0 0;
}
.top-detail a {
	text-transform: lowercase;
	line-height: normal;
	display: block;
}
.top-detail p{
    font-size: 14px;
    line-height: normal;
}
.deposit-form .form-control,
.myprofile-form .form-control {
	color: #000;
	background-color: #cfe7ed;
	border: none;
	border-radius: 0;
	display: inline-block;
	
	padding: 0 5px;
}
.deposit-form textarea.form-control{
    height: 130px;
}
.deposit-form select.form-control {
	background-position: 97% center;
}
.deposit-form .form-control::placeholder {
	color: #000;
}

/*** Default Table ***/
.table-default{
    margin-top: 70px;
}
.table-default.table-dark {
    color: #000000;
    background-color: #f5f5f5;
}
.table-default thead th,
.table-default tbody td {
    border-width: 1px;
    border-color: #ddd;
    font-size: 16px;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
}
.table-default thead th {
    font-size:24px;
    color: #005082;
    text-transform: uppercase;
    font-family: 'neo_sansregular';
}


/***** Menu *****/
#header {
    background-color: #005082;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    border-bottom: 6px solid #01325b;
    padding: 8px 0;
}
.user-profile .dropdown {
    background: #01325b;
    color: #fff;
    border-radius: 40px;
    padding: 7px 25px;
}
.user-profile .dropdown .dropdown-toggle {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    font-weight: 300;
}
.user-profile .dropdown .dropdown-toggle i {
    font-size: 24px;
    margin: 0 15px 0 0;
}
.user-profile .dropdown .dropdown-menu {
    padding: 0;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin: 8px 0 0 0;
    overflow: hidden;
}
.user-profile .dropdown .dropdown-item {
    padding: 10px 20px;
    font-weight: 400;
    color: #000;
}
.user-profile .dropdown .dropdown-item:hover {
    background: #01325b;
    color: #fff;
}
.login-page #header {
    border-bottom: none;
    padding: 15px 0;
}
.login-page #header .menu_area {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-page #header .ftrSocial {
    width: auto;
    padding: 0;
}
.login-page #header .ftrSocial li a {
    width: auto;
    height: auto;
    line-height: normal;
    display: inline-block;
    border: none;
    font-size: 18px;
    margin: 0 0 0 10px;
}


/*******/
#header.inner-header {
    background-color: #f1f1f1;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#header.inner-header #nav>ul>li>a,
#header.inner-header .nav-metas ul li a {
    color: #000;
}
#wrapper.nav-active {
    overflow: hidden;
}
.menu_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.resize-active #nav {
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
.opener {
    display: none;
}

/***** Left-Bar *****/
.left-menu {
    position: relative;
    background: #01325b;
    width:17%;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    transition: ease all 0.7s;
    min-height: 530px;
}
#nav {
    position: relative;
    text-align: left;
    padding: 52px 0 0 0;
}

.menu_area .logo {
    display: inline-block;
    width: 130px;
}

#nav > ul {
    display: block;
    margin: 0 0 0 3px;
    font-size: 14px;
    line-height: 20px;
}

#nav > ul > li {
    display: block;
    position: relative;
}

#nav > ul > li > a {
	text-decoration: none;
	position: relative;
	color: #fff;
	display: block;
	text-transform: uppercase;
	padding: 16px 30px;
    font-size: 20px;
    line-height: normal;
}

#nav > ul > li > a:hover,
#nav > ul > li > a.active,
#nav > ul > li.dropdown.show a{
    color: #01325b;
    background: #dcf5fc;
}

#nav .dropdown-menu {
	width: 98%;
    padding: 0;
    background: #dcf5fc;
    border-radius: 0;
}

#nav > ul > li.dropdown .dropdown-toggle::after {
	position: absolute;
	right: 20px;
	transform: translateY(-50%);
    top: 50%;
    content: "";
    transition: ease all 0.3s;
}

#nav > ul > li.dropdown.show .dropdown-toggle::after {
    border-bottom: .3em solid;
    border-top: 0;
    transition: ease all 0.3s;
}

#nav > ul > li.dropdown .dropdown-menu li a{
    text-decoration: none;
	position: relative;
	color: #01325b;
	display: block;
	text-transform: uppercase;
	padding: 10px 30px;
    font-size: 16px;
    line-height: normal;
    border-bottom: 1px solid #01325b;
    font-family: 'NeoSansStdMedium';
}
#nav > ul > li.dropdown .dropdown-menu li:last-child a{
    border: none;
}
#nav > ul > li.dropdown .dropdown-menu li a:hover,
#nav > ul > li.dropdown .dropdown-menu li a:focus,
#nav > ul > li.dropdown .dropdown-menu li a.active{
    background: #fff;
}
/******* Content area ******/
#main {
    display: flex;
    position: relative;
}

.content-body {
    height: 100%;
    width:83%;
}

.container-fluid {
    padding-right: 40px;
    padding-left: 40px;
}

.p-l250 {
    position: relative;
    z-index: 1;
}

.p-l250 .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}
    
.p-l250 .downlodpss, .p-l250 .footer_sec .ftr_top, .p-l250 .footer_sec .ftr_btm {
    padding-left:0;
    padding-right:0;
}
/******* Transaction  History  ******/

.listing-nav {
	margin:55px 50px 0 50px;
}

.listing-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-nav ul li a {
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 100%;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.listing-nav ul li a:hover {
    font-weight: 600;
}

.listing-nav ul li:first-child a,
.listing-nav ul li:last-child a {
    background: #e4e4e4;
    color: #19608d;
    font-size: 10px;
}

.listing-nav ul li:first-child a {
    margin-right: 15px;
}

.listing-nav ul li:last-child a {
    margin-left: 15px;
}

.listing-nav ul li:first-child a:hover,
.listing-nav ul li:last-child a:hover {
    background: #19608d;
    color: #fff;
}

.listing-nav p {
    text-align: center;
    margin: 10px 0 0 0;
    font-family: 'Open Sans', sans-serif;
}



/*footer*/
.footer_sec {
    width: 100%;
    float: left;
}

.ftr_top {
    width: 100%;
    background: url(../images/ftrBg.png) repeat;
    padding: 60px 0;
}

.ftr_top_inr {
    width: 100%;
}

.ftr_top_inr .media span {
    margin-right: 60px;
    display: inline-block;
    padding-top: 8px;
}

.ftr_top_inr h4 {
    color: #fff;
    position: relative;
    font: normal 28px/32px 'NeoSansStdMedium';
    text-transform: uppercase;
    padding-bottom: 20px;
}

.ftr_top_inr ul {
    display: inline-block;
    width: 100%;
    padding-top: 14px;
}

.ftr_top_inr p {
    color: #fff;
    font: normal 18px/24px 'NeoSans_Light';
    padding-top: 17px;
}

.ftr_top_inr ul li {
    font: 400 18px/24px 'Open Sans', sans-serif;
    color: #fff;
    float: left;
}

.ftr_top_inr ul li:nth-child(2) {
    padding-left: 25px;
    background: url(../images/call.png) no-repeat left top 2px;
    margin-left: 20px;
}

.ftr_top_inr ul li:last-child {
    padding-left: 25px;
    background: url(../images/email.png) no-repeat left top 2px;
    margin-left: 18px;
}

.ftr_top_inr ul li a {
    color: #fff;
}

.ftr_top_inr h4::before {
    position: absolute;
    content: "";
    width: 67px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #005082;
}

.ftr_btm {
    width: 100%;
    background: #000;
}

.ftrMnu {
    width: 100%;
    padding: 100px 0 0;
}

.ftrLft {
    width: 100%;
}

.ftrLft h4 {
    color: #fff;
    font: normal 42px/48px 'NeoSansStdMedium';
}

.ftrBtn {
    width: 100%;
    padding-top: 20px;
}

.ftrBtn li a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font: 400 18px/56px 'Open Sans', sans-serif;
    width: 144px;
}

.ftrBtn li a:hover {
    background: #104183;
    color: #fff;
    border-color: #104183;
}

.ftrBtn li {
    margin-top: 10px;
}

.ftrSocial {
    width: 100%;
    padding-top: 50px;
    display: inline-block;
}

.ftrSocial li {
    float: left;
    padding: 0 5px;
}

.ftrSocial li:first-child {
    padding-left: 0px;
}

.ftrSocial li a {
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    color: #fff;
    line-height: 37px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #fff;
}

.ftrSocial li a:hover {
    background: #104183;
    color: #fff;
    border-color: #104183;
}


.ftrMnuList {
    width: 100%;
    padding-top: 80px;
    min-height: 184px;
}

.ftrMnuList ul li {
    font: 400 15px/25px 'Open Sans', sans-serif;
    color: #fff;
}

.ftrMnuList ul li a {
    color: #fff;
}

.ftrMnuList:first-child {
    padding: 0px;
}

.ftrMnuList ul li span {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 4px;
}

.ftrMnuList ul li em {
    display: inline-block;
    padding-left: 20px;
    font-style: normal;
}

.ftrMnuList ul li span.indexGap {
    padding-bottom: 20px;
}


.ftrcont {
    width: 100%;
    padding: 65px 0 20px;
}

.catagryList {
    width: 100%;
    display: inline-block;
}

.catagryList li {
    color: #fff;
    font: 400 14px/24px 'Open Sans', sans-serif;
    float: left;
    padding-left: 16px;
    background: url(../images/lftArw.png) no-repeat left top 6px;
    margin-right: 12px;
    text-transform: uppercase;
}

.catagryList li:first-child {
    background: none;
    padding: 0px;
    margin-right: 6px;
    font-weight: 700;
}

.catagryList li {
    color: #fff;
    font: 400 14px/24px 'Open Sans', sans-serif;
    float: left;
    padding-left: 16px;
    background: url(../images/lftArw.png) no-repeat left top 6px;
    margin-right: 12px;
}

.ftrcont p {
    color: #fff;
    color: #fff;
    font: 400 14px/24px 'Open Sans', sans-serif;
    padding-top: 25px;
    text-transform: uppercase;
}

.ftrcont p span {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
}

.cont_list li {
    color: #fff;
    color: #fff;
    font: 400 14px/24px 'Open Sans', sans-serif;
    padding-left: 22px;
    position: relative;
}

.cont_list li:before {
    position: absolute;
    content: "";
    border-radius: 100%;
    background: #fff;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
}

.ftrcont p.gapist {
    padding: 0px;
}

.ftrcont p a {
    color: #fff;
    text-decoration: underline !important;
}


.ftrCopy {
    width: 100%;
    padding: 20px 0;
    position: relative;
    text-align: center;
    display: inline-block;
}

.ftrCopy span {
    color: #fff;
    font: 400 14.03px/20px 'Open Sans', sans-serif;
    position: absolute;
    left: 0;
    top: 23px;
}

.ftrCopy span a {
    color: #fff;
}

.ftrCopy ul li {
    display: inline-block;
    float: none;
}

.ftrCopy ul {
    font-size: 0px;
}

.ftrCopy ul li {
    line-height: 27px;
}

.ftrCopy .lftMnu {
    float: right;
    padding-right: 170px;
}

.languge {
    position: absolute;
    top: 23px;
    right: 0;
}

.languge em {
    color: #fff;
    font: 700 14.03px/20px 'Open Sans', sans-serif;
}

.languge select {
    color: #fff;
    font: 400 14.03px/20px 'Open Sans', sans-serif;
    border: 0px;
    outline: none;    
    border-bottom: 1px solid #fff;
    -webkit-appearance: none;
    padding: 0 2px;
    padding-right: 15px;
}

.ftr_top_inr .media span img {
    max-width: 100%;
}

.languge select option {
    color: #000;
}

.ftr_btm .lftMnu ul li a:hover {
    color: #104183;
}

.ftrMnuList ul li a:hover {
    color: #104183;
}

.ftr_top_inr ul li a:hover {
    color: #104183;
}

.menu_sec li.actv a:before {
    width: 100%;
}

.menu_sec li a:hover:before {
    width: 100%;
}

.ftrMnu .col-sm-3 {
    max-width: 23.33%;
    flex: 0 0 23.33%;
}

.ftrMnu .col-sm-3:first-child {
    max-width: 30%;
    flex: 0 0 30%;
}


/*footer*/
.ftr_top_inr .media span img {
    width: 245px;
}

.ftr_top_inr h4 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 15px;
}

.ftr_top_inr ul li {
    font-size: 15px;
}

.ftr_top_inr h4::before {
    height: 3px;
}

.ftr_top_inr .media span {
    margin-right: 30px;
}

.ftrMnu {
    padding: 80px 0;
}

.ftrBtn li a {
    height: 45px;
    line-height: 43px;
    font-size: 15px;
}

.ftrcont {
    padding: 30px 0;
}

.ftrcont p {
    font-size: 12px;
}

.ftrCopy span {
    font-size: 12px;
}

.languge em {
    font-size: 12px;
}

.languge select {
    font-size: 13px;
}

.rtMnu ul li {
    font-size: 13px;
}

.lftMnu li {
    font-size: 12px;
}

.ftrMnuList ul li {
    font-size: 14px;
}

.ftrMnuList {
    padding-top: 35px;
}

.ftrLft h4 {
    font-size: 28px;
    line-height: 35px;
}

.lftMnu ul li {
    font-size: 13px;
}
.lftMnu {
    width: auto;
    float: left;
}

.lftMnu ul li {
    float: left;
    font: 400 15.04px/23px 'Open Sans', sans-serif;
    position: relative;
    padding: 0 10px;
}

.lftMnu ul li:first-child {
    padding-left: 0px;
}

.lftMnu ul li a {
    color: #fff;
}

.lftMnu ul li a:hover {
    color: #2397ea;
}

.lftMnu ul li a:before {
    position: absolute;
    content: "";
    top: 6px;
    right: 0;
    background: #fff;
    width: 1px;
    height: 15px;
}

.lftMnu ul li:last-child a:before {
    position: inherit;
    content: none;
}

/**** Login Page ****/  

.login-bg {
    background: url(../images/login-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:40px 0;
}
.login-form-area {
	background: #fff;
    padding:40px 100px;
}
.login-form-area  .form-group {
	margin-bottom: 10px;
}
.login-form-area  .form-group h3 {
    font-size: 24px;
    font-family: 'neo_sansblack';
    margin-bottom: 32px;
}
.login-form-area .form-group .select-box {
    max-width: 100%;
}
.login-form-area .form-group .select-box > .form-control {
	background-position: 95% center;
}
.login-form-area .no-icon.form-control {
    padding-left: 10px;
}
.absoluteIcon {
	position: absolute;
	top: 10px;
	left: 8px;
}
textarea {
    min-height: 140px;
    resize: vertical;
}

/**** Account Overview ****/  
.default-box {
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
	padding:30px 25px 20px 25px;
}

.account-overview-btn {
	display: flex;
	align-items: center;
	justify-content: end;
}

.account-overview-btn .btn-default {
	padding: 6px 20px;
	font-size: 14px;
}

.total-balance{
    background: #01325b;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 87px;
}

.total-balance h4{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'NeoSansStdMedium';
}

.total-balance.balance-digit{
    background: #dcf5fc;
}

.total-balance.balance-digit h4{
    color: #000;
    font-size: 36px;
}

.account-overview-panel .table-default {
	margin-top: 40px;
}

.account-overview-panel .table-default thead th,
.account-overview-panel .table-default tbody td {
	font-size: 20px;
	color: #000;
    text-transform: capitalize;
    padding: 5px 30px;
    font-family: 'NeoSans_Light';
}

.account-overview-panel .table-default thead th{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: none;
}

.account-overview-panel .table-default thead th:first-child,
.account-overview-panel .table-default tbody td:first-child{
    padding-left: 0;
    border-left: none;
}

.account-overview-panel .table-default thead th:last-child,
.account-overview-panel .table-default tbody td:last-child{
    border-right: none;
    padding-right: 0;
}

.account-overview-panel .table-default tbody tr:last-child td{
    border-bottom: none;
}

.account-overview-panel .table-default tbody td{
    font-family: 'neo_sansbold';
}

.account-overview-panel .table-default td table{
    width: 100%;
}

.account-overview-panel .table-default td table td{
    border:none;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    white-space: nowrap;
}

.account-overview-panel .table-default td table tr td:first-child{
    text-align: left;
    padding-left: 0;
}

.account-overview-panel .table-default td table tr td:last-child{
    text-align: right;
}

.account-overview-panel .table-default td table td.simple-table-text,
.account-overview-panel .table-default td table td.table-links a{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.account-overview-panel .table-default td table td.table-links a{
    text-transform: uppercase;
    color: #005fae;
    text-decoration: underline;
    font-weight:600;
}


/**** Deposit Area ****/ 
.w-75 {
	width:74%;
}
.w-25 {
	width:24%;
}
.w-48{
	width:48%;
}

.w-23 {
	width:23%;
}

.w-98{
	width:98.8%;
}
.w-30 {
	max-width: 30px;
}
.light-yellow{
    background:#fff0bb !important;
}
.cvv-cvc {
	font-size: 14px;
	margin: 0 10px 0 22px;
}
.divide {
	margin: 0 5px 0 0;
}
.color-white::placeholder{
    color: #fff !important;
}
.deposit-panel-box .btn-default{
	font-size: 16px;
	padding: 10px 20px;
	margin: 0;
}
.deposit-notes-box {
	background: #f6f6f6;
	border: 1px solid #ccc;
	padding:30px 40px 60px 40px;
	margin-left:30px;
}
.deposit-notes-box h5 {
	font-size: 18px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
.deposit-notes-box h5 img{
    margin-right: 10px;
}
.deposit-notes-box p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.deposit-notes-box p a{
    display: inline-block;
}

.pad-less {
	padding-right: 0;
}

/**** Documents Download ****/ 
.documents-download-detail ul{
    margin: 30px 0;
}
.documents-download-detail ul li {
    font-weight: 600;
    font-size: 16px;
}

.documents-download-detail p{
    font-family: 'Open Sans', sans-serif;
}

.documents-download-box-btn {
	display: flex;
	flex-wrap: nowrap;
	justify-content: right;
}
.documents-download-box-btn .btn-default {
	display: flex;
	align-items: center;
}
.documents-download-box h4{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.documents-download-box p{
    font-family: 'NeoSans_Light';
    font-size: 20px;
}

.documents-download-panel {
	border-bottom: 1px solid #dedede;
	margin:60px 0 30px 0;
	padding: 0 0 20px 0;
}

.documents-download-panel:last-child{
    border: none;
    padding: 0;
}


/**** Affiliates Services ****/ 
.subtitle-text {
	margin: -20px 0 40px 0;
}
.account-active {
	display: block;
	text-align: center;
	background: #000000;
	font-weight: 600;
	font-family: 'NeoSansStdMedium';
    padding: 10px 0;
}
.account-active h6{
    color:#fff;
    font-size: 20px;
    margin-bottom: 5px;
}
.account-active h4{
    color:#fff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'NeoSansTR';
}
.account-active h4 i{
    margin-left: 15px;
}
.account-active-details{
    margin-top: 40px;
}
.account-active-details h4 {
	font-family: 'neo_sansblack';
    font-size: 20px;
    margin-bottom: 10px;
}
.account-active-details p{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}

.affiliates-summery .table-default thead th, 
.affiliates-summery .table-default thead td, 
.affiliates-summery .table-default tbody td {
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
}
.affiliates-summery .table-default tbody td{
    white-space: nowrap;
}
.affiliates-summery .table-default thead th{
    font-size: 28px;
}
.affiliates-summery .table-default thead td {
	font-size: 18px;
	color: #005082;
	text-transform: uppercase;
    font-family: 'neo_sansregular';
    font-weight: 600;
    border: none;
    border-left: 1px solid #dee2e6;
}

.affiliates-summery .table-default thead td:last-child{
    border-right: 1px solid #dee2e6;
}

.affiliates-summery .table-default thead td.f-bold,
.affiliates-summery .table-default tbody td.f-bold{
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.affiliates-summery .table-default thead td.t-left,
.affiliates-summery .table-default tbody td.t-left{
    text-align: left !important;
}


/**** Affiliates Account Number ****/ 
.affiliates-account-panel .default-box {
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.15);
	padding: 30px 25px;
	margin-bottom: 40px;
}
.report-page {
	margin: 10px 0 50px 0;
}
.report-page p{
	font-size: 22px;
}
.report-page p a{
    color: #212529;
    display: inline-block;
}
.affiliates-account-panel .account-active-details {
	margin: 0 0 40px 0;
}
.affiliate-code h4 {
	font-family: 'neo_sansblack';
	display: flex;
	align-items: center;
    line-height: normal;
    margin-bottom: 20px;
}
.affiliate-code h4 p {
	font-family: 'NeoSans_Light';
	position: relative;
	top: 4px;
	margin: 0 50px 0 0;
}

.example-links{
    margin-top: 20px;
}
.example-links h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.example-links p {
    margin: 4px 0 20px 0;
    font-size: 14px;
}

.example-links a {
    display: table;
    text-decoration: underline;
    margin-bottom: 5px;
    font-size: 14px;
}
.affiliates-account-panel .affiliates-summery{
    margin-bottom: 40px;
}
.affiliates-account-panel .table-default {
	margin:0 0 10px 0;
}

/*********** My Profile 02 ***********/
.profile-area h3 {
	margin: 32px 0;
}
.form-txt,.profile-area h3 {
    font-size: 24px;
    font-family: 'neo_sansblack';
}
.profile-area h3:nth-child(2) {
    margin-top: 60px;
}
/* .profile-area .row.gutter{
    margin-left: -5px;
    margin-right: -5px;
} */
.deposit-form .strech-boxer select.form-control {
    background-position: 90% center;
    font-family: 'Open Sans', sans-serif;
}
/* .profile-area .gutter  div[class^="col"] {
    padding-left: 5px;
    padding-right: 5px;
} */
.profile-area .form-group label {
	text-align: right;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
.profile-area .form-group label > i {
    font-size: 6px;
    display: inline-block;
}
.profile-area  .form-group .select-box {
    max-width: 100%;
    margin-left: 0; margin-right: 0;
}
.profile-area .form-control {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding-left:10px;
    height: 34px;
}
.myprofile-form .form-control{
    height: 46px;
}
.brs-profile {
	display: inline-block;
	font-size: 13px;
	padding: 7px 20px;
	border: 1px solid #1d5685;
	color: #1d5685;
	-webkit-border-radius: 26px;
	-o-border-radius: 26px;
	border-radius: 26px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	line-height: normal;
	text-decoration: none !important;
}
.brs-profile:hover,.brs-profile:focus, .brs-profile.active {
    color: #fff;
    background: #1d5685;
}
.brs-profile.submision {
    padding: 10px 1.5rem;
    margin-top: 15px;
}
.email-recovery .brs-profile.submision {
    margin-top:0;
}
.email-recovery .space-top{
    margin-top: 35px;
}
.login-form-btn .brs-profile{
    margin-top: 30px;
}
.brs-profile.submision-lg {
    padding:12px 30px;
    font-size: 16px;
}
.download-pss {
    background: #1d5685;
    border-top: 10px solid #01325b;
    padding: 60px 0 50px 0;
}
.download-pss h2 {
    font-size: 50px;
    font-family: 'neo_sansblack';
    margin-bottom: 32px;
    color: #fff;
}
.download-pss .download-aps a {
	display: inline-block;
	max-width: 130px;
}
.pass-change-list {
	margin-top: -5px;
}
.pass-change-list .list-pass {
    padding-left: 20px;
    margin: 2px 5px;
    font-size: 13px;
    width: 24%;;
}
.pass-change-list .list-pass:first-child {
    margin-left: 0;
}
.pass-change-list .list-pass:last-child {
    margin-right: 0;
}
.pass-change-list .list-pass::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 20px; display: inline-block;
    margin-left: -20px;
    color: #cdcdcd;
}
.pass-change-list .list-pass.pass-scss,
.pass-change-list .list-pass.pass-scss::before {
    color: #3cb878;
}



/* custom select */
.select-box {
	color: #010101;
	display: block;
	font-family: 'Open Sans', sans-serif;
	max-width: 22%;
	width: 100%;
	position: relative;
	background: #cfe7ed;
	padding: 6px 10px;
	font-size: 14px;
    height: 34px;
    cursor: pointer;
}

.jcf-select::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	pointer-events: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
	margin-top: -3px;
}
  
  .jcf-select select{
    z-index:1;
    left:0;
    top:0;
    cursor: pointer;
  }
  
  .jcf-select .jcf-select-text{
    display:block;
    text-align:left;
    margin:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    cursor: pointer;
  }
  
  .jcf-select .jcf-select-opener{
    display:none;
  }
  
  body > .jcf-select-drop{
    position:absolute;
    margin:-1px 0 0;
    z-index:9999;
  }
  
body > .jcf-select-drop.jcf-drop-flipped{
    margin:1px 0 0;
}
  
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: 1px;
	right: 0;
	width: 99.5% !important;
}
  
  .jcf-select .jcf-drop-flipped{
    bottom:100%;
    top:auto;
  }
  
  .jcf-select.jcf-compact-multiple{
    max-width:220px;
  }
  
  .jcf-select.jcf-compact-multiple .jcf-select-opener:before{
    display:inline-block;
    padding-top:2px;
    content:'...';
  }
  
  .jcf-select-drop .jcf-select-drop-content{
    border:none;
    padding:1px 0 0;
  }
  
  .jcf-select-drop.jcf-compact-multiple .jcf-hover{
    background:none;
  }
  
  .jcf-select-drop.jcf-compact-multiple .jcf-selected{
    background:#e6e6e6;
    color:#000;
  }
  
  .jcf-select-drop.jcf-compact-multiple .jcf-selected:before{
    display:inline-block;
    content:'';
    height:4px;
    width:8px;
    margin:-7px 5px 0 -3px;
    border:3px solid #777;
    border-width:0 0 3px 3px;
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
  }
  
  /* multiple select styles */
  .jcf-list-box{
    overflow:hidden;
    display:inline-block;
    border:1px solid #b8c3c9;
    min-width:200px;
    margin:0 15px;
  }
  
  /* select options styles */
  .jcf-list{
    display:inline-block;
    vertical-align:top;
    position:relative;
    line-height:14px;
    font-size:12px;
    width:100%;
    box-shadow:0 1px 4px 0 rgba(0, 0, 0, 0.4);
    background:#fff;
    border-radius:0;
    overflow:hidden;
  }
  
  .jcf-list .jcf-list-content{
    vertical-align:top;
    display:inline-block;
    overflow:auto;
    width:100%;
    /*max-height:250px !important;*/
  }
  
  .jcf-list ul{
    list-style:none;
    margin:0;
    padding:2px 0 0;
  }
  
  .jcf-list ul li{
    overflow:hidden;
    display:block;
    margin:0;
    padding:0;
  }
  
  .jcf-list .jcf-overflow{
    overflow:auto;
  }
  
  .jcf-list .jcf-option{
    white-space:nowrap;
    overflow:hidden;
    cursor:default;
    display:block;
    color:#333;
    text-decoration:none;
    text-overflow:ellipsis;
    padding:10px 15px;
    font-size:14px;
    line-height:1;
    text-align:left;
    height:auto;
    min-height:1px;
  }
  
  .jcf-list .jcf-disabled{
    background:#fff !important;
    color:#aaa !important;
  }
  
  .jcf-select-drop .jcf-hover,
  .jcf-list-box .jcf-selected{
    background: #cfe7ed;
    color:#000;
  }
  
  .jcf-list .jcf-optgroup-caption{
    white-space:nowrap;
    font-weight:bold;
    display:block;
    padding:5px 9px;
    cursor:default;
    color:#000;
  }
  
  .jcf-list .jcf-optgroup .jcf-option{
    padding-left:30px;
  }
  
  /* scrollbars */
  .jcf-select-drop .jcf-scrollable-wrapper{
    box-sizing:content-box;
    position:relative;
  }
  
  .jcf-select-drop .jcf-scrollbar-vertical{
    position:absolute;
    cursor:default;
    bottom:0;
    right:0;
    top:0;
    background:none;
    width:10px;
    padding:0 0 0 2px;
  }
  
  .jcf-select-drop .jcf-scrollbar-vertical .jcf-scrollbar-dec,
  .jcf-select-drop .jcf-scrollbar-vertical .jcf-scrollbar-inc,
  .jcf-select-drop .jcf-scrollbar-horizontal .jcf-scrollbar-handle,
  .jcf-select-drop .jcf-scrollbar-horizontal .jcf-scrollbar-slider,
  .jcf-select-drop .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
  .jcf-select-drop .jcf-scrollbar-horizontal .jcf-scrollbar-inc,
  .jcf-select-drop .jcf-scrollbar-horizontal{
    display:none;
  }
  
  .jcf-select-drop .jcf-scrollbar-vertical .jcf-scrollbar-handle{
    height:1px;
    width:6px;
    border-radius:10px;
    background:#ccc;
  }
  
  
  .jcf-select-drop .jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle{
    visibility:hidden;
  }

  
  .jcf-list-content .jcf-option-placeholder{
    display:none;
  }


/*CheckBox*/
.form-checkerz {
    background: #f5f5f5;
    padding: 5px 1rem;
    margin: 5px 0;
}
.form-check {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.form-check-input {
	position: absolute;
	margin-top: 4px;
    margin-left: 0;
    visibility: hidden;
}
.form-check label {
	display: inline-block;
	position: relative;
	padding-left: 26px;
	min-height: 20px;
	cursor: pointer;
	text-align: left !important;
}
.form-check a {
    color: #1d5685;
    text-decoration: underline;
    text-transform: inherit;
}
.form-check label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0; top: 3px;
	/* margin-left: -20px; */
	border: 1px solid #cccccc;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.form-check input[type="checkbox"]:checked + label::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	text-align: center;
	line-height: 12px;
}
.form-check input[type="checkbox"]:checked + label::before {
	background-color: #fff;
}
.form-check input[type="checkbox"]:checked + label::before {
	background-color: #1d5685;
	border-color: #1d5685;
   color: #fff;
}
.strech-boxer .select-box {
	flex: auto !important;
}