.container, .container-fluid {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 33.75rem;
    }

    .container-fluid {
        max-width: 38.75rem;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 45rem;
    }

    .container-fluid {
        max-width: 50rem;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 60rem;
    }

    .container-fluid {
        max-width: 65rem;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 71.25rem;
    }

    .container-fluid {
        max-width: 76.25rem;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 75rem;
    }

    .container-fluid {
        max-width: 80rem;
    }
}

.welcome {
    background-image: url("../images/bg.jpg");
    background-size: cover;
}

.breadcrumb a:hover{
    color: #fff;
}

.breadcrumb-title {
    padding-top: 35px;
    padding-bottom: 35px;
    clear: both;
    border-top: 5px solid #eee;
    background: #ac4c78;
    border-bottom: 5px solid #eee;
}

.breadcrumb-title h1 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
}

section.countdown {
    background: #20438d;
}

section .title {
    font-size: 1.4rem;
    font-weight: 600 !important;
    !i;!; }

hr.hr-primary {
    border: 0;
    background-color: #20438d;
    height: 5px;
    color: #20438d;
    position: relative;
    border-radius: 2px;
    width: 75px;
    overflow: visible;
    margin-left: 0px;
}

hr.hr-primary::before {
    content: "";
    position: relative;
    color: currentColor;
    left: 80px;
    top: 0;
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: currentColor;
    -webkit-box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
    box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
    z-index: 1;
}

.sticky img {
    max-width: 160px;
    margin-top: 10px;
}

.sticky ul {
    margin-top: 15px !important;
}

.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;
}

section.inner-page .title {
    text-align: center;
    background: #3b2d98;
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    border-radius: 30px 30px 0px 0px;
    font-size: 1.5rem;
    font-weight: 500 !important;
    position: relative;
}

section.inner-page .title:after, section.inner-page .title:before {
    content: "";
    width: 70px;
    height: 6px;
    position: absolute;
    background: #3b2d98;
    bottom: 0px;
}

section.inner-page .title:before {
    left: -70px;
}

section.inner-page .title:after {
    right: -70px;
}
