body {
  background-color: #f5f5f5;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #0f0f0f;
  line-height: 1.7;
}
.single-gift-card {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border-radius: 35px;
}
.gift-card-image img {
  border-radius: 35px;
}
.main-section a {
  text-decoration: none;
  color: inherit;
}
.gift-card-text h3{
  font-size: 32px;
}
.gift-card-text h4{
  font-size: 26px;
  color: #FF7A28;
}
.card-form h3 {
  font-size: 26px;
  margin-left: 2px;
}
.card-form .form-label,
.div-single .form-label {
  font-size: 20px;
  font-weight: 500;
  margin-left: 2px;
}
.card-form .form-control,
.div-single .form-control {
  border-radius: 30px;
  font-size: 18px;
  padding: 15px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.accordion-body .single-form-div .form-control {
  border-radius: 0;
  border-bottom: 1px solid #b0b0b0;
  background-color: #E3E3E3;
  padding: 6px 0;
  margin-bottom: 5px;
  box-shadow: none;
}
#collapseThree .accordion-body a {
 text-decoration: underline;
}
.single-form-div .input-group-text {
  border-radius: 0 30px 30px 0;
  width: 55px;
  cursor: pointer;
}
.single-form-div .input-group-text img {
  height: 25px;
}
.card-form .form-select,
.div-single .form-select {
  border-radius: 30px;
  font-size: 18px;
  padding: 15px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.card-form .form-control::placeholder,
.div-single .form-control::placeholder {
  color: #a5a5a5;
}
.card-form .form-control:focus,
.div-single .form-control:focus {
  border:1px solid rgba(255, 122, 40, 0.3);
}
.card-form .form-select:focus,
.div-single .form-select:focus {
  border:1px solid rgba(255, 122, 40, 0.3);
}
.add-extra h3 {
  font-size: 15px;
}
.add-extra a{
  padding: 8px 25px;
  display: inline-block;
  background-color: #FF7A28;
  font-size: 18px;
  border-radius: 25px 25px 0 25px;
  min-width: 300px;
  color: #fff;
  text-decoration: none;
  transition: .3s;
  text-align: center;
}
.add-extra a:hover {
  background-color: #382F38;
}
.card-form textarea {
  resize: none;
}
.form-footer a{
  padding: 8px 25px;
  display: inline-block;
  background-color: #FF7A28;
  font-size: 18px;
  border-radius: 25px 25px 0 25px;
  min-width: 300px;
  color: #fff;
  text-decoration: none;
  transition: .3s;
  text-align: center;
}
.single-recipiant {
  position: relative;
}
.close-recipiant {
  position: absolute;
  right: 0;
  top: 10px;
  height: 25px;
  width: 25px;
}
.card-checkout a {
  padding: 8px 25px;
  display: inline-block;
  background-color: #FF7A28;
  font-size: 18px;
  border-radius: 25px 25px 0 25px;
  color: #fff;
  text-decoration: none;
  transition: .3s;
  text-align: center;
  min-width: 150px;
}
.card-price {
  position: relative;
  width: 150px;
}
.card-price span {
  height: 40px;
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
  cursor: pointer;
}
.card-price span.card-plus {
  left: 2px;
}
.card-price span.card-minus {
  right: 2px;
}
.card-price input {
  width: 150px;
  text-align: center;
  padding: 8px 45px;
  border-radius: 25px;
  background-color: #252E46;
  color: #fff;
  border: none;
}

/* 
Progress Page CSS
*/
.div-single {
  box-shadow: 0px 0px 12px 0px #C1C3D4;
  border-radius: 20px;
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.header-progress h3 {
  font-size: 18px;
  margin: 0;
}

.all-progress {
  display: flex;
  justify-content: space-around;
}

.single-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.progress-icons {
  background-color: #252E46;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.current-progress .progress-icons,
.completed-progress .progress-icons {
  background-color: #FF7A28;
}
.current-progress .progress-icons {
  transform: scale(1.22);
}

/* .current-progress.single-progress::after,
.current-progress.single-progress::before {
  background-color: #FF7A28;
}
.completed-progress.single-progress::after,
.completed-progress.single-progress::before {
  background-color: #FF7A28;
}
.next-progress.single-progress::before {
  background-color: #FF7A28;
} */

.progress-icons img {
  width: 16px;
  height: auto;
}

.progress-heading h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.single-progress {
  position: relative;
  z-index: 1;
}

.single-progress::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 50%;
  background-color: #252E46;
  right: 0;
  bottom: 10px;
  transform: translateY(-50%);
  z-index: -1;
}

.single-progress::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 50%;
  background-color: #252E46;
  left: 0;
  bottom: 10px;
  transform: translateY(-50%);
  z-index: -1;
}

.single-progress.progress-first::before {
  display: none;
}

.single-progress.progress-last::after {
  display: none;
}
div#amountHelp {
  margin-top: 10px;
  font-size: 15px;
}


.details-div .accordion-item {
  background: #E4E4E4;
  margin-bottom: 15px;
  border-radius: 15px;
}
.details-div .accordion-button {
  background-color: transparent;
  box-shadow: none;
  color: #0F0F0F;
  font-size: 20px;
  font-weight: 500;
}
.details-div .accordion-button h3 {
  margin-bottom: 0;
}
.details-div .accordion-body {
  padding-top: 0;
}

.footer-buttons {
  display: flex;
  justify-content: space-around;
}
.footer-buttons a {
  padding: 15px 25px;
  display: inline-block;
  background-color: #FF7A28;
  font-size: 20px;
  border-radius: 25px 25px 0 25px;
  min-width: 200px;
  color: #fff;
  text-decoration: none;
  transition: .3s;
  text-align: center;
  line-height: 1;
}
.footer-buttons img {
  height: 16px;
  margin: 5px;
  margin-top: 0;
}
.card-buttons {
  display: flex;
  justify-content: space-around;
}
.card-buttons a {
  padding: 15px 25px;
  display: inline-block;
  background-color: #FF7A28;
  font-size: 20px;
  border-radius: 25px 25px 0 25px;
  min-width: 200px;
  color: #fff;
  text-decoration: none;
  transition: .3s;
  text-align: center;
  line-height: 1;
  position: relative;
}
.card-buttons img {
  height: 16px;
  margin: 5px;
  margin-top: 0;
}

.card-section h3 {
  font-size: 24px;
}

.card-section h4 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
}
.card-section img {
  border-radius: 50px;
}

.div-single .form-check-input:checked {
  background-color: #FF7A28;
  border-color: #FF7A28;
  box-shadow: none;
}
.single-card-details {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  background-color: #fff;
}
.single-card-details div {
  flex: 1;
}
.pay-buttons a {
  padding: 15px 25px;
  display: inline-block;
  background-color: #FF7A28;
  font-size: 20px;
  border-radius: 25px 25px 0 25px;
  min-width: 100%;
  color: #fff;
  text-decoration: none;
  transition: .3s;
  text-align: center;
  line-height: 1;
}
.payment-header {
  display: flex;
  justify-content: space-between;
}
.payment-header img {
  height: 40px;
}
.single-form-div label.form-check-label {
  font-size: 18px;
  margin-left: 5px;
}
.single-form-div input.form-check-input {
  height: 20px;
  width: 20px;
}

.card-buttons input#formFileImage,
.card-buttons input#formFileVideo,
.card-buttons input#formFileUpload {
  color: transparent;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
}
.card-buttons input#formFileImage::-webkit-file-upload-button,
.card-buttons input#formFileVideo::-webkit-file-upload-button,
.card-buttons input#formFileUpload::-webkit-file-upload-button {
  display: none;
}
.card-buttons input#formFileImage::file-selector-button,
.card-buttons input#formFileVideo::file-selector-button,
.card-buttons input#formFileUpload::file-selector-button {
  display: none;
}
.single-form-div {
  position: relative;
}
.close-icon {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 25px;
  cursor: pointer;
}
.card-company img {
  height: 70px;
}
.payment-details {
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  background-color: #fff;
}
.single-payment-details {
  display: flex;
  border-bottom: 1px solid #D3D3D3;
  justify-content: flex-start;
}
.single-payment-details img {
  height: 15px;
}
.payment-details .single-payment-details:last-child {
  border: none;
}
.form-text a {
  text-decoration: underline;
}
.all-receiver-details {
  display: flex;
  flex-wrap: wrap;
}
.single-receiver-details {
  flex: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px;
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  background-color: #fff;
}
.single-receiver-details div {
  display: flex;
}
.single-receiver-details div div {
  flex-basis: 50%;
}
.receiver-details .single-receiver-details{
  margin-right: 10px;
}
.receiver-details .single-receiver-details:last-child{
  margin: 0;
}
@media (max-width: 768px) {
  .div-single {
    padding: 20px;
  }
  .progress-heading h3 {
    font-size: 12px;
  }
  .card-form .form-label, .div-single .form-label {
      font-size: 16px;
  }
  .footer-buttons a {
    padding: 10px 15px;
    font-size: 18px;
    min-width: 100%;
    margin-bottom: 15px;
  }
  .footer-buttons {
    flex-direction: column;
  }
  .card-buttons a {
    padding: 10px 15px;
    font-size: 18px;
    min-width: 100%;
    margin-bottom: 15px;
  }
  .card-buttons {
    flex-direction: column;
  }
  .progress-icons {
    width: 20px;
    height: 20px;
  }
  .single-progress::after {
    transform: translateY(50%);
  }
  .single-progress::before {
    transform: translateY(50%);
  }
  .progress-icons img {
    width: 10px;
  }
  .card-price input {
    width: 100%;
  }
  .card-checkout a {
    min-width: 100%;
  }
  .single-card-details {
    flex-direction: column;
  }
  .receiver-details .single-receiver-details{
    margin: 0;
  }
  .single-payment-details img {
    height: 10px;
  }
}