.margin-right-auto{
    margin-right:auto;
}
.margin-left-auto{
    margin-left:auto;
}
.white-bg{
    background:#333;
}
header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    height:60px;
    line-height: 60px;
    background:#111111;
    z-index:9895;
    
}
.header{
  display:flex;
  align-items:center;
  justify-content:start;
  height: 60px;
}
.logo{
   width:290px; 
}
.logo img{
   width:120px;
}
.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:#fff;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    line-height: 30px;
	text-transform:uppercase;
}
.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:#fff;
    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:#111;
    padding: 45px 0px 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:#333;
    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;
}
@media only screen and (max-width: 991px) {
    header{
        height:65px;
    }
    .logo img {
    width: 80px;
    margin:auto;
}
 .desk-call {
    display: none;
}
.nav-dv{
    position: fixed;
    right: -280px;
    top: 0;
    bottom: 0;
    background: #09102a;
    padding:25px;
    width: 280px;
    transition:all ease-in-out 0.5s;
    z-index: 9895;
}
.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;
        color: rgb(182 190 223) !important;
    }
    .nav-header {
    margin-top: 25px;
}
.navclose{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background: #0c1534;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

}