.nice_red{
    color: #be1e2d !important;
    font-weight: bolder !important;
   }
  
    .nice_green{
    color: #009688 !important;
    font-weight: bolder !important;
   }
  
  .nice_blue {
      color: #17ADDB !important;
      font-weight: bolder !important;
  }
  
  .nice_gray {
      color: #BCBCBC !important;
      font-weight: bolder !important;
  }
  
  .nice_black {
      color: #333 !important;
      font-weight: bolder !important;
  }
  
  .small-gray {
    font-size: 11px;
    color: #777777 !important;
  }
  .pull-right {
    float: right !important;
  }
  .pull-left {
    float: left !important;
  }

  .seatRoundTripCheckBox {
    display: inline-block;
  }



.quick_contact_btn{
    position:fixed;
    width:60px;
    height:60px;
    bottom:10px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
      font-size:30px;
    box-shadow: 2px 2px 3px #999;
      z-index:99999;
  }
  
  .quick_contact_icon{
    margin-top:16px;
  }
  