@import url('https://fonts.cdnfonts.com/css/helvetica-neue-9?styles=49034,49045');
body{
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-weight: 400;
}
li, ul,p,
input, button, select, textarea{
    font-family: 'Helvetica 55 Roman', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Helvetica 65 Medium', sans-serif;
}
/* The container */
.checkboxs {
    display: block;
    position: relative;
    padding-left: 19px;
    margin-bottom: 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-weight:500;
    font-size: 12px;
}
/* Hide the browser's default checkbox */
.checkboxs input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxs input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxs .checkmark:after {
 background: #e06526;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/*Listing Page*/
.footer.inr-footer {
    padding-bottom: 0;
    background-image: none;
    padding-top: 27px;
}
.inr-footer .row {
    display: flex;
    align-items: flex-end;
}
.left-ftr .social-media {
    margin: 0;
    border-right: 1px solid #78efef;
    margin-right: 15px;
    padding-right: 15px;
}
.left-ftr {
    display: flex;
    align-items: center;
}
.ftr-content p {
    font-size: 9px;
    margin-top: 11px;
}
.inr-footer .ftr-content {
    padding: 0 0 9px 0;
}

/*All Fairs*/
.all-fairs .contents {
    display: flex;
    width: 100%;
    background: #fff;
}
.all-fairs .fixed-content{
  width: 15%;
}
.fare-slide {
    width: 85%;
}
.all-fairs ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    font-size: 14px;
    font-weight: 500;
}
.all-fairs .owl-item:last-child ul li {
    border-right: 1px solid #999;
}
.all-fairs ul li span.l-img {
    width: 40px;
    height: 40px;
    border: 2px solid #27c7cb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    margin: 0 auto;
    margin-bottom: 2px;
    overflow: hidden;
    top: -5px;
    position: relative;
}
.all-fairs ul li {
    height: 34px;
    line-height: 34px;
    width: 100%;
}
.all-fairs ul li a{
    color: #4c4c4c;
}
.all-fairs ul li h2 {
    margin: 0;
    padding: 0;
    color: #0cc0cb;
    font-size: 15px;
    margin-top: 22px;
    font-weight: bold;
}
.all-fairs ul li h2 a{
    color: #0cc0cb;
}
.all-fairs ul li:nth-of-type(1) {
    height: 95px;
    font-size: 12px;
    line-height: normal;
    padding: 16px 4px 0 5px;
    line-height: 15px;
}
.all-fairs ul.fixed-content li{
  font-size: 13px;
}
.all-fairs ul li sup.small {
    top: -3px;
    font-size: 10px;
}
.all-fairs ul li:nth-of-type(1) p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 11px;
    line-height: 12px;
}

.all-fairs {
    /*box-shadow: 0 3px 2px rgba(204, 204, 204, 0.4);*/
}
.afrecontent p {
    font-size: 11px;
    margin: 0;
    text-align: left;
}
.afrecontent {
    padding: 20px 0 30px 0;
}
/*Listing*/
.listing-right .check-date h2 span {
    position: relative;
    width: 56px;
    height: 56px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    border: 3px solid #fff;
}
.listing-right .check-date h2 span:before {
    content: '';
    background-image: url(/Content/images/date-icon.png);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    display: inherit;
}
.listing-right .check-date h2 {
    margin: 0;
    padding: 0;
    padding-left: 70px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    flex: 1;
}
.listing-right .check-date {
    height: 43px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    padding-right: 10px;
    position: relative;
    background-color: #08becb;
    margin-bottom: 20px;
}
.chek-point {
    height: 22px;
}
.chek-point span {
    width: 22px;
    position: relative;
    height: 22px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
}
.chek-point span:before {
    background: #fff;
    width: 11px;
    height: 11px;
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.book-confidence {
    background-color: #7a92a3;
    border-radius: 10px;
    align-items: center;
    display: flex;
    margin-top: 4px;
    padding: 10px 20px;
}
.book-confidence h2 {
    margin: 0;
    padding: 0;
    flex: 2;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.book-confidence h2 strong {
    font-weight: 500;
    color: #19c6cf;
    text-transform: uppercase;
}
.book-confidence a {
    border: 1px solid #26cbd1;
    border-radius: 20px;
    padding: 4px 10px;
    color: #fff;
    font-size: 12px;
}
.book-confidence a:hover {
    background: #26cbd1;
}
.listing-right .listing-box {
    border-radius: 0;
    margin: 0 0 12px 0;
    padding: 0 30px 0 30px;
    overflow: hidden;
    border: solid 1px #e1e1e1;
    background-color: #fff;
}
.listing-right .listing-box.alterDate{background:#fef7ef;
    }
.listing-right .listing-box.alterDate .bottom-bnt a.showmore {
    color: #2f2f2f;
    font-size: 15px;
    flex: 1;
    position: relative;
    font-weight:500;
}
.listing-right .listing-box.alterDate .bottom-bnt a.showmore:after {
    border: 7px solid transparent;
    border-top: 10px solid #2f2f2f;
    display: inline-block;
    content: '';
    position: absolute;
    top: 5px;
    margin-left: 10px;
}

.listing-right .listing-box.alterDate .bottom-bnt.active a.showmore:after {
      transform: rotate(180deg);     top: 0;
}
.listing-right .listing-box ul {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    justify-content: space-between;
}
.listing-right .listing-box ul.ttlogo {
    margin-top: 10px;
}
.listing-right .listing-box ul li {
    display: flex;
    align-items: center;
    color: #383838;
    font-size: 13px;
}
.listing-right .listing-box ul li {
    padding: 0 5px;
}
.listing-right .listing-box ul li:first-child {
    width: 139px;
}
.listing-right .listing-box ul li:nth-of-type(2){
    width: 90px;
}
.listing-right .listing-box ul.ttlogo li{
    width: auto;
}
.listing-right .listing-box ul li h3,
.listing-right .listing-box ul li h4,
.listing-right .listing-box ul li p{
    margin: 0;
}
.listing-right .listing-box ul li.list-logo {
    flex: 1;
}
.listing-right .listing-box ul li.list-logo img {
    margin-right: 9px;
    margin-top: -3px;
    max-height: 32px;
    width: auto;
}
.listing-right .listing-box ul li.list-logo p span {
    margin-right: 6px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    color: #1c1c1c;
}
.listing-right .listing-box ul li.list-logo p {
    font-size: 12px;
    color: #1c1c1c;
}
.listing-right .listing-box ul li.list-logo p em {
    font-style: normal;
}
.listing-right .listing-box ul li h3 {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 14px;
    margin-right: 4px;
}

.listing-right .listing-box ul.ttlogo li div span.btn.btn-primary:hover,
.listing-right .listing-box ul.ttlogo a.g-orange:hover{
 background: #e06526;
}
.listing-right .listing-box ul.ttlogo li div span.btn.btn-primary,
.listing-right .listing-box ul.ttlogo a.g-orange {
    color: #fff;
    font-weight: 500;
    padding: 7px 31px;
    border-radius: 4px;
    margin-top: 0px;
    display: inline-block;
    margin-left: 12px;
    font-size: 16px;
    text-transform: uppercase;
}

.listing-right .listing-box ul.ttlogo li div span.btn.btn-primary {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    font-size: 14px;
    padding: 9px 21px;
}
.listing-right .listing-box ul.ttlogo li div {
    position: relative;
}
.listing-right .listing-box ul li h3 sup {
    color: #2d2e2e;
    font-weight: 500;
    font-size: 11px;
    top: -5px;
}
.listing-right .listing-box ul h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #1c1c1c;
}
.listing-right .listing-box ul li:nth-of-type(3) {
    width: 40%;
    text-align: center;
    justify-content: center;
}
.listing-right .cntr small {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #1c1c1c;
    font-weight: 500;
}
.listing-right .cntr span.hr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #bdbdbd;
    margin: 5px 0;
    position: relative;
}
.listing-right .cntr span.hr span{
    content: '';
    width: 12px;
    position: absolute;
    height: 12px;
    display: inline-block;
    border: 2px solid #2678bd;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.listing-right .cntr span.hr span:before {
    background: #fff;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.listing-right .cntr {
    width: 100%;
}
.listing-right .bottom-bnt {
    margin: 0 -30px;
    padding: 6px 30px;
    position: relative;
    text-align: right;
    background: #ccc;
}
.listing-right .bottom-bnt span#hiddenClassName {
    position: absolute;
    left: 50%;
    top: 19px;
    transform: translate(-50%, 0);
    display:none;
}

.listing-right .bottom-bnt a.showmore {
    color: #fff;
    font-size: 14px;
    flex: 1;
    position: relative;
    font-weight: 600;
    display: inline-block;
    background: #696969;
    padding: 5px 23px 5px 13px;
    border-radius: 4px;
}
.listing-right .bottom-bnt a.showmore:after {
    border: 7px solid transparent;
    border-top: 10px solid #fff;
    display: inline-block;
    content: '';
    position: absolute;
    top: 11px;
    margin-left: 3px;
}
.listing-right .bottom-bnt a.g-orange {
    color: #fff;
    font-weight: bold;
    padding: 9px 37px;
    border-radius: 30px;
    margin-top: 0;
}
.depart-return {
    background: #f3f3f3;
    display: flex;
    align-items: center;
    border-radius: 0;
    padding: 8px 15px;
    margin: 0 -25px;
    position: relative;
}
.depart-return h4 {
    margin: 0;
    padding: 0;
    flex: 1;
    display: flex;
    align-items: center;
    color: #7a92a3;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.depart-return h4 img {
    margin-right: 6px;
    filter: brightness(0.4);
    width: 21px;
}
.depart-return p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #6c6c6c;
}
.depart-return p span {
    margin: 0 5px;
}
.listing-right .flight-detailsc ul li div {
    text-align: left;
    line-height: 16px;
    width: 100%;
}
.listing-right .flight-detailsc ul li div p strong{
    color: #6c6c6c;
}
.listing-right .flight-detailsc ul li div p{
    margin: 0;
    color: #999999;
    font-size: 12px;
    padding-top:3px;
}
.listing-right .flight-detailsc ul li div p span{
    margin: 0 4px;
    margin-left:0;
}
.listing-right .flight-detailsc ul li:nth-of-type(3) {
    width: auto;
}
.listing-right .flight-detailsc ul li:nth-of-type(4) {
    width: 140px;
}
.layer {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.layer h3 {
    margin: 0 0 17px 0;
}
.layer h3 p {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    color: #fff;
    padding: 9px 38px;
    border-radius: 30px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.layer h3 span{
    margin: 0 4px;
}
.layer h3:after {
    position: absolute;
    content: '';
    width: 100%;
    border: 0;
    border-top: 1px solid #e5e5e5;
    top: 33%;
    left: 0;
    transform: translate(0, -50%);
}
.buttou-btm.loadmore{
    margin-bottom: 50px;
}
.buttou-btm.loadmore a:after {
    background-image: url(/Content/images/load-more-btn.png);
 }

 /*Left Sidebar*/
.listing-sec .left-sidebar {
    background-color: #fff;
    width: 275px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
}
.listing-sec .left-sidebar h2 {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 13px;
    position: relative;
    top: 0;
    background: #2678bd;
    margin-left: 11px;
}

/*Left Sidebar*/
.left-sidebar .panel-heading {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.listing-sec .left-sidebar .panel-body {
    border: 0 !important;
    padding: 0;
    background-color: transparent;
}
.left-sidebar .panel.panel-default {
    background: transparent;
    border: 0;
    padding: 12px 0 18px 0;
    box-shadow: none;
    border-bottom: 1px solid #eaeaea;
    margin: 0 15px;
    border-radius: 0;
}

.left-sidebar h4.panel-title a{
    color: #2f2f2f;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding-left: 18px;
    font-weight:500;
}

.left-sidebar h4.panel-title a:before {
    content: '';
    border: 6px solid transparent;
    border-bottom: 8px solid #2f2f2f;
    position: absolute;
    top: -4px;
    left: 0;
}
body .left-sidebar h4.panel-title a.collapsed:before {
     border-bottom: 0;
     top: 2px;
    border-top: 8px solid #2f2f2f;
}
.left-sidebar .panel.panel-default:first-child h4 a:before {
    border-bottom: 0;
    border-top: 8px solid #2f2f2f;
    top: 3px;
}
.left-sidebar .panel.panel-default:first-child h4 a.activeb:before {
    border-top: 0;
    border-bottom: 8px solid #2f2f2f;
    top: 3px;
}
.left-sidebar .checkboxs {color: #2f2f2f;
}
.left-sidebar .checkmark {border: 1px solid #2f2f2f;
}
.left-sidebar .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}
.listing-sec .left-sidebar .panel-body {
    padding-top: 10px;
}
.left-sidebar .btss{
    text-align: center;
}
.left-sidebar .btss a {
    padding: 6px 25px;
    border-radius: 6px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    min-width: auto;
    display: inline-block;
    background: transparent;
    color: #7a92a3;
    border: 1px solid #7a92a3;
}
.left-sidebar .btss {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding:20px 0 0px 0;
}

.left-sidebar h3 {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
    font-weight: bold;
}

.left-sidebar h3.no2{
    margin-top: 14px;
}
.left-sidebar .numbr {
    background-image: url(/Content/images/sidebar-numbr.png);
    background-repeat: no-repeat;
    padding: 19px 0 23px 19px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    width: 233px;
    margin: 0 auto;
}
.left-sidebar .numbr a{
    color: #fff;
}
.left-sidebar p.prgn {
    color: #fff;
    text-align: center;
    font-size: 11px;
    margin-top: 18px;
}
.left-sidebar.no2 {
    padding-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
}
ul.box-design {display:flex; justify-content:space-between;}
ul.box-design li {
    position: relative;
    display: inline-block;
    margin: 4px 0;
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
    border-radius: 1px;
    cursor: pointer;
    padding:10px;
    text-align:center;
    border-radius: 10px;
    width: 48%;
    vertical-align:top;
}
ul.box-design li.active { border: 1px solid #08becb;}
    ul.box-design li:nth-child(2),
    ul.box-design li:nth-child(4) {float:right;}
    ul.box-design li a {color:#2f2f2f;
    }
.left-sidebar .slide-fil .box-design.panel-collapse {padding-top:0px;
}
ul.box-design li a p {
    font-size: 11px;
    display: block;
    width: 100%;
    font-weight:600;
    padding: 0;
    margin: 0;
    margin-top: -5px;
}
ul.box-design li a span {
    font-size: 10px;
    margin-top: 0;
    display: block;
    width: 100%;
    font-weight:500;
}
ul.box-design li input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
/*Slide Ranger*/
.left-sidebar h4.panel-title a span {
    font-size: 9px;
    opacity: 0.9;
    letter-spacing: 0.5px;
}
.listing-sec .left-sidebar .panel-body.no-margin {
    padding-left: 5px;
    width: 98%;
    padding-bottom: 10px;
}
.left-sidebar .slider-labels {
    margin-bottom: 23px;
    margin-left: -4px;
    margin-right: -4px;
}
.left-sidebar .slider-labels .col-xs-6 {
    padding: 0;
    font-size: 11px;
    color: #fff;
}
.left-sidebar .slider-labels .col-xs-6 strong{
    font-weight: normal;
}

.pagination-container ul.pagination {
    text-align: center;
    margin: 0;
    padding: 0;
}
.pagination-container ul.pagination li {
    width: auto;
    display: inline-block;
}
.pagination-container ul.pagination li a {
    font-size: 18px;
    color: #fff;
    font-weight:300;
    padding: 3px 42px 3px 14px;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    display: inline-block;
    border: 0;
    width:200px;
    position: relative;
}
.pagination-container ul.pagination li a:after{
    content: '';
    background-image: url(../images/load-more-btn.png);
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 140px;
    top: 9px;
}
.buttou-btm.loadmore.pagination-container {
    margin: 0 0 34px 0;
    padding: 0;
}
.listing-right .listing-box ul li img {
    max-height: 33px;
    width: auto;
}
.fareSmallText {
    font-size:11px; line-height:14px; padding:15px 0 10px 0;
}
.fareSmallText a{
     color:#2f2f2f; text-decoration:underline !important;
}
.fareSmallText a:hover{
     color:#2f2f2f; text-decoration:none !important;
}
.promoCode {
    border:solid 1px #e7e7e7;
    box-shadow: 0 2px 5px 0px rgba(0,0,0,0.15);
    padding: 8px 10px; border-radius:4px;
    font-size:11px;
    color:#2f2f2f;
    text-align: center;
    background-color: #fff;
}

.promoCode .flexDiv {display:flex; justify-content:center;
}
.promoCode .txt1{ background:url(/Content/images/discount.png) left center no-repeat; padding-left:24px; line-height:24px; padding-right:5px;
}
.promoCode .txt1 a{text-decoration:underline !important; color:#2f2f2f; font-weight:500;}
.promoCode .txt1 a:hover{text-decoration:none !important;}
.promoCode .txt2, .promoCode .txt3{padding-left:3px;
}
.promoCode .txt2 input {background:#ebebeb; padding:0 10px; color:#5f5f5f;  min-width:175px; border:none; border-radius:2px; height:25px;
    }
.promoCode .txt3 input {background:#7a92a3; padding:0 10px; color:#fff;  border:none; border-radius:3px; height:25px; font-size:10px; font-weight:600; line-height:25px;
    }
#spnPromoNewsletterError {
    text-align: center;
    color: red;
    font-size: 10px;
    font-weight: 500;
    padding-left: 259px;
}
#spanPromoNewsletterThanks {
    font-size: 10px;
    font-weight: 500;
    color: green;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-left: 339px;
}
.pagination-container ul.pagination li a .bar{
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    left: 0;
    top: 0;
    background: #e06526;
}

.ui-slider,
.price-slider {
    height:2px;
    background: #ccc;
    border: 0;
    top: 0;
}
.ui-slider-horizontal .ui-slider-range {
    height:2px;
    background: #e06526;
    border: 0;
    top:0px;
}
.ui-slider-horizontal .ui-slider-handle{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: -6px;
    top: -5px;
    background: #0a4558;
    border: 0;
}
.ui-slider label.label-min,
.ui-slider label.label-max {
    position: absolute;
    top: 0;
    color: #2f2f2f;
    font-size: 12px;
}
.ui-slider label.label-max {
    right: 0
}
.slide-fil .ui-slider label.label-min,
.slide-fil .ui-slider label.label-max {
    top: -21px;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
}
.slide-fil .ui-slider {
    margin-left: 10px;
}
div#flightduration,
div#price{
    padding-top: 0;
}
div#flightduration #slider-ranged,
div#price .panel-body {
    margin-top: 25px;
}
.slide-fil .ui-slider label.label-min {
    left: -8px;
}
.listing-sec .left-sidebar h2 + a.clearftr {
    position: absolute;
    top:12px;
    right:20px;
    color: #000;
    text-decoration: underline !important;
}

.listing-right .bottom-bnt a.g-orange + span.btn.btn-primary{
    background: #e8361a;
    background: -moz-linear-gradient(left, #e8361a 0%, #f3870b 100%);
    background: -webkit-linear-gradient(left, #e8361a 0%,#f3870b 100%);
    background: linear-gradient(to right, #e8361a 0%,#f3870b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8361a', endColorstr='#f3870b',GradientType=1 );
    color: #fff;
    font-weight: bold;
    padding: 9px 37px;
    border-radius: 30px;
    margin-top: 0;
    border: 0;
    text-transform: uppercase;
}
.oneroundTrip h4 {
    color: #7a92a3;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    margin: 0;
}
.oneroundTrip h4:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    position: relative;
    top: 2px;
    font-weight: 500;
    left: 4px;
}
.oneroundTrip ul {
    width: 159px;
    background: #e06526;
    border-radius: 6px;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 1;
    display: none;
}
.oneroundTrip ul:before {
    content: '';
    border: 8px solid transparent;
    border-bottom: 8px solid #7a92a3;
    position: absolute;
    top: -15px;
    left: 15px;
}
.oneroundTrip ul li {
    width: 100% !important;
    text-align: left !important;
    display: inline-block;
    border: 0;
}
.oneroundTrip ul li:last-child a{
    border: 0;
}
.oneroundTrip ul li a {
    padding: 7px 15px 6px 15px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #015670;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

div#RemoveSection_2 i.fa.fa-times-circle {
    color: #000;
    margin-left: 10px;
    margin-top: 13px;
}
.left-sidebar .panel-title small {
    color: #fff;
}

.newmylist{
    width: 100%;
}
.newmylist span {
    width: 100%;
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    padding-left: 20px;
    cursor: pointer;
}
.newmylist span:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
}

.newmylist span.active:after {
    content: '';
    background: #fff;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 8px;
    transform: translate(0px, -50%);
}
.listing-right .listing-box ul .cntr {
    position: relative;
    width: 100%;
    margin-right: 12px;
}
.listing-right .listing-box ul.list2 li,
.listing-right .listing-box ul.list1 li {
    width: 22%;
}
.listing-right .listing-box ul.list2 li:last-child,
.listing-right .listing-box ul.list1 li:last-child {
    width: 121px;
    white-space: nowrap;
}
.listing-right .listing-box ul.list2 li:nth-of-type(2),
.listing-right .listing-box ul.list1 li:nth-of-type(2) {
    width: 15%;
}
.listing-right .listing-box ul.list2 li:nth-of-type(3),
.listing-right .listing-box ul.list1 li:nth-of-type(3) {
    width: 30%;
}

.listing-right .cntr .stopHover {
    position: absolute;
    width: 100%;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #08becb;
    padding: 6px 8px 0 8px;
    box-shadow: 0 3px 10px;
    top: 37px;
    z-index: 1;
}
.listing-right .cntr .stopHover:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #08becb;
}
.listing-right .cntr .stopHover ul {
    margin: 0;
    padding-bottom: 10px;
    display: block;
}
.listing-right .cntr .stopHover li {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.alternatedatediv {
    background: #ffe1c0;
    color: #e93b19;
    padding: 11px 26px;
    border-radius: 6px 5px 0 0;
    overflow: hidden;
    margin: 0 -30px;
    font-size: 14px;
    letter-spacing: 0.4px;
}
.rwesui {
    color: #ea4218;
    font-size: 12px;
    font-weight: normal;
    padding: 6px 0;
}
.layer h3 + b {
    color: #e94217;
    margin-left: 0;
    position: absolute;
    background-color: #fff;
    font-size: 11px;
    font-weight: normal;
    padding: 0 12px;
    right: -12px;
    top: 9px;
}
.flight-detaibtn + .alternatedatediv {
    margin-top: 42px;
}
li.list-logo {
    position: relative;
}
.listing-right .listing-box li.list-logo .stopHover1 {
    position: absolute;
    width: 350px;
    background: #fff;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #7a92a3;
    padding: 0 8px 17px 0;
    box-shadow: 0 3px 10px;
    top: 29px;
    z-index: 1;
    left: 11px;
}
li.list-logo .stopHover1:after {
    content: '';
    position: absolute;
    top: -17px;
    left: 41.2%;
    border: 8px solid transparent;
    border-bottom: 8px solid #7a92a3;
}
li.list-logo .stopHover1 ul {
    display: block;
    width: 100%;
    text-align: center;
    margin: 3px 0 0 0;
}
li.list-logo .stopHover1 ul.supersvr-content li {
    padding-left: 27px;
    margin-bottom: 3px;
    position: relative;
}
ul.supersvr-content li::before {
    content: "";
    background: #e06526;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 16px;
}
li.list-logo .stopHover1 ul li.moli {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    display: inline-block;
    font-size: 11px;
}
li.list-logo .stopHover1 div> span {
    font-size: 15px;
    font-weight: 500;
    color: #7a92a3;
    padding-left: 12px;
}
.listing-right .listing-box ul li.list-logo img {
    cursor: pointer;
    border-radius: 4px;
}
.listing-right .listing-box ul li.list-logo i.fa.fa-info-circle {
    font-size: 13px;
    margin-left: 6px;
    color: #7a92a3;
    cursor: pointer;
    padding: 4px;
    position: relative;
    z-index: 2;
}
.aplyform button + span {
    padding: 8px 10px 0 10px;
    margin-bottom: -16px;
}
.rwesui + .flight-detailsc {
    margin-top: -19px;
}
.listing-right.paymentright strong.pull-right span#future_date {
    position: static;
    width: auto;
    height: auto;
    border: 0;
    transform: translate(0, 0);
    display: inline;
}
.innermodify a.closebts-wigt {
    display: none;
}
.left-sidebar.paymentsec h5.PcOldfare span {
    float: left;
}
.left-sidebar.paymentsec h5.PcOldfare{
    padding-bottom: 15px;
}
.left-sidebar.paymentsec h5.PcOldfare span + span{
    float: right;
}
.fnpl img{width:90%;
}

.step3 .listing-box ul li.exp-dares span {
    width: 27%;
}
.step3 .listing-box ul li.exp-dares span img {
    width: 20px;
    position: absolute;
    top: 12px;
    right: 11px;
}
.step3 .listing-box ul li.exp-dares span.exp-month {
    width: 34%;
}
#Tp_multicity .mults {
    width: 93.5%;
    padding-top: 13px;
}


.showondeal {
    color: #6c6c6c;
    background: transparent;
    padding: 0;
    font-size: 13px;
    margin: -15px 0 5px 8px;
}

/*Loading bar*/
.loadingbars{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 13px;
    font-variant: small-caps;
    font-size: 19px;
}
.loadingbars img.loader {
    width: 120px;
}
.all-fairs .owl-dots {
    display: none;
}
.all-fairs .owl-nav {
    display: flex;
    position: relative;
    justify-content: center;
    padding: 5px 59px 5px 0;
}
.all-fairs .owl-carousel .owl-nav button {
    color: #5c5c5c;
    border-radius: 50%;
    line-height: 0;
    font-size: 34px;
    width: 37px;
    height: 25px;
}
.all-fairs .owl-carousel .owl-nav button span {
    font-size: 0;
    background: #ccc;
    width: 20px;
    display: inline-block;
    height: 20px;
    border-radius: 4px;
    line-height: 28px;
}
.all-fairs .owl-carousel .owl-nav button span:after{
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
}
.all-fairs .owl-carousel .owl-nav button.owl-prev span:after{
    content: "\f053";
}
.all-fairs .owl-carousel button.disabled {
    opacity: 0.5;
}

div#ContractSoldoutBookingpopup .mainpopup .popup-content {
    display: flex;
    align-items: center;
}
.listing-sec.filter-alternate{
    display: none;
}
.cover {
    position: fixed;
    background: rgba(51, 51, 51, 0.9);
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    display: none;
    z-index: 2;
}
a.fltr-close{
    display: none;
}
#divlistingbody .afrecontent {
    padding-top: 0;
    display: none;
}
.afrecontent {
    padding: 20px 0 4px 0;
}
.all-fairs .owl-stage-outer {
    border: 1px solid #999;
    border-left:0;
}
.all-fairs .fixed-content {
    border-top: 1px solid #999;

}
.all-fairs ul.item li:last-child {
    border-bottom: 0;
}
.all-fairs ul.fixed-content li.allfares-more-result {
    height: 35px;
}


.listing-sec {
    padding-top: 30px;
    background-color: #f1f1f1;
}

.listing-sec.confs {
    margin-top: 0;
}
div#sessiontimeout {
    width: 620px !important;
    margin: 0 auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
div#sessiontimeout button.relaunch-search.g-orange {
    text-transform: uppercase;
}
div#sessiontimeout .pricechangecontent + p {
    margin: 0;
}
div#sessiontimeout .price-left {
    width: 34%;
}
#operatingairlines a {
    float: right;
    margin-top: -23px;
    font-size: 12px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    color: #000 !important;
}
#operatingairlines a:hover {
    color: #e93d19 !important;
    text-decoration: underline !important;
}
.travel-details .listing-box ul.detss.col-2 li.copyhiper a {
    color: #08becb;
    font-weight: 600;
}
.travel-details .listing-box ul.detss.col-2 li.copyhiper {
    width: 204px;
    position: relative;
    top: 6px;
}

/*NO RESULTS*/
div#lblMsg {
    margin-left: 0;
    width: 644px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#lblMsg .no-result{
    background-image: url(/Content/images/hotl-bgs.png);
    background-color: #7a92a3;
    padding: 0 15px;
    padding-right: 0;
}
#lblMsg .no-result .noresults{
    background-color: transparent;;
}
#lblMsg .no-result:after {
    background-color: #15c0c9;
    background-image: url(/Content/images/hotl-bgs1.png);
    background-position: right;
    border-left: 7px solid #fff;
    border-radius: 120px 0 0 0;
    width: 55%;
}
#lblMsg .no-result .norsta{
    display: none;
}
#lblMsg .no-result .noresults {
    background-image: url(/Content/images/Puppy_booking_fail.gif);
    background-position: left -27px center;
    background-repeat: no-repeat;
    background-size: 110px;
    padding: 22px 0;
    padding-left: 65px;
    padding-right: 30px;
}
#lblMsg .no-result .noresults h2 {
    color: #fff;
    font-weight: normal;
    margin: 0;
    font-size: 18px;
}
#lblMsg .no-result .noresults p {
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
}
#lblMsg .no-result .noresults a {
    padding: 5px 18px;
    font-size: 13px;
    margin-top: 5px;
}
#lblMsg .box.right-result {
    background-image: url(/Content/images/hotel-ladies.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 55px 40px 30px 0;
}
#lblMsg .no-result .box.right-result a {
    font-size: 22px;
    color: #fff;
    padding: 0;
    margin: 0;
}
#lblMsg .call-phone-number img {
    filter: brightness(0) invert(1);
    width: 21px;
}
#lblMsg .no-result .box.right-result p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
}

/*Filter Content new*/
/*Floting Filter*/
.fliter-floting {width: 270px;display: inline-block;position: relative; margin-top:20px;}
.fliter-floting .undeal-call,
.fliter-floting .bookinh-withs {border: 1px solid #b6b2b1;}
.fliter-floting h3 {background: #08becb;text-align: center;color: #fff;text-transform: uppercase;
font-size: 16px;font-weight: 600;display: inline-block;width: 100%;padding: 5px 10px; margin: 0;}
.fliter-floting h3 small {display: block;text-transform: none;font-size: 12px;font-weight: 300; color: #fbf8f8;}
.fliter-floting h3 small strong {font-weight: 600;}
.boxme.bookinh-withs h5 {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 500;
    padding: 5px 10px 5px 48px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 0;
    position: relative;
    top: 6px;
    margin-bottom: 0;
    background-image: url(../images/trustFctr.png);
    background-repeat: no-repeat;
    text-transform: uppercase;
    background-position: left 17px top 2px;
    position: relative;
}
.boxme.bookinh-withs h5:before {
    content: '';
    border-top: 1px solid #dcdcdc;
    position: absolute;
    width: 118px;
    bottom: 3px;
}

.fliter-floting .bookinh-withs ul li small {
    font-weight:500;
    font-size: 11px;
    display: block;
}
.fliter-floting .bookinh-withs ul li i.fa {position: absolute;left: -11px;
top: 2px;color: #2f2f2f;}
.fliter-floting .fixme {
    width: 270px;
    height: auto;
    position: static !important;
}
/*.left-sidebar.filter-option .panel-group.ppfix {overflow: hidden;
height: 474px;overflow-y: auto;padding-bottom:10px;}*/
/*.left-sidebar.filter-option .panel-group.ppfix::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {background: #ccc; border-radius: 50px;}
::-webkit-scrollbar-thumb {background: #e06526; border-radius: 50px;}*/
/*Listing top strip*/
.listing-topstrips{margin-top: -7px; display: none !important;}
.listing-topstrips ul {background: #ed6511;width: 100%;display: flex;border-radius: 10px 10px 0 0;overflow: hidden;margin-bottom: 12px; margin-top: 9px;}
.listing-topstrips ul li {width: 25%;border-left: 1px solid #f3870b;padding: 6px 10px;display: flex;align-items: center;}
.listing-topstrips ul li span {width: 35px;border: 1px solid #fff;height: 28px;display: flex;
align-items: center;justify-content: center;border-radius: 4px;}
.listing-topstrips ul li p {font-size: 11px;color: #fff;padding-left: 10px; margin-bottom: 0; line-height: 13px;}
.listing-topstrips ul li p strong {display: block;font-weight: 600;}
.booking-detail-disclaimer {
    background: #e06526;
    width: 100%;
    padding: 2px 0;
    display:none;
}
.booking-detail-disclaimer p {color: #fff;    padding-top: 8px;font-size: 10px;font-weight: 300;position: relative;padding-left: 43px;}
.booking-detail-disclaimer p i.fa {font-size: 28px;margin-right: 4px;color: #f00;position: absolute;left: 7px;top: 2px;}
.fliter-floting .boxme {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 9px;
}
.flyLatorBanner{text-align:center; display:none !important;
}
.flyLatorBanner img{width:90%;
}
.booking-detail-disclaimer p strong{ color: #ffff00;}
.buttou-btm.loadmore.pagination-container div#dvAirListing {
    min-height: unset;
}
.indepdaytab_fob {display: none !important}

/*flight category Button*/
.flightcatrybtn ul li {
    position: relative;
    padding-left: 17px;
}
.flightcatrybtn ul li:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #2f2f2f;
    border-radius: 50%;
}
.flightcatrybtn ul li.active:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 2px;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    background: #e06526;
}
div#sortbybtn .panel-body {
    padding-top: 5px;
}
.flightcatrybtn ul li a {
    color: #2f2f2f;
    font-size: 13px;
}

.listing-right .bottom-bnt.active span.dshow,
.listing-right .bottom-bnt span.dhide {
    display: none;
}
ul.box-design li.activeb {
    border: 1px solid #e06526;
    box-shadow: inset 0 0 96px #e06526;
}
.listing-right .bottom-bnt.active span.dhide {
    display: inline-block;
    font-size: 14px;
}
.listing-right .bottom-bnt.active a.showmore:after {
    border-top: 0;
    border-bottom: 10px solid #fff;
    top: 9px;
}
a.lnkUnaccompaniedMinorPopup {
    position: absolute;
    bottom: -35px;
    left: 20px;
}
.listing-right .listing-box ul.ttlogo li.list-logo+li>span {
    top: -4px;
    font-size: 11px;
}





.left-sidebar .slide-fil .box-design.panel-collapse {
    overflow: hidden;
    display: block;
    width: 100%;
}
.header .container-fluid{
    /* width: 1170px; */
    margin: 0 auto;
    padding: 0 50px;
}

/*Modify Search Widget*/
.lstngSrchbox .mainform ul {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
}
.lstngSrchbox .mainform ul li{
    position: relative;
    margin-right: 4px;
    width: 100%;
}
.lstngSrchbox .mainform ul li label {
    position: absolute;
    top: -7px;
    left: 15px;
    font-size: 11px;
    font-weight: 500;
    background: #fff;
    padding: 0px 3px;
}
.lstngSrchbox .mainform input {
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    height: 46px;
    padding-left: 30px;
    padding-right: 20px;
    background-position: left 7px center;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}
.lstngSrchbox li.cityName input {
    background-image: url(../images/cityMark.png);
}
.lstngSrchbox li.dateFld input {
    background-image: url(../images/dateNewIcon.png);
    padding-right: 4px;
}
i.demo-label {
    position: absolute;
    right: 6px;
    top: 15px;
}
.lstngSrchbox button {
    background:#2678bd;
    border: 0;
    height: 46px;
    font-size: 15px;
    color: #fff;
    border-radius: 8px;
    width: 100%;
}
.lstngSrchbox .mainform ul li.dateFld {
    width: 65%;
}
.listing-right .listing-box ul li.list-logo + li {
    position: relative;
    padding-right: 0;
}
.lstngSrchbox .mainform ul li.psngr {
    width: auto;
}
.lstngSrchbox .mainform ul li.btns {
    width: 60%;
}
.modifysrch-box {
    position: relative;
    padding-bottom: 21px;
}
.pasenger-popup {
    right: 0;
    bottom: auto;
    top: 101px;
    left: auto;
    z-index: 2;
}
.tripClasss ul.claspsngstbts.claspsngstbts_mc{
    display: none;
}
/*.pasenger-popup:after {
    content: '';
    position: absolute;
    right: 40px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #1dc7cf;
}*/

.pasenger-popup .divPassengerPanel {
     padding-bottom: 0;
}
.pasenger-popup .pnlInner ul li:after {
    right: 17px;
}
.pasenger-popup .pnlInner ul li.active:before {
    right: 17px;
}
.lstngSrchbox .mainform ul li.ecnmy {
    width: 80%;
}
div#MC_Sector_2 {
    padding-right: 70px;
    margin-top: 15px;
}
div#AddSection_2 {
    float: none;
    cursor: pointer;
}
.lstngSrchbox .mainform ul li.addBtn {
    text-align: left;
    padding-top: 13px;
    padding-left: 8px;
}
.lstngSrchbox .mainform ul.multibnts {
    justify-content: flex-end;
    margin-bottom: -40px;
}
.lstngSrchbox .mainform ul.multibnts li.btns {
    width: auto;
}
.lstngSrchbox .mainform ul.multibnts li.btns button {
    width: 150px;
    position: relative;
    top: -44px;
    margin-right: 97px;
}
.error-message {
    font-size: 11px;
    position: static;
    bottom: 0;
    font-style: normal;
}
.boxme.bookinh-withs ul {
    margin: 17px 0 27px 0;
}
.boxme.bookinh-withs li {
    color: #1c1c1c;
    font-size: 12px;
    list-style: none;
    font-weight: 500;
    margin: 15px 5px 15px 15px;
    line-height: 15px;
}
.boxme.bookinh-withs li span{
    display: block;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: -0.2px;
}

.boxme.trustPilotlols {
    margin-top: 15px;
    text-align: center;
    padding: 30px 0 0 15px;
}
.callDealvox {
    display: inline-block;
    width: 550px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 9px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
}
.callDealvox .dellbox {
    display: flex;
    align-items: center;
}
.callDealvox .dellbox img {
    margin-right: 24px;
}
.callDealvox h3 {
    color: #7a92a3;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.callDealvox h3:after {
    content: '!';
}
.dellboxCalln {
    text-align: center;
}
.dellboxCalln p {
    margin: 0;
    font-size: 12px;
    color: #2f2f2f;
}
.dellboxCalln a {
    color: #7a92a3;
    font-weight: 600;
    font-size: 15px;
}

.alterDatebox.listing-box{
    background-color: #dfdfdf;
}
.alterDatebox .alterDatefild {
    background: #e8e6e7;
    margin: 0 -30px;
}
.alterDatefild h3 {
    font-size: 14px;
    color: #1d6803;
    padding: 10px 35px;
    margin: 0;
}
.flight-detailsc {
    position: fixed;
    right: -694px;
    width: 674px;
    background: #fff;
    height: 100vh;
    top: 61px;
    z-index: 5;
    padding: 0 25px!important;
    margin: 0!important;
    margin-top: 0!important;
    padding-bottom: 100px!important;
    overflow: hidden;
    overflow-y: auto;
    border-left: solid 1px #bebebe;
    box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
}
.listing-box.activeBox .flight-detailsc{
    right: 0;
}
a.closeFpopup {
    color: #202020;
    font-size: 14px;
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    position: absolute;
    right: 9px;
    top: 5px;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
}
.flight-detailsc ul.flightLogs img {
    margin-right: 8px;
    max-width: 100px;
}
.flight-detailsc ul.flightLogs h6 {
    font-size: 11px;
    color: #2f2f2f;
    text-transform: uppercase;
    margin: 0;
}
.flight-detailsc ul.flightLogs h6 span {
    font-weight: normal;
    text-transform: none;
}
.flight-detailsc ul.flightLogs {
    margin: 0;
    padding-top: 10px;
}

.flight-detailsc ul.fldtl li {
    display: inline-block;
}
.flight-detailsc ul.fldtl li h4 {
    color: #2f2f2f;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
}
.flight-detailsc ul.fldtl li h4 span {
    font-weight: normal;
}
.flight-detailsc ul.fldtl li p {
    margin: 0;
    color: #2f2f2f;
    font-size: 11px;
    text-align: left;
}
.flight-detailsc ul.fldtl li h5.oprtd {
    color: #035305;
    font-size: 11px;
    margin: 0;
    margin-bottom: -12px;
}
.flight-detailsc ul.fldtl li strong {
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 2px;
    display: block;
}
.layOvernex {
    border-bottom: 1px solid #e5e5e5;
    margin: -14px 0px 30px -25px;
    padding-left: 100px;
    margin-bottom: 20px;
}
.layOvernex:empty{
    display: none;
}
.layOvernex h6 {
    margin: 0;
    background: #fff;
    display: inline-block;
    position: relative;
    top: 14px;
    padding: 7px 14px;
    border: 1px solid #e5e5e5;
    color: #2f2f2f;
    font-weight: 500;
}
.layOvernex b {
    display: inline-block;
    font-size: 12px;
    background: #fff;
    position: relative;
    top: 15px;
    margin-left: 5px;
    color: #ea4218;
}
.listing-right .listing-box ul.flightLogs {
    padding-top: 10px;
    margin-bottom: 9px;
}
li.airprtChnages{
    position: relative;
    width: 100px;
}
li.airprtChnages span {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    margin-bottom: 11px;
    position: relative;
}

.buttonFdtp {
    text-align: center;
    padding-top: 20px;
    position: relative;
}
.buttonFdtp span.selectBtn,
.buttonFdtp a.btsn {
    color: #fff;
    width: 150px;
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
    font-size: 15px;
    position: relative;
}
.buttonFdtp span.selectBtn {
    border: 0;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translate(-50%, 0);
}
.flight-detailsc::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {background: #888;}
::-webkit-scrollbar-thumb:hover {background: #555;}

.tripClasss {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px 15px 0;
}

.tripClasss ul.claspsngstbts {
    display: flex;
    align-items: center;
}
.tripClasss ul.claspsngstbts li{
    color: #7a92a3;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    margin-left: 25px;
}
.tripClasss ul.claspsngstbts> li> div:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    position: relative;
    top: 2px;
    font-weight: 500;
    left: 4px;
}

.activeBox a.showmore {
    pointer-events: none;
}
.lightpick {
    margin-top: 18px!important;
}
.lightpick .lightpick__inner:before{
    display: none;
}
.listing-right .listing-box ul.flightLogs li {
    width: auto;
}
.currency-exchange ul#currency-list li {
    border: 1px solid #c3c3c3;
    margin-top: -1px;
}
.listing-right .cntr .stopHover ul li {
    width: 100%;
    font-size: 11px;
    display: block;
}
.listing-right .cntr .stopHover ul {
    padding: 0;
    padding-bottom: 1px;
}
.dclmrmsg {
    width: 100%;
    background: #f1f1f1;
    text-align: center;
    padding-bottom: 10px;
}
.dclmrmsg p{
    font-size: 12px;
    color: #1c1c1c;
    line-height: 20px;
}
.dclmrmsg a{
    text-decoration: underline !important;
}
.trustpilot-widget {
    padding: 0;
    background: #fff;
    margin-top: 0;
}
div#divClassTypeDDL {
    bottom: auto;
    top: 32px;
}
.listing-box ul.many-fild {margin-bottom: 15px;
}
.listing-right .listing-box .travel-details{margin-bottom:15px;
}
section.modifysearch {
    background: #003c6e;
    padding: 30px 0 10px 0;
}
.callDealvox {
    display: none;
}
.listing-right .listing-box:nth-of-type(odd) {
    background-color: rgb(255 0 0 / 3%);
    box-shadow: 0 0 1px #ccc;
}

@media only screen and (max-width: 1199px) {
.header .container-fluid {
    width: 100%;
}
body .header .right-header {
    width: 85%;
}
div#divlistingbody {
    padding-left: 60px;
}
.listing-right .listing-box ul li h3 {
  font-size: 20px;
}
.layer h3 p {
    font-size: 12px;
    padding: 9px 26px;
}
.listing-right .flight-detailsc ul li:last-child {
    width: 15%;
}
.listing-right .flight-detailsc ul.flightLogs li:last-child {
    width: auto;
}
.listing-sec .left-sidebar h2 + a.clearftr {
    top: 8px;
    right: -6px;
}
.listing-right .listing-box {
    padding: 0 15px 0 15px;
    padding-bottom: 0;
}

.listing-right .listing-box ul li:nth-of-type(3) {
    width: 30%;
}
.listing-right .bottom-bnt {
    margin: 0 -15px;
}
.travel-details h6.td {
    margin: -51px 0 0 -15px;
}
.travel-details .form-details ul li label {
    font-size: 10px;
}
.travel-details .form-details ul li textarea, .travel-details .form-details ul li select, .travel-details .form-details ul li input {
    font-size: 11px;
}
span#cvvNumberInfo {
    font-size: 12px;
}
.listing-right .listing-box ul li span.BookingError.txtCardCCV + img {
    height: 23px;
}
.all-fairs .fixed-content {
    width: 15%;
}
.fare-slide {
    width: 85%;
}

.listing-right .flight-detailsc ul li div p strong {
    line-height: 13px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
/*Search Widget*/
.listing-right .listing-box ul.ttlogo li div span.btn.btn-primary {
    font-size: 13px;
    padding: 9px 15px;
}
div#MC_Sector_2 {
    padding-right: 82px;
}
.lstngSrchbox .mainform ul.multibnts li.btns button {
    margin-right: 29px;
}
#Tp_multicity .mults {
    width: 90.5%;
}
body .innermodify .pasenger-popup {
    height: auto;
    left: auto;
}
.header .right-header {
    width: 64%;
}

}


@media only screen and (max-width: 991px) {
.header .right-header {
    width: 49%;
}
body .innermodify .pasenger-popup {
    height: auto;
    left: auto;
}
.lstngSrchbox .mainform ul.multibnts li.btns button {
    width: 140px;
    margin-right: 0;
}
#Tp_multicity .mults {
    width: 86.5%;
}
div#MC_Sector_2 {
    padding-right: 94px;
    margin-top: 15px;
}




.listing-sec.filter-alternate {
    background: transparent;
}
.promoCode .flexDiv {
    width: 700px;
}
#spnPromoNewsletterError {
    padding-left: 236px;
    width: 476px;
    display: inline-block;
}
#spanPromoNewsletterThanks {
    padding-left: 315px;
    width: 540px;
}
 #dvAirListing {min-height: unset;}
.ipad-filter {
    transition: all 0.4s;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: -300px;
    background:#eeefef;
    width: 300px;
    overflow: hidden;
    overflow-y: scroll;
    height: 100%;
    z-index: 3;
}
.ipad-filter.f-scroll{
    left: 0;
    transition: all 0.4s;
}
.listing-sec .left-sidebar{
    width: 300px;
}
.listing-sec .ipad-filter h2.tos {
    margin: 20px;
    top: 0;
    margin-top: 30px;
}
.listing-sec .left-sidebar h2 + a.clearftr {
    top: 13px;
    right: 56px;
}
.left-sidebar.no2 {
    text-align: center;
    padding-top: 0;
    margin: -19px 0 0 0;
    border-top: 1px solid #125065;
    border-radius: 0;
}
.left-sidebar.no2 p.prgn {
    margin: 14px 0 1px 0;
}
.left-sidebar.no2 .numbr{
    text-align: left;
}
a.fltr-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #7a92a3;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    display: block;
}
.listing-sec.filter-alternate{
    display: block;
}
.filter-alternate {
    padding: 23px 0 0 0;
}
.filter-alternate ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-alternate ul li {
    background: #e06526;
    height: 38px;
    width: 166px;
    border-radius: 20px;
    color: #fff;
    position: relative;
    line-height: 37px;
    text-align: center;
    padding-left: 24px;
    font-size: 13px;
}
.filter-alternate ul li:first-child {
    background: #225b83;
}
.filter-alternate ul li span {
    width: 38px;
    position: absolute;
    border: 2px solid #fff;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -2px;
}
.filter-alternate ul li:last-child {
    margin-left: 6px;
}

.listing-sec .left-sidebar h2 {
    margin-top: 20px;
    top: 0;
}
.norsta {
    width: 130px;
    margin-left: -10px;
}
.no-result .box.right-result p {
    margin-bottom: 0;
    font-size: 14px;
}
.no-result .box.right-result a {
    font-size: 19px;
}
.no-result .noresults p {
    font-size: 15px;
}
.no-result .noresults h2 {
    font-size: 22px;
}



li.list-logo .stopHover1 {
    width: 452px;
    padding: 12px 2px 10px 8px;
}
li.list-logo .stopHover1 ul li.moli {
    margin-bottom: 3px;
}
li.list-logo .stopHover1:after {
    left: 36.5%;
}
.flight-initerary .alternatedatediv {
    margin-bottom: 20px;
}
section.listing-sec {
    margin-top: 0;
}
.listing-sec.filter-alternate {
    margin-bottom: 23px;
    padding-top: 3px;
}
.pasenger-popup .divPassengerPanel {
    padding-right: 0;
}
.pasenger-popup .divPassenger .Add_Less_Passenger {
    width: 81px;
}
.pasenger-popup .divPassenger .divPassengerType span {
    font-size: 10px;
    padding-left: 2px;
}
.pasenger-popup .divPassenger .divPassengerType p {
    font-size: 11px;
}
.listing-sec .left-sidebar h2 {
    background: transparent;
    font-weight: bold;
    font-size: 21px;
    padding: 0;
}
.filtertop h2 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 15px;
    margin-top: 17px;
}
.filtertop {
    padding-bottom: 8px;
    border-bottom: 1px solid #064d63;
}
a.fltr-close {
    position: absolute;
    top: 14px;
    right: 15px;
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #7a92a3;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    z-index: 10;
    transition: all 0.4s;
}

.show-left a.fltr-close{
    position: fixed;
    transition: all 0.4s;
}
.left-sidebar .ppfix {
    height: 750px;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 0;
    display: inline-block;
    padding-top: 10px;
}
.listing-sec .ipad-filter .filtertop h2.tos {
    margin: 16px 15px 7px 15px;
    top: 0;
    font-size: 16px;
}
body.fixed{
    overflow: hidden;
}
.fliter-floting {
    margin-left: 14px;
}
a.lnkUnaccompaniedMinorPopup {
    bottom: -40px;
    right: auto;
    left: 0;
}
.left-sidebar.filter-option .panel-group.ppfix {
    height: auto;
    width: auto;
    width: 100%;
}
.fliter-floting {
    margin-bottom: 150px !important;
}
div#Tp_multicity {
    padding-left: 0;
}
.listing-right .listing-box ul h4 {
    font-size: 11px;
}
.listing-topstrips ul li p {
    font-size: 8px;
    padding-left: 5px;
}
.container.listing_page .col-sm-2 {
    padding: 0;
    width: 15%;
    margin-left: -1%;
}
.container.listing_page .col-sm-2 .fixme1 {
    width: 108px;
}
div#divlistingbody {
    padding-left: 15px;
}
.listing-right .listing-box li.list-logo .stopHover1 {
    left: 32px;
}
.icon-class {
    top: 22px !important;
}
.promoCode .txt2 input {
    min-width: 165px;
}
.promoCode .txt1 {
    font-size: 10px;
}
div#divlistingbody,
.modifysrch-box .container {
    padding: 0;
}
.listing-right .listing-box ul.ttlogo li div span.btn.btn-primary {
    padding: 9px 12px;
}
.listing-right .bottom-bnt {
    padding: 6px 24px 18px 24px;
}




}

.lnkUnaccompaniedMinorPopup {
    display: none!important;
}
.tripClasss label.radio-inline input {
    width: 17px;
    height: 17px;
    position: relative;
    top: 3px;
    margin-right: 6px;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .lstngSrchbox .mainform ul {
        display: block;
    }
    .lstngSrchbox .mainform input{margin-bottom: 10px;}
    .lstngSrchbox .mainform ul li.dateFld{width: 100%; display: block !important;}
    .lstngSrchbox .mainform ul li.btns{width: 100%; padding-top: 13px;}
    .header .logo{width: 35%;}
    body .header .right-header {
    width: 85%;
    display: flex;
    

}

}


@media only screen and (max-width: 767px) {
.header .container-fluid {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
body .header .right-header {
        width: auto;
}
.lstngSrchbox .mainform input {
    height: 60px;
}
.lstngSrchbox .mainform ul {
    display: flex;
    flex-wrap: wrap;
}
.tripClasss label.radio-inline {
    font-size: 16px;
    font-weight: bold;
}
.lstngSrchbox button,
.lstngSrchbox .mainform ul li.trvlName,
.lstngSrchbox li.dateFld input,
.lstngSrchbox li.cityName input {
    border: 2px solid #e1e7ee;
    padding: 10px 7px 10px 30px;
    border-radius: 8px;
    height: 71px;
    font-size: 16px;
    font-weight: bold;
}
span#txtPassengers {
    font-size: 15px;
    font-weight: 500;
    padding-left: 4px;
}
.lstngSrchbox .mainform ul li.dateFld {
    min-width: 48%;
    max-width: 48%;
}
.lstngSrchbox .mainform ul li.trvlName{
    min-width: 100%;
    max-width: 100%;
}
.lstngSrchbox .mainform ul li.trvlName{
    padding-left: 7px;
}
.lstngSrchbox .btns button {
    height: 56px;
    font-size: 18px;
    padding: 0;
}
.tripClasss ul.claspsngstbts li div {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}
.lstngSrchbox .mainform ul li label {
    font-size: 12px;
}
.lstngSrchbox .mainform ul li {
    margin-right: 0;
}
.tripClasss {
    padding: 0 0 25px 0;
    flex-wrap: wrap;
}
.tripClasss ul.claspsngstbts li {
    margin-left: 0;
}
.tripClasss ul.claspsngstbts li div {
    font-size: 14px;
    padding-top: 5px;
}
div#divClassTypeDDL {
    bottom: auto;
    top: 0;
    padding: 20px;
}
.pasenger-popup .pnlInner ul li {
    border-bottom: 1px solid #9E9E9E;
    font-size: 16px;
}
.pasenger-popup {
    right: 0;
    top: 0;
    padding-right: 20px;
}
.pasenger-popup .divPassenger .divPassengerType p {
    font-size: 14px;
}
.pasenger-popup .divPassenger .divPassengerType span {
    font-size: 12px;
}
#formFlightSearchEngine {
    padding: 11px 15px 22px 15px;
}
.tripClasss ul.claspsngstbts {
    width: 100%;
}
.pasenger-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 20px #666;
    z-index: 1;
    box-shadow: 0 16px 824px 259px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 16px 824px 259px rgba(0,0,0,.1);
    -moz-box-shadow: 0 16px 824px 259px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 16px 824px 259px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 16px 824px 259px rgba(0,0,0,.1);
    border-radius: 0;
}
.pasenger-popup .divPassenger .divPassengerType p {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #1f2937;
}
.pasenger-popup .divPassenger .divPassengerType span {
    font-size: 13px;
    padding-left: 6px;
    color: #757575;
    display: block;
    width: auto;
}
.pasenger-popup .divPassenger .PlusPassenger input, .pasenger-popup .divPassenger .MinusPassenger input {
    width: 30px;
    line-height: 19px;
    padding: 0;
    height: 30px;
    background: #f7f7f7;
    border: none;
    color: #6c6c6c;
    border-radius: 6px;
    box-shadow: inset 0 8px 7px -3px rgb(0 0 0 / 3%);
    transition: all .1s ease;
    display: block !important;
    text-align: center;
    cursor: pointer;
}
.trvlcls h2 {
    font-size: 14px;
    margin-top: 0;
}
.trvlcls .pnlInner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pasenger-popup .trvlcls .pnlInner ul li {
    font-size: 13px;
    padding: 13px 0;
    cursor: pointer;
    border-color: #f4f4f4;
    background-color: #f5f5f5;
    font-weight: 500;
    border-radius: 10px;
    color: #36474f;
    width: 48.5%;
    text-align: center;
    margin-bottom: 10px;
}
.pasenger-popup .trvlcls .pnlInner ul li.active {
    background: #2678bd;
    color: #fff;
}
.pasenger-popup .btsy {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    border-top: 1px solid #cdcdcd;
    margin-top: 9px;
    padding-top: 9px;
}
.pasenger-popup .btsy a {
    padding: 7px 34px;
    display: inline-block;
    border-radius: 8px;
    color: #2b7dc2;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    background: transparent;
    width: 100%;
}
.trvlcls {
    padding-left: 20px;
    padding-top: 4px;
}
.pasenger-popup .divPassenger .divPassengerType {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
div#txtClassType {
    font-size: 13px;
    font-weight: 500;
    padding-left: 25px;
}
.pasenger-popup .divPassenger .PassengerCount input {
    width: 29px;
    border: 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    padding-left: 7px;
    position: relative;
    top: 3px;
}








}