body,
input,
textarea,
select {
  font-family: Rubik, sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  line-height: 24px;
}

.d-flex {
  display: flex;
}

.flex-grow {
  flex-grow: 1;
}

#device-wrap {
  padding: 40px 0;
}

.sec-head {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: normal;
  margin-bottom: 30px;
}

.bolder {
  font-weight: bold;
  color: #000000;
}

.circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #93BB3E;
}

.green-col {
  background-color: #93BB3E
}

.circle .step-num {
  color: #93BB3E;
  font-size: 30px;
  font-weight: 700;
}

.green-col .step-num {
  color: #fff;
}

.step-txt {
  font-size: 20px;
  color: #000;
}

.line {
  width: 157px;
  height: 0px;
  margin: 40px 0 0;
  border: 2px dashed #ccc;
}

.stage-wrap {
  border: 0;
}

.sub-head {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
  line-height: inherit;
}

.data-input {
  border: 1px solid #ddd !important;
}

.data-input {
  border: 1px solid #ddd !important;
  font-size: 16px;
  font-weight: 400;
}

input.data-input.numDev,
input#from,
input#to {
  text-align: unset;

}

.sub-head.direction {
  text-align: center !important;
}

.gut-mis {
  min-width: 30px;
  width: 30px;
}

.device-block {
  width: 390px;
  border: 3px solid #fff;
  border-radius: 8px;
  background-color: #f7f7f7;
  box-sizing: border-box;

  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
  cursor: pointer;
  transition: .2s all;
}

.section-inner {
  width: 1290px;
  box-sizing: border-box;
}

.device-inner {
  width: 1230px;
}

.stage-wrap {
  padding: 40px;
  margin: 30px 0;
  box-shadow: unset;
}

.ch-h1r {
  font-size: 16px;
  font-weight: 400;
  margin: 30px 0 20px;
}

div#rental-h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px;
}

.itm-out.selected {
  border: 1px solid #1b469e;
}

.xii {
  color: #000;
  text-align: center;
}

.itm-cost {
  font-size: 20px;
  font-weight: 500;
}

.wrap-in {
  display: block;
}

.sub-head-for {
  text-align: center;
}

.wrp-grow.flex {
  margin: auto;
}

.wrp-title.direction.flex {
  margin: auto;
}

.wrp-gap {
  width: 20px;
  border-left: 3px solid #444444;
  margin-left: 20px;
}

.dev-cost-summ .wrp-grow {
  flex-grow: 0;
  line-height: 12px;
  margin-top: 40px;
  font-weight: 500;
}

.wrp-col {
  margin: 0 5px;
  line-height: 24px;
}

.wrp-prc,
.wrp-desc {
  line-height: 24px;
  font-weight: 400;
}

span.gap-num {
  padding: 0 0 0 20px;
  border-right: 2px solid #000000;
  margin-right: 20px;
}

.toggle-button-new {
  display: flex;
  width: 300px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #2C4C96;
  border-radius: 5px;
  color: #2C4C96;
  margin-top: 20px;
  line-height: 40px;
}

.toggle-td {
  width: 50%;
  text-align: center;
  cursor: pointer;
}

.toggle-td-line {
  width: 0px;
  border-left: 1px solid #2C4C96;
}

.toggle-td.selected {
  background-color: #2C4C96;
  color: #fff
}

.ch-alt-small {

  font-weight: 500;

}

.wrp-h1 {
  line-height: 30px;
  margin: 20px 15px 60px;
}

.div-fil-chk,
.pay-fil-chk {
  width: 20px;
  height: 20px;

  background: #93bb3e;

}

.div-fil-chk label,
.pay-fil-chk label {
  width: 18px;
  height: 18px;

  left: 1px;
  top: 1px;
  background-color: #fff;
}

.div-fil-chk label:after,
.pay-fil-chk label:after {
  width: 14px;
  height: 14px;
  top: 2px;
  left: 2px;

  background-color: #93bb3e;

}

.nextprebtn {

  width: 40px;
  height: 40px;

  background-color: #2c4c96cc;


}

.nextprebtn:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 17px;
  width: 9px;
  height: 9px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(320deg);
}

.dev-insider {
  width: 100%;
  height: 632px;
}

.wrp-gut {
  width: 15px;
}

.rental-prod-name {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  color: #000;
}

.next-btn:after {
  left: 13px;
  transform: rotate(135deg);
}

.wrap-body.xii.comm-div-3 {
  color: #000;
  text-align: center;
  margin-bottom: 45px;
}

.itm-out {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #f1f1f1;
  border-radius: 19px;
}

.itm-h1 {
  color: #000000;
  font-weight: 500;
}

.ch-price.direction {
  text-align: center;
}

.del-h1 {
  font-weight: 500;
  font-size: 20px;
}

.itm-desc {
  font-size: 16px;
  margin-top: 10px;
}

.newRadio,
.newCheck {
  width: 22px;
  height: 22px;
  position: relative;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #93bb3e;
  cursor: pointer;
}

.newCheck[data-id="1"]:after,
.newRadio[data-id="1"]:after {

  background-color: #93bb3e;
}

.newListItem {
  color: #000;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 18px;
  padding: 10px 20px;
}

.del-desc {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.square {
  background: #93bb3e;
}

.square[data-id="1"] label {
  background-color: #93bb3e;
}

.square label:after {
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}

.date-h1 {
  font-size: 16px;
}

.small-font {
  font-size: 14px;
  margin: 0 5px;
  color: #838383;
  line-height: 17px;
}

.vatChk {
  margin: 0;
}

.square {

  float: right;
}

.pro-txt {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin: 0 20px;
  min-height: 70px;
  max-height: 70px;
  overflow: auto;
}

.div-fil-txt {
  font-size: 16px;
}

.dev-txt {

  font-size: 16px;
  font-weight: 400;

}

.div-fil-outer {
  margin: 30px auto 0;
}

.sub-head-in.mjh {
  text-align: center;
  margin: 30px auto 20px;
}

.dev-itm {
  margin: 0 10px;
  width: auto;
  padding: 12px 20px;
}

.dev-itm,
.dev-itm:hover {
  border: 1px solid #2C4C96;
}


.dev-itm.sel-dev {
  background-color: #2C4C96;
}

.sel-dev .dev-txt {
  color: #fff;
}

.dev-exp {
  flex-grow: 0;
}

.act-overflow {
  width: 100%;
  display: flex;
}

.act-outer {
  margin: auto;
}

.select-this {
  position: unset;
  height: 40px;
  line-height: 40px;
  background-color: #93bb3e;
  border-radius: 5px;
  width: 150px;
  font-weight: 500;
  cursor: pointer;
  color: var(--white);
  text-align: center;
  font-size: 16px;
  margin: 15px auto 20px;
}

.device-inner {

  height: 720px;
}

.top-data {
  height: 10px;
}

.bulb-icon {
  width: 30px;
  height: 30px;

  background-size: 30px;

}

.stageBtn,
.backBtn {

  border-radius: 5px;
  width: 300px;

}

.backBtn {
  background: none;
  border: 0;
  color: #000000;
  line-height: 50px;
}

.one-forth.device-block {
  border: 1px solid #f7f7f7;
}

.one-forth.device-block.sel-dev {
  border: 1px solid #1b469e;
}

.stageBtn,
.backBtn {
  margin: 40px auto 0;
  font-size: 18px;
  font-weight: 400;
}

.backBtn {
  margin-top: 30px;
}

.stage-wrap.wrap-dev {
  border: 0;
}

.main-cur {
  width: auto;
  margin: 0 30px;
}

.main-ttl {
  flex-grow: 0;

}

.main-hed-icon:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  transform: rotate(45deg);
  transition: all 0.5s cubic-bezier(0.37, -1.04, 0, 2.13);
  bottom: 0;
  margin: auto;
}

.main-hed-icon:after {
  display: none;
}

.main-hed-icon[data-id="1"]:before {
  transform: rotate(225deg);
}

.main-hed-icon {
  background-color: #ffffff;
  height: 35px;
  margin: 0;
}

.grand-t {
  font-size: 20px;
  font-weight: 500;
}

.main-hed-icon:hover,
.ch-icon:hover {
  background-color: #fff;
}

.cat-row {
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  line-height: 35px;
}

.sub-row {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 19px;
}

.main-hs1 {
  flex-grow: 0;
  margin-left: 35px;
}

.hs2,
.hs3,
.hs4,
.hs5 {
  width: auto;
  color: #686868;
}

.line-mis {
  border-right: 2px solid #8f8f8f;
  padding-left: 10px;
  margin-right: 10px;
}

.cost-div-haed {
  text-align: center;
  margin-bottom: 44px;
  font-size: 30px;
  font-weight: 600;
}

.wrap-body.xii.comm-div-2 {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  color: #000;
}

.wrap-body.xii.comm-div-3 {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

.ch-price {
  margin: 30px;
}

textarea.text-area {
  border: 1px solid #ddd;
}

.new-slide {
  height: 200px;
  text-align: center;
  background-color: #2C4C96;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}

.new-slide-txt {
  padding-top: 100px;
}

.main-stg-h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.main-stg-h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 22px;
}

.main-stg-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-top: 22px;
}

.nxt-txt {
  position: absolute;
  font-size: 12px;
  text-align: center;
  width: 100px;
  top: 49px;
  line-height: 12px;
  background-color: #fff;
  padding: 10px;
  left: -39px;
  right: 0;
  margin: auto;
  border-radius: 30px;
}

.dev-cost-summ {
  font-size: 20px;
  font-weight: 500;
}

.wrp-img {
  width: 100px;
  height: 100px;
}


.bxxi {
  width: 350px;
  margin: auto;
}

.agree-link {
  color: #2C4C96;
  margin: 30px 0 20px;

}

.bottom-slide {
  width: 1230px;
  height: 100%;
  position: relative;
  direction: ltr;
  margin: auto;
}

.slide-inner-div {
  height: 100%;
  overflow: hidden;
}

.scrollable-slide {
  height: 100%;
  width: fit-content;
  display: flex;
  transition: .2s all;
}

.load-out-device {
  position: absolute;
  right: 0;
  left: 0;
  top: 10px;
  font-size: 30px;
  display: none;
}

.slide-arr {
  bottom: 0;
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: -53px;
  cursor: pointer;
  width: 41px;
  height: 41px;
  background-color: #2C4C96CC;
}

.leftSlide {
  right: auto;
  left: -53px;
}

.in-arr {
  cursor: pointer;
  position: absolute;
  top: 13px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-left: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  transform: rotate(135deg);
}

.leftSlidePop .in-arr,
.leftSlide .in-arr {
  transform: rotate(315deg);
  left: auto;
  right: 10px;
}

.sec-img {
  width: 280px;
  height: 280px;
}

.rental-price-smaller {
  height: 24px;
}

.date-inpe.d-flex.dateBorder {
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  max-width: 150px;
}

input.data-input.numDev.dateNoBorder {
  border: 0 !important;
  text-align: center;
  outline: 0;
}

.plusNum,
.minusNum {
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  user-select: none;

  margin: 2px;
  border-radius: 8px;
}

.plusNum:hover,
.minusNum:hover {
  background-color: #f1f1f1;
}

.cal-img {
  background-repeat: no-repeat;
  background-image: url(../images/cal-img.svg);
  background-size: 15px;
  background-position: 15px 14px;
}