
header.mob{
  display:none;
}
nav.mainNav {
    display: flex;
    width: 100%;
    align-items: center;
}

.desktopMenu {
    display: flex;
}

.desktopMenu {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.desktopMenu ul {
    display: flex;
    flex-direction: row;
}

.desktopMenu ul li {
    padding: 5px 15px;
}

.desktopMenu ul li a {
    font-weight: 500;
    font-size: 16px;
}
nav.mainNav a.navbar-brand {
    padding: 0;
height:auto;
width:100%;
}
nav.mainNav a.navbar-brand img {
    height: 50px;
}
.footerttf {
    display: none;
}
@media (max-width: 767px) {
    .desktopMenu {
        display: none;
    }
    nav.mainNav a.navbar-brand img {
    width: 100px;
}
nav.mainNav {
        margin-top: 5px;
        flex-direction: column;
        align-items: flex-start;
    }
    header.headerTop {
    display: none;
}
header.mob{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
}

.footerTfn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
/* pop start */
.wave {
    animation: waveIn 1.2s infinite ease-out;
    transform-origin: 50% 50%;
}

.wave-sm {
    animation-delay: .3s;
}

.wave-md {
    animation-delay: .45s;
}

.wave-lg {
    animation-delay: .6s;
}

@keyframes waveIn {
    from {
        opacity: 0;
        transform: scale(.3) translate(-20px,10px);
    }

    50% {
        transform: translate(0,0);
        opacity: 1;
    }
}

    .footerTfn a {
       background: #007bff;
       display: flex;
       color: #fff;
       justify-content: center;
       padding: 8px 0;
}

.footerTfn a img {
    width: 45px;
    margin-right: 10px;
    border-radius: 50%;
}

.footerTfn a .footCont h3 {
    font-size: 24px !important;
    margin: 0;
    font-weight: 700;
}
.footerTfn a .footCont {
    text-align: center;
}
.footerTfn a .footCont span {
    font-size: 14px;
}

    .footerttf {
    display: block;
}
/*.popHotel {
    height: 100vh;
}
*/

}