header {
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 11;
}
@media(max-width: 1400px) {
    header:before {
        width: 56px;
    }
}
@media(max-width: 1200px) {
    header::after {
        right: -435px !important;
    }
}
@media(max-width: 991px) {
    header {
        background-color: #001949;
    }
    header::before {
        background-color: rgb(255, 255, 255, 0.6);
    }
}
.header_body {
    background-color: transparent;
    padding: 0px 0px;
}
header.shrink .header_body {
    height: auto;
}
@media(min-width:992px) {
    header.shrink .nav_link {
        top: 6px;
    }
    header::before {
        content: "";
        background-color: #000;    /*19feb25*/
        height: 100%;
        margin-left: 0px;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
}
.header_right {
    float: right;
    text-align: right;
    width:calc(100% - 210px);
    margin: 5px 0 0 0;
    display: flex;
    justify-content: right;
    align-items: start;
}
@media (min-width:992px) and (max-width:1249px){
    .back_bo {
        font-size: 11px !important;
    }
    .after_login .header_right {
        width: calc(100% - 190px);
    }
    .nav_link li a {
        margin: 0 7px !important;
        font-size: 14px !important;
        padding: 12px 0px !important;
    }
    .top_link a {
        font-size: 14px !important;
        margin: 0 7px !important;
    }
    .top_link .shop_btn, .top_link a.btn {
        font-size: 13px !important;
    }
    header .dropdown-item span {
        text-transform: none;
        font-size: 14px !important;
    }
}

.top_link {
    color: #fff;
    display:inline-block;
    text-align: right;
    position: relative;
    z-index: 1;
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
	padding:7px 0 0 0;
}
.after_login .top_link {
	padding: 4px 0 0 0;
}
.top_link a{
    padding: 11px 0px 12px;
    margin: 0 20px;
    display:inline-block;
    color: #7badd7;
}
.top_link a:hover{
	color: #b6ddff;
}
.top_link a.btn{
    padding: 6px 14px 6px ;
	color:#fff;
} 
/*21mar24*/
/*.top_link .login_link{
color: #7badd7;
}
.top_link .login_link:hover{
color: #b6ddff;
}*/
.top_link .shop_btn {
	color: #fff !important;
	margin:0px 0 0 15px;
	background:#00a2ff linear-gradient(90deg, #0090e3, #01d2ea) repeat-x !important;
	line-height: 1.2;
	font-size: 14px !important;
	font-weight:normal !important;
	/*height:28px;*/
}
.sign_up img{
    position:relative;
    top:-1px;
    margin: 0 0 0 -2px;
    height:16px;
}
.sign_up{
    margin:0px 0 0 0px !important;
    background:#06b56d !important;
}

.shop_btn .fa{
    position:relative;
    left:-1px;
    font-size:15px;
}
.login_btn i{
    position:relative;
    left:-3px;
    font-size:15px;
}
.login_btn{
	background:#8154ef !important;
}
@media(max-width: 991px) {
    /*.top_link .shop_btn{
        display:none;
    }*/
    .sign_up img{
        display:none;
    }
}
.top_link a.info_icon span {
    background: #f86c36;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 45px;
    height: 45px;
    padding: 7px;
    text-align: center;
    margin-right: 4px;
}
.top_link a.info_icon span img {
    margin: -3px 0px 0px;
    padding: 0px;
}
.top_link a.email_icon {
    background: #fff;
    border-radius: 50%;
    padding: 5px 10px;
    color: #3b6af7;
    font-size: 20px;
    margin-left: 5px;
}
.top_link a figure img {
    margin-right: 0px;
    margin-top: 0px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.top_link .dropdown-toggle {
	display: inline-block;
	color: #7badd7;  /*19feb24*/
}
.top_link .dropdown-toggle:hover {
	color: #b6ddff;/*19feb23 */
}
.top_link .acc_name {  /*22feb24*/
	padding: 0px 0 0;
	color: #fff;
	text-transform:capitalize;
	display:inline-block; 
	margin: -5px 0 0 0;
}
@media(max-width:991px){
    .top_link .acc_name {
        display:block;
    }
}
.top_link .acc_name .dropdown-toggle {  /*5mar24*/
	padding:0 15px 0 0;
	display: flex;
    flex-direction: row-reverse;
	height: 41px; 
	margin:1px 0px 0 20px !important;
}
.top_link .acc_name h5 {  /*5mar24*/
	float: right;
	font-weight: 400;
	font-size: 15px;
	margin:0px 10px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 146px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_link .acc_name span {
    display:block;
    font-size:13px;
    margin: 3px 0 0 0;
    color: #c5c5c5;
    max-width: 146px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 1.2;
    /*height: 16px;  */
}
.top_link .acc_name strong {
    font-weight: normal;
    color: #01cae9;
}
.top_link .acc_name figure {
    width: 38px;
    height: 38px;
	overflow:hidden;
	float:right;
	border-radius:50%;
	border:solid 1px #ccc;
	margin: 0px 5px 0 0;
}
.top_link .dropdown-toggle::after {
 right: 0;
 position: absolute;
 top: 50%;
}
.acc_name .dropdown-toggle::after{   /*22feb24*/
  right: 0;
  position: absolute;
  top: 4px;
  background: #505f7c url(../images/down.png) center center no-repeat;
  height: 35px;
  border-radius:10px;
  border:none;
  width:14px;
}
.nav_icon, .nav_close {
    display: none;
}
@media(max-width:991px) {
    .header_right {
        padding:5px 0;
        margin:0;
        width: 88%;
    }
    .top_link {
        margin: 0;
 		float: none;
 		width: 100%;
 		color: #fff;
 		text-align: right;
 		top:0;
 		display: block;
    }
    .top_link a {
        margin: 0 8px;
        padding: 9px 0px;
    }
    .top_link a.btn {
        font-size: 14px;
        padding: 5px 10px;
        line-height: 1.3;
        height: auto;
        margin: 0px 2px;
        position: relative;
    }
	.top_link a.btn i{
		display:none;
	}
    .top_link .acc_name {
        margin:15px 0 0px 0;
        padding:0;
    }
	.top_link .acc_name h5 {
	  	max-width: 120px;
	}
	.acc_name .dropdown-toggle::after{  
	 	top: 2px;
	}
    .nav_icon {
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-size: 24px;
        position: relative;
        top: 3px;
        text-align: right;
        line-height: 24px;
        margin: 0 0 0 14px;
    }
}
.header_left {
    padding: 7px 0px 7px;
    float: left;
    width: auto;
    text-align: left;
}
@media(max-width:991px) {
    .header_left {
        padding:8px 0;
    }
}

@media(max-width: 1100px) {
    .top_link a.info_icon span {
        width: 17px;
        height: 17px;
        padding: 5px;
        border: 2px solid #fff;
    }
    .top_link a.info_icon span img {
        width: 17px;
    }
    .top_link a.email_icon {
        padding: 3px 6px;
        font-size: 13px;
    }
}
@media(max-width:991px) {
    .top_link a.login {
        margin-right: 15px;
    }
    header.shrink {
        background: #001949;
    }
    header.shrink a.sign_up {
        color: #ffffff !important;
    }
    .header_body {
        padding: 0;
    }
}
header .dropdown-menu{
    background:#029bf0;
    right: 0;
    left: auto;
    min-width: 300px;
    text-transform: uppercase;
    max-height: 90vh;
    overflow-y: auto;
}
.acc_name .dropdown-menu{
    min-width:220px;
    max-width:220px;
}
.nav_link .dropdown-item, header .dropdown-item:focus{
	text-transform:uppercase;
	margin:0 !important;
	padding: 10px;
}
.nav_link .dropdown-item:hover{
    color:#222;
}
@media(max-width:991px) {
    .nav_link .dropdown{
        text-align:center;
    }
    .nav_link .dropdown-menu{
        position:static !important;
        width:auto !important;
        transform:none !important;
        /*display:inline-block !important;*/ 
        max-width:80%;
        margin:0 auto;
        float:none;
    }
    .nav_link .dropdown-item{
        font-size:14px;
        color:#fff;
        text-align:left;
    }
}
/*--------Navigation css------------*/
.nav_link ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.nav_link li {
    display: inline-block;
    padding: 0;
}
.nav_link > ul > li > a, .nav_link > ul > li .dropdown-toggle {
    text-transform: uppercase;
}
.nav_link li a {
    text-transform: capitalize;
    font-size: 15px;
    padding: 11px 0px;
    font-weight: 500;
    display: block;
    position: relative;
    margin: 0 14px;
    color: #7badd7;
}
.nav_link li a.active { 
	color: #fff;
	position:relative;
}
.nav_link li a.active:after { 
	content: '';
	position: absolute;
	display: block;
	border-bottom:2px solid #00a2ff;
	bottom:6px;
	left: -1px;
	right: -1px;
	top: 6px;
	display:none;
}
.nav_link li a:after::nth-child(1) {
    content: "+";
}
.nav_link li:nth-child(2) {
    content: "+";
}
.nav_link li a:hover {
    color: #b6ddff;
}
.nav_link li.login a {
    color: #7badd7;
}
@media(max-width: 1100px) {
    .nav_link li a {
        margin: 0 14px;
    }
}
@media(max-width: 991px) {
	.nav_link li a.active {   /*21mar23 */
	color: #00a2ff;
	position:relative;
	}
    .nav_link {
        position: fixed;
        left: 0;
        right: 0;
        top: 0 !important;
        bottom: 0;
        background-color: #fff;
        z-index: 11111;
        display: none;
        overflow: auto;
        padding-right: 0px !important;
    }
    .after_login .nav_link {
        padding-right: 0 !important;
    }
    .nav_link ul, .nav_link ul li {
        display: block;
        float: none;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }
    .nav_link ul {
        position: relative;
        margin: 60px 0 0 0;
    }
    .nav_close {
        font-size: 20px;
        position: absolute;
        color: #535353;
        right: 15px;
        top: 10px;
        display: block;
        cursor: pointer;
        z-index: 1111;
        background-color: #f8f8f8;
        padding: 10px;
        height: 40px;
        width: 40px;
        border-radius: 100px;
        line-height: 1px;
        text-align: center;
    }
    body.nav-open {
        overflow: hidden;
        height: 100%;
    }
}
.nav_link ul li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 500;
    min-width: 280px;
    display: none;
}
.nav_link ul li ul.active {
    display: block;
}
.nav_link ul li ul li {
    display: block;
    float: none;
    background-color: #fff;
}
.nav_link ul li ul li a {
    font-weight: 400;
    background: #fff;
    display: block;
    color: #000;
    margin: 0px 8px;
    border-bottom: solid 1px rgb(0 0 0 / 10%);
}
.nav_link ul li ul li:last-child a {
    border: none;
}
.nav_link ul li ul li a:hover {
    text-decoration: none;
    background: transparent;
}
.nav_link ul li ul li:last-child {
    border-bottom: none;
}
.hassub > a {
    cursor: pointer;
}
@media(min-width: 992px) {
    .nav_link {
        display:inline-block !important;
        right: 168px;
        top: 5px;
        line-height: initial;

    }
    .nav_link ul li ul {
        display: none;
        padding-top: 11px;
    }
    .nav_link ul li:hover ul {
        display: block;
    }
    .nav_link ul li ul li:last-child {
        border-radius: 0 0 5px 5px;
    }
    .nav_link ul li ul li:first-child {
        border-radius: 4px 4px 0 0;
    }
    .nav_link ul li ul:before {
        content: "";
        position: absolute;
        top: 0;
        left: 65px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 12px solid #fff;
    }
    .nav_link ul li ul li a {
        transition: 0.4s;
    }
    .nav_link ul li ul li a:hover {
        padding-left: 12px;
        transition: 0.4s;
    }
}
 @media(max-width: 991px) {
    li.hassub > a:after {
        content: "\f0d7";
        font-family: fontawesome;
        font-size: 13px;
        color: #333;
        position: absolute;
        top: 12px;
        right: 8px;
        font-weight: normal;
    }
    li.up > a:after {
        content: "\f0d8";
        font-family: fontawesome;
        font-size: 13px;
        color: #333;
        position: absolute;
        top: 12px;
        right: 8px;
        font-weight: normal;
    }
    .nav_link ul {
        text-align: center;
    }
    .nav_link ul li ul {
        position: static;
    }
    .nav_link > ul > li.hassub {
        position: relative;
    }
    .nav_link > ul > li > a {
        position: relative;
        display: inline-block;
    }
	.nav_link li > a:hover, .nav_link li a.dropdown-toggle:hover{  /*21mar24*/
	  color: #00a2ff;
	}
	.nav_link li > a.btn:hover {
	  color: #fff;
	}
    .nav_link > ul > li.hassub > a:after {
        content: "\f107";
        font-family: "FontAwesome";
        color: #000;
        font-size: 20px;
        position: absolute;
        right: 0px;
        top: 8px;
    }
    .nav_link li a {
        color: #000;
        font-size: 18px;
        padding: 10px 0px;   /*21mar24*/
    }
    .nav_link ul li ul li a, .nav_link ul li ul li {
        background-color: transparent;
    }
    .nav_link ul li ul li a {
        color: #000;
    }
    .nav_link li.login a {
        color: #0095ec;
    }
}
.back_bo {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    background: #fca332;
    padding: 6px 10px;
    border-radius: 20px;
    text-align:center;
    border: none;
    line-height: 1;
    margin: 0 0 0 12px;
}
.back_bo:hover {
    color: #fff !important;
    background: #fca332 !important;
}
@media(max-width: 991px) {
    .back_bo {
        position: absolute;
        z-index:3;
        left: 64px;
        top:12px;
        margin: 0 0 0 0;
    }
    .site_logo img{
         height: 36px;
    }
    .nav_link .login{
        display:none;
    }

    .login_link{
        font-size: 15px;
        font-weight: 500;
        display: block;
        position: relative;
        color: #7fd0ff;
        text-transform: uppercase;
        display: inline-block;
    }
    .nav_link li .shop_btn {
        font-size: 17px !important;
        padding: 6px 20px 6px !important;
        color:#fff;
        margin: 15px 0;
    }
}
@media(min-width:992px) {
    .login_link{
        display:none;
    }
    .nav_link li .shop_btn{
        display:none;
    }
}
header .dropdown{
    display:inline-block;
}
header .dropdown-item {
    font-size: 14px;
    font-weight:500;
    color: #fff !important;
    margin: 0 !important;
    padding: 10px;
    display:block;
}
header .dropdown-item:hover, header .dropdown-item:focus {
	color: #333 !important; 
}
header .dropdown-toggle::after {
    display:none;
}
header.after_login .dropdown-toggle::after {
    display:block;
}
header.after_login .nav_link .dropdown-toggle::after {
    display: inline-block;
}
.desktop_logo {
    display:none;
}
.mobile_logo {
    display:inline-block;
    height:31px;
}
@media(min-width: 992px) {
    .desktop_logo{
        display:inline-block;
    }
    .mobile_logo{
        display:none;
    }
}
header .dropdown-item {
    white-space: normal;
}
.top_link .dropdown-toggle.active{
    border-bottom: 4px solid #00a2ff;
}
@media(min-width: 992px) {
    .top_link .shop_btn:first-child{
        position:relative;
        top:0px;
    }
}
@media (min-width: 992px) and (max-width: 1249px) {
    .top_link .shop_btn:first-child{
        position: relative;
        top: 0px;
    }
}
.header_right select{
    background: transparent;
    border: none;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.header_right select option{
    font-size:14px;
}
@media(min-width:991px){
    .top_link select{
        display:none;
    }
}
@media(max-width:990px){

    .header_right .nav_link select{
        background: transparent;
        border: none;
        color: #222;
        border-radius: 4px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
        margin: 10px 0;
    }
    .header_right .nav_link select option{
        background:blue;
    }
}
@media (min-width: 992px) and (max-width: 1249px) {
    .header_right .nav_link select{
        font-size: 13px;
    }

}
header .dropdown-item strong{
	color:#FF0;
}
header .dropdown-item span{
	text-transform:none;
	font-size:16px;
	font-weight:400;
}
header .dropdown-item:hover strong, header .dropdown-item:focus strong {  /*19feb24*/
	color:#1898e2 ; 
}
.back_bo {
  font-size: 0 !important;
  padding:0;
  border-radius:50%;
  height:26px;
  width:26px;
}
.back_bo .fa{
  font-size: 19px !important;
  line-height: 25px;
}
@media (max-width: 991px) {
  .nav_icon {
	  float:right;
	  top: 0px;
	  margin: 0 5px 0 20px;
  }
  .dropdown.acc_name{
	  float:right;
	  margin: -5px 0 0 0;
  }
}
header .dropdown-item strong.diamond{
    color: #7ffff4;
}
header .dropdown-item strong.gold{
    color:#ffef00;
}
header .dropdown-item strong.silver{
    color: #78ff27;
}
header .dropdown-item strong.bronze{
    color: #f7b855;
}
header .dropdown-item:hover strong.diamond{
    color:#1992b3;
}
header .dropdown-item:hover strong.gold{
    color:#c1b500;
}
header .dropdown-item:hover strong.silver{
    color: #51b316;
}
header .dropdown-item:hover strong.bronze{
    color:#d2851a;
}

/*-----for--players era-------*/
@media (min-width: 992px){
.header_right {
  width: calc(100% - 175px);
}
header .container{
  padding: 0 15px;
}
}
.site_logo{
	height:40px;
	display:inline-block;
}
@media (min-width: 991px) and (max-width: 1200px) {
.header_right {
	width: calc(100% - 150px);
}
.after_login .header_right {
	width: calc(100% - 175px);
}
.site_logo{
	height:40px;
	display:inline-block;
}
.desktop_logo{
	max-width:105px;
}
.nav_link li a{
	font-size:12px !important;
}
.top_link a.btn {
	padding: 6px 8px 6px;
	font-size: 12px !important;
}
.top_link a.btn i{
	font-size:13px;
}
.top_link a.btn i.fa-user-plus{
	font-size:11px;
}
}
.top_link a.btn {
  padding: 5px 12px 5px;
  margin: 0px 0 0 10px !important;
}
@media (min-width: 1300px){
.nav_link li a {
  margin: 0 10px;
}
}