
@media  only screen and (min-device-width: 768px) 
{
    .form-containerD {
      padding: 5%;
      background: #ffffff;
      border: 9px solid #f2f2f2;            
      max-width: 340px;
      margin: auto;
    }

}

.cen 
{
  text-align: center;
}

.form-containerD input, textarea , button
{
  width: 94%;
  padding-left:2%;
padding-right:2%;
}    
.form-containerD textarea
{
  height: 200px;
}


.form-containerD input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-containerD input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
}
.form-containerD input, textarea, button {
    width: 100%;
}
.form-containerD input, textarea, select, fieldset {
    margin-bottom: 1.5rem;
}


.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0;
}
input, textarea, button {
    width: 100%;
}
button, .button {
    margin-bottom: 1rem;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 28px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
        border-top-color: rgb(187, 187, 187);
        border-right-color: rgb(187, 187, 187);
        border-bottom-color: rgb(187, 187, 187);
        border-left-color: rgb(187, 187, 187);
    cursor: pointer;
    box-sizing: border-box;
}



.containerD{
  max-width: 800px;
  width: 100%;
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.containerD .title{
  font-size: 25px;
  font-weight: 500;
  position: relative;
}
.containerD .title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  border-radius: 5px;
  background: linear-gradient(135deg, #71b7e6, #9b59b6);
}
.content form .user-details{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
}
form .user-details .input-box{
  margin-bottom: 15px;
  width: calc(100% / 2 - 20px);
}

form .user-details .input-box1{
  margin-bottom: 15px;
  width: calc(100% / 1 );
}
form .input-box span.details{
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.user-details .input-box input{
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.user-details .input-box1 input{
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.user-details .input-box1 select{
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}
.user-details .input-box input:focus,
.user-details .input-box input:valid{
  border-color: #9b59b6;
}

.user-details textarea{
  border-color: red;
}

.user-details .error {

border-color: #9b59b6;
}

.user-details .input-box1 input:focus,
.user-details .input-box1 input:valid{
  border-color: #9b59b6;
}
 form .gender-details .gender-title{
  font-size: 20px;
  font-weight: 500;
 }
 form .category{
   display: flex;
   width: 80%;
   margin: 14px 0 ;
   justify-content: space-between;
 }
 form .category label{
   display: flex;
   align-items: center;
   cursor: pointer;
 }
 form .category label .dot{
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-right: 10px;
  background: #d9d9d9;
  border: 5px solid transparent;
  transition: all 0.3s ease;
}
 #dot-1:checked ~ .category label .one,
 #dot-2:checked ~ .category label .two,
 #dot-3:checked ~ .category label .three{
   background: #9b59b6;
   border-color: #d9d9d9;
 }
 form input[type="radio"]{
   display: none;
 }
 form .button{
   height: 45px;
   margin: 35px 0
 }
 form .button input{
   height: 100%;
   width: 100%;
   border-radius: 5px;
   border: none;
   color: #fff;
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 1px;
   cursor: pointer;
   transition: all 0.3s ease;
   background: linear-gradient(135deg, #71b7e6, #9b59b6);
 }
 form .button input:hover{
  /* transform: scale(0.99); */
  background: linear-gradient(-135deg, #71b7e6, #9b59b6);
  }
 @media(max-width: 584px){
 .containerD{
  width: 80%;
}
form .user-details .input-box{
    margin-bottom: 15px;
    width: 100%;
    display:inline-block;
     max-width:350px; 
  }
  
  form .user-details .input-box1{
  margin-bottom: 15px;
  width: 92%;
}
  form .category{
    width: 100%;
  }
 
  .user-details::-webkit-scrollbar{
    width: 5px;
  }
  }
  @media(max-width: 459px){
  .containerD .content .category{
    flex-direction: column;
  }
}


.boxed{width:100% !important;margin-left:4%;}

.boxed.row {
  display: flex;
  align-items: center;
  margin: 0 -16px;
  width:92% !important;margin-left:4%;
}

.boxed.col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.boxed.col-33 {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
}

.boxed.col-50 {
  -ms-flex: 49%; /* IE10 */
  flex: 49%;
}

.boxed.col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.boxed.col-25,
.boxed.col-33,
.col-50,
.boxed.col-75 {
  padding: 0 16px;
}

.col-33{
display:inline-block;
width: 32%;
}

.boxed .container {
  background-color: #f2f2f2;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;

}

.boxed input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.boxed select{

width: 100%;
  margin-bottom: 20px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.boxed.col-50 label {
  margin-bottom: 10px;
  display: block;
}

.boxed.icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.boxed.btn {
  background-color: #04AA6D !important;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.boxed.btn:hover {
  background-color: #45a049;
}

.boxed a {
  color: #2196F3;
}

hr {
  border: 1px solid lightgrey;
}



.boxed{
width:100%;
text-align:left;

}

.pass{

display:inline-block;
}


.billed{}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (also change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
  .row {
    flex-direction: column-reverse;
  }
  .col-25 {
    margin-bottom: 20px;
  }
  
  .boxed{
margin-left:0%;

}
}
