body {
  background-color: #ebebeb;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 816px !important;
}

h1 {
  font-family: FbExtaza-Bold;
  color: #ed1c24;
  padding: 0 0;
}

h1 span {
  color: #43b6e8;
}

.fs-8x {
  font-size: 5rem;
}

.fs-7x {
  font-size: 4rem;
}

.btn {
  padding: 0.175rem 2rem;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #43b6e8;
  border-color: #43b6e8;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}

/* Step 1 */
.steps {
  margin: 20px;
}

.mybaby-ka {
  background-color: #fff;
  padding: 15px 30px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  text-align: center;
}

.fot {
  text-align: center;
}

.mybaby-ka h1,
.fot h2 {
  font-family: 'FbExtaza-Bold';
  font-weight: 700;
  color: #ed1c24;
}

.mybaby-ka h1 span,
.fot h2 span {
  color: #43b6e8;
}

.mybaby-step {
  box-shadow: 4px 4px 4px rgba(0 0 0 / 0.3);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.step-nav {
  background-color: #fff;
  padding: 15px 20px 15px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px -6px 5px -6px rgba(0 0 0 / 30%);
}

.step-nav p {
  font-family: FbExtaza-Light;
  color: #403f41;
}

.step-nav p span {
  font-family: FbExtaza-Bold;
}

.step-nav a {
  text-decoration: none;
  color: #403f41;
}

.step-details {
  background-color: #f9f9f9;
  padding: 20px;
  border-left: 2px solid #f2f2f2;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.step-details h2 {
  color: #43b6e8;
  line-height: 55px;
}

.step-details p {
  font-family: FbExtaza-Regu;
  color: #414042;
  font-size: 24px;
  line-height: 30px;
}

.vh-60 {
  height: 60vh !important;
}

.vh-80 {
  height: 80vh !important;
}

.vh-90 {
  height: 90vh !important;
}

select.custom-select {
  font-size: 2rem;
  font-family: FbExtaza-Bold;
  color: #414042;
  background-color: #fff;
  border: 1px solid #414042;
  border-radius: 10px;
  padding: 0px 10px;
  width: 100px;
  margin: 10px;
  text-align: center;
}

.box {
  background-color: #43b6e8;
  text-align: center;
  margin-bottom: 25px;
  padding: 4%;
}
.box_prods{
  font-size: 1rem;
  color: #fff;
  text-align: center;

}
h3.box {
  font-size: 4rem;
  margin-bottom: 10px;
}

.box a {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  text-decoration: none;
}

.econ {
  padding: 1%;
}

.econ-details {
  text-align: right;
  padding: 2% 8% 0 2%;
  border-bottom: 1px solid #a7a9ac;
}

.econ-details .red {
  color: #ed1c24;
  font-family: FbExtaza-Bold;
  font-size: 30px;
  line-height: 34px;
}

.econ-details p {
  color: #414042;
  font-family: FbExtaza-Bold;
  font-size: 20px;
}

.econ-details .infield {
  box-shadow: 3px 3px 4px rgb(0 0 0 / 30%);
  margin-bottom: 18px;
  height: 56px;
  font-family: FbExtaza-Bold;
  font-size: 20px;
}

.infield::placeholder {
  color: #414042;
}

.econ-details .fnormal,
.econ-details small {
  font-family: FbExtaza-Light !important;
}

.package-form {
  font-size: 20px;
}

.package-form .form-check-label {
  margin-right: 30px;
  font-family: 'FbExtaza-Light';
  font-size: 20px;
}

.package-form .form-check-label span {
  padding-right: 60px;
}

.package-form select.custom-select {
  font-size: 1rem;
  width: 75px;
}

.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
  color: #fff;
  background-color: #414042;
  border-color: #414042;
  box-shadow: 3px 3px 4px rgb(0 0 0 / 30%);
  border-radius: 0.25rem;
}

.package-form .btn,
.packages .btn {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.yorder p {
  font-family: FbExtaza-Regu;
}

.yorder p span {
  padding-right: 40px;
  font-family: FbExtaza-Bold;
}

.tpay p {
  font-family: FbExtaza-Bold;
  font-size: 26px;
}

.tpay p span {
  padding-right: 14px;
}

.bb {
  border: none;
}

.bcol {
  color: #44b6e8;
}

.black,
.black:hover {
  color: #414042;
}

.other-info {
  font-family: FbExtaza-Light !important;
}

.other-info span {
  font-family: FbExtaza-Bold;
}

.prem-form select.custom-select {
  font-size: 1rem;
  width: 150px;
}

/* Hide default arrow */
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  background-position: left 0px center;
  padding-right: 30px;
  /* add padding to make room for arrow */
  background-color: #fff;
  /* add background color */
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}

.gray-col {
  color: #a7a9ac;
  font-family: 'FbExtaza-Light' !important;
}

.payment .btn-outline-primary {
  padding: 10px;
  font-size: 18px !important;
  color: #414042;
}

.btn-check:checked+.payment .btn-outline-primary,
.payment .btn-outline-primary:active {
  color: #414042;
}

.btn-outline-primary {
  font-family: 'FbExtaza-Bold';
  color: #414042;
  border: 2px solid #414042;
  padding: 10px 16px;
  border-radius: 15px;
}

.btn-outline-primary:hover,
.payment .btn-outline-primary:hover {
  background-color: #f5acaf;
  border-color: #414042;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  background-color: #f5acaf;
  border-color: #414042;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus,
.btn-check:focus+.btn-light,
.btn-light:focus {
  box-shadow: 0 0 0 0.25rem rgb(67 182 231 / 50%);
}

.mt-4 {
  margin-top: 3rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

#cal .js-collapse {
  display: none !important;
}

.bg-primary {
  background-color: #43b6e8 !important;
  color: #fff !important;
  font-weight: bold;
}

.border-secondary {
  border-color: #403f41 !important;
}

.bclass {
  font-family: 'FbBasisEng-light';
  font-size: 20px;
}
.order-details {
  direction: ltr;
  font-family: FbExtaza-Regu;
  font-size: 14px;
  padding: 15px;
}
.order-details span {
  line-height: 40px;
}
@media only screen and (max-width: 576px) {

  .fs-8x,
  .fs-7x {
    font-size: 2.5rem;
  }

  .mybaby-ka {
    padding: 15px;
  }

  h3.box {
    font-size: 2.5rem;
  }
  .vh-80 {
    height: 60vh !important;
  }
  #cal {
    width: 300px !important;
  }
}
