
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html,body{
	height:100%;
	position:relative;
	scroll-behavior: smooth;
  font-family: 'Roboto Condensed', sans-serif;
}
a,p,h1,h2,h3,h4,h5,h6,span{
  font-family: 'Roboto Condensed', sans-serif;
}
a {
  text-decoration: none;
}

.top_header{
  background-color: #1C2D4C;
  padding: 5px 0px;
}
.address {
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 5px 0px;
}
.top-logo {
  width: 100px;
 margin: auto;
}

.top-logo img{
  width: 100%;
  
 
}
ul.socialIcons {
  padding: 0;
  margin: 0;
  text-align: center;
}

.phone_number span{
  color:#f7b418 ;
  font-size: 28px;
  
  font-weight: 600;
  
}

.phone_number i{
  color:#f7b418 ;
  font-size: 26px;
  padding-top:5px;
  
}

.phone_number small a{
  color: white;
  font-size: 12px;
  display: block;
}
.socialIcons li {
  background-color: yellow;
  list-style: none;
  display: inline-block;
  margin: 4px;
  border-radius: 2em;
  overflow: hidden;
}

.socialIcons li a {
  display: block;
 
  min-width: 1.28571429em;
  max-width: 1.28571429em;
  height: 1.28571429em;
  white-space: nowrap;
  line-height: 1.5em; /*it's working only when you write text with icon*/
  transition: 0.5s;
  text-decoration: none;
  font-family: arial;
  color: #fff;
}

.socialIcons li i {
  margin-right: 0.5em;
}

.socialIcons li:hover a {
  max-width: 200px;
  padding-right: 1em;
}

.socialIcons .facebook {
  background-color: #3b5998;
  box-shadow: 0 0 16px #3b5998;
}

.socialIcons .twitter {
  background-color: #00aced;
  box-shadow: 0 0 16px #00aced;
}

.socialIcons .instagram {
  background-color: #cd486b;
  box-shadow: 0 0 16px #cd486b;
}

.socialIcons .pinterest {
  background-color: #c92228;
  box-shadow: 0 0 16px #c92228;
}

.socialIcons .steam {
  background-color: #666666;
  box-shadow: 0 0 16px #666666;
}
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  
}
.dropdown-submenu {
  position:relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 



.navbar{
  
  color:#1C2D4C;
  padding: 0;
  height: 70px;
}
a.navbar-brand img{
  /*height: 50px;*/
}
li.nav-item {
  padding: 10px 15px;
  color: #1C2D4C;
}
li.nav-item a{
 font-size: 18px;
 font-weight: 600;
  color: #1C2D4C;
  
  letter-spacing: 0.5px;
}
li.nav-item a:hover{
  color: #f7b418;
  
}

ul.dropdown-menu {
  background-color: #fff;
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
  /*background: rgba( 14, 14, 14, 0.25 );
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );*/
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.dropdown-item:hover{
  background-color: black;
}


        /******slider****/
.hero .owl-dots{
   position: absolute;
   right:0;
   transform: rotate(90deg);
     top: 50%;
    margin: 0px!important;
        }
        
        .hero .owl-dots .owl-dot{
          border: none!important;
          outline: none!important;
        }
        

/* From uiverse.io by @nikk7007 */
.button {
  color: #fff;
  padding:6px 8px;
  background-color: transparent;
  border-radius: .3em;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: .5s;
  font-weight: 400;
  font-size: 17px;
  border: 1px solid;
  font-family: inherit;
  text-transform: uppercase;
  color:#fff;
  z-index: 1;
  letter-spacing: 1px;
  width: 100%;
 }
 
 .button::before, .button::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color:#fff;
  transition: 1s ease;
 }
 
 .button::before {
  top: -1em;
  left: -1em;
 }
 
 .button::after {
  left: calc(100% + 1em);
  top: calc(100% + 1em);
 }
 
 .button:hover::before, .button:hover::after {
  height: 410px;
  width: 410px;
 }
 
 .button:hover {
  color: rgb(10, 25, 30);
 }
 
 .button:active {
  filter: brightness(.8);
 }
 

 .container.tab_form {
  position: relative;
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
 /* background: rgba( 14, 14, 14, 0.25 );

backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );*/
border-radius: 150px;
background-color: #fff;
border: 1px solid rgba( 255, 255, 255, 0.18 );
 
  margin-top: -100px;
  z-index: 2;
  padding: 40px;
}

.nav-tabs {
 
  border: none;
  outline: none;
}

.nav-tabs .nav-link{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1c2d4c;
  
 
}

.nav-tabs .nav-link .active{
  color:black;
  background-color:#1c2d4c!important;
}

.input-group{
  position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border:1px solid #1c2d4c;
    padding: 0;
}
.input_form {
  display: block;
  width: 100%;
  padding:5px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-left-color:#1c2d4c ;
  
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input_form.active{
  border: none;
}
.input_form:focus{
 
  outline: none;
}
.input-group > .input_form{
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
span.input-group-addon{
  padding: 5px 10px;
}
.lable{
  color: #0e1e3c;
  font-weight: 500;
  padding: 5px 0px;
}
.button_lable{
visibility: hidden;
}
.date{
  border:1px solid #1c2d4c!important;
}

.input-group select {
  width: 100%;
  padding: 5px 10px;
  border: none;
}
.destination_btn.search{
  margin: 0px;
  transition: all 0.5s;
  outline: none;
  background-color: #1c2d4c;
  color: #fff;
 
}
.destination_btn.search:hover{
  background-color: #EFBF00;
  color: #1c2d4c;
}
  /*********Today's Top 5 Lowest Flight Deals***********/


  .lowest_deal{
    padding-top:70px;
    background-color: #fff;
  }

.heading  {
text-align: center;
padding-bottom: 20px;
  }

  .heading h2{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
   line-height: 30px;
   color: #1c2d4c;
   
  }
  .heading p{
  font-size: 14px;
  color:#1C2D4C;
  }
  .table_col table{
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .table_col table td{
padding:12px 10px;
  }
  .table_col table th{
    padding:10px 10px;
    background-color: #EFBF00;
    color: #fff;
      }

      .why_dial {
        background-color: #1c2d4c !important;
        padding: 10px;
    }     

    .table_col {
      background-color: #ffff;
  }
  .view_btn {
    padding: 5px 8px;
    border: 1px solid #00000059;
    border-radius: 10px;
    color: black;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}
.view_btn::after{
  position: absolute;
  content: "";
  width:0%;
  height: 100%;
  background-color:#1C2D4C;
  left: 0;
  top: 0;
  border-radius: 10px;
  z-index: -1;
  transition: all 0.5s;
}
.view_btn:hover::after{
  width: 100%;
}

.view_btn:hover{
 color: #fff;
}

.Find_Destination{
  background-color: #1c2d4c;
  padding: 20PX;
  padding-bottom: 0px;
}
.heading_des{
  display:flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.heading_des h5{
  padding: 10px 0px 0px 10px;
  line-height: 0px;
}

.destination{
  padding:20PX;
  
}
.destination input{
 width: 100%;
}
.destination_btn{
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #EFBF00;
  border-color: #b99401;
  padding: 6px 12px;
}

.pay_later{
 
  margin-top: 20px;
  background-color: #fff;
  padding: 10PX 20px;

}

.pay_later span{
  color: #fff;
  text-align: center;
  font-size: 28px;
  padding-left: 10px;
}


.pay_later p{
  color: black;
  text-align: center!important;
  padding-top: 10px;
   padding-left: 10px;
   font-size: 12px;
}



/*****************Flights Around the World*************/



.snip1482 {
 
  position: relative;
 /* margin: 10px 20px;*/
  /*min-width: 230px;
  max-width: 295px;*/
  min-height: 260px;
  width: 100%;
  color: #ffffff;
  text-align: right;
  line-height: 1.4em;
  background-color: #1a1a1a;
  font-size: 16px;
  overflow-x: hidden;
}
.snip1482 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1482 img {
  position: absolute;
  right: 0%;
  top: 50%;
  opacity: 1;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 260px;
}
.snip1482 figcaption {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 0 20px 20px;
}
.snip1482 h2,
.snip1482 p {
  margin: 0;
  width: 100%;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}
.snip1482 h2 {
  font-family: 'Playfair Display', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.snip1482 p {
  font-size: 0.8em;
}
.snip1482 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1482:hover img,
.snip1482.hover img {
  width: 55%;
  right: -10%;
  height: auto;
}
.snip1482:hover figcaption h2,
.snip1482.hover figcaption h2,
.snip1482:hover figcaption p,
.snip1482.hover figcaption p {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.overlay_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #00000094;
  text-shadow: 1px 3px 4px rgb(0 0 0 / 27%);
}
.overlay_text span{
  font-size: 12px;
}

.gallery img{
  width: 100%;
}



.gallery_box{
  position: relative;
  margin: 5px 0px;
  
}
.glalley_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  background-color: #0000008f;
  z-index: 2;
 
}
.glalley_content h3{
  color: white;
  text-shadow: 1px 3px 4px rgb(0 0 0 / 27%);
  margin: 0;
  padding: 10px 0px;
  font-size: 20px;
  
}

.gallery_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00000082;
  z-index: 1;
  left: 0;
  opacity: 0.5;
  transition: all 0.5s;
}

.gallery_box:hover::after{
  opacity: 1;
}

.contact_section {
  padding-top: 60px;
  background-color: #1C2D4C;
  margin-top: 50px;
}

.contact p{
  color: white!important;
}
.contact h2{
  color: #fff!important;
}
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; 
  z-index: 2;
   margin: auto; 
   width: 88px;
    height: 88px; 
    border: 8px solid white;
     line-height: 88px;
      border-radius: 50%; 
      background: #EFBF00; 
      vertical-align: middle;
      
      
     }
.box > .icon:hover > .image
 { background: #1c2d4c; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }

.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px;
   background: rgba(0, 0, 0, 0.04); 
   border: 1px dashed #fff; 
   padding: 15px 0 20px 0; 
  outline: 0.5px solid #fff;
  outline-offset: -5px;
  }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title {  font-size: 20px;
    color: #222; 
    font-weight: 500; 
   margin-top: 20px;
}
.box > .icon > .info > h3.title a{
  color:#efbf00;
}
.box > .icon > .info > p {  font-size: 13px; color: #fff; line-height: 1.5em; }
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #fff; }
.box > .icon > .info > .more a {  font-size: 12px; color: #fff; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #f7b418; }
.box .space { height: 30px; }


















.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer {
  padding: 75px 0 0;
  background-color: #1c2d4c;
  position: relative;
  z-index: 2; }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#efbf00; }

.dk-footer-box-info {
  
  top: -122px;
  background: #162d56de;
  padding: 40px;
  z-index: 2; 
box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
}

  .dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .dk-footer-box-info .footer-social-link li {
    display: inline-block; }
  .dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; }
    .dk-footer-box-info .footer-social-link a i.fa-facebook {
      background-color: #3B5998; }
    .dk-footer-box-info .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .dk-footer-box-info .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; }
    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
      background-color: #0976B4; }
    .dk-footer-box-info .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }

.footer-awarad {

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px;
color: #fff; }

.footer-left-widget {
  padding-left: 80px; }

.footer-widget .section-heading {
  margin-bottom: 35px; 
margin-top: 20px;}

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-widget li {
  margin-bottom: 18px; }

.footer-widget p {
  margin-bottom: 27px; 
color: #fff;}

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #f7b418;
   }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #1c2d4c;
    border: 1px solid #1c2d4c; 
    box-shadow: 0px 2px 5px rgb(35 35 35 / 30%);
    color: #fff;
  }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff; }
  .dk-footer-form button:hover {
    cursor: pointer; }

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 28px 0;
  margin-top: 55px;
  background-color: #202020; }
  .copyright span,
  .copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#007bff; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }



  #back_to_top {
    display: inline-block;
    background-color: #FF9800;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius:50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;

  }
  #back_to_top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
  }
  #back_to_top:hover {
    cursor: pointer;
    background-color: #333;
  }
  #back_to_top:active {
    background-color: #555;
  }
  #back_to_top.show {
    opacity: 1;
    visibility: visible;
  }
  

  .toggler_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px;
}
.toggler_btn button{
  outline: transparent;
   border: transparent;
   padding: 5px 10px;
   font-size: 14px;
   text-transform: uppercase;
}  
button.hide-btn {
  border-radius: 30px 0px 0px 30px;
  border: 1px solid #1c2d4c;
  
}

button.show-btn {
  border-radius: 0px 30px 30px 0px;
  color: #fff;
  background-color:#1c2d4c ;
 
}

/*********flight********/


.hero_section{
  background-image: url('../images/1.png');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.hero_section .container{
  padding: 100px 0px;
}

.title {
  text-align: center;
  color: #fff;
 
}
.title h1{
  text-align: center;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 1px;
}
.breadcrumb{
  text-align: center;
}
.breadcrumb-item a{
  color: #fff!important;
}
.breadcrumb-item{
  color: #f7b418!important;
}

.flight{
  padding: 80px 0px;
}
.content_box{
  text-align: center;
}
.content_box h5{
  margin: 0px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.logo_box img {
  top: 50%;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
}
.logo_box {
  height: 50px;
  position: relative;
 
}


.plan_icon img {
  top: 50%;
  
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
}
.plan_icon {
  height: 50px;
  position: relative;

}

.date_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  
}
.date_box span{
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
}
.flight small{
  text-align: center!important;
}
.second_col{
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.content_box {
  text-align: center;
 
}


.border_class{
  border-right: 1px dashed #1c2d4c;
}
.first_flight{
  padding: 10px 0px;
  border-bottom: 1px dashed #1C2D4C;
  border-right: 1px dashed #1C2D4C;
}
.first_flight:last-child{
  border-bottom:none;
}
.flight_col{
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  padding: 20px 10px;
 /* border-radius: 30px;*/
}

.number_box 
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 
  
}

.number_box img{
  width: 80px;
 
}

.number_box a {
  font-size: 26px;
  padding: 10px 0px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #1C2D4C;
}

.banner_side img{
  width: 100%;
 
  height: -webkit-fill-available;
}



.booking-list-area {
  background-color: #fbf9f2;
  padding:80px 0px;
}



.booking-list-item {
  margin-bottom: 25px;
}
.booking-list-item-inner {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 1px 20.58px 0.42px rgb(141 138 138 / 14%);
}
.booking-list-item .booking-list-top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.booking-list-item .flight-airway {
  margin-right: 10px;
  min-width: 29%;
  margin-bottom: 10px;
}
.booking-list-item .flight-airway .flight-logo {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.booking-list-item .flight-airway .flight-logo img {
  margin-right: 20px;
}
.booking-list-item .flight-airway .flight-logo .title {
  color: #571336;
  margin-bottom: 0;
  font-weight: 600;
}
.booking-list-item .flight-airway span {
  font-size: 13px;
  color: #6a2e4d;
  font-weight: 500;
  display: block;
}
.booking-list-item .flight-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.booking-list-item .flight-info li {
  color: #6a2e4d;
  font-weight: 500;
  margin-right: 55px;
  margin-bottom: 10px;
}
.booking-list-item .flight-info li {
  margin-right: 35px;
  list-style: none;
}
.booking-list-item .flight-info li span {
  display: block;
}
.booking-list-item .flight-price {
  margin-left: auto;
  border-left: 1px dashed #d2d2d2;
  padding-left: 27px;
  margin-bottom: 10px;
}
.booking-list-item .flight-info li.time span {
  font-weight: 700;
}
.booking-list-item .flight-price .title {
  font-size: 18px;
  color: #571336;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 600;
}
.booking-list-item .flight-price .btn5 {
  padding: 11px 50px;
  border-radius: 3px;
}
.btn5 i {
  line-height: 0;
  margin-left: 10px;
  font-size: 20px;
}
.booking-list-item .booking-list-bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px dashed #d2d2d2;
}
.booking-list-item .booking-list-bottom ul li.detail {
  font-size: 16px;
  color: #6a2e4d;
  cursor: pointer;
}
.booking-list-item .booking-list-bottom ul li.detail i {
  margin-right: 5px;
  transition: all .3s ease;
}
.booking-list-item .booking-list-bottom ul li {
  font-size: 13px;
  font-weight: 500;
  color: #6a2e4d;
  list-style: none;
}

.booking-list-item .booking-list-bottom ul li a{
  font-size: 36px;
  color: #6a2e4d;
}
.flight-detail-wrap {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
 
}
.details_display{
  display: none;
}
.flight-detail-wrap .flight-date {
  width: 28%;
  flex: 0 0 28%;
}
.flight-detail-wrap .flight-date ul li:first-child {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  background: #ffa903;
  border-radius: 3px;
  padding: 5px 13px;
  display: inline-block;
}
.flight-detail-wrap .flight-date ul li {
  font-size: 14px;
  font-weight: 600;
  color: #571336;
  margin-bottom: 20px;
  list-style: none;
}
.flight-detail-wrap .flight-date ul li:last-child {
  margin-bottom: 0;
}
.flight-detail-wrap .flight-detail-right {
  flex-grow: 1;
}
.flight-detail-wrap .flight-detail-right .title {
  font-size: 16px;
  color: #571336;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.flight-detail-wrap .flight-detail-info {
  display: flex;
  align-items: center;
  background: #ebebee;
  padding: 15px;
  position: relative;
  margin-left: 15px;
  margin-bottom: 10px;
}
.flight-detail-wrap .flight-detail-info::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #d7c4cc;
}

.flight-detail-wrap .flight-detail-info img {
  margin-right: 20px;
}
.flight-detail-wrap .flight-detail-info li {
  font-size: 13px;
  font-weight: 500;
  opacity: .76;
  color: #6a2e4d;
}
.flight-detail-wrap .flight-detail-right .title.title-two {
  margin-bottom: 0;
}

.flight-detail-wrap .flight-detail-right .title::before {
  content: "\f072";
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 14px;
  color: #571336;
}
.btn5 {
  user-select: none;
  -moz-user-select: none;
  background: #ffa903 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #2a2a2a;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 23px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  font-family: 'Barlow', sans-serif;
}
.btn5:hover {
  color: #fff;
  background: #622243;
}
/*****side bar****/


.booking-sidebar .widget {
  background: #fff;
  padding: 35px 30px;
  border-bottom: 1px solid #e8e8e8;
}
.booking-sidebar .widget.filters {
  padding: 0;
}
.booking-sidebar .widget.filters .title {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  background: #57112f;
  padding: 14px 15px;
}
.booking-sidebar .widget.filters .filters-wrap {
  padding: 35px 30px;
}
.booking-sidebar .widget .widget-title {
  font-size: 18px;
  color: #571336;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d2d2d2;
  font-weight: 600;
}
.widget .flight-stops {
  display: flex;
  align-items: center;
  background: #ebebee;
  padding: 13px 20px;
  position: relative;
}
.widget .flight-stops::before {
  content: "";
  position: absolute;
  left: 61px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 18px;
  background: #cccccc;
}
.widget .flight-stops label {
  font-size: 27px;
  color: #5d1b3d;
  line-height: 0;
  margin-top: 7px;
  margin-right: 20px;
}
.widget .flight-stops .form-select {
  padding: 0px 20px 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #6a2e4d;
  vertical-align: middle;
  background: url(../img/icon/select_down_arrow.png) no-repeat scroll 97.5% center;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: .3s ease-in-out;
  width: 170px;
  border: none;
  font-family: 'Barlow', sans-serif;
  cursor: pointer;
}

.airlines-cat-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  list-style: none;
}
.airlines-cat-list .form-check {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  min-height: inherit;
}
.airlines-cat-list .form-check-input {
  border-radius: 3px;
  border: 2px solid #ebebeb;
  margin: 0 12px 0 0;
  width: 16px;
  height: 16px;
}
.airlines-cat-list .form-check-label {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  color: #571336;
  user-select: none;
  font-family: 'Barlow', sans-serif;
}
.airlines-cat-list .form-check-label > span {
  float: right;
}
ul.airlines-cat-list{
  margin: 0;
  padding: 0;
}
.airlines-cat-list .form-check-input:focus {
  box-shadow: none;
}
.airlines-cat-list li:last-child {
  margin-bottom: 0;
}
/****************booking details*************/


.customer-progress-step {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.customer-details-area {
  padding: 35px 0 40px;
}
.customer-details-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.customer-details-content .icon {
  margin-right: 25px;
}
.customer-details-content .content {
  flex-grow: 1;
}
.customer-details-content .content .title {
    font-size: 26px;
    color: #571336;
    margin-bottom: 10px;
    font-weight: 600;
}
.customer-progress-wrap {
  position: relative;
  padding: 16px 0 49px;
}
.customer-progress-wrap .progress {
  height: 7px;
  background-color: #ebebee;
  border-radius: 0;
}
.customer-progress-step ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customer-progress-step ul li{
  list-style: none;
}
.customer-progress-step ul li span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 5px solid #ffa903;
  font-size: 18px;
  font-weight: 700;
  color: #571336;
  margin-bottom: 8px;
}
.customer-progress-step ul li p {
  margin-bottom: 0;
  color: #6a2e4d;
  font-weight: 500;
}
.customer-progress-step ul li:nth-child(2) {
  text-align: center;
}
.customer-progress-step ul li:nth-child(2) span {
  margin: 0 auto 8px;
}
.customer-progress-step ul li:last-child span {
  margin-left: auto;
}
.customer-progress-wrap .progress .progress-bar {
  background-color: #ffa903;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width .6s ease;
}
.booking-details-area{
  background-color: #fbf9f2;
  padding: 60px 0px;
}


.booking-details-area .primary-contact {
  display: flex;
  align-items: center;
  background: #57112f;
  padding: 15px 30px;
  border-radius: 5px 5px 0 0;
}
.booking-details-area .primary-contact i {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
.booking-details-area .primary-contact .title {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.booking-details-wrap {
  background: #fff;
  padding: 50px 40px 80px;
  border-radius: 0 0 5px 5px;
}
.booking-details-wrap .form-grp {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.booking-details-wrap .form-grp .icon {
  font-size: 26px;
  line-height: 0;
  color: #5b1734;
  margin-right: 12px;
}

.booking-details-wrap .form-grp .form {
  flex-grow: 1;
  position: relative;
}
.booking-details-wrap .form-grp .form label {
  font-size: 13px;
  font-weight: 500;
  color: #6a2e4d;
  opacity: .80;
  position: absolute;
  left: 10px;
  top: -10px;
  background: #fff;
  padding: 0 10px;
  z-index: 2;
}
.form-select:focus{
  box-shadow: none;
}
.booking-details-wrap ul {
  display: flex;
  align-items: center;
  margin: 0 -6px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.booking-details-wrap ul li:first-child {
  width: 26%;
}
.booking-details-wrap .form-grp {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.booking-details-wrap .form-grp .icon {
  font-size: 26px;
  line-height: 0;
  color: #5b1734;
  margin-right: 12px;
}
.booking-details-wrap ul li .form-grp .form .form-select {
  padding: 18px 40px 18px 20px;
}
.booking-details-wrap .form-grp input {
  width: 100%!important;
  background: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 18px 20px;
  font-size: 16px;
  color: #6a2e4d;
  font-weight: 500;
  opacity: 80%;
 
}
.booking-details-wrap ul li {
  padding: 0 6px;
  width: 37%;
}
.booking-details-wrap .gender-select {
  margin-left: 40px;
  margin-bottom: 20px;
}
.booking-details-wrap .gender-select .title {
  font-size: 18px;
  font-weight: 500;
  color: #6a2e4d;
  margin-bottom: 20px;
  text-align: start;
}
.booking-details-wrap .gender-select ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.booking-details-wrap .gender-select ul li.active {
  border-color: #57112f;
}
.booking-details-wrap .gender-select ul li {
  font-size: 16px;
  font-weight: 500;
  color: #57112f;
  width: auto !important;
  font-family: 'Barlow', sans-serif;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  min-width: 142px;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.booking-details-wrap .form-grp .form .form-select {
  padding: 18px 60px 18px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #6a2e4d;
}



.booking-details-area .booking-sidebar .main-title {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
  background: #57112f;
  padding: 15px 25px;
}
.booking-details-area .booking-sidebar .widget .flight-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-details-area .booking-sidebar .widget .flight-info {
  padding: 0;
}

.booking-details-area .booking-sidebar .widget .flight-info li {
  display: flex;
  align-items: center;
 
  list-style: none;
}
.booking-details-area .booking-sidebar .widget .flight-info li img {
  margin-right: 10px;
}
.booking-details-area .booking-sidebar .widget .flight-info li p {
  font-size: 14px;
  font-weight: 600;
  color: #571336;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 0;
  line-height: 1.2;
}
.booking-details-area .booking-sidebar .widget .flight-info li span {
  display: block;
  font-size: 13px;
  opacity: .74;
  text-transform: capitalize;
}
.booking-details-area .booking-sidebar .widget .flight-info li {
  display: flex;
  align-items: center;
}
.booking-sidebar .preferred-bank-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -5px 0;
  list-style: none;
  padding: 0;
}
.booking-sidebar .preferred-bank-wrap li {
  width: 50%;
  padding: 10px 5px 0;
}
.booking-sidebar .preferred-bank-wrap li a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebebee;
  border-radius: 4px;
  border: 2px solid #ebebee;
}
.booking-sidebar .price-summary-top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ebebee;
  padding: 13px 20px;
  margin-bottom: 20px;
  list-style: none;
}
.booking-sidebar .price-summary-detail ul {
  margin-bottom: 25px;
  padding: 0;
}
.booking-sidebar .price-summary-top ul li {
  font-size: 16px;
  font-weight: 500;
  color: #6a2e4d;
  font-family: 'Barlow', sans-serif;
}
.booking-sidebar .price-summary-detail ul li {
  font-size: 16px;
  font-weight: 500;
  color: #6a2e4d;
  font-family: 'Barlow', sans-serif;
  opacity: .88;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  list-style: none;
}
.booking-sidebar .price-summary-detail .btn5 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #57112f;
  border-radius: 0;
  display: block;
}

.ariline_box {
  /* width: 300px; */
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  padding: 10px;
  border-radius: 35px;
  margin: 20px 0px;
}
.airline_content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fbe280;
  /* padding: 10px; */
  border-radius: 40px;
  border:3px inset rgb(36 78 66);
  position: relative;
}
.ariline_box .airline_img img {
  width: 100%;
  padding: 10px;
  border-radius: 30px 30px 0px 0px;
}
.airline_content::before {
  position: absolute;
  content: "";
  border: 2px dashed #1c2d4c;
  width: 98%;
  height: 95%;
 z-index: 1;
  border-radius: 40px;
}
.airline_left{
  padding: 10px;
}
.airline_left span{
  font-size: 12px;
}
.airline_content .btn{
  z-index:2;
  cursor: pointer;
  position: relative;
}
