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

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

@font-face {
    font-family: 'Playfair Display';
    src: url('https://trial.autocruitment.com/common-framework/fonts/PlayfairDisplay-Regular.eot');
    src: url('https://trial.autocruitment.com/common-framework/fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://trial.autocruitment.com/common-framework/fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('https://trial.autocruitment.com/common-framework/fonts/PlayfairDisplay-Regular.woff') format('woff'),
        url('https://trial.autocruitment.com/common-framework/fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
        url('https://trial.autocruitment.com/common-framework/fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    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: 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 : #69B274;
    --color-palette2 : #1D9289;
    --color-palette3 : #B4D160;
    --color-palette4 : #ADA49E; 
  }

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: #222222;
	font-size: 70px;
	font-weight: 600;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	line-height: 1.2859;
	text-transform: capitalize;
}
h1, h2 {
	 font-family: 'Playfair Display'; 
}
p {
	font-size: 18px;
	color: #222;
	font-weight: normal;
	display: inline-block;
    margin-bottom: 25px;
}

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
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 30px;
}
ul li:last-child, ol li:last-child, dl li:last-child {
    margin-bottom: 0;
}
section {position: relative;}
.body_section {
	margin: 0;
	position: relative;
	width: 100%
}

.cmn-space-sec {padding: 120px 0;}
h2.mainheading, h2 {
	font-size: 70px;
	line-height: 1.2;
	margin: 0 0;
	font-weight: 600;
	font-family: 'Playfair Display';
	position: relative;
	display: table;
	text-transform: capitalize;
}
h2.mainheading::after {
	background: #222;
	width: 100%;
	content: "";
	height: 1px;
	margin: 13px auto 0;
	bottom: 0;
	display: none;
}
#signup h2.mainheading::after {
	background: #fff;
}

/*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;
    margin-left: 0;
    transition: all 0.5s;
    flex-shrink: 0;
    width: auto;
    max-width: 296px;
}

.topnavbar {
	padding: 0 15px
}

.navbar-nav li {
	padding: 0 0;
}
.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: 20px;
	color: #222;
	line-height: 23px;
	font-weight: normal;
	padding: 14px 20px !important;
	margin-bottom: 0;
	font-family: Lato;
	background: transparent;
	border-radius: 50px;
}
.navbar-nav li.last-item a:hover {
    border: none !important;
}
.customnav .navbarbtn {
	background: #fff;
	height: 35px;
	width: 40px;
	padding: 0 7px
}

.icon-bar {
	background: #f27c76;
	width: 100%;
	height: 2px;
	display: inline-block;
	float: left
}
.customnav {
    padding: 20px 15px;
}
.customnav ul.topnavbarul li a.nav-link:hover,
.customnav ul.topnavbarul li a.nav-link.active {
	background: conic-gradient(from -35.02deg at -2.42% 25%, #1D9289 0deg, #69B274 178.93deg, #B4D160 360deg);
	color: #fff;
}
/*.customnav ul.topnavbarul li a.nav-link.active {
	font-weight: bold;
}*/
.customnav ul.topnavbarul li.last-item a, .customnav .last-item a.nav-link {
	font-weight: bold;
	vertical-align: middle;
	background: conic-gradient(from -35.02deg at -2.42% 25%, #1D9289 0deg, #69B274 178.93deg, #B4D160 360deg);
	color: #fff !important;
	border-radius: 60px;
	width: 200px;
	height: 70px;
	line-height: 71px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: inline-block;
	padding: 0;
	font-family: Arimo;
	border: none;
	text-align: center;
	border: 1px solid #ffffffd1;
	font-size: 20px;
}

.customnav ul.topnavbarul li.last-item a:hover, .customnav .last-item a.nav-link:hover {
    color: #fff !important;
    background: conic-gradient(from -16.32deg at 76.5% -12.86%, #B4D160 0deg, #69B274 181.07deg, #1D9289 360deg);
border: 1px solid #FFFFFF;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.customnav ul.topnavbarul li.last-item a.nav-link:focus, .customnav .last-item a.nav-link:focus {
	color: #fff;
	background: conic-gradient(from -16.32deg at 76.5% -12.86%, #B4D160 0deg, #69B274 181.07deg, #1D9289 360deg);
border: 1px solid #FFFFFF;
	outline: none
}
.navbar-nav.topnavbarul {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  border-radius: 50px;
  padding: 3px;
  gap: 3PX;
}
.navbar .container {
	align-items: end
}
@media only screen and (min-width:1200px) {
	.fixed-me {
		background-color: #E5FBF1 !important;
		padding: 15px 110px !important;
		margin-bottom: 0px;
		position: fixed;
		top: 0;
		z-index: 888;
		width: 100%;
		transition: all 0.5s
	}
.navbar-me {
    transition: all 0.5s;
    padding: 26px 110px;
    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, .customnav .last-item a.nav-link {
	height: 70px;
	line-height: 71px;
}
	.navbar-expand-xl .navbar-nav.topnavbarul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		flex: 0 0 100%;
		align-items: center
	}

}

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

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

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

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

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

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

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

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

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

#nav-icon1.open span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
header .container-fluid {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.icon-bg {
    height: 45px;
    width: 45px;
    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;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    right: 10px;
    color: red;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a.box-shadow:hover .icon-bg {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
}
.icon-bg i {  
  color: #222;
}

/*Banner css*/
.bannercontent {
	position: relative;
	margin: 0 auto;
	width: 100%;
	background: #fff url('../images/banner.webp') no-repeat right top;
	height: auto;
	background-size: cover;
	padding-top: 230px;
}
.banner-text {
	width: 100%;
	position: relative;
	z-index: 2;
	max-width: 1185px;
	text-align: center;
	margin: 0 auto;
}
.banner-content p {
	color: #222;
	padding-right: 0;
	font-size: 18px;
	line-height: 35px;
	font-family: Lato;
	max-width: 850px;
  width: 100%;
}
.banner-bottom p {
    margin: 0;
    color: #fff;
    line-height: 26px;
}
.banner-text h2 {
    font-size: 32px;
    line-height: 1.1875;
    margin-bottom: 30px;
    color: #fff;
    font-weight: bold;
}
.banner-text h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.172;
}
.banner-img {
	border-radius: 400px;
	z-index: 1;
	position: relative; border: 1px solid #fff;
}
.banner-btn a.qualifybtn {
    max-width: 100%;
    width: auto;
    text-align: left;
    font-family: Arimo;
    background: conic-gradient(from -35.02deg at -2.42% 25%, #1D9289 0deg, #69B274 178.93deg, #B4D160 360deg);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50px;
    height: auto;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
  line-height: inherit;
  padding: 23px 40px;
  border: 1px solid #ffffffd1;
}

.banner-btn a.qualifybtn:hover {
	text-decoration: none;
	color: #fff;
	background: conic-gradient(from -16.32deg at 76.5% -12.86%, #B4D160 0deg, #69B274 181.07deg, #1D9289 360deg);
border: 1px solid #FFFFFF;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.banner-btn {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.banner-shadow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.banner-img-block {
  position: relative;
  padding-top: 63px;
}
.icon-img {
  display: block;
  margin-bottom: 20px;
}
a.qualifybtn {
	max-width: 100%;
	width: auto;
	text-align: left;
	background: conic-gradient(from -35.02deg at -2.42% 25%, #1D9289 0deg, #69B274 178.93deg, #B4D160 360deg);
	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: 22px 32px;
	text-transform: uppercase;
	border: 1px solid #ffffffd1;
}
a.qualifybtn:hover {
	text-decoration: none;
	color: #fff;
	background: conic-gradient(from -16.32deg at 76.5% -12.86%, #B4D160 0deg, #69B274 181.07deg, #1D9289 360deg);
border: 1px solid #FFFFFF;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.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: 32px auto 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.banner-text h2 span {
	color: var(--color-palette1);
}
.banner-btn-social {
  align-items: center;
  justify-content: center;
}
.banner-btn-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: 10px;
}
.banner-btn-social ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  font-size: 30px;
  color: #69B274;
  border: 2px solid #69B274;
}
.banner-btn-social ul li a:hover {
  background: conic-gradient(from -35.02deg at -2.42% 25%, #1D9289 0deg, #69B274 178.93deg, #B4D160 360deg);
  color: #fff;
}

/*Tile css*/
#studyinfo-CTA-image {
	background: #fff url('../images/3-tile-bg.webp') no-repeat right top;
	background-size: cover;
}
.aboutstudy-pic-inner {
   height: 100%;
}
.aboutstudy-pic-inner img.member2-img {
    -ms-flex-item-align: end;
        align-self: flex-end;
	margin-top: -135px;
    margin-right: -15px;
}
.aboutstudy-pic-inner img {
	border-radius: 50px;
	height: 100%;
	object-fit: cover;
}
.about-right-cont {
    padding-left: 0;
}
.info-top h3 {
    color: var(--color-palette1);
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 17px;
    font-family: 'Playfair Display';
    line-height: 1;
}

.takepart-study p:first-child {
	font-family: 'Playfair Display';
	font-weight: bold;
	font-size: 36px !important;
	line-height: 1.182;
	margin-bottom: 12px;
	text-align: left;
	color: #222;
}
.takepart-study ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	display: grid;
	gap: 25px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 26px;
}
.takepart-study ul li {
	color: #222;
	font-weight: 400;
	position: relative;
	font-size: 18px;
	border-radius: 20px;
	padding: 22px 24px;
	background: linear-gradient(180deg, #FFFFFF 0%, #F8FFF7 100%);
	border: 1px solid #BBFFB1;
}
.takepart-study ul li:last-child {
	margin-bottom: 0px
}
.takepart-study ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50px;
    display: none;
}
.takepart-study ul + p {
    color: #fff;
    text-align: center;
    line-height: 1.278;
}



/*Sign-Up css*/
#signup {
	background: var(--color-palette1) url('../images/sign-up.webp') no-repeat right top;
	background-size: cover;
}
iframe {
    height: 2500px;
    overflow: auto;
    display: block;
    width: 100%;
}
.iframDiv {
	margin-top: 30px;
}
#signup h2 {
	color: #fff;
	text-align: center;
	margin: 0 auto 50px;
}
#signup p {
	color: #fff;
	margin: 0
}
#signup p strong {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Arimo';
}
#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;
}
h2.mainheading .sub-head {
    position: relative;
}
span.sub-head {
    color: var(--color-palette2);
    font-weight: bold;
}
.about-study-left-img {
	border-radius: 150px 5px 150px 150px;
	overflow: hidden;
	z-index: 11;
	position: relative;
	bottom: -30px;
}
.about-study-left-img img {
	border-radius: 150px 5px 150px 150px;
}
.about-inner-content p:first-child {
    padding-right: 0;
    margin-bottom: 20px;
}
.about-inner-content p a {
    text-decoration: underline;
    color: var(--color-palette2);
}
#about-condition-image h2.mainheading {
	text-align: left;
	margin-left: 0;
	margin-bottom: 0;
}
#about-condition-image p b, #studyinfo-image p b {
  color: var(--color-palette2);
}
section#studyinfo-image .about-inner-head {
	max-width: 650px;
	width: 100%;
}
.about-inner-content ul li i {
  color: var(--color-palette2);
  position: absolute;
  left: 0;
  top: 4px;
}
.sources-box {
	padding: 25px;
	font-family: Lato;
	margin-top: 30px;
	width: 100%;
	position: relative;
	z-index: 1;
	background: conic-gradient(from -35.02deg at -2.42% 25%, #1D9289 0deg, #69B274 178.93deg, #B4D160 360deg);
	border-radius: 20px;
}
.sources-box strong {
	margin-bottom: 5px;
	font-family: 'Lato';
	font-size: 20px !important;
}

.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 {
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.about-inner-content ul li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 5px;
}
.about-inner-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 12px;
	height: 12px;
	background: var(--color-palette2);
	border-radius: 50px; display: none;
}
.about-condition-inner {
	background: var(--color-palette4) url('../images/member-2.webp') no-repeat right top;
	padding: 50px;
	border-radius: 50px;
	background-size: cover;
	margin-top: 50px;
}

.about-inner-content {
	padding: 40px 30px;
	background: linear-gradient(180deg, #FFFFFF 0%, #F8FFF7 100%);
	border: 1px solid #BBFFB1;
	border-radius: 20px;
	margin-right: 43px;
}
#studyinfo-image .about-condition-inner {
	background: var(--color-palette4) url('../images/member-3.webp') no-repeat left top;
	background-size: cover;
}
.about-inner-head .sub-head {
	display: block;
}
/*Faq css*/
#faq {
	background: url('../images/faq-bg.webp') no-repeat right top;
	background-size: cover;
}
#faq h2.mainheading {
	color: #222;
	text-align: center;
	margin: 0 auto 50px;
}
#faq .card {
	margin-bottom: 30px;
	position: relative;
	background: #fff;
	margin-left: 26px;
	border: 0.5px solid var(--color-palette2);
	box-shadow: 6px 6px 0px var(--color-palette2);
	border-radius: 20px;
}

#faq .card::before {
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter);
	position: absolute;
	left: -40px;
	font-size: 35px;
	color: #fff;
	font-family: 'Arimo', sans-serif;
	font-weight: bold;
	line-height: 1;
	background: var(--color-palette2);
	height: 60px;
	width: 60px;
	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;
	border-radius: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.2s linear;
	display: none;
}
#faq .card:has(.show)::before {
	height: 75px;
	width: 75px;
	font-size: 45px;
	left: -46px;
	transition: all 0.2s linear;
}
.faq-img-box {
	background: #FFFFFF;
	border: 0.5px solid var(--color-palette2);
	box-shadow: 6px 6px 0px var(--color-palette2);
	border-radius: 20px;
	padding: 20px 25px;
	margin-top: 50px;
}
.faq-img-box h6 {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-palette2);
}
.faq-img-outer .faq-img {
	border-radius: 20px;
	height: 100%;
	margin-bottom: -110px;
	width: 100%;
    object-fit: cover;
    display: block;
}
.faq-bg .row{
    display: flex;
    align-items: stretch;
}
.faq-bg .col-lg-4{
    display: flex;
}
.faq-left{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0;
}
.faq-img-outer{
    flex: 1;
    min-height: 0;
}
.faq-btn .qualifybtn {
  padding: 22px 42px;
}
.faq-outer h5.mb-0.collapsed:before {
    content: "\f055";
}
.faq-outer h5.mb-0::before {
	content: "\f056";
	font-family: 'Font Awesome 5 Free';
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--color-palette2);
}
#faq .card:last-child {
	margin-bottom: 0;
}
.card-body p {
	color: #222;
	margin-bottom: 0;
}
.faq-outer .card-header h5 {
	color: var(--color-palette2);
	font-size: 22px;
	font-weight: bold;
	font-family: lato;
	padding: 22px 20px;
	z-index: 1;
	position: relative;
	background: transparent;
	cursor: pointer;
}
.faq-outer .card-body {
	padding: 20px;
	padding-top: 0;
}

/*About studies css*/
section#studyinfo-image {
    background: #fff;
    background-size: cover;
}
.aboutStudies h2.mainheading {
    text-align: left;
    margin-left: 0;
}
.participateStudy {
	padding: 40px 30px;
	background: linear-gradient(180deg, #FFFFFF 0%, #F8FFF7 100%);
	border: 1px solid #BBFFB1;
	border-radius: 20px;
	margin-left: 40px;
}
.participateStudy h3 {
	font-size: 24px;
	color: #222;
	font-family: 'Playfair Display';
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1;
	margin-top: 0;
}
.participateStudy p {
	color: #222;
	font-size: 18px;
	margin-bottom: 0px;
}
.participateStudy ul {
	margin: 10px 0 0px 0px;
	padding: 0px;
	list-style: none;
}
.participateStudy ul + p {
	font-size: 18px;
}
.participateStudy li {
	color: #222;
	margin-bottom: 0;
	padding-left: 27px;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}
.participateStudy li i {
  position: absolute;
  left: 0;
  top: 7px;
  color: var(--color-palette2);
}
.participateStudy li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50px; display: none;
}
.participateStudy ul li:last-child {
    margin: 0;
}
.about-study-right-img img {
  border-radius: 150px 5px 150px 150px;
  margin-bottom: 20px;
}
.about-study-right-img img:last-child {
  margin-bottom: 0;
}
.about-study-left .mainheading {
  margin-bottom: 35px;
}


/*Footer css*/
footer.site-footer {
    width: 100%;
    background: conic-gradient(from -35.02deg at -2.42% 25%, #1D9289 0deg, #69B274 178.93deg, #B4D160 360deg);
    position: relative;
    background-size: cover;
}

.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: 49px;
}

.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: -24px;
}

.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: -30px;
	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;
}
.footerBottom {
	padding: 30px 0;
	border-top: 1px solid #fff;
}
.footerBottom a {
	font-weight: bold;
}
.footerBottom a:hover {
	text-decoration: none
}
.footer-logo {
    margin-bottom: 10px;
    max-width: 100%;
    width: auto;
}



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


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

}

@media (min-width: 1600px) {
#studyinfo-CTA-image .container, #about-condition-image .container, #studyinfo-image .container, #faq .container, .site-footer .container {
    max-width: 1544px;
}
.about-right-cont {
	margin-left: -12px;
}
}

@media (min-width: 1441px) {
.aboutboxbottom .col-xxl-7 {
	width: calc(58.33333333% + 47px);
	margin-left: -47px;
}
}

@media only screen and (min-width: 1442px) and (max-width: 1750px) {
    .navbar-nav li {
        padding: 0 0;
    }
h1, h2.mainheading, h2 {
	font-size: 60px;
}
.banner-text h3 {
    font-size: 26px;
}
.about-study-right-img {
    width: 450px;
    margin-left: 18px;
}
.about-inner-content {
	padding: 30px 20px;
	margin-right: 0;
}
.participateStudy {
	padding: 30px 20px;
	margin-left: 0;
}
}


@media only screen and (max-width: 1441px) {
h1, h2.mainheading, h2 {
	font-size: 50px;
	margin-bottom: 20px;
}
.banner-text h2 {
    font-size: 30px; margin-bottom: 20px;
}
.banner-text h3 {
	margin-bottom: 30px;
	font-size: 26px;
}
.customnav ul.topnavbarul li.last-item a, .customnav .last-item a.nav-link {
    width: 180px;
}
.customnav ul.topnavbarul li a.nav-link {
    font-size: 18px;
}
.takepart-study ul li {
	padding: 22px 20px;	
}
.takepart-study ul {
	gap: 20px;
}
.bannercontent {
    padding-top: 200px;
}
.banner-text {
    width: 900px;
    padding: 0 0 0 4.77vw;
    padding-top: 0;
}
.banner-right {
    right: 0;
    max-width: 530px;
}
.about-inner-content {
	margin-right: 0;
	padding: 25px;
}
.about-study-left {
	padding-right: 0;
	margin-left: -40px;
}
h2.mainheading {
    font-size: 48px;
}
.participateStudy {
    padding: 20px 20px;
}
#myBtn {
    width: 50px;
    height: 50px;
    right: 25px;
    top: -25px;
}
#myBtn .fas {
    font-size: 26px;
    line-height: 28px;
}
.about-study-left-img {
    margin-left: 0;
}
.about-study-right-img {
    margin-right: 30px;
}
.banner-content p {
    padding-right: 0;
    font-size: 18px;
}
.banner-bottom p {
    font-size: 15px;
    line-height: 22px;
}
.banner-btn {
	margin: 25px 0 0;
}
.navbar-me {
	padding: 14px 4.77vw;
}
.fixed-me {
    padding: 12px 4.77vw !important;
}
.qualify-red-btn {
	margin: 20px auto 0;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1441px) {
.navbar-nav.topnavbarul {
	max-width: 675px;
}
.customnav ul.topnavbarul li a.nav-link {
	padding: 14px 17px !important;
}

}


@media only screen and (max-width: 1199px) {
header .container-fluid {
    border-radius: 50px;
}
#nav-icon1 {
    right: 10px; background: transparent;
}
.bannercontent {
	margin-top: 108px;
	padding-top: 60px;
}
.banner-text {
    width: 800px;
    padding: 0 20px 0 2.77vw;
    padding-top: 0;
}
h1, h2.mainheading, h2 {
	font-size: 42px;
}
.banner-text h2 {
    font-size: 26px;
}
.banner-text h3 {
    font-size: 20px;
}
.banner-content p {
	font-size: 16px;
	line-height: 26px;
}
.banner-right {
    right: -40px;
    max-width: 480px;
}
.cmn-space-sec {
    padding: 70px 0;
}
.customnav ul.topnavbarul li.last-item a, .customnav .last-item a.nav-link {
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		width: 170px;
	}	
.navbar-nav li.last-item {
    margin-top: 10px;
}
.navbar-nav li {
    margin-bottom: 0px !important;
    padding: 0;
}
.navbar-nav.topnavbarul {
	max-width: 100%;
}
.customnav ul.topnavbarul li a.nav-link {
	font-size: 16px;
	display: inline-block;
	padding: 4px 0 !important;
	background: transparent !important;
  color: #222 !important;
  font-weight: bold;
}
.topnavbarul {
    margin-top: 20px;
    padding-left: 0;
}
.signup-header-btn {
	margin-top: 10px;
}
.about-study-left-img img, .about-study-right-img img {
    width: auto;
}
.about-study-left-img, .about-study-right-img {
		width: auto;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
	}
.about-inner-content {
	padding: 20px;
}
.about-condition-inner {
	padding: 25px;
	margin-top: 30px;
}
.footerTop h3 {
    font-size: 18px;
}
#banner-cta-image .qualifybtn {
	font-size: 18px;
	padding: 20px 30px;
}
.qualify-red-btn a.qualifybtn {
	font-size: 18px;
	padding: 16.5px 20px;
}
header .container-fluid {
    padding: 0px 0;
}
.aboutstudy-pic-inner img.member2-img {
	margin-right: -35px;
}
.navbar-me {
	padding: 14px 2.77vw; background-color: #fff;
}
.fixed-me {
    padding: 14px  2.77vw !important;
}
.mobile-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.mobile-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.info-top.about-right-cont.pb-5 {
    padding-bottom: 30px !important;
}
.studyinfo-CTA-row .mobile-order-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.aboutstudy-pic-inner {
    width: auto;
    margin-left: 0;
}
.flex-justify-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.about-inner-content p {
    padding-right: 0;
}
.about-study-right-img {
    margin-left: 0;
    margin-right: 0;
}
.participateStudy {
    margin: 0 0 0;
}
#faq .card::before {
	font-size: 25px;
}
#faq .card:has(.show)::before {
	font-size: 35px;
}
.about-study-left {
	margin-left: 0;
}
.about-study-right-img {
	display: flex;
	flex-direction: column;
}
.navbar-nav.topnavbarul {
	max-width: 100%;
	padding: 0;
	margin-top: 20px;
}
.banner-btn-social ul li a {
	width: 60px;
	height: 60px;
	font-size: 25px;
}
.takepart-study ul li {
	padding: 18px 18px;
}
.takepart-study ul {
	gap: 10px;
}
.takepart-study p:first-child {
	font-size: 28px !important;
}
.about-condition-inner {
	background-position: top;
}
.faq-btn .qualifybtn {
	font-size: 18px;
	padding: 16.5px 25px;
}

}


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

.bannercontent::before {
    background: var(--color-palette2);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.9;
}
.footerTop h3 {
    font-size: 16px;
}
#signup, section#about-condition-image, #studyinfo-image{
    background-image: none !important;
}
.faq-outer .card-header h5 {
    font-size: 18px;
}
h2.mainheading {
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto 30px;
}
.footerTop {
    padding-top: 40px;
}
.banner-text {
    padding: 20px 20px 30px;
    width: 100%; background: transparent;
}
.banner-btn {
    text-align: center;
    margin: 25px auto 0;
    width: 100%;
    justify-content: center;
}
.bannercontent h1 {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
}
h2.mainheading, h2 {
font-size: 30px;
}
.bannercontent h2 {
    font-size: 18px;
    line-height: 24px;
	color: #fff;
}
.banner-img-block {
	padding-top: 40px;
}
.banner-text h3 {
    font-size: 18px;
    color: #fff;
}
.banner-content p, .banner-bottom p {
    color: #fff;
}

.aboutstudy-pic-inner img {
    margin-left: 8px;
    margin-right: 8px;
}
.takepart-study p:first-child {
    font-size: 20px !important;
    line-height: 24px;
}
.participateStudy p {
    font-size: 16px;
}
.participateStudy li i.fas {
    top: 5px;
}
.participateStudy ul {
    margin: 4px 0 0 0px;
}
.footer-logo {
	margin-bottom: 5px;
}
.aboutstudy-pic-inner img {
	margin-left: 0;
	margin-right: 0;
	height: auto;
}
.aboutstudy-pic-inner {
	margin-bottom: 30px;
}
.about-right-cont h3 {
    text-align: center;
}
.icon-img {
	margin-bottom: 10px;
}
.takepart-study ul {
	gap: 6px;
	margin-top: 10px;
}
.faq-outer h5.mb-0::before {
	font-size: 25px;
}
.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;
}
#faq .card {
    margin-bottom: 15px; margin-left: 0;
}
.participateStudy ul + p {
	font-size: 16px;
	margin-top: 15px;
}
header .container-fluid {
    border-radius: 0;
}
.bannercontent {
	padding: 0;
}
.banner-img-block {
	padding-top: 40px;
}
.banner-btn a.qualifybtn:hover .icon-bg {
  background: var(--color-palette1);
}
.banner-btn a.qualifybtn:hover .icon-bg i {
  color: #fff;
}
.fixed-me {
	padding: 14px 2.77vw !important;
}
.aboutstudy-pic-inner img.member2-img {
	margin-right: 0;
}
#faq .card::before {
	left: -30px;
	height: 48px;
	width: 48px;
}
#faq .card:has(.show)::before {
	height: 60px;
	width: 60px;
	left: -40px;
}
.participateStudy h3 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.info-top h3 {
	font-size: 25px;
	margin-bottom: 15px;
}
.banner-text h3 {
	margin-bottom: 20px;
}
.about-right-cont {
	padding-left: 0;
}
.participateStudy li::before {
	top: 7px;
}
.banner-btn-social ul li a {
	width: 50px;
	height: 50px;
	font-size: 20px;
	color: #fff;
	border-color: #fff;
}
.banner-btn-social ul {
	padding-left: 20px;
	gap: 6px;
}
.banner-btn-social ul {
  padding-left: 20px;
  gap: 6px;
}
.about-inner-head {
  margin-bottom: 20px;
}
.about-condition-inner {
  border-radius: 30px;
  padding: 20px;
}
.faq-img-outer .faq-img {
  margin-bottom: 0;
  height: auto;
}
.faq-img-box {
  margin-top: 20px;
  margin-bottom: 30px;
}
section#studyinfo-image .row:first-child {
  flex-direction: column-reverse;
}
#studyinfo-image .about-condition-inner {
	margin-top: 10px;
}
section#studyinfo-image .about-inner-head {
	max-width: 100%;
	width: 100%;
}
}


@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;
}
}


@media only screen and (max-width: 767px) {
	.footerTop {
    padding: 40px 0 0 0;
    text-align: center;
}
.faq-outer .card-header h5 {
    font-size: 16px;
    padding: 15px 20px;
    padding-right: 40px;
}
.faq-outer .card-body {
	padding-left: 30px;
}
.footer-logo {
	margin-bottom: 20px;
	max-width: 250px;
}
.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;
}
.faq-outer h5.mb-0::before {
    right: 20px;
}
.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;
    padding: 16px 25px;
}
#faq .card {
    margin-bottom: 15px;
}
.takepart-study {
    padding: 20px 0 0;
    border-radius: 20px;
}
.info-top h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.about-study-left-img {
	bottom: -20px;
}
.aboutstudy-pic-inner {
	margin-bottom: 0px;
}
#signup h2, #faq h2.mainheading {
	margin: 0 auto 30px;
}
.faq-img-box h6 {
	font-size: 18px;
}
.faq-outer h5.mb-0::before {
	font-size: 20px;
}
.bannercontent h1, h2.mainheading, h2 {
	font-size: 26px;
}
.banner-content p {
	line-height: 24px;
}
#studyinfo-image .about-condition-inner {
	background-size: cover;
}
}


@media only screen and (max-width: 575px) {
a.toplogo img {
    max-width: 240px;
}
.bannercontent {
    padding-top: 0;
}
header .container-fluid {
    border-radius: 0;
}
.aboutstudy-pic-inner img {
    margin-left: 0;
    margin-right: 0;
}
.navbar-me {
	padding: 14px 2.77vw;
}
.fixed-me {
	padding: 14px 2.77vw !important;
}
.aboutstudy-pic-inner img.member2-img {
	max-width: 220px;
}
.banner-btn {
	flex-wrap: wrap;
	gap: 15px;
}
}


@media only screen and (max-width: 360px) {
.aboutstudy-pic-inner img.member2-img {
	margin-top: 20px;
	align-self: center; max-width: 100%;
}
.member1-img {
	padding-right: 0px !important;
}
.banner-btn-social ul {
	padding-left: 10px;
	gap: 4px;
}
.takepart-study ul li {
	padding: 14px 11px;
}
}


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