.gigabit_router_banner {
    height: 85vh;
    background: url(/assets/images/hero/gigabit_router_slide.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}

.gigabit_router_banner .container-fluid {
    position: relative;
    width: 100%;
    margin: 0 auto;
	    max-width: 95vw;
}
.gigabit_router_banner .caption {
    padding-top: 5em;
    max-width: 36vw;
        margin-left: 40px;
}
.gigabit_router_banner .caption p {
    font-size: 1.4em;
    font-weight: 500;
    margin: 25px 0;
}
.gigabit_router_banner .caption h1 {
    color: #000;
    font-size: 3em;
}
.model {
    background: linear-gradient(90deg, #eb7341 0%, #eb7341, transparent 66%);
	 background: -webkit-linear-gradient(360deg, #eb7341 0%, #eb7341, transparent 66%);
	  background: -moz-linear-gradient(0deg, #eb7341 0%, #eb7341, transparent 66%);
    font-size: 1.5em;
    color: #fff;
    padding: 10px 20px;
}
.intro {
    text-align: center;
    padding: 100px 0 80px;
}
.gigabit_router_section2 {
    background: url(/assets/images/router-speed.jpg);
    background-size: cover;
    background-position: center bottom;
	padding: 60px 0 170px;
	background-repeat: no-repeat;
	background-color: #000000;
	    height: 44em;
}
.dark_bg h2{
    text-align: center;
    color: #fff;
	font-size: 2.5em;
}
.dark_bg p {
    text-align: center;
    color: #d9d9d9;
	    font-size: 1.2em;
}
.speed {
    margin-bottom: 30px;
}
.speed h4 {
    font-size: 1.4em;
    color: #fff;
    font-weight: 500;

}
.speed .blue_bg, .speed .gradient_bg  {
    background: linear-gradient(45deg, #2ab7e5, #51e5f4);
    border-radius: 20px;
    padding: 2px 20px;
    text-align: right;
    color: #fff;
    margin-top: 5px;
	font-size: 1.1em;
}
.speed .gradient_bg {
    background: linear-gradient(45deg, #e8401a, #fb864f);
}
.gigabit_router_section2 .row.align-items-center {
    margin-top: 150px;
}
.gigabit_router_section3 {
    background: url(/assets/images/gigabit_router_bg1.jpg);
    background-size: cover;
    padding: 70px 0;
	overflow: hidden;
}
.gigabit_router_section4 {
    padding: 0px 0 60px;
    background: #ebecf0;
}
.gigabit_router_section3 .icon_box {
    text-align: center;
	    padding: 0 30px;
		margin: 40px 0;
}
.gigabit_router_section3 .icon_box img {
    max-width: 5em;
	    filter: invert(1);
		    -webkit-filter: invert(1);
}
.gigabit_router_section3 .icon_box h3 {
    font-size: 1.2em;
    color: #fff;
    font-weight: 400;
    margin-top: 25px;
}
.gigabit_router_section5 {
    background: url(/assets/images/router-antenna.jpg);
    height: 45em;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
}
.gigabit_router_section6 {
    background: url(/assets/images/gigabit_router_bg2.jpg);
    height: 48em;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
	font-size: 1vw;
}
.gigabit_router_section6 p{
font-size: 1.2em;
}
.gigabit_router_section7 {
    padding: 90px 0;
}
.gigabit_router_section7 .box {
    position: relative;
	overflow: hidden;
}
.gigabit_router_section7 .box .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding: 30px;
}
.gigabit_router_section7 .box .caption h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea57;
    padding-bottom: 15px;
}
.gigabit_router_section7 .box .caption p {
    text-align: left;
    font-size: 16px !important;
}
.gigabit_router_section7 .box .caption img {
    transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    transform: scale(1);
	 -webkit-transform: scale(1);
	  -moz-transform: scale(1);
}
.gigabit_router_section7 .box:hover img {
    transform: scale(1.2);
	 -webkit-transform: scale(1.2);
	  -moz-transform: scale(1.2);
}
.mesh_router_banner{
      background: url(/assets/images/hero/mesh-router-slide.jpg);
           background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}
.mesh_router_banner .caption {
        padding-top: 18%;
}
.mesh_coverage .range {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
        width: 550px;
    height: 550px;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.mesh_coverage .range img {
    width: 120px;
    position: relative;
    z-index: 1;
}
.mesh_coverage .range:before {
    position: absolute;
    content: "";
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
    opacity: 0.21;
    animation: range1 1.4s infinite linear;
}
.mesh_coverage .range:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background: #d7720f;
    z-index: -1;
    opacity: 0.21;
    animation: range2 1.6s infinite linear;
}
.range_before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.mesh_coverage .range .range_before:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #d7720f;
    z-index: -1;
    opacity: 0.21;
    animation: range3 1.8s infinite linear;
}
.mesh_coverage .range .range_before:before{
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: #d7720f;
    z-index: -1;
    opacity: 0.21;
    animation: range4 2.0s infinite linear;
}

@keyframes range1{
    0%{
        transform: scale(0);
        opacity: 0.4;
    }
    100%{
        transform: scale(1);
        opacity:0;
    }
}
@keyframes range2{
    0%{
        transform: scale(0);
        opacity: 0.4;
    }
    100%{
        transform: scale(1);
        opacity:0;
    }
}
@keyframes range3{
    0%{
        transform: scale(0);
        opacity: 0.4;
    }
    100%{
        transform: scale(1);
        opacity:0;
    }
}
@keyframes range4{
    0%{
        transform: scale(0);
        opacity: 0.4;
    }
    100%{
        transform: scale(1);
        opacity:0;
    }
}

.mesh_router_section3 {
    position: relative;
  padding: 70px 0;
}
.mesh-firewall {
    position: absolute;
    top: 7em;
    right: 0;
       width: 42em;
}
.mesh_router_section5 {
    padding: 7em 0;
}
.mesh_router_section3 .col-md-6 img {
    max-width: 70%;
}
.mesh_router_section3 p , .mesh_router_section4 p{
    max-width: 500px;
    margin: 0 auto;
}
.mesh_router_section4 {
    background: url(/assets/images/mesh-parental-control.jpg);
    background-size: cover;
    padding: 14em 0 12em;
    background-position: right bottom;
}
.mesh-direction {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 3em);
    -webkit-transform: translate(-50%, 3em);
    -moz-transform: translate(-50%, 3em);
    width: 35em;
}
.mesh_router_section6 {
    background: #fff url(/assets/images/mesh-router-3.png);
    background-size: contain;
    padding: 100px 0;
    background-position: 0 calc(50% - -25px);
    background-repeat: no-repeat;
}
.checklist li {
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}
.checklist li:before {
    position: absolute;
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    left: 0;
    color: #eb7341;
}
.mesh_router_section6 li {
    font-size: 16px;
}
@media screen and (max-width: 1200px){
.caption {
    font-size: 1.111111111111vw;
}
}

@media only screen and (min-width:993px) and (max-width:1200px){

}


@media only screen and (max-height: 700px){

}
@media only screen and (max-height: 800px){

}
@media only screen and (min-width:1200px) and (max-width:1350px){
.gigabit_router_section2 .row.align-items-center {
    margin-top: 170px;
}
}
@media only screen and (min-width:1000px) and (max-width:1200px){
.gigabit_router_section2 .row.align-items-center {
    margin-top: 120px;
}
}
@media only screen and (min-width:1500px){
.gigabit_router_section2 {
    height: 52em;
}
}
@media only screen and (min-width:992px) and (max-width:1200px){
	.router-img:after {
    right: -63px;
}
.router-feature4 {

    padding: 25px 40px 30px 40px;
}
.router-feature4 .text.compress-text {
    text-align: left;
}
.router-feature6 {
    padding: 100px 0 100px;
}
.gigabit_router_section2 {
    height: 38em;
}
.gigabit_router_section3 .icon_box {
    padding: 0 5px;
}
}
@media only screen and (min-width:993px) and (max-width:1024px) {
.mesh_router_section3 {
    padding: 50px 0 50px !important;
}
.mesh-firewall {
    width: 44em !important;
    top: 14em !important;
}
.mesh_router_section4 {
    padding: 10em 0 !IMPORTANT;
}
}
@media only screen and (min-width: 768px) and (max-width:1024px) and (min-height: 500px){
.mesh_router_banner {
    height: auto;
}
.mesh_router_banner .caption {
    padding-top: 13%;
    max-width: 400px !important;
    padding-bottom: 13%;
}

}

@media only screen and (min-width: 768px) and (max-width:1024px){
.router-feature6 {
    background: url(/assets/images/router-spec6-bg.jpg);
    padding: 100px 0 100px;
    background-size: cover;
}
.gigabit_router_banner {
    background-position: 70% 100%;
}
.gigabit_router_banner .caption {
   max-width: 100%;
}
.caption {
    font-size: 1.5vw;
}
.container, .container-fluid {
        font-size: 1.8vw !important;
}
.gigabit_router_section2 .speed .blue_bg {
    padding: 2px 4px;
}
.gigabit_router_section5 {
    background-size: 100%;
    background-position: center bottom;
    padding-bottom: 19%;
    background-repeat: no-repeat;
    height: auto;
	background-color: #181820;
}
.gigabit_router_section6 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 172px;
}
.gigabit_router_section7 .box img {
    height: 348px;
    object-fit: cover;
        width: 100%;
}
.gigabit_router_section2 .row.align-items-center {
    margin-top: 105px;
}
.gigabit_router_section2 {
	background-size:100%;
    padding: 60px 0 60px;
    background-color: #000000;
    height: auto;
}
.mesh_router_section6 {
    background: #fff url(/assets/images/mesh-router-5.png);
    padding: 300px 0 40px;
    background-position: center 70px;
    background-repeat: no-repeat;
        background-size: 280px;
}
.mesh_router_section4 {
    padding: 5em 0 5em 50px;
    background-position: center;
}
.mesh_router_section3 {
    padding: 50px 0 80%;
}
.mesh-firewall {
    width: 70%;
    bottom: 60px;
    top: auto;
}
.mesh_router_section5 {
    padding: 5em 0;
}
}




@media only screen and (max-width:992px){
.router-img:before {
    width: 155px;
    height: 70px;
    left: -33px;

}
.router-img:after {
    width: 155px;
    height: 70px;
    right: -66px;

}
.router-feature4 {
    padding: 100px 40px;
}
.mesh-direction {
    display: none;
}
}

@media only screen and (max-width:1024px){

}

@media only screen and (min-width:768px) and (max-height:500px){
    .mesh_router_banner .caption {
    padding-top: 10%;
}

}

@media only screen and (max-width:767px){
	.orange-title {
    font-size: 24px;
}
.intro-style1 .col-xl-6:nth-of-type(2) {
    background: #f7f7f785;
}
.router-feature3 .compress-text, .router-feature4 .compress-text {
    text-align: left;
    font-size: 16px;
}
.router-feature1 h3
{
	    font-size: 24px;
}
.gigabit_router_banner {
    background: url(/assets/images/hero/gigabit_router_slide_mobile.jpg);
    height: 0;
    padding: 0 0 120%;
    background-size: cover;
    background-position: bottom;
}
.caption {
    font-size:10px;
    max-width: 100vw !IMPORTANT;
    margin-left: 0px !IMPORTANT;
	padding-top: 25px !IMPORTANT;
}
.gigabit_router_banner .caption p {
    margin: 15px 0;
}
.gigabit_router_section5 {
    background-size: 118%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #111217;
}
.gigabit_router_section7 .box img {
    height: 350px;
    object-fit: cover;
    -o-object-fit: cover;
}
.gigabit_router_section7 .box {
    margin-bottom: 30px;
}
.gigabit_router_section6 {
    background-size: 150%;
    background-position: bottom center;
    background-repeat: no-repeat;
	background-color: #e6edf5;
	     padding-bottom: 55%;
		 height: auto;
}
.gigabit_router_section3 .icon_box {
    padding: 0 10px;
}
.gigabit_router_section3 .row {
    align-items: baseline;
	 -webkit-align-items: baseline;
}
.gigabit_router_section2 {
    background-size: 180%;
    background-position: center;
    background-color: transparent;
    position: relative;
    height: auto;
	padding-bottom: 30px;
}
.gigabit_router_section2 .row.align-items-center {
    margin-top: 500px;
}
.gigabit_router_section2 .row.align-items-center .pr-5, .gigabit_router_section2 .row.align-items-center .pl-5 {
    padding: 0 20px !important;
}
.gigabit_router_section2:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: url(/assets/images/router-speed.jpg);
    top: 0;
    background-position: center;
    background-size: 173%;
    background-repeat: no-repeat;
}
.gigabit_router_section2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, black 0%, #000 70%, #404040);
    background-position: center;
}
.gigabit_router_section3 .icon_box h3 {
    font-size: 1em;
}
.gigabit_router_section4 {
    padding: 30px 0 30px;
}
.mesh_router_banner {
    background: url(/assets/images/mesh-router-slide-mobile.jpg);
    background-size: cover;
}
.mesh-direction {
    display: none;
}
.mesh-firewall {
    width: 90%;
    bottom: 60px;
    top: auto;
}
.mesh_coverage .range {
    width: 300px;
    height: 300px;
    top: 60%;
}
.mesh_coverage .range img {
    width: 76px;
}
.mesh_coverage > img {
    height: 318px;
    object-fit: cover;
     -o-object-fit: cover;
}
.mesh_router_banner .caption {
    padding-top: 15% !IMPORTANT;
}
.mesh_router_section3 {
    padding: 0px 0 105%;
}
.mesh_router_section4 {
    padding: 5em 0 5em 50px;
    background-position: center;
    text-align: right !important;
}
.mesh_router_section5 {
    padding: 4em 0;
}
.mesh_router_section6 {
    background: #fff url(/assets/images/mesh-router-5.png);
    padding: 300px 0 40px;
    background-position: center 35px;
    background-repeat: no-repeat;
        background-size: 280px;
}
 .mesh_router_section4 p {
    margin-right: 0;
    margin-left: auto;
    max-width: 300px;
}
}

@media only screen and (min-width:576px) and (max-width:767px){
.container, .container-fluid, .gigabit_router_section2 .container-fluid, .gigabit_router_section5 .container-fluid {
    font-size: 2vw !important;
}


.gigabit_router_section3 .icon_box h3 {
    font-size: 1.3em !important;
}
.caption {
    padding-top: 85px !IMPORTANT;
}
.gigabit_router_section6 {
    padding-bottom: 47%;
}
.gigabit_router_section2 .container-fluid{
	position: relative;
    z-index: 1;
}
.gigabit_router_section2:after {
    top: -160px;
}
.mesh_router_section6 .container {
    max-width: 95%;
}
}

@media only screen and (max-width:576px){
.mesh_router_section4 {
    background-position: calc(50% - 95px);
}
}
