.intl-tel-input{
    width: 100%;
}

.phone-control-container .text-muted{
    margin-top: 8px;
    margin-bottom: 0;
}

.sep-shadow{
    float: left;
}

.container p.form-error-message{
    margin-bottom: 10px;
    font-family: Gilroy;
    font-weight: 700;
    font-size: 20pt;
    color: #23639d;
    text-align: center;
}
  
  
.account .nav-pills .nav-item:last-child .nav-link {
    border-bottom: none;
}
  
  
i.bp-ok-icon{
    font-size: 56px;
    float: left;    
    margin: 0;
    width: 56px;
}

i.bp-ok-icon.blue{
    color: #609cec !important;
}

i.bp-ok-icon.red {
    color: #f75353 !important;
}
  
  
.service-separator:not(:last-child){
    border-bottom: 2px dashed #FFF !important;
}
  
  .booking-process .tabs-booking-process .tab-content .book-holiday button.btn.save-button{
    background: #ea4b2c !important;
  }
  
  .booking-process .tabs-booking-process .tab-content .book-holiday button.btn.save-button:hover{
    background-color: #c42101 !important;
  }
  
  .booking-process .book-holiday form .errors-container p {
    margin-bottom: 10px;
    font-family: Gilroy;
    font-weight: 700;
    font-size: 20pt;
    color: #23639d;
    text-align: center;
  }
  .fs-l{
    font-size: large;
  
  }
  
  .booking-process .book-holiday form .intl-tel-input {
    width: 240px;
    display: inline-block;
  }
  
  
  .booking-process .book-holiday form .phone-type,
  .booking-process .book-holiday form .text-muted{
    display: inline-block;
  }
  
  .booking-process .book-holiday form .phone-type{
    border-right: 0;
  }
  
  
  .account .tab-content button.bg-dark-green {
    background: #7c997a !important;
    border-color: #7c997a !important;
  }
  .account .tab-content button.bg-dark-green:hover {
    background-color: #ea4b2c !important;
    border-color: #ea4b2c !important;
  }
  
  .account .tab-content .bookings-feedback .card p.mb-0 {
    margin-bottom: 0 !important;
  }
  
  
  .bg-dark-blue {
    background: #24639e !important;
  }
  
  @media (max-width: 1199.98px) {
    .large-100 {
      flex: 0 0 100% !important;
      max-width: 100% !important;
      padding: 0 .75rem !important;
    }
  }
  
  .breadcrumb {
    align-items: baseline;
  }
  
  .breadcrumb-item {
    align-items: baseline;
  }
  
  .table-quote thead tr {
    background: #E9F6FE;
    border-color: white;
  }
  
  .table-quote thead tr th {
    border: 2px solid white;
  }
  
  .table tbody tr {
    background: #F5F5F5;
    border-color: white;
  }
  
  .table-quote tbody tr td {
    border: 2px solid white;
  }
  
  .table-quote td img {
    width: 200px;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  
  .fw-500 {
    font-weight: bold;
  }
  
  .fw-400 {
    font-weight: normal;
  }
  
  .fs-lg {
    font-size: large;
  }
  
  .fs-xl {
    font-size: x-large;
  }
  
  .fs-xxl {
    font-size: xx-large;
  }
  
  .bg-pr {
    background-color: #23639d !important;
  }

  .account .tab-content .tab-subtitle {
    font-size: 17pt !important;
  }
  .account .tab-content .tab-subtitle.past {
    position: absolute;
    bottom: 0;
    margin-bottom: 0 !important;
  }
  @media (max-width: 1199.98px) {
    .account .tab-content .tab-subtitle.past {
      position: relative;
      margin-bottom: 1rem !important;
    }
  }


  .account .tab-content .header-ly .contact {
    border: none;
    padding: 0;
  }
  @media (max-width: 767.98px) {
    .account .tab-content .header-ly .contact {
      padding: 0 !important;
    }
  }
  .account .tab-content .header-ly .contact .card-body {
    padding: 0;
  }
  .account .tab-content .header-ly .contact .card-body p {
    font-family: Proxima Nova;
    font-weight: 100;
    color: #454545;
    text-align: right;
    font-size: 13pt;
    margin-bottom: 0 !important;
  }
  @media (max-width: 767.98px) {
    .account .tab-content .header-ly .contact .card-body p {
      text-align: center;
      width: 95%;
      margin: auto;
      margin-bottom: 1rem !important;
    }
  }
  @media (max-width: 767.98px) {
    .account .tab-content .header-ly .contact .card-body .text-right {
      text-align: center !important;
      margin-bottom: 1rem;
    }
  }
  .account .tab-content .header-ly .contact .card-body i {
    color: #b4b4b4;
    font-size: 12pt;
  }
  .account .tab-content .header-ly .contact .card-body span {
    font-family: Proxima Nova;
    color: #23639d;
    font-weight: 700;
    font-size: 17pt;
  }
  .account .tab-content .header-ly .contact img {
    border: solid 5px #dfdfe0;
  }
  .table-cell-icon{
    float: left;
    padding-top: 3px;
    width: 20px;
  }

  .table-quote td.w-240 {
    width: 240px !important;
  }
  .table-quote td.w-240 img.w-100p {
    width: 100% !important;
  }
