@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Nunito:400,600,700,800&display=swap");
html {
    overflow-x: hidden;
}
body {
    position: relative;
    overflow-x: hidden;
    color: #505456;
    font-family: "Lato", sans-serif;
}
h1 {
    color: #003c57;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
}
p {
    font-size: 18px;
    color: #505456;
    line-height: 28px;
    font-weight: 400;
    display: inline-block;
    font-family: "Lato", sans-serif;
}
img {
    max-width: 100%;
}
input {
    font-family: "Lato", sans-serif;
}
a,
a:hover {
    transition: all 0.3s ease;
}
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;
    flex-direction: column;
}
.ac-logo img {
    width: 195px;
    max-width: 195px;
}
.instgram-md8 {
    margin: 0 8px;
}
.social-icons h6 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
}
.ac-logo {
    padding-bottom: 22px;
}
@media only screen and (max-width: 767px) {
    .ac-logo {
        padding-bottom: 11px;
    }
}
.header {
    width: 100%;
    display: inline-block;
    background: #fff;
}
a.toplogo {
    padding: 0;
    display: flex;
    align-items: start;
    transition: all 0.5s;
}
a.toplogo img {
    margin: 0 auto;
    transition: all 0.5s;
    flex-shrink: 0;
    width: 260px;
    max-width: 260px;
}
.topnavbar {
    padding: 0 15px;
}
.navbar-nav li {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}
.navbar-nav li a {
    color: #31334b;
    font-size: 22px;
}
.customnav ul.topnavbarul li a.nav-link {
    font-size: 18px;
    color: #505456;
    line-height: 28px;
    font-weight: 700;
    padding: 0 !important;
}
.customnav .navbarbtn {
    background: #fff;
    height: 35px;
    width: 40px;
    padding: 0 7px;
}
.icon-bar {
    background: #f27c76;
    width: 100%;
    height: 2px;
    display: inline-block;
    float: left;
}
.customnav ul.topnavbarul li a.nav-link:focus,
.customnav ul.topnavbarul li a.nav-link:hover,
.customnav ul.topnavbarul li a.nav-link:active,
.customnav ul.topnavbarul li a.nav-link.active {
    color: #ef7357;
}
.customnav {
    background: #fff;
    padding: 25px 15px;
}
.customnav ul.topnavbarul li.last-item a {
    vertical-align: middle;
    background: #ef7357;
    color: #fff;
    border-radius: 35px;
    width: 150px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    padding: 0;
}
.customnav ul.topnavbarul li.last-item a:hover {
    color: #fff;
    background-color: #7a7dad;
}
.customnav ul.topnavbarul li.last-item a.nav-link:focus {
    color: #fff;
    background: #7a7dad;
    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: #7a7dad;
    -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: 992px) {
    .fixed-me {
        transition: all 0.5s;
    }
    .fixed-me {
        background-color: #fff !important;
        padding: 15px 2vw 15px 3vw !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: 50px;
    }
}
#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: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    top: 0px;
    margin-top: 8px;
}
#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: #243757;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.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: 300px 0 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    background: #70696e url(../images/banner-bg.webp) no-repeat right top;
    height: 900px;
    background-size: cover;
}
.banner-content {
    padding: 29px 0;
    margin-top: 105px;
}
.bannercontent h1 {
    font-size: 81px;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    padding-bottom: 18px;
    text-transform: inherit;
    text-align: left;
    margin: 0 0 0 4vw;
}
#disease-section {
    padding: 89px 0 53px;
}
#disease-section h1 {
    color: #505456;
    font-size: 45px;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    line-height: 55px;
}
#disease-section p {
    font-weight: bold;
    font-size: 17px;
    color: #505456;
    font-family: "Lato", sans-serif;
    display: block;
}
#disease-section h4 {
    color: #505456;
    font-size: 25px;
    font-family: "Nunito", sans-serif;
    font-weight: normal;
}
.disease-points {
    margin-top: 44px;
    text-align: center;
}
.disease-points .box {
    width: 274px;
    height: 268px;
    border-radius: 5px 5px 10px 10px;
    border-bottom: 8px solid #ef7357;
    float: none;
    margin: 0 auto;
    padding: 15px 10px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    text-align: left;
    margin-bottom: 13px;
    background: #f2e5d5;
}
.disease-points .box:last-child {
    margin-right: 0px;
}
.disease-points .box .heading {
    font-size: 20px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    color: #505456;
    line-height: 26px;
    text-align: center;
}
.disease-points .box span {
    font-size: 17px;
    display: block;
}
.disease-points .circle {
    width: 112px;
    height: 114px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 14px;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 2px solid #fff;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.disease-points .box:hover .circle {
    border: 2px solid #fff;
    background-color: #f2e5d5;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.line-height114 {
    line-height: 114px;
}
.line-height125 {
    line-height: 125px;
}
#qualify-research {
    background: #6a6c95 url("../images/qualify-btn-bg.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 49px 0px 49px;
}
#qualify-research p {
    color: #fff;
    font-size: 24px;
    display: block;
    font-family: "Nunito", sans-serif;
}
#qualify-research a.qualifybtn {
    max-width: 277px;
    margin-top: 9px;
}
.about-participante-outer a.qualifybtn {
    max-width: 277px;
    display: block;
}
#studyinfo {
    padding: 50px 0 70px;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-push-6 {
    left: 50%;
}
.two-col-content-part {
    display: table;
    float: none;
    width: 100%;
    height: 100%;
    padding: 40px;
}
#studyinfo {
    background-color: #f2e5d5;
}
.about-participante-outer {
    display: table;
    float: none;
    vertical-align: top;
    height: 100%;
}
.about-participante-outer .col-xs-6 {
    display: table-cell;
    float: none;
    vertical-align: top;
    height: 0;
    position: relative;
    width: 50%;
}
.about-participante-outer h3 {
    font-size: 36px;
    color: #34483d;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    margin-bottom: 34px;
    border-bottom: 3px solid #505456;
    padding-bottom: 10px;
}
.about-participante-outer p {
    font-size: 18px;
    color: #505456;
    line-height: 24px;
    text-align: justify;
}
.about-participante-outer ul {
    margin-left: 25px;
}
.about-participante-outer ul li {
    color: #505456;
    font-size: 18px;
    line-height: 24px;
}
#why-participate {
    margin-top: 42px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .about-participante-outer img {
        width: 100%;
    }
}
h2.mainheading {
    font-size: 45px;
    line-height: normal;
    text-align: center;
    display: inline-block;
    margin: 0 0 62px;
    color: #fff;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}
#faq h2 {
    margin-right: auto;
    margin-left: auto;
}
#signup h2 {
    margin-right: auto;
    margin-left: auto;
    display: block;
    color: #505456;
}
#faq {
    background: #7a7cad url("../images/faq-bg.webp");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    padding: 95px 0px 120px;
    background-attachment: fixed;
}
#faq h2.mainheading {
    margin-bottom: 44px;
}
#faq a.faqbtn {
    margin-top: 14px;
    margin-bottom: 30px;
}
.orange-color {
    color: #f36967 !important;
}
.dark-blue-color {
    color: #30314a;
}
h1.mainheading.white-border-bottom:after {
    border-bottom: 2px solid #fff;
    max-width: 180px;
}
h2.heading {
    font-weight: 600;
    color: #505456;
    font-size: 50px;
    line-height: normal;
    font-family: "Nunito", sans-serif;
    text-align: center;
}
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;
}
.pointswrap {
    width: 100%;
    display: table;
}
.number {
    font-family: "Lato", sans-serif;
    width: 35px;
    text-align: center;
    display: table-cell;
    vertical-align: top;
}
.numbertext {
    width: 36px;
    height: 36px;
    color: #455a8c;
    line-height: 36px;
    font-size: 20px;
    font-weight: normal;
    background: #ffffff;
    border-radius: 50%;
}
.pointtext {
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    padding: 0 0 0 18px;
    line-height: 21px;
}
a.qualifybtn {
    max-width: 402px;
    margin-top: 26px;
    width: 100%;
    text-align: center;
    background: #ef7357;
    color: #fff;
    font-size: 22px;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    border-radius: 35px;
    height: 70px;
    line-height: 70px;
    padding: 0;
    cursor: pointer;
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    margin: 0 auto;
}
a.qualifybtn:hover {
    text-decoration: none;
    color: #fff;
    background: #7a7dad;
}
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: #7a7dad;
    -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);
}
#qualify-research a.qualifybtn {
    background-color: #fff;
    color: #505456;
}
#qualify-research a.qualifybtn:hover {
    background: #bcbeda;
}
#qualify-research a.qualifybtn:hover {
    background-color: #bcbeda;
}
#qualify-research a.qualifybtn::before {
    background: #bcbeda;
}
a.qualifybtn:hover:before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}
.takepart .container {
    position: relative;
}
a.qualifybtn-border {
    max-width: 402px;
    width: 100%;
    text-align: center;
    background: transparent;
    color: #fff;
    font-size: 23px;
    font-family: "Nunito", sans-serif;
    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.qualifybtn-border:hover {
    text-decoration: none;
    color: #52575b;
    background: #fff;
}
a.qualifybtn-border:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 55px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    -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-border:hover:before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(9, 9, 1);
}
#faq .card-header {
    border-bottom: 0px;
}
#faq .card {
    background-color: transparent;
    margin-bottom: 0px;
}
.blue-color {
    color: #30314a;
}
.white-color {
    color: #fff;
}
.grey-color {
    color: #52575b;
}
a.faqbtn {
    max-width: 402px;
    width: 100%;
    text-align: center;
    background: #52575b;
    color: #ebf5f9;
    font-size: 25px;
    font-family: "Nunito", sans-serif;
    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);
}
.faq-bg {
    padding: 69px 0 80px 0;
    background: #fff;
}
.faq-outer {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.faq-outer::before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 1px;
    left: 24px;
    height: 100%;
    z-index: 9;
    left: 31px;
    top: 44px;
    z-index: 0;
}
.faq-outer .card-header {
    background: transparent;
    border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    padding: 0px;
}
.faq-outer .card-header h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 18px 19px;
    font-family: "Nunito", sans-serif;
}
.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: #505456;
    border-radius: 0;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    line-height: 30px;
    padding: 0px 20px 0 65px;
}
.faq-outer .card-body ul {
    list-style-type: square;
}
.faq-outer .card-body ul li {
    color: #ffffff;
}
.faq-outer .card-body p {
    margin-bottom: 0px;
    color: #fff;
}
.faq-outer h5.mb-0:before {
    float: left !important;
    background: url("../images/faq-minus.webp") no-repeat top center;
    line-height: 18px;
    width: 26px;
    height: 26px;
    content: "";
    margin: 1px 19px 0 0;
}
.faq-outer h5.mb-0.collapsed:before {
    float: left !important;
    background: url("../images/faq-plus.webp") no-repeat top center;
    line-height: 18px;
    width: 26px;
    height: 26px;
    content: "";
    margin: 1px 19px 0 0;
}
.faq-outer ul.points {
    margin: 10px 0 0;
}
.accordion .card:last-child h5 {
    padding-bottom: 0px;
}
.accordion .card:last-child p {
    padding-top: 18px;
}
#signup h2 {
    padding-top: 62px;
    margin-bottom: 42px;
}
#signup p {
    color: #505456;
    font-size: 18px;
    line-height: 24px;
}
#signup p strong {
    display: block;
}
iframe {
    height: 1900px;
    overflow: auto;
    display: block;
    width: 100%;
}
.form-bg {
    background: #f2e5d5 url("../images/form-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 0;
    background-position: left top;
    padding-bottom: 70px;
}
#signup .container {
    max-width: 1040px;
}
.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: 35px;
    padding-bottom: 35px;
    position: relative;
}
.footerTop .container {
    position: relative;
}
.footerTop h2 {
    font-size: 22px;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
.footerTop ul {
    list-style: none;
    margin: 23px 0 0 0;
    padding: 0px;
}
.footerTop ul li {
    display: inline-block;
}
.footerTop ul li:first-child {
    margin-right: 30px;
}
#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: -25px;
}
.footerTop {
    background: #7d7fb0 url(../images/footer-bg.webp) no-repeat left top;
    background-size: cover;
    width: 100%;
}
.footerBottom {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}
.footerBottom,
.footerBottom a {
    font-size: 15px;
    color: #505456;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
}
.footerBottom a:hover {
    text-decoration: none;
}
.footer-logo {
    margin-right: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .customnav ul.topnavbarul li a.nav-link {
        font-size: 13.5px;
    }
	.customnav ul.topnavbarul li.last-item a {
		width: 90px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1310px) {
    .customnav ul.topnavbarul li a.nav-link {
        font-size: 17px;
    }
	.customnav ul.topnavbarul li.last-item a {
		width: 120px;
	}
}
@media only screen and (max-width: 991px) {
    #disease-section h4 {
        font-size: 20px;
        padding: 0 10px;
    }
    .customnav ul.topnavbarul li a.nav-link {
        margin-bottom: 10px;
    }
    .customnav ul.topnavbarul li.nav-item.last-item a {
        margin-bottom: 0px;
    }
    #studyinfo {
        margin: 0px;
    }
    #disease-section p br {
        display: none;
    }
    .disease-points .box {
        width: 48%;
        margin-right: 0px;
        margin-bottom: 12px;
    }
    .disease-points .box.first,
    .disease-points .box.third {
        margin-right: 12px;
    }
    .sources-box a {
        margin-bottom: 5px;
    }
    #banner-cta-image .qualifybtn {
        top: 10px;
    }
    .customnav ul.topnavbarul li.last-item a {
        height: 50px;
        line-height: 50px;
        font-size: 20px !important;
    }
    .bannercontent {
        background-image: none;
        background: #ef7357;
        text-align: center;
    }
    .banner-content {
        margin-top: 0px;
        height: auto;
    }
    #aboutresearch {
        background-image: none;
        background: #ceeceb;
    }
    .daigram {
        display: none;
    }
    a.qualifybtn {
        max-width: 399px;
        height: 68px;
        line-height: 68px;
        border-radius: 25px;
    }
    .abouthight h2,
    .aboutsection h2 {
        padding-bottom: 10px;
    }
    #signup h2 {
        margin-bottom: 20px;
    }
    #faq h2.mainheading {
        margin-bottom: 20px;
    }
    #faq.faq-bg {
        padding-bottom: 35px;
        padding-top: 30px !important;
    }
    .footer-autocruitment-logo {
        flex-direction: column;
    }
    .footer-autocruitment-logo .followicons {
        margin-left: 0px;
        margin-top: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footerBottom,
    .footerBottom a {
        font-size: 12px;
    }
    .topnavbar {
        padding: 15px 10px !important;
        background: #fff !important;
        margin-bottom: 15px;
    }
    .daigram {
        display: none;
    }
    .topnavbarul {
        margin-top: 20px;
    }
    .banner-btn a.qualifybtn {
        height: 70px;
        line-height: 67px;
    }
    .two-col-content-part {
        padding: 10px;
    }
    .about-participante-outer h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .about-participante-outer p,
    .about-participante-outer ul li {
        font-size: 16px;
        margin: 0 0 3px;
        line-height: 20px;
    }
    .about-participante-outer ul {
        margin: 0px;
        padding: 0;
        list-style-position: inside;
    }
    .two-col-content-part p br {
        display: none;
    }
    a.qualifybtn {
        max-width: 399px;
        height: 60px;
        line-height: 60px;
        border-radius: 25px;
        font-size: 18px;
        margin: 10px auto 0 !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .two-col-content-part {
        padding: 20px;
    }
    .about-participante-outer h3 {
        font-size: 26px;
    }
    .about-participante-outer p,
    .about-participante-outer ul li {
        font-size: 18px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 991px) {
    .bannercontent {
        height: auto;
        overflow: hidden;
    }
    .banner-text {
        position: relative;
        margin-top: 50px;
        padding: 20px;
    }
    .bannercontent h1 {
        margin-bottom: 0px;
    }
    .banner-btn span {
        position: inherit;
        display: block;
        text-align: center;
        left: 0px;
    }
    .bannercontent {
        padding: 40px 15px 0;
    }
    a.toplogo img {
        margin: 0 auto;
        max-width: 150px;
    }
    .body_section {
        padding-top: 60px;
    }
    .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;
    }
    .bannercontent h1 {
        line-height: normal;
        font-size: 32px;
    }
    .bannertext {
        padding: 50px 15px;
    }
    .banner-p {
        margin-top: 10px;
    }
    h2.heading,
    #faq h2.mainheading,
    #signup h2 {
        font-size: 24px;
    }
    .takepart,
    .aboutsection,
    .abouthight,
    .footerTop {
        padding: 40px 0;
    }
    .bannercontent {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .banner-btn {
        text-align: center;
        margin: 52px auto 0 auto;
        width: 90%;
    }
    .bannercontent img {
        display: block;
        margin: 0 auto;
        left: inherit;
        top: inherit;
    }
    .bannercontent h1 {
        width: 100%;
        margin: 0px 0 0px 0;
        text-align: center;
        padding: 0 10px;
    }
    .banner-btn span {
        font-size: 16px;
    }
    .bannercontent img {
        top: -10px;
    }
    .numbertext {
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 35px;
    }
    .pointtext {
        padding: 0 0 0 15px;
    }
    ul.points li {
        margin-bottom: 20px;
    }
    .daigram {
        display: none;
    }
    .customnav {
        padding: 12px 15px;
    }
    .takepart_h3 {
        margin: 20px 0;
    }
    ul.links li {
        margin: 0 0 10px;
    }
    .clinicalqies {
        margin: 0;
        text-align: center;
    }
    .mb-55,
    .mb-75 {
        margin-bottom: 20px;
    }
    a.qualifybtn-orange {
        margin-top: 0;
    }
    .topnavbarul {
        margin-top: 20px;
    }
    .bannercontent .bannertext {
        flex: 0 0 100%;
        max-width: inherit;
    }
    a.qualifybtn {
        margin-top: 10px;
    }
    #signup h2 {
        padding-top: 40px;
    }
    .bannertext .d-flex {
        display: block !important;
        margin: 0 auto !important;
    }
    #disease-section h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    #disease-section h1 br {
        display: none;
    }
    #disease-section {
        padding: 30px 0 20px;
    }
    .disease-points {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .footerBottom .col-md-4.text-right ul li {
        text-align: center;
    }
    #qualify-research p,
    #disease-section p,
    #disease-section h1 {
        padding: 0 10px;
    }
    .faq-outer .card-header h5 {
        font-size: 16px;
        line-height: 27px;
    }
    #why-participate {
        margin-top: 0;
    }
    .disease-points {
        padding: 10px;
    }
    #faq {
        background-image: none;
        background-color: #787dae;
    }
    .customnav ul.topnavbarul li a.nav-link {
        font-size: 18px;
    }
    .pointtext {
        padding: 0 0 0 15px;
        word-break: break-word;
    }
    a.qualifybtn {
        height: auto;
        line-height: 52px;
        width: 100%;
        padding: 0.375rem 0.75rem;
    }
    a.qualifybtn-border,
    a.qualifybtn {
        max-width: 100%;
        padding: 0.375rem 0.75rem;
        line-height: 42px;
        height: auto;
        margin: 0 auto;
    }
    .form-bg {
        padding-top: 0;
    }
    .footerBottom .row {
        padding: 0 15px;
    }
    .footer-logo {
        max-width: 140px;
    }
    .footer-logo {
        margin-right: 0px;
    }
    .m60 {
        margin-top: 20px;
    }
    .faq-bg {
        background-color: #fff;
        background-image: none;
        padding: 40px 0;
    }
    h1.mainheading {
        margin-bottom: 30px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .banner-btn a.qualifybtn,
    a.qualifybtn-border,
    a.faqbtn,
    a.qualifybtn {
        font-size: 18px;
        height: 62px;
        line-height: 59px;
        padding: 0px;
    }
    a.faqbtn {
        max-width: 90%;
        border: 0;
    }
    .footerBottom {
        background-color: #fff;
    }
    a.qualifybtn-border {
        max-width: 98%;
    }
    .footerTop {
        padding: 20px 0;
    }
    .disease-points .box span {
        font-size: 16px;
        display: block;
        line-height: 22px;
    }
    .disease-points .box .heading {
        font-size: 18px;
    }
    .disease-points .box {
        height: 270px;
    }
    .about-participante-outer .col-xs-6 {
        display: block;
        text-align: center;
        width: 100%;
        height: auto;
        left: 0px;
        right: 0px;
        float: left;
    }
    .about-participante-outer h3 {
        font-size: 22px;
        margin: 20px 0 15px;
    }
    .two-col-content-part {
        padding: 0 10px;
    }
    .about-participante-outer ul {
        margin: 0px;
        text-align: left;
    }
    .two-col-content-part {
        padding-bottom: 30px;
    }
    .about-participante-outer:last-child {
        margin-top: 20px;
    }
    .copyrightAutocruitment .col-md-4 {
        text-align: center !important;
    }
    .copyrightAutocruitment .footer-autocruitment-logo {
        margin: 10px 0;
    }
}
@media only screen and (max-width: 479px) {
    .bannercontent img {
        top: -12px;
    }
    .banner-btn {
        margin: 52px auto 0;
        width: 90%;
    }
    .footerBottom .row {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0px;
    }
    .footer-logo {
        margin: 0px auto;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav.topnavbarul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        flex: 0 0 100%;
        align-items: center;
		padding-left: 20px;
    }
    a.toplogo {
        align-items: center;
        margin-right: 0px;
        flex: 0 0 260px;
    }
    .navbar-me {
        padding: 15px 2vw 15px 3vw;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1079px) {
    .bannercontent {
        height: 780px;
        padding: 221px 0 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1211px) {
    .banner-btn span {
        font-size: 15px;
    }
    .bannercontent h1 {
        font-size: 34px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media only screen and (max-width: 528px) {
    .footerBottom,
    .footerBottom a {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .banner-content {
        max-width: 50%;
        padding: 50px 0;
    }
    .bannercontent h1 {
        font-size: 35px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1780px) {
    .bannercontent h1 {
        font-size: 45px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1780px) {
    .banner-content {
        max-width: 50%;
        padding: 40px 0;
    }
    .bannercontent h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
    .disease-points .box {
        width: 100%;
    }
    .disease-points .box {
        height: auto;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-participante-outer img {
        height: 432px;
    }
}
@media only screen and (min-width: 1441px) {
    .bannercontent h1 {
        margin: 0 0 0 13vw;
    }
}
@media all and (-ms-high-contrast: none) and (min-width: 993px) {
    .navbar-expand-lg .topnavbarul.navbar-nav {
        justify-content: space-around;
    }
    .navbar-expand-lg .navbar-collapse {
        flex: 0 0 86%;
    }
    .body_section {
        overflow: hidden;
    }
    .container-fluid {
        overflow: hidden;
    }
}
@media all and (-ms-high-contrast: none) and (max-width: 1520px) {
    .toplogo img {
        max-width: 120px;
    }
    .fixed-me a.toplogo img {
        max-width: auto !important;
    }
}
