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

.text-color {
    color: #6CBE45 !important;
}

.CES_banner {
    position: relative;
    overflow: hidden;
    height: 35vw;
    background: url('/library/assets/products/ces/banner_CES_1920x800.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.CES_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    /* padding-right: 15%; */
    height: 40%;
}

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

.CES_area .text h2 {
    font-size: 46px;
    color: #fff;
}

.CES_area .text p {
    font-size: 22px;
}

.CES_accordion ul {
    margin-left: 20px;
}

.CES_accordion .panel.panel-default {
    border-top: 1px solid #ff8900 !important;
    border-bottom: none;;

}

.CES_accordion .panel-title:after {
    border-color: #ff8900 !important;
}

.CES_accordion .panel-title {
    font-size: 18px !important;
}

@media screen and (min-width: 992px) {
    .CES_area {
        max-width: 1320px;
        margin: auto;
    }


}

@media screen and (max-width: 1601px) {
    .CES_area {
        /* padding-right: 10%; */
    }
}


@media screen and (max-width: 1440px) {
    .CES_area {
        padding-right: 1%;
    }
}

@media screen and (max-width: 1110px) {
    .CES_area .text h2 {
        font-size: 36px;
    }

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

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

    .CES_area {
        height: 100%;
        width: 50%;
    }
}

@media screen and (max-width: 910px) {
    .CES_area {
        width: 45%;
        padding-left: 5%;
    }
}

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

    .CES_area {
        width: 70%;
        padding-left: 8%;
    }

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

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

@media screen and (max-width: 350px) {
    .CES_area {
        width: 75%;
    }
}



/*-intro*/

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

.CES_intro .text {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

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

/*Email Protection for your company*/

.Protect-Protection .title {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
    width: 85%;
}


.Protect-Protection .icon_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Protect-Protection .icon_area .text {
    padding: 20px 10px;
}

.Protect-Protection .icon_area .text h5 {
    padding: 50px 0px 20px;
    font-weight: 800;
}


@media screen and (min-width: 500px) {
    .Protect-Protection .icon_area {
        width: 75%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 800px) {
    .Protect-Protection .icon_area {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
    }

    .Protect-Protection .icon_area .text {
        width: 33%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .Protect-Protection .icon_area .text p {
        text-align: center;
        margin: 0 auto;
    }

    .Protect-Protection .icon_area .text img {
        width: 70%;
    }
}



/* Threat Intelligence Powers The Email Security */

.threatintelligence-bg-gray {
    background-color: #f5f5f6;
}

.threatintelligence-Boost {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}


@media (max-width: 991px) {
    .threatintelligence-header-section {
        display: none;
    }

    .threatintelligence-video-mobile {
        display: block;
        background-color: #e7eaec;
    }
}

@media (max-width: 450px) {
    .threatintelligence {
        padding-top: 20px;
    }

    .threatintelligence-Boost {
        width: 90%;
    }
}


.threatintelligence-content {
    position: absolute;
    width: 40%;
    top: 10%;
    right: 15%;
    z-index: 3;
}

.CES-threatintelligence-count {
    font-size: 40px;
    padding-top: 10px;
}

.threatintelligence-Boost hr {
    border-top: 2px solid #ff8900;
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.threatintelligence-count {
    color: #000;
    font-size: 60px;
}

.threatintelligence-count span {
    font-size: 60px;
    font-weight: bold;
}


@media (max-width: 450px) {
    .CES-threatintelligence-count {
        font-size: 20px;
    }

    .threatintelligence-count {
        font-size: 30px;
    }

    .threatintelligence-count span {
        font-size: 30px;
        font-weight: bold;
    }
}



/*CES GUI */


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

.CES_canvas {
    position: relative;
    padding: 20px 0px 80px;
}

.CES {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

.CES_box {
    display: flex;
    justify-content: flex-end;
}

.ces_area {
    background-color: #ffb866;
    position: relative;
    width: 90%;
    /*     height: 650px; */
    right: 0;
}


.ces-image {
    position: relative;
    left: -200px;
}

.ces-image img.Report-Dashboard,
img.Log,
img.Policy-Sets,
img.RulesSets {
    display: none;
}

.CES_canvas .panel-group {
    width: 50%;
    padding-left: 2%;
    padding-right: 2%;
}

.CES_canvas .panel {
    border: none;
    border-top: 1px solid #000;
    padding: 10px 0;
}

.CES_canvas .panel-default>.panel-heading {
    background: transparent !important;
}

.CES_accordion .panel-heading a {
    padding-right: 65px !important;
}

.CES_accordion .panel-title {
    font-size: 22px;
    color: #000000;
}

.CES_accordion .panel-title a {
    color: #000000;
}

.CES_accordion h4.panel-title a:visited,
.CES_accordion h4.panel-title a:hover,
.CES_accordion h4.panel-title a:active {
    color: #ffb866 !important;
}

.ces-label {
    font-size: 20px;
    padding-right: 10px;
}

.CES_accordion .panel-body {
    margin-left: 10px;
}

.CES_accordion .panel-body p {
    font-size: 16px;
    color: #000;
}


@media (max-width:1400px) {
    .ces_area {
        /* 	height: 500px; */
        width: 85%;
    }

    .ces-image {
        position: relative;
        left: -150px;
    }

    .CES_canvas .panel-group {
        width: 50%;
        padding-left: 2%;
        padding-right: 0%;
    }
}

@media (max-width:1025px) {
    .CES_canvas {
        padding: 30px 0px;
    }

    .ces_area {
/*         height: 350px; */
        width: 70%;
    }

    .CES_canvas .panel-group {
        width: 85%;
    }
}

@media (max-width:800px) {
    .CES_canvas {
        padding: 20px 0px;
    }

    .CES {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        flex-direction: column-reverse;
    }
    
    .CES_accordion #accordion {
        width: 100% !important;
    }

    .ces_area {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .ces-image {
        width: 100%;
        left: 0px;
    }

    .CES_canvas .panel-group {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 50px;
    }
}

@media (max-width: 450px) {
    .CES_canvas .panel-group {
        padding-right: 0px;
        padding-left: 0px;
    }
}

/* End SecuReporter */

.infrastructure_area .text {
    width: 85%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}


.table-responsive ul {
    margin-left: -20px;
    text-align: left !important;
}


.spec .panel-group {
    margin-left: -20px;
}

.SpecText ul {
    margin-left: 40px;
}


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

.SpecText {
    width: 53%;
}

@media screen and (max-width: 768px) {
    .SpecText {
        width: 100%;
    }
}

.btn.btn-lg.btn-call-to-action {
    padding: 0 20px;
    background-color: #ff8900 !important;
}

.CES_accordion {
    width: 100%;
}

.CES_accordion #accordion {
    width: 80%;
    margin: auto;
}

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

/* Product Specs Bullets */
#specifications .panel-default ul {
	padding-left: 40px;
}

#specifications .panel-default li {
	list-style-type: disc;
}

#specifications .panel-default ul li ul li {
    list-style-type: circle;
}

.container.maxwid .panel-body {
    padding: 0px !important;
    border: none !important;
}

.container.maxwid .panel-default {
    padding: 0px !important;
    border: 0px !important;
}

.container.maxwid .panel-body tbody tr td {
    border-top: 1px solid #6CBE45 !important;
}