.welcome-header {
    position: fixed;
    width: 100%;
    float: left;
    overflow: hidden;
    height: 100px;
    color: #fff;
    z-index: 100;
}
.welcome-header img {
    height: 70px;
    float: left;
    margin-left: 10px;
}
.welcome-header::after {
    content: "";
    width: 100%;
    height: 100px;
    background: #fff;
    opacity: 0.5;
    left: 0px;
    position: absolute;
    z-index: -1;
}
.welcome-header a:link,
.welcome-header a:visited {
    color: #333 !important;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 2px;
    /*background:  var(--bs-light);*/
}
.landing-slider {
    width: 100%;
    float: left;
    background: #000;
    object-fit: cover;
    overflow: hidden;
}
.landing-slider img {
    object-fit: cover;
    object-position: 50% 50%;
    position: relative;
    width: 100%;
}
.packages-wrap {
    display: flex;
    width: 100%;
    min-height: 200px;
    float: left;
    margin-top: 150px;
    align-items: center;
    justify-content: center;
}
.package-intro-card {
    grid-column: 3 / span 2;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    justify-items: center;
    margin-top: 50px;
}
.internet-packages {
    display: grid;
    width: 100%;
    min-height: 100px;
    float: left;
    margin-top: 20px;
    grid-template-columns: repeat(6, 1fr);
    padding: 10px 0px;
    margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
    .internet-packages > div {
        grid-column: 2 / span 4;
        min-height: 100px;
    }
    .package-tab-wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }
    .mpricing {
        display: none;
    }
    .package-tab {
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        margin: 10px;
        border-radius: 5px;
        color: #ea9336;
        transition: 500ms ease-in-out;
        border: 1px solid #ddd;
        background: #fff;
        padding: 10px 0px;
    }
    .package-tab:hover {
        transform: scale(1.1);
        box-shadow: 0px 0px 50px #ea9336;
    }
    .plan-title {
        padding: 10px 5px;
        background: var(--bs-primary);
        width: 90% !important;
        margin-left: 2%;
        color: #fff;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .m-plan-title {
        display: none;
    }
    .m-hidden {
        display: block !important;
    }
}
@media screen and (max-width: 480px) {
    .internet-packages > div {
        grid-column: 1 / span 6;
        min-height: 100px;
    }
    .c-pricing {
        display: none;
    }
    .package-tab {
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        margin-bottom: 10px;
        border-radius: 5px;
        color: #ea9336;
        transition: 500ms ease-in-out;
        padding: 0px 0px;
    }
    .m-plan-title {
        border-radius: 5px;
        padding: 10px 0px;
        background: var(--bs-primary);
        width: 90% !important;
        margin-left: 2%;
        color: #fff;
    }
    .m-hidden {
        display: none;
    }
    .plan-title {
        display: none;
    }
}

.package-tab b {
    font-weight: bold;
    font-size: 28px;
    color: #444;
}
.package-tab ul li {
    font-weight: normal;
    color: #000;
    font-size: 12px;
}
.package-title {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 2.2rem;
    padding: 50px 0px;
    text-transform: uppercase;
}

.package-intro-card .btn {
    height: 50px;
    text-transform: uppercase;
    display: flex;
    justify-items: center;
    justify-content: center;
    place-items: center;
}
.package-ul {
    list-style: none;
    padding: 10px 10px;
}
.web-container {
    display: grid;
    grid-template-columns: 250px 1fr;
    width: 100%;
    float: left;
    height: 100%;
}
.web-container > div:first-child {
    padding: 20px 10px;
    background: #165baa;
    color: #fff;
}
.web-container > div:first-child a:link,
.web-container > div:first-child a:visited {
    color: #fff;
    text-decoration: none;
}
.m-title {
    color: #fff;
    text-transform: uppercase;
    text-indent: 10px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
    margin-bottom: 10px;
    width: 98%;
    margin-left: 1%;
    font-weight: bold;
}
ul {
    list-style: circle;
}
ul li:hover a:link,
ul li:hover a:visited {
    background: #eee;
    color: #333 !important;
    width: 100%;
    float: left;
}
.summary-tab {
    width: 100%;
    float: left;
    border-radius: 10px;
    margin: 10px;
}
.tabs-row {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.tTitle {
    width: 100%;
    float: left;
    color: #fff;
    font-weight: bold;
    padding: 10px 5px;
    border-bottom: 1px solid #fff;
}
.tContent {
    width: 100%;
    float: left;
    padding: 20px;
    font-size: 2rem;
    color: #fff;
}
.M-Title {
    width: 100%;
    float: left;
    font-size: 1.5em;
}
.section-title {
    width: 100%;
    float: left;
    font-size: 1.5em;
    padding: 10px 0px;
}
.section-title div {
    float: left;
}
.section-title .label {
    font-size: 1.2rem;
    padding: 3px 10px;
}
.list-box {
    float: left;
    width: 100%;
    border: none;
}
.list-text {
    font-size: 1.5em;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}
.show-wait-div {
    width: 100%;
    float: left;
    display: flex;
    padding: 20px 0px;
    justify-items: center;
}
.form-row {
    padding: 5px 5px;
    float: left;
    width: 100%;
}
.slider-buffer {
    display: none;
}
.datebox,
.datebox2 {
    background: url(../img/calendar.png) center left no-repeat;
    background-size: 26px;
    text-indent: 20px;
}
.ui-datepicker-next {
    background: url(../img/next-icon.png) center center no-repeat;
    background-size: 18px;
}
.ui-datepicker-next:hover {
    background: url(../img/next-icon.png) center center no-repeat !important;
    background-size: 18px !important;
    cursor: pointer;
}
.ui-datepicker-prev {
    background: url(../img/previous.png) center center no-repeat;
    background-size: 18px;
}
.ui-datepicker-prev:hover {
    background: url(../img/previous.png) center center no-repeat !important;
    background-size: 18px !important;
    cursor: pointer;
}
.pop-window,
.alert-window {
    position: fixed;
    width: 600px;
    background: #fff;
    z-index: 300;
    border-radius: 5px;
    display: none;
    padding-bottom: 10px;
    box-shadow: 0px 0px 10px #444;
}
.pop-window-backdrop {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000;
    right: 0px;
    z-index: 80;
    float: left;
    opacity: 0.6;
    display: none;
}
.top-pop-bar {
    width: 100%;
    float: left;
    overflow: hidden;
    background: #444;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    font-size: 1rem;
}
.pop-title {
    float: left;
    padding: 5px 10px;
    float: left;
}
.close-pop {
    width: 30px;
    height: 30px;
    float: right;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    cursor: pointer;
}
.content-box {
    float: left;
    overflow: hidden;
    width: 98%;
    overflow: hidden;
    padding: 5px 1%;
}
.label {
    padding: 5px 3px;
    float: left;
}
.alert-window-backdrop {
    background: #000;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 301;
    opacity: 0.6;
    display: none;
}
.alert-window {
    z-index: 303;
}
.content-box-alert {
    float: left;
    width: 98%;
    padding: 10px 1%;
    text-align: left;
}
.edit_icon {
    height: 20px;
    width: 30px;
    float: left;
    background: url(../img/edit-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
}
