h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px !important;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 24px;
}

p {
    font-size: 18px;
}

.btn-center {
    text-align: center;
}

.nwa110ax-banner {
    background:
        url('/library/assets/products/nwa110ax/NWA110AX-banner.jpg') no-repeat center center;
    height: 600px;
    background-size: cover;
    position: relative;
    /* 	position:relative; background-repeat:no-repeat; background-position:center center;height:600px;background-size:cover; */
}

.nwa110ax-banner-box {
    position: absolute;
    left: 15%;
    top: 35%;
    width: 25%;
    text-align: right;
}

.nwa110ax-banner-box h1,
h6 {
    color: #000;
}

.backgroundcolor {
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
}

.bannerTitle {
    font-size: 46px;
    color: #ff8900 !important;
}

.nwa110ax-intro {
    background-color: #e69a68;
}

.introTitle {
    width: 80%;
    height: 100%;
    padding: 30px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.introBG {
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
    background-size: cover;
    position: relative;
}

#prodCon ul li {
    font-size: 16px !important;
    margin-left: 30px !important;
}

/* .introBG{background:url('/library/assets/products/nwa110ax/True_WiFi6.jpg') no-repeat center center; height:700px; background-size:cover; position:relative;} */
.introBG-device {
    position: absolute;
    animation: pulse 3s infinite;
    left: 40%;

}

.nwa110ax-HW {
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    background-size: cover;
    position: relative;
}

.nwa110ax-economic {
    background-color: #feedd9;
}

.economic-title {
    text-align: center;
    margin: 0 auto;
}

.economic-image {
    width: 80% !important;
    margin: 0 auto !important;
    padding-top: 20px;
}

.manage-network {
    margin-left: -90px;
    margin-right: -50px;
    width: 1300px
}

.manage-network-line {
    border: 2px solid #ffa133;
    border-radius: 25px;
    padding: 25px 10px;
    height: 330px;
    width: 380px;
    margin-right: 20px;
}

.manage-section {
    margin-left: -40px;
}

.manage-box {
    width: 1200px;
}

.manage-image {
    border: 2px solid #ffa133;
    border-radius: 25px;
    padding: 25px 10px;
}


@media screen and (max-width: 1601px) {
    .nwa110ax-banner-box {
        width: 30%;
        left: 10%;
        top: 35%;
    }

    .introBG {
        height: 500px;
    }
}

@media screen and (max-width: 1440px) {
    .nwa110ax-banner-box {
        width: 35%;
        left: 5%;
        top: 32%;
    }

    .nwa110ax-banner {
        height: 450px;
    }
}

@media screen and (max-width: 1300px) {
    .nwa110ax-banner-box {
        width: 40%;
        left: 1%;
    }
}

@media screen and (max-width: 1025px) {
    .nwa110ax-banner {
        background-position: right center;
    }

    .nwa110ax-banner-bg {
        background: rgba(255, 255, 255, 0.1);
        width: 100%;
        height: 100%;
    }

    .nwa110ax-banner-box {
        left: 40%;
        top: 35%;
        text-align: center;
    }

    .bannerTitle {
        font-size: 36px;
    }

    h6 {
        font-size: 20px;
    }

    .manage-network-line {
        width: 320px;
        height: 300px;
    }
}

@media screen and (max-width: 991px) {
    .nwa110ax-banner {
        background: url('/library/assets/products/nwa110ax/NWA110AX_banner_800x600.jpg') no-repeat center center;
        height: 600px;
        background-size: cover;
        position: relative;
    }

    .nwa110ax-banner-box {
        right: 10%;
        top: 25%;
        width: 50%;
    }

    .introBG {
        height: 400px;
    }

    .manage-section {
        margin-left: 0px;
    }

    .manage-network-line {
        width: 100%;
        height: auto;
    }

    .manage-box {
        width: auto;
    }
}

@media only screen and (max-width: 450px) {
    .nwa110ax-banner {
        height: 300px;
    }

    .bannerTitle {
        color: #fff;
        font-size: 20px;
    }

    .bannerText {
        font-size: 16px !important;
    }

    .nwa110ax-banner-box {
        left: 30%;
        top: 25%;
        padding: 5px;
        width: 70%;
    }

    .introTitle {
        width: 95%;
        padding: 15px;
    }

    .introBG {
        height: 350px;
        background-position: right center;
    }
}

@media screen and (max-width: 350px) {
    .nwa110ax-banner {
        height: 250px;
    }

    .nwa110ax-banner-box {
        top: 20%;
    }

    .introBG {
        height: 300px;
    }
}



/* The circle https://bootsnipp.com/snippets/bx9Ne */
.sonar-emitter {
    position: relative;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    top: 10px;
    right: -500px;
    background: url('/library/assets/products/nwa110ax/img_nwa110ax_f_150x150.png') no-repeat center center;
}

/* the 'wave', same shape and size as its parent */
.sonar-wave {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #ff8900;
    /*   opacity: 0;
  z-index: -1; */
    pointer-events: none;
}

.sonar-wave {
    animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
    from {
        opacity: 0.3;
    }

    to {
        transform: scale(3);
        opacity: 0;
    }
}

@media only screen and (max-width: 1440px) {
    .sonar-emitter {
        right: -400px;
    }
}

@media only screen and (max-width: 991px) {
    .sonar-emitter {
        right: -300px;
    }
}

@media only screen and (max-width: 450px) {
    .sonar-emitter {
        right: -50px;
        top: -15px;
        background-position: right center;
    }
}

.PoEInjectorOptions {
    background: linear-gradient(to bottom, #ffe7cd 0%, #fff 5%);
}

.PoEInjector {
    width: 120px !important;
}

.Diagram {
    width: 90% !important;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .table-responsive {
        border: none;
    }
}


.PoEInjectorOptions .panel-group {
    width: 85%;
    margin: 0 auto;
}

@media screen and (max-width: 450px) {
    .PoEInjectorOptions .panel-group {
        width: 100%;
        margin: 0 auto;
    }
}

.LearnMore {
    text-align: center;
    padding-top: 20px;
}


.video_configuration {
    display: none;
}

.nebula_video {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 5%;
}

.video_area ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
}

.video_area ul li {
    width: 30%;
    box-shadow: 0px 0px 28px 3px rgb(0 0 0 / 15%);
    transform: scale(1.01, 1.01);
}

.video_area .zoom:hover {
    -ms-transform: scale(1.0);
    /* IE 9 */
    -webkit-transform: scale(1.0);
    /* Safari 3-8 */
    transform: scale(1.0);
}

@media screen and (max-width: 450px) {
    .video_configuration {
        display: block;
        text-align: center;
        margin: 0 auto;
        padding-top: 30px;
    }

    .video_area ul {
        flex-direction: column;
        padding: 20px;
    }

    .video_area ul li {
        width: 100%;
        margin-top: 20px;
    }
}

.related-link {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    margin: 0 auto;
}

.related-link div {
    transform: scale(1.01, 1.01);
}

.related-link .image {
    width: 30%;
}

.related-link .zoom:hover {
    -ms-transform: scale(1.0);
    /* IE 9 */
    -webkit-transform: scale(1.0);
    /* Safari 3-8 */
    transform: scale(1.0);
}

@media screen and (max-width: 450px) {
    .related-link {
        flex-direction: column;
        width: 100%;
    }

    .related-link .image {
        width: 100%;
        padding-bottom: 20px;
    }
}


.Nebula-Mobile-App {
    background: url('/library/assets/products/nwa110ax/Nebula-Mobile-App.jpg') no-repeat left center;
    height: 600px;
    background-size: cover;
    position: relative;
}

.Nebula-Mobile-App .area {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    padding-right: 2%;
}

.Nebula-Mobile-App .area .box {
    width: 45%;
}

.Nebula-Mobile-App .area .box .text ul {
    list-style: none;
    line-height: 2em;
    padding-left: 0px;
}

.Nebula-Mobile-App .area .box .text ul li {
    text-indent: -10px;
    padding-left: 20px;
}

.Nebula-Mobile-App .area .box .text h3 {
    padding-bottom: 30px
}

.Nebula-Mobile-App .area .box .text .fa-check {
    color: #ff8900;
}

.Nebula-Mobile-App .Watch {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: -10px;
}

.app_icon {
    width: 60%;
}

.WatchMobile {
    display: none;
}

@media screen and (max-width: 1025px) {
    .Nebula-Mobile-App {
        height: 500px;
    }

    .Nebula-Mobile-App .Watch {
        display: none;
    }

    .WatchMobile {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
}


@media screen and (max-width: 991px) {
    .Nebula-Mobile-App {
        background: url(/library/assets/products/nwa110ax/Nebula-Mobile-App-small.png) no-repeat bottom center;
        height: 1200px;
        background-size: contain;
        position: relative;
    }

    .Nebula-Mobile-App .area {
        align-items: flex-start;
        justify-content: flex-end;
        padding-top: 10%;
        padding-right: 1%;
    }

    .Nebula-Mobile-App .area .box {
        width: 95%;
    }
}


@media screen and (max-width: 450px) {
    .Nebula-Mobile-App {
        height: 950px;
    }
}


@media screen and (min-width: 2100px) {
    .Nebula-Mobile-App {
        background: url('/library/assets/products/nwa110ax/Nebula-Mobile-App.jpg') no-repeat left center;
        height: 900px;
        background-size: cover;
        position: relative;
    }
}

/* start */
.justconnect-features {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.justconnect-area {
    width: 100%;
    padding: 5%;
}

.justconnect-title {
    padding-top: 60px;
}

.justconnect-title h3 {
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
}

.justconnect-features .box {
    width: 90%;
    position: relative;
}

.justconnect-features .image {
    padding-left: 40px;
    position: relative;
}

.justconnect-features .panel-heading {
    padding: 0;
    position: relative;
    cursor: pointer;
    background-color: #fff !important;
}

.justconnect-features .panel-title {
    color: #000;
    font-size: 18px;
    padding-right: 60px !important;
}

.justconnect-features a.panel-title.collapsed {
    padding-right: 60px !important;
}

.justconnect-features .panel-body p {
    width: 95%;
}

.justconnect-features div.panel-body {
    padding: 30px !important;
}
.justconnect-features .panel {
    border-top: 1px solid #ff8900 !important;
    padding: 10px 0;
    border-bottom: 0;
}

#justconnect-section #accordion .panel-title:after {
    border-color: #ff8900;
}

@media screen and (max-width: 1025px) {
    .justconnect-features .box {
        width: 100%;
        position: relative;
    }
}

@media screen and (max-width: 991px) {
    .justconnect-features {
        flex-direction: column;
    }
}

/* Additions */
.btn.btn-lg {padding: 0 20px;}

.container.maxwid {
    max-width: 1320px !important;
}

.PoEInjectorOptions .panel-default {
    border: none !important;
}

.PoEInjectorOptions .table>thead>tr>th {
    color: black;
}

.PoEInjectorOptions .table>thead {
    border-top: none !important;
    border-bottom: 1px solid #ff8900
}

.PoEInjectorOptions .table>tbody {
    border-bottom: 1px solid #ff8900;
}

.PoEInjectorOptions .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.page-node-type-product .btn.btn-lg,
.page-node-type-product .btn.btn-lg:hover {
    background-color: #ff8900;
}

.text-color {
    color: #ff8900 !important;
}

.spec-note ol{
	list-style: none;
}