:root {
    --primary: #d5a75a;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #0E2E50;
}
 @media (max-width: 500px) {
  .vis{
    margin-left:80px !important; 
  }
 }

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}





/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF; 
    background-color: #003366 !important;
    border-color : #003366 !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.nav-bar {
    position: relative;
    margin-top: 45px;
    padding: 0 3rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color:#c89a47;
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 60px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -120px;
    } 

}

.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
} 


/*** Footer ***/ 
.footer {
    background: linear-gradient(90deg,#002f6c,#004aad);
}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}  
/* *********************** */
th, td {
    border: 1px solid #000;
    padding: 8px;
    text-align: center;
  }
  th {
    background-color: #f2f2f2;
  }
  .features ul{
    padding:0px !important;
  }

  .features li:before {
  content: '\f015';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-size: 17px;
  color: #d5a75a ;
  top: 0px;
  left: 0px;
  }
main h2{
    font-size: 18px; 
    color: #1d1d1dad;
} 
main p{
    color: #1d1d1dad; 
    font-size: 15px;
}
@media screen and (min-width: 600px) {
    .hide-d{
     display: none;
    }
       
} 
@media screen and (max-width: 600px) {
    .hide-phone{
     display: none;
    }
    .nav-mob{
       width: 100%;
    justify-content: center;
    }
 
} 
.header-p{
    font-size: 16px !important;
    text-align: center !important;
    background-color: #d5a75a;
    color: #fff !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-weight: 600;
} 
.header-p h1{
    font-size: 20px !important;
    margin-bottom: 0px !important;
} 
.about h2{
    font-size : 18px !important;
}

.bottom-banner {
  background: #ffeaea;
  border: 2px solid #e74c3c;
      z-index: 10;
    box-shadow: 0 -1px 3px #ffe0ce;
  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%;
  
}

.banner-left img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.banner-middle {
  flex: 1;
  text-align: center;
  padding: 0 10px;
  color: #000000;
  font-size: 11px;
} 
.banner-middle strong {
  display: block;
  font-size: 16px;
  margin-top: 4px;
  color: #e74c3c;
}

.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;
}
    .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: #000;
            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:600px){
    .bottom-banner{
        display: none;
    }
}
