/*-------------------------------*/
/*--Variables--------------------*/
/*-------------------------------*/
/*--Main Grid layout-------------*/
html,
body {
  height: 100%;
  width: 100%;
  color: #333;
  font-family: 'Open Sans', arial, helvetica sans-serif;
  -webkit-font-smoothing: initial;
  -moz-font-smoothing: initial;
  -webkit-font-smoothing: antialiased;
}
header .section {
  padding: 185px 0 80px;
}
header .section .row {
  z-index: 4;
  position: relative;
}
header .section .row .partnerBox {
  text-align: center;
  background: #009ee1;
  padding: 20px 10px;
  margin-top: -15px;
  margin-bottom: 20px;
}
header .section .row .partnerBox p {
  font-size: 14px;
  padding: 5px 30px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 20px;
}
header .section .row .partnerBox label {
  font-size: 17px;
  margin: 0;
  font-weight: 700;
}
header .section .row .partnerBox i {
  font-size: 50px;
  padding: 0 10px 10px 10px;
}
header .photo h1 {
  text-shadow: 1px 1px 5px #444;
  font-weight: 400;
}
/*-------------------------------*/
/*--Buttons----------------------*/
.btn-primary {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#address_check_btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
/*-------------------------------*/
/*--Global Text------------------*/
.center {
  text-align: center;
}
.left {
  text-align: left;
}
/*-------------------------------*/
/*--Blue Container Slash Angle---*/
.white-blue-angle {
  background: #fff;
  color: #444;
}
.white-blue-angle .decor {
  fill: #fff;
  stroke: #009ee1;
}
.white-grey-angle {
  background: #fff;
  color: #444;
}
.white-grey-angle .decor {
  fill: #fff;
  stroke: #f7f7f7;
}
.blue-white-angle {
  background: #009ee1;
  color: #fff;
}
.blue-white-angle .decor {
  fill: #009ee1;
  stroke: #fff;
}
.grey-white-angle {
  background: #f7f7f7;
  color: #444;
}
.grey-white-angle .decor {
  fill: #f7f7f7;
  stroke: #fff;
}
.blue-white-arrow {
  background: #009ee1;
  color: #fff;
}
.white-blue-arrow .decor {
  fill: #fff;
  stroke: #009ee1;
}
/*---background-media----*/
.background-media {
  background-position: 0 30%;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
}
.background-media,
.background-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.background-overlay {
  z-index: 2;
}
/*-------------------------------*/
/*--section styles---------------*/
.section {
  position: relative;
  z-index: 4;
  padding: 80px 0;
}
.section .row {
  z-index: 4;
  position: relative;
}
.section .btn {
  z-index: 4;
  position: relative;
  font-weight: 600;
}
.section .existing {
  margin-top: -40px;
}
.remove-top {
  padding-top: 0;
}
.decor-top {
  bottom: 100%;
}
[class*=decor-] {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
}
.decor {
  display: block;
  position: relative;
  margin: 0 auto;
}
.screenshot {
  width: 90%;
}
header .section-header:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 140px;
  height: 2px;
  margin-left: -70px;
  background: #fff;
}
header .photo h1 {
  text-shadow: 1px 1px 5px #444;
  font-weight: 400;
}
header .photo p {
  text-shadow: 1px 1px 7px #000;
  font-weight: 400;
}
header .section-header {
  text-align: center;
  position: relative;
  border-bottom: 0;
  padding-bottom: 0;
  z-index: 3;
  max-width: 800px;
  margin: 0 auto 80px;
  font-size: 18px;
}
header .section-header h1 {
  font-size: 50px;
  margin: 0;
}
header .section-header .hyper {
  font-size: 65px;
  line-height: 1;
  text-align: center;
}
.service-status .section-header {
  margin: 0 auto 40px!important;
}
.section-header:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 140px;
  height: 2px;
  margin-left: -70px;
  background: #4ac7e9;
}
.section-header {
  text-align: center;
  position: relative;
  border-bottom: 0;
  padding-bottom: 0;
  max-width: 800px;
  margin: 0 auto 60px;
  z-index: 4;
  font-size: 18px;
}
.section-header h2 {
  font-size: 40px;
  margin: 0;
}
.section-header p {
  font-size: 17px;
  font-weight: 400;
  margin: 12px 0 0 0 ;
}
/*---FOV Circle---*/
.circleFOV {
  z-index: 3;
  position: relative;
  margin-top: -35px;
}
.circleFOV sub {
  font-weight: 400!important;
}
/*---added again please remore -*/.background-media {
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-position: 0 70%;
}
.background-media,
.background-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
/*------------------------------*/
/*--faq section-----------*/
.rst-question {
  text-align: left;
}
.rst-question .panel-title > a {
  color: #444;
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  padding: 20px;
}
.rst-question .panel-group .panel {
  border: medium none;
  border-radius: 0;
  margin-top: 0;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: none;
}
.rst-question .panel-default > .panel-heading {
  background: transparent;
  border: 0 none;
  color: #333;
  padding: 0;
}
.rst-question .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0 none !important;
  line-height: 25px;
  padding: 9px 0 33px;
  font-size: 13px;
}
.container.rst-our-question {
  margin-bottom: 100px;
}
.rst-question .panel-title > a:before {
  color: #009ee1;
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}
.rst-question a {
  color: #009ee1!important;
  font-weight: 500!important;
}
.rst-question a.collapsed {
  color: #444!important;
  font-weight: 400!important;
}
.rst-question .panel-title > a.collapsed::before {
  color: #999;
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}
/*-------------------------------*/
/*--support section--------------*/
.speed .support .fa {
  font-size: 50px;
}
.support {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
  margin-bottom: 0px;
}
.support p {
  font-size: 12px;
  padding: 5px 30px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 16px;
}
.support .fa {
  font-size: 40px;
  padding: 0 10px 10px 10px;
}
.support label {
  margin: 0;
  position: static;
  display: block;
}
.support .btn-primary {
  background: #009ee1;
}
.support .btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 ;
}
.support .ladda-button[data-style=expand-right][data-loading] {
  padding-right: 35px;
}
.support-aqua {
  background: #13c0bf;
  min-height: 130px;
  padding: 20px 10px;
  margin-bottom: 10px;
}
.support-blue {
  background: #4ac7e9;
  min-height: 130px;
  padding: 20px 10px;
  margin-bottom: 10px;
}
.support-green {
  background: #54ce99;
  min-height: 130px;
  padding: 20px 10px;
  margin-bottom: 10px;
}
.support-yellow {
  background: #efcb50;
  height: 130px;
  padding: 20px 10px;
  margin-bottom: 10px;
}
.support-orange {
  background: #eb724c;
  min-height: 130px;
  padding: 20px 10px;
  margin-bottom: 10px;
}
.support-blue-2 {
  background: #009ee1;
  min-height: 130px;
  padding: 20px 10px;
  margin-bottom: 10px;
}
.support-speed {
  min-height: 130px;
  padding: 20px 10px;
  text-align: center;
  margin-bottom: 10px;
}
/*---------animation on knowledgebase buttons---*/
.support a {
  color: #fff;
}
.support a i,
.support a label {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.support a:hover i {
  transform: rotate(83deg);
  -moz-transform: rotate(83deg);
  -webkit-transform: rotate(83deg);
  -o-transform: rotate(83deg);
  font-size: 140px;
  opacity: 0.2;
}
.support a:hover i {
  font-size: 200px;
}
.support a:hover label {
  margin-top: -180px;
}
.nohover {
  opacity: 1!important;
}
.nohover .fa {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 36px!important;
}
.nohover .fa span {
  font-size: 12px;
  opacity: .5;
}
.checkme .fa {
  font-size: 36px!important;
}
.fibreHighlight {
  border: 1px solid #4ac7e9;
  padding: 6px;
  margin-bottom: 10px;
}
.fibreHighlight .support-speed {
  margin: 0;
  padding: 13px;
}
.fibreHighlight .fa {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.fibreHighlight .fa span {
  font-size: 12px;
  opacity: .5;
}
.support:hover {
  opacity: 0.8;
}
/*-------*/
.wholesaleBlocks {
  color: #fff;
  /*.wholesaler{
		background-image: url('/assets/img/site-images/landing/building.jpg');
	}
	.dealer{
		background-image: url('/assets/img/site-images/landing/building.jpg');
	}*/

}
.wholesaleBlocks .wholesaler,
.wholesaleBlocks .dealer {
  overflow: hidden;
  padding: 40px 20px;
  background-size: cover;
}
.wholesaleBlocks .wholesaler h2,
.wholesaleBlocks .dealer h2 {
  margin: 0;
  font-weight: 400;
}
.wholesaleBlocks .wholesaler p,
.wholesaleBlocks .dealer p {
  margin: 10px 0 15px;
}
.contactBox {
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  padding: 30px 0 40px;
}
.contactBox h3 {
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
.contactBox h3 span {
  border-radius: 40px;
  background: #000;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: inline-block;
  margin-right: 8px;
}
.contactBox p {
  margin: 0;
  padding: 5px 0 15px;
  font-weight: 500;
}
.contactBox .btn {
  padding: 10px 35px;
  font-size: 13px;
}
.support-blue-2 h3 span,
.support-blue-2 .btn {
  background: #0081b8;
}
.support-aqua h3 span,
.support-aqua .btn {
  background: #0f9b9a;
}
.form-control.input-lg {
  border-radius: 3px;
  font-size: 14px;
  height: 50px;
  font-weight: normal;
}
.knowledgebase {
  margin-bottom: 10px;
}
.knowledgebase h3 {
  display: block;
  background: #f7f7f7;
  color: #565656;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  margin: 0;
}
.knowledgebase h3 span {
  font-size: 11px;
  float: right;
}
.knowledgebase ul {
  list-style: none;
  padding: 10px 10px 20px 10px;
}
.knowledgebase ul li {
  line-height: 36px;
}
.knowledgebase ul li a {
  color: #565656;
  font-weight: 500;
}
.knowledgebase ul li a:before {
  margin-right: 10px;
  color: #009ee1;
  content: "\f0f6";
  font-weight: normal;
  font-family: FontAwesome;
}
.teamviewer {
  background: #f7f7f7;
  font-size: 18px;
  font-weight: 300;
}
.teamviewer .btn-primary {
  background: #009ee1;
}
.teamviewer .btn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  margin-left: 10px;
}
.service-status-grey {
  background: #f7f7f7;
  padding: 30px 0 30px 40px;
}
.statusAlert {
  text-align: center;
  margin-top: -45px;
  margin-bottom: 40px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
  -webkit-animation: pulsateword 2s ease-out;
  -webkit-animation-iteration-count: infinite;
}
.statusAlert .label {
  padding: 5px 10px;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
@-webkit-keyframes pulsateword {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1.0;
  }
}
.service-status {
  padding: 0 10px;
}
.service-status .issues {
  font-weight: 700;
  line-height: 24px;
}
.service-status .issues a {
  font-size: 10px;
  font-weight: 600;
}
.service-status .issues i {
  font-size: 12px;
}
.service-status .title {
  font-size: 26px;
  font-weight: 400;
}
.service-status .borderRight {
  border-right: 1px #ddd solid;
}
.service-status .state {
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  line-height: 16px;
}
.service-status .state span {
  background: #13c0bf;
  display: block;
  margin: 0 auto;
  border-radius: 40px;
  width: 36px;
  height: 36px;
  color: #fff;
  line-height: 35px;
  margin-bottom: 8px;
  font-size: 16px;
}
.service-status .state a {
  font-size: 10px;
  font-weight: 600;
}
.service-status .state .warning {
  background: #efcb50;
}
.service-status .state .schedule {
  background: #4ac7e9;
}
/*--------pricing tables-----*/
.section .pricing-head,
.section .pricing-body {
  background: #009ee1;
}
.section .pricing-head .btn,
.section .pricing-body .btn {
  background: #0081b8;
}
.highlight {
  background: #13c0bf !important;
}
.highlight .btn {
  background: #0f9b9a!important;
}
.pricing-col {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: #fff;
}
.pricing-col-up {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: #fff;
  margin-top: -155px;
}
.pricing-head {
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 0;
  padding: 24px;
  font-weight: 400;
}
.pricing-head small {
  color: #fff;
  opacity: 0.8;
  text-transform: uppercase;
}
.pricing-body {
  padding-bottom: 24px;
}
.pricing-body .overlay {
  margin: 0;
  border: none;
  opacity: 1;
  background: rgba(0, 0, 0, 0.1) !important;
}
.pricing-body .btn {
  padding: 10px 35px;
  font-size: 13px;
}
.pricing-price h4 {
  font-size: 60px;
  font-weight: bold;
  padding: 24px;
  line-height: 1em;
  position: relative;
  text-indent: 32px;
  margin: 0;
}
.pricing-price h4 small {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  vertical-align: top;
  line-height: 35px;
  margin: 0 2px;
  text-indent: 0;
}
.pricing-list {
  list-style-type: none;
  margin: 0 0 24px;
  padding-left: 0;
  text-align: center;
}
.pricing-list li {
  padding: 12px;
  border-bottom: 1px solid;
  font-weight: 400;
  border-color: rgba(0, 0, 0, 0.0745098);
}
/* - Boxes - */
.white-blue-arrow .box-inner,
[class*="swatch-"] .white-blue-arrow .box-inner {
  background: #009ee1;
}
.white-blue-arrow .box-inner i,
[class*="swatch-"] .white-blue-arrow .box-inner i {
  color: #fff;
}
.box-round {
  display: block;
  text-align: center;
  margin: 0 auto 24px auto;
  position: relative;
  z-index: 100;
  width: 120px;
  max-width: 100%;
}
.box-dummy {
  padding-top: 100%;
  -webkit-backface-visibility: hidden;
}
.box-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-inner i {
  font-size: 52px;
  color: #fff;
  line-height: 1em;
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
.box-round .box-inner {
  border-radius: 50%;
}
.box-round .aqua {
  background: #13c0bf;
}
.box-round .blue {
  background: #4ac7e9;
}
.box-round .white {
  background: #fff;
}
.box-round .white i {
  color: #009ee1 !important;
}
.box-round .blue-new {
  background: #009ee1;
}
/* - Box lists - */
.box-list > li {
  overflow: hidden;
  padding-bottom: 24px;
}
.box-list > li h3 {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 20px;
}
.box-list > li p {
  font-size: 15px;
  font-weight: 300;
}
.box-list > li p.ondark {
  font-weight: 400;
  opacity: 0.8;
}
.box-list > li.col-md-2:nth-child(6n+1),
.box-list > li.col-md-3:nth-child(4n+1),
.box-list > li.col-md-4:nth-child(3n+1),
.box-list > li.col-md-6:nth-child(2n+1) {
  clear: both;
}
.box-medium .box-inner {
  height: 100px!important;
  width: 100px;
}
.box-medium .box-inner i {
  font-size: 36px;
}
.box-round.box-medium {
  width: 100px;
}
/*------------------------------*/
/*--responsive styles-----------*/
/*------------------------------*/
/*--responsive styles-----------*/
@media (max-width: 767px) {
  [class*=decor-] {
    height: 36px;
  }
  header .section {
    padding-top: 120px;
  }
  header .section-header {
    margin: 0 auto 70px;
  }
  header .section-header h1 {
    font-size: 36px;
    margin: 0;
  }
  header .section-header p {
    font-size: 16px;
  }
  .service-status .borderRight {
    border: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .service-status .state {
    margin-bottom: 20px;
  }
  .service-status .state:first-child {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 768px) {
  .state:first-child {
    margin-left: 8.333333333333332%;
  }
}
