::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
  }
   
  ::-webkit-scrollbar-thumb {
    background: #3f78e0; 
  }
.cust-crd{
    padding: 50px;margin: 0px auto;width: 440px;box-shadow: 0px 4px 10px #b7b7b7;
}
@media (max-width: 600px) {
    .cust-crd{
        width: 330px;
        padding: 12px;
    }
    .hide{
        display: none;
    }
}
.modal-body{
    padding: 1.5rem !important;
}
.enqry select.form-control{
    padding-top: 0px  !important;
    padding-bottom: 0px !important;
}
.uil-times{
    color: red !important;
}
.myprice{
    margin-top: 20px;border-top: 1px solid #555;border-bottom: 1px solid #555;
}
