/* nitin css start */

.item_details{
    /* padding: 20px 0; */
}
.item_detail_heading{
margin-bottom: 10px;
}
.choose_item{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px;
    margin-top: 8px;
}
.height_80{
    height: 80px;
}

.choose_item.metric_choose_item {
    height: 100px;
    margin-top: 0px;
    margin-bottom: 8px;
}

.choose_item_metric_item_type {
    color: #666666;
    font-weight: 700;
    padding-bottom: 8px;
    font-size: 12px;
}

.choose_item_metric_item_weight {
    padding-bottom: 8px;
}

.choose_item:hover{
    cursor: pointer;
    border: 1px solid #12aaeb;
}
.choose_item.active{
    border: 2px solid #065492;
}

.choose_item h1{
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
}
.or{
    display: block;
    margin: 24px auto;
    text-align: center;
    position: relative;
    z-index: 0;
}

.or:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 25%;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: -1;
    width: 50%;
}

.or span{
    color: #ccc;
    background: white;
    font-weight: 700;
    color: #444;
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
}
.serviceable, .not_serviceable{
    position: absolute;
    right: 25px;
    top: 30px;
}

.serviceableNew, .not_serviceableNew{
  position: absolute;
  right: 35px;
  top: 12px;
}
.serviceableRow2{
    top: 110px;
}

@media only screen and (max-width: 991px) {
  .serviceable, .not_serviceable{
      top: 85px;
  }

  .senderServiceablity{
    top: 38px;
  }
}

@media only screen and (min-width: 768px) {
  .destMobNum{
    margin-top: -24px;
  }
}

@media only screen and (min-width: 1200px){
  .serviceablity{
    right: 315px;
  }
}

@media only screen and (min-width: 992px){
  .serviceablity{
    right: 265;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .serviceablity{
    right: 207px !important;
    top: 38px !important;
  }
}

@media only screen and (max-width: 767px){
  .serviceablity{
    right: 27px;
    top: 38px !important;
  }
}

.highlight_serviceable{
   size:20px;
}
.input_awp_number{
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.new_booking_btn{
    margin-top: 16px;
}
.search_pickup_result{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.search_pickup_result:hover{
    border: 1px solid #12aaeb;
}

.search_pickup_result h1{
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700;
}

.search_pickup_result p{
    font-size: 12px;
    margin-bottom: 5px;

}
.pincode_dropdown{
    /* min-height: 250px; */
    max-height: 250px;
    overflow-y: scroll;
    position: absolute;
    z-index: 1;
    background: #fff;
    width: calc(100% - 30px);
    box-shadow: 0 0 4px #ccc;
    padding: 10px;
}
.mod_of_payment{
    padding: 16px 16px 0;
}
span.inr{
    font-size: 14px;
    color: #ccc;
}
.pending_amount{
    padding: 16px;
}
.awb_no{
    color: #065492;
}
.cancellation_charges{
    padding: 10px;
}
.cancellation_charges h1{
    margin: 0;
}

/*Landing page*/
.booking_type{
  padding-bottom: 50px;
}

.booking_type form{
    border: 1px solid #12aaeb;
    width: 300px;
    position: relative;
    left: calc(50% - 150px);
    border-radius: 6px;
}

.booking_type label{
  width: 140px;
  color: #065492;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  margin-left: 0px!important;
}
.booking_type input[type="radio"]{
  opacity: 1!important;
  width: 12px!important;
  height: 13px!important;
  margin-top: 2px !important;
}
/*e-Way Bill Details*/
/* .eWayBillModal.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
} */
/* .eWayBillModal .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
} */
/* .eWayBillModal .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none;
} */
/* .eWayBillModal .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  border: 0;
} */
/* .eWayBillModal .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
  padding: 20px;
}
.eWayBillModal .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 53px;
  padding: 10px;
  background-color: #e5e5e5;
} */
/* .eWayBillModal .modal-header{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
  background-color: #43aee8;
}
.eWayBillModal .modal-header h3{
  display: inline-block;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.eWayBillModal .close{
    color: #fff;
    opacity: 1;
} */
.eWayBillModal .modal-footer a{
  margin-right: 20px;
}
#inputBillNumber{
    margin-bottom: 0px;
    width: 20%;
    margin-left: 40px;
}
/*e-Way Bill Details Ends*/
.orText{
    text-align: center;
    color: #43aee8;
    font-weight: bold;
    margin: 20px 0;
}
.declarationDownload{
    padding: 0 20px;
    text-transform: initial;
    text-decoration: underline;
}
.paddingBottom14{
    margin-bottom: 14px !important;
}
.m10{
    margin: 10px !important;
}
.red_color {
  color: red;
}
#otpForConsignor{
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  margin: 4% 0;
}

.otpVerifiedMessage{
  color: red;
  text-align: left;
  padding-bottom: 5px;
}
