.home {
  background-color: #fff;
  width:100%;
   height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.home-cont {
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  color:rgb(156,157,159);
  padding-left: 5%;
}
.how-it-works{
  min-height: 500px;
}
.desktop {
  background-color: rgb(245,246,248);
  line-height: 2.5;
  width:100%;
}
.desktop-font{
	color:#000;
	font-weight: bold;
}
.desktop .container{
	width:80%;	
	padding:0 7%;
}

.radio-custom {
    opacity: 0;
    position: absolute;   
}

 .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin:0 14% 2% 0;
    cursor: pointer;
}

 .radio-custom-label {
    position: relative;
}
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #449D44;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
}

.desktop .form-control{
	height:45px;
    border-radius: 12px;
    opacity: 0.6;
    font-size: 16px;
    }
 .desktop .form-group{
 	margin-right: 30px;
 }
.desktop textarea {
  border: 1px solid #ccc;
  border-radius: 10px;
  resize: none;
  width: 100%;
  padding:0 10px;
  background-color: rgb(251, 251, 252);
  font-size: 16px;
}
.desktop textarea:focus{
 box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
 border:1px solid rgb(159, 203, 239);
}
.desktop-photos {
  background-color:rgb(251,251,252);
  border: 1px solid #ccc;
  border-radius: 10px;
  height: auto;
  margin-right: 30px;
  padding: 5px;
}
#uploadImage1, #uploadImage2, #uploadImage3 {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wrapper {
    margin: 5px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.desktop input[type="file"] {
  display: inline-block;
  height: 35px;
  width: 115px;
  border:1px dashed #ccc;
}
.wrapper img{
  width:105px;
  height:105px;
}
.submit-button{
	text-align: center;

}
.desktop .input-group-addon{
	background-color:#f9f9f9;
  border-radius:10px 0 0px 10px;
}
.submit-button button {
  background-color: rgb(62, 182, 74);
  padding: 12px 40px;
  border-radius: 10px;
  margin: 2%;
  font-weight: bold;
}
.desktop .add-gb .gb,.desktop .add-Year .age-device,.desktop .add-kg .kg{
	position: relative;
	display: inline-block;
}
.desktop .add-gb .gb:after,.desktop .add-Year .age-device:after,.desktop .add-kg .kg:after{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-left:1px solid #ccc;
    line-height:45px;
    opacity:0.6;
    color:rgb(153,154,157);
}
.desktop .add-gb .gb:after,.desktop .add-kg .kg:after{
		padding:0 18%;
}
.desktop .add-gb .gb:after{
		content:"GB";
}
.desktop .add-kg .kg:after{
		content:"KG";
}
.desktop .add-Year .age-device:after{
	content:"Month";
    padding:0px 15%;
}
.age-device {
    width: 100%;
}
.uploadImage{
	display: none!important;
}
.master_wrp {
  background-color: rgb(245, 246, 248);
  padding-top: 6.7em;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px){
.desktop h4{
	font-size:15px;
	}
.desktop .container {
  	padding: 0 8%;
 	width: 100%;
}
.desktop .form-group,.desktop-photos{
	margin-right: 0px;
}
.desktop .add-gb .gb {
  display:block;
}
.desktop-photos{
	height: auto;
}
.desktop input[type="file"] {
width:auto;
height:auto;
}
.wrapper img{
  width:100%;
  height:auto;
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px)and (orientation: landscape){
  .radio-custom + .radio-custom-label::before {
    margin-right: 9px;
  }
}
@media only screen and (min-device-width:360px) and (max-device-width:640px)and (orientation: landscape){
.desktop .container {
  width: 100%;
}
.desktop .add-gb .gb {
  display:block;
}
.desktop-photos{
	height: auto;
}
.desktop input[type="file"] {
width:auto;
height:auto;
}
.wrapper img{
  width:100%;
  height:auto;
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px){

.desktop .container {
  width: 100%;
  padding:0 3%;
}
.desktop .form-group,.desktop-photos {
  margin-right: 0; 
}
.desktop input[type="file"] {
  display:block;
  width: 100%;
  height: auto;
}
.wrapper img{
  width:90px;
  height:90px;
}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation: landscape){
	.desktop .container{
		padding: 0 7%;
	}
}