@import url('style-2.css');
@font-face {
	font-family: 'avenirregular';
	src: url('fonts/avenir_roman.woff2') format('woff2'), url('fonts/avenir_roman.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'avenirregular';
    src: url('../fonts/avenir_roman-webfont.woff2') format('woff2'),
         url('../fonts/avenir_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'rounded_eleganceregular';
	src: url('fonts/rounded_elegance.woff2') format('woff2'), url('fonts/rounded_elegance.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'brannboll_f_personal_use_onRg';
	src: url('fonts/brannbollfs_personal.woff2') format('woff2'), url('fonts/brannbollfs_personal.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'brannboll_s_personal_use_onRg';
	src: url('fonts/brannbollss_personal.woff2') format('woff2'), url('fonts/brannbollss_personal.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'Nunito Sans', sans-serif;
}

/*========================= Navigation ================= */

.header {
	background: #fff;
	z-index: 99;
	width: 100%;
	top: 0;
	left: 0;
}
.phone-number, .emai-address {
	position: relative;
	font-family: 'avenirregular';
	color: #7a7a7a;
	font-size: 14px;
	margin-left: 44px;
}
.phone-number:before {
	content: '';
	position: absolute;
	background: url(images/care-icon.png) no-repeat;
	background-size:cover;
	left: -26px;
	top: 0;
	width: 24px;
	height: 22px;
}
.emai-address:before {
	content: '';
	position: absolute;
	background: url(images/email-icon.png) no-repeat;
	background-size:100%;
	left: -29px;
	width: 25px;
	height: 14px;
	top: 3px;
	background-size: 100%;

}
.navbar-default .navbar-nav > li > a {
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 0.9em;
	color: #17479e;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 18px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background: none;
}
.dropdown-menu {
	border: none;
	box-shadow: none;
}
.navbar-default {
	background: none;
	border: none;
}
.navbar-default .navbar-nav > .active > a {
	background: none;
	color: #000;
}
.navbar-brand {
	float: left;
	height: auto;
	font-size: 18px;
	line-height: 20px;
}
 @media (max-width: 1024px) {
.nav > li > a {
	padding: 10px 8px;
}
.block2 h2 {
	font-size: 2.2em;
}
}
.search-btn{
	color:#17479e;
	cursor:pointer;

}
.search-form{
	float:left;
	display:none;
	width:100%;
	text-align:center;
	padding:10px 0;
	border-bottom:solid 1px #ddd;
}
.search-form form{
	display:inline-block;
	position:relative;
	top:-5px;
}
.search-form input[type="text"]{
	border:solid 1px #ddd;
	padding:7px 35px 7px 10px;
	background-color:#fff;
	max-width:100%;
}
.search-form button{
	background-color:transparent;
	position: absolute;
	right: 0;
	top: 0;
	color:#ddd;
	border: none;
	margin: 2px;
	padding: 4px 10px;
}
.closeform{
	display: inline-block;
	margin: 5px 0 0 10px;
	width: 25px;
	height: 22px;
	cursor:pointer;
}
.cfbar{
	display: block;
	width: 25px;
	height: 1px;
	background-color: #999;
}
.cfbar1{
	transform: rotate(46deg);
	position: relative;
	top: 12px;
	left: 1px;
}
.cfbar2{
	transform: rotate(-45deg);
	position: relative;
	top: 11px;
	left: 0px;
}

 @media screen and (max-width: 1199px) {
.phone-number:hover, .phone-number:focus, .emai-address:hover, emai-address:focus {
	color: #fff;
}
.header {
	position:relative;
}
.navbar-brand {
	padding: 10px;
}
.navbar-brand > img {
	height:50px;

}
.navbar {
	float: left;
	width: 100%;
}
.navbar-toggle{
	margin-right:5px;
}
.swip-menu{
	float:right;
	margin-top:10px;

}
.mobilefixed.active{
	background-color:#fff;
	position:fixed;
	left:0;
	top:0;
	width:100%;
}


.headerTop {
	background: #17479e;
	float:left;
	padding: 7px 0px 7px 0px;
	position: relative;
	width:100%;
}
.search-btn{
	margin: 12px 5px 0;
	display: inline-block;
	padding: 2px 4px;

}
.navbar-toggle .icon-bar{
	background-color:#17479e;
}
.phone-number, .emai-address {
	color: #fff;
	font-family: 'avenirregular';
	font-size: 1.1em;
}
.emai-address {
	display: block;
	padding-top: 5px;
}
.phone-number:before {
	background: url(images/white-care-icon.png) no-repeat;
}
.emai-address:before {
	background: url(images/white-email-icon.png) no-repeat;
	top: 10px;
}
.header::before {
	background-image: url(images/arrow.png);
}

.phone-number span {
	display: none;
}
}


 @media (min-width: 1200px) {
body {
	padding-top: 90px;
} 
.header {
	position: fixed;
}
.header:before {
	content: '';
	background-image: url(images/arrow.png);
	background-repeat: repeat-x;
	height: 6px;
	position: absolute;
	bottom: -5px;
	z-index: -1;
	width: 100%;
	left: 0;
}
.navbar-brand {
	padding: 15px 12px;
}
.navbar-nav {
	margin: 0;
	padding-top: 18px;
	float: right;
}
.search-form input[type="text"]{
	width:500px;
}



.swip-menu{
	float:right;
	margin:5px 25px 0 18px
}
.headerTop {
	float: right;
	margin:5px 0 0;
}


}
@media(min-width:768px){
	.product-page-header:after {
	content: '';
	background-image: url(images/arrow-blue.png);
	background-repeat: repeat-x;
	height: 6px;
	position: absolute;
	bottom: -5px;
	z-index: -1;
	width: 100%;
	left: 0;
}
}


.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

/*========================= Dropdown ================= */

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	background: none;
}

.nav .dropdown .dropdown-menu li.protinexBytesNew a span{
position: absolute;
background-color: #ff000b;
color: #fff;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 0px 5px 1px;
font-size: 10px;
margin-left: 3px;	
margin-top: 1px;	
}

.postid-2339 .flavours .action{
	display:none;
}


.nav .dropdown .dropdown-menu li a:hover {
	background: none;
	color: #17479e;
}
.navbar-nav > li.dropdown {
	border: 1px solid transparent;
}
.dropdown-menu {
	min-width: 145px;
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu.columns-4 {
	min-width: 800px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 700;
	color: #17479e;
	font-size: 1.1em;
	font-family: 'Nunito Sans', sans-serif;
}
.multi-column-dropdown {
	list-style: none;
	padding-left: 0px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	white-space: normal;
	color: #17479e;
	font-family: 'Nunito Sans', sans-serif;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #17479e;
	background-color: #f5f5f5;
}
.first-row .multi-column-dropdown {
}
.first-row .multi-column-dropdown li a {
	color: #838383;
	font-size: 0.9em;
	font-weight: 500;
}
.first-row li.active a {
	color: #17479e;
	padding-left: 15px;
	font-weight: 700;
	font-size: 1em;
	margin-top: 15px;
	padding-left: 1px;
}
.first-row li.active {
	color: #17479e;
	padding-left: 15px;
	font-weight: 700;
	font-size: 1.1em;
	margin-top: 0px;
	padding-left: 10px;
}
.navbar-nav > li > .mega-dropdown-menu {
	margin-top: -1px;
	z-index: -1;
	box-shadow: none;
}
.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
	padding: 20px 0px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.mega-dropdown-menu li a {
	font-size: 1em;
}
.dropdown-menu h4 {
	padding-left: 10px;
color: #353535;
font-size: 1em;
text-transform: uppercase;
font-weight: 800;
margin: 5px 0px;

}
.dropdown-menu h4.m-subheading {
	margin-top: 35px;
}
.m-img {
	margin-top: 20px;
}
.dropdown-menu li {
	margin-bottom: 2px;
}
.dropdown-menu li:last-child {
	border: none;
}
.navbar-nav > li > .dropdown-menu {
	border: #dedede solid 1px;
	border-radius: 10px;
	padding: 5px 15px 5px 0px;
	left: -24px;
	-webkit-box-shadow: 0px 10px 17px 0px rgba(126,126,126,0.75);
	-moz-box-shadow: 0px 10px 17px 0px rgba(126,126,126,0.75);
	box-shadow: 0px 10px 10px 0px rgba(126,126,126,0.75);
	z-index: -1;
}
.navbar-nav > li > .dropdown-menu-right {
	left: auto !important;
	right: -20px;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
	position: absolute;
	top: 5px;
	right: 0;
}
.sidenav .closebtn {
	display: none;
}
 @media (min-width: 768px) {
.navbar-nav > li.dropdown:hover {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-left: #dedede solid 1px;
	border-right: #dedede solid 1px;
	border-top: #dedede solid 1px;
	border-bottom: #fff solid 1px;
	-webkit-box-shadow: -1px -4px 17px -6px rgba(126,126,126,0.6);
	-moz-box-shadow: -1px -4px 17px -6px rgba(126,126,126,0.6);
	box-shadow: -1px -4px 17px -11px rgba(126,126,126,0.6);
}
.nav .dropdown .dropdown-menu li a:hover {
	background: #17479e;
	color: #fff;
	border-radius: 50px;
}
.nav .dropdown .dropdown-menu .first-row li.active a:hover {
	padding-left: 10px;
}
.mega-dropdown-menu li a {
	padding: 1px 10px;
}
}
 @media screen and (max-width: 1023px) {
.navbar-nav {
	float: left;
}
.sidenav .closebtn {
	display: block;
}
.sidenav {
	height: 100%;
	width: 96%;
	position: fixed;
	z-index: 9;
	top: 0;
	left: -100%;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
}
.sidenav.active {
	left: 0;
}
.sidenav a {
	padding: 8px 8px 8px 0px;
	text-decoration: none;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover, .offcanvas a:focus {
	color: #f1f1f1;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	padding-left: 6px;
	font-weight: 600;
	z-index:9;
}
}
 @media screen and (max-height: 450px) {

}
 @media (max-width: 1023px) {
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
}
.navbar-nav>li {
	float: none;
	width: 100%;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
.slider-title img {
	/*	width: 200px;*/
	padding-top: 20px;
}
}
 @media screen and (min-device-width: 768px) and (max-device-width: 1199px) {
.nav > li > a {
	padding: 10px 5px;
}
.b1-dadone-girl {
	width: 23%;
}
}
/*========================= Icons ================= */

ul.social-network {
	list-style: none;
	display: inline;
	padding-top: 3.5%;
	float: right;
	padding-left: 0;
}
.footerBot ul.social-network {
	float: left;
}
ul.social-network li {
	display: inline;
	margin: 0 2px;
}
.social-network a.icoFacebook:hover, .social-network a.icoTwitter:hover, .social-network a.icoLinkedin:hover, .social-network a.icoInstagram:hover, .social-network a.icoYoutube:hover {
	background-color: #17479e !important;
}
a.socialIcon:hover, .socialHoverClass {
	color: #fff;
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	background-color: #D3D3D3;
	padding: 7px 0px 5px 0px;
}
.social-circle li i {
	margin: 0;
	text-align: center;
	font-size: 1.2em;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.navbar {
	position: relative;
	margin-bottom: 0;
	border: 1px solid transparent;
	border-radius: 0px;
	float: right;
}
.menu-bot {
	background: #17479e;
	width: 100%;
	float: left;
	font-family: 'rounded_eleganceregular';
	color: #fff;
	padding: 25px 0px 10px 0px;
	text-align: center;
	font-size: 1.2em;
	position: relative;
	z-index: 2;
}

.headermenu {
	margin: 0;
	padding: 0;
}
.headermenu li {
	display: inline-block;
	padding: 0px 25px 0px 25px;
	position: relative;
}
.headermenu li:first-child:before {
	content: '';
	background: url(images/care-icon-footer.png) no-repeat left;
	position: absolute;
	width: 27px;
	height: 24px;
	left: -3px;
}
.headermenu li:nth-child(2):before {
	content: '';
	background: url(images/email-icon-footer.png) no-repeat left;
	position: absolute;
	width: 27px;
	height: 24px;
	left: -4px;
}
.headermenu li:nth-child(3):before {
	content: '\f0e0';
	font-family: FontAwesome;
	font-weight: normal;
	color: #fff;
	position: absolute;
	left: 0px;
	top: -2px;
}
.headermenu li a {
	font-family: 'rounded_eleganceregular';
	color: #fff;
	font-size: 1.2em;
	position: relative;
	text-decoration: none;
}
.headermenu li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.headermenu li a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.banner {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.banner img {
	margin: 0 auto;
}
 @media (min-width: 768px) {
.header.fixed {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 999;
}
.header.fixed:before {
	content: '';
	background-image: url(images/arrow.png);
	background-repeat: repeat-x;
	height: 6px;
	position: absolute;
	bottom: -5px;
	z-index: -1;
	width: 100%;
	left: 0;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.header.fixed .navbar-brand > img {
/*width: 45px;*/
}
.header.fixed .navbar-nav {
	padding-top: 0px;
}
.header.fixed .navbar-brand {
	height: 74px;
	padding: 10px 15px;
}
.header.fixed ul.social-network {
	padding-top: 15px;
}
.header.fixed .navbar {
	min-height: 65px;
}
}
 @media screen and (max-width: 480px) {
.navbar-nav {
	padding-left: 25px;
}
ul.social-network {
	padding-left: 10px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
ul.social-network li {
	margin: 0 8px;
}
.nav > li {
	border-bottom: #f8f8f8 solid 1px;
}

}
/*========================= Banner ================= */

.slide-block {
	position: absolute;
	top: 50%;
}
.slide-center {
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	text-align: center;
}
.slide-right-top {
	width: 100%;
	-webkit-transform: translateX(30%);
	-ms-transform: translateX(30%);
	transform: translateX(30%);
	right: 0;
	text-align: right;
	top: 15px;
}
.slide-right {
	width: 100%;
	-webkit-transform: translateX(30%);
	-ms-transform: translateX(30%);
	transform: translateX(30%);
	right: 0;
	text-align: right;
	top: 90px;
}
.swiper-slide-content {
	position: relative;
}
.slideTop {
	top: 31%;
}
.slideTopLast {
	top: 6%;
	position: absolute;
}
.slider-title {
}
.slide-animation {
	opacity: 0;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.swiper-slide-active .slide-animation {
	opacity: 1;
	left: 0;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}
 @media screen and (max-width: 480px) {
.slideTop {
	top: 46%;
}
.slide-right-top, .slide-right {
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	text-align: center;
	top: 50%;
}
}
/*========================= Block1 ================= */

.block1 {
	background-image: url(images/nutrition-front-page-full-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	float: left;
	width: 100%;
	position: relative;
	font-family: 'Nunito Sans', sans-serif;
	z-index: 9;
	margin-top: 30px;
}
/*.block1 .left-bg {
	background: url(images/b1-left-bg.png) no-repeat top right;
	position: absolute;
	top: 0;
	left: 0;
	bottom: -30px;
	height: calc(100% + 30px);
	width: 62%;
}*/
.b1-container {
	float: left;
	height: 571px;
	width: 50%;
	position: relative;
}
.b1-inner-content {
	position: absolute;
	bottom: 50px;
}
.b1-innerc-left {
	left: 120px;
}
.b1-innerc-right {
	left: 10px;
}
.col-0 {
	padding: 0;
}
.b1-left-content {
	color: #8e003b;
	font-weight: 400;
	font-size: 1.2em;
	padding-top: 58%;
	padding-left: 7%;
}
.p-left-content {
	font-size: 1.7em;
	color: #fff;
	line-height: 28px;
}
.b1-container.right h2, .b1-container.left h2 {
	font-weight: 800;
	position: relative;
	margin: 0;
}
.b1-container.left h2 {
	color: #fff;
	margin-bottom: 15px;
}
.b1-container.right h2 {
	color: #cf0157;
	padding-top: 2px;
}
.b1-container.right .b1-btn, .b1-container.left .b1-btn {
	display: inline-block;
	border-radius: 50px;
	padding: 11px 35px 10px 35px;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #fff;
	font-weight: 600;
}
.b1-container.right .b1-btn {
	display: inline-block;
	border-radius: 50px;
	padding: 10px 30px 10px 30px;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #fff;
	font-weight: 600;
}
.b1-container.left .b1-btn {
	background-color: rgba(0,168,190,0.8);
	box-shadow: inset 0 0 0 0 #00a8be;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.b1-container.right .b1-btn {
	background-color: rgba(255,72,148,1);
	box-shadow: inset 0 0 0 0 #cf0157;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.b1-container.left .b1-btn:hover {
	background: #00a8be;
	box-shadow: inset 0 100px 0 0 #00a8be;
}
.b1-container.right .b1-btn:hover {
	background: #cf0157;
	box-shadow: inset 0 100px 0 0 #cf0157;
}
.b1-container.right {
	color: #8e003b;
	font-weight: 400;
	font-size: 1.2em;
	padding: 50px 0px;
}
.p-right-content {
	font-size: 1.4em;
}
 @media (min-width: 768px) {
.b1-dadone-girl {
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
.b1-inner-content img, .p-right-content, .p-left-content, .b1-container.left h2, .b1-container.right h2 {
	padding-left: 15px;
}
}
 @media screen and (max-width: 991px) {
.b1-right-content {
	padding-left: 8%;
	padding-top: 30%;
	padding-bottom: 10%;
}
.b1-left-content {
	padding-top: 18%;
}
.block1 {
	background-position: center right;
}
.p-left-content {
	font-size: 1.5em;
	font-weight: 500;
}
.b1-left-content h2::before {
	background: url(images/nutrition-mobile-icon.png);
}
.b1-dadone-girl {
	margin-top: -31%;
}
.block1 .left-bg {
	background-image: url(images/b1-left-bg-mobile.jpg);
	background-repeat: no-repeat;
	background-position: right -100px;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 276px;
	background-size: cover;
}
.block1 {
	background-position: right 105px;
	padding-top: 25px;
}
.b1-inner-content {
	position: relative;
	left: 0;
	bottom: 0;
}
.b1-container {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	left: 5%;
}
.block1 {
	background-position: right 205px;
	padding-top: 46px;
}
}
 @media screen and (max-width: 480px) {
.b1-container.right {
	padding: 100px 0px 190px 0px;
}
.block1 .left-bg {
	background-image: url(images/b1-left-bg-mobile.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	top: 0;
	height: 270px;
	background-size: cover;
}
.block1 {
	background-position: right 105px;
	padding-top: 25px;
}
.b1-inner-content, .b1-inner-content img {
	text-align: center;
	margin: 0 auto;
}
.p-left-content {
	font-size: 1.5em;
	font-weight: 500;
	color: #fff;
}
.b1-container {
	float: left;
	height: 225px;
	width: 94%;
	position: relative;
}
.b1-container.left h2 {
	padding-top: 10px;
	color: #fff;
}
.b1-inner-content {
	position: relative;
	left: 0;
	bottom: 0;
}
}
/*========================= Block2 ================= */

.block2 {
	background: #17479e url(images/sky-arrow.jpg) bottom left repeat-x;
	padding: 50px 0px;
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.block2 .sub-title {
	margin-top: -8%;
	margin-bottom: 5%;
}
.block2 h1 img {
	text-align: center;
	margin: 0 auto 35px auto;
}
.block2 .btn-view {
	background: #fff;
	border: #23c8de solid 1px;
	border-radius: 50px;
	padding: 5px 25px;
	display: inline-block;
	color: #17479e;
	font-size: 1.2em;
	font-family: 'avenirregular';
	font-weight: 400;
	position: relative;
	z-index: 9;
	white-space: pre-wrap;
	margin-top: 25px;
	margin-bottom: 20px;
	box-shadow: inset 0 0 0 0 #23c8de;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.block2 .btn-view:hover {
	box-shadow: inset 200px 0 0px 0 #23c8de;
	color: #fff;
}
.swiper2 .swiper-slide {
	text-align: center;
	margin: 0 auto;
}

.swiper9 .swiper-slide { width: auto; }

.block2 h2 {
	font-family: 'brannboll_f_personal_use_onRg';
	color: #fff;
	font-size: 2.3em;
	min-height: 78px;
}
.block2 h2 span {
	font-family: 'avenirregular';
	font-size: 0.8em;
}


/*========================= Block3 ================= */

.b3-content {
}
.b3-content img {
	margin: 0 auto;
	text-align: center;
}
.b3-para {
	color: #34095b;
	font-weight: 600;
	padding-top: 20px;
	font-size: 1.5em;
}
 @media (min-width: 768px) {
.block3 {
	float: left;
	width: 100%;
}
.block3 .b3bg {
	padding: 100px 0px 100px 0px;
	background-image: url(images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	text-align: center;
	margin: 0 auto;
}
}
 @media screen and (max-width: 480px) {
.block3 {
	background-position: right;
	padding: 100px 0px 100px 0px;
}
.b3-para {
	text-align: center;
}
}
 @media screen and (max-width: 991px) {
.block3 {
	background-position: right;
	padding: 100px 0px 50px 0px;
	overflow: visible;
}
}
/*========================= Block4 ================= */

.block4 {
	float: left;
	width: 100%;
	position: relative;
	z-index: 9;
}
.block4 img {
	margin: 0 auto;
	text-align: center;
}
.b4-content {
	width: 100%;
	position: relative;
	float: left;
	height: 100%;
	text-align: center;
}
.b4-left, .b4-right {
	width: 50%;
	height: 100%;
	position: absolute;
}
.b4-left {
	background-color: #ffefbc;
	left: 0;
	background-image: url(images/b4-left-bg.png);
	background-repeat: no-repeat;
	background-position: left;
}
.b4-right {
	background-color: #dacdea;
	right: 0;
	background-image: url(images/b4-right-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.block4 h2 {
	padding: 50px 0px 0px 0px;
}

.b4-video .btn-view { background: #001598;
border-radius: 50px;
color: #fff;

font-size: 1em;
font-weight: 700;
padding: 5px 15px;
margin-top: 15px;
}

 @media (min-width: 768px) {
.b4-video {
	padding: 40px 40px;
}
/*.b4-video img {



	padding: 6%;



}*/



}
 @media screen and (max-width: 480px) {
.b4-video {
	padding: 0;
}
.b4-video img {
	padding: 12%;
}
.b4-content {
	background-color: #ffefbc;
}
.block4 h2 {
	padding: 20px 0px 0px 0px;
}
}
/*========================= Block5 ================= */

.block5 {
	float: left;
	width: 100%;
	padding: 50px 0px;
	background: #f0abcf;
	position: relative;
}
.block5:after {
	content: '';
	background-image: url(images/red-arrow-up.png);
	background-repeat: repeat-x;
	height: 6px;
	position: absolute;
	top: -6px;
	z-index: 9;
	width: 100%;
	left: 0;
}
.block5:before {
	content: '';
	background-image: url(images/red-arrow.png);
	background-repeat: repeat-x;
	height: 6px;
	position: absolute;
	bottom: -6px;
	z-index: 9;
	width: 100%;
	left: 0;
}
.b5-column {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	color: #500c30;
	text-align: center;
	float: left;
	width: 100%;
}
.b5-title {
	font-weight: 800;
	padding: 15px 0px;
	text-align: center;
	font-size: 1.2em;
}
.b5-content {
	font-weight: 600;
}
.b5-footer {
	margin-top: 15px;
	float: left;
	width: 100%;
}
.b5-footer-title {
	font-weight: 900;
	font-size: 0.9em;
	line-height: 20px;
	text-transform: uppercase;
	padding: 15px 0px;
}
.b5-footer-content {
	font-size: 1em;
	color: #500c30;
	font-weight: 600;
}
.b5-row {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
 @media screen and (max-width: 480px) {
.b5-title {
	padding: 0;
}
.b5-footer {
	margin-bottom: 50px;
}
}
/*========================= Block6 ================= */

.block6 {
	float: left;
	width: 100%;
	background: #dacdea;
	padding: 50px 0px;
	text-align: center;
	position: relative;
}
.block6:after {
	content: '';
	background-image: url(images/b6-after-arrow.png);
	background-repeat: repeat-x;
	height: 6px;
	position: absolute;
	bottom: -6px;
	z-index: 9;
	width: 100%;
	left: 0;
}
.block6 h3 {
	color: #172d79;
	font-family: 'brannboll_f_personal_use_onRg';
	font-size: 3.5em;
	position: relative;
	display: inline-block;
}
.block6 h3:before {
	content: '';
	background: url(images/h3-left-icon.png);
	position: absolute;
	left: -36px;
	width: 34px;
	height: 45px;
	top: -27px;
}
.block6 h3:after {
	content: '';
	background: url(images/h3-right-icon.png);
	position: absolute;
	right: -36px;
	width: 34px;
	height: 45px;
	top: -16px;
}
.sub-title {
	color: #17479e;
	font-size: 2em;
}
.testimonial-block {
	position: relative;
	float: left;
	width: 100%;
	margin: 90px 0px 50px 0px;
}
.testimonial-block:before {
	content: "\f10d";
	font: normal normal normal 5em/1 FontAwesome;
	position: absolute;
	left: -25px;
	top: -42px;
	font-size: 5em;
	color: #b4a1cc;
}
.testimonial-block:after {
	content: "\f10e";
	font: normal normal normal 5em/1 FontAwesome;
	position: absolute;
	right: -15px;
	bottom: -60px;
	font-size: 5em;
	color: #b4a1cc;
}
.testi-name {
	font-family: 'avenirregular';
	font-size: 1.8em;
	color: #041241;
	font-weight: 800;
	padding-top: 15px;
}
.testi-location {
	color: #384570;
	font-size: 1.1em;
	padding-top: 0;
}
.testi-content {
	color: #041962;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 20px;
	min-height: 65px;
}
.testimonial-block .swiper-slide .img-hover-effect {
	border-radius: 107px;
	width: 210px;
	height: 210px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.testimonial-block .swiper-slide .img-hover-effect::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(0,0,0,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	cursor: pointer;
	border-radius: 100px;
}
.testimonial-block .swiper-slide:hover .img-hover-effect:before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
.testimonial-block .swiper-slide:hover img {
	-webkit-filter: grayscale(0.8);
	filter: grayscale(0.8);
}
 @-webkit-keyframes circle {
 0% {
 opacity: 1;
}
 40% {
 opacity: 1;
}
 100% {
 width: 200%;
 height: 200%;
 opacity: 0;
}
}
 @keyframes circle {
 0% {
 opacity: 1;
}
 40% {
 opacity: 1;
}
 100% {
 width: 200%;
 height: 200%;
 opacity: 0;
}
}
.testimonial-block .swiper-slide {
	position: relative;
}
.testimonial-block .swiper-slide:hover .testi-name, .testimonial-block .swiper-slide:hover .testi-content, .testimonial-block .swiper-slide:hover .testi-location {
	color: #001598;
}
 @media (min-width: 768px) {
}
 @media screen and (max-width: 480px) {
.block6 h3:before {
	left: 0;
}
.block6 h3:after {
	right: 0;
}
.block6 h3 {
	font-size: 2.4em;
}
}
/*========================= Block7 ================= */

.block7 {
	background-image: url(images/bg7.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0px 100px 0px;
	float: left;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.block7 h2 {
	color: #0e1e58;
	font-family: 'brannboll_f_personal_use_onRg';
	font-size: 3.5em;
	position: relative;
	display: inline-block;
}
.block7 h2:before {
	content: '';
	background: url(images/h3-left-icon.png);
	position: absolute;
	left: -36px;
	width: 34px;
	height: 45px;
	top: -27px;
}
.block7 h2:after {
	content: '';
	background: url(images/h3-right-icon.png);
	position: absolute;
	right: -36px;
	width: 34px;
	height: 45px;
	top: -16px;
}
.block7 .sub-title {
	color: #0e1e58;
	font-size: 2em;
}
.b7-comment-box {
	border-radius: 25px;
	padding: 25px;
	color: #273c87;
	font-weight: 600;
	font-size: 1.1em;
	background: #fff;
	text-align: left;
	background: #e9eaeb; /* Old browsers */
	background: -moz-linear-gradient(top, #e9eaeb 0%, #f4f4f4 50%, #f8f9f9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e9eaeb 0%, #f4f4f4 50%, #f8f9f9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e9eaeb 0%, #f4f4f4 50%, #f8f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-box-shadow: 6px 6px 26px -2px rgba(163,162,159,1);
	-moz-box-shadow: 6px 6px 26px -2px rgba(163,162,159,1);
	box-shadow: 6px 6px 26px -2px rgba(163,162,159,1);
	margin-top: 50px;
}
.b7-comment-box:after {
	background: url(images/comment-area-arrow.png);
	content: '';
	position: absolute;
	bottom: -56px;
	right: 38px;
	width: 145px;
	height: 56px;
}
.b7-comment-box h3 {
	font-weight: 600;
	font-size: 1.6em;
	margin-top: 0;
	padding: 0;
}
.comment-social {
	margin: 25px 0px 0px 0px;
}
.fa-heart {
	color: #f299b0;
}
.fa-commenting {
	color: #bec6dd;
}
.b7-comment-box a {
	color: #079ec9;
}
 @media (min-width: 768px) {
}
 @media screen and (max-width: 480px) {
.block7 h2:before {
	left: -40px;
}
.block7 h2:after {
	right: -35px;
}
.block7 h2 {
	font-size: 3em;
}
.b7-comment-box {
	margin-bottom: 100px;
}
}
footer {
	float: left;
	width: 100%;
	padding: 50px 0px 0px;
	border-top: #17479e solid 1px;
}
.footer-logo {
	text-align: center;
	margin-bottom: 25px;
}
.footer-menu {
	margin: 0;
	padding: 0;
	font-weight: 600;
	float: left;
	width: 100%;
}
.footer-menu ul {
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
	list-style: none;
	line-height: 23px;
}
.footer-m-heading a { font-weight:600;}
.footer-menu ul li a {
	color: #393939;
	font-weight: 600;
}
.footer-menu-space { padding-top:15px;}
.footerMenu-Title {
	color: #1f419d;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 15px;
}
.footer-menu ul li strong {
	text-transform: uppercase;
	font-size: 0.9em;
}
.dropdown-title a {
	font-weight: 700 !important;
	font-size: 1.2em;
}
.email {
	padding-left: 25px;
	position: relative;
}
.email a {
	color: #393939;
	font-weight: bold;
}
.email:before {
	content: '\f041';
	font-family: FontAwesome;
	font-weight: normal;
	position: absolute;
	left: 0;
	color: #47add6;
	font-size: 1.5em;
	top: -4px;
}
.phone {
	color: #393939;
	font-weight: bold;
	font-size: 1.3em;
	position: relative;
	padding-left: 25px;
}
.phone:before {
	content: '\f10b';
	font-family: FontAwesome;
	font-weight: normal;
	position: absolute;
	left: 2px;
	color: #47add6;
	font-size: 1.5em;
	top: -8px;
}
.footerBot {
	float: left;
	width: 100%;
}
.footerBot .social-network {
	margin: 0;
	padding: 0;
}
.footerBot .social-circle li a {
	background-color: #47add6;
}
.footerbot-menu {
	margin-top: 57px;
	padding: 0;
}
.footerbot-menu li {
	display: inline-block;
	padding: 0px 10px;
}
.footerbot-menu li a {
	color: #0cb4e4;
	font-size: 1em;
}
.footer-bottom {
	float: left;
	width: 100%;
	padding: 10px 0px;
	border-top: #dfdfdf solid 1px;
	margin-top: 20px;
}
.copyright {
	margin: 0;
	padding: 0;
	font-weight: 600;
}
 @media screen and (max-width: 991px) {
footer {
	padding: 30px 0px;
}
.footerbot-menu {
	margin-top: 10px;
}
.footerBot ul.social-network {
	padding-top: 10px;
}
.copyright {
	text-align: center;
}
}
 @media screen and (max-width: 480px) {
.footerbot-menu {
	margin-top: 57px !important;
	padding: 0;
}
.b1-dadone-girl img {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.footer-bottom {
	margin-top: 0;
	margin-bottom: 40px;
}
.footer-logo {
	margin-top: 25px;
}
}
 @media only screen and (width:768px) {
ul.social-network {
	position: absolute;
	right: 0;
	top: 0;
}
.navbar-nav {
	padding-left: 0;
	padding-top: 7%;
}
.nav > li > a {
	padding: 10px 7px;
}
.b1-dadone-girl img {
	width: 190px;
}
.b1-container {
	height: 300px;
}
.b1-container.right h2, .b1-container.left h2 {
	font-size: 1.5em;
}
.b1-container.right .b1-btn {
	padding: 10px;
	font-size: 1em;
}
.p-left-content {
	color: #fff;
}
.b1-inner-content {
	left: 25px;
}
.p-right-content {
	font-size: 1.4em;
}
.block3 {
	padding: 0;
}
.block3 .b3bg {
	padding: 50px 0px 120px 0px;
}
.b3-para {
	font-size: 1.2em;
}
.b3-content img {
	width: 150px;
}
.navbar-brand img {
	display: inherit;
}
}
/*========================= Subscribe Newsletter ================= */

.subscribe-newsletter .modal-content {
	background: #fff9da;
}
.subscribe-newsletter input[type=text].form-control {
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	height: 40px;
}
.subscribe-newsletter .btn-default {
	background: #17479e;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 600;
	border: none;
	height: 40px;
}
.subscribe-content {
	width: 100%;
	float: left;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 15px;
}
.subscribe-newsletter h3 {
	color: #17479e;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2em;
	margin-bottom: 0;
}
.subscribe-newsletter .modal-body {
	position: relative;
	padding: 30px;
}
.subscribe-newsletter .close {
	float: right;
	font-size: 27px;
	font-weight: 900;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .5;
}
.subscribe-newsletter .modal-header {
	padding: 10px 15px 0px 15px;
	border-bottom: 1px solid #e5e5e5;
}
#es_msg_pg {
	font-size: 1.1em;
	font-weight: 600;
	font-family: 'Nunito Sans', sans-serif;
	color: #090;
}
/*========================= Internal Pages common css ================= */

.breadcrumb {
	background: none;
	font-family: 'Nunito Sans', sans-serif;
	color: #868686;
	font-size: 13px;
	font-weight: 600;
	padding: 0;
}
.breadcrumb a {
	color: #868686;
	font-size: 1em;
	font-weight: 600;
}
.animation {
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.internal-banner {
	float: left;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	color: #555555;
}
.internal-banner img {
	margin: 0 auto;
	text-align: center;
}
.internal-page-title {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	bottom: 0;
}
.internal-page-content {
	position: relative;
	float: left;
	width: 100%;
	padding: 25px 0px;
	min-height: 500px;
}
.internal-page-content::after {
	content: '';
	background-image: url(images/white-arrow-up.png);
	background-repeat: repeat-x;
	height: 6px;
	position: absolute;
	top: -6px;
	z-index: 1;
	width: 100%;
	left: 0;
}
article.page {
	float: left;
	width: 100%;
}
.page .page-heading {
	font-size: 3.5em;
	color: #fff;
	position: absolute;
	bottom: 58px;
	left: 0;
	right: 0;
	font-weight: 700;
}
.pageTitle {
	text-align: center;
	color: #001598;
	text-transform: uppercase;
	font-weight: 700;
	padding: 25px 0px;
	font-size: 2em;
	margin: 0;
}
.pagesubTitle {
	text-align: center;
	color: #555555;
	font-size: 1.5em;
	line-height: 30px;
	padding-bottom: 35px;
}
.subTitle-page {
	text-align: center;
	color: #555555;
	font-size: 1.3em;
	line-height: 27px;
	padding: 35px 0px;
	font-weight: 600;
}
 @media screen and (min-device-width: 768px) and (max-device-width: 1199px) {
.page h1 {
	top: 35px;
}
}
 @media (min-width: 768px) {
.pageTitle {
	font-weight: 800;
	padding: 25px 0px 45px 0px;
	font-size: 2.5em;
	margin: 0;
}
}
 @media screen and (max-width: 480px) {
.page h1 {
	font-size: 2.5em;
	bottom: 40px;
}
.page .page-heading {
	font-size: 2em;
	bottom: 16px;
}
}


/*========================= Danone Global Overview page ================= */

.pBlock {
	float: left;
	width: 100%;
	font-size: 1.1em;
	line-height: 26px;
	margin-bottom: 0;
	color: #555555;
	padding-top: 30px;
}
.b-grayBg {
	background: #f8f8f8;
	padding: 35px 0px;
	float: left;
	width: 100%;
}
.pBlock-title {
	padding-bottom: 15px;
	font-size: 1.1em;
	color: #001598;
	margin: 0;
}
.pBlock img {
	max-width: 100%;
	display: block;
	height: auto;
}
.page-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.middleHeading {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0px 50px;
	color: #0069b5;
	font-weight: 300;
	font-size: 1.3em;
	text-transform: uppercase;
}
.danone-page-bg {
	background-image: url(images/dg-bg.jpg);
}
.science-page-bg {
	background-image: url(images/science-bg.jpg);
}
.punjab-page-bg {
	background-image: url(images/punjab-bg.jpg);
	color: #fff !important;
}
.punjab-page-bg .pBlock-content {
	color: #fff !important;
	line-height: 28px;
}
.punjab-page-bg .page-bg-subheading {
	color: #fff;
}
.page-bg-subheading {
	text-align: center;
	font-size: 2.1em;
	margin-bottom: 55px;
	font-weight: 700;
	line-height: 40px;
	color: #2030a1;
}
.pBlock-content {
	color: #2030a1;
	font-size: 1.5em;
	font-weight: 600;
}
.page-content {
	margin-bottom: 30px;
}
.gray-lightbg {
	background: #f2f1ec;
	padding: 60px 0px 0px;
}

@media (min-width: 768px) {
	 
.pBlock-title {
	padding-bottom: 5px;
	font-size: 1.3em;
}
.pBlock .row {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
}
.middleHeading {
	font-size: 2em;
	line-height: 35px;
}
}

.refrences { float: left;
width: 100%;
padding: 10px 0px;
margin: 0;
font-size: 0.9em; line-height:20px;
}

.refrences p { margin:0; padding:0;}

.page-id-1637 .internal-banner img { display:none;}

/*========================= Research and updates page ================= */

.dnm-title {
	color: #17479e;
	font-size: 2em;
	font-weight: 700;
}
.danone-history {
	background: #f1f4fa;
}

.history-heading { text-align: center;
text-transform: uppercase;
font-weight: 800;
color: #004c98;
margin: 30px 0px 30px;
font-size: 2.5em;
}

.dnm-title span {
	font-size: 0.5em;
	text-align: center;
}
.ovpage-block1 {
	float: left;
	width: 100%;
	padding: 50px 0px;
	color: #01448c;
	font-size: 0.9em;
	line-height: 22px;
	font-weight: 600;
}
.ovpage-block2 {
	float: left;
	width: 100%;
	padding: 50px 0px;
}
.ov-title {
	color: #01448c;
	font-weight: 800;
	font-size: 1.5em;
}
.ov-row-title {
	color: #01448c;
	font-weight: 700;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.ov-row {
	margin-bottom: 20px;
	line-height: 30px;
}
.ov-row-content {
	color: #01448c;
	font-size: 1em;
}
.ov-subtitle {
	font-family: 'brannboll_f_personal_use_onRg';
	color: #01448c;
	font-size: 1.5em;
}
.ov-bottom-title {
	font-family: 'brannboll_f_personal_use_onRg';
	color: #01448c;
	font-size: 1.5em;
}
.our-values {
	margin: 0;
	padding: 0;
}
.o-valuesTitle {
	color: #001598;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0;
	float: left;
	width: 100%;
	padding: 15px 0px;
}
.o-valuesText {
	font-size: 0.9em;
	padding-top: 15px;
}
.o-values-frstcolumn, .o-values-secondcolumn, .o-values-thirdcolumn, .o-values-fourthcolumn {
	color: #2f2f2f;
	font-weight: 600;
	padding: 10px;
	min-height: 575px;
}
.o-values-frstcolumn {
	background: #bdcbe2;
}
.o-values-frstcolumn:hover {
	background: #cddcf5;
}
.o-values-secondcolumn {
	background: #dcdc99;
}
.o-values-secondcolumn:hover {
	background: #efefac;
}
.o-values-thirdcolumn {
	background: #e4b897;
}
.o-values-thirdcolumn:hover {
	background: #f1c7a7;
}
.o-values-fourthcolumn {
	background: #e8c2ff;
}
.o-values-fourthcolumn:hover {
	background: #edd2fe;
}
 @media screen and (max-width: 480px) {
.o-values-frstcolumn, .o-values-secondcolumn, .o-values-thirdcolumn, .o-values-fourthcolumn {
	min-height: auto;
	margin-bottom: 25px;
	float: left;
	width: 100%;
}
}

/*========================= Business Conduct ================= */

.businessConduct {}
.business-block1 h3.pBlock-title { color:#fff;}
.business-block1 .para-sign { margin-top:15px; text-align:left;}
.businessConduct .bluebg { background:#1f5da6; color:#fff;}
.businessConduct .col-15 { padding:15px;}
.business-block3, .business-block2 { float:left; width:100%;}
.business-block3 { padding:50px 0px;}
.b-compliance:before { background-image:url(images/compliance-icon.png); background-repeat:no-repeat; background-position:left;}
.b-employees:before { background-image:url(images/employee.png); background-repeat:no-repeat; background-position:left;}
.b-consumers:before { background-image:url(images/consumers-icon.jpg); background-repeat:no-repeat; background-position:left;}
.b-customers:before { background-image:url(images/customers-icon.jpg); background-repeat:no-repeat; background-position:left;}
.b-business-partners:before { background-image:url(images/employee.png); background-repeat:no-repeat; background-position:left;}
.b-shareholders:before { background-image:url(images/shareholders-icon.jpg); background-repeat:no-repeat; background-position:left;}
.b-community:before { background-image:url(images/community-icon.jpg); background-repeat:no-repeat; background-position:left;}
.b-competitors:before { background-image:url(images/competitors-icon.jpg); background-repeat:no-repeat; background-position:left;}
.b-environment:before { background-image:url(images/environment-icon.jpg); background-repeat:no-repeat; background-position:left;}
.b-government:before { background-image:url(images/government-icon.jpg); background-repeat:no-repeat; background-position:left;}
.b-bribey:before { background-image:url(images/bribery-icon.jpg); background-repeat:no-repeat; background-position:left;}
.b-conflicts:before { background-image:url(images/conflict-icon.jpg); background-repeat:no-repeat; background-position:left;}
.b-confidentiality:before { background-image:url(images/confidentiality-icon.jpg); background-repeat:no-aarepeat; background-position:left;}
.b-money:before { background-image:url(images/money-icon.jpg); background-repeat:no-repeat; background-position:left;}
.b-international:before { background-image:url(images/internation-trade-icon.jpg); background-repeat:no-repeat; background-position:left;}

.businessConduct h4:before { content:''; position:absolute; left:0; width:50px; height:48px;}
.business-para { padding-left:55px;}
.businessConduct h4 { color: #1f5da6;
font-size: 1.8em;
font-weight: 700;
}

 @media screen and (max-width: 480px) { 
 .business-para {
    padding-top: 25px;
}
}
 
/*========================= Research and updates page ================= */

.research-page-bg {
	background-image: url(images/researchupdates-bg.jpg);
}
.our-mission-bg {
	background-image: url(images/our-mission-bg.jpg);
}
.thumbnail-icon {
	border: #17479e solid 3px;
	border-radius: 100px;
	padding: 33px 27px;
	display: inline-block;
}
.thumbnail-icon:hover {
	background: #fff;
	border: #17479e solid 3px;
}
.page-bg-thumb {
	background: #fff;
	padding: 20px;
	clear: both;
	min-height: 600px;
}
.page-bg-thumb .caption {
	font-size: 1.8em;
	font-weight: 600;
	margin: 15px 0px;
	color: #b4005e;
}
.page-bg-content {
	color: #17479e;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 26px;
}
 @media screen and (min-device-width: 1600px) and (max-device-width: 2200px) {
.b1-inner-content {
	left: 110px;
}
.block1 {
	background-position: top;
}
}
/*========================= Danone Manufacturing page ================= */


.blueText {
	color: #1b9bcb;
}
.popular-para {
	color: #001bbd;
	padding: 20px 0px;
	font-weight: 600;
}
.full-widthB {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
.full-widthRight {
	position: absolute;
	right: 0;
	width: 50%;
	background-image: url(http://danone.in/wp-content/uploads/2017/07/danone-manufacturing4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
}
.full-widthLeft {
	position: absolute;
	left: 0;
	width: 50%;
	background: #fffdbd;
	height: 100%;
}
.full-width-content {
	width: 100%;
	font-size: 1.3em;
	line-height: 26px;
}
.full-widthB .h3 {
	font-family: 'brannboll_f_personal_use_onRg';
	font-size: 2.2em;
}
.preg-right-content {
	color: #fff;
	padding: 20px 15px;
}
.preg-right-content .preg-list li {
	color: #58595b;
	font-size: 21px;
	line-height: 28px;
	padding-bottom: 0px;
	margin-left: 50px;
}
.preg-list {
	margin: 0;
	padding: 0;
}
.preg-right-content ol>li {
	counter-increment: item;
	list-style: none inside;
	margin: 40px 0;
	overflow: hidden;
}
.preg-right-content ol>li:before {
	content: counter(item);
	margin-right: 20px;
	padding: 8px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 45px;
	background: #0097dc;
	color: #fff;
	text-align: center;
	float: left;
	font-size: 1.2em;
	left: 10px;
	position: absolute;
}
.preg-full-widthB {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
.preg-full-widthLeft {
	position: absolute;
	left: 0;
	width: 50%;
	background: #fce4ba;
	height: 100%;
}
.preg-full-widthRight {
	position: absolute;
	right: 0;
	width: 50%;
	background: #0097dc;
	height: 100%;
}
.preg-full-width-content {
	width: 100%;
	font-size: 1.3em;
	line-height: 26px;
}
.preg-left-content {
	color: #58595b;
	font-size: 1.1em;
	line-height: 28px;
}
.preg-full-widthB-heading {
	font-size: 1.8em;
	font-weight: 700;
	color: #0069b5;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 28px;
}
.pre-para {
	margin-bottom: 25px;
}
.paraBg {
	color: #fff;
	background: #1598bc; /* Old browsers */
	background: -moz-linear-gradient(left, #1598bc 2%, #2bb5e9 2%, #357cbf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #1598bc 2%, #2bb5e9 2%, #357cbf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #1598bc 2%, #2bb5e9 2%, #357cbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1598bc', endColorstr='#357cbf', GradientType=1 ); /* IE6-9 */
	padding: 20px 40px;
}
.paraBg .question {
	color: #fff;
	font-weight: 700;
	font-size: 1.2em;
}
.paraBg .answer {
	color: #fff;
}
.question {
	color: #0069b5;
	font-weight: 700;
	font-size: 1.2em;
}
.answer {
	color: #565656;
}
.p-centreText {
	text-align: center;
	margin-top: 25px;
}
.p-centreText p {
	margin-bottom: 25px;
}
.imgBot-content {
	margin-top: 15px;
	float: left;
}
 @media (min-width: 768px) {
.full-width-content {
	width: 100%;
	padding: 45px;
	font-size: 1.3em;
	line-height: 26px;
}
.preg-right-content ol>li:before {
	left: 15px;
}
}
 @media screen and (max-width: 480px) {
.preg-full-widthB-heading {
	text-align: center;
	line-height: 32px;
}
.full-widthLeft {
	position: relative;
	width: 100%;
	padding: 85px;
}
.full-widthRight {
	position: relative;
	width: 100%;
}
.preg-full-widthRight, .preg-full-widthLeft {
	width: 100%;
}
.preg-left-content {
	color: #000;
	padding: 30px 0px;
	text-align: center;
}
.preg-right-content {
	padding: 50px 0px;
}
.pre-para {
	margin-top: 30px;
	text-align: center;
}
}
/*========================= Product page ================= */















.dairy-product-bg {
	background-image: url(images/dairy-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 70px 0px 50px;
}
.pageSubtitle, .pageSubtitle2 {
	font-weight: 600;
	font-size: 2em;
	text-align: center;
	color: #001598;
}
.pageSubtitle {
	margin: 0px 0px 50px;
}
.pageSubtitle2 {
	margin: 50px 0px 50px;
}
.nutrition-product-bg {
	background-image: url(images/nutrition-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0px 50px;
	margin-bottom: 50px;
}
 @media screen and (max-width: 480px) {
.nutrition-product-bg, .dairy-product-bg {
	background-position: center right;
}
}
/*========================= Achieve Healthy Pre-pregnancy  page ================= */







.textIrisBlue {
	color: #00aac9;
}
.preg-womanBg {
	background-image: url(images/preg-woman-bg.png);
	background-repeat: no-repeat;
	right: 0;
	height: 100%;
	float: right;
}
.gradientBg {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
	background: #fef6e7; /* Old browsers */
	background: -moz-linear-gradient(left, #fef6e7 50%, #fef6e7 50%, #0097dc 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fef6e7 50%, #fef6e7 50%, #0097dc 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fef6e7 50%, #fef6e7 50%, #0097dc 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef6e7', endColorstr='#0097dc', GradientType=1 ); /* IE6-9 */
}
.bigFont {
	color: #4b2201;
	font-size: 2em;
	font-weight: 700;
	line-height: 43px;
}
.bigFont span {
	font-weight: 300;
}
.bg-list {
	margin: 0;
	padding-left: 0;
}
.bg-list li {
	list-style: none;
	font-size: 1.3em;
	padding-bottom: 25px;
	line-height: 25px;
}
.pageFooter {
	float: left;
	width: 100%;
	padding: 0 0 45px;
}
.pageFooter-text {
	font-size: 1.4em;
	color: #001598;
	font-weight: bold;
	padding-top: 25px;
	text-align: center;
}
.downloadPDF a {
	position: relative;
	color: #001598;
	font-weight: 600;
cursor:pointer;
}
.downloadPDF a:after {
	content: "\f1c1";
	font-family: 'FontAwesome';
	position: absolute;
	right: -50px;
	font-size: 2em;
	color: #c81b09;
}






.fa-file-pdf-o {
	font-size: 2.5em;
}
.achieve-rounded {
	border: #d1d3d4 solid 5px;
	border-radius: 25px;
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
}
.achieve-rounded .bigFont {
	color: #0069b5;
}
.achieve-rounded .bg-list li {
	color: #58595b;
	text-align: left;
	border-bottom: #1c75bc solid 2px;
	padding-top: 18px; position:relative;
}

.achieve-rounded .bg-list li:after { 
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
	border-top-color: #1c75bc;
	border-width: 10px;
	margin-left: 0;}
	
.achieve-rounded .bg-list li:last-child {
	background: #6a9a2f;
	color: #fff;
	padding: 10px;
	border-bottom: none;
	border-radius: 20px;
	padding: 15px;
	text-align: center;
	margin-top: 30px;
}
.brg-bg {
	background: #8b63aa;
	color: #fff;
	padding: 10px 15px;
	display: inline-block;
}
.achieveHealth-block1 {
	margin: 50px 0px;
}
.achieveHealth-content1 {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.achieveTitle {
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 20px;
}
.achieveHealth-box1 {
	border: #f065a5 solid 1px;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef5ea2+0,f49ec4+100 */
	background: #ef5ea2; /* Old browsers */
	background: -moz-linear-gradient(top, #ef5ea2 0%, #f49ec4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ef5ea2 0%, #f49ec4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ef5ea2 0%, #f49ec4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5ea2', endColorstr='#f49ec4', GradientType=0 ); /* IE6-9 */
	font-size: 0.9em;
	font-weight: 600;
}
.achieveHealth-box2 {
	border: #657e28 solid 1px;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
	font-size: 0.9em; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87a338+0,b0d049+100 */
	background: #87a338; /* Old browsers */
	background: -moz-linear-gradient(top, #87a338 0%, #b0d049 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #87a338 0%, #b0d049 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #87a338 0%, #b0d049 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a338', endColorstr='#b0d049', GradientType=0 ); /* IE6-9 */
	font-weight: 600;
}
.achieveHealth-box3 {
	border: #00618f solid 1px;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
	font-size: 0.9em;
	background: #0097dc;
	font-weight: 600;
	margin-bottom: 20px;
}
.healthyList {
	margin: 0;
	padding: 0;
}
.healthyList li {
	list-style: none;
	margin-bottom: 20px;
	padding: 15px;
	position: relative;
}
.healthyList li:nth-child(1n) {
	background: #d1d1e9; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #d1d1e9, #f9f9fc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #d1d1e9, #f9f9fc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #d1d1e9, #f9f9fc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #d1d1e9, #f9f9fc); /* Standard syntax (must be last) */
	padding-left: 118px;
	height: 82px;
	padding-top: 26px;
	font-size: 0.9em;
}
.healthyList li:nth-child(2n) {
	background: #c3dc77; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #c3dc77, #f6faee); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #c3dc77, #f6faee); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #c3dc77, #f6faee); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #c3dc77, #f6faee); /* Standard syntax (must be last) */
	padding-top: 7px;
	line-height: 22px;
	font-size: 0.9em;
}
.healthyList li:nth-child(3n) {
	background: #aee0f9; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #aee0f9, #f3fafe); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #aee0f9, #f3fafe); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #aee0f9, #f3fafe); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #aee0f9, #f3fafe); /* Standard syntax (must be last) */
	padding-top: 15px;
	font-family: 1em;
}
.healthyList li:nth-child(4n) {
	background: #fad1e3; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #fad1e3, #fef7fa); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #fad1e3, #fef7fa); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #fad1e3, #fef7fa); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #fad1e3, #fef7fa); /* Standard syntax (must be last) */
	padding-top: 15px;
	font-size: 0.9em;
}
.healthyList li:nth-child(5n) {
	background: #fec555; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #fec555, #fff6e8); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #fec555, #fff6e8); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #fec555, #fff6e8); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #fec555, #fff6e8); /* Standard syntax (must be last) */
	padding-top: 10px;
	font-size: 0.9em;
	line-height: 22px;
	height: 108px;
}
.healthyList li:nth-child(1):before {
	content: '';
	border: #6d63ac solid 4px;
	background: url(images/list1.jpg);
	position: absolute;
	left: 0;
	width: 104px;
	height: 82px;
	top: 0;
}
.healthyList li:nth-child(2):before {
	content: '';
	border: #b2d34a solid 4px;
	background: url(images/list2.jpg);
	position: absolute;
	left: 0;
	width: 104px;
	height: 82px;
	top: 0;
}
.healthyList li:nth-child(3):before {
	content: '';
	border: #008ed4 solid 4px;
	background: url(images/list3.jpg);
	position: absolute;
	left: 0;
	width: 104px;
	height: 82px;
	top: 0;
}
.healthyList li:nth-child(4):before {
	content: '';
	border: #ef5ba1 solid 4px;
	background: url(images/list4.jpg);
	position: absolute;
	left: 0;
	width: 104px;
	height: 82px;
	top: 0;
}
.healthyList li:nth-child(5):before {
	content: '';
	border: #fdb614 solid 4px;
	background: url(images/list5.jpg);
	position: absolute;
	left: 0;
	width: 104px;
	height: 82px;
	top: 0;
}
.entry-content .achieveHealth-block1 h3 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1em;
	color: #001598;
	margin-bottom: 20px;
	font-weight: 700;
	margin-top: 0;
}
.health-weight-circle {
	border-radius: 15px 50px 30px;
	background: #aa7bb6;
	padding: 20px;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
}
.health-weight-redContent {
	color: #ef5ba3;
}

.achieveHealth-box3 .table > tbody > tr > td { border-bottom: 1px solid #003d80; border-top:none;}

 @media (min-width:768px) {
	 
.achieve-rounded .bg-list:after {
	content: '';
	background: url(images/under-weight-girl.png) no-repeat left;
	position: absolute;
	right: 0;
	width: 230px;
	height: 559px;
	top: 156px;
}

.achieve-rounded .bg-list li:last-child:after { border-top-color: #fff;}

.bg-list {
	padding-right: 164px;
}
.achieve-rounded {
	padding: 20px;
}
}
 @media screen and (min-device-width: 768px) and (max-device-width: 1199px) {
.bigFont {
	font-size: 1.6em;
}
}
 @media screen and (max-width: 480px) {
.gradientBg {
	background: #fef6e7; /* Old browsers */
	background: -moz-linear-gradient(top, #fef6e7 49%, #0097dc 49%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fef6e7 49%, #0097dc 49%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fef6e7 49%, #0097dc 49%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef6e7', endColorstr='#0097dc', GradientType=0 ); /* IE6-9 */
}
.healthyList li:nth-child(n):before {
	display: none;
}
.healthyList li:nth-child(n) {
	padding-top: 9px;
	line-height: 22px;
	padding-left: 20px;
}
.healthyList li:nth-child(1) {
	height: 100px;
	font-size: 0.9em;
}
.healthyList li:nth-child(2) {
	height: 160px;
	font-size: 0.9em;
}
.healthyList li:nth-child(3), .healthyList li:nth-child(4) {
	height: 120px;
	font-size: 0.9em;
}
.healthyList li:nth-child(5) {
	height: 180px;
	font-size: 0.9em;
}
.bigFont {
	font-size: 1em;
	line-height: 26px;
}
.achieve-rounded .bigFont {
	font-size: 1.4em;
	padding: 0px 15px;
}
.achieve-rounded .bg-list li:last-child {
	margin-left: 15px;
	margin-right: 15px;
}
.bg-list li {
	padding-left: 28px;
}
.bg-list li::before {
	left: 0;
}
.pageFooter-text {
	text-align: center;
	font-size: 1.5em;
	line-height: 25px;
}
.pageFooter img {
	margin: 0 auto;
	text-align: center;
}
.entry-content .achieveHealth-block1 h3 {
	font-size: 1em;
}
.downloadPDF a {
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
}
.downloadPDF a::after {
	right: 0;
	font-size: 1.5em;
	color: #c81b09;
	left: 0;
	bottom: -33px;
}
}
/*========================= Eating Right page ================= */







.punchLine {
	text-align: center;
}
.circleEffect {
	float: left;
	width: 100%;
	padding: 50px 0px 0px;
	margin: 0 auto;
	display: table;
	text-align: center;
}
.circleEffect li {
	display: block;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	margin: 25px auto;
}
.circleEffect li .circlBorder {
	font-size: 1.1em;
	color: #525252;
	border: solid 7px;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	font-weight: 600;
	cursor: pointer;
	border-radius: 108px;
	margin: 0px 25px;
	padding: 25px;
	width: 222px;
	height: 222px;
}
.circleEffect li .circlBorder.circleColor-Red {
	border-color: #ef5ba1;
}
.circleEffect li .circlBorder.circleColor-Red:hover {
	background-color: #ef5ba1;
}
.circleEffect li .circlBorder.circleColor-Burgandy {
	border-color: #937ab8;
}
.circleEffect li .circlBorder.circleColor-Burgandy:hover {
	background-color: #937ab8;
}
.circleEffect li .circlBorder.circleColor-Yellow {
	border-color: #fdb614;
}
.circleEffect li .circlBorder.circleColor-Yellow:hover {
	background-color: #fdb614;
}
.circleEffect li .circlBorder.circleColor-Blue {
	border-color: #45c8f5;
}
.circleEffect li .circlBorder.circleColor-Blue:hover {
	background-color: #45c8f5;
}
.circleEffect li .circlBorder:hover {
	color: #fff;
}
.skyBg {
	background: #edfaff;
	float: left;
	padding: 75px 0px;
	margin: 10px 0px;
	width: 100%;
	color: #565656;
	font-size: 1.2em;
}
.skyBg h2 {
	color: #0069b5;
	font-weight: 600;
	font-size: 2em;
}
.top-MHeading {
	float: left;
	width: 100%;
	text-align: center;
	padding: 50px 0px;
	color: #001598;
	font-weight: 800;
	font-size: 1.5em;
	text-transform: uppercase;
}
.top-MHeading p {
	color: #565656;
	font-size: 0.8em;
	font-weight: 700;
}
.tableBlock {
	float: left;
	width: 100%;
	font-size: 1.1em;
	font-weight: 600;
}
.tableBlock .table > tbody > tr > td {
	padding: 20px;
}
.table-bordered > thead > tr > td {
	background: #45c8f5;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
}
.tableBlock .Yellow-td, .tableBlock .blue-td, .tableBlock .red-td, .tableBlock .green-td {
	color: #000;
	font-weight: 700;
}
.Yellow-td {
	background: #fbe9a7;
}
.blue-td {
	background: #c3e9f7;
}
.red-td {
	background: #f5cddb;
}
.green-td {
	background: #dcebb0;
}
 @media ( min-width:768px ) {
.circleEffect li {
	display: table-cell;
	white-space: normal;
	width: 1%;
}
.skyLeft-content {
	padding-left: 130px;
	padding-top: 15px;
	background: #9e4e0a;
	color: #fff;
	padding-bottom: 25px;
	padding-right: 15px;
	border: #d8d9dd solid 5px;
}
.skyRight-content {
	padding-top: 15px;
}
.skyRight-content h2 {
	font-weight: 600;
	font-size: 2em;
	color: #0069b5;
}
.skyLeft-content:before {
	content: '';
	background-image: url(images/healthyBog.png);
	position: absolute;
	left: 0;
	width: 120px;
	background-position: left;
	height: 377px;
	background-repeat: no-repeat;
	left: 0;
	top: -40px;
}
.skyRight-content:after {
	content: '';
	background-image: url(images/fruits.png);
	position: absolute;
	right: -62px;
	width: 256px;
	background-position: left;
	height: 183px;
	background-repeat: no-repeat;
	top: -61px;
}
}
/*==================== Dietary CheckList page ============ */















.yellowBg {
	width: 100%;
	float: left;
	background: url(images/vector-pregancy.png) #fdfde9 center no-repeat;
	padding: 50px 0px;
}
.pageLine {
	text-align: center;
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 52px;
}
.yellow-bgContent {
	position: relative;
}
.yellow-bgContent .page-list li {
	color: #000 !important;
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 15px;
	margin-left: 60px;
	background: #d9dcef;
	border-radius: 50px;
	padding: 10px 30px;
}
.page-list {
	margin: 0;
	padding: 0;
}
.yellow-bgContent ul>li {
	list-style: none inside;
	margin: 40px 0;
	overflow: hidden;
}
.yellow-bgContent ul>li:before {
	content: '';
	margin-right: 20px;
	padding: 13px;
	display: block;
	width: 50px;
	color: #fff;
	text-align: center;
	float: left;
	left: 47px;
	position: absolute;
	height: 60px;
	font-weight: 600;
	margin-top: -1px;
}
.yellow-bgContent ul>li.first-para:before {
	background: url(images/li-1.png) no-repeat left;
}
.yellow-bgContent li.first-para {
	background: #d9dcef;
}
.yellow-bgContent ul>li.second-para:before {
	background: url(images/li-2.png) no-repeat left;
}
.yellow-bgContent li.second-para {
	background: #d9cfe7;
}
.yellow-bgContent ul>li.third-para:before {
	background: url(images/li-3.png) no-repeat left;
}
.yellow-bgContent li.third-para {
	background: #ca556c;
	color: #fff !important;
}
.yellow-bgContent ul>li.fourth-para:before {
	background: url(images/li-4.png) no-repeat left;
}
.yellow-bgContent li.fourth-para {
	background: #f0e0ca;
}
.yellow-bgContent ul>li.fifth-para:before {
	background: url(images/li-5.png) no-repeat left;
}
.yellow-bgContent li.fifth-para {
	background: #dfd1cb;
}
.yellow-bgContent ul>li.six-para:before {
	background: url(images/li-6.png) no-repeat left;
}
.yellow-bgContent li.six-para {
	background: #d6eef0;
}
.yellow-bgContent ul>li.seven-para:before {
	background: url(images/li-7.png) no-repeat left;
}
.yellow-bgContent li.seven-para {
	background: #d4e7f7;
}
.yellow-bgContent ul>li.eight-para:before {
	background: url(images/li-8.png) no-repeat left;
}
.yellow-bgContent li.nine-para, .yellow-bgContent li.eight-para {
	background: #fde9e2;
}
.yellow-bgContent ul>li.nine-para:before {
	background: url(images/li-9.png) no-repeat left;
}
.yellow-bgContent ul>li.ten-para:before {
	background: url(images/li-10.png) no-repeat left;
}
.yellow-bgContent li.ten-para {
	background: #d7dec9;
}
.greenRound-box {
	background: #008591;
	border-radius: 50%;
	border: #d7f0fc solid 5px;
	padding: 60px 70px;
	color: #fff;
	font-size: 2em;
	line-height: 41px;
	text-align: center;
}
.redRound-box {
	background: #ef4058;
	border-radius: 100%;
	border: #fad5e5 solid 5px;
	padding: 70px 30px;
	color: #fff;
	font-size: 1.7em;
	line-height: 35px;
	text-align: center;
	margin-top: -50px;
	width: 283px;
	height: 280px;
	float: right;
}
.imgPosition {
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 0px;
}
.imgPosition img {
	text-align: center;
	margin: 0 auto;
}
 @media screen and (max-width: 480px) {
.greenRound-box {
	padding: 50px 50px;
	color: #fff;
	font-size: 1em;
	line-height: 27px;
	float: none;
	width: 255px;
	height: 255px;
}
.redRound-box {
	padding: 60px 30px;
	font-size: 1.2em;
	line-height: 31px;
	text-align: center;
	height: 250px;
	float: none;
	width: 250px;
	margin-top: 22px;
}
}
/*==================== Healthy Weight Gain page ============ */

.notesticky-heading {
    background: #b01f8e;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 1.5em;
    border-radius: 5px;
}

.noteSticky {
	background: #a87eb8;
	padding: 25px;
	position: relative;
	color: #fff;
	margin-top: 50px;
	width: 100%;
	float: left;
}
.noteSticky:after {
	content: '';
	background: url(images/pin.png) no-repeat left;
	width: 100px;
	height: 114px;
	right: -48px;
	top: -57px;
	position: absolute;
}
.noteSticky li {
	font-size: 1.3em;
}
.noteSticky h3 {
	color: #fff !important;
}
.weightGain, .weightGain-chart {
	margin: 50px 0px;
	text-align: center;
}
.weightGain-chart .table > tbody > tr > td {
	background: #eee9f4;
	color: #58595d;
	font-size: 1.2em;
}
.weightGain-chart .table > thead > tr > th {
	text-align: center;
	background: #6f4586;
	color: #fff;
	font-size: 1.3em;
}
.weightGain-chart .table > thead:first-child > tr:first-child > th:nth-child(2) {
	background: #653d7a !important;
}
.weightGain-chart .table > tbody > tr > td:nth-child(even) {
	background: #dfdbe6;
}
.weightGain-chart .table > tbody > tr > td {
	border-top: #1c75bc solid 1px;
}
.qa {
	padding: 25px;
}
.qaList {
	margin: 0;
	padding: 0;
}
.qaList ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.weightGain-chart .table {
	margin-top: 20px;
}
.weightGain .bmi {
	color: #6f4586;
	font-weight: 800;
	font-size: 2em;
	margin: 50px 0px;
	line-height: 35px;
}
.weightGain .bmi .bmi-redText1 {
	color: #c60078;
	border-bottom: #c60078 solid 2px;
	padding-bottom: 15px;
}
.weightGain .bmi .bmi-redText2 {
	color: #c60078;
}
.bmiTable {
	font-size: 1.2em;
	font-weight: 600;
}
.bmiTable .table > tbody > tr {
	border-bottom: #fff solid 2px;
}
.bmiTable .table > tbody > tr:first-child {
	background: #c9568f !important;
	color: #fff;
}
.bmiTable .table > tbody > tr > td {
	background: #6f4586;
	color: #fff;
}
.bmiTable .table > tbody > tr > td:nth-child(2n) {
	background: #ef8ab9;
	color: #fff;
}
.health-weightHeading {
}
.didYou-knowHeading {
	background: #ba1b80;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	padding: 15px 35px;
	border-radius: 50px;
	font-size: 1.8em;
}
.weightGain .qa {
	text-align: left;
}
.weightGain .qaList {
	text-align: left;
}
.qaList li {
	position: relative;
	list-style: none;
	padding-left: 46px;
	font-weight: 600;
}
.qaList li:before {
	content: "\f178";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	font-size: 2em;
	color: #cecece;
}
 @media screen and (max-width: 480px) {
.noteSticky::after {
	right: -22px;
	top: -57px;
}
.didYou-knowHeading {
	font-size: 1.6em;
}
}
/*========================= Food Guide Pyramid page ================= */







.foodpyramid-chart img {
	text-align: center;
	margin: 0 auto
}
.foodGuid-planmeals {
	width: 450px;
	height: 450px;
	text-align: center;
	background: #24bdaf;
	border-radius: 100%;
	color: #fff;
	font-size: 1.3em;
	padding: 35px;
}
.planYour-meals {
	float: left;
	width: 100%;
	margin: 35px 0px;
}
.planYour-meals2 {
	margin: 50px 0px;
	float: left;
	width: 100%;
}
.planYour-content {
	text-align: center;
	font-size: 1.5em;
	line-height: 30px;
	font-weight: 600;
	padding-top: 100px;
}
.blockTitle {
	text-align: center;
	position: relative;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.1em;
}
.blockTitle.red {
	color: #f47421;
}
.blockTitle span {
	background-color: #FFF;
	padding: 0 0.3em;
}
.blockTitle:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	width: 100%;
}
.blockTitle.red:before {
	border-bottom: 3px solid #f47421;
}
.blockTitle.green {
	color: #006727;
}
.blockTitle.green:before {
	border-bottom: 3px solid #006727;
}
.blockTitle.burgandy {
	color: #862990;
	margin-bottom: 40px;
}
.blockTitle.burgandy:before {
	border-bottom: 3px solid #862990;
}
.blockTitle.blue {
	color: #00aeef;
	margin-bottom: 40px;
}
.blockTitle.blue:before {
	border-bottom: 3px solid #00aeef;
}
.portion-img {
	margin-top: 50px;
}
.portionTitle {
	color: #ec008c;
	font-weight: 700;
	font-size: 1.8em;
	text-transform: uppercase;
	text-align: center;
}
.portion-right {
	margin-top: 80px;
}
.portionTitle {
	margin-top: 35px;
}
.foodQuide-block4 {
	float: left;
	width: 100%;
	margin: 50px 0px;
}
 @media screen and (max-width: 480px) {
.foodGuid-planmeals {
	float: left;
	width: 100%;
	border-radius: 10px;
	height: auto;
	padding: 10px;
}
.planYour-content {
	width: 100%;
	float: left;
}
.blockTitle {
	font-size: 1.5em;
	margin-top: 50px;
}
}
/*========================= Food Guide Pyramid page ================= */



.nutrients-block {
}
.nBlock1 {
	float: left;
	width: 100%;
}
.nBlock1-box {
	padding: 0;
	position: relative;
	text-align: center;
	border: #efefef solid 2px;
	margin-top: 150px;
}
.nBlock1Round {
	border-radius: 100%;
	text-align: center;
	width: 170px;
	height: 170px;
	border: #e6e7e8 solid 2px;
	margin: 0 auto;
	position: absolute;
	top: -88px;
	left: 0;
	right: 0;
	background: #fff;
	padding-top: 50px;
	font-size: 1.2em;
	line-height: 24px;
	font-weight: 600;
}
.nBlock1-Title {
	color: #fff;
	font-weight: 600;
	font-size: 2.3em;
	padding: 100px 0px 20px;
}
.nBlock1Round.text-colorRed {
	color: #f5821f;
}
.redcolor {
	background: #f5821f;
}
.nBlock1-content {
	padding: 25px 15px 10px 15px;
	text-align: left;
	min-height: 525px;
}
.nBlock1-content .redTitle {
	color: #f5821f;
	font-weight: 600;
	font-size: 1.5em;
}
.greencolor {
	background: #0297a7;
}
.nBlock1-content .greenTitle {
	color: #0296a5;
	font-weight: 600;
	font-size: 1.5em;
}
.nBlock1Round.text-colorGreen {
	color: #0297a7;
}
.darkredcolor {
	background: #e53934;
}
.nBlock1-content .darkredTitle {
	color: #e53934;
	font-weight: 600;
	font-size: 1.5em;
}
.nBlock1Round.text-colordarkRed {
	color: #e53934;
}
.nBlock1-content ul {
	margin: 0;
	padding: 0;
}
.nBlock1-content ul li {
	list-style: none;
	font-weight: 600;
	line-height: 23px;
	padding-bottom: 10px;
}
.nBlock1redbg {
	background: #e53934;
	color: #fff;
	font-size: 1em;
	padding: 10px;
	line-height: 20px;
}
.darkgreen {
	background: #00874b;
}
.nBlock1-content .darkgreenTitle {
	color: #00874b;
	font-weight: 600;
	font-size: 1.5em;
}
.nBlock1Round.text-colordarkgreen {
	color: #00874b;
}
.lightred {
	background: #ed3963;
}
.nBlock1-content .lightredTitle {
	color: #ed3963;
	font-weight: 600;
	font-size: 1.5em;
}
.nBlock1Round.text-colorlightred {
	color: #ed3963;
}
.lightred {
	background: #ed3963;
}
.nBlock1-content .lightredTitle {
	color: #ed3963;
	font-weight: 600;
	font-size: 1.5em;
}
.nBlock1Round.text-colorlightred {
	color: #ed3963;
}
.flamered {
	background: #892327;
}
.nBlock1-content .flameredTitle {
	color: #892327;
	font-weight: 600;
	font-size: 1.5em;
}
.nBlock1Round.text-flamered {
	color: #892327;
}
.hexcolor {
	background: #e43580;
}
.nBlock1-content .hexcolorTitle {
	color: #e43580;
	font-weight: 600;
	font-size: 1.5em;
}
.nBlock1Round.text-hexcolor {
	color: #e43580;
}
.bluecolor {
	background: #2668b2;
}
.nBlock1-content .bluecolorTitle {
	color: #2668b2;
	font-weight: 600;
	font-size: 1.5em;
}
.nBlock1Round.text-bluecolor {
	color: #2668b2;
}
.seagreencolor {
	background: #8450a0;
}
.nBlock1-content .seagreencolorTitle {
	color: #8450a0;
	font-weight: 600;
	font-size: 1.5em;
}
.nBlock1Round.text-seagreencolor {
	color: #8450a0;
}
.nBlock2 {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.nBlock2 img {
	margin: 0 auto;
	text-align: center;
}
/*========================= Breastfeeding Optimal Growth Page ================= */



.breastfeeding-Block1 {
	float: left;
	width: 100%;
}
.breastHeading {
	background: #f58220;
	padding: 15px;
	border-radius: 20px;
	border: #ffe629 solid 5px;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	font-weight: 700;
	-webkit-box-shadow: 1px 6px 15px 0px rgba(0,0,0,0.49);
	-moz-box-shadow: 1px 6px 15px 0px rgba(0,0,0,0.49);
	box-shadow: 1px 6px 15px 0px rgba(0,0,0,0.49);
}
.breastHeading h3 {
	color: #fff !important;
}
.breastfeeding-Block2 {
	float: left;
	width: 100%;
	padding: 50px 0px;
}
.breastfeeding-Block2-left {
	background: #cfedfc;
	min-height: 310px;
}
.breastfeeding-Block2-right {
	background: #fee4d7;
	min-height: 310px;
}
.breastfeeding-Block2-left .brest2-heading {
	background: #0075be;
	font-weight: 700;
	color: #fff;
	padding: 10px;
	font-size: 1.2em;
}
.breastfeeding-Block2-right .brest2-heading {
	background: #f58220;
	padding: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 1.2em;
}
.breastfeeding-Block2 ul {
	padding-top: 15px;
	padding-bottom: 15px;
}
/*========================= Diet Breastfeeding page ================= */







.dietBreastfeeding {
	float: left;
	width: 100%;
	margin: 0 auto;
}
.dietBreastfeeding .circleOne, .dietBreastfeeding .circleTwo, .dietBreastfeeding .circleThree {
	border-radius: 50%;
	padding: 40px 30px;
	color: #fff;
	text-align: center;
	width: 300px;
	height: 300px;
	line-height: 22px;
}
.dietBreastfeeding .circleOne {
	background: #b76c21;
}
.dietBreastfeeding .circleTwo {
	background: #0c5886;
}
.dietBreastfeeding .circleThree {
	background: #df4b57;
}
.dietBreastfeeding h4 {
	font-weight: 700;
}
.dietBreastfeeding .dietBreast-block1 {
	background: #753a00;
	padding: 15px;
	color: #fff;
	margin-top: 50px;
}
.dietBreast-content {
	font-size: 1.2em;
}
.dietBreast-block1-whtbg {
	background: #fff;
	color: #000;
	padding: 15px
}
.dietBreast-block1-whtbg h2 {
	font-size: 1.8em;
	font-weight: 600;
}
.dietBreastfeeding .headLine {
	color: #f58220;
	font-weight: 700;
	font-size: 1.2em;
	margin-top: 15px;
}
.dietBreastfeeding .headLine span {
	color: #753a00;
	text-transform: uppercase;
	font-weight: 700;
}
.dietBreast-block2 {
	float: left;
	width: 100%;
	margin: 50px 0px;
}
.dietBreastfeeding .circleFour, .dietBreastfeeding .circleFive, .dietBreastfeeding .circleSix {
	border-radius: 50%;
	color: #fff;
	text-align: center;
	width: 380px;
	height: 380px;
	line-height: 22px;
}
.dietBreastfeeding .circleFour {
	padding: 40px 30px;
	background: #00a34f;
}
.dietBreastfeeding .circleFive {
	padding: 60px 50px;
	background: #00676d;
}
.dietBreastfeeding .circleSix {
	padding: 110px 50px;
	background: #8e5b38;
}
.dietBreastfeeding .circleSeven {
	border-radius: 50%;
	color: #fff;
	text-align: center;
	width: 430px;
	height: 430px;
	line-height: 22px;
	padding: 60px 50px;
	background: #0055a7;
}
.dietBreast-block3 h2 {
	text-align: center;
	color: #f58220;
	font-weight: 700;
	font-size: 1.5em;
	margin-bottom: 50px;
}
.dietBreast-block3 {
	float: left;
	width: 100%;
	margin: 50px 0px;
}
.menuList {
	margin: 10px 0px;
	color: #fff;
	border-right: #f7e9b1 solid 5px;
	float: left;
	width: 100%;
	padding: 10px 15px
}
.mealTime {
	margin: 0;
	border-left: #f7e9b1 solid 2px;
	padding: 0px 15px;
}
.menuList.color1 {
	background: #aa3a50;
}
.menuList.color2 {
	background: #f78f1e;
}
.menuList.color3 {
	background: #ef4040;
}
.menuList.color4 {
	background: #00ac94;
}
.menuList.color5 {
	background: #95639d;
}
.menuList.color6 {
	background: #67bd53;
}
.menuList.color7 {
	background: #ef3e72;
}
.menuList.color8 {
	background: #16a4de;
}
.greenCircle {
	background: #24601d;
	border: #e5e7e5 solid 3px;
	padding: 25px 15px 15px 15px;
	color: #fff;
	text-align: center;
	border-radius: 15px;
}
.greenCircle .subTitle {
	font-weight: 800;
	font-size: 2em;
	color: #fff;
}
.dietBreast-block6, .dietBreast-block5 {
	float: left;
	width: 100%;
}
 @media screen and (max-width: 480px) {
.dietBreastfeeding .circleOne, .dietBreastfeeding .circleTwo, .dietBreastfeeding .circleThree, .dietBreastfeeding .circleFour, .dietBreastfeeding .circleFive, .dietBreastfeeding .circleSix, .dietBreastfeeding .circleSeven {
	border-radius: 10%;
	padding: 20px 10px;
	height: auto;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.mealTime {
	margin: 0;
	padding: 0;
	border: none;
}
.dietBreast-block3 {
	margin: 0;
}
.greenCircle .subTitle {
	font-size: 1.5em;
}
}
/*========================= Solid Food page ================= */







.solidFood-page {
}
.solidFood-block1 {
	float: left;
	width: 100%;
	margin: 25px 0px;
	text-align: center;
}
.solidColor-box1 {
	background: #47b649;
	color: #fff;
	height: 100px;
	padding-top: 25px;
	font-size: 1.2em;
	line-height: 25px;
}
.solidColor-box2 {
	background: #ee3e7a;
	color: #fff;
	height: 100px;
	padding-top: 25px;
	font-size: 1.2em;
	line-height: 19px;
}
.solidColor-box3 {
	background: #00a1d3;
	color: #fff;
	height: 100px;
	padding-top: 25px;
	font-size: 1.2em;
	line-height: 25px;
}
.solidColor-box4 {
	background: #8ac63f;
	color: #fff;
	height: 100px;
	padding-top: 25px;
	font-size: 1.2em;
	line-height: 18px;
}
.solidFood-block1 h2 {
	margin-bottom: 50px;
}
.solidFood-block3 {
	background: #75a936;
	color: #fff;
	border-radius: 15px;
	padding: 25px;
	float: left;
	width: 100%;
	font-size: 1.2em;
}
.solidFood-block2 {
	float: left;
	width: 100%;
	margin: 50px 0px;
	text-align: center;
	font-size: 1.3em;
}
/*========================= Food Option page ================= */







.foodRange-block1 {
	background: #00a1d3;
	color: #fff;
	border-radius: 10px;
	padding: 15px;
	font-size: 1.2em;
}
.foodRange-block2 {
	float: left;
	width: 100%;
	margin: 50px 0px;
}
.foodRangeB2-contentbg {
	background: #ee3e7a;
	text-align: center;
	border-radius: 10px;
	padding: 15px;
	color: #fff;
	font-size: 1.2em;
}
.foodRangeB2-contentbg h3 {
	color: #fff !important;
	font-weight: 600;
	font-size: 1.2em;
	color: #fff;
}
.foodRange-block4, .foodRange-block3, .foodRange-block5 {
	float: left;
	width: 100%;
	margin: 50px 0px;
}
.foodRange-block5 .td-blue {
	background: #00b6f0;
	color: #fff;
	font-weight: 600;
}
.foodRange-block5 .td-red {
	background: #ee589f;
	color: #fff;
	font-weight: 600;
}
.foodRange-block5 .td-green {
	background: #78c260;
	color: #fff;
	font-weight: 600;
}
.foodRange-block5 .td-darkRed {
	background: #f7901e;
	color: #fff;
	font-weight: 600;
}
.foodRange-block5 .td-lightBlue {
	background: #ceecfb;
	color: #000;
}
.foodRange-block5 .td-lightRed {
	background: #fbddea;
	color: #000;
}
.foodRange-block5 .td-lightGreen {
	background: #d1e8c6;
	color: #000;
}
.foodRange-block5 .td-lRed {
	background: #fdd7ba;
	color: #000;
}
.foodRange-block5 .table {
	text-align: center;
}
.foodRange-block5 .table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #fff;
	text-align: center;
}
.foodRange-block5 .table > tbody > tr > td {
	border-top: #fff solid 1px;
}
 @media screen and (max-width: 480px) {
.foodRange-block4, .foodRange-block3, .foodRange-block5 {
	margin: 0;
}
}
/*========================= Importance of Exercise ================= */







.imp-exeBlock {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.imp-content, .imp-content-bold {
	font-size: 1.1em;
}
.imp-content-bold {
	color: #8e3697;
	font-weight: 600;
}
.imp-exeBlock-comment {
	border: 5px solid #f8961d;
}
.imp-exeBlock-comment.greenBorder {
	border: 5px solid #6abd45;
}
.imp-exeBlock-comment:after, .imp-exeBlock-comment:before {
	border-top: 20px solid #f8961d;
}
.imp-exeBlock-comment.greenBorder:after, .imp-exeBlock-comment.greenBorder:before {
	border-top: 20px solid #6abd45;
}
.imp-exeBlock-comment {
	border-radius: 5px;
	color: #333;
	display: inline-block;
	font: 16px/24px sans-serif;
	padding: 12px 24px;
	position: relative;
	margin-top: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,ffffff+50,fdfcfc+100 */



	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 50%, #fdfcfc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eaeaea 0%, #ffffff 50%, #fdfcfc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eaeaea 0%, #ffffff 50%, #fdfcfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#fdfcfc', GradientType=0 ); /* IE6-9 */
}
.imp-exeBlock-comment:after, .imp-exeBlock-comment:before {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	bottom: -20px;
	content: '';
	left: 50%;
	margin-left: -20px;
	position: absolute;
}
/* Styling for second triangle (border) */
.imp-exeBlock-comment:before {
	border-left: 23px solid transparent;
	border-right: 23px solid transparent;
	border-top: 23px solid;
	border-top-color: inherit; /* Can't be included in the shorthand to work */
	bottom: -23px;
	margin-left: -23px;
}
.imp-content-block2 {
	margin-top: 35px;
}


/*========================= Image CSS ================= */

.image-page { float:left; width:100%; padding:50px 0px;}
.image-row { background:#f3f3f3; margin-bottom:25px; float:left; width:100%; padding:5px;}
.image-col-0 { margin:0; padding:0;}
.imageTitle { color: #3453ae;
font-size: 1.5em;
font-weight: 600;
padding-top: 25px;
}
.img-view, .img-btn-bg { border-radius: 50px;
padding: 3px 15px;
font-weight: 700 !important;
font-size: 0.9em;
width: 100%;
display: block;
text-align: center;
margin: 8px 0px;
color: #fff !important;
text-transform: uppercase;
}
.img-view:hover,.img-btn-bg:hover { background:#3743a5; text-decoration:none;}
.img-view { background:#11aced; color:#fff;}
.img-view a, .img-btn-bg a { color:#fff;} 
.img-btn-bg { background:#242728; color:#fff;}

/*========================= Blog page ================= */

.blog-post {
	float: left;
	width: 100%;
	margin: 0px 0px 25px;
}
.blog-post img {
	max-width: 100%;
	display: block;
	height: auto;
}
.blog-post .post-title {
	text-align: left;
	margin:0px;
}
.blog-post .post-title a {
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.8em;
	color: #001598;
	padding: 0px 0px;
	text-align: left;
}
.entry-date {
	font-weight: 600;
	font-size: 0.8em;
	color: #11aced;
	text-align: left;
}
.post-content {
	color: #888;
	font-size: 1em;
	line-height: 22px;
}

.blogContent { background: #fdfcfc;
padding: 10px;}

.b7-comment-box .more-link, .post-content .more-link {
	display: none;
}
.post-image {
	height: auto;
	overflow: hidden;
}

.widget ul { margin:0; padding:0;}
.widget ul li { list-style: none;
text-align: left;
margin-bottom: 10px;
border-bottom: #e6e6e6 solid 1px;
padding-bottom: 30px;}
.widget ul li a { color:#17479e; font-weight:700;}
.widget .post-date { color: #969494;
float: left;
width: 100%;}
.single-post .entry-content {}
.single-post .entry-content strong { font-size:1em; 
	text-transform:uppercase; color: #000080; }
.single-post .entry-content h3 strong, .single-post .entry-content h4 strong { color:#001598; font-size:1em; 
	text-transform:capitalize;}
.single-post .entry-content ul { margin:0; padding:0; }
.single-post .entry-content ul li { }
.single-post .entry-content ol li { padding-bottom: 15px;}
.single-post .entry-content ol li h4 { font-weight: 600; color: #000; }
.single-post .entry-content ol li span {
text-transform: uppercase;
color: #0b8ac0;
font-weight: 600;
font-size: 1em;
}

.single-post .entry-content ol li small { font-size: 13px; color: #6d6d6d; }

.sidebar .widget {
	background-color: #ffffff;
	position: relative;
	margin-bottom: 40px;
	padding: 0;
/*	border: 1px solid #eeeeee;*/
	text-align: center;
	padding: 0px 15px 15px 15px;
}
.sidebar .widget h2 {
	background-color: #ffffff;
	color: #000000;
	display: inline-block;
	line-height: 1;
	position: relative;
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto 10px;
	letter-spacing: 1px;
	z-index: 1;
	top: -12px;
	padding: 0 20px;
}
.sidebar.widget-area {
	margin-top: 20px;
}
.tagcloud a {
	border: #ececec solid 1px;
	padding: 4px 6px;
	text-transform: uppercase;
	font-size: 0.8em !important;
	color: #7c7c7c;
	display: inline-block;
	margin-bottom: 6px;
	letter-spacing: 1px;
}
.tagcloud a:hover {
	background: #001598;
	color: #fff;
	border: #001598 solid 1px;
	text-decoration: none;
}
.search-form label .screen-reader-text {
	display: none;
}
.search-field {
	width: 100%;
	border: 1px solid #eee;
	text-align: center;
	margin-bottom: 10px;
	height: 35px;
}
.search-submit {
	max-width: 100%;
	background: #0b3073;
	border: none;
	text-transform: uppercase;
	font-size: 1em;
	text-align: center;
	color: #fff;
	padding: 8px 90px;
	font-weight: 700;
	letter-spacing: 1px;
	display: inline-block;
}
.search-form label {
	width: 100%;
}
.rpwe-title a {
	font-size: 1.2em;
	text-align: left;
	color: #001598;
	font-weight: 600;
}
.single-wrapper, .blog-wrapper {
	float: left;
	width: 100%;
	margin: 25px 0px;
}
.blog-post .post-title a:hover {
	color: #000;
	text-decoration: none;
}
.post-navigation h2.screen-reader-text {
	display: none;
}
.btn-primary {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.1em;
	background: #17479e;
	border: none;
	color: #fff;
	padding: 8px 15px;
	margin: 50px 0px;
}
.fa-chevron-left {
	padding-right: 10px;
}
.fa-chevron-right {
	padding-left: 10px;
}
#disqus_thread {
	border: #f3f3f3 solid 2px;
	padding: 25px;
	margin-top: 25px;
}
.heateor_sss_sharing_container {
	margin-top: 20px;
	background: #eaeaea;
	padding: 4px 10px 0px 20px;
	display: inline-block;
	border-radius: 5px;
}

.heateor_sss_sharing_ul li { width:80px !important;}
.heateor_sss_sharing_ul li:last-child { width:70px !important;}

.post-title {
	font-family: 'Nunito Sans', sans-serif;
	text-transform: capitalize;
	font-weight: 800;
	font-size: 1.5em;
	color: #001598;
	padding: 0;
	text-align: left;
	margin: 25px 0px;
	line-height: 30px;
}
.social-verticle-icon {
	position: fixed;
	left: 0;
	top: 250px;
	z-index: 99;
	margin: 0;
	padding: 0;
}
.social-verticle-icon li {
	list-style: none;
	display: block;
	margin-bottom: 1px;
}
.social-verticle-icon li:hover {   
    background: #3159b2;
}
.widget_archive {
	margin: 0;
	padding: 0;
}
.widget_archive ul {
	margin: 0;
	padding: 0;
}
.widget_archive ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	font-weight: 700;
	font-size: 1.1em;
	color: #000;
	text-align: left;
}
.widget_archive ul li a {
	color: #001598;
}
/*========================= Contact us page ================= */
.contact-page {
	background: #fcf8e2;
	color: #555555;
	float: left;
	width: 100%;
	padding: 50px 0px;
}
.contact-page-punchline {
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 35px;
	line-height: 35px;
}
.contact-page .form-control {
	border: #cccccc solid 1px;
	height: 65px;
	border-radius: 0px;
	background: #fff;
}
.contact-page .wpcf7-submit {
	background: #17479e;
	border: none;
	padding: 10px 15px;
	font-size: 1.2em;
	color: #fff;
	margin-top: 15px;
}
.contact-page div.wpcf7-validation-errors {
	bottom: 17px !important;
	width: auto !important;
}
/*========================= Current Opportunities page ================= */
.opportunities {
	background: #f1f1f1;
	padding: 15px;
	float: left;
	width: 100%;
	color: #545454;
	margin-bottom: 25px;
}
.jobTitle {
	color: #17479e;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
}
.job-subTitle {
	color: #393939;
	font-size: 1em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.jobs-content {
	color: #545454;
	font-size: 0.9em;
}
.opportunities ul {
	padding-left: 15px;
}
.applynow-button {
	background: #17479e;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
	float: right;
}
.opportunities a.applynow-button {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -50px;
}
.opportunities a.applynow-button:hover {
	background: #000;
}
 @media screen and (max-width: 480px) {
.opportunities a.applynow-button {
	margin-top: 20px;
}
.applynow-button {
	float: none;
}
}
/*========================= News page ================= */

.news-list-image {
	position: relative;
	border: #f7f6f6 solid 2px;
}
.news-list-image img {
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	width: auto;
}
.news-date-field {
	background: #001598;
	display: inline-block;
	position: absolute;
	bottom: -21px;
	color: #fff;
	padding: 3px 7px;
	left: 15px;
}
.news-title {
	background: #1a4a9f;
	padding: 25px 15px 10px 14px;
	margin: 0;
	min-height: 118px;
	margin-bottom: 30px;
	font-size: 1.1em;
	line-height: 23px;
	color: #fff;
	font-weight: 600;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3); text-transform:capitalize;
}

.related-articles .news-title { background:#e6e6e6;}

.yearTitle {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.4em;
	color: #001598;
	margin-bottom: 20px;
	font-weight: 700;
	border-bottom: #eee solid 2px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
.news-title a {
	color: #151515;
	font-weight: 600;
	font-size: 0.8em;
	line-height: 15px;
}
.news-title a:hover {
	text-decoration: none;
}
.single-event-post {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.related-articles {
	float: left;
	width: 100%;
	padding: 45px 0px 35px 0px;
	border: 1px solid #f6f4f4;
	margin: 45px 0px 0px;
	position: relative;
}
.related-title {
	position: absolute;
	top: -13px;
	margin: 0;
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.5em;
	color: #001598;
	background: #fff;
	padding: 0px 15px;
}

.newsSideAddress{
	background: #fff7be url(images/chatBoxBGIMG.png) no-repeat;
	background-position: top -154px left -122px;
	color: #333;
	float: left;
	width: 100%;
	padding: 25px;
	margin-top:71px;
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:1px 1px 1px rgba(0,0,0,0.2);		
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;		
}

.newsSideAddress h4{
    color: #1a4a9f;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 60px;
    line-height: 24px;
}
.newsSideAddress h4 img{
	position: absolute;
	left: 0;
	top: 2px;
}
.newsSideAddress p.name{
	font-size: 22px;
	font-weight: 700;
	color:#1a4a9f;
}
.newsSideAddress a{
	color: #1a4a9f;
}
.newsSideAddressP{
	margin:50px 0 50px 20px;
}
.newsSideAddressP p{
	margin:0;
}
.dneItem{ float:left; width:100%;}
.dneImages{}
.dneImages img{
	width:100%;
}


/*========================= Press Release page ================= */


.press-section {
	margin: 50px 0px 60px 0px;
}
.entry-content {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.1em;
	line-height: 25px;
}

.blog-post .entry-content { height: 120px; }

.entry-content h3 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.3em;
	color: #001598;
	margin-bottom: 10px;
	font-weight: 700;
}
.press-title {
	background: #fafafa;
	padding: 35px 15px 10px 14px;
	margin: 0;
	min-height: 155px;
	border: #f4f1f1 solid 1px;
}
.entry-content a {
	color: #001598;
	font-weight: 600;
}
.subTitle {
	color: #17479e;
	font-size: 1.2em;
	font-weight: 700;
}
.date-field {
	color: #191919;
	font-weight: 700;
	font-size: 1.1em;
}
.press-date-field {
	background: #001598;
	display: inline-block;
	position: absolute;
	bottom: -21px;
	color: #fff;
	padding: 3px 7px;
	left: 15px;
	font-size: 1.2em;
	font-weight: 700;
}
.press-title a {
	color: #151515;
	font-weight: 600;
	font-size: 0.8em;
	line-height: 15px;
}
.press-title a:hover {
	text-decoration: none;
}
 @media screen and (max-width: 480px) {
.entry-content h3 {
	padding-top: 20px;
}
}
/*========================= Employee Testimonial page ================= */

.testi-container {
	background: #f1f1f1;
	padding: 50px 0px;
}
.testimnial-block {
	background: #fff;
	padding: 25px 25px 25px 25px;
	border: #ebebeb solid 2px;
	position: relative;
	font-size: 1.2em;
	line-height: 27px;
	color: #7e7e7e;
	margin-bottom: 30px;
}
.testimnial-block-right {
	background: #fff;
	padding: 25px 25px 25px 25px;
	border: #ebebeb solid 2px;
	position: relative;
	font-size: 1.2em;
	line-height: 27px;
	color: #7e7e7e;
	margin-bottom: 30px;
}
.testiPhoto {
	background: #fff;
	border: #fff solid 3px;
	border-radius: 100px;
	box-shadow: -1px 0px 7px 3px #DDDDDD;
	-webkit-box-shadow: -1px 0px 7px 3px #DDDDDD;
	-moz-box-shadow: -1px 0px 7px 3px #DDDDDD;
	-o-box-shadow: -1px 0px 7px 3px #DDDDDD;
	width: 142px;
	margin: 0 auto;
}
.testiPhoto-right {
	background: #fff;
	border: #fff solid 3px;
	border-radius: 100px;
	box-shadow: -1px 0px 7px 3px #DDDDDD;
	-webkit-box-shadow: -1px 0px 7px 3px #DDDDDD;
	-moz-box-shadow: -1px 0px 7px 3px #DDDDDD;
	-o-box-shadow: -1px 0px 7px 3px #DDDDDD;
	width: 142px;
	margin: 0 auto;
}
.testiProfile {
	margin-top: 25px;
}
.testiHeading {
	font-size: 1.3em;
	font-weight: 700;
	color: #2030a1;
}
.clientName {
	color: #2030a1;
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.client-designation {
	font-style: italic;
	font-size: 0.9em;
	font-weight: 700;
}
.testi-para-content {
}
 @media (min-width: 768px) {
.testimnial-block {
	padding: 25px 25px 25px 100px;
}
.testimnial-block-right {
	padding: 25px 100px 25px 25px;
}
.testiPhoto {
	position: absolute;
	left: -71px;
	top: 75px;
}
.testiPhoto-right {
	position: absolute;
	right: -71px;
	top: 24px;
}
}
/*========================= India Journey page ================= */
.page-mid-cent {
	text-align: center;
	position: relative;
	margin: 20px 0px;
	float: left;
	width: 100%;
}
.about-firstRow-bg {
	background-image: url(images/firstrow-bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0px;
}
.centerTitle {
	font-family: 'brannboll_f_personal_use_onRg';
	text-align: center;
	clear: both;
	color: #000080;
	font-size: 3.5em;
	background: white;
	display: inline-block;
	margin: 0 auto;
	padding: 5px 15px;
	z-index: 9;
}
.page-mid-cent:after {
	content: '';
	border-bottom: #7ecaff solid 1px;
	position: absolute;
	bottom: 51px;
	left: 0;
	right: 0;
	z-index: -1;
}
.page-gray-footer {
	background: #f5f5f5;
	float: left;
	width: 100%;
	padding: 30px 0px;
	text-align: center;
	margin: 0 auto;
}
.knowMore-about-btn {
	background: #ff3c7c;
	padding: 10px 20px;
	font-size: 1.3em !important;
	display: inline-block;
	text-align: center;
	color: #fff !important;
	text-transform: uppercase;
	clear: both;
	margin-top: 25px;
	font-weight: 700 !important;
}
.in-location {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	float: left;
	width: 100%;
}
.in-location li {
	list-style: none;
	background: #fff;
	border-radius: 5px;
	padding: 5px 25px;
	text-transform: uppercase;
	color: #17479e;
	margin: 15px 10px;
	font-weight: 700;
	display: inline-block;
}
.in-location li:hover {
	background: #17479e;
	color: #fff;
}
.knowMore-about-btn:hover {
	background: #17479e;
	color: #fff;
	text-decoration: none;
}
/*========================= Preterm page ================= */

.pretermPage {
}
.pretermPage .pHeading-Color1 {
	color: #f89e53;
}
.pretermPage .pContent-Color1 {
	color: #e97080;
}
.pretermPage .pHeading-Color2 {
	color: #cd8abb;
}
.pretermPage .pContent-Color2 {
	color: #39b9ce;
}
.pretermPage .pHeading-Color3 {
	color: #8cc63e;
}
.pretermPage .preColor-list {
	color: #e97080;
}
.preterm-block1 {
	float: left;
	width: 100%;
	border: #fbfbfb solid 2px;
	margin-bottom: 30px;
}
.preterm-block1 .pb1-title {
	color: #cd8abb;
	font-weight: 600;
	font-size: 1.5em;
}
.preterm-block1 .pb1-dottedBox {
	border: #f89f55 dashed 2px;
	padding: 15px;
	color: #f89f55;
	margin-bottom: 10px;
}
.preterm-block1 .pb1-content {
	padding: 25px;
}
.babyMilestong-block1, .babyMilestong-block3, .babyMilestong-block5, .babyMilestong-block7 {
	background: #fff7e9;
	float: left;
	width: 100%;
	padding: 50px 0px;
}
.babyBlock1-title {
	background: #fff;
	padding: 15px;
	display: inline-block;
	border-radius: 50px;
	border: #f8cccd solid 5px;
	color: #f79548;
	font-size: 2em;
	font-weight: 600;
}
.Baby-listHeading {
	color: #f8a25f;
	font-size: 1.5em;
	font-weight: 600;
	margin-top: 25px;
}
.blue-content {
	color: #39b9ce;
	font-size: 1.3em;
	padding-left: 17px;
}
.babyMilestong-block2 {
	float: left;
	width: 100%;
	padding: 50px 0px;
	color: #f89b53;
	text-align: center;
	font-size: 1.3em;
}
.babyMilestong-block4, .babyMilestong-block6 {
	float: left;
	width: 100%;
	padding: 50px 0px;
}


/*========================= Career Form page ================= */

.uploadresume .wpcf7-submit { background: #17479e;
padding: 8px 15px;
color: #fff;
text-transform: uppercase;
border-radius: 50px; border:none;
}

.uploadresume .form-control { border:#e7e7e7 solid 2px; border-radius:0px; height:45px; box-shadow:none;}

.gray-bg {
	background: #dcdcdc;
	padding: 50px 0px;
}
.careerForm {
	box-shadow: 0 5px 0 #d0d0d0;
	-webkit-box-shadow: 0 5px 0 #d0d0d0;
	-moz-box-shadow: 0 5px 0 #d0d0d0;
	background: #fff;
	border-radius: 6px;
	padding-top: 30px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.careerForm .form-group {
	padding-left: 20px;
	padding-right: 20px;
}
.btn-area {
	background: #eee;
	text-align: center;
	padding-bottom: 25px;
	padding-top: 30px;
	box-shadow: 0 5px 0 #d0d0d0;
	border-radius: 0 0 6px 6px;
	position: relative;
	margin-top: 20px;
}
.careerForm .wpcf7-submit {
	background: #b4005e;
	border: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 8px 20px 5px 20px;
	color: #fff;
}
.careerForm input.form-control {
	height: 40px;
	border-radius: 0px;
	border: #d6d6d6 solid 2px;
	box-shadow: none;
}
.careerForm textarea.form-control {
	border-radius: 0px;
	border: #d6d6d6 solid 2px;
	box-shadow: none;
	height: 120px;
}
.careerForm .form-control:focus {
	border: #001598 solid 2px;
}
.careerForm .wpcf7-submit:hover {
	background: #001598;
	color: #fff;
}
div.wpcf7-validation-errors {
	border: 2px solid #f40a0a;
	position:relative;
	bottom: 0;
	padding: 10px;
	font-weight: 600;
}
.products-wrapper {
	background: #f4f4f4;
	float: left;
	width: 100%;
	padding: 50px 0px;
}
.productsList {
	background: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0px;
}
.productsList img {
	text-align: center;
	margin: 0 auto;
}
.products-title {
	margin-top: 20px;
}
.products-title a {
	color: #001598;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.8em;
}
.products-title a:hover {
	text-decoration: none;
}
.btn-viewmore {
	color: #001598;
	border: #001598 solid 2px;
	border-radius: 50px;
	padding: 6px 25px;
	font-size: 1.2em;
	font-weight: 700;
	margin: 13px 0px;
	position: relative;
	z-index: 9;
	white-space: pre-wrap;
	box-shadow: inset 0 0 0 0 #061fb5;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}
.productsList:hover .btn-viewmore {
	box-shadow: inset 200px 0 0px 0 #001598;
	color: #fff;
}
.productsList:hover .products-title a {
	color: #000;
}

/*========================= Common CSS ================= */

@media (min-width: 768px) {
#menuTab {
	text-align: center;
}
#menuTab ul {
	list-style: none;
	display: inline-table;
}
#menuTab ul li {
	display: inline;
}
#menuTab ul li a {
	display: block;
	float: left;
	height: 35px;
	background: #3498db;
	text-align: center;
	padding: 5px 10px 0 30px;
	position: relative;
	margin: 0 10px 0 0;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	margin-bottom: 25px;
}
#menuTab ul li a:after {
	content: "";
	border-top: 17px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 20px solid #3498db;
	position: absolute;
	right: -19px;
	top: 0;
	z-index: 1;
}
#menuTab ul li a:before {
	content: "";
	border-top: 17px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 20px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
}
#menuTab ul li:first-child a {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#menuTab ul li:first-child a:before {
	display: none;
}
#menuTab ul li:last-child a {
	padding-right: 20px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#menuTab ul li:last-child a:after {
	display: none;
}
#menuTab ul li a:hover, #menuTab ul li a.active {
	background: #354eab;
}
#menuTab ul li a:hover:after, #menuTab ul li a.active:after {
	border-left-color: #354eab;
}
#menuTab ul li a.active {
	background: #354eab;
}
}
.img-effect {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	float: left;
}
.img-effect img {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
.img-effect:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.o-values-frstcolumn:hover .image {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
 @media screen and (max-width: 480px) {
#menuTab {
	float: left;
	width: 100%;
	position: relative;
	z-index: 9;
	margin-bottom: 25px;
	padding-left: 10px;
}
#menuTab ul {
	margin: 0;
	padding: 0;
}
#menuTab ul li a {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #212121;
	font-weight: 700;
}
#menuTab ul li a.active {
	color: #001598;
	font-weight: 700;
	margin-bottom: 20px;
}
#menuTab ul li {
	list-style: none;
	line-height: 19px;
	padding-bottom: 8px;
}
.img-effect {
	margin-bottom: 25px;
}
}
/*========================= Product Page By Jitender ================= */

/*========================= END Jitender ================= */

.read-more-state {
	display: none;
}
.read-more-target {
	opacity: 0;
	max-height: 0;
	font-size: 0;
	transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
	opacity: 1;
	font-size: inherit;
	max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
	content: 'Read More';
}
.read-more-state:checked ~ .read-more-trigger:before {
	content: 'Read Less';
}
.read-more-trigger {
	cursor: pointer;
	display: inline-block;
	padding: 0 .5em;
	color: #001598;
	font-size: .9em;
	line-height: 2;
	border: 2px solid #001598;
	border-radius: 50px;
	padding: 2px 18px;
}
.read-more-trigger:hover {
	background: #001598;
	color: #fff;
}
.first-1days h2 {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 10px;
}
.first-1days ul {
	margin: 0;
	padding: 0;
}
.first-1days ul li {
	list-style: none;
	padding-left: 29px;
	font-size: 0.8em;
}
.first-1days ul li:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	position: absolute;
	left: 32px;
	font-size: 1em;
}
.first-1days ul li a {
	color: #fff;
}
.allergy-item.one.first-1days {
	background-color: #6b27b0;
	min-height: 199px;
}
.allergy-item.first-1days {
	padding: 20px;
}
.whereto-buy {
	float: left;
	width: 100%;
	padding: 25px 0px;
}

.more { display: none; }

.postid-2188 .product-preparation-feeds{
	display:none;
}

.es_textbox_class {
    width: 200px;
    border: #ccc solid 2px;
    height: 31px;
}

.es_submit_button { background: #17479e;
border: none;
color: #fff;
border-radius: 0px;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
padding: 5px;}	
.es_submit_button:hover { background:#000;}


/* =============== 
	Pledge Board Page
=============== */
.clearDiv{
	clear:left;
}

.main_banner{
	text-align: center;
	position: relative;
}
.main_banner img{
	width: 100%;
	display: inline-block;
}
.banner-content{
	position: absolute; 
	top: 25%;
	text-align: left;
}
.banner-content h3{
	color: #fff;
	font-size: 35px;
	text-transform: capitalize;
	font-weight: 600;
}
.banner-content h3 span{
	color:  #21b8ff;
}
.banner-content p{
	font-size: 40px;
	font-weight: 900;
	text-transform:uppercase;
	color:  #21b8ff;
}
.board-btn{
	background-color: #21b8ff;
	display: inline-block;
	border-radius: 50px;
	padding: 10px 50px;
}
 .board-btn a{
 	color: #fff;
 	font-weight: 700;
 	text-align: center;
 	font-size: 20px;
 }
  .board-btn a:hover{
  	text-decoration: none;
  }
.content_wrapper{
	padding: 20px;
	margin: 15px auto;
	text-align: center;
	line-height: normal;
}
.content_wrapper h3{
	color: #229ed8;
	font-size: 30px;
	font-weight: 700;
}
.content_wrapper p{
	color: #4c4c4c;
	font-size: 30px;
	font-weight: 300;
}
.content_wrapper p:last-child{
	color: #093e57;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 800;
}
.counter-wrapper{
	background-color: #209dd8;
	background-image: url('images/counter-bg.jpg');
	background-size: cover;
	background-position: left center;
	text-align: center;
	color: #fff; 
	padding: 15px;
}
.counter-wrapper h3{
	font-size: 31px; 
	font-weight: bold;
	margin-bottom: 15px;
}
.counter-wrapper ul li{
	font-weight: bold;
	font-size: 66px;
	background-color: rgba(0,0,0,0.32);
	border-radius: 15px;
	padding: 15px;
	line-height: 45px;
}
.doctor_list_heading{
	background-color: #093e57;
	padding: 15px 0px;
	margin: 40px 0px;
}
.doctor_list_heading h3{
	font-size: 25px;
	color: #fff;
	float: left;
	margin: 0px;
	text-transform: uppercase;
}
.doctor_list_heading h3 span{
	color: #36b3ed;
	text-transform: lowercase;
}
.doctor_list_heading ul{
	float: right;
	padding: 0px 5px;
	margin-bottom: 0px;
 }
 .doctor_list_heading ul li{
 	font-size: 15px;
 	color: #fff;
 	position: relative;
background-color: #229ed8;
  border: 1px solid #fff;
 }
 .doctor_list_heading ul li a{
 	color: #fff;
 }
 .doctor_list_heading ul li a:hover{
 	text-decoration: none;
 }

 .doctor-item-list{
 	margin: 30px 0px;
 	background-color: #f1f1f1;
 	padding: 15px;
 	padding-bottom: 0px;
 }
 .doc_img img{
 	width: 100%;
 	max-width: 100%;
 }
 .doc_img, .doc_intro{
 	position: relative;
 }
  .doc-header{
  	padding-top: 20px;
  	position: relative;
  }
 .doc-header h3{
	color: #229ed8;
	font-size: 19px;
	text-align: center;
	margin-bottom: 0px;
	text-transform: uppercase; 
 }
  .doc-header p{
	color: #737373;
	font-size: 12px;
	text-align: center;
 }
 .doc-footer{
	background-color: #229ed8;
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff; 
 }
  .doc-footer span{
  	font-size: 15px;
  }
  .sprt-icon{
  	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-30%);
  }
  .footer_bottom{
  	background-color: #093e57;
  	padding: 15px 0px; 
  }
  .footer_bottom span{
  	color: #fff;
  	font-size: 12px;
  }
   .footer_bottom span i{
   	background-color: #fff;
   	color: #093e57;
   	display: inline-block;
   	width: 20px;
   	height: 20px;
   	line-height: 20px;
   	border-radius: 50%;
   	text-align: center;
   	margin: 0px 5px;
   	cursor: pointer;
   	transition: .7s all ease-in-out;
   }
   .footer_bottom span i:hover{
     	transform: rotate(360deg);
     }
     @media(max-width: 767px){
     	.content_wrapper{
     		margin-top: 0px;
     	}
     	.content_wrapper h3{
     		font-size: 25px;
     	}
     	.content_wrapper p{
     		font-size: 18px;
     	}
     	.content_wrapper p:last-child{
     		font-size:35px;
     	}
     	.counter-wrapper ul li{
     		font-size: 50px;
     		line-height: 40px;
     	}
     	.doctor_list_heading ul{
     		margin-top: 20px;
     		margin-bottom: 0px;
     	}
     	.content_wrapper h3{
     		margin-top: 0px;
     	}
     }
	 
	 
@media(max-width: 767px){
 .banner-content{
  top: 34px;
 }
 .banner-content h3{
  font-size: 22px;
 }
 .banner-content p{
  font-size: 23px;
  margin-top: 26px;
  line-height: normal; 
  color:#FFF;
 }
 .board-btn{
  padding: 6px 23px;
  font-size: 14px;
 }
}
	

.pagination-wrapper{
	position: relative;
	float: right;
	display: inline-block;
}
.pagination-wrapper span a{
	color:#fff;
}
.prev{
	position: absolute;
	left: -60px; 
	z-index: 999;
	cursor: pointer;
}
.next{
	position: absolute;
    right: -32px;
    cursor: pointer;
}
@media(max-width: 767px){
	.pagination-wrapper{
		margin-right:85px;
	}
	.pagination-wrapper span{
		top: 20px;
	}
}

/* Jitender 20 Nov 2017 */

.modal-body.pdf-1000-from-body{
	padding:10px;
}

.modal-dialog.modaldialog1000popup{
	width:700px;
	max-width:100%;
}
.popup1000page{
	background-image:url(images/popup1000bg.jpg);
	background-position:top right;
	background-size:cover;
}
.popup1000title{
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: 700;
	margin: 0 0 15px;
	
}


.pdf-1000-from{
	display:block;
	width:100%;
	/*border:dashed 1px #43015f;*/
	padding:15px;
}
.pdf-1000-from-block{
	display:block;
	width:100%;
	margin-bottom:20px;
}

.popup1000field{
	float:left;
	width:100%;
	color:#ffffff;
	margin-bottom:15px;
	position:relative;
}



.popup1000page input[type="text"],
.popup1000page input[type="email"],
.popup1000page input[type="tel"]{
	color:#4c295b;
	width: 100%;
	padding: 8px 15px;
	border: solid 1px #fff;
	background-color: #fff;
	
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;		
}
.popup1000page input[type="text"]:focus,
.popup1000page input[type="email"]:focus,
.popup1000page input[type="tel"]:focus{
	border: solid 1px #43015f;
}
.popup1000page input[type="submit"]{
	color:#ffffff;
	padding: 8px 35px;
	border: solid 1px #43015f;
	background-color: #43015f;
	text-transform:uppercase;
	
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;		
}
.popup1000page input[type="submit"]:hover,
.popup1000page input[type="submit"]:focus{
	background-color:transparent;
}

.popup1000page span.wpcf7-list-item{
	float:left;
	width:50%;
	margin:0;
}

.close.popup1000page{
	margin: 10px 15px 0 0;
	color: #fff;
	position: absolute;
	right: 0;
	z-index: 999;
}

.popup1000fieldcap{
	background-color: #704481;
	float: left;
	color: #fff;
	padding: 1px 10px 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
}




.pdf-1000-from-block input[type="text"],
.pdf-1000-from-block input[type="email"],
.pdf-1000-from-block input[type="tel"]{
	width: 100%;
	padding: 10px 15px;
	border: solid 1px #bebebe;
	background-color: #fff;
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.1);
}
.pdf-1000-from-block input[type="submit"]{
	background-color: #cf0157;
	border: solid 1px #cf0157;
	display: inline-block;
	border-radius: 50px;
	padding: 7px 30px 4px 30px;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #fff;
	font-weight: 600;
	cursor:pointer;
}
.pdf-1000-from-block input[type="submit"]:hover,
.pdf-1000-from-block input[type="submit"]:focus{
	background-color: transparent;
	color:#cf0157;
	text-decoration:none;
}

.pdf-1000-from-body div.wpcf7-response-output{
	color: #fff;
	float: left;
	border-color: #ffffff;
	width: 100%;

}

.requiredField{
	float:left;
	position:absolute;
	color:#fff;
	top:-3px;
	left:-5px;
	font-family:Arial, Helvetica, sans-serif;
}

.h1seo{
	font-size:30px;
	margin-top:auto;
	
}

.contact-info { background: #f2f2f2;
padding: 15px;
line-height: 20px;
display: inline-block;}

.contact-one { line-height: 17px; margin-top: 0;}
.contact-two { line-height: 17px; margin-top: 25px;}

.entry-date{
	color:#6792df;
	float:left;
	width:100%;
}

.postid-950 .wheretobuy,
.postid-952 .wheretobuy,
.postid-941 .wheretobuy,
.postid-943 .wheretobuy{
	display:none;
}

.pack_price_table{
	float:left;
	width:100%;
	text-align:center;
}

#squarespaceModal .wpcf7-form .form-group input.wpcf7-validates-as-required {
    background-image: url(http://stagingdanoneweb.tk/wp-content/themes/danone/images/star-icon.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#squarespaceModal .wpcf7-form .form-group input.wpcf7-validates-as-required {
    position: relative;
}

.bpost .col-md-6:nth-child(even) {
	clear: both;
} 


.blog-post-content .row{text-align: left; padding: 15px;}
.blog-post-content strong{ font-size: 23px;  color: #3649a9;}
.blog-post-content{text-align: center;}
@media(max-width: 730px){
  .blog-post {
    float: left;
    width: 100%;
    margin: 20px 0px 10px;
}
.right-img-blog{
    padding-bottom: 20px;
}
.left-img-blog{
    padding-bottom: 20px;
}
.blog-post-content strong {
    font-size: 23px;
    color: #3649a9;
    line-height: 27px;
}
.blog-post-content .row p {
    padding-top: 10px;
}
.blog-post-content p {
    margin: 0;
}
 }

.blog-post-content .row {
text-align: left;
padding: 25px;}
.blog-post-content {text-align: left;}





/* PreMaturityWeek PAGE CSS STARTS HERE */
.pre-maturity-banner-cnt {
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.pre-maturity-banner-cnt h3 {
    margin: 30px 0 5px 0;
    color: #ffffff;
    font-size: 36px;
    font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
}
.pre-maturity-banner-cnt h3 span {
    color: #21b8ff;
}
.pre-maturity-banner-cnt h2 {
    color: #21b8ff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 150px 0;
}
.pre-maturity-banner-circle {
    width: 250px;
    height: 250px;
    background-color: #ffffff;
    border-radius: 100%;
    padding: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	-webkit-box-shadow: 0px 3px 7px 0px #a2a2a2;
	-moz-box-shadow: 0px 3px 7px 0px #a2a2a2;
	box-shadow: 0px 3px 7px 0px #a2a2a2;
}
.pre-maturity-banner-circle-left {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.pre-maturity-banner-circle-right {
    width: 64%;
    display: inline-block;
    vertical-align: middle;
}
.pre-maturity-banner-circle-right p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    color: #119dc6;
    margin: 0 0 5px 0;
	line-height: 20px;
}
.pre-maturity-banner-circle-right h5 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat';
    text-transform: uppercase;
	margin: 0;
}
.title_div {
    width: 100%;
    float: left;
}
.title_div h2 {
    color: #229ed8;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin: 65px 0 50px 0;
}
.premature-babies-same {
    width: 100%;
    float: left;
    padding: 0 15px;
}
.premature-babies-div-left {
    background-color: #229ed8;
} 
.premature-babies-img {
    text-align: center;
}
.premature-babies-img img {
    max-width: 100%;
}
.premature-babies-same h2 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0 15px 0;
    text-align: center;
}
.premature-babies-div-right {
    background-color: #3159b2;
}
.premature-babies-pdf {
    width: 100%;
    float: left;
	padding: 15px 0;
}
.premature-babies-pdf-item {
    width: 32.6%;
    text-align: center;
    display: inline-block;
}
.premature-babies-pdf-item:nth-child(1) {
    width: 30%;
}
.premature-babies-pdf-item:nth-child(2) {
    width: 35%;
}
.premature-babies-pdf-item:nth-child(3) {
    width: 32%; 
}
.premature-babies-pdf-item span {
    width: 100%;
    display: inline-block;
}
.premature-babies-pdf-item span a {
    text-decoration: none;
}
.premature-babies-pdf-item span a img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.premature-babies-pdf-item span a span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    text-transform: uppercase;
    text-align: left;
    width: 70%;
}
.slider-top-cnt {
    width: 100%;
    position: relative;
	display: inline-block;
}
.slider-top-cnt-img img {
    width: 100%;
}
.slider-top-cnt-img-cnt {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
	padding: 10px;
}
.slider-top-cnt-img-cnt p {
    font-size: 17px;
    color: #ffffff;
    margin: 0 0 40px 0;
}
.slider-top-cnt-img-cnt h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.slider-title-para {
    color: #6a6a6a;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 13px 0;
}
.slider-div-main {
    width: 100%;
    float: left;
}
.contact-us-div h2 {
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 25px 0 22px 0;
}
.contact-us-div .form-group {
    margin-bottom: 22px;
}
.contact-us-div .form-group .form-control {
    color: #022332;
    font-size: 21px;
    height: auto;
    border: 0;
    border-radius: 25px;
    padding: 10px 30px;
}
.contact-us-div {
    width: 100%;
    float: left;
    background-color: #229ed8;
    padding: 0 11% 10px;
}
.form-group .checkbox-inline input {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 5px 0 0;
    opacity: 0;
}
.form-group .checkbox-inline .checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    margin: 0;
    color: #022332;
    border: 0;
	border-radius: 5px;
}
.form-group .checkbox-inline .checkmark:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid gray;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.form-group .checkbox-inline input:checked ~ .checkmark::after {
    display: block;
}
.check-text {
    color: #ffffff;
    font-size: 15px;
    vertical-align: middle;
}
.contact-us-div .btn {
    margin: 0 auto;
    display: table;
    background-color: #022332;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 26px;
    border-radius: 25px;
    font-weight: 700;
    padding: 7px 50px;
}
.contact-us-div .btn:hover{
	background: #ffffff;
	color: #022332;
} 
.pre-maturity-footer {
    border: 0;
    background-color: #093e57;
    padding: 15px 0;
}
.footer-left {
    width: 100%;
    float: left;
}
.footer-left p {
    margin: 5px 0 0 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}
.footer-left .copy-right {
    text-align: center;
}
.footer-right {
    text-align: right;
    width: 100%;
    float: left;
}
.social-icon-list {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
	padding: 0;
}
.social-icon-list li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.social-icon-list li a {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    display: inline-flex;
    vertical-align: middle;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.social-icon-list li a:before {
    content: "";
    font-family: fontawesome;
    color: #093e57;
    font-size: 18px;
}
.social-icon-list li a.twitter:before {
    content: "\f099";
}
.social-icon-list li a.facebook:before {
    content: "\f09a";
}
.social-icon-list li a.whatsapp:before {
    content: "\f232"; 
}
.premature-babies-section {
    width: 100%;
    float: left;
}
.contact_us_section {
    width: 100%;
    float: left;
	margin: 0 0 40px 0;
}
.contact_us_section .title_div h2 {
    margin-bottom: 32px;
}
.phone-number:before {
    background: url("../images/care-icon.png") no-repeat;
}
.emai-address::before {
    background: url("../images/email-icon.png") no-repeat;
}
.tabbable {
    width: 100%;
    float: left;
}
.margin-bottom-div {  
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.slider-top-cnt .premature-babies-pdf {
    background-color: #229ed8;
	padding: 5px 0;
}
.swiper3 .slider-top-cnt .premature-babies-pdf {
    background-color: #3159b2;
}
.slider-top-cnt .premature-babies-pdf-item {
    width: 32.1%;
}
.slider-top-cnt .premature-babies-pdf-item span a span {
    font-size: 10px;
    margin: 5px 0 0 0;
    width: 100%;
    text-align: center;
	
}
.arrow-wrapper {
    display: none;
}
.slider-div .swiper-pagination {
    position: inherit;
    top: 0;
    left: 0;
    margin: 12px 0 0 0;
}
.swiper-pagination2 {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
}
.swiper-pagination2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background-color: transparent;
    border: 2px solid #229ed8;
    opacity: 1;
    border-radius: 100%;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
	background-color: #229ed8;
}
.swiper-pagination3 {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
}
.swiper-pagination3 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background-color: transparent;
    border: 2px solid #3159b2;
    opacity: 1;
    border-radius: 100%;
}
.swiper-pagination3 .swiper-pagination-bullet-active {
	background-color: #3159b2;
}
.slider-div .premature-babies-pdf-item span a img{
	width: 17px;
}
.pre-maturity-banner-img img {
    width: 100%;
}
.mobile_banner {
    display: none;
}
.tablet_banner {
    display: none;
}
.social-icon-popup .modal-body {
    width: 100%;
    display: inline-block;
}
.social-icon-popup .footer-right {
    text-align: center;
}
.social-icon-popup .social-icon-list li a {
    background-color: #ffffff;
	width: 38px;
	height: 38px;
}
.social-icon-popup .social-icon-list li a::before {
    color: #46a8e2;
}
.social-icon-popup .modal-header h2 {
    color: #229ed8;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    width: 97%;
    float: left;
}
.important-notice-popup {
    position: fixed;
    color: #fff;
    font-size: 16px;
    z-index: 99999;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.5);
    width: 500px;
    max-width: 100%;
    background: #46a8e2;
    background: -moz-linear-gradient(top, #46a8e2 0%, #3a5cb2 100%);
    background: -webkit-linear-gradient(top, #46a8e2 0%,#3a5cb2 100%);
    background: linear-gradient(to bottom, #46a8e2 0%,#3a5cb2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a8e2', endColorstr='#3a5cb2',GradientType=0 );
}
.close-inp {
    float: right;
    margin: -20px -15px 0 0;
}
.important-notice-popup p {
    margin: 0;
}  
.close-inp .close {
    color: #ffffff;
    opacity: 1;
}
.by-default-popup .modal .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
	margin: 0;
	border: 0;

}
.important-notice-popup strong {
    margin-bottom: 15px;
    font-size: 21px;
    text-align: center;
    width: 100%;
    float: left;
}
.modal {
    background-color: rgba(0, 0, 0, 0.53);
	padding: 0 !important;
}
.pre-maturity-banner-log {
    display: none;
}
.check-text a {
    text-decoration: underline;
    color: #ffffff;
	outline: 0;
}
/* STICKY CSS */							
	.social-verticle-icon {
		position: fixed;
		left: 0;
		top: 250px;
		z-index: 9;
		margin: 0;
		padding: 0;
	}
	.social-verticle-icon li {
		list-style: none;
		display: block;
		margin-bottom: 1px; 
	}  
/* STICKY CSS */

/* RESPONSIVE PAGE CSS STATRS HERE */
@media screen and (max-width: 1199px) {
.phone-number:before {
    background: url("../images/white-care-icon.png") no-repeat;
}
.emai-address:before {
    background: url("../images/white-email-icon.png") no-repeat;
    top: 10px;
}




}

@media screen and (min-width: 1024px) {
.dropdown:hover .dropdown-menu {
    /*display: block;*/ 
}

} 

@media screen and (max-width: 1023px) {
.navbar-nav {
    padding-left: 25px;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-nav > li.dropdown:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

}



@media(min-width:1200px) and (max-width:1279px){
.pre-maturity-banner-cnt {
    bottom: -35px;
}	 
	
}



@media(min-width:992px) and (max-width:1199px){
.premature-babies-pdf-item span a span {
    text-align: center;
    width: 100%;
}	
	
.pre-maturity-banner-cnt {
    bottom: unset;
    left: 0;
    top: 15px;
}
.pre-maturity-banner-cnt h2 {
    margin: 0 0 30px 0;
}	
.premature-babies-pdf-item {
    width: 32.5%;
}
.slider-top-cnt-img-cnt p {
    margin: 0 0 50px 0;
}



	
}

@media(min-width:768px) and (max-width:991px){
.pre-maturity-banner-log img {
    display: none;
}
.pre-maturity-banner-cnt h3 {
    margin: 2px 0 2px 0;
    font-size: 26px;
}
.pre-maturity-banner-cnt h2 {
    font-size: 26px;
    margin: 10px 0 10px 0;
}
.desktop_banner {
    display: none;
}
.tablet_banner {
    display: block;
}	
.pre-maturity-banner-cnt {
    bottom: unset;
    left: 0;
    top: 25px;
}
.pre-maturity-banner-circle {
    width: 185px;
	height: 175px;
	display: none;
}
.pre-maturity-banner-circle-left img {
    width: 40px;
}
.pre-maturity-banner-circle-right p {
    font-size: 15px;
    margin: 0px 0 5px 5px;
    line-height: 16px;
}
.pre-maturity-banner-circle-right h5 {
    font-size: 16px;
}
.title_div h2 {
    font-size: 22px;
    margin: 55px 0 35px 0;
}
.tabbable .nav-tabs li {
    width: 50%;
}
.premature-babies-same h2 {
    font-size: 20px;
    margin: 15px 0 15px 0;
}
.slider-div-item {
    width: 25%;
}
.premature-babies-pdf {
    padding: 10px 0;
}
.premature-babies-pdf-item span a span {
    font-size: 13px;
    width: 100%;
    text-align: center;
	margin: 5px 0 0 0;
}
.premature-babies-pdf-item {
    width: 32.5%;
}
.premature-babies-pdf-item span a span br {
    display: none;
}
.contact-us-div h2 {
    font-size: 40px;
}
.contact-us-div .form-group .form-control {
    font-size: 20px;
}
.contact-us-div .btn {
    font-size: 22px;
}
.premature-babies-right {
    width: 638px;
    margin: 0 auto;
}
.premature-babies-left {
    width: 638px;
    margin: 0 auto;
}
.slider-div-main {
    margin: 0;
    padding: 15px;
    border: 2px solid #229ed8;
    border-top: 0;
}
.slider-title-para {
    font-size: 18px;
    margin: 0 0 10px 0;
    text-align: center;
}






}

@media screen and (max-width: 767px) {
.slider-div-main {
    margin: 0;
    padding: 15px;
    border: 2px solid #229ed8;
	border-top: 0;
}
.premature-babies-right {
    width: 100%;
}  
.slider-title-para {
    font-size: 16px;
    margin: 0 0 5px 0;
    text-align: center;
} 
	
}

@media(min-width:576px) and (max-width:767px){
.important-notice-popup strong {
    font-size: 19px;
}	
.premature-babies-pdf-item span a span br {
    display: none;
}	
.pre-maturity-banner-cnt {
    position: absolute;
    bottom: unset;
    top: 10px;
}
.pre-maturity-banner-log {
	display: none;
}
.pre-maturity-banner-log img {
    width: 70px;
}
.pre-maturity-banner-cnt h3 {
    margin: 10px 0 10px 0;
    font-size: 20px;
}
.pre-maturity-banner-cnt h2 {
    font-size: 22px;
    margin: 0 0 130px 0;
}
.pre-maturity-banner-circle-left img {
    width: 40px;
}
.pre-maturity-banner-circle-right p {
    font-size: 14px;
    margin: 0 0 5px 5px;
    line-height: 13px;
}
.pre-maturity-banner-circle-right h5 {
	margin: 0 0 0 5px;
    font-size: 13px;
}
.pre-maturity-banner-circle {
    width: 170px;
    height: 170px;
	display:none;
}	
	
	
	
	
.tablet_banner {
    display: block;
}
.desktop_banner {
    display: none;
}	
.container {
    width: 576px;
}	
.tabbable .nav-tabs {
    width: 546px;
    margin: 0 auto;
}		
.footer-left p {
    margin: 0 0 10px 0;
    font-size: 14px;
    text-align: center;
}
.footer-right {
    text-align: center; 
    width: 100%;
}	
.pre-maturity-banner-cnt {
 	
} 
.title_div h2 {
    font-size: 22px;
    margin: 20px 0 20px 0;
}
.premature-babies-same h2 {
    font-size: 22px;
    margin: 15px 0 15px 0;
}
.premature-babies-div-left {
    
}
.slider-div-item {
    width: 33.3%;
}
.contact_us_section .title_div h2 {
    margin-bottom: 20px;
}
.contact-us-div h2 {
    font-size: 36px;
    margin: 20px 0 20px 0;
}
.contact-us-div .btn {
    font-size: 22px;
}
.contact-us-div .form-group .form-control {
    font-size: 18px;
}


	
	
}

@media(min-width:320px) and (max-width:575px){
.mobile_banner {
    display: block;
}	
.desktop_banner {
    display: none;
}
.premature-babies-pdf-item span a span br {
    display: none;
}	
.pre-maturity-banner-cnt {
    position: absolute;
    text-align: center;
    bottom: unset;
    top: 10px;
}
.pre-maturity-banner-log {
    text-align: center;
	display: none;
}
.pre-maturity-banner-log img {
    width: 70px;
}
.pre-maturity-banner-cnt h3 {
    margin: 10px 0 10px 0;
    font-size: 20px;
	text-align: center;   
}
.pre-maturity-banner-cnt h2 {
    font-size: 22px;
    margin: 0 0 230px 0;
    text-align: center;
}

.pre-maturity-banner-circle-left img {
    width: 40px;
}
.pre-maturity-banner-circle-right p {
    font-size: 14px;
    margin: 0 0 5px 5px;
    line-height: 13px;
}
.pre-maturity-banner-circle-right h5 {
	margin: 0 0 0 5px;
    font-size: 13px;
}
.pre-maturity-banner-circle {
    width: 170px;
    height: 170px;
	display: none;
}
.title_div h2 {
    text-align: center;
    font-size: 18px;
    margin: 45px 0 15px 0;
}
.title_div h2 br {
    display: none;
}	
.premature-babies-same h2 {
    font-size: 18px;
    margin: 10px 0 10px 0;
    text-align: center;
}
.premature-babies-pdf {
    padding: 10px 0;
}
.premature-babies-pdf-item {
    width: 32.4%;
}
.premature-babies-pdf-item span a span {
    font-size: 12px;
    margin: 5px 0 0 0;
    width: 100%;
    text-align: center;
}	
.premature-babies-div-left {
}
.slider-div-item {
    width: 50%;
}
.slider-top-cnt-img-cnt p {
    font-size: 16px;
    margin: 0 0 70px 0;
}
.contact-us-div h2 {
    font-size: 25px;
    margin: 15px 0 15px 0;
}
.contact-us-div {
    padding: 0 15px 15px;
}
.contact-us-div .form-group .form-control {
    font-size: 16px;
    border-radius: 20px;
    padding: 8px 20px;
}
.contact-us-div .btn {
    font-size: 18px;
    border-radius: 20px;
    padding: 6px 50px;
}
.check-text {
    font-size: 13px;
    vertical-align: middle;
    width: 90%;
    display: inline-block;
}
.form-group .checkbox-inline .checkmark {
    top: 0;
}
.contact-us-div .form-group {
    margin-bottom: 15px;
}
.footer-left p {
    margin: 0 0 10px 0;
    font-size: 13px;
    text-align: center;
}
.footer-right {
    text-align: center;
    width: 100%;
} 
.contact_us_section .title_div h2 {
    margin-bottom: 15px;
}	
.important-notice-popup {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
	width: 92%;
	max-width: 92%;
}	
.important-notice-popup strong {
    margin-bottom: 10px;
    font-size: 17px;
}
	
}	
/* RESPONSIVE PAGE CSS ENDS HERE */


/* PreMaturityWeek PAGE CSS ENDS HERE */