/* CSS Tools */

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}

.brd-rad-0 {
    border-radius: 0;
}

.rounded-x {
    border-radius: 50% !important;
}
i.icon-120x {
    font-size: 120%;
}
i.icon-2x {
    font-size: 30px;
}

i.icon-3x {
    font-size: 40px;
}

i.icon-4x {
    font-size: 50px;
}

.lt-grey {
    color: #b3b2b2;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.row.row-wrap>[class^="col-"],
.row.row-col-gap>[class^="col-"] {
    margin-bottom: 30px;
}

.btn-group.sep .btn {
    margin-left: 2px!important;
}

@media (max-width: 480px) {
    .btn-group.sep:first-child {
        margin-left: 2px;
    }
}
.line-through{
text-decoration:line-through;
}
.no-pointer-event {
    pointer-events: none;
}
.break-word {
    word-wrap: break-word;
  }
.elipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.elipsis p {
    margin-bottom: 0
}

.ptb {
    padding-top: 110px;
    padding-bottom: 110px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-0 {
    padding: 0
}

.pb-0 {
    padding-bottom: 0
}

.pt-0 {
    padding-top: 0
}
.pt-30 {
    padding-top: 30px
}
.pb-30{
    padding-bottom:30px
}
.mb-0 {
    margin-bottom: 0
}
.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-0 {
    margin-top: 0
}

.mb-10 {
    margin-bottom: 10px!important
}

.mt-5 {
    margin-top: 5px!important
}

.mt-10 {
    margin-top: 10px!important
}

.mt-20 {
    margin-top: 20px!important
}

.mt-30 {
    margin-top: 30px!important
}

.mt-60 {
    margin-top: 60px
}
.mt-80 {
    margin-top: 80px
}
.mr-0 {
    margin-right: 0px!important;
}
.mr-5 {
    margin-right: 5px!important;
}
.mr-20 {
    margin-right: 20px;
}
.mr-30 {
    margin-right: 30px!important
}
.ml-0{
    margin-left:0px
}
.ml-5{
    margin-left:5px
}
.ml-10{
    margin-left:10px
}
.ml-20{
    margin-left:20px
}
.ml-30 {
    margin-left: 30px!important
}
.brd-bottom-grey {
    border-bottom: #d9d9d9 1px solid;
}
.brd-0,
.booking-item-payment.brd-0 {
    border: none
}
.select_style_override{
    appearance: none;  
}
.table-wrap {
    display: table;
}

.flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    display: inline-block
}

.table-content {
    display: table-cell;
    vertical-align: middle;
}

.scrollFix {
    max-width: 200px;
    padding: 6px;
    padding-bottom: 0;
}

.scrollFix p {
    line-height: 20px;
}

.scrollFix p strong {
    text-transform: uppercase;
    margin-bottom: 6px;
    display: inline-block;
}
.strong{
    font-weight:700
}
.text-center {
    text-align: center
}
.text-subdued{
    color: #a4a3a3;
}
.text-muted{
    opacity: 0.5;
}
.text-opacity-0{
    opacity: 0;
}
.text-dark{
    color: #071437;
}
.text-white{
    color: #fff;
}
.d-inline-block {
    display: inline-block
}
.d-inline {
    display: inline
}
.d-block {
    display: block!important;
}
.pre-line{
    white-space: pre-line;
}
.m-lr-auto {
    margin-left: auto;
    margin-right: auto;
}
.flex-container, .d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}
.flex-inline{
    display: -webkit-inline-flex;
    display: inline-flex;
}
.flex-gap-30{
    gap:30px
}
.flex-gap-20{
    gap:20px
}
.flex-gap-15{
    gap:15px
}
.flex-gap-10{
    gap:10px
}
.flex-gap-5{
    gap:5px
}
.flex-cell {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-expand-height{
    -webkit-box-flex: 1;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
   }
.flex-grow {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}
.flex-column {
    -ms-flex-direction: column;
    flex-direction: column!important;
}
.flex-row {
    -ms-flex-direction: row;
    flex-direction: row!important;
}
.align-items-stretch {
    align-items: stretch!important;
}
.align-items-top {
    -ms-flex-item-align: start!important;
    align-items: start!important;
}
.align-items-center {
    -ms-flex-item-align: center!important;
    align-items: center!important;
}
.justify-content-end {
    -ms-justify-content: flex-end!important;
    justify-content: flex-end!important;
}
.align-items-end {
    -ms-flex-item-align: flex-end!important;
    align-items: flex-end!important;
}
.justify-content-between {
    -ms-justify-content: space-between!important;
    justify-content: space-between!important;
}
.justify-content-evenly {
    -ms-justify-content: space-evenly!important;
    justify-content: space-evenly!important;
}
.hz-align-items-center {
    align-items: center;
    justify-content: center;
  }
  .vert-align-items-center {
    justify-content: center;
  }

.flex-row-md {
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-row-lg {
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-column-md {
    -ms-flex-direction:row;
    flex-direction: row;
}
.flex-row-xs {
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-row-bs-xs {
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 576px) {
    .flex-row-bs-xs {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
  @media (min-width: 768px) {
    .flex-row-xs {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-row-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flex-column-md {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hz-align-items-center-md {
        align-items: center;
        justify-content: center;
      }
      .vert-align-items-center-md {
        align-items: center;
      }
  }
  @media (min-width: 992px) {
    .flex-row-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }
  }
header .config-link a{
    color: #fff;
  }
.config-link a, .sub-footer-links a {
    text-decoration: none;
}
.config-link a:hover,  .sub-footer-links a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.config-link a:active,  .sub-footer-links a:active {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.text-success {
    color: #4caf50;
}

.clear-both {
    clear: both
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
   -webkit-appearance: none;
}
.default-cursor {
    cursor: default !important;
}
.hasPointer {
    cursor: pointer;
}

.posRel, .d-rel{
    position:relative;
}
/* Media Queries */
.row-adjustment.row, .row-adjustment .row{
    margin-right: -5px;
    margin-left: -5px;
}
.row-adjustment [class*='col-']{
    padding-right: 5px;
    padding-left: 5px;
}

@media only screen and (max-width: 480px) {
    .block-xs {
        display: block
    }
    .text-center-xs {
        text-align: center
    }
}

@media (min-width: 768px) {
    /*bulletproof flex*/
    .row.is-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

    }
    .row.is-flex>[class*='col-'] {
        /* display: flex; */
    }
    .Valigner {
        justify-content: center;
        flex-direction: column;
        display: flex;
    }
    .justify-content-end-sm {
        -ms-justify-content: flex-end!important;
        justify-content: flex-end!important;
    }
}

@media (max-width: 767px) {
    .justify-content-center-xs {
        -ms-justify-content: center!important;
        justify-content: center!important;
    }
    .mb-sm-30 {
        margin-bottom: 30px
    }
    .mb-sm-20 {
        margin-bottom: 20px
    }
    .mb-sm-10 {
        margin-bottom: 10px
    }
    .ptb-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .center-img-sm {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }
    .text-center-sm {
        text-align: center!important;
    }
    .float-none-sm {
        float: none!important;
    }
    .btn-block-sm {
        display: block;
        width: 100%!important;
    }
    .mb-0-sm{
        margin-bottom: 0!important
    }
    .mt-0-sm{
        margin-top: 0!important
    }
}

@media screen and (max-width: 991px) {
    .text-center-md {
        text-align: center;
    }
    .mb-sm-30 {
        margin-bottom: 30px;
    }
    .mb-md-20 {
        margin-bottom: 20px;
    }
    .mb-md-10 {
        margin-bottom: 10px;
    }
}

@media (max-width:768px) and (min-width:481px) {
    .xxs-center-allow {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:481px) {
    .table-wrapper {
        height: 100%;
        width: 100%;
        display: table;
    }
    .table-cell {
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width:480px) {
    .container-no-padding-xs {
        padding-left: 0;
        padding-right: 0;
    }
    .mb-xs-30 {
        margin-bottom: 30px
    }
    .mb-xs-10 {
        margin-bottom: 10px
    }
    .ptb-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .center-img-xs {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .text-center-xs {
        text-align: center!important;
    }
    .float-none-xs {
        float: none!important;
    }
    .btn-block-xs {
        display: block;
        width: 100%!important;
    }
}
.not-allowed{
    cursor: not-allowed;
}
.alert-sm {
    padding: 5px 10px;
    font-size: 12px;
}
.badge.badge-success {
    background: #4caf50;
}
.badge.badge-warning {
    background: #f0ad4e;
}
.badge.badge-danger {
    background: #d9534f!important
}
.badge.badge-info {
    background: #5bc0de
}