@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 : #5078D3;
    --color-palette2 : #7390E8;
    --color-palette3 : #344267;
  }

html {
	overflow-x: hidden
}

body {
	position: relative;
	overflow-x: hidden;
	color: #222222;
	font-family: Lato;
	font-weight: normal;
	font-size: 18px;
    line-height: 24px;
}
h1 {
    color: var(--color-palette1);
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    line-height: 1.3;
}
h1, h2 {
	 font-family: Arimo;
}
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 {text-decoration: none;}
a,a:hover {
	transition: all .3s ease
}

ul {
	list-style: none
}
small {
    font-size: 70%;
    margin-bottom: 8px;
}
section {position: relative;}
.body_section {
	margin: 0;
	position: relative;
	width: 100%
}

.cmn-space-sec {padding: 100px 0;}
h2.mainheading {
    font-size: 50px;
    line-height: 1;
    text-align: center;
    margin: 0 auto 50px;
    font-weight: bold;
    font-family: Arimo;
    position: relative;
    display: block;
}



/*Header css*/
.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: 330px;
}

.topnavbar {
	padding: 0 15px
}

.navbar-nav li {
	padding: 0 30px;
}
.navbar-nav li.last-item {
	padding-right: 0;
}
.navbar-nav li:first-child {
	padding-left: 0;
}
.customnav ul.topnavbarul li a.nav-link {
    font-size: 22px;
    color: var(--color-palette3);
    line-height: 23px;
    font-weight: bold;
    padding: 0 !important;
    margin-bottom: 0;
    font-family: Arimo;
    position: relative;
}
.customnav .navbarbtn {
	background: transparent;
	height: 35px;
	width: 40px;
	padding: 0 7px
}

.icon-bar {
	background: #f27c76;
	width: 100%;
	height: 2px;
	display: inline-block;
	float: left
}
.customnav {
    padding: 15px 15px;
}
.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: #ED184B;
}

.customnav ul.topnavbarul li.last-item a {
    font-weight: bold;
    vertical-align: middle;
    background: var(--color-palette3);
    color: #fff !important;
    border-radius: 50px;
    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, .customnav ul.topnavbarul li.last-item a:focus, .customnav ul.topnavbarul li.last-item a:active {
    color: #fff;
    background-color:var(--color-palette2) !important;
    border: none !important;
	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
}
@media only screen and (min-width:1200px) {
	.fixed-me {
    background-color: #F4EBFF !important;
    padding: 16px 2vw !important;
    margin-bottom: 0px;
    position: fixed;
    top: 0;
    z-index: 888;
    width: 100%;
    transition: all 0.5s;
}
	.navbar-me {
    transition: all 0.5s;
    padding: 25px 2vw;
    top: 0px;
    border: 0px;
    border-radius: 0px;
    background: transparent;
}

	.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;
	}
	.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;
	box-shadow: none;
}

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

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #222;
	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)
}
.customnav ul.topnavbarul li.last-item a i {
    margin-left: 10px;
}

/*Banner css*/
.bannercontent {
    position: relative;
    margin: 0 auto;
    width: 100%;
    background: #fff url(../images/banner.webp) no-repeat left top;
    height: 948px;
    background-size: cover;
    padding-top: 116px;
    margin-bottom: 120px;
}
.banner-text {
    color: #fff;
    width: 100%;
    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;
    position: relative;
    z-index: 2;
    padding-top: 50px;
    text-align: center;
    max-width: 840px;
    margin: 0 auto;
}
.banner-content p {
    color: #222;
    padding-right: 0;
    font-size: 24px;
    line-height: 1.375;
    font-family: 'Arimo';
}
.banner-text h2 {
    font-size: 25px;
    line-height: 1.167;
    margin-bottom: 35px;
}
.banner-btn a.qualifybtn {
    max-width: 100%;
    width: auto;
    text-align: center;
    font-family: Arimo;
    background: var(--color-palette1);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50px;
    height: auto;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    line-height: inherit;
    padding: 20.5px 40px;
}

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

.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-palette3);
	-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 {
    margin: 45px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.banner-bottom {
    max-width: 575px;
    margin: 30px auto 0;
    width: 100%;
}

.banner-bottom p {
    color: #222;
    font-style: italic;
    font-size: 16px;
    line-height: normal;
}
.banner-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 80px;
    top: 0;
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
    z-index: 9;
}

.banner-images img {
    border-radius: 200px;
}

.banner-images .banner-image-block:nth-child(2) {
    margin-top: 43px;
}
.banner-image-block {
    position:relative;
}
.banner-image-block:nth-child(1)::before {
    width: 39px;
    height: 39px;
    background: #B9C4FF;
    content: '';
    position: absolute;
    border-radius: 50px;
    top: -120px;
}
.banner-image-block:nth-child(1)::after {
    width: 27px;
    height: 27px;
    background: var(--color-palette3);
    content: '';
    position: absolute;
    border-radius: 50px;
    left: -70px;
    top:50%;
    transform:translateY(-50%);
}
.banner-image-block:nth-child(2)::before {
    width: 39px;
    height: 39px;
    background: #FCEFB6;
    content: '';
    position: absolute;
    border-radius: 50px;
    bottom: 30px;
    left:-150px
}
.banner-image-block:nth-child(3)::before {
    width: 27px;
    height: 27px;
    background: var(--color-palette3);
    content: '';
    position: absolute;
    border-radius: 50px;
    bottom: 30px;
    right:-100px
}
.banner-image-block:nth-child(3)::after {
   width: 27px;
    height: 27px;
    background: #BC98E8;
    content: '';
    position: absolute;
    border-radius: 50px;
    top: -40px;
    right: 30px;
}
.banner-image-block:nth-child(4)::before {
    width: 39px;
    height: 39px;
    background: #FCEFB6;
    content: '';
    position: absolute;
    border-radius: 50px;
    top: -110px;
    right:30px;
}

.banner-image-block:nth-child(4)::after {
   width: 56px;
    height: 56px;
    background: var(--color-palette1);
    content: '';
    position: absolute;
    border-radius: 50px;
   top:50%;
    transform:translateY(-50%);
    right:-130px;
}

span.purple-color {
    color: var(--color-palette1);
    font-weight: bold;
}
.qualifybtn i {
    margin-left: 10px;
    font-size: 16px;
}
a.qualifybtn {
    max-width: 100%;
    width: auto;
    text-align: center;
    background: var(--color-palette1);
    color: #fff;
    font-size: 22px;
    font-family: Arimo;
    border-radius: 50px;
    height: auto;
    line-height: inherit;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    padding: 16px 40px;
    text-transform: capitalize;
}
.qualify-red-btn a.qualifybtn {
	border: 2px solid var(--color-palette1);
	font-weight: 700
}
a.qualifybtn:hover {
	text-decoration: none;
	color: #fff;
	background: var(--color-palette3);
	border-color: var(--color-palette3);
}

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-palette3);
	-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)
}
.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 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
img.banner-stroke {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}
.banner-right {
    position: absolute;
    right: 0;
    bottom: 120px;
}





/*Tile css*/
.about-right-cont h3 {
    color: var(--color-palette1);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: Arimo;
    line-height: 1.3;
}
.tile-btm {
    padding: 26px 15px;
        padding-bottom: 60px;
}
img.tile-dino {
    position: absolute;
    z-index: 1;
    bottom: -184px;
    right: 0;
}

#studyinfo-CTA-image .container {
    position: relative;
}
.takepart-study p:first-child {
    font-family: Arimo;
    font-weight: bold;
    font-size: 20px !important;
    line-height: 1.3;
    margin-bottom: 12px;
    text-align: left;
    color: var(--color-palette3);
}
.takepart-study ul {
    margin: 0 0 0;
    padding: 0px;
    list-style: none;
}
.takepart-study ul li {
    color: #222;
    font-weight: 400;
    position: relative;
    padding-left: 28px;
    margin-bottom: 7.5px;
}
.takepart-study ul li:last-child {
	margin-bottom: 0px
}
.takepart-study {
    margin-top: 35px;
    padding-bottom: 25px;
}

.takepart-study ul li .fas {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    color: #B9C4FF;
    top: 5px;
    border-radius: 50px;
}
.about-right-cont {
    margin-top: 30px;
}


/*Sign-Up css*/
#signup {
    background: var(--color-palette2) url(../images/sign-up.webp?cache=none) left top / cover no-repeat;
    background-size: cover;
}
iframe {
    height: 2500px;
    overflow: auto;
    display: block;
    width: 100%;
}
.iframDiv {
	margin-top: 30px;
}
#signup h2 {
    color: #fff;
}
#signup p {
	color: #fff;
	margin: 0
}
#signup p strong {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}
#signup hr {
    max-width: 100%;
    background: #fff;
    margin: 30px 0 30px;
    border-top: 1px solid #fff;
    opacity: 1;
}


/*About condition css*/
section#about-condition-image {
    background: #fff;
    background-size: cover;
    position: relative;
        padding: 170px 0;
}
h2.mainheading .sub-head {
    position: relative;
}
span.sub-head {
    color: var(--color-palette1);
    font-weight: bold;
}
.about-study-left-img {
    position: absolute;
    right: 40px;
    bottom: 0;
}
#about-condition-image h2.mainheading {
    text-align: left;
}
.sources-box {
    background: var(--color-palette2);
    border-radius: 20px;
    padding: 25px;
    font-family: Lato;
    margin-top: 30px;
    width: 100%;
    position: relative;
    z-index: 0;
    padding-right: 37%;
}
.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
}

.about-inner-content ul li .fas {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    color: #B9C4FF;
    top: 4px;
    border-radius: 50px;
}
.about-inner-content ul li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 6px;
}
.about-inner-content ul {
    padding: 0;
}
h2.mainheading small {
    display: block;
}
#about-condition-image span.sub-head, #faq span.sub-head, .tile-btm p span.sub-head {
    color: var(--color-palette1);
}
.abt-listing {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.abt-listing .abt-listing-left, .abt-listing .abt-listing-right {
    padding-left: 10px;
    padding-right: 10px;
}
.about-inner-content {
    padding-right: 60px;
}

.about-study-left-img::after {
    content: '';
    background: #FCEFB6;
    position: absolute;
    width: 498px;
    height: 110%;
    right: 0;
    z-index: 0;
    border-top-left-radius: 260px;
    border-top-right-radius: 260px;
    bottom: 0;
}

.about-study-left-img img {
    z-index: 1;
    position: relative;
}

.about-study-left-img::before {
    width: 27px;
    height: 27px;
    background: #ED184B;
    content: '';
    position: absolute;
    border-radius: 50px;
    right: 25px;
    top: 55%;
    transform: translateY(-55%);
    z-index: 1;
}

.sources-box::before {
    width: 27px;
    height: 27px;
    background: var(--color-palette3);
    content: '';
    position: absolute;
    border-radius: 50px;
    left: -150px;
    top: -120px;
}

.sources-box::after {
    width: 27px;
    height: 27px;
    background: #FCEFB6;
    content: '';
    position: absolute;
    border-radius: 50px;
    bottom: -57px;
    left: 70px;
}

#about-condition-image h2.mainheading::before {
    width: 27px;
    height: 27px;
    background: #BC98E8;
    content: '';
    position: absolute;
    border-radius: 50px;
    top: -70px;
    left: 85px;
}

/*Faq css*/
body {
    counter-reset: my-sec-counter;
}
#faq {
    background: linear-gradient(4.88deg, #F4EBFF 14.28%, #FEF6EC 91.63%);;
}
#faq h2.mainheading {
    color: var(--color-palette1);
    text-align: left;
}
#faq .card {
    margin-bottom: 35px;
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 4px 4px 20px 0px #0000001A;
}
.card-body p {
	color: #222;
	margin-bottom: 0;
}
img.faq-dino {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 530px;
}
.faq-outer .card-header h5 {
    color: var(--color-palette2);
    font-size: 22px;
    font-weight: bold;
    font-family: Arimo;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;

}
.faq-outer .card-header h5::before {
    content: '\f056';
    font-family: 'Font Awesome 5 Free';
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--color-palette3);
}

.faq-outer h5.mb-0.collapsed:before {
    content: '\f055';
}
.faq-outer .card-body {
    padding-top: 20px;
    position: relative;
}


/*About studies css*/
section#studyinfo-image {
    background: #fff;
    background-size: cover;
}
#studyinfo-image h2.mainheading span.sub-head {
    display: block;
}

#studyinfo-image h2.mainheading ::before {
    width: 27px;
    height: 27px;
    background: #ED184B;
    content: '';
    position: absolute;
    border-radius: 50px;
    left: -65px;
    z-index: 1;
}
#studyinfo-image h2.mainheading ::after {
    width: 27px;
    height: 27px;
    background: #BC98E8;
    content: '';
    position: absolute;
    border-radius: 50px;
    right: -75px;
    z-index: 1;
    top: 80px;
}

.aboutStudies h2.mainheading {
    text-align: left;
}
.about-study-right-img {
    position: absolute;
    right: 12px;
    bottom: 0;
    z-index: 1;
}
.participateStudy {
    border-radius: 20px;
    padding: 30px;
    background: var(--color-palette2);
    position: relative;
    margin: 70px 0 0 0;
    padding-right: 49%;
}
.participateStudy h3 {
    font-size: 20px;
    color: #fff;
    font-family: Arimo;
    font-weight: bold;
    margin-bottom: 13px;
}
.participateStudy p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.participateStudy ul {
	margin: 0px 0 30px 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

.participateStudy li {
    color: #fff;
    margin-bottom: 2px;
    padding-left: 25px;
    font-size: 18px;
    line-height: 30px;
    position: relative;
}
.participateStudy li .fas {
   content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    color: #fff;
    top: 5px;
    border-radius: 50px;
}
.participateStudy ul li:last-child {
    margin: 0;
}
.abt-btm-text {
    padding-right: 40%;
}
#about-condition-image .container, #studyinfo-image .container {
    position: relative;
}
.aboutboxbottom {
    padding-top: 30px;
    z-index: 9;
    position: relative;
}
#studyinfo-image h2.mainheading {
    padding-right: 30px;
}

.about-study-left {
    margin-bottom: 20px;
}

.about-study-member {
    position: relative;
}

.about-study-member::before {
    width: 27px;
    height: 27px;
    background: var(--color-palette3);
    content: '';
    position: absolute;
    border-radius: 50px;
    left: -27px;
    bottom: 80px;
}
.about-study-member::after {
    width: 39px;
    height: 39px;
    background: #B9C4FF;
    content: '';
    position: absolute;
    border-radius: 50px;
    left: -70px;
    top: 0;
}

.participateStudy::before {
    width: 27px;
    height: 27px;
    background: #ED184B;
    content: '';
    position: absolute;
    border-radius: 50px;
    left: 70px;
    z-index: 1;
    top: -13px;
}

.participateStudy::after {
    width: 27px;
    height: 27px;
    background: #FCEFB6;
    content: '';
    position: absolute;
    border-radius: 50px;
    top: 60%;
    left: -120px;
    transform: translateY(-60%);
}

.participateStudy ul::after {
    width: 19px;
    height: 19px;
    background: #FCEFB6;
    content: '';
    position: absolute;
    border-radius: 50px;
    right: -80px;
}

.about-study-right-img::before {
    width: 39px;
    height: 39px;
    background: var(--color-palette3);
    content: '';
    position: absolute;
    border-radius: 50px;
    right: -70px;
    top: 180px;
}

.about-study-right-img::after {
    width: 27px;
    height: 27px;
    background: #B9C4FF;
    content: '';
    position: absolute;
    border-radius: 50px;
    right: -140px;
    top: -80px;
}

img.footer-top {
    width: 100%;
    margin-top: -1px;
}


/*Footer css*/
footer.site-footer {
    width: 100%;
    position: relative;
    background-size: cover;
    background: var(--color-palette2) url(../images/footer-bg.webp?cache=none) left top / cover no-repeat;
}

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

.footerTop .container {
	position: relative
}

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

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

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

.footerTop ul li a {
	color: #fff !important;
	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-palette3) !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: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: -32px;
}

.footerBottom,
.footerBottom a {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}
.followicons a {
	margin: 0 0.3em
}

.footerBottom .followicons {
	margin-left: 10px;
	margin-top: 2px
}
.footerBottom ul {
	margin-bottom: 0;
}
#myBtn {
    width: 60px;
    height: 60px;
    float: right;
    background: var(--color-palette3);
    display: inline-block;
    text-align: center;
    line-height: 47px;
    border-radius: 60px;
    cursor: pointer;
    position: absolute;
    right: 80px;
    top: 40px;
    z-index: 1;
}

#myBtn .fas {
	font-size: 30px;
	margin: 11px 0 0 0px;
	font-weight: 600;
	color: #fff;
	line-height: 38px;
}
.footerTop p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 25%;
}
.footerBottom {
	padding: 30px 0;
	border-top: 1px solid #fff;
}
.footerBottom a {
	font-weight: bold;
}
.footerBottom a:hover {
	text-decoration: none
}
.footer-logo {
    margin-bottom: 30px;
    max-width: 332px;
        width: 100%;
}




/*Responsive css*/
@media only screen and (min-width: 1200px) {
    .site-footer .container {
        max-width: 1460px;
    }
}


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

@media only screen and (min-width: 1442px) and (max-width: 1750px) {
    .navbar-nav li {
        padding: 0 10px;
    }
.customnav ul.topnavbarul li a.nav-link {
    font-size: 20px;
}
.about-study-left-img img, .about-study-right-img img {
    max-width: 650px;
}
.aboutboxbottom {
    padding-top: 0;
}
.participateStudy::after {
    right: -75px;
}
.banner-image-block:nth-child(4)::after {
    right: -90px;
}
.banner-right {
    right: -85px;
}
.banner-image-block:nth-child(3)::after {
    right: 100px;
}
}


@media only screen and (max-width: 1441px) {
h1 {
    font-size: 49px;
    line-height: 1.2;
}
.banner-text h2 {
    font-size: 20px;
    margin-bottom: 30px;
}
.banner-bottom {
    margin: 30px auto 0;
}
.customnav ul.topnavbarul li.last-item a {
    width: 140px;
}
.customnav ul.topnavbarul li a.nav-link {
    font-size: 16px;
}
.navbar-nav li {
    padding: 0 9px;
}
.bannercontent {
    height: 820px;
}
.banner-text {
    padding: 0 20px;
    padding-top: 30px;
}
.about-inner-content {
    padding-right: 0px;
}
.about-study-left {
    padding-right: 0;
}
h2.mainheading {
    font-size: 48px;
}
.participateStudy {
    padding: 20px 20px;
            padding-right: 46%;
}
#myBtn {
    width: 50px;
    height: 50px;
    right: 25px;
    top: 25px;
}
#myBtn .fas {
    font-size: 26px;
    line-height: 28px;
}
.about-study-left-img {
    margin-left: 30px;
}

.banner-content p {
    padding-right: 0;
}
.banner-btn {
    margin: 40px 0 0 0;
}
.banner-btn a.qualifybtn {
    padding: 20px 40px;
}
.tile-btm {
    margin-top: 0;
    padding-bottom: 20px;
}
#studyinfo-image h2.mainheading {
    padding-right: 0;
}
.about-study-left-img img, .about-study-right-img img {
    max-width: 490px;
}
.aboutstudy-pic-inner {
    margin-right: 0;
}
.participateStudy::after {
    content: none
}
.banner-images {
    max-width: 900px;
    gap: 40px;
}
img.tile-dino {
    max-width: 240px;
    bottom: -160px;
}

.about-study-left-img::after {
    width: 438px;
}
section#about-condition-image {
    padding: 120px 0;
}
img.faq-dino {
    bottom: auto;
    max-width: 400px;
}
.banner-right {
    right: -85px;
    width: 380px;
}
.banner-image-block:nth-child(3)::after {
    right: 90px;
}
}


@media only screen and (max-width: 1199px) {
header .container-fluid {
    border-radius: 50px;
}
#nav-icon1 {
    right: 10px;
}
.bannercontent {
    height: 710px;
    padding-top: 120px;
}
.banner-text {
    padding-top: 0;
    max-width: 700px;
}
h1 {
    font-size: 40px;
}
.banner-text h2 {
    font-size: 18px;
}
.cmn-space-sec {
    padding: 70px 0;
}
.qualify-red-btn {
    margin: 20px auto 0;
}
.customnav ul.topnavbarul li.last-item a {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		width: 200px;
	}	
.navbar-nav li.last-item {
    margin-top: 10px;
}
.navbar-nav li {
    margin-bottom: 6px !important;
    padding: 0;
}
.customnav ul.topnavbarul li a.nav-link {
    font-size: 16px;
    display: inline-block;
}
.topnavbarul {
    margin-top: 20px;
}

.about-study-left-img img, .about-study-right-img img {
    width: 100%;
}
.about-study-left-img, .about-study-right-img {
    width: auto;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    transform: none;
    padding-left: 20px;
    padding-right: 20px;
}
.about-inner-content {
    padding-left: 0;
}
section#studyinfo-image .row {
    flex-direction: column-reverse;
}
.footerTop h3 {
    font-size: 18px;
}
#banner-cta-image .qualifybtn {
    font-size: 18px;
    padding: 15px 30px;
    max-width: 460px;
}
.qualify-red-btn a.qualifybtn {
    font-size: 16px;
    padding: 16.5px 20px;
}
header .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.sources-box {
    margin-top: 0;
    padding-left: 25px;
            padding-right: 25px;
}

.about-study-left {
    padding-left: 0;
}
nav#mainNav.fixed-me {
    background: #F4EBFF;
}
.takepart-study {
    padding-bottom: 30px;
}
.aboutboxbottom {
    padding-top: 0;
}
.banner-images {
    max-width: 940px;
    gap: 25px;
}
.banner-image-block:nth-child(3)::after {
    top: -35px;
    right: 100px;
}
.tile-btm {
    padding-bottom: 0px;
}
img.tile-dino {
    max-width: 200px;
    bottom: -130px;
}
img.faq-dino {
    display: none;
}
.about-study-left-img::after {
   display: none;
}
.about-study-left-img {
    margin-left: 0;
}
section#about-condition-image {
    padding: 70px 0;
}
#about-condition-image h2.mainheading::before {
    top: -30px;
    left: 65px;
}
.sources-box::after {
    bottom: -37px;
    left: 70px;
}
.about-study-member {
    text-align: center;
    margin-bottom: 30px;
}
.participateStudy {
    margin-top: 0;
  padding-right: 20px;
}
.participateStudy ul::after {
	display: none;
}
.abt-btm-text {
    padding-right: 0;
    margin-bottom: 20px !important;
}
#faq .card:last-child {
    margin-bottom: 0;
}
.banner-image-block:nth-child(3)::after {
    right: 100px;
}
.banner-right {
    width: 300px;
}
}



@media only screen and (max-width: 991px) {
body, p {
    font-size: 16px;
    line-height: 22px;
}
img.banner-stroke {
    display: none;
}
.cmn-space-sec {
    padding: 40px 0;
}
.bannercontent {
    height: auto;
    overflow: hidden;
    background: url(../images/banner-mobile.webp) no-repeat center bottom;
    text-align: center;
    z-index: 1;
    background-size: cover;
    margin-bottom: 0;
}

.bannercontent::before {
    background: linear-gradient(4.88deg, #F4EBFF 14.28%, #FEF6EC 91.63%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.85;
}
.footerTop h3 {
    font-size: 16px;
}
#signup, section#about-condition-image, #studyinfo-image, footer.site-footer {
    background-image: none !important;
}
h2.mainheading {
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto 30px;
}
.footerTop {
    padding-top: 40px;
}
.banner-text {
    padding: 20px 15px 30px;
    width: 100%;
    max-width: 775px;
}
.banner-btn {
    text-align: center;
    margin: 30px auto 0 auto;
    width: 100%;
    justify-content: center;
}
.bannercontent h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.bannercontent h2 {
    font-size: 18px;
    line-height: 24px;
}

.aboutstudy-pic-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.takepart-study p:first-child {
    font-size: 18px !important;
    line-height: 24px;
}
.participateStudy p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
}
.participateStudy li i.fas {
    top: 5px;
}
.participateStudy ul {
    margin: 0px 0 20px 0px;
}
.footer-logo {
    margin-bottom: 45px;
}
.about-right-cont h3 {
    text-align: center;
}

.qualify-red-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.sources-box strong,
	.sources-box a {
		font-size: 16px;
	}
.about-study-left-img, .about-study-right-img {
    margin-left:0;
    margin-right:0;
}

.participateStudy li {
    font-size: 16px;
    line-height: 22px;
}
.participateStudy li::before {
    top: 6px;
}
#faq .card {
    padding: 20px;
}
.faq-outer .card-body {
    padding-top: 15px;
}
.faq-outer .card-header h5 {
	 font-size: 18px;
}
.banner-content p {
    padding-right: 0;
    font-size: 20px;
    line-height: normal;
}
h2.mainheading small {
    line-height: normal;
    margin-bottom: 0;
}

.footerTop h3 span::before {
    bottom: -26px;
}
.tile-btm {
    padding: 0;
}
.banner-images, img.tile-dino, .about-study-right-img::before, .about-study-right-img::after, img.footer-top {
    display: none;
}
#myBtn {
    top: -25px;
}
.banner-right {
    width: 300px;
}
.banner-right {
    display: none;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footerTop h3 {
        height: 44px;
        margin-bottom: 15px;
    }
    .footerTop h3 span {
    display: inline-block;
    height: 31px;
}
.footerTop p {
    padding-right: 5%;
}
}

@media only screen and (max-width: 767px) {
	.footerTop {
    padding: 40px 0 0 0;
    text-align: center;
}
    .faq-outer .card-header h5 {
        font-size: 16px;
    }
    .footer-logo {
    margin-bottom: 20px;
}
.footerBottom {
    text-align: center;
}
.footerTop h3 {
    font-size: 20px;
    margin-bottom: 25px;
}
.footerTop h3 span::before {
    bottom: -15px;
    width: 100%;
}
.footerTop .row div[class*="col-"] {
    margin-bottom: 30px;
}
.qualify-red-btn a.qualifybtn {
    width: auto;
}
.footer-bottom-right {
    text-align: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
}
#banner-cta-image .qualifybtn {
    font-size: 16px;
    width: auto;
}
.abt-listing {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
}

.about-inner-content ul {
    margin: 0;
}
.footerTop p {
    max-width: 100%;
	font-size: 18px;
}
.bannercontent {
    padding-top: 90px;
}
.footerTop p {
    padding-right: 0;
}
}

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

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


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

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