@font-face {
  font-family: 'Boldo';
  src: url('./font/Boldoa Mat.ttf') format('ttf'),
       url('./font/Boldoa Mat.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Boldo', sans-serif;
  background: #FFF6E1 !important;
}

.page-1-wrap .form-section h2 {
  color: #316366;
  font-family: 'Mensch';
  font-size: 36px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 800;
}
.page-1-wrap .form-section #pills-home-tab {
  background: #A9EADF;
  color: #000;
  border-radius: 100px;
  margin-bottom: 10px;
}
.page-1-wrap .form-section .nav-item .nav-link {
  background: #316366;
  color: #fff;
  border-radius: 100px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
/* .form-section .nav-item {
  margin-right: 125px;
} */
.page-1-wrap .form-section h3 {
  color: #316366;
  font-size: 20px;
  font-weight: 600;
}
.page-1-wrap .border-top {
  border-top: 1px solid #dee2e6 !important;
  margin-top: 25px;
}
.page-1-wrap form {
  /* border-top: 2px solid #ccc; */
  margin-top: 10px;
}
.page-1-wrap form .form-control {
  background: #E0D8C6;
  border: none;
  border-radius: 0px;
}
.page-1-wrap form .form-select {
  background: #E0D8C6;
  border: none;
  border-radius: 0px;
}
.page-1-wrap .add-button {
  background: #EC2A92;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 7px;
  margin-bottom: 30px;
}
.page-1-wrap .next-button {
  background: #EFB339;
  border: none;
  color: #316366;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 7px;
}
.page-1-wrap .tab-part {
  position: relative;
  z-index: 5;
}
.page-1-wrap .dashed-border {
  border: 1px dashed #000 !important;
  position: absolute;
  top: 20px;
  z-index: 1;
  width: 100%;
}
.page-1-wrap .nav-item span {
  font-size: 18px;
  font-weight: 600;
  /* display: block;
  margin: auto; */
}
.page-1-wrap .nav-item.last-row span {
  position: relative;
  right: 120px;
}
.page-1-wrap .nav-item.last-row {
  position: relative;
  left: 150px;
}
.page-1-wrap form .form-label {
  font-size: 18px;
  font-weight: 600;
}
.page-1-wrap form label {
  font-size: 18px;
  font-weight: 600;
}
.page-1-wrap .text-right-cls {
  text-align: right;
}

.page-1-wrap .quantity {
  display: flex;
  border: 1px solid #000;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-1-wrap .quantity button {
  background-color: #fff;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}

.page-1-wrap .quantity button:hover {
  background-color: #2980b9;
}

.page-1-wrap .input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
  background: #E0D8C6;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}

.page-1-wrap .form-section h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.page-1-wrap .same-line {
  display: block ruby;
  margin-left: 35px;
}

/* page 2 */
.page-2-section .part-1 {
  background-image: url("images/tree_emblem_grass_soil.png");
  /* background-image: url("images/tree_emblem_sun_full_size.png"); */
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  background-size: cover;
  height: 300vh;
}
.page-2-section #pills-home-tab {
  background: #A9EADF;
  color: #000;
  border-radius: 100px;
  margin-bottom: 10px;
}
.page-2-section .nav-item .nav-link {
  background: #316366;
  color: #fff;
  border-radius: 100px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.page-2-section .tab-part2 {
  position: relative;
  z-index: 5;
}
.page-2-section .tab-part2 .nav-item span {
  font-size: 18px;
  font-weight: 600;
  /* display: block;
  margin: auto; */
}
.page-2-section .tab-part2 .nav-item.last-row span {
  position: relative;
  right: 120px;
}
.page-2-section .tab-part2 .nav-item.last-row {
  position: relative;
  left: 150px;
}
.page2-dashed-border {
  border: 1px dashed #000 !important;
  position: absolute;
  top: 90px;
  z-index: 1;
  width: 100%;
}
.page-2-section .img-with-text h2 {
  color: #000;
  font-family: 'Mensch';
  font-size: 36px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 800;
  margin-top: 40px;
}
.page-2-section .m-cls-1 {
  margin: 20px 0px 25px 0px;
}
.page-2-section .img-with-text p {
  font-size: 18px;
  font-weight: 500;
}
.page-2-section .img-with-text p {
  font-size: 20px;
}
.page-2-section .h3-cls {
  font-size: 28px;
  font-weight: bold;
  margin: 105px 0px 0px 0px;
  text-align: center;
}
.page-2-section .img-center-cls {
  width: 50%;
  display: block;
  margin: auto;
  padding: 25px 0px 40px 0px;
}
.page-2-section .check-img-text {
  font-size: 20px;
}
.page-2-section .p2-cls p {
  font-size: 16px;
}
.page-2-section #exampleFormControlSelect1 {
  background: #E0D8C6;
  width: 20%;
  border: 1px solid #000;
  border-radius: 0px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.page-2-section #exampleFormControlInput1 {
  background: #E0D8C6;
  width: 20%;
  border: 1px solid #000;
  border-radius: 0px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.page-2-section .quantity {
  display: flex;
  border: 1px solid #000;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.page-2-section .quantity button {
  background-color: #fff;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}
.page-2-section .back-button {
  background: #E0D8C6;
  border: none;
  color: #316366;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 7px;
}
.page-2-section .next-button {
  background: #EFB339;
  border: none;
  color: #316366;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 7px;
}
.page-2-section .last-cta p {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
.page-2-section .main-title {
  color: #316366;
  font-family: 'Mensch';
  font-size: 36px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 800;
}
.page-2-section .animate-btn {
  background: #316265;
  color: #fff;
  font-size: 22px;
  padding: 20px 20px;
  border-radius: 5px;
  border: none;
  margin: 105px 0px 0px 0px;
}

/* page 3 */
.page-3-section .main-title {
  color: #316366;
  font-family: 'Mensch';
  font-size: 36px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 800;
}
.page-3-section .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.page-3-section .img-section {
  background-image: url("images/p3_img_6.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-3-section .yellow-bg {
  background: #EDB33C;
  width: 90%;
}
.page-3-section .yellow-bg h2 {
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 15px 0px;
}
.page-3-section .p-cls{
  font-size: 17px;
  margin: 10px 0px 20px 0px;
}
.page-3-section .img-position img {
  height: 25vh;
}
/* .page-3-section .img-position {
  position: relative;
  bottom: 240px;
} */
.page-3-section #pills-home-tab {
  background: #A9EADF;
  color: #000;
  border-radius: 100px;
  margin-bottom: 10px;
}
.page-3-section .nav-item .nav-link {
  background: #316366;
  color: #fff;
  border-radius: 100px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.page-3-section .tab-part2 {
  position: relative;
  z-index: 5;
}
.page-3-section .tab-part2 .nav-item span {
  font-size: 18px;
  font-weight: 600;
  /* display: block;
  margin: auto; */
}
.page-3-section .tab-part2 .nav-item.last-row span {
  position: relative;
  right: 120px;
}
.page-3-section .tab-part2 .nav-item.last-row {
  position: relative;
  left: 150px;
}
.page2-dashed-border {
  border: 1px dashed #000 !important;
  position: absolute;
  top: 90px;
  z-index: 1;
  width: 100%;
}
.page-3-section .quantity {
  display: flex;
  border: 1px solid #000;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.page-3-section .quantity button {
  background-color: #fff;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}
.page-3-section .img-section h3 {
  font-size: 22px;
  font-weight: 600;
}
.page-3-section .main-cls-1 h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px !important;
}
.page-3-section .same-row p {
  font-size: 18px;
  margin-right: 20px;
}
.page-3-section .same-row h5 {
  font-size: 18px;
  font-weight: 700;
  margin-left: 15px;
}
.page-3-section .back-button {
  background: #E0D8C6;
  border: none;
  color: #316366;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 7px;
}
.page-3-section .next-button {
  background: #EFB339;
  border: none;
  color: #316366;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 7px;
}
.page-3-section .custom-position-cls {
  position: absolute;
  top: 106%;
}
.page-3-section .last-cta {
  margin-top: 50px !important;
}
.modal-window-part h2 {
  font-size: 26px;
  font-weight: 600;
}
.modal-window-part p {
  font-size: 17px;
}
.modal-window-part h3 {
  font-size: 20px;
  font-weight: 600;
}
.modal-window-part span {
  font-size: 21px;
  font-weight: 700;
}
.br-desktop {
  display: block;
}
.page-3-section .img-position img {
  width: 90%;
}
.page-3-section .same-row {
  display: block ruby;
  margin-top: 130px !important;
}

.tab-parts-custom-cls a {
  width: 43px;
  display: block;
  margin: auto;
  position: relative;
  z-index: 5;
}
.tab-parts-custom-cls .nav-item{
  width: 25%;
  text-align: center;
}
.tab-parts-custom-cls .nav-item span{
  font-size: 18px;
  font-weight: 600;
}
.modal-content .same-row{
  display: block ruby;
}

/* page 4 styles */
.page-4-wrap .border-cls{
  border: 1px solid #000;
  width: 80px;
  padding-left: 5px;
}
.page-4-wrap .border-cls span{
  background: #ccc;
  padding: 3px 15px;
  font-weight: 700;
}
.page-4-wrap .form-section h2 {
  color: #316366;
  font-family: 'Mensch';
  font-size: 36px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 800;
}
.page-4-wrap .form-section #pills-home-tab {
  background: #A9EADF;
  color: #000;
  border-radius: 100px;
  margin-bottom: 10px;
}
.page-4-wrap .form-section .nav-item .nav-link {
  background: #316366;
  color: #fff;
  border-radius: 100px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.page-4-wrap .form-section h3 {
  color: #316366;
  font-size: 20px;
  font-weight: 600;
}
.page-4-wrap .border-top {
  border-top: 1px solid #dee2e6 !important;
  margin-top: 25px;
}
.page-4-wrap .row-cls-1 {
  font-size: 20px;
  font-weight: 600;
}
.page-4-wrap .row-cls-1 h4 {
  font-size: 22px;
  font-weight: 600;
  text-align: right;
}
.page-4-wrap .row-cls-1 p {
  font-size: 16px;
  font-weight: 300;
}
.page-4-wrap .order-cls p {
  font-size: 18px;
  margin: 0;
  text-align: right;
}
.page-4-wrap .row-cls-2 {
  text-align: right;
}
.page-4-wrap .row-cls-2 p {
  font-size: 20px;
  font-weight: 600;
}
.page-4-wrap .row-cls-2 p span {
  background: #E0D8C6;
  border: 1px solid #000;
  padding: 5px 15px;
  margin-left: 10px;
}
.page-4-wrap .row-cls-3 p {
  font-size: 18px;
  text-align: right;
  margin: 0;
}
.page-4-wrap .row-cls-3 p span{
  font-weight: 600;
  margin-left: 30px;
}
.page-4-wrap .row-cls-4 p {
  font-size: 18px;
  text-align: right;
  font-weight: 600;
}
.page-4-wrap .row-cls-4 p span{
  margin-left: 30px;
}
.page-4-wrap form .form-label {
  font-size: 18px;
  font-weight: 600;
}
.page-4-wrap form .form-control {
  background: #E0D8C6;
  border: none;
  border-radius: 0px;
}
.page-4-wrap .back-button {
  background: #E0D8C6;
  border: none;
  color: #316366;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 7px;
}
.page-4-wrap .submit-button {
  background: #EFB339;
  border: none;
  color: #316366;
  text-transform: uppercase;
  font-weight: 800;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 7px;
}
.page-4-wrap .row-cls-3 h3 {
  font-size: 16px;
  color: #000;
}



@media (max-width: 768px) {
  .page-1-wrap .same-line {
    display: unset;
  }
  .page-1-wrap .form-section h2 {
    font-size: 26px;
  }
  .page-1-wrap .nav-item.last-row span {
    position: unset;
    right: unset;
  }
  .page-1-wrap .dashed-border {
    display: none;
  }
  .page-1-wrap .nav-item.last-row {
    position: unset;
    left: unset;
  }
  .page-1-wrap .nav-item {
    margin-bottom: 15px;
  }
  .page-2-section .part-1 {
    background-image: unset;
    height: unset;
  }
  .page-2-section .tab-part2 .nav-item.last-row span {
    position: unset;
    right: unset;
  }
  .page-2-section .tab-part2 .nav-item.last-row {
    position: unset;
    left: unset;
  }
  .page2-dashed-border {
    display: none;
  }
  .page-2-section .img-center-cls {
    width: 100%;
    padding: 0px 0px 10px 0px;
  }
  .page-2-section .img-with-text h2 {
    font-size: 30px;
  }
  .page-2-section .h3-cls {
    margin: 30px 0px 0px 0px;
  }
  .page-2-section .br-custom-cls {
    display: none;
  }
  .page-2-section .m-cls-1 {
    margin: 10px 0px 10px 0px;
  }

  .page-2-section .animate-btn {
    font-size: 16px;
    margin-top: 35px;
  }
  #exampleFormControlSelect1 {
    width: 100% !important;
  }
  #exampleFormControlInput1 {
    width: 100% !important;
  }
  .same-row-checkbox {
    margin-top: 25px;
  }
  .page-3-section .tab-part2 .nav-item.last-row {
    position: unset;
    left: unset;
  }
  .page-3-section .img-position {
    position: unset;
    bottom: unset;
  }
  .br-desktop {
    display: none;
  }
  .page-2-section .main-title {
    font-size: 24px;
    text-align: center;
  }
  .page-3-section .main-title {
    font-size: 24px;
    text-align: center;
  }
  .page-3-section .tab-part2 .nav-item.last-row span {
    position: unset;
    right: unset;
  }
  .page-3-section .img-section {
    background-image: unset;
  }
  .page-3-section .same-row {
    display: block;
    margin-top: 10px !important;
  }
  .page-3-section .custom-position-cls {
    position: unset;
    top: unset;
  }
  .page-3-section .last-cta {
    margin-top: unset !important;
  }
  .page-3-section .same-row h5 {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .page-3-section .back-button {
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .tab-parts-custom-cls .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .modal-content .same-row {
    display: unset !important;
  }
  .page-3-section .img-position img {
    width: 100%;
    display: block;
    margin: auto;
    padding-bottom: 0px;
  }
  .page-3-section .yellow-bg {
    width: 100%;
}
  .page-4-wrap .form-section h3 {
    margin-top: 25px;
  }
  .page-4-wrap .row-cls-1 h4 {
    margin-bottom: 30px;
    text-align: left;
  }
  .page-4-wrap .order-cls p {
    text-align: left;
  }
  .page-4-wrap .form-section h2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .tab-parts-custom-cls .nav-item {
    width: 25%;
  }
  .page-1-wrap form .form-label {
    font-size: 12px;
  }
  .page-1-wrap form label {
    font-size: 12px;
  }
}

/* @media only screen and (min-width: 1024px) {
  .page-2-section .part-1 {
    height: 220vh;
  }
} */


.same-row-checkbox .container-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.same-row-checkbox .container-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.same-row-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 3px solid #405020;
}

/* On mouse-over, add a grey background color */
.same-row-checkbox .container-box:hover input ~ .checkmark {
  background-color: transparent;
  border: 3px solid #405020;
}

/* When the checkbox is checked, add a blue background */
.same-row-checkbox .container-box input:checked ~ .checkmark {
  background-color: transparent;
  border: 3px solid #405020;
}

/* Create the checkmark/indicator (hidden when not checked) */
.same-row-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.same-row-checkbox .container-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.same-row-checkbox .container-box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #405020;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



