/* Home page qtt start */

/*Railcard - Start*/
.railcards .fancy-select .trigger {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 23px;
    overflow: hidden;
}

.railcards .fancy-select ul.options li {
    max-width: 220px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.railcards {
    z-index: 100;
    width: 100%;
    margin: -4px 0 0 0;
    background: #fff;
    position: inherit;
    padding: 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
}

.railcards.warning {
    border-color: #00A6E6;
}

.railcards .row {
    margin: 0;
    padding: 0;
}

.railcards .row:last-of-type {
    line-height: 40px;
    margin-top: 10px;
}

.railcards .row .done {
    text-align: right;
}

.railcards .row .done button {
    margin: 0;
    background: #00A6E6;
    color: #fff;
    min-width: auto;
    padding: 10px 25px;
}

.railcards .with-caret {
    padding: 3px 3px 3px 0 !important;
}

.railcards .fancy-select {
    border: 1px solid #dadada;
}

.railcards .fancy-select .trigger::after {
    border-color: #000 transparent transparent;
}

.railcards .fancy-select .trigger.open {
    color: inherit;
}

.railcards .fancy-select .trigger.open::after {
    border-color: #000 transparent transparent;
}

.railcards .validation-error-message {
    display: inline-block;
    margin: 0;
    color: #061B2B !important;
}

.railcards a,
.railcards .expandable-panel-link {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
}

.railcards a i,
.railcards .expandable-panel-link i {
    font-style: normal;
}

.railcards div {
    margin-bottom: 0;
}

.qtt-form-railcards-bookingflow {
    display: block !important;
    margin-left: 0 !important;
    width: 100%;
}

body .select2-container--open {
    z-index: 9999 !important;
}

.departure-station-bookingflow,
.arrival-station-bookingflow {
    width: 100% !important;
}

button.disabled {
    cursor: not-allowed !important;
    opacity: 0.8;
}

.banner-home {
    position: relative;
    line-height: 0;
}

.banner-home .home-qtt-bx {
    width: 399px;
    background: #c2d4e0;
    border-radius: 4px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10%;
    left: auto;
}

.banner-home .home-qtt-bx h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 12px 0;
    padding: 0;
}

.banner-home .home-qtt-bx .tabs .tab-nav {
    text-align: left;
    margin: 0 0 10px 0;
}

.banner-home .home-qtt-bx .tabs .tab-nav ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
}

.banner-home .home-qtt-bx .tabs .tab-nav ul li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.banner-home .home-qtt-bx .tabs .tab-nav ul li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.banner-home .home-qtt-bx .tabs .tab-nav li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    margin-bottom: 0;
    border-right: 1px solid #E2F5E9;
    width: 43%;
    text-align: center;
    color: #061b2b;
    font-size: 14px;
    background: #fff;
    position: relative;
    height: 35px;
    line-height: 1;
}

.banner-home .home-qtt-bx .tabs nav.tab-nav.ticket-type li {
    width: 43% !important;
    border: 0;
    font-size: 15px;
    border-right: 1px solid #E2F5E9;
    height: 45px;
}

.banner-home .home-qtt-bx .tabs nav.tab-nav li.active {
    font-weight: 600;
}

.banner-home .home-qtt-bx .tabs nav.tab-nav.ticket-type li.info-icon {
    width: 10% !important;
    min-width: 30px;
}

.banner-home .home-qtt-bx .tabs nav.tab-nav li.info-icon[aria-expanded="true"] {
    border-bottom: 2px solid #fff !important;
    border-bottom-right-radius: 0;
}

.banner-home .home-qtt-bx .tabs .tab-nav li img {
    vertical-align: middle;
    margin-left: 5px;
}


.banner-home .home-qtt-bx .tabs .tab-nav li.info-icon {
    width: 10% !important;
    min-width: 30px;
}

.banner-home .home-qtt-bx .tabs .tab-nav li:last-child {
    border-right: none;
    position: relative;
}

.banner-home .home-qtt-bx .tabs .tab-nav li.active {
    background: #007cad;
    color: #fff;
    font-weight: 500 !important;
}

.banner-home .home-qtt-bx .tabs .tab-nav li span {
    cursor: pointer;
    display: block;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 36px;
}

.banner-home .home-qtt-bx #tab-1 ul li span {
    line-height: 24px;
}

.banner-home .home-qtt-bx .tab.season-tab .checkboxes-bx {
    background: #fff;
    padding: 2px 12px;
    border-radius: 4px;
}

.banner-home .home-qtt-bx .tabs .tab {
    display: none;
}

.banner-home .home-qtt-bx .tabs .tab.active {
    display: block;
}

.banner-home .home-qtt-bx .form-group {
    margin-bottom: 5px;
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
}

/*.banner-home .home-qtt-bx .carnet-tab .form-group {
    margin-bottom: 10px;
}*/

.banner-home .home-qtt-bx .form-group .qtt-input {
    background: #fff;
    color: #131E29;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 4px;
    border: none;
    width: 100%;
    line-height: 20px;
}

.banner-home .home-qtt-bx .form-group .qtt-input:focus {
    outline: none;
}

.banner-home .home-qtt-bx .form-group .search-via-select {
    width: 100%;
    border: none;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #D6D1CA;
    background: #fff;
    color: #131E29;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
}

.banner-home .home-qtt-bx .form-group .search-via-input,
.banner-home .home-qtt-bx .form-group .search-via-input .select2 .select2-selection--single {
    width: 100%;
    border-radius: 0 4px 4px 0;
}

.banner-home .home-qtt-bx [type="date"]::-webkit-inner-spin-button {
    display: none;
}

.banner-home .home-qtt-bx [type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.banner-home .home-qtt-bx [type="date"] {
    background: #fff url('../Expandarrow.png') 95% 50% no-repeat !important;
}

.banner-home .home-qtt-bx .form-group .inputdate {
    border-right: 1px solid #D6D1CA;
    border-radius: 4px 0 0 4px;
}

.banner-home .home-qtt-bx .form-group .inputdate2 {
    border-right: 1px solid #D6D1CA;
    border-radius: 0 4px 4px 0;
}

.banner-home .main-qtt-submit {
    background: #f5d83c;
    color: #131E29;
    margin-top: 0;
    font-size: 15px;
    line-height: 19px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    padding: 9px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.banner-home .home-qtt-bx select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*background-image: url(../img/Expandarrow.png) !important;*/
    background-position: 95% 50% !important;
    background-repeat: no-repeat !important;
}

.banner-home .exchangebtn {
    background: #0092cc;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    position: absolute;
    right: 20px;
    top: -16px;
}

.banner-home .tab.carnet-tab .exchangebtn {
    top: -36px;
}

.banner-home .exchangebtn:hover {
    cursor: pointer;
}

.banner-home .exchangebtn:focus,
.banner-home .exchangebtn:active {
    outline: none;
}

.banner-home .info-icon button {
    border: none;
    background: transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
}

.info-content {
    background: #fff;
    padding: 0;
    border-radius: 4px 0 4px 4px;
    height: 0 !important;
    overflow: hidden;
    transition: 0.3s;
}

.info-content.collapse.show,
.info-content.collapse.in {
    height: auto !important;
    overflow: auto;
    padding: 5px;
}

.info-content p {
    margin: 0 0 4px 0;
    line-height: 1.3;
    font-size: 13px;
}

.info-content a {
    font-size: 13px;
    text-decoration: underline;
    line-height: 1;
}

.banner-home .info-icon button:before {
    content: '\e821';
    color: #323333;
    font-family: 'icons', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.banner-home .form-group.checkboxes-bx input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.banner-home .form-group.checkboxes-bx label {
    position: relative;
    cursor: pointer;
    color: #061b2b !important;
    font-weight: 500;
    font-size: 12px;
}

.banner-home .form-group.checkboxes-bx label:before {
    content: '';
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #0092cc;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;
}

.banner-home .form-group.checkboxes-bx input:checked+label:before {
    background: #0092cc;
    border: 1px solid #0092cc;
}

.banner-home .form-group.checkboxes-bx input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.banner-home .div-checkbox {
    display: flex;
}

.banner-home .br-0 {
    border-radius: 0 !important;
}

.banner-home .simple-slider .slider-wrapper {
    position: relative;
}

.banner-home .simple-slider .slider-wrapper .banner-txt {
    position: absolute;
    top: 80px;
    left: 0;
    width: 40%;
    background: rgba(0, 0, 0, 0.6);
    padding: 1% 1%;
}

.banner-home .simple-slider .slider-wrapper .banner-txt .banner-title {
    font-size: 3.5rem;
    color: #fff;
    line-height: 55px;
    margin-bottom: 0;
    font-weight: 500;
    text-shadow: 1px 2px 3px #666;
}

.banner-home .simple-slider .slider-wrapper .banner-txt .banner-tnc {
    color: #fff;
}

.banner-home .simple-slider .slider-pagination .pagination-bullet {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127, 127, 127, 0);
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #fff;
    transition: 0.5s;
}

.banner-home .simple-slider .slider-pagination .pagination-bullet.is-active {
    background: #fff;
    height: 14px;
    width: 14px;
    margin-bottom: 2px;
}

.banner-home .simple-slider .slider-pagination {
    bottom: 25px;
}

.via-station {
    width: 100%;
}

.home-qtt-bx.component-qtt-form .via-station .fancy-select,
.home-qtt-bx.component-qtt-form .via-station .via-field {
    width: 29% !important;
    float: left;
    margin-right: 1%;
}

.via-station .ViaInputStation {
    width: 70%;
    float: left;
    position: relative;
}

.banner-home .via-station .select2 .select2-selection--single,
.home-qtt-bx.component-qtt-form .via-station .ViaInputStation .qtt-input {
    height: 42px !important;
}

.home-qtt-bx.component-qtt-form .via-station .via-field .fancy-select {
    width: 100% !important;
}

.hidden-label {
    visibility: hidden;
}

#adult-children-div .qtt_wd_100 {
    width: 100%;
}

.home-qtt-bx.component-qtt-form p.field-label {
    margin: 0 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.home-qtt-bx.component-qtt-form .qtt_bx_33 {
    width: 33.33%;
    float: left;
    border-right: 1px solid #c2d4e0;
}

.home-qtt-bx.component-qtt-form .qtt-form-date-select .qtt_bx_33:first-child .trigger,
.home-qtt-bx.component-qtt-form .qtt-form-date-select .qtt_bx_33.depart-arrive .trigger,
.qtt-form-date-select .qtt-form--date.with-caret.qtt_bx_33,
#adult-children-div .qtt_wd_100 .qtt_bx_33:first-child .trigger {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.home-qtt-bx.component-qtt-form .qtt-form-date-select .qtt_bx_33:last-child .trigger,
.home-qtt-bx.component-qtt-form .qtt-form-date-select .qtt_bx_33.depart-arrive .trigger,
.qtt-form-railcards.qtt-form-railcards-bookingflow .with-caret.railcards-wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.home-qtt-bx.component-qtt-form .qtt-form-date-select .qtt_bx_33.depart-arrive select,
#adult-children-div .qtt_bx_33.depart-arrive select,
#adult-children-div .qtt_bx_33.depart-arrive .trigger {
    border-radius: 0 !important;
}

.home-qtt-bx.component-qtt-form .qtt_wd_100 .qtt_bx_33:last-child {
    margin-right: 0;
}

.home-qtt-bx.component-qtt-form .via-station .fancy-select select.form-control {
    margin-right: 0;
    float: none;
}

.home-qtt-bx.component-qtt-form .via-field .fancy-select select {
    width: 0% !important;
    padding: 0 !important;
}

.carnet-tab #adult-children-div .with-caret .datepickerwrap,
.season-tab .qtt-form-date-select .datepickerwrap {
    position: relative;
}

.carnet-tab #adult-children-div .with-caret .datepickerwrap:after,
.season-tab .qtt-form-date-select .datepickerwrap:after {
    content: '\e900';
    font-family: 'icons', sans-serif;
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    right: 9px;
    color: #0092CB !important;
    box-sizing: border-box;
    top: 50%;
    transform: tranlateY(-50%);
}

.qtt-form-railcards:after {
    top: 22px !important;
    font-size: 10px;
}

.home-qtt-bx.component-qtt-form .validation .validation-error-message {
    margin-top: 0;
    margin-bottom: 10px
}

div[role=main] .promo-content>.container {
    margin-top: 0 !important;
}

.qtt-form-date-select .qtt-form--date.with-caret:after {
    font-size: 10px;
    top: 50% !important;
    transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-calendar tbody .ui-state-highlight.ui-state-active,
.ui-state-hover.ui-state-default,
.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default {
    border-radius: 50% !important;
}

.ui-datepicker-buttonpane.ui-widget-content .ui-state-hover.ui-state-default.ui-datepicker-close {
    border-radius: 5px !important;
}

.ui-datepicker-buttonpane.custom-buttons button.first.ui-state-hover.ui-state-default {
    border-radius: 5px 0 0 5px !important;
}

.ui-datepicker-buttonpane.custom-buttons button.last.ui-state-hover.ui-state-default {
    border-radius: 0 5px 5px 0 !important;
}

div.component-qtt-form div.fancy-select ul.options,
div.component-journey-check-form div.fancy-select ul.options {
    min-width: auto !important;
    z-index: 999;
}

.qtt-form-railcards .railcards {
    position: absolute;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3), 0 6px 4px 0 rgba(0, 0, 0, 0.2);
    margin-top: auto;
    margin-left: -202%;
    width: 368px;
}

.season-tab .qtt-form-date-select:not(.railcardExpiryDate) .qtt-form--date {
    width: 49%;
    padding: 0;
}

.season-tab .qtt-form-date-select:not(.railcardExpiryDate) .qtt-form--date:first-child {
    margin-right: 1%;
}

.season-tab .qtt-form-date-select:not(.railcardExpiryDate) .qtt-form--date:last-child {
    margin-left: 1%;
}

.season-tab .qtt-form-date-select .datepickerwrap {
    background: #fff;
    border-radius: 4px;
}

.season-tab .qtt-form-date-select.railcardExpiryDate .qtt-form--date.with-caret {
    padding: 0;
}

.with-caret {
    position: relative;
}

.with-caret .qtt-icon {
    position: absolute;
    color: #00A6E6;
}

.disableDatePicker {
    opacity: 0.5;
    width: 100%;
    background: #AEB6BC !important;
}

.flexi-text {
    margin: 0 !important;
}

.tab-nav.ticket-type li:last-child span:hover,
.tab-nav.ticket-type li:last-child span,
.tab-nav.ticket-type li:last-child {
    cursor: not-allowed !important;
}

body .select2-container--open .select2-dropdown--below {
    margin-top: -36px;
}

.select2-results {
    display: block !important;
}

.component-qtt-form.home-qtt-bx .validation-error-message,
.home-qtt-bx .component-journey-check-form .validation-error-message,
.home-qtt-bx .component-alt-route-finder .validation-error-message,
.validation #GreaterThan9 a {
    color: #0092CB !important;
}

.component-qtt-form.home-qtt-bx .railcards .validation-error-message {
    color: #061B2B !important;
}

.slider-slide {
    position: relative;
}

.home-qtt-bx.deutsch-Lang div.form-group label {
    font-size: 13px;
}

.banner-home .home-qtt-bx.deutsch-Lang .form-group.checkboxes-bx label:before {
    margin-right: 3px;
    padding: 7px;
}

.banner-home .select2 .select2-selection--single {
    height: 42px !important;
    border: 0;
    line-height: 18px !important;
}

.banner-home .select2 .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
    padding: 8px 10px !important;
    color: #131E29 !important;
    line-height: 24px !important;
    border-radius: 0 4px 4px 0 !important;
}


.home-qtt-bx.component-qtt-form .fancy-select select {
    width: 0% !important;
    padding: 0 !important;
}

.ui-datepicker .ui-datepicker-calendar tbody .ui-state-default.ui-state-active {
    font-size: 16px !important;
}

.banner-home .home-qtt-bx.deutsch-Lang .form-group.checkboxes-bx input:checked+label:after {
    top: 7px;
    width: 3px;
    height: 8px;
}

.banner-home .polski-Lang.home-qtt-bx .tabs nav.tab-nav.ticket-type li {
    font-size: 15px;
}

.flexi-adult-field .fancy-select .trigger:after {
    opacity: 0;
}

.extend-travelcard-btn-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 10px;
}

.extend-travelcard-btn-wrapper .extend-travelcard-link {
    display: block;
    padding: 10px;
    background-color: transparent;
    color: #007cad;
    font-size: 15px;
    width: 100%;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #007cad;
    border-radius: 5px;
    font-family: 'URW DIN', sans-serif;
    font-weight: 600;
}

span.right-arrow {
    position: relative;
    padding-left: 30px;
}

span.right-arrow::after {
    content: '\e84d';
    font-family: 'icons', sans-serif;
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 3.5px;
    line-height: 1;
}

img.hide-img,
li.active img.hide-img,
li.active img.show-img,
.london-theme-return {
    display: none;
}

li.active img.hide-img {
    display: inline-block;
}


.nav-top-wrap .top-nav-form .top-nav-form-inner .forms-wrapper i::before,
.nav-top-wrap .top-nav-form .top-nav-form-inner .forms-wrapper a::before {
    content: "";
    font-size: 18px;
    position: relative;
    right: 30px;
    color: #ccc;
    top: 1px;
}

.banner-home .dropdown-wrapper{
    display: none;
}

.slider-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

@media(min-width:1023.99px) {
    .slider-wrapper img {
        min-height: 560px;
    }
}

@media (max-width: 1024px) {
    .banner-home .home-qtt-bx.component-qtt-form {
        right: 12px;
    }

    .qtt-form-date-select {
        width: 100% !important;
        float: left;
        margin: 0;
    }

    .qtt-form-railcards {
        margin-right: 0 !important;
    }
    .banner-home .simple-slider .slider-wrapper .banner-txt .banner-title {
        font-size: 2.5rem;
    }

    .home-qtt-bx.component-qtt-form .qtt-form-passengers {
        float: none;
        width: 100% !important;
        margin: 0 !important;
    }

    .qtt-form-railcards-bookingflow.qtt-form-railcards {
        margin-right: 0;
        display: block !important;
    }
    
    span.right-arrow::after {
        top: 0px;
    }
}
/* Tablet Landscape Mode */
@media screen (max-width: 1365px) and (orientation: landscape) {
    span.right-arrow::after {
        top: 0px;
    }
}

@media(max-width:991px) {
    .banner-home .home-qtt-bx {
        position: static;
        margin: 30px auto 0;
        transform: translateY(0);
        max-width: 399px;
        width: 100%;
    }

    .banner-home .item img {
        min-height: auto;
        object-fit: contain;
    }

    .banner-home {
        background: #E9F0F5;
        z-index: 1;
    }

    .banner-home .simple-slider .slider-wrapper .banner-txt {
        width: 70%;
    }

    .banner-home .simple-slider .slider-wrapper .banner-txt .banner-title {
        margin-top: 0;
    }

    .banner-home .simple-slider .slider-wrapper {
        max-height: 425px;
    }

    .banner-home .simple-slider .slider-wrapper img {
        height: 425px;
    }
}

@media screen and (max-width: 767.98px) {

    .banner-home {
        padding: 0;
    }

    .season-tab .qtt-form-date-select .qtt-form--date.with-caret {
        width: 49% !important;
        margin-bottom: 0 !important;
    }

    .season-tab .qtt-form-date-select.railcardExpiryDate .qtt-form--date.with-caret {
        width: 100% !important;
    }

    .season-tab #adult-children-div .qtt_bx_lft_49 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .banner-home .home-qtt-bx h3 {
        padding: 0;
    }

    .with-caret.railcards-wrapper .trigger.netig:before {
        content: "";
    }

    div.fancy-select div.trigger:after {
        right: 9px !important;
    }

    .qtt-form-railcards .railcards {
        position: static;
        width: auto;
    }

    .qtt-form-railcards .trigger .form-control {
        font-size: 13px;
    }

    .component-qtt-form #adult-children-div div.fancy-select ul.options {
        position: relative;
        display: none;
    }

    .component-qtt-form #adult-children-div div.fancy-select ul.options.open {
        display: block;
    }

    .railcards-button {
        margin-top: 0% !important;
    }

    .railcards {
        z-index: 100;
        width: 100%;
        margin: -4px 0 0 0;
        background: #fff;
        position: inherit;
        padding: 12px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 4px 4px 0 rgba(0, 0, 0, 0.2);
        border-radius: 0 0 4px 4px;
    }
}

@media(max-width:640px) {
    .qtt-form-date-select {
        width: 100% !important;
        float: left;
        margin: 0 !important;
    }
}

@media(max-width:595px) {

    .banner-home .simple-slider .slider-pagination {
        bottom: 40px;
    }

    .banner-home .simple-slider .slider-wrapper .banner-txt {
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
        width: 50%;
    }

    .banner-home .simple-slider .slider-wrapper {
        height: 180px;
    }

    .banner-home .simple-slider .slider-wrapper img {
        height: 180px;
        width: 100%;
    }

    .banner-home .simple-slider .slider-wrapper .banner-txt .banner-title {
        font-size: 18px;
        line-height: 1;
        margin: 0;
    }

    .banner-home .simple-slider .slider-wrapper .banner-txt .banner-tnc {
        margin: 10px 0;
    }

    .banner-home .home-qtt-bx {
        width: 97%;
        padding: 10px 6px;
        margin: 0 auto;
        overflow: visible;
    }

    .banner-home .home-qtt-bx h3 {
        font-size: 18px;
        background-color: #c2d4e0eb;
        line-height: 1;
    }
}

@media(max-width:480px) {

    .banner-home .form-group.checkboxes-bx label {
        display: flex;
        align-items: center;
        font-size: 13px;
    }

    .banner-home .form-group.checkboxes-bx label:before {
        padding: 5px;
        margin-right: 2px;
    }

    .banner-home .form-group.checkboxes-bx input:checked+label:after {
        top: 5px;
        left: 5px;
        width: 3px;
        height: 8px;
    }

    .component-qtt-form div.fancy-select div.trigger {
        max-width: 100% !important;
    }
}

@media(max-width:474px) {
    .banner-home .home-qtt-bx .tab.season-tab .checkboxes-bx {
        padding: 2px 4px;
    }
}