@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap');

/*
font-family: 'Red Hat Display';
*/

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

html {
	overflow-x: hidden
}

body {
	position: relative;
	overflow-x: hidden;
	color: #222222;
	font-family: 'Red Hat Display', sans-serif;
	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: 'Red Hat Display', sans-serif; }

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: #fff
}



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

.topnavbar {
	padding: 0 15px
}

.navbar-nav li {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: bold;
	    padding: 0 40px;
}
.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: 28px;
	font-weight: bold;
	padding: 0!important;
	margin-bottom: 0px;
	font-family: 'Red Hat Display', sans-serif;
}

.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: #00aeef;
}

.customnav {
	background: #fff;
	padding: 25px 15px
}

.customnav ul.topnavbarul li.last-item a {
    font-weight: bold;
    vertical-align: middle;
    background: #00aeef;
    color: #fff;
    font-size: 22px;
    border-radius: 5px;
    width: 200px;
    height: 70px;
    line-height: 71px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    padding: 0;
    font-family: 'Red Hat Display', sans-serif;
}

.customnav ul.topnavbarul li.last-item a:hover {
	color: #fff;
	background-color: #0a0e29;
}

.customnav ul.topnavbarul li.last-item a.nav-link:focus {
	color: #fff;
	background: #0a0e29;
	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: #0a0e29;
	-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: 15px
}


.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: #0a0e29;
	position: relative;
}

.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;
}
.footerTop ul li a::before, .contact-details 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, .contact-details a:hover {
	color: #00aeef;
	padding-left: 20px;
}
.footerTop ul li a:hover::before, .contact-details 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:992px) {
	.fixed-me {
		transition: all 0.5s
	}
	.fixed-me {
		background-color: #fff!important;
		padding: 16.5px 90px !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: #fff;
		top: 0px;
		border: 0px;
		border-radius: 0px
	}
	.fixed-me a.toplogo img {
		transition: all 0.5s;
		max-width: 80%
	}
	.fixed-me ul.topnavbarul li.last-item a {
		height: 50px;
		line-height: 51px;
		text-align: center;
		position: relative;
		overflow: hidden;
		z-index: 1;
		display: inline-block;
		padding: 0
	}
		.navbar-expand-lg .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%
}

.bannercontent {
	padding: 0;
	position: relative;
	margin: 0 auto;
	width: 100%;
	background: #fff url('../images/banner.webp?cache=none') no-repeat right top;
	height: 710px;
	background-size: cover;
	margin-top: 111px;
	/*display: flex;*/
	justify-content: space-between;
	align-items: center;
	align-self: center;
	    border-top: 4px solid #00aeef;
    border-bottom: 4px solid #00aeef;
	background-position: top right 0;
}

.bannercontent h1 {
    font-size: 38px;
    color: #222;
    font-weight: 900;
    text-transform: inherit;
    margin: 0 0 25px 0;
    font-family: 'Red Hat Display', sans-serif;
    line-height: 1.3;
    letter-spacing: 0;
}
.banner-text .banner-heading p {
	font-size: 20px;
	line-height: 25px;
	margin-top: 13px;
}

.bannercontent h2 {
    font-size: 26px;
    color: #222;
    font-weight: 400;
    margin: 0 0 30px 0;
    font-family: 'Red Hat Display', sans-serif;
    line-height: 1.4;
    padding-bottom: 0;
}
.banner-content p, .banner-heading p, .banner-content ul li {
	color: #48575c;
}
.banner-heading {
	padding: 18px 30px;
	border-radius: 6px;
	background-color: #0a0e29;
	overflow: hidden;
}
.banner-heading span {
	letter-spacing: 17px;
}
.bannercontent h4 {
	font-size: 24px;
	color: #222;
	font-weight: 400;
	text-transform: inherit;
	margin: 0 0 30px 0;
	font-family: 'Red Hat Display', sans-serif;
	line-height: 1.4;
}
.bannercontent h4.large-text {
    font-size: 26px;
}
.banner-text p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	margin: 30px 0 0px 0;
}

.banner-text {
    margin: 0 0 0px 175px;
    height: 100%;
    left: 0;
    color: #fff;
    padding-right: 0;
    max-width: 719px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
}

.do-you-suffer h1{color: #807e7f}
.banner-btn {
	position: relative;
}
.banner-btn a.qualifybtn {
	margin-left: 0 !important;
	top: 0 !important;
}
.bannercontent img {
	position: absolute;
	left: -10px;
	top: -14px !important;
}
p.banner-subheading {
	color: #fff;
	font-size: 21px;
	margin: 0px
}

.yelowcolr {
	color: #d1995a
}

.banner-content p {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	padding-bottom: 0;
	color: #222;
	margin-bottom: 20px;
	margin-top: 0;
	font-family: 'Red Hat Display', sans-serif;
}
.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: #222;
	font-size: 22px;
	margin-bottom: 0;
	font-weight: 400;
	position: relative;
	line-height: 1.4;
	font-family: 'Red Hat Display', sans-serif;
}

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

.banner-content ul li ol li {
	padding-left: 20px;
	position: relative
}
.banner-bottom {
    background: rgba(18, 82, 92, 0.9);
    padding: 15px 30px;
    margin-top: 20px;
    border-radius: 6px;
}
.banner-bottom p {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}
.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: 25px
}

.banner-content ul li .fas {
	color: #222;
	font-size: 14px;
	position: absolute;
	left: 0px;
	top: 8px;
}

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

.banner-btn a.qualifybtn {
    max-width: 605px;
    width: 100%;
    text-align: center;
    font-family: 'Red Hat Display', sans-serif;
    background: #00aeef;
    color: #fff;
    font-size: 24px;
    font-weight: 900 !important;
    border-radius: 50px;
    height: auto;
    padding: 0;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    line-height: inherit;
    padding: 13px 40px;
    border: 4px solid #029ad3;
}

.banner-btn a.qualifybtn:hover {
    text-decoration: none;
    color: #fff;
    background: #0a0e29;
}

.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: #0a0e29;
	-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-btn a.qualifybtn:hover:before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1)
}*/

.banner-content h3 {
	font-size: 30px;
	font-weight: bold
}
.banner-point {
	font-size: 18px;
	line-height: 26px;
	margin-top: 15px;
}

.bannerRight {
	max-width: 1200px;
	text-align: center;
	padding: 0 30px;
	margin: 0 auto;
	width: 45%
}

.participant-text {
    background-color: #02a185;
    color: #222;
    height: auto;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
    max-width: 240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: bold;
    padding: 0 6px;
}

#process .desktopView .col-sm-6 img {
		height: auto;
	}
.participant-text div {
    padding: 0 8px;
    width: 100%;
    word-break: break-word;
}

.nd-row {
	margin-top: 30px
}

#process {
	padding: 74px 0;
}
#process .desktopView .col-sm-6 img{border-radius: 5px;}

#process h2 {
	color: #222;
	margin: 0 auto 41px auto
}

#process h2 span {
	color: #00aeef;
}

.aboutContent h3 {
	color: #0a0e29;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px !important;
	font-family: 'Red Hat Display', sans-serif;
}

.aboutContent h3.aboutTitle {
	position: relative;
	margin-top: 0px;
	margin-right: 3px;
}

.aboutContent h3.aboutTitle span {
	background-color: #7e212c;
	color: #fff;
	margin-bottom: 4px;
	padding: 0 5px;
	display: inline-block
}

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

.takepart-study {
    background: #ae71aa;
    padding: 25px;
    border-radius: 0;
    margin-top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    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;
    border: 6px solid #0a0e29;
}

.takepart-study h3 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0px 0 10px 0 !important;
    line-height: 24px;
    font-family: 'Red Hat Display', sans-serif;
}

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

.takepart-study p {
    color: #fff;
    margin: 0px 0 0;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 20px;
}
.takepart-study p:first-child {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: bold;
    font-size: 21px !important;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: left;
    color: #fff;
}
.takepart-study p.mB0 {
	margin-bottom: 0px;
}
.takepart-study ul li ul {
	margin-top: 0;
}
.takepart-study ul {
	margin: 6px 0 10px 0px;
	padding: 0px;
	list-style: none
}

.takepart-study ul li {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-left: 22px;
    margin-bottom: 2px;
    line-height: 24px;
}
.takepart-study ul li:last-child {
	margin-bottom: 0px
}

.takepart-study ul li .fas {
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: 0px;
    top: 6px;
}
.volienter-outer {
	margin-top: 55px;
	position: relative;
	z-index: 1;
}
.volienter-outer::before {
    width: 100%;
    height: 69.7%;
    border: 3px solid #0a0e29;
    background: #ae71aa;
    content: "";
    position: absolute;
    z-index: -1;
}
.volienter-section {
    padding: 40px 15px;
}
#process .volienter-section h2 {
    color: #fff;
    margin: 0;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Red Hat Display', sans-serif;
    line-height: 1.3;
}
.volienter-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 17px;
    z-index: 99;
}
.volienter-single-image {
    border-top: 10px solid #0a0e29;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 100%;
}

#studyAbout ul {
	margin:0px 0 30px 0;
	padding: 0px;
	list-style: none;
}
#studyAbout ul li {
	position: relative;
	padding-left: 22px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}

#studyAbout ul {
    padding-left: 0;
}
#studyAbout ul li .fas {
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 6px;
}

.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 {
	font-weight: 900;
}

h2.mainheading {
	font-size: 50px;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 62px;
	font-weight: 900;
	font-family: 'Red Hat Display', sans-serif;
	position: relative;
	display: table
}
h2.mainheading span {
    color: #00aeef;
}

h2.mainheading:after {
	background: #222;
	width: 75%;
	content: "";
	height: 1px;
	margin: 14px auto 0;
	bottom: 0;
	display: block
}

#aboutDisease h2.mainheading:after {
	background: #505456;
	margin-top: 17px;
	width: 37%
}

#faq {
	background: #ae71aa;
	width: 100%;
	background-size: cover;
	padding: 70px 0px 70px
}

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

.faq-outer ul li {
	color: #fff
}
.faq-outer ul li i {
	margin-right: 6px;
}
.faq-flow-diagram {
	background-color: #fff;
	padding: 20px;
	margin: 0 auto 20px;
	max-width: 560px;
	border-radius: 10px
}
.faq-outer ul li i {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 14px;
}
.faq-outer ul li {
	position: relative;
	padding-left: 22px;
}
.faq-outer ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    display: inline-block;
    left: 0px;
    background: #fff;
    top: 8px;
    border-radius: 50%;
}
.faq-flow-diagram .flow-diagram {
	margin-bottom: 0px
}

#faq h2.mainheading {
	margin-bottom: 59px;
	color: #fff;
	font-size: 50px;
	padding: 0 15px
}

#faq h2.mainheading:after {
	background: #fff;
	width: 100%;
}

.dark-blue-color {
	color: #30314a
}

h1.mainheading.white-border-bottom:after {
	border-bottom: 2px solid #fff;
	max-width: 180px
}

ul.points {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none
}

ul.points li {
	list-style: none;
	width: 100%;
	margin: 0 0 22px 0;
	padding: 0
}

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

@-moz-document url-prefix() { 
.qualify-red-btn {
    margin: 28px auto 0;
}
}

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

a.qualifybtn {
    max-width: 100%;
    width: auto;
    text-align: center;
    background: #fff;
    color: #222;
    font-size: 24px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: bold;
    border-radius: 50px;
    line-height: 1.2;
    cursor: pointer;
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    padding: 17px 30px;
    border: 4px solid #029ad3;
}

a.qualifybtn:hover {
    text-decoration: none;
    color: #fff;
    background: #0a0e29;
}

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: #0a0e29;
	-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)
}

.takepart .container {
	position: relative
}

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

#faq .card {
    background-color: #e1fffa;
    margin-bottom: 30px;
    border-radius: 10px;
}
.black-color {
	color: #505456
}

.blue-color {
	color: #30314a
}

.cream-color {
	color: #dfe2db
}

.white-color {
	color: #fff
}

.grey-color {
	color: #222
}

a.faqbtn {
	max-width: 402px;
	width: 100%;
	text-align: center;
	background: #52575b;
	color: #EBF5F9;
	font-size: 25px;
	font-weight: 800;
	border: 3px solid #fff;
	border-radius: 35px;
	height: 70px;
	line-height: 66px;
	padding: 0;
	cursor: pointer;
	margin: 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: inline-block;
	text-transform: uppercase
}

a.faqbtn:hover {
	text-decoration: none;
	color: #505456;
	background: #CEECEB
}

a.faqbtn:before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 55px;
	height: 30px;
	border-radius: 50%;
	background: #CEECEB;
	-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.faqbtn:hover:before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(9, 9, 1)
}

.card-body p {
	color: #222;
	font-size: 18px;
	line-height: 28px;
	    margin: 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: 0px;
	border-radius: 0px;
	cursor: pointer;
	padding: 0px
}

.faq-outer .card-header h5 {
    color: #ae71aa;
    font-size: 22px;
    font-weight: bold;
    padding: 18px 19px;
    font-family: 'Red Hat Display', sans-serif;
	position: relative;
}

.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: 'Red Hat Display', sans-serif;
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 15px;
}

/*.faq-outer h5.mb-0:before {
	width: 20px;
    height: 20px;
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    position: absolute;
    right: 20px;
    margin: 0;
    line-height: 1;
    background: #222;
    color: #f6effa;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: none !important;
    font-weight: inherit;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
	        -webkit-transform: rotate(405deg);
            -ms-transform: rotate(405deg);
                transform: rotate(405deg);
	padding-right: 1px;
}

.faq-outer h5.mb-0.collapsed:before {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
			font-size: 11px;
			padding-right: 0px;
}*/
.faq-outer .card-header h5 span.exp-icon {
    position: absolute;
    right: 20px;
    line-height: 1;
    height: 20px;
    width: 20px;
    top: 50%;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
}
.faq-outer .card-header h5 span.exp-icon i {
    color: #ae71aa;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
            transform: rotate(405deg);
} 
.faq-outer .card-header h5.collapsed span.exp-icon i {
	-webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

.faq-outer ul.points {
	margin: 10px 0 0
}

#signup h1 {
	margin-bottom: 40px
}

#signup h2 {
	padding-top: 72px;
	margin-bottom: 33px;
	color: #fff;
	font-size: 50px;
	margin-left: auto;
	margin-right: auto;
}

#signup h2.mainheading::after {
	background-color: #fff;
	margin-top: 15px;
}

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

#signup p strong {
	display: block
}

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

.form-bg {
	background: #0a0e29;
	width: 100%;
	padding-top: 0;
	background-position: left top;
	width: 100%;
	padding-top: 0;
	padding-bottom: 50px;
	background-size: cover;
	margin-bottom: 15px;
}
.topform label{color:#555557}
#signup hr {
	max-width: 100%;
	background: #fff;
	margin: 30px 0 30px
}

.studyabout {
	background:#222 url('../images/about-img.webp') no-repeat center center;
	background-size: cover;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 100px;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px
}

.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;
}
.studyabout .about-single-list p {
    margin: 0;
}

.abouttheStudies {
	background: #fff url('../images/about-study-bg.webp') no-repeat center center;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 66px;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	background-size: cover;
}

.studyabout h2 {
	margin: 0 0 59px;
	color: #222;
	font-size: 50px
}
#studyAbout h2 {
	color: #fff;
}
#studyAbout h2::after {
	background-color: #fff;
}
.studyabout h2::after {
	width: 100%;
	background-color: #0a0e29;
}
.wd100 {
    width: 100%;
}	

.studyabout p {
	color: #fff;
	font-size: 18px;
    line-height: 24px;
    width: 100%;
	margin: 0 0 20px 0;
	
}
#autism	About p {
	color: #222;
}
.participateStudy {
    border-radius: 0;
    padding: 25px 30px;
    background: #c389dc;
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-top: 30px;
    border: 6px solid #7e4c98;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.rise-study-part {
	font-size: 18px;
	color: #505456;
	line-height: 24px
}

.rise-study-part p:first-child {
	margin: 44px 0 49px
}

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

.participateStudy li {
	color: #fff;
	margin-bottom: 0;
	padding-left: 22px;
	font-size: 17px;
	line-height: 26px;
	position: relative;
}

.participateStudy li i.fas {
    position: absolute;
    left: 0px;
    font-size: 13px;
    color: #fff;
    top: 7px;
}

.participateStudy ul li ul {
	margin: 5px 0 5px 5px;
	font-size: 18px
}

.participateStudy ul li ul li {
	font-size: 18px
}

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

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

.pbtm strong {
	color: #222222;
	font-weight: normal
}

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

.participateStudy h3 {
    font-size: 40px;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.4;
    padding-right: 30px;
    margin-right: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
    max-width: 50%;
    border-right: 2px solid rgb(126, 76, 152);
}
.participateStudy h3 span {
    color: #7e4c98;
}

.participateStudy p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}

.studyaboutBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 45px;
}

.studyaboutBox p {
	margin-bottom:0px;
	margin-left: 0px
}
.studyaboutBox .aboutbottombox-left p:last-child {
    font-size: 17px;
}
.studyaboutBox .wd47 > p + p{margin-top: 15px;}
.studyaboutBox .wd47 {
	width: 47%
}

.studyaboutBox .flow-diagram {
	margin-top: 12px
}

.studyaboutBox .flow-diagram p {
	text-align: left!important
}

.pivotal-study {
	position: relative;
	background: url(../images/flow-bg-orange.webp) no-repeat left top;
	height: 113px;
	max-width: 519px;
	background-size: contain
}

.pivotal-study span.flow-diagram-heading {
	font-weight: bold;
	font-size: 19px;
	color: #f48155;
	position: absolute;
	top: -10px
}

.pivotal-study p {
	line-height: 19px;
	font-size: 17px;
	color: #505456;
	padding: 14px 20px 14px 0px;
	margin-top: 5px
}

.follow-up-study {
	position: relative;
	background: url(../images/flow-bg-blue.webp) no-repeat left top;
	background-size: contain;
	height: 152px;
	margin-top: 20px;
	max-width: 517px
}

.follow-up-study span.flow-diagram-heading {
	font-weight: bold;
	font-size: 19px;
	color: #3571a6;
	position: absolute;
	top: -10px
}

.mt30 {
	margin-top: 30px
}

.follow-up-study p {
	line-height: 19px;
	font-size: 17px;
	color: #505456;
	padding: 14px 20px 14px 0px;
	margin-top: 8px
}

.aboutDisease {
	background: #fafafa;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	width: 100%;
	padding-top: 70px;
	background-position: bottom center;
	padding-bottom: 28px;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px
}

.aboutDisease h2 {
	margin: 0 auto 55px;
	color: #505456
}

.aboutDisease p {
	color: #505455
}

.source-reference-outer {
	background-color: #7f95ac
}

.aboutDisease p sup {
	font-size: 10px
}

p.ulTitle {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 5px
}

.aboutDisease ul {
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	margin: 0;
	padding: 7px 0 18px 0;
	flex-flow: row wrap;
	margin-left: 0px
}

.aboutDisease li {
	color: #505455;
	width: 100%;
	margin-bottom: 7px;
	padding-left: 20px;
	position: relative
}

.aboutDisease li .fas {
	position: absolute;
	left: 0;
	font-size: 7px;
	top: 9px;
	color: #505455
}

.aboutDisease li.no-bullet {
	background-image: none
}

.aboutDisease strong {
	color: #fff
}

.sources-box {
    background-color: #c389dc;
    border-radius: 0;
    padding: 27px 26px;
    font-family: 'Red Hat Display', sans-serif;
    margin-top: 30px;
    margin-right: 15px;
    margin-left: 15px;
    width: 100%;
    border: 6px solid #7e4c98;
}

.sources-box strong {
	margin-bottom: 10px; font-family: 'Red Hat Display', sans-serif;
}

.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;
	margin-bottom: 0px
}

.source-link .source-num {
	padding-right: 5px
}

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

.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: 'Red Hat Display', sans-serif;
}

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

.footerTop ul li .fas, .footerTop ul li .fab {
	color: #fff;
	font-size: 16px;
	width: 16px;
	margin-right: 7px;
}

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

#myBtn {
	width: 50px;
	height: 50px;
	float: right;
	background: #0a0e29;
	display: inline-block;
	text-align: center;
	line-height: 47px;
	border-radius: 100%;
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: -25px
}

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

.footerTop {
	width: 100%
}

.footerTop p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}
 
.footerBottom {
    padding: 30px 0;
    border-top: 1px solid #fff;
}

.footerBottom,
.footerBottom a {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	font-family: 'open sans';
}
.footerBottom a {
	font-weight: bold;
}
.footerBottom a:hover {
	text-decoration: none
}

.footer-logo {
	margin-bottom: 33px;
}

.reference-links strong {
	margin-top: 3px;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0px
}

.reference-links p {
	margin-bottom: 0px
}

.reference-links strong,
.reference-links p {
	display: block;
	width: 100%;
	line-height: 20px
}

.reference-links a {
	font-size: 14px;
	line-height: 16px
}

.medical-prof {
	max-width: 527px;
	margin: 0 auto;
	background-color: #f3a96c;
	padding: 30px 15px;
	border-radius: 5px;
	margin-top: 20px;
	color: #505456;
	line-height: 24px;
	text-align: center;
	font-size: 18px;
	text-transform: none;
	font-weight: bold
}

.pbtm {
	margin: 62px 0 0 0px
}
#signup .sealltext strong {
	font-size: 18px;
	margin-bottom: 2px;
	font-weight: bold;
	font-family: 'Red Hat Display', sans-serif;
}


.takepart-study, .sources-box, .participateStudy {
    position: relative;
    z-index: 1;
}
.takepart-study::before, .sources-box::before, .participateStudy::before {
    content: "";
    z-index: -1;
    border: 2px solid #7e4c98;
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
}

.img-outer {
    text-align: center;
}
.img-outer p {
    font-size: 20px;
    color: #222;
    font-weight: normal;
    display: inline-block;
    padding: 0 24px;
    line-height: 1.3;
}
img.uparrow-position {
    position: absolute;
    top: 21px;
    right: -69px;
    width: 110px;
}
img.downarrow-position {
    position: absolute;
    bottom: 21px;
    right: -69px;
    width: 110px;
}
.img-wrap {
    position: relative;
    margin: 0 0 50px 0;
}
#next-step-cta {
    background: #00aeef;
    padding: 40px 0;
	margin: 0 0 13px 0;
}
.get-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	    margin: 0 -15px;
}
.left-cont p {
    font-size: 28px;
    color: #fff;
    line-height: 1.5;
}
.left-cont p span {
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.left-cont h3 {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    margin: 0;
    font-size: 40px;
    color: #0a0e29;
}
.left-cont, .right-cont {
    padding: 0 15px;
}
.site-footer img.autocruitment-logo {
    margin-bottom: 23px;
	max-width: 260px;
}
.footerBottom img.footer-logo {
    margin: 0;
}
.footerBottom .copyrightAutocruitment {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


#next-step-cta {
    position: relative;
    z-index: 1;
}
#next-step-cta::before {
    content: url(../images/get-started-back.webp);
    position: absolute;
    left: 0;
    bottom: -6px;
	z-index: -1;
}

#last-step {
    background: #00aeef;
    padding: 40px 0;
    margin: 0 0 13px 0;
}



@media (min-width:1199px) {
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex: 0 0 82%
	}
	.navbar-me {
		padding: 15px 90px;
	}
	.banner-content ul li {
		padding-left: 28px
	}
	.banner-content ul li ul {
		padding-left: 0px
	}
}



@media (max-width:1600px) {
.banner-text {
    margin: 0 0 0px 2.77vw;
}
.navbar-me {
    padding-left: 2vw;
	padding-right: 2vw;
}
.fixed-me {
    padding: 16px 2vw !important;
}
}




@media (min-width:1560px) {
#process .container {
    max-width: 1500px;
}	
}

@media (min-width:1499px) and (max-width:1559px) {
img.uparrow-position {
	right: -52px;
	width: 73px;
}
img.downarrow-position {
	right: -51px;
	width: 73px;
}
}



@media (min-width:1441px) {
.banner-point {
	margin-top: 40px;
	font-size: 19px;
	line-height: 1.9;	
}
}




@media only screen and (min-width:1200px) {
	@-moz-document url-prefix() {
		/* #process .qualify-red-btn {
			margin-bottom: 25px;
		} */
	}
}

@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) {
	.pic-mob-mb {
		display: none
	}
	.aboutstudy-pic {
		display: block
	}
	.banner-btn {
		margin: 30px 0 0 0;
padding-left: 0;
margin-left: 0 !important;
	}
	@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
		}
	}
	.abouttheStudies .row, .faq-outer {
		padding: 0 15px;
	}
}

@media only screen and (max-width:991px) {
	#process .aboutContent h3.aboutTitle {
		font-size: 20px;
		line-height: 24px;
		text-align: center;
	}
	.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;
	}
	.studyabout p, .participateStudy li, .faq-outer .card-body p {
		font-size: 16px;
		line-height: 22px;
	}
	#studyAbout ul li {
		font-size: 16px;
		line-height: 22px !important;
	}
	#signup p {
		font-size: 16px;
		line-height: 22px !important;
	}
	.banner-content ul li br {
		display: none;
	}
	.takepart-study {
		width: 100%
	}
	.pic-mob-mb {
		display: block
	}
	.pivotal-study {
		background: url(../images/flow-bg-orange-IPAD.webp) no-repeat left top;
		height: 122px
	}
	.pivotal-study p {
		margin-top: 2px
	}
	.follow-up-study p {
		margin-top: 5px
	}
	.follow-up-study {
		background: url(../images/flow-bg-blue-IPAD.webp) no-repeat left top;
		height: 202px;
		margin-top: 30px
	}
	.studyaboutBox .flow-diagram {
		margin-bottom: 30px
	}
	.banner-content p {
		color: #fff;
	}
	.banner-content ul li {
		color: #fff;
	}
	.banner-content ul li .fas {
    color: #222;
    top: 6px;
}
	.studyabout {
		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: 15px;
	font-weight: 500 !important;
}
#studyAbout ul li .fas {
	font-size: 12px;
}
#signup .sealltext strong {
    font-size: 20px;
}
.qualify-red-btn {
	margin: 20px auto 0;
}
.takepart-study ul li::before {
	top: 7px;
}
.faq-outer ul li::before {
    top: 6px;
}
.banner-btn a.qualifybtn:hover {
    color: #fff;
    background: #0a0e29;
}
.banner-btn a.qualifybtn::before {
    background: #0a0e29;
}
.about-single-list {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
}
.about-single-list:first-child ul {
	margin-bottom: 0 !important;
}
.get-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
}
.left-cont, .right-cont {
    width: 100%;
}
.left-cont p {
    margin: 0;
}
}

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

@media only screen and (min-width:992px) and (max-width:1199px) {
	.pivotal-study span.flow-diagram-heading,
	.follow-up-study span.flow-diagram-heading {
		font-size: 17px
	}
	.pivotal-study p,
	.follow-up-study p {
		font-size: 17px!important;
		margin-top: 0px!important;
		padding-right: 9px!important
	}
	.customnav ul.topnavbarul li.last-item a {
		width: 100px;
		height: 50px;
		line-height: 50px
	}
	
	.faq-flow-diagram .pivotal-study p {
		font-size: 18px!important;
		margin-top: 4px!important
	}
	.faq-flow-diagram .follow-up-study p {
		font-size: 18px!important;
		margin-top: 7px!important
	}
	.footerTop h3 {
	font-size: 18px;
}
.customnav ul.topnavbarul li a.nav-link {
	font-size: 15px;
}
}

@media only screen and (max-width:991px) {
	.sources-box {
		padding: 25px
	}
	.source-reference-outer {
		background-color: #bbe5ef
	}
	.aboutDisease li.no-bullet {
		display: none!important
	}
	.takepart-study p {
		margin-bottom: 10px!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
	}
	.studyabout h2 {
		margin-bottom: 15px
	}
	.takepart-study h3 {
		margin-bottom: 9px!important
	}
	.aboutDisease ul {
		padding-top: 0px;
		padding-bottom: 10px
	}
	.bannercontent {
		margin-top: 0px
	}
	.bannercontent h1 strong.study {
		display: block;
		font-weight: 500;
		padding-bottom: 5px!important
	}
	.banner-text {
		background-color: transparent;
		background: none;
	}
	
	.banner-content ul li {
		margin-bottom: 0;
	}
	
	a.qualifybtn-border,
	a.faqbtn,
	.banner-btn a.qualifybtn {
		font-size: 17px;
		padding: 20px 10px;
	}
	.banner-bottom {
	background: transparent;
	padding: 0;
	margin-top: 0;
}
	.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: 20px;
    left: 0px;
    color: #222;
}
	.banner-content ul {
		margin-top: 0px
	}
	.banner-content {
		margin: 25px 0px 20px 0px;
		width: 100%;
		text-align: center
	}
	#banner-cta-image .qualifybtn {
		top: 0;
		max-width: 600px;
		font-size: 18px;
		line-height: 1.4;
		height: auto;
		padding: 15px 20px;
		width: auto;
	}
	
	.customnav ul.topnavbarul li.last-item a { 
		height: 50px;
		line-height: 50px;
		font-size: 16px !important
	}
	.bannercontent {
		background-image: none;
		background: #eeedeb;
		text-align: center
	}
	.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
	}
	.abouthight h2,
	.aboutsection h2 {
		padding-bottom: 10px
	}
	#faq h2.mainheading,
	.studyabout h2,
	#signup h2,
	.aboutDisease h2 {
		margin-bottom: 40px
	}
	#faq.faq-bg {
		padding-bottom: 30px;
		padding-top: 30px!important
	}
	.aboutDisease li {
		margin-bottom: 10px
	}
	.aboutDisease ul li br {
		display: none
	}
	.navbar-nav li {
		margin-bottom: 10px
	}
	.aboutDisease {
		padding: 35px 0
	}
	.aboutDisease li {
		text-align: left;
		width: 100%
	}
	.aboutDisease p {
		display: block;
		text-align: center;
		font-size: 18px
	}
	.aboutContent h3,
	.takepart-study h3 {
		font-size: 16px;
		line-height: 22px;
		text-align: left;
	}
	.aboutContent h3 {
		margin-bottom: 10px!important
	}
	.aboutContent .col-md-6.pic-mob {
		max-width: 100%;
		flex: 0 0 100%
	}
	.aboutstudy-pic {
		text-align: center
	}
	.bannercontent h1 strong.study {
		font-size: 28px
	}
	.bannercontent {
		height: auto;
		overflow: hidden
	}
	.banner-text {
		position: relative;
		margin: 0px;
		padding: 30px 15px;
		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
	}
	.body_section {
		padding-top: 116px
	}
	.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
	}
	.text-sm-center {
		text-align: center
	}
#studyAbout h2 br {
	display: none;
}
 
	.bannercontent h1 {
		line-height: 42px;
		font-size: 30px; 
		margin-bottom: 21px!important;
		color: #f3cb83
	}
	.bannercontent h1 span {
	font-size: 22px;
	letter-spacing: 2px;
	display: block;
	line-height: normal;
}
	.bannercontent h1 strong.study {
		font-size: 16px
	}
	.participateStudy h3 {
		font-size: 20px
	}
	#about h2,
	#aboutDisease h2,
	#process h2,
	h2.heading,
	#faq h2.mainheading,
	#signup h2 {
		font-size: 32px
	}
	#process {
		padding: 40px 0
	}
	#process h2 {
		margin-bottom: 30px
	}
	.takepart,
	.aboutsection,
	.abouthight,
	.footerTop {
		padding: 40px 0
	}
	.bannercontent {
		padding-top: 0;
		padding-bottom: 0;
	}
	.banner-btn {
		text-align: center;
		margin: 20px auto 0 auto;
		width: 90%
	}
	.bannercontent img {
	display: block;
	margin: 0 auto;
	left: inherit;
	top: inherit;
	position: relative;
}
	.bannercontent h1,
	.bannercontent h1 strong.study {
		width: 100%;
		margin: 5px 0 0px 0;
		padding: 0 0
	}
	.bannercontent h1 br {
		display: none
	}
	.bannercontent img {
		top: -42px
	}
	.customnav {
		padding: 22px 15px !important;
	}
	.topnavbarul {
		margin-top: 20px
	}
	a.qualifybtn {
		margin-top: 10px
	}
	#signup h2 {
		padding-top: 40px
	}
	.studyabout {
		padding: 40px 0;
		background-image: none;
	}
	.banner-btn a.qualifybtn {
		margin: 0px
	}
	.faq-outer .card-body p {
		font-size: 16px
	}
	.faq-outer ul li,
	.studyaboutBox p,
	.participateStudy li,
	.aboutContent p,
	.aboutDisease p,
	.aboutDisease li {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	.footerTop h2 {
		font-size: 18px
	}
	.bannercontent h1 {
    font-size: 28px;
    color: #222;
}
.bannercontent h2 {
    font-size: 26px;
}
	.aboutContent h3.aboutTitle {
		margin-top: 0px
	}
	.banner-btn a.qualifybtn {
		height: auto;
		line-height: 40px;
		margin-left: 0 !important;
		line-height:1.4;
	}
	#aboutDisease p.text-sm-center {
		text-align: left!important
	}
	.aboutContent p {
		text-align: center
	}
	.takepart-study p {
		text-align: center
	}
	.form-bg {
		background: #0a0e29;
	}
	h2.mainheading,
	#faq h2.mainheading,
	#signup h2 {
		font-size: 30px; line-height: 42px;
	}
	#faq {
		background-image: none
	}
	.aboutDisease {
		background-image: none;
		background-color: #e8f1f9
	}
	.pic-mob-mb.mobile-view {
		max-width: 100%;
		flex: 0 0 100%;
		text-align: center;
		margin: 0 auto
	}
	.footer-autocruitment-logo {
		flex-direction: column
	}
	.footer-autocruitment-logo .followicons {
		margin-left: 0px;
		margin-top: 10px
	}
	#process .desktopView .row {
		max-width: 580px;
		margin: 0 auto
	}
	#process .desktopView .row.nd-row {
		margin-top: 30px
	}
	#process .participant-text {
		max-width: 260px
	}
.banner-text p {
    font-size: 20px;
    margin: 20px 0 10px 0;
    color: #222;
    text-align: left;
}
.banner-text .banner-heading p {
	font-size: 16px;
	line-height: 22px;
}
.takepart-study ul li {
    font-size: 16px;
    line-height: 22px;
}
.takepart-study p {
    font-size: 16px !important;
    line-height: 22px !important;
}
.takepart-study p:first-child {
	font-size: 16px !important;
	line-height: 22px;
}
.mob-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}
.volienter-outer {
    margin-top: 30px;
}
.participateStudy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.participateStudy h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
        margin: 0 0 15px 0;
    padding: 0;
    border: none;
}
.participateStudy h3 br {
    display: none;
}
.participateStudy li i.fas, .takepart-study ul li .fas {
    top: 5px;
}
#faq .card {
    margin-bottom: 15px;
}
.bannercontent h4 {
    margin: 0 0 0 0;
}
.bannercontent h1, .bannercontent h4, .banner-content p, .bannercontent h2 {
    margin: 0 0 15px 0;
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.footer-logo {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.footerBottom,
	.footerBottom a {
		font-size: 16px
	}
	.topnavbarul {
		margin-top: 20px
	}
	.faq-flow-diagram {
		max-width: 378px
	}
	.faq-flow-diagram .flow-diagram {
		max-width: 338px;
		margin: 0 auto
	}
	.footerTop h3 {
	height: 44px;
	margin-bottom: 15px;
}
}



@media only screen and (max-width:767px) {
	.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;
	}
	#process .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: 10px !important;
	}
	.faq-outer .card-header h5 {
		font-size: 16px !important;
	}
	.footerTop h3 {
		font-size: 18px;
	}
	.faq-flow-diagram {
		max-width: 380px
	}
	.studyaboutBox .flow-diagram {
		margin: 12px auto 30px auto;
		max-width: 338px
	}
	#faq h2.mainheading::after {
		width: 80%
	}
	.footerBottom .col-md-4.text-right ul li {
		text-align: center
	}
	#process .participant-text {
		max-width: 225px;
		height: auto;
		font-size: 16px;
	}
	#process .desktopView .col-sm-6 img {
	height: auto;
	width: 100%;
}
	.qualify-red-btn {
		margin: 17px auto 0;
	}
	.studyaboutBox .wd47 {
		width: 100%;
		margin-bottom: 20px
	}
	.studyaboutBox .wd47:last-child {
		margin-bottom: 0px
	}
	.participateStudy {
		padding: 30px 25px;
		    margin: 30px 0 0 0;
	}
	.removeMargin {
		margin: 0px
	}
	.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: 20px!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-border,
	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
	}
	.form-bg {
		padding-top: 0
	}
	.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
	}
	
	a.qualifybtn-border {
		max-width: 98%
	}
	.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
	}
	.studyaboutBox p,
	.participateStudy h3,
	.participateStudy p {
		text-align: left;
	}
	#aboutDisease p.text-sm-center {
		text-align: center!important
	}
	.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: 7px;
}
.footer-logo {
    margin-bottom: 30px;
	    max-width: 100%;
}
.autollc {
    width: 100%;
    margin: 0 0 10px 0;
}
.footer-bottom-right {
    width: 100%;
    margin: 10px 0 0 0;
}
}

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

@media only screen and (max-width:479px) {
	.pivotal-study {
		background: url(../images/flow-bg-orange-mobile.webp) no-repeat left top;
		max-width: 290px;
		margin: 0 auto
	}
	.follow-up-study {
		background: url(../images/flow-bg-blue-mobile.webp) no-repeat left top;
		max-width: 290px;
		margin: 30px auto 0
	}
	.pivotal-study p,
	.follow-up-study p {
		font-size: 15px!important
	}
	.bannercontent h1 strong.study {
		margin-bottom: 0
	}
	.follow-up-study span.flow-diagram-heading,
	.pivotal-study span.flow-diagram-heading {
		font-size: 18px
	}
	a.qualifybtn-border,
	a.faqbtn,
	.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) {
#process .qualify-red-btn a {
    font-size: 16px !important;
}
}


@media (min-width:1440px) {

}

@media (min-width:1850px) {

}

@media (max-width:1199px) {
.takepart-study p:first-child {
    margin-bottom: 15px;
}
.takepart-study {
    padding: 30px 20px;
}
.footerTop p {
    padding-right: 0;
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.navbar-me {
		padding: 20px 2vw 20px 2vw;
	}
	.participant-text {
		height: 278.4px;
		max-width: 195px;
		font-size: 16px;
line-height: 24px;
	}
	.bannercontent {
		margin-top: 112px;
	}
	.footerTop h3 {
	font-size: 18px;
}
	.fixed-me {
	padding: 21px 2vw !important;
}
	#process .desktopView .col-sm-6 img {
		height: auto;
		width: 100%;
	}
	.fixed-me ul.topnavbarul li.last-item a {
	height: 40px !important;
	line-height: 40px !important;
}
}


@media only screen and (max-width:575px) {
	#process .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: center;
		flex-wrap: wrap;
		align-items: center;
		padding: 0px
	}

	#process .desktopView .col-sm-6 img {
		max-width: none!important;
		height: auto;
	}
	#process .desktopView .row.nd-row {
		margin-top: 7px!important
	}
	.volienter-section {
		padding: 20px 15px;
	}
	#process .volienter-section h2 {
		font-size: 18px;
	}
	img.uparrow-position {
    display: none;
}
.left-cont p {
    font-size: 20px;
}
.left-cont p span {
    font-size: 24px;
}
.left-cont h3 {
    font-size: 32px;
}
}

@media only screen and (min-width:992px) and (max-width:1300px) {
	.bannercontent {
		height: 530px;
		background-position: 0px;
	}
}
@media only screen and (min-width:992px) and (max-width:1199px) {
.bannercontent {
    background-position: right -230px top;
}
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
	.banner-btn {
		margin: 40px auto 0
	}
}

@media only screen and (min-width:1200px) and (max-width:1441px) {
.customnav ul.topnavbarul li a.nav-link {
    font-size: 18px;
}	
.navbar-nav li {
    padding: 0 20px;
}
.customnav ul.topnavbarul li.last-item a {width: 155px;height: 60px;line-height: 60px;}
.fixed-me ul.topnavbarul li.last-item a {height: 51px;line-height: 51px;}
section.bannercontent {
    margin-top: 114px;
}
.navbar-me {
    padding: 21px 2vw;
}
}

@media all and (-ms-high-contrast:none) and (min-width:993px) {
	.navbar-expand-lg .topnavbarul.navbar-nav {
		-webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
	}
	/*.navbar-expand-lg .navbar-collapse {
		flex: 0 0 86%
	}*/
	.participant-text {
		display: block;
		padding-top: 0
	}
	a.qualifybtn {
		max-width: 540px
	}
	.ie10 .qualify-red-btn a.qualifybtn {
		max-width: 470px;
	}


}


@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: 18px 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;
	}
	#process .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
	}
	.ie10 .qualify-red-btn a.qualifybtn {
		max-width: 390px !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;
	}
	#process .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;
	}
	#process .desktopView .col-sm-6 img {
	height: auto;
	width: 100%;
}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.bannercontent h1 {
		font-size: 25px;
	}
	.banner-heading span {
	letter-spacing: 12px;
}
.banner-content ul li .fas {
	font-size: 14px;
	top: 8px;
}
	.bannercontent h2 {
		font-size: 17px;
		line-height: 21px;

	}

	.banner-text {
		position: inherit;
		left: inherit;
		top: inherit;
		max-width: 530px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 0 0 3.5vw;
		padding: 0 27px;
		padding-left: 0;
	}
	.banner-btn {
		margin: 15px auto 0;
		width: 100%;
	}
	.banner-bottom {
	margin-top: 8px;
}
	.banner-content p,
	.banner-content ul li,
	p.banner-subheading {
		font-size: 18px;
line-height: 1.4;
	}
	.banner-content ul li::before {
		top: 6px
	}
	.qualify-red-btn a.qualifybtn {
		font-size: 15px
	}
	.bannercontent h2 span {
		padding: 0;
		font-size: 21px
	}
	.bannercontent h2 {
		line-height: 300
	}
	.banner-content h3 {
		font-size: 21px
	}
	.bannercontent img {
	left: -10px;
}
.banner-text p {
    font-size: 20px;
    margin: 0 0 0px 0;
	line-height: 1.4;
}
.bannercontent h2 {
	font-size: 22px;
	line-height: 1.4;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}
.banner-text .banner-heading p {
	font-size: 16px;
	margin-top: 10px;
	line-height: 20px;
	
}
.banner-point {
    font-size: 16px;
    line-height: 22px;
}

.bannercontent {
    height: 590px;
}
.navbar-expand-lg .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-bottom {
    padding: 10px 20px;
}
img.uparrow-position, img.downarrow-position {
    right: -44px;
    width: 56px;
}
section.bannercontent {
    margin-top: 112px;
}
.bannercontent h1, .bannercontent h4, .banner-content p {
    margin: 0 0 15px 0;
}
.bannercontent h4 {
    font-size: 20px;
}
.bannercontent h4.large-text {
    font-size: 22px;
}
}


@media only screen and (max-width: 1750px) and (min-width: 1441px) {
.bannercontent {
    margin-top: 101px;
    background-position: top right -150px;
}

.banner-text .banner-heading p{
	font-size: 18px;
	line-height: 24px;
	margin-top: 12px;
}
.banner-btn {
    margin: 30px 0 0;
    text-align: center;
padding-left: 0;
margin-left: 0;
}

.customnav ul.topnavbarul li a.nav-link {
    font-size: 20px;
}
.banner-content p {
    padding-bottom: 0;
}
.navbar-nav li {
	padding: 0 30px;
}
}

@media only screen and (min-width:1200px) and (max-width:1700px) {
.banner-point {
    margin-top: 30px;
    font-size: 17px;
}
}

@media only screen and (min-width:1200px) and (max-width:1300px) {
	/* .bannercontent {
		background: #b3bdbe url('../images/banner-bg.webp') no-repeat center right -250px
	} */
	.banner-text {
		max-width: 610px
	}

}

@media only screen and (min-width:1200px) and (max-width:1441px) {
	.bannercontent h1 {
		font-size: 34px;
	}
	.banner-text {
		max-width: 700px
	}
	.bannercontent {
		height: 640px;
		margin-top: 101px;
		background-position: top right -200px;
	}
	.banner-btn {
		margin: 20px 0 0;
		width: 100%;
	}
	.banner-content p {
		padding-bottom: 0px;
	}
	.banner-text .banner-heading p {
	font-size: 16px;
	line-height: normal;
	margin-top: 13px;
}
.bannercontent h1, .bannercontent h4, .banner-content p, .bannercontent h2 {
    margin: 0 0 15px 0;
}
}

@media only screen and (min-width:1200px) and (max-width:1350px) {
.banner-btn { 
    margin: 20px 0 0;
}
.bannercontent {
    height: 600px;
}
.banner-content ul li .fas {
	top: 6px;
}
.banner-bottom {
    margin-top: 15px;
}
.banner-content p {
	font-size: 20px;
	margin-bottom: 10px;
}
.banner-content ul li {
	font-size: 20px;
}
}


@media only screen and (min-width:1200px) and (max-width:1260px) {
.bannercontent {
    background-position: top right -200px;
}
}


/* @media only screen and (min-width:1441px) and (max-width:1600px) {
	.bannercontent {
		background: #b3bdbe url('../images/banner-bg.webp') no-repeat center right -170px
	}
} */

@media only screen and (min-width:768px) and (max-width:991px) {
	.qualify-red-btn img {
		margin-right: -50px;
		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) {
	.rise-study-part p:first-child {
		margin: 40px 0 30px
	}
	.banner-content ul li {
		padding-left: 22px;
		line-height: 26px;
	}
	.banner-content {
		margin-top: 0px
	}
	.banner-content ul {
		text-align: left;
		padding-left: 5px;
	}
	.faq-outer .card-header h5 {
		font-size: 18px;
		padding-right: 45px;
	}
	.banner-content ul li ul {
		padding-left: 10px;
	}
	section#process .row .col-lg-3:nth-child(2) img.downarrow-position {
		display: none;
	}
	.img-outer {
		margin-bottom: 40px;
	}
	#process {
		padding: 40px 0 0;
	}
	img.uparrow-position {
		right: -66px;
		width: 100px;
	}
	.footerBottom img.footer-logo {
		max-width: 88px;
	}
	.footerBottom .footer-logo.go-secured {
		max-width: 126px;
	}
}

@media only screen and (min-width:1200px) {
	.bannercontent {
		margin-top: 101px
	}
	.flow-diagram {
		margin-bottom: 30px
	}
	.takepart-study {min-height: 300px;}
	.site-footer .container {
	max-width: 1500px;
}
}
@media only screen and (min-width:1701px) and (max-width:1800px) {

}

@media only screen and (min-width:1600px) and (max-width:2000px) {
	.bannercontent {
		margin-top: 104px
	}
}

@media only screen and (min-width:1441px) and (max-width:1700px) {

}





@media only screen and (min-width:1200px) and (max-width:1499px) {
/*.img-wrap img.lazypreload {
    width: 230px;
}*/
img.uparrow-position, img.downarrow-position {
    right: -54px;
    width: 77px;
}
.img-wrap {
    margin: 0 0 30px 0;
}
}

@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) {
	#faq .card {
		margin-left: 15px;
		margin-right: 15px
	}
	@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
		}
	}
	.img-wrap img.lazypreload {
    width: 200px;
}
img.uparrow-position {
    right: -57px;
    width: 80px;
}
.img-wrap {
    margin: 0 0 20px 0;
}
}

@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) {
	#process .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: 30px!important;
	}
	#process .desktopView .col-sm-6 img {
		max-width: 100%
	}
	#process .col-sm-6.participant-text {
		height: auto !important;
		margin-bottom: 30px !important;
		padding: 50px 10px !important;
	}
	.participant-text div {
		font-size: 16px;
		line-height: 22px;
	}
	#process .row.nd-row .mb30 {
		margin-bottom: 30px!important
	}
	#process .desktopView .col-sm-6 img {
		max-width: 100% !important;
		width: 100%;
	}
	.volienter-images {
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		padding-bottom: 20px;
	}
	.volienter-outer::before {
		height: 100%;
	}
	.volienter-single-image {
		-webkit-box-flex: 0;
			-ms-flex: 0 0 100%;
				flex: 0 0 100%;
	}
}
@media only screen and (min-width:234px) and (max-width:319px) {
a.toplogo img {
    max-width: 100%;
}
.customnav {
	padding: 29px 15px !important;
}
.footerTop {
	padding: 35px 0px;
}
}
@media only screen and (max-width:233px) {
a.toplogo img {
    max-width: 100%;
}
.customnav {
    padding: 23px 15px;
}
}

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

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

@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: 22px !important;
	}
	.aboutContent h3.aboutTitle span {
		font-weight: 500;
		font-size: 20px!important
	}
	.aboutContent h3.aboutTitle {
		padding: 10px
	}
	a.qualifybtn {
		max-width: 460px;
	}
}

@media (max-width:575px) {
#process .participant-text.col-sm-6 {
	font-size: 16px !important;
	line-height: 24px !important;
}
.banner-content {
	padding: 0;
}
}

@media only screen and (min-width:361px) and (max-width:380px) {
#process .participant-text.col-sm-6 {
    font-size: 16px !important;
	line-height: 24px !important;
}
}


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

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#process .desktopView .col-sm-6 img {
		max-width: 100%!important;
	}

}


@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (max-width:575px) {

}

@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 #process .participant-text {
		display: inline-block!important
	}
	.participant-text div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100%;
		padding: 0 5px
	}
	#process .desktopView .col-sm-6 img {
		max-width: 100%!important
	}
	#process .desktopView .nd-row.row {
		margin-top: 15px!important
	}
	#process .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: 100%;
}
}


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 #process .col-sm-6.participant-text div {
		padding-top: 73px!important;
	}
}

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

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

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

@media only screen and (min-width:540px) and (max-width:575px) {
	html.ie10 #process .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 #process .desktopView .col-sm-6 img {
		max-width: 100%!important
	}
}

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

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

@media only screen and (min-width:1200px) {
	html.ie10 #process .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:1199px) {
	
}



@media only screen and (max-width:991px) {
	.bannerRight {
		display: none
	}
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) and (min-width:992px) {
	.bannerRight img {
		max-width: 80%
	}
}

@media only screen and (max-width:319px) {
	.pivotal-study,
	.follow-up-study {
		background-size: 100%
	}
	.pivotal-study p,
	.follow-up-study p {
		font-size: 13px!important
	}
}

@media only screen and (max-width:400px) {
	.faq-flow-diagram {
		margin: 0 -20px;
		padding-top: 30px;
		padding-right: 5px;
		padding-left: 5px
	}
}

html.ie10 .bannerRight {
	width: 45%!important
}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: Portrait) {
	.studyabout {
		padding: 70px 0 !important;
	}
	#faq.faq-bg {
		padding: 70px 0 !important;
	}
	.studyabout h2 {
		margin-bottom: 50px;
	}
	.aboutDisease {
		padding: 70px 0 !important
	}
	#signup h2 {
		padding-top: 70px;
	}
}


@media only screen and  (min-width: 992px) {
@media not all and (min-resolution:.001dpcm) { @media {
	/*#process .qualify-red-btn {margin: 29px auto 30px !important}
	.takepart-study {
		padding: 20px 20px;
	}
	.footerTop {
		padding-top: 53px;
		padding-bottom: 53px;
	}
	.footerBottom {
		padding-top: 52px;
		padding-bottom: 52px;
	}*/
}
}
}


/*-------------------------------------------- Footer css ----------------------------------------------------*/

.footerTop {
	width: 100%;
}
.footerTop .container {
    position: relative;
}
.footerTop h3 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Red Hat Display', sans-serif;
	margin-bottom: 49px;
}
.footerTop ul {
    list-style: none;
    margin: 23px 0 0 0;
    padding: 0px;
}
.footerTop ul li:last-child {
    margin-right: 0px;
}
#myBtn {
    width: 50px;
    height: 50px;
    float: right;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 47px;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 20px;
}
#myBtn .fas {
    font-size: 26px;
    margin: 11px 0 0 0px;
    font-weight: 600;
    color: #0a0e29;
    line-height: 28px;
}
.footerBottom, .footerBottom a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.footer-autocruitment-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.footerBottom .followicons {
    margin-left: 10px;
    margin-top: 2px;
}
.followicons a {
    margin: 0 0.3em;
}
.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;
}
.followicons i {
    color: #fff;
}
@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.footerTop h3 {
    height: auto;
}
.footerBottom, .footerBottom a {
    font-size: 12px;
}
}

@media only screen and (max-width: 528px) {
.footerBottom, .footerBottom a {
    font-size: 14px;
}
}

@media (max-width: 767px) {
.footerBottom .col-md-4.text-right ul li {
    text-align: center;
}
}
