/* mobile */
@media screen and (max-width: 812px) {
  .boat-finder-results .boat-finder-diff-icons {
    margin: auto;
    width: 100%;
  }

  .boat-finder-results .boat-finder-diff-icons-left, .boat-finder-results .boat-finder-diff-icons-right {
    /*float: left;*/
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #C8C8C8;
  }

  .boat-finder-results .boat-finder-diff-icons-center {
    float: left;
    width: 45%;
    height: 4px;
    border-radius: 2px;
    margin: 6px 4px;
    background-color: #C8C8C8;
  }

  .boat-finder-no-result-msg {
    color: #DE453B;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
  }

  .route-details-fares-block {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    background-color: #063B6F;
    color: #FFFFFF;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
  }

  .route-details-fares-block .route-details-fares-table-explanation {
    margin-bottom: 0;
    color: #FFFFFF;
    font-family: Quicksand;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
  }
}
@media (max-width:768px){
  .card .card-body.row .col-4 p{
    font-size:12px;
    white-space: nowrap;
  }
}
@media (min-width: 768px){
.modal.fade.boat-finder-route-fares-modal.show .modal-dialog {
  min-width:60% !important;
}
#block-bahart-content .route-details-fares-block{
  min-width:60% !important;
}
}
@media (min-width: 1400px){
.modal.fade.boat-finder-route-fares-modal.show .modal-dialog {
  min-width:40% !important;
}
#block-bahart-content .route-details-fares-block{
  min-width:51% !important;
}
}
@media (min-width: 1200px) and (max-width:1399px){
.modal.fade.boat-finder-route-fares-modal.show .modal-dialog {
  min-width:50% !important;
}
#block-bahart-content .route-details-fares-block{
  min-width:51% !important;
}
}
