.mahler_health_content_container {
                padding:10px !important;
        }

@media screen and (min-width: 600px) {
	.mahler_health_main_text_new {
	        font-size: 72px;
		font-family: 'Montserrat', sans-serif;
		font-weight:800; 
		color:#FFFFFF;
		text-shadow: 0px 2px rgba(0,0,0,0.6); 
	}
	.mahler_health_content_container {
		padding:50px !important;
	}
}
.mahler_health_main_details_new {
	color: #DDDDDD;
        font-family: 'Cardo', serif;
        font-size: 20px;
	text-shadow: 0px 2px rgba(0,0,0,0.6);

}
.Line {
  margin-top:50px;
  width: 100%;
  height: 2px;
  border: solid 1px #dddddd;
  background-color:#dddddd;
  margin-bottom:50px;
}

.margin-bottom-50 {
	margin-bottom:50px; 
}
.mahler_shadow {
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.6);
}
@media screen and (min-width: 768px) {
	#mobile_header_div {
		display:none; 
	}
	body {
		
	}
}
@media screen and (max-width: 768px) {
	#page-content-wrapper {
		margin-top:70px;
	}
	.sidebar-brand {
		display:none; 
	}
}
@media screen and (max-width: 600px) {
	.mahler_health_main_text_new {
		font-size:50px; 
	}
	
}

#menu-toggle {
	margin-top:10px;
}
#logo_span_header {
	cursor:pointer; 
	position:fixed;
	top:15px; 
	
}
#mobile_header_div {
	background-color: #5D1B47; 
	color:#FFFFFF; 
	position:fixed; 
	top:0px;
	width:100% !important; 
	height:70px; 
	z-index:1004;
}
body {
  overflow-x: hidden;
  background-color:#5D1B47 !important; 
}

.btn {
	font-family: 'Montserrat', sans-serif;
	padding:16px 30px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.71;
	letter-spacing: 1.8px;
	border-radius:0; 
	text-transform: uppercase;
}
.btn:focus {
	outline:none;
}

.btn-rhc {
	background-color: #565656 !important; 
	border-color: #565656 !important;
	color: #EEEEEE !important; 
}
.btn-harmony {
	padding:16px 30px 16px 30px !important;

	/*width: 100%; */
	background-color: #CE203C !important; 
	border-color: #CE203C !important; 
	color:#EEEEEE !important;
}
.btn-harmony:hover, .btn-rhc:hover {
	color:#FFFFFF !important;
}
.btn-regen {
	padding:16px 30px 16px 30px !important; 
	background-color: #87A54B !important;
	border-color: #87A54B !important;
	color:#EEEEEE !important; 
}
.btn-regen:hover {
	color:#FFFFFF !important;
}
.btn-api {
	padding:16px 30px 16px 30px !important;
	background-color: #F75738 !important;
	border-color: #F75738 !important; 
	color:#EEEEEE !important;
}
.btn-api:hover {
	color:#FFFFFF !important;
}

.btn-lullaby {
        padding:16px 30px 16px 30px !important;
        background-color: #C8529A !important;
        border-color: #C8529A !important;
        color:#EEEEEE !important;

}

.btn-lullaby:hover {
	color:#FFFFFF !important; 
}

.btn-sc {
	padding:16px 30px 16px 30px !important;
        background-color: #82C0C1 !important;
        border-color: #82C0C1 !important;
        color:#EEEEEE !important;	
}
.btn-sc:hover {
	color:#FFFFFF !important;
}
.btn-100 {
	width:100%; 
}
.intro_text {
	padding-top:10px;
	color:#555555;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
}
.btn-revenue {
	padding:16px 30px 16px 30px !important;
	background-color: #FB9048 !important; 
	border-color: #FB9048 !important; 
	color:#EEEEEE !important;
}
.btn-revenue:hover {
	color:#FFFFFF !important;
}
.btn-primary {
	font-weight:700; 
	font-size:16px;
  cursor:pointer;
  color: #DDDDDD;
  padding:16px 30px 16px 30px;
  background-color: #5b1447;
  border-color: #5b1447;
}

.btn-primary:hover {
  color: #fff;
  background-color: #5D1B47;
  border-color: #5D1B47;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: none;
   border-color:#5D1B47;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #5D1B47;
  border-color: #5D1B47;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #5D1B47;
  border-color: #5D1B47;
  box-shadow: none;
}

.btn-primary:active {
	  color: #fff;
  background-color: #5D1B47;
  border-color: #5D1B47;
  box-shadow: none;
}
.mahler_health_main_text_new {
        font-weight:800;
	width:800px;
        text-align:center;
        color:#FFFFFF;
	font-family: 'Montserrat', sans-serif;
	opacity:1.5 !important;
	max-width:100%; 
}

#mahler_health_main_details {
	font-family: 'Cardo', serif;
  	font-size: 16px;	
}
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 180px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 180px;
  width: 0;
  height: 100%;
  margin-left: -180px;
  overflow-y: auto;
  background: #5b1447;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-x: hidden; 
}

#wrapper.toggled #sidebar-wrapper {
  width: 180px;
}

#main_content_container {
	width:100%; 
	height:100%;
}
#page-content-wrapper {
  width: 100%;
  height:100%;
  position: absolute;
  padding: 0px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -180px;
}


/* Sidebar Styles */
.side_menu_text {
	padding-right:5px;
	opacity: 0.5; 	
	font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.sidebar-nav {
  position: relative;
  top: 0;
  width: 180px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
   text-align:center; 
	padding-top:15px;
	padding-bottom:15px;
}
#bottom_nav_menu {
  height: 50px;
  width: 180px;
  margin-top:10px;
  background-color: #4a113a; 
  text-align:center; 
  position:relative;
  top:0px;
}
.footer_bottom_span  {
	opacity: 0.5 ;
	display:inline-block; 
	height:20px;
	width:20px;
	margin-right:5px;
	margin-left:5px;
}
.footer_bottom_span:hover {
	width:23px !important; 
	height:20px !important; 
	opacity: 1.0 !important; 
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.0);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  font-size: 18px;
  line-height: 160px;
  height:150px; 
  padding-bottom:200px; 
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media(min-width:768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 180px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 180px;
  }
  #page-content-wrapper {
    padding: 0px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}


.lists-v2 li {
	padding-top:10px;
}

.margin-bottom-30 {
	margin-bottom:30px;
}
