
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;
}
.topTFN {
    display: none;
}
.footerttf {
    display: none;
}
@media (max-width: 767px) {
    .topTFN {
    display: block;
}
    .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;
}
.topTFN {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

.footerTfn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
}
/* pop start */
    .img_div a {
    float: left;
    position: relative;
width:100%;
}
.img_div a img{
width:100%;
}


.weekendCode {
    background: #013977;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
}

.weekendCode h4 {
    font-size: 18px;
    color: #fff;
    padding: 8px 0;
    margin: 0;
    text-align: center;
    font-weight: 500;
    z-index: 99;
}
blockquote.testimonial .text p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.brandLogoSlider  .swiper-slide {
    text-align: center;
}

.brandLogoSlider {
    background:#fff;
}

.brandLogoSlider .swiper-button-next:after{
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #000;
}

 .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
 color: #000;
}
h2.poptitle {
    font-size: 18px !important;
    text-align: center;
    background: #015bbf;
    margin: 0;
    padding: 10px;
    color: #fff;
    font-weight: 500;
}

.reserveBtn{/* background: #03A9F4; */color: #2f2f2f;border: 2px solid #3F51B5;margin: 0 35px;border-radius: 5px;}
.reserveBtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.reserveBtn a svg {
    width: 30px;
}

.reserveBtn a h3 {
    margin: 0;
    animation: fadeinout 2s infinite;
}

    @keyframes fadeinout
{
  0%{
    opacity:0;
  }
  50%
  {
    opacity:1;
  }
  100%
  {
    opacity:0;
  }
}

p.txtDiv {
    color: #ffffff;
    text-align: left;
    padding: 10px 8px;
    /* background: #fff; */
    margin: 0;
    position: absolute;
    z-index: 999;
    bottom: -50px;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    z-index: 99;
}

.suppDiv h3 {
    font-size: 18px !important;
}

.suppDiv {
    text-align: center;
}

.suppDiv p {
    font-size: 18px;
    font-weight: 700;
}

.callNowB {
    background: #013977;
    color: #fff;
    margin: 0;
    border-radius: 10px;
    padding: 10px 0;
    width: auto;
    margin: 20px 45px 10px;
}
.img_div a p {
    font-size: 22px;
    text-align: center;
}
.callNowB a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.callNowB a svg {
    width: 30px;
    margin-right: 10px;
}
.callNowB a h3 span {
    font-size: 28px;
}

.callNowB a h3 {
    display: flex;
    margin: 0;
    flex-direction: column;
    text-align: center;
    font-size: 18px !important;
}
.callNowB a h3 span {
    font-size: 28px;
}

.callNowB a h3 {
    display: flex;
    margin: 0;
    flex-direction: column;
    text-align: center;
    font-size: 18px !important;
}

.btncallDiv {
    background: #0055b1;
    /* display: inline-block; */
    margin: 20px 75px;
    text-align: center;
    border-radius: 35px;
    padding: 10px 0;
    border: 2px solid #000000;
}

.btncallDiv a {
    font-size: 25px;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 700;
    text-shadow: -1px -1px 2px black;
}
.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;
}

   .headerCntr {
        padding: 0;
        margin-top: 60px;

	}

    .footerttf {
    display: block;
}
/*.popHotel {
    height: 100vh;
}
*/
.txtDivmid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  
}
.fomTxtbox {
    margin: 20px;
}

.fomTxtbox ul li {
    font-size: 13px;
    font-weight: 400;
        list-style: none;
}

}