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;
}

nav.mainNav a.navbar-brand {

    padding: 0;

    height:auto;

}

.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;



}

.topTFN {

    width: 100%;

    position: fixed;

    top: 0;

    z-index: 999;

}



.footerTfn {

    position: fixed;

    bottom: 0;

    left: 0;

    width: 100%;

    z-index: 999;

}

/* pop start */

h2.poptitle {

    font-size: 18px !important;

    text-align: center;

    background: #0a4879;

    margin: 0;

    padding: 10px;

    color: #fff;

}



p.txtDiv {

    color: #000;

    text-align: left;

    padding: 10px 8px;

    background: #fff;

    margin: 0;

}



.suppDiv h3 {

    font-size: 18px !important;

}



.suppDiv {

    text-align: center;

}



.suppDiv p {

    font-size: 18px;

    font-weight: 700;

}



.callNowB {

    background: #07bbff;

    color: #fff;

    margin: 30px 10px 0;

    border-radius: 10px;

    padding: 10px 0;

}



.callNowB a {

    display: flex;

    justify-content: center;

}



.callNowB a svg {
    width: 42px;
}

.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: 55px;
    margin-right: 10px;
    border-radius: 50%;
}
.footerTfn a .footCont h3 {
    font-size: 28px !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;
}

}

