.pointer {
	cursor: pointer;
}
a.active {
	border-color: white;
	border-left-color: black;
	border-top-color: black;
	color: white;
	background-color: #adadad;
}

.drop_font {
	font-family: poppins;
	font-size: 15px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.5) !important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: #393185;
}

header {
	background-color: white;
}

/* #profile_name{
	display: none;
}
#register_login{
	display: none;
} */
#header_name_login {
    margin-left: 8px;
    margin-top: -2px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.loginBtnn{
	color: #29364E !important;
	border: 2px solid #F4B021 !important;
	text-align: center !important;
	font-size: 12px !important;
	width: 150px !important;
}
/* .dropdown:hover>.dropdown-menu {
	display: block;
  } */
.profileDrop{
	margin-right: 30px !important;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	/* transform: rotate(-90deg); */
}
.navbar .navbar-nav .nav-link.active {
	border-bottom: 3px solid #393185 !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	margin-right: 82px !important;
}
.nav-item a {
	/* color: blue; */
	display: block;
	width: 84%;
	padding: 0.25rem 1.5rem;
	clear: both;
	color: rgba(0, 0, 0, 0.5);
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-weight: 500;
	font-size: 17px;
}
.nav-item.a:hover {
	color: #5e51d1 !important;
	background-color: transparent !important;
}

.active {
	color: #393185 !important;
	background-color: transparent !important;
	/* border-bottom: 2px solid #393185 !important; */
}

.margin_top {
	margin-top: -3% !important;
}


.float-tel {
	position: fixed !important;
	width: 50px;
	height: 46px;
	bottom: 307px;
	right: auto;
	left: 0px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	z-index: 100;
}
.float-message {
	position: fixed;
	width: 60px;
	height: 83px;
	bottom: 207px;
	right: auto;
	left: -15px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	z-index: 100;
}
.mobile-img {
	height: 47px;
}
.message-img {
	height: 47px;
}
.bgColor {
    background-color: #9715b3;
    color: white;
}
.float-wp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 50px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    z-index: 1;
}
.wp-img {
    height: 80px;
    width: 80px;
}
@media only screen and (max-width: 767px) {
	.margin_top {
		margin-top: 0% !important;
	}
	.heightProfile{
		height: 54px;
	}
	.dropdown-submenu > .dropdown-menu{
		margin-top: 0px;
	}
	.navbar .navbar-nav .nav-link{
		font-size: 11px !important;
	}
	.nav-item a{
		font-size: 11px !important;
	}
}
@media only screen and (min-width: 1024px) and (max-width:1025px){
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		margin-right: 56px !important;
	}
}