.donate-sec{
	padding:60px 0px;
 }

 /*form styles*/
#msform {
    width: 600px;
    margin:auto;
    text-align: center;
    position: relative;
  }
  #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    margin:0;
    
    /*stacking fieldsets above each other*/
    position: relative;
  }
  /*Hide all except first fieldset*/
  #msform fieldset:not(:first-of-type) {
    display: none;
  }
  /*inputs*/
  #msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
  }

  /*buttons*/
  #msform .action-button {
    width: 200px;
    background: #F0822A;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 15px;
    margin: 10px 15px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
  }
  #msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #F0822A;
  }
  /*headings*/
  .fs-title {
    font-size: 26px;
    text-transform: uppercase;
    margin: 15px;
    color: var(--bg-primary);
}
  .fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
  }
  /*progressbar*/
  #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0px;
    /*CSS counters to number the steps*/
    counter-reset: step;
  }
  #progressbar li {
    list-style-type: none;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    width: 33.33%;
    float: left;
    position: relative;
}
  #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 14px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
  /*progressbar connectors*/
  #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
  }
  #progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
  }
  /*marking active/completed steps green*/
  /*The number of the step and the connector before it = green*/
  #progressbar li.active:before,  #progressbar li.active:after{
    background: #F0822A;
    color: white;
  }
.secure-donation{
    background: #e2e2e2;
    font-size: 13px;
    padding: 5px;
    margin-top: 15px;
}
  .choose-amount{
    grid-gap: 10px;
    display: grid!important;
    grid-template-columns: repeat(3,minmax(0,1fr));
    margin: 24px 30px 0!important;
    padding: 0;
  }
  .choose-amount li{
    float: left;
    list-style-image: none;
    list-style-type: none;
    margin: 0 5px 5px 0;
  }
  .choose-amount li .amount-btn {
    align-items: center;
    background: #50302d;
    color: #fff;
    display: inline-flex!important;
    justify-content: center;
    line-height: 1;
    padding-bottom: 24px;
    padding-top: 24px;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    font-size: 30px;
    font-weight: 500;
}
.choose-amount li .amount-btn-custom {
    align-items: center;
    background: #50302d;
    color: #fff;
    display: inline-flex!important;
    justify-content: center;
    line-height: 1;
    padding-bottom: 18px;
    padding-top: 18px;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
}
.donatepage-btn {
    color: var(--light-text-color) !important;
    background-image: -webkit-linear-gradient( 30deg, #F05A2A 50%, transparent 50%	);
    background-image: linear-gradient(30deg, #F05A2A 50%, transparent 50%);
    background-size: 2500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    font-size: 30px;
    padding: 1rem .5rem !important;
    font-family: var(--font-btn);
    white-space: nowrap;
    border-radius: 6px !important;
    width: 30%;
    margin: 1%;
}
.donate-custom-btn {
    color: var(--light-text-color) !important;
    background-image: -webkit-linear-gradient( 30deg, #F05A2A 50%, transparent 50%	);
    background-image: linear-gradient(30deg, #F05A2A 50%, transparent 50%);
    background-size: 2500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    font-size: 30px;
    padding: 1rem 2.5rem !important;
    font-family: var(--font-btn);
    white-space:normal
    border-radius: 6px !important;
    width: 30%;
}
.accordion-body {
    padding: 1rem 1.25rem;
    text-align: left;
}
.checkout .payment-details .saved-payment-method .add-new-method {
    padding-top: 10px;
}
.checkout .payment-details .saved-payment-method .add-new-method {
    position: relative;
}
.checkout
  .payment-details
  .saved-payment-method
  .add-new-method
  .form-group
  .form-control {
    border-radius: 5px;
    height: 50px;
    margin-bottom: 20px;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f1f1f1;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
input#inputField {
    font-size: xxx-large;
    text-align: center;
    color: #000;
}
.choose-amount li .amount-btn:hover{
    background: #F05A2A;
}

@media (max-width: 400px) {
  #msform {
    width: 300px;
}
#msform fieldset {
  padding: 10px;
}
.fs-title {
  font-size: 24px;
  margin: 10px 0px;
}
.choose-amount {
  grid-gap: 5px;
  margin: 24px 10px 0!important;
}
.choose-amount li .amount-btn-custom {
  padding-bottom: 23px;
  padding-top: 23px;
  font-size: 16px;
}
}

@media (max-width: 300px) {
  #msform {
    width: 240px;
}
.choose-amount {
  grid-gap: 3px;
  margin: 24px 0px 0!important;
}
}