/*NBG7510 */ 
.section .container{
	max-width:1320px !important;
}
html body h2 {
	font-size:40px;	
}

html body h3 {
	font-size:28px;	
}

html body h4 {
    font-size:24px;
	line-height:1.4em;	
}

html body h6 {
	font-size:20px;
	line-height:1.4em;
}

.imgCenter {
	display:block;
	margin:0 auto;
}

.noPadding {
	padding:0;
} 


/* Main Banner */
.banner-section {
	position:relative;
	overflow:hidden;
    height:45vw;
	background:url('/library/assets/products/nbg7510/nbg7510_00_banner_1920x800.jpg');
    background-repeat:no-repeat;	
    background-position:center;	
	background-size:cover;
}
.intro-title{
	position: absolute;
	margin-top: 20%;
	margin-left: 14%;
}

.fast-section .img{
	position: relative;
}
.fast-section .text,
.devices-section .text,
.secured-section .text{
	padding: 0 30px;
}
.fast-section .title{
	color: #288719;
	font-size: 29px;
	margin-bottom: -10px;
}
.text_wrap1,
.text_wrap2,
.text_wrap3,
.text_wrap4{
	position: absolute;
	z-index: 10;
}
.text_wrap1{
	top: 31%;
	right: 2%;
}
.text_wrap2{
	top: 45%;
	right: 4%;
}
/* .text_wrap3{
	top: 42%;
	right: 4%;
}
.text_wrap4{
	top: 52%;
	right: 3%;
} */

/* Section flex content */
.fast-section .flex-box,
.devices-section .flex-box,
.secured-section .flex-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-box .text{
	display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Amazing Fast WiFi 6, True Gigabit Speeds */
.fast-section {
    padding:40px 0;	
    background-color: #f0f0f0;
    background: linear-gradient(-29deg, #f0f0f0 62%, #dee0e0 30%)
}

/* Eliminate WiFi Dead Zone for Whole Home Coverage */
.eliminate-section{
	background-color: #f0f0f0;
    background: -moz-linear-gradient(17deg,  #f1f1f1 0%, #f1f1f1 55%, #e8e8e8 51%, #f0f0f0 59%, #f0f0f0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(17deg,  #f1f1f1 0%,#f1f1f1 55%,#e8e8e8 51%,#f0f0f0 59%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(17deg,  #f1f1f1 0%,#f1f1f1 55%,#e8e8e8 51%,#f0f0f0 59%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.eliminate-section .container{
	padding: 0 45px;
}
.eliminate-section .text{
	position: absolute;
	z-index: 2;
	/* left: 10%; */
	width: 30%;
	top: 10%;
}
.eliminate-section .img{
	width: 60%;
	/* width: 45%; */
}
.polygon-cover{
	position: absolute;
	z-index: 1;
	bottom: 0;
	background: linear-gradient(187deg, transparent 52%, #eaebed 40%);
    width: 100%;
    height: 270px;
}
/* .polygon-cover{
	position: absolute;
	bottom: 0;
	background: linear-gradient(187deg, transparent 60%, #eaebed 40%);
    width: 100%;
    height: 350px;
}
.eliminate-section .text{
	margin-top: 6%;
}
.eliminate-section .img{
	margin-top: 1%;
} */

/* 4x Greater Capacity to Connect More Devices */
.devices-section{
	background:linear-gradient(180deg, #f1f1f1 33%, #eaebed 82%);
	/* margin-top: -40px; */
}
.devices-section img{
	margin-left: -39%;
	width: 130%;
	height: auto;
}


/* Safe and Sound, Fully Secured Data */
.secured-section{
	background: linear-gradient(180deg, #eaebed 65%, #f6f6f6 35%);
	padding: 60px;
}

.secured-section .img
{	
	position: relative;
	padding: 0 40px;
}
.secured-section img.product{
	position: relative;
	z-index: 10;
}
.secured-section img.icon{
	position: absolute;
    width: 20%;
    height: auto;
    z-index: 10;
    top: 15%;
    left: 41%;
    /* transform: translate(-50%, 0%); */
}
.secured-section img.light{
	position: absolute;
    width: 86%;
    height: auto;
    z-index: 1;
    top: 1%;
    left: 7%;
    /* transform: translate(-50%, -50%); */
}



/* FEffortlessly Manage with Rover App and Web Interface */
.manage-section {
	background:#f4f4f4;
	background-image: url('/library/assets/products/nbg7510/nbg7510_05_product.jpg');
	background-repeat: no-repeat;
	background-position: left;
    background-size: 70%;
}

.section.manage-section {}
.manage-section .app{
	width: 62%;
	display: flex;
	align-items: center;
}
.icon{
	width: 30%;
	margin-right: 2%;
}
.search-wrap{
	width: 60%;
}
.app_url{
	display: flex;
	justify-content: space-between;
}
.app .ios,
.app .android{
	width: 48%;
	margin-top: 5%;
}

/* Parental Peace of Mind */
.parental-section{
	padding:60px 0 90px 0;
	background: #f7f7f7;
}
.parental-section .text{
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.parental-section .family{
	width: 75%;
	margin: 7% 20% 0 auto;
}
.parental-section .phone{
	position: absolute;
	right: 11%;
	bottom: 5%;
	width: 22%;
}

/* Specifications Note */
.specnote ul{
	margin: 0;
    padding: 0 5px 0 5px;
}
.specnote li{
	list-style-type: none;
	display: table-row;
	font-style: italic;
	font-size: 16px;
}
.specnote li:before{
	display: table-cell;
    padding-right: 0.5em;
    text-align: right;
}
.specnote li:nth-child(1):before{
	content: "*";
}
.productnotice{
	padding: 10px 0 15px 0;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
}

/* RWD */
@media screen and (max-width: 1600px){
	.intro-title h1{
		font-size: 58px;
		margin-bottom: 0;
	}
	.intro-title h2{
		font-size: 48px;
	}	
}
@media screen and (max-width:1440px){
	.parental-section .phone{
		position: absolute;
		right: 13%;
		bottom: 6%;
		width: 21%;
	}
	.parental-section .family{
		width: 65%;
		margin: 7% 10% auto;
	}
	.eliminate-section{
		background: -webkit-linear-gradient(16deg,  #f1f1f1 0%,#f1f1f1 55%,#e8e8e8 48%,#f0f0f0 60%,#f0f0f0 100%);
		background: -moz-linear-gradient(16deg,  #f1f1f1 0%,#f1f1f1 55%,#e8e8e8 48%,#f0f0f0 60%,#f0f0f0 100%);
		background: linear-gradient(16deg,  #f1f1f1 0%,#f1f1f1 55%,#e8e8e8 48%,#f0f0f0 60%,#f0f0f0 100%);
	}
}
@media screen and (max-width:1366px){
	.banner-section {
		height:37.5vw;
	}	
}
	
@media screen and (max-width:1300px){
	.banner-section {
		height:45vw;	
	}
	.eliminate-section .text{
		width: 40%;
	}	
	.parental-section .phone{
		position: absolute;
		right: 15%;
    	bottom: 6%;
    	width: 22%;
	}
	.parental-section .family{
		width: 70%;
    	margin: 7% 10% auto;
	}
}
@media screen and (max-width:1200px){
	.banner-section {
		height:45vw;	
	}	
	.text_wrap1{
		top: 30%;
		right: -2%;
	}
	.text_wrap2{
		top: 45%;
    	right: 1%;
	}
	/* .text_wrap3{
		top: 40%;
		right: 0%;
	}
	.text_wrap4{
		top: 51%;
		right: 0%;
	} */
	.eliminate-section .text{
		width: 35%;
	}
	.polygon-cover {
	    background: linear-gradient(186deg, transparent 57%, #eaebed 56%);
	    height: 236px;
	}
	.manage-section {
	  	background-size: 72% auto;
	  	background-position: left;
	}
	.app .ios, 
	.app .android{
		width: 47%;
	}
	.search-wrap{
		width: 65%;
	}
	.parental-section .phone{
		right: 15%;
    	bottom: 9%;
    	width: 22%;
	}
}
@media screen and (max-width:1024px){
	.intro-title h2{
		font-size: 28px;
	}
	.parental-section .phone{
		right: 14%;
		bottom: 8%;
		width: 23%;
	}
	.eliminate-section .text{
		width: 40%;
	}
}
/* @media screen and (max-width:991px){
	.flex-box .text.hidden-mobile{
		display: none;
	}
} */
@media screen and (max-width:992px){
	.flex-box .text.hidden-mobile{
		display: none;
	}
	.intro-title h1{
		font-size: 52px;
		margin-bottom: 0;
	}
	.fast-section{
		padding: 45px 30px;
	}
	.fast-section .img{
		width: 80%;	
	}
	.text_wrap1{
		top: 34%;
		right: -1%;
	}
	.text_wrap2{
		top: 47%;
		right: 2%;
	}
	/* .text_wrap3{
		top: 43%;
		right: 1%;
	}
	.text_wrap4{
		top: 53%;
		right: 1%;
	} */
	.fast-section .text{
		text-align: center;
	}
	.fast-section .title{
		font-size: 20px;
	}
	.eliminate-section .container{
		padding: 45px 45px 40px 45px;
	}
	.eliminate-section .text{
		position: relative;
		width: auto;
		text-align: center;
	}
	.eliminate-section .img,
	.secured-section .flex-box .img{
		width: 80%;	
		margin: 0 auto;
	}
	.polygon-cover {
    	background: linear-gradient(186deg, transparent 57%, #eaebed 56%);
    	height: 265px;
	}
	.devices-section img{
		margin-left: -23%;
		width: 90%;
	}
	.devices-section .flex-box .text,
	.secured-section .flex-box .text{
		text-align: center;
		padding: 0 45px;
	}
	.manage-section {
		background-image: none;
		text-align: center;
	}
	.manage-section .app{
		justify-content: center;
		width: 70%;
		margin: 0 auto;	
	}
	.parental-section .phone{
		right: 15%;
		bottom: 10%;
		width: 23%;
	}
}
@media screen and (max-width:768px){	
	.intro-title{
		position: relative;
		text-align: center;
		margin: 6% auto 0 auto;
	}
	.text_wrap1{
		top: 29%;
		right: -8%;
	}
	.text_wrap2{
		top: 47%;
    	right: -4%;
	}
	/* .text_wrap3{
		top: 41%;
		right: -3%;
	}
	.text_wrap4{
		top: 52%;
		right: -3%;
	} */
	.polygon-cover{
		height: 233px;
	}	
	.secured-section .flex-box .text{
		padding: 0;
	}	
	.secured-section .flex-box .img{
		width: 100%;
	}
	.manage-section h2,
	.manage-section h6{
		padding: 0 45px;
	}
	.parental-section .phone{
		right: 11%;
		bottom: 9%;
		width: 25%;
	}
	.parental-section .text{
		width: 100%;
		padding: 0 60px;
	}
}
@media screen and (max-width:767px){	
	.banner-section {
		position:relative;
		overflow:hidden;
		height:90vw;
		background:url('/library/assets/products/nbg7510/nbg7510_00_banner_640x500.jpg');
		background-repeat:no-repeat;	
		background-position:center;	
		background-size:cover;
	}
}
@media screen and (max-width:576px){
	.banner_cnt{
		margin-top: -2%;
	}
	.fast-section .text,
	.secured-section .flex-box .text{
		padding: 0;
	}
	.devices-section img {
	    margin-left: -10%;
	    width: 90%;
	}
	.secured-section{
		padding: 60px 30px;
	}
	.manage-section h2, .manage-section h6{
	 	padding: 0 15px;
	 }
	.parental-section .text{
		padding: 0 30px;
	}
	.fast-section .title{
		font-size: 16px;
	}
	.text_wrap1{
		top: 28%;
		right: -18%;
	}
	.text_wrap2{
		top: 45%;
		right: -9%;
	}
	/* .text_wrap3{
		top: 41%;
		right: -10%;
	}
	.text_wrap4{
		top: 52%;
		right: -10%;
	} */
	.polygon-cover{
		height: 203px;
	}	
	.manage-section .app{
		width: 90%;
	}
	.app .icon{
		width: 30%;
	}
	.app .search-wrap{
		width: 60%;
	}
}
@media screen and (max-width:480px){
	.banner_cnt{
		margin-top: -3%;
	}
	.intro-title{
		margin: 4% auto 0 auto;
	}
	.intro-title h1{
		font-size: 40px;
		margin-bottom: 0;
	}
	.intro-title h2{
		font-size: 30px;
	}
	.parental-section .family,
	.parental-section .phone {
		display: none;
	}
	.parental-section .for_mobile{
		display: block;
	}
	.polygon-cover{
		height: 159px;
	}	
	.text_wrap1,
	.text_wrap2,
	.text_wrap3,
	.text_wrap4{
		font-size: 16px;
	}
	.text_wrap1{
		top: 13%;
		right: -15%;
		width: 40%;
	}
	.text_wrap2{
		top: 45%;
    	right: -21%;
    	width: 40%;
	}
	.text_wrap1 .description,
	.text_wrap2 .description{
		margin-top: 8px;
		line-height: 1.5rem;
	}
	.devices-section{
		background: linear-gradient(182deg, #f1f1f1 -28%, #f1f1f1 85%, #eaebed 92%);
	}
	.secured-section{
		background: linear-gradient(180deg, #eaebed 82%, #f6f6f6 38%);
	}
	.manage-section h2{
		padding: 60px 15px 0 15px;
	}
}
@media screen and (max-width:320px){
	.text_wrap1{
		top: 10%;
    	right: -15%;
    	width: 40%;
	}
	.text_wrap2{
		top: 53%;
    	right: -21%;
    	width: 40%;
	}
	.text_wrap1 .description,
	.text_wrap2 .description{
		margin-top: 8px;
		line-height: 1.5rem;
	}
	/* .text_wrap3{
		top: 41%;
    	right: -9%;
	}
	.text_wrap4{
		top: 53%;
    	right: -9%;
	} */
	.fast-section .img{
		width: 90%;
	}
}
@media screen and (min-width:481px){
	.parental-section .for_mobile{
		display: none;
	}
}

@media screen and (min-width:992px) {			
	.manage-section {
		padding:60px 0;	
	}	
}
@media screen and (min-width: 1600px){
	html body h2{
		font-size: 46px;
	}
	html body h6{
		font-size: 26px;
		line-height: 1.3em;
	}
	.intro-title h1{
		font-size: 70px;
	}
	.intro-title h2{
		font-size: 60px;
	}	
	.fast-section{
		padding: 80px 0;
	}
	.devices-section img{
		margin-left: -65%;
		width: 140%;
	}
	.eliminate-section{
		background: -webkit-linear-gradient(12deg,  #f1f1f1 0%,#f1f1f1 51%,#e8e8e8 27%,#f0f0f0 59%,#f0f0f0 100%);
		background: -moz-linear-gradient(12deg,  #f1f1f1 0%,#f1f1f1 51%,#e8e8e8 27%,#f0f0f0 59%,#f0f0f0 100%);
		background: linear-gradient(12deg,  #f1f1f1 0%,#f1f1f1 51%,#e8e8e8 27%,#f0f0f0 59%,#f0f0f0 100%);
	}
	.parental-section .family {
	    margin: 10% 6% auto;
	}

}
@media screen and (min-width: 1900px){
	.devices-section img {
	    margin-left: -80%;
	    width: 170%;
	}
	.parental-section .phone{
		bottom: -1%;
		width: 19%;
	}
}