.mr-b-in {
  margin-top: 20px;
}

.section {
  padding: 33px 36px;
}

.box-label {
  color: #2b2b2b;
  font-size: 14px;
  font-family: Pitagon Sans Text;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.box-input {
  /* width: 264px; */
  /* height: 56px; */
  padding: 14px 15px;
  flex-shrink: 0;
  background-color: transparent;

  font-size: 12px;
  font-family: "Pitagon Sans Text";
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  /* margin-bottom: 20px; */
}

.box-input::placeholder {
  color: #a0a0a0;
  font-size: 12px;
  font-family: "Pitagon Sans Text";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.box-input-file {
}

.box-textarea {
  height: 150px;
}

.submit-btn {
  border: 1px solid var(--tm);
  margin: 20px 10px;
  border-radius: 5px;
  background: var(--tm);
  padding: 10px 38px;
  color: #fff;
  font-size: 13px;
  font-family: Pitagon Sans Text;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.submit-btn:active{
  opacity: 0.5;
}

.btn-t {
  border: 1px solid #a0a0a0;
  background: #f4f0ff;
  color: #a0a0a0;
}

.form-check {
  margin: 0 25px 30px 0;
}

.form-check-label {
  color: #666;
  font-size: 12px;
  font-family: "Pitagon Sans Text";
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
}

.form-check-input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1px solid #a0a0a0;
  /* background-color: transparent; */
  margin-right: 5px;
  margin-top: 0px;
}

/* new select and search */
.caret {
  display: none;
}

.selectpicker {
  background: transparent;
}

.bootstrap-select {
  background: transparent;
}

.dt-buttons {
  float: right !important;
}

.input-group .btn {
  position: absolute;
  z-index: 2;
  right: 0px;
  border: 1px solid #a0a0a0;
}

.input-group .btn:hover {
  color: #fff;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  background: transparent;
  border-radius: 4px !important;
}

/* modal */
.modal-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(43, 43, 43, 0.6);
  width: 100%;
  height: 100%;
  z-index: 999;
}

.modal-img {
  position: absolute;
  top: 28%;
  width: 200px;
  height: 200px;
  border: 2px solid #a0a0a0;
  border-radius: 8px;
  background-color: #fff;
  padding: 5px;
  box-shadow: 0px 12px 42px -4px rgba(24, 39, 75, 0.12),
    0px 8px 18px -6px rgba(24, 39, 75, 0.12);
  transition: 0.2s;
}
.cen-by-per{
  left: 50%;
  transform: translate(-50%);
}

.file-img {
  width: 100%;
  height: 100%;
}

/* modal ends */

/* review page */
.review-bg {
  /* testing */
  display: none;
  /* testing */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgb(43, 43, 43, 0.6);
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.review-box {
  /* testing */
  display: none;
  /* testing */
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  width: 80%;
  max-height: 90%;
  margin: 5vh 10% 0;

  border-radius: 15px;
  overflow-y: auto;
  padding: 15px;
  transition: 0.2s;
}

.review-data-box {
  position: relative;
  border: 2px solid #2b2b2b;
  border-radius: 5px;
  padding: 10px;
  /* background-image: url('./../img/bgimg.jpg');
    background-repeat: no-repeat;
    background-size: cover; */
}
.bill-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bill-logo {
  position: absolute;
  top: 10px;
  left: 15px;
}
.bill-gst {
  position: absolute;
  top: 10px;
  right: 15px;
}

.hr-solid {
  border: none;
  border-top: 1px solid #2b2b2b;
  margin: 5px 0 10px;
}

/* multiple select start */
.selectpicker .selected {
  background-color: var(--tm);
  color: #ffffff !important;
}
.selectpicker .selected a .text {
  color: #ffffff !important;
}
.selectpicker .selected a:hover {
  background-color: var(--tm);
}
.selectpicker .selected a .text:hover {
  color: #ffffff !important;
  background-color: var(--tm) !important;
}
/* multiple select end */

/* review page ends */


/*responcive*/
@media only screen and (max-width: 1180px){}
@media only screen and (max-width: 1080px){}
@media only screen and (max-width: 992px){}
@media only screen and (max-width: 990px){}
@media only screen and (max-width: 880px){}
@media only screen and (max-width: 768px){
  .section {
    padding: 16px 15px;
  }

  .submit-btn {
    margin: 20px 7px;
    border-radius: 5px;
    padding: 8px 25px;
    font-size: 12px;
  }

}
/*mobile*/
@media only screen and (max-width: 767px){}
@media only screen and (max-width: 485px){}
@media only screen and (max-width: 420px){}
@media only screen and (max-width: 400px){}
@media only screen and (max-width: 320px){}
@media only screen and (max-width: 280px){}