.tollfree {
  margin-top: 6px; /*background: #f48939;*/ /*padding: 8px 8px;*/
}
.tollfree a {
  color: #ef1923;
  font-size: 20px;
  font-weight: 600;
  line-height: 19px;
}
.tollfree a span {
  font-size: 11px;
  display: block;
  letter-spacing: 0.5px;
  font-weight: normal;
  color: #777;
}
.tollfree a i {
  color: #194c66;
}
.tollfree a img {
  width: 30px;
  float: left;
  margin: 8px 0 0 -36px;
}

.navbar-nav > li > a {
  color: #000 !important;
  font-size: 16px;
  text-transform: CAPITALIZE;
  font-weight: 500;
  line-height: 22px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

img.logo {
  width: 225px;
  margin: 0px 0 0 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  img.logo {
    width: 210px;
  }
}
@media (max-width: 500px) {
  .navbar{
    padding-block: 0px !important;
  }
  .airLineimg h2{
    padding: 8px 0px !important;
  }
}
@media (min-width: 360px) and (max-width: 639px) {
  img.logo {
    width: 210px;
  }
}

.top-section {
  height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url('./files/bnr.jpg');
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.header-section {
  height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url('./files/bnr.jpg');
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.about-section {
  height: auto;
  display: flex;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url('./files/about.jpg');
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.header-content {
  max-width: 100%;
}
.small_icon {
  padding: 15px;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
  text-align: center;
  margin: 0px 0 0 0;
  border-radius: 4px;
}
.small_icon i {
  background: #10658C;
  width: 55px;
  height: 55px;
  font-size: 24px;
  line-height: 55px;
  color: #fff;
  border-radius: 48px;
  margin: 0 0 9px 0;
}

.img-responsive{
    max-width: 100%;
}
.dest_ct_bx{
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.img_bx {
  position: relative;
  overflow: hidden !important;
}
.img_bx img {
  width: 100%;
  height: 250px;
  display: block;
  transition: all 0.5s;
}
.img_bx img:hover {
  transform: scale(1.1);
}
.dest_bx_dls h4 {
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(#000000, #ef19234a);
  padding: 7px 15px;
  border-radius: 0;
  /*text-transform: uppercase;*/
  width: 100%;
  text-align: center;
}
.dest_bx_dls p span {
  display: block;
}
.dest_bx_dls p {
  text-align: center;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #ef1923;
  line-height: 30px;
  font-size: 16px;
  margin: 0;
  position: absolute;
  top: 0px;
  right: 0;
  width: 80px;
  border-radius: 0;
}
.dest_bx_dls p:after {
  content: "";
  position: absolute;
  left: -31px;
  border: 15px solid #ef1923;
  border-left: 18px solid transparent;
}

.container-slide {
  margin: auto;
  max-width: 1440px;
  overflow-x: scroll;
  white-space: nowrap;
  background-color: #fff;
  display: flex;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-disabler {
  width: 100vw;
  height: 450px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.0001);
}

.review-card {
  flex: 0 0 auto;
  width: 250px;
  scroll-snap-align: start;
  background-color: #f2f2f2;
  cursor: pointer;
  height: auto;
  border-radius: 5px;
  margin-block: 10px;
  margin-inline: 10px;
  box-shadow: 5px 5px 5px grey;
  text-wrap: wrap;
}
::-webkit-scrollbar {
  display: none;
}

.fav_dst p {
    color: #2c3892;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    padding: 10px 20px;
    margin: 0;
    border-radius: 4px;
}
.fav_dst p span {
  float: right;
  color: #EF1923;
}

.footer_icon
{
    text-align: center;
    background: #fffbfb;
    padding: 12px 0;
}
.footer_icon ul{}
.footer_icon ul li{display: inline-block;}
.footer_icon ul li img{}
.footer
{
    background: #2c3892;
    padding: 20px 0;background-position: 18% 43%;
    background-repeat: no-repeat;
    background-size: cover;position: relative;
}
.brdr_rt{}
.footer:after{content: '';}
.ftr_bx{}
.ftr_bx h4
{
	color: #fff;
    letter-spacing: 1px;
    margin-bottom: 45px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.ftr_bx h4::first-letter{font-size: 20px;color: #fff;}
.ftr_bx h4::before
{
	content: "";
    width: 175px;
    height: 1px;
    background: #004d97;
    position: absolute;
    bottom: -12px;
    left: 0px;
}
.ftr_bx h4::after
{
	content: "";
    width: 60px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: -13px;
    left: 0;
}
.ftr_bx ul li{padding: 6px 0;list-style-type: none;}
.ftr_bx ul li a{color: #fff;font-size: 13px; text-decoration: none;}
.ftr_bx ul li a i{color: #fff;margin-right: 3px;}
.ftr_bx p{color: #fff;margin: 0;line-height: 30px;font-size: 13px;}
.footer_btm
{
	text-align: center;
    background: #2c3892;
    padding: 15px 0;
    color: #fff;
    letter-spacing: 1px;
    font-size: 13px;
}
.dis_tt {
  font-size: 13px;
  color: #ccc;
  margin-top: 45px;
  line-height: 25px;
}
.btn-contact{
  width: 100%;
  border: 1px solid #2c3892;
  background: #2c3892;
  height: 40px !important;
  color: #fff;
  font-weight: 600;
  font-size: 20px !important;
}
.btn-banner{
  width: max-content;
  color: #fff !important;
  border: 0;
  padding: 10px 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700 !important;
  border-radius: 4px;
  background-color: #EF1923;
}

/* Pop-Up */
.pop-up{
  background-color: white;
  border: 2px solid black;
  border-radius: 8px;
  margin-inline: auto;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
  width: 95%;
}
.pop-up-close{
  font-size: 30px;
  cursor: pointer;
  margin-left: 14%;
}
.pop-up-2-row{
  display: flex;
  justify-content: space-between;
}
.logo-pop-up-2 {
  width: 62%;
  margin-top: 10px;
  margin-bottom: 2px;
  cursor: pointer;
  margin-left: 16%;
}
.card-p{
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important;
  height: 55vh;
}

.card-img-top-p{
  width: 120px !important;
  height: 120px !important;
  border-radius: 50% !important;
  margin-block: 10px;
}
.call-logo-pop{
      border: 1px solid white;
      border-radius: 50%;
      padding: 10px;
      background-color: white;
      color: rgb(12, 155, 238);
      animation: shake 0.5s infinite;
}
.card-text{
  text-align: center;
}
.card-text-blink{
  text-align: center;
  color: #e01933;
  font-size: 20px;
  font-family: 'Fira Sans', sans-serif;
  text-decoration: none;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .pop-up{
    display: block;
  }
  #main{
    opacity: 0.2;
  }
}

@media screen and (max-width: 800px) {
  .card-p{
    height: auto;
  }
}

/* Banner In Mobile */
section.banners {
  display: none;
} 
.banners {
  background-color: #fff;
  padding: 15px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerInner {
  background-color: rgba(255,255,255,0.5);
  width: 100%;
  padding: 0 10px 0 10px;
  text-align: center;
}
.ringing_phone {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
  .ringing_phone {
  border: solid 5px #e6effe;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background: url(files/phoneRotate.png) center center no-repeat;
  text-align: center;
  display: inline-block;
  background-size: 28px;
}
.clickFull {
  position: relative;
}
.clickFull a.ddka {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.airLineimg {
  margin: 10px 0 5px 0;
  display: inline-block;
  width: 100%;
}
.airLineimg img {
  width: auto;
  margin: 6px 0px;
}
.bannerInner h1 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px 0;
font-family: 'Fira Sans', sans-serif;
}
.airlineLlogos {
  text-align: center;
  margin-bottom: 10px;
}
.airlineLlogos img {
 width: 100%;
 margin: 0px 0px;
}
.banners .bannerInner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #1a3e6e;
  padding-bottom: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.banners .bannerInner ul {
  border-bottom: 2px solid #e01933;
  padding: 0px;
  list-style: none;
}
.banners .bannerInner ul li {
  color: #000;
  font-size: 14px;
  background-image: url(files/checkIcons.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  font-weight: 500;
  margin: 0;
font-family: 'Fira Sans', sans-serif;
}
.bannerInner h2 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
}
.bannerInner .numbers {
  background: #2c3892;
  border: 0;
  margin-top: 5px;
  padding: 3px;
  background-color: #2c3892;
  position: relative;
}
.bannerInner .clickFull .numbers {
  border-radius: 50px;
}
.bannerInner .numbers a {
  color: #fff;
  font-size: 27px;
  color: #fff;
  font-weight: 600;
  padding: 0 5px 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fira Sans', sans-serif;
  text-decoration: none;
}
span.nbrs {
  text-align: left;
}  
.bannerInner .numbers a span.nbrs small {
  font-size: 15px;
  display: block;
  text-align: left;
  font-weight: 500;
  position: relative;
  top: 6px;
  font-family: 'Fira Sans', sans-serif;
  text-decoration: none;
}
.bannerInner hr {
  border-color: rgb(46 46 46 / 30%);
  margin: 20px 0 5px 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.airLineimg h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  margin: 5px 0px;
  font-family: 'Fira Sans', sans-serif;
  background: #2c3892;
  padding: 11px 0px;
}

.girlCalling {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.girlCalling img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: solid 4px #2c3892;
}
.bannerInner h2 a {
  color: #e01933;
  font-size: 20px;
  font-family: 'Fira Sans', sans-serif;
  text-decoration: none;
}
.bannerInner h2 p {
  margin: 8px 0px!important;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Fira Sans', sans-serif;
  color:#000;
}
.blink {animation: blinker 1.3s linear infinite;}

.bannerInner h1 span a {
  line-height: 29px;
  color: #000;
  text-decoration: none;
}
.bannerInner h1 span {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  font-family: 'Fira Sans', sans-serif;
}
.dss-call2 {
  margin: 5px 20px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Fira Sans', sans-serif;
}
.dss-call2 a {
  color: #000;
  text-decoration: none;
}
ul.list-view-items1 {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
  border-bottom: 0px solid #e01933!important;
  margin-bottom: 3px!important;
  margin-top: 2px!important;
}
ul.list-view-items1 li {
  color: #fff!important;
  width: 49%;
  text-align: center;
  font-size: 16px!important;
  line-height: 26px;
  font-weight: 400!important;
  background: #e01933!important;
  margin-bottom: 18px!important;
  padding: 5px 0px;
  border-radius: 4px;
  font-family: 'Fira Sans', sans-serif;
}
.text-highlight{
  color: #e01933;
}
p.mt-3.tt_btm {
  color: #000;
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}

@keyframes blinker {50% {opacity: 0;}}

@keyframes trin {
  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }
}

@media (max-width:800px){
   section.banners {
    display: block;
    /* margin-top: 48px; */
    padding: 0px;
  }
}       
