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

.app-patrol_banner {
    position: relative;
    overflow: hidden;
    height: 40vw;
    background: url('/library/assets/products/app-patrol/app-patrol_banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% center;
}

.app-patrol_area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40%;
}

.app-patrol_icon {
    width: 10%;
}

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

.app-patrol_area .text h2 {
    font-size: 42px;
}

.app-patrol_area .text p {
    font-size: 24px;
}


@media screen and (max-width: 1440px) {
    .app-patrol_banner {
        height: 35vw;
    }
}

@media screen and (max-width: 1025px) {
    .app-patrol_banner {
        height: 40vw;
    }

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

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

@media screen and (max-width: 991px) {
    .app-patrol_banner {
        height: 55vw;
    }

    .app-patrol_icon {
        width: 15%;
    }
}


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

    .app-patrol_area {
        width: 90%;
        margin: 0 auto;
    }

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

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

    .app-patrol_icon {
        width: 25%;
    }
}


/*intro*/

.intro-section .text_area {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 5%;
}

.intro_img {
    width: 50% !important;
}

.intro-section .text_area .text {
    padding-left: 5%;
}

.intro-section .text_area .text p {
    border-left: 2px solid #fe8d3f;
    padding-left: 15px;
}

@media (max-width: 450px) {
    .intro-section.area {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .intro-section .text_area {
        flex-direction: column;
    }

    .intro_img {
        width: 100% !important;
    }

    .intro-section .text_area .text {
        padding-left: 5%;
        padding-top: 5%;
    }

    .intro-section .text_area .text p {
        padding: 15px;
    }
}

.intro-section2 .text_area {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.intro_img {
    width: 50% !important;
}

.intro-section2 .text_area .text {
    padding-right: 5%;
}

.intro-section2 .text_area .text p {
    border-left: 2px solid #fe8d3f;
    padding-left: 15px;
}

@media (max-width: 450px) {
    .intro-section2.area {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .intro-section2 .text_area {
        flex-direction: column;
    }

    .intro_img {
        width: 100% !important;
    }

    .intro-section2 .text_area .text {
        padding-left: 5%;
        padding-top: 5%;
    }

    .intro-section2 .text_area .text p {
        padding: 15px;
    }
}



/*icon*/

.icon-section {
    background-color: #f9e9d9;
}

.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.icon .area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.icon-section .area img {
    width: 50% !important;
    padding-bottom: 20px;
}


@media (min-width: 765px) {
    .icon {
        flex-direction: row;
    }

    .icon .area {
        width: 50%;
    }
}


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

    .icon .area {
        flex-direction: row;
        padding: 10px;
    }

    .icon .area:first-child {
        border-right: 2px solid#ff8900;
        margin: 0 15px;
    }

    .icon-section .area img {
        width: 20% !important;
    }

    .icon-section .area .text {
        text-align: left;
        padding-left: 20px;
    }
}



/*Unified application visibility and control*/


.application-control {
    background-color: #f7f7f7;
}

.Site-wide-Application {
    padding-bottom: 10px;
}

.Site-wide-Application p {
    border-left: 2px solid #fe8d3f;
    padding-left: 15px;
    margin: 0px 10px;
    font-size: 13px;
}

@media (min-width: 1020px) {
    .application-control .text_area {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .application-control .text_area .text {
        width: 80%;
        padding: 20px 40px 20px 0px;
    }
}


/*--Faultless and how-it-works scan structure*/

.how-it-works_area {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.how-it-works_img {
    padding-top: 10%;
}

.how-it-works_text ul {
    list-style: none;
    display: inline-flex;
    padding: 10px 0px 0px;
}

.how-it-works_border p {
    padding-left: 10px;
}

@media (max-width: 1025px) {
    .tab-content {
        width: 95%;
    }

    .tab-content .nav>li>a {
        padding: 2% 20%;
    }
}

@media (max-width: 991px) {
    .how-it-works {
        width: 100%;
    }

    .img_area {
        position: relative;
        right: 0px;
    }
}

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

@media (min-width: 1024px) {
    .works {
        display: flex;
        flex-direction: column;
        padding-left: 50%;
    }

    .how-it-works_area {
        flex-direction: row;
        align-items: center;
        text-align: left;
    }

    .how-it-works_text {
        width: 100%;
        padding: 30px 0px 0px 0px;
    }

    .how-it-works_img {
        width: 100%;
        padding-top: 0px;
        padding-right: 20px;
    }

    .tab-pane .area {
        display: flex;
        flex-direction: row-reverse;
    }

    .tab-pane .area .text {
        width: 85%;
        padding-top: 2%;
    }

    .img_area {
        position: relative;
        top: -120px;
    }
}

@media (min-width: 1200px) {
    .works {
        padding-left: 45%;
    }
}


.tab-content {
    width: 100%;
    height: 350px;
}

.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: 20px;
    list-style: none;
}

.tab-content .nav>li>a {
    position: relative;
    display: block;
    padding: 2% 15%;
}

.nav-tabs>li>a {
    background-color: #fff;
    color: #fff;
    padding: 1em;
    border: 1px #dcdcdc solid !important;
    ;
}

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


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

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


.nav-tabs>li {
    margin-bottom: 10px;
}

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

#how-it-works .nav.nav-tabs {
    width: auto;
    border-bottom: 0;
    margin: auto;
}

.works h3 {
    text-align: center;
}

@media (max-width: 991px) {
    .tab-content {
        height: auto;
    }
}

/*--Automatically prioritize, throttle and block applications*/

.applications_banner {
    position: relative;
    overflow: hidden;
    height: auto;
    background: url('/library/assets/products/app-patrol/Automatically_prioritize_throttle_and_block_applications.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% center;
}

.applications_banner .text_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 20px;
}


.applications_banner .text_area .list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.CategoryList {
    padding-left: 7%;
    padding-bottom: 30px;
    padding-top: 20px;
}

@media (max-width: 1440px) {
    .applications_banner .text_area {
        padding: 20px;
    }
}

@media (max-width: 1025px) {
    .CategoryList {
        padding-left: 0%;
    }
}

@media (max-width: 765px) {
    .applications_banner .text_area .list {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}


@media (max-width: 450px) {
    .CategoryList {
        padding-left: 5%;
    }
}


/*--Boost bandwidth efficiency and staff productivity*/

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

.bandwidth .text_area .text {
    padding: 0px 0px 30px;
}

.bandwidth img {
    width: 100%;
}

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

    .bandwidth .text_area .text {
        padding: 0px 20px;
    }

    .bandwidth img {
        width: 50% !important;
    }
}


.Diagram {
    background-color: #f7f7f7;
}


.Online {
    background-color: #fff;
}

.LicenseOnline .button .btn-call-to-action {
    background-color: #ff8900;
}

@media (min-width: 2100px){
.LicenseOnline{
	padding: 0px 0px 150px 0px;
}	
}

.LicenseOnline .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5%;
}

.LicenseOnline .button {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

@media (min-width: 1020px) {
    .LicenseOnline {
        position: relative;
    }

    .circle_gui {
        position: absolute;
        width: 40%;
        top: 0px;
        left: -80px;
    }

    .marketplace_gui {
        position: absolute;
        width: 40%;
        right: -80px;
        top: 0px;
    }

    .LicenseOnline .text {
        display: flex;
        flex-direction: column;
        padding: 5%;
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .LicenseOnline .button {
        display: flex;
        flex-direction: row;
        padding-top: 10px;
        justify-content: space-evenly;
        width: 100%;
    }
}


@media (min-width: 1500px) {
    .circle_gui {
        top: -80px;
        width: 32%;
    }

    .marketplace_gui {
        top: -80px;
        width: 32%;
    }
}


.discoverMore {
    background-color: #f7f7f7;
}

.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;
	margin-bottom: 10px;
}

.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: #f7f7f7;
}

/* Product Specs Bullets */
ul {
    padding-left: 40px;
}

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

.btn {
    padding: 0 20px;
}

.works ul li {
    margin: 0 !important;
}