.tctop-callstrip-mobile {
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 0;
}
@media (max-width: 767px) {
   
.tctop-callstrip-mobile a {
    font-size: 21px;
    background: #0c5178;
    color: #fff;
    padding: 14px 10px;
    width: 100%;
    display: flex;
    text-align: center;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}
}
.findAirlinesDiv a {
    text-decoration: none;
}

.findAirlinesDiv {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px !important;
    background: #fe5d44;
    padding: 10px 22px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

    .findAirlinesDiv img {
        width: 100%;
    }

.reservbcc h3 {
    display: flex;
    font-size: 20px !important;
    flex-direction: column;
    color: #fff;
    align-items: center;
    margin-left: 15px;
}

.findAirlinesDiv h3 {
    font-size: 18px;
    font-weight: 600;
}

.btncall {
    background: #fe5a04;
    border-radius: 50px;
    border-radius: 50px;
    margin-top: 5px;
    text-align: center;
    width: 70%;
    color: #fff;
    margin: 25px auto;
    font-weight: 700;
    font-size: 20px;
    /* margin-top: 85px; */
    /* margin-bottom: 52px; */
}

    .btncall p {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .img_div a p.textContent {
        font-size: 14px;
        text-align: left;
    }
.custSupport {
    text-align: center;
    padding-bottom: 0;
    margin: 0;
}

    .custSupport h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .custSupport p {
        margin: 12px 0;
        font-weight: 700;
        color: #000;
    }

.iconPh {
    display: inline-block;
    width: 40px;
    height: 40px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

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

@media screen and (min-width: 768px) {
    .findAirlinesDiv {
        padding: 0 0 20px 0;
        display: none;
    }
   

}

.popBg {
    position: relative;
}

    .popBg p {
        position: absolute;
        bottom: -20px;
        background: #fff;
        color: #000;
        padding: 10px;
        text-align: left;
    }

.btncall a p {
    margin: 0;
}

.reservbcc {
    width: 100%;
    /*margin-top: 30px;*/
    margin-bottom: 20px;
}


.findAirlinesDiv {
    /* padding: 0 0 20px 0; */
    /* display: block; */
    /* text-align: center; */
    /* position: relative; */
    /* z-index: 9999; */
    /* background: #fff; */
    /* display: flex; */
    /* flex-direction: column; */
}

    .findAirlinesDiv a {
        text-decoration: none;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
    }

    .findAirlinesDiv h2 {
        text-transform: capitalize;
        color: #fff;
        font-size: 4vw !important;
        background: #fe5d44;
        padding: 10px 22px;
        font-weight: 500;
        margin: 0;
    }

    .findAirlinesDiv img {
        width: 100%;
    }

.reservbcc h3 {
    color: #fff !important;
    font-size: 24px !important;
    margin: 5px 0 5px 15px;
}

.findAirlinesDiv h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}


.btncall p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.custSupport {
    text-align: center;
}

    .custSupport p {
        margin: 12px 0;
        font-weight: 700;
        color: #000;
    }

.iconPh {
    display: inline-block;
    width: 35px;
    height: 35px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

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


@media screen and (min-width: 768px) {
    .findAirlinesDiv {
        padding: 0 0 20px 0;
        display: none;
    }
}

.popBg {
    position: relative;
}

    .popBg p {
        position: absolute;
        bottom: -20px;
        background: #fff;
        color: #000;
        padding: 10px;
        text-align: left;
    }

.btncall a p {
    margin: 0;
}

.reservbcc {
    width: 100%;
}

p.textContent {
    color: #000;
    text-align: left;
    padding: 10px 8px;
    background: #fff;
    /* position: absolute; */
    /* bottom: -60px; */
    margin: 0;
}

.img_div {
    position: relative;
}


.img_div img {
    width:100%;
}

.reservbcc a {
    background: #0c5178;
    border: 2px solid #fe5d44;
    border-radius: 10px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    color: #fff;
    text-align: center;
    align-items: center;
    padding: 5px 0;
    justify-content: center;
    flex-direction: row;
}

.reservbcc h3 span {
    font-weight: 700;
    font-size: 24px;
}

.btncall a {
    color: #fff;
    display: block;
    padding: 10px;
}

.resDivpop {
    display: flex;
    flex-direction: column;
    1: calc(100vh - 130px);
    justify-content: space-between;
    height: 100%;
    padding-bottom: 30px;
}

    .img_div a {
    height: 100%;
    display: block;
}
    .tctop-callstrip-mobile a img {
        width: 27px;
    }
/*footer fixed */
.newPP {
        display: none;
        z-index: 2;
        width: 100%;
        position: fixed;
        left: 0px;
        bottom: 5px;
        background: #0c5178;
        text-align: center;
        padding: 3px;
        font-size: 17px;
        font-weight: 500;
    }
.newPP a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    border: 2px solid #fff;
    position: relative;
    padding: 5px;
}
.newPP span {
    display: block;
    font-size: 12px;
}
.newPP h3 {
    font-size: 25px !important;!i;!;
    font-weight: 800;
    margin: 5px 0;
}

    .tctop-callstrip-mobile a {
        font-size: 21px;
        background: #0c5178;
        color: #fff;
        padding: 10px 10px;
        width: 100%;
        display: flex;
        text-align: center;
        font-weight: 600;
        align-items: center;
        justify-content: center;
    }
.topImg {
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.tctop-callstrip-mobile a h3 {
    animation: blink 1.2s linear infinite;
    margin: 0;
    font-size: 21px !important;!I;!;
}