.margin-right-auto{
    margin-right:auto;
}
.margin-left-auto{
    margin-left:auto;
}
.white-bg{
    background:#111315;
	position:fixed;
}
.white-bg .header{
	margin-top: 0px;
	padding: 8px 100px;
}
header{
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:86px;
    /*line-height: 60px;*/
    z-index:100;
    /*background:#000;*/
}
.header{
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0px 100px;
    margin-top: 40px;
}
.logo{
   width:70px; 
}
.logo img{
   width:70px;
}
.nv-collaps{
  display:flex;
  align-items:center;
  justify-content:start 
}
.nav-dv{
    
}
.nav-header{
   list-style:none;
   padding:0;
   margin:0;
}
.nav-header li{
    display:inline-block;
    margin-left: 25px;
}
.nav-header li a{
        color: var(--white-color);
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}
.nav-header li a:hover{
    
}
.b-white-show{
    display:none;
}
/*.white-bg .nav-header li a , .white-bg .free-call {
    color: var(--text-color);
}
.white-bg .b-white-show{
    display:block;
}
.white-bg .b-black-show{
    display:none;
}*/
.call-header{
    display:block;
    margin-left:30px;
    text-decoration:none;
}
.desk-call{
    display:flex;
    align-items:center;
    justify-content:start 
    
}
.desk-call-tex{
    
}
.free-deals{
    display: block;
    line-height: 25px;
    color: var(--white-color);
    font-weight: 600;
    font-size: 14px;
}
.free-call{
    display:block;
    line-height:18px;
    color:var(--white-color);
    font-size: 18px;
    font-weight:600;
}

.desk-call-img{
    width:40px;
    height:40px;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:7px;
}
.desk-call-img img{
    width:100%;
}
.nav-btn, .call-mobile{
    display:none;
}
.footer{
    background:#111315;
    padding:0px 145px 0px;
}
.footer-contact-list{
    list-style:none;
    padding:0;
    margin:0;
}
.footer-contact-list li{
    display:block;
    margin-bottom:20px;
}
.footer-contact-list li a{
    display:flex;
    align-items:center;
    justify-content:start;
    text-decoration:none;
}
.f-icon{
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#223c49;
    padding:15px;
    flex: 0 0 50px;
}
.f-icon img{
    width:100%;
}
.f-texts{
    width:100%;
    margin-left: 10px;
}
.email-title{
    display:block;
    text-transform:uppercase;
    font-size:14px;
    color:var(--white-color);
}
.email-tt{
    display:block;
    text-transform:capitalize;
    font-size:16px;
    color:var(--app-color);
}
.disclaimer-box{
    
}
.disclaimer{
    color: var(--app-color);
    font-size: 1rem;
    font-weight: 600;
    display: block;
    margin: 0px 0px 15px;
    text-transform: uppercase;
}
.disclaimer-box p{
    color: var(--white-color);
        font-size: 14px;
    text-align: justify;
}
.navclose{
    display:none!important;
}
/**/
.footer-routelist{
	
}
.footer-routelist h2{ 
	text-align: center;
    color: #c2c7cc;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 2;
    padding-bottom: 50px;
}
.footer-airline-icn{
	display: flex;
    justify-content: space-between;
    margin: 32px 88px 40px 88px;
    opacity: .5;
    z-index: -1;
}
.footer-text-info{
	padding-bottom: 25px;	
}
.footer-text-info p{
	color: #c2c7cc;
    text-align: left;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height:24px;
}
.footer-social-media{
	padding-bottom: 40px;	
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.fsclList{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.copywrite-container{
	padding-bottom: 80px;	
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.copywrite-left{
	
}
.copywrite-center{
	
}
.copywrite-right{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.copywrite-left p, .copywrite-right a{
	color: #c2c7cc;
    text-align: left;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 400;
	margin:0px;
}
@media only screen and (max-width: 1400px) {
	.footer {
    padding: 0px 40px 0px;
	}
}
@media only screen and (max-width: 1200px) {
	.footer {
		padding: 0px 0px 0px;
	}
	.footer-airline-icn {
		margin: 32px 0px 40px 0px;
	}
}
@media only screen and (max-width: 991px) {
    header{
        height:65px;
    }
	.header {
		padding: 0px 0px;
		margin-top: 10px;
		gap: 10px;
	}
	.white-bg .header {
		margin-top: 0px;
		padding: 8px 0px;
	}
    .logo img {
    width: 60px;
    margin:auto;
}
 .desk-call {
    display: none;
}
.nav-dv{
    position: fixed;
    right: -280px;
    top: 0;
    bottom: 0;
    background: var(--text-color);
    padding:25px;
    width: 280px;
    transition:all ease-in-out 0.5s;
}
.show-nav{
right: 0px;
}
.logo {
    width: 100%!important;
    text-align: center;
}
.call-mobile, .nav-btn .b-black-show{
    display:block;
    width:25px;
}

.call-header {
    margin-left: 0px; 
}
.nav-btn{
    display:block;
}
    .nav-header li {
        display: block;
        margin: 0;
        text-align: left;
    }
    .nav-header li a{
        font-size:22px;
    }
    .nav-header {
    margin-top: 25px;
}
.navclose{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background: #223c49;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

}
@media only screen and (max-width: 767px) {
	.footer-airline-icn {
        row-gap: 20px;
        column-gap: 30px;
        flex-wrap: wrap;
    }
	.copywrite-container {
		display: block;
	}
	.copywrite-left p{
		text-align:center;
	}
	.copywrite-right {
		row-gap: 20px;
		column-gap: 20px;
		flex-wrap: wrap;
	}
	.copywrite-center{
		display:none;
	}
}