:root{
    --primary-color: #22B4DD;
    --secundary-color: #1fabc6;
    --third-color: #f7f7f7;
    --burd-img:url("https://lowcost.com.ar/assets/images/burd-icon1.png");
    --url-newsletter: url("https://lowcost.com.ar/assets/images/newsletter-icon.png");
}
/* html{ overflow-y: hidden;} */
html, body, #app{height: 100%}

body {font-size: 14px; overflow-x: hidden; background-color: #f8f8f9;}

.vertical_ads_banner_absolute_top {
    top: 625px;
    position: absolute;
    z-index: 10;
}

.vertical_ads_banner_absolute_bottom {
    top: 10px; /* 1540px !important; */
    position: absolute;
    z-index: 10;
}

.vertical_ads_banner_absolute_bottom_half {
    bottom: -200px;
    position: absolute;
    z-index: 10;
}




.vertical_ads_banner_fixed {
    position: fixed;
    top: 90px;
    z-index: 10;
}

.left_ads_banner {
    left: 50px; /*10px;*/
}

.rights_ads_banner {
    right: 50px; /*10px;*/
}

.loadingPage{
    z-index: 999999;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: white;
    top: 0px
}
.loadingPage img{
    position: absolute;
    left:45.8%;
    top:47%;
    height:115px;
    width:115px;
    margin:0px auto;
}
.spinner {
    position: absolute;
    left:45%;
    top:45%;
    height:140px;
    width:140px;
    margin:0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left:6px solid rgba(0,174,239,.15);
    border-right:6px solid rgba(0,174,239,.15);
    border-bottom:6px solid rgba(0,174,239,.15);
    border-top:6px solid rgba(0,174,239,.8);
    border-radius:100%;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}

.carousel-caption{top:5% !important}

@media only screen and (max-width: 680px) {
    .spinner{left: 35%; top: 40%;}
    .loadingPage img{left: 38.8%; top: 41%;}

    .carousel-inner img, .carousel-inner{height: 240px;}
    .carousel-caption h1{font-size: 25px !important;}
    .carousel-caption{top: 0px; bottom:0px !important}

}

.carousel .item .carousel-caption a{text-decoration:none;}
.carousel .item .carousel-caption h1, .carousel .item .carousel-caption h2{
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 45px;
    margin-bottom: 12px;
    font-weight: bold;
}

.carousel .item .carousel-caption p{
    font-size: 22px;
    line-height: 26px;
    font-family: poppins,sans-serif;
    margin-bottom: 10px;
    color: #fff;
}

.titleOffers{
    font-weight: 600;
    text-transform: uppercase;
    color: #165284;
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 5px;
}

.formFilter{
    top: 67%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
@media only screen and (min-width: 1279px) {
    .formFilter .container{
        max-width:94%;
        margin-left: 50px;
        margin-right: 50px;
    }
}

.imgLanding{height: 125px;}
@media only screen and (max-width: 680px) {
    .formFilter{position:relative}
    .imgLanding{height: 100%; width: 100%;}
}


.btnSearch{
    width: 100%;
    height: 45px;
    border-radius: 3px;
}

.btnRT, .btnGoing{text-decoration: none; color:#989898}
.btnRT.active, .btnGoing.active {
    background-color: #6c757d;
    color: white;
}

.cardFilter h2{color:#165284; font-size: 2rem;}

.filter_tabs{
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    left: 2px;
    margin-left: -15px;
    top: -50px;
}

ul.filter_tabs>li{
    display: inline-block;
    float: left;
    padding: 10px 15px;
    background: #155284;
    margin-right: 2px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    font-size: 20px;
}

.bannerFilter h1{font-family: Arial, Helvetica, sans-serif;}
.formFilter .cardFilter{background-color: transparent;}

@media only screen and (min-width: 681px) {
    .bannerFilter .imgDeals{height: 500px;}
    .bannerFilter .imgDealsHeight{height: 250px; width: 100%;}
    .formFilter{height: 0px; width: 70%;}
    .formFilter .cardFilter{top: -250px; background-color: white;}
    .formFilterTwo{width: 100%;}
    .formFilterTwo .cardFilter{top: 0px;}
    .formFilterThree{height: 0px; width: 100%;}
    .formFilterThree .cardFilter{top: -165px;}
    .cardFilter input{
        width: 100%;
        border-radius: 3px;
        background: #f4f6f8;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
        border: 1px solid #cbcbe3;
        position: relative;
        height: auto;
        float: left;
        min-height: 45px;
    }
}

.cardFilter a, .cardFilter a label{text-decoration: none; color:black; cursor: pointer;}
.cardFilter input {border: 0px solid #ced4da !important; cursor: pointer;}
.cardFilter input:focus {border-color: white !important; border: 0px solid #ced4da !important; outline: none; box-shadow: inset 0 -1px 0 #ddd;}
.error{background-color: #f17d7d !important;}
.cardOrigin, .cardDestination{width:400px; position:absolute; text-align: start;z-index: 999999; top: -270px !important;}
.cardOrigin2, .cardDestination2{top: -70px !important;}
.cardGuest{width:350px !important; position:absolute; z-index: 999999; top: -360px !important;}

.cardScale, .cardDuration, .cardDayandHours, .cardAirlines, .cardBookings, .cardAirport{width:400px; position:absolute; text-align: start;z-index: 999999; max-height:500px; overflow-y: auto; top: -35px;}
.cardDayandHours{width:500px;}
.cardAirlines hr{margin: 10px 0; color:#0d6efd}


.listOrigins a, .listDestinations a{
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.iconTitle .title{
    font-size: 34px;
    font-weight: 300;
    color: #04223c;
    margin: 15px 0;
    width: 100%;
    float: left;
    background: var(--burd-img) 0 0 no-repeat;
    padding-left: 85px;
    padding-top: 14px;
    height: 70px;
}

.btnGuest .faOrange{
    color: orange;
    font-size: 16px;
}

@media only screen and (max-width: 680px) {
    .iconTitle .title{font-size: 25px;}
}


.btnGuest, .btnGuest:hover{text-decoration:none; color:black; cursor:pointer}

.iconTitle .blue{color: #0295e5;font-weight: 600;}

.partner_logos>ul>li {
    display:block;
    float:right;
    width:33%;
    padding:5px 10px
   }

   img{
    border: 0;
    outline: none;
    max-width: 100%;
}

.zoom-img {
    width: 100%;
    overflow: hidden;
    /* border-radius: 25px; */
}

.zoom-img img {
    width: 100%;
    height: 255px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: all .3s ease;
}

.zoom-img img:hover { transform: scale(1.2);}

.lc_pt_price{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 40px;
    min-height: 0 !important;
}

.lc_pt_price_link_first, .lc_pt_price_link{
    padding: 0 13px!important;
    bottom: 5%;
    position: absolute;
    text-align: start !important;
    padding: 0 13px 0 13px !important;
    color: white;
    font-weight: bold;
}

.lc_name_card{color: #155284; font-weight: 800; font-size: 15px;}

.lc_pt_price_link_first{bottom: 40%; font-size: 18px;}
.lc_pt_price_lable{
    position: absolute;
    bottom: 35% !important;
    margin: auto;
    display: inline-block;
    float: none;
    left: 0px;
    width: auto;
    background: #000000c9;
    color: #fff;
    padding: 5px 10px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-shadow: 2px 0 8px #000000a8;
    box-shadow: 2px 0 8px #000000a8;
    text-align: right;
    min-width: 70%;
}
.lc_pt_price_lable span{
    font-size: 18px;
    font-weight: 700;
}
.lc_pt_price_lable i{
    display: inline-block;
    padding: 0 10px;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
}
.lc_pt_price_link{bottom: 10%;  font-size: 18px;}

.centerVertical{
    display: flex;
    align-items: center;
}

.borderCard{
    border: 1px solid lightgrey;
    border-radius: 2px;
}

.borderCard:hover{box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 5px 0 rgb(0 0 0 / 19%); color:back}

.borderCard img{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pr-0{padding-right: 0;}
.mb-2{margin-bottom: 2rem;}
.blogTitle{font-size: 16px; font-weight: normal; color: #555555 !important}
.blogCalendar{font-size: 13px; color:#a4a4a4}
.blogThumbnailImg{height:295px !important;}
.blog-blok{min-height:0!important}

.show_deal_btn {
    display: block;
    background: #ff9d10;
    padding: 7px 0;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.card-img-top-logo{width:120px !important;}
.divLogo{height:80px !important}

.sectionLandig .blok{
    border-right: 1px solid #f0f0f2;
    padding-left: 30px;
}
.sectionLandig h3{
    color: #1d86e1;
    font-size: 21px;
    margin: 40px 0 20px;
    font-weight: 500;
}

.sectionLandig ul{list-style-type: none;}
.sectionLandig ul li{
    margin: 0 0 12px;
    color: #636565;
    font-size: 14px;
    font-weight: 300;
}

.bird{
    position: absolute;
    width: 62px;
    height: 83px;
    left: 50%;
    bottom: -35px;
    margin-left: -37px;
}

.footer-upper-section{
    padding: 50px 0;
    background: #1f4768;
    width: 100%;
    z-index: 9999;
    color: #fbfbfb;
    font-size: 14px;
    text-transform: uppercase;
}
.footer-upper-section li, .footer-upper-section a{color:#fbfbfb}
.footer-upper-section a, .footer a{text-decoration:none;}
.footer-upper-section .styleUl{  margin-top: 0; margin-bottom: 1rem; list-style-type: none}
.footer-upper-section .styleUl li{padding: 0 0 20px;}
.footer a{color:#428bca;}

.listFlights .imgFlights{height: 325px;}

.listFlights .card-body .iconarea-top{
    background: rgba(4,36,64,.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    height: 75px;
    border-bottom-right-radius: 65px 65px;
}

.listFlights .card-body .iconarea-top img{
    position: absolute;
    left: 15px;
    top: 15px;
}

.listFlights .textFrom{
    color: #062b46;
    font-weight: 500;
    font-size: 18px;
}

.mainPrice > h3{
    color: #0193e5;
    font-weight: 700;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 22px;
    margin-top: 0;
    position: relative;
}

.mainPrice > h3 > span{
    font-weight: 700;
    font-size: 14px ;
    margin-left: 3px;
    color: #0193e5 !important;
}

.otherPrice .spanCurrency{padding: 10px 0;color: #f9a531 !important; font-size: 14px; margin-left: 5px;}

.btnOfert{
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    background: #f9a531;
    color: #fff;
    padding: 5px;
    width: 100%;
    border-radius: 3px;
    margin-top: 0;
    text-align: center;
}

.route_box {
    font-size: 25px;
    background: #fff;
    text-align: center;
    left: -16px;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 111;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    float: left;
    margin-top: -200px;
    height: auto;
    position: relative;
    top:53px;
    max-width: 100%;
    white-space: nowrap;
}

@media only screen and (min-width: 681px) {
  .toggle_route_box.collapsed{left: 0px; right: 0px;top: 0px !important}
  .route_box_container {
      height: auto;
      width: 100%;
      float: left;
      background: #fff;
  }
  .route_box {
      font-size: 25px;
      background: #fff;
      text-align: center;
      left: -16px;
      width: 90%;
      -webkit-transition: all .5s;
      transition: all .5s;
      z-index: 111;
      box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
      float: left;
      margin-top: -200px;
      height: auto;
      position: relative;
      top:-40px;
  }
}

.toggle_route_box {
    position: absolute;
    height: 150px;
    width: 35px;
    font-size: 13px;
    border: none;
    background: #0193e5;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff;
    font-weight: 700;
    z-index: 11111;
    padding: 0;
}

.toggle_route_box:not(.collapsed){right: -35px;}
.toggle_route_box.collapsed{left: 0px; right: 0px;top: 150px}

.route_box>button>span {
    transform: rotate(90deg);
    display: block;
    white-space: nowrap;
    float: left;
    margin-left: -38px;
}

.route_box_container {
    height: auto;
    float: left;
    background: #fff;
}

.lowcost_route_icom_text {
    position: absolute;
    z-index: 111;
    top: -40px;
    font-size: 13px;
    width: auto;
    right: 5px;
    background: #0193e5;
    display: inline-block;
    border-radius: 2px;
    color: #fff;
    padding: 5px;
}


.lowcost_route_icon {
    margin-top: -70px;
    height: 70px;
    float: right;
    margin-right: -57px;
}

.route_box_route {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0 5px;
    cursor: pointer;
    background: #fff;
}

.route_title {
    width: 10%;
    float: left;
    font-size: 12px;
    text-align: center;
    padding: 9px 0;
    font-weight: 700;
    display: block;
}

.route_airline_logo {
    width: 15%;
    float: left;
    padding: 8px 0 0;
}

.route_travel_duration {
    width: 15%;
    float: left;
    font-size: 11px;
    padding: 2px 0;
}

.route_arrival_time {
    width: 30%;
    float: left;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
}

.route_details_dropdown {
    float: left;
    width: 100%;
    overflow: hidden;
    height: auto;
}

p.route_details_drop_icon {
    font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0;
    text-align: center;
    padding: 0;
}

p.route_details_drop_icon>a {
    background: #0193e5;
    border-radius: 100%;
    font-size: 15px;
    height: 25px;
    width: 25px;
    text-align: center;
    /* padding: 5px; */
    color: #fff;
    display: block;
    float: none;
    margin-left: 10px;
}

p.route_origin_name {
    font-size: 11px;
    font-weight: 400;
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 5px 0 0;
}

.route_travel_duration>span {
    font-size: 10px;
    display: block;
    text-align: center;
    margin: auto;
    transform: rotate(43deg);
    color: #0193e5;
}

.route_departure_time {
    width: 30%;
    float: left;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
}

.route_travel_duration {
    width: 15%;
    float: left;
    font-size: 11px;
    padding: 2px 0;
}

.route_travel_duration>p {
    font-weight: 700;
    padding: 3px 0;
}


.route_details_logo {
    width: 10%;
    float: left;
}

.route_details_container {
    width: 100%;
    float: left;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.route_details_logo {
    width: 10%;
    float: left;
}

.route_details_flight_details {
    float: left;
    width: 70%;
}

.route_details_flight_detail {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    position: relative;
}

.route_details_flight_detail_names {
    width: 50%;
    float: left;
    padding: 5px 20px 5px 5px;
    display: block;
}

.route_details_flight_detail_names>p {
    font-size: 13px;
    color: #797979;
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 0 3px 5px;
    margin: 0;
}
span.route_details_flight_time {
    font-weight: 700;
    color: #000;
}

.route_details_flight_detail_timing {
    width: 50%;
    float: left;
    position: relative;
}

.route_details_flight_detail_timing {
    width: 50%;
    float: left;
    position: relative;
}

.route_details_flight_detail_timing::after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    background: #0193e5;
    border-radius: 100%;
    left: -10px;
    top: 3px;
}

.route_details_flight_detail_timing>p {
    font-size: 13px;
    color: #797979;
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 0 3px 5px;
    overflow: hidden;
    white-space: normal;
}

.route_details_flight_icon {
    position: absolute;
    float: none;
    margin: auto;
    left: -12px;
    color: #ddd;
    transform: rotate(135deg);
    font-size: 15px;
    top: 35px;
}

.route_details_flight_icon::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: #d4d4d4;
    top: 25px;
    left: -15px;
    border-radius: 100%;
}

.route_details_flight_icon::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background: #d4d4d4;
    top: 17px;
    left: -7px;
    border-radius: 100%;
}

span.route_details_flight_iata {
    font-weight: 700;
}

.route_details_flight_duration {
    float: left;
    width: 20%;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 25px 0 0;
}

.route_details_flight_duration span{color: #0193e5;}

.lowcost_bird_message {
    display: block;
    float: left;
    width: 100%;
    text-align: right;
    position: relative;
    padding-right: 50px;
}

.lowcost_bird_message>p {
    width: auto;
    background: #0193e5;
    font-size: 13px;
    display: inline-block;
    border-radius: 3px;
    padding: 5px;
    color: #fff;
}

@media (min-width: 767px){
    .route_origin_iata {
        display: none;
    }

    .dropdown-menu.show{
        left: -96px !important;
    }
}


.mid-sec-twoheading h3{
    font-size: 34px;
    font-weight: 300;
    color: #04223c;
    margin: 15px 0;
    width: 100%;
    float: left;
    background: var(--burd-img) 0 0 no-repeat;
    padding-left: 85px;
    padding-top: 14px;
}

.mid-sec-twoheading h5{
    font-size: 25px;
    font-weight: 300;
    color: #04223c;
    margin: 15px 0;
    width: 100%;
    float: left;
    background: var(--burd-img) 0 0 no-repeat;
    padding-left: 85px;
    padding-top: 14px;
    padding-bottom: 20px;
}

.listCategoryBlog{list-style-type: none;}
.listCategoryBlog li, .listCategoryBlog li, a{color: #0295e5; font-weight: 600;}
.mid-sec-two h2, h3 .blue, h5 .blue{color: #0295e5; font-weight: 600;}

.breadcrumb-arrow{
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #fff;
    width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 5px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
    padding-left: 200px;
}

@media only screen and (max-width: 680px) {
    .breadcrumb-arrow{
        padding-left: 20px;
    }
}

.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
}

.breadcrumb-arrow li:first-child a {
    padding-left: 10px;
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px;
}
.breadcrumb-arrow li:first-child a {
    border-radius: 0;
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #3bafda;
    border: 1px solid #3bafda;
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px;
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
}

.breadcrumb-arrow li a::after, .breadcrumb-arrow li a::before{
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li+li::before{padding: 0; content: "";}

.breadcrumb-arrow li a::before {
    right: -9px;
    z-index: 3;
    border-left-color: #3bafda;
    border-left-style: solid;
    border-left-width: 11px;
}

.breadcrumb-arrow li a::after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #2494be;
}

.listBlogs .card-img-overlay{height: 200px;}
.listBlogs .card-body span{color: black; font-weight: 500; font-size: 18px;}
.listBlogs .card-body p{
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.listBlogs a{cursor: pointer; text-decoration: none;}
.listBlogs .btnVisit{background: #ff9d10; color:white}

.imgFlights{transform: scale(1.056); object-fit: cover;}

.otherPrice_price {
    width: 40%;
    float: left;
    font-weight: 700;
    font-size: 18px !important;
    color: #0193e5 !important;
    padding: 10px 0;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 680px) {
  .otherPrice_price {width: 70% !important; font-size: 15px !important;}
}

.otherPrice>.currency_drop_toggler {
    color: #f9a531!important;
    font-size: 14px;
    margin-left: 5px;
}

h3.thanks_message {
    color: #95a5a6;
    font-weight: 400;
    padding: 130px 0px;
}

p.centered {
    text-align: center;
    padding: 10px;
}

.mid-sec-newsletter{
    width: 100%;
    position: relative;
    background: #5fc5fd;
    padding-bottom: 8px;
    height: 80px;
}


@media only screen and (max-width: 680px) {
    .mid-sec-newsletter{
        height: 200px;
    }
}

.mid-sec-newsletter h3 {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;
}

.no-padding-right {
    padding-right: 0!important;
}

.mid-sec-newsletter .frmarea {
    padding-top: 14px;
    position: relative;
    float: left;
}

.email_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5fc4fcbf;
    z-index: 999;
    text-align: center;
    cursor: not-allowed;
    top: 0;
    left: 0;
}

.mid-sec-newsletter input[type=text] {
    height: 45px;
    width: 100%;
    background: #fff var(--url-newsletter) 18px 15px no-repeat;
    padding-left: 45px;
    color: #a7bbc6;
    font-size: 14px;
    margin-right: 0;
    border: 0;
    padding-right: 150px;
}

.mid-sec-newsletter input[type=submit] {
    background: #ff9d10;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-weight: 500;
    height: 45px;
    padding: 0 20px;
    position: absolute;
    top: 14px;
    right: 10px;
}

.progress{
    border-radius: unset;
    border: none;
    padding-right: 1px;
    overflow: unset;
    height:20px
}

.progress-bar{
    position: relative;
    overflow: unset;
}

.progress-bar  img {
    width: 45px;
    z-index: 111;
    margin-top: 0px;
    position: absolute;
    height: 45px;
    right: -41px;
    border-radius: 100%;
}

input[type='checkbox'] {
    cursor:pointer;
}

.slider.slider-horizontal {width:100% !important}
.slider-handle{background-color: #0d6efd !important;}

.btn-group .btn.active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.hide_class {
    width: 100%;
    position: absolute;
    height: 15px;
    background: #fff;
    bottom: -11px;
    left: 1px;
    border-right: 1px solid #fff;
    border-left: 1px solid #dddddd75;
}

.lc_static_table thead {
    background: #0091e4;
    color: #fff;
}

.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_processing{
    color: #333;
}

.dataTables_wrapper .dataTables_paginate {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #666!important;
    border: 1px solid transparent;
    background: 0 0;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none!important;
    cursor: pointer;
    color: #fff!important;
}

.lc_static_table .previous, .next {
    display: none!important;
}

.paginate_button {
    border-radius: 0!important;
}

.lc_static_table .dataTables_paginate>span>a.current {
    background: #f9f9f9!important;
    color: #000!important;
}

.lc_static_table .dataTables_paginate>span>a {
    border-radius: 100%!important;
    background: #0096e5;
    border: 2px solid #00afda!important;
    width: 40px;
    height: 40px;
    padding: 8px!important;
}

.lc_go_btn {
    display: block;
    background: #ff9d10;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.r_pricing {
    width: 100%;
    float: left;
    padding: 5px 0;
}

a {
    text-decoration: none;
    outline: none!important;
}

.static_landing_images_agents img {
    margin: auto;
    width: auto;
    height: auto;
    padding: 15px 0px 15px 0px;
}

.static_landing_images{
    width: 315px;
    transform: scale(1.0);
    object-fit: cover;
    height: 200px;
    padding: 10px 0px;
}

.paddingContainer{padding-top: 0rem; padding-bottom: 3rem;}

.cardImgSearch{width:85px; height:55px; display: flex; justify-content: center; align-items: center;}
.cardImgColorSearch{background-color: #f8f9fa; border-color: #f8f9fa;}
.textWhiteSpace{white-space: initial;}
.borderFilter{border-radius: 0px;}

.navbar {z-index: 100002;}
.cardFilter{z-index: 99999; }
.cardFilter.position-absolute{z-index: 100001;}
.offcanvas{z-index:999999; width: 85% !important}
.formFilterTwo{margin-top: 6rem !important}
.zIndex{z-index: 0 !important}

@media only screen and (max-width: 680px) {
    .paddingContainer{padding-top: 0rem; padding-bottom: 3rem;}
    .bannerFilter{display: none !important;}
    .cardFilter{border: 0; padding:0 !important; z-index: 100001;}
    .fixedCard {position: fixed; top:0px !important;}
    .cardFilter input{padding: 0.9rem 0.75rem;}
    .formFilter input, .divGuest{
        background-color: #e9ecef !important;
        /* border: 1px solid black !important;
        box-shadow: 2px 2px #00000047; */
    }
    .divMobile1{margin-top: 0.25rem !important;}
    .divMobile2{margin-top: 0.5rem !important;}
    .cardSearch input{box-shadow: 0px 0px #00000047;}
    .divGuest{padding: 0.9rem 0.75rem;border-radius: 6px;}
    ::placeholder {
        color: black;
        opacity: 1;
    }
    .cardSearch{
        left: 3px !important;
        display: block;
        float: left;
        position: fixed;
        top: 0 !important;
        width: 100% !important;
        height: 100%;
        background: #fff;
        z-index: 999999;
        max-height: 100%;
        overflow-x: scroll;
        margin-top: 0px;
    }
    .cardFilter h2{
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 14px;
        color: #165284;
        width: 100%;
        text-align: center;
    }
    .btnSearch{height: 55px;border-radius: 10px;}
    .route_title{width: 7% !important;}
    .listFlights .imgFlights, .listFlights .videoFlights{height: 175px;}
    .route_box_route {padding: 10px 0px 0px 0px !important;}
    .route_departure_time {
        font-size: 15px !important;
        width: 20% !important;
    }

    .route_arrival_time {
        font-size: 15px;
        width: 20%;
    }

    .route_travel_duration {
        width: 20%;
        float: left;
        font-size: 11px;
        padding: 2px 0;
    }

    .price_main{display:grid; justify-content: center;}

    .input-container {
        position: relative;
        display: inline-block;
    }

    .input-container i {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        color: #black;
    }

    .input-container input {
        padding-left: 40px;
        /* border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        width: 200px; */
    }

    .divGuest i{
        color: #black;
        margin-right: 8px;
    }

    .cardFilter{
      left: -3px;
      border-radius: 0px 0px 35px 35px;
    }

    .borderFilter{border-radius: 0px 0px 35px 35px;}

    .top65{top:-65px}
    .top90{top:-90px}
    .top100{top:-100px}

    .navbar-brand{padding: 0px !important; margin: 0px;}
    .navbar-toggler{padding: 0px !important; color:transparent !important; border-radius: 0px !important; border: 0px !important;}

    .formOrigin, .formDestination{background-color: #e9ecef;}

    .mid-sec-two h2, h3 .blue, h5 .blue{font-size: 20px}

    .marginPage{margin-top: 65px}

    .tableThDisplay{display: none;}
    .route_details_logo{width: 0% !important}

    .route_details_dropdown.show{
      .route_box{width:94%important }
    }

    .route_box {
        width: 98%;
    }

    .widthCollase{width: 68% !important}

    .topNavbar{top: 25px !important}
    .topNavbar10{top: 10px !important}
}

.bg-third{background-color: var(--third-color);}
.w-70{width: 70% !important;}
.cursor-pointer{cursor: pointer;}
.canvasjs-chart-credit{display: none;}
.fs-15{font-size: 15px !important}
.fs-20{font-size: 20px !important}
.fs-25{font-size: 25px !important}
.overflow-hidden{overflow: hidden;}
.backgroundBeforeCard{
  background-color: #00000094;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  z-index: 9999;
}

.titleFilter{font-size: 25px; font-weight: bold;}
.offcanvas-body .nav-link{padding-bottom: 10px; font-size: 20px;}
.lightpick  {z-index:9999999 !important}
.lowcost_bird_message p{overflow: hidden; white-space: normal;}
.overflowY-auto{overflow-y: auto;}
.overflowY-auto a{color: black;}
.cardFilter input{background-color: #e9ecef !important;}

.offcanvas-body{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fromIata{font-weight: 500 !important; color: #171717; font-size: 13px !important}
#dealCarousel .carousel-caption{margin-top: 3rem !important;}