.invest-sec {
}

.invest-sec > .top-sec {
}

.invest-sec > .top-sec > .img-bx {
  position: relative;
}

.invest-sec > .top-sec > .img-bx > .img {
  width: 100%;
}

.invest-sec > .top-sec > .img-bx > .overlay-cntr {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #0000002e;
  height: 100%;
}

.invest-sec > .top-sec > .img-bx > .overlay-cntr > .overlay-bx {
}

.invest-sec > .top-sec > .img-bx > .overlay-cntr > .overlay-bx > .t {
  font-size: 60px;
}

.invest-sec > .top-sec > .img-bx > .overlay-cntr > .overlay-bx > .divider {
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.invest-sec > .top-sec > .img-bx > .overlay-cntr > .overlay-bx > .bd {
  display: flex;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
}

.invest-sec > .top-sec > .img-bx > .overlay-cntr > .overlay-bx > .bd > .t {
  font-size: 60px;
  padding-right: 30px;
  margin: 0;
}

.invest-sec > .top-sec > .img-bx > .overlay-cntr > .overlay-bx > .bd > .d {
  max-width: 250px;
  margin: 0;
  font-size: 37px;
  line-height: 36px;
  border-left: 3px solid #fff;
  padding-left: 30px;
}

.invest-sec > .form-sec {
  margin-top: -54px;
  position: relative;
  margin-bottom: 30px;
}

.invest-sec > .form-sec .cnt {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #00000040;
  overflow: hidden;
}

.invest-sec > .form-sec .form {
  padding: 25px;
}

.invest-sec > .form-sec .form .form-group {
  margin-bottom: 15px;
}

.invest-sec > .form-sec .dt {
  background-color: #d3b300;
  text-align: center;
  padding: 15px 10px;
  font-size: 20px;
}

.invest-sec > .form-sec .dt > span {
  color: var(--theme-color);
}

.invest-sec > .form-sec .form .form-control {
  border-radius: 5px;
  height: 50px;
}

.invest-sec > .form-sec .form .btn {
  background-color: var(--theme-color);
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  height: 50px;
  text-transform: uppercase;
  font-size: 18px;
}

.invest-sec > .form-sec .payt {
  text-align: center;
  margin: 0;
}

.invest-sec > .form-sec .payt > a {
  text-decoration: none;
  color: var(--theme-color);
  font-weight: bold;
}

.invest-sec > .pland-sec {
}

.invest-sec > .pland-sec .t1 {
  text-align: center;
}

.invest-sec > .pland-sec .dbx {
  position: relative;
  padding-left: 60px;
  margin-bottom: 25px;
}

.invest-sec > .pland-sec .dbx > .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  --s: 50px;
  width: var(--s);
  height: var(--s);
}

.invest-sec > .pland-sec .dbx > .t {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.invest-sec > .pland-sec .dbx > .d {
  font-size: 14px;
  margin: 0;
}

.invest-sec > .details-sec {
  padding: 50px 0 25px;
}

.invest-sec > .details-sec .img-bx {
  margin-bottom: 25px;
}

.invest-sec > .details-sec .img-bx > .img {
  width: 100%;
}

.invest-sec > .details-sec .details-bx {
}

.invest-sec > .details-sec .details-bx > .t {
  font-size: 24px;
  font-weight: bold;
}

.invest-sec > .details-sec .details-bx > .d {
}

.invest-sec > .details-sec .details-bx > .dtm-c {
}

.invest-sec > .details-sec .details-bx > .dtm-c > .dtm-bx {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

.invest-sec > .details-sec .details-bx > .dtm-c > .dtm-bx > .tbx {
  display: flex;
  color: var(--theme-color);
  align-items: center;
  width: 125px;
  position: relative;
}

.invest-sec > .details-sec .details-bx > .dtm-c > .dtm-bx > .tbx::before {
  content: " ";
  height: 35px;
  width: 2px;
  background-color: var(--theme-color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
}

.invest-sec > .details-sec .details-bx > .dtm-c > .dtm-bx > .tbx::after {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: var(--theme-color);
  border-radius: 100%;
  position: absolute;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%);
}

.invest-sec
  > .details-sec
  .details-bx
  > .dtm-c
  > .dtm-bx:last-child
  > .tbx::before,
.invest-sec
  > .details-sec
  .details-bx
  > .dtm-c
  > .dtm-bx:last-child
  > .tbx::after {
  content: unset;
}

.invest-sec > .details-sec .details-bx > .dtm-c > .dtm-bx:last-child {
  margin-bottom: 0;
}

.invest-sec > .details-sec .details-bx > .dtm-c > .dtm-bx > .tbx > .c {
  font-size: 44px;
  margin: 0;
  padding-right: 10px;
  border-right: 2px solid var(--theme-color);
}

.invest-sec > .details-sec .details-bx > .dtm-c > .dtm-bx > .tbx > .d {
  margin: 0;
  padding-left: 10px;
  font-size: 14px;
  text-wrap: nowrap;
}

.invest-sec > .details-sec .details-bx > .dtm-c > .dtm-bx > .dbx {
}

.invest-sec > .details-sec .details-bx > .dtm-c > .dtm-bx > .dbx > .d {
  font-size: 14px;
  margin: 0;
  border-bottom: 1px solid var(--theme-color);
  padding-bottom: 10px;
}

.invest-sec > .calc-sec {
}

.invest-sec > .calc-sec .t1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 23px;
}

.invest-sec > .calc-sec .calc-cntr {
}

.invest-sec > .calc-sec .calc-cntr > .d {
}

.invest-sec > .calc-sec .calc-cntr > .slid {
  height: 5px;
  /* background-color: #c5c5c5; */
  margin-bottom: 20px;
}

.invest-sec > .calc-sec .calc-cntr > .input-err {
  font-size: 14px;
  color: red;
}

.invest-sec > .calc-sec .calc-cntr > .input-bx {
  display: flex;
  margin-bottom: 20px;
}

.invest-sec > .calc-sec .calc-cntr > .input-bx > .form-control {
  height: 50px;
  font-size: 25px;
  border-radius: 5px 0 0 5px;
}

.invest-sec > .calc-sec .calc-cntr > .input-bx > .btn {
  width: 164px;
  background-color: var(--theme-color);
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 21px;
}

.invest-sec > .calc-sec .calc-cntr > .graph-bx {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.invest-sec > .calc-sec .cal-mine {
  border: 1px solid #c6c6c6;
  margin-bottom: 30px;
}

.invest-sec > .calc-sec .cal-mine > .head {
}

.invest-sec > .calc-sec .cal-mine > .head > .t {
  background-color: #9a602e;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
}

.invest-sec > .calc-sec .cal-mine > .body {
  padding: 15px;
  background-color: #faf7ef;
}

.invest-sec > .calc-sec .cal-mine > .body > .cal-tbl,
.invs-sec .inv-details .details > .cal-tbl {
  width: 100%;
}

.invest-sec > .calc-sec .cal-mine > .body > .cal-tbl tr > td,
.invs-sec .inv-details .details > .cal-tbl tr > td {
  padding-bottom: 15px;
}
.invest-sec > .calc-sec .cal-mine > .body > .cal-tbl tr > td:first-child {
}

.invest-sec > .calc-sec .cal-mine > .body > .cal-tbl tr > td:first-child > span,
.invs-sec .inv-details .details > .cal-tbl tr > td:first-child > span {
  font-size: 13px;
  color: #c6c6c6;
  display: block;
}

.invest-sec > .calc-sec .cal-mine > .body > .cal-tbl tr > td:last-child,
.invs-sec .inv-details .details > .cal-tbl tr > td:last-child {
  text-align: right;
}

.invest-sec > .calc-sec .cal-mine > .body > .cal-tbl tr > td:last-child,
.invs-sec .inv-details .details > .cal-tbl tr > td:last-child {
  text-align: right;
}

.invest-sec > .calc-sec .cal-mine > .body > .cal-tbl tr.ba > td,
.invs-sec .inv-details .details > .cal-tbl tr.ba > td {
  padding-bottom: 15px;
}

.invest-sec > .calc-sec .cal-mine > .body > .cal-tbl tr.b > td,
.invs-sec .inv-details .details > .cal-tbl tr.b > td {
  border-top: 1px solid var(--theme-color);
  padding-top: 15px;
}

.invest-sec > .calc-sec .cal-mine > .body > .cal-tbl tr.b > td:last-child,
.invs-sec .inv-details .details > .cal-tbl tr.b > td:last-child {
  font-size: 30px;
}

.invest-sec > .calc-sec .cal-mine > .body > .cal-tbl tr.d > td:first-child {
}

.invest-sec > .calc-sec .cal-mine > .body > .cal-tbl tr.d > td:first-child > p,
.invs-sec .inv-details .details > .cal-tbl tr.d > td:first-child > p {
  display: block;
  font-size: 14px;
  margin: 0;
  color: #c6c6c6;
}

.invest-sec
  > .calc-sec
  .cal-mine
  > .body
  > .cal-tbl
  tr.d
  > td:first-child
  > p
  > span,
.invs-sec .inv-details .details > .cal-tbl tr.d > td:first-child > p > span {
  background-color: green;
  color: #fff;
  padding: 2px 8px;
  border-radius: 5px;
}

.invest-sec > .calc-sec .cal-mine > .body > .cal-tbl tr.d > td:last-child,
.invs-sec .inv-details .details > .cal-tbl tr.d > td:last-child {
  font-size: 25px;
}

.slid .ui-slider-handle {
  border-radius: 100%;
  background-color: var(--theme-color);
  top: -8px;
}




.invs-sec {}

.invs-sec .top-steps-bar {
  max-width: 700px;
  margin: 30px auto;
  display: flex;
}

.invs-sec .top-steps-bar>.step-bx {
  width: 50%;
  text-align: center;
  position: relative;
}

.invs-sec .top-steps-bar>.step-bx::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: var(--theme-color);
  left: 0;
  border-radius: 0;
  top: 25px;
  z-index: -1;
}

.invs-sec .top-steps-bar>.step-bx>.c {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fbf7ef;
  color: #000000;
  line-height: 50px;
  font-weight: bold;
  margin: 0 auto;
  border: 2px solid var(--theme-color);
}

.invs-sec .top-steps-bar>.step-bx.done>.c {
  color: #FFF;
  background-color: var(--theme-color);
}

.invs-sec .top-steps-bar>.step-bx>.t {
  font-size: 14px;
  font-weight: bold;
}

.invs-sec .frm-cntr {
  background-color: #faf7ef;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: sticky;
  top: 30px;
}

.invs-sec .inv-details {
  margin-bottom: 30px;
  position: sticky;
  top: 30px;
}

.invs-sec .inv-details .hed {
  background-color: var(--theme-color);
  color: #FFF;
  padding: 10px;
}

.invs-sec .inv-details .hed>.t {
  margin: 0;
}

.invs-sec .inv-details .hed>.d {
  font-size: 14px;
  margin: 0;
}

.invs-sec .inv-details .details {
  background-color: #fbf7ef;
  padding: 10px;
}


@media (max-width: 576px) {
  .invest-sec > .top-sec > .img-bx > .overlay-cntr > .overlay-bx > .t {
    font-size: 21px;
    text-align: center;
    margin-bottom: 5px;
  }

  .invest-sec > .top-sec > .img-bx > .overlay-cntr > .overlay-bx > .divider {
  }

  .invest-sec > .top-sec > .img-bx > .overlay-cntr > .overlay-bx > .bd {
    margin-top: 5px;
  }

  .invest-sec > .top-sec > .img-bx > .overlay-cntr > .overlay-bx > .bd > .t {
    font-size: 27px;
    padding-right: 10px;
  }

  .invest-sec > .top-sec > .img-bx > .overlay-cntr > .overlay-bx > .bd > .d {
    font-size: 15px;
    line-height: normal;
    padding-left: 10px;
  }
  .invest-sec > .form-sec {
    margin-top: 30px;
  }
}
