/* .site-logo .site-title {
    margin: 0;
    line-height: 1.1;
    font-size: 28px;
    background-color: #fff;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 160px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 60px;
} */

:root {
    --primary-light: #8abdff;
    --primary: #0294e7;
    --primary-dark: #5b0eeb;
    --white: #FFFFFF;
    --greyLight-1: #E4EBF5;
    --greyLight-2: #c8d0e7;
    --greyLight-3: #bec8e4;
    --greyDark: #9baacf;
    --greenC: #08887e;
}

body {
    font-family: 'Fira Sans Extra Condensed', sans-serif !important;
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: #222;
}

.site-logo .site-title {
    margin: 0;
    line-height: 1.1;
    font-size: 28px;
    background-color: #fff;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 160px;
    /* position: absolute; */
    top: 0;
    left: 50%;
    /* transform: translate(-50%, 0); */
    height: 56px;
}

.slicknav_btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 17px 0 !important;
}

.fixed-header {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 10px #00000087;
}


/* .site-logo img {
    max-width: 100px;
    margin-top: 10px;
} */

.inner-baner-container .inner-banner-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.site-logo img {
    max-width: 100px;
    margin-top: 5px;
}

.outline-btn-white-custom {
    border-color: #35a8e0;
    color: #223645;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 0;
    padding: 10px 30px;
}

.home-banner .overlay {
    background-color: rgb(0 0 0 / 36%);
}

.home-trip-search .group-input i {
    position: absolute;
    bottom: 20px;
    right: 18px;
    font-size: 34px;
}

.site-footer {
    background-color: rgb(120 143 160 / 98%);
    padding-top: 80px;
}

.ord-select {
    width: 100%;
    border-radius: 0;
    height: 45px !important;
}

.price-filter input {
    border: none;
    color: #223645;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 17px;
    width: 100%;
    display: block !important;
    background-color: transparent;
}

.price-filter .form-check {
    padding-left: 0;
}

.ui-widget.ui-widget-content {
    /* border: 0; */
    height: 5px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.44em;
    margin-left: -0.6em;
    border-radius: 25px;
    border: 1px solid #3a78c9;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #568bd0;
    color: #333333;
    font-weight: bold;
}

.sidebar h5 {
    font-weight: 700;
}

.row-price {
    width: 100%;
    padding: 1em 1em;
    background-color: #f9f9f9;
    position: relative;
    margin-bottom: 1em;
}

.day {
    padding: 0.3em 1em;
    font-size: 12px;
    font-weight: 600;
    color: #223645;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* box-shadow: 0 3px 10px #00000038; */
    text-align: center;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0.25rem;
    padding: 0.5em;
    box-shadow: 0 0 10px #00000040;
    
}
.card-tariffa {
    height: 100%;
    max-height: 340px;
    overflow-y: hidden;
}
.card-tariffa .card-body .over {
    height: 180px;
    overflow: scroll;
}
.box-card {
    position: relative;
}
.box-card::after {
    content: '';
    position: absolute;
    width: 93%;
    height: 55px;
    left: 50%;
    bottom: 3px;
    background: linear-gradient(0deg, #fff, transparent);
    transform: translate(-50%, 0);
}
.card-tariffa .card-body .over::-webkit-scrollbar {
    width: 3px;
}

.card-tariffa .card-body .over::-webkit-scrollbar-track {
    background: #fff; 
  }
   
  
  .card-tariffa .card-body .over::-webkit-scrollbar-thumb {
    background: #888; 
  }
  .breadcrumbs {
    background: #fff;
    margin-bottom: 1em;
  }
  .breadcrumbs h6 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #ddd;
  }
  .breadcrumbs .step {
    padding: 1.5em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #ddd;
    color: #ddd;
    position: relative;
}
.breadcrumbs .selected h6 {
  color: #223645;
}
.breadcrumbs .selected::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ff6000;
  }

.package-item .package-content {
    padding: 25px;
    background-color: #ffffff;
}

.destination-content {
    cursor: pointer;
}

.sidebar .booking-form-inner {
    padding: 0 20px;
}

table thead tr th {
    color: #223645;
    background-color: #fff !important;
    border-color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

th,
td {
    padding: 8px;
    color: #223645;
    border-color: #fff;
    font-size: 14px;
}

th,
td {
    border-width: 0 4px 4px 0;
}

.table>:not(caption)>*>* {
    border-bottom-width: 4px;
    background-color: #f2f2f2;
}

td .fas {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}

td.text-danger {
    font-weight: 600;
}

.ui-slider-horizontal .ui-slider-handle {
    border: 1px solid #35a8e0;
}

.ui-widget-header {
    background: #35a8e0;
}

.form-group label input:checked~.custom-checkbox {
    border-color: #35a8e0;
}

.form-group label .custom-checkbox:before {
    background-color: #35a8e0;
}

.itinerary-cont>ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin-left: 0;
    padding-left: 15px;
    margin-top: 1.5em;
}

.itinerary-cont .itinerary-day__item {
    padding-bottom: 48px;
    padding-left: 12px;
    position: relative;
}

.itinerary-cont .itinerary-day__item:before {
    background: #fff;
    border: 1px solid #292929;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: -4px;
    position: absolute;
    top: 14px;
    width: 6px;
}

.itinerary-cont .itinerary-day__item:first-child:before,
.itinerary-cont .itinerary-day__item:nth-last-child(2):before {
    background: #075170;
    border-color: #075170;
}

.itinerary-cont .itinerary-day__item:after {
    border-left: 1px dashed #292929;
    bottom: -16px;
    content: "";
    display: block;
    left: -2px;
    position: absolute;
    top: 23px;
    width: 0;
    z-index: 0;
}

.riep-cruise h5 {
    font-size: 14px;
}

.riep-cruise h3 {
    text-align: left !important;
    font-size: 14px;
    color: #626672 !important;
    font-weight: 100;
}

.cab-spec {
    padding-inline-start: 0;
}

.cab-spec li {
    font-size: 13px;
    list-style: none;
}

.cab-spec li i {
    font-size: 11px;
    color: #115170;
}

.cab-riep-price .outline-btn-white {
    padding: 10px 30px;
}

.sidebar-prev {
    padding: 1em;
    width: 40vw;
    position: absolute;
    top: 0;
    left: -100vw;
    transition: all 450ms;
    background-color: #fff;
    box-shadow: 0 0 10px #0000007a;
    z-index: 10;
}

.sidebar-prev.show {
    left: 0;
    transition: all 450ms;
}

.close-prev-btn {
    width: 30px;
    /* display: block; */
    height: 30px;
    position: absolute;
    right: -15px;
    top: 15px;
    display: flex;
    flex-direction: row;
    /* align-content: center; */
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 10px #00000091;
    z-index: 999;
}


/* Works on Firefox */

.modal-body {
    scrollbar-width: thin;
    scrollbar-color: blue orange;
}


/* Works on Chrome, Edge, and Safari */

.modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-body::-webkit-scrollbar-track {
    background: transparent;
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: #075170;
    border-radius: 20px;
    border: 0;
}

.sidebar-prev .overflow-div {
    padding-left: 15px;
    padding-right: 15px;
}

.total {
    /* background-color: #32baad; */
    padding: 2em;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
}

.exc-row {
    box-shadow: 0px 0px 10px 0px rgba(60, 64, 143, 0.2);
    border-radius: 5px;
}


/*  RADIO  */

.radio {
    display: flex;
    justify-items: center;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.radio2 {
    display: flex;
    justify-items: center;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.radio input {
    display: none;
}

.radio__1 input:checked~label,
.radio__2 input:checked~label {
    box-shadow: inset 0.2rem 0.2rem 0.5rem var(--greyLight-2), inset -0.2rem -0.2rem 0.5rem var(--white);
}

.radio__1 input:checked~label::after,
.radio__2 input:checked~label::after {
    background: #e77a38;
}

.radio__1 label,
.radio__2 label {
    box-shadow: 0.2rem 0.2rem 0.4rem #d4d4d4, -0.2rem -0.2rem 0.5rem #f2f2f2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
}

.radio2 label {
    box-shadow: 0.2rem 0.2rem 0.4rem #d4d4d4, -0.2rem -0.2rem 0.5rem #f2f2f2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
}

.radio2 input:checked~label,
.radio2 input:checked~label {
    box-shadow: inset 0.2rem 0.2rem 0.5rem var(--greyLight-2), inset -0.2rem -0.2rem 0.5rem var(--white);
}

.radio2 input:checked~label::after,
.radio2 input:checked~label::after {
    background: #e77a38;
}

.radio__1 label:hover::after,
.radio__2 label:hover::after {
    background: var(--primary);
}

.radio__1 label::after,
.radio__2 label::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #ffffff;
    border-radius: 50%;
    transition: 0.3s ease;
}

.card-header {
    background-color: transparent !important;
    border-bottom: 0;
}

.card-header h4 {
    position: relative;
}

.card-header h4::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 150px;
    background-color: #209d91;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.card-cab {
    border: 2px solid transparent;
    cursor: pointer;
}

.card-cab.selected {
    border: 3px solid #ff6000;
}

.ship {
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    max-height: 350px;
    padding: 2rem 0;
}

.ship img {
    height: auto;
    transform: rotate(90deg) translate(-20px, -100%);
    width: 100%;
    transform-origin: top left;
    width: 323px;
}

.incl {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    .home-trip-search .group-input i {
        bottom: 17px;
        font-size: 28px;
        right: 19px;
    }

    .bottom-header {
        padding: 0;
    }

    .home-banner {
        min-height: auto;
        height: 70vh;
    }

    .site-logo .site-title {
        width: 120px;
        height: 50px;
    }

    .site-logo img {
        max-width: 70px;
        margin-top: 10px;
    }

    .filter-btn {
        position: absolute;
        top: 14px;
        right: 55px;
        color: #fff;
        font-size: 16px;
    }

    .filter-btn:active,
    .filter-btn:hover,
    .filter-btn:visited {
        color: #fff;
    }

    .btn-search {
        right: 95px;
        font-size: 18px;
        top: 13px;
    }

    .sidebar-filters {
        position: fixed;
        top: 0;
        height: 100vh;
        width: 70vw;
        background-color: #fff;
        margin-top: 0 !important;
        z-index: 99;
        left: -100%;
        transition: all 450ms;
        box-shadow: 0 0 10px #00000040;
    }

    .sidebar-filters.show {
        left: 0;
        transition: all 450ms;
    }

    .sidebar-filters .sidebar {
        overflow: scroll;
    }

    .sidebar-filters .sidebar::-webkit-scrollbar {
        width: 0;
    }

    .sidebar-filters .sidebar::-webkit-scrollbar-track {
        background: transparent;
    }

    .sidebar-filters .sidebar::-webkit-scrollbar-thumb {
        background-color: #075170;
        border-radius: 20px;
        border: 0;
    }

    .close-filter-btn {
        width: 30px;
        /* display: block; */
        height: 30px;
        position: absolute;
        left: 66vw;
        top: 15px;
        display: flex;
        flex-direction: row;
        /* align-content: center; */
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 50px;
        box-shadow: 0 0 10px #00000091;
        z-index: 999;
    }

    .close-prev-btn {
        width: 30px;
        /* display: block; */
        height: 30px;
        position: absolute;
        right: -15px;
        top: 15px;
        display: flex;
        flex-direction: row;
        /* align-content: center; */
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 50px;
        box-shadow: 0 0 10px #00000091;
        z-index: 999;
    }

    .fixed-header .filter-btn {
        color: #333333;
    }

    .noscroll {
        overflow: hidden;
    }

    .fixed-header .mobile-menu-container .slicknav_nav {
        min-height: auto;
        height: 100%;
        overflow-y: scroll;
        position: relative;
        width: 100%;
        left: 0;
        right: 0;
        top: 50px;
    }

    .sidebar-prev {
        padding: 1em;
        width: 90vw;
        position: fixed;
        top: 0px;
        left: -100vw;
        transition: all 450ms;
        background-color: #fff;
        box-shadow: 0 0 10px #0000007a;
        z-index: 99999999;
        /* overflow: scroll; */
        /* height: 100vh; */
    }

    .sidebar-prev.show {
        left: 0;
        transition: all 450ms;
    }

    .sidebar-prev .overflow-div {
        height: 98vh;
        overflow: scroll;
        padding: 0;
    }

    input[type=text],
    input[type=email],
    input[type=url],
    input[type=password],
    input[type=search],
    input[type=number],
    input[type=tel],
    input[type=range],
    input[type=date],
    input[type=month],
    input[type=week],
    input[type=time],
    input[type=datetime],
    input[type=datetime-local],
    input[type=color],
    textarea,
    select {
        font-size: 13px;
        padding: 0 8px;
    }

    .radio-flight {

        width: 50% !important;
    }

    .breadcrumbs {
       min-height: 60px;
       position: relative;
    }
    .breadcrumbs .step {
        padding: 1.5em 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 1px solid #ddd;
        color: #ddd;
        position: relative;
        position: absolute;
        width: 100%;
    }
    .step.selected {
        z-index: 99;
        background-color: #fff;
    }
    .breadcrumbs .open {
        position: absolute;
        z-index: 999;
        right: 0;
        display: block;
        width: auto;
        top: 50%;
        transform: translate(-20px, -50%);
    }
    .breadcrumbs .close {
        display: none !important;
    }
    .breadcrumbs.show .step {
        
        position: relative;
       
    }
    .breadcrumbs.show .open {
        display: none !important;
    }

    .breadcrumbs.show .close {
        position: absolute;
        z-index: 999;
        right: 0;
        display: block !important;
        width: auto;
        top: 30px;
        transform: translate(-20px, -50%);
    }
    
}

@media screen and (min-width: 576px) {
    .package-item {
        display: grid;
        grid-template-columns: 18% 82%;
    }
}