 
/*-- main --*/
.agileits_copyright{
	text-align: center;
}
.agileits_copyright p{
	font-size: 1em;
    color:#fff;
    line-height: 1.8em;
    padding: 0 1em;
    text-transform: capitalize;
	margin-top: 2em;
}
.agileits_copyright p a {
    color:#444;
    text-decoration: underline;
}
.agileits_copyright p a:hover{
	color:#fff;
}
input[type="submit"],.agileits_copyright p a,a{
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
.main{
	padding:3em 0;
}
.main h1{
	text-align: center;
    color:#fff;
    font-size: 3em;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
}
/*-- //main --*/
.w3_agile_main_grids{
	width:100%;
	margin:0 auto;
}
 #steps { 
	margin: 80px 0 0 0;
}
.commands { 
	/* overflow: hidden;  */
	margin-top: 30px; 
}
.prev {
	float:left;
}
.next, .submit {
	float:right;
}
.error { 
	color: orange;
    display: block;
    font-size: 13px;
    font-style: italic;
    text-align: left;
}
#progress { 
	position: relative;
    height: 15px;
    background-color: #eee;
    margin-bottom: 20px;
    border-radius: 20px;
}
#progress-complete { 
	border: 0;
    position: absolute;
    height: 15px;
    min-width: 10px;
    background-color: rgb(0, 217, 162);
    transition: width .5s ease-in-out;
    border-radius: 20px;
}
.agile_form{
	padding:3em;
	background:#fff;
}
.w3_agile_main_grids h3 {
    margin-bottom: 2em;
    font-size: 1.5em;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-weight: 600;
    padding-bottom: .5em;
}
.agileits_w3layouts_form{
	width:100%;
    float: left;
	margin-bottom:1.5em;
}
.wthree_input,.w3ls_description{
	position:relative;
}
.wthree_input i{
    position: absolute;
    left: 3%;
    top: 25%;
    color: #777;
    font-size: 26px;
}
.wthree_input input[type="text"],.w3ls_description textarea,.wthree_input select,.wthree_input input[type="email"],.wthree_input input[type="tel"],.wthree_input input[type="password"]{
	outline: none;
    background: none;
    /* border: none;
    border-bottom: 2px solid #212121;
    font-size: 14px;
    font-style: normal;
    color: #212121;
    
	width: 85.5%; */
	padding: 1em 1em 1em 3.5em !important;
    font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
.w3_agileits_margin{
	margin-right:1.5em;
}
.w3_agileits_margin select{
	width:100% !important;
}
.w3ls_description textarea{
	width: 93% !important;
	min-height: 170px;
}
.w3ls_description i{
	position: absolute;
    left: 0%;
    top: 8%;
    color: #444;
}
::-webkit-input-placeholder{
	color:#212121 !important;
}
.btn-primary,button#step1Prev,button#step2Prev{
	font-size:14px;
	color:#fff;
	font-weight:600;
	padding:10px 45px;
	background:#444;
	outline:none;
	border:none;
	cursor:pointer;
}
.w3_agile_main_grids h4{
	color: #444;
    font-size: 1em;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 2em;
    letter-spacing: 2px;
}
.agileits_circles{
	float:left;
	width:33.33%;
}
label.radio {
    font-size: 1em;
    font-weight: 500;
    color: #212121;
    padding-left: 20px;
    margin: 0;
    padding: 5em 0 2em;
    text-align: center;
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.checkbox input, .radio input {
    position: absolute;
    left: -9999px;
}
.radio i {
    position: absolute;
    top: 10%;
    left: 36.5%;
    display: block;
    width: 50px;
    height: 50px;
    outline: none;
    border: 2px solid #999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.radio input + i:after {
    content: '';
    top: 30%;
    left: 31%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #999 !important;
}
.checkbox input + i:after, .radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input:checked + i:after, .radio input:checked + i:after {
    opacity: 1;
}
.icon i {
    font-size: 2em;
    color: #444;
    line-height: 3.5em;
}
.wthree_radio {
    text-align: center;
    cursor: pointer;
}
.wthree_radio span{
    font-size:2em;
	color:#444;
}
/*-- start-responsive-design --*/
@media (max-width:1440px){
	.w3_agile_main_grids {
		width: 100%;
	}
}
@media (max-width: 1366px){
	.w3_agile_main_grids {
		width: 103%;
	}
}
@media (max-width: 1280px){
	.w3_agile_main_grids {
		width: 106%;
	}
}
@media (max-width: 1080px){
	.w3_agile_main_grids {
		width: 100%;
	}
}
@media (max-width: 1024px){
	.w3_agile_main_grids {
		width: 100%;
	}
}
@media (max-width: 991px){
	.w3_agile_main_grids {
		width: 100%;
	}
}
@media (max-width: 800px){
	.main h1 {
		font-size: 2.7em;
	}
	.agile_form {
		padding: 2em;
	}	
	.agileits_w3layouts_form {
		width: 100%;
	}
	.wthree_input input[type="text"], .w3ls_description textarea, .wthree_input select, .wthree_input input[type="email"], .wthree_input input[type="password"] {
		width: 100%;
	}
	#progress,#progress-complete {
		height: 10px;
	}
	.radio i {
		left: 33.5%;
	}
	.w3_agile_main_grids {
		width: 100%;
	}
}
@media (max-width: 768px){
	.w3_agile_main_grids {
		width: 100%;
	}
	.w3_agile_main_grids h3 {
		margin-bottom: 1.5em;
	}
	.agileits_w3layouts_form {
		width: 100%;
	}
}
@media (max-width: 736px){
	.main h1 {
		font-size: 2.4em;
		letter-spacing: 3px;
	}
	.w3_agile_main_grids {
		width: 100%;
	}
	.commands {
		margin-top: 1em;
	}
	.wthree_input i {
		top: 29%;
	}
	.w3ls_description i {
		top: 7%;
	}
}
@media (max-width: 667px){
	.w3_agile_main_grids {
		width: 100%;
	}
}
@media (max-width: 640px){
	.agileits_w3layouts_form {
		width: 100%;
	}
	.radio input + i:after {
		top: 33%;
		left: 36%;
		width: 15px;
		height: 15px;
	}
}
@media (max-width: 600px){
	.agileits_w3layouts_form {
		width: 100%;
	}
	.wthree_input input[type="text"], .w3ls_description textarea, .wthree_input select, .wthree_input input[type="email"], .wthree_input input[type="password"] {
		width: 100%;
	}
	.radio i {
		left: 31.5%;
	}
	.w3ls_description textarea {
		width: 90% !important;
	}
}
@media (max-width: 568px){
	.main {
		padding: 2em 0;
	}
	.main h1 {
		font-size: 2em;
	}
	.w3_agile_main_grids h3 {
		font-size: 1.3em;
		margin-bottom: 1em;
	}
	.wthree_input input[type="text"], .w3ls_description textarea, .wthree_input select, .wthree_input input[type="email"], .wthree_input input[type="password"] {
		width: 100%;
	}
	.agileits_copyright p {
		font-size: 14px;
	}
	.wthree_radio span {
		font-size: 1.5em;
	}
	.radio i {
		left: 34.5%;
		top: 13%;
		width: 40px;
		height: 40px;
	}
	.radio input + i:after {
		top: 38%;
		left: 36%;
		width: 10px;
		height: 10px;
	}
	label.radio {
		font-size: 14px;
	}
	.w3ls_description textarea {
		min-height: 150px;
	}
	.wthree_input select{
		margin-bottom:0 !important;
	}
}
@media (max-width: 480px){
	.wthree_input input[type="text"], .w3ls_description textarea, .wthree_input select, .wthree_input input[type="email"], .wthree_input input[type="password"] {
		width: 75.5%;
	}
	.wthree_input i {
		font-size: 14px;
	}
	.wthree_input input[type="text"], .w3ls_description textarea, .wthree_input select, .wthree_input input[type="email"], .wthree_input input[type="password"] {
		font-size: 13px;
	}
	.w3_agile_main_grids h4 {
		font-size: 15px;
	}
	.radio i {
		left: 30.5%;
	}
	.agileits_w3layouts_form {
		width: 100%;
	}
}
@media (max-width: 414px){
	.main h1 {
		font-size: 1.8em;
		letter-spacing: 2px;
	}
	#progress, #progress-complete {
		height: 5px;
	}
	.agile_form {
		padding: 1.5em;
	}
	.agileits_w3layouts_form {
		width: 100%;
		float: none;
	}
	.wthree_input input[type="text"], .w3ls_description textarea, .wthree_input select, .wthree_input input[type="email"], .wthree_input input[type="password"] {
		width: 100%;
	}
	.w3_agileits_margin {
		margin-right: 0;
	}
	.agileits_w3layouts_form {
		margin-bottom: 1em;
	}
	.commands {
		margin-top: 0;
		padding: 1em 0 0;
	}
	.w3_agile_main_grids h4 {
		letter-spacing: 0px;
	}
	.w3ls_description i {
		top: 7.5%;
		font-size: 14px;
	}
	.w3ls_description textarea {
		width: 87% !important;
	}
}
@media (max-width: 384px){
	.wthree_input input[type="text"], .w3ls_description textarea, .wthree_input select, .wthree_input input[type="email"], .wthree_input input[type="password"] {
		width: 100%;
	}
	.radio i {
		left: 27.5%;
	}
	.btn-primary, button#step1Prev, button#step2Prev {
		font-size: 13px;
		padding: 8px 25px;
	}
	.w3ls_description textarea {
		width: 86% !important;
	}
}
@media (max-width: 375px){
	.main h1 {
		font-size: 1.7em;
		letter-spacing: 1px;
	}
	.wthree_input input[type="text"], .w3ls_description textarea, .wthree_input select, .wthree_input input[type="email"], .wthree_input input[type="password"] {
		width: 85%;
	}
	.radio i {
		left: 26.5%;
	}
}
@media (max-width: 320px){
	.main h1 {
		font-size: 1.5em;
		letter-spacing: 0px;
	}
	.w3_agile_main_grids h3 {
		font-size: 1.2em;
	}
	.agile_form {
		padding: 1em;
	}
	.wthree_input input[type="text"], .w3ls_description textarea, .wthree_input select, .wthree_input input[type="email"], .wthree_input input[type="password"] {
		width: 100%;
	}
	.wthree_input i {
		top: 30%;
	}
	.agileits_copyright p {
		font-size: 13px;
	}
	label.radio {
		padding: 4em 0 2em;
	}
	.radio i {
		left: 28%;
		width: 30px;
		height: 30px;
	}
	.radio input + i:after {
		top: 35%;
		left: 34%;
	}
	.w3_agile_main_grids h4,label.radio {
		font-size: 13px;
	}
	.w3ls_description textarea {
		min-height: 120px;
		width: 100% !important;
	}
	.w3ls_description i {
		top: 9.5%;
	}
}

.col-sm-12, .col-sm-6,.col.xs-12{
	/* float: left !important;  */
}
 
.getstartedbtn{
	background-color: #444; 
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.slidecontainer{
	/* text-align: center; */
	margin:10px auto;
	width:100%;
}
.slidecontainer span{
	
}
input[type="range"]{
margin: 0px 10px;
width: 100%;
}

.start{
	float: left;
}
.end{
	float: right;
}

/* The slider itself */
.slider {
	-webkit-appearance: none;  /* Override default CSS styles */
	appearance: none;
	/* width: 100%; Full-width */
	height: 4px; /* Specified height */
	background: rgb(0, 217, 162); /* Grey background */
	outline: none; /* Remove outline */
	opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: .2s; /* 0.2 seconds transition on hover */
	transition: opacity .2s;
  }
  
  /* Mouse-over effects */
  .slider:hover {
	opacity: 1; /* Fully shown on mouse-over */
  }
  
  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  .slider::-webkit-slider-thumb {
	-webkit-appearance: none; /* Override default look */
	appearance: none;
	width: 10px; /* Set a specific slider handle width */
	height: 10px; /* Slider handle height */
	background: rgb(0, 217, 162); /* Green background */
	cursor: pointer; /* Cursor on hover */
  }
  
  .slider::-moz-range-thumb {
	width: 10px; /* Set a specific slider handle width */
	height: 10px; /* Slider handle height */
	background: rgb(0, 217, 162); /* Green background */
	cursor: pointer; /* Cursor on hover */
  }


  

 /* The toast - position it at the bottom and in the middle of the screen */
 #toast{
    display: none; /* 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 toast */
    bottom: 30px; /* 30px from the bottom */
  }
   


  .inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
  }
  .inputGroup label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
    overflow: hidden;
  }
  .inputGroup label:before {
    width: 100%;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: rgb(0, 217, 162);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
  }
  .inputGroup label:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .inputGroup input:checked ~ label {
    color: #fff;
  }
  .inputGroup input:checked ~ label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
            transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
  }
  .inputGroup input:checked ~ label:after {
    background-color: #777;
    border-color: #777;;
  }
  .inputGroup input {
    width: 32px;
    height: 32px;
    -webkit-box-ordinal-group: 2;
            order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
  }
  