.port-header{
background:white;
border-bottom:1px solid #eee;
}

.navbar-nav .nav-link{
font-weight:600;
color:#005596;
margin-left:20px;
}

.navbar-toggler{
border:none;
}

.navbar-toggler:focus{
box-shadow:none;
}

/* Mobile */

@media(max-width:991px){

.navbar-nav{
padding:15px 0;
}

.nav-link{
margin:10px 0;
}

}

/* hero */ 
.pc-hero{
position:relative;
min-height:620px;
display:flex;
align-items:center;
font-family:Inter,sans-serif;

/* REAL PORT IMAGE */
background:
linear-gradient(180deg,rgba(0,30,60,.75),rgba(0,30,60,.65)),
url("../img-2/bg2.webp")
center/cover no-repeat;

padding:120px 0 80px;
}

/* REMOVE OLD OVERLAY */
.pc-overlay{
display:none;
}

/* HERO TEXT */

.pc-top{
letter-spacing:3px;
font-size:13px;
color:#9fe9ff;
}

.pc-title{
font-size:72px;
font-weight:800;
line-height:.95;
margin:20px 0;
color:#fff;
}

.pc-title span{
color:#9fe9ff;
}

.pc-desc{
max-width:460px;
font-size:16px;
color:#e9f6ff;
margin-bottom:30px;
}

/* CTA */

.pc-btn{
background:#9fe9ff;
padding:14px 36px;
font-weight:600;
border-radius:8px;
color:#002846;
box-shadow:0 6px 18px rgba(0,0,0,.25);
}

/* GLASS CARDS */

.pc-card{
background:rgba(255,255,255,.14);
backdrop-filter:blur(10px);
border-radius:16px;
padding:40px 25px;
text-align:center;
color:white;
height:100%;
box-shadow:0 10px 25px rgba(0,0,0,.25);
}

.pc-card i{
font-size:36px;
color:#9fe9ff;
margin-bottom:12px;
}

.pc-card h5{
margin-bottom:6px;
font-weight:600;
}

.pc-card p{
opacity:.85;
font-size:14px;
}

/* HEADER FIX */

.port-header{
position:absolute;
top:0;
left:0;
width:100%;
z-index:50;
background:white;
}

/* MOBILE FIRST */

@media(max-width:991px){

.pc-hero{
padding:60px 0 60px;
text-align:center;
}

.pc-title{
font-size:42px;
}

.pc-desc{
max-width:100%;
}

.pc-cards{
margin-top:40px;
}

} 

/* bottom CTA */
.bottom-banner {
    background: #ff9203;
    border: 2px solid #0a78bc;
    z-index: 10;
    box-shadow: 0 -1px 3px #0a78bc;
    border-radius: 8px;
    padding: 8px 10px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
    bottom: 2px;
    left: 1%;
    width: 98%;
    color: #ffffff;
}

.banner-left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.banner-middle {
    flex: 1;
    text-align: center;
    padding: 0 10px;
    color: #ffffff;
    font-size: 11px;
}

.banner-middle strong {
    display: block;
    font-size: 16px;
    margin-top: 4px;
    color: #ffffff;
}

.banner-middle .discount {
    color: #fff;
    background: #28a745;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.banner-right .call-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #28a745;
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
}
/* call  */

.callIcon1 {
    position: relative;
    right: 8px;
    top: 1px;
}

.callIcon1 a._phonebox {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #c60001;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #106e00;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    text-decoration: none;
}

.callIcon1 a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding-bottom: 1px;
    line-height: 25px;
    position: relative;
    top: -1px;
    z-index: 10;
}

.wifi-symbol {
    display: block;
    position: absolute;
    top: 6px;
    left: 12px;
    display: inline-block;
    height: 36px;
}

.wifi-symbol .wifi-circle.first {
    -o-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
    width: 15px;
    height: 15px;
    left: 16px;
    top: 0px;
}

.wifi-symbol .wifi-circle {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 21.4285714286px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-color: #fff;
    border-style: solid;
    border-width: 2px 2px 0 0;
    -webkit-border-radius: 0 100% 0 0;
    border-radius: 0 100% 0 0;
    opacity: 0;
    -o-animation: wifianimation 2.5s infinite;
    -moz-animation: wifianimation 2.5s infinite;
    -webkit-animation: wifianimation 2.5s infinite;
    animation: wifianimation 2.5s infinite;
}

.wifi-symbol .wifi-circle.second {
    width: 12px;
    height: 12px;
    -o-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    left: 14px;
    top: 5px;
}

.wifi-symbol .wifi-circle.third {
    width: 8px;
    height: 8px;
    left: 12px;
    top: 10px;
}

.wifi-symbol .fourth {
    width: 30px;
    height: 36px;
    background: url(https://www.redumbrellaholidays.com/Content/images/animatePhone.png) left center no-repeat;
    background-size: 20px;
    display: inline-block;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes wifianimation {

    0% {
        opacity: 1;
    }

    5% {
        opactiy: 1;
    }

    6% {
        opactiy: .8;
    }

    100% {
        opactiy: .8;
    }
}

._txtpuk small {
    font-size: 11px;
}

.stickybottom_uk {
    padding-top: 6px;
    padding-bottom: 4px;
}

@media (min-width:500px) {
    .bottom-banner {
        display: none;
    }
} 