@font-face {
	font-family: Arimo;
	src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Medium.eot');
	src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Medium.eot?#iefix') format('embedded-opentype'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Medium.woff2') format('woff2'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Medium.woff') format('woff'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Arimo;
	src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Bold.eot');
	src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Bold.eot?#iefix') format('embedded-opentype'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Bold.woff2') format('woff2'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Bold.woff') format('woff'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Arimo;
	src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-SemiBold.eot');
	src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-SemiBold.eot?#iefix') format('embedded-opentype'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-SemiBold.woff2') format('woff2'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-SemiBold.woff') format('woff'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Arimo;
	src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Regular.eot');
	src: url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Regular.eot?#iefix') format('embedded-opentype'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Regular.woff2') format('woff2'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Regular.woff') format('woff'), url('https://trial.autocruitment.com/common-framework/fonts/Arimo-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Lato;
	src: url('https://trial.autocruitment.com/common-framework/fonts/Lato-Regular.eot');
	src: url('https://trial.autocruitment.com/common-framework/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Regular.woff2') format('woff2'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Regular.woff') format('woff'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Lato;
	src: url('https://trial.autocruitment.com/common-framework/fonts/Lato-Bold.eot');
	src: url('https://trial.autocruitment.com/common-framework/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Bold.woff2') format('woff2'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Bold.woff') format('woff'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Lato;
	src: url('https://trial.autocruitment.com/common-framework/fonts/Lato-Black.eot');
	src: url('https://trial.autocruitment.com/common-framework/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Black.woff2') format('woff2'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Black.woff') format('woff'), url('https://trial.autocruitment.com/common-framework/fonts/Lato-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

:root {
    --color-palette1 : #32617A;
    --color-palette2 : #A21E31;
    --color-palette3 : #4B8EA9;
  }

html {
	overflow-x: hidden
}

body {
	position: relative;
	overflow-x: hidden;
	color: #222222;
	font-family: Lato;
	font-weight: normal;
}

p {
	font-size: 17px;
	line-height: 28px;
}

h1 {
	color: #003c57;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 35px;
	display: inline-block;
	width: 100%
}

p {
	font-size: 18px;
	color: #222;
	font-weight: normal;
	display: inline-block
}

img {
	max-width: 100%
}

input {
	font-family: Lato;
}

b,
strong {
	font-weight: 700;
}

a,
a:hover {
	transition: all .3s ease
}

ul {
	list-style: none
}

i.fas,
i.fab {
	color: #243757;
	font-size: 16px;
	text-align: center
}

.followicons a {
	margin: 0 0.3em
}

.footerBottom .followicons {
	margin-left: 10px;
	margin-top: 2px
}

.footer-autocruitment-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center
}

.footerBottom ul {
	margin-bottom: 0;
}

.header {
    width: 100%;
    display: inline-block;
    background: transparent;
	z-index: 99999;
}

a.toplogo {
	padding: 0;
	display: flex;
	align-items: start;
	transition: all 0.5s;
	margin: 0;
}

a.toplogo img {
    margin: 0;
    transition: all 0.5s;
    flex-shrink: 0;
    width: auto;
    max-width: 233px;
}

.topnavbar {
	padding: 0 15px
}

.navbar-nav li {
	font-family: Lato;
	font-weight: bold;
	padding: 0 35px;
}

.navbar-nav li.last-item {
	padding-right: 0;
}

.navbar-nav li:first-child {
	padding-left: 0;
}

.navbar-nav li a {
	color: #505457;
	font-size: 22px
}

.customnav ul.topnavbarul li a.nav-link {
    font-size: 22px;
    color: #222;
    line-height: 23px;
    font-weight: bold;
    padding: 0 !important;
    margin-bottom: 0px;
    font-family: Arimo;
     border-bottom:none;
}

.customnav ul.topnavbarul li a.nav-link span {
	color: var(--color-palette1);
}

.customnav ul.topnavbarul li:first-child a {
	color: var(--color-palette1) ;
}
.navbar-nav li.last-item a:hover {
    border: none !important;
}
.customnav .navbarbtn {
	background: #fff;
	height: 35px;
	width: 40px;
	padding: 0 7px
}

.icon-bar {
	background: #f27c76;
	width: 100%;
	height: 2px;
	display: inline-block;
	float: left
}

.customnav ul.topnavbarul li a.nav-link:focus,
.customnav ul.topnavbarul li a.nav-link:hover,
.customnav ul.topnavbarul li a.nav-link:active,
.customnav ul.topnavbarul li a.nav-link.active {
	color: var(--color-palette1);
}

.customnav {
	background: transparent;
	padding: 25px 15px
}

.customnav ul.topnavbarul li.last-item a {
	font-weight: bold;
	vertical-align: middle;
	background: var(--color-palette1);
	color: #fff !important;
	border-radius: 10px;
	width: 200px;
	height: 70px;
	line-height: 71px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: inline-block;
	padding: 0;
	font-family: Arimo;
	border: none;
}

.customnav ul.topnavbarul li.last-item a:hover {
    color: #fff;
    background-color: var(--color-palette2);
}

.customnav ul.topnavbarul li.last-item a.nav-link:focus {
	color: #fff;
	background: var(--color-palette2);
	outline: none
}

.customnav ul.topnavbarul li.last-item a.nav-link::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 55px;
	height: 30px;
	border-radius: 50%;
	background: var(--color-palette2);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1)
}

.customnav ul.topnavbarul li.last-item a.nav-link:hover:before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1)
}

.navbar .container {
	align-items: end
}

.col-md-12.iframDiv {
	margin-top: 30px;
}

.footerBottom .col-md-4.text-right ul {
	list-style: none;
	margin: 0px;
	padding: 0px
}

.footerBottom .col-md-4.text-right ul li {
	text-align: right
}

footer.site-footer {
	width: 100%;
	background: var(--color-palette1);
	position: relative;
	background-size: cover;
}

.footerTop {
	padding-top: 44px;
	padding-bottom: 44px;
	position: relative
}

.footerTop .container {
	position: relative
}

.footerTop h3 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 49px;
}

.footerTop ul {
	list-style: none;
	margin: 0;
	padding: 0px
}

.footerTop ul li {
	display: block;
	margin-right: 0;
	line-height: 28px;
}

.footerTop ul li a {
	color: #fff;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}

.footerTop ul li a {
	position: relative;
	display: inline-block;
	    text-decoration: none;
}

.footerTop ul li a:hover {
	color: var(--color-palette2) !important;
	padding-left: 20px;
	text-decoration: underline !important;
}

.footerTop ul li a::before {
	width: 0;
	height: 2px;
	background: #fff;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.footerTop ul li a:hover::before {
	width: 10px;
}

.footerTop ul li .fas,
.footerTop ul li .fab {
	color: #fff;
	font-size: 24px
}

.footerTop ul li:last-child {
	margin-right: 0px
}

.footer-bottom-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.followicons i {
	color: #fff;
}

.footerTop h3 span {
	position: relative;
}

.footerTop h3 span::before {
	content: "";
	background: #fff;
	width: 83%;
	height: 2px;
	position: absolute;
	bottom: -24px;
}

.footerBottom,
.footerBottom a {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

@media only screen and (min-width:1200px) {
	.fixed-me {
		transition: all 0.5s
	}

	.fixed-me {
		background-color: #fff !important;
		padding: 0px 2vw !important;
		margin-bottom: 0px;
		position: fixed;
		top: 0;
		z-index: 888;
		width: 100%
	}

	.navbar-me {
		transition: all 0.5s
	}

	.navbar-me {
		padding: 25px 0px;
		background-color: transparent;
		top: 0px;
		border: 0px;
		border-radius: 0px;
		background: transparent;
	}

	.fixed-me a.toplogo img {
		transition: all 0.5s;
	}

	.fixed-me ul.topnavbarul li.last-item a {
		height: 50px;
		line-height: 51px;
	}
}

@media only screen and (min-width:1200px) {
	.navbar-expand-xl .navbar-nav.topnavbarul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		flex: 0 0 100%;
		align-items: center
	}
}

#nav-icon1 {
	width: 30px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	top: 0px;
	margin-top: 7px
}

#nav-icon1:hover,
#nav-icon1:focus {
	outline: 0
}

#nav-icon1.open {
	top: 0px
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #585858;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

#nav-icon1 span:nth-child(1) {
	top: 0px
}

#nav-icon1 span:nth-child(2) {
	top: 10px
}

#nav-icon1 span:nth-child(3) {
	top: 20px
}

#nav-icon1.open span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}

#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px
}

#nav-icon1.open span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.body_section {
	margin: 0;
	position: relative;
	width: 100%
}
img.banner-left-img {
    position: absolute;
    left: 0;
    top: 0px;
}
.banner-text-data { padding: 65px 65px; }
.bannercontent {
    position: relative;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    height: auto;
    background-size: cover;
    margin-top: 120px;
    padding: 0 0;
}
.bannercontent h1 {
    font-size: 60px;
    color: #222;
    text-transform: inherit;
    margin: 0;
    padding-bottom: 50px;
    font-family: Arimo;
    line-height: 1.33;
    font-weight: 400;
    padding-right: 70px;
}
.bannercontent h1 b {
    color: var(--color-palette1);
}

.banner-text .banner-heading p {
	font-size: 20px;
	line-height: 25px;
	margin-top: 13px;
}

.bannercontent h2 {
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	font-family: Arimo;
	line-height: 1.2;
	padding-bottom: 25px;
}

.banner-content p,
.banner-heading p,
.banner-content ul li {
	color: #48575c;
}

.bannercontent h3 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-transform: inherit;
	margin: 0;
	padding-bottom: 18px;
	font-family: Lato;
	line-height: 26px
}

.banner-text p {
    color: #222;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding-right: 0;
    max-width: 880px;
}

.banner-content+p {
	margin-top: 20px;
}

.banner-text {
    margin: 0 0 0px 0;
    height: 100%;
    left: 0;
    color: #fff;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 0;
    background: transparent;
    border-radius: 0;
    background-size: cover;
    position: relative;
    z-index: 9;
}
.banner-btn-outer {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
.banner-btn {
	position: relative;
	margin: 0;
    padding-left: 0;
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 70px;
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.banner-btn a.qualifybtn {
	margin-left: 0 !important;
	top: 0 !important;
}

.banner-left-img img {
	z-index: 1;
	width: 67%;
	height: 100%;
}

.banner-right img {
    width: 100%;
}
img.banner-text-Vector {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
}
p.banner-subheading {
	color: #fff;
	font-size: 21px;
	margin: 0px
}
.banner-content {
	margin-top: 0;
}
.banner-content p {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 0;
    color: #222;
    font-family: 'Lato';
    margin-top: 0;
    margin-bottom: 0;
}

.banner-content p:last-child {
	margin: 0;
}

.banner-content ul li ul {
	padding-left: 0;
}

.banner-content ul {
	margin: 0;
	padding: 0px
}

.banner-content ul li {
	margin-left: 0px
}

.banner-content ul li {
	padding: 0;
	list-style: none;
	color: #fff;
	font-size: 18px;
	margin-bottom: 2px;
	font-weight: normal;
	position: relative;
	line-height: 24px;
}

.banner-content ul li::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 7px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50px;
}

.banner-content ul li ol {
	padding-left: 0px
}

.banner-content ul li ol li {
	padding-left: 20px;
	position: relative
}
.banner-content ul li ol li:before {
	content: '–';
	position: absolute;
	left: 0px;
	background: none;
	top: 0px
}

.banner-content ul+p {
	margin-top: 15px;
	font-size: 17px;
	line-height: 26px;
}

.banner-content ul li {
	position: relative;
	padding-left: 22px
}

.banner-content ul li .fas {
	position: absolute;
	left: 0px;
	top: 10px;
	font-size: 7px;
	color: #585858;
}

.banner-btn span {
	position: absolute;
	top: -30px;
	font-size: 24px;
	left: 35px;
	color: #ffffff
}

.banner-btn a.qualifybtn {
    max-width: 538px;
    width: 100%;
    text-align: center;
    font-family: Arimo;
    background: var(--color-palette2);
    color: #fff;
    font-size: 22px;
    font-weight: bold !important;
    border-radius: 8px;
    height: auto;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    line-height: 1.2;
    padding: 22px 20px;
    text-decoration: none;
}

.banner-btn a.qualifybtn:hover {
	text-decoration: none;
	color: #fff;
	background: var(--color-palette1);
	border-color: var(--color-palette1);
}

.banner-btn a.qualifybtn::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 55px;
	height: 30px;
	border-radius: 50%;
	background: var(--color-palette1);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1)
}
.banner-content h3 {
	font-size: 30px;
	font-weight: bold
}
.participant-text {
    background-color: var(--color-palette3);
    color: #fff;
    height: auto;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    max-width: 100%;
    font-family: 'Lato';
    font-weight: normal;
    padding: 22px 63px;
    border-radius: 12px;
    margin-top: 40px;
}
.aboutContent .participant-text p {
    color: #fff;
}
#studyinfo-CTA-image .desktopView .col-sm-6 img {
	height: auto;
}

.participant-text div {
	padding: 0;
	width: 100%;
	word-break: break-word;
	margin-left: 0;
}

#studyinfo-CTA-image {
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
#studyinfo-CTA-image .desktopView .col-sm-6 img, #studyinfo-CTA-image .desktopView .col-sm-12 img {
    border-radius: 10px;
    border: none;
    width: 100%;
}

#studyinfo-CTA-image h2 {
	color: #505456;
	margin: 0 auto 41px auto
}

#studyinfo-CTA-image h2 span {
	color: #1c5658
}
img.tile-right {
    position: absolute;
    bottom: 0;
    right: 0;
        z-index: -1;
}
.aboutContent h3 {
    color: var(--color-palette2);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px !important;
    font-family: Arimo;
    line-height: 1.3;
}
.aboutContent h3.aboutTitle {
	position: relative;
	margin-top: 0;
	margin-right: 0;
}

.aboutContent h3.aboutTitle span {
	font-size: 24px;
}

.aboutContent p {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 0;
}

.takepart-study {
    background: transparent;
    padding: 0;
    border-radius: 10px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
}

.takepart-study h3 {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	margin: 0px 0 8px !important;
	line-height: 1.2;
	font-family: Lato;
}

.takepart-study h3::before {
	display: none
}

.takepart-study p {
	color: #000;
	margin: 0px 0 0;
	font-size: 18px !important;
	font-weight: 400;
	line-height: 30px;
}

.takepart-study ul+p {
	margin-top: 12px;
}

.takepart-study p:first-child {
    font-family: Arimo;
    font-weight: bold;
    font-size: 20px !important;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
    color: var(--color-palette2);
}

.takepart-study p:first-child span {
	color: #3db9a2;
}

.takepart-study p.mB0 {
	margin-bottom: 0px;
}

.takepart-study ul li ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 20px;
}

.takepart-study ul {
	margin: 0 0 0px;
	padding: 0px;
	list-style: none
}

.takepart-study ul li {
    font-size: 18px;
    color: #222;
    font-weight: 400;
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    line-height: 24px;
}
.takepart-study ul li ul li {
    line-height: 24px;
	padding-left: 15px;
}

.takepart-study ul li ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: var(--color-palette1);
    border-radius: 50px;
}

.takepart-study ul li:last-child {
	margin-bottom: 0px
}

.takepart-study ul li .fas {
    color: var(--color-palette2);
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 3px;
}

#about-condition-image ul {
	margin: 0px 0 30px 0;
	padding: 0px;
	list-style: none;
}

.about-listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-single-list {
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding-right: 30px;
}

.about-single-list:last-child {
	padding-right: 0;
}
img.about-left-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.about-condition-inner {
    padding: 30px 30px 80px;
    border: 2px solid var(--color-palette1);
    border-radius: 57px;
}

#about-condition-image ul li {
    position: relative;
    padding-left: 25px;
    color: #222;
    font-size: 18px;
    line-height: 24px;
    list-style: none;
    margin-bottom: 6px;
}

#about-condition-image ul li::before {
	position: absolute;
	left: 0px;
	top: 7px;
	width: 12px;
	height: 12px;
	background: var(--color-palette1);
	border-radius: 50px;
}

#about-condition-image ul {
	padding-left: 0;
}

#about-condition-image ul li .fas {
    color: var(--color-palette2);
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 4px;
}

.takepart-study ul ol {
	list-style: none;
	padding-left: 0
}

.takepart-study ul ol li:before {
	content: '–';
	background: none;
	top: 0
}

.takepart-study a.qualifybtn {
	max-width: 232px;
	font-size: 20px;
	height: 56px;
	line-height: 53px;
	text-transform: inherit;
	margin: 23px 0 0 0;
	color: #196d6f;
	padding: 0px;
	display: block;
	font-weight: 600
}

.takepart-study a.qualifybtn:hover {
	text-decoration: none;
	background: #1e262b;
	color: #fff
}

.takepart-study a.qualifybtn::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 55px;
	height: 30px;
	border-radius: 50%;
	background: #1e262b;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1)
}

.takepart-study a.qualifybtn:hover:before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1)
}

.qualify-red-btn a.qualifybtn {
	border: 2px solid var(--color-palette1);
	font-weight: 700
}

h2.mainheading {
	font-size: 38px;
	line-height: 1;
	text-align: center;
	margin: 0 auto 40px;
	font-weight: bold;
	font-family: Arimo;
	position: relative;
	display: block;
}

h2.mainheading::after {
	background: #222;
	width: 100%;
	content: none;
	height: 2px;
	margin: 0px auto 0;
	bottom: 0;
	display: block;
}

#faq {
    background: var(--color-palette3);

	width: 100%;
	background-size: cover;
	padding: 100px 0px 100px
}

.faq-outer ul {
	padding: 0 0 0 20px;
	margin-left: 0;
	margin-bottom: 0;
}

.faq-outer ul+p {
	margin-top: 25px;
}

.faq-outer ul li {
	color: #222
}

.faq-outer ul li i {
	margin-right: 6px;
}

.faq-outer ul li i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 14px;
}

.faq-outer ul li {
	position: relative;
	padding-left: 20px;
}

.faq-outer ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #222;
    border-radius: 50px;
}
#faq h2.mainheading {
	margin-bottom: 59px;
	color: #fff;
	font-size: 44px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}

.sub-head {
	color: var(--color-palette2);
}

#faq h2.mainheading:after {
	background: #fff;
	width: 100%;
	margin: 10px auto 0;
}
.qualify-red-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: relative;
    margin: 40px auto;
}

@-moz-document url-prefix() {}

.qualify-red-btn img {
	margin-right: 6px;
	position: relative;
	top: -26px;
	height: 57px;
}

a.qualifybtn {
    max-width: 539px;
    margin-top: 26px;
    width: 100%;
    text-align: center;
    background: var(--color-palette1);
    color: #fff;
    font-size: 20px;
    font-family: Arimo;
    font-weight: bold;
    border-radius: 8px;
    height: auto;
    line-height: 1.2;
    cursor: pointer;
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    padding: 18.5px 20px;
    text-decoration: none;
}

a.qualifybtn:hover {
	text-decoration: none;
	color: #fff;
	background: var(--color-palette2);
	border-color: var(--color-palette2);
}

a.qualifybtn::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 55px;
	height: 30px;
	border-radius: 50%;
	background: var(--color-palette2);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1)
}

a.qualifybtn:hover:before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1)
}

#faq .card-header {
	border-bottom: 0px
}

#faq .card {
    margin-bottom: 30px;
    border-radius: 15px;
    padding: 0;
    padding-left: 0;
    z-index: 3;
    padding-left: 0;
    background-color: #fff;
    position: relative;
}

#faq .card::after {
    content: "";
    background: var(--color-palette1);
    height: 100%;
    width: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    border-radius: 15px 0 0 15px;
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    font-size: 40px;
    color: #fff;
    font-family: Arimo;
    font-weight: bold;
    line-height: 1;
    z-index: -1;
    position: absolute;
    left: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
}
.faq-outer h5.mb-0.collapsed:before {
    content: '\f067';
}

.faq-outer h5.mb-0:before {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #222;
}

@keyframes slide {
	0% {
		-webkit-transform: translatey(-50%) rotate(0deg);
		-ms-transform: translatey(-50%) rotate(0deg);
		transform: translatey(-50%) rotate(0deg);
	}

	100% {
		-webkit-transform: translatey(-50%) rotate(180deg);
		-ms-transform: translatey(-50%) rotate(180deg);
		transform: translatey(-50%) rotate(180deg);
	}
}

.faq-outer .card-header h5.collapsed::after {
	height: 80px;
}

.faq-outer h5.mb-0 span.minus-icon::before {
	content: '\f068';
	margin: 0;
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	color: var(--color-palette1);
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.faq-outer h5.mb-0.collapsed span.minus-icon::before {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
}

#faq .card:last-child {
	margin-bottom: 0;
}

#faq .card-header {
	background-color: transparent;
}
.cream-color {
	color: #dfe2db
}

body {
	counter-reset: my-sec-counter;
}

.card-body p {
	color: #222;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
}

.faq-bg {
	padding: 69px 0 80px 0;
	background: #fff
}

.faq-outer {
	display: inline-block;
	width: 100%
}

.faq-outer .card-header {
    background: transparent;
    border-radius: 5px;
    cursor: pointer;
    padding: 0px;
}

.faq-outer .card-header h5 {
    color: var(--color-palette1);
    font-size: 22px;
    font-weight: bold;
    font-family: Arimo;
    padding: 20px;
    padding-left: 115px;
    z-index: 1;
    position: relative;
	padding-right: 40px;
}

.faq-outer .card-header h5 span.faq-question {
	padding: 0;
	background: transparent;
	border-radius: 0;
	display: block;
}

.faq-outer .card-header h5 span.minus-icon {
	width: 50px;
	height: 100%;
	position: absolute;
	background: #fff;
	left: 0;
	border-radius: 10px;
	top: 0;
	display: none;
}

.faq-outer .card-header h5.mb-0 {
	border-bottom: 0px
}

.faq-outer .card {
	border: 0;
	border-radius: 0px;
	margin: 0 0 0px
}

.faq-outer .card-body {
    background: transparent;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    font-family: Lato;
    font-weight: normal;
    padding: 20px;
    padding-top: 0;
    padding-left: 115px;
    position: relative;
    padding-bottom: 20px;
}

#signup h1 {
	margin-bottom: 40px
}

#signup h2 {
	padding-top: 0;
	margin-bottom: 33px;
	color: #fff;
	font-size: 44px
}

#signup h2.mainheading::after {
	background-color: #fff;
	margin: 10px auto 0;
}

#signup p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 0px;
	margin: 0
}

#signup h2+p.sealltext strong {
	display: block;
}

iframe {
	height: 2500px;
	overflow: auto;
	display: block;
	width: 100%
}

.form-bg {
	background: var(--color-palette1);
	width: 100%;
	padding-top: 0;
	background-position: left top;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background-size: cover
}

.topform label {
	color: #555557
}

#signup hr {
    max-width: 100%;
    background: #fff;
    margin: 30px 0 30px;
    border-top: 1px solid #fff;
    opacity: 1;
}

#studyinfo-image p span {
	font-weight: 600;
	color: var(--color-palette2);
}

.aboutStudy {
	background: #fff;
	background-size: cover;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 80px;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	position: relative;
}
.aboutStudies {
	background: #fff;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	background-size: cover;
	position: relative;
	z-index: 1;
}
img.about-study-left {
    position: absolute;
    bottom: 0;
    left: 0;
}
#studyinfo-image h2.mainheading {
    margin-left: 0;
    text-align: left !important;
}
#studyinfo-image h2.mainheading::after {
    background: #222;
}
.about-study-left-img {
	padding: 0 0 0 30px;
    position: relative;
    z-index: 1;
}
.about-study-left-img img {
    width: 100%;
    border-radius: 40px;
}
.aboutboxbottom {
	position: relative;
}

.col-xl-8.about-bottom-right {
	padding-left: 10px;
}
.about-study-right-img {
	padding: 0 30px 0 0;
    position: relative;
    z-index: 1;
}
.about-study-right-img img {
    width: 100%;
    border-radius: 40px;
}

#about-condition-image .container,
#studyinfo-image .container {
	z-index: 99;
	position: relative;
}
#studyinfo-image h2 small {
	font-weight: 700;
}

.aboutStudy h2 .sub-head {
	color: var(--color-palette2);
}

.aboutStudy h2 {
	color: #222;
	font-size: 44px;
}

#about-condition-image h2 {
    color: #222;
    text-align: left;
}

#about-condition-image h2 .sub-head {
	color: var(--color-palette2);
}

#about-condition-image h2 small {
	font-weight: bold;
}

#about-condition-image h2::after {
	background-color: #222;
	width: 100%;
	margin: 13px 0 0 0;
}

.aboutStudy h2::after {
	background-color: var(--color-palette2);
	margin: 13px auto 0;
	width: 100%;
}
.aboutStudy p {
	color: #222;
	font-size: 18px;
	line-height: 24px;
	width: 100%;
    margin-bottom: 30px;
}

.aboutStudy p strong {
	font-weight: 500;
}

#about-condition-image p {
	color: #222;
}

.participateStudy {
    border-radius: 15px;
    padding: 25px 30px;
    background: var(--color-palette3);
    position: relative;
    margin: 30px 0 0 0;
}
.participateStudy ul {
	margin: 0px 0 8px 0px;
	padding: 0px;
	list-style: none;
}

.participateStudy li {
    color: #fff;
    margin-bottom: 2px;
    padding-left: 28px;
    font-size: 18px;
    line-height: 30px;
    position: relative;
}

.participateStudy li ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50px;
}

.participateStudy ul+p {
    font-size: 18px;
    line-height: normal;
    margin: 0;
}

.participateStudy li i.fas {
    position: absolute;
    left: 0px;
    font-size: 18px;
    color: var(--color-palette2);
    top: 6px;
}

.participateStudy ul li ul {
    margin: 0;
    font-size: 18px;
    padding-left: 20px;
}

.participateStudy ul li ul li {
    font-size: 18px;
    padding-left: 18px;
    line-height: 24px;
}
.participateStudy ul li:last-child {
    margin: 0;
}

.participateStudy li ol {
	list-style: none;
	padding-left: 0px
}

.participateStudy li ol li {
	background: none;
	position: relative
}

.participateStudy li ol li:before {
	content: '–';
	position: absolute;
	left: 0px;
	padding-right: 10px
}

.participateStudy h3 {
    font-size: 20px;
    color: var(--color-palette2);
    font-family: Arimo;
    font-weight: bold;
    margin-bottom: 13px;
    line-height: 24px;
}

.participateStudy h3 span {
	font-size: 22px;
	color: #fff;
}
.participateStudy p {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.sources-box {
    background: var(--color-palette2);
    border-radius: 26px;
    padding: 25px 41px;
    font-family: Lato;
    margin-top: -50px;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.sources-box::after {
	width: 100%;
	height: 100%;
	background: var(--color-palette2);
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	border-radius: 10px;
	right: -320px;
	display: none;
}

#about-condition-image p span {
	color: var(--color-palette2);
	font-weight: 600;
}

.sources-box strong {
	margin-bottom: 5px;
	font-family: Arimo;
}

.source-link {
	display: table;
	color: #fff;
	float: none;
	vertical-align: top
}

.source-link div {
	display: table-cell;
	float: none;
	vertical-align: top
}

.source-link,
.source-link a {
	color: #fff !important;
	margin-bottom: 0px
}

.source-link .source-num {
	padding-right: 5px;
	white-space: nowrap;
}

.sources-box strong,
.sources-box a {
	display: block;
	color: #fff;
	word-break: break-all;
	font-size: 18px;
	text-decoration: none;
}

.sources-box a {
	display: inline;
}

.sources-box a:hover {
	text-decoration: none
}

.footerBottom .col-md-4.text-right ul {
	list-style: none;
	margin: 0px;
	padding: 0px
}

.footerBottom .col-md-4.text-right ul li {
	text-align: right
}
footer.site-footer {
	width: 100%
}

.footerTop {
	padding-top: 94px;
	padding-bottom: 40px;
	position: relative;
}

.footerTop .container {
	position: relative
}

.footerTop h3 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arimo;
}

.footerTop ul {
	list-style: none;
	margin: 23px 0 0 0;
	padding: 0px
}

.footerTop ul li .fas,
.footerTop ul li .fab {
	color: #fff;
	font-size: 24px
}

.footerTop ul li:last-child {
	margin-right: 0px
}
#teconsent a {
    color: #fff;
}
#myBtn {
    width: 60px;
    height: 60px;
    float: right;
    background: var(--color-palette2);
    display: inline-block;
    text-align: center;
    line-height: 47px;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    right: 80px;
    top: -30px;
    z-index: 1;
}

#myBtn .fas {
	font-size: 30px;
	margin: 11px 0 0 0px;
	font-weight: 600;
	color: #fff;
	line-height: 38px;
}

.footerTop {
	width: 100%
}

.footerTop p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding-right: 0;
}

.footerBottom {
	padding: 30px 0;
	border-top: 1px solid #fff;
}

.footerBottom,
.footerBottom a {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	font-family: Lato;
}

.footerBottom a {
	font-weight: bold;
	text-decoration: none;
}

.footerBottom a:hover {
	text-decoration: none
}

.footer-logo {
    margin-bottom: 5px;
    max-width: 155px;
}

#signup .sealltext strong {
	margin-bottom: 2px;
	font-weight: bold;
	font-family: Arimo;
}

@media (min-width:1600px) {
	#studyinfo-image .container {
		max-width: 1320px;
	}

	.about-bottom-right {
		padding-left: 20px;
	}
}

@media (min-width:1442px) {
	#studyinfo-CTA-image .container, #about-condition-image .container, #studyinfo-image .container {
    max-width: 1400px;
}
#banner-cta-image .container {
	max-width: 1442px;
}
}

@media (min-width:1751px) {
#studyinfo-CTA-image .container, #about-condition-image .container, #studyinfo-image .container {
    max-width: 1640px;
}
#banner-cta-image .container {
	max-width: 1700px;
}
}

@media (max-width:1441px) {
	#myBtn {
		width: 50px;
		height: 50px;
		right: 25px;
		top: -25px;
	}

	#myBtn .fas {
		font-size: 26px;
		line-height: 28px;
	}
}

@media only screen and (min-width:1200px) {
	@supports (-ms-ime-align: auto) {
		.pic-mob.mr-0 {
			padding-right: 0px
		}

		.takepart-study {
			padding-right: 44px
		}
	}
}

@media only screen and (min-width:991px) {
	.aboutstudy-pic {
		display: block
	}

	@supports (-ms-ime-align:auto) {
		.qualify-red-btn {
			display: flex;
			justify-content: space-evenly;
			position: relative
		}

		.qualify-red-btn img {
			margin-right: 20px;
			position: relative;
			top: -29px
		}
	}

	.faq-outer {
		padding: 0 15px;
	}
}

@media only screen and (max-width:1199px) {
	.customnav ul.topnavbarul li a.nav-link {
		font-size: 16px;
		display: inline-block;
	}

	.navbar-nav li {
		margin-bottom: 0 !important;
		padding: 0;
	}

	.navbar-nav li:first-child {
		padding-left: 0;
	}

	.navbar-nav li.last-item {
		margin-top: 0;
	}

	.customnav ul.topnavbarul li.last-item a {
		height: 50px;
		line-height: 50px;
		font-size: 16px !important;
		width: 200px;
	}

	.about-study-left-img {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: auto;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 0;
		padding-left: 0;
	}
	.about-study-left-img img {
		width: auto;
	}

	.about-study-left-img::before,
	.about-study-left-img::after {
		content: none;
	}

	.col-xl-8.about-bottom-right {
		padding-left: 15px;
	}

	.sources-box::after {
		content: none;
	}
}

@media only screen and (max-width:991px) {
	#studyinfo-CTA-image .aboutContent h3.aboutTitle {
		font-size: 20px;
		line-height: 24px;
		text-align: center;
        margin-bottom: 15px !important;
	}

	.customnav ul.topnavbarul li a.nav-link {
		font-size: 16px;
	}

	.navbar-nav li {
		margin-bottom: 6px !important;
		padding: 0;
	}

	.navbar-nav li.last-item {
		margin-top: 10px;
	}

	.sources-box strong,
	.sources-box a {
		font-size: 16px;
	}

	.card-body p {
		font-size: 16px;
		line-height: 22px !important;
	}

	.aboutStudy p,
	.participateStudy li,
	.faq-outer .card-body p,
	.participateStudy ul+p {
		font-size: 16px;
		line-height: 22px;
	}

	#about-condition-image ul li {
		font-size: 16px;
		line-height: 22px !important;
	}

	.about-single-list {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding-right: 0;
	}

	#about-condition-image ul {
		margin: 0px 0 20px 0;
	}

	.about-listing {
		margin-bottom: 25px;
	}

	#about-condition-image .about-single-list ul {
		margin-bottom: 0;
	}

	#signup p {
		font-size: 16px;
		line-height: 22px !important;
	}

	.banner-content ul li br {
		display: none;
	}

	.takepart-study {
		width: 100%;
		background-image: none;
	}
	.banner-content p {
		color: #fff;
	}

	.banner-content ul li {
		color: #fff;
	}

	.banner-content ul li .fas {
		color: #fff;
	}

	.aboutStudy {
		font-size: 16px;
		line-height: 22px;
	}

	.copyrightAutocruitment .col-lg-4 {
		text-align: center !important;
	}

	.copyrightAutocruitment .footer-autocruitment-logo {
		margin: 10px 0;
	}

	.footerBottom ul {
		padding: 0;
	}

	.footerTop p {
		font-size: 16px;
		line-height: 22px;
	}

	.footerTop h3 {
		font-size: 16px;
	}

	#signup h2+p.sealltext strong {
		font-size: 20px;
	}

	.qualify-red-btn {
		margin: 25px auto 30px;
	}

	.takepart-study ul li::before {
		top: 5px;
		width: 12px;
		height: 12px;
	}

	.faq-outer ul li::before {
		top: 7px;
	}
	.aboutboxbottom {
		margin: 90px auto 0;
	}

	.participateStudy {
		background-image: none;
		padding: 20px;
	}

	.banner-left-img,
	.banner-right {
		display: none;
	}
.participateStudy li i.fas, .takepart-study ul li .fas {
    font-size: 12px;
    top: 5px;
}
.aboutstudy-pic-inner {
    margin-bottom: 30px;
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.navbar-nav li {
		padding: 0 7px;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footerTop h3 {
		font-size: 18px;
	}

	.customnav ul.topnavbarul li a.nav-link {
		font-size: 16px;
	}

	.customnav ul.topnavbarul li.last-item a {
		font-size: 16px !important;
	}
	.aboutboxbottom {
		margin: 110px auto 0;
	}

	.footer-logo {
		margin-bottom: 0px;
		width: 100%;
	}
	.customnav ul.topnavbarul li.last-item a {
		width: 90px;
	}

	.aboutStudies {
		padding-top: 80px;
		padding-bottom: 80px;
	}

.qualify-red-btn {
    margin: 20px auto;
}
}

@media only screen and (max-width:991px) {
	.sources-box {
		padding: 25px;
		background-image: none;
	}
	.takepart-study p {
		margin-bottom: 8px !important
	}

	.desktopView .col-md-12 {
		padding: 0px !important
	}

	.aboutContent h3.aboutTitle span {
		display: inline;
		margin-bottom: 0px;
		font-size: 15px;
		background-color: transparent
	}

	.banner-content ol {
		padding: 0px
	}

	.bannercontent h2 span {
		padding: 0;
		margin: 0;
		font-size: 22px
	}

	.banner-content h3 {
		font-size: 22px
	}

	.aboutStudy h2 {
		margin-bottom: 15px
	}

	.takepart-study h3 {
		margin-bottom: 9px !important
	}
	.bannercontent {
		margin-top: 0px
	}

	.bannercontent h1 strong.study {
		display: block;
		font-weight: 500;
		padding-bottom: 5px !important
	}

	.takepart-study {
		margin-top: 0px;
		padding: 20px
	}

	.banner-text {
		background-color: transparent;
		background: none;
	}

	.banner-content ul li {
		margin-bottom: 0;
	}
	.banner-btn a.qualifybtn {
		font-size: 17px;
		padding: 20px 10px;
	}
	.banner-content p {
		font-size: 18px;
		line-height: 24px;
		width: 100%;
		/* text-align: left; */
	}

	p.banner-subheading {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 15px
	}

	.banner-content ul li {
		font-size: 16px;
		left: 0px
	}

	.banner-content ul {
		margin-top: 0px
	}

	.banner-content {
		margin: 25px 0px 20px 0px;
		width: 100%;
		text-align: center
	}

	#banner-cta-image .banner-btn a.qualifybtn {
		top: 0;
		max-width: 600px;
		font-size: 18px;
		line-height: 1.4;
		height: auto;
		padding: 15px 20px;
		width: auto;
	}
	#banner-cta-image .banner-btn a.qualifybtn:hover {
		text-decoration: none;
		color: #fff;
		background: var(--color-palette2);
		border-color: var(--color-palette2);
	}
	#banner-cta-image .banner-btn a.qualifybtn::before {
		background: var(--color-palette2);
	}
	.customnav ul.topnavbarul li.last-item a {
		height: 50px;
		line-height: 50px;
		font-size: 16px !important
	}

	.bannercontent {
		background: var(--color-palette1) url('../images/banner-mobile.webp') no-repeat center bottom;
		text-align: center;
		z-index: 1;
		background-size: cover;
	}

	.bannercontent::before {
		background: var(--color-palette1);
		width: 100%;
		height: 100%;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		opacity: 0.9;
	}

	.faq-outer .card-header h5::after {
		width: 80px;
		height: 80px;
	}
	#faq .card::after {
		font-size: 30px;
	}
	#faq .card {
		margin-bottom: 15px;
	}
	.banner-heading,
	.banner-content {
		background: transparent;
	}

	.banner-heading {
		padding: 0;
	}

	.banner-content {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.banner-text {
		width: 100%;
		left: 0px;
		margin-top: 0px
	}

	#faq h2.mainheading,
	.aboutStudy h2,
	#signup h2 {
		margin-bottom: 40px
	}

	#faq.faq-bg {
		padding-bottom: 40px;
		padding-top: 40px !important;
	}
	.navbar-nav li {
		margin-bottom: 10px
	}
	.about-right-cont {
		margin-top: 0;
	}

	.aboutContent h3,
	.takepart-study h3 {
		font-size: 18px;
		line-height: 22px;
		text-align: left;
	}

	.aboutContent h3 {
		margin-bottom: 0px !important
	}

	.aboutContent .col-md-6.pic-mob {
		max-width: 100%;
		flex: 0 0 100%
	}

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

	.aboutstudy-pic {
		text-align: center
	}

	.bannercontent h1 strong.study {
		font-size: 28px
	}

	.bannercontent {
		height: auto;
		overflow: hidden
	}

	.banner-text {
		position: relative;
		margin: 0px;
		padding: 0;
		top: 0px;
		max-width: 100%
	}
	.bannercontent h1,
	.bannercontent h1 span {
		margin-bottom: 0px
	}

	.banner-btn span {
		position: inherit;
		display: block;
		text-align: center;
		left: 0px
	}

	.bannercontent {
		padding: 40px 15px 0
	}
	a.toplogo img {
		margin: 0 auto;
		margin-top: 0px
	}

	.body_section {
		padding-top: 120px;
	}

	.navbarbtn {
		position: relative;
		top: -2px
	}

	.topnavbar .container {
		max-width: 96%
	}

	.navbar-me {
		padding: 15px 0px;
		background-color: #fff;
		top: 0px;
		border: 0px;
		border-radius: 0px
	}

	h1.mainheading {
		font-size: 30px;
		margin-bottom: 20px
	}
	#about-condition-image h2 br {
		display: none;
	}

	.bannercontent h1 {
		line-height: 42px;
		font-size: 30px;
		margin-bottom: 30px !important;
		color: #f3cb83
	}

	.bannercontent h1 strong.study {
		line-height: 300;
		font-size: 16px
	}

	.participateStudy h3 {
		font-size: 20px
	}

	#studyinfo-image h2,
	#studyinfo-CTA-image h2,
	h2.heading,
	#faq h2.mainheading,
	#signup h2 {
		font-size: 30px
	}

	#studyinfo-CTA-image {
		padding: 40px 0
	}

	#studyinfo-CTA-image h2 {
		margin-bottom: 30px
	}
	.footerTop {
		padding: 40px 0
	}

	.bannercontent {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.banner-btn {
		text-align: center;
		margin: 30px auto 0 auto;
		width: 100%;
		justify-content: center;
	}
	.bannercontent img {
		display: block;
		margin: 0 auto;
		left: inherit;
		top: inherit;
		position: relative;
	}
	.banner-btn-outer {
		background: transparent;
		border-radius: 0;
		text-align: center;
		padding-bottom: 0;
	}
	.bannercontent h1,
	.bannercontent h1 strong.study {
		width: 100%;
		margin: 0px 0 0px 0;
		padding: 0 0
	}

	.bannercontent img {
		top: 0;
		display: none;
	}

	.customnav {
		padding: 5px 15px;
	}

	.topnavbarul {
		margin-top: 20px
	}

	a.qualifybtn {
		margin-top: 10px;
	}

	#signup h2 {
		padding-top: 0
	}

	.aboutStudy,
	.form-bg {
		padding: 40px 0;
		background-image: none;
	}

	.banner-btn a.qualifybtn {
		margin: 0px
	}

	.faq-outer .card-body p {
		font-size: 16px
	}

	.faq-outer ul li,
	.participateStudy li,
	.aboutContent p {
		font-size: 16px !important;
		line-height: 22px !important;
	}

	.participateStudy li::before {
		top: 6px;
	}

	.footerTop h2 {
		font-size: 18px
	}

	.bannercontent h1 {
		font-size: 26px;
		line-height: 1.2;
		color: #fff;
	}

	.bannercontent h1 small {
		color: #fff;
		font-size: 18px;
	}

	.banner-text h1 br {
		display: none;
	}

	.bannercontent h2 {
		font-size: 20px;
		line-height: 24px;
		color: #fff;
		padding-bottom: 20px;
	}

	.aboutContent h3.aboutTitle {
		margin-top: 0px
	}

	.banner-btn a.qualifybtn {
		height: auto;
		line-height: 40px;
		margin-left: 0 !important;
		line-height: 1.4;
	}
	.aboutContent p {
		text-align: center
	}

	.takepart-study p {
		text-align: left;
	}

	.form-bg {
		background-image: none;
	}

	h2.mainheading,
	#faq h2.mainheading,
	#signup h2 {
		font-size: 30px;
		line-height: 42px;
	}
	.footer-autocruitment-logo {
		flex-direction: column
	}

	.footer-autocruitment-logo .followicons {
		margin-left: 0px;
		margin-top: 10px
	}

	#studyinfo-CTA-image .desktopView .row {
		max-width: 580px;
		margin: 0 auto
	}
	#studyinfo-CTA-image .participant-text {
		max-width: 100%;
		margin: 0;
		padding: 20px;
	}
	.banner-text p {
		color: #fff;
		font-size: 18px;
		line-height: 24px;
		margin: 0px 0 0px 0;
	}

	.banner-text .banner-content+p {
		margin-top: 20px;
	}

	.banner-content p {
		margin-top: 0;
		margin-bottom: 0;
	}

	.banner-text .banner-heading p {
		font-size: 16px;
		line-height: 22px;
	}

	.takepart-study ul li {
		font-size: 16px;
		line-height: 22px;
		padding-left: 20px;
		margin-bottom: 5px;
	}

	.takepart-study p,
	.takepart-study ul+p {
		font-size: 16px !important;
		line-height: 22px !important;
	}

	a.toplogo img {
		margin: 0 auto;
		margin-top: 0px;
	}

	.takepart-study p:first-child {
		font-size: 18px !important;
		line-height: 24px;
	}

	#about-condition-image ul li::before {
		top: 6px;
	}
	.participant-text div {
		margin-left: 0;
	}
.faq-outer .card-body {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 115px;
}
.banner-text-data {
    padding: 30px 0;
    text-align: center;
}
.bannercontent h1 b {
    color: #fff;
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-logo {
		margin-bottom: 0px;
	}

	.footerBottom,
	.footerBottom a {
		font-size: 16px
	}

	.topnavbarul {
		margin-top: 20px
	}
	.footerTop h3 {
		height: 44px;
		margin-bottom: 15px;
	}

	.footerTop h3 span {
		display: inline-block;
		height: 31px;
	}

	.aboutStudies .row,
	.faq-outer {
		padding: 0 15px;
	}
}

@media only screen and (max-width:767px) {
	.takepart-study ul {
		margin: 0;
	}

	#studyinfo-image h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.footerBottom {
		text-align: center;
	}

	.footerTop {
		text-align: center;
	}

	.footerTop .col-md-3 {
		margin-bottom: 30px;
	}

	.footer-bottom-right {
		text-align: center !important;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 0;
	}

	#studyinfo-CTA-image .qualify-red-btn a {
		font-size: 16px !important;
		max-width: 100%;
		width: auto;
		padding: 10px 15px !important;
	}

	.bannercontent img {
		top: -15px !important;
	}

	.banner-btn a.qualifybtn {
		margin-top: 0 !important;
	}

	.faq-outer .card-header h5 {
		font-size: 16px !important;
		padding-left: 80px;
	}
	.faq-outer .card-body {
		padding-left: 80px;
	}

	.footerTop h3 {
		font-size: 18px;
	}
	.footerBottom .col-md-4.text-right ul li {
		text-align: center
	}

	#studyinfo-CTA-image .participant-text {
		max-width: 100%;
		height: auto;
		font-size: 16px;
	}

	#studyinfo-CTA-image .desktopView .col-sm-6 img {
		height: auto;
		width: 100%;
	}

	.qualify-red-btn {
		margin: 20px auto 20px;
	}
	.qualify-red-btn {
		display: inline-block;
		text-align: center;
		width: 100%;
	}

	.qualify-red-btn img {
		top: 0;
		margin: 0 auto 20px;
		display: block;
	}

	.qualify-red-btn a {
		line-height: inherit !important;
		height: auto !important;
		font-size: 13px !important;
		padding: 15px 10px !important
	}

	.customnav ul.topnavbarul li a.nav-link {
		font-size: 14px
	}

	.aboutContent h3 {
		margin: 0 0 30px
	}

	.takepart-study h3 {
		margin: 0 0 20px
	}

	.aboutContent h3:before {
		left: -11px;
		top: 5px
	}

	.faq-outer::before {
		left: 27px
	}

	.banner-btn a.qualifybtn {
		max-width: inherit
	}

	.customnav ul.topnavbarul li a.nav-link {
		font-size: 16px
	}

	a.qualifybtn {
		height: auto;
		line-height: 52px;
		width: 100%;
		padding: .375rem .75rem
	}

	a.qualifybtn {
		max-width: 100%;
		padding: .375rem .75rem;
		line-height: 42px;
		height: auto;
		margin: 0 auto
	}

	.faq-outer .card-header h5 {
		font-size: 18px;
		line-height: 21px
	}

	.footerBottom .row {
		padding: 0 15px
	}

	.footer-logo {
		max-width: 160px
	}

	.footer-logo {
		margin-right: 0px
	}

	.faq-bg {
		background-color: #fff;
		background-image: none;
		padding: 40px 0
	}

	h1.mainheading {
		margin-bottom: 30px;
		padding-right: 5px;
		padding-left: 5px
	}
	.footerTop {
		padding: 30px 0 0 0
	}

	.participant-text {
		height: 284px
	}

	.qualify-red-btn img {
		top: 0;
	}

	.copyrightAutocruitment .footer-autocruitment-logo {
		margin: 10px 0
	}

	.copyrightAutocruitment .col-md-4 {
		text-align: center !important
	}

	.participateStudy h3,
	.participateStudy p {
		text-align: left;
	}
	.participateStudy p {
		display: block
	}

	#banner-cta-image .qualifybtn {
		font-size: 16px;
	}

	.footerTop h3 span::before {
		bottom: -15px;
		width: 100%;
	}

	.footerTop h3 {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.footerTop ul li br {
		display: none;
	}

	.participateStudy li::before {
		top: 5px;
	}

	.footer-logo {
		margin-bottom: 20px;
		max-width: 227px;
	}

	.aboutboxbottom {
		padding: 0 0;
		max-width: 100%;
		background-image: none;
	}

	.about-study-right-img {
		max-width: 380px;
		margin: auto;
		width: 100%;
	}
	.aboutboxbottom::after {
		background-image: none;
	}

	
	.row.removeMargin.study-btm {
		margin: 0;
	}
	#faq .card::after {
		width: 60px;
	}
	#faq .card {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		margin-bottom: 15px;
	}
	.faq-outer .card-header h5::after,
	.faq-outer .card-header h5.collapsed::after {
		width: 60px;
		height: 60px;
	}

	.participant-text img {
		max-width: 60px;
	}
.aboutstudy-pic .col-sm-6 {
    padding: 0 5px;
}
}

@media (min-width:480px) and (max-width:489px) {
	#studyinfo-CTA-image .qualify-red-btn a {
		font-size: 17px !important;
	}
}

@media only screen and (max-width:479px) {
	.banner-btn a.qualifybtn {
		font-size: 15px
	}

	#banner-cta-image .qualifybtn {
		padding: 15px 20px;
	}

	.bannercontent img {
		top: -12px
	}

	.banner-btn {
		width: 100%
	}

	.footerBottom .row {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0px
	}

	.footer-logo {
		margin: 10px auto
	}
}

@media only screen and (max-width:400px) {}

@media (max-width:374px) {
	#studyinfo-CTA-image .qualify-red-btn a {
		font-size: 16px !important;
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex: 0 0 auto;
	}

	a.toplogo {
		align-items: center;
		margin-right: 0px;
		flex: 0 0 auto;
	}

	.navbar-me {
		padding: 5px 2vw;
	}

	.banner-content ul li::before {
		position: absolute;
	}

	.banner-content ul li {
		padding-left: 25px
	}

	.banner-content ul li ul {
		padding-left: 0px
	}
}

@media (max-width:1199px) {
	.takepart-study p:first-child {
		margin-bottom: 15px;
	}

	.takepart-study {
		padding: 0;
	}

	.footerTop p {
		padding-right: 0;
	}
	.aboutboxbottom {
		margin-top: 40px;
	}

	.aboutboxbottom::after {
		height: 63%;
	}
	.about-study-right-img {
		max-width: 100%;
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 30px;
	}
	.about-study-right-img img {
		width: auto;
	}
	.about-study-right-img::before {
		content: none;
	}
	.aboutboxbottom {
		width: 100%;
		margin: 0px 0 0 !important;
		padding-top: 0;
	}

	.aboutboxbottom::before {
		display: none;
	}
	.sources-box {
		margin-top: -50px;
		padding: 25px;
        max-width: 820px;
	}
	.navbar-nav li:first-child a {
		border: none;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.navbar-me {
		padding: 26px 0;
	}

	.participant-text {
		font-size: 16px;
		line-height: 22px;
		padding: 20px;
		margin: 0 0;
		margin-top: 25px;
	}

	.bannercontent {
		margin-top: 120px;
	}

	.fixed-me ul.topnavbarul li.last-item a {
		height: 50px !important;
		line-height: 50px !important;
	}

	.aboutContent p {
		font-size: 16px;
		line-height: 22px;
	}
	.takepart-study ul+p {
		font-size: 16px !important;
	}

	.participateStudy {
		background-size: cover;
	}

	.aboutStudy {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	#studyinfo-CTA-image {
		padding: 100px 0;
	}

	.banner-right {
		right: -140px;
		height: 100%;
	}
}

@media only screen and (min-width:1100px) and (max-width:1199px) {
	.banner-right {
		right: -120px;
	}
}

@media only screen and (max-width:575px) {
	#studyinfo-CTA-image .desktopView .col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48% !important;
		height: auto !important;
		margin: 0px auto !important;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		align-items: flex-start !important;
		padding: 0;
	}
	.about-right-cont {
		margin-top: 0;
	}

	#studyinfo-CTA-image .desktopView .col-sm-6 img {
		max-width: none !important;
		height: auto;
        margin: 0;
	}
	.col-xl-8.about-bottom-right {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width:1200px) and (max-width:1441px) {
	.customnav ul.topnavbarul li a.nav-link {
		font-size: 16px;
	}

	.navbar-nav li {
		padding: 0 12px;
	}

	.customnav ul.topnavbarul li.last-item a {
		width: 120px;
		height: 60px;
		line-height: 60px;
	}

	.fixed-me ul.topnavbarul li.last-item a {
		height: 51px;
		line-height: 50px;
	}
	.navbar-me {
		padding: 5px 0vw;
	}

	.fixed-me {
		padding: 0px 0vw !important;
	}
	#about-condition-image p {
		padding-right: 0;
	}
	.about-study-right-img {
		right: 0;
		width: 100%;
	}

	#about-condition-image .container,
	#studyinfo-image .container {
		max-width: 1150px;
	}
.banner-text-data {
    padding: 30px;
}
.qualify-red-btn {
    margin: 25px auto;
}	
.sources-box {
    margin-top: -60px;
    max-width: 850px;
}
}

@media all and (-ms-high-contrast:none) and (min-width:993px) {
	.navbar-expand-xl .topnavbarul.navbar-nav {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	/*.navbar-expand-xl .navbar-collapse { flex: 0 0 86% }*/
	.participant-text {
		display: block;
		padding-top: 0
	}

	a.qualifybtn {
		max-width: 540px
	}

	.qualify-red-btn {
		margin: 39px auto 25px;
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
	.participant-text div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footerTop p {
		padding-right: 10px;
	}
}

@media all and (-ms-high-contrast:none) and (min-width:1200px) {
	.participant-text {
		padding-top: 0;
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (min-width:991px) and (max-width:1599px) {
	.fixed-me {
		padding: 21px 2vw !important
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (min-width:768px) and (max-width:991px) {
	.qualify-red-btn img {
		margin-right: 20px !important
	}

	a.qualifybtn {
		font-size: 16px;
	}

	#studyinfo-CTA-image .participant-text {
		display: inline-block;
		padding-top: 0
	}

	.qualify-red-btn img {
		left: 0px;
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (min-width:992px) and (max-width:1199px) {
	a.qualifybtn {
		font-size: 16px;
		max-width: 448px !important
	}

	.banner-btn a.qualifybtn {
		font-size: 16px !important
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (max-width:991px) {
	.qualify-red-btn {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (max-width:767px) {
	.qualify-red-btn img {
		margin: 0 auto 20px !important;
	}

	#studyinfo-CTA-image .participant-text {
		display: inline-block
	}

	.participant-text div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100%;
		padding: 0 5px
	}

	.qualify-red-btn {
		-webkit-box-pack: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.participant-text {
		height: auto;
	}

	#studyinfo-CTA-image .desktopView .col-sm-6 img {
		height: auto;
		width: 100%;
	}

}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footerTop h3 {
		font-size: 18px;
	}

	.bannercontent h2 {
		font-size: 17px;
		line-height: 24px
	}

	.bannercontent h3 {
		font-size: 18px;
		line-height: 300
	}

	.banner-content p,
	.banner-content ul li,
	p.banner-subheading {
		font-size: 17px;
		line-height: 24px;
	}

	.bannercontent {
		margin-top: 0;
		background-position: right -80px top;
		padding-top: 120px;
	}

	.customnav ul.topnavbarul li a.nav-link {
		font-size: 16px;
	}

	.navbar-nav li {
		padding: 0 6px;
	}

	.customnav ul.topnavbarul li.last-item a {
		width: 200px;
	}

	.customnav ul.topnavbarul li.last-item a {
		height: 50px;
		line-height: 50px;
	}

	.banner-btn a.qualifybtn {
		max-width: 100%;
		font-size: 17px;
		width: auto;
		padding: 12px 20px;
	}

	.navbar-me {
		padding: 5px 15px;
	}

	a.toplogo {
		flex: 0 0 auto;
	}

	.banner-content ul li::before {
		top: 7px;
	}

	.fixed-me a.toplogo img {
		transition: all 0.5s;
	}
	.banner-right img {
		height: 100%;
		padding-top: 0;
	}
.banner-text img {
    width: 100%;
    height: 100%;
}
.customnav.fixed-me {
    background: #fff;
}
.banner-text-data {
    padding: 30px;
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.bannercontent h1 {
		font-size: 30px;
		padding-bottom: 30px;
	}

	.bannercontent h2 {
		font-size: 19px;
		padding-bottom: 20px;
	}

	.bannercontent h1 small {
		font-size: 21px;
	}
	.bannercontent h3 {
		font-size: 18px;
		line-height: 300
	}

	.banner-content {
		margin-top: 0px;
	}

	.banner-text {
		max-width: 100%;
		padding: 0;
	}

	.banner-btn {
		margin: 30px auto 0;
		width: 100%;
	}

	.banner-btn a.qualifybtn {
		max-width: 100%;
		font-size: 18px;
		width: auto;
		padding: 15px 20px;
	}

	.banner-content p,
	.banner-content ul li,
	p.banner-subheading {
		font-size: 17px;
		line-height: 24px;
	}

	.banner-content ul li::before {
		top: 7px
	}

	.qualify-red-btn a.qualifybtn {
		font-size: 16px
	}

	.bannercontent h2 span {
		padding: 0;
		font-size: 21px
	}

	.banner-content h3 {
		font-size: 21px
	}

	.aboutContent h3.aboutTitle {
		margin-top: 0px;
	}

	.banner-text p {
		font-size: 17px;
		margin: 0;
		padding: 0;
	}
	.banner-text .banner-heading p {
		font-size: 16px;
		margin-top: 10px;
		line-height: 20px;
	}
	.bannercontent {
		height: auto;
	}
	.navbar-expand-xl .navbar-nav.topnavbarul {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.banner-content p {
		padding-bottom: 0;
	}

	.banner-content ul+p {
		margin-top: 7px;
	}

	.banner-content p:last-child {
		margin: 0px 0 0 0;
	}

	.takepart-study ul li::before {
		top: 4px;
	}

	.navbar-nav.topnavbarul {
		margin-top: 20px;
	}

	.navbar-nav li {
		margin-bottom: 6px !important;
		padding: 0;
	}

	.navbar-nav li.last-item {
		margin-top: 10px;
	}
.banner-btn-outer img {
    width: 85px;
}
}

@media only screen and (max-width: 1750px) and (min-width: 1442px) {
	.bannercontent {
		margin-top: 120px;
		background-position: top right -170px;
		height: auto;
	}
	.banner-text .banner-heading p {
		font-size: 18px;
		line-height: 24px;
		margin-top: 12px;
	}

	.customnav ul.topnavbarul li a.nav-link {
		font-size: 18px;
	}

	.customnav ul.topnavbarul li.last-item a {
		width: 150px;
	}

	.banner-content p {
		padding-bottom: 0;
	}

	.participateStudy ul+p {
		margin-top: 25px;
	}

	.participateStudy h3 {
		margin-bottom: 7px;
	}

	.about-study-right-img {
		right: 0;
		width: 100%;
	}

	.about-study-left-img {
		left: 0;
	}

	.col-xl-8.about-bottom-right {
		padding-left: 70px;
	}

	.about-top-left {
		padding-right: 70px;
	}

	.bannercontent h2 {
		font-size: 26px;
	}
.bannercontent h1 {
    font-size: 52px;
    padding-bottom: 30px;
}
.banner-text-data {
    padding: 30px;
}
.banner-btn {
    margin-top: 30px;
}
.banner-btn-outer {
    width: 100px;
}
}

@media only screen and (min-width:1200px) and (max-width:1441px) {
	.bannercontent h1 {
		font-size: 38px;
		padding-bottom: 50px;
	}

	.bannercontent h1 small {
		font-size: 23px;
	}

	.bannercontent h2 {
		font-size: 22px;
		padding-bottom: 20px;
	}

	.banner-text p {
		font-size: 18px;
		padding: 0;
	}
	.banner-right {
		right: -95px;
		height: 100%;
		width: auto;
	}

	.banner-right img {
		height: 100%;
	}

	.banner-text {
		max-width: 100%;
	}

	.bannercontent {
		height: auto;
		margin-top: 101px;
		background-position: top right -65px;
	}

	.banner-btn {
		width: 100%;
        margin-top: 50px;
	}

	.banner-content p {
		padding-bottom: 0px;
	}

	.banner-text .banner-heading p {
		font-size: 16px;
		line-height: normal;
		margin-top: 13px;
	}

	.banner-content {
		margin-top: 0;
	}

	.banner-content ul li::before {
		top: 7px;
	}

	.banner-btn a.qualifybtn {
		max-width: 100%;
		width: auto;
		font-size: 18px;
		padding: 20px 30px;
	}

	.banner-content ul li {
		font-size: 18px;
		line-height: 27px;
	}

	.banner-left-img img {
		width: 69%;
	}

	.banner-content p,
	.banner-content ul li {
		font-size: 18px;
		line-height: 24px;
	}

	.banner-text .banner-content+p {
		margin-top: 20px;
	}
	.participateStudy ul+p {
		line-height: normal;
	}
	.about-study-left-img {
		left: 0;
	}

	.participant-text {
		margin: 0 0;
		margin-top: 25px;
	}
.banner-btn-outer img {
    width: 100px;
}
}

@media only screen and (min-width:1351px) and (max-width:1441px) {
	.banner-right {
		right: 0;
	}

	.about-study-left-img {
		left: 0;
	}
}

@media only screen and (min-width:1200px) and (max-width:1350px) {

	.banner-content p,
	.banner-content ul li {
		font-size: 18px;
		line-height: 24px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.qualify-red-btn img {
		margin-right: -30px;
		width: 47px;
		height: 57px;
		top: -17px;
		left: 18px;
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (min-width:768px) and (max-width:991px) {
	.qualify-red-btn img {
		left: 0px;
	}
}

@media only screen and (max-width:1024px) {
	.faq-outer .card-header h5 {
		font-size: 22px
	}
}

@media only screen and (max-width:991px) {
	.banner-content ul li {
		padding-left: 20px;
		line-height: 22px;
	}

	.banner-content ul li::before {
		top: 6px;
	}

	.banner-content ul li .fas {
		top: 9px
	}

	.banner-content {
		margin-top: 0;
	}

	.banner-content ul {
		text-align: left;
		padding-left: 5px;
	}

	.faq-outer .card-header h5 {
		font-size: 18px
	}

	.banner-content ul li ul {
		padding-left: 10px;
	}
	#aboutStudy::before {
		display: none;
	}

	.takepart-study ul+p {
		margin-top: 0px !important;
		margin-bottom: 0 !important;
	}

	.faq-outer h5::before,
	.card-body::before {
		font-size: 20px;
	}

	.participateStudy ul {
		margin: 0px 0 0 0px;
	}

	.participateStudy ul+p {
		margin-top: 15px;
	}

	.aboutboxbottom::after {
		height: 67%;
	}

	.faq-outer .card-body::before {
		font-size: 18px;
		top: 18px;
	}

	.footer-logo {
		width: 100%;
	}
.sources-box {
    max-width: 550px;
}
}

@media only screen and (min-width:1200px) {
	.bannercontent {
		margin-top: 0;
		padding-top: 120px;
	}
	.takepart-study {
		min-height: auto;
	}

	.site-footer .container {
		max-width: 1280px;
	}
}

@media only screen and (min-width:1442px) and (max-width:1700px) {
	.navbar-nav li {
		padding: 0 20px;
	}
}

@media only screen and (min-width:1551px) and (max-width:1830px) {

}

@media (min-width:768px) and (max-width:991px) {
	@supports (-ms-ime-align: auto) {
		.qualify-red-btn {
			display: flex;
			flex-direction: column;
			align-items: center;
			margin: 0px !important
		}

		.qualify-red-btn img {
			width: 47px;
			position: inherit !important;
			margin: 15px 0 10px 0 !important;
			top: inherit !important
		}
	}
}

@media (max-width:767px) {
	@supports (-ms-ime-align:auto) {
		.qualify-red-btn {
			display: flex;
			flex-direction: column;
			align-items: center;
			margin: 0px !important
		}

		.qualify-red-btn img {
			width: 47px;
			position: inherit !important;
			margin: 5px 0 10px 0 !important;
			top: inherit !important
		}
	}
.sources-box {
    margin-top: 30px;
}
.about-condition-inner {
    padding: 30px;
}
}

@media (min-width:992px) {
	@supports (-ms-ime-align: auto) {
		.qualify-red-btn {
			display: flex;
			justify-content: space-evenly;
			position: relative
		}

		.qualify-red-btn img {
			margin-right: 20px;
			position: relative;
			top: -29px
		}
	}
}

@media only screen and (max-width:360px) {
	#studyinfo-CTA-image .desktopView .col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100% !important;
		height: auto !important;
		margin: 0px 0px !important;
		padding: 0px !important;
		margin-bottom: 0 !important;
	}

	#studyinfo-CTA-image .desktopView .col-sm-6 img {
		max-width: 100%
	}

	#studyinfo-CTA-image .col-sm-6.participant-text {
		height: auto !important;
		margin-bottom: 30px !important;
		padding: 20px 15px !important;
	}

	.participant-text div {
		font-size: 16px;
		line-height: 22px;
	}
	#studyinfo-CTA-image .desktopView .col-sm-6 img {
		max-width: 100% !important;
		width: 100%;
	}
	.about-right-cont {
		margin-top: 0;
	}

	#studyinfo-CTA-image .participant-text {
		margin-top: 0;
	}
	.participant-text img {
		display: none;
	}
}

@media only screen and (min-width:234px) and (max-width:319px) {
	a.toplogo img {
		max-width: 140px;
	}

	.customnav {
		padding: 27px 15px;
	}

	.footerTop {
		padding: 35px 0px;
	}
}

@media only screen and (max-width:233px) {
	a.toplogo img {
		max-width: 100px;
	}

	.customnav {
		padding: 37px 15px;
	}
}

@media only screen and (max-width:400px) {}

@media only screen and (max-width:374px) {
	#banner-cta-image .qualifybtn {
		font-size: 16px;
	}

	.bannercontent h1 br {
		display: none;
	}
}

@media only screen and (min-width:320px) and (max-width:450px) {
	a.toplogo img {
		max-width: 235px;
	}

	.customnav {
		padding: 4.5px 15px;
	}
}

@media only screen and (max-width:319px) {
	#banner-cta-image .qualifybtn {
		font-size: 16px;
		line-height: 1.4;
		padding: 15px 12px;
		height: auto;
	}
}

@media only screen and (min-width:480px) and (max-width:991px) {
	.banner-btn a.qualifybtn {
		font-weight: 500;
		font-size: 16px
	}

	.qualify-red-btn a {
		font-weight: 500;
		font-size: 16px !important;
	}

	.aboutContent h3.aboutTitle span {
		font-size: 20px !important
	}

	.aboutContent h3.aboutTitle {
		padding: 0;
        margin: 0;
	}

	a.qualifybtn {
		max-width: 480px;
	}
}

@media (max-width:575px) {
	#studyinfo-CTA-image .participant-text.col-sm-6 {
		font-size: 12px !important;
		line-height: 15px !important;
		padding-left: 7px !important;
		padding-right: 7px !important;
	}

	.banner-content {
		padding: 0;
	}

	.bannercontent h1 br {
		display: none;
	}

	.aboutboxbottom::after {
		height: 75%;
	}
	.faq-outer {
		padding: 0 15px;
	}
}

@media only screen and (min-width:361px) and (max-width:380px) {
	#studyinfo-CTA-image .participant-text.col-sm-6 {
		font-size: 14px !important;
		line-height: 17px !important;
		padding-left: 6px !important;
		padding-right: 6px !important;
	}
}

@media only screen and (min-width:412px) and (max-width:575px) {
	#studyinfo-CTA-image .participant-text.col-sm-6 {
		font-size: 15px !important;
		line-height: 20px !important;
		padding: 0 5px;
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (max-width:360px) {
	.participant-text div {
		font-size: 14px;
		line-height: 20px;
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (min-width:320px) and (max-width:575px) {
	body #studyinfo-CTA-image .participant-text {
		display: inline-block !important
	}

	.participant-text div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100%;
		padding: 0 2px
	}

	#studyinfo-CTA-image .desktopView .col-sm-6 img {
		max-width: 100% !important
	}

	#studyinfo-CTA-image .desktopView .col-sm-6 {
		display: inline-block !important
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (max-width:233px) {
	a.toplogo img {
		max-width: 100px;
	}
}

html.ie10 .participant-text div {
	display: block !important;
	padding-top: 0px !important
}

@media only screen and (min-width:419px) and (max-width:455px) {
	html.ie10 #studyinfo-CTA-image .col-sm-6.participant-text div {
		padding-top: 73px !important;
	}
}

@media only screen and (min-width:456px) and (max-width:490px) {
	html.ie10 #studyinfo-CTA-image .col-sm-6.participant-text div {
		padding-top: 80px !important;
	}
}

@media only screen and (min-width:491px) and (max-width:500px) {
	html.ie10 #studyinfo-CTA-image .col-sm-6.participant-text div {
		padding-top: 99px !important;
	}
}

@media only screen and (min-width:501px) and (max-width:539px) {
	html.ie10 #studyinfo-CTA-image .col-sm-6.participant-text div {
		padding-top: 119px !important;
	}
}

@media only screen and (min-width:540px) and (max-width:575px) {
	html.ie10 #studyinfo-CTA-image .col-sm-6.participant-text div {
		padding-top: 127px !important;
	}
}

@media only screen and (min-width:360px) and (max-width:575px) {
	html.ie10 .col-sm-6.participant-text div {
		display: inline-block !important;
		text-align: center;
		vertical-align: middle;
		padding-top: 55px !important;
	}

	html.ie10 #studyinfo-CTA-image .desktopView .col-sm-6 img {
		max-width: 100% !important
	}
}

@media only screen and (min-width:768px) and (max-width:992px) {
	html.ie10 #studyinfo-CTA-image .participant-text {
		padding-top: 115px !important
	}
}

@media only screen and (min-width:993px) and (max-width:1199px) {
	html.ie10 #studyinfo-CTA-image .participant-text {
		padding-top: 82px !important
	}
}

@media only screen and (min-width:1200px) {
	html.ie10 #studyinfo-CTA-image .participant-text {
		padding-top: 115px !important
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	html.ie10 .participant-text div {
		padding-top: 103px !important
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: Portrait) {
	.aboutStudy {
		padding: 70px 0 !important;
	}

	#faq.faq-bg {
		padding: 70px 0 !important;
	}

	.aboutStudy h2 {
		margin-bottom: 50px;
	}
	#signup h2 {
		padding-top: 0;
	}
}
