:root {
    --swqp-bg-color: #fff;
    --swqp-orange: #FF671F;
    --swqp-grey: #C4CDD5;
    --swqp-dark-grey: #494949;
    --swqp-title-fz: 15px;
    --swqp-q-font-size: 14px;
    --swqp-a-font-size: 13px;
    --swqp-m-qs-t: 17px;
    --swqp-m-title-fz: 16px;
    --swqp-m-q-font-size: 15px;
    --swqp-m-a-font-size: 14px;
}

.search-widget-questions-parent {
    width: 84%;
    position: relative;
    border: 1.3px solid var(--swqp-orange);
    border-radius: 20px;
    z-index: 2;
    margin: 0 auto;
    margin-top: 45px;
    background: var(--swqp-bg-color);
    padding: 1%;
    display: flex;
    max-width: 1000px;
    z-index: 99999;
}

    .search-widget-questions-parent * {
        box-sizing: unset;
    }

.swqp-ctn {
    width: 100%;
    vertical-align: middle;
    border: 1.3px solid var(--swqp-grey);
    border-radius: 13px;
    padding: 0.75%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 0;
    position: relative;
}

.swqp-qel {
    display: inline-block;
    width: 21%;
    border-right: 0.5px solid var(--swqp-grey);
    padding: 0 0.25%;
    max-height: 200px;
    position: relative;
    cursor: pointer;
    text-align: left;
}

.swqp-q {
    color: var(--swqp-orange);
    font-size: var(--swqp-title-fz);
    font-weight: 600;
    line-height: 15px;
    vertical-align: -webkit-baseline-middle;
    margin-bottom: 5px;
}

.swqp-a {
    font-size: var(--swqp-a-font-size);
    display: inline-block;
    width: 100%;
    line-height: var(--swqp-a-font-size);
    vertical-align: text-top;
}


    .swqp-a.swqp-ae {
        color: var(--swqp-grey);
        overflow: hidden;
    }

    .swqp-a.swqp-af {
        color: var(--swqp-dark-grey);
    }

.swqp-qel.swqp-btn-ctn {
    width: 11%;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.5%;
    background-color: var(--swqp-orange);
    border-radius: 7px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swqp-btn-submit {
    color: var(--swqp-bg-color);
    font-size: 1.4em;
    max-height: 200px;
    line-height: 1.4em;
    height: fit-content;
}

.swqp-ctn .swqp-qel:nth-of-type(1) {
    /* padding-left: 0.5%; */
    padding-top: 0px;
}

.swqp-ctn .swqp-qel:not(.swqp-btn-ctn):nth-of-type(4) {
    border: 0
}

.swqp-ctn .swqp-qel.swqp-qel-asixth:not(.swqp-btn-ctn):nth-of-type(5),
.swqp-ctn .swqp-qel.swqp-qel-bsixth:not(.swqp-btn-ctn):nth-of-type(5) {
    border-left: 0.5px solid var(--swqp-grey);
    border-right: 0;
    padding-right: 0;
    padding-left: 0.5%;
}

.swqp-ctn .swqp-qel.swqp-qel-afifth:not(.swqp-btn-ctn):nth-of-type(5),
.swqp-ctn .swqp-qel.swqp-qel-bfifth:not(.swqp-btn-ctn):nth-of-type(5) {
    border-left: 0.5px solid var(--swqp-grey);
    border-right: 0;
    padding-right: 0;
    padding-left: 0.5%;
}

.swqp-ctn .swqp-qel.swqp-qel-asixth:not(.swqp-btn-ctn):nth-of-type(5),
.swqp-ctn .swqp-qel.swqp-qel-bsixth:not(.swqp-btn-ctn):nth-of-type(5) {
    border-left: 0.5px solid var(--swqp-grey);
    border-right: 0;
    padding-right: 0;
    padding-left: 0.5%;
}

.swqp-ctn .swqp-qel.swqp-qel-afifth:not(.swqp-btn-ctn):nth-of-type(6),
.swqp-ctn .swqp-qel.swqp-qel-afifth:not(.swqp-btn-ctn):nth-of-type(6) {
    border-left: 0.5px solid var(--swqp-grey);
    border-right: 0;
    padding-right: 0;
    padding-left: 0.5%;
}

.swqp-ctn .swqp-qel.swqp-qel-asixth:not(.swqp-btn-ctn):nth-of-type(6),
.swqp-ctn .swqp-qel.swqp-qel-bsixth:not(.swqp-btn-ctn):nth-of-type(6) {
    border-left: 0.5px solid var(--swqp-grey);
    border-right: 0;
    padding-right: 0;
    padding-left: 0.5%;
}

.swqp-qs-del {
    display: block;
    height: 30%;
    background: var(--swqp-bg-color);
    border-right: 1px solid var(--swqp-grey);
    width: 100%;
    position: absolute;
    border-left: 1px solid var(--swqp-grey);
    z-index: 1;
    top: 92%;
    background: red;
}

.swqp-qel-afifth {
    width: 19%
}

.swqp-qel-asixth {
    width: 15.6%;
}

.swqp-qel-bfifth {
    width: 16%
}

.swqp-qel-bsixth {
    width: 15.6%;
}

    .swqp-qel-bsixth .swqp-a {
        font-size: 11px;
    }

.swqp-qs-ctn {
    z-index: 2;
    height: fit-content;
    position: absolute;
    padding: 0% 10px 10px 10px;
    margin-left: 1%;
    width: auto;
    background: var(--swqp-bg-color);
    border: 1px solid var(--swqp-orange);
    border-top: unset;
    top: 100%;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    text-align: left;
}

.swqp-ctn .swqp-qel:nth-of-type(1) .swqp-qs-del {
    width: 103.75%;
    margin-left: -4%; /* margin-top: -1px; */ /* background: red; */
}

.swqp-qs {
    position: relative;
    /* display: ruby-text; */
    height: fit-content;
    /* padding: 0 0.5% 0.5% 0.5%; */
    overflow: hidden;
}

.swqp-qs-q {
    font-size: var(--swqp-q-font-size);
    display: block;
    width: 100%;
    line-height: var(--swqp-q-font-size);
    color: var(--swqp-orange);
    font-weight: 600;
    margin-bottom: 10px;
}

.swqp-qs-a {
    font-size: 13px;
    display: inline-block;
    line-height: 13px;
    width: 100%;
    text-align: left;
}

.swqp-qs-ao {
    display: inline-block;
    width: 49%;
    padding: 3% 0;
    vertical-align: middle;
    text-align: left;
}

.swqp-qs-ck {
    display: inline-block;
    width: auto;
    /* vertical-align: middle; */
}

.swqp-qs-aa {
    display: inline-block;
    vertical-align: text-top;
    color: var(--swqp-dark-grey);
    margin: auto 0;
    font-size: var(--swqp-a-font-size);
    line-height: var(--swqp-q-font-size);
    cursor: pointer;
}


.swqp-qs-ck-l {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .swqp-qs-ck-l input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.swqp-qsa-ck {
    position: absolute;
    top: 0px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1.5px solid var(--swqp-grey);
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.swqp-qs-ck-l:hover input ~ .swqp-qsa-ck {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.swqp-qs-ck-l input:checked ~ .swqp-qsa-ck {
    background-color: var(--swqp-orange);
    border: 1px solid var(--swqp-grey);
    height: 17px;
    width: 17px;
    box-sizing: unset;
}

/* Create the checkmark/indicator (hidden when not checked) */
.swqp-qsa-ck:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.swqp-qs-ck-l input:checked ~ .swqp-qsa-ck:after {
    display: block;
    color: white;
}

/* Style the checkmark/indicator */
.swqp-qs-ck-l .swqp-qsa-ck:after {
    left: 5px;
    top: 1.5px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0px 2.5px 2.5px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.swqp-qs-ad {
    display: block;
    width: 100px;
    margin-top: 10px;
}

.swqp-qs-ad-btn,
.swqp-qs-saveq-btn {
    color: var(--swqp-bg-color);
    font-size: 15px;
    line-height: 15px;
    background-color: var(--swqp-orange);
    width: max-content;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    padding: 6px;
    cursor: pointer;
}

.swqp-qs-a select,
.swqp-qs-a input[type="text"],
.swqp-qs-a input#FlightsDeparture,
.swqp-qs-a textarea {
    width: calc(100% - 2px);
    /* padding: 4% 0.5%; */
    margin: 0;
    border: 1px solid var(--swqp-dark-grey);
    padding-block: unset;
    border-radius: 4px;
    display: block;
    padding-inline: unset;
    color: var(--swqp-dark-grey);
    line-height: var(--swqp-a-font-size);
    font-size: var(--swqp-a-font-size);
    height: 38px;
    overflow: hidden;
    text-indent: 0px;
    max-width: unset;
    cursor: pointer;
}

.swqp-qs-a input[type="text"],
.swqp-qs-a input#FlightsDeparture {
    padding: 1% 1.5%;
    width: calc(96%);
    height: 30px;
}

.swqp-qs-ctn .swqp-qs-box {
    display: block;
    padding: 15px 0 0px 0;
}

.swqp-qs-ctn .swqp-attr-ctn .swqp-qs-box {
    border: none;
}

.swqp-qs-ctn .swqp-qs-box:nth-of-type(1) {
    padding: 0 0 0px 0;
}

.swqp-qs-ctn.swqp-qs-ctn-2 {
    left: 21.5%;
    min-width: 260px;
    max-width: 320px;
    width: 100%;
}

.swqp-qs-ctn.swqp-qs-ctn-4,
.swqp-qs-ctn[tqid='7'],
.swqp-qs-ctn[tqid='5'] {
    width: 33.5%;
    left: 61%;
    max-height: 300px;
    overflow-y: auto;
}

.swqp-qs-pax {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    overflow: hidden;
}

.swqp-qs-al {
    display: inline-flex;
    width: 100%;
    margin: 10px 0 0px 0;
    align-items: self-start;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.swqp-qs-alf {
    display: inline-block;
    width: 25%;
}

.swqp-qs-a .select-description-text,
.swqp-qs-alfn {
    color: var(--swqp-orange);
    font-size: var(--swqp-a-font-size);
    margin: 0 0 5px 0;
    padding: 0;
}

.swqp-qs-alf select {
    width: 60%;
}

.search-widget-questions-parent *::-webkit-scrollbar {
    width: 10px;
    margin-left: 10px;
}

/* Track */
.search-widget-questions-parent *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.search-widget-questions-parent *::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--blue);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    .search-widget-questions-parent *::-webkit-scrollbar-thumb:window-inactive {
        background: var(--blue);
    }



.search-widget-questions-parent .daterangepicker {
    position: unset;
}

.swqp-qs-a .daterangepicker {
    padding: 0;
    border: unset !important;
}

.swqp-qs-ctn.swqp-qs-ctn-3 .swqp-qs-a {
    max-width: 520px;
}

.swqp-qs-ar,
.swqp-qs-rr,
.swqp-qs-ada,
.swqp-qs-rda,
.swqp-mc-add,
.swqp-mc-rv,
.swqp-qs-aqb {
    border: 1.5px solid var(--swqp-orange);
    width: fit-content;
    padding: 5px 10px;
    border-radius: 14px;
    color: var(--swqp-orange);
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.swqp-qs-ada {
    margin: 15px 0 5px 0;
}

.swqp-qs-rr {
    display: inline-block;
    max-width: 120px;
}

.swqp-qs-txt {
    display: inline-block;
    width: calc(100% - 121px);
}


.swqp-qs-tt {
    display: inline-block;
    width: 77%;
}

input.swqp-date-attr[type="text"] {
    width: 79px;
}

.swqp-delim {
    border-bottom: 1px solid var(--swqp-dark-grey);
    margin: 10px 0 10px 0;
}

.swqp-attr-ctn .swqp-delim {
    border-bottom: 1px solid var(--swqp-dark-grey);
    margin: 15px 0 0px 0;
}

.swqp-qs-ctn[tqid='3'] {
    left: 43%;
}

.swqp-qs-ctn[tqid='7'] {
    right: 2%;
    max-width: 390px;
    width: 100%;
    left: unset;
}

.swqp-qs-ctn[tqid='5'] {
    left: unset;
    max-width: 370px;
    width: 100%;
    right: 2%;
}

.swqp-qs-ar,
.swqp-qs-ada,
.swqp-mc-add {
    margin: 15px 0 10px 0;
}

.swqp-qs-rda,
.swqp-mc-rv {
    margin-top: -5px;
    display: inline-block;
}

.swqp-qs-a input[type="text"].swqp-ip-half {
    display: inline-block;
    width: 46%;
}


.swqp-qs-ctn.swqp-qs-ctn-1 {
    max-width: 340px;
}

/*.swqe-errc {
    display: block;
    padding: 5px;
    width: 100%;
    margin: 10px 0;
    color: #D8000C;
    background-color: #FFBABA;
    border-radius: 7px;
    border: 0.5px solid #D8000C;
    line-height: 14px;
    font-size: 14px;
}*/

.swqe-errc,
.swqp-err-m {
    position: absolute;
    width: max-content;
    max-width: 400px;
    z-index: 9;
    padding: 8px;
    margin: 0;
    top: 50px;
    color: #D8000C;
    background-color: #FFBABA;
    border-radius: 7px;
    border: 0.5px solid #D8000C;
    line-height: 14px;
    font-size: 14px;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.swqp-err-m {
    top: 100%;
    right: 0;
}

.swqe-errc p {
    display: block;
    width: 100%;
}

.swqp-qs-t {
    display: none;
}

.swqp-qs-box .sbsw-inputs-section {
    padding: 0;
    background-color: var(--swqp-bg-color) !important;
    border: none;
}

.swqp-qs-box[sq-id="9"] {
    overflow-y: auto;
    max-height: 250px;
}

.swqp-qs-mc .swqp-qs-tt {
    width: 70%;
}

.swqp-a.swqp-ae[cs-v='1'] {
    color: var(--swqp-dark-grey);
}

.swqp-qs-a input.wqp-qs-aia[type="text"] {
    display: inline-block;
    width: 39%;
    height: 20px;
}

.swqp-qs-box.swqp-qs-more-da .swqp-qs-aaa {
    width: 86%;
    display: inline-block;
    padding: 6px 0 0 0;
}

.swqp-qs-a textarea {
    max-width: -webkit-fill-available;
    max-height: 50px;
    padding: 4px;
}

.swqp-qs-qa {
    width: 100%;
}

.swqp-qs-saveq-btn {
    width: 100%;
    padding: 10px 0;
    margin: 10px 0;
}

p#swqpQQAirport1,
p#swqpQQAirport2 {
    display: inline;
}

.parkTicketsInfoIcon {
    position: absolute;
    width: 350px;
    top: -39px;
    left: 252px;
    z-index: 9;
    background-color: var(--light-orange);
    padding: 10px;
    border: 1px solid var(--orange);
    border-radius: 7px;
    cursor: pointer;
}

.parkTiketsDisplay {
    display: block;
}

.parkTicketsInfoIconTitle {
    margin-bottom: 10px;
}

.sr-ro-box .sr-ro-left .sr-ro-facilities {
    position: relative;
}

.parkTicketsInfoIconNote {
    margin-top: 10px;
}

.cs-results-page-content-left .sr-sw-container {
    width: 100%;
    padding: 0;
}

.cs-results-page-content-left .search-widget-questions-parent {
    width: 100%;
    margin: 0;
}

.cs-results-page-content-left .swqp-ctn {
    flex-direction: row;
    flex-wrap: nowrap;
}

.cs-results-page-content-left .swqp-qel.swqp-btn-ctn {
    height: 40px;
    margin: auto 0;
}

.swqe-errc.swqe-errc2 {
    position: relative;
    top: 0;
    display: inline-block;
    margin: 15px 0 0 0;
}

.flight-airport-select.checkbox-list-dialog {
    z-index: 99999999;
    position: fixed;
    top: 2%;
    overflow-y: auto;
    max-height: 730px;
    /* left: 10%!important; */
    width: 90% !important;
    /* margin: auto 0; */
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}


.swqp-qs .MultiCheckBoxDetail {
    position: relative;
    top: -41px;
    width: 100% !important;
}

.swqp-qs .MultiCheckBoxd {
    padding: 1% 1.5%;
    width: calc(96%);
    height: 30px;
}

.swqp-qs .MultiCheckBox {
    padding: 1% 5.5% 1% 2.5%;
    width: calc(91%) !important;
    height: 30px;
    line-height: 30px;
    border: 1px solid var(--swqp-dark-grey);
    color: var(--swqp-dark-grey);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-image: url(https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/chevron_down_black.webp) !important;
    background-repeat: no-repeat;
    background-position: 99% 46%;
    background-size: 20px;
}

    .swqp-qs .MultiCheckBox .k-icon {
        margin-top: 0px;
    }


.search-widget-questions-parent .input-number {
    width: 50%;
}

.search-widget-questions-parent .input-group.input-number-group {
    height: 40px;
}


@media only screen and (max-width: 768px), only screen and (max-width: 950px) and (orientation: landscape) {

    header {
        z-index: 999999;
    }
    .search-widget-questions-parent * {
        box-sizing: border-box;
    }

    .search-widget-questions-parent {
        padding: 2%;
        margin-top: -52px;
    }

    .swqp-ctn {
        padding: 4%;
    }

    .swqp-qel {
        width: 100%;
        /* height: 60px; */
        align-content: center;
        text-align: left;
        border-right: none;
        border-left: none;
        padding: 15px 0;
        border-bottom: 0.5px solid var(--swqp-grey);
    }

    .swqp-ctn .swqp-qel:nth-of-type(1),
    .swqp-ctn .swqp-qel:nth-of-type(2),
    .swqp-ctn .swqp-qel:nth-of-type(3),
    .swqp-ctn .swqp-qel:nth-of-type(4),
    .swqp-ctn .swqp-qel:nth-of-type(5),
    .swqp-ctn .swqp-qel:nth-of-type(7) {
        /* padding: 0; */
        /* border-bottom: 0.5px solid var(--swqp-grey); */
        border-top: 0.5px solid var(--swqp-grey);
        border-bottom: unset;
    }

    .swqp-ctn .swqp-qel:nth-of-type(1) {
        /* padding-left: 0.5%; */
        border: unset;
    }

    .swqp-ctn .swqp-qel:not(.swqp-btn-ctn):nth-of-type(4) {
        /* border-bottom: 0.5px solid var(--swqp-grey); */
        border-top: 0.5px solid var(--swqp-grey);
        border-bottom: none;
    }

    .swqp-qel.swqp-btn-ctn {
        width: 100%;
        background-color: var(--swqp-bg-color);
        border-radius: unset;
    }

    .swqp-btn-submit {
        color: var(--swqp-bg-color);
        font-size: var(--swqp-m-qs-t);
        background-color: var(--swqp-orange);
        width: 100%;
        display: inline-block;
        border-radius: 10px;
        text-align: center;
        cursor: pointer;
        padding: 10px 0;
        align-content: center;
    }

    .swqp-ctn .swqp-qel.swqp-btn-ctn:nth-of-type(7) {
        border-bottom: 0;
        border-top: 0;
    }

    .swqp-ctn .swqp-qel.swqp-qel-afifth:not(.swqp-btn-ctn):nth-of-type(6),
    .swqp-ctn .swqp-qel.swqp-qel-afifth:not(.swqp-btn-ctn):nth-of-type(6),
    .swqp-ctn .swqp-qel.swqp-qel-afifth:not(.swqp-btn-ctn):nth-of-type(5),
    .swqp-ctn .swqp-qel.swqp-qel-bfifth:not(.swqp-btn-ctn):nth-of-type(5) {
        border-left: none;
    }

    .swqp-ctn .swqp-qel.swqp-qel-asixth:not(.swqp-btn-ctn):nth-of-type(5),
    .swqp-ctn .swqp-qel.swqp-qel-bsixth:not(.swqp-btn-ctn):nth-of-type(5),
    .swqp-ctn .swqp-qel.swqp-qel-asixth:not(.swqp-btn-ctn):nth-of-type(6),
    .swqp-ctn .swqp-qel.swqp-qel-bsixth:not(.swqp-btn-ctn):nth-of-type(6) {
        border-left: none;
    }



    .search-widget-questions-parent .swqp-qs-ctn {
        width: 100%;
        left: 0px;
        max-width: 100%;
        max-height: 100%;
        padding: 0 10px;
        height: 100%;
        z-index: 99999;
    }



    .swqp-qs-ctn {
        z-index: 2;
        position: fixed;
        top: 64px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: var(--swqp-bg-color);
        border: none;
        border-top: unset;
        border-radius: unset;
        overflow: unset;
        margin: 0;
        padding: 0px 20px 84px;
        box-sizing: border-box;
    }

    .swqp-qs {
        height: 80%;
        max-height: calc(100% - 55px);
        text-align: left;
        width: 100%;
        overflow-x: auto;
        overflow-y: unset;
        display: block;
        overscroll-behavior: contain;
    }

    .swqp-qs-box[sq-id="9"] {
        overflow-y: unset;
        max-height: unset;
    }


    .swqp-qs-a {
        width: 100%;
        max-width: 100%;
        padding-left: 10px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .swqp-qs-al {
        justify-content: space-around;
    }

    .swqp-qs-alfn {
        font-size: var(--swqp-m-a-font-size) !important;
        padding: 0 !important;
    }

    .swqp-qs-ao {
        width: 100%;
        padding: 4% 0;
    }

    .swqp-qs-q {
        margin: 6px 0px 6px 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        min-height: 35px;
        font-size: var(--swqp-m-q-font-size);
        line-height: 1.5;
    }


    .swqp-qs-ctn .swqp-qs-box {
        display: block;
        padding: 10px 0 0px 0;
    }

    .swqp-qs-a,
    .swqp-qs-aa {
        font-size: var(--swqp-m-a-font-size);
        line-height: var(--swqp-m-q-font-size);
        position: relative;
    }

    .swqp-qs-ar,
    .swqp-qs-rr,
    .swqp-qs-ada,
    .swqp-qs-rda {
        border-radius: 7px;
        line-height: 1.5;
        font-weight: 400;
    }

    .swqp-qs-ar,
    .swqp-qs-ada {
        width: 100%;
    }

    .swqp-qs-ctn[tqid='7'] .swqp-qs,
    .swqp-qs-ctn[tqid='5'] .swqp-qs {
        overflow-y: unset;
    }

    .swqp-qs-ad {
        width: 100%;
        border-top: 1px solid var(--swqp-orange);
    }

    .swqp-qs-ad-btn,
    .swqp-qs-saveq-btn {
        width: 100%;
        margin: 15px 0;
        padding: 10px 0;
        align-content: center;
        font-size: var(--swqp-m-qs-t);
        border-radius: 7px;
    }

    .swqp-qs-a input[type="text"],
    .swqp-qs-a input#FlightsDeparture {
        width: calc(100% - 2px);
        max-width: calc(100% - 2px);
        height: 45px;
        font-size: var(--swqp-m-a-font-size);
        line-height: var(--swqp-m-q-font-size);
    }

    .swqp-qs-ar,
    .swqp-qs-ada {
        margin: 30px 0 10px 0;
    }

    .swqp-qs-tt {
        width: 70%;
        line-height: 1.5;
    }

    .swqp-qs-t {
        display: block;
        text-align: left;
        color: var(--swqp-orange);
        font-size: var(--swqp-m-qs-t);
        font-weight: 800;
        border-bottom: 1px solid var(--swqp-orange);
        padding: 10px 0;
    }

    select#DDhotel,
    select#DDCruise,
    .swqp-qs-alf select,
    input#FlightsDeparture,
    select.swqp-at-select {
        padding: 0 33px 0 10px !important;
        font-size: var(--swqp-m-a-font-size) !important;
    }

    .search-widget-questions-parent .swqp-qs-alf select,
    .search-widget-questions-parent #FlightsDeparture,
    .search-widget-questions-parent select#DDhotel,
    .search-widget-questions-parent select#DDCruise,
    .search-widget-questions-parent select.swqp-at-select,
    .swqp-qs .MultiCheckBox {
        background-image: url(https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/chevron_down_black.webp) !important;
        background-repeat: no-repeat;
        background-position: 94% 46% !important;
        background-size: 20px !important;
        border: 2px solid #C4CDD5 !important;
        border-radius: 10px !important;
        color: #637381 !important;
        font-weight: normal !important;
        width: 100% !important;
        height: 45px;
        margin: 0px !important;
        appearance: none !important;
    }

    .search-widget-questions-parent .swqp-qs-a .swqp-qs-alfn {
        margin: 4px 0px !important;
    }

    .search-widget-questions-parent .select-description-text,
    .search-widget-questions-parent .swqp-qs-a .swqp-qs-alfn {
        color: black;
        padding-left: 10px;
        font-size: 14px;
        font-weight: normal;
    }

    .search-widget-questions-parent .swqp-qs-alf {
        /*margin-bottom: -2px;*/
        width: 24%;
        margin: 0px;
        padding: 0px;
    }

    .search-widget-questions-parent .input-group.input-number-group {
        background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/person_black.webp') !important;
        background-repeat: no-repeat !important;
        background-size: 29px !important;
        background-position: 4px 5px !important;
        border: 2px solid #C4CDD5 !important;
        border-radius: 10px !important;
        height: 45px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        justify-content: flex-end !important;
        align-items: center !important;
        align-content: center !important;
    }

    .search-widget-questions-parent input.swqp-ip-half,
    .search-widget-questions-parent input.swqp-ip-full {
        border: 2px solid #C4CDD5 !important;
        border-radius: 10px !important;
        color: #637381 !important;
        font-weight: normal !important;
        height: 45px;
        margin: 0px !important;
        appearance: none !important;
    }

    .search-widget-questions-parent .swqp-ip-full {
        width: 100% !important;
    }

    .search-widget-questions-parent .swqp-ip-half {
        width: 46% !important;
    }

    .search-widget-questions-parent .input-group.input-number-group .input-number {
        width: 26%;
    }

    .search-widget-questions-parent .input-group.input-number-group .input-group-button {
        height: 45px !important;
    }

        .search-widget-questions-parent .input-group.input-number-group .input-group-button .input-number-decrement {
            border: none !important;
        }

        .search-widget-questions-parent .input-group.input-number-group .input-group-button .input-number-increment {
            border: none !important;
        }

    .search-widget-questions-parent .ingc-group-container .input-group-button span.input-number-decrement {
        border-top: 2px solid #C4CDD5 !important;
        border-right: 0px hidden !important;
        border-bottom: 2px solid #C4CDD5 !important;
        border-left: 2px solid #C4CDD5 !important;
        border-radius: 10px 0px 0px 10px !important;
        color: #637381 !important;
    }

    .search-widget-questions-parent .ingc-group-container .input-group-button span.input-number-increment {
        border-top: 2px solid #C4CDD5 !important;
        border-right: 2px solid #C4CDD5 !important;
        border-bottom: 2px solid #C4CDD5 !important;
        border-left: 0px hidden !important;
        border-radius: 0px 10px 10px 0px !important;
        color: #637381 !important;
    }

    .search-widget-questions-parent .ingc-group-container .input-group input.input-number {
        /* border-top: 2px solid #C4CDD5 !important; */
        /* border-bottom: 2px solid #C4CDD5 !important; */
        /* border-left: 0px hidden !important; */
        /* border-right: 0px hidden !important; */
        color: #637381 !important;
    }

    .search-widget-questions-parent .input-group.input-number-group .input-group-button .input-number-increment,
    .search-widget-questions-parent .input-group.input-number-group .input-group-button .input-number-decrement {
        font-size: 40px;
        font-weight: normal;
        color: black;
    }

    .search-widget-questions-parent .input-group.input-number-group .input-group-button .input-number-increment,
    .search-widget-questions-parent .input-group.input-number-group .input-group-button .input-number-decrement {
        font-size: 42px !important;
        font-weight: normal !important;
        color: black !important;
    }

    .search-widget-questions-parent .input-group.input-number-group .input-number {
        font-size: 18px !important;
        font-weight: normal !important;
        color: black !important;
    }

    .search-widget-questions-parent input.swqp-date-attr {
        background-image: url('https://cdn.magicbreaks.co.uk/mb-media/icons/2024SWtIcons/calandar_black.webp') !important;
        background-repeat: no-repeat;
        background-position: 2% 46% !important;
        background-size: 26px !important;
        border: 2px solid #C4CDD5 !important;
        border-radius: 10px !important;
        color: #637381 !important;
        font-weight: normal !important;
        width: 100% !important;
        margin: 0px !important;
        padding: 0 0 0 37px !important;
    }

    .swqp-qel[tid='5'] {
        border-bottom: none;
        padding-bottom: 0;
        border-top: 0.5px solid var(--swqp-grey);
    }

    .swqp-qs-ctn .get-quote-page-box {
        padding: 0 !important;
        margin: 0 !important;
        border: unset;
    }

        .swqp-qs-ctn .get-quote-page-box .sw-body .NewBookingEngineIMG {
            padding: 0 !important;
            margin: 0 !important;
            border: 0 !important;
            min-height: unset;
        }

        .swqp-qs-ctn .get-quote-page-box .sw-body {
            padding: 0 !important;
            margin: 0 !important;
            border: 0 !important;
        }

    .swqp-qs-saveq-btn {
        width: 100%;
        padding: 10px 0;
        margin: 20px 0 0px 0;
    }

    .swqp-qs .MultiCheckBoxDetail {
        position: absolute;
        left: 0;
        width: 100% !important;
    }

    .swqp-qs .MultiCheckBox {
        max-width: calc(100% - 2px) !important;
        height: 45px;
        line-height: 42px;
        padding: 0 33px 0 10px !important;
    }

    .swqp-qs-a .MultiCheckBox .k-icon {
        display: none !important;
    }

    .checkbox-list-dialog {
        z-index: 999999;
        position: fixed;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow-x: hidden;
        overflow-y: scroll;
        max-height: 470px;
    }
}

@media only screen and (max-width: 930px) and (orientation: landscape) {
    .swqp-qs-ao {
        width: 100%;
        padding: 1% 0;
    }

    .search-widget-questions-parent .swqp-qs-ctn {
        padding: 0 10px 2% 10px;
        height: 84%;
    }
}
