  #link_order_form {
    color:white;
    text-decoration: underline;
  }
  @media only screen and (max-width: 600px) {
    .card-p1-text{
      top: 52% !important;
      font-size: 18px;
    }
    .card-2-text{
      top: 46% !important;
      left: 25% !important;
      font-size: 18px;
    }
    .footer-panel{
      text-align: left !important;
    }
    
    .jumbotron h1 {
      font-size:  30px !important;
      width:  70%;
    }
    .background-image-assigned {
      background-position: 225% 5%;
    }
  }
  .sex {
    font-size: 24px;
    display: inline-block;
    position: relative;
    vertical-align: 10px;
    height: 34px;
    margin: 0 30px 0 10px;
  }
  .anc {
    font-size: 14px;
    display: inline-block;
    position: relative;
    vertical-align: 4px;
    height: 18px;
    margin: 0 10px 0 5px;
  }
  #submit, #submit-patient {
    color: black;
    margin-top:0.5em;
    float:none;
    border-radius: 5px;
  }
  input {
   color: black;
  }
  #card-first-name::-webkit-input-placeholder, #billing-address::-webkit-input-placeholder {
     font-size: 16px;
     line-height: 1;
  }
  #card-first-name,#billing-address{
    font-size: 16px;
  }
  .big-card {
    border-left:  1px solid silver; 
  }

  .main-text {
    font-size: 18px;
    padding-right: 30px;
    text-align: justify;
    line-height: 26px;
  }
  
  #send-mail,#send-mail-kit {
    background-color: #efefef !important;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  #send-mail-card .anc ,#patient-pay-card, #send-mail-kit-card, #card-pp2 {
    font-size:  18px;
  }
  
  .c-pay-kit, #submit-patient {
    background-color: #453bcf;
    color:  #fff;
    margin:  0 auto;
    font-size: 18px;
  }
  .mobile-pymnt {
    background-color:  #efefef;
  }
  
  #amount {
    width: 100px;
  }
  
  label {
    font-weight: normal;
    margin-top: 12px;
    margin-bottom:  4px;
  }
  .card-2-text{
    font-size: 48px;
    text-align: center;
  }
  .card-p1-text{
    position:absolute;
    top:45%;
  }
  #card-p1{
    left:1.21em;
  }
  
  @media only screen and (max-width: 600px) {
    #order-kit-card {
      margin-top: -5px;
    }
    #amount {
      width: 70px;
    }
    #order-kit-card #send-mail-kit {
     margin-left: 6px;
    }
    #card-p2 .anc {
     font-size: 18px !important;
   }
   #send-mail-card .anc ,#patient-pay-card, #send-mail-kit-card, #card-pp2 {
     font-size:  18px !important;
   }
} 
#back-pp {
  cursor: pointer;
}