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;
}

.wifi-name{
    position: absolute;
    bottom: 6%;
    right: 7%;
    text-align: right;
    font-size: 24px;
    line-height: 24px;
}

.wifi-5g-name{
    position: absolute;
    top: 11%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    width: 90%;
    padding: 0 15px;
}

.wifi-image{
    position: absolute;
    bottom: -7%;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
}

.wifi2-image{
    margin-bottom: -50px;
}

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: 0;
    transform: translateY(25%);
    left: 18%;
}

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

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

@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%);
        left: 10%;
    }
}

@media only screen and (max-width:768px){
    .wifi-image{
        width: 400px;
        bottom: 0%;
        left: 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%;
}