/* width */
 ::-webkit-scrollbar {
     width: 5px;

}
/* Track */
 ::-webkit-scrollbar-track {
     background: #f1f1f1;
}
/* Handle */
 ::-webkit-scrollbar-thumb {
     background: #00abff;
     border-radius:5px;
}
/* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #00537c;
}
.text-right{
    text-align: right;
}
.text-justify{
    text-align: justify;
}
.price{
    color: #fff;
    margin-right: 25px;
  }
  .orig-price{
    font-size: 20px;
  }
  .test-usp{
    margin: 0px 0px 12px;
    border: 1px solid #373f5052;
    text-align: center;
    border-radius: 4px;
    padding: 4px;
    height: 50px;
    line-height: 2rem;
  }

  .test-usp img{
    width: 38px;
    float: left;
    margin-right: 15px;
  }

  .test-usp p{
    
  }
  .booknow{
    padding: 10px 60px;
    font-size: 16px;
    background: #2bc6f6;
    background-color: #2bc6f6;
  }
  .booknow:hover{
    border-color: #00a2cf;
    background-color: #00a2cf;
  }
  .booknow:hover i{
    transition: 0.25 ease-in;
  }
  .booknow i{
    font-size: 10px;
    margin-top: 0px;
  }