.main{
	width: 100%;
	height: 100vh;
	text-align: center;
	color: #fff;
  }
  
  .main div{
	width: 400px;
	height: 400px;
	margin:0 auto;
	text-align: center;
  }
  .form-content label{
	color: #fff !important;
	font-size: 20px;
  }
  .form-content .custom-input{
	border-bottom: 1px solid #fff;
	margin: 0px 10px;
	
  }
	.work_wrap{
		width: 70%;
		justify-content: center;
		margin: 0 auto;
		}
	.need_wrap{
		width: 88%;
		justify-content: center;
		margin: 0 auto;
	}
	.about_project_wrap{
		width: 75%;
		justify-content: center;
		margin: 0 auto;
	}
	.title_wrap{
		width: 65%;
		justify-content: center;
		margin: 0 auto;
	}
	.budget_wrap{
		width: 95%;
		justify-content: center;
		text-align: center;
		line-height: 0.7;

	}
	
	.name_wrap input{
		width: 33%;
	}
	.email__number_wrap{
		width: 93%;
	}
	.email__number_wrap input{
		width: 27%;
	}
	.need_wrap input{
		width: 60%;
	}
	.work_wrap input{
		width: 50%;
	}
	.launch_wrap {
		width: 80%;
		justify-content: center;
		margin-left: 27px;
	}
	.work_wrap input{
		width: 50%;
	}
	.title_wrap input{
		width: 40%;
	}
  .form-content{
	max-width: 930px;
    margin-left: auto;
    margin-right: auto;
  }
  .submit_button button{
	  background: #fff !important;
	  border: 1px solid rgba(255, 255, 255, 0.69);
	  padding: 20px;
	  color: #000 !important;
	  border-radius: 5px;
  }
  .submit_button{
	margin: 0 auto;
    justify-content: center;
    text-align: cw;
    text-align: center;
  }
  
  .container-custom{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	opacity: 0.9;
	background: #222;
	z-index: 40000;
	top:0;
	left: 0;
	overflow: hidden;
	animation-name: fadeIn_Container;
	animation-duration: 1s;
  }
  .form-content input{
	  color: rgba(255, 255, 255, 0.69) !important;
	  font-size: 19PX;
  }
  .form-content label{
	  padding-right: 0px !important;
  }
  .modal{
	display:none;
	top: 0;
	min-width: 250px;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 40001;
	background: #000;
	box-shadow: 0px 0px 10px #000;
	animation-name: fadeIn_Modal;
	animation-duration: 0.8s;
  }
  
  .header-custom a{
	text-decoration: none;
    float: left;
    line-height: 70px;
    margin-right: 20px;
    color: #aaa;
    font-size: 45px;
  }
  @media(max-width:767px){
	.header-custom a{
		float: right;
	}
  }
  .content h2{
	color: #fff;
	padding: 60px 0px;
	margin: 0 auto;
	justify-content: center;
	text-align: center;
  }
  .form-content div{
	  padding-bottom: 35px;
  }
  .range-slider {
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top: 2.8rem;
  }
  
  #range {
	-webkit-appearance: none;
	width: 95%;
  }
  #range:focus {
	outline: none;
  }
  
  #range::before,
  #range::after {
	position: absolute;
	top: 2rem;
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 4px;
  }
  #range::before {
	left: 0;
	content: attr(data-min);
  }
  #range::after {
	right: 0;
	content: attr(data-max);
  }
  
  #range::-webkit-slider-runnable-track {
	width: 100%;
	height: 1rem;
	cursor: pointer;
	background: linear-gradient(
	  90deg,
	  #494a4e var(--range-progress),
	  #dee4ec var(--range-progress)
	);
	border-radius: 1rem;
  }
  #range::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: 0.25rem solid #494a4e;
	box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	height: 32px;
	width: 32px;
	transform: translateY(calc(-50% + 8px));
  }
  
  #tooltip {
	position: absolute;
	top: -2.25rem;
  }
  #tooltip span {
	position: absolute;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 0.125rem 0.25rem;
	color: #fff;
	border-radius: 0.125rem;
	background: #494a4e;
	font-size: 0.7rem;
	left: 50%;
	transform: translate(-50%, 0);
  }
  #tooltip span:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #494a4e;
  }
  .range-slider{
	  width: 50%;
  }
  
  /****MEDIA QUERIES****/
  
  .modal{
	width: 100%;
	height: 100%;
	overflow: overlay;
  }
  @media screen and (min-width: 600px){
	.header-custom a{
		line-height: 100px;
		margin-left: 50px;
	}
  
	.content{
	  width: 100%;
	  height: 100%;
	}
  
  }

  
  /****ANIMATIONS****/
  
 
  @media(max-width:767px){
	  .form-content{
		justify-content: center;
		margin: 2rem !important;
	  }
	  .margin-top-5{
		margin-top: 5%;
	  }
	  .launch_wrap input{
		margin: 30px 0px;
	  }
	  .name_wrap input{
		  width: 113% !important;
		  margin: 10px auto !important;
	  }
	  .work_wrap input {
		width: 160%;
		margin: 0px;
	}
	.mobile-margin-0{
        margin: 0px !important;
	}
	.need_wrap input {
		width: 72%;
		margin: 0 auto !important;
	}
	.mobile-view-type3{
		margin: 0px !important;
		width: 113% !important;
	}
	.form-content div {
		padding-bottom: 6px;
	}
	.mobile-view-label{
		padding-top:15px;
	}
	.title_wrap input {
		width: 100%;
		margin: 0 auto !important;
	}
	.launch_wrap {
		width: 70%;
		justify-content: center;
		margin-left:27px;
		margin-bottom: -40px;
	}
	.email__number_wrap {
		width: 100%;
	}
	.email__number_wrap input {
		width: 80%;
		margin: 0 auto;
	}
  }
 @media (max-width:767px){
	.mobile-padding-0{
		padding: 0px;
	 }
	 .text-left{
		text-align: left;
	 }
	 .mt-25{
        margin-top: 25px;
		margin-bottom: 20px;
	 }
	 .mobile-view-nowrap{
		white-space: nowrap;
	 }
	 .my-auto{
		margin: 10px 0px 10px 0px !important;
	 }
	 .mobile-font-small{
		font-size: 15px;
	 }
	 .mobile-text-center{
		text-align: center !important;
	 }
	 .mobile-w-100{
		width: 100% !important;
	 }
 }