/* header panel */
.cam-header-panel {
	width: 100%;
	position: relative;
    z-index: 10;
    /* background: #27368C; */
    background: rgba(185, 19, 36, 1);
    
}
.cam-wraper-header-panel{
	background-image: url("/images/newPage/background-new-page.jpeg");
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
}
.cam-main-page-panel {
	background-color: #f1f1f1;
	background-repeat: repeat;
	border: none !important;
	width: 100%;
	height: 100vh;
	position: relative
}

.cam-main-body-panel {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

.cam-first-header-panel {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	padding-left: 0;
	padding-right: 0;
}

.cam-navbar-nav-header-panel {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
}

.cam-navbar-nav-header-panel>li {
/* 	float: left; */
/* 	border-right: 1px solid #777; */
}

.cam-navbar-nav-header-panel>li:first-child {
/* 	border-left: 1px solid #777; */
}

.cam-navbar-nav-header-panel>li>button {
	background: transparent;
	border: 0;
	padding: 20px 25px;
	outline: none;
	font-size: 14px;
	font-weight: 50;
}

.cam-navbar-nav-header-panel>li>button:hover, .cam-navbar-nav-header-panel>li>button.ACTIVE
	{
	/* background: #27368C; */
	background: rgba(185, 19, 36, 1);
	color: white;
	font-weight: 500;
}

.cam-first-header-info-panel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 0 !important;
	color: white;
}