.all-book-now {
    display: flex;
    flex-direction: column;
    margin-top: 140px;
    align-items: center;

}
hr {
    margin-top: 15px;
    width: 50%;
    border: 1px solid #e5e5e5;
}
label {
    font-size: 1.6em;
    font-family: 'Roboto', sans-serif;
    padding-left: 10px;
}
.toogle {
    display: flex;
    padding: 10px;
    
}
.toogle h1 {
    font-size: 2.6em;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    margin-top: auto;
    margin-bottom: auto;
}    

input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
  }
  .toggle-text {
    font-size: 1.6em;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .toggle-text {
    width: 50%;
    height: 50px;
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .toggle-bg { 
    display: relative;
    z-index: 0;
    height: 100%;
  }
  
  .dot {
    cursor: pointer;
    text-indent: -9999px;
    width: 300px;
    height: 80px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
  }
  
  .dot:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 180px;
    height: 90px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
  }
  
  input:checked + .dot {
    background: #bada55;
    
  }
  
  input:checked + .dot:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
  }
  
  .dot:active:after {
    width: 130px;
  }
.personal-info-container {
    display: flex;
    flex-direction: row;
}
.personal-info {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.personal-input {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px;
    width: 50%;
}
.new-user {
    
    border: 1px solid #e5e5e5;
    border-radius: 9px;
    background-color: aliceblue;
    width: 30%;
    padding: 30px;
    height: auto;

}

.new-user h2, .existing-user h2{
    font-size: 2.6em;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 20px;
   
}
.new-title {
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}
.new-user p, .existing-user p {
    font-size: 1.4em;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    padding-left: 0px;

}
.new-user .form input {
    margin: 0;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 2px;

   
}
form {
    padding: 10px;
    height: fit-content;
    display: flex;
}
.create-appointment form {
    width: fit-content;
}
.address-for-new  {
    width: 300px;
}
form input {
    width: 250px;
}

.existing-user form input {
    margin: 0;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 2px;
}
.new-user .form input[type="submit"] {
    background-color: #EDB88B;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
}
.user-form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 80px;
    width: 100%;
    height: fit-content;
}

.new-user .form, .existing-user form {
    background-color: white;
    margin: 20px;
    margin-top: 0;
    border-radius: 9px;
    padding: 20px;
    height: fit-content;
    width: fit-content;
}
.service {
    width: 100%;
}
.new-user .form p {
    padding: 10px;
}
.existing-user {
    display: flex;
    flex-direction: column;
    width: 40%;
    height: fit-content;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #e5e5e5;
    background-color: whitesmoke;
    border-radius: 9px;
    padding: 15px;
}
Link {
    font-size: .8em;
    padding: 0;
    margin: 0;
}
.service-select {
    width: 100%;
}

fieldset {
    border: none;
    display: block;
}
label {
    padding: 10px;
}
.form button, .new-user button, .existing-user button {
    
    
    border: none;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
}
.new-user button {
    font-size: 1.5em;
    font-family: 'Roboto', sans-serif;
    
}

.square-footage {
    display: flex;
    flex-direction: column;
    text-align: left;
    height: fit-content;
}

.new-user button:hover, button:hover {
   
    cursor: pointer;
}
.city-state :nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 80px;
    width: 55%;
    height: fit-content;
}
.city-state :nth-child(2) {
    height: fit-content;
    width: 25%;
    margin: 0;
}
.city-state :nth-child(3) {
    height: fit-content;
    width: 60%;
}
.city-state {
    display: inline-flex;
    width: 250px;
}
.city-state p {
    margin-left: 14px;

}

.appointmentDatesAvailable {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 80px;
    width: 20%;
    height: fit-content;
}

.items {
    box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.1);
}
.items:hover {
    box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.3);
    cursor: pointer;
}
.line-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.product-note {
    font-size: .6em;
    padding-left: 5px;
}
.codes {
    display: flex;
    flex-direction: column;
}
.agree-terms {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.agreed {
    width: 20px;
    height: 20px;
    
}
.terms-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.payment-options-customer {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    justify-content: space-around;
}
.payment-option {
    display: flex;
    flex-direction: row;
}
.payment-option :nth-child(1) {
    margin-left: auto;
    width: 100%;
}
.customer-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.credentials {
    display: flex;
    flex-direction: column;
    width: 55%;   
}
.credentials input {
    margin: 0;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 2px;
}
.gift-apply {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.gift-apply input {
    margin: 0;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 2px;
}
.gift-apply button {
    margin-top: 20px;
    background-color: rgb(0, 106, 255);
    color: #fff;
}
.ring
{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:150px;
  height:150px;
  background: white;
  border:3px solid #3c3c3c;
  border-radius:50%;
  text-align:center;
  line-height:150px;
  font-family:sans-serif;
  font-size:20px;
  color: #84cdee;
  letter-spacing:4px;
  text-transform:uppercase;
  text-shadow:0 0 10px #84cdee;
  box-shadow:0 0 20px rgba(0,0,0,.5);
}
.ring:before
{
  content:'';
  position:absolute;
  top:-3px;
  left:-3px;
  width:100%;
  height:100%;
  border:3px solid transparent;
  border-top:3px solid #84cdee;
  border-right:3px solid #84cdee;
  border-radius:50%;
  animation:animateC 2s linear infinite;
}
.payment-status span
{
  display:block;
  position:absolute;
  top:calc(50% - 2px);
  left:50%;
  width:50%;
  height:4px;
  background:transparent;
  transform-origin:left;
  animation:animate 2s linear infinite;
}
.payment-status span:before
{
  content:'';
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  background: #84cdee;
  top:-6px;
  right:-8px;
  box-shadow:0 0 20px #84cdee;
}
.payment-status {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 50%;
    left: 50%;
    background-color: #e5e5e5;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 100;
    border-radius: 5px;
    width: 30vw;
}
.payment-status h1 {
    font-size: 2em;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
}
.payment-status p {
    font-size: 1.6em;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
}
.payment-status button {
    background-color: rgb(0, 106, 255);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
}
.payment-status button:hover {
    cursor: pointer;
}
.success h3 {
    font-size: 1.50em;
}
.success p {
    font-size: 1em;
    text-align: center;
}
.success i{
    font-size: 3em;
}
.payment-status-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@keyframes animateC
{
  0%
  {
    transform:rotate(0deg);
  }
  100%
  {
    transform:rotate(360deg);
  }
}
@keyframes animate
{
  0%
  {
    transform:rotate(45deg);
  }
  100%
  {
    transform:rotate(405deg);
  }
}
@media only screen and (max-width: 480px) {
    
    .book-now {
        flex-direction: column;
        align-items: center;

    }
    body {
        background-color: white;
    }
    .new-user {
        width: 90%;
        flex-direction: column;
        margin: 0;
        margin-bottom: 10vw;
    }
    .existing-user {
        width: 90%;
    }
    .new-user .form, .existing-user form {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .new-user .form input [type="submit"], .existing-user form input [type="submit"] {
        width: 100%;
    }
    .new-user form p {
        padding: 0;
    }
    .new-user h2, .existing-user h2 {
        font-size: 2em;
    }
    .new-user p, .existing-user p {
        font-size: 1.2em;
    }
    .new-user .form input {
        width: 90%;
        
    }
     .form button {
        width: unset;
    }
    .sign-on {
        display: flex;
       
    }
        
   
    
    
}
@media only screen and (max-width: 600px) {
    body {
      background-color: white;
    }
  }
@media only screen and (max-width: 768px) {
    body {
      background-color: white;

    }
 
  }
@media only screen and (max-width: 1024px) {
    body {
      background-color: white;
    }
    .new-user {
        width: 60%;
        flex-direction: column;
        margin: 0;
        margin-bottom: 10vw;
    }
    .existing-user {
        width: 35%;
        height: fit-content;

    }
    .user-form {
        width: 100%;
    }
  
    .existing-user .form {
        width: 100%;
    }
    input {
        width: 100%;
    }
    .address {
         padding-top: 10px;
         padding-bottom: 25px;

    }
    .name {
        margin-bottom: 100px;
    }
    
    
    
  }
@media only screen and (max-width: 1280px) {
    body {
      background-color: white;
    }
  }
@media only screen and (max-width: 1440px) {
    body {
      background-color: white;
    }
  }
@media only screen and (max-width: 1600px) {
    body {
      background-color: white;
    }
  }
@media only screen and (max-width: 1920px) {
    body {
      background-color: white;
    }
    .new-user .form {
        width: 100%;
    }
    .existing-user .form {
        width: 90%;
    }

  }
@media only screen and (max-width: 2560px) {
    body {
      background-color: white;
    }
  }
