@media (min-width:768px) {
	.container {
		max-width: 720px;
	}

	.line {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
	}

	section.bottom-bar .container {
		max-width: 770px;
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1260px;
	}

	.section2 .container,
	.section3 .container,
	.section4 .container,
	.section5 .container,
	.section6 .container,
	.section7 .container,
	.section1a .container,
	section.section1 .container {
		max-width: 1130px;
	}
}

@media (min-width:1400px) {
	section.banner {
		padding: 140px 0 140px !important;
	}

}

.section2,
.section3,
.section4,
.section5,
.section6,
.section7 {
	padding: 20px 0;
}

.section7 {
	padding-bottom: 40px;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto !important;
	float: none !important;
	margin-left: auto !important;
}

img {
	max-width: 100%;
	display: inline-block;
	height: auto;
}

@font-face {
	font-family: 'gt_walsheimbold';
	src: url('https://learn.cordblood.com/rs/589-XFH-557/images/gtwalsheim-bold-webfont.woff2') format('woff2'), url('https://learn.cordblood.com/rs/589-XFH-557/images/gtwalsheim-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gt_walsheimregular';
	src: url('https://learn.cordblood.com/rs/589-XFH-557/images/gt-walsheim-web.woff-webfont.woff2') format('woff2'), url('https://learn.cordblood.com/rs/589-XFH-557/images/gt-walsheim-web.woff-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	font-family: gt_walsheimregular, sans-serif;
	color: #241F21;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0 0 16px;
	color: #3D0F53;
	font-weight: normal;
	font-family: 'gt_walsheimbold', sans-serif !important;
}

h1 {
	font-size: 60px;
	line-height: 66px;
}

h2 {
	font-size: 48px;
	line-height: 53px;
}

h3 {
	font-size: 30px;
	line-height: 35px;
}

h4 {
	font-size: 22px;
	line-height: 36px;
}

h5 {
	font-size: 20px;
	line-height: 26px;
}

h6 {
	font-size: 17px;
	line-height: 23px;
}

/*section {
	padding: 50px 0;
}*/

.bPad {
	padding-bottom: 30px;
}

p {
	font-size: 17px;
	color: #241F21;
	line-height: 23px;
	font-family: 'gt_walsheimregular', sans-serif;
	font-weight: normal;
	margin: 0 0 20px;
}

p:last-child {
	margin-bottom: 0 !important;
}

a {
	color: #3D0F53;
}

strong {
	font-family: 'gt_walsheimbold', sans-serif !important;
	font-weight: 700;
}

section.top-bar {
	padding: 15px 0;
}

section.bottom-bar {

	padding-top: 42px;
}

section.bottom-bar h4 {
	font-size: 20px;
	line-height: 25px;
	color: #3d0f53;
	margin-bottom: 15px;
	font-family: 'gt_walsheimbold', sans-serif !important;
}

section.bottom-bar h3 {
	color: #3d0f53;
	margin-bottom: 20px;
	font-family: 'gt_walsheimregular', sans-serif;
}

section.bottom-bar p {
	font-size: 32px;
	line-height: 38px;
	font-family: 'gt_walsheimregular', sans-serif;
}

section.bottom-bar a {
	color: #3D0F53;
	letter-spacing: 1px;
	font-weight: 600;

}

section.top-bar h2 {
	color: #fff;
	font-size: 17px;
	line-height: 24px;
	margin: 0;
	font-family: 'gt_walsheimregular', sans-serif;
}

.preheaderText {
	max-width: calc(100% - 185px);
	padding-right: 30px;
}

.preheaderCTA {
	width: 185px;
}

sup {
	top: -0.2em;
}

.Section1 .BRT {
	top: -30px;
	font-size: 35%;
	position: relative;
	vertical-align: baseline;
}

section.banner {
	max-width: 1260px;
	margin: 0 auto;
	background-image: url('https://learn.cordblood.com/rs/589-XFH-557/images/Header-Image%402x.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #ffffff;
	display: block;
	padding: 70px 0 120px;
	background-position: top center;
}

.banner h1 {
	margin: 0;
}

.secWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px;
	border: 0px;
	background-color: transparent;
	border-radius: 10px;
	overflow: hidden;
}

.secWrap .line {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	margin-top: 4px;
}

.secWrap .icon {
	width: 34px;
	padding-right: 10px;
	margin-top: 4px;
}

.secWrap .content {
	width: calc(100% - 34px);
}

.secWrap h4 {
	margin: 0 !important;
}

.secLeft {
	width: 66%;
	padding: 15px 40px 15px 10px;
}

.secRight p {
	margin-bottom: 20px !important;
}

.secRight {
	width: 34%;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	border-radius: 10px;
}

section .inner-content h3 {
	color: #3D0F53;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

section .inner-content span {
	font-size: 22px;
	line-height: 28px;
	color: #3D0F53;
	vertical-align: middle;
}

section .inner-content img {
	max-width: 28px;
}

section .inner-content .col-sm-6 {
	padding-bottom: 20px;
}

section .inner-content h6 {
	color: #3D0F53;
	margin-bottom: 5px;
	margin-top: 8px;
	padding-top: 15px;
	border-top: 1px solid #d4cfcf;
}

.bg-img a {
	margin-bottom: 20px;
}

header {
	padding: 10px 0;
}

header a {
	color: #9E75E8 !important;
}

header a.CTA {
	border-color: #6b4de0 !important;
	background: #6b4de0 !important;
	margin-left: 30px;
}

a:hover {
	text-decoration: none !important;
}


header a.CTA:hover {
	background-color: #3D0F53 !important;
	border-color: #3D0F53 !important;
}

header .dis {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	max-width: calc(100% - 240px);
	padding: 0 15px;
}

header .leftText {
	max-width: 100%;
}

header .rightCTA {
	width: 215px;
}

.headerLogo a {
	position: relative;
	margin-right: 30px;
	width: 230px;
	height: 80px;
}

.headerLogo a img {
	max-width: 200px;
}

.headerLogo>a::before {
	width: 1px;
	height: 55px;
	content: '';
	display: block;
	background-color: #cbcbcb;
	right: -16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.headerWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 -15px;
	width: calc(100% + 30px);
}

.headerWrap .headerLogo span img {
	width: 230px;
	height: 80px;
}

.headerLogo {
	width: 600px;
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.headerLogo>a::after {
	display: block;
	height: 80px;
	content: '';
	width: 100%;
	position: absolute;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}

.section1 h3 {
	margin-bottom: 10px;
}

.section1a {
	padding: 40px 0 15px;
}

.section1a h2 {
	margin: 0;
	color: #9E75E8;
}

.section2 {
	padding: 120px 0px;
}

.section2 .bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section2 .title {
	color: #fff;
	margin-bottom: 40px;
}

.content-outerBox {
	background: #fff;
	border-radius: 5px;
	padding: 35px 38px;
	margin-bottom: 24px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.content-outerBox h3 {
	margin-bottom: 8px;
	margin-top: 24px;
}

.content-outerBox .icon.circle-img {
	width: 90px;
	height: 90px;
	display: inline-block;
	position: relative;
}

.content-outerBox .icon.circle-img img {
	max-width: 90px;
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	margin: 0 auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.section3 .bg-img p {
	text-align: center;
}

.section3 {
	background-color: #fff;
}

.section3 .bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section4 .bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section4 .bg-img p {
	text-align: center;
}

.section5 .bg-img p,
.section7 .bg-img p {
	text-align: center;
}

.section5 .bg-img,
.section7 .bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section6 .bg-img p {
	text-align: center;
}

.section6 .bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section2 .bg-img p {
	text-align: center;
}

section .inner-content p {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 15px;
}


a.CTA {
	border-style: solid !important;
	border-width: 1px !important;
	border-color: #1aba99 !important;
	border-radius: 25px;
	font-size: 20px !important;
	font-family: "gt_walsheimbold" !important;
	color: #ffffff !important;
	line-height: 26px;
	text-align: center;
	text-shadow: none;
	background: #1aba99 !important;
	min-width: 185px;
	padding: 9px 25px !important;
	display: inline-block;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

a.CTA:hover {
	transform: scale(1.07, 1.07);
	box-shadow: 0 7px 15px rgb(50 50 93 / 10%), 0 3px 5px rgb(0 0 0 / 10%);
}

a.CTA-top {
	border-style: solid !important;
	border-width: 1px !important;
	border-color: #fff !important;
	border-radius: 25px;
	font-size: 20px !important;
	font-family: "gt_walsheimregular" !important;
	color: #ffffff !important;
	line-height: 26px;
	text-align: center;
	text-shadow: none;
	background: transparent !important;
	min-width: 185px;
	padding: 8px 25px !important;
	display: inline-block;
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

a.CTA-top:hover {
	transform: scale(1.07, 1.07);
	box-shadow: 0 7px 15px rgb(50 50 93 / 10%), 0 3px 5px rgb(0 0 0 / 10%);
}


.drop-down-box img {
	max-width: 100px;
	margin: 0 0 10px;
}


/************************* MY CSS StARTS AS **********************/

.mainBanner {
	padding-top: 80px;
}

.mainBanner.Section_1 .full-width-img-outer {
	padding-top: 22px !important;
}

.perfomance-records .outerCol {

	margin: 0px 0px 12px 0;
}

.perfomance-records .container h3 {
	color: #fff !important;
}

.perfomance-records .container h3:before {
	display: none;
}

.perfomance-records .container p {
	color: #3b1260 !important;
}

.perfomance-records .container .text-left {
	max-width: 245px !important;
}

.secWrap .client-heading {
	color: #ffffff;
	font-size: 22px;
	font-family: 'gt_walsheimbold', sans-serif;
}

.secWrap .Sign {
	color: #ffffff;
	font-size: 16px;
	line-height: 18px;
	font-family: 'gt_walsheimregular', sans-serif;

}

.Section5 .Nopad-ryt {
	padding-right: 0px;
}

.Section5 .ryt-img {
	text-align: right;
}

.Section5 .ryt-img .hidden-xl {
	width: 100%;
	max-width: 100%;
	display: inline-block !important;
	height: auto;
}

.Section5 .ryt-img .hidden-xs {
	display: none !important;
}

.secLeft.bg-img.left-img .hidden-xl {
	width: 100%;
	max-width: 100%;
	display: inline-block !important;
	height: auto;
}

.secLeft.bg-img.left-img .hidden-xs {
	display: none !important;
}

.Section5 .client-heading {
	display: flex;
	align-items: flex-start;
}

section .inner-content img {
	max-width: 24px;
	margin-bottom: 4px;
}

.Section5 .secWrap .Sign {
	margin-left: 35px !important;
}

.content-rightOuter.left-contentWrap {
	margin-top: 20px;
	margin-left: 30px;
}

.Section5 .left-contentWrap {
	padding: 0px !important;
}

.secRight.inner-content h2 {
	color: #fff;
	margin: 20px 0;
	font-size: 42px;
	line-height: 46px;
}

.LSideOut {
	display: inline-block;
}

.Section5 .left-contentWrap {
	padding: 10px 0px 10px 30px !important;
}

.Header {
	padding: 10px 0;
}

.headerLogo a:before {
	display: none !important;
}

.headerLogo a {
	height: auto !important;
}

.Header p {
	letter-spacing: 0px;
	font-family: 'gt_walsheimbold', sans-serif !important;
	font-size: 17px;
	color: #fff;
	line-height: 24px;
	text-align: left;
	font-weight: 700;
}

.Header p span {
	font-family: 'gt_walsheimbold', sans-serif !important;
	letter-spacing: 0px;
}

.header-right ul li {
	margin-bottom: 0;
}

.header-right .cta a {
	padding: 7px 20px;
	font-size: 17px;
	background-color: #6b4de0;
	border: 2px solid #6b4de0;
	color: #ffffff;
	font-family: 'gt_walsheimregular', sans-serif !important;
}

.mainBanner h1 {
	font-size: 45px;
	font-family: 'gt_walsheimbold', sans-serif !important;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 61px;
}

.mainBanner h1:after {
	display: none !important;
}

.mainBanner {
	position: relative;
}

.mainBanner .bannerDateWrapper {
	font-size: 17px;
	font-family: 'gt_walsheimregular', sans-serif !important;
	color: #fff;
}

.mainBanner .bann-Name {
	float: left;
	color: #241F21;
}

.mainBanner .bann-Date {
	float: right;
	color: #241F21;
}

.section-EnquiryCall p {
	text-align: left !important;
}

.contentSec .form-container {
	max-width: 100% !important;
	margin: 0 auto !important;
}

.noTBPad {
	padding: 0px !important;
}

.Section2Icons {
	position: absolute;
	right: 0;
	bottom: -58%;
}

.Section2Icons .socialmedia p {
	font-size: 10px;
	font-family: 'gt_walsheimbold', sans-serif !important;
	color: #241f21;
	display: block;
	padding-right: 0px !important;
}

.Section2Icons .socialmedia ul li {
	display: block;
	margin-bottom: 12px;
}

.Section2Icons .socialmedia img {
	width: 26px;
}

section.Section7 .SecWrap7 {
	background-color: #3d1053;
}

section.listingSec .sec8Box {
	max-width: 100%;
}

.Section8 .sec8Box h3 {
	font-size: 17px;
	font-family: 'gt_walsheimbold', sans-serif !important;

	color: #3d0f53;
	font-weight: normal !important;

}

.Section8 .sec8Box p {
	color: #241f21;
	font-size: 17px !important;
}

.Section8 .sec8Box a,
.Section8 .sec8Box span {
	color: #1aba99;
}

.Section8 .sec8Box ul {
	padding-left: 20px;
}

.Section8 .sec8Box ul li {
	padding-left: 60px;
}

.Section8 .sec8Box ul li:first-child .icon-img {
	width: 26px;
	margin-left: 7px;
}

.Section8 .sec8Box ul li:last-child .icon-img {
	width: 26px;
	margin-left: 7px;
}

.Section8 .sec8Box ul li .icon-img {
	width: 40px;
}

.section-EnquiryCall p {
	color: #3D0F53 !important;
	font-family: 'gt_walsheimbold', sans-serif !important;
}

.contentSec p {
	font-family: 'gt_walsheimregular', sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #241f21;
	margin: 18px 0px !important;
}

.contentSec h3 {
	font-family: 'gt_walsheimregular', sans-serif;
	font-size: 28px;
	color: #3D0F53;
	line-height: 32px;
}

.secWrap .client-text {
	color: #ffffff;
	font-size: 18px;
	font-family: 'gt_walsheimbold', sans-serif;
	padding-bottom: 0;
	line-height: 22px;
	margin-bottom: 18px !important;
}

.footerWrap1 .col1 {
	width: 10%;
}

.footerWrap1 .col2 {
	width: 88%;
}


section.blue-social-icons h1 {
	font-size: 48px;
	font-family: 'gt_walsheimregular', sans-serif !important;
	font-weight: normal !important;
	text-align: center;
	color: #8959e3;
}

section.blue-social-icons ul {
	list-style-type: none;
}

section.blue-social-icons ul li {
	display: inline-block;
	margin: 0 15px;
}

section.blue-social-icons ul li img {
	width: 35px !important;
}

section.contentSec .container {
	padding-top: 0;
	padding-bottom: 0;
}

section#section16 p {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
	line-height: 16px;
}

section#section1 {
	padding-top: 20px;
}

#SocialIcons {
	padding: 55px 0 55px;
}

.quote-wrap {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
}

.quote-wrap blockquote {
	position: relative;
	z-index: 0;
	padding: 0;
	border: none;
	color: #fff;
	font-size: 34px;
	line-height: 42px;
	font-family: 'gt_walsheimbold';
	display: inline-block;
	margin: 0 0 25px;
}

.quote-wrap blockquote:after,
.quote-wrap blockquote:before {
	content: "";
	display: block;
	width: 59px;
	height: 50px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.quote-wrap blockquote:before {
	background-image: url('https://learn.cordblood.com/rs/589-XFH-557/images/1Frame 214720468910.png?version=0');
	left: -75px;
	top: 0;
}

.quote-wrap blockquote:after {
	background-image: url('https://learn.cordblood.com/rs/589-XFH-557/images/2Frame 214720468910.png?version=0');
	display: inline-block;
	background-position: 10px 4px;
	width: 70px;
	background-size: 59px auto;
}

.contentSec .quote-wrap p {
	font-size: 32px;
	line-height: 42px;
	font-family: 'gt_walsheimbold';
	color: #fff;
	margin: 0 !important;
}

.contentSec .quote-wrap small {
	font-family: 'gt_walsheimregular', sans-serif;
	font-size: 32px;
	line-height: 42px;
	color: #fff;
}

#section3 *,
#section5 *,
#section7 *,
#section9 * {
	color: #3D0F53;
}

#section3 .quote-wrap,
#section5 .quote-wrap,
#section7 .quote-wrap,
#section9 .quote-wrap {
	border: 0.5px solid #241F21;
}

div#section1text1 {
	text-align: center;
	margin: 0 0 70px;
}

div#section1text1 * {
	color: #fff;
}

div#section1text1 h2 {
	font-size: 35px;
	line-height: 51px;
}

section.contentSec .container {
	max-width: 900px;
}

@media only screen and (max-width: 1200px) {
	.setWidth {
		width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {

	section#mainBanner {
		background: transparent;
	}

	section#mainBanner .row:first-child {
		margin: 0;
		padding-bottom: 15%;
		padding-top: 30px;
	}

	section#mainBanner .container {
		width: 100%;
		padding: 0;
	}

	.row.bannericon {
		width: auto !important;
		margin: 0 !important;
		padding-top: 0 !important;
	}

	div#socialmediatext11 {
		margin-top: 0 !important;
	}

	.mainBanner {
		padding-top: 0;
	}


}

@media only screen and (min-width: 769px) {

	.m-nav-panel.m-active,
	.m-nav-panel.m-active .lb-xbcol>* {
		visibility: visible !important;
	}
}


* {
	outline: none !important;
}

.drop-down-box {
	padding: 5px 0 5px 125px;
	background-size: 100px auto;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	background-position: left top;
	min-height: 120px;
	margin: 20px 0 0;
}

.drop-down-box:first-child {
	margin: 0;
}

/****** MY MEDIA CSS STYLING ************/
@media(max-width: 1024px) {
	.Section2Icons {
		position: unset;
		max-width: 990px !important;
	}

	.Section2Icons .socialmedia ul li {
		display: inline-block;
		margin-right: 15px;
	}

	.Section2Icons .socialmedia img {
		width: 30px;
	}
}

@media only screen and (max-width: 767px) {
	#sec4 .container {
		padding-top: 10px !important;
	}

	#sec7 .container {
		padding-top: 22px !important;
	}

	.bottom-bar p {
		font-size: 24px;
		line-height: 30px;
	}

	.section4,
	.section2 {
		padding: 60px 0px 40px;
	}

	.mainBanner h1 {
		font-size: 36px;
		margin-bottom: 22px;
	}

	.mainBanner .bann-Name {
		float: unset;
	}

	.mainBanner .bann-Date {
		float: unset;
	}

	.Section2Icons {
		position: unset;
	}

	.Section2Icons .socialmedia ul li {
		display: inline-block;
		margin-right: 15px;
	}

	.Section2Icons .socialmedia img {
		width: 30px;
	}

	.Section2Icons {
		padding: 10px 0 !important;
	}

	.blue-social-icons {
		padding: 10px 0 !important;
	}

	.Section5 .ryt-img .hidden-xl {
		display: none !important;
	}

	.Section5 .ryt-img .hidden-xs {
		display: block !important;
	}

	.secLeft.bg-img.left-img .hidden-xl {
		display: none !important;
	}

	.secLeft.bg-img.left-img .hidden-xs {
		display: block !important;
	}


}

@media only screen and (max-width: 480px) {
	.LogoSection {
		padding-bottom: 15px !important;
	}

	section.blue-social-icons h1 {
		font-size: 28px !important;
		line-height: 32px;
		margin: 15px 0 12px;
	}

	section.blue-social-icons ul li {
		margin: 0 8px !important;
	}

	section.blue-social-icons ul li img {
		width: 50% !important;
	}
}

.copyrightDivider2 hr {
	margin: 20px 0;
	border-top: 2px solid #b0b0b0;
}

#section14 p {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
	line-height: 16px;
}

#section15 p {
	font-size: 18px;
	line-height: 22px;
}

/*************** CSS starts For Footer **/
footer {
	padding: 60px 0 30px;
	font-size: 10px;
	line-height: 15px;
}

footer * {
	color: #ffffff !important;
}

.footerWrap1 a {
	font-size: 16px;
	line-height: 23px;
}

footer a:hover {
	color: #cfcafa !important;
}

footer ul.socialIcon {
	text-align: left;
	font-size: 0;
	line-height: 0;
	margin: 0 -6px;
	width: calc(100% + 12px);
	padding: 0;
	list-style: none;
}

footer .socialIcon li {
	display: inline-block;
	padding: 6px;
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 30px;
}

footer .socialIcon li img {
	width: 35px;
}

ul.footerLogo {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

ul.footerLogo li {
	width: 100%;
	margin-bottom: 20px;
}

footer h5 {
	margin-bottom: 10px;
}

footer .col1 img {
	max-width: 92px;
}

footer .col1 .logo2 img {
	width: 100%;
	max-width: 137px;
}

footer {
	overflow: hidden;
}

.footerWrap1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 0px;
	width: calc(100% + 40px);
}

.footerWrap1>div {
	padding: 0 20px;
}

.footerWrap1 .col1 {
	width: 140px;
}


.footerWrap2 ul,
.foot2 {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footerWrap2 ul {
	width: calc(100% + 30px);
	margin: 0 -15px;
}

.footer2left {
	width: 68%;
}

.footer2right {
	width: 32%;
	text-align: right;
}

.footer2right img {
	width: 360px;
}

footer hr {
	margin: 26px 0;
}

.footerWrap2 ul li {
	list-style: none;
	padding: 4px 15px;
	margin-bottom: 0px;
	font-size: 10px !important;
}

.form-conatoner .mktoText p {
	color: rgb(158, 157, 157);
	font-size: 13px;
	line-height: 1.3;
}

.form-conatoner .mktoText {
	text-align: left !important;
	margin: 15px 0 0;
}

.accTitle {
	font-size: 17px;
	line-height: 23px;
	font-family: gt_walsheimbold, sans-serif;
}

.accTitle a[aria-expanded="true"] {
	background: url(https://learn.cordblood.com/rs/589-XFH-557/images/minus.png);
}

.accTitle a {
	display: block;
	background: url(https://learn.cordblood.com/rs/589-XFH-557/images/plusIcon.png);
	background-repeat: no-repeat !important;
	background-size: 20px !important;
	background-position: right 2px !important;
	padding-right: 30px !important;
	padding-bottom: 0 !important;
	color: #ffffff;
}


section.section1 {
	padding-top: 70px;
}

.video iframe {
	height: 500px;
	width: 100%;
}

.show-desk {
	display: block;
	margin-bottom: 30px;

}

.show-mobile {
	display: none;
}

/********* MY STYLE RJ Starts ****/
.banner,
.img-radius {
	position: relative;
}

.tag-txt {
	position: absolute;
	font-size: 30px;
	line-height: 76px;
	color: #1aba99;
	right: 10%;
	max-width: 100px;
	top: 50%;
	font-family: 'gt_walsheimbold', sans-serif;
	z-index: 2;
	text-align: center !important;
}

section.banner .tag-txt,
section.section3 .tag-txt {
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
}

section.banner .img-radius .tag-txt,
section.section3 .tag-txt {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

section.banner .tag-txt {
	top: 138px;
	right: 22%
}

.tag-txt .tag-txt {
	transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
}

.section4 .img-outerDiv img {
	max-width: 470px;
	width: 100%;
	border-radius: 0px;
}

.section1 .img-outerDiv img {
	max-width: 520px;
	width: 100%;
	margin-bottom: 15px;
}

section.section1 .tag-txt {
	left: 0px;
	right: 0px;
	margin: 0 auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

section.section3 .tag-txt {
	bottom: 53px;
	top: inherit;
	right: 73px;
	left: unset;
}

section.section4 .container .row>div #section4Img {
	position: relative;
}

section.section4 .tag-txt {
	color: #3d0f53;
	bottom: 50px;
	top: inherit;
	right: 70px;
	left: unset;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
}

span.img-tag-text.big-txt {
	font-size: 70px;
	line-height: inherit;
	display: inline-block;
}

.img-radius img {
	border-radius: 10px;
	margin-bottom: 16px;
}

.no-radius img {
	border-radius: 0px !important;
}


.section1 .container>div:first-child {
	margin-bottom: 60px;
}

.section1 .container>.row>div:last-child .mktoText {
	max-width: 420px;
	max-width: 405px;
	text-align: left;
}

.section1 {
	padding-bottom: 70px;
}

.section1 .img-outerDiv {
	margin-top: 4px;
}

section .container-xl {
	max-width: 1366px !important;
}

.align-center {
	align-items: center;
}

.secWrap.style-2 {
	border: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-radius: 0px;
}

section.section3 .container {
	padding: 0px;
}

section.section3 {
	padding-top: 0px;
	padding-bottom: 0px;
}

section.section3 .secLeft .tag-txt {
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

.secWrap.style-2 .secLeft {
	width: 40%;
	padding: 0px;
	position: relative;
}

.secWrap.style-2 .content-rightOuter {
	padding: 10px 0;
	margin-top: 0px;
	text-align: left;
}

.secWrap.style-2 .content-rightOuter.rightSide {
	text-align: right;
}

.secWrap.style-2 .content-rightOuter .client-headingRR {
	text-align: right;
	display: flex;
	align-items: flex-end;
}

.secWrap.style-2 .content-rightOuter .client-headingRR span {
	color: #9e75e2;
}

.secWrap .SignRR {
	margin-right: 35px !important;
	color: #ffffff;
}

.secWrap.style-2 .secRight {
	width: 60%;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	border-radius: 10px;
}

section.section5 {
	padding: 100px 0px;
}

section.content-white p,
section.content-white li,
section.content-white h2,
section.content-white h3 {
	color: #fff;
}

ul li {
	margin-bottom: 36px;
	text-align: left;
}

section ul li:last-child {
	margin-bottom: 0px;
}

.section4 {
	padding: 100px 0px;
}

.section4 .mktoGen.mktoImg {
	position: relative;
}

.section4 .row>div {
	margin-top: 16px;
	margin-bottom: 16px;
}

.section4 .container-xl {
	padding: 0px;
	max-width: 100% !important;
}

.section4 ul {
	list-style: none;
	padding: 0px;
	margin-top: 30px !important;
	max-width: 530px;
}

.section4 ul li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 22px;
}

.section4 ul li::before {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background-color: #fff;
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 8px;
}

section.section5 ul {
	max-width: 522px;
	text-align: left;
}

.hidden-xl {
	display: none;
}

.phone-txt span {
	padding-left: 50px;
	position: relative;
}

.phone-txt span img {
	position: absolute;
	left: 0px;
	max-width: 36px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);

}

@media(min-width: 992px) {
	.section4 .container>.row {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}

	.section4 .container>.row .img-outerDiv {
		float: right;
	}
}

@media(max-width: 991px) {
	.secWrap.style-2 {
		padding: 0px;
	}

	.secWrap.style-2 .secLeft,
	.secWrap.style-2 .secRight {
		width: 100%;
	}

	.secWrap.style-2 .content-rightOuter {
		padding: 25px 12px !important;
		text-align: center;
	}

	.secWrap.style-2 .secLeft img {
		width: 100%;
	}

	.secWrap.style-2 .hidden-xl {
		display: block !important;
	}

	.secWrap.style-2 .hidden-xs {
		display: none !important;
	}

	.content-rightOuter.left-contentWrap {
		margin-left: 0px !important;
	}

	section.section4 {
		text-align: center;
	}

	.section1 .container>div:last-child {
		text-align: center;
	}

	.section1 .container>.row>div:last-child .mktoText {
		margin: 0 auto;
	}

	.section4 ul {
		max-width: 730px;

		margin-left: auto;
		margin-right: auto;
	}
}

@media(max-width: 767px) {
	section.section5 {
		text-align: center;
	}

	.secRight.inner-content h2 {
		font-size: 30px;
		line-height: 36px;
	}

	section .inner-content span {
		font-size: 18px;
		line-height: 23px;
	}

	section.section5 ul {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.container {
		padding-right: 24px;
		padding-left: 24px;
	}

	.hidden-xl {
		display: block;
	}

	section.banner .tag-txt {

		right: 20%;
		top: 10% !important;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	span.img-tag-text.big-txt {
		font-size: 42px;
	}

	.section1 .container>div:first-child {
		margin-bottom: 32px;
	}
}


/********* MY STYLE RJ Ends ****/
@media(min-width: 992px) {
	.section1 .container>.row>div:first-child {
		padding-right: 60px;
	}
}

@media(max-width: 1024px) {
	h2.title br {
		display: none;
	}

	.footerWrap1 {
		margin: 0 -10px 40px;
		width: calc(100% + 20px);
	}

	.footerWrap1>div {
		padding: 0 10px;
	}

	.footerWrap1 .col2 {
		width: calc(100% - 142px);
	}

	footer .socialIcon li img {
		width: 27px;
	}

	h1 {
		font-size: 50px;
		line-height: 56px;
	}

	h2 {
		font-size: 42px;
		line-height: 48px;
	}

	section.banner {
		padding: 80px 0 150px !important;
	}

	.secLeft {
		width: 56%;
	}

	.secRight {
		width: 44%;
	}
}

@media (max-width:991px) {

	.section4 {
		padding: 50px 0px;
	}

	header .dis {
		justify-content: space-between;
	}

	header .leftText {
		max-width: 100%;
	}

	.headerWrap {
		flex-wrap: nowrap;
	}

	header .rightCTA {
		width: auto;
	}

	header .dis {
		width: 100%;
		max-width: none;
		justify-content: flex-start;
	}

	.top-bar span {
		margin-top: 20px;
	}

	.footerWrap1 .col1,
	.footerWrap1 .col2,
	.footerWrap1 .col5 {
		width: 100%;
	}

	footer ul.socialIcon {
		text-align: center;
	}

	ul.footerLogo {
		justify-content: space-between;
		align-items: center;
		width: calc(100% + 40px);
		margin: 0 -20px 30px;
	}

	ul.footerLogo li {
		width: auto;
		padding: 0 20px;
		margin: 0;
	}

	.footerWrap1 {
		margin-bottom: 0 !important;
	}

	.footerWrap1 .col5 {
		margin-top: 22px;
		margin-bottom: 10px;
	}

	.footer2left,
	.footer2right {
		width: 100%;
	}

	.footer2right {
		text-align: center;
		margin-bottom: 15px;
	}

	.foot2 {
		flex-direction: column-reverse;
	}

	.footerWrap2 ul li {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0px;
	}

	footer .socialIcon li img {
		width: 32px;
	}

	ul.footerLogo {
		flex-wrap: nowrap;
	}

}

@media (max-width:767px) {
	.headerLogo a {
		width: 100%;
	}

	.headerWrap .headerLogo span img {
		max-width: 110px;
		height: auto;
	}

	.headerWrap {
		flex-direction: column;
	}

	.headerLogo {
		width: 100% !important;
		justify-content: flex-start;
	}

	section.section1 {
		padding-top: 40px;
	}

	.secWrap .icon {
		margin-top: 0;
	}

	.top-bar .line {
		padding: 12px 0;
	}

	h1 {
		font-size: 36px;
		line-height: 46px;
	}

	h2 {
		font-size: 30px;
		line-height: 36px;
	}

	h3 {
		font-size: 26px;
		line-height: 32px;
	}

	section.bottom-bar h3 br {
		display: none;
	}

	h4 {
		font-size: 20px;
		line-height: 34px;
	}

	h5 {
		font-size: 18px;
		line-height: 24px;
	}

	section.banner {
		padding: 0 !important;
	}

	section.section1 {
		text-align: left;
	}

	section.section1 h3 {
		margin-bottom: 5px;
	}

	.banner h1 {
		margin: 10px 0px 40px;
		font-size: 30px;
		line-height: 35px;
	}

	section.top-bar .mktoText * {
		font-size: 14px;
		padding-bottom: 10px;
	}

	.top-bar span {
		margin-top: 10px;
	}

	section {
		padding: 20px 0;
	}

	.secRight {
		min-height: 300px !important;
	}

	.footerWrap1 {
		margin: 0px;
		width: 100%;
	}

	.drop-down-box {
		background: none !important;
		padding: 0;
		display: inline-block;
		margin: 0;
		width: 100%;
	}

	section.top-bar .mktoText br {
		display: none;
	}

	section.banner {
		background-image: none !important;
		padding-bottom: 0 !important;
	}

	.form-conatoner:before {
		display: none;
	}

	.form-conatoner {
		padding-left: 0;
	}

	section.bottom-bar h2 {
		font-size: 22px;
		line-height: 30px;
	}

	header a.CTA {
		min-width: auto;
		font-size: 17px !important;
		line-height: 19px !important;
	}

	.secLeft,
	.secRight,
	.preheaderText,
	.preheaderCTA {
		width: 100%;
		max-width: none;
	}

	.secWrap h4 {
		font-size: 17px;
		line-height: 27px;
	}

	.secWrap .line {
		padding-bottom: 12px;
	}

	section .inner-content h6 {
		margin-top: 0;
	}

	.secLeft {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}

	header .dis .leftText {
		font-size: 14px;
		line-height: 20px;
	}

	.headerLogo a {
		margin-right: 0px;
	}

	.headerLogo a+div {
		padding-left: 30px;
	}

	.img-radius img {
		margin-bottom: 30px;
	}

	.secWrap.style-2 .hidden-xl {
		display: none !important;
	}

	.secWrap.style-2 .hidden-xs {
		display: block !important;
	}

	.show-desk {
		display: none;

	}

	.show-mobile {
		display: block;
		margin-bottom: 30px;
		width: 100%;
	}

	footer .Wide150 {
		width: 150px;
	}

}

@media (max-width: 480px) {
	.mainBanner {
		padding-top: 12px;
	}

	.headerWrap .headerLogo span img {
		max-width: 110px;
	}

	.Header p {
		font-size: 15px;
	}

	.setWidth {
		width: 90% !important;
	}

	.video iframe {
		margin: 0px;
		height: 240px;
	}

	.secWrap.style-2 .content-rightOuter {
		padding: 5px 12px !important;
	}

	.Section5 .client-heading {
		display: inline-block;
	}

	.secWrap.style-2 .content-rightOuter .client-headingRR {
		text-align: center;
		display: inline-block;
	}

	.secWrap .SignRR {
		margin-right: 0px;
	}

	#section4 .container,
	#section7 .container,
	#section10 .container,
	#section13 .container,
	#section15 .container {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#section4,
	#section7,
	#section10,
	#section13,
	#section15 {
		padding: 0px;
	}

	.secWrap.style-2 .content-rightOuter.rightSide {
		text-align: center;
	}

	section .SecDivider {
		padding: 0px !important;
	}

	section.contentSec .container {
		padding-top: 15px;
	}

	footer {
		padding: 40px 0 30px;
		margin-top: 25px;
	}

}

.Section_1 .socialmedia li a {
	background-color: transparent !important;

	background-repeat: no-repeat !important;
	border-radius: 0 !important;
}

.Section_1 .socialmedia li a.facebook {
	background-position: center;
	background: url(https://learn.cordblood.com/rs/589-XFH-557/images/Facebook-cbrnew.png?version=0);
	width: 28px;
	height: 28px;
	background-size: cover;
}

.Section_1 .socialmedia li a.twitter {
	background-position: center;
	background: url(https://learn.cordblood.com/rs/589-XFH-557/images/X-cbrnew.png?version=0);
	width: 28px;
	height: 28px;
	background-size: cover;
}

.Section_1 .socialmedia li a.mailto {
	background-position: center;
	background: url(https://learn.cordblood.com/rs/589-XFH-557/images/Email-cbrnew.png?version=0);
	width: 28px;
	height: 28px;
	background-size: cover;
}

.Section_1 .socialmedia li a.pinterest {
	background-position: center;
	background: url(https://learn.cordblood.com/rs/589-XFH-557/images/Pinterest-cbrnew.png?version=0);
	width: 28px;
	height: 28px;
	background-size: cover;
}

.Section_1 .socialmedia li a:before {
	display: none;
}

section.contentSec span {
	font-family: 'gt_walsheimbold', sans-serif;
	color: #3d0f53;
}


.Section_1 .socialmedia ul li {
	margin-top: 12px !important;
	margin-bottom: 0 !important;
}

.Section_1 .socialmedia ul {
	width: 100%;
	text-align: center;
}

#SocialIcons div#top-footer-51 ul.socialIcon li a:before {
	display: none;
}

#SocialIcons div#top-footer-51 ul.socialIcon li a {
	background-color: transparent !important;
	background-image: url('https://learn.cordblood.com/rs/589-XFH-557/images/cbr-social-icons-colored.png?version=0') !important;
	width: 31px !important;
	height: 30px !important;
	background-repeat: no-repeat !important;
	border-radius: 0 !important;
}

#SocialIcons div#top-footer-51 ul.socialIcon li a.facebook {
	background-position: -110px -1px;
}

#SocialIcons div#top-footer-51 ul.socialIcon li a.twitter {
	background-position: -177px -1px;
	border-radius: 0 !important;
}

#SocialIcons div#top-footer-51 ul.socialIcon li a.instagram {
	background-position: -75px -1px;
	border-radius: 0 !important;
	background-size: auto 32px;
	width: 31px !important;
}

#SocialIcons div#top-footer-51 ul.socialIcon li a.pinterest {
	background-position: -194px -1px;
	border-radius: 0 !important;
	background-size: auto 30px;
	width: 31px !important;
}

#SocialIcons div#top-footer-51 ul.socialIcon li a.youtube {
	background-position: -143px -1px;
}

section.blue-social-icons div#top-footer-51 ul li {
	margin: 0 8px;
}
#mainBanner .container {
    max-width: 900px;
}
@media (max-width: 1200px) {
	.bannericon {
		position: relative !important;
		width: 100% !important;
		top: unset !important;
		right: unset !important;
		padding-top: 15px;
	}

	.Section_1 .socialmedia ul {
		width: 100%;
		text-align: left;
	}
}

@media (max-width: 1024px) {
	.Section_1 .socialmedia ul {
		width: 100%;
		text-align: left;
	}

	.pad00 {
		padding: 0 15px;
	}
}