h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 24px;
}

p {
    font-size: 18px;
}

.securewifi_banner {
    position: relative;
    overflow: hidden;
    height: 35vw;
    background: url('/library/assets/products/securewifi/securewifi_banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% top;
}

.securewifi_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    padding-top: 5%;
    color: #fff;
    padding-left: 15%;
}

.securewifi_area .text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.secure_wifi_icon {
    width: 30%;
}

.secure_buy {
    width: 35%;
}

.securewifi_area .text h2 {
    font-size: 46px;
}

.securewifi_area .text p {
    font-size: 26px;
}

.securewifi_area .btn-group-lg>.btn,
.btn-lg {
    padding: 5px;
    margin: 2px 0;
}


@media screen and (max-width: 1440px) {
    .securewifi_area {
        width: 50%;
    }
}

@media screen and (max-width: 1025px) {
    .securewifi_area {
        padding-top: 5%;
    }

    .secure_buy {
        width: 45%;
    }

    .securewifi_area .text h2 {
        font-size: 36px;
    }

    .securewifi_area .text p {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .securewifi_banner {
        height: 55vw;
        background-position: left top;
    }

    .securewifi_area {
        width: 70%;
        padding-top: 10%;
        color: #fff;
        padding-left: 20%;
    }
}

@media screen and (max-width: 450px) {
    .securewifi_banner {
        height: 70vw;
    }

    .securewifi_area {
        width: 80%;
        padding-top: 10%;
        padding-left: 25%;
    }

    .secure_wifi_icon {
        width: 25%;
    }

    .secure_buy {
        width: 80%;
    }

    .securewifi_area .btn-group-lg>.btn,
    .btn-lg {
        padding: 2px;
    }

    .securewifi_area .text h2 {
        font-size: 20px;
    }

    .securewifi_area .text p {
        font-size: 12px;
    }
}

@media screen and (max-width: 350px) {
    .securewifi_area .btn.btn-lg {
        padding: 2px !important;
    }
}

/*-intro*/

.securewifi_intro {
    background-color: #ffe8cc;
    color: #000;
}

.securewifi_intro .text {
    width: 85%;
    text-align: center;
    margin: 0 auto;
}

/*--A Safer Tunnel than traditional VPN*/

.safer_tunnel_area {
    display: flex;
    flex-direction: column;
}

.safer_tunnel_img {
    padding-top: 10%;
}

.safer_tunnel_border {
    border-left: 2px solid #ff8900;
}

.safer_tunnel_text h6 {
    text-indent: -12px;
    padding-left: 10px;
    padding-right: 5px;
}

.safer_tunnel_text ul {
    list-style: none;
    display: inline-flex;
    padding: 10px;
}

.safer_tunnel_border p {
    padding-left: 10px;
}

.sup_text {
    font-size: 30px;
    color: #ff8900;
}

.button1 {
    border: 1px solid;
    background-color: #dcdcdc;
    border-radius: 35px;
    padding: 5px 15px;
    color: #888888;
    margin-right: 10px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}

.button2 {
    border: 1px solid;
    background-color: #ff8900;
    border-radius: 35px;
    padding: 5px 15px;
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}

.icon_img {
    width: 40px !important;
    padding-right: 5%;
    display: inline-block;
    align-items: center;
}

@media (max-width: 450px) {
    .safer_tunnel_text ul {
        display: inline-grid;
    }
}

@media (min-width: 1024px) {
    .safer_tunnel_area {
        flex-direction: row;
        align-items: center;
    }

    /* .safer_tunnel_text{
	width: 70%;
    padding: 20px;
} */
    .safer_tunnel_text {
        width: 100%;
        padding: 20px;
    }

    /* .safer_tunnel_img{
	width: 60%;
	padding-top: 0px;
} */
    .safer_tunnel_img {
        width: 100%;
        padding-top: 0px;
        margin-top: -80px;
    }
}


.tab-content {
    width: 100%;
}

.tab-content>.active {
    -webkit-transition: slide 1s ease 3.5s forwards;
    -moz-transition: slide 1s ease 3.5s forwards;
    -ms-transition: slide 1s ease 3.5s forwards;
    -o-transition: slide 1s ease 3.5s forwards;
    transition: slide 1s ease 3.5s forwards;
}

.tab-content .nav {
    padding-left: 0px;
    margin-bottom: 0;
    list-style: none;
}

.tab-content .nav>li>a {
    position: relative;
    display: block;
    padding: 5px 0px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #ff8900;
}

.tab-content .nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #dcdcdc !important;
}

.tab-content .nav-tabs>li>a {
    margin-right: 10px;
    line-height: 1.42857143;
    border-radius: 35px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}

/* #Safer-Tunnel .nav.nav-tabs {
	width: 100%;
	border-bottom: 0;
} */


#Safer-Tunnel .nav.nav-tabs {
    width: 50%;
    border-bottom: 0;
}

div#Safer-Tunnel {
    z-index: 2;
    position: relative;
}

#Safer-Tunnel .tab-content .nav.nav-tabs {
    border: none;
}

#Safer-Tunnel .tab-content .nav.nav-tabs li {
    width: 50%;
}

#Safer-Tunnel .tab-content .nav.nav-tabs li a {
    color: #000;
    text-decoration: none;
}

#Safer-Tunnel .tab-content .nav.nav-tabs li.active a,
#Safer-Tunnel .tab-content .nav.nav-tabs li a:hover {
    color: #fff;
    border: 1px solid #ddd;
}

.img-eouIcon {
    width: 25%;
    height: 35px;
    display: block;
    margin-right: 10px;
}

@media only screen and (max-width: 1025px) {
    #Safer-Tunnel .nav.nav-tabs {
        width: 60%;
    }
}

@media only screen and (max-width: 991px) {
    #Safer-Tunnel .nav.nav-tabs {
        width: 80%;
    }
}

@media only screen and (max-width: 450px) {
    #Safer-Tunnel .tab-content .nav.nav-tabs li {
        width: 100%;
        padding-bottom: 10px;
    }
}

a[data-target*="#tab-WPA2"] div.img-eouIcon {
    background: url('/library/assets/products/securewifi/802_1x_gray.png') center top no-repeat;
    background-size: contain;
}

a[data-target*="#tab-WPA2"]:hover div.img-eouIcon,
#Safer-Tunnel .nav.nav-tabs li.active a[data-target*="#tab-WPA2"] div.img-eouIcon {
    background: url('/library/assets/products/securewifi/802_1x_white.png') center top no-repeat;
    background-size: contain;
}


a[data-target*="#tab-Authentication"] div.img-eouIcon {
    background: url('/library/assets/products/securewifi/Google_Authentication_gray.png') center top no-repeat;
    background-size: contain;
}

a[data-target*="#tab-Authentication"]:hover div.img-eouIcon,
#Safer-Tunnel .nav.nav-tabs li.active a[data-target*="#tab-Authentication"] div.img-eouIcon {
    background: url('/library/assets/products/securewifi/Google_Authentication_white.png') center top no-repeat;
    background-size: contain;
}

/*--Work as in your office*/


.Workoffice_banner {
    position: relative;
    overflow: hidden;
    height: 220vw;
    background: url('/library/assets/products/securewifi/work_life.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}

.Workoffice_area {
    color: #fff;
    padding: 10px;
    text-align: center;
    bottom: 0px;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 365px) {
    .Workoffice_banner {
        height: 150vw;
    }
}

@media (min-width: 766px) {
    .Workoffice_banner {
        height: 80vw;
    }

    .Workoffice_area {
        top: 20px;
        width: 80%;
        left: 10%;
    }
}

@media (min-width: 1024px) {
    .Workoffice_banner {
        height: 50vw;
    }
}

@media (min-width: 1300px) {
    .Workoffice_banner {
        height: 40vw;
    }

    .Workoffice_area {
        height: 40vw;
        width: 38%;
        left: 30%;
    }
}

/*Simplify the user experience*/

.user_experience_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1020px) {
    .user_experience_area {
        flex-direction: row-reverse;
    }

    .user_experience_area .text {
        width: 90%;
        padding: 10%;
    }
}

/*Wireless Storm Control*/


/*--Work as in your office*/


.wirelesscontrol_banner {
    position: relative;
    overflow: hidden;
    height: 50vw;
    background: url('/library/assets/products/securewifi/wireless_control.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60% bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wirelesscontrol_area {
    width: 80%;
    padding: 10%;
    color: #fff;
}

.wirelesscontrol_bg {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    color: #fff;
}

.wirelesscontrol_area h2 {
    color: #fff;
}

@media (min-width: 1020px) {
    .wirelesscontrol_banner {
        height: 40vw;
    }

    .wirelesscontrol_area {
        width: 55%;
        left: 0%;
        padding: 10%;
    }
}

@media (min-width: 1300px) {
    .wirelesscontrol_area {
        width: 45%;
    }
}

@media (max-width: 450px) {
    .wirelesscontrol_banner {
        background-position: right;
        height: 120vw;
    }

    .wirelesscontrol_area {
        width: 100%;
    }
}


.discoverMore {
    background-color: #f9f9f9;
}

.discoverMore a {
    color: #ff8900;
}

.discoverMore h4 {
    padding-top: 10px;
}

.discoverMoreCanvas ul {
    list-style: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 0 0;
}

.discoverMoreCanvas ul li {
    display: inline-block;
    margin: 0 50px;
}

.discoverMoreCanvas .circle {
    border-radius: 50%;
    background: #ff8900;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.discoverMoreCanvas .circle img {
    padding-top: 25px;
}

.discoverMoreCanvas .fa-search,
.discoverMoreCanvas .fa-shopping-cart {
    color: #fff;
    font-size: 100px;
    line-height: 150px;
}

.note {
    background-color: #f9f9f9;
}


.specifications-container .table.table-specifications tr th {
    height: 45px;
}

.table-specifications tr th {
    background-color: #ffe8cc;
}

.specifications-container .table.table-specifications tr th .spec-title {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .specifications-container.non-freeze .table.table-specifications tr td:first-child {
        background-color: #fff;
    }
}

.License-Specification {
    padding: 50px 30px;
}


.tab_spec {
    overflow: hidden;
    border: none;
    background-color: transparent;
    max-width: 1200px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}

.tab_spec button {
    background-color: inherit;
    border: 1px solid #ffe8cc;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-radius: 99px;
    padding: 8px 10px;
    margin-right: 5px;
    max-height: 80px;
    margin-bottom: 10px;
    display: inline-block;
}

.tab_spec button.active {
    background-color: #ffe8cc;
    color: #000;
}

.tab_spec button:hover {
    background-color: #ffe8cc;
    color: #000;
}

.tabcontent {
    padding: 30px 0px 0px 0px;
}

.license-pack {
    width: 85%;
    margin: 0 auto;
}

.license-pack td,
.license-pack th {
    border-bottom: 1px solid #ffe8cc;
    padding: 15px;
}

.row-feature {
    width: 33%;
}

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

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

.btn {
    padding: 0 20px;
}

[id^="table-scroller"] {
    width: 100% !important;
    max-width: 1320px;
    border: none !important;
}

@media screen and (max-width: 990px){
    [id^="table-scroller"] {
        width: 990px !important;
        border: none !important;
    }
    .specifications-container {
        overflow: auto;
        border: 1px solid #c8c8c8;
        border-top: 0
    }
}


[id^="table-scroller"] .table.table-specifications tr th,
[id^="table-scroller"] .table.table-specifications tr th:first-child {
    width: auto !important;
}

#table-scroller .table.table-specifications tr td,
#table-scroller .table.table-specifications tr td:first-child {
    width: 25% !important;
}

#table-scroller-2 .table.table-specifications tr td,
#table-scroller-2 .table.table-specifications tr td:first-child {
    width: 20% !important;
}

[id^="table-scroller"] .table > tbody > tr > td:first-child {
    padding-left: 8px;
    border-right: 1px solid #c8c8c8 !important;
    border-left: 1px solid transparent !important;
}

[id^="table-scroller"] li {
    list-style: none;
}

[id^="table-scroller"] .table > tbody {
    border: 1px solid #c8c8c8;
}

[id^="table-scroller"] tr th:first-child,
[id^="table-scroller"] tr th {
    background-color: transparent;
    color: #ff8900 !important;
    border-right: none !important;
    border-left: none !important;
}

[id^="table-scroller"] .table > thead {
    border-color: #ff8900;
    border-width: 1px;
}

[id^="table-scroller"] a,
[id^="table-scroller"] a:hover {
    color: #ff8900;
}

.License-Specification ul li {
    margin-left: 20px;
}

#APService .table>tbody>tr>td {
    padding: 22px 8px;
}