/*@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;500;600;700&display=swap');


body,
html {
    height: 100%;
    min-width: 100% !important;
    font-family: 'Kumbh Sans', sans-serif !important;
    scroll-behavior: smooth;
}

* {
    image-rendering: crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast
}

html {
    max-width: 100% !important
}

body {
    max-width: 100% !important;
    overflow-x: hidden;
    word-break: break-word
}

html {
    margin: 0;
    padding: 0;
    max-width: 100% !important
}

*::first-letter {
    text-transform: capitalize;
}


/* ======================== */

.outerrainge {
    max-width: 450px;
    margin: 20px 0 0 0;
}

.slider-labels .caption {
    font-weight: 500;
    font-size: 14px;
    color: #141823;
}

.slider-labels .caption strong {
    font-weight: 500;
    color: #141823;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}


.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {

    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top .3s;
    transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #f24f25;
}

/* Styling;
 */
.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: #f13c0d;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-target.noUi-connect {}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #345DBB;
    border: 8px solid rgba(53, 93, 187, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}






.filterthree .new {
    padding: 50px;
}

.filterthree .form-group {
    display: block;
    margin-bottom: 10px;
}

.filterthree .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.filterthree .form-group label {
    position: relative;
    cursor: pointer;
    color: #4f525a;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

.filterthree .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #c7c7c7;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 3px;
    top: -2px;
}

.filterthree .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 4px;
    height: 9px;
    border: solid #ff6600;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* ======================== */
.listing-page {
    width: 100%;
    float: left;
    padding: 50px 0;
    background-color: rgb(247 250 255);
}

.main-listing {
    box-shadow: 0 2px 3px -1px rgb(0 0 0 / 4%);
    border-radius: 5px;
    padding: 0 20px;
    background: #fff;
    margin-bottom: 25px;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    border-bottom: 3px solid transparent;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-listing .list-left {
    width: 20%;
    float: left;
    padding-top: 20px;
}

.main-listing.animate {}

.list-left picture {
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    height: 130px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.list-left picture img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.main-listing .list-center {
    width: 56%;
    float: left;
    margin: 0 2%;
    padding: 20px 2%;
    border-right: 0.1rem solid rgb(229, 237, 246);
    border-left: 0.1rem solid rgb(229, 237, 246);
}

/* .car-detail {
    padding-top: 20px;
} */
.car-detail h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

.car-detail h3 span {
    padding: 2px 0.6rem;
    height: 2rem;
    border-radius: 0.8rem;
    background-color: rgb(247 250 255);
    font-size: 1.2rem;
    color: rgb(34, 118, 227);
}

ul.car-details-list {
    width: 100%;
    margin: 0 0 5px 0px;
    padding: 0;
    float: left;
}

ul.car-details-list li {
    margin-right: 20px;
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.car-detail-btm {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.car-detail-btm h2 {
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

ul.comforte {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.comforte li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #000;
    display: inline-block;
    margin-right: 13px;
}

.main-listing .list-right {
    width: 20%;
    float: left;
    text-align: center;
    padding-top: 20px;
}

.list-right span.prices {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
}

.list-right p {
    font-size: 1.2rem;
    color: rgb(137, 139, 145);
    margin-bottom: 0.9rem;
    font-weight: 500;
    margin-bottom: 14px;
}

.list-right button {
    background: #f60;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 8px;
    font-weight: 500;
    margin-top: 7px;
    min-width: 160px;
    border: none;
    height: 36px;
    margin-top: 0;
    line-height: 36px;
}

.side-listing {
    box-shadow: 0 2px 3px -1px rgb(0 0 0 / 4%);
    background: #fff;
    border-radius: 1.2rem;
}

.filterone {
    font-size: 1.8rem;
    padding: 2rem 1.5rem;
    color: rgb(20, 24, 35);
    border-bottom: 0.1rem solid rgb(225, 231, 238);
    position: relative;
}

.filterone h2 {
    margin: 0 0 10px 0;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.filterone span {
    float: right;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #2276e3;
    cursor: pointer;
    font-weight: 500;
    position: absolute;
    right: 18px;
    top: 22px;
}

.filterone p {
    font-size: 13px;
    color: gray;
    font-weight: 400;
    margin: 0;
}

.filtertwo {
    font-size: 1.8rem;
    padding: 2rem 1.5rem;
    color: rgb(20, 24, 35);
    border-bottom: 0.1rem solid rgb(225, 231, 238);
    position: relative;
}

.filtertwo h2 {
    margin: 0 0 16px 0;
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.filtertwo span.rest {
    float: right;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #898b91;
    cursor: pointer;
    font-weight: 500;
    position: absolute;
    right: 18px;
    top: 22px;
}

.filterthree {
    font-size: 1.8rem;
    padding: 2rem 1.5rem;
    color: rgb(20, 24, 35);
    border-bottom: 0.1rem solid rgb(225, 231, 238);
    position: relative;
}

.filterthree h2 {
    margin: 0 0 10px 0;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.filterthree span {
    float: right;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #2276e3;
    cursor: pointer;
    font-weight: 500;
    position: absolute;
    right: 18px;
    top: 22px;
}

.filterthree span.rest {
    color: #898b91;
}

ul.car-details-list li span.material-symbols-outlined {
    font-size: 20px;
    margin-right: 5px;
}

ul.comforte li span.material-symbols-outlined {
    margin-right: 5px;
    font-size: 21px;
    position: relative;
    top: 7px;
    color: #f0390a;
}

.car-detail h3 small {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.car-detail h6 span {
    padding: 2px 0.6rem;
    height: 2rem;
    border-radius: 0.8rem;
    background-color: rgb(247 250 255);
    font-size: 1.2rem;
    color: rgb(34, 118, 227);
}

.car-detail h6 {
    color: #6b7280;
    font-size: 13px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}

ul.car-details-list li span.material-symbols-outlined {
    color: #f24e24;
}

.car-detail h6 small {
    color: #3f9952;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}

.car-detail h6 small span {
    background-color: transparent;
    padding: 0;
    height: auto;
    color: #3f9952;
    font-size: 17px;
    line-height: normal;
    position: relative;
    top: 5px;
}

.main-listing:hover {
    border-bottom: 3px solid #f03b0c;
}

.main-listing:hover .list-left img {
    transform: scale(1.2);
}

.list-right button span.material-symbols-outlined {
    font-size: 19px;
    position: relative;
    top: 4px;
    right: 2px;
}

.list-right button:hover {
    background: linear-gradient(135deg, #f35830, #c82f08);
}

li.rating {
    position: relative;
}

li.rating span.dyn {
    background: #f24f24;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.3px;
}

span.mate {
    background: transparent;
    padding: 3px 12px;
    border-radius: 11px;
    margin-left: 6px;
    padding-left: 26px;
    border-top-left-radius: 20%;
    border-bottom-left-radius: 20%;
    color: #000;
    font-size: 13px;
    border: 1px solid #f24d23;
}

ul.comforte li span.material-symbols-outlined img {
    position: relative;
    top: -5px;
}

.banner.book-cheapfl-1.inner-engine {
    background: #202020;
    padding: 17px 0 25px !important;
}

.banner.book-cheapfl-1.inner-engine .search-engine {
    padding: 0;
}

.banner.book-cheapfl-1.inner-engine .tab-content.tabbanner-1 {
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.mozio-filter {
    gap: 16px;
    position: fixed;
    display: flex;
    width: fit-content;
    background: #f7f7f7;
    align-items: center;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    bottom: 20px;
    box-shadow: 0 2px 60px rgb(52 58 64 / 25%);
    padding: 4px 6px 4px 10px;
    display: none; 
}
button.mozio-fi.mozio-short label, button.mozio-fi.mozio-short svg {
    position: relative;
    top: 2px;
}
button.mozio-fi.mozio-short {
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.mozio-filter button.mozio-short {
    display: inline-block;
    position: static;
    cursor: pointer;
}

button.mozio-fi.mozio-short span.material-symbols-outlined {
    font-size: 22px;
    color: #000;
}

button.mozio-fi.mozio-short label {
    float: right;
    margin: 0;
    font-weight: 600;
}

button.mozio-en.mozio-short {
    background: #f60;
    color: #fff;
    border: none;
    border-radius: 26px;
    display: flex;
    align-items: center;
    padding: 6px 10px;
    cursor: pointer;

}

button.mozio-en.mozio-short span.material-symbols-outlined {
    font-size: 17px;
    margin-right: 5px;
}

button.mozio-en.mozio-short label {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.modify-engines {
    display: none;
}

.modify-filter {
    display: none;
}

.car-list-top {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc75;
    margin-bottom: 20px;
}

.car-list-top p {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.drop-list button.short-btn {
    background: #fff;
    padding: 10px 13px;
    border-radius: 10px;
    color: #303030;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid #eee;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 240px;
}

.drop-list button.short-btn strong {
    margin-left: 4px;
    margin-right: auto;
}

ul.short-list {
    animation: show 60ms linear;
    box-shadow: 0 30px 90px -20px rgb(0 0 0 / 30%);
    background: #fff;
    border-radius: 10px;
    padding: 5px;
    position: absolute;
    top: 42px;
    right: 0;
    width: 100%;
    margin: 0;
    list-style: none;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    display: none;
    min-width: 210px;
    margin: 4px 0;
    font-weight: 500;
}

.drop-list.shorts ul.short-list {
    display: block;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.drop-list span.material-symbols-outlined {
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.drop-list.shorts span.material-symbols-outlined {
    transform: rotate(180deg);
}

button.short-btn span.material-symbols-outlined {
    color: #f16000;
}


ul.short-list li:hover {
    background: #f5f5f5;
}

ul.short-list li.active {
    background: #f60;
    color: #fff;
}


.dropdown.open ul.short-list {
    display: block;
}

ul.short-list li {
    color: #000;
    font-size: 14px;
    border-radius: 10px;
    margin-bottom: 4px;
    padding: 12px 15px;
    cursor: pointer;
}

ul.short-list li:last-child {
    margin-bottom: 0;
}

.drop-list {
    position: relative;
}

@media (min-width: 1370px) {
    body .container {
        width: 100%;
        max-width: 1340px;
    }
}


.listing-page.mains {
    position: relative;
}

.resultfound {
    text-align: center;
    margin-bottom: 30px;
}

.resultfound img {
    width: 190px;
    height: auto;
}

.resultfound p {
    font-size: 18px;
    color: #000;
    margin: 0px;
}

ul.car-details-list li svg {
    margin-right: 4px;
}

ul.comforte li:first-child svg {
    position: relative;
    top: 4px;
}

.list-right button svg {
    position: relative;
    top: 6px;
    right: 3px;
}

.car-detail h6 small svg {
    position: relative;
    top: 7px;
    width: 13px;
    right: 1px;
}

.mozio-fi svg {
    margin-right: 5px;
}

.mozio-en svg {
    margin-right: 5px;
}

.fadeInUpcrl {
    -webkit-animation-name: fadeInUpcrl;
    animation-name: fadeInUpcrl;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUpcrl {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpcrl {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

#ui-datepicker-div {
    z-index: 100000000 !important;
    -webkit-box-shadow: 0 12px 90px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 12px 90px rgb(0 0 0 / 15%);
    box-shadow: 0 12px 90px rgb(0 0 0 / 15%);
    border: solid 1px rgb(66 66 66 / 10%);
    border: none;
    border-radius: 7px;
    margin: 4px 0;
    width: auto;
}

html .ui-state-default,
html .ui-widget-content .ui-state-default,
html .ui-widget-header .ui-state-default,
html .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    text-align: center;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 44px;
    height: 44px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner.book-cheapfl-1.inner-engine #trpC_cars_tab label.labelfly-plc {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.banner.book-cheapfl-1.inner-engine .pickupDropoffSctn .trvD_hotel_searchI {
    margin-bottom: 0 !important;
}

.banner.book-cheapfl-1.inner-engine .pickDropSct div#schange {
    margin-bottom: 0 !important;
}

.banner.book-cheapfl-1.inner-engine form#mozioCarSearchRequest .radio1 label {
    margin: 0;
    font-weight: 500 !important;
    font-size: 15px;
    color: #fff;
}

body.modi .banner.book-cheapfl-1:after {
    display: none;
}

body.modi .banner.book-cheapfl-1.inner-engine {
    background: #172337;
}

body.modi .modify-engines h5 {
    color: #fff;
}

body.modi .modify-engines button.modify-search {
    color: #fff;
}

body.modi .pickDateTimeSct .date-one {
    margin-bottom: 15px;
}

body.modi .banner.book-cheapfl-1 #trpC_cars_tab .drvage_passngr_sctn,
body.modi .banner.book-cheapfl-1 #trvD_carDrop_searchI,
body.modi .banner.book-cheapfl-1 #trvD_car_searchI {
    margin-bottom: 15px !important;
}

body.modi .banner.book-cheapfl-1.inner-engine #trpC_cars_tab label.labelfly-plc {
    font-size: 12px;
}

body.modi .banner.book-cheapfl-1.inner-engine form#mozioCarSearchRequest .radio1 label {
    font-size: 13px;
}

body .ui-datepicker th {
    font-weight: 400;
    color: #959595;
}


body .ui-widget-header .ui-datepicker-prev .ui-icon {
    background-image: url('/resources/images/arrow-left.png');
    text-indent: initial;
    font-size: 0;
    background-position: center;
}

body .ui-widget-header .ui-datepicker-next .ui-icon {
    background-image: url('/resources/images/arrow-right.png');
    text-indent: initial;
    font-size: 0;
    background-position: center;
}
body .ui-datepicker .ui-datepicker-prev,
 body .ui-datepicker .ui-datepicker-next {
    border: none;
    background: transparent;
    top: 7px;
    cursor: pointer;
}

body .ui-state-active, 
body .ui-widget-content .ui-state-active,
 body .ui-widget-header .ui-state-active,
 body a.ui-button:active,
 body .ui-button:active,
 body .ui-button.ui-state-active:hover {
    background: #f56200;
}