/*home page design*/
/* common css */

body {
  font-family: "Poppins", serif;
  color: rgba(86, 98, 97, 1);
  font-weight: 500;
}
body p{
  font-size: 20px;
}
.fw-500{
  font-weight: 500;

}
.fw-400{
  font-weight: 400;
}
.fs-15{

  font-size: 15px;
}
.fs-12{
  font-size: 12px;
}
.fs-12{
  font-size: 13px;
}
/* navabr css */
.navbar{
  padding: 5px 0px;
}
.header{
 border-bottom:1px solid rgba(218, 222, 227, 1);
}
.navbar-brand img{
  width: 180px;
}

.cmn-font-color{
  color: rgba(112, 134, 149, 1);
}
.cmn-font-bluecolor{
  color: rgba(68, 113, 183, 1);
}
.round-box{
   width: 40px;
   height: 40px;
   background: rgba(250, 250, 250, 1);
   border-radius: 100%;

}
.round-box  i{
  color: rgba(68, 113, 183, 1);
  font-size: 16px;
}

.grey-font{
  color: rgba(86, 98, 97, 1);
}
.light-grey-font{
  color: rgb(133 135 137);
}
.round-box:hover , .round-box:focus{
  text-decoration: none;
}
.pioneer_study {
  position: relative;
}
.pioneer_study_img_wrap img{
  width: 90%;
}
.main-title{
  font-size: 70px;
  line-height:70px;
  font-weight: 700;
 
}
.pioneer_data p{
  font-size: 15px;
}

.sign-up-btn{
  background: rgba(22, 179, 100, 1);
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  border:none;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 17px;

}
.sign-up-btn:hover , .sign-up-btn:focus , .sign-up-btn:active{
  color: #fff;
  text-decoration: none !important;
  background: rgba(22, 179, 100, 1) !important;
  outline: none !important;
  box-shadow:none;
}
.dollar{

  background-color: rgba(239, 239, 239, 1);
  padding: 20px 0px;
  
}
.dollar-icon p{
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  transform: scale(.7, 1);
  text-shadow: rgb(201 201 201) 1px 0 10px;
}
.dollar-data{
  max-width: 60%;
}
.d-data{
  font-size: 13px !important;
}
.sm-show{
  display: none;
}
.sm-none{
  display: block;
}

/* about study section css start */
.about-study{
  padding: 40px 0px;
 font-size: 600;
  background-color:rgba(213, 222, 228, 1) ;
}
.sub-title{
  color: rgba(86, 98, 97, 1);
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
}
.about-data{
 
  font-size: 18px;
}
.about-study-wrap{
  max-width: 60%;
}
.custom-hr hr{
  border-top: 1px solid #fff;
  max-width: 60%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.eran-data{
  color: rgba(68, 113, 183, 1);
 font-weight: 700;
  font-size: 28px;
  line-height: 28px;
}
.base-p{
  font-size:15px;
}
.join-study-btn{
  background-color: rgba(68, 113, 183, 1) !important;
  border:rgba(68, 113, 183, 1) !important;
}
.join-study-large-btn {
  padding: 1.5rem 3rem;
  font-size: 35px;
}
.custom-hr1 hr{
  border-top: 1px solid rgba(213, 222, 228, 1);
}
.join-study-btn:active , .join-study-btn:focus , .join-study-btn:hover{
  border:rgba(68, 113, 183, 1) !important;
  background-color: rgba(68, 113, 183, 1) !important;
  outline: none;
  box-shadow: none;
}



ul.check-list li {
  position: relative;
  list-style-type: none;
  margin:20px 0px;
}

ul.check-list li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -30px;
  width: 20px;
  height: 14px;
  background-image: url(../images/check.png);
  background-size: 100% 100%;
  
}

ul.check-list li span{
  display: inline-block;
  margin-left: 20px;
}
.what-you-need-wrap img{
  width: 450px;
}
.qr-code-img{
 width: 23%;
}
.qr-code{
  height: 100%;
  width: 100%;
}
.qr-code-data{
  width: 77%;
 }
 .pioneer_study_link{
  color: rgba(22, 179, 100, 1);
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  display: block;
 }
 .pioneer_study_link:hover , .pioneer_study_link:focus{
  color: rgba(22, 179, 100, 1);
  text-decoration: underline;
 }
 footer{
  background:rgba(68, 113, 183, 1);
  color: #fff !important;
 }

 footer .navbar{
  padding: 10px 0px;

 }

 footer .round-box{
  background-color: transparent !important;
  border:1px solid rgba(213, 222, 228, 0.4);
 }

 footer  .round-box i{
  color: #fff !important;
 }
 .copyright-sec{
  border-top: 1px solid rgba(213, 222, 228, 0.2);
  padding: 15px 10px;
  font-size: 13px;
  font-weight: 400;
 }
 .reg-font{
  font-size: 20px;
 }
 .copy-span{
  display: inline-block;
  border:1px solid #fff;
  border-radius: 100%;
  padding: 2px 2px 2px 2px;
 }
 sup {
  top: -3px !important;
}
.blue-font{
  color: rgba(68, 113, 183, 1);
}
.support_link{
  color: rgba(68, 113, 183, 1);
  text-decoration: underline;
  font-size: 15px;
  
}
/* questions page css start */
/* body.questions-body{
  background-color: rgba(255, 255, 255, 1);
} */
.navbar-dark.questions-navbar{
  background-color: rgba(8, 73, 153, 1) !important;
  padding: 5px 15px;
}
.navbar-dark.questions-navbar .navbar-toggler{
  visibility: hidden;
}
.questions-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.questions-navbar.navbar-dark .navbar-toggler{
  border:transparent !important;
}
.questions-navbar.navbar-dark .navbar-toggler:hover, .questions-navbar.navbar-dark .navbar-toggler:focus, .questions-navbar.navbar-dark .navbar-toggler:active{
  border:transparent !important;
  outline: none !important;
}
.navbar-toggler{
  border-radius: 0px !important;
  border:transparent !important;
  padding: 0px !important;
}
.questions-navbar .navbar-brand img{
  width: auto !important;
}
.menu-title{
  font-size: 17px;
  font-weight: 400;
  line-height: 20.4px;
  color: #fff;
}
.mm-prev-btn button span{
  margin-right: 5px;
  display: inline-block;
}
.Pre-screening-survey-question{
  box-shadow: 0 4px 16px  0 rgba(58, 66, 74, 0.08);
  padding: 15px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
}


.mm-survey-container{
  overflow-y: auto;
  overflow-x: hidden;

}


.mm-survey-page {
	display: none;
	font-weight: 100;
	
}

.mm-survey-page.active {
	display: block;
}

.mm-survey-controller {
	display: block;
   
}

.mm-survey-controller button{
  /* border:1px solid rgba(68, 113, 183, 1) !important; */
  border-radius: 40px !important;
  /* color:rgba(68, 113, 183, 1) !important;
  background-color: #fff; */
  padding: 5px 10px;
  cursor: pointer;
}
.Pre-Screening-title{
  font-size: 24px;
  color: rgba(8, 73, 153, 1);
  font-weight: 600;
  line-height: 32.64;
}
.mm-survey-results-controller {
	position: relative;
  
}

.mm-back-btn {
	display: inline-block;
    position: relative;
    float: left;
}
.mm-survey-controller  .mm-prev-btn button{
  width:100%; 
  color:rgba(8, 73, 153, 1);
  border:2px solid rgba(68, 113, 183, 1);
  background: #fff;
}
.mm-survey-controller  .mm-prev-btn button:focus , .mm-survey-controller  .mm-prev-btn button:hover , .mm-survey-controller  .mm-prev-btn button:active{
  color:rgba(8, 73, 153, 1);
  border:2px solid rgba(68, 113, 183, 1);
  background: #fff;

} 
.mm-survey-controller  .mm-next-btn button{
  width:100%; 
  background-color: rgba(68, 113, 183, 1);
  color:#fff;
  border:transparent;
  border-bottom:2px solid rgba(8, 73, 153, 1); 

}
.mm-survey-controller  .mm-next-btn button:hover , .mm-survey-controller  .mm-next-btn button:focus , .mm-survey-controller  .mm-next-btn button:active{
  border-bottom:2px solid rgba(8, 73, 153, 1); 
}
.mm-prev-btn {
	 display: inline-block ;
    position: relative;
    width:90px;
    margin-right: 20px;
    float: left;
    opacity: 1 ;
}

/* Style for disabled previous button */
.mm-prev-btn  button.opacity_add {
  opacity: 0.5;  /* Makes the button appear visually disabled */
  pointer-events: none;  /* Disables click interaction */
}

.mm-next-btn {
	 display: inline-block;
	 position: relative;
   width: calc(100% - 110px);
   float: right;
   
}

.mm-finish-btn {
	 display: none;
   position: relative;
   width: calc(100% - 110px);
   float: right;
} 

 .mm-finish-btn button {
	width:100%; 
  background-color: rgba(22, 179, 100, 1);
  color:rgba(250, 250, 250, 1);
  border:transparent;
  border-bottom:2px solid rgba(12, 136, 98, 1); 
}



.mm-survey-results-controller button {
	background: rgba(250, 250, 250, 1);
	border: none;
	padding: 8px 18px;
}

.mm-survey-progress {
	width: 95%;
	height: 13px;
	background: #f5f5f5;
	overflow: hidden;
  border-radius: 12px;
}

.mm-progress {
	transition: width 0.5s ease-in-out;
}

.mm-survey-progress-bar {
	height: 13px;
    width: 0%;
    background:rgba(22, 179, 100, 1);
}

.mm-survey-q {
	list-style-type: none;
	padding: 0px;
}

.mm-survey-q li {
	display: block;
	/*padding: 20px 0px;*/
	margin-bottom: 10px;
	width: 100%;
	background: #fff;
}

.mm-survey-q li input {
	width: 100%;
}

.mm-survery-content label {
	width:max-content;
	padding:5px 0px;
	margin: 0px !important;
}
.mm-survery-content{
  margin-bottom: 15px;
}

.mm-survery-content label:hover {
	cursor: pointer;
}

.not_visible{
  visibility: hidden;
}
.mm-survey-question p.ques {
	font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 20.4px;
    color: rgba(68, 113, 183, 1);
}

.question-p{

  color: rgba(87, 103, 117, 1);
  font-size: 15px;
  line-height: 23.4px;
  font-weight: 600;

}

.mm-survery-content label p {
	display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
    margin: 0px;
    font-size: 15px;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}


input[type="radio"] + label {
	 color: rgba(87, 103, 117, 1);
    font-weight: 400;
    font-size: 15px;
}

input[type="radio"] + label span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 2px 4px 0 0;
	vertical-align: middle;
	cursor: pointer;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

input[type="radio"] + label span {
 	background-color: #fff;
  border:1px solid  #4471b7;
}

input[type="radio"]:checked + label span {
	border: transparent;
	background: #4471b7;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
	-webkit-transition: background-color 0.20s ease-in-out;
	-o-transition: background-color 0.20s ease-in-out;
	-moz-transition: background-color 0.20s ease-in-out;
	transition: background-color 0.20s ease-in-out;
}

input[type="radio"] + label span:focus-visible {
	outline: none !important;
  border: 2px solid black;
}
input[type="checkbox"] + label span:focus-visible {
  outline: none !important;
  border: 2px solid black !important;
}
.mm-survey-item {
	background: #fff;	
}

.mm-prev-btn button:focus, .mm-next-btn button:focus, .mm-finish-btn button:focus {
  outline: none;
  border: 2px solid black !important;
}
 

.mm-survey.okay .mm-next-btn {
	display: inline-block;
	opacity: 1;
}

.mm-finish-btn.active {
	display: inline-block;
}

.mm-survey-results {
	display: none;
}

.mm-survey-results-score {
	margin: 0px;
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 80px;
    font-family: 'Raleway';
    font-weight: 600;
    letter-spacing: -6px;
}

/* .mm-survey-results-list {
	list-style-type: none;
	padding: 0px 15px;
    margin: 0px;
}

.mm-survey-results-item {
	color: #fff;
    margin-top: 10px;
    padding: 15px 15px 15px 0px;
    font-family: 'Raleway';
    font-weight: 300;
} */

/* .mm-survey-results-item.correct {
	background: linear-gradient(to left, #4CB8C4, #3CD3AD);
}

.mm-survey-results-item.incorrect {
	background: linear-gradient(to left, #d33c62, #dc1144);
} */

.mm-item-number {
	height: 40px;
	position: relative;
	padding: 17px;
	background: #333;
	color: #fff;
}

.mm-item-info {
	float: right;
}
.h2-title{
  font-size: 24px;
  line-height: 32.64px;
  color: rgba(8, 73, 153, 1);
  font-weight: 500;

}
.Pre-screening-survey-progress{
  padding: 10px 0px;
}
.progress-info{
  margin-left: 10px;
  text-align: right;
  width: 4%;
  font-size: 13px;
  line-height: 13px;
}
.progress-subtask{
  color: rgba(87, 103, 117, 1);
  font-size: 15px;
  line-height: 20.4px;
  font-weight: 400;
}

input[type="checkbox"] {
  display: none;
}

/* Style for the custom checkbox */
.custom-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(68, 113, 183, 1);
  display: inline-block;
  position: relative;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

/* The checkmark when the box is checked */

.checkbox-p{
 padding:0px;
 font-weight: 400;
  color: rgba(87, 103, 117, 1);
  top:-5px !important;
}

/* Add background color when checked */
input[type="checkbox"]:checked + label .custom-checkbox {
  background-color: rgba(68, 113, 183, 1);;
  border-color: rgba(68, 113, 183, 1);
}

.sorry-div{
  background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 244, 245, 1);
    border-radius: 16px;
    padding: 20px;
}
.sorry-title{
  color:rgba(255, 135, 119, 1);
  font-size: 24px;
  font-weight: 600;

}

/* Eligibility form css start */

.eligibility-back{
  background-image: url("../images/eligible-back.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: rgba(87, 103, 117, 1);
  

}

.congrat-back{
  background-image: url("../images/congrat-back.png") !important;
}

.logo-area {
  margin-bottom: 20px; /* Space between logo and eligibility block */
}


.Eligibility-block {
  padding: 30px;
  border-radius: 28px;
  background-color: rgba(68, 113, 183, 0.2);
  width: 535px; 
  max-width: 100%;
  background: rgba(250, 250, 250, 1);
  border:1px solid rgba(101, 134, 194, 0.2);
}

.eligibility-title{
  font-size: 24px;
  color: rgba(22, 179, 100, 1);
}

form label{
  font-size: 13px;
  margin-bottom: 3px;
}
.form-control {
  height: 40px;
  color: rgba(87, 103, 117, 1);
  border-radius: 4px;
}
input::placeholder {
  color: rgba(87, 103, 117, 1);
 font-size: 15px;
}
.form-control:focus{
  border-color:transparent;
  box-shadow: none;
  outline: none;
}
.green-btn {
	width:100%; 
  background-color: rgba(22, 179, 100, 1);
  color:rgba(250, 250, 250, 1);
  border:transparent;
  border-bottom:2px solid rgba(250, 250, 250, 1); 
  border-radius: 40px;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
  display: block;
  text-align: center;
}
.green-btn:focus, .green-btn:hover, .green-btn:active{
  border:transparent;
  border-bottom:2px solid rgba(250, 250, 250, 1);
  outline: none; 
  text-decoration: none;
  color: rgba(250, 250, 250, 1);
}
.custom-hr-small{
  height: 1px;
  width: 31px;
  background: rgba(68, 113, 183, 1);
  text-align: center;

}
.fs-text{

color: rgba(250, 250, 250, 1);
font-size: 16px;
font-weight: 400;
  
}
.black-box{
  background-color: rgba(27, 27, 27, 1);
  padding:8px 12px;
  border-radius: 6px;
  color: rgba(241, 241, 241, 1);
  width: 47%;
}
a.black-box {
  display: block;
}

a.black-box:hover,
a.black-box:focus {
  text-decoration: none;
}
a.black-box p.mb-0 {
  color: rgba(241, 241, 241, 1);
  text-decoration: none;
}
.Congrat-link-set{
  font-size: 10px;
  color: rgba(241, 241, 241, 1);
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;

}
.Congrat-link-set:hover , .Congrat-link-set:focus , .Congrat-link-set:active{
  color: rgba(241, 241, 241, 1);
  text-decoration: none;
}
.copy-icon {
  right: 13px;
  position: absolute;
  top: 8px;
}
.el-reg-font{
  top:3px !important;
}
.error-message-light{
  color:red; 
  display:none;
  margin-top: 3px;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 500;
}
.mobile-body{
  display: none;
}
.desktop-body body{
  background-color: #fff;
}
.desktop-question-wrapper{
  box-shadow: 4px 4px 12px rgba(58, 66, 74, 0.08); 
  padding: 15px;
  border-radius: 4px;
}
.pre-title{
  font-size: 18px;
  color: rgba(8, 73, 153, 1);
  font-weight: 500;

}
.que-eligible-wrap{
  background-color: rgba(255, 248, 228, 1);
  border-left:5px solid rgba(22, 179, 100, 1);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 15px;
  width: 100%;
}
.que-eligible-wrap p{
  font-size: 14px;
  color: rgba(83, 96, 93, 1);
}
.question-desktop-p{
  color: rgba(87, 103, 117, 1);
  font-size: 15px;
  font-weight: 600;
}
.radio-wrap label , .checkbox-desktop label{
   cursor: pointer;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    width: max-content;
}
.radio-option-text , .checkbox-desktop p{
  margin-left: 10px;
  font-size: 15px;
  font-weight:400;
  margin-bottom: 10px;
}
.cmn-btn{
  border-radius: 4px;
  border-bottom-width: 2px;
  background-color: rgba(22, 179, 100, 1);
  padding: 5px;
  border:1px solid rgba(22, 179, 100, 1);
  box-shadow: none;
  outline: none;
  color: rgba(250, 250, 250, 1);
  width: 95px;
  font-size: 15px;
  font-weight: 500;
  height: 39px;
  cursor: pointer;
}
.Cancel_btn{
 
  background-color: rgba(255, 135, 119, 1);
  border:1px solid rgba(255, 135, 119, 1);
  
}
.cmn-btn:hover, .cmn-btn:focus, .cmn-btn:active{
  border:1px solid rgba(22, 179, 100, 1);
  outline: none;
}
.Cancel_btn:hover, .Cancel_btn:focus, .Cancel_btn:active{
  border:1px solid rgba(255, 135, 119, 1);
  outline: none;
}
.cmn-btn:focus-visible {
  border:1px solid black;
}

.desktop-show{
  display: block;
}
.desktop-hide{
  display: none;
}
.desktop-mt-30{
  margin-top: 30px;
}
.ques{
  display: none;
 }
 .question-p{
  margin-bottom: 0px;
 }
 .mm-survey-controller {
  display: none;
 }

.error-message {
  color: red;
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 11px;
}



.eligible-form label{
color: rgba(68, 113, 183, 1);
font-size: 13px;
font-weight: 500;
margin-bottom: 5px;
}
.eligible-form .form-control {
border:1px solid rgba(213, 222, 228, 1);
border-radius: 4px;

}
.eligible-form .form-control:hover , .eligible-form .form-control:active , .eligible-form .form-control:focus{
  border:1px solid rgba(213, 222, 228, 1);
border-radius: 4px;

}

.eligible-form input::placeholder {
  color: rgba(87, 103, 117, 1);
  font-size: 15px;
  font-weight: 400;

}

.note-p{
   font-size: 12px;
   font-weight: 500;
   color: rgba(8, 73, 153, 1);
   line-height: normal;
}
.form-next-btn button{
  width: 100%;
    background-color: rgba(68, 113, 183, 1);
    color: #fff;
    border: transparent;
    border-bottom: 2px solid rgba(8, 73, 153, 1);
    border-radius: 40px !important;
    padding: 5px 10px;
    cursor: pointer;
}
.Participant-wrap {
  display: flex;
  align-items: center;
}

.Participant-wrap .label {
  margin-right: 10px; /* Adjust space between the label and input */
  white-space: nowrap; /* Prevent the label from wrapping */
  font-size: 15px;
  font-weight:400;
  color: rgba(87, 103, 117, 1);
}

.Participant-wrap .form-control {
  flex-grow: 1; /* Take up the remaining space */
  width: 100%;
}
hr.custom-hr {
  border: 0;
  height: 4px;
  background: rgba(213, 222, 228, 1);
  width: 64px;
  margin: 20px auto;
}
.data-btn-p{
  margin-top: -5px;
  font-size: 16px;
  font-weight: 500;
}
.black-box-main-wrap{
  padding: 0px 35px;
}
.pioneer-study-wrap{
  background-color: rgba(239, 239, 239, 1);
  border-radius: 4px;
  padding: 15px;
}
.pioneer-study-wrap .pioneer_study_link{
  font-size: 24px;
}
.faceId-icon{
  width: 88px;
  height: 88px;
}
.sorry-text{
  font-size: 17px;
  font-weight: 400;
  color: rgba(87, 103, 117, 1);
}
.ok-btn{
  background-color: rgba(68, 113, 183, 1);
  border-radius: 4px;
  width: 121px;
  height: 47px;
  color: rgba(250, 250, 250, 1) !important;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}
.ok-btn:hover , .ok-btn:focus , .ok-btn:active{
   text-decoration: none;
}
.p_p_link{
  font-size:14px;
  color: #fff;
  padding-right: 10px;
  text-decoration: underline;
  border-right: 1px solid rgba(213, 222, 228, 0.2);
  margin-right: 10px;
}
.p_p_link:hover , .p_p_link:active , .p_p_link:focus{
  font-size:14px;
  color: #fff;
}
.need-help-text{
  color: rgba(213, 222, 228, 1);
}
.privacy_policy_container h5{
  margin-top: 10px;
}

/* Show only on small screens */
.eligible-form-mobile {
  display: block;
}
.eligible-form-desktop {
  display: none;
}

/* media query */

@media (min-width: 1200px) {
  .container {
      max-width: 90%;
  }
}
@media (min-width: 992px) {
  .container {
      max-width: 90%;
  }
}
@media (min-width: 768px) {
  .container {
      max-width: 90%;
  }
  .eligible-form-mobile {
    display: none;
  }
  .eligible-form-desktop {
    display: block;
  }
}
@media (min-width: 576px) {
  .container {
      max-width: 90%;
  }
}

@media (max-width: 1700px) {

  .pioneer_study_link{
    font-size:20px;
  }
  .about-data{
   
    font-size: 16px;
  }
  .base-p{
    font-size:14px;
  }
  body p{
    font-size: 18px;
  }
  .simple-text{
    font-size: 18px;
  }
  .main-title{
    font-size: 65px;
    line-height:65px;
   
  }


}

@media (max-width: 1500px) {

  .pioneer_study_link{
    font-size:18px;
  }
  .about-data{
   
    font-size: 16px;
  }
  .base-p{
    font-size:12px;
  }
  body p{
    font-size: 16px;
  }
  .simple-text{
    font-size: 18px;
  }
  .main-title{
    font-size: 60px;
    line-height:60px;
   
  }
  .pioneer-study-wrap .pioneer_study_link{
    font-size: 21px;
  }


}
@media (max-width: 1200px) {
  .main-title {
    font-size: 50px;
    line-height: 50px;
   
}
}
@media (max-width: 991px) {
  .main-title {
    font-size: 40px;
    line-height: 40px; 
}
.pioneer_row{
  align-items: center;
}
.col-sm-12 {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.pioneer_study{
  margin-top: 2rem !important;
}
.dollar{
  margin-top: 2rem !important;
}
.sm-none{
  display:none;
}
.sm-show{
  display: block !important;
}
.pioneer_study_img_wrap{
  margin-top: 2rem;
}
.pioneer_study_img_main{
  text-align: center !important;
}
.dollar-wrap{
  margin-left: 20px;
  margin-right: 20px;
}
.dollar-data{
  max-width: 100%;
}
.about-study-wrap {
  max-width: 80%;
}
.sub-title {
  font-size: 35px;
  line-height: 35px;
}
.eran-data{
  font-size: 26px;
  line-height: 26px;
}
.simple-text{
  font-size: 18px;
}
.custom-hr hr{
  max-width: 70%;

}

.sm-center{
  text-align: center !important;
}
.what-you-need-wrap{
  margin-top: 30px;
}
.what-you-need-to-do{
  text-align: center;
}
.check-list li{
  text-align: left;
}
.check-list{
  width: max-content !important;
}
.check-list-wrap{
  display: flex;
  justify-content: center;
}
ul.check-list li span{
  margin-left: 15px;
}
.mm-survey-progress{
  width:92%;
}
.progress-info{
  width:6%;
}
.eligibility-back{
  background-image: url("../images/eligible-ipad-mobile-back.png");
}
.congrat-back{
  background-image: url("../images/congrat-ipad-mobile-back.png") !important;
}
.faceId-icon{
  width: 83px;
  height: 83px;
}
}

@media (max-width: 767px) {

  .xs-hide{
    display: none;
  }
  .navbar-brand img {
    width: 150px;
}
.round-box {
  width: 35px;
  height: 35px;
  
}
.round-box i{
  font-size: 15px;
}
.join-study-large-btn {
  padding: 1rem 2rem;
  font-size: 30px;
  line-height: 30px;
}
.main-title {
  font-size: 35px;
  line-height: 35px;
}
.sign-up-btn{
  width: 100%;
}
.pioneer_data{
  text-align: center;
}
.about-study-wrap {
  max-width: 100%;
}
.sub-title {
  font-size: 30px;
  line-height: 30px;
}
.eran-data{
  font-size: 24px;
  line-height: 24px;
}
.custom-hr hr{
  max-width: 80%;

}
.qr-code-img{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
 }
 .qr-code-data{
   width: 100%;
   text-align: center;
  }
  footer .navbar-brand{
    width: 100% !important;
    justify-content: center;
  }

 footer .navbar-nav.ml-auto{
   margin-left: inherit !important;
   justify-content: center;
   width: 100%;
   margin-bottom: 10px;
  }
  footer .navbar-brand img{
    width: auto !important;
    margin-bottom: 10px;
  }
  .simple-text{
    font-size: 16px;
  }
  .mm-survey-progress{
    width:90%;
  }
  .progress-info{
    width:8%;
  }
  .mobile-body{
    display: block;
  }
  .desktop-body{
    display: none;
  }
   .desktop-hide{
    display: block;
   }
   .desktop-show{
    display: none;
   }
   .desktop-mt-30{
    margin-top: 0px;
   }
   .ques{
    display: block;
   }
   .mm-survey-controller {
    display: block;
   }
   .Pre-screening-survey-question{
    
    border:1px solid rgba(237, 244, 245, 1);
    border-radius: 16px;
    padding: 20px;
  }
  .Eligibility-block{
    width: 100%;
    max-width: 97%;
    margin: 0 auto;      /* This centers the element horizontally */
    
  }
  .faceId-icon{
    width: 80px;
    height: 80px;
  }
  .sorry-text{
    font-size: 16px;
  }
  .p_p_link{
    
    width: 100%;
    border-right:none;
    margin-right: 0px;
    padding-right: 0px;
    text-align: center;
    margin:20px 0px;
  }
  .privacy_policy_container{
    max-width: 93%;
  }
  .privacy_policy_container h3{
    text-align: left !important;
  }
  .privacy_policy_container p{
    width: 100%;
    font-size: 15px;
    font-weight: 400;
  }
  .privacy_policy_container h5{
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
  }
  .privacy_policy_container h3{
    font-size: 22px;
  }
  .privacy_policy_container ul{
    text-align: left;
  }
}                 

@media (max-width: 550px) {
  .mm-survey-progress{
    width:85%;
  }
  .progress-info{
    width:10%;
  }
}
@media (max-width: 500px) {
  .black-box{
    width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 10px;
  }
  .Participant-wrap{
    display: block;
  }
  .copy-icon{
    top:32px;
  }
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}


/* Phone Number css  */
.red-note-p{
  color:red;
}
.input-ph-num-wrapper{
  position:relative;
}
.pre-input-text{
  position:absolute; 
  font-size: 16px;
  font-weight: 400;
  border-right: 1px solid rgba(213, 222, 228, 1);
  padding: 8px;
  height: 40px;
}
.phone-number-input{
  padding-left: 40px;
}
.required-sign{
  color:crimson;
  font-size: 16px;
  font-weight: 600;
}
/* important notice css */
.important-notice{
  background: #FFDADA;
}
.i-notice-wrapper{
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.i-notice-subtitle-1{
  font-size: 20px;
  min-width: 200px;
  margin-bottom: 0;
  padding-left: 10px;
  color:#E45154;
}
.i-notice-sub-title-2{
 font-size: 20px;
 font-weight: 600;
}
.notice-description{
  font-size: 15px;
}
.i-notice-right-content{
    margin-left: 60px;
}

@media (max-width: 1024px) {
  .i-notice-right-content{
      margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .i-notice-wrapper{
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 25px 0;
  }
  .i-notice-left-content{
    margin-bottom: 20px;
  }
  .i-notice-right-content{
      margin-left: 0;
  }
  .i-notice-sub-title-2,.i-notice-subtitle-1{
    font-size: 20px;
  }
}
@media (max-width: 425px) {
 .i-notice-wrapper{
    padding: 15px 0;
  }
  .i-notice-sub-title-2{
    font-size: 15px;
  }
  .i-notice-subtitle-1{
    font-size: 17px;
  }
  .warning-sign svg{
    height: 16px;
    width: auto;
  }
  .notice-description{
    font-size: 12px;
  }
}