.mb20
{
	margin-bottom: 20px;
}
.mt20
{
	margin-top: 20px;
}
.create-experiment
{
	margin-top: 50px;
}
.create-experiment h2
{
	font-weight: 500;
	color: #6842D7;
	font-size: 43px;
}
.create-experiment ul
{
	list-style-type: none;
	padding:0;
	margin-top: 40px;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.create-experiment ul li
{
	float: left;
	/*width: 20%;*/
	font-weight: 300;
	font-size: 21px;
	color: #989898;
}
.create-experiment ul li span
{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border:1px solid #979797;
	float: left;
	text-align: center;
	padding-top: 3px;
	margin-right: 10px;
	font-size: 15px;
	margin-top: 3px;
}

.create-experiment ul li.active
{
	font-weight: 500;
	color: #6842D7;
}

.create-experiment ul li a{
	color: #989898;
}
.create-experiment ul li.active a
{
	color: #6842D7;
}
.create-experiment ul li.active span
{
	border:1px solid #6842D7;
	background: #6842D7;
	color: #fff;
}
.create-experiment ul li .optional-text{
	font-size: 10px;
	position: relative;
	left: 36px;
	top: -7px;
}
.create-experiment ul li.active .optional-text{
	font-weight: 500;
}
.create-experiment-form
{
	margin-top: 40px;
}
.create-experiment-form label
{
	font-size: 20px;
	color: #989898;
	font-weight: 400;
	transition: all 0.3s;
	/*width: 100%;*/
}
.create-experiment-form label.small
{
	font-size: 15px;
}
.create-experiment-form .form-control
{
	border:3px solid #989898;
	box-shadow: none;
	height: 67px;
	font-weight: 400;
	font-size: 20px;
	color: #989898;
	transition: all 0.3s ease;
	border-radius: 8px;
}
.create-experiment-form .form-control.small
{
	height: 60px;
}
.create-experiment-form textarea.form-control
{
	border:3px solid #989898;
	box-shadow: none;
	height: 160px;
	font-weight: 400;
	font-size: 20px;
	color: #989898;
	transition: all 0.3s ease;
	resize: none;
	border-radius: 8px;
}
.create-experiment-form .form-group
{
	margin-bottom: 30px;
	position: relative;
}
.create-experiment-form .form-group .text-limit
{
	/*position: absolute;*/
	/*right: 15px;*/
	/*bottom: 10px;*/
	font-size:13px;
	color: #989898;
	font-weight: 500;
	float: right;
	top: 5px;
	position: relative;
}
.create-experiment-form .form-group .text-limit.active{
	color: #6842D7;
}
.create-experiment-form .form-group .text-limit.active.text-purple{
	color: #6842D7;
}
.create-experiment-form .form-group .text-limit.active.text-pink{
	color: #D700FF;
}
.create-experiment-form .form-group .text-limit.active.text-red{
	color: #E20B0F;
}
.create-experiment-form .form-group .text-limit.active.text-black{
	color: #000000;
}
.create-experiment-form .form-group .text-limit.active.text-default{
	color: #989898 !important;
}

.create-experiment-form button
{
	background: #fff;
	border:2px solid #989898;
	border-radius: 8px;
	height: 56px;
	color: #989898;
	justify-content: center;
}

/*.create-experiment-form .form-group:hover label*/
/*{*/
	/*color: #6842D7;*/
	/*font-weight: 600;*/
/*}*/
/*.create-experiment-form .form-group:hover button*/
/*{*/
	/*color: #6842D7;*/
	/*border:2px solid #6842D7;*/
/*}*/
.create-experiment-form .form-group p
{
	margin: 0;
	font-size: 14px;
	color: #989898;
}
.create-experiment-form .form-group p.activebox{
	color: #6842D7;
}
/*.create-experiment-form .form-group:hover p*/
/*{*/
	/*color: #6842D7;*/
/*}*/
/*.create-experiment-form .form-group:hover .form-control*/
/*{*/
	/*border:3px solid #6842D7;*/
	/*font-weight: 400;*/
	/*font-size: 20px;*/
/*}*/
/*.create-experiment-form .form-group:hover textarea.form-control*/
/*{*/
	/*border:3px solid #6842D7;*/
	/*height: 160px;*/
	/*font-weight: 400;*/
	/*font-size: 20px;*/
	/*color: #989898;*/
/*}*/
.form-btn2{
	height: 178px;
	background-image: url(../../images/triangle-big.svg);
	background-size: contain;
	position: relative;
	display: flex;
	width: 178px;
	float: right;
	margin: 60px 0 40px;
}
.create-experiment-form .form-btn2 .custom-btn
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	position: relative;
	height: 178px;
	width: 100%;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}
.create-experiment-form .form-btn2 .custom-btn:focus{
	outline: none;
}
.create-experiment-form .form-btn2 .custom-btn span{
	top: auto;
	right: auto;
	font-size: 19px;
	font-weight: 700;
	color: #fff;
	position: relative;
	margin-right: 25%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.create-experiment-form select
{
	appearance:none;
}
.create-experiment-form .custom-select
{
	border:3px solid #989898;
	height: 65px;
	float: left;
	margin-right: 10px;
	width: auto;
	border-radius: 8px;
	background: url(../images/down-arrow-gray.svg) no-repeat 90% 50%;
}
.custom-select-outer.active .custom-select
{
	background: url(../images/down-arrow-purple.svg) no-repeat 90% 50%;
}
.create-experiment-form .custom-select select
{
	 width: 110%;
	 height: 65px;
	 padding: 10px 35px 10px 25px;
	 font-weight: 400;
	 font-size: 20px;
	 color: #989898;
	 text-align: center;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
select:focus {
    outline: none;
}
.custom-select-outer label
{
	margin-top: 20px;
}
.checkbox-custom {
    opacity: 0;
    position: absolute;   
}
.checkbox-custom, .checkbox-custom-label{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label {
    position: relative;
    font-size: 15px !important;
    color: #B6B6B6;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #B6B6B6;
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 33px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border-radius: 8px;	
    
}

.checkbox-custom.toggleclass:checked + .checkbox-custom-label:before {
    background: #6842D7;
    border-color:#6842D7;
}
.checkbox-custom.toggleclass:checked + .checkbox-custom-label{
	color: #6842D7;
}
.checkbox-custom:checked + .checkbox-custom-label:before{
	background: #989898;
	border-color:#989898;
}
.form-group.allactive label{
	color: #6842D7;
	font-weight: 600;
}
.row.clickactive .form-group.allactive label{
	color: #6842D7;
	font-weight: 600;
}
.form-group.allactive .form-control{
	border: 3px solid #6842D7;
	color: #000;
}
.row.clickactive .form-group.allactive .form-control{
	border: 3px solid #6842D7;
	color: #000;
}
/*////*/
/*.create-experiment-form .form-group:hover label{*/
	/*color: #989898;*/
	/*font-weight: 400;*/
/*}*/
/*.create-experiment-form .form-group:hover .form-control{*/
	/*border: 3px solid #989898;*/
/*}*/
/*.create-experiment-form .form-group:hover textarea.form-control{*/
	/*border: 3px solid #989898;*/
/*}*/

.create-experiment-form .form-group label.activebox{
	color: #6842D7;
	font-weight: 600;
}
.create-experiment-form .form-group:hover textarea.form-control.activebox,
.create-experiment-form .form-group .form-control.activebox{
	border: 3px solid #6842D7;
	color: #000;
}

.textbox-group-act .form-control{
	border: 3px solid #6842D7 !important;
	color: #000 !important;
}
.textbox-group-act .dollar-sign{
	color: #6842D7 !important;
}
.backing-outter.active-bock .text-active{
	color: #6842D7 !important;
}
.backing-outter.active-bock .btn-block{
	color: #6842D7;
	border-color: #6842D7;
	justify-content: center;
}

/*////*/
.exp-step-sixth-form .textbox-group label{
	font-size: 15px;
}
.exp-step-fourth-form textarea.form-control{
	height: 92px;
	padding-top: 16px;
}
/*////*/

.custom-select-other.active label{
	color: #6842D7;
	font-weight: 600;
}
.custom-select-other.active .other-week .form-control{
	border: 3px solid #6842D7;
	color: #000;
}
.custom-select-other.active .other-updates .form-control{
	border: 3px solid #6842D7;
	color: #000;
}

@media(max-width: 1024px) {
	.create-experiment ul
	{
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.create-experiment ul li{
		width: 25%;
	}
}
@media(max-width: 768px) {
	.create-experiment-form{
		margin-top: 20px;
	}
	.create-experiment{
		margin-top: 30px;
		padding: 0;
	}
	.create-experiment h2{
		font-size: 30px;
	}
	.create-experiment ul{
		margin-top: 20px;
	}
	.create-experiment ul li{
		width: 50%;
		padding-bottom: 10px;
		font-size: 18px;
	}
	.create-experiment-form label{
		font-size: 16px;
	}
	.create-experiment-form .form-control{
		height: 60px;
		font-size: 16px;
		border: 2px solid #989898;
	}
	.create-experiment-form textarea.form-control{
		border: 2px solid #989898;
	}

	.create-experiment-form .form-group:hover textarea.form-control.activebox,
	.create-experiment-form .form-group .form-control.activebox{
		border: 2px solid #6842D7 !important;
	}
	.create-experiment ul li .optional-text{
		left: 0;
	}
	.textbox-group-act .form-control{
		border: 2px solid #6842D7 !important;
	}
	.custom-select-outer.active .custom-select{
		border: 2px solid #6842D7;
	}
	.create-experiment-form .custom-select{
		border: 2px solid #989898;
		height: 55px;
	}
	.create-experiment-form .custom-select select{
		font-size: 16px;
		height: 55px;
	}
	.form-btn2{
		margin: 20px 0 20px;
	}
}