body {
	font-size:14px;
}
a {
	text-decoration: none;
}
ul {
	padding: 0px;
	list-style: none;
	margin:0px;
}
/****************FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER  FOOTER FOOTER FOOTER  FOOTER FOOTER FOOTER *********************/
footer.footer-dekstop h6 {
	font-size: 20px;
	padding:0px;
	margin:0px;
	margin-bottom: 22px;
	font-weight:600;
	padding-bottom:10px;
}
footer.footer-dekstop ul {
	padding:0px;
	margin:0px;
	width: 100%;
	float: left;
}
footer.footer-dekstop ul li {
	width: 100%;
	float: left;
	padding:0px;
	margin:0px;
	list-style: none;
	margin-bottom: 10px;
}
footer.footer-dekstop ul li a { 
	text-decoration:none;
	font-size:15px;
}
footer.footer-dekstop .abutus h5 {
	font-size: 22px;
	padding:0px;
	margin:0px;
	margin-bottom: 22px;
	font-weight:600;
	padding-bottom:10px;
}
footer.footer-dekstop .aboutus p { 
	text-align:justify;
	font-size:15px;
	padding:0px 15px 0px 0px;
}
footer.footer-dekstop .copyright p {
	font-size: 14px;
	text-align: center;
	padding-top: 18px;
	margin: 0px;
}
footer.footer-dekstop .subscrbe {
	position:relative
}
footer.footer-dekstop .subscrbe input {
	width: 100%;
	float: left;
	height: 40px;
	padding: 10px;
	border: none;
	border-radius: 5px;
}
footer.footer-dekstop .subscrbe button {
	border: none;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 7px;
}
footer.footer-dekstop .social-icon {
	list-style: none;
	width: 100%;
	float: left;
}
footer.footer-dekstop ul.social-icon li {
	width: 45px;
	display: inline;
	float: left;
	margin-right: 12px!important;
	margin-bottom: 10px;
}
footer.footer-dekstop ul.social-icon li a {
	text-align: center;
	border-radius: 50%;
	display: inline;
	float: left;
	width: 45px;
	height: 45px;
	margin-bottom: 10px;
	line-height: 45px;
	font-size: 22px;
}

/****************COMMON FOR ALL PAGES COMMON FOR ALL PAGES COMMON FOR ALL PAGES COMMON FOR ALL PAGES *********************/
.btn-login {
	padding: 10px;
	border-radius: 5px;
}
.btn-submit {
	width: 100%;
	max-width: 350px;
	padding: 10px;
	border: none;
	font-size: 16px;
}
/****************USER PANEL USER PANEL USER PANEL USER PANEL USER PANEL USER PANEL USER PANEL *********************/
.user-menu {
	padding: 34px 0px;
	border-radius: 20px;
	width:100%;
	float:left;
}
.user-menu h3 {
	margin:0px;
	font-size:20px; 
}
.user-menu ul {
	width:100%;
	float:left;
	padding: 0;
	list-style: none;
	margin-top:50px;
}
.user-menu ul li {
	font-size: 17px;
	text-decoration: none;
	width:100%;
	float:left;
	margin-bottom: 10px;
	padding:5px 9px;
}
.user-menu ul li a {
	width: 100%;
	float: left;
	padding: 0px 0px 9px 5px; 
}
.user-menu ul li a i {
	margin-right:5px;
}
.user-menu .profile-img {
	height: 40px;
	width: 40px;
	object-fit: cover;
	border-radius: 100%;
}
.user-menu .profile {
	display: flex;
	padding-left: 13%;
}
.user-menu .profile-img {
	margin-right: 24px;
}
@media screen and (max-width: 600px) {
.user-menu {
 display:none;
}
}
.form-section {
	padding: 34px 11px;
	border-radius: 7px;
	width:100%;
	float:left;
}
.form-section .form-control {
	font-size: 14px;
	max-width: 350px;
}
.form-section label.label-form {
	font-size: 15px;
}
.form-section h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 3px;
	font-size: 21px;
	font-weight: 600;
}
/****************COMMON FOR ALL PAGES COMMON FOR ALL PAGES COMMON FOR ALL PAGES COMMON FOR ALL PAGES *********************/
.alert-error {
	padding: 10px;
}
.alert-success {
	padding: 10px;
}
.breadcrumbs ol {
	float: right;
	margin-top: 15px;
}
.breadcrumbs ol li:first-child {
	margin: 0;
}
.breadcrumbs ol li {
	font-size: 14px;
	font-weight: 300;
	float: left;
	list-style: none;
}
.breadcrumbs ol li a {
	text-decoration: none;
}
.breadcrumbs ol li:first-child:before {
	content: '';
	margin: 0;
}
.breadcrumbs ol li:before {
	content: '/';
	margin: 0 4px 0 2px;
}