
nav {
	position: relative;
	/*width: 100%;*/
	margin: 0 auto;
}
#cssmenu ul li.mobile-links, #cssmenu ul.mob-social-links, .mobile-links {
    display: none;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile, .top-most-row ul.nav-left-top ul {
	border: 0;
	list-style: none;
	line-height: 16px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 0;
	box-sizing: border-box;
	z-index:9;
	text-transform: uppercase;

}
.top-most-row ul.nav-left-top li a{
	position:relative;
}
#cssmenu ul li a span {
	text-transform:none;
	font-weight:normal;
	font-size:12px;
}
#cssmenu ul {
	margin: 0;
    padding: 0;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu {
	font-family: 'Open Sans', sans-serif;
	position:relative;
}
#cssmenu > ul > li {
	float: left
}
#cssmenu > ul > li > a {
  padding: 15px 8px;
  font-size: 12px;
  letter-spacing: 0;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin-right: 5px;
}
#cssmenu > ul > li:first-child > a {
  padding-left: 0;
}
#cssmenu > ul > li:last-child > a {
  padding-left: 0;
}
#cssmenu > ul > li > a.active {
    background:#ffb85d;
}
#hi #cssmenu > ul > li > a {
    padding: 15px 18px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    position: relative;
}
#hi #cssmenu > ul > li:first-child > a{
  padding-left:0;
}
#hi #cssmenu > ul > li:last-child > a{
  padding-right:0;
}
#hi #cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}
.fixed-select {
    position: absolute;
    width: 112px !important;
    border-radius: 4px !important;
    background:
        transparent !important;
    color:
        #fff !important;
    text-transform: uppercase !important;
    font-size: 12px;
    font-weight: 700 !important;
    margin-top: 4px;
    border: 2px solid
    #fff !important;
    text-align: center;
    right: 0;
    padding-right: 11px !important;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #fff;
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover, .top-most-row ul.nav-left-top > li:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a, .top-most-row ul.nav-left-top > li.has-sub > a {
	padding-right: 30px
}
.link-content p {
    font-size: 12px;
    text-transform: initial;
    text-align: justify;
}
.link-content img {
    width: 35px;
    float: left;
    margin-right: 10px;
}
#cssmenu ul ul li .link-content a {
    padding: 0 0 5px 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    white-space: break-spaces;
}
#cssmenu ul ul li:hover, .top-most-row ul.nav-left-top ul.sub-menu li:hover {
    background: #fff;
}
#cssmenu ul ul li:last-child:hover {
    background: none;
}
#cssmenu > ul > li.has-sub > a:before, .top-most-row ul.nav-left-top > li.has-sub > a:before {
    position: absolute;
    width: 7px !important;
    height: 7px !important;
    top: 18px;
    right: 18px;
    border: solid #fff;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 2px;
    display: block;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.top-most-row ul.nav-left-top > li.has-sub > a:before {
    border: solid #444;
    border-width: 0px 2px 2px 0;
    top: 15px;
}
#cssmenu > ul > li.has-sub:hover > a:before, .top-most-row ul.nav-left-top > li.has-sub:hover > a:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 22px;
}
.top-most-row ul.nav-left-top > li.has-sub:hover > a:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 20px;
}
.link-content.less-content .link-data {
    overflow: visible;
    white-space: inherit;
}
#cssmenu ul ul, .top-most-row ul.nav-left-top ul {
	position: absolute;
    left: -9999px;
    background: url(../img/login.jpg);
    background-repeat: no-repeat;
    padding: 0;
    background-size: cover;
}
#cssmenu ul ul li, .top-most-row ul.nav-left-top ul.sub-menu li {
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
    height: auto;
    width: 33.33%;
    padding: 9px;
    float: left;
}
.link-data p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
	margin-bottom:0;
}
.link-data {
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 45px);
}
#cssmenu li:hover > ul, .top-most-row ul.nav-left-top > li:hover > ul {
    left: 0;
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(174,174,174,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(174,174,174,1);
    box-shadow: 0px 0px 5px 1px rgba(174,174,174,1);
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu ul ul li .link-content a.primary-blue-btn {
    background: #0066b0;
    border: none;
    padding: 8px 20px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    width: 115px;
}
#cssmenu ul ul li a {
    padding: 10px 10px;
    font-size: 12px;
    text-decoration: none;
    color: #236a9e;
    font-weight: 400;
    text-transform: uppercase;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0
}

#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	display: block;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #236a9e;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #333
}
.alert.alert-plain.alert-with-icon i[data-notify="icon"] {
	background: #de2768;
    color: #fff;
}
#cssmenu > ul > li:last-child a {
    padding-right: 0;
}
.alert.alert-plain.alert-with-icon {
    border: 1px solid #da1f63;
}

#cssmenu ul li a i {
	font-size: 15px;
}
.my-home-table table tr th {
	background:#E1E1E1;
	padding:5px;
	font-size:12px;
	font-weight:500;
	border:none;
}
.my-home-table table {
	border:1px solid #efefef;
}
.my-home-table table tr td:first-child {
	font-weight:bold;
	background:#E1E1E1;
}
.my-home-table table tr td {
	padding:5px !important;
	font-size:12px;

}
p.dp-box-1 {
    border: 1px solid #fd9b16;
    border-radius: 0px;
    padding: 0px 10px 0 0;
    overflow: hidden;
    background: #fff;
    text-align: right;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: bold;
}
.dp-box-1 span {
    background: #fd9a13;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    text-align: right !important;
    float: left;
    min-width: 105px;
    padding: 2px 10px;
}
.dp-box-1 span.user-status {
    background: #fff;
    text-align: right;
    float: right;
    padding: 0;
    width: auto;
    min-width: 5px;
}

.tab-bg {
    background: #d0d0d0;
}
span.tab-lable {
    font-weight: bold;
    display: block;
    padding: 5px;
    font-size: 10px;
}
span.tab-field {
    /* border-bottom: 1px dotted #ddd; */
    display: block;
    padding-left: 5px;
    padding: 5px;
    text-align: right;
    font-size: 10px;
}
.tab-box-sum {
    border: 1px solid #43a047;
}
.tab-bg-sum {
    background: linear-gradient(60deg, #66bb6a, #43a047);
    color: #fff;
}
span.tab-lable-sum {
    font-weight: bold;
    display: block;
    padding: 5px;
    font-size: 10px;
}
span.tab-field-sum {
    /* border-bottom: 1px dotted #ddd; */
    display: block;
    padding-left: 5px;
    padding: 5px;
    color: #43a047;
    font-weight: bold;
    text-align: right;
}
.tab-box {
	border: 1px solid #ddd;
}
.data-table-table table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }
.data-table-table table th {
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
}
.data-table-table table th, .data-table-table table td {
    padding: 3px;
    text-align: center;
	font-size: 10px;
    font-weight: 500;
}
.data-table-table table th {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 12px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-weight:bold;
}

        .user-img {
    float: left;
    margin-right: 15px;
}
        .user-name {
    color: #e22d6d;
    float: left;
    width: calc(100% - 85px);
}
        .user-name h2 {
    margin: 0;
    font-size: 35px;
    line-height: 40px;
}
        .user-name h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}
        .usre-info {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #aeaeae;
}

.convention {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1000ms infinite;
    -o-animation: glowing 1000ms infinite;
    animation: glowing 1000ms infinite;
}
@-webkit-keyframes glowing {
 0% { background-color: #ec407a; -webkit-box-shadow: 0 0 3px #ec407a; }
 50% { background-color: #d81b60; -webkit-box-shadow: 0 0 10px #d81b60; }
 100% { background-color: #ec407a; -webkit-box-shadow: 0 0 3px #ec407a; }
}

@-moz-keyframes glowing {
 0% { background-color: #ec407a; -moz-box-shadow: 0 0 3px #ec407a; }
 50% { background-color: #d81b60; -moz-box-shadow: 0 0 10px #d81b60; }
 100% { background-color: #ec407a; -moz-box-shadow: 0 0 3px #ec407a; }
}

@-o-keyframes glowing {
 0% { background-color: #ec407a; box-shadow: 0 0 3px #ec407a; }
 50% { background-color: #d81b60; box-shadow: 0 0 10px #d81b60; }
 100% { background-color: #ec407a; box-shadow: 0 0 3px #ec407a; }
}

@keyframes glowing {
 0% { background-color: #ec407a; box-shadow: 0 0 3px #ec407a; }
 50% { background-color: #d81b60; box-shadow: 0 0 10px #d81b60; }
 100% { background-color: #ec407a; box-shadow: 0 0 3px #ec407a; }
}

.card-title-white {
	font-weight:normal;
	text-transform:uppercase;
}
.news-box {
        margin-bottom: 10px;
    display: inline-block;
    margin-right: 20px;
    padding-top: 5px;
}
.news-box p {
        font-size: 12px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 0px;
}
p.grey-text {
    color: #666 !important;
    font-style: italic;
    font-size: 13px;
}
p.grey-text i.material-icons {
    font-size: 12px;
	color: #666 !important;
}
#multilines ul.newsticker li .team-income-box {
    background: #adeff7;
    color: #09bad0;
    border: 1px solid #09bad0;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 5px;
}
.team-income-box:hover {
	cursor:pointer;
	background:#f9f9f9;
}
.bigger-font span {
	font-size:18px;
	max-width: 100% !important;
}
a.gdvc-redemption {
    /* background: linear-gradient(60deg, #ec407a, #d81b60); */
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    color: #000 !important;
    font-weight: bold !important;
}
.manage-margin {
    /* margin-right: 28px; */
    padding: 0 !important;
}
.my-alert-box .alert span {
    display: block;
    max-width: 100%;
    margin-top: 5px;
    font-size: 14px;
    color: #000;
    line-height: 16px;
}
.my-alert-box .alert span a {
    color: #2285c6;
    font-size: 12px;
}
.my-alert-box .alert.alert-with-icon {
    margin-top: 43px;
    padding-left: 10px;
}
.date-picker-box .noUi-target {
	background:none;
}
.date-picker-box .noUi-horizontal .noUi-handle {
    display: none;
}
.news-information {
    width: 180px;
    height: auto;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
    float: left;
}
.right-content-news {
    width: calc(100% - 180px);
    max-height: 41px;
    font-size: 15px;
    padding: 0px 0;
    float: right;
    background: #fff;
}
span.grey-text {
    color: #666;
    font-size: 12px;
    font-style: italic;
}
span.grey-text i {
	font-size:13px;
}
.hidden-overflow {
	overflow-y:hidden;
}
p.re-purchase-heading {
    border-bottom: 2px solid #de2768;
    padding: 5px;
    font-weight: normal !important;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.green {
    border-bottom: 2px solid #4aa64e !important;
}
.blue {
	border-bottom: 2px solid #4aa64e !important;
}
.mbp-img{
	max-width:120px;
	margin:0 auto;
}

ol.custom-counter {
	margin:0;
	list-style:none;
	padding:0;
}
.custom-counter li {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
	padding-left: 30px;
}
.custom-counter li a {
    display: block;
    padding: 10px 0;
    color: #333;
	font-size:12px;
}
span.icon-box-list {
    background: #f5f5f5;
    color: #888;
    /* padding: 4px; */
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 5px;
    font-size: 13px;
    border: 1px solid #ddd;
    position: relative;
    margin-left: -30px;
}
span.icon-box-list i {
	font-size:13px;
}
.custom-counter li a:hover {
    display: block;
    padding: 10px 0;
    color: #333;
}
.custom-counter li a:hover span.icon-box-list {
    background: #efefef;
    color: #666;
    /* padding: 4px; */
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 5px;
    font-size: 13px;
	border:1px solid #ddd;
}

ol.custom-counter-2 {
	margin:0;
	list-style:none;
	padding:0;
}
ol.custom-counter-2 ol {
	margin:0;
	list-style:none;
	padding-left:5px;
}
.custom-counter-2 li {
    margin-top: 10px;
    margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}
.custom-counter-2 li ol li {
	border-bottom:none;
}
.custom-counter-2 li a {
    display: block;
    padding: 4px 0;
    color: #333;
	font-size:14px;
}
span.icon-box-list {
    background: #f5f5f5;
    color: #888;
    /* padding: 4px; */
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 5px;
    font-size: 13px;
    border: 1px solid #ddd;
    position: relative;
    margin-left: -30px;
}
span.icon-box-list i {
	font-size:13px;
}
.custom-counter-2 li a:hover {
    display: block;
    padding: 4px 0;
    color: #db2164;
}
.custom-counter-2 li a:hover span.icon-box-list {
    background: #efefef;
    color: #666;
    /* padding: 4px; */
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 5px;
    font-size: 13px;
}
.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}
.dataTable>thead>tr>th {
    border-bottom-width: 1px;
    font-size: 1.00em;
    font-weight: 400;
}
.table-left-right .material-datatables tr td:first-child {
	font-weight:bold;
}
.table-left-right .material-datatables tr td {
	font-size: 13px;
    font-weight: bold;
}
.profile-image-icon {
    width: 50px;
    margin: 0 auto;
    border: 2px solid #852673;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.id-details p {
	font-size:12px;
	font-weight:400;
	margin-bottom:0px;
}
.header-fire {
    background: #c1c1c1;
    text-align: center;
    color: #0e0e0e;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.front-firle-list ul li {
	padding: 10px;
    border: 1px solid #ddd;
    font-size: 11px;
}
.table-left-right table th {
	font-size:16px !important;
	font-weight:400 !important;
}
.table-left-right table td {
	font-size:12px;
	font-weight:200;
}
.top-toggle-box {
	background:#f9f9f9;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #efefef;
}

/*-- Tree CSS --*/

.vertical {
    position: relative;
    width: 2px;
    height: 25px;
    left: 50%;
    background-color: red;
}
.id-block {
	font-size: large;
    width: 100px;
    text-align: center;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #efefef;
}
.id-block span.id-name {
	font-size:12px;
	color:#000;
}
.id-block span.id-type {
	font-size:11px;
	color:#333;
	font-style:italic;
}

figure.dp {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #ddd;
    text-align: center;
    line-height: 80px;
    margin: 0 auto;
	overflow:hidden;
}
.small-box {
    background: #f3f3f3;
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}
.header-title-box {
    font-weight: bold;
    font-size: 13px;
}
.profile-content-box {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.type-red {
    background: #ce4040;
    color: #fff;
    text-align: center;
}
.header-title-box {
    font-weight: bold;
    font-size: 13px;
}
.profile-content-box {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.type-green {
    background: #38903b;
    color: #fff;
    text-align: center;
}
.type-blue {
    background: #1a89cc;
    color: #fff;
    text-align: center;
}
.m-b-10 {
	margin-bottom:10px;
}
.table-box table {
    border: 1px solid #ddd;
    margin-bottom: 0 !important;
}
.table-box table thead th {
    background: #f1f1f1;
	font-size:12px;
	font-weight:bold;
    color: #444;
    border-bottom: 1px solid #ddd;
}
.table-box h4 {
	font-size:12px;
}
.table-box table td:first-child {
    background: #f5f5f5;
    font-weight: bold;
}
.table-box table {
	font-size:12px;
}
.table-box-2 table {
    border: 1px solid #ddd;
}
.table-box-2 table thead th {
    background: #f1f1f1 !important;
    color: #444 !important;
	font-size:12px !important;
	font-weight:bold;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-search:before {
    content: "\f002";
}
#cssmenu > ul > li.simple-dropdown {
    position: relative;
}
#cssmenu li:hover > ul.sub-menu.dopen, .top-most-row ul.nav-left-top li:hover > ul.sub-menu.dopen {
    padding: 0;
    width: 260px;
}
#cssmenu ul ul li:last-child:hover {
    background: #fff;
}
#cssmenu ul ul.sub-menu li, .top-most-row ul.nav-left-top ul.sub-menu li {
    width: 100%;
    padding: 0;
}
.mob-logo{display:none;}
@media (max-width: 1280px) {
#cssmenu > ul > li > a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}
span.icon-box-list {
    background: #f5f5f5;
    color: #888;
    /* padding: 4px; */
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    margin-right: 5px;
    font-size: 10px;
	border:1px solid #ddd;
}
.custom-counter li a:hover span.icon-box-list {
    background: #efefef;
    color: #666;
    /* padding: 4px; */
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    margin-right: 5px;
    font-size: 10px;
	border:1px solid #ddd;
}
.data-table-table {
	overflow:auto;
}

}
@media screen and (max-width:768px) {
.manage-margin {
	margin-right:0px !important;
}
}
@media screen and (max-width:1199px) and (min-width:1024px) {
	.mob-links {
    padding-left: 0;
}
#cssmenu ul ul li .link-content a {
	font-size:10px;
}
  #hi #cssmenu > ul > li > a {
    padding: 15px 22px;
    font-size: 14px !important;
  }
  #cssmenu > ul > li > a {
    padding: 15px 11px;
    font-size: 12px !important;
  }
#cssmenu > ul > li.has-sub > a {
    padding-right: 16px;
}
  #cssmenu > ul > li.has-sub > a:before {
    border-width: 0px 2px 2px 0;
    height: 7px !important;
    width: 7px !important;
    padding: 1px;
    top: 19px;
    right: 8px;
    content: '';
  }
  #hi #cssmenu > ul > li.has-sub > a {
    padding-right: 20px;
  }
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 22px;
}
}
@media screen and (max-width:1024px) and (min-width:992px) {
	.top-bar-right {
    float: left !important;
	margin-left:15px;
}
}
@media screen and (max-width:1024px) {
	section.main-header .bottom-row {
    background: none;
    position: absolute;
    width: 100%;
    top: 0;
}

.manage-margin {
	margin-right:0px !important;
}
.logo-3, .top-most-row{
	display:none;
}
ul.right-menu-list> li {
    display: inline-block;
    float: right;
    padding-right: 40px;
    padding-top: 15px;
}
#cssmenu ul li.mobile-links.mobile-socile-icons .inline-icons a.link-icon {
    display: inline-block !important;
    float: none !important;
    background: #f5f5f5;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 10px;
    margin: 20px 5px 15px;
}
#cssmenu ul li.mobile-links, #cssmenu ul.mob-social-links, .mobile-links {
    display: block;
}
#cssmenu li:hover > ul {
	left: 280px;
	padding:0;
	border-radius: 0;
	box-shadow: none;
}

.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 46px;
	text-align: center;
	padding: 10px 0 0 0;
	float: none
}
.logo2 {
	display: none
}
nav {
	width: 100%;
}
#cssmenu {
	width: 100%
}
/*#cssmenu ul {
	width: 100%;
	display: none;
	margin: 0;
	padding: 0;
}*/
#cssmenu ul {
    width: calc(100% + 32px);
    height: 100vh;
    display: none;
    margin: 0;
    position: fixed;
    overflow-y: auto;
    padding: 0;
    left: -32px;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999999;
}
#cssmenu ul li {
	width: 100%;
	position:relative;
	/*border-top:1px solid #444*/
}
#cssmenu ul li:hover {
	background: transparent;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto;
	width:100%;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
    background: #236a9e;
    padding: 0;
}
#cssmenu ul ul li:hover {
	background: #236a9e!important;
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
.link-data {
	width:100%;
}
#cssmenu ul ul li a, #cssmenu ul ul li .link-content a.primary-blue-btn, #cssmenu ul ul.sub-menu li:last-child > a {
    color: #fff;
    background: none;
    padding: 15px 15px 15px 25px !important;
    text-transform: capitalize;
    border-bottom: 1px solid #1b4c6f;
    font-size: 11px !important;
    font-weight: normal !important;
    width: 100%;
    text-align: left;
    line-height: 16px !important;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    right: 0;
    left: 280px !important;
    width: 280px !important;
    margin: 0;
    text-align: left;
    /*top: 47px;
    margin-right: 192px;*/
    margin-top: 47px;
    height: auto;
    float: right;
    overflow: hidden;
}
.link-content img, .link-data p{
	display:none;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	padding: 0px;
	color: #ddd;
	font-size: 12px;
	font-weight: 700
}
ul.mnoopen.mopen:before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 280px;
    height: 100vh;
    right: 0;
    background: #236a9e;
}
ul.mnoopen.mopen:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 280px;
    height: 100vh !important;
    right: 0;
    background: #236a9e;
}
  select.custom-select.mobile-menu-select {
    background: #2d3491;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding-left: 20px;
  }
#cssmenu > ul > li a {
    width: 280px;
    float: right;
    background: #236a9e;
}
#cssmenu ul li.mobile-links.mobile-socile-icons .inline-icons {
    width: 280px;
    float: right;
    background: #236a9e;
	text-align:center;
}
#cssmenu > ul > li > a {
    padding: 15px 5px 15px 15px !important;
    text-transform: capitalize;
    border-bottom: 1px solid #1b4c6f;
    font-size: 12px !important;
}
#cssmenu > ul > li > a br{
	display:none;
}
#cssmenu .button.menu-opened {
    right: 284px;
    border: 2px solid #fff;
    background: #236a9e;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    top: -20px;
	z-index: 9999999999;
}
.logo-box img {
}
.logo-box img.logo-1 {
	display:none;
}
.logo-box img {
    margin-top: -10px !important;
    margin-bottom: 0px !important;
	width: 390px !important;
}
.menu-box {
    margin-top: 0px !important;
}
.mob-links {
    width: 100%;
    position: absolute;
    top: 30px;
    right: 0px;
    padding: 0;
}
#cssmenu .button {
    width: 30px;
    height: 3px;
    background: #236a9e;
    position: absolute;
    right: 15px;
    top: -6px;
    cursor: pointer;
    z-index: 12399994;
    border-radius: 5px;
}
#cssmenu .button:after {
    position: absolute;
    top: 16px;
    right: 0px;
    display: block;
    height: 3px;
    width: 22px;
    background: #236a9e;
    border-radius: 5px;
    content: '';
}
section.main-header .container {
    width: 100%;
	max-width:100%;
}
#cssmenu .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    height: 3px;
    width: 30px;
    background: #236a9e;
    border-radius: 5px;
    content: '';
}
#cssmenu .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 12px;
    border: 0;
    right: 5px;
    height: 2px;
    width: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cssmenu .button.menu-opened:before {
    top: 12px;
    background: #fff;
    width: 16px;
    height: 2px;
    right: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;/*border-left:1px solid #444;*/
	height: 46px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: none;
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}
}

@media (min-width: 992px) {
.typo-line {
	padding-left: 140px;
	margin-bottom: 40px;
	position: relative;
}
.typo-line .category {
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	position: absolute;
}
}
@media screen and (max-width:767px) and (min-width:560px) {
	#cssmenu ul ul, #cssmenu ul ul ul {
		top:47px;
	}
}
@media screen and (max-width: 767px) {
	#cssmenu ul ul, #cssmenu ul ul ul {
		top:0 !important;
	}
	#cssmenu .button{
		right: 15px;
		top:-8px;
	}
	#cssmenu ul {
    width: calc(100% + 32px);
	}
	.logo-box img:last-child {
    display: none;
}
.mob-logo{display:block;}
.desk-logo{display:none;}
.logo-box img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
}
.user-img {
    float: none;
    margin: 0 auto 20px;
    width: 70px;
}
.user-name {
    width: 100%;
        text-align: center;
}
.user-name h2 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}
.user-name h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}
}

@media screen and (max-width: 600px) {

.data-table-table table {
      border: 0;
}
.data-table-table table thead {
      display: none;
}
.data-table-table table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
}
.data-table-table table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
}
.data-table-table table td:last-child {
      border-bottom: 0;
}
.data-table-table table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
}
}
select.custom-select.fixed-select option {
    color: #495057;
}
.pricing-table{
    background-color: #fff;
}

.pricing-table .block-heading {
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.pricing-table .block-heading h2 {
    color: #3b99e0;
}

.pricing-table .block-heading p {
    text-align: center;
    max-width: 420px;
    margin: auto;
    opacity: 0.7;
}

.pricing-table .heading {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table .item {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
    border-top: 2px solid #5ea4f3;
    padding: 30px;
    overflow: hidden;
    position: relative;
}

.pricing-table .col-md-5:not(:last-child) .item {
    margin-bottom: 30px;
}

.pricing-table .item button {
    font-weight: 600;
}

.pricing-table .ribbon {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 3px rgba(136, 136, 136, 0.25);
    background: #4dbe3b;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px;
}

.pricing-table .item p {
    text-align: center;
    margin-top: 20px;
    opacity: 0.7;
}

.pricing-table .features .feature {
    font-weight: 600; }

.pricing-table .features h4 {
    text-align: center;
    font-size: 18px;
    padding: 5px;
}

.pricing-table .price h4 {
    margin: 15px 0;
    font-size: 20px;
    text-align: center;
    color: #2288f9;
}

.pricing-table .buy-now button {
    text-align: center;
    margin: auto;
    font-weight: 600;
    padding: 9px 0;
}
.css-b8ldur-Input div input[type="text"] {
    height:30px !important;
}
.socials-nav li a {
    font-size: 13px;
    color: #fff;
}
#cssmenu ul ul.single-colmun li {
    width: 100%;
    float: none;
}
#cssmenu li:hover > ul.single-colmun {
    max-width: 200px;
    right: 0;
    left: auto;
    width: 200px;
}
#cssmenu li:hover > ul.single-colmun li {
    padding: 0;
}
ul.single-colmun li a i {
    font-size: 13px !important;
}
#cssmenu li:hover > ul.single-colmun li a {
    padding: 4px 5px;
}