
/*start common css for a theme*/
body {
	padding-top: 0px !important;
	font-family: 'Open Sans';
}
.headersection {
    margin-left: 0px;
    margin-right: 0px;
    display: block !important;
}
.footer-top, .footer-bottom {
    margin-left: 0px;
    margin-right: 0px;
}
.container2 {
    margin-top: 0px;
    background: #FBFBF9;
}
.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    margin: 0;
    padding: 0;
}
div.outsideframe > div.row.hidden-lg.hidden-md {
    display: none !important;
}
/*end common css for all theme*/

@font-face {
	font-family: "Avenir LT Pro 35 Light";
	src: url("https://db.onlinewebfonts.com/t/e5f78b4fb90a80a32be156470cbfead1.eot");
	src: url("https://db.onlinewebfonts.com/t/e5f78b4fb90a80a32be156470cbfead1.eot?#iefix")format("embedded-opentype"),
		url("https://db.onlinewebfonts.com/t/e5f78b4fb90a80a32be156470cbfead1.woff2")format("woff2"),
		url("https://db.onlinewebfonts.com/t/e5f78b4fb90a80a32be156470cbfead1.woff")format("woff"),
		url("https://db.onlinewebfonts.com/t/e5f78b4fb90a80a32be156470cbfead1.ttf")format("truetype"),
		url("https://db.onlinewebfonts.com/t/e5f78b4fb90a80a32be156470cbfead1.svg#Avenir LT Pro 35 Light")format("svg");
}

@font-face {
	font-family: "DIN Next Rounded LT W01 Light";
	src: url("https://db.onlinewebfonts.com/t/643121b5d2cc9943eff9b59054cc29ba.eot");
	src: url("https://db.onlinewebfonts.com/t/643121b5d2cc9943eff9b59054cc29ba.eot?#iefix")format("embedded-opentype"),
		url("https://db.onlinewebfonts.com/t/643121b5d2cc9943eff9b59054cc29ba.woff2")format("woff2"),
		url("https://db.onlinewebfonts.com/t/643121b5d2cc9943eff9b59054cc29ba.woff")format("woff"),
		url("https://db.onlinewebfonts.com/t/643121b5d2cc9943eff9b59054cc29ba.ttf")format("truetype"),
		url("https://db.onlinewebfonts.com/t/643121b5d2cc9943eff9b59054cc29ba.svg#DIN Next Rounded LT W01 Light")format("svg");
}


.theme_acclivity {
	font-family: "DIN Next Rounded LT W01 Light" !important;
	color: #000000;
	line-height: 1.5;
	font-size: 16px !important;
	font-weight: 400;
}


.theme_acclivity .center-div {
	display: flex;
	align-items: flex-end;
	gap: 50px;
	font-family: "Avenir LT Pro 35 Light" !important;
	justify-content: center;
	color: rgb(22, 57, 116);
}

.theme_acclivity .center-div .right-content {
	line-height: 36px;
}

.theme_acclivity .center-div .right-content a {
	color: rgb(22, 57, 116);
}

.theme_acclivity .center-div .right-content h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.theme_acclivity .center-div .right-content ul {
	margin: 0;
	padding: 0;
}

.theme_acclivity .center-div .right-content ul li {
	list-style: none;
}

.theme_acclivity .center-div .right-content ul li a {
	text-decoration: underline;
}

.theme_acclivity footer {
	padding: 1rem 0;
	margin-top: 0rem;
 	background-color: rgb(255 255 255);
}

.theme_acclivity .bhwelllab li a.give_button {
	transition: all 0.2s ease, visibility 0s;
	border-radius: 60px;
	border: 0px solid rgb(29, 103, 205);
	background: #D6F9FF;
	min-width: 110px;
	font-weight: 700;
	color: #008D97 !important;
	line-height: 100%;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.theme_acclivity .bhwelllab li a.give_button:hover {
	border: 0px solid rgb(29, 103, 205);
	background: #064E82 !important;
	color: #fff !important;
	opacity: 1;
}

.theme_acclivity .logodiv {
	margin-bottom: 1.5rem;
	display: block;
}

.theme_acclivity .toplogo {
	background: #ffffff;
	padding: 35px 0 0px 0;
	box-shadow: rgb(51 51 51 / 8%) 0 0 10px;
}

.theme_acclivity .middlemenu {
	padding: 0;
}


.theme_acclivity nav {
	margin-bottom: 0;
	border: 0;
	min-height: auto;
}

.theme_acclivity .navbar-nav.bhwelllab {
	text-align: center;
	width: 100%;

}

.theme_acclivity .navbar-nav.bhwelllab>li {
	float: none;
	display: inline-block;
}

.theme_acclivity .navbar-nav.bhwelllab>li a {
	color: #000;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 22px;
	font-weight: 600;
}

.theme_acclivity .navbar-nav.bhwelllab>li a.active {
	color: #163974;
}

.theme_acclivity .navbar-nav.bhwelllab>li a:hover,
.theme_acclivity .navbar-nav.bhwelllab>li a:focus {
	background: none;
}


ul.bhwelllab li.dropdown ul.dropdown-menu li a {
	padding: 5px 15px;
	transition: all 0.3s ease-in-out 0s;
	font-size: 16px;
}

ul.bhwelllab li a:hover {
	opacity: 0.7;
}

.theme_acclivity .navbar-nav.bhwelllab>li.open:focus {
	background: none;
}

/* @media only screen and (min-width: 768px) and (max-width:1024px) {

	.theme_acclivity .navbar-nav.bhwelllab>li a {
		padding: 12px 8px;
	}

} */

@media only screen and (max-width:767px) {
	.theme_acclivity .navbar-toggle .icon-bar {
		display: block;
		height: 2px;
		width: 25px;
		background: rgb(2, 41, 28);
		transition-timing-function: ease;
		transition-duration: 0.5s;
		transform-origin: center center;
		margin-top: -1px;
		position: absolute;
	}

	.theme_acclivity .navbar-toggle .icon-bar:nth-child(2) {
		top: 8px;
	}

	.theme_acclivity .navbar-toggle .icon-bar:last-child {
		transform: translate3d(0px, 15px, 0px) rotate(0deg);
		top: 1px;
	}

	.theme_acclivity .navbar-toggle:not(.collapsed) .icon-bar:first-child {
		transform: translate3d(0px, 7px, 0px) rotate(45deg);
	}

	.theme_acclivity .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
		display: none;
	}

	.theme_acclivity .navbar-toggle:not(.collapsed) .icon-bar:last-child {
		transform: translate3d(0px, 6px, 0px) rotate(-45deg);
	}

	.theme_acclivity .navbar-toggle {
		color: #064e82;
		font-size: 2rem;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
		padding: 0;
		width: 25px;
		height: max-content;
		z-index: 11;
		border-radius: 0;
		border: 0;
	}

	.theme_acclivity .toplogo {
		padding-top: 4rem;
	}

	.theme_acclivity nav.navbar {
		position: absolute;
		right: 0;
		top: 4rem;
		margin: auto;
		height: max-content;
	}

	.theme_acclivity .toplogo .container::before {
		content: none;
	}

	.theme_acclivity .toplogo .middlemenu {
		display: flex;
		justify-content: center;
		/* align-items: center; */
		width: 100%;
	}

	.theme_acclivity #navbarCollapse {
		background: #4773aa;
		width: 100%;
		padding: 6rem 15px 15px 15px;
		/* -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1); */
		/* margin-top: 5.5rem; */
		position: fixed;
		left: 0;
		top: 0;
		/* bottom: 100%; */
		height: 100%;
		min-height: 100%;
		transition: all 0.3s ease-in-out 0s;
		transform: translateY(-100%);

	}

	.theme_acclivity #navbarCollapse.in {
		bottom: auto;
		top: 0;
		transform: translateY(0%);
	}

	.theme_acclivity .navbar-nav.bhwelllab>li a {
		width: max-content;
		text-align: center;
		color: #fff;
		font-family: "Avenir LT Pro 35 Light" !important;
		font-weight: 500;
		margin: 0 auto;
	}

	.theme_acclivity #navbarCollapse ul {
		margin: 0;
		padding: 0;
		line-height: 68px;

	}

	.theme_acclivity #navbarCollapse ul.dropdown-menu {
		padding: 10px;
		background: #f5f5f5;
	}

	.theme_acclivity .navbar-nav.bhwelllab>li {
		float: none;
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	ul.bhwelllab li.dropdown ul.dropdown-menu li a {
		white-space: normal;
	}

	.nav .open>a,
	.nav .open>a:focus,
	.nav .open>a:hover {
		background: none;
	}

	.theme_acclivity .navbar-nav.bhwelllab>li b.dropdown-toggle {
		position: absolute;
		right: 0;
		top: 7px;
		color: #008d97;
		font-size: 2rem;
		cursor: pointer;
	}

	.theme_acclivity .logodiv {
		margin-bottom: 0;
	}

	.theme_acclivity .bhwelllab li a.give_button {
		text-align: center;
		margin-top: 0.5rem;
	}

	.theme_acclivity .logodiv img {
		max-width: 200px;
	}

	.theme_acclivity .center-div .left-logo img {
		max-width: 250px;
		margin: 0 auto;
	}

	.theme_acclivity .center-div {
		flex-direction: column;
		gap: 40px;
	}

	.theme_acclivity .center-div .left-logo {
		width: 100%;
	}

	.theme_acclivity .center-div .right-content {
		width: 100%;
	}
}.event_1{background-color: #83b9eb !important;color:black !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:black !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:black !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:black !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #3181cb !important;color:black !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:black !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #45818e !important;color:black !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:black !important; }.event_9{background-color: #bf9000 !important;color:black !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:black !important; }