.crdit-aria {
  padding-left: 2%;
  padding-right: 10%;
  border-right: thick solid white;
}
.padding-all-5 {
  padding: 5%;
}
.padding-15px {
  padding: 15px;
}
.white-background {
  background-color: white;
}
.grenn-font {
  color: lawngreen;
  text-shadow: 2px 2px 5px white;
}
.payment-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "banner banner banner banner banner banner" "pay-details pay-details pay-details pay-credit pay-credit pay-credit";
}
.tranzilaIframebase {
  background: white;
  padding: 3%;
  width: 100%;
}
.containerdivNewLine {
  clear: both;
  float: left;
  display: block;
  position: relative;
}
.payHeader {
  width: 310px;
  background-color: #ec1f27;
  margin: 0 auto;
}
.tranzilaIframe {
  padding-top: 25px;
  width: 310px;
  height: 440px;
}
.pay-details {
  grid-area: pay-details;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-right: 8%;
  padding-left: 4%;
  background-color: #c4c4c4;
  height: auto;
}
.pay-credit {
  grid-area: pay-credit;
  padding-top: 22px;
  padding-right: 8%;
  padding-left: 13%;
  padding-bottom: 5%;
  background-color: #c4c4c4;
  height: auto;
}
.full button span {
  background-color: limegreen;
  border-radius: 32px;
  color: black;
}
.partially button span {
  background-color: orange;
  border-radius: 32px;
  color: black;
}
.creditCardForm {
  max-width: 700px;
  background-color: #fff;
  margin: 100px auto;
  overflow: hidden;
  padding: 25px;
  color: #4c4e56;
}
.creditCardForm label {
  width: 100%;
  margin-bottom: 10px;
}
.creditCardForm .heading h1 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #4c4e56;
}
.creditCardForm .payment {
  float: left;
  font-size: 18px;
  padding: 10px 25px;
  margin-top: 20px;
  position: relative;
}
.creditCardForm .payment .form-group {
  float: left;
  margin-bottom: 15px;
}
.creditCardForm .payment .form-control {
  line-height: 40px;
  height: auto;
  padding: 0 16px;
}
.creditCardForm .owner {
  width: 63%;
  margin-right: 10px;
}
.creditCardForm .CVV {
  width: 35%;
}
.creditCardForm #card-number-field {
  width: 100%;
}
.creditCardForm #expiration-date {
  width: 49%;
}
.creditCardForm #credit_cards {
  width: 50%;
  margin-top: 25px;
  text-align: right;
}
.creditCardForm #pay-now {
  width: 100%;
  margin-top: 25px;
}
.creditCardForm .payment .btn {
  width: 100%;
  margin-top: 3px;
  font-size: 24px;
  background-color: #2ec4a5;
  color: white;
}
.creditCardForm .payment select {
  padding: 10px;
  margin-right: 15px;
}
.transparent {
  opacity: 0.2;
}
.marg-bot-luach {
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .embed-responsive-item {
    height: 400px;
  }
  #magazineIframe {
    height: 400px;
  }
  .creditCardForm .owner,
  .creditCardForm .CVV,
  .creditCardForm #expiration-date,
  .creditCardForm #credit_cards {
    width: 100%;
  }
  .creditCardForm #credit_cards {
    text-align: left;
  }
  .payment-main {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "pay-details" "pay-credit";
  }
  .crdit-aria {
    border-right: none;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .pay-credit {
    padding-right: 8%;
    padding-left: 8%;
  }
  .pay-details {
    padding-left: 8%;
  }
}
/*  Examples Section */
.examples {
  max-width: 700px;
  background-color: #fff;
  margin: 0 auto 75px;
  padding: 30px 50px;
  color: #4c4e56;
}
.examples-note {
  text-align: center;
  font-size: 14px;
  max-width: 370px;
  margin: 0 auto 40px;
  line-height: 1.7;
  color: #7a7a7a;
}
.examples table {
  margin: 5px 0 0 0;
  font-size: 14px;
}
.creditCardForm {
  max-width: 700px;
  background-color: #fff;
  margin: 100px auto;
  overflow: hidden;
  padding: 25px;
  color: #4c4e56;
}
.creditCardForm label {
  width: 100%;
  margin-bottom: 10px;
}
.creditCardForm .heading h1 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #4c4e56;
}
.creditCardForm .payment {
  float: left;
  font-size: 18px;
  padding: 10px 25px;
  margin-top: 20px;
  position: relative;
}
.creditCardForm .payment .form-group {
  float: left;
  margin-bottom: 15px;
}
.creditCardForm .payment .form-control {
  line-height: 40px;
  height: auto;
  padding: 0 16px;
}
.creditCardForm .owner {
  width: 63%;
  margin-right: 10px;
}
.creditCardForm .CVV {
  width: 35%;
}
.creditCardForm #card-number-field {
  width: 100%;
}
.creditCardForm #expiration-date {
  width: 49%;
}
.creditCardForm #credit_cards {
  width: 50%;
  margin-top: 25px;
  text-align: right;
}
.creditCardForm #pay-now {
  width: 100%;
  margin-top: 25px;
}
.creditCardForm .payment .btn {
  width: 100%;
  margin-top: 3px;
  font-size: 24px;
  background-color: #2ec4a5;
  color: white;
}
.creditCardForm .payment select {
  padding: 10px;
  margin-right: 15px;
}
.transparent {
  opacity: 0.2;
}
@media (max-width: 650px) {
  .creditCardForm .owner,
  .creditCardForm .CVV,
  .creditCardForm #expiration-date,
  .creditCardForm #credit_cards {
    width: 100%;
  }
  .creditCardForm #credit_cards {
    text-align: left;
  }
}
/*  Examples Section */
.examples {
  max-width: 700px;
  background-color: #fff;
  margin: 0 auto 75px;
  padding: 30px 50px;
  color: #4c4e56;
}
.examples-note {
  text-align: center;
  font-size: 14px;
  max-width: 370px;
  margin: 0 auto 40px;
  line-height: 1.7;
  color: #7a7a7a;
}
.examples table {
  margin: 5px 0 0 0;
  font-size: 14px;
}
