body{
    color: #383938;
    overflow-x: hidden;
}

*{
    font-display: swap;
}

header nav.navbar-default, nav.navbar.bootsnav{padding-top: 10px !important; padding-bottom: 10px !important;}

header a.logo img{
    max-height: 64px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #383938;
}

ul{
    padding-left: 1rem;
}

a{
    color: #383938;
}

.text-left{text-align: left;}
.text-right{text-align: right;}
.overflow-visible{overflow: visible;}

h1 {font-size:46px; line-height: 49px;}
h2 {font-size:32px; line-height:36px}
h3 {font-size:28px; line-height:32px}
h4 {font-size:24px; line-height:28px}
h5 {font-size:20px; line-height:24px}
h6 {font-size:16px; line-height:20px}

.feature-box-1 .char-value{
    font-size: 48px;
    line-height: 54px;
}

.text-paragraph{
    font-size: 14px;
    line-height: 14px;
}

.powerbank-name{
    position: absolute;
    bottom: 80%;
    right: 2%;
    width: 50%;
    text-align: left;
    font-size: 24px;
    line-height: 28px;
}

@media screen and (max-width:992px) {
    .powerbank-name{
        width: 65%;
        right: 2%;
        bottom: 70%;
    }
}

@media screen and (max-width:768px) {
    .powerbank-name{
        bottom: 80%;
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width:500px) {
    .powerbank-name{
        bottom: 70%;
        width: 85%;
        right: 5%;
    }
}

.powerbank2-image{
    /* margin-bottom: -30px; */
    max-width: 480px;
}

@media screen and (max-width:1100px) {
    .powerbank2-image{
        max-width: 430px;
    }
}

@media screen and (max-width:992px) {
    .powerbank2-image{
        margin-bottom: 0px;
        max-width: 370px;
    }
}

@media screen and (max-width:768px) {
    .powerbank2-image{
        margin-bottom: 0;
        max-width: 270px;
    }
}

@media screen and (max-width:992px) {
    .md-o2{
        order: 2;
    }
}

.powerbank3-image{
    /* margin-top: -130px;
    max-width: 380px; */
}

@media screen and (max-width:768px) {
    .powerbank3-image{
        margin-top: 0;
    }
}

.powerbank4-image{
    margin-bottom: -50px;
    max-width: 320px;
}

@media screen and (max-width:1100px) {
    .powerbank4-image{
        max-width: 430px;
    }
}

@media screen and (max-width:992px) {
    .powerbank4-image{
        margin-bottom: 0px;
        max-width: 370px;
    }
}

@media screen and (max-width:768px) {
    .powerbank4-image{
        margin-bottom: 0;
        max-width: 270px;
    }
}

input[type="checkbox"]{
    display: inline-block;
    width: auto;
    margin: 0;
}

label{
    font-weight: normal;
    margin: 0;
}

.footer-logo{
    max-height: 64px;
}

.gif-image{
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 2%;
}

.gif-image img{
    max-width: 100px;
}

.title-cta{
    font-size: 40px;
    line-height: 48px;
    /* margin-bottom: -200px; */
}

@media only screen and (max-width:1200px){
    .wifi-image{
        width: 315px;
    }
}

@media only screen and (max-width:992px){
    .wifi-image{
        width: 230px;
    }

    .gif-image{
        bottom: 50%;
        transform: translateY(50%);
        right: 10%;
    }
}

@media only screen and (max-width:768px){
    .wifi-image{
        width: 400px;
        bottom: 0%;
        right: 50%;
    }

    .wifi2-image{
        margin-bottom: 0;
    }

    .gif-image{
        bottom: 0%;
        transform: translateY(0%);
        right: 0%;
        left: auto;
    }

    .gif-image img{
        max-width: 125px;
    }

    .title-cta{
        font-size: 32px;
        line-height: 40px;
    }
}

@media only screen and (max-width:575.99999px){
    .wifi-image{
        width: 70%;
    }
}

.scroll-form, .scroll-form:focus {
    display: none;
    position: fixed;
    left: 45px;
    top: 91%;
}

.table-ls{
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    vertical-align: top;
    border-color: #000;
}

.table-ls>thead {
    vertical-align: bottom;
}

.table-ls>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: transparent;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}