.divAirline .dropdown-menu {
    height: 200px !important;
}

.bootstrap-select .dropdown-menu li a span.text {
    text-transform: capitalize;
}

#AirTitle,
#AirHotelTitle,
#HotelTitle,
#ExtraTitle {
    display: none;
}

.btn-search-container {
    text-align: right;
}

.widget-tab-container .form-group {
    margin-bottom: 8px;
}

#divAirTogglePromoCode .col-lg-3:first-child {
    width: 50%;
}

#divExtraTypes {
    display: none;
}

.alkostoVerticalV2 .btnSearch {
    background: #ED5437;
    border: medium none;
    color: #fff;
    font-family: roboto;
    font-size: 16px;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    width: 194px;
}

.alkostoVerticalV2 #NetacticaAir input.disabled {
    background-color: #696969 !important;
    opacity: 0.5;
}

.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;
}

.alkostoVerticalV2 .multidest-flight {
    font-weight: bold;
    font-size: 14px;
}

.alkostoVerticalV2 .widget-tabs {
    border-bottom: none !important;
    margin-left: 0;
}

.alkostoVerticalV2 .mobile-tabs .widget-tabs {
    width: 100% !important;
    margin-bottom: 0;
}

.alkostoVerticalV2 .widget-tabs-container {
    min-height: 400px;
    position: relative;
    font-family: 'Open Sans', sans-serif !important;
}

.alkostoVerticalV2 .widget-tab-container {
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.alkostoVerticalV2 .product-title {
    text-align: center;
    margin: 10px 0 20px 0;
    color: grey;
}


/*Txt inputs - Date Inputs*/

.alkostoVerticalV2 .org-input,
.alkostoVerticalV2 .dest-input,
.alkostoVerticalV2 .checkindate-input,
.alkostoVerticalV2 .checkoutdate-input,
.alkostoVerticalV2 .hotel-rooms-input,
.alkostoVerticalV2 .promocode-input,
.alkostoVerticalV2 .accountcode-input,
.alkostoVerticalV2 .airhotel-rooms-input,
.alkostoVerticalV2 .bushotel-rooms-input,
.alkostoVerticalV2 .air-passengers-input,
.alkostoVerticalV2 .bus-passengers-input,
.alkostoVerticalV2 .special-options-input {
    height: 40px;
    background-color: #fff;
}

.alkostoVerticalV2 .hotel-rooms-input,
.alkostoVerticalV2 .airhotel-rooms-input,
.alkostoVerticalV2 .bushotel-rooms-input,
.alkostoVerticalV2 .air-passengers-input,
.alkostoVerticalV2 .bus-passengers-input {
    text-align: right;
}

.alkostoVerticalV2 .dest-label,
.alkostoVerticalV2 .org-label,
.alkostoVerticalV2 .checkindate-label,
.alkostoVerticalV2 .checkoutdate-label,
.alkostoVerticalV2 .promocode-label {
    margin-bottom: 2px;
}

.alkostoVerticalV2 .form-control[readonly] {
    background-color: #fff;
}

.alkostoVerticalV2 .checkindate-input,
.alkostoVerticalV2 .checkoutdate-input,
.alkostoVerticalV2 .dest-input,
.alkostoVerticalV2 .promocode-input {
    position: relative;
    padding-left: 2.5rem;
    padding-right: 1.8rem;
}

.alkostoVerticalV2 .accountcode-input {
    position: relative;
    padding-left: 16px;
}

.alkostoVerticalV2 .lblDates,
.alkostoVerticalV2 .lblRooms,
.alkostoVerticalV2 .lblPassengers {
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin-bottom: 2px;
}


/*.alkostoVerticalV2 .custom-room-input {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 40px;
    box-shadow: none;
}

.alkostoVerticalV2 .custom-guests-input {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 40px;
    box-shadow: none;
}
*/

.alkostoVerticalV2 .fixColumns100 {
    width: 100%;
    margin-bottom: 8px;
}

.alkostoVerticalV2 .fixColumns50 {
    width: 50%;
    margin-bottom: 8px;
}

.alkostoVerticalV2 .rooms-control {
    position: initial !important;
}

.alkostoVerticalV2 .icon-input-group {
    position: relative;
}

.alkostoVerticalV2 .input-icon {
    position: absolute;
    font-size: 16px;
    top: 32%;
    margin-top: -9px;
}

.alkostoVerticalV2 .input-room-container .input-icon {
    position: absolute;
    font-size: 16px;
    top: 50%;
    margin-top: -9px;
}

.alkostoVerticalV2 .input-room-container .input-icon-left {
    left: 10px;
}

.alkostoVerticalV2 .input-icon-left {
    left: 0;
}

.alkostoVerticalV2 .input-icon-right {
    left: inherit;
    right: 1.2rem;
}

.alkostoVerticalV2 .divAirSpecialOptions,
.alkostoVerticalV2 .divBusSpecialOptions {
    margin-top: 8px;
}

.alkostoVerticalV2 .divAirSpecialOpt,
.alkostoVerticalV2 .divBusSpecialOpt {
    padding: 12px;
    background-color: #eee;
    border-top-left-radius: .2666667em;
    border-bottom-left-radius: .2666667em;
    border-top-right-radius: .2666667em;
    border-bottom-right-radius: .2666667em;
}

.alkostoVerticalV2 .special-options-select label {
    margin-bottom: 0;
}

.alkostoVerticalV2 .special-options-select {
    margin-bottom: 10px;
}

.alkostoVerticalV2 .promocode-btn {
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.alkostoVerticalV2 .promocode-btn:hover {
    text-decoration: none;
    color: #000;
}

.alkostoVerticalV2 .promocode-btn:visited {
    text-decoration: none;
    color: #000;
}

.alkostoVerticalV2 input[type="radio"] {
    border-radius: 10px;
    width: auto;
    height: auto;
}

.alkostoVerticalV2 .widget-tabs .fa {
    color: #fff !important;
}

@media (max-width: 768px) {
    #divAirUpTripType .col-md-6 {
        width: 100%;
    }
}

.alkostoVerticalV2 .widget-tabs-container label {
    font-weight: 500;
    color: #000;
    display: inline-block;
}

.alkostoVerticalV2 .widget-tabs .fa {
    margin-right: 6px;
    margin-left: 6px;
}

.alkostoVerticalV2 .widget-tabs li a {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 8px;
}

.alkostoVerticalV2 .widget-tabs li.active a {
    background-color: #ED5437 !important;
}

.alkostoVerticalV2 .widget-tabs>li.active>a,
.alkostoVerticalV2 .widget-tabs>li.active>a:hover,
.alkostoVerticalV2 .widget-tabs>li.active>a:focus {
    background-color: #fff;
}


/*ICONS override*/

.alkostoVerticalV2 .widget-tabs-container .fa {
    color: #9E9E9E;
}

.alkostoVerticalV2 .rooms-control .fa-hotel:before,
.alkostoVerticalV2 .rooms-control .fa-bed:before {
    content: "\f236";
}

.alkostoVerticalV2 .rooms-control .fa-user:before {
    content: "\f007";
}

.hotel-checkindate .fa-calendar:before {
    content: "\f073";
}

.alkostoVerticalV2 .destination-group .fa-map-marker:before {
    content: "\f041";
}

.alkostoVerticalV2 .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: #fff;
    padding: 12px;
}

.top-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    top: -18px;
}

.pop-up-content p {
    margin-bottom: 0;
}

.pop-up-control-container .pax-label-info p {
    font-weight: bold;
    font-size: 15px;
    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 */

.alkostoVerticalV2 #divPreload {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.14);
    z-index: 999999;
    /* opacity: 0.5; */
    text-align: center;
    padding-top: 10%;
    color: #fff;
}

.alkostoVerticalV2 .divPreload {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.alkostoVerticalV2 .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
    margin-bottom: 34px
}

.alkostoVerticalV2 #divPreload p {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.alkostoVerticalV2 .double-bounce1,
.alkostoVerticalV2 .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    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;
}

.alkostoVerticalV2 .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);
    }
}

.alkostoVerticalV2 .sk-fading-circle {
    margin: 100px auto;
    width: 60px;
    height: 60px;
    position: relative;
    margin-bottom: 34px
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.alkostoVerticalV2 .sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.widget-tabs-container:media(min-width: 500px) {
    #HotelDatesRooms .col-lg-9 {
        width: 100%;
        float: left;
    }
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

.alkostoVerticalV2 .upTripType {
    margin-bottom: 10px;
}

.alkostoVerticalV2 .divAirTripTypeRT,
.alkostoVerticalV2 .divAirTripTypeOW,
.alkostoVerticalV2 .divAirTripTypeMD,
.alkostoVerticalV2 .divBusTripTypeRT,
.alkostoVerticalV2 .divBusTripTypeOW {
    display: flex;
    align-items: center;
    height: 20px;
}

.alkostoVerticalV2 .divAirTripTypeRT label,
.alkostoVerticalV2 .divAirTripTypeOW label,
.alkostoVerticalV2 .divAirTripTypeMD label,
.alkostoVerticalV2 .divBusTripTypeRT label,
.alkostoVerticalV2 .divBusTripTypeOW label {
    margin: 2px 0 0 4px;
    line-height: normal;
}

.alkostoVerticalV2 .air-multiple-opt {
    margin-bottom: 10px;
}

.alkostoVerticalV2 .fdsAirTripType,
.alkostoVerticalV2 .fdsBusTripType {
    margin-bottom: 10px;
}

.alkostoVerticalV2 .mobile-tabs {
    position: relative;
    overflow: hidden;
}

.alkostoVerticalV2 .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: #fff;
}

.alkostoVerticalV2 .mobile-tabs-nav span {
    line-height: 0;
    position: absolute;
}

.alkostoVerticalV2 .mobile-tabs-next span {
    left: 5px;
    top: 20px;
}

.alkostoVerticalV2 .mobile-tabs-prev span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 5px;
    top: 23px;
}

.alkostoVerticalV2 .mobile-tabs-content {
    overflow-y: scroll;
}

.alkostoVerticalV2 .ul-mobile-tabs li {
    float: left;
    background-color: #f8f8f8;
    border-right: 1px solid #eee;
    margin-left: 0;
}

.alkostoVerticalV2 .ul-mobile-tabs li:first-child {
    margin-left: 0px;
}

.alkostoVerticalV2 .ul-mobile-tabs li:last-child {
    border-right: none !important;
}

.alkostoVerticalV2 .title-mobile-autocomplete {
    position: relative;
}

.alkostoVerticalV2 .title-mobile-container {
    text-align: center;
    background-color: #F3F3F3;
    border-bottom: 2px solid #F0EFEF;
}

.alkostoVerticalV2 .title-mobile-container h2 {
    font-size: 1.1rem;
    margin-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.alkostoVerticalV2 .aMobileAutocompleteCancel {
    position: absolute;
    font-size: 1rem;
    top: 50%;
    margin-top: -9px;
    right: 0.6rem;
    color: #111111;
}

.ui-datepicker-close .fa,
.alkostoVerticalV2 .aMobileAutocompleteCancel .fa {
    color: #111111;
    font-size: 1.3rem;
}

.alkostoVerticalV2 .input_mobile_autocomplete {
    background-color: #F1F1F2;
    border: none;
    border-radius: 10px;
    height: 34px;
}

@media (max-width: 768px) {
    .alkostoVerticalV2 .btnSearch {
        width: 100%;
    }
    .alkostoVerticalV2 .form-control[readonly],
    .alkostoVerticalV2 .org-input,
    .alkostoVerticalV2 .dest-input,
    .alkostoVerticalV2 .checkindate-input,
    .alkostoVerticalV2 .checkoutdate-input,
    .alkostoVerticalV2 .hotel-rooms-input,
    .alkostoVerticalV2 .promocode-input,
    .alkostoVerticalV2 .accountcode-input,
    .alkostoVerticalV2 .airhotel-rooms-input,
    .alkostoVerticalV2 .bushotel-rooms-input,
    .alkostoVerticalV2 .air-passengers-input,
    .alkostoVerticalV2 .bus-passengers-input,
    .alkostoVerticalV2 .special-options-input {
        background-color: #fff;
        border-radius: 10px;
        border: none;
    }
    .alkostoVerticalV2 .lblDates,
    .alkostoVerticalV2 .lblRooms,
    .alkostoVerticalV2 .lblPassengers {
        text-transform: uppercase;
    }
    .alkostoVerticalV2 .widget-tabs-container label {
        text-transform: uppercase;
        display: inline-block;
    }
    .alkostoVerticalV2 .input-icon {
        font-size: 16px;
    }
    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: #fff;
    }
    .pop-up-content {
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
        z-index: 5;
        height: 430px;
        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;
    }
    .alkostoVerticalV2 .form-inline .aMobileAutocompleteCancel {
        position: fixed;
        top: 15px;
        right: 20px;
        font-size: 20px;
    }
    .alkostoVerticalV2 .form-inline .aMobileAutocompleteCancel .fa-x {
        color: black;
    }
}

.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;
}

.alkostoVerticalV2 select,
.pop-up-control-container select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ffffff url(../Images/arrow-down.png) no-repeat 95% 50%;
}

.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: #fff;
    touch-action: none !important;
    z-index: 99999;
}

#ui-datepicker-div .ui-widget-header {
    background: #E55224;
    color: #fff;
}

#divAirTogglePromoCode {
    display: none;
}

@media (min-width: 1200px) {
    #divAirUpTripType .col-lg-5:first-child {
        width: 76%;
    }
}

@media (min-width: 980px) {
    #divAirTogglePromoCode {
        float: left;
        width: 20%;
        margin-right: 15px;
    }
    #divAirSpecialOptionsControl {
        float: left;
    }
    #divAirTogglePromoCode .col-lg-3:first-child {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .ui-datepicker-month {
        font-size: 16px;
    }
    .divTitleDatePicker h2 {
        font-size: 18px;
        color: #fff;
    }
    .ui-datepicker-year {
        font-size: 12px;
    }
    table.ui-datepicker-calendar span {
        font-size: 12px;
    }
    #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-size: 12px;
    }
    .divTitleDatePicker {
        background-color: #004D9C;
    }
    .ui-datepicker-close .fa,
    .alkostoVerticalV2 .aMobileAutocompleteCancel .fa {
        color: #fff;
        font-size: 18px;
    }
    .alkostoVerticalV2 .title-mobile-container h2,
    .pop-up-title h2 {
        margin-bottom: 0;
        font-size: 18px;
        color: #fff;
    }
    .alkostoVerticalV2 .title-mobile-container,
    .pop-up-title {
        background-color: #004D9C;
        color: #fff;
    }
}

.ui-autocomplete .ui-menu-item {
    font-size: 16px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    margin-top: 23px;
}

.pop-up-content p,
.pop-up-content {
    font-size: 16px;
}

.closeCA {
    display: none;
}