/* style-css */


.acc-hed-{
    font-size: 25px;
    background-color: #000;
    text-align: center;
    padding: 4px 0px;
    border-radius: 4px;
    border: 1px solid #395F8D;
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(102,143,191,1) 0%, rgba(35,64,97,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(102,143,191,1) 0%,rgba(35,64,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#234061',GradientType=0 ); /* IE6-9 */
	}


.dash-user-info{
    width: 100%;
    height: 362px;
    overflow: hidden;
    /*background-image: url(../images/dash-img.jpg);*/
    background-repeat: no-repeat;
    background-size: 488px 323px;
    background-color: #fff;
    background-position: 0px 13px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}



.user-info-line{
    width: 334px;
    overflow: hidden;
    height: auto;
    float: left;
    margin-left: 29%;
    margin-top: 6%;
}

.sub-user-info-line{
    width: 100%;
    float: left;
    font-size: 17px;
    color: #000;
    line-height: 33px;
}



.account-balance{
    float: right;
    width: 360px;
    overflow: hidden;
    text-align: center;
    margin-top: 64px;
    margin-right: 32px;
}

.account-da{
    width: 100%;
    font-size: 27px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
}

.ba-acc{
    font-size: 36px;
    color: #000;
font-family:Oswald-Bold;
}


.ch--{
       overflow: hidden;
    padding: 10px 0px;
    margin-top: 10px;
}

label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
}

.ch-- input{
    display: none;
}

label:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    position: absolute;
    left: 3px;
    bottom: -5px;
    /* background-color: #B7A3A3; */
    border-radius: 50%;
    /* margin: 5px; */
    border: 2px solid #0D3E76;
}

.radio label {
	margin-bottom: 10px;
}
.radio label:before {
    border-radius: 3px;
}


input[type=radio]:checked + label:before {
    content: "\2713";
    font-size: 23px;
    color: #0D3E76;
    text-align: center;
    line-height: 25px;
}


#main-bgs{
	height:auto;
	width:100%;
	min-width:1070px;
	background-position:center;
background-color:#fff;
	}

.infinity{
    float: right;
    font-size: 23px;
    margin-top: -6px;
    margin-right: 36px;
}


.plan-co-hed{
    text-align: center;
    color: #F7F7F7;
    font-size: 32px;
    font-family: sans-serif;
    padding: 30px 0px;
    width: 30%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 14px;
    border-radius: 5px;
}


.flag{
    width: auto;
    margin-right: 10px;
}

.flag img {
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}

.flag img:hover {
   border: 2px solid #00A4DB;
}