<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.dels-sction { width:100%; max-width:100%; margin-top: 15px;}
.best-cntnr { max-width:1150px; margin:0 auto;}	
.best-cntnr h1, h2, h3, h4 { text-align: left !important;}	
.best-cntnr p {letter-spacing:.5px; line-height:22px; color:#838383; text-align:justify; margin-bottom: 15px; }	

.full-width { width: 100%; float: left; margin-bottom: 20px;}	

.airlineBanner {
    width: 100%;
    height: 375px;
    background-size: cover;
	background-position: center;
}



.col-first {
  width: 75%;
  margin: 10px 0.65%;
  float: left;
}
.col-first h1,h2,h3,h4 { margin-top: 0px !important;}	
.col-last {
  width: 22%;
  margin: 10px 0.65%;
  float: left;
}
	
.sidebox {margin-bottom: 15px;}
.sidebox img {width: 100%; border: 1px solid #615e5e;}
	
.side_airs {margin-bottom: 15px; margin-top: 30px;}
.side_airs h4 { margin-bottom: 10px;}	
.side_airs ul { margin: 0px; padding: 0px;}
.side_airs ul li { margin: 0px; padding: 0px; list-style-type: none;}
.side_airs ul li a { border-bottom: 1px solid #ddd; padding: 5px 5px; font-size: 16px;
  color: #4b4c4c; display: flex; justify-content: space-between; margin-bottom: 5px; text-decoration: none;}
.side_airs ul li a:hover {color: #64021e; }	

.cntrbox {display: flex; justify-content: space-between;}
.middle-img { float: left; width: 49%;}
.middle-img img { width: 100%; border: 1px solid #615e5e;}	
.threeimg {margin-bottom: 20px; display: flex; justify-content: space-between;}
.threeimg img {width: 100%;}
	
	
@media only screen and (max-width:767px){
.best-cntnr { width:100%; padding:0 15px; }
	
.col-first {
  width: 100% !important;
  margin: 10px 0.65%;
  float: left;
}
.col-last {
  width: 100% !important;
  margin: 10px 0.65%;
  float: left;
}

.col-first img {width: 100% !important;}	
	
  
  .bottomright { &nbsp;
&nbsp; width: 68% !important;&nbsp; &nbsp;
}
.airlineBanner {
  width: 100%;
  height: 515px !important;
  background-size: cover;
  background-position: center;
}	
	
     
}

/* Style the tab */
.tabs_heading { padding: 20px; color: #fff; border-bottom: 1px solid #fff; font-size: 22px;}
.tabgcolor { background-color: #f6f6f6; padding: 15px;}	
	
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #4c4d4f;
  width: 25%;
  min-height: 430px;
  max-height: 100%;
}

.tab button {
  display: block;
  background-color: inherit;
  color: #fff;
  padding: 12px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}


.tab button:hover {
  background-color: #6e6f70;
}


.tab button.active {
  background-color: #6e6f70;
}

.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 75%;
  border-left: none;
  /*min-height: 550px;*/
  max-height: 100%;	
}
.tabcontent h3 {color: #fff;}
.tabcontent p {color: #fff;}

.maintabs { position: relative;}

.bottomright {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 18px;
  background-color: #2c2c2d87;
  padding: 10px;
  width: 27%;	
}
.dismer { font-size: 14px;}
.dismer span { color: #4c4d4f;}	
	
/*********faer***********/	
.cityfaremain {display: flex;}
.city-fare {padding: 0px 10px;}
.city-fare p { margin: 0px; font-size: 16px;}	
	
.citydate {padding: 0px 10px; border-right: 1px solid #fff;}
.citydate p { margin: 0px; font-size: 16px;}
	
.linkstab img {width: 12px; height: 13px;}
.tbarow img {width: 12px; height: 19px; float: right;}

/*****mobile_call_icon********/

.bottom-call-bar2 .PH_contactNo2 {
  font-size: 27px;
  line-height: 1.3em;
  font-weight: 700;
}	  
.visible-xs {
  display: none !important;
}
.bottom-call-bar2 {
  padding: 5px;
  background: #f60;
  bottom: -66px;
  left: 0;
  color: #fff;
  position: fixed;
  font-size: 15px;
  text-align: center;
  width: 100%;
  z-index: 3;
  transition: all .5s ease 0s;
} 
.bottom-call-bar2 a {
  color: #242323;
  text-decoration: none;
  display: block;
}  

@media (max-width: 767px){
.visible-xs {
  display: block !important;
}
	
}
</pre></body></html>