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

.product-page .deck-wrapper .section-navigation .navbar-brand h2{color: #fff;}
.deck-wrapper .section-navigation .navbar-default {background: linear-gradient(to right, #ff2837 50%, #ff2837 100%);}
.deck-wrapper .section-navigation .navbar-default .navbar-nav>li>a{color: #fff;}
.deck-wrapper .section-navigation .navbar-default .navbar-nav>li>a:hover,
.deck-wrapper .section-navigation .navbar-default .navbar-nav>li>a:active,
.deck-wrapper .section-navigation .navbar-default .navbar-nav>li>a:focus{color: #000!important;}

/*new enhancement message*/
.message-box{position:fixed; bottom:100px; right: 10px; z-index: 100; width:150px;}
.new-message{position:relative; margin-bottom: 20px;}
.message-box h6{color: #ff2837; position:absolute; top:-35px; left: 0; right: 0; margin: 0 auto; padding: 5px;text-align: center; font-size:13px; width:150px;font-size: 40px;}
.message-box p{background:#fff; border:3px solid #ff2837; color: #000; padding:10px 5px 5px;text-align: center; font-size:13px;}
.message-box a{color:#ff2837;}
.arrow-down{width: 0;height: 0;border-style: solid;border-width: 15px 10px 0 10px;border-color: #ff2837 transparent transparent transparent;position: absolute; bottom: -15px; right: 15px;}
.btn-new{border-radius:50%; background:#ff2837; color:#fff; width: 35px; height: 35px; font-size:13px; text-align: center; position: absolute; right: 0;border: none; display: none; padding: 0;}
.btn-close {border-radius:50%; background:#ff2837; width: 35px; height: 35px;position: absolute; right: 0;border: none;}
.btn-close:before, .btn-close:after {position: absolute;left: 0; right:0; margin: 0 auto; top: 5px; content: ' ';height: 25px;width: 1px; background-color: #fff;}
.btn-close:before {transform: rotate(45deg);}
.btn-close:after {transform: rotate(-45deg);}
.new-message a:hover {
    text-decoration: none;
}

@media (max-width: 450px) {
.message-box h6{color: #ff2837; position:absolute; top:-30px; left: 0; right: 0; margin: 0 auto; padding: 5px;text-align: center; font-size:13px; width:150px;font-size: 36px;}
}

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


.SecuExtender_area img{width: 150px;}

.SecuExtender_area{
	display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
	padding-top: 5%;
	padding-left: 5%;
}

.SecuExtender_area .text{
	width:100%;
	display: flex;
    justify-content: center;
	flex-direction: column;
	padding-top: 2%;
}

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

.SecuExtender_area .text p{
	font-size:18px;
}

@media (max-width: 800px) {
.SecuExtender_banner{
	height:50vw; 	
}
}

@media (max-width: 450px) {
.SecuExtender_area img{width: 60px;}
.SecuExtender_banner{
	height:85vw; 	
}
.SecuExtenderBG{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
}
.SecuExtender_area .text .btn-outline{    
	color: #000!important;
    border-color: #000;
	width: 60%;
}
}

@media (min-width: 990px) {
.SecuExtender_area{
	display: flex;
    width: 90%;
	padding-left: 10%;
}

.SecuExtender_area .text{
	width:65%;
}

.SecuExtender_area .text h2{
	font-size:32px;
}

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


@media (min-width: 1025px) {
.SecuExtender_area{
    width: 80%;
}
}

@media (min-width: 1330px) {
.SecuExtender_banner{
	height:35vw; 	
}
.SecuExtender_area{
	padding-left: 15%;
}
}

.SecuExtender_area .text .btn-outline{    
	color: #000!important;
    border-color: #000;
	width: 40%;
}

.SecuExtender_area .text .btn-lg {
    padding: 5px 10px;
}


@media (max-width: 450px) {
.SecuExtender_area .text .btn-outline{    
	width: 55%;
}
}



.SecurityChallenges{
	position:relative;
	overflow:hidden;
	height:25vw; 
	background:url('/library/assets/products/secuextender/Five_Perimeter_Security_Challenges_SecuExtender.jpg'); 
	background-repeat:no-repeat;
	background-size:cover; 
	background-position:center bottom;	
}


.SecuExtender{
	display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.SecuExtender .title{
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 15px;
}

.SecuExtender .area{
    height: 100%;
    width: 100%;
	padding: 40px;
}

.SecuExtender .area .text{
    position: absolute;
    top: 25%;
    width: 20%;
    display: flex;
    justify-content: center;
	padding:20px 0px;
}

.SecuExtender .area .text h6{
	font-size:20px;
	border-radius: 6px;
/*     border: 1px solid #ff2837; */
    padding: 5px 8px;
	background-color:#ff7e88;
	color:#fff;
}

.SecuExtender .area:hover{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(248, 161,167, 0.5);
}

.SecuExtender .area .overlay{
    display: block;
    visibility: hidden;
	position: absolute;
    top: 45%;
    width: 20%;
    display: flex;
    justify-content: end;
}

.SecuExtender .area .overlay .description{
	text-align: center;
}

.SecuExtender .area:hover .overlay{
	visibility: visible;
}


.SecuExtender .area:hover .overlay .description{
	text-align: center;
}


@media (max-width: 1440px) {
.SecurityChallenges{
	height:30vw; 
}
}

@media (max-width: 1300px) {
.SecurityChallenges{
	height:35vw; 
}
}


@media (max-width: 1025px) {
.SecurityChallenges{
	height:45vw; 
}
.SecuExtender .area .text {
    top: 20%;
}
}


@media (max-width: 991px) {
.SecurityChallenges {
    height: 95vw;
	background-position: center left;
}
.SecuExtender {
    flex-direction: column;
}
.SecuExtender .title {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 10px 10px;
}
.SecuExtender .area {
    height: 100%;
    width: 100%;
    padding: 0px 10px;
    position: relative;
}
.SecuExtender .area .text {
    position: relative;
    top: 0%;
    width: 100%;
    display: flex;
    padding: 15px 0px;
}
.SecuExtender .area .overlay {
    display: block;
    visibility: visible;
    position: relative;
    top: 0%;
    width: 100%;
    display: flex;
	justify-content: flex-start;
}
}

@media (max-width: 450px) {
.SecurityChallenges {
    height: 1300px;
}
}

.Never{position:relative; /* background-color:#f7f7f7; */}
.Never_text{width: 60%;float: right; padding: 60px 90px;}
.Never_img{
    position: absolute;
    background: url(/library/assets/products/secuextender/Never_Trust_and_Always_Verify.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    width: 35%;
    height: 100%;
    left: 0;
    top: 0;
}


@media (max-width: 1440px) {
.Never_text{padding: 40px; width: 65%;}
}

@media (max-width: 1025px) {
.Never_text{padding: 20px;}
}

@media (max-width: 991px) {
.Never_img{
	width: 45%;
    height: 60%;
}	
.Never_text{
	width:60%;
	padding:20px;
}
}

@media (max-width: 450px) {
.Never_text{
	width: 100%;
    padding: 100px 20px 30px 20px;
}
}

.why_area{display: flex;flex-direction: row; justify-content: space-evenly;}
.Why {width:40%; padding-bottom:10px;}
.vpn_section{background-color:#f7f7f7;}
.vpn{text-align:center;margin:0 auto; width:85%;padding-bottom:20px;}
.vpn-img .IPSecVPN, .vpn-img .SSLVPN{background-repeat: no-repeat; background-position: center center; background-size:cover; height:350px; position:relative; border-radius: 35px;}
.vpn-img .vpn-overlay {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;opacity: 0.4;transition: .5s ease; background: rgba(0,0,0,0.6); border-radius: 35px;}
.vpn-img .IPSecVPN:hover .vpn-overlay, .vpn-img .SSLVPN:hover .vpn-overlay{opacity:1; background: rgba(219,134,141,0.6);border-radius: 35px;}
.vpn-img .vpn-content{padding: 20%;display: flex;align-items: center; justify-content: center;position: absolute;width: 100%;top: 15%;}
.IPSec_vpn{position:relative;background-color: #f7f7f7;}
.IPSec_vpn_area{margin-bottom: 50px;}
.IPSec_vpn_text{width:60%;}

.IPSec_vpn_text .btn-lg{
    padding: 5px 10px;
    height: 50px;
    width: 100px;
    border-color: #ff7e88;
    color: #ff7e88 !important;
}

.IPSec_vpn_text .btn-lg:hover{
    border-color: #ff7e88;
    color: #ff7e88 !important;
}

.SSL_vpn_text .btn-lg {
    padding: 5px 10px;
}

.IPSec_vpn_img{
    position: absolute;
    background: url(/library/assets/products/secuextender/IPSec_VPN_Introduction.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% top;
    width: 35%;
    height: 100%;
    right: 0;
    top: 0px;
}

.IPSecVPN{
	font-size:12px;
	padding-top:10px;
}

@media (max-width: 1440px) {
.IPSec_vpn_area{margin-bottom: 0px;}
}

@media (max-width: 1025px) {
.vpn-img .IPSecVPN, .vpn-img .SSLVPN{height:300px;}
}

@media (max-width: 991px) {
.why_area{display: flex;flex-direction: column;}
.Why {width:100%; padding-bottom:20px;}
.IPSec_vpn_img{
    width: 45%;
    height: 50%;
}
.vpn-img .vpn-content{top: 0%;}
.IPSec_vpn_text{
	width:60%;
	padding:20px;
}
}

@media (max-width: 450px) {
.vpn-img .vpn-content{padding: 15%; top: 25%;}
.IPSec_vpn_text{ width: 100%; padding: 100px 20px 0px 20px;}
}

/* .VPNSetup{
	background-color: #f4f4f4;
} */

.VPNSetup_Text{
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.VPNSetup_Text .btn-call-to-action{
    background-color: #ff7e88!important;
}


.Benefits{background-color:#f7f7f7;}
.Benefitstext {width:85%; text-align:center; margin:0 auto; padding-bottom:30px;}


.Benefits .card {
  transition: 0.3s;
  background-color: #fff;
}

.Benefits .card .title{
	background-color: #ff7e88;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.Benefits .card {
	margin-bottom: 15px;
    background-color: #fff;
    transition: all .22s;
    position: relative;
    padding: 0px;
	border-radius: 25px;
	box-shadow: 0 0 21px -3px rgb(0 0 0 / 10%);
}

.card ul {
    line-height: 1.6em;
    padding-right: 10px;
    padding-bottom: 5%;
    margin-left: 40px;
}


.card-1 ul {
    line-height: 1.6em;
	margin-top: 0;
    margin-bottom: 10px;
	margin-right: 10px;
}

.Benefits .card-1 {
  box-shadow: -6px 5px rgb(245 223 225 / 90%);
  transition: 0.3s;
  background-color: #fff;
}

.Benefits .card-1 .title{
	background-color: #ff7e88;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
}
.Benefits .card-1 {
	margin-bottom: 15px;
    border: 1px solid #eee;
    background-color: #fff;
    transition: all .22s;
    position: relative;
    padding: 0px;
}


.Benefits  .card-1:hover {
    box-shadow: -6px 5px rgb(245 223 225 / 90%);
	transform: scale(1.01, 1.01);
}

.card-1 ul {
    line-height: 1.6em;
	margin-top: 0;
    margin-bottom: 10px;
	margin-right: 10px;
}


.Benefits .card-2 {
  box-shadow: 0px 5px rgb(245 223 225 / 90%);
  transition: 0.3s;
  background-color: #fff;
}

.Benefits .card-2 .title{
	background-color: #ff2837;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
}
.Benefits .card-2 {
	margin-bottom: 15px;
    border: 1px solid #eee;
    background-color: #fff;
    transition: all .22s;
    position: relative;
    padding: 0px;
}


.Benefits  .card-2:hover {
    box-shadow: 0px 5px rgb(245 223 225 / 90%);
	transform: scale(1.01, 1.01);
}

.card-2 ul {
    line-height: 1.6em;
	margin-top: 0;
    margin-bottom: 10px;
	margin-right: 10px;
}


.Benefits .card-3 {
  box-shadow: 6px 5px rgb(245 223 225 / 90%);
  transition: 0.3s;
  background-color: #fff;
}

.Benefits .card-3 .title{
	background-color: #ff2837;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
}
.Benefits .card-3 {
	margin-bottom: 15px;
    border: 1px solid #eee;
    background-color: #fff;
    transition: all .22s;
    position: relative;
    padding: 0px;
}


.Benefits  .card-3:hover {
    box-shadow: 6px 5px rgb(245 223 225 / 90%);
	transform: scale(1.01, 1.01);
}

.card-3 ul {
    line-height: 1.6em;
	margin-top: 0;
    margin-bottom: 10px;
	margin-right: 10px;
}

.SSL_vpn{position:relative;}
.SSL_vpn_area{padding:50px 0px;}
.SSL_vpn_text{width: 60%;float: right; padding: 100px 60px;}
.SSL_vpn_img{
    position: absolute;
    background: url(/library/assets/products/secuextender/SSL_VPN_Introduction.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    width: 35%;
    height: 100%;
    left: 0;
    top: 0;
}

@media (max-width: 1440px) {
.SSL_vpn_text{padding: 60px;}
}	

@media (max-width: 991px) {
.SSL_vpn_img{
	width: 45%;
    height: 60%;
}	
.SSL_vpn_text{
	width:60%;
	padding:20px;
}
}

@media (max-width: 450px) {
.SSL_vpn_text{
	width: 100%;
    padding: 100px 20px 30px 20px;
}
}

.note{padding-left: 20px;font-size: 14px;}
.DiagramNote ol {list-style: none;}
.DiagramNote ol li {text-indent: -20px; padding-left: 20px;}
.sslvpnNote ol {list-style: none;}
.sslvpnNote ol li {text-indent: -20px; padding-left: 20px;}

/*related_product*/
.related_product{background-color:#f4f4f4;}
.license-pack {width: 95%; margin:0 auto;}
.row-feature {width: 33%;}
.license-pack th{padding: 20px 10px; }
.license-pack td {overflow: hidden; text-overflow: ellipsis; padding: 10px;padding: 15px;}
.license-pack td, .license-pack th {text-align: center; color: #000; border-bottom:1px solid #000;font-size: 18px;}
.license-pack a{color:#000;}
.license-pack ul{padding-left: 10px;}
.license-pack ul li{margin-top: 0;margin-bottom: 0px;text-align: left;}

@media screen and (max-width: 768px){
.table-responsive {
    border: 1px solid #f4f4f4;
}
}

.paragraph a {
    color: #ff8900 !important;
    text-decoration: none !important;;
}

.paragraph a:hover {
    color: #ff8900;
    text-decoration: underline  !important;;
}

i.circle {
    border-radius: 50%;
    background: #ff2837;
    color: #fff;
    padding: 6px;
    margin-bottom: 0;
}

.speccolor{color:#e71e43;}


.IPSec_vpn_icon{
    list-style: none;
    display: flex;
    justify-content: start;
    width: 50%;
    align-items: flex-start;
    /* margin-left: -40px; */
}

.IPSec_vpn_icon li{
    padding-right: 10px;
}

.IPSec_vpn_icon p{
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
    align-items: center;
    justify-content: center;
    margin: 5px 10px;
}

.IPSec_vpn_icon span{
	padding-left: 10px;
}

.IPSec_vpn_icon img{
    width: 25%!important;
}


@media screen and (max-width: 1025px){
.IPSec_vpn_icon{
    width: 80%;
}
}

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

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

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

.btn {
    padding: 0 20px;
}

#specifications .panel-heading a {
    color: #000 !important;
    text-decoration: none !important;
}

#specifications h6 {
    margin-top: 100px;
}

#specifications {
    padding-top: 0 !important;
}