.shiping-div {
	clear:both;
	width:100%;
	margin-top:5px;
}
.payment-div {
	clear:both;
	width:100%;
	margin-top:5px;
}
.payment-div label  {
	margin-right:50px;
}
.line-through {
	text-decoration:line-through;
}
.small-text {
	font-size:14px;
}
.user-menu {
	width:100%;
	clear:both;
	margin:0 auto;
	text-align:center;
	margin-bottom:40px;
}
.user-menu ul {
	margin:0;
}
.user-menu li {
    float: left;
    list-style: none;
	margin-right:20px;
}
.user-menu li a {
	color:#000;
	border: 1px solid #E4E4E4;
	padding: 10px 20px;
}
.user-menu li a:hover {
	background-color:#385e9d;
	color:#fff;
	border: 1px solid #E4E4E4;
	padding: 10px 20px;
}

.boxlabel {
	text-align:left;
	font-size:20px;
	font-weight:600;
	color:#697585;
}
.val-error {
	color:#090;
	margin-bottom:10px;
	width:100%;
	clear:both;
	text-align:center;
}

.maxdescription {
	width:87%;
}
.newimg {
	background-image:url(../images/page-header-bg-1-2.jpg) !important;
}
.abtimg {
	background-image:url(../images/abtbg.jpg) !important;
}
.mindimg {
	background-image:url(../images/mindimg.jpg) !important;
}

.acimg {
	background-image:url(../images/acimg.jpg) !important;
}
.manifimg {
	background-image:url(../images/manifimg.jpg) !important;
}
.leftspace {
	padding-left:32px !important;
}
.text-right {
	text-align:right;
}
.mobileor {
	display:contents;
}
.mobile-top-bar {
	width:100%;
	clear:both;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
.mobile-top-bar .eduact-btn {
    padding: 10px 32px 10px !important;
}

.mobile-top-bar {
	display:none;
	visibility:hidden;
}
@media (max-width: 768px) {

.mobile-top-bar {
	display:block;
	visibility:visible;
}

	
.user-menu ul {
	margin:0 auto !important;
}

.user-menu li {
	float: left;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 26px;
}
	
.eduact-btn-first {
	margin-bottom:10px;
}	
.eduact-btn-second {
	margin-bottom:20px;
}

.mobileor {
	display:none;
}
	
.copyright__text {
	text-align:center;
}

.main-menu__logo img {
	width:80%;
}

}

