.payment-section {
    /* background: #eceae7; */
    padding: 30px 0 50px;
    margin-top: 0px;
  }
  .payment-title {
    font-size: 2.4rem;
      line-height: 42px;
      margin-bottom: 10px;
      font-weight: 500;
  }
  .wel_paymentsText.payment{
    margin-bottom: 15px;
  }
  .wel_paymentsText.payment a{
    color: #c15486;
    font-weight: 400;
  }
  table.view-payee tr td:nth-child(1), table.view-payee td:nth-child(3) {
    max-width: 160px;
}
table.view-payee tr td:nth-child(2), table.view-payee td:nth-child(4) {
    min-width: 51%;
}
  input::placeholder {
    color: #000;
}
  .payment-section label {
   margin: 0;
    padding-left: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: block;
  }
  .payment-section input,
  .payment-section select {
     padding: 7px 10px;
    font-size: 14px;
    line-height: 20px;
    border: none;
    outline: none;
  }
  
  

  .payment-section .login-form,
  .payment-section .make-off-form,
  .payment-section .payment-method,
  .payment-section .payment-view, 
  .payment-section .payment-thanks, 
  .payment-section .telephone-thanks, 
  .payment-section .telephone-form,
  .payment-section .telephone-reg-form,
  .payment-section .telephone-account,
  .payment-section .failure-check {
    /* margin-top: 2rem; */
    padding: 25px;
    text-align: left;
    background: #f4f4f4;
    border-radius: 6px;
    /* box-shadow: 0px -2px 10px 0px #c15486; */
  }
  .payment-section .login-form input,
  .payment-section .telephone-form input,
  .payment-section .payment-method .tex_fm {
    width: 50%;
    border: none;
    margin-bottom: 2.5rem;
  }


  .payment-section .make-off-form input,
  .payment-section .make-off-form select,
  .payment-section .telephone-reg-form input,
  .payment-section .telephone-reg-form select {
    width: 100%;
    border: none;
    margin-bottom: 23px;
  }

  .payment-section input[type='submit'] {
    width: auto;
  }

  .payment-section table {
    width: 100%;
  }

  .payment-section table td b {
    font-weight: 400;
  }

  .payment-section .payment-view td,
  .payment-section .payment-thanks td,
  .payment-section .telephone-thanks td,
  .payment-section .failure-check td,
  .payment-section .telephone-account td {
      padding: 8px;
      min-width: 160px;
      vertical-align: top;
  }

  .payment-section input[type='submit'] {
    min-width: 180px;
      background: transparent;
      border: 2px solid #919191;
      color: #919191;
      height: 40px;
      line-height: 20px;
      margin-top: 1rem;
      margin-bottom: 0px;
      text-transform: uppercase;
  }
  .payment-section .payment-method [type='submit']{
    margin-bottom: 3rem;
  }
  .nav-tabs > li {
    min-width: 180px;
    text-align: center;
  }
  .nav-tabs {
      border: none;
  }
  
  .nav-tabs>li>a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    background: #3c3c3cc4;
    color: #fff;
  }
  .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: #3c3c3c;
    color: #fff;
    margin-bottom: 2rem;
  }
.pay_msg{
  font-size: 14px;
}
  .pay_msg a {
      text-decoration: underline;
  }
  .pay_msg a:hover {
      text-decoration: none;
  }
.submit_btn2{
  margin-bottom: 10px;
}
  /*alert messages;*/

  .callback_success_msg {
    border: 1px solid #3c763d;
    background: #edfecd;
    padding: 1rem 1.5rem;
  }

  .failure_error_msg {
    background-color: #FFB3B3;
    border: 1px solid #FF4F4F;
    padding: 1rem 1.5rem;
  }

.table-responsive.table-borderless .table>thead>tr>th, 
.table-responsive.table-borderless .table>thead>tr>td, 
.table-responsive.table-borderless .table>tbody>tr>th, 
.table-responsive.table-borderless .table>tbody>tr>td, 
.table-responsive.table-borderless .table>tfoot>tr>th, 
.table-responsive.table-borderless .table>tfoot>tr>td {
	border: none;
}
.secure-card-logo {
  margin-top: 10px;
}
.secure-card-logo img {
  max-height: 25px;
}
.term-note {
  background:#FFF;
  font-size: 15px;
}




  @media screen and (max-width: 768px) {
    .payment-section .login-form input,
    .payment-section .telephone-form input,
    .payment-section .payment-method .tex_fm  {
      width: 100%;
    }
    .img-mobile img {
      width: 70%;
      margin: 0 auto;
    }
    .payment-section td {
      min-width: 150px;
    }
  }
  @media print { 
    /* * {
      overflow: hidden;
    } */
    img { 
      display: none; 
    }
    .print-center {
      text-align: center;
    }
    .payment-title {
      margin-bottom: 0;
      text-align: center;
    }
    .payee-col2 {
      text-align: center;
    }
  }



 