/* FWA505 */
h1 {font-size:34px;} 
h2 {font-size:32px;}
h3 {font-size:30px;}
h4 {font-size:28px;}
h5 {font-size:26px;}
h6 {font-size:20px;}
p {font-size:18px;}

.bold {
	font-weight: bold;
}

.container.maxwid {
    max-width: 1320px !important;
}

.btn.btn-lg {
	padding: 0 20px;
}

/* Banner */
#banner-section .banner-image {
    background: url(/sites/zyxel/files/library/assets/products/fwa505/fwa505_banner_1920x765.jpg);
    height: 700px;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: 85% center;
    position: relative;
}

#banner-section .banner-image .banner-area {
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	width: 100%;
	max-width: 1320px;
    margin: 0 auto;
}

#banner-section .banner-image .banner-area .banner-box {
    padding-left: 15px;
}

#banner-section .banner-image .banner-area .banner-box h1 {
    font-size:45px;
}

#banner-section .banner-image .banner-area .banner-box p {
    font-size:26px;
}

@media only screen and (max-width: 1601px){
#banner-section .banner-image {
    height: 550px;
}
#banner-section .banner-image .banner-area .banner-box h1 {
    font-size:34px;
}

#banner-section .banner-image .banner-area .banner-box p {
    font-size:18px;
}
}

@media only screen and (max-width: 1440px){
#banner-section .banner-image {
    height: 450px;
}
#banner-section .banner-image .banner-area .banner-box {
    padding-left: 5vw;
}
}

@media only screen and (max-width: 1025px){
#banner-section .banner-image {
    height: 500px;
	background-position: 45% center;	
}
}

@media only screen and (max-width: 991px){
#banner-section .banner-image {
    height: 400px;
}
}

@media only screen and (max-width: 450px){
#banner-section .banner-image {
    background: url(/sites/zyxel/files/library/assets/products/fwa505/fwa505_banner_1920x765.jpg);
    height: 400px;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: 77% bottom;	
    position: relative;
}
#banner-section .banner-image .banner-area {
    justify-content: flex-start;
    padding-top: 5%;
}
#banner-section .banner-image .banner-area .banner-box {
	width: 80%;
    margin: 0 auto;
    padding-left: 0;
	text-align: center;
}
#banner-section .banner-image .banner-area .banner-box h1 {
    font-size:20px;
}
#banner-section .banner-image .banner-area .banner-box p {
    font-size:12px;
}
}

/* scenarios */
div#meet{
    background: #000000;
	padding: 80px 0;
	/* padding-bottom: 50px; */
/* 	padding-top: 80px; */
}

#meet .text {
	width: 85%;
	margin: 0 auto;
/* 	padding-top: 60px; */
/* 	padding-bottom: 80px; */
	text-align:center;
	color: #ffffff;
}

#meet .text h2 {
	font-weight:bold;
	padding-bottom:30px;
}

/* scenarios */
#scenarios video {	
	width: 100%;
	margin: -1px;
    clip-path: inset(0px);
}

/* advantages */
#advantages .text {
	width: 85%;
	margin: 0 auto;
	text-align:center;
}

#advantages .text h2 {
	font-weight:bold;
	padding-bottom:30px;
}

#advantages .navigation {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

#advantages .navigation .image {
	width: calc(100% / 4);
}

@media screen and (max-width: 991px) {
#advantages .navigation .image {
    width: calc(100% / 2);
}
}

#advantages .navigation .image .icon {
	width:100%;
	height:110px;
}

#advantages .navigation .image #cost .icon {	
    background:url("/sites/zyxel/files/library/assets/products/fwa505/fwa505_01_achieve_cost_efficiency_gray.jpg") no-repeat;
	background-size:contain;
	background-position:center;
	transition: background 0.01s ease;
}

#advantages .navigation .image #cost:hover .icon {
    background:url("/sites/zyxel/files/library/assets/products/fwa505/fwa505_01_achieve_cost_efficiency_green.jpg") no-repeat;
	background-size:contain;
	background-position:center;
}

#advantages .navigation .image #effort .icon {	
    background:url("/sites/zyxel/files/library/assets/products/fwa505/fwa505_01_effort_savings_gray.jpg") no-repeat;
	background-size:contain;
	background-position:center;
	transition: background 0.01s ease;
}

#advantages .navigation .image #effort:hover .icon {
    background:url("/sites/zyxel/files/library/assets/products/fwa505/fwa505_01_effort_savings_green.jpg") no-repeat;
	background-size:contain;
	background-position:center;
}

#advantages .navigation .image #time .icon {	
    background:url("/sites/zyxel/files/library/assets/products/fwa505/fwa505_01_unlock_time_savings_gray.jpg") no-repeat;
	background-size:contain;
	background-position:center;
	transition: background 0.01s ease;
}

#advantages .navigation .image #time:hover .icon {
    background:url("/sites/zyxel/files/library/assets/products/fwa505/fwa505_01_unlock_time_savings_green.jpg") no-repeat;
	background-size:contain;
	background-position:center;
}

#advantages .navigation .image #enjoy .icon {	
    background:url("/sites/zyxel/files/library/assets/products/fwa505/fwa505_01_unlock_time_savings_gray.jpg") no-repeat;
	background-size:contain;
	background-position:center;
	transition: background 0.01s ease;
}

#advantages .navigation .image #enjoy:hover .icon {
    background:url("/sites/zyxel/files/library/assets/products/fwa505/fwa505_01_unlock_time_savings_green.jpg") no-repeat;
	background-size:contain;
	background-position:center;
}

#advantages .navigation .image .name {
    color:#000000;
}

#advantages .navigation .image:hover .name {
    color:#64be00;
}

#advantages .navigation .image a {
	text-decoration: none!important;
}

/* cost efficiency */
#cost-efficiency .text {
	width: 85%;
	margin: 0 auto;
	text-align:center;
}

#cost-efficiency .text h4 {
	color: #6CBE45;
	padding-bottom:30px;
}

#cost-efficiency .text h2 {
	font-weight:bold;
	padding-bottom:30px;
}

#cost-efficiency .connectivity {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
	margin-top: 60px;
}

#cost-efficiency .connectivity .connectivity-text {
	width: 90%;
	padding: 0 30px;
}

#cost-efficiency .connectivity .connectivity-image {
	padding: 0 50px;
}

#cost-efficiency .connectivity .connectivity-text .panel-heading {
    padding: 0;
    position: relative;
    cursor: pointer;
    background-color: #fff!important;
}

#cost-efficiency .connectivity .connectivity-text .panel-title {
	color: #000;
	font-size: 18px;
}

#cost-efficiency .connectivity .connectivity-text a.panel-title.collapsed {
    padding-right: 60px !important;
}

#cost-efficiency .connectivity .connectivity-text div.panel-body {
    padding: 30px !important;
}

#cost-efficiency .connectivity .connectivity-text .panel-body p{
	width:95%;
}

#cost-efficiency .connectivity .connectivity-text .panel {
    border-top: 1px solid #64be00;
    padding: 10px 0;
    border-bottom: 0;
}

#cost-efficiency .connectivity .connectivity-text .accordion .panel-heading [data-toggle=collapse]:after {
font-family: FontAwesome;
    content: "\f106";
    font-size: 25px;
    line-height: 12px;
    position: absolute;
    right: 5px;
    top: 15px;
    border-radius: 99px;
    border: 1px solid #64be00;
    width: 25px;
    height: 25px;
    padding: 4px;
}

#cost-efficiency .connectivity .connectivity-text.accordion .panel-heading [data-toggle=collapse].collapsed:after {
    content: "\f105";
	padding: 6px;
}
	
@media screen and (max-width: 1025px) {
#cost-efficiency .connectivity .connectivity-text {
	width: 100%;
}
#cost-efficiency .connectivity .connectivity-text .box {
	width: 100%;
}
}

@media screen and (max-width: 991px) {
#cost-efficiency .connectivity {
    flex-direction: column;
}
#cost-efficiency .connectivity .connectivity-text {
    width: 90%;
    margin: 0 auto;
	padding: 0;
}
#cost-efficiency .connectivity .connectivity-image {
    width: 90%;
    margin: 0 auto;
	padding: 0;
	margin-top: 30px;
}
}

@media screen and (max-width: 767px) {
.panel-title {
    padding: 15px 40px 15px 30px !important;
}
#cost-efficiency .connectivity .connectivity-text .panel-body p {
    width: 100%;
}
}

/* effort savings */
#effort-savings .text {
	width: 85%;
	margin: 0 auto;
	text-align:center;
}

#effort-savings .text h4 {
	color: #6CBE45;
	padding-bottom:30px;
}

#effort-savings .text h2 {
	font-weight:bold;
	padding-bottom:30px;
}

#effort-savings .text h2 span {
	color:#64be00;
}

#effort-savings .nebula-mobile-app {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#effort-savings .nebula-mobile-app .box {
	padding: 0 50px;
}

#effort-savings .nebula-mobile-app .box .content ul {
	list-style: none;
	line-height: 2em;
    padding-left: 0px;
}

#effort-savings .nebula-mobile-app .box .content ul li {
	text-indent: -10px;
    padding-left: 20px;
}

#effort-savings .nebula-mobile-app .box .content ul .fa-check {
	color:#64be00;
}

#effort-savings .nebula-mobile-app .box .content .btn-call-to-action {
    background-color: #64be00 !important;
}

#effort-savings .nebula-mobile-app .box .content .button {
	padding-bottom: 10px;
}

#effort-savings .nebula-mobile-app .box .content .app_icon {
	width:60%!important;
}

#effort-savings .nebula-mobile-app .image {
    width: 100%;
    padding: 0 30px;
}

@media screen and (max-width: 1025px) {
#effort-savings .nebula-mobile-app .box {
    width: 90%;
}
}

@media screen and (max-width: 991px) {
#effort-savings .nebula-mobile-app {
    flex-direction: column;
}
#effort-savings .nebula-mobile-app .box {
	width: 85%;
    margin: 0 auto;
	padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#effort-savings .nebula-mobile-app .box .content .button {
    text-align: center;
}

#effort-savings .nebula-mobile-app .box .content .app_icon {
	margin: 0 auto;
}
#effort-savings .nebula-mobile-app .image {
    margin-top: 30px;
}
}

/* time savings */
#time-savings .text {
	width: 85%;
	margin: 0 auto;
	text-align:center;
}

#time-savings .text h4 {
	color: #6CBE45;
	padding-bottom:30px;
}

#time-savings .text h2 {
	font-weight:bold;
	padding-bottom:30px;
}

#time-savings .text {
	width: 85%;
	margin: 0 auto;
	text-align:center;
}

#time-savings .text p {
	margin-bottom: 20px;
}	
	
#time-savings img {
	padding-bottom:30px;
}

/* worry free */
div#worry-free {
    padding: 52px 0 50px;
}

#worry-free .text {
	width: 85%;
	margin: 0 auto;
	text-align:center;
}

#worry-free .text h4 {
	color: #6CBE45;
	padding-bottom:30px;
}

#worry-free .text h2 {
	font-weight:bold;
}

#worry-free .video-background {
    overflow: hidden;
    z-index: -1;
}

#worry-free .video-background .video-wrap {
    overflow: hidden;
}	

#worry-free video {
    width: 100%;
	margin: -1px;
	clip-path: inset(0px);
}

#worry-free .content ::marker {
    color: #64be00;
}

#worry-free .content hr {
    margin-top: 15px!important;
	margin-bottom: 15px!important;
    border-top: 1.5px solid #6CBE45!important;
}

#worry-free .content .left-content {
    position: absolute;
    top: 20vw;
	left: 22vw;
    font-size: 18px;
}

#worry-free .content .right-content {
    position: absolute;
	bottom: 10vw;
    right: 18vw;
    font-size: 18px;
}

@media only screen and (max-width: 1601px){
#worry-free .content .left-content {
	top: 25vw;
	left: 15vw;
}
#worry-free .content .right-content {
    right: 14vw;
}
}

@media only screen and (max-width: 1024px){
#worry-free .content .left-content {
	left: 10vw;
}
#worry-free .content .right-content {
    right: 5vw;
}
}

@media screen and (max-width: 991px) {
#worry-free .content {
    width: 50%;
    margin: 0 auto;
	padding-top: 30px;
}
#worry-free .content hr {
	display: none;
}		
#worry-free .content .left-content {
    position: relative;
    top: 0;
    left: 0;
}	
#worry-free .content .left-content ul {
    margin-bottom: 0;
}
#worry-free .content .right-content {
    position: relative;
    bottom: 0;
    right: 0;
}	
}

/* in-depth */
#in-depth .text {
	width: 85%;
	margin: 0 auto;
	text-align:center;
}

#in-depth .text h2 {
	font-weight:bold;
	padding-bottom:30px;
}

#in-depth .box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

#in-depth .box .image {
	width: calc(100% / 4);
	padding: 0 20px;
}

#in-depth .description .simplified {
	position:absolute;
	top: 50%;
	left: 24%;
}

#in-depth .description .one-click  {
	position:absolute;
	top: 72%;
	left: 45%;
}

#in-depth .description .antenna {
	position:absolute;
	top: 61%;
	left: 60%;
}

#in-depth .description .design {
	position:absolute;
	top: 68%;
	left:74%;
}

#in-depth .description .circleBG {
    height:30px;
    width:30px;
    position:absolute;
    top:50%;
    left:50%;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100px;
    z-index:1
}

#in-depth .description .circleBG i {
    font-size:28px;
	padding:1px;
	color:#64be00;
}

#in-depth .description .circleBG .flash {
    position:absolute;
	width:100px;
    height:100px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-50px 0 0 -50px;
    border-radius:100px;
    -webkit-animation:flash 1.8s infinite;
    animation:flash 1.8s infinite
}

@-webkit-keyframes flash {
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

@keyframes flash {
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

.fade.in {
    opacity:0.9;
}

#in-depth .description .white {
    background-color:rgba(255,255,255,.6);
}

#in-depth .description .green {
    background-color:rgba(100,190,0,.6);
}

#in-depth .description .look-tooltip .tooltiptext {
  visibility: hidden;
  width: 130px;
  background-color: rgba(100, 190, 0, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 5px;
  position: absolute;
  z-index: 1;
/*   bottom: 100%;
  left: 50%; */
  margin-left: 1vw;
   margin-top: -4vw; 
}

#in-depth .description .look-tooltip:hover .tooltiptext {
  visibility: visible;
}


@media only screen and (max-width: 1601px){
#in-depth .description .simplified {
	left: 18%;
}
#in-depth .description .one-click  {
	left: 43%;
}
#in-depth .description .antenna {
	left: 62.5%;
}
#in-depth .description .design {
	left:80%;
}
}

@media screen and (max-width: 991px) {
#in-depth .box .image {
    width: calc(100% / 2);
	margin-bottom: 30px;
}
#in-depth .description .simplified {
    top: 25%;
    left: 26%;
}
#in-depth .description .one-click  {
	top: 38%;
	left: 81%;
}
#in-depth .description .antenna {
	top: 75%;
	left: 29%;
}
#in-depth .description .design {
	top: 80%;
	left:70%;
}
#in-depth .description .look-tooltip .tooltiptext {
    margin-left: -80px;
    margin-top: 1vw;
}
}

@media only screen and (max-width: 450px){
#in-depth .description .simplified {
	top: 34%;
}

#in-depth .description .one-click  {
	top: 43%;
	left: 84%;
}

#in-depth .description .antenna {
	top: 74%;
	left: 34.5%;
}

#in-depth .description .design {
	top: 77%;
	left:72%;
}
}

/* application */
div#application {
    padding-top: 62px;
    padding-bottom: 60px;	
}

#application .text {
	width: 85%;
	margin: 0 auto;
	text-align:center;
}

#application h2 {
	font-weight:bold;
	padding-bottom:30px;
}

#application video {
    width: 100%;
	margin: -1px;
	clip-path: inset(0px);
}

#application .box {
    display: flex;
    flex-wrap: wrap;
    width: 98%;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

#application .box p {
    width: calc(100% / 3);
	font-weight: bold;
}

@media only screen and (max-width: 450px){
div#application {
    padding-bottom: 30px;	
}
#application .box p {
    font-size: 14px;
}
}

/* 5g videos */
div#four-video {
    padding: 10px 0 60px;
}

#four-video .image {
    position:absolute;
    margin:auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#four-video .video-box video {
	width:50%;
    height:auto;
    margin-right:-0.1%;
    margin-bottom:-1%;	
}

#four-video .video-box video:last-child {
    float: left;
}

/* spec */
.text-color {
    color: #64be00 !important;
}

.spec-note{
	padding-top:20px;
}

.spec-note ol{
	list-style: none;
}

.spec-note ol li{
  text-indent: -20px;
  padding-left: 18px;
}

#specifications .panel-group .panel-body {
	padding: 30px 20px!important;
}

/* license */
.license .text {
	width: 85%;
	margin: 0 auto;
}

.license .text h3 {
	font-weight: bold;
	padding-bottom: 30px;
	text-align: center;
}

.license .text p {
	padding-bottom: 30px;
	text-align: center;
}

.license .pack .table {
    margin-bottom: 0!important;
}

.license .pack .table>thead {
    border: none!important;
}

.license .pack .table>thead>tr>th {
	border-bottom: 1px solid #c8c8c8;
    text-align: center;
}

.license .pack .table>tbody>tr>td {
    text-align: center;
}

.license .pack .table>tbody>tr>td:first-child {
    text-align: left;
    padding-right: 10px;	
}

.fa-blue {
  color: #00b2ff;
}

.fa-green {
  color: #64be00;
}

.fa-orange {
  color: #ff8900;
}

.license-note hr {
    margin-top: 0;
    border-top: 1px solid #c8c8c8!important;
}

.license-note ol{
	list-style: none;
	margin: 0 auto;
    width: 93%;
}
