html, body {
  color:#3b3b3b;
  font-family: 'Source Sans Pro', sans-serif;
  height: auto;
  line-height: 26px;
  margin:0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

a:hover{
  text-decoration: none;
}

.bg-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.center-div {
  float: none;
  display: table;
  margin: 0 auto;
}

.center-horizontal {
  background-position-x: center;
}
.center-vertical {
  background-position-y: center;
}

.border-bottom {
  border-bottom: 1px solid #cccccc;
}

.collapsing {
  -webkit-transition: none;
}

.figure {
  height: 12em;
}

.hidden {
  display: none !important;
}

hr {
  background: #cccccc;
  border: none;
  height: 4px;
  margin: 24px auto;
  width: 100px;
}

.hr-left {
  margin-left: 0 !important;
}

.hr-right {
  margin-right: 0 !important;
}

.hr-blue {
  background: #304ca0;
  border: none;
  height: 1px;
  margin-top: 20px ;
  margin-bottom: 20px ;
  width: 200px;
}

.hr-long {
  background: #000;
  border: none;
  height: 1.5px;
  margin: 24px auto;
  width: 370px;
}

@media (max-width: 768px) {
  .hr-long {
    width: 240px;
  }
}

.inline-text {
  font-weight: 700;
  padding-right: 10px;
}

.max-width-500{
  max-width: 500px;
}
.max-width-700{
  max-width: 700px;
}
.max-width-800{
  max-width: 800px;
}

.no-float {
  display: table-cell;
  float: none;
}

.panel {
  border: none;
}
.panel-default {
  border: none;
}
.panel-row {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-top: 1em;
}
.panel-row:last-child{
  border-bottom: none;
}

@media (max-width:414px){
  .row {
    margin-left: 1em;
    margin-right: 1em;
  }
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  border-top: none;
}

table h4 {
  font-family: "Montserrat", Source Sans Pro, sans-serif;
  font-size: 19px;
}
table h6 {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

table th img {
  height: 110px;
}

.smartmanagedpro .table th img {
  max-width: 100%;
  height: 25px;
}
.smartmanagedpro table .btn {
  margin-top: 30px;
}

table p {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  line-height: 11px;
  line-height: 12px;
}

table td {
  text-align: center;
  font-size: 13px;
}
table th {
  height: 150px;
}
table tr {
  border-top: 1px solid #444444;
}
table tr:first-child {
  border-top: none;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  vertical-align: middle;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px 5px;
}
.table>tbody>tr>th {
  padding: 8px 10px;
}
.product-table-scroll-arrow {
  position: absolute;
  width: 14px;
  border: 1px solid black;
  background: url(http://img.en25.com/Web/Netgear/{42f453a8-9dde-4048-b51e-b658e3d1b53e}_product_table_small_arrow.png) center center no-repeat #1c1c1c;
  height: 500px;
  right: 0;
  z-index: 999;
}

ul {
  list-style: none;
  padding-left: 1em;
}
li {
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 1200px){
  .table h4 {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .product-table-scroll-arrow {
    display: none;
  }
}
@media (max-width: 1024px){
  .table > tbody > tr > td:first-child {
    position: absolute;
    display: inline-block;
    border-top: 1px solid #444444;
    background-color: #262626;
    margin-top: -1px;
    width: 160px;
    padding: 12px;
    overflow: auto;
  }
  .table > tbody > tr > td:nth-child(2) {
    padding-left: 11em !important;
  }
  .product-table th img {
    height: 100px;
  }
  .cell-adjust {
    height: 168px;
    border-top: none !important;
  }
  .cell-adjust-sm{
    height: 50px;
  }
  table .btn {
    padding: 10px;
    font-size: 13px;
    display: block;
  }
}

@media (min-width: 768px) {
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 5px;
    max-width:160px;
  }
}

@media (max-width:768px) {
  .cell-adjust-sm{
    height: 73px;
  }
  table .btn {
    padding: 10px;
    font-size: 13px;
  }

}
@media (max-width: 414px){
  .smartmanagedpro .table > tbody > tr > td:nth-child(2) {
   padding-left: 149px !important;
 }

  .table > tbody > tr > td:first-child {
    width: 143px;
    overflow: auto;
  }
  .table > tbody > tr > td:nth-child(2) {
    padding-left: 12em !important;
  }
  .product-table th img {
    height: 100px;
  }
  .cell-adjust {
    height: 168px;
  }
  .cell-adjust-sm{
    height: 52px;
  }
  table .btn {
    padding: 10px;
    font-size: 10px !important;
  }
}

/*/////Background Colors/////*/
.dark-bg{
  background-color: #262626;
  color: #fff;
}
.darkblue-bg {
  background-color: #1978b6;
  color: #fff;
}
.darkgrey-bg {
  background-color: #ecebee;
  color: #000;
}
.gradient-blue-bg {
  background: linear-gradient(to bottom, rgba(93,179,229,1) 0%, rgba(25,119,182,1) 100%);
  color: #fff;
}
.grey-bg {
  background-color: #f3f3f3;
  color: #000;
}
.light-bg {
  background-color: #fff;
}
.lightblue-bg{
  background-color: #5db4e5;
  color: #fff;
}
.purple-bg {
  background-color: #743199;
  color: #000;
}

/*/////FONT//////*/

.bold-300{
  font-weight: 300;
}
.bold-400 {
  font-weight: 400;
}
.bold-500 {
  font-weight: 500;
}
.bold-600 {
  font-weight: 600;
}
.bold-700 {
  font-weight: 700;
}
.caps {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.color-black{
  color: #000;
}
.color-blue {
  color: #1e7ebb;
}
.color-grey {
  color: #9e9e9e;
}
.color-lightblue{
  color: #5db4e5;
}
.color-purple {
  color: #743199;
}
.color-white {
  color: #fff;
}

.font-16 {
  font-size: 16px;
}
.font-20 {
  font-size: 20px;
}
.font-25 {
  font-size: 25px;
}

@media (min-width: 1024px){
  h1{
    font-size: 60px;
    font-weight: 300;
  }

  h2 {
    font-size: 46px;
    font-weight: 300;
    line-height: 50px;
  }
  h3 {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
  }
  h4 {
    font-size: 23px;
    font-weight: 300;
    line-height: 30px;
  }
  h5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
  }
  p {
    font-size: 17px;
    font-weight: 300;
  }
}

@media	(min-width:768px) and (max-width: 1023px) {
  h1{
    font-size: 45px;
    font-weight: 300;
    line-height: 50px;
  }

  h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 45px;
  }
  h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
  }
  h4 {
    font-size: 23px;
    font-weight: 300;
    line-height: 25px;
  }
  p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
  }
}

@media (max-width: 767px){
  h1{
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
  }

  h2 {
    font-size: 35px;
    font-weight: 300;
    line-height: 40px;
  }
  h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
  }
  h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;

  }
  p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
  }
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left !important;
}
.text-right{
  text-align: right;
}

.img-block {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  height: 30em;
  margin-top: 2em;
  padding-top: 2em;
  padding-left: 4em;
  padding-right: 3em;
}
.img-responsive {
  display: inline-block;
}
.product-img-bottom {
  bottom: 0;
  float: left;
  height: auto !important;
  left: 0;
  position: absolute;
  width: 90%;
}
.smartmanagedpro .img-responsive {
  padding-top: 0;
}
@media (min-width: 1025px) {
  .show-for-sm {
    display: none;
  }
  .show-for-md {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
  .show-for-sm {
    display: none;
  }
  .show-for-lg {
    display: none;
  }
}
@media (max-width:767px) {
  .show-for-md {
    display: none;
  }
  .show-for-lg {
    display: none;
  }
}
@media (min-width:1200px){
  .hidden-img{
    display: none;
  }
}
@media (max-width:1199px) {
  .hide-for-devices {
    display: none;
  }
  .mountanywhere .hidden-img img{
    max-height: 500px;
  }
}

/*Smart Managed Perfect Match Blocks*/
.smart-block {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  height: 35em;
  margin-top: 2em;
  padding-top: 2em;
  padding-left: 4em;
  padding-right: 3em;
}
.smart-block h3 {
  font-size: 25px;
  font-weight: 300;
}
.smart-block h4 {
  font-size: 23px;
}
.smartmanagedpro .img-block-table {
  border-collapse: separate;
}
.smartmanagedpro .img-block-table td:last-child{
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  padding-right: 20px;
}

@media (min-width: 1025px) {
  .smartmanagedpro .block {
    padding: 1em 2em;
  }
}

/*Icons*/
.img-icons li {
  padding: 0px 0 0 51px;
  background-position: 0px 6px;
  background-repeat: no-repeat;
  list-style: none;
  margin-bottom: 24px;
  min-height: 36px;
}

/*Padding Classes*/

.inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
.inner-md {
  padding-top: 100px;
  padding-bottom: 100px;
}
.inner-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner-xs {
  padding-top: 30px;
  padding-bottom: 30px;
}
.inner-top {
  padding-top: 120px;
}
.inner-top-md {
  padding-top: 100px;
}
.inner-top-sm {
  padding-top: 50px;
}
.inner-top-xs {
  padding-top: 30px;
}
.inner-bottom {
  padding-bottom: 120px;
}
.inner-bottom-md {
  padding-bottom: 100px;
}
.inner-bottom-sm {
  padding-bottom: 50px;
}
.inner-bottom-xs {
  padding-bottom: 30px;
}
.inner-left {
  padding-left: 75px;
}
.inner-left-md {
  padding-left: 60px;
}
.inner-left-sm {
  padding-left: 45px;
}
.inner-left-xs {
  padding-left: 30px;
}
.inner-right {
  padding-right: 75px;
}
.inner-right-md {
  padding-right: 60px;
}
.inner-right-sm {
  padding-right: 45px;
}
.inner-right-xs {
  padding-right: 30px;
}

@media (max-width: 768px){
  .inner-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 414px){
  .inner-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inner-top-sm{
    padding-top: 40px;
  }
}


/*BUTTONS*/
.btn {
  border-radius: 3px;
  font-family: 'Montserrat', 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 13px 31px 13px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}
.btn-border-blue {
  border: 2px solid #1e7ebb;
  color: #1e7ebb;
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 500;
  border-radius: 4px;
  padding: 5px 25px 5px;
  font-size: 15px;
  line-height: 25px;
}
.btn-border-blue:hover {
  background: #1e7ebb;
  color: #fff;
  font-weight: 500;
  transition: ease-in-out .4s;
}
.btn-border-white {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 500;
  border-radius: 4px;
  margin: 0 0px 10px 0;
  font-size: 15px;
  line-height: 25px;
}
.btn-border-white:hover {
  background: #fff;
  font-weight: 500;
  transition: ease-in-out .4s;
}
.btn-chat {
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  line-height:15px;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap;
  color:white;
  border-radius:10px;
  border:2px solid white;
  display:inline-block;
  opacity: 0.95;
}
.btn-blue {
  color: #fff;
  background-color: #2355ff;
  border-radius: 20px;
}
.btn-purple {
  color: #fff;
  background-color:#743199;
  border-radius: 20px;
}
.btn-white-purple {
  background-color: #fff;
  border-radius: 20px;
  color: #743199;
  font-weight: 600;
  padding: 10px 20px;
}
.link {
  display: block;
  font-size: 15px;
  padding: 10px 5px;
}
.link:hover {
  color: #fff;
  font-weight: 500;
  transition: ease-in-out .1s;
}
/*Gradient btn class btn-gradient + color class*/
.btn-gradient {
  transition: 0.4s;
  background-size: 200% auto;
}
.btn-gradient:hover {
  background-position: right center;
}
.blue {
  background-image: linear-gradient(to right, #1e7ebb 0%, #57b3e3 1%,#1e7ebb 50%, #1e7ebb 100%);
  color: #fff !important;
}
.grey {
  background-image: linear-gradient(to right, #bdbdbd 0%, #f9f9fa 1%,#bdbdbd 50%, #bdbdbd 100%);
  color: #000;
}

input.btn {
  font-family: 'Montserrat', 'Source Sans Pro', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  padding: 10px 25px 10px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}

.mesh-wifi-extenders .ps_ResponsiveContainerStyle.ps_WtbButtonStyle {
  background: #2355ff;
  border-radius: 20px;
  padding: 8px 30px;
  transition : .25s ease;
}
.mesh-wifi-extenders .ps_ResponsiveContainerStyle.ps_WtbButtonStyle::before {
  background: none;
  box-shadow: none;
}
.mesh-wifi-extenders .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover {
  background: #2355ff;
  color: #000;
}
.mesh-wifi-extenders .ps_RightArrowStyle {
  display: none !important;
}

@media (width: 1024px) {
  #our-products-btn {
    margin-bottom: 15px;
  }
}

/*NAVBAR*/
.navbar {
  background-color: #000;
  margin-bottom: 0;
}
.navbar .btn{
  margin-top: 1em;
}

.navbar-default {
  border-color: none;
  border: none;
  border-radius: 0;
}
.navbar img {
  padding: 24px 0 0 0;
  width: 198px;
  margin-top: 0em;
}
.navbar .row {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1em;
}

@media (min-width: 1025px){
  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

}

@media (max-width: 414px) {
  .navbar {
    position: relative;
    padding-bottom: 1em;
  }
}

@media (max-width:1024px) {
  .navbar {
    padding-bottom: -5px;
  }
  .navbar .row {
    padding-bottom: 0;
  }
}

@media (min-width: 991px) and (max-width: 1099px) {
  .navbar .container {
  }
}

@media (max-width:767px) {
  .navbar .container {
    padding-bottom: 1em;
  }
  .navbar .row {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .navbar .col-md-6 {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 992px){
  .navbar .row {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar .btn {
    margin-top: -9%;
  }
}

/*Banner*/
#hero-banner {
  height: 38em;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}

.banner-caption {
  margin-top: 6%;
}

.mesh-wifi-extenders #hero-banner {
  height: 800px;
}



.smartmanagedpro .text-banner {
  text-align: center;
}
.smartmanagedpro .text-banner h3 {
  margin-top: 50px;
}

@media (max-width: 1400px) {
   .mesh-wifi-extenders #hero-banner {
     height: 550px;
  }
}

@media (max-width: 1200px) {
   .mesh-wifi-extenders #hero-banner {
    background-position: right;
  }
}


@media (min-width:1024px) and (max-width:1199px){
  .hero-product{
    margin-top: -40px;
  }
}
@media (min-width: 1024px){
  .hero-product {
    margin-top: 20px
  }
  .text-banner {
    padding-top: 0;
    padding-bottom: 6em;
  }
  .text-banner h3 {
    font-size: 25px;
    line-height: 34px;
  }
  .smartmanagedpro .text-banner {
    padding-bottom: 0;
  }

}

@media (min-width: 768px) and (max-width:1024px){
  .text-banner {
    padding-top: 1em;
  }
  .hero-product {
    margin-top: 7em;
  }
}

@media (max-width: 768px){
  #hero-banner {
    height: 29em;
    background-size: cover;
    background-position-x: 50%;
    padding-top: 6em;
  }
  .hero-product {
    margin-top: 2em;
  }
  .text-banner{
    text-align: center;
    padding-top: 5em;
  }
  .text-banner .container {
    padding-bottom: 4em;
    padding-top: 0;
  }
}

@media (max-width: 646px){
  #hero-banner {
    height: 28em;
    padding-top: 3em;
  }
  #hero-banner h1{
    font-size: 34px;
    line-height: 45px;
  }
  .hero-product{
    margin-top: 3em;
  }
  .text-banner {
    padding-top: 3em;
  }
  .text-banner h2 {
    line-height: 35px;
  }
  .text-banner h3 {
    font-size: 20px;
  }
  .text-banner h5 {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
  }
}

@media (max-width: 431px) {
  #hero-banner {
    height: 28em;
    padding-top: 0;
  }
  .hero-product {
    margin-top: 5em;
  }
  .mesh-wifi-extenders #hero-banner {
    background-position-x: -500px;
    height: 35em;
  }
}


@media (max-width: 386px) {
  #hero-banner {
    height: 26em;
    padding-top: 0;
  }
  #hero-banner h1 {
    font-size: 30px;
  }
  .hero-product {
    margin-top: 2em;
  }
  .text-banner h2 {
    font-size: 27px;
  }
}


/*Footer*/
footer {
  background-color: #000;
  color: #fff;
  padding: 2em;
}
footer p {
  font-size: 20px;
}

footer .logo {
  max-height: 40px;
}

/*Use netgear-logo img (purple logo)*/
.footer-grey {
  background-color: #f1f4f5;
  color: #000;
}

@media (max-width: 1199px) {
  footer .logo {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  footer p {
    padding-top: 10px;
    text-align: center;
  }
}

/*Modals*/
.modal {
  top: 20%;
}
.modal-header .close {
  margin-top: -15px;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.close {
  float: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.mesh-wifi-extenders .modal {
  top: 10%;
}

@media (min-width: 992px) {
  .mesh-wifi-extenders .modal-lg {
      width: 700px;
  }
}

/* Nighthawk Mesh Products*/
 .product-figure {
   margin-top: 3em;
 }
 .product-figure a {
   font-family: 'Montserrat', sans-serif;
   font-size: 16px;
   font-weight: 600;
   letter-spacing: 2px;
   margin-top: 1em;
 }
 .product-figure img {
   height: 300px;
 }
 .product-figure p {
   font-size: 20px;
   font-weight: 500;
   margin-top: 1em;
 }

 @media (min-width: 768px) and (max-width: 1199px) {
   .product-figure {
     width: 50%;
   }
 }

/*Text Blocks -- default text-block class will have dark grey bg.. for different color background add another color class (like ones below blue-block)*/
.text-block-banner {
   background-color: #2c262d;
   color: #fff;
   max-width: 500px;
   padding: 15px 45px;
   padding-bottom: 30px;
   text-align: left;
   margin-top: 5em;
   margin-left: -200px;
   border-bottom: 25px solid #504b51;
}

.text-block-centered{
  background-color: #2c262d;
  border-bottom: 25px solid #504b51;
  display: inline-block;
  float: none;
  letter-spacing: 1px;
  max-width: 400px;
  left: 0 auto;
  padding: 15px 45px;
  padding-bottom: 30px;
  text-align: left;
}

.blue-block {
  background-color: #2355ff;
  border-bottom: 15px solid #82a3e9;
}

@media (max-width: 1400px) {
  .text-block-banner {
    padding: 10px 45px;
    padding-bottom: 30px;
    max-width: 500px;
    font-size: 30px;
    margin-top: 0;
    margin-left: 0;
  }
}

@media (max-width: 768px){
   .text-block-banner {
    width: 65%;
  }
}

@media (max-width: 646px){
    .text-block-banner {
    background-color: #2c262d;
    padding: 10px 50px;
    text-align: left;
    margin-top: 2em;
    width: 100%;
  }
}

@media (max-width: 414px) {
   .text-block-centered {
    padding: 0 20px !important;
  }
}

.mesh-wifi-extenders .light-bg {
  padding-bottom: 0px;
}

.mesh-wifi-extenders .img-left-specs-right .col-lg-6 {
   margin-top: 20px;
}

.mesh-wifi-extenders .img-left-specs-right img{
  max-width: 400px;
}

.mesh-wifi-extenders .img-left-specs-right .img-icons {
   padding-top:20px;
   display: inline-block;
}
.mesh-wifi-extenders .img-left-specs-right .container {
   padding-top: 1em;
   padding-bottom: 3em;
 }
 .mesh-wifi-extenders .img-icons li {
  padding: 0px 0 0 70px;
  background-repeat: no-repeat;
  list-style: none;
  margin-bottom: 24px;
  min-height: 36px;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.mesh-wifi-extenders .img-icons strong {
letter-spacing: 2px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .mesh-wifi-extenders .img-left-specs-right .col-lg-6  {
    display: inline;
    float: right;
    width: 50%;
  }
   .mesh-wifi-extenders .img-left-specs-right .hide-for-devices {
   display: inline;
   float : left;
  }
   .mesh-wifi-extenders .img-left-specs-right .hide-for-devices img {
    max-width: 400px;
  }
   .mesh-wifi-extenders .img-left-specs-right .hidden-img {
   display: none;
  }
}

@media (max-width: 1024px) {
  .mesh-wifi-extenders .img-left-specs-right {
    padding-bottom: 0;
  }
  .mesh-wifi-extenders .img-left-specs-right img  {
    width: 100%;
    max-width: 400px;
  }
  .mesh-wifi-extenders .img-left-specs-right .img-icons {
     padding-top:0;
     display: inline-block;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .mesh-wifi-extenders .img-left-specs-right .col-lg-6  {
    display: inline;
  }
   .mesh-wifi-extenders .img-left-specs-right .hide-for-devices {
   display: none;
  }
  .mesh-wifi-extenders .img-left-specs-right .max-width-800 {
    width: 100% !important;
  }
  .mesh-wifi-extenders .img-left-specs-right h4 {
    padding-bottom: 1em;
  }
}

@media (max-width: 768px) {
  .mesh-wifi-extenders .img-left-specs-right h4  {
   letter-spacing: 0px;
   font-size: 18px;
   padding-bottom: 1em;
  }
}

@media (max-width: 414px) {
  .mesh-wifi-extenders .img-left-specs-right .container {
    padding: 0;
  }
  .mesh-wifi-extenders .img-left-specs-right .col-sm-12 {
    padding: 0;
  }
  .mesh-wifi-extenders .img-left-specs-right .col-lg-6 {
    padding: 0;
  }
  .mesh-wifi-extenders .img-left-specs-right img  {
    max-width: 300px;
    padding-bottom: 30px;
  }
}



/*Portfolio Section*/
.mesh-wifi-extenders #portfolio hr {
    background: #cccccc;
    border: none;
    height: 3px;
    margin: 27px auto;
    width: 150px;
    left: 0;
    margin-left: 0;
}

@media (max-width: 768px) {
  #portfolio {
    padding-top: 50px;
  }

  [class="10g"] #portfolio {
    background: linear-gradient(to right, rgba(93,179,229,1) 0%, rgba(26,119,182,1) 100%) !important;
  }

  .smartmanagedpro #portfolio {
    background: linear-gradient(to right, rgba(102,51,153,1) 0%, rgba(40,20,60,1) 100%) !important;
  }
}

/*X Section*/
#x h3{
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
#x h4 {
  font-size: 17px;
}
#x-dots {
  margin-top: 2em;
}

@media (min-width: 600px) and (max-width: 768px ){
  #x-dots {
    width: 100%;
  }
}
@media (min-width: 414px) and (max-width: 599px){
  #x-dots {
    margin-left: -4em;
  }
}

@media (max-width: 414px){
  #x-dots {
    margin-left: -5em
  }
  #x h3 {
    font-size:16px;
    line-height: 25px;
  }
}
@media (max-width: 320px) {
  #x-dots {
    margin-left: -10em;
  }
  #x h3 {
    font-size:14px;
    line-height: 20px;
  }
}

/*Prosafe Steps Section*/
#steps {
  background-position: center;
  background-size: cover;
}

#steps .col-lg-6 {
  float: right;
}
#steps .col-md-6 {
  float: right;
}

#steps h3 {
  font-size: 35px;
  line-height: 35px;
}

#steps h4{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

@media (min-width: 1600px) {
  #steps {
    background-position-x: -40em;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #steps .hidden-img {
    display: none;
  }
  #steps .col-lg-6 {
    width:  50%;
  }
}

@media (max-width: 991px){
  #steps {
    background: #fff !important;
  }
  #steps p {
    padding-bottom: 1em;
  }
}
@media (max-width: 414px){
  #steps {
    padding-top: 3em;
  }
  #steps h3 {
    font-size: 25px !important;
  }
}


/*Product-table Section*/
@media (min-width: 321px) and (max-width: 414px){
  .product-table .btn {
    font-size: 13px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td{
    border: none;
  }
  .table-responsive {
    border: none;
  }
}
@media (max-width: 320px) {
  .product-table .btn {
    font-size: 11px;
    padding-left:7px;
    padding-right: 7px;
  }
}

@media screen and (max-width: 767px){
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    border: none;
  }
  -webkit-scrollbar {
    display: hidden;
  }
/*   .smartmanagedpro .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: inherit;
  } */
}

/*Features Section*/
.features .container{
  padding-top: 2em;
  /* max-width: 900px; */
}
.features hr{
  margin-left: 0;
}
.features h3 {
  margin-top: 0;
  font-size: 35px;
  line-height: 40px;
}
.features img {
  margin-bottom: 2em;
}
.features li:before {
  color: #1e7ebb;
  content: "\f111";
  font-family: fontAwesome;
  font-size: 6px;
  vertical-align: middle;
  margin-right:2em;
}
.features li {
  font-size: 16px;
  line-height: 29px;
}
.features .col-xs-12 {
  padding: 20px 0px;
}
.left-panel {
  padding-top: 3em;
}
.right-panel {
  border: 1px solid #bbb;
}
.smartmanagedpro .features {
  padding-top: 3em;
  padding-bottom: 1em;
}

.smartmanagedpro .features .container {
  max-width: 950px;
}
.smartmanagedpro .features .col-xs-12 {
  padding: 70px 20px;
}

.smartmanagedpro .features .container .right-panel {
  padding-bottom: 2em;
}

.smartmanagedpro .features li:before {
  color: #743199;
  content: "\f111";
  font-family: fontAwesome;
  font-size: 6px;
  vertical-align: middle;
  margin-right:2em;
}



@media (min-width: 1199px){
  .features-inverted.row [class*="col-sm-2"]{
    background-color: #743199;
  }
  .features-inverted.row [class*="col-sm-10"]{
    background-color: #743199;
    }.features-inverted.row [class*="col-sm-12"]{
      margin-bottom: -99999px;
      padding-bottom: 99999px;
    }
    .features-inverted.row{
      overflow: hidden;
    }
  }

  @media (max-width:767px ) {
    .left-panel {
      height: 250px;
    }
  }

  @media (max-width: 414px){
    .features h3 {
      font-size: 25px;
    }
    .features li {
      font-size: 16px;
      line-height: 30px;
    }
  }

  /*cafe-mountanywhere banner*/
  #banner h4 {
    font-family: 'Montserrat', sans-serif;;
  }

  @media (min-width:1025px){
    .cafe #banner {
      height: 550px;
      margin-top: 60px;
    }
    .hotel #banner {
      height: 600px;
      margin-top: 50px;
    }
    #banner hr{
      margin-left: 0;
    }
    #banner img{
      position: relative;
      bottom: -5em;
      z-index: 99;
    }
  }
  @media (min-width: 1024px) {
    .cafe #banner {
      padding-top: 7em;
    }
    #banner {
      padding-top: 10em;
    }
  }
  @media (max-width: 1024px) {
    #banner .container {
      text-align: center;
    }
    #banner img {
      bottom: -7em;
      max-width: 100%;
      position: relative;
      z-index: 99;
    }
    .cafe #banner {
      padding-bottom: 50px;
    }
    .hotel #banner {
      padding-bottom: 50px;
    }
  }

  #subhead-banner h5{
    font-size: 17px;
  }

  /*switch specs*/
   .img-left-specs-right {
    padding-bottom: 70px;
  }

  .img-left-specs-right li:before{
    content: none;
  }
  .img-left-specs-right h2 {
    margin-top: 0;
  }
  .img-left-specs-right h4  {
    letter-spacing: 4px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: montserrat;
  }

  .img-right-specs-left .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
  }
  .img-right-specs-left .bg-img {
    background-position: center;
  }
  @media (min-width: 768px) and (max-width:1023px){
    .img-right-specs-left .col-md-12 {
      padding-left: 13em;
      padding-right: 13em;
    }
  }
  .img-right-specs-left h2 {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .img-right-specs-left h4  {
    letter-spacing: 4px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: montserrat;
  }

  @media (width: 1024px) {
    .img-right-specs-left .col-md-12 {
      padding-left: 20em;
      padding-right: 20em;
    }
  }
  @media (min-width: 1600px) {
    .img-right-specs-left .col-md-12 {
      padding-left: 13em;
      padding-right: 13em;
    }
  }



  /*Flexible-switches section*/
  .flexible-switches{
    background-position: center;
    height: 70em;
  }
  .flexible-switches p {
    font-size: 18px;
  }
  @media (max-width:414px){
    .flexible-switches {
      padding-top: 2em;
      height: 95em;
    }
    .flexible-switches p {
      padding: 0;
    }
  }
  @media (max-width: 320px){
    .flexible-switches {
      padding-top: 2em;
      height: 67em;
    }
    .flexible-switches p {
      padding: 0;
    }
  }

  /*ReadyNAS Section*/

  .margin-btn-adjust {
    margin-top: 8px;
  }

  .product-buy img {
    height: 200px;
    margin-top: 7em;
  }

  .product-buy h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .product-buy p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: .5em;
  }

  .smartmanagedpro #readynas {
    background-position: center;
  }

  .smartmanagedpro #readynas h2 {
   color: #000;
  }

  .smartmanagedpro #readynas span {
   background-color: transparent !important;
  }

  @media (min-width: 993px) and (max-width:1199px) {
    .smartmanagedpro #readynas {
      background-position: 500px;
      background-repeat: repeat-x;
    }
  }

  @media (max-width: 991px) {
  .smartmanagedpro #readynas {
    background-position-y: 500px;
    background-color: rgb(245, 245, 245);;
  }
}

  @media (min-width: 768px) and (max-width: 1024px) {
    #readynas .container {
      padding-left: 5em;
      padding-right: 5em;
    }
    #readynas h2 {
      line-height: 40px;
    }
    .img-block {
      height: 55em;
    }
    .product-buy h2 {
      margin-bottom: 30px;
    }
  }

  @media (width: 1024px) {
    .img-block {
      height: 46em;
      padding: 2em 6em 2em;
    }
    .block {
      padding-left: 10em;
      padding-right: 10em;
    }
    #product-buy-color .col-lg-4 {
      padding-left: 20em;
      padding-right: 20em;
    }
    #product-buy-color .img-block {
      padding-left: 0;
      padding-right: 0;
    }
    #readynas .container {
      text-align: center;
    }
  }

  @media (max-width: 991px){
    #readynas .container {
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .product-buy .row {
      margin: 0 5em;
    }
    #product-buy-color .img-block {
      height: 34em;
    }
  }

  @media (max-width: 560px) {
    .product-buy .row {
      margin: 0 2em;
    }
    #product-buy-color .img-block {
      height: 20em;
    }
  }

  @media (max-width: 1199px) and (min-width: 650px) {
    .block img {
      margin-top: 0;
    }
    .block {
      padding: 5px;
    }
    .product-buy .img-block{
      height: 40em;
      padding: 3em;
    }
    #product-buy-color .col-lg-4 {
      padding-left: 10em;
      padding-right: 10em;
    }
    #product-buy-color .img-block {
      padding-left: 0;
      padding-right: 0;
      height: 36em;
      text-align: center;
    }
  }
  @media (max-width: 500px) {
    .product-buy .img-block-text {
      padding-top: 2em;
    }
    .product-buy .row {
      margin: 0
    }
  }
  @media (min-width: 320px) and (max-width: 375px){
    .product-buy .img-block{
      height: 42em;
    }
  }
  @media (max-width: 320px) {
    .product-buy .img-block{
      height: 42em;
      background-position-x: -14em;
    }
  }

  @media (max-width: 1024px){
    #product-buy-color .block {
      margin-top: 2em;
      text-align: center;
      /* padding: 4px; */
    }
  }

  /*Learn-More Section*/
  #learn-more .footnote {
    text-align: left;
  }

  @media (min-width:415px) and (max-width:1024px){
    #learn-more h3 {
      font-size: 20px;
      line-height: 25px;
    }
  }

  @media(max-width:414px) {
    #learn-more {
      text-align: center;
    }
  }

  /*Video Big Img Play Button*/
.img-video {
  transition: 0.25s ease;
}

.img-video:before {
  font-family: fontAwesome;
  content: '\f144' ;
  cursor: pointer;
  position: absolute;
  left: 40%;
  top: 40%;
  font-size: 100px;
}

  /*Video-block*/
  #video-block .col-md-3 {
    padding: 0 10px;
  }
  .vid-thumbnail {
    cursor:pointer;
  }
  .video-caption {
    text-align: left;
    padding: 1em 0.5em;
  }
  .video-caption .vid-title {
    cursor: pointer;
    display: -webkit-box;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .video-caption .vid-info {
    cursor: pointer;
    margin-top: -10px;
    font-size: 15px;
  }
  .video-caption .vid-info p{
    font-size: 14px;
  }
  .vid-title {
    line-height: 20px;
    text-align: left;
  }
  .yt-circle {
    font-size: 3px;
    padding: 0 2px;
    vertical-align: middle;

  }
  @media (max-width: 991px) {
    .video-row {
      padding-top: 20px;
    }

  }
  @media (min-width: 520px) and (max-width: 991px) {
    .vid-thumbnail {
      width: 100%;
    }
    #video-block .col-md-3 {
      padding: 0 10%;
    }
  }
  @media (max-width: 519px) {
    .video-row {
      padding-top: 1em;
    }
    #video-block .col-md-3 {
      padding: 0 5%;
    }
  }

  /*Flexible-switches section*/
  .flexible-switches{
    background-position: center;
    height: 70em;
  }
  .flexible-switches p {
    font-size: 18px;
  }
  @media (max-width:414px){
    .flexible-switches {
      padding-top: 2em;
      height: 80;
    }
    .flexible-switches p {
      padding: 0;
    }
  }
  @media (max-width: 320px){
    .flexible-switches {
      padding-top: 2em;
      height: 67em;
    }
    .flexible-switches p {
      padding: 0;
    }
  }

    /*Diner*/
    .diner {
      padding-bottom: 50px;
    }

    .diner h5 {
      font-size: 16px !important;
    }
    .diner p {
      font-size: 17px !important;
    }

    .diner .product-icon {
      padding-left: 10px;
      padding-right: 10px;
      height: 350px;
    }

    @media (min-width: 1025px) {
      .diner .container {
        max-width: 900px;
      }
    }

    @media (max-width: 768px) {
      .diner h2 {
        font-size: 25px;
        line-height: 29px;
      }
    }

    @media (max-width: 767px) {
        .cafe .product-icon {
        padding-left: 100px;
        padding-right: 100px;
        margin-bottom: 0;
        }
      }


  /*product-icon block*/

  .product-icon-header h5 {
    font-family: 'montserrat';
    font-size: 18px;
  }

  .product-icon-header {
    height:7em;
  }

  @media (min-width: 1200px) {
    .hotel #products .col-lg-offset-1 {
      margin-left: 18%;
    }
  }

  @media (max-width: 768px) {
    .product-icon {
      margin-bottom: 4em;
    }
    .product-icon-header {
      font-size: 20px;
      height:3em;
    }
  }

  @media (max-width: 414px) {
    .product-icon p {
      margin-top: 0;
    }
    .product-icon h5 {
      font-size: 20px;
      margin-bottom: 0;
      margin-top: 2em;
    }
    .hotel .product-icon h5{
      margin-top: 15px;
    }
    .hotel .product-icon p {
      margin-top: -20px;
    }
    .hotel .product-icon img {
      margin-top: -30px;
    }
  }


  /*large image block */
  .hotel .product-icon .col-lg-offset-1 {
    margin-left: 18%;
  }

@media (max-width: 1024px) {
  .hotel .product-icon .col-lg-offset-1 {
    margin-left: 0;
  }
  .hotel .product-icon img{
    margin-top: -20px;
  }
  .hotel .product-icon p{
    margin-top: -45px;
  }
}

  @media (max-width: 414px) {
    .large-img-block h2 {
      padding-left: 1em;
      padding-right: 1em;
    }
    .large-img-block {
      padding-top: 2em;
    }
    .hotel .large-img-block .col-lg-offset-1 {
      margin-left: 0;
    }
    .hotel .product-icon p{
     margin-top: -30px;
   }
   .hotel .light-bg .inner-top-sm {
      padding-top: 10px ;
    }
  }

  /*large icon block*/
  .large-icons {
    padding-top: 1em;
  }

  @media (max-width: 1024px) {
    .large-icons .col-lg-4 {
      padding-bottom: 2em;
    }
  }

  /*Form*/
  .field-size-top-large.error {
    border: 2px solid #CC0000;
  }
  .valid {
    border: 2px solid #00CC00;
  }

  label.error {
    color: #CC0000;
    font-size: 10px !important;
  }
  .elq-form input,
  textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .elq-form button,
  input[type=reset],
  input[type=button],
  input[type=submit],
  input[type=checkbox],
  input[type=radio],
  select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* GENERIC */

  .elq-form input {
    color: #000;
    line-height: 25px;
    font-size: 15px;
    padding: 3px;
  }

  .elq-form .item-padding {
    padding: 6px 5px 9px 9px;
  }

  .elq-form .pp-group {
    padding: 0px 5px 0px 9px;
  }

  .elq-form .pp-field {
    padding: 6px 0px 9px 0px;
  }

  .elq-form .field-wrapper.individual {
    float: left;
    width: 100%;
    clear: both;
  }

  .elq-form .field-p {
    position: relative;
    margin: 0;
    padding: 0;
  }

  .elq-form .zIndex-fix {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .elq-form .field-design {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
  }

  .elq-form .no-fields-prompt {
    float: left;
    width: 100%;
    height: 150px;
    padding-top: 50px;
    clear: both;
  }
  /* SECTION BREAKS */

  .elq-form .section-break {
    float: left;
    width: 97%;
    margin-right: 2%;
    margin-left: 1%;
    padding-bottom: 6px;
  }

  .elq-form .section-break .heading {
    width: 100%;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
  /* LABEL */
  .elq-form .required {
    color: red !important;
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0pt 0pt 0pt;
    padding: 0pt 0pt 0pt;
  }
  /* FIELD GROUP */

  .elq-form .field-group {
    float: left;
    clear: both;
  }

  .elq-form .field-group.large {
    width: 100%;
  }

  .elq-form .field-group.medium {
    width: 51%;
  }

  .elq-form .field-group.small {
    width: 31%;
  }

  .elq-form .field-group .label {
    float: left;
    width: 97%;
    margin-right: 2%;
    margin-left: 1%;
    padding-bottom: 6px;
    font-weight: bold;
  }
  .elq-form .field-group .field-style {
    float: left;
  }
  .elq-form .progressive-profile .pp-inner {
    float: left;
    clear: both;
  }
  .elq-form .progressive-profile .pp-inner.large {
    width: 100%;
  }
  .elq-form .progressive-profile .pp-inner.medium {
    width: 51%;
  }
  .elq-form .progressive-profile .pp-inner.small {
    width: 31%;
  }
  /* RADIO */
  .elq-form .radio-option {
    display: inline-block;
  }
  .elq-form .radio-option .label {
    display: block;
    float: left;
    padding-right: 10px;
    padding-left: 22px;
    text-indent: -22px;
  }
  .elq-form .radio-option .input {
    vertical-align: middle;
    margin-right: 7px;
  }
  .elq-form .radio-option .inner {
    vertical-align: middle;
  }
  /* CHECKBOX */
  .elq-form .checkbox-span {
    display: inline-block;
  }
  .elq-form .checkbox-label {
    margin-left: 4px;
  }
  /* INPUT */
  .elq-form .accept-default {
    width: 100%;
  }
  /* SIZING */
  .elq-form .field-style {
    margin-right: 2%;
    margin-left: 2%;
  }
  .elq-form .field-style._25 {
    width: 21%;
  }
  .elq-form .field-style._50 {
    width: 46%;
  }
  .elq-form .field-style._50_left {
    clear: left;
    width: 46%;
  }
  .elq-form .field-style._75 {
    width: 71%;
  }
  .elq-form .field-style._100 {
    width: 96%;
  }
  .elq-form .field-size-top-small {
    width: 30%;
  }
  .elq-form .field-size-top-medium {
    width: 75%;
  }
  .elq-form .field-size-top-large {
    width: 100%;
    color:  #000;
    font-size: 15px;
  }
  .elq-form .field-size-left-small {
    width: 21%;
  }
  .elq-form .field-size-left-medium {
    width: 46%;
  }
  .elq-form .field-size-left-large {
    width: 60%;
  }
  /* INSTRUCTIONS */
  .elq-form .instructions.default {
    color: #444444;
    display: block;
    font-size: 10px;
    padding: 6px 0pt 3px;
  }
  .elq-form .instructions.group {
    float: left;
    width: 97%;
    margin-right: 2%;
    margin-left: 2%;
    padding: 6px 0pt 3px;
    color: #444444;
    display: block;
    font-size: 10px;
  }
  .elq-form .instructions.left-single {
    margin: 0 0 0 33%;
  }
  .elq-form .instructions-other {
    margin: 0;
  }
  /* POSITIONING */
  .elq-form .label-position.left {
    display: block;
    line-height: 150%;
    padding: 1px 0pt 3px;
    float: left;
    width: 31%;
    margin: 0pt 15px 0pt 0pt;
    word-wrap: break-word;
  }
  .elq-form .label-position.top {
    display: block;
    line-height: 150%;
    padding: 8px 0pt 3px;
    white-space: nowrap;
    /* color: #FFFFFF; */
    font-size: 14px;
    font-weight: 600;
  }
  .elq-form .label-position.alignment-left {
    text-align: left;
  }
  .elq-form .label-position.alignment-right {
    text-align: right;
  }
  /* LIST ORDER */
  .elq-form .list-order {
    display: block;
  }
  .elq-form .list-order.oneColumn {
    margin: 0pt 7px 0pt 0pt;
    width: 100%;
    clear: both;
  }
  .elq-form .list-order.twoColumn {
    float: left;
    margin: 0pt 7px 0pt 0pt;
    width: 38%;
  }
  .elq-form .list-order.threeColumn {
    float: left;
    margin: 0pt 7px 0pt 0pt;
    width: 30%;
  }
  .elq-form .list-order.oneColumnLeft {
    float: left;
    margin: 0pt 7px 0pt 0pt;
    width: 100%;
  }
  .elq-form .list-order.twoColumnLeft {
    float: left;
    margin: 0pt 7px 0pt 0pt;
    width: 38%;
  }
  .elq-form .list-order.threeColumnLeft {
    float: left;
    margin: 0pt 7px 0pt 0pt;
    width: 30%;
  }
  /* GRID STYLE */
  .elq-form .grid-style {
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
  }
  .elq-form .grid-style._25 {
    width: 21%;
  }
  .elq-form .grid-style._50 {
    width: 46%;
  }
  .elq-form .grid-style._75 {
    width: 71%;
  }
  .elq-form .grid-style._100 {
    width: 96%;
  }
  .form {
    float: right;
  }

  @media and (max-width: 1024px){
    .form {
      float: left;
    }
  }

  /*Product Table Section for Smart Managed Pro (table-product)*/
  .smartmanagedpro .table>tbody>tr>th {
    padding: 8px 25px;
  }

  .table-product-block th .btn-white-purple {
    display: block;
    margin-top: 30px;
    text-align: center;
    /* width: 100px; */
  }

  .table-product-block td {
    color: #bbb;
  }
  .table-product-block td:first-child {
    color: #fff;
  }
  .table-product-block table {
    border-collapse: separate;
  }
  .table-product-block .table>tbody>tr>td {
    border-left: 1px solid #5c5c5c;
    padding: 7px 15px;
  }
  .table-product-block .table>tbody>tr>th {
    border-top: 1px solid #5c5c5c;
    border-left: 1px solid #5c5c5c;
  }
  .table-product-block .cell-adjust {
    border-top: 1px solid #5c5c5c;
    height: 210px;
  }
  .table-product-block .table > tbody > tr > td:last-child{
    border-right: 1px solid #5c5c5c;
  }
  .table-product-block .table > tbody > tr > th:last-child{
    border-right: 1px solid #5c5c5c;
  }
  .table-product-block .product-table-scroll-arrow {
    position: absolute;
    width: 14px;
    border: 1px solid black;
    background: url(http://img.en25.com/Web/Netgear/{42f453a8-9dde-4048-b51e-b658e3d1b53e}_product_table_small_arrow.png) center center no-repeat #1c1c1c;
    height: 500px;
    right: 0;
    z-index: 999;
  }

  @media (max-width: 1200px) {
    .table-product-block .table > tbody > tr > td:first-child {
      border-right: 1px solid #5c5c5c;
      margin-top: 1px;
      white-space: pre-wrap;
    }
    .table-product-block .table>tbody>tr>td {
      border-left: 1px solid #5c5c5c;
      padding: 10px 15px;
      max-width: 180px;
      white-space: nowrap;
      /* overflow-wrap: break-word; */
      overflow-x: auto;
    }
  }

  @media (min-width: 1025px) {
    .cell-adjust-sm {
      display: none;
    }
    .masked-table-column {
      display: none;
    }
    .table-product-block .container {
      max-width: 1100px;
    }
  }

  @media (max-width: 1024px) {
    .table-product-block .table > tbody > tr > td:first-child {
      white-space: pre-line;
      border-top: none;
    }
    .smartmanagedpro .masked-table-column {
      width: 150px;
    }
  }

  @media (max-width: 991px ) {
    .smartmanagedpro .cell-adjust {
      height: 400px;
    }
    .smartmanagedpro .table-product-block .container {
      max-width: 100%;
    }
  }

  @media (max-width: 768px) {
    .table-product-block .table>tbody>tr>th {
      padding: 10px 15px;
    }
    .table-product-block .table > tbody > tr > td:first-child {
      white-space: pre-line;
    }
  }

  @media (max-width:699px) {
   .smartmanagedpro .table-product-block .table > tbody > tr > td:first-child {
   white-space: unset;
   width: 160px;
   height: 56px;
  }
  .smartmanagedpro .cell-adjust {
   height: 400px !important;
  }
}


  @media (max-width: 620px) {
    .table-product-block .btn {
      font-size: 14px;
      text-align: center;
    }
    .smartmanagedpro .table-product-block .table > tbody > tr > td:first-child {
    white-space: unset;
    }
  }

  @media (max-width: 414px) {
    .table-product-block .table > tbody > tr > td:first-child {
      white-space: unset;
      width: 170px;
    }
    .smartmanagedpro .table-product-block .table > tbody > tr > td:first-child {
     white-space: unset;
     width: 170px;
    }
  }

  /*product-tab block*/
  .active-tab{
    background: #000 !important;
    display: block;
  }
  .active-arrow {
    display: block;
    height: 14px;
    position: relative;
    background-repeat: no-repeat;
    width: 28px;
    top: 40px;
    background: url(../images/arrow-down.png);
    margin: 0 auto;
    z-index: 99999999;
  }
  .arrow-down {
    height: 15px;
    position: relative;
    width: 28px;
    top: 40px;
    margin: 0 auto;
    z-index: 99999999;
    background-repeat: no-repeat;
  }
  .tab {
    background-color: #262626;
    border: 1px #cccccc	solid;
    padding: 5px;
  }
  .tab:hover {
    background: #000;
    cursor: pointer;
  }
  .tab a{
    color: #fff;
  }
  .tab h5 {
    font-weight: bold;
  }
  .tab p {
    font-style: italic;
  }
  .tabs {
    border-bottom: none;
    border: none;
    padding-left: 50px;
    padding-right: 50px;
  }
  .tab-arrow {
    content: "\f0dd";
  }
  .tab-pane {
    max-width: 900px;
  }
  .tab-pane h2 {
    font-size: 33px;
    line-height: 35px;
  }
  .contact-column {
    padding-top: 2em;
  }
  .contact-info {
    margin-top: 1em;
  }
  .panel-row .btn {
    margin-top: 1em;
  }

  .hotel .tab {
    padding-top: 20px;
    padding-bottom: 10px;
  }

   @media (min-width: 1250px){
    .tab-group .tabs{
      padding-left: 260px;
      padding-right: 260px;
    }
  }

@media (min-width: 1200px) {
 .panel-row figure {
    padding-top: 50px;
  }
}

  @media (max-width:1024px){
    .active-arrow {
      top: 38px;
    }
    .contact-column {
      text-align: center;
    }
    .panel-row {
      padding-bottom: 4em;
    }
    .panel-row .img-responsive {
      padding-top: 2em;
    }
    .panel .row {
      padding-left: 0;
      padding-right: 0;
    }
    .tabs {
      padding: 0;
    }
  }
  @media (max-width: 768px){
    .tabs {
      padding: 0;
    }
  }
  @media (max-width: 414px) {
    .active-arrow{
      top: 23px;
    }
    .tab{
      padding: 0;
      padding-top: 1em;
      padding-bottom: 1em;
    }
    .panel-default h2 {
      font-size: 25px;
      line-height: 30px;
    }
    .panel-default h5 {
      font-size: 18px;
    }
    .contact-column {
      text-align: center;
    }
  }

  /*Chatbox*/
  #avatar {
    margin:auto;
    position:absolute;
    text-align:center;
    width:100%;
    z-index:99999999;
    bottom: 15em;
  }
  #avatar-img {
    width:80px;
    margin-bottom: -40px;
    border-radius:100%;
    border:2px solid white;
    display:inline-block;
  }
  #chat-body{
    position: absolute;
    clear: both;
    text-align: left;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 6px;
    margin-top: -2em;
    float: left;
    color: white;
    font-size: 14px;
    font-weight: bold;
  }
  #chat-body p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px;
  }
  #chat-tab {
    background: linear-gradient(to right, rgba(93,179,229,1) 0%, rgba(25,119,182,1) 100%);
    border-radius: 5%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    display: block;
    float: right;
    padding: .5em;
    position: fixed;
    width: 120px;
    z-index:1000000;
    bottom: 0;
    right: 0;
    margin-bottom: -1px;
  }
  #chat-container {
    z-index: 999991;
    width: 330px;
    height: 250px;
    border-radius: 0%;
    background-color: transparent;
    position: fixed;
    text-align: center;
    bottom: -5em;
    right: 1em;
  }
  /*chatbox-blue, if color change just change the background color in a new class*/
  .chat-blue {
    background:linear-gradient(to right, rgba(93,179,229,1) 0%, rgba(25,119,182,1) 100%);
    border-radius:5px;
    border:1px solid rgba(255,255,255,0.5);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);"
    color:white;
    padding-top:45px;
    position:relative;
    width:330px;
    height:180px;
    top:40px;
    left:0px;
  }

  /*Owl Carousel*/
.owl-carousel {
  width: 100%;
}
.owl-item-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
}

.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #504b51;
  display: inline-block;
  margin: 0 5px 0;
}

.owl-dot.active {
    background: #2355ff;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: inline-block !important;
  height: 600px;
}

.owl-carousel .owl-dots {
  background: transparent;
  line-height: inherit;
  position: relative;
  bottom: 50px;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto;
  z-index: 99999999;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .owl-item-banner .text-block-banner {
   margin-left: 0px;
  }
}

@media (min-width: 1400px) {
  .owl-item-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px !important;
  }
  .owl-item-banner .text-block-banner {
    margin-top: 90px;
    max-width: 450px !important;
    padding: 50px 50px 30px!important;
  }
   .owl-item-banner .text-block-banner h1 {
   font-size : 50px !important;
  }
   .owl-carousel .owl-dots {
    bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .owl-item-banner {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 600px;
  }
  .owl-item-banner .text-block-banner {
    margin-top: 150px;
    padding: 40px 40px 30px;
    max-width: 400px;
  }
   .owl-item-banner .text-block-banner h1 {
  font-size : 45px;
  }
}

@media (max-width: 1024px) {
  .owl-carousel .owl-dots {
    bottom: 70px;
  }
   .owl-item-banner .text-block-banner {
    max-width: 500px;
    margin-top: 90px;
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
    .owl-item-banner {
      background-position: right;
    }
   .owl-item-banner .text-block-banner {
    margin-top: 80px;
    padding: 40px 10px 30px 30px;
  }
}

@media (max-width: 414px) {
  .owl-item-banner {
    background-position: right;
    height: 600px;
  }
  .owl-item-banner .text-block-banner {
    margin-top: 60px;
  }
  .owl-carousel .owl-dots {
    bottom: 50px;
  }
}

/*Mobile Query*/
/*Container Padding*/
@media (max-width: 414px) {
  [class='10g'] .dark-bg {
    padding-bottom: 0;
  }

  [class='10g'] .features .container {
    padding-left: 0;
    padding-right: 0;
  }

  [class='10g'] .features .col-lg-12 {
    padding: 5px;
    }

  [class='10g'] .features ul .col-md-6 {
    padding-left: 0;
    padding-right: 5px;
  }

  [class="10g"] .dark-bg .container {
   padding: 0;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .features hr {
    background: #cccccc;
    border: none;
    height: 4px;
    margin: 5px 0px;
    width: 100px;
  }

  .gradient-blue-bg .col-md-6 img {
    width: 100%;
  }

  .hotel .col-md-6 {
    padding: 0
  }

  .light-bg .container {
    padding: 0;
  }

  #portfolio .container {
    padding: 0;
  }

  #portfolio .col-sm-12 {
    padding: 0;
  }

  [class="10g"] .product-buy .img-block{
   padding: 15px 40px;
  }

  #steps .container {
   padding: 0;
  }

  .text-banner .container {
    padding: 0;
  }

  #x .container {
    padding: 0;
  }

  #x .col-xs-4 {
    padding: 0;
  }

  #x .col-xs-4 img {
    max-width: 150px;
  }
}
.navbar .container {
	width: 100%;
}