:root {
    --widget-color-1: #ff6427;
    --widget-color-2: #fff;
    --widget-color-3: #fff;
    --widget-color-4: #2B2B2B;
    --widget-color-5: #666;
    --widget-color-6: #616161;
    --calendar-first-color: #e31836;
    --calendar-transparent-color: #E3F2FD;
}

div#AirTitle {
    margin: 0 0 12px 0;
}
div#AirTitle>div{
    padding: 0;
}
.divAirHotelBaggageIncluded.form-group label,
.upTripType.upTripType-control label {
    font-size: 13px!important;
    font-weight: 300!important;
}
.upTripType>div {
    width: max-content;
    padding: 0 4px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    margin-left: -8px;
    margin-top: -9px;
}

td.ui-datepicker-unselectable.ui-state-disabled.undefined span {
    color: #c4c4c4 !important;
    font-weight: 400;
    font-size: 12px;
}

table.ui-datepicker-calendar span {
    color: #353535;
}

#divHotelTogglePromoCode .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

#divAirHotelBaggageIncluded,
#divHotelTogglePromoCode {
    margin: 0
}

.fdsHotelDetails {
    margin: 0
}

.divAirBaggageIncluded.form-group {
    display: block;
    margin-right: 34px;
}

.form-group.special-options {
    display: none;
}

#divAirTogglePromoCode .col-lg-3 {
    width: 35%;
}

#divAirHotelBaggageIncluded .col-md-100 {
    padding: 0;
}

.divAirHotelBaggageIncluded {
    float: left;
    padding-right: 34px;
}

.widget-net-mo .disabled {
    background-color: #eee !important;
}

.no-gutter div[class*='col-']:nth-child(1) {
    padding-right: 0;
}

.no-gutter div[class*='col-']:nth-child(2) {
    padding-left: 0;
}

.min-padding>[class*='col-'] {
    padding-right: 1px;
    padding-left: 1px;
}

.center {
    text-align: center;
}

.widget-net-mo .multidest-flight {
    font-weight: 400;
    font-size: 13px;
    color: #51514f;
}

.air-multiple-opt a {
    color: #2577be;
    font-size: 14px;
    font-weight: 300;
}
@media (max-width:1024px) {
    .air-multiple-opt {
        display: flex;
        justify-content: space-evenly;
    }
    .air-multiple-opt a {
        color: #e31836;
    }
    .btnSearch {
        width: 100%;
        height: 48px;
        font-size: 20px !important;
    }
    .btnSearch {
        width: 100%;
        height: 40px;
        font-size: 17px !important;
        border-radius: 8px;
    }
        
    ul#widget-tabs span {
        width: max-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .widget-net-mo{
        max-width: 500px;
        margin: auto;
    }
    ul#widget-tabs::-webkit-scrollbar {
        width: 0px;
    }
    ul#widget-tabs::before {
        position: absolute;
    }
    div#divAirFlexDates {
        display: none;
    }
}


@media (min-width:750px) and (max-width:1024px) {

    .widget-net-mo div[id*="DatesPassengers"]>div,
    .widget-net-mo div[id*="DatesRooms"]>div,
    div#CarDates>div {
        width: 100%;
    }    

}




.widget-net-mo .widget-tabs {
    border-bottom: none !important;
    margin: 0;
}

.widget-net-mo .widget-tabs-container {
    position: relative;
    overflow: hidden;
}

.widget-net-mo .product-title {
    text-align: left;
    margin: 0;
    color: var(--widget-color-4);
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    display: block!important;
}
@media (max-width:780px) {
    #AirTitle .product-title {
        margin-bottom: 0;
        margin-left: -7px;
    }
}


/*Txt inputs - Date Inputs*/

.widget-net-mo .org-input,
.widget-net-mo .dest-input,
.widget-net-mo .checkindate-input,
.widget-net-mo .checkoutdate-input,
.widget-net-mo .hotel-rooms-input,
.widget-net-mo .promocode-input,
.widget-net-mo .accountcode-input,
.widget-net-mo .airhotel-rooms-input,
.widget-net-mo .bushotel-rooms-input,
.widget-net-mo .air-passengers-input,
.widget-net-mo .bus-passengers-input,
.widget-net-mo .special-options-input,
.widget-net-mo input#txtAirCarNumberPassenger {
    height: 48px;
    background-color: #f7f7fa;
    box-shadow: none;
    border: 1px solid #eee!important;
}

.widget-net-mo .dest-label,
.widget-net-mo .org-label,
.widget-net-mo .checkindate-label,
.widget-net-mo .checkoutdate-label,
.widget-net-mo .promocode-label {
    margin-bottom: 2px;
}

.widget-net-mo .form-control {
    font-size: 13px;
    font-weight: 400;
}

.widget-net-mo .form-control[readonly] {
    background-color: #f7f7fa;
    font-size: 13px;
    font-weight: 400;
}

.widget-net-mo .checkindate-input,
.widget-net-mo .checkoutdate-input,
.widget-net-mo .dest-input,
.widget-net-mo .promocode-input {
    position: relative;
    border: 1px solid #e6e6e6;
    padding-right: 1.8rem;
    padding-left: 0;
}

.widget-net-mo .accountcode-input {
    position: relative;
    padding-left: 16px;
}

.widget-net-mo .lblDates,
.widget-net-mo .lblRooms,
.widget-net-mo .lblPassengers {
    font-weight: 400;
    display: inline-block;
    margin-bottom: 2px;
}

.widget-net-mo .fixColumns100 {
    width: 100%;
    margin-bottom: 8px;
}

.widget-net-mo .fixColumns50 {
    width: 50%;
    margin-bottom: 8px;
}

.widget-net-mo .rooms-control {
    position: initial !important;
}

.widget-net-mo .icon-input-group {
    position: relative;
}

.widget-net-mo .input-icon {
    position: absolute;
    font-size: 14px;
    top: 50%;
    margin-top: -7px;
}

.widget-net-mo .input-icon-left {
    left: 0.6rem;
}

@media (max-width:480px) {
    .widget-net-mo .input-icon-left {
        left: 1.4rem;
    }
}

.widget-net-mo .input-icon-right {
    left: inherit;
    right: 1.2rem;
}

.widget-net-mo .divAirSpecialOptions,
.widget-net-mo .divBusSpecialOptions {
    margin-top: 8px;
}

.widget-net-mo .special-options-select label {
    margin-bottom: 0;
}

.widget-net-mo .special-options-select {
    margin-bottom: 10px;
}

.widget-net-mo .promocode-btn {
    font-weight: 500;
    color: #484848;
    text-decoration: none;
}

.widget-net-mo .promocode-btn:hover {
    text-decoration: none;
    color: #484848;
}

.widget-net-mo .promocode-btn:visited {
    text-decoration: none;
    color: #484848;
}

.widget-net-mo input[type="radio"] {
    width: 14px;
    height: 14px;
    background-color: var(--widget-color-3);
    border-radius: 10px;
    margin: 0;
}

@media (min-width: 1025px) {
    #divAirUpTripType .col-lg-5:nth-child(1) {
        width: 36%;
        margin-top: -15px;
    }
    ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front * {
        font-size: 12px!important;
    }
    .widget-net-mo .widget-tabs .fa {
        margin-right: 6px;
        margin-left: 6px;
    }
}






/*ICONS override*/

.promocode-btn .fa {
    color: var(--widget-color-5) !important;
}


.widget-net-mo .widget-tabs-container li.active .fa {
    color: var(--widget-color-3);
}

.widget-net-mo .rooms-control .fa-hotel:before,
.widget-net-mo .rooms-control .fa-bed:before {
    content: "\f236";
}

.widget-net-mo .rooms-control .fa-user:before {
    content: "\f007";
}

.hotel-checkindate .fa-calendar:before {
    content: "\f073";
}

.widget-net-mo .destination-group .fa-map-marker:before {
    content: "\f041";
}

.widget-net-mo .promo-code-group .fa-tag:before {
    content: "\f02b";
}


/* Popups div */

#divPaxPopup,
#divPaxRoomPopup {
    display: none;
    z-index: 999999 !important;
}

.popup-control {
    position: absolute;
    width: 100%;
    height: 50px;
    cursor: pointer;
    z-index: 100;
}

.popup-control-btn {
    display: block;
    height: 100%;
    width: 100%;
}

.pop-up-control-container {
    width: 300px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 4px;
    background-color: var(--widget-color-3);
    padding: 12px;
}

.top-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    color: var(--widget-color-3);
    top: -18px;
}

.pop-up-content p {
    margin-bottom: 0;
}

.pop-up-control-container .pax-label-info p {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}

.pop-up-control-container .pax-label-info span {
    color: grey;
}

.pop-up-control-container .pax-number-control {
    margin-bottom: 16px;
}

.pop-up-control-container .pax-number-block {
    margin-bottom: 14px;
}

.pop-up-control-container .btn-pax-control {
    border-top: 1px solid #aaa;
}

.pop-up-control-container .room-number-title {
    border-bottom: solid 1px #f5f5f5;
    padding-top: 1rem;
    margin-bottom: 0.8rem;
}

.pop-up-control-container .room-number-title-alt {
    border-bottom: solid 1px #f5f5f5;
    border-top: solid 1px #f5f5f5;
    padding-top: 1rem;
    margin-bottom: 0.8rem;
}

.pop-up-control-container .room-number-title-alt h4,
.pop-up-control-container .room-number-title h4 {
    font-size: 16px;
    color: #888;
}

.pop-up-control-container .childrens-age-control {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Preload image search */

.widget-net-mo #divPreload {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.14);
    z-index: 999999;
    text-align: center;
    padding-top: 10%;
    color: var(--widget-color-3);
}

.widget-net-mo .divPreload {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.widget-net-mo .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
    margin-bottom: 34px
}

.widget-net-mo #divPreload p {
    color: var(--widget-color-3);
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.widget-net-mo .double-bounce1,
.widget-net-mo .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--widget-color-3);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.widget-net-mo .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.widget-net-mo .sk-fading-circle {
    margin: 100px auto;
    width: 60px;
    height: 60px;
    position: relative;
    margin-bottom: 34px
}

.widget-net-mo .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.widget-net-mo .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: var(--widget-color-3);
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.widget-net-mo .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.widget-net-mo .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.widget-net-mo .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.widget-net-mo .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.widget-net-mo .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.widget-net-mo .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.widget-net-mo .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.widget-net-mo .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.widget-net-mo .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.widget-net-mo .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.widget-net-mo .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.widget-net-mo .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.widget-net-mo .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.widget-net-mo .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.widget-net-mo .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.widget-net-mo .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.widget-net-mo .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.widget-net-mo .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.widget-net-mo .sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.widget-net-mo .sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.widget-net-mo .sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.widget-net-mo .sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}



.widget-net-mo .divAirTripTypeRT,
.widget-net-mo .divAirTripTypeOW,
.widget-net-mo .divAirTripTypeMD,
.widget-net-mo .divBusTripTypeRT,
.widget-net-mo .divBusTripTypeOW {
    display: flex;
    align-items: center;
    height: 20px;
    gap: 4px;
}

.widget-net-mo .divAirTripTypeRT label,
.widget-net-mo .divAirTripTypeOW label,
.widget-net-mo .divAirTripTypeMD label,
.widget-net-mo .divBusTripTypeRT label,
.widget-net-mo .divBusTripTypeOW label {
    margin: 4px 0 0 4px;
    line-height: normal;
    font-size: 13px;
    font-weight: 300;
}

.widget-net-mo .air-multiple-opt {
    margin-bottom: 10px;
}

.widget-net-mo .fdsBusTripType {
    margin-bottom: 16px;
}

.widget-net-mo .mobile-tabs {
    position: relative;
    overflow: hidden;
}

.widget-net-mo .mobile-tabs-nav {
    display: block;
    position: absolute;
    top: 7px;
    right: 0px;
    background-color: #aaa;
    text-decoration: none;
    padding: 10px;
    width: 28px;
    height: 40px;
    cursor: pointer;
    font-size: 2.1rem;
    text-align: center;
    color: var(--widget-color-3);
}

.widget-net-mo .mobile-tabs-nav span {
    line-height: 0;
    position: absolute;
}

.widget-net-mo .mobile-tabs-next span {
    left: 5px;
    top: 20px;
}

.widget-net-mo .mobile-tabs-prev span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 5px;
    top: 23px;
}

.widget-net-mo .mobile-tabs-content {
    overflow-y: scroll;
}

.widget-net-mo .mobile-tabs .ul-mobile-tabs li {
    background: none;
    border: none;
    margin-right: 2px;
}

.widget-net-mo .ul-mobile-tabs li {
    float: left;
    background-color: #f8f8f8;
    border-right: 1px solid #eee;
}

.widget-net-mo .ul-mobile-tabs li:first-child {
    margin-left: 0px;
}

.widget-net-mo .ul-mobile-tabs li:last-child {
    border-right: none !important;
}

.widget-net-mo .title-mobile-autocomplete {
    position: relative;
}



.widget-net-mo .title-mobile-container h2 {
    font-size: 1.1rem;
    margin-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.widget-net-mo .aMobileAutocompleteCancel {
    position: absolute;
    font-size: 1rem;
    top: 50%;
    margin-top: -9px;
    right: 0.6rem;
    color: #111111;
}

.ui-datepicker-close .fa,
.widget-net-mo .aMobileAutocompleteCancel .fa {
    color: #111111;
    font-size: 1.3rem;
}

.widget-net-mo .input_mobile_autocomplete {
    background-color: #F1F1F2;
    border: none;
    border-radius: 10px;
    height: 34px;
}

#divAirHotelBaggageIncluded,
#divHotelTogglePromoCode {
    margin-top: 0px;
}

@media (max-width: 1024px) {
    .widget-net-mo .upTripType {
        margin-bottom: 10px;
    }
    .widget-net-mo .widget-tabs li a {
        font-size: 12px;
        padding: 0;
        border: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #706967;
        font-weight: 400;
    }
    .widget-net-mo .widget-tabs .fa {
        font-size: 24px;
        margin-right: 6px;
        margin-left: 6px;
        height: 60px;
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 6px 10px 0 #d8d8d8;
        color: #e31836;
    }

    .widget-net-mo .widget-tabs li.active a {
        background-color: transparent;
        border:none
    }
    .widget-net-mo .widget-tabs-container li.active .fa {
        box-shadow: none;
        background-color: #e31836;
    }
    /* icon cars */
    .widget-net-mo .widget-tabs i.fa.fa-car {
        font-size: 21px;
    }
    .widget-net-mo .widget-tabs-container label, div#AirHotelDatesRooms span, div#divExtraDates span, .widget-net-mo .lblPassengers, #HotelDatesRooms .lblDates, #NetacticaAirhotel .lblDates, #NetacticaExtra .lblDates, #HotelDatesRooms .lblRooms, #NetacticaAirhotel .lblRooms, #NetacticaExtra .lblRooms {
        font-weight: 400;
        color: #3e3e3c;
        font-size: 16px;
    }
}

div#divAirHotelBaggageIncluded>div {
    padding-left: 0;
}

.pop-up-content .input-group-btn button {
    padding: 9px;
}

@media (max-width: 1024px) {
    .col-xs-12.col-sm-12.col-md-12.col-lg-12.childrens-age-control {
        display: flex;
        flex-direction: column;
    }
    .col-xs-12.col-sm-12.col-md-12.col-lg-12.childrens-age-control>div>div {
        width: 100%;
    }

    .widget-net-mo .widget-tab-container {
        box-shadow: none;
        margin-bottom: 20px;
        padding: 20px 15px;
        box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
        margin: 10px;
    }
    #divExtraTogglePromoCode .col-lg-4,
    #divCarTogglePromoCode .col-lg-4,
    #divAirHotelTogglePromoCode .col-lg-4 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    #divExtraTogglePromoCode .col-lg-4,
    #divCarTogglePromoCode .col-lg-4,
    #divAirHotelTogglePromoCode .col-lg-4,
    #divAirTogglePromoCode .col-lg-3 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    #divAirTogglePromoCode,
    #divAirHotelBaggageIncluded,
    #divHotelTogglePromoCode {
        margin-left: -12px;
        margin-right: -12px;
    }
    #divAirHotelBaggageIncluded,
    #divHotelTogglePromoCode {
        margin-top: 15px;
    }
    #divMobileTabsContent .widget-tabs {
        margin-bottom: 6px;
    }
    .widget-net-mo .widget-tabs-container {
        padding: 0;
    }
    .widget-net-mo .multidest-flight {
        display: block;
        margin-left: -14px;
        margin-bottom: 8px;
        margin-top: 10px;
        text-transform: uppercase;
    }
    .hotel-destination .input-icon-left {
        left: 0.8rem;
    }
    #BtnHotel .col-xs-12 {
        padding-left: 2px;
        padding-right: 2px;
    }
    .widget-net-mo .form-control[readonly],
    .widget-net-mo .org-input,
    .widget-net-mo .dest-input,
    .widget-net-mo .checkindate-input,
    .widget-net-mo .checkoutdate-input,
    .widget-net-mo .hotel-rooms-input,
    .widget-net-mo .promocode-input,
    .widget-net-mo .accountcode-input,
    .widget-net-mo .airhotel-rooms-input,
    .widget-net-mo .bushotel-rooms-input,
    .widget-net-mo .air-passengers-input,
    .widget-net-mo .aircar-passengers-input,
    .widget-net-mo .bus-passengers-input,
    .widget-net-mo .special-options-input,
    .widget-net-mo input#txtAirCarNumberPassenger {
        border-radius: 10px;
        height: 42px;
        border-left: 3.3rem solid #e8e8e800!important;
        font-weight: 400;
        border: none;
        font-size: 16px !important;
        background-color: #f2f5f9;
        box-shadow: none;
    }
    .widget-net-mo .hotel-rooms-input {
        text-align: left;
        font-style: normal;
        font-weight: 600;
    }
    #divBusDatesPassengers .col-lg-3,
    #divAirCarPassengers,
    .fdsBusDetails,
    #divAirPassengers {
        width: 100%;
    }
    .airFlexDates-label {
        display: inline-block !important;
    }
    #divAirCarBaggageIncluded,
    #divAirCarFlexDates,
    .fdsBusTripType .col-xs-6,
    #divBusCities .col-xs-12,
    #BusHotelDatesPassengers .col-xs-6,
    #divBusDatesPassengers .col-xs-6,
    #divExtraDestination .col-xs-12,
    #AirCarDatesPassengers .col-xs-6,
    #divAirMultiDestination .col-xs-12,
    #divAirCarCities .col-xs-12,
    #BtnCar .col-xs-12,
    #BtnAir .col-xs-12,
    #BtnBusHotel .col-xs-12,
    #BtnAirHotel .col-xs-12,
    #BtnExtras .col-xs-12,
    #BtnBus .col-xs-12,
    #BtnBusHotel .col-xs-12,
    #BtnAirCar .col-xs-12,
    #AirHotelDatesRooms .col-xs-6,
    #divAirHotelCities .col-xs-12,
    #CarTitle .col-xs-12,
    #AirHotelTitle .col-xs-12,
    #bushotelTitle .col-xs-12,
    #AirCarTitle .col-xs-12,
    #divAirFlexDates,
    #divAirUpTripType .col-xs-12,
    #AirTitle .col-xs-12,
    #ExtraTitle .col-xs-12,
    #divAirPassengers,
    #divExtraDates .col-xs-6,
    #AireDatesPassengers .col-xs-6,
    #divAirCities .col-xs-12,
    #divBusHotelCities .col-xs-12,
    #HotelTitle .col-xs-12,
    #BusTitle .col-xs-12,
    #HotelDestination .col-xs-12,
    #HotelDatesRooms .col-xs-6,
    #divCarAirports .col-xs-12,
    #divCarAirports .col-xs-6,
    #CarDates .col-xs-7,
    #CarDates .col-xs-5,
    #divBusTogglePromoCode .col-lg-4,
    #divBusHotelTogglePromoCode .col-lg-4,
    #divAirBaggageIncluded {
        padding-left: 2px;
        padding-right: 2px;
    }
    .lblAirCarDates,
    .lblDates,
    .lblRooms {
        margin-left: -10px;
    }
    #divAirMultiDestination .lblDates,
    #divAirMultiDestination .lblRooms {
        margin-left: 0px;
    }
    .widget-net-mo .lblDates,
    .widget-net-mo .lblRooms,
    .widget-net-mo .lblPassengers,
    .widget-net-mo .lblAirCarDates {
        font-size: 13px;
        font-weight: 400;
        display: block;
    }
    .widget-net-mo .widget-tabs-container label {
        font-size: 13px;
        font-weight: 400;
    }
    .destination-mobile-group #lblMobileAutocomplete {
        color: #fff;
    }
    .widget-net-mo .input-icon {
        font-size: 1.2rem;
    }
    select,
    input {
        font-size: 16px !important;
        touch-action: none !important;
    }
    .popup_wrapper {
        top: 0px !important;
        left: 0px !important;
        height: 100% !important;
    }
    .pop-up-control-container {
        width: 100% !important;
        height: 100% !important;
    }
    .pop-up-main {
        max-height: 100%;
        visibility: visible;
        top: 0 !important;
        left: 0 !important;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: var(--widget-color-3);
    }
    .pop-up-content {
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
        z-index: 5;
        height: 620px;
        overflow-y: scroll;
        padding-top: 15px;
    }
    .pop-up-title {
        background-color: #F3F3F3;
        border-bottom: 2px solid #F0EFEF;
        position: relative;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .pop-up-title h2 {
        margin-bottom: 0;
    }
    .pop-up-close {
        position: absolute;
        font-size: 1.3rem;
        top: 50%;
        margin-top: -9px;
        right: 2.6rem;
        color: #111111;
    }
    .pop-up-close:hover {
        text-decoration: none !important;
        color: #000;
    }
    .pop-up-action {
        bottom: 0;
        width: 100%;
        position: fixed;
        z-index: 10;
        background-color: white;
        padding: 15px !important;
    }
    .pop-up-content-scrool {
        display: block !important;
    }
    .no-scroll {
        overflow: hidden;
    }
    .widget-net-mo .form-inline .aMobileAutocompleteCancel {
        position: fixed;
        top: 15px;
        right: 20px;
        font-size: 20px;
    }
    .widget-net-mo .form-inline .aMobileAutocompleteCancel .fa-x {
        color: black;
    }

    .divAirBaggageIncluded.form-group {
        margin-right: 0;
    }
    .divAirHotelBaggageIncluded,
    .divAirBaggageIncluded {
        margin-bottom: 15px;
    }
    #BtnHotel {
        margin-top: 25px;
    }
    #BtnAirHotel,
    #BtnExtras {
        margin-top: 10px;
    }
    .divAirHotelBaggageIncluded.form-group,
    .widget-net-mo .upTripType {
        display: flex;
        align-items: center;
        gap: 3px;
        margin-left: 0;
        padding: 0 10px;
    }
    .divAirHotelBaggageIncluded.form-group>*,
    div#divCarChangeReturn>div,
    .widget-net-mo .upTripType>* {
        padding: 0 0 0 0;
        margin: 0;
    }
    .col-xs-4.col-sm-4.col-md-4.col-lg-4.divAirTripTypeRT {
        padding-left: 13px;
    }
    div#divAirCities,
    div#AireDatesPassengers {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .form-group.form-inline>.destination-mobile-group,
    input#txtMobileAutocomplete {
        width: 100%;
    }
    .row.pax-number-control>div,
    .row.pax-number-block>div {
        width: 47%;
    }
    .row.pax-number-control>div .input-group,
    .row.pax-number-block>div .input-group {
        display: inline-table;
    }
    div#divTitleDatePicker>div {
        justify-content: center;
    }
}

.pop-up-action {
    padding: 15px 0;
    border-top: solid 1px #f5f5f5;
}

.pop-up-action-flex {
    display: flex;
    flex-direction: row-reverse;
}

.pop-up-content-scrool {
    display: none;
}

.divRoomChildAge {
    margin-top: 10px;
}

.widget-net-mo select,
.pop-up-control-container select {
    padding-left: 12px !important;
}

.input-mobile-control {
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 20;
}

#divAutoCompleteMobileContainer {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--widget-color-3);
    touch-action: none !important;
    z-index: 99999;
}

#AirHotelDatesRooms,
.fdsHotelDetails {
    margin-bottom: 0px;
}

.air-remove-flight,
.air-add-flight {
    color: var(--widget-color-3);
    font-weight: 500;
}

#ui-datepicker-div a.ui-state-default {
    font-weight: 300;
    color: #000;
    font-size: 12px;
}


#btnClosePaxRoomPopup {
    background: var(--widget-color-3);
    color: #555;
    border-color: #ccc;
}

#btnClosePaxRoomPopup:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.divAirCarSpecialOptContent .special-options-select label,
.divBusSpecialOptContent .special-options-select label,
.divAirHotelSpecialOptContent .special-options-select label,
.divAirSpecialOptContent .special-options-select label {
    margin-top: 8px;
}

.btn-default {
    background: var(--widget-color-3);
    color: #555;
    border-color: #ccc;
}

.btnSearch {
    background: var(--widget-color-1);
    color: var(--widget-color-3);
    border-color: var(--widget-color-1);
    font-weight: 400;
    font-size: 18px;
}

.btnSearch:hover {
    background-color: #494949;
    color: #fff;
    border: 1px solid #494949;
}



.divCarTimePickup .fa,
.divCarTimeDropoff .fa {
    left: 0.3rem;
}

@media (max-width: 1024px) {
    .widget-net-mo .widget-tabs-container .upTripType label {
        font-size: 12px;
    }
    .widget-net-mo .widget-tabs-container .upTripType .col-xs-4:nth-child(2) {
        width: 26%;
        padding: 0px;
    }
    .widget-net-mo .widget-tabs-container .upTripType .col-xs-4:first-child {
        width: 37%;
        padding-right: 0px;
    }
    .widget-net-mo .widget-tabs-container .upTripType .col-xs-4:last-child {
        width: 37%;
        padding: 0px;
    }
    .widget-net-mo .widget-tabs-container {
        padding: 0;
    }
    #ui-datepicker-div .ui-state-default,
    #ui-datepicker-div .ui-widget-content .ui-state-default,
    #ui-datepicker-div .ui-widget-header .ui-state-default {
        font-weight: 400 !important;
    }
}

#divAirTogglePromoCode,
#divHotelTogglePromoCode,
#divAirHotelTogglePromoCode,
#divExtraTogglePromoCode {
    display: none;
}
@media (min-width: 769px) {
    div#divAirHotelBaggageIncluded>div>div {
        display: none;
    }
}


@media (min-width: 1025px) {

    .col-md-50 {
        width: 50%;
        float: left;
    }
    .col-md-80 {
        width: 80%;
        float: left;
    }
    .col-md-30 {
        width: 30%;
        float: left;
    }
    .col-md-70 {
        width: 70%;
        float: left;
    }
    .col-md-20 {
        width: 20%;
        float: left;
    }
    .col-md-40 {
        width: 40%;
        float: left;
    }
    .col-md-60 {
        width: 60%;
        float: left;
    }
    .col-md-100 {
        width: 100%;
        float: left;
    }
    #divAirFlexDates {
        display: flex !important;
        margin: 5px 0;
        width: max-content;
        /* padding-left: 0; */
    }
    div#divAirBaggageIncluded{
        display: inline-flex !important;
        margin: 5px 0;
    }
    .col-md-50 .col-lg-6 {
        padding-left: 0;
    }
    #BtnAir,
    #BtnHotel,
    #BtnExtras {
        text-align: right;
    }
    #divAirFlexDates .form-group {
        margin-bottom: 0;
        width: max-content;
    }
    .widget-net-mo .checkindate-input,
    .widget-net-mo .checkoutdate-input,
    .widget-net-mo .dest-input,
    .widget-net-mo .promocode-input {
        padding-left: 1.5rem;
        padding-right: .8rem;
        
    }
    .widget-net-mo .form-control{
        transition: all .25s ease 0s!important;
    }
    .widget-net-mo .form-control:focus {
        border: 1px solid #000!important;
    }
    input::placeholder {
        opacity: .5;
        font-style: italic;
    }


    .col-md-30 .col-lg-12 {
        padding-left: 0;
    }
    .col-md-60 .col-md-6 {
        padding-left: 0;
    }
    #HotelDatesRooms .lblDates,
    #NetacticaAirhotel .lblDates,
    #NetacticaExtra .lblDates,
    #HotelDatesRooms .lblRooms,
    #NetacticaAirhotel .lblRooms,
    #NetacticaExtra .lblRooms {
        margin-left: -15px;
    }
    #divHotelRoomsGuests .col-lg-6 {
        padding-left: 0;
    }
    .col-md-50 .col-md-3 {
        padding-left: 0;
    }
    .col-md-40 .col-md-6 {
        padding-left: 0;
    }
    .col-md-70 .col-md-6 {
        padding-left: 0;
    }
    #divAirMultiDestination .col-lg-6 {
        padding-left: 0;
    }
    .widget-net-mo .multidest-flight {
        margin-left: -15px;
    }
    #divAirPassengers {
        padding-left: 0;
    }
}

div#BtnAirHotel div div {
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

@media (min-width:1025px) {
    div#divAirMultiDestination>div>.row>div:nth-child(5)>label,
    .air-multiple-opt br {
        display: none;
    }
    .air-multiple-opt {
        min-height: 64px;
        display: flex;
        align-items: center;
        gap: 15px;
        margin: 0;
    }
    .fdsAirTripType.upTripType.upTripType-control {
        min-height: 13px;
    }
    div#BusHotelDatesPassengers>div,
    div#divBusDatesPassengers>div {
        padding-left: 0;
    }

    div#BusHotelDatesPassengers>div:nth-child(1)>div,
    div#divBusDatesPassengers>div:nth-child(1)>div,
    div#divBusHotelRoomsGuests,
    div#AireDatesPassengers>div:nth-child(1)>div {
        padding-left: 15px;
    }
    div#divAirUpTripType {
        margin-left: -6px;
    }
    div#CarDates>div>.row>div:nth-child(3), div#divCarAirportPickup {
        padding-left: 0;
    }
    .widget-net-mo .hotel-rooms-input, .widget-net-mo .airhotel-rooms-input, .widget-net-mo .bushotel-rooms-input, .widget-net-mo .air-passengers-input, .widget-net-mo .bus-passengers-input, input#txtAirCarNumberPassenger {
        text-align: right;
    }
    div#divAirCities>div:last-child {
    padding-right: 0;
    }
}


/* estilos calendario  */

@media (min-width: 769px) {
    #ui-datepicker-div {
        width: 47em !important;
        padding: 2px 8px 10px 8px;
    }
}

.ui-widget-header .ui-icon {
    opacity: 60%;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    margin-left: -14px !important;
    margin-top: -5px !important;
}

.ui-datepicker-group.ui-datepicker-group-first {
    padding-right: 10px !important;
}

.ui-datepicker-group.ui-datepicker-group-last {
    padding-left: 10px !important;
}

#ui-datepicker-div .ui-widget-header {
    background: none !important;
}

table.ui-datepicker-calendar tr th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.ui-datepicker .ui-datepicker-title {
    margin: 3px 0px !important;
}

span.ui-datepicker-month {
    font-size: 14px;
    margin-right: 6px;
    font-weight: 700;
}

table.ui-datepicker-calendar span {
    color: #ccc !important;
}

span.ui-state-default {
    font-size: 13px !important;
}

.ui-datepicker td {
    padding: 0px !important;
}

td.undefined.ui-datepicker-today a {
    color: var(--calendar-first-color) !important;
}

#ui-datepicker-div .ui-state-active a,
#ui-datepicker-div .ui-state-active-from a,
#ui-datepicker-div .ui-state-active-from span,
#ui-datepicker-div .ui-state-active-to a {
    color: var(--widget-color-2) !important;
    background: var(--calendar-first-color) !important;
    border-radius: 6px;
}

#ui-datepicker-div .ui-state-active-from-to {
    background-color: var(--calendar-transparent-color) !important;
}

#ui-datepicker-div a.ui-state-default:hover {
    color: var(--calendar-first-color);
    border-radius: 5px;
    background: var(--calendar-transparent-color);
}

#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-state-active-from,
#ui-datepicker-div .ui-state-active-to {
    background-color: var(--calendar-transparent-color) !important;
}

#ui-datepicker-div a.ui-state-default {
    font-weight: 500 !important;
}

#ui-datepicker-div .ui-datepicker-calendar th span {
    color: #fff !important;
    font-weight: 600;
}


/* fin estilos calendario  */

@media (min-width:1025px) {
   div .btn-search-container {
        display: flex;
        justify-content: flex-end;
    }
     div#BtnCar,#divCarAirportReturn {
        margin-top: 10px;
    }
}

.promo-code-group.form-group {
    display: none;
}



 @media (min-width:1025px) {

    div#NetacticaAir,div#NetacticaExtra,div#NetacticaBus {
        display: grid;
        grid-template-columns: 40% 48% 12%;
        grid-template-areas:
            "title title title"
            "options options options"
            "inout date search"
            "check check check";
        align-items: flex-end;
    }
    div#NetacticaExtra {
        grid-template-areas:
            "title title title"
            "inout date search";
    }
    div#AirhotelDatesRooms span, div#divAirHotelCities label,
    div#divBusHotelCities label,div#BusHotelDatesPassengers span
    ,div#divExtraDestination label, div#divExtraDates span
     {
        color: #3e3e3c;
        font-size: 16px;
    }
    .tab-content.widget-tab-container > div > div  > div:nth-child(1){
        
            grid-area : title ;
        
    }
    div#divAirUpTripType,div#divBusUpTripType {
        grid-area: options;
        margin-bottom: 7px;
        min-height: 10px;
    }
    
    div#divAirCities,div#divExtraDestination {
        grid-area: inout;
        width: 100%;
    }
    div#AireDatesPassengers,div#divExtraDates {
        grid-area: date;
        width: 100%;
    }
    
    div#BtnAir,div#BtnExtras {
        grid-area: search;
    }
    div#NetacticaAir>div:nth-child(5) {
        width: 100%;
        grid-area: check;
        display: none;
        margin: 5px 0;
        align-items: center;
    }

    .widget-net-mo .btnSearch {
        padding: 10px 10px;
        width: 100%;
        max-width: 120px;
        border-radius: 30px;
        border: 2px solid transparent;
    }
    .widget-net-mo .tab-content.widget-tab-container
    .form-group {
        margin-bottom: 0px;
    }
    div#NetacticaAir div#AireDatesPassengers span, div#NetacticaAir div#divAirCities label {
        color: #3e3e3c;
        font-size: 16px;
    } 


    /* hoteles  */

div#NetacticaHotel {
        display: grid;
        grid-template-columns: 20% 70% 10%;
        grid-template-areas:"title title title" "inout date search";
        align-items: flex-end;
    }
    div#HotelDestination{
        grid-area: inout;
        width: 100%;
    }
    div#HotelDatesRooms{
        grid-area: date;
        width: 100%;
    }
    div#BtnHotel{
        grid-area: search;
        width: 100%;
    }
    div#NetacticaHotel  
    .form-group {
        margin-bottom: 0px;
    }
    div#BtnHotel>div {
        padding: 0;
    }
    /* aereo + hoteles */
    div#NetacticaAirhotel, div#NetacticaBusHotel, div#NetacticaAirCar {
        display: grid;
        grid-template-columns: 45% 45% 10%;
        grid-template-areas:"title title title"
        "inout date search"
        "check check check";
        align-items: center;
    }

    div#divAirHotelCities,div#divBusHotelCities,div#divBusCities,div#divAirCarCities {
        grid-area: inout;
        width: 100%;
        
    }
    div#AirHotelDatesRooms,div#BusHotelDatesPassengers,div#divBusDatesPassengers,div#AirCarDatesPassengers {
        grid-area: date;
        width: 100%;
    }
    div#BtnAirHotel, div#BtnBusHotel,div#BtnBus,div#BtnAirCar {
        grid-area: search;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    div#divAirHotelBaggageIncluded{
        grid-area: check;

    }
    div#BtnAirHotel>div,div#BtnBusHotel>div {
        padding: 0;
    }
    div#divAirHotelBaggageIncluded {
        display: none;
        margin-top: 7px;
    }

    div#BtnBusHotel,
    div#AireDatesPassengers{
        margin: 0;
    }
    div#divAirMultiDestination {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    div#divCarAirportPickup{
        padding-left: 0;
    }
    div#BtnCar>div:nth-child(2) {
        padding-right: 0;
    }
    
}
body  
ul.ui-autocomplete {
    background: #fff;
    border: none;
}
@media (max-width:1024px) {
    select#ddlCarTimePickup, select#ddlCarTimeDropoff {
        font-size: 12px!important;
        padding-left: 13px!important;
    }
    body  
    ul.ui-autocomplete {
        left: 0% !important;
        width: 97% !important;
    }

    .widget-net-mo .widget-tabs {
        display: flex!important;
        gap: 14px;
        overflow: scroll;
        overflow-y: hidden;
        margin-bottom: -10px !important;
        margin-top: 15px;
    }

    div#divMobileTabs{
        display: none;
    }
#ddlCarTimePickup,
#ddlCarTimeDropoff {
    padding-left: 0!important;
    padding-right: 0;
    border-left: 23px solid transparent!important;
    background-image: linear-gradient(45deg,transparent 50%,#c2c2c2 60%),linear-gradient(135deg, #c2c2c2 40%, transparent 50%) !important;
    background-position: calc(100% - 15px) 17px, calc(100% - 10px) 17px, 100% 0;
    background-size: 6px 10px, 6px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
@media (max-width:380px) {
    .widget-net-mo .widget-tabs {
        gap: 4px;
    }
}
}
body  .ui-autocomplete li {
    padding: 7px 0px 7px 3px!important;
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    background: #fff;
}
body  .ui-autocomplete li:hover{
    background-color:#e9e9e9ab!important;

}
body  .ui-autocomplete li a:hover{
    text-decoration: none;
}


/* overflow style " " */


body  
ul.ui-autocomplete::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

body  
ul.ui-autocomplete::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

body  
ul.ui-autocomplete::-webkit-scrollbar-thumb
{
	background-color: #0080FF;
}



.widget-net-mo div#AireDatesPassengers .multidest-flight {
    display: block;
}
.img-input-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.2rem;
    height: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.img-input-search img {
    max-width: 17px;
}
div#divAirBaggageIncluded{
    display: none;
}


.title-drawer{
    display: none;
}

.mobile-tabs ul#widget-tabs a img{
    width: 27px;
    height: 27px;
}

.form-group.form-inline {
    background: #e31836;
    padding: 8px;
}
.widget-net-mo .title-mobile-container {
    text-align: center;
    background-color: #e31836;
    border-bottom: 0;
}
.widget-net-mo .title-mobile-container h2, .widget-net-mo .title-mobile-container i.fa{
    color: #fff;
}
.form-group.form-inline>.destination-mobile-group,
 input#txtMobileAutocomplete{
    border-radius: 20px;
 }




/* Desk */
@media (min-width:1025px) {
    .widget-net-mo {
        margin-top: -160px;
        margin-bottom: 30px;
        box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
        border-radius: 7px;
    }
    .widget-net-mo .widget-tab-container {
        padding: 15px 15px 30px;
        background-color: var(--widget-color-3);
        border-radius: 0 8px 8px 8px;
    }
    .btnSearch:hover {
        background: #f34500;
        color: #fff;
        border:2px solid #f34500;
        transition: all ease 0.3s;
    }
    div#divAirFlexDates label, .divAirHotelBaggageIncluded.form-group label, .upTripType.upTripType-control label {
        font-size: 13px!important;
        font-weight: 300!important;
        margin: 0;
    }
    .widget-net-mo .widget-tabs-container li.active .fa {
        color: #e31836;
    }
    .img-input-search {
        justify-content: flex-start;
        margin-left: 7px;
    }
    .img-input-search img {
        max-width: 14px;
    }
    .widget-net-mo .widget-tabs li a {
        background-color: #e31836;
        color: #fff;
        padding-top: 17px;
        padding-bottom: 17px;
        border: 0 solid transparent;
        font-size: 16px;
        margin: 0;
        border-radius: 0;
        transition: all ease 0.3s;
    }
    .widget-net-mo .widget-tabs> li:first-child a {
    border-radius: 10px 0 0 0;
    }
    
    .widget-net-mo .widget-tabs >li:last-child a {
        border-radius: 0 10px 0 0;
    }
    .widget-net-mo .widget-tabs li.active a, .widget-net-mo .widget-tabs li a:hover {
        background-color: #f34500;
        border: 0;
    }
    .widget-net-mo .widget-tabs>li.active>a, .widget-net-mo .widget-tabs>li.active>a:hover, .widget-net-mo .widget-tabs>li.active>a:focus {
        background-color: var(--widget-color-2);
        color: #e31836;
        font-weight: 400;
        border: 0;
    }
    .widget-net-mo .widget-tabs-container label, div#AirHotelDatesRooms span, div#divExtraDates span, .widget-net-mo .lblPassengers, #HotelDatesRooms .lblDates, #NetacticaAirhotel .lblDates, #NetacticaExtra .lblDates, #HotelDatesRooms .lblRooms, #NetacticaAirhotel .lblRooms, #NetacticaExtra .lblRooms, span.lblAirCarDates, div#divBusDatesPassengers span {
        font-weight: 400;
        color: #000;
        font-size: 16px;
    }
    span.lblAirCarDates {
        margin-left: -15px;
    }
    .widget-net-mo .fdsBusTripType {
        padding-left: 11px;
    }
    select#ddlCarTimePickup, select#ddlCarTimeDropoff {
        font-size: 12px!important;
        padding-left: 22px!important;
    }
    .widget-net-mo .fdsBusTripType {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .widget-net-mo .upTripType.upTripType-control {
        margin-bottom: 5px;
        display: flex;
        gap: 7px;
    }
    div#divPaxRoomControl .pax-number-block .input-group>span,
    div#divPaxPopup .pax-number-control .input-group span {
        padding: 0 5px;
    }
    div#divPaxPopup .pax-number-control .input-group span>*,
    div#divPaxRoomControl .pax-number-block .input-group>span>* {
        border: none!important;
        border-radius: 20px;
        background: #e31836;
        padding: 0;
        display: flex;
        height: 30px;
        width: 30px;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    div#divPaxPopup .pax-number-control .input-group input,
    div#divPaxRoomControl .pax-number-block .input-group>input {
        background: transparent;
        border: none;
        box-shadow: none;
    }
    #addRoomPaxRoomPopup {
        font-weight: 400;
        color: #e31836;
    }
}
#divAutoCompleteMobileContainer .col-xs-12 {
    padding: 0;
}