/* Main Section */
section.main {
  position: absolute;
  height: 85vh;
  width: calc(100vw - 344px);
  top: 0;
  right: 0;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 20px 40px rgba(73, 115, 235, 0.1);
  margin-top: 22px;
  margin-right: 34px;
  padding: 35px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 991px) {
  section.main {
    height: calc(100vh - 150px);
    width: calc(100vw - 52px);
    margin: 130px 26px 26px;
  }
}
.new-order .go-back {
  width: 16px;
}
.new-order .ticket-number {
  font-size: 24px;
  font-weight: 600;
  padding: 0 29px;
}
@media (max-width: 991px) {
  .new-order .ticket-number {
    padding: 0;
    margin-right: 15px;
    font-size: 22px;
  }
  .new-order .go-back {
    display: none;
  }
}
.new-order .new-order-details {
  padding-left: 0 !important ;
  margin-left: 0px;
}
.new-order .order-details {
  font-weight: 600;
  font-size: 18px;
  margin-top: 19px;
}
.new-order .plan-details {
  font-size: 14px;
  color: #6e7191;
  padding-top: 25px;
  padding-bottom: 16px;
}
.hr {
  width: 100%;
  height: 1px;
  background-color: #f2f4f9;
}
.new-order .new-order-title {
  font-size: 18px;
  font-weight: 600;
}

.new-order .plan-detail .first-col {
  border: 1px solid #4974eb32;
  border-radius: 16px;
  padding: 37.5px 34px;
}

.new-order .plan-detail h3 {
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
}
.new-order .plan-detail .subscribe {
  font-weight: 600;
  font-size: 26px;
  color: #4973eb;
}
@media(max-width: 991px){
  .new-order .plan-detail .h{
    display: none;
  }
}
/* .new-order .specs{
    padding-bottom: 37.5px;
} */
.new-order .specs h6 {
  font-size: 16px;
}
.new-order .specs h6:nth-of-type(3) {
  font-weight: 600;
}
.new-order .specs span {
  font-weight: 600;
}
@media (max-width: 1120px) {
  .new-order .plan-detail h3 {
    font-size: 21px;
  }
  .new-order .plan-detail .subscribe {
    font-size: 20px;
  }
  new-order .specs h6 {
    font-size: 14px;
  }
}
.new-order .plan-detail .second-col {
  background-color: #eff0f7;
  border-radius: 16px;
  padding: 25px 34px 10px 34px;
  height: 196px;
}
@media (max-width:991px) {
  .new-order .plan-detail .second-col {
    margin-left: 2px;
  }
  
}
.new-order .plan-detail .second-col h4 {
  font-size: 18px;
  font-weight: 600;
}
.new-order .plan-detail .second-col .price {
  font-size: 16px;
}
.new-order .plan-detail .second-col .price span {
  font-weight: 600;
}
.new-order .plan-detail .second-col .buy {
  margin-top: 8px;
  display: inline-block;
  border-radius: 16px;
  color: #fff;
  background-color: #70b997;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width:991px){
    .new-order .plan-detail .h {
        display:none;
    }
}

.new-order .form-floating input,
.new-order .form-floating select,
.new-order .form-floating textarea {
  background-color: #eff0f6;
  border-radius: 16px;
}
.form-floating label {
  color: #6e7191;
  font-size: 16px;
}
.form-floating select {
  font-size: 16px;
}
.new-order .form-floating textarea {
  height: 245px;
  resize: none;
}
@media (max-width: 992px) {
  .new-order .form-floating textarea {
    height: 136px;
  }
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-left: 24px;
  padding-bottom: 0.625rem;
  padding-right: 24px;
}
.form-floating > label {
  padding: 1rem 24px;
}
.form-floating > .form-select {
  padding-left: 24px;
  padding-right: 24px;
  background-image: url(../images/Forward.png);
}

/* Main Section */
