body {
  background-color: #ffffff !important;
}
.multistep-section {
  padding-top: 90px;
  padding-bottom: 50px;
}
.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.right-header {
  display: flex;
  align-items: center;
}
.right-header > img {
  width: 16px;
  height: 16px;
}
.back-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.steps {
  display: flex;
  gap: 16px;
}
.step-col1 {
  max-width: 524px;
  flex: 1;
  border: 1px solid #cccccc;
  background-color: #fff;
  padding: 24px 34px;
  border-radius: 10px;
  min-height: 800px;
}
.step-col2-header-price-wrapper > h4 {
  color: #008080;
}
.cards-wrapper {
  display: flex;
  gap: 16px;
  margin-top: 22px;
  flex-wrap: wrap;
}
.card {
  background: #f9f9f9;
  padding: 18px 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  width: 100%;
  max-width: 456px;
  border: 1px solid #f9f9f9;
}
.card:hover {
  border: 1px solid #e15928;
}
.commonCard img.arrow-icon {
  width: 22.24px;
  height: 22px;
  object-fit: contain;
}
.card > img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  object-position: center;
}
.card-content {
  flex: 1;
}
.card-heading {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -1.1%;
  vertical-align: middle;
  color: #333333;
  margin: 0;
}
.card-desc {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -1.1%;
  vertical-align: middle;
  color: #333333;
  margin: 0;
}

.step-col2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.step-col2-wrapper {
  /*   flex: 1; */
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.step-col2 .step-col2-img {
  width: 100%;
  max-height: 416px;
  /* height: 100%; */
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  display: block;
}
.step-col2-heading {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  color: #333333;
  margin-top: 0;
  margin-bottom: 0px;
}
.step-col2-description {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  color: #333333;
  margin-bottom: 0;
}
.step-col2-header-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .step-col2-btn-wrapper {
  margin-top: 20px;
} */
.step-col2-btn,
.step-col2-btn:focus {
  background-color: #27c6c3;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  min-width: 308px;
  min-height: 56px;
  border-radius: 10px;
  border: none;
}
.success-message-wrapper
  .success-message-header
  .success-message-header-btn
  a:hover,
.failure-message-wrapper > a:hover,
.step-col2-btn:hover {
  background-color: #20adaa;
}
.step-col2-counter-wrapper {
  /* margin-top: 16px; */
}
.step-col2-counter-wrapper > p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}
.step-col2-counter-wrapper .counter button {
  border: none;
  color: #333333;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-family: "Montserrat";
}
.step-col2-counter-wrapper .counter button:hover,
.step-col2-counter-wrapper .counter button:focus {
  background-color: transparent;
}
.step-col2-counter-wrapper .counter {
  display: flex;
  align-items: center;
  gap: 16px;
}
.step-col2-counter-wrapper .counter #count {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  text-align: center;
  border: 0.5px solid #cccccc;
  width: 42px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.step-col2-contribution-wrapper {
  width: 100%;
}
.contribution-error,
.contribution-price-usd-error,
.contribution-price-pkr-error {
  font-size: 12px;
  color: red;
  display: none;
}
.step-col2-contribution-input {
  border: 1px solid #808080;
  border-radius: 8px !important;
  background-color: transparent;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #333333;
  padding: 12px 14px !important;
}
.step-col2-contribution-input:focus-visible,
.step-col2-contribution-input:focus {
  outline: none;
  border: 2px solid #e15928 !important;
}
.step-col2-contribution-input[disabled] {
  cursor: not-allowed;
}

.step-col2-contribution-wrapper {
  margin-top: 16px;
}
.step-col2-contribution-wrap {
  display: flex;
  gap: 10px 2%;
  margin-top: 16px;
  flex-wrap:wrap;
}
.step-col2-contribution-wrap .step-col2-contribution-text-wrap {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #808080;
  text-align: center;
  width:23%;
  min-height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #808080;
  padding: 10px;
  border-radius: 10px;
  min-width: 130px;
  cursor: pointer;
}
.step-col2-contribution-wrap .step-col2-contribution-text-wrap > p {
  margin-bottom: 0;
}
.step-col2-contribution-wrap .step-col2-contribution-text-wrap.active {
  background-color: #cc6a3e0d;
  color: #cc6a3e;
  border: 1px solid #e15928;
}
.step-col2-list-wrapper {
  margin-top: 10px;
}
.step-col2-list-heading {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 5px;
}
.step-col2-list {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  padding-left: 30px;
}
.step-col2-special-request {
  width: 60%;
  margin-top: 20px;
  position: relative;
  min-width: 250px;
}
.step-col2-special-request-textarea {
  border: 1px solid #333333;
  border-radius: 6px !important;
  resize: none;
  background-color: transparent;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #333333;
  min-height: 92px;
  padding-top: 10px;
}
.step-col2-special-request-title {
  margin-bottom: 0;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #e15928;
  display: inline;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: 16px;
  padding: 2px;
}
.step-col2-order-wrapper {
  /* margin-top: 15px; */
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.step-col2-contribution-payment-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.step-col2-contribution-payment-wrapper > p {
  margin-bottom: 0 !important;
}
.step-col2-order-wrapper > p {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 15px;
}
.step-col2-order-wrapper .step-col2-counter-wrapper {
  display: none;
}
.step-col2-order-inner-wrapper {
  display: flex;
  gap: 24px;
}
.step-col2-order-text-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.step-col2-order-img-wrapper {
  background-color: #0000000d;
  border-radius: 10px;
  overflow: hidden;
  max-width: 180.12px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 120px;
  height: 100%;
}
.step-col2-order-package-name {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
}
.step-col2-order-package-price {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #000;
  margin-bottom: 0;
}
.step-col2-order-text-wrapper .step-col2-counter-wrapper {
  margin-top: 0;
}

#back-button {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 13px;
  line-height: 180%;
  border: none;
  color: #333333;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
button#back-button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  padding: 2px;
}
#back-button:hover,
#back-button:focus {
  background-color: transparent;
  outline: 0;
}
#main-title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  color: #008080;
  margin: 0;
}
#main-subtitle {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  color: #333333;
  margin: 0;
}

.big-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.big-card {
  width: calc(50% - 8px);
  cursor: pointer;
}
.contribution-big-card {
  width: 100%;
}
.big-card-image {
  background-color: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 145px;
  max-height: 145px;
  border: 2px solid #f9f9f9;
}
.big-card.active .big-card-image,
.contribution-big-card.active .big-card-image {
  border: 2px solid #e15928;
  background-color: #cc6a3e0d;
}
.big-card-image:hover {
  border: 1px solid #e15928;
}
.big-card-image > img {
  max-width: 68px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.contribution-big-card .big-card-image > img {
  width: 100%;
  max-width: 300px;
  height: 115px;
  object-fit: contain;
}
.big-card-heading {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
  color: #333333;
}
.big-card.active .big-card-heading,
.contribution-big-card.active .big-card-heading {
  color: #cc6a3e;
}
.contribution-big-card .big-card-heading {
  text-align: left;
}
.big-card-desc {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 0;
}
.big-card-desc.weight {
  text-align: center;
}
.contribution-big-card .big-card-desc {
  display: block;
}
.big-card-price {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
}
.contribution-big-card .big-card-price {
  display: none;
}

.header {
  background-color: #333333;
  min-height: 65px;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
}
.header-cols {
  display: flex;
  align-items: center;
}
.header-left {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-right {
  width: 50%;
}
.header-right > a {
  display: flex;
  align-items: center;
}
.header-right {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .menu-item {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.header .menu-item:hover {
  color: #cccccc;
}
.site-footer {
  display: none;
}
.currency-select-wrapper {
  display: flex;
  align-items: center;
  visibility:hidden;
}
.currency-select-wrapper > img {
  width: 16px;
  height: 16px;
}
.currency-select {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  background-color: transparent;
  border: none;
  width: 100px;
  pointer-events: none;
  appearance: none;       /* For modern browsers */
  -webkit-appearance: none;  /* For Safari/Chrome */
  -moz-appearance: none;     /* For Firefox */
  background: none;     
}
.currency-select:focus {
  border: none;
  outline: 0;
}
.currency-select option {
  color: #000;
}
.form-group {
  margin-bottom: 15px;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select {
  width: 100%;
  padding: 8px;
  border: 1px solid #808080;
  border-radius: 4px;
  box-sizing: border-box;
}
.required:after {
  content: " *";
  color: red;
}
.error {
  color: red;
  font-size: 0.8em;
  margin-top: 5px;
  display: none;
}
.custom-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.7); */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-loader-spinner {
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
/*  */
header.mobile-header {
  background-color: #333333;
  min-height: 65px;
  display: flex;
  align-items: center;
  position: relative;
  display: none;
}
.mobile-header .left-header {
  display: flex;
}
.mobile-header .header-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
header.mobile-header {
  /* padding: 8px 0px; */
  position: fixed;
  width: 100%;
}
header.mobile-header img.header-logo {
  width: 47px;
  height: 47px;
  object-fit: contain;
}
.mobile-header .header-column .header-left-menu {
  position: absolute;
  top: 95%;
  background: #333333;
  width: 100%;
  max-width: 100%;
  left: 0px;
  right: unset;
  display: none;
  flex-direction: column;
  padding: 20px;
  gap: 25px;
}
.mobile-header .header-column .header-left-menu .menu-item {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}
/* MOBILE_HEADER_END */

/* form */
#customForm {
  width: 100%;
}
.form-group {
  margin-bottom: 15px;
}
.form-group input,
.form-group select,
.form-group textarea {
  border: 1px solid #33333382 !important;
  border-radius: 10px;
  min-height: 48px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #000000;
  outline: 0;
}
.form-group select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/down-Icon.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
.form-group .error {
  color: red;
  font-size: 0.8em;
  margin-top: 0;
  display: none;
}
.success-page {
  min-height: calc(100vh - 70px);
  padding: 65px 0px 0;
  display: flex;
  align-items: center;
}
.success-message-wrapper .success-details {
  max-width: 524px;
  flex: 1;
  border: 1px solid #cccccc;
  background-color: #fff;
  padding: 24px 34px;
  border-radius: 10px;
  width: 100%;
}
.success-message-wrapper .success-message-header {
  flex: 1;
  padding-right: 10%;
}
.success-message-wrapper {
  /* padding: 40px; */
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}
.failure-message-wrapper {
  flex-direction: column;
  text-align: center;
}
.failure-message-wrapper > a {
  background-color: #27c6c3;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: none;
  padding: 16px;
  min-width: 270px;
  border-radius: 10px;
}
.success-message-wrapper .success-details h3 {
  margin: 0px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 16px;
  color: #008080;
}

.success-message-wrapper .success-details p {
  color: #333333;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 14px;
  line-height: 180%;
  margin: 0px;
}
.success-message-wrapper .order-detail-header-icon img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 10px;
  object-position: center;
}
.success-message-wrapper .order-detail-header-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.order-detail-header-qty {
  flex: 1;
}
.success-message-wrapper .order-detail-header-icon h4 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  margin: 0px;
}
.order-detail-body {
  margin: 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.success-message-footer .msg-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.success-message-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 0.85px solid #cccccc;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.final-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-area: 10px;
}
.success-message-header .tick-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 16px;
}
.success-message-header h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  margin: 0px;
}
.success-message-header p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  margin: 16px 0;
}
.final-total h4 {
  margin: 0px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}
.order-detail-body h4 {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  color: #333333;
}
.success-message-wrapper .order-detail-header p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin: 0px;
}
.success-message-wrapper .order-details .order-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
  padding: 16px;
  border-radius: 10px;
  margin-top: 16px;
  gap: 10px;
}
.success-message-wrapper > img {
  max-width: 120px;
  margin: auto;
}
.success-message-wrapper > h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 28px;
  line-height: 150%;
  color: #333;
  margin-bottom: 0px;
}
/* .order-detail-header .order-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
} */
.success-message-wrapper > p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  color: #333;
  margin-bottom: 20px;
}
.success-message-wrapper .success-message-header .success-message-header-btn a,
.success-mobile-header-btn a {
  background-color: #27c6c3;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: none;
  padding: 16px;
  min-width: 270px;
  border-radius: 10px;
  display: inline-block;
}
.success-mobile-header-btn {
  display: none;
}

.step-col2-free-delivery p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  margin: 0;
  background: #f9f9f9;
  display: inline-block;
  padding: 8px 16px;
  text-transform: capitalize;
  border-radius: 100px;
}
p.step-col2-delivery-text {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 15px;
  line-height: 180%;
  color: #333333;
  margin: 0px 0px;
}
.back-button-responsive,
.responsive-submit-btn {
  display: none;
}
.step-col2-price.price-pkr,
.step-col2-price.price-usd {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  text-align: right;
  color: #333333;
  margin-bottom: 0;
}
button#submitBtn {
  text-transform: capitalize;
}
.header-logo {
  max-width: 40px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1280px) {
  .card > img {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 980px) {
  .success-page {
    padding-top: 95px;
  }
  .step-col2 {
    display: none;
  }
  .header {
    display: none;
  }
  .success-mobile-header-btn {
    text-align: center;
    background: #ffff;
    padding: 35px 20px;
    margin: -100px 0px 0px;
    z-index: 999;
    position: fixed;
    box-shadow: 0px 0px 50px 0px #0000001f;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
  }
  .success-message-header-btn {
    display: none;
  }
  .success-message-wrapper:not(.failure-message-wrapper) {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .success-message-wrapper .success-details {
    max-width: 100%;
    padding: 12px;
  }
  header.mobile-header {
    display: flex;
  }
  .steps {
    flex-direction: column;
  }
  .step-col1,
  .step-col2 {
    max-width: 100%;
  }
  .currency-select {
    width: unset;
  }
  .mobile-header .right-header {
    width: 100%;
    display: flex;
    justify-content: end;
    max-width: 25%;
	visibility:hidden;
  }
  .left-header {
    width: 100%;
    max-width: 25%;
  }
  select.currency-select option {
    font-size: 16px;
  }
  .card {
    max-width: 100%;
  }
  .back-button-responsive,
  .responsive-submit-btn {
    display: block;
  }
  .step-col2-contribution-wrapper,
  .success-mobile-header-btn a,
  .step-col2-btn-wrapper button {
    width: 100%;
  }
  .step-col1 {
    padding: 24px;
    min-height: unset;
  }
  .step-col2-btn-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 50px 0px #0000001f;
    padding: 35px 20px;
    background-color: #fff;
  }
  .step-col2-wrapper,
  .success-page {
    padding-bottom: 120px;
  }
  .success-page {
    padding-bottom: 140px;
  }
  .responsive-form-view {
    margin-bottom: 100px;
  }
	.step-col2-contribution-wrap .step-col2-contribution-text-wrap{
		width:48%;
	}
}
@media (max-width: 767px) {
  .success-message-wrapper .success-message-header {
    padding-right: 0;
  }
  .step-col2-order-text-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .success-message-wrapper .order-detail-header-icon h4 {
    font-size: 14px;
    width: 100%;
    line-height: normal;
  }
  .step-col2-heading,
  .step-col2-price.price-pkr,
  .step-col2-price.price-usd,
  .success-message-header h2,
  .success-message-wrapper .success-details h3 {
    font-size: 18px;
  }
  .card-heading {
    font-size: 14px;
  }
  #main-title {
    font-size: 16px;
  }
  #main-subtitle {
    font-size: 12px;
  }
  #back-button {
    font-size: 12px;
  }
  .big-card-heading {
    font-size: 15px;
  }
  .card-desc {
    font-size: 12px;
  }
  .step-col2-description,
  .big-card-price,
  .success-message-header p,
  .success-message-wrapper .success-details p,
  .big-card-desc.weight {
    font-size: 13px;
  }
  .step-col2-contribution-wrap .step-col2-contribution-text-wrap {
    min-height: 45px;
  }
  .success-message-header p {
    margin-bottom: 10px;
  }
  .big-card-image {
    min-height: 125px;
    max-height: 125px;
  }
  .step-col2-contribution-wrap .step-col2-contribution-text-wrap{
		width:100%;
   }
	.step-col2-special-request{
		width:100%;
	}
}
