.topbar {
    position: relative;
    width: 100%;
    display: block;
    z-index: 9
}

.topbar ul {
    position: absolute;
    top: 0px;
    right: 0px;
}

.topbar li a {
    font-size: 13px;
    padding: 6px 15px;
    background: #eee;
    border-radius: 15px;
    font-weight: 600;
}

section.countdown {
    background: #004721;
}

.sticky img {
    max-width: 160px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sticky ul {
    margin-top: 25px;
}

.sticky nav .header-right-btns {
    padding-top: 10px !important;
}

.table td, .table th {
    padding: 18px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.tblheader {
    /* background: linear-gradient(to right, #ff6600, #00ba65); */
    font-size: 14px;
    padding: 6px;
    color: #ffffff;
}

.nav-pills1 .nav-link1.active, .show>.nav-pills1 .nav-link1 {
    background: #f35926;
    padding: 13px 18px;
    /*  background-image: url(../images/regpackbg.png); */
    background-size: contain;
    font-weight: 500;
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: center top;
    color: #ffffff;
    border-radius: 4px;
    display: inline-block;
}

.nav-pills1 .nav-link1 {
    padding: 13px 18px;
    font-weight: 600;
    font-size: 16px;
    color: #f35926;
}

.snap-shot-bac1 .nav-pills1 .nav-item {
    margin: 10px;
}

.snip1404 img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.snip1404 .plan {
    margin: 7px;
    width: 32%;
    position: sticky;
    float: left;
    overflow: hidden;
    border: 2px solid #f07b27;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #f07e2c
}

.snip1404 .plan:hover i, .snip1404 .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.snip1404 .plan:first-of-type {
    border-radius: 8px 0 0 8px;
}

.snip1404 .plan:last-of-type {
    border-radius: 0 8px 8px 0;
}

.snip1404 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.snip1404 header {
    background-color: #2b3c8d;
    color: #ffffff;
}

.snip1404 .plan-title {
    background-color: rgb(40 147 74);
    position: relative;
    margin: 0;
    padding: 20px 20px 0;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: white;
    font-size: 20px;
}

.snip1404 .plan-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 300px 0 0;
    border-color: rgb(40 147 74) transparent transparent;
}

.snip1404 .plan-cost {
    padding: 40px 20px 10px;
    text-align: right;
}

.snip1404 .plan-price {
    font-weight: 500;
    font-size: 25px;
}

.snip1404 .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}

.snip1404 .plan-features {
    padding: 0 0 20px;
    margin: 0;
    list-style: outside none none;
}

.snip1404 .plan-features li {
    padding: 20px 22%;
    font-size: 25px;
    font-weight: 700;
}

.snip1404 .plan-features i {
    margin-right: 8px;
    color: rgba(0, 0, 0, 0.5);
}

.snip1404 .plan-select {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}

.snip1404 .plan-select a {
    background-color: #ffffff;
    color: #eb7a35;
    text-decoration: none;
    padding: 16px 21px;
    font-size: 1em;
    font-weight: 700;
    border-radius: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    box-shadow: 0 6px .5rem rgb(155 153 151);
}

/* .snip1404 .plan-select a:hover {
    background-color: #552a3f;
} */
.snip1404 .plan:hover {
    margin-top: -10px;
    border-color: #331926;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    z-index: 0;
    border-radius: 8px;
    cursor: pointer;
}

.snip1404 .plan .plan-select {
    padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
    .snip1404 .plan {
        width: 50%;
    }

    .snip1404 .plan-title, .snip1404 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .snip1404 .plan-select, .snip1404 .featured .plan-select {
        padding: 20px;
    }

    .snip1404 .featured {
        margin-top: 0;
    }
}

@media only screen and (max-width: 440px) {
    .snip1404 .plan {
        width: 100%;
    }

    .snip1404 .plan {
        margin: 0;
        margin-top: 10px;
    }
}

.nav-link1 {
    color: #a57333;
    text-decoration: none;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 15px;
}

.nav-link1:hover {
    text-decoration: none;
}

.snap-shot-bac {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 60px 0px;
    background-attachment: fixed;
}
header.style3 nav>div>ul>li i.fa {
    font-weight: 600;
}