.d-none {
    display: none;
}

.not_mobile {
    display: block;
}

.errormsg {
    color: red;
}

.not_mobile_inline {
    display: inline-block;
}

.widget_include {
    /*display: none;*/
    width: 0;
    height: 0;
    overflow: hidden;
}

/*BOOK FLIGHT*/

.trip_type_radios {
    min-width: 41.66666667% !important;
    width: auto !important;
}

.money_miles {
    min-width: 41.66666667% !important;
    width: auto !important;
}

.m_widget_header {
    display: none;
}

.book_options {
    margin-bottom: 45px;
    position: relative;
}

.book_options .option{
    text-align: center;
    cursor: pointer;
    /*border-bottom: 1px solid #bbbbbb;*/
    padding-bottom: 4px;
    transition: all 0.5s;
}

.book_options .col-md-1 .sub_menu_title {
    font-size: 15px;
    margin-bottom: 15px;
}

.book_options .active {
    border-bottom: 5px solid #DF1995 !important;
    padding-bottom: 0px !important;
}

.tab-content .inactive {
    display: none;
}

.col-xs-4.option {
    margin-left: 0 !important;
}

.pick-city-list {
    position: absolute;
    width: calc(100% - 45.6px);
    height: 300px;
    background-color: #fff;
    top: 34px;
    right: 0;
    border: 1px solid #D6D6D6;
    padding: 0;
    z-index: 5;
    overflow-y: scroll;
    box-shadow: 0 30px 30px rgba(0,0,0,.2);
}

.pick-city-list-fs {
    position: absolute;
    width: calc(100% - 45.6px);
    height: auto;
    background-color: #fff;
    top: 34px;
    right: 15px;
    border: 1px solid #D6D6D6;
    padding: 0;
    z-index: 5;
    box-shadow: 0 30px 30px rgba(0,0,0,.2);
    cursor: pointer;
}

.selected_city .pick-city{
    background-color: #813F98;
    color: white !important;
    text-decoration: none !important;
}

#paxDDL {
    height: auto;
    padding: 10px;
    overflow: visible;
}

#paxDDL p {
    margin: 0;
    line-height: 20px
}

#paxDDL strong.city-name {
    font-size: 12px;
    line-height: 16px;
    font-family: gilroybold;
}

#paxDDL .airport-name {
    font-size: 12px
}

#paxDDL .disclaimer-child {
    font-size: 13px
}

#paxDDL .close-passengers {
    display: none;
    width: 100%
}

#paxDDL .pick-city {
    padding: 10px 0;
    float: left
}

#paxDDL .pick-city br {
    display: none
}

#paxDDL .pick-city p span.airport-name:before {
    content: "(";
    margin-right: 5px
}

#paxDDL .pick-city p span.airport-name:after {
    content: ")";
    margin-left: 5px
}

#paxDDL .pick-city:nth-child(1) {
    border-top: 0;
    padding-top: 0
}

.tab-content .book a, .tab-content .book img.list, :focus {
    outline: 0!important;
}
.adult-operators {
    user-select: none;
}
.link {
    cursor: pointer;
    text-decoration: none!important;
}
.adult-operators {
    float: right;
    top: 3px;
    font-size: 22px;
    position: relative;
    z-index: 10;
}

.adult-count {
    color: #b1b1b1;
    width: 28px;
    text-align: center;
}

#paxDDL .airport-name {
    font-size: 13px;
    font-family: gilroyregular;
}

.pick-city {
    background-color: white;
    border-top: solid 1px #ddd;
    padding: 5px 20% 5px 10px;
    color: #717171;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    width: 100%;
    display: block;
    color: #333333;
    transition: all 0.5s;
}

.toDDL .pick-city:hover, .fromDDL .pick-city:hover {
    background-color: #813F98;
    color: white !important;
    text-decoration: none !important;
}

.tooltip .questionmark {
    display: block;
    width: 100%;
    height: 100%;
    font-family: rooney-sans,sans-serif!important;
    font-size: 18px;
    font-style: normal;
    text-align: center;
    line-height: 25px;
    color: #fff;
    cursor: pointer;
}

.tooltip .tooltip-popup {
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    width: 250px;
    height: auto;
    background-color: #5e317c;
    border-radius: 10px;
    color: #fff;
    padding: 10px 15px;
}

#paxDDL .disclaimer-child {
    font-size: 13px;
}

.tooltip {
    position: absolute;
    top: 50%;
    left: 160px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #c72a96;
    opacity: 1;
}

.over_input {
    position: absolute;
    right: 8px;
    z-index: 4;
}

.interline {
    color: #C72A96;
    font-size: 25px;
    line-height: 29.5px;
    margin-right: 2px;
    float: left;
    height: 1px;
}

a.adult-operators {
    color: #C72A96;
}

.plus_hide {
    color: #ecebeb !important;
    cursor: default !important;
}

.whiteout {
    color: white !important;
}

.legend {
    width: calc(100% - 45.6px);
    height: 32px;
    background-color: white;
    position: absolute;
    top: 334px;
    z-index: 5;
    border: 1px solid #D6D6D6;
    box-shadow: 0 30px 30px rgba(0,0,0,.2);
}

.legend_key .key {
    color: #C72A96;
    font-size: 25px;
    line-height: 41px;
    margin-right: 2px;
    margin-left: 9px;
    float: left;
    height: 1px;
    font-family: gilroybold;
}

.legend_key .descr {
    line-height: 32px;
    font-size: 14px;
    color: #333333 !important;
    font-family: gilroyregular;
}

.ddlLoader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    color: white;
    text-align: center;
    line-height: 270px;
    font-family: gilroybold;
    -webkit-animation: breathe 1s linear infinite;
    -moz-animation: breathe 1.75s linear infinite;
    animation: breathe 1.75s linear infinite;
}

@keyframes breathe {
    0% {opacity: 0;}
    50% {opacity: 0.5;}
    100% {opacity: 0;}
}

#main_header {
    transition: all 0.35s;
}

.no_scroll {
    overflow: hidden;
}

.slide_up {
    top: -85px;
}

.widget_full_bg {
    transition: all 0.35s;
    display: none;
}

.widget_full_bg_over {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #bebebe;
    left: 0;
    top: 0;
    opacity: 0.2;
    transition: all 0.35s;
    z-index: 2;
}

.widget_bg_info {
    position: absolute;
    right: 15px;
    top: 15px;
    color: white;
    z-index: 3;
    border-radius: 100%;
    border: 2px solid white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 18px;
    font-family: gilroybold;
}

.widget_bg_title {
    position: absolute;
    top: 14px;
    z-index: 3;
    bottom: -50px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    font-family: gilroybold;
    color: white;
    transition: all 0.3s;
    display: none;
    text-shadow: 0 0 5px black;
}

.bg_title_show {
    top: 14px !important;
    opacity: 1 !important;
}

.widget_full_bg_under {
    position: fixed;
    width: 100%;
    height: 100%;
    /*background-color: blue;*/
    left: 0;
    top: 0;
    transition: all 1s;
    /*background: url(https://www.solidbackgrounds.com/images/1920x1080/1920x1080-light-pastel-purple-solid-color-background.jpg);*/

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0;
}

.widget_full_bg_under_dummy {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    left: 0;
    top: 0;
    z-index: 1;
}

.fade_in {
    opacity: 1 !important;
}

#widget_container {
    transition: all 0.35s;
    bottom: 0;
}

.widget_initial_size {
    width: 77%;
}

.widget_fixed {
    position: fixed !important;
    top: 100px;
    height: 324.8px;
    width: 60%;
    background-color: white;
    -webkit-box-shadow: 0px 0px 32px -8px #858585;
    -moz-box-shadow: 0px 0px 32px -8px #858585;
    box-shadow: 0px 0px 32px -8px #858585;
    overflow: hidden;
}

.widget_remove_overflow {
    overflow: initial !important;
}

.proper_height {
    height: 60%;
}

.mc_proper_dimensions {
    width: 100%;
    height: 100%;
    top: 0;
}

.widget_summary_div {
    transition: all 0.35s;
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    background-color: #86469D;
    top: -75px;
    user-select: none;
}

.drop_down {
    top: 0 !important;
}

.hidden_ele {
    display: none !important;
}

#from_summary_item {
    float: left;
    width: 32.5%;
    height: 100%;
}

.summary_item_val {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: white;
    text-align: center;
}

#to_summary_item {
    float: left;
    width: 32.5%;
    height: 100%;
}

#tt_summary_item {
    float: left;
    width: 20%;
    height: 100%;
    line-height: 69px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

#tt_summary_item img {
    width: 80%;
    height: auto;
    position: relative;
    top: -2px;
    max-width: 40px;
}

#tt_summary_item [class*="icon-"] {
    font-size: 25px;
    line-height: 59px;
}

.back_summary_item {
    float: left;
    width: 15%;
    height: 100%;
    line-height: 59px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: white;
}

.widget_content {
    position: absolute;
    top: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}

.widget_context_message {
    font-size: 22px;
    transition: all 0.5s;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 40%;
    opacity: 0;
}

.final {
    top: 10% !important;
}

.dummy_calendar_btn {
    opacity: 0;
    width: 0;
    height: 0;
}

.widget_content .daterangepicker {
    opacity: 0;
}

.custom_calendar {
    top: 50px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0px !important;
    display: block !important;
    border: none !important;
    transition: opacity 0.3s;
}

.custom_calendar .drp-calendar {
    max-width: 50% !important;
    width: 50% !important;
    display: block !important;
    padding: 0 !important;
}

.custom_cal_hide {
    display: none !important;
}

.custom_calendar:before {
    display: none !important;
}

.summary_container_1 {
    position: absolute;
    left: 0;
    height: 100%;
    width: 25%;
}

.summary_container_2 {
    position: absolute;
    left: 25%;
    height: 100%;
    width: 1%;
    /* background-color: red; */
    text-align: center;
    line-height: 46px;
    font-size: 35px;
    font-weight: normal;
    font-family: serif;
    color: white;
}

.summary_container_3 {
    position: absolute;
    left: 26%;
    height: 100%;
    width: 25%;
}

.summary_container_3 [class*="icon-"] {
    margin-right: 10px;
    /* line-height: 79px; */
    position: relative;
    top: 6px;
    font-size: 22px;
}

.summary_container_4 {
    position: absolute;
    left: 51%;
    height: 100%;
    width: 1%;
    /* background-color: red; */
    text-align: center;
    line-height: 46px;
    font-size: 35px;
    font-weight: normal;
    font-family: serif;
    color: white;
}

.summary_container_5 {
    position: absolute;
    left: 52%;
    height: 100%;
    width: 40%;
}

#ow_spacer {
    height: 100%;
    float: left;
    width: 27.5%;
}

.summary_container_6 {
    position: absolute;
    left: 92%;
    height: 100%;
    width: 1%;
    /* background-color: red; */
    text-align: center;
    line-height: 46px;
    font-size: 35px;
    font-weight: normal;
    font-family: serif;
    color: white;
}

.summary_container_7 {
    position: absolute;
    left: 93%;
    height: 100%;
    width: 7%;
}

#mobile_summary_item {
    width: 100%;
    height: 100%;
}

.mc_summary_1 {
    position: absolute;
    left: 0;
    height: 100%;
    width: 49%;
}

.mc_summary_2 {
    position: absolute;
    left: 49%;
    height: 100%;
    width: 1%;
    text-align: center;
    line-height: 46px;
    font-size: 35px;
    font-weight: normal;
    font-family: serif;
    color: white;
}

.mc_summary_3 {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 50%;
}

.mc_summary_3 [class*="icon-"] {
    margin-right: 10px;
    /* line-height: 79px; */
    position: relative;
    top: 6px;
    font-size: 22px;
}

.disc_summary_1 {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}

.disc_summary_1 span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
    line-height: 75px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: white;
}

.disc_back_summary_item {
    float: left;
    width: 3%;
    height: 100%;
    line-height: 83px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: white;
}

#pax_summary_item {
    float: left;
    width: 100%;
    height: 100%;
}

#pax_summary_item_mc {
    float: left;
    width: 100%;
    height: 100%;
}

#mc_itinerary_item {
    float: left;
    width: 85%;
    height: 100%;
}

#dep_date_summary_item {
    float: left;
    width: 45%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: white;
    text-overflow: ellipsis;
}

#dep_date_summary_item [class*="icon-"] {
    margin-right: 10px;
    /* line-height: 79px; */
    position: relative;
    top: 5px;
    font-size: 20px;
}

#dash_summary_item {
    float: left;
    width: 10%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: white;
    text-overflow: ellipsis;
}

#ret_date_summary_item {
    float: left;
    width: 45%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: white;
    text-overflow: ellipsis;
}

#ret_date_summary_item [class*="icon-"] {
    margin-right: 10px;
    /* line-height: 79px; */
    position: relative;
    top: 5px;
    font-size: 20px;
}

#book_type_summary_item {
    float: left;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
    text-overflow: ellipsis;
}

.fa-caret-down {
    font-size: 16px;
}

#book_type_summary_item span:not(.fa-caret-down) {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

#book_type_summary_item .fa-caret-down {
    position: relative;
    right: -20px;
}

#book_type_summary_item [class*="icon-"] {
    font-size: 22px;
    line-height: 59px;
}

.widget_summary_item {
    cursor: pointer;
    position: relative;
}

.widget_summary_item:hover {
    background-color: #9e62b3;
}

.summary_tooltip {
    /*background-color: #9e62b3;*/
    font-size: 14px;
    padding: 10px;
    font-family: gilroyregular;
}

.summary_ddl {
    width: 300px;
    top: 50px;
    z-index: 9999;
    left: 50%;
    margin-left: -150px;
}

#fromDDL.summary_ddl {
    left: 100%;
}

#modify_dates_summary_item {
    width: 100%;
    height: 100%;
}

.tt_summary_ddl {
    background-color: #fff;
    border: 1px solid #D6D6D6;
    box-shadow: 0 30px 30px rgba(0,0,0,.2);
    position: absolute;
    top: 50px;
    left: 50%;
    width: 140px;
    text-align: center;
    margin-left: -70px;
    z-index: 9999;
    height: auto !important;
    overflow: hidden !important;
    line-height: 50px;
}

.tt_summary_ddl_item {
    font-size: 13px;
    font-family: gilroyregular;
    color: #333333;
    transition: all 0.5s;
    border-top: solid 1px #ddd;
    height: 50px;
}

.tt_summary_ddl_item:hover {
    background-color: #813F98;
    color: white !important;
    text-decoration: none !important;
}

.bt_summary_ddl {
    background-color: #fff;
    border: 1px solid #D6D6D6;
    box-shadow: 0 30px 30px rgba(0,0,0,.2);
    position: absolute;
    top: 50px;
    left: 35%;
    width: 140px;
    text-align: center;
    margin-left: -70px;
    z-index: 9999;
    height: auto !important;
    overflow: hidden !important;
    line-height: 50px;
}

.bt_summary_ddl_item {
    font-size: 13px;
    font-family: gilroyregular;
    color: #333333;
    transition: all 0.5s;
    border-top: solid 1px #ddd;
    height: 50px;
}

.bt_summary_ddl_item:hover {
    background-color: #813F98;
    color: white !important;
    text-decoration: none !important;
}

.summary_ddl_holder #paxDDL {
    width: 300px !important;
    top: 50px !important;
    z-index: 9999 !important;
    left: 50% !important;
    margin-left: -150px !important;
}

.summary_legend {
    width: 300px;
    top: 349px;
    z-index: 9999;
    left: 50%;
    margin-left: -150px;
}

#fromDDLLegend.summary_legend {
    left: 100%;
}

.item_pressed i{
    font-size: 18px !important;
}

.item_pressed {
    font-size: 14px !important;
}
.item_pressed img {
    width: 80% !important;
}


.daterangepicker .off {
    opacity: 0;
}

.daterangepicker .off.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through !important;
    opacity: 0.3 !important;
}

.daterangepicker .off.disabled.ends {
    opacity: 0 !important;
}

.instant_fare_notes {
    padding: 0 10px;
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
}

.table-condensed.instant_fare thead tr:nth-child(2) th {
    font-weight: bold;
}

#widget_options {
    opacity: 0;
    transition: all 0.5s;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 60px;
    text-align: center;
    overflow: hidden;
}

.widget_option {
    position: absolute;
    width: 25%;
    height: 90%;
    top: 5%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.option1 {
    left: 6.25%;
}

.option1.option_start {
    top:-100% !important;
}

.option2 {
    left: 37.5%;
}

.option2.option_start {
    top:100% !important;
}

.option3 {
    right: 6.25%;
}

.option3.option_start {
    top:-100% !important;
}

.widget_option .img_holder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    transition: all 0.35s ease;
}

.widget_option .img_holder img {
    width: 100%;
    height: 100%;
}

.widget_option .option_text {
    position: relative;
    width: 100%;
    /*top: 35%;*/
    color: white;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.4);
}

.widget_option .option_text h3 {
    font-size: 18px !important;
    color: white;
    min-height: 0;
}

#widget_miles_login {
    opacity: 0;
    transition: all 0.5s;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 120px;
    text-align: center;
    overflow: hidden;
}

#miles_login_title {
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}

#miles_form_container {
    width: 100%;
    transition:  all 0.5s;
    opacity: 0;
}

.miles_msg {
    font-size: 15px;
    color: #5e317c;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: gilroyregular;
}

.miles_msg a {
    color: #5e317c;
    text-decoration: underline;
    font-weight: 600;
    margin-left: 20px;
}

.miles_msg span {
    color: #C61B8E;
    font-size: 15px;
    font-weight: 600;
}

.hover_zoom {
    transform:scale(1.5);
    -ms-transform:scale(1.5); /* IE 9 */
    -moz-transform:scale(1.5); /* Firefox */
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -o-transform:scale(1.5); /* Opera */
}

.booking_mode {
    width: 85% !important;
    height: 90% !important;
    top: 5% !important;
}

#booking_engine_frame {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.h100 {
    height: 100%;
}

.frame_layer {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: white;
    left: 0;
    top: 0;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*flex-direction: column;*/
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 1;
}

#booking_loader .loader_img {
    vertical-align: middle;
    display: inline-block;
    width: 16%;
    height: auto;
    margin: 0 auto;
}

#booking_loader:before, #booking_error:before, #upgrade_error:before, #booking_refresher:before, #booking_one_way_alert:before, #booking_trip_alert:before, #nn_trip_alert:before, .all-dest-loader:before {
    width: 0;
    height: 100%;
    display: inline-block;
    content: '';
    vertical-align: middle;
}

#booking_loader .loader_img [class*="icon-"] {
    color: #86469d;
    font-size: 4em !important;
}

#booking_loader .loader_img i.fa-spin {
    -webkit-animation: fa-spin 3.5s infinite linear !important;
    animation: fa-spin 3.5s infinite linear !important;
}

#booking_loader .loader_msg {
    font-size: 18px;
    opacity: 0;
    transition: all 0.5s ease;
}

#booking_error .loader_msg {
    margin-bottom: 25px;
    font-size: 18px;
}

.all-dest-loader .loader_img {
    vertical-align: middle;
    display: inline-block;
    width: 50%;
    height: auto;
    margin: 0 auto;
}

.be_content_holder {
    display: inline-block;
    vertical-align: middle;
}

#upgrade_error .loader_msg {
    margin-bottom: 25px;
    font-size: 18px;
}

#booking_glass {
    opacity: 0.7 !important;
}

#booking_refresher .booking_btn {
    display: inline-block;
}

#booking_refresher .loader_msg {
    font-size: 18px;
    margin-bottom: 30px;
    transition: all 0.5s;
}

#booking_refresher .booking_btn {
    font-family: 'poppinsmedium' !important;
}

.booking_btn_holder {
    opacity: 0;
    transition: all 0.5s;
}

#widget_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}

#widget_loader .mask {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 99999;
    top: 0;
}

#widget_loader .loader_content {
    position: absolute;
    width: 100%;
    height: 100%;
    /*display: flex;*/
    text-align: center;
    /*justify-content: center;*/
    /*flex-direction: column;*/
    z-index: 999999;
    top: 0;
    left: 0;
}

#widget_loader .loader_img [class*="icon-"] {
    color: #86469d;
    font-size: 4em !important;
}

#widget_loader .loader_content:before
{
    width: 0;
    height: 100%;
    display: inline-block;
    content: '';
    vertical-align: middle;
}

#widget_loader .loader_img
{
    width: 25%;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
}

#widget_loader .loader_img i.fa-spin {
    -webkit-animation: fa-spin 3.5s infinite linear !important;
    animation: fa-spin 3.5s infinite linear !important;
}

#widget_loader .loader_msg {
    font-size: 18px;
    margin-top: 10px;
}

.wl_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.4;
}

.wl_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wl_content [class*="icon-"] {
    position: relative;
    top: 50%;
    margin-top: -10px;
    z-index: 999;
}

.mc_group {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 30px !important;
    padding-bottom: 20px;
    transition: all 0.5s;
}

.mc_group:hover {
    background-color: rgba(187, 187, 187, 0.1);
}

.mc_sep {
    margin-top: 15px !important;
    margin-bottom: 40px !important;
    width: 98% !important;
}

.mc_add_btn {
    padding: 0 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100% !important;
    font-size: 37px !important;
    line-height: 50px !important;
    font-weight: 100 !important;
}

.mc_del_btn {
    position: absolute;
    top: 0;
    right: 5px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    font-size: 25px;
}

.mc_num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: gilroybold;
    font-size: 20px;
    border-radius: 100%;
    background-color: red;
    color: white;
}

.mc_iteration {
    font-size: 18px;
    color: black;
}

.mc_validation_err {
    background-color: rgba(255, 0, 0, 0.1) !important;
}

.flight_num {
    background-color: #86469d;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 21px;
    font-size: 16px;
    font-family: gilroybold;
    display: inline-block;
    position: relative;
    left: -10px;
}

.mc_mode_money_toggle {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.mc_mode_miles_toggle {
    display: none;
}

.input_err {
    position: absolute;
    top: 40px;
    left: 45px;
    color: red;
}

.input_err_rel {
    position: relative;
    top: 5px;
    color: red;
}

.input_err_2 {
    /*margin-top: -20px;*/
    margin-left: 45px;
    color: red;
}

.input_subline {
    margin-left: 45px;
}


.input_err_line {
    border-color: red !important;
}

.miles_user {
    position: relative;
}

.miles_user .title {

}

.miles_user .name {
    font-family: gilroybold;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.miles_user .miles {

}

.miles_user .logout {
    margin-top: 20px;
    color: #95a0ff;
    cursor: pointer;
    text-decoration: underline;
}

.miles_user .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color: white;
}

.miles_user .loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}

.miles_user .loader .loader_img {
    position: relative;
    margin-top: 20px;
}

.miles_user .loader .loader_img [class*="icon-"] {
    color: #86469d;
    font-size: 2em !important;
}

.miles_user .loader .loader_img i.fa-spin {
    -webkit-animation: fa-spin 3.5s infinite linear !important;
    animation: fa-spin 3.5s infinite linear !important;
}

#discover_loader {
    opacity: 1 !important;
}

#discover_loader .loader_img {
    position: relative;
}

#discover_loader .loader_img [class*="icon-"] {
    color: #86469d;
    font-size: 4em !important;
}

#discover_loader .loader_img i.fa-spin {
    -webkit-animation: fa-spin 3.5s infinite linear !important;
    animation: fa-spin 3.5s infinite linear !important;
}

#discover_loader .loader_msg {
    font-size: 18px;
    opacity: 0;
    transition: all 0.5s ease;
}

#discover_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0;
    transition: all 0.5s;
}

#discover_view {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: scroll;
    text-align: initial !important;
}

.proper_height_discover {
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
}


/*CARS*/
#cars {
/*    height: 660px;
    overflow: hidden;*/
}

.carframe {
    border: 0px none;
    height: 768px;
    margin-top: -99px;
    width: 50%;
}

.carframe_holder {
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/*End of CARS*/

/*HOTELS*/
/*#hotels {
    background-color: #c699d3;
}*/

/*.hotel_select {
    height: auto !important;
    overflow-x: hidden !important;    
    overflow-y: auto !important;
}*/

.hotel_select {
    width: 100%;
    text-align: center;
    height: 34px;
    border-top-color: white;
    border-left-color: white;
    border-right-color: white;
}

/*.hotel_select div {
    text-align: center;
    padding: 10px !important;    
    cursor: pointer;
}*/

#b_container {
    position: relative;
    text-align: center;
    height: 275px;
}
/*End of HOTELS*/

/*MANAGE BOOKING*/
.tab_content_container {
    width: 100%;
}

.infotxt {
    text-align: center;
    margin-bottom: 40px;
    font-size: 15px;
}

.mb_summary_1 {
    position: absolute;
    left: 0;
    height: 100%;
    width: 45%;
}

.mb_summary_2 {
    position: absolute;
    left: 45%;
    height: 100%;
    width: 1%;
    text-align: center;
    line-height: 46px;
    font-size: 35px;
    font-weight: normal;
    font-family: serif;
    color: white;
}

.mb_summary_3 {
    position: absolute;
    left: 46%;
    height: 100%;
    width: 45%;
}

.mb_summary_4 {
    position: absolute;
    left: 91%;
    height: 100%;
    width: 1%;
    text-align: center;
    line-height: 46px;
    font-size: 35px;
    font-weight: normal;
    font-family: serif;
    color: white;
}

.mb_summary_5 {
    position: absolute;
    left: 92%;
    height: 100%;
    width: 8%;
}

#mb_name_summary_item {
    float: left;
    width: 85%;
    height: 100%;
    line-height: 69px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

#mb_pnr_summary_item, #mb_book_type_summary_item {
    float: left;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}
/*End of MANAGE BOOKING*/


/*CHECK IN*/
.ci_summary_1 {
    position: absolute;
    left: 0;
    height: 100%;
    width: 49.5%;
}

.ci_summary_2 {
    position: absolute;
    left: 49.5%;
    height: 100%;
    width: 1%;
    text-align: center;
    line-height: 46px;
    font-size: 35px;
    font-weight: normal;
    font-family: serif;
    color: white;
}

.ci_summary_3 {
    position: absolute;
    left: 50.5%;
    height: 100%;
    width: 49.5%;
}

#ci_name_summary_item {
    float: left;
    width: 85%;
    height: 100%;
    line-height: 69px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

#ci_pnr_summary_item {
    float: left;
    width: 100%;
    height: 100%;
    line-height: 69px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

/*#ci_etkt {
    width: 85% !important;
}*/

.ci_notifications_close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #DA1984;
    cursor: pointer;
}

.cn_optin_container .title {
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 35px;
}

.notif_type_list {
    padding-left: 25px;
    padding-right: 25px;
}

.notif_type {
    text-align: center;
}

.notif_type img {
    max-width: 70px;
    border-radius: 5px;
}

.popper {
    background: white;
    opacity: 0.1;
    transition: 0.5s;
}

.pop {
    opacity: 1 !important;
}

.popper div {
    padding-top: 10px;
    text-align: center;
    font-weight: 500;
}

.popper div.p20 {
    padding-top: 20px;
}

.standalone_container #widget_row {
    border: 1px solid #cfcfcf;
}

.standalone_container .tab-pane.searchtabs.box-shadow {
    box-shadow: none !important;
}

.standalone_container .cn_optin_container {
    border-radius: 0;
}

.standalone_container .btn_options_row {
    margin-top: 0px !important;
}

/*End of CHECK IN*/

/*Caribbean Upgrade*/

#cu_name_summary_item {
    float: left;
    width: 85%;
    height: 100%;
    line-height: 69px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

#cu_pnr_summary_item {
    float: left;
    width: 100%;
    height: 100%;
    line-height: 69px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

/*End of Caribben Upgrade*/

.is_mobile {
    display: none;
}


.tab-name {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
    align-items: center;
}


/*Flight Status*/

.ddl_dates{
    height: 70px;
    line-height: 40px;
    border: 1px solid #D6D6D6;
    padding-left: 15px;
    font-weight: 500;
    outline-color: #813F98;;
}

.ddl_dates:hover{
    color: white;
    background-color: #813F98;
}

.ddl_subdates{
    height: 15px;
    text-align: center;
}

.ddl_month{
    font-weight: 600;
    font-size: 14px;
}

.ddl_year{
    font-size: 10px;
}

.fs_summary_1 {
    position: absolute;
    left: 0;
    height: 100%;
    width: 49.5%;
}

.fs_summary_2 {
    position: absolute;
    left: 49.5%;
    height: 100%;
    width: 1%;
    text-align: center;
    line-height: 46px;
    font-size: 35px;
    font-weight: normal;
    font-family: serif;
    color: white;
}

.fs_summary_3 {
    position: absolute;
    left: 50.5%;
    height: 100%;
    width: 49%;
}

#fs_from_summary_item {
    float: left;
    width: 35%;
    height: 100%;
}

#fs_to_summary_item {
    float: left;
    width: 35%;
    height: 100%;
}

#fs_fn_summary_item {
    float: left;
    width: 85%;
    height: 100%;
}

#fs_dash_summary_item {
    float: left;
    width: 15%;
    height: 100%;
}

#fs_date_summary_item {
    float: left;
    width: 100%;
    height: 100%;
    line-height: 69px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
}

#flight_status_content {
    width: 100%;
    height: 100%;
}

.rate_limit_err {
    margin-top: 20px;
    margin-bottom: -45px;
    font-family: Poppins;
    font-size: 14px;
    color: #ef0000;
    font-weight: 500;
}

/*RESULTS*/

.results_container{
    /*border: 1px solid #813F98;*/
    /*padding: 20px;*/
    /*border-radius: 13px;*/
    /*background-color: white;*/
}

.results_x_button{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #DA1984;
    cursor: pointer;
}

.results_summary_main{
    font-size: 14px;
    font-weight: 600;
}

.result_summary_sub{
    font-size: 14px;
    font-weight: 600;
    text-align: justify;
}

.results_statuses{
    background-color: white;
    margin-bottom: 40px;
    margin-top: 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 32px -8px #858585;
    -moz-box-shadow: 0px 0px 32px -8px #858585;
    box-shadow: 0 1px 10px 1px rgba(0,0,0,.16);
    padding-bottom: 20px;
    padding-top: 20px;
}


.item_flight_number{
    font-size: 14px;
    color: #813F98;
    text-align: center;
    margin-top: 5px;
}

.item_flight_status {
    margin-top: 5px;
}

.item_status_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item_status{
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.item_arrive_depart{
    padding-top: 20px;
    text-align: center;
}

.item_time_header{
    font-size: 13px;
    font-weight: 600;
}

.item_destination{
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0px !important;
}

.item_destination_city{
    font-size: 10px;
    font-weight: 400;
    padding-top: 0px;
}

.item_time{
    font-size: 16px;
    font-weight: bold;
    color: #813F98;
}

.item_time_other{
    font-size: 10px;
    font-weight: 400;
    color: #813F98;
    /*padding-bottom: 5px;*/
}

.item_scheduled{
    font-size: 12px;
    font-weight: 200;
    padding-top: 0px;
}

.item_sch_time{
    font-size: 12px;
    font-weight: 200;
}

.item_sch_time_other{
    font-size: 10px;
    font-weight: 200;
}

.item_plane{
    top: 50px;
}

.item_icon{
    font-size: 30px;
    color: #1D2135;
}

.item_line{
    border-top: 1px solid #813F98 !important;
}

.results_nostatus{
    text-align: center;
}

.layover_overnight{
    color: red;
}

.overlay_section{
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #813F98;
    border-bottom: 1px solid #813F98;
    font-weight: 500;
    font-size: 12px;
    font-style: italic;
}

/*END OF RESULTS*/

.status_scheduled{
    background-color: #813F98;
    font-weight: bold;
    color: white;
}

.status_rescheduled{
    background-color: #c25700;
    font-weight: bold;
    color: white;
}

.status_airborne{
    background-color: #c25700;
    font-weight: bold;
    color: white;
}

.status_completed{
    background-color: #008500;
    font-weight: bold;
    color: white;
}

.status_delayed{
    background-color: #c25700;
    font-weight: bold;
    color: white;
}

.status_cancelled{
    background-color: #d60000;
    font-weight: bold;
    color: white;
}

.status_taxing{
    background-color: #008500;
    font-weight: bold;
    color: white;
}

.status_rtr{
    background-color: #c25700;
    font-weight: bold;
    color: white;
}

.status_default{
    background-color: #717171;
    font-weight: bold;
    color: white;
}

.fs_bw_span {
    width: 15%;
    position: relative;
    border-bottom: 1px solid #ccc;
    /* border-bottom: 1px solid black; */
    height: 34px;
    line-height: 33px;
    float: left;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    text-align: center;
    font-size: 14px;
    font-family: gilroybold;
}

.fs_bw_focused {
    border-color: #813F98;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom-width: 1.5px !important;
}

#fs_fn {
    width: 85% !important;
}

/*End of Flight Status*/


/*Book a Car*/

.cars_do_select {
    position: absolute;
    top: 32%;
    left: 28px;
    transition: all 0.5s;
}

.float_up {
    top: -20px !important;
}

.cars_do_city {
    display: none;
    opacity: 0;
    transition: all 0.5s;
}

.cars_country_flag {
    position: absolute;
    top: 50%;
    margin-top: -8.5px;
    right: 20px;
    background-image: url(/assets/img/ct_flags.gif);
    background-repeat: no-repeat;
    width: 24px;
    height: 17px;
}

.ddlSubheader {
    font-family: gilroybold;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background-color: #ebebeb;
}
.pick-city-head {
    height: 30px;
    line-height: 30px;
    padding: 0;
    padding-left: 4px;
    background-color: #e1e1e1;
}

.cars_default_suggestions {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 20;
}

.car_summary_1 {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}

#cars_summary_item {
    width: 100%;
    height: 100%;
}

#car_back_summary_item {
    width: 4% !important;
    z-index: 1;
}
/*End of Book a Car*/


/*Book a Hotel*/
#hotel_summary_item {
    width: 100%;
    height: 100%;
}

#hotel_back_summary_item {
    width: 4% !important;
    z-index: 1;
}

.hotels_children_label {
    position: relative;
    left: 16px;
    margin-bottom: 10px;
}

.test:before {
    font-family: 'booking-iconset';
    color: #003580;
    width: 23px;
    height: 15px;
    display: inline-block;
    height: 13px;
    margin-left: 3px;
    margin-right: 5px;
    text-align: center;
    position: absolute;
    left: 0;
    content: '\b09a';
}


/*End of Book a Hotel*/



.body_mask {
    position: fixed;
    width: 100%;
    height: 1000%;
    left: 0;
    top: 0;
    background-color: white;
    overflow: hidden;
    z-index: 999998;
    transition: all 0.5s;
    opacity: 0;
}

.no_body_scroll {
    position: relative;
    overflow: hidden;
    max-height: 100%;
}


.pax_confirm_btn {
    display: none;
}

.original_pax_ddl .pax_confirm_btn {
    display: block;
    margin-bottom: 10px;
    margin-top: 25px !important;
}


.is_small_mobile {
    display: none;
}

.is_small_mobile_t {
    display: none !important;
}

.is_small_mobile_inline {
    display: none !important;
}

.adult-count {
    pointer-events: none;
}

.pax_title {
    display: none;
}

.daterangepicker thead {
    background-color: white !important;
    color: black !important;
}

.webpage_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999999999999;
    background-color: white;
    /*background: linear-gradient(to bottom, #2d91c2 0%, #1e528e 100%);*/
    /*display: flex;*/
    /*flex-direction: column;*/
    text-align: center;
    /*justify-content: center;*/
}

.webpage_loader [class*="icon-"] {
    margin: 0 auto;
    color: #813F98;
    font-size: 45px;
}

.opaque {
    opacity: 0;
}

.animate {
    transition: opacity 0.3s;
}

#webpage_loader svg {
    width: 28% !important;
    height: auto !important;
    margin: 0 auto;
}

#widget_tabs .tab-name .icon {
    position: relative;
    top: 2.5px;
    font-size: 18px;
}

.book_options .option .icon {
    font-size: 22px;
}

.tab-content {
    margin-top: -1px;
    margin-right: 0.5px;
}


.loader_img img {
    width: 25%;
    height: auto;
    margin: 0 auto;
}

.miles_user .loader_img img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: -15px;
    margin-left: 11px;
}







/*Home Widget Overrides*/
.home_widget {
    position: absolute !important;
    top: 115px !important;
    width: 50% !important;
    left: 0;
    transition: all 0.35s;
}

.home_widget .widget_initial_size {
    width: 555px !important;
}

.home_widget #widget_tabs li:nth-of-type(1) a {
    border-top-left-radius: 5px;
}

.home_widget #widget_tabs li:last-of-type a {
    border-top-right-radius: 5px;
}

.home_widget .tab-pane.searchtabs {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 460px;
    max-height: 460px;
}

.home_widget .cupgrade_tab {
    display: none !important;
}

.home_widget #widget_tabs li a [class*="icon-"] {
    display: none !important;
}

.home_widget #widget_tabs li a span {
    font-size: 14px !important;
}

.home_widget #widget_tabs li a {
    max-height: 45px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-height: 35px !important;
    border-right: 1px solid rgba(179, 179, 179, 0.6) !important;
}

.home_widget #widget_row {
    box-shadow: 0 12px 34px 0px rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}

.home_widget #widget_tabs {
    border-radius: 5px;
}

.home_widget #widget_tabs li:last-of-type a {
    border-right: none !important;
}

.home_widget #flight {
    padding-top: 20px !important;
}

.home_widget .book_options {
    margin-bottom: 20px !important;
    transition: all 0.35s;
    overflow: hidden;
    height: 57.2px;

}

.home_widget .manage_options {
    margin-bottom: -5px !important;
}

.home_widget .book_options .option {
    width: 16.66666667% !important;
}

.home_widget .book_options .sub_menu_title {
    font-size: 14px !important;
    margin-bottom: 5px !important;
    font-family: gilroyregular !important;
}

.home_widget .trip_type_radios {
    margin-left: 0 !important;
}

.home_widget .trip_type_radios label:nth-of-type(1), .home_widget .trip_type_radios label:last-of-type {
    display: none !important;
}

.home_widget .money_miles {
    display: inline-block !important;
    float: left !important;
    min-width: 0px !important;
}

.home_widget .money_miles label:nth-of-type(1):not(.money_toggle) {
    display: none !important;
}

.home_widget .mc_link {
    display: inline-block !important;
}

.home_widget .mc_ext_link {
    position: absolute;
    top: 0px;
    left: 5px;
    height: 20px;
    width: 20px;
    font-size: 17px;
}

.home_widget .ro_fields {
    transition: all 0.35s;
    position: relative;
    top: 0;
}

.home_widget .ro_fields .fullscreen_mobile_input:nth-of-type(1) {
    width: 100%;
    margin: 0 auto;
    padding-right: 60px;
    transition: all 0.35s;
    position: absolute;
    top: 0;
}

.home_widget .ro_fields .fullscreen_mobile_input:nth-of-type(2) {
    width: 100%;
    margin: 0 auto;
    padding-right: 60px;
    transition: all 0.35s;
    position: absolute;
    top: 90px;
}

.home_widget .ro_pax_container {
    visibility: hidden;
    opacity: 0;
    position: relative;
    top: 30px;
    /* width: 100%; */
    padding-right: 20px;
    transition: all 0.35s;
    z-index: 1;
}

.home_widget .ro_promobox_container {
    visibility: hidden;
    opacity: 0;
    position: relative;
    top: 30px;
    padding-right: 20px;
    transition: all 0.35s;
    z-index: 1;
}

.home_widget .ro_dates_container {
    visibility: hidden;
    opacity: 0;
    top: 30px;
    position: relative;
    transition: all 0.35s;
    z-index: 1;
}

.home_widget .search_flights_container {
    visibility: hidden;
    opacity: 0;
    top: 30px;
    position: relative;
    transition: all 0.35s;
}

.widget_container:not(.home_widget) .search_flights_container {
    margin-bottom: 30px;
}

.home_widget .select_dates_container {
    display: none !important;
}

.home_widget_transformed {
    transition: all 0.35s;
}

.home_widget_transformed .ro_fields {
    position: relative;
    top: -35px;
}

.home_widget_transformed .ro_fields .fullscreen_mobile_input:nth-of-type(1) {
    padding-right: 20px;
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
}

.home_widget_transformed .ro_fields .fullscreen_mobile_input:nth-of-type(2) {
    padding-right: 20px;
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
}

.home_widget_transformed .book_options {
    height: 0 !important;
    margin-bottom: 0 !important;
}

.home_widget_transformed .ro_pax_container {
    visibility: visible;
    animation-name: fade_and_drop;
    animation-duration: 0.35s;
    animation-delay: 0.35s;
    animation-fill-mode: both;
    opacity: 1;
    top: 50px;
}

.home_widget_transformed .ro_promobox_container {
    visibility: visible;
    animation-name: fade_and_drop;
    animation-duration: 0.35s;
    animation-delay: 0.35s;
    animation-fill-mode: both;
    opacity: 1;
    top: 50px;
}

.home_widget_transformed .ro_dates_container {
    visibility: visible;
    animation-name: fade_and_drop;
    animation-duration: 0.35s;
    animation-delay: 0.35s;
    animation-fill-mode: both;
    opacity: 1;
    top: 50px;
}

.home_widget_transformed .search_flights_container {
    visibility: visible;
    animation-name: fade_and_drop;
    animation-duration: 0.35s;
    animation-delay: 0.35s;
    animation-fill-mode: both;
    opacity: 1;
    top: 70px;
}

.home_widget .ro_dates_container .fullscreen_mobile_input {
    width: 50%;
    padding-right: 20px;
}

.cancel_book_flight {
    text-align: center;
    margin-left: 8px;
    margin-top: 10px;
}

.cancel_book_flight span {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}

.home_widget_transformed .transform_container {
    display: none !important;
}

.transform_container {
    top: 30px;
    position: relative;
}

.daterangepicker .drp-calendar {
    width: 100%;
    font-family: 'Poppins', serif;
}

.destination_img {
    background-position: center;
    background-size: cover;
}

.destination_img img {
    width: 100%; height: auto;
}

.home_page_carousel_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    animation: hp_loader_color_fade;
    animation-direction: alternate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.zoom_effect {
    animation: zoom_out_effect;
    animation-duration: 8s;
}

.cancel_book_flight, .transform_container
{
    display: none;
}

.home_widget .cancel_book_flight, .home_widget .transform_container {
    display: block;
}

.home_widget .bac_input {
    width: 100% !important;
    margin-left: 0 !important;
}


.home_widget .rental_period_div_1 {
    width: 50% !important;
    margin-left: 0 !important;
}

.home_widget .rental_period_div_2 {
    width: 50% !important;
}

.home_widget .children_ages {
    width: 33.33% !important;
    float: left !important;
}

.home_widget .book_a_hotel {
    overflow: hidden auto !important;
    padding-bottom: 10px !important;
    max-height: 345px !important;
}

.home_widget .book_a_hotel .hotel_input {
    width: 100% !important;
}

.home_widget .book_a_hotel .infotxt {
    margin-bottom: 15px !important;
}

.home_widget .book_a_hotel .book_hotel_btn {
    margin-top: -10px !important;
}

.home_widget .book_a_hotel .book_hotel_btn button {
    margin: 0 auto !important;
}

.home_widget #checkin .name_field {
    margin-left: 5% !important;
    width: 90% !important;
}

.home_widget #checkin .pnr_field {
    margin-left: 5% !important;
    width: 90% !important;
}

.home_widget #checkin .checkin_btn {
    margin-top: 45px !important;
}

.home_widget #managebooking .mb_booktype {
    margin-left: 5% !important;
    width: 100% !important;
    margin-top: -15px !important;
}

.home_widget #managebooking .mb_lastname_field {
    width: 90% !important;
    margin-left: 5% !important;
}

.home_widget #managebooking .mb_pnr_field {
    width: 90% !important;
    margin-left: 5% !important;
}

.home_widget #managebooking .mb_btn {
    margin-top: 15px !important;
}

.home_widget #managebooking .mb_btn div {
    margin: 0 auto !important;
    width: 100% !important;
}

.home_widget #flightstatus .fs_booktype {
    padding-left: 20px !important;
    margin-left: 5% !important;
    width: 100% !important;
}

.home_widget #flightstatus .fs_route_field, .home_widget #flightstatus .fs_flight_field {
    width: 50% !important;
    margin-left: 0 !important;
}


.home_widget #flightstatus .fs_dep_date_field {
    width: 50% !important;
    margin-left: 0 !important;
}

.home_widget #flightstatus .fs_btn {
    margin-top: 35px !important;
}

.home_widget #managebooking .tab_content_container, #managebooking .hp_tab_content {
    display: none !important;
}

.home_widget #managebooking .hp_tab_content {
    display: block !important;
}

.home_widget #managebooking .hp_tab_content .manage_options .option {
    width: auto !important;
}

.home_widget #managebooking .hp_tab_content .manage_options .option .sub_menu_title {
    text-align: center !important;
    line-height: 1.1 !important;
}

.home_widget #managebooking .manage_options {
    height: 78px !important;
}

.home_widget #managebooking {
    padding-top: 20px !important;
}

.hp_manage_title {
    display: none;
}

.home_widget .hp_manage_title {
    display: block !important;
}

.home_widget .manage_title {
    display: none;
}

.home_widget .caribbean_upgrade_content .infotxt {
    margin-top: 25px;
}

.home_widget .caribbean_upgrade_content .upgrade_lname {
    margin-left: 0;
    width: 50%;
}

.home_widget .caribbean_upgrade_content .upgrade_pnr {
    margin-left: 0;
    width: 50%;
}

.home_widget .caribbean_upgrade_content .upgrade_btn {
    margin: 0 auto;
    width: 100%;
}

#cookie_banner {
    position: fixed;
    width: 100%;
    height: 70px;
    bottom: 0;
    background-color: #813F98;
    z-index: 9999999999;
    color: white;
    margin: 0;
    animation-name: fade_and_drop_banner;
    animation-duration: 0.35s;
    animation-delay: 0.35s;
    animation-fill-mode: both;
}

@keyframes fade_and_drop_banner {
  from {opacity: 0}
  to {opacity: 1}
}

#cookie_banner a {
    color: white;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
}

.cookie_button {
    position: relative;
    top: 10px;
}

.cookie_button:hover {
    background-color: white;
}

.carousel-inner > .item > img, .swiper-wrapper img {
    position: relative !important;
}

.carousel_primary_img {
    display: block;
}

.carousel_fallback_img {
    display: none;
    background-position: top;
    background-size: cover;
    height: 625px;
}

#carousel-home-page {
    background-color: #000000;
    transition: opacity 0.5s;
}

.fade_p0 {
    opacity: 0;
}



.miles_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #4c4c4c;
    z-index: 9998;
    top: 0;
    left: 0;
    opacity: 0.6;
    display: none;
}

.miles_side_bar {
    position: fixed;
    top: 0;
    right: -30vw;
    width: 30vw;
    max-width: 460px;
    min-width: 360px;
    background-color: white;
    z-index: 9999;
    height: 100%;
    display: none;
    transition: all 0.5s;
    box-shadow: 0 12px 34px 0px rgba(0, 0, 0, 0.21);
}

.miles_side_bar_show {
    right: 0;
}

.miles_sb_flex_center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.miles_sb_box{
    padding: 10px;
    border: 1px solid #813F98;
}

.miles_sb_span_i {
    border: 1px solid;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: smaller;
    position: relative;
    /*top: 1px;*/
    color: #DA1984;
}

.msbb_i_cont {
    width: 20px;
}

.msbb_text_cont {
    width: calc(100% - 24px);
    font-weight: bold;
    margin-left: 10px;
}

.mssb-semi-bold {
    font-weight: 500;
}

.mssb-a {
    text-decoration: underline !important;
}

.static_context_ad {
    bottom: unset !important;
    top: 29%;
}

.context_ad_static_refresh {
    top: 40%;
    bottom: unset !important;
    right: -12% !important;
}

.context_ad_2_static.context_ad_2 {
    bottom: 30%;
}

.context_ad_2_covid {
    text-shadow: 0 0 7px black !important;
    color: white !important;
}

.static_context_ad .static_line_1 {
    text-shadow: none;
    color: white;
    font-size: 2.9vw;
    text-shadow: 0px 1px 5px #444444 !important;
}

.static_context_ad .static_line_2 {
    text-shadow: none;
    position: relative;
    margin-bottom: 1.4vh;
    color: white;
    font-size: 4.9vw;
    left: -14px;
    margin-top: 2.8vh;
    text-shadow: 0px 1px 5px #444444 !important;
}

.static_context_ad .static_line_3 {
    color: #bd4380;
    text-shadow: none;
    font-size: 3.0vw;
    position: relative;
}

.static_link_1 {
    text-shadow: none;
    position: relative;
    left: 9px;
    color: white;
    font-size: 2vw;
    top: 20px;
}

.static_image_holder {
    position: absolute;
    width: 50%;
    bottom: 15%;
    right: 0;
    font-family: gilroybold;
    color: white;
    font-size: 33px;
    text-shadow: 0 0 5px black;
    line-height: 42px;
}

.static_image_holder .static_image_1 {
    width: 9vw;
}

.link-arrow.static_link_arrow_1 {
    left: 20px;
}

.context_ad_1 {
    position: absolute;
    width: 50%;
    bottom: 30%;
    right: 0;
    font-family: gilroybold;
    color: white;
    font-size: 33px;
    text-shadow: 0 0 5px black;
    line-height: 42px;
}

.context_ad_2 {
    position: absolute;
    width: 50%;
    bottom: 23%;
    right: 0;
    font-family: gilroyregular;
    color: white;
    font-size: 29px;
    text-shadow: 0 0 5px black;
}

.ad_gradient {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 40%;
    background-color: aliceblueyellow;
    background: linear-gradient(0deg, rgba(0,0,0,0.5665616588432247) 0%, rgba(0, 0, 0, 0.2) 81%, rgba(0,0,0,0) 100%);
}


.standalone_container {
    margin-bottom: 100px;
}

.ad_gradient_white {
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 45%, rgb(255, 255, 255) 100%);
    height: 40%;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.carousel-inner > .item {
    -webkit-transition: all 1.5s ease-in-out !important;
    -moz-transition: all 1.5s ease-in-out !important;
    -o-transition: all 1.5s ease-in-out !important;
    transition: all 1.5s ease-in-out !important;
}

#deals_slider .carousel-inner > .item, #dest_slider .carousel-inner > .item, #dest_page_slider .carousel-inner > .item, #dealspage_slider .carousel-inner > .item, #destination_Carousel_top .carousel-inner > .item {
    -webkit-transition: all 0.5s ease-in-out !important;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
}

.home_widget .new_dep_date_parent .daterangepicker, .home_widget .new_ret_date_parent .daterangepicker {
    width: calc(160%) !important;
}

.new_dep_date_parent .daterangepicker, .new_ret_date_parent .daterangepicker {
    width: calc(100%) !important;
}

.low_fare::after {
    content: '';
    width: 10px;
    height: 12px;
    background-image: url(../../../assets/img/low_fare_tag.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    background-size: cover;
    background-position: center;
    right: 5px;
    display: none;
}

.fare_loaded.active.low_fare::after {
    background-image: url(../../../assets/img/low_fare_tag_selected.png) !important;
}

.low_fare_legend {
    display: none;
}

.new_dep_date_parent .low_fare_legend, .new_ret_date_parent .low_fare_legend {
    display: block;
    position: absolute;
    right: 5px;
    width: 15%;
    text-transform: lowercase;
}

.new_dep_date_parent .low_fare_legend th::before, .new_ret_date_parent .low_fare_legend th::before {
    content: '';
    width: 15px;
    height: 20px;
    background-image: url(../../../assets/img/low_fare_tag.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    background-size: contain;
    background-position: center;
    left: -16px;
}

.new_dep_date_parent tr.low_fare_legend th, .new_ret_date_parent tr.low_fare_legend th {
    font-size: 10px !important;
}

.new_dep_date_parent .daterangepicker, .new_ret_date_parent .daterangepicker {
    top: 100% !important;
    margin-top: -3px !important;
    /* width: calc(185%) !important; */
    left: 0px;
    /* border: 1.1px solid #707070 !important; */
    /*height: 500px;*/
    box-shadow: 0 1px 6px 3px #acacac;
    border-radius: 0px !important;
    border: none !important;
    -webkit-animation-name: cal_slide_fade; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: forwards;
    animation-name: cal_slide_fade;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transition: all 0.5s;
    opacity: 0;
    user-select: none;
}

#new_ret_date {
    background-color: white;
}

#new_dep_date {
    background-color: white;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes cal_slide_fade {
    from {left: -25px; opacity: 0;}
    to {left: 0px; opacity: 1;}
}

/* Standard syntax */
@keyframes cal_slide_fade {
    from {left: -25px; opacity: 0;}
    to {left: 0px; opacity: 1;}
}

.disable_clicks {
    pointer-events: auto;
}

.fare_loaded.disable_clicks {
    opacity: 0.7;
    color: #999;
}

.fare_loaded.disabled .cal_date_fare {
    opacity: 0;
}

.daterangepicker .off.disabled .load-wraper,
.daterangepicker .fare_loaded_error .load-wraper,
.daterangepicker .fare_loaded .load-wraper {
    /*display: none;*/
    opacity: 0;
    width: 0;
}

.instant_fare.disabled {
    text-decoration: auto !important;
}

/* INSTANT FARE LOADER */

.load-wraper {
    height: 5px;
    width: calc(100% - 10px);
    background-color: rgb(211, 211, 211);
    z-index: 44;
    overflow: hidden;
    border-radius: 5px;
    right: 5px;
    position: absolute;
    bottom: 8px;
    opacity: 1;
    transition: all 1s;
}

.activity {
    position: absolute;
    left: -45%;
    height: 100%;
    width: 45%;
    background-image: linear-gradient(to left, rgba(251, 251, 251, .05), rgba(251, 251, 251, .3), rgba(251, 251, 251, .6), rgba(251, 251, 251, .3), rgba(251, 251, 251, .05));
    background-image: -moz-linear-gradient(to left, rgba(251, 251, 251, .05), rgba(251, 251, 251, .3), rgba(251, 251, 251, .6), rgba(251, 251, 251, .3), rgba(251, 251, 251, .05));
    background-image: -webkit-linear-gradient(to left, rgba(251, 251, 251, .05), rgba(251, 251, 251, .3), rgba(251, 251, 251, .6), rgba(251, 251, 251, .3), rgba(251, 251, 251, .05));
    animation: loading 1s infinite;
    z-index: 45;
}

@keyframes loading {
    0% {
        left: -45%;
    }
    100% {
        left: 100%;
    }
}

/* END INSTANT FARE LOADER */

/*.new_dep_date_parent .daterangepicker .calendar-table th.prev, .new_ret_date_parent .daterangepicker .calendar-table th.prev,*/
/*.new_dep_date_parent .daterangepicker .calendar-table th.next, .new_ret_date_parent .daterangepicker .calendar-table th.next {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: -25px;*/
/*    background-color: white;*/
/*    width: 50px;*/
/*    height: 50px !important;*/
/*    line-height: 50px !important;*/
/*    max-width: none;*/
/*    border-radius: 100%;*/
/*    !* font-size: 20px; *!*/
/*    font-weight: bold;*/
/*    box-shadow: 0 1px 4px 1px #838383;*/
/*    padding: 0 !important;*/
/*    margin: 0 !important;*/
/*    z-index: 1;*/
/*}*/

.new_dep_date_parent .daterangepicker .calendar-table th.next, .new_ret_date_parent .daterangepicker .calendar-table th.next {
    /*right: -25px;*/
    /*left: unset !important;*/
}

.new_dep_date_parent .daterangepicker .calendar-table .prev span, .new_ret_date_parent .daterangepicker .calendar-table .prev span {
    /*left: 4px !important;*/
}

.new_dep_date_parent .daterangepicker .calendar-table .next span, .new_dep_date_parent .daterangepicker .calendar-table .prev span,
.new_ret_date_parent .daterangepicker .calendar-table .next span, .new_ret_date_parent .daterangepicker .calendar-table .prev span {
    position: relative;
    padding: 4px;
    border-color: #813f98;
}

.new_dep_date_parent .daterangepicker .calendar-table .next,
.new_ret_date_parent .daterangepicker .calendar-table .next {
    position: relative;
    left: -70px;
}

.new_dep_date_parent .daterangepicker .calendar-table .prev,
.new_ret_date_parent .daterangepicker .calendar-table .prev {
    position: relative;
    right: -70px;
}



.new_dep_date_parent .daterangepicker .calendar-table th, .new_dep_date_parent .daterangepicker .calendar-table td,
.new_ret_date_parent .daterangepicker .calendar-table th, .new_ret_date_parent .daterangepicker .calendar-table td {
    text-align: center;
    vertical-align: middle;
    max-width: 45px;
    width: 45px;
    height: 53px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
}


.new_dep_date_parent .daterangepicker th.month, .new_ret_date_parent .daterangepicker th.month {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    font-family: poppins;
}

.new_dep_date_parent .daterangepicker.ltr .drp-calendar.left, .new_ret_date_parent .daterangepicker.ltr .drp-calendar.left {
    max-width: none !important;
    padding: 8px !important;
}


.new_dep_date_parent .daterangepicker td.start-date.end-date, .new_ret_date_parent .daterangepicker td.start-date.end-date {
    border-radius: 10px !important;
}


.widget_cal_type {
    display: None;
    position: absolute;
    width: 100%;
    top: -10px;
    left: 0;
    /* color: #804495; */
}

.cal_date {
    position: relative !important;
    /* top: 27px !important; */
    line-height: 0 !important;
    font-weight: 600 !important;
    display: block !important;
    pointer-events: none;
    transition: all 0.5s;
}

.cal_loader.webpage_loader {
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    border-radius: 16px;
    display: none;
}

.cal_loader.webpage_loader img {
    width: 35% !important;
}

.instant_fare .cal_date {
    /*top: 16px !important;*/
    font-size: 16px;
    font-family: 'Poppins', serif;
}

.instant_fare .cal_date_fare {
    display: block;
}


.new_dep_date_parent .daterangepicker .prev, .new_dep_date_parent .daterangepicker .next,
.new_ret_date_parent .daterangepicker .prev, .new_ret_date_parent .daterangepicker .next {
    opacity: 1;
}


.new_dep_date_parent .daterangepicker .prev.faded, .new_dep_date_parent .daterangepicker .next.faded,
.new_ret_date_parent .daterangepicker .prev.faded, .new_ret_date_parent .daterangepicker .next.faded {
    opacity: 0 !important;
}


.cal_date_fare {
    font-size: 10px !important;
    pointer-events: none;
    opacity: 0;
    font-family: 'Poppins', serif;
    display: none;
    position: absolute !important;
    width: 100%;
    height: 14px;
    top: unset !important;
    bottom: 3px;
    line-height: 14px;
    transition: all 1s;
}

.fare_loaded .cal_date_fare.fare_added {
    opacity: 1;
    /*color: #813f98;*/
    font-weight: 600;
}

.fare_loaded.low_fare .cal_date_fare.fare_added {
    color: #DA1984;
}

.daterangepicker td.active.fare_loaded .cal_date_fare.fare_added {
    color: white;
}


.new_dep_date_parent .widget_cal_type, .new_ret_date_parent .widget_cal_type {
    display: table-row !important;
}

.new_dep_date_parent .widget_cal_type .departure_cal, .new_ret_date_parent .widget_cal_type .return_cal {
    display: table-cell !important;
    max-width: none !important;
}


.new_dep_date_parent .calendar-table, .new_ret_date_parent .calendar-table {
    /*margin-top: 10px;*/
}


.new_dep_date_parent .daterangepicker .drp-calendar.right, .new_ret_date_parent .daterangepicker .drp-calendar.right {
    display: none !important;
}

.new_dep_date_parent .daterangepicker .drp-calendar.left .next, .new_ret_date_parent .daterangepicker .drp-calendar.left .next {
    /*display: block;*/
    /*height: 34px;*/
}


.home_widget .new_dep_date_parent .daterangepicker .drp-calendar.right, .home_widget .new_ret_date_parent .daterangepicker .drp-calendar.right {
    display: none !important;
}

.home_widget .new_dep_date_parent .daterangepicker .drp-calendar.left .next, .home_widget .new_ret_date_parent .daterangepicker .drp-calendar.left .next {
    /*display: block;*/
    /*height: 34px;*/
}

.home_widget .new_dep_date_parent .daterangepicker, .home_widget .new_ret_date_parent .daterangepicker{
    top: -530% !important;
    margin-left: 230px;
    border: 1px solid #813F98 !important;
    border-radius: 16px !important;
}

.home_widget .new_ret_date_parent .daterangepicker {
    /*top: -560% !important;*/
    /*margin-left: 230px;*/
}

.home_widget .new_dep_date_parent .daterangepicker:before, .home_widget .new_ret_date_parent .daterangepicker:before {
    bottom: initial !important;
    top: 206px !important;
    left: -396px !important;
    transform: rotate(-90deg) !important;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 11px solid #813f98!important;
}

.home_widget .new_dep_date_parent .daterangepicker:after, .home_widget .new_ret_date_parent .daterangepicker:after {
    bottom: initial !important;
    top: 206px !important;
    left: -392px !important;
    transform: rotate(-90deg) !important;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 11px solid white;
}

.home_widget #paxDDL:before {
    bottom: initial !important;
    top: 50% !important;
    left: -102% !important;
    transform: rotate(-90deg) !important;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.4);
    content: '';
}

.home_widget #paxDDL:after {
    bottom: initial !important;
    top: 50% !important;
    left: -102% !important;
    transform: rotate(-90deg) !important;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.home_widget #paxDDL {
    left: 100% !important;
    top: -141px !important;
    border: 1px solid #707070 !important;
    border-radius: 4px;
    width: calc(200% - 45.6px);
}


.recent_searches_container {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 15px;
}

.recent_searches_item {
    background-color: #d0d0d0;
    font-family: Poppins;
    width: 32%;
    position: relative;
    padding-left: 5px;
    padding-right: 20px;
    padding-top: 5px;
    max-width: 33%;
    padding-bottom: 5px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.5s;
    border: 1px solid #9c9c9c;
    box-shadow: 0px 1px 3px 0px #7f7f7f;
}

.recent_searches_item:hover {
    background-color: #e3e3e3 !important;
}

.recent_searches_item .route {
    font-size: 11px;
    font-weight: 600;
}

.recent_searches_item .dates {
    font-size: 9px;
}

.recent_searches_item .close {
    position: absolute;
    right: 3px;
    top: 8px;
    font-size: 13px;
    background-color: #555555;
    color: white;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}


.widget_fixed #paxDDL:before, .widget_fixed #paxDDL:after {
    content: '' !important;
}

.widget_fixed #paxDDL {
    width: 300px !important;
    top: 50px !important;
    z-index: 9999 !important;
    left: 50% !important;
    margin-left: -150px !important;
}

.ro_dates_container {
    z-index: 2 !important;
}

.miles_loader {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

.miles_loader img {
    width: 200px;
    margin-top: 30%;
}

.miles_profile_link {
    position: relative;
    top: 11px;
}

.miles_name {
    font-weight: 600;
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    color: #813F98 !important;
}

.miles_miles {
    position: relative;
    top: 2px;
    color: #813F98 !important;
    text-align: center;
}

.topbar .nav_menu {
    text-align: right;
}


.destination-content {
    width: 100%;
    position: absolute;
    height: 30%;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.5665616588432247) 0%, rgba(0, 0, 0, 0.2) 81%, rgba(0,0,0,0) 100%);
}

.oneway_conf, .bt_conf, .nn_conf, .booking_error_outer, .upgrade_error_outer, .cuba_conf, .OECS_conf, .t20_conf {
    position: absolute;
    width: 99%;
    height: calc(100% - 50px);
    top: 50px;
    /* margin-top: 20px; */
    bottom: 0;
    left: 0;
    text-align: center;
    display: none;
    background-color: white;
    z-index: 9;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ta_advisory {
    position: absolute;
    width: 99%;
    height: calc(100% - 50px);
    top: 50px;
    /* margin-top: 20px; */
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: white;
    z-index: 9;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow-wrap: break-word;
}

.ta_advisory_fs {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

.ta_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.ta_modal {
    position: fixed;
    width: 70%;
    max-height: 80vh;
    left: 15%;
    top: 10vh;
    background-color: white;
    border-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 30px;
}

.font-weight-normal {
    font-weight: normal;
}

.ta_header {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
    color: #DA1984;
}

.ow_label, .cuba_label, .OECS_label, .t20_label {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 125px;
    position: relative;
    font-family: gilroyregular;
    font-size: 16px;
    font-weight: 600;
    overflow-wrap: break-word;
}

#booking_one_way_alert .ow_label, #booking_trip_alert .ow_label, #nn_trip_alert .ow_label {
    margin-top: 0px;
}

/*#booking_one_way_alert,#booking_trip_alert {
    display: none;
}*/

.oneway_conf_btn, .cuba_conf_btn, .OECS_conf_btn, .t20_conf_btn {
    margin-top: 50px;
}

.fade_out {
    opacity: 0 !important;
}

.border_merge {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.datepicker_holder .daterangepicker {
    position: fixed;
    top: 50px !important;
    margin-top: 0 !important;
}

.datepicker_holder .daterangepicker .drp-calendar {
    max-width: none !important;
}

.new_dep_date_parent .daterangepicker .drp-calendar, .new_ret_date_parent .daterangepicker .drp-calendar {
    max-width: 50%;
}


/*Animations*/
@keyframes fade_and_drop {
  from {opacity: 0;top: 30px;}
  to {opacity: 1;top: 50px;}
}

@keyframes hp_loader_color_fade {
  from {background-color: #ce9ae2;}
  to {background-color: #a35eb7}
}

@keyframes zoom_out_effect {
    from {transform: scale(1.5);}
    to {transform: scale(1.0);}
}

/*End of Home Widget Overrides*/


.dest_from_input_holder {
    display: none;
}

.insta_head {
    width: 35px;
    position: relative;
    top: -2px;
    margin-right: 8px;
}

.ad-arrow {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #DA1984;
    float: left;
    position: relative;
    left: 10px;
    top: 0px;
}

.mega_menu_subsection a {
    display: block !important;
}

.lazy_loader_floppy {
    width: 50%;
}

.fof_num_row {
    margin-top: 120px;
    height: auto;
    position: relative;
}

.fof_num {
    text-align: center;
    font-family: gilroyblack;
    font-size: 7em;
    color: #813F98;
    height: auto;
    position: relative;
    animation-delay: 1s;
    -webkit-animation: shakeup 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shakeup 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.fof_div_row {
    position: relative;
    margin-top: 50px;
    margin-bottom: 100px;
}

.fof_line_1,.fof_line_2 {
    font-family: gilroybold;
    font-size: 18px;
    display: none;
}

.fof_line_2 {
    margin-top: 6px;
}

@-webkit-keyframes shakeup {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shakeup {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}



/*Datepicker overrides*/

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #813F98 !important;
}


.hide_overflow {
    overflow: hidden;
    position: relative;
}

.cn_optin_container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    left: 0;
    z-index: 2;
    transition: all 0.5s;
    top: 100%;
    border-radius: 5px;
}

.opt_in_show {
    top: 0 !important;
}

/* Flight status notifications */
.fs_notifications_button {
    top: -100px;
    left: 0;
    position: absolute;
    font-size: 30px;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
    color: #DA1984;
    text-shadow: 0 0px 2px #525252;
}

.fs_notifications_button::before {
    cursor: pointer;
    opacity: .8;
    transition: all 0.3s;
}

.fs_notifications_button:hover::before {
    opacity: 1;
}

.fs_notifications_modal {
    position: relative;
    width: 40%;
    height: auto;
    padding: 20px;
    left: 0;
    text-align: center;
    background-color: white;
    left: 30%;
    top: 25%;
    box-shadow: 0px 3px 7px 0px #444444;
    transition: all 0.5s;
    -webkit-animation-name: alert_pop_in_2; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.35s; /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: both; /* Safari 4.0 - 8.0 */
    animation-name: alert_pop_in_2;
    animation-duration: 0.35s;
    animation-fill-mode: both;
}

.fs_notifications_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.4;
    -webkit-animation-name: mask_opacity_fade_in; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.35s; /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: both; /* Safari 4.0 - 8.0 */
    animation-name: mask_opacity_fade_in;
    animation-duration: 0.35s;
    animation-fill-mode: both;
}

.fs_notifications_container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}

.fs_notifications_container.show_notification_modal {
    display: block;
}

.iti__flag {background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/16.0.4/img/flags.png");}
.iti__country-list {
    position: fixed !important;
}
.iti__flag-container {
    z-index: 5 !important;
}
.iti {
    width: 100%;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/16.0.4/img/flags@2x.png");}
}

.custom_alert_container {
    display: none;
}

.custom_alert_container.show_alert {
    display: block;
}

.custom_alert_container .custom_alert_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    opacity: 0.6;
    -webkit-animation-name: mask_opacity_fade_in; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.35s; /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: both; /* Safari 4.0 - 8.0 */
    animation-name: mask_opacity_fade_in;
    animation-duration: 0.35s;
    animation-fill-mode: both;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mask_opacity_fade_in {
    from {opacity: 0;}
    to {opacity: 0.6;}
}
@keyframes mask_opacity_fade_in {
    from {opacity: 0;}
    to {opacity: 0.6;}
}


.custom_alert_container .custom_alert {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes alert_pop_in {
    from {width: 25%; height: 25%; top: 37.5%; left: 37.5%;}
    to {width: 50%; height: 50%; top: 25%; left: 25%;}
}
@keyframes alert_pop_in {
    from {width: 25%; height: 25%; top: 37.5%; left: 37.5%;}
    to {width: 50%; height: 50%; top: 25%; left: 25%;}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes alert_pop_in_2 {
    0% {
        transform: scale(.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(.95)
    }

    100% {
        transform: scale(1)
    }
}
@keyframes alert_pop_in_2 {
    0% {
        transform: scale(.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(.95)
    }

    100% {
        transform: scale(1)
    }
}

.custom_alert .alert_body {
    position: relative;
    width: 50%;
    height: 35%;
    min-height: 200px;
    top: 25%;
    left: 25%;
    background-color: white;
    border-radius: 19px;
    -webkit-animation-name: alert_pop_in_2; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.35s; /* Safari 4.0 - 8.0 */
    -webkit-animation-fill-mode: both; /* Safari 4.0 - 8.0 */
    animation-name: alert_pop_in_2;
    animation-duration: 0.35s;
    animation-fill-mode: both;
}

.alert_body .alert_title {
    position: relative;
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
}

.alert_body .alert_msg {
    margin-top: 50px;
    font-size: 16px;
}

.alert_body .alert_btn {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.fs_close_btn {
    top: 5px !important;
    right: 9px !important;
    position: absolute;
    font-size: 22px;
    cursor: pointer;
}

/* End of Flight status notifications */


.no_show_hover_a {
    text-decoration: none !important;
}

.origin_dropdown {
    width: 25%;
    height: 30px;
}

.static_deals_btn {
    width: 250px;
}



/* multileg display */
.multi_leg_advisories {
    margin-top: 10px;
}

.multi_leg_advisories ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.multi_leg_advisories li {
    width: 2.5em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 1em;
    background: #813F98;
    margin: 0 1em;
    display: inline-block;
    color: white;
    position: relative;
    }

.multi_leg_advisories li::before{
    content: '';
    position: absolute;
    top: .9em;
    left: -4em;
    width: 4em;
    height: .2em;
    background: #813F98;
    z-index: -1;
}


.multi_leg_advisories li:first-child::before {
    display: none;
}

.multi_leg_advisories .active {
    background: #813F98;
}

.multi_leg_advisories .active ~ li {
    background: #813F98;
}

.multi_leg_advisories .active ~ li::before {
    background: #813F98;
}


@media only screen and (max-width: 1515px) {
/*    .carousel_primary_img {
        display: none !important;
    }

    .carousel_fallback_img {
        display: block !important;
    }*/
}

@media only screen and (max-width: 1200px) {
    .context_ad_1 {
        width: 40%;
        font-size: 26px;
    }

    .context_ad_2 {
        width: 40%;
        font-size: 22px;
        bottom: 24%;
    }

    .context_ad_1.static_context_ad {
        top: 29% !important;
        width: 46% !important;
    }

    .context_ad_2_static.context_ad_2 {
        bottom: 10% !important;
    }

    .context_ad_2_covid {
        text-shadow: 0 0 7px black !important;
        color: white !important;
        left: 0 !important
    }

    .context_ad_static_refresh {
        top: unset !important;
        bottom: 10% !important;
        right: 0 !important;
    }

    .static_context_ad .static_line_1 {
        text-shadow: none;
        color: white;
        font-size: 2.9vw;
    }

    .static_context_ad .static_line_2 {
        font-size: 5.4vw !important;
        margin-top: 1.1vh !important;
    }

    .static_context_ad .static_line_3 {
        color: #bd4380;
        text-shadow: none;
        font-size: 3.0vw;
        position: relative;
    }

    .static_link_1 {
        font-size: 2.3vw !important;
        top: 10px !important;
    }

    .static_image_holder {
        width: 46% !important;
        bottom: 20% !important;
    }
}

/*Mobile*/
/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-width: 1026px) {
    .is_mobile {
        display: block !important;
    }

    .col-custom-10 {
        width: 50% !important;
    }

    .input_err, .input_err_rel {
        position: unset !important;
        float: left;
    }

    .money_miles {
        margin-top: 25px !important;
        margin-left: 15px !important;
        width: 100% !important;
    }

    #webpage_loader svg {
        width: 45% !important;
        height: auto !important;
        margin-top: -35px !important;
    }
}


/*Larger than MEDIUM*/
@media only screen and (min-width: 993px) {
    .input-group-cal {
        width: 100% !important;
        padding-left: 40px !important;
    }
}

/*MEDIUM*/
@media only screen and (max-width: 992px) {
    .input-group-cal {
        width: 100%;
        padding-left: 40px;
    }

    .deals_container {
        margin-top: 75px;
    }
}


/*SMALL*/
@media only screen and (max-width: 842px) {

    .deals_container {
        margin-top: 0px;
    }

    .home_page_carousel_inner {
        min-height: 50vh !important;
    }

    .inputdesstination {
        margin: 0 !important;
    }

    .input-group-addon {
        display: none !important;
    }

    .input-group {
        width: 100% !important;
    }

    .pick-city-list {
        width: 100% !important;
    }

    .pick-city-list-fs {
        width: 100% !important;
    }

    .legend {
        width: 100% !important;
    }

    #widget_tabs {
        display: none !important;
    }

    .m_widget_header {
        display: block !important;
        width: 100%;
        background-color: #eeeeee;
        height: 30px;
        position: fixed;
        z-index: 9;
        top: -30px;
        left: 0;
        transition: all 0.5s;
    }

    .m_widget_header_drop {
        top: 0px !important;
    }

    .m_widget_header .title {
        text-align: center;
        font-size: 16px;
        font-family: gilroybold;
        line-height: 30px;
    }

    .m_widget_header .x {
        position: absolute;
        top: 0;
        right: -1px;
        width: 20px;
        height: 100%;
        line-height: 30px;
        font-size: 20px;
        user-select: none;
        color: #DA1984;
    }

    .book_options {
        margin-top: -23px;
    }

    #widget_container {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        position: fixed !important;
        z-index: 2000000 !important;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #widget_container .tab-pane.searchtabs.box-shadow {
        min-height: 100vh;
    }

    .ci_notif_or {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        top: 0px !important;
    }

    .cn_optin_container .p20 {
        padding-top: 10px !important;
    }

    .tab-pane.searchtabs.box-shadow {
        box-shadow: none !important;
    }

    .tab-content {
        top: 30px;
        position: relative;
    }

    .original_pax_ddl #paxDDL,.mc_pax_holder #paxDDL {
        position: fixed;
        top: 0;
        z-index: 9;
        height: 100%;
        transition: all 0.5s;
    }

    .pax_title {
        display: block !important;
        width: 100%;
        height: 50px;
        text-align: center;
        line-height: 33px;
        font-weight: bold;
    }

    .pax_confirm_btn {
        display: block !important;
    }

    body,html {
        user-select: none !important;
    }

    .fullscreen_mobile_input {
        transition: all 0.5s;
    }

    .fullscreen_mobile_input .pick-city-list {
        transition: all 0.5s;
    }

    .fullscreen_mobile_input .legend {
        transition: all 0.5s;
    }

    .fullscreen_mobile_input_style {
        position: fixed !important;
        top: 30px !important;
        width: 100% !important;
        background-color: white !important;
        height: 100% !important;
        z-index: 9 !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
        left: 0 !important;
    }

    .fullscreen_mobile_input_style .pick-city-list {
        position: fixed !important;
        top: 62px !important;
        left: 0 !important;
        height: calc(100% - 80px) !important;
    }

    .fullscreen_mobile_input_style .legend {
        position: fixed !important;
        width: 100% !important;
        left: 0 !important;
        bottom: 0px !important;
        top: unset !important;
    }

    .fullscreen_mobile_input_style label {
        display: none !important;
    }

    .is_small_mobile {
        display: block !important;
    }

    .is_small_mobile_t {
        display: block !important;
    }

    .is_small_mobile_inline {
        display: inline-block !important;
    }

    .not_mobile {
        display: none !important;
    }

    .not_mobile_inline {
        display: none !important;
    }

    .input_mobile_header{
        z-index: 9999999;
        background-color: white;
        height: 30px;
        left: 0;
        top: 0;
        width: 100%;
        position: fixed;
        text-align: center;
    }

    .input_mobile_header .title {
        font-size: 16px;
        font-family: gilroybold;
        line-height: 30px;
    }

    .input_mobile_header .x {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 0;
        color: #DA1984;
    }

    .form-control:disabled {
        background-color: white !important;
    }

    .fullscreen_mobile_calendar {
        position: fixed;
        width: 100%;
        top: 77px;
        z-index: 9999999;
        left: 0;
        height: calc(100% - 77px);
    }

    .fullscreen_mobile_calendar {
        position: fixed !important;
        top: 55px !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999999 !important;
        text-align: center !important;
        transition: all 0.5s;
        height: 100% !important;
    }

    .fullscreen_mobile_calendar .drp-calendar {
        width: 100% !important;
        max-width: 100% !important;
    }

    .custom_calendar {
        width: 100% !important;
        margin-top: 25px !important;
    }

    .custom_calendar .drp-calendar {
        width: 100% !important;
        max-width: 100% !important;
    }

    .custom_calendar .drp-calendar.right {
        display: none !important;
    }

    .summary_container_1,.summary_container_2,.summary_container_3,.summary_container_4,.summary_container_5,.summary_container_6,.summary_container_7 {
        display: none !important;
    }

    .mobile_tab_btn {
        text-align: center;
        /* width: 100%; */
        height: 80px;
        /* border-radius: 5px; */
        background-color: #813F98;
        /*background-color: white;*/
        box-shadow: 0px 2px 2px 0px #c3c3c3;
        position: relative;
        font-family: gilroyregular;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .mobile_tabs {
/*        background-color: #813F98;
        top: -70px;
        position: relative;
        opacity: 0.9;*/
    }

    .title_top {
        width: 100%;
        position: relative;
        top: 0;
        text-align: center;
        height: 25%;
        font-size: 13px;
        top: 5px;
        color: white;
    }

    .title_bottom {
        width: 100%;
        position: relative;
        text-align: center;
        height: 25%;
        color: white;
        font-size: 13px;
        bottom: 5px;
    }

    .title_bottom_2 {
        width: 100%;
        position: relative;
        text-align: center;
        height: 25%;
        color: white;
        /*color: black;*/
        font-size: 10px;
        font-weight: 500;
        font-family: gilroybold;
        bottom: 8px;
        line-height: 12px;
    }

    .img_icon {
        width: 100%;
        position: relative;
        padding: 4px;
        text-align: center;
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .img_icon img {
        height: 100%;
        width: auto;
    }

    .img_icon [class*="icon-"] {
        color: white;
        /*color: #813F98;*/
    }

    .img_icon_2 {
        width: 100%;
        position: relative;
        padding: 4px;
        text-align: center;
        height: 70%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .img_icon_2 [class*="icon-"] {
        color: white;
        /*color: #813F98;*/
        font-size: 24px;
    }

    .tab-pane {
        transition: all 0.5s;
        opacity: 0;
    }

    .tab-pane.active.activeon {
        opacity: 1 !important;
    }

    #widget_container {
        display: none;
    }

    .force_show {
        display: block !important;
    }

    .input-group-cal {
        width: 100%;
        padding-left: 0;
    }

    .col-custom-10 {
        width: 10%;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    .ios_scroll_fix {
        -webkit-overflow-scrolling: touch !important;
        overflow-y: scroll !important;
        position: fixed !important;
        height: calc(100% - 75px);
        width: 100%;
        top: 50px;
        left: 0;
    }

    .ios_scroll_fix #booking_engine_frame {
        position: relative !important;
        max-width: 100% !important;
        width: 100vw !important;
    }

    .ios_layered_scroller_fix {
        height: 100% !important;
        overflow: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    div.travel_alert_top {
        font-size: 12px !important;
        top: 9px !important;
        width: 98% !important;
    }

    .travel_alert_top.travel_alert_link
    {
        margin-right: 0 !important;
        font-size: 12px !important;
        top: 3px !important;
        /*float: right !important;*/
    }

    .travel_alert_bottom {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    .travel_alert_container {
        position: fixed !important;
        top: 70px !important;
    }

    #webpage_loader svg {
        width: 100% !important;
        height: auto !important;
        margin-top: -35px !important;
    }

    .new_dep_date_parent .daterangepicker, .new_ret_date_parent .daterangepicker {
        top: 55px !important;
        margin-top: 7px !important;
        width: 100% !important;
        left: 0 !important;
        user-select: none;
    }

    .new_dep_date_parent .daterangepicker .drp-calendar.right, .new_ret_date_parent .daterangepicker .drp-calendar.right {
        display: none !important;
    }

    .new_dep_date_parent .daterangepicker .drp-calendar.left .next, .new_ret_date_parent .daterangepicker .drp-calendar.left .next {
        display: block !important;
        height: 34px;
    }

    .miles_signin {
        display: none;
    }

    /*flight schedule*/
    .fs_label{
        margin-left: 0px !important;
    }

    .trip_type_radios {
        width: 100% !important;
    }

    .insta_widget {
        width: 90% !important;
        margin: 0 auto;
    }

    .context_ad_1 {
        width: 100%;
        left: 20px;
        font-size: 20px;
        line-height: 32px;
        bottom: 15%;
    }

    .context_ad_2 {
        width: 100%;
        left: 20px;
        font-size: 18px;
        bottom: 10%;
    }

    .context_ad_2.static_context_ad {
        font-size: 22px;
    }

    .context_ad_1.static_context_ad {
        font-size: 22px;
        line-height: 42px;
    }

    .ad-arrow {
        top: 0px;
    }

    .main_container .ngview {
        overflow: hidden;
    }

    .oneway_conf, .bt_conf, .nn_conf, .ta_advisory {
        height: 100%;
        top: 0px;
    }

    #cookie_banner {
        height: 100px;
    }

    #book_flight_option {
        margin-left: 0 !important;
    }

    .be_content_holder {
        margin-top: 30vh;
    }

    #booking_error:before {
        content: none;
    }

    .new_dep_date_parent .daterangepicker .calendar-table th.prev, .new_ret_date_parent .daterangepicker .calendar-table th.prev,
    .new_dep_date_parent .daterangepicker .calendar-table th.next, .new_ret_date_parent .daterangepicker .calendar-table th.next {
        position: unset !important;
        width: 20px  !important;
        /* height: 30px !important; */
        background-color: unset !important;
        width: 45px !important;
        height: 60px !important;
        line-height: 55px !important;
        max-width: 45px !important;
        border-radius: unset !important;
        font-size: 16px !important;
        font-weight: normal !important;
        box-shadow: unset !important;
    }

    .recent_searches_container {
        display: none !important;
    }

    .fs_notifications_modal, .custom_alert .alert_body {
        width: 100%;
        left: 0;
    }

    .origin_dropdown {
        width: 35%;
        height: 30px;
    }

    .static_deals_btn {
        width: 50%;
    }

    .temp_slider_i {
        top: -3px !important;
    }

    .ta_modal {
        width: 100% !important;
        height: 100vh !important;
        left: 0 !important;
        top: 0 !important;
        border-radius: 0 !important;
        max-height: 100vh !important;
    }


    .ta_advisory_fs {
        z-index: 2000000 !important;
        margin: 0 auto !important;
    }


    .context_ad_1.static_context_ad {
        bottom: 0 !important;
        top: unset !important;
        width: 100% !important;
    }

    .static_context_ad .static_line_1 {
        top: -6vh !important;
        position: relative !important;
        font-size: 4vw !important;
    }

    .static_context_ad .static_line_2 {
        font-size: 6vw !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        left: 0 !important;
        position: relative !important;
        top: -6vh !important;
    }

    .static_link_1 {
        top: -35px !important;
        left: 0 !important;
        font-size: 3vw !important;
    }

    .static_image_holder {
        width: 50% !important;
        bottom: 12% !important;
    }

    .static_image_holder .static_image_1 {
        width: 15vw;
    }

}

@media only screen and (max-width: 500px) {
    .context_ad_1.static_context_ad {
        bottom: 0 !important;
        top: unset !important;
        width: 100% !important;
    }

    .static_context_ad .static_line_1 {
        font-size: 4.5vw !important;
        top: 0 !important;
    }

    .static_context_ad .static_line_2 {
        font-size: 6vw !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        top: -18px !important;
        left: 0 !important;
    }

    .static_link_1 {
        top: -35px !important;
        left: 0 !important;
        font-size: 3.5vw !important;
    }

    .static_image_holder {
        width: 50% !important;
        bottom: 9% !important;
    }

    .static_image_holder .static_image_1 {
        width: 15vw;
    }
}


.temp_slider_i {
    float: left;
    position: relative;
    top: -5px;
    margin-right: 5px;
}

:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}

.ngview:focus, .footer:focus {
    outline: none !important;
}

.ffocus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important;
}

.home_widget .book_a_car .infotxt {
    margin-bottom: 5px !important;
}

#book_vacation_option, #book_test_option {
    padding: 0;
}

#book_vacation_option .sub_menu_title {
    top: 1px;
    position: relative;
}

.form_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: white;
    opacity: 0.8;
    z-index: 9;
}


/* Ripple effect */
.ripple {
    background-position: center;
    transition: background 0.8s;
}
.ripple:hover {
    background: #d0d0d0 radial-gradient(circle, transparent 1%, #d0d0d0 1%) center/15000%;
}
.ripple:active {
    background-color: #d0d0d0;
    background-size: 100%;
    transition: background 0s;
}