@charset "utf-8";
/* CSS Document */
table.table.table-responsive.matrixTable {
  display: inline-block;
  max-width: 100%;
  margin: 0;
}
.matrix-box {
  border: solid 1px #0c2043 !important;
  background-color: #f3cd49;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 10px auto 0;
}
.matrixTable td {
  border-bottom: solid 1px #0c2043 !important;
  border-right: solid 1px #0c2043 !important;
}
.matrix-box .table > tbody > tr > td, .matrix-box .table > tfoot > tr > td {
  border: none;
  vertical-align: middle;
  margin: 0 !important;
  font-weight: 700;
}
@media (max-width: 1499px) {
  .cheapflight-main-section .container {
    min-width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1599px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 25px 18px !important;
  }
}


@media (max-width: 1199px) {
  .cheapflight-departure-detail-collapsed h2 {
    left: -4% !important;
  }
/*
  .cheapflight-departure-detail h1,
  .cheapflight-return-detail h1,
  .cheapflight-airline .cheapflight-airline-name,
  .cheapflight-airline-arrivalTime h4,
  .cheapflight-airline-departureTime h4 {
    font-size: 14px !important;
  }

  .cheapflight-airline span,
  .cheapflight-travelTime,
  .cheapflight-travel-stops,
  .cheapflight-ticket-detail h5,
  .cheapflight-ticket-detail span,
  .cheapflight-airline-flight-details span {
    font-size: 12px !important;
  }*/
	.cheapflight-call-to-action{
		justify-content: space-evenly;
		padding: 5px 0px;
	}
	.cheapflight-call-to-action span{
		font-size: 16px;
	}
}

@media (min-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    border-bottom: 5px solid #fff;
    font-weight: 700;
  }

  .banner-form .form-control, .banner-form .form-select {
  	  padding: 1.3rem 1.5rem;
  }
	
  .cheapflight-banner .banner-form .form-control, .cheapflight-banner .banner-form .form-select {
    padding: 14px 12px;
    font-size: 14px !important;
    font-weight: 700;
  }

  .cheapflight-banner .banner-form .form-control,
  .cheapflight-banner .banner-form .form-select {
    margin-bottom: 0px;
  }

 /* .nav-tabs .nav-link, .banner-form-btn{
    padding: 1.2rem 1.2rem;
  }
	*/
  
	
	.cheapflight-banner .nav-tabs .nav-link{
		padding:  0rem 1rem 0rem 0rem;
	}

  .cheapflight-aside-btn,
  .filter-heading {
    /* display: hide !important; */
  }

  .hide-area {
    display: block !important;
    left: -400px;
  }

}

@media (max-width: 991px) {
	.LIntroColRColL {
    width: 110px;
    text-align: right;
}
	.cheapflight-airline-departureTime{
		text-align: left;
	}
	
	.cheapflight-airline-arrivalTime{
		text-align: right;
	}
	
	.cheapflight-flight-detail{
		padding: 15px 5px 15px 15px;
	}

  .sm-bottom-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 8px 25px;
    background: #fff;
    z-index: 222;
    box-shadow: 0px 0px 20px 9px #0000001f;
    justify-content: center;
  }

  .text-above-radio {
    font-size: 20px;
  }

  .cheapFlight-flight-bar {
    padding: 10px;
  }

  .banner-text {
    display: none;
  }

  .input-mid-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50px;
    right: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 7px;
    top: 2%;
    transform: translate(20px, 10px);
  }

  .review-content p {
    font-size: 16px !important;
    line-height: 24px;
    padding: 10px 0px;
  }

  .review-detail h5 {
    font-size: 18px;

  }

  .g-testimonial {
    border-radius: 10px;
    padding: 15px;
  }

  .star-Rating li img {
    width: 20px;
  }

  .cheapflight-table-footer {
    display: block !important;
  }

  .footer-bottom {
    padding: 15px 0px 75px 0px;
  }

  .cheapflight-table-footer .justify-content-md-end {
    text-align: left;
    justify-content: flex-start !important;
  }

  /*Banner Form */

  .cheapflight-banner .flight-form .input-mid-icon {
    right: 76%;
    top: 10%;
  }

  .cheapflight-banner .flight-form .form-control,
  .cheapflight-banner .flight-form .form-select {
    margin-bottom: 10px;
  }

  /*departure toggle section */

  .cheapflight-departure-title-tag-collapsed {
    height: auto !important;
    width: 100% !important;
  }

  .cheapflight-return-title-tag-collapsed {
    height: auto !important;
    width: 100% !important;
  }

	
.cheapflight-banner .flight-form {
    padding: 10px 0px !important;
  }

  .cheapflight-airline-timeline-collapsed,
  .cheapflight-airline-collapsed {
    padding: 25px 25px 25px 25px !important;
  }
	
	.cheapflight-airline-collapsed{
		border-bottom: 1px solid rgba(0,0,0,0.15);
	}
	
	.cheapflight-airline-timeline-collapsed .cheapflight-airline-timeline{
		margin-top: 0px;
	}
	
  .cheapflight-departure-detail-collapsed h2,
  .cheapflight-return-detail-collapsed h2 {
    transform: rotate(0deg) !important;
    position: relative !important;
    top: 0px !important;
    text-align: center;
    margin: 10px auto;
  }

  .cheapflight-airline-timeline {
    margin-top: 25px;
  }
}


@media (max-width: 992px) {
  .rmdp-input {
    height: 38px !important;
}
.searchBtnDiv {
  width: 22%;
  margin-left: 77%;
}
}
@media (max-width: 990px) {
.cheapflight-banner .banner-form .input-mid-icon {
  top: 14%;right: 75%;
}
	
.cheapflight-airline-timeline-collapsed{
	padding: 25px 10px !important;
}

}

@media (max-width: 767px) {
	.cheapflight-call-to-action{
		justify-content: center;
	}
	.cheapflight-call-to-action .cheapflight-call-icon{
		margin: 0px 15px;
	}

  .text-above-radio {
    margin: 30px 0;
  }

  .cheapflight-banner {
    padding: 50px 0px;
  }

  .cheapflight-banner .container {
    max-width: 95%;
  }

  .cheapflight-table-header h2 {
    font-size: 22px;

  }
	
	#panelsStayOpen-collapseZero{
		text-align: center;
	}


  .resetFilter-btn,
  .left-arrrow-btn,
  .right-arrrow-btn {
    padding: 4px 13px;
  }

  .cheapflight-aside-btn,
  .filter-heading {
    display: flex !important;
    margin-bottom: 20px;
    padding: 6px;
    font-weight: bold;
    background-color: #00c2cb;
    width: 100%;
    padding: 11px;
    border-color: transparent;
  }

  .filter-heading {
    background-color: transparent;
  }

  .hide-area {
    display: none;
    position: fixed;
    left: 0px;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    padding: 15px;
    width: 100%;
    overflow: auto;
    height: 100vh;
    transition: all .3s ease;
  }

  .cheapflight-main-section {
    background-color: #e5f9fa;
    padding: 50px 0px;
  }

  .cheapFlight_badges:nth-child(1),
  .cheapFlight_badges:nth-child(2),
  .cheapFlight_badges:nth-child(3) {
    justify-content: center;
  }

  .cheapFlight-extra-msg,
  .section-with-photo,
  .cheapFlight_Cta,
  .footer,
  .footer-bottom {
    text-align: center;
  }

  .g-testimonial {
    margin: 50px 0px 0px;
  }

  .footer-bottom .star-Rating {
    float: none;
  }

  .cheapFlight_Cta {
    padding: 25px 0px;
    margin-top: 50px;
  }

  /* .currency-btn,
  .contact-btn {
    width: 50%;
  } */


  .section-with-photo {
    padding: 80px !important;
  }

  /*Banner Form */
  .cheapflight-banner .banner-form {
    display: flex;
    align-content: center;
    justify-content: center;
  }

  .cheapflight-banner .flight-form .input-mid-icon {
    right: 50%;
    top: 5%;
  }

  .cheapflight-banner .flight-form .form-control,
  .cheapflight-banner .flight-form .form-select {
    margin-bottom: 10px;
  }

  /*Banner Form */

  /*Flight Page Code Under this*/

  .cheapflight-departure-detail h1,
  .cheapflight-return-detail h1,
  .cheapflight-airline .cheapflight-airline-name,
  .cheapflight-airline-arrivalTime h4,
  .cheapflight-airline-departureTime h4 {
    font-size: 18px !important;
  }

  .cheapflight-airline span,
  .cheapflight-travelTime,
  .cheapflight-travel-stops,
  .cheapflight-ticket-detail h5,
  .cheapflight-ticket-detail span,
  .cheapflight-airline-flight-details span {
    font-size: 14px !important;
  }

  .cheapflight-airline-timeline {
    margin: 25px auto;
  }

	.cheapflight-airline-departureTime{
		text-align: left;
	}
	
	.cheapflight-airline-arrivalTime{
		text-align: right;
	}

  .cheapflight-ticket-detail {
    border-left: none !important;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 25px;
  }

  .cheapflight-return-detail {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 25px;
  }

  .cheapflight-airline-collapsed {
    padding: 25px 25px 25px 25px !important;
  }
	
	.cheapflight-airline-timeline-collapsed{
		padding: 25px 0px 0px 0px !important;
	}

  .btn-group-for-sliders {
    display: flex !important;
  }

  .cheapflight-departure-title-tag-collapsed {
    height: auto !important;
    width: 100% !important;
  }

  .cheapflight-return-title-tag-collapsed {
    height: auto !important;
    width: 100% !important;
  }

  .cheapflight-return-detail-collapsed {
    margin-top: 25px;
  }

  .cheapflight-departure-detail-collapsed h2,
  .cheapflight-return-detail-collapsed h2 {
    transform: rotate(0deg) !important;
    position: relative !important;
    top: 0px !important;
    text-align: center;
    margin: 10px auto;
  }
}

@media (max-width: 575px) {
  .searchBtnDiv {
      width: 80%;
      margin-left: 10%;
  }

	.cheapflight-flight-detail{
		padding: 20px;
	}
  .cheapflight-table-header {
    margin-top: 25px;
  }

/*  .cheapflight-airline-departureTime,
  .cheapflight-airline-timeline-collapsed .cheapflight-airline-arrivalTime {
    width: 25%;
  }*/

  .cheapflight-travel-timeline {
    width: 50%;
  }

  .cheapflight-airline-arrivalTime {
    width: 25%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (max-width: 496px) {
  .section-with-photo {
    padding: 50px !important;
  }

  .section-with-photo .btn-orange {
    font-size: 16px !important;
  }

  .section-with-photo span {
    font-size: 12px;
  }
.cheapflight-airline-timeline-collapsed{
	padding: 15px 0px 0px 0px!important;
}
	.cheapflight-airline-collapsed{
		padding: 15px 25px 15px 25px !important;
	}
	
  .cheapflight-departure-detail h1,
  .cheapflight-return-detail h1,
  .cheapflight-airline .cheapflight-airline-name,
  .cheapflight-airline-arrivalTime h4,
  .cheapflight-airline-departureTime h4, .cheapflight-airline-departurePlace h4, .cheapflight-airline-arrivalPlace h4 {
    font-size: 14px !important;
  }

  .cheapflight-airline span,
  .cheapflight-travelTime,
  .cheapflight-travel-stops,
  .cheapflight-ticket-detail h5,
  .cheapflight-ticket-detail span,
  .cheapflight-airline-flight-details span, .cheapflight-airline-departurePlace h4 span, .cheapflight-airline-arrivalPlace h4 span{
    font-size: 12px !important;
  }
	
}


@media (max-width: 364px) {
	.cheapflight-table-header{
		display: block;
	}
	
	.resetFilter-btn, .left-arrrow-btn, .right-arrrow-btn{
		padding: 5px 13px;
	}
}



@media screen and (max-width:767px) and (min-width:320px){
  .travlrDrpCntnt
  {width: 100%;}
  .input-mid-icon {
    display: none;
}
  .rdoButton
  {width: 25px; height: 25px;}

  .rdoButton label
  {font-size: 12px; line-height: 22px;}

  .travlrDrpCntntRowIntro .form-select
  {width: 160px;}

  .travlrDrpCntntRowCol .btn-primary
  {min-width: 80px;}

  .searchResultPgColLBx
  {width: 100%; height: 100vh; position: fixed; top: 0; left: 0; background: #fff; z-index: 9999; padding: 43px 0 50px 0; display: none;}

  .filterSec1
  {display: block;}

  .filterSec2
  {display: block;}

  .searchResultPgColSPFilter
  {display: block;}

  .searchResultPgColLBxShow
  {display: block;}

  .searchResultPgColLBxHide
  {display: none;}

  .filterSec3
  {display: block;}

  .searchResultPgColLSec1
  {display: none !important;}

  .searchResultPgColLSec 
  {display: none;}

  .searchResultPgColLSec + .searchResultPgColLSec
  {margin: 0;}

  .searchResultPgColLSec .accordion-header
  {display: none;}

  .searchResultPgColLSec .accordion-body
  {padding: 0;}

  .searchResultPgColRSec1 .slick-prev, .searchResultPgColRSec1 .slick-next
  {width: 25px; height: 25px;}

  .searchResultPgColRSec1 .slick-prev:after
  {width: 7px; height: 7px; top: 9px; left: 10px;}

  .searchResultPgColRSec1 .slick-prev
  {left: -90px;}

  .searchResultPgColRSec1 .slick-next:after
  {width: 7px; height: 7px; top: 9px; left: 9px;}

  .searchResultPgColRSec1 .slick-next
  {right: -10px;}

  .searchResultPgColRSec1Head
  {width: 80px;}

  .searchResultPgColRSec1Bx
  {padding: 0 0 0 80px;}

  .searchResultPgColRSec2
  {padding: 20px 0 0 0;}

  .ColRSec2HeadColL
  {width: 100%;}

  .ColRSec2HeadColR
  {display: none;}

  .ColRSec2IntroRowColL, .ColRSec2IntroRowColR
  {width: 100% !important;}

  

  .ColRSec2IntroRowColLIntro
  {display: block;}

  .ColRSec2IntroRowColLIntroColL
  {width: 100%;}

  .LIntroColLBxIcon
  {width: 30px;}

  .LIntroColLBxIntro
  {padding: 0 0 0 10px;}

  .LIntroColLBxIntro h4
  {font-size: 13px;}

  .LIntroColLBxIntro p
  {font-size: 13px; line-height: 14px;}

  .ColRSec2IntroRowColLIntroColR
  {width: 100%; padding: 10px 0 0 0;}

  .LIntroColRColL h4
  {font-size: 13px;}

  .LIntroColRColL p
  {font-size: 12px; line-height: 12px;}

  .LIntroColRColMRow2
  {width: 100%; padding: 5px 0 5px 0;}

  .LIntroColRColM p
  {font-size: 13px;}

  .ColRSec2IntroRowColLBx + .ColRSec2IntroRowColLBx
  {border-top: 1px dashed #ddd; padding: 10px 0 0 0;}

  .ColRSec2IntroRowColRBx
  {border: none; border-top: 1px dashed #f57211; padding: 10px 0 0 0; width: auto; display: flex; flex-wrap: wrap; margin: 15px -10px 0 -10px;}

  .ColRSec2IntroRowColRSec1
  {width: 60%; text-align: left; padding: 0 10px 0 10px;}


  .IntroRowColRRow1 h4
  {font-size: 13px;}

  .IntroRowColRRow2 h3
  {font-size: 17px;}

  .IntroRowColRRow2 p
  {font-size: 13px; padding: 0;}

  .ColRSec2IntroRowColRSec2
  {width: 40%; padding: 0 10px 0 10px; text-align: right;}

  .IntroRowColRRow3
  {padding: 0;}

  .IntroRowColRRow3Row a
  {height: 28px; line-height: 28px; font-size: 13px; text-align: center;}

  .IntroRowColRRow3Row1 a img
  {font-size: 15px;}

  .RowDropRow
  {padding: 40px 15px 15px 15px;}

  .RowDropRowHead
  {width: 100%; height: auto; text-align: center; padding: 5px 0 0 0; border-radius: 10px 10px 0 0;}

  .RowDropRowHead h4
  {position: static; transform: initial;}

  .RowDropRowColL
  {width: 100%;}

  .RowDropRowColR
  {width: 100%; margin: 10px 0 0 0;}

  .RowDropRowColR .LIntroColRColL
  {width: 60px;}

  .RowDropRowColR .LIntroColRColMRow2
  {width: 100%;}

  .searchResultPgColRSec3 a
  {width: 100%; height: 45px; line-height: 47px; font-size: 15px;}

  .ColRSec2IntroRow
  {padding: 15px;}



  /*flight-popup*/
  .flPopupBx
  {width: 90%; padding: 3em 1em;}

  .flPopupRow2ColTxt h4
  {font-size: 14px;}

  .flPopupRow2ColTxt h4 span
  {font-size: 14px;}

  .flPopupRow3 p
  {font-size: 12px;
   
  }

  .flPopupRow5 p
  {font-size: 13px;}
}


@media screen and (max-width:991px) and (min-width:768px){
  .searchResultPgCol 
  {width: 100% !important;}

  .rdoButton
  {width: 25px; height: 25px;}

  .rdoButton label
  {font-size: 12px; line-height: 22px;}

  .travlrDrpCntntRowIntro .form-select
  {width: 160px;}

  .travlrDrpCntntRowCol .btn-primary
  {min-width: 80px;}

  .searchResultPgColLBx
  {width: 100%; height: 100vh; position: fixed; top: 0; left: 0; background: #fff; z-index: 9999; padding: 43px 0 50px 0; display: none;}

  .filterSec1
  {display: block;}

  .filterSec2
  {display: block;}

  .searchResultPgColSPFilter
  {display: block;}

  .searchResultPgColLBxShow
  {display: block;}

  .searchResultPgColLBxHide
  {display: none;}

  .filterSec3
  {display: block;}

  .searchResultPgColLSec1
  {display: none !important;}

  .searchResultPgColLSec 
  {display: none;}

  .searchResultPgColLSec + .searchResultPgColLSec
  {margin: 0;}

  .searchResultPgColLSec .accordion-header
  {display: none;}

  .searchResultPgColLSec .accordion-body
  {padding: 0;}

  .searchResultPgColRSec1 .slick-prev, .searchResultPgColRSec1 .slick-next
  {width: 25px; height: 25px;}

  .searchResultPgColRSec1 .slick-prev:after
  {width: 7px; height: 7px; top: 9px; left: 10px;}

  .searchResultPgColRSec1 .slick-prev
  {left: -130px;}

  .searchResultPgColRSec1 .slick-next:after
  {width: 7px; height: 7px; top: 9px; left: 9px;}

  .searchResultPgColRSec1 .slick-next
  {right: -10px;}

  .searchResultPgColRSec1Head
  {width: 120px;}

  .searchResultPgColRSec1Bx
  {padding: 0 0 0 120px;}

  .ColRSec2HeadColL
  {width: 100%;}

  .ColRSec2HeadColR
  {display: none;}

  .RowDropRow
  {padding: 20px 20px 20px 60px;}
}


@media screen and (max-width:1170px) and (min-width:992px){



  .ColLSec1Btm a
  {width: 245px; height: 61px;}

  .RowDropRow
  {padding: 20px 20px 20px 60px;}
}

@media (max-width: 680px) {
  section.container.cheapFlight-badge-section {
    width: 100%;
    margin-left: 0%;
}
.searchBtnDiv {
  width: 50%;
  margin-left: 25%;
}
.cheapFlight_badges h2, .cheapFlight_badges figure {
  display: inline-block !important;
  font-size: 16px;
  line-height: 23px;
}
.cheapFlight_badges figure .img-fluid {
  max-width: 84%;
  height: auto;
}
.homePage-banner {
  padding: 3px 15px 10px 15px !important;
  height: 416px;
}
.searchDiv {
  margin-top: 29px;
}

}


@media (max-width: 580px) {
.LIntroColRColL {
  width: 70px !important;
  text-align: right;
}

.IntroRowColRRow2 h3 {
  text-align: left;
  }
  .LIntroColLBx {
    text-align: center;
}
.ColRSec2IntroRowDrop .LIntroColLBxIcon {
  margin-left: 42%;
}
.RowDropRowColLSec2 {
  text-align: center;
}
.RowDropRow {
  padding: 20px 20px 20px 52px;
}

}
@media (max-width: 480px) {
  .Autocompletetext ul {
    width: 93% !important;
    z-index: 999 !important;
}
.travlrDrpCntnt {
  width: 100% !important;
}
.travlrDrpCntntRowCol {
  float: left;
  width: 100%;
}
.travlrDrpCntntRowIntro .form-select {
  width: 100%;
}
.travlrDrpCntntRowCol+.travlrDrpCntntRowCol {
  margin: 0 !important;;
}
.searchBtnDiv {
  width: 50% !important;
  margin-left: 25% !important;
}
}
@media (max-width: 419px) {
  .navbar-brand img {
    margin-right: 2px;
    margin-top: 5px;
}
.searchDiv {
  margin-top: 15px;
}
.homePage-banner {
  padding: 3px 0px 10px 0px !important;
  height: 478px;
}
.searchDiv {
  margin: 12px 0 0;
}
.cheapflight-banner .container {
  max-width: 100%;
}
.cheapFlight_badges figure .img-fluid {
  max-width: 60%;
}
.cheapflight-banner .banner-form .input-mid-icon {
  display: none;
}
.cheapflight-banner .flight-form {
  padding: 5px 0px !important;
}

}
@media (max-width: 1200px) {
  .flPopup {
    height: 66vh !important;;
  }
}
@media (max-width: 991px) {
.flPopup {
  height: 74vh !important;
}
}

@media (max-width: 768px) {
  .col-md-4.form-section {
    margin-left: 3%;
    margin-right: 3%;
    width: 94%;
  }
  .Userloginalert {
    width: 94% !important;
  }
  .UserLoginform_sec .form-section {
    margin-top: 10px !important;
}
.navbar-brand img {
  width: 90px;
  margin-right: 50px;
  text-align: center;
}
}
@media (max-width: 620px) {
  
.navbar-brand img {
  width: 90px !important;
}
}

