/*** Tidier CSS ***/

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.text-white {
    color: white;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-0 {
  margin-bottom: 0;
}

.text-center {
    text-align: center;
}

.purple-gradient-bg {
  background: linear-gradient(-40deg, #664D89 0%, #A53773 100%);
}

.purple-gradient-bg h1, .purple-gradient-bg h2, .purple-gradient-bg h3, .purple-gradient-bg p, .purple-gradient-bg li {
  color: white;
}

.purple-gradient-bg p {
  font-weight: 400;
}

.btn {
  font-weight: 600;
}

.btn-primary {
  background-color: #246FC2;
  border-color: #246FC2;
}

.photo.wide {
  width: 100%;
}

.nbb-recommender h2, .nbb-recommender h4, .nbb-recommender p {
  color: #520363;
}

.bg-nb-purple {
    background-color: #520363;
}

.trustpilot-aligner {
  display: flex;
  margin-left: 30px;
  flex-direction: column;
  align-items: flex-start;
}

.tp-label {
    font-family: 'Helvetica', sans-serif;
    font-size: 23px;
    position: relative;
    left: 64px;
    top: -36px;
    font-weight: 400;
}

.tp-light {
  color: #fff;
}

.review {
    background-color: #5D5DBF;
    border-radius: 10px;
    margin: 10px;
    padding: 25px;
    color: white;
}

.review p, .review a {
    color: white;
    font-size: 18px;
}

.review a {
    font-weight: bold;
}

.reviewer-name {
    font-weight: bold;
}

.reviewer-location {
    font-size: 16px;
}

.reviewer-link {
    margin-bottom: 0;
}

.review-more-text {
    margin-top: 10px;
}

#mm-sidebar {
    display: none;
}

/*** Mobile Menu Close Button ***/

.mm-menu>.mm-panel #closeBtn {
  display:block;
  margin:0 0 15px 0;text-align:right;
}

.mm-menu>.mm-panel #closeBtn a {
  display:inline-block;
}

.mm-menu>.mm-panel #closeBtn a:before {
  content:"";
  background:url(../images/svg/close-white.svg) no-repeat 50% 50%;
  width:32px;
  display:inline-block;
  height:32px;
  background-size:contain;
}

/*** LOGO ***/

#header .container>.logo {
  float:left;
  padding:0;
  margin-top:0;
  margin-bottom:0;
}

#header .container>.logo img {
  max-width:none;
  max-height:80px;
  width:auto;
}

#header {
position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 500;
  background: #fcfcfc;
  max-height: 180px;
}


/*** TOP NAVIGATION ***/

.no-padding {
  padding-left:0!important;
  padding-right:0!important;
}

#menu {
  clear:both;
  padding:25px 0 0px;
}

#menu ul.menu {
  list-style:none;
  padding:0;
}

#menu ul.menu li {
  display:inline-block;
  padding:0;
  position:relative;
  z-index:100;
}

#menu ul.menu li a {
  margin-right: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #5D5DBF;
  background-color: #5D5DBF;
  border-radius: 25px;
  font-size:15px;
  font-family:'Nunito';
  font-weight:700;
  display:inline-block;
  line-height:1;
  padding:0 0;
  text-decoration:none;
  text-transform:none;
}

#menu ul.menu>li>a {
  color:#f4fbff;
  line-height:28px;
  width: 156px;
  text-align:center;
  text-shadow: 0px 0px 3px black;
}

#menu ul.menu>li>a:hover {
  text-shadow: none;
}

#menu ul.menu>li>a:focus {
  text-shadow: none;
}

#menu ul.menu>li a:hover, #menu ul.menu>li a:focus {
  background-color:#8383cf;
  border-color:#8383cf;
}

/*** NEW TOP RIGHT ***/

#new-menu {
  clear:both;
  padding:25px 0 0px;
  display: inline-block;
}

#new-menu ul.new-menu {
  list-style:none;
  padding:0;
}

#new-menu ul.new-menu li {
  display:inline-block;
  padding:0;
  position:relative;
  z-index:100;
}

#new-menu ul.new-menu li a {
  margin-right: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #DBC4ED;
  background-color: #DBC4ED;
  border-radius: 25px;
  font-size:15px;
  font-family:'Nunito';
  font-weight:700;
  display:inline-block;
  line-height:1;
  padding:0 0;
  text-decoration:none;
  text-transform:capitalize;
}

#new-menu ul.new-menu>li>a {
  color:#7936B0;
  line-height:28px;
  width: 115px;
  text-align:center;
}

#new-menu ul.new-menu>li a:hover {
color:#f4fbff;
background-color:#7936B0;
border-color:#7936B0;
text-shadow: 0px 0px 3px black;
}

#new-menu ul.new-menu>li a:focus {
  color:#f4fbff;
  background-color:#7936B0;
  border-color:#7936B0;
  text-shadow: none;
}

.item-400 {
color: black!important;

}

/*** NEW TOP RIGHT2 ***/

#new-menu2 {
  clear:both;
  padding:25px 0 0px;
  display: inline-block;
}

#new-menu2 ul.new-menu2 {
  list-style:none;
  padding:0;
}

#new-menu2 ul.new-menu2 li {
  display:inline-block;
  padding:0;
  position:relative;
  z-index:100;
}

#new-menu2 ul.new-menu2 li a {
  margin-right: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: #7936B0;
  background-color: #7936B0;
  border-radius: 25px;
  font-size:15px;
  font-family:'Nunito';
  font-weight:700;
  display:inline-block;
  line-height:1;
  padding:0 0;
  text-decoration:none;
  text-transform:none;
}

#new-menu2 ul.new-menu2>li>a {
  color:#f4fbff;
  line-height:28px;
  width: 115px;
  text-align:center;
  text-shadow: 0px 0px 3px black;
}

#new-menu2 ul.new-menu2>li>a:hover {
  text-shadow: none;
}

#new-menu2 ul.new-menu2>li a:hover, #new-menu2 ul.new-menu2>li a:focus {
  color:#7936B0;
  background-color:#DBC4ED;
  border-color:#DBC4ED;
  text-shadow: none;
}

/*** TOP RIGHT ***/

#header .omega {padding-right:0!important;}

.rightTop {
  float: right;
  z-index: 20;
  padding-left: 0!important;
}

/*** LOGIN BUTTON ***/

.account-btn {
  border-style: solid;
  border-width: 2px;
  border-color: #DBC4ED;
  font-family:'Roboto';
  border-radius: 7px;
  font-size:15px;
  text-transform:capitalize;
  float:right;
  background:#DBC4ED;
  width:118px;
  height:32px;
  margin-top:32px!important;
  text-align:center;
  position:relative;

}

.account-btn span.username {
  color:#112b5e;
  font-family:'Roboto';
  font-size:14px;
  font-weight:600;
  text-transform:none;
  text-overflow:ellipsis;
  display:block;
}

.account-btn a {
  cursor:pointer;
  display:block;
  color:#7936B0!important;
  padding:0 8px;
  font-weight:600;
  text-transform:capitalize;
  position:absolute;
  letter-spacing: 0.5px;
  top:50%;left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width:100%;
  line-height:1;
}

.account-btn a:hover {color:#112b5e;}

.module {position:relative;}

.module-content {
  float:none;
  overflow:hidden;
}

/*** WANT A CALL BACK ***/

.packages-orange-menu {
  height:40px;
  float:right;
  max-width:180px;
  width:100%;
  margin:0;
}

.packages-orange-menu h3>span span {display: block;}

.packages-orange-menu .packageMenuLink {
  font-size:24px;
  text-align:center;
  color:#fff;
  line-height:1;
  padding:13px 10px 10px 10px;
  cursor:pointer;
  display:block;
  height: 40px!important;
}

.packages-orange-menu .packageMenuWrapper {
  text-transform:capitalize;
  background:#658903;
}

.packages-orange-menu .packageMenuLink span {
  font-size:17px;
  display:block;
  font-family: 'Nunito';
  font-weight: 700;
  text-transform: none;
}

.packages-orange-menu h3 {
  font-family:'Roboto';
  background:#0052CC;
  color:#fff;
  font-size:17px;
  font-weight:500;
  margin:0 !important;
  padding:20px 10px 22px 5px;
}

.packages-orange-menu h3:before {
  width:30px;
  height:30px;
  background-size:contain;
  float:left;
  margin:5px 5px 0 0;
  text-align: justify;
}

.packages-orange-menu h3>span {
  display:block;
  overflow:hidden;
}

/*** HEADER ***/

#header {
  max-height:180px;
  border-top:3px solid #5D5DBF;
  margin-bottom: 0;
}

/*#header:after {
  content:"";
  border-bottom:2px solid #f4f5f3;
  height:2px;
  display:block;
}
*/

#header .container {
  position:relative;
  padding: 0;
}

/*** HOMEPAGE SLIDESHOW ***/

#homepage-slideshow {clear:both;}

/*** MAIN ELEMENTS ***/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito', sans-serif;
  color: #4f4f4f;
  margin-top: 0;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  text-align:center;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  text-align:center;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
  text-align:left;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  font-weight: 700;
}

body {
  font-size: 20px;
  font-family: 'Nunito', sans-serif;
  line-height: 1.6;
  color: #4f4f4f;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.what-we-do p {
  font-size: 18px;
}

/*** ADDITIONAL STYLES ***/

.float-left {float: left;}

.div-padding {padding-top: 5px;} /*** PROVIDES PADDING ABOVE ACCORDION BLOCK ***/

p.italic-small {
  font-size: 14px;
  font-style: italic;
}

.text-left {text-align: left;}

.blue-highlight {color: #0052CC;}

.blue-highlight-bold {
  color: #0052CC;
  font-weight:700;
}

.purple-highlight-bold {
  color: #7936B0;
  font-weight:700;
  font-size: 22px;
}

.red-highlight-bold {
  color: #cc0039;
  font-weight:700;
  font-size: 18px;
}

#font-bold {font-weight:700;}

.ee {color:#028d97;font-weight:500;}

.vodafone {color: #cc0000;font-weight:500;}

/*** LINKS ***/

a {
  color: #CC0099;
}

/*a:visited {color: #CC0099;}*/

a:hover {
  color: #0052CC;
  transition: all 250ms ease-in-out;
  text-decoration-line: none;
}

a:focus {color: #0052CC;}

/*** RIGHT HAND SIDEBAR ***/

.sidebar-right {
  padding-top: 30px;
  padding-left:15px;
  float:right;
}

.module.grey-box .module-title h3 {
  font-size:16px;
  margin:0 0 10px;
  padding:10px 15px;
  font-weight:700;
  color:#fff;
  background:#0052CC;
  display:inline-block;
  text-transform: capitalize;
  font-weight: 500;
}

.module.grey-box {background:#f4f5f3;}

.scheme-selection ul li a {
  list-style-type: none;
  display:block;
  height:90px;
  overflow:hidden;
  color:#fff;
  background-position:0 0;
  background-repeat:no-repeat;
  margin-bottom: 8px;
}

.scheme-selection li {
  font-size: 16px;
  text-align: center;
  color: #7936B0;
  font-weight: 500;
}

.scheme-container {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
}

.scheme-selection ul li {list-style-type: none;padding: 5px 0;}

.scheme-selection ul li a:hover {
  opacity:.50;
  background-color:transparent;
}

.sidebar-right .module {margin-bottom: 30px;}

.module.grey-box .module-content {padding: 10px 15px;}

/*** PRICING BOXES ***/

.flexbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ee-border {
  border: 2px solid #009c9b;
  border-radius: 10px;
}

.ee-separator {
  border-bottom: 1px solid #009c9b;
}

.vf-separator {
  border-bottom: 1px solid #e60000;
}

.vf-border {
  border: 2px solid #e60000;
  border-radius: 10px;
}

.tariff-styler {
  width: 160px;
  margin: 10px;
}

.tariff-styler:hover {box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2)}

.tariff-styler li {
  text-align: center;
  list-style-type: none;
  font-weight:bold;
}

.header {
  color: white;
  font-size: 24px;
  font-weight:500!important;
  padding: 5px 4px 3px 4px!important;
}

.pricedata-text {
  font-size: 36px;
}

.pricedata-positioner {
  position: relative;
  top:-5px;
}

li.end-padding {
  padding: 10px 4px 6px 4px!important;
}

.ee-text {
  color: #4f4f4f;
  font-size: 18px;
}

.vf-text {
  color: #4f4f4f;
  font-size: 18px;
}

.yellow {
  background-color: #FFE500;
  font-weight: bold;
}

.vf-light-red {
  background-color: #FF5A5A;
  font-weight: bold;
  color:white;
}

.voda-dark-red {
  background-color: #e60000;
  font-weight: bold;
  color: white;
}

.ee-green {
  background-color: #00BEBE;
  font-weight: bold;
  color: white;
}

.ee-dark-green {
    background-color: #009c9b;
    color: white;
}

.blank {
  background-color: #00bab8;
  color: white;
  font-weight: bold;
}

.top-borders {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 8px;
}

.bottom-borders {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.button {
  background-color: #009c9b;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}


/*** ACCORDIONS ***/

button.accordion {
  background-color: #f8efff;
  color: #4f4f4f;
  cursor: pointer;
  padding: 20px 18px 10px 18px;
  width: 100%;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #7936B0;
  text-align: left;
  outline: none;
  font-size: 24px;
  transition: 0.4s;
  border-radius: 3px;
  font-weight: 500;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
}

button.accordion.active, button.accordion:hover {background-color: #C39DE1;}

div.panel {
  padding: 0 18px;
  background-color: #F6F0FA;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: 0px;

}

button.accordion:after {
  content: '\002B';
  font-size: 30px;
  font-weight: 500;
  color: #7936B0;
  float: right;
  margin-left: 5px;
  top: -3px;
  position: relative;
}

button.accordion.active:after {content: "\2212";}

button {
  background-color: #FFDDFF;
  color: #880088;
  font-size: 20px;
  border-radius: 8px;
  border-style: none;
  border-color: #880088;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

button:hover {
  background-color: #FFC7FF;
}

button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.0s;
}

button:hover span:after {
  opacity: 1;
  right: 0;
}

 /*** FOOTER ***/

#bottom1 ul.nav li a {
  padding:5px 0;
  font-size: 16px;
  line-height:1;
 }

.social-media {font-size: 14px;}

.nav>li>a:hover, .nav>li>a:focus {background-color: none;}

#bottom1 .col-md-2:first-child{padding-left:0;}

.module ul {
  list-style-type:none;
  margin:0;
}

#footer {
  font-size:16px;
}

.alpha{padding-left:0!important;}

#footer .copyrights .module {margin: 0;}

/*** MOBILE MENU ***/

.mm-list>li>a, .mm-list>li>span {
    padding: 20px;
}

.mm-menu.mm-light {
    background: #0066b1;
    color: #fff;
}

.mm-menu.mm-light .mm-header {
    display: none;
}

.mm-menu.mm-hasheader>.mm-panel, .mm-menu>.mm-panel {
    padding-top: 15px;
}

.mm-menu .mm-list {
    padding: 0;
}

.mm-list>li {
    text-align: center;
}

.mm-list {
    font-size: 22px;
}

/*** RESPONSIVE STYLING ***/

@media (max-width:1200px)
{svg{position:relative}.alpha{padding-left:15px!important}.omega{padding-right:15px!important}#header .omega{padding-right:0!important}#header .rightTop{margin-top:0}#header .rightTop .account-btn{width:auto;height:91px;padding:15px 30px}

#header .rightTop .account-btn i.icon-user{position:relative}#header .rightTop .account-btn i.icon-user svg{display:inline-block;fill:#0066b1;width:35px;height:35px}#header .rightTop .account-btn i.icon-user:before{display:none}#header .rightTop .account-btn .my-account-toggler:hover i.icon-user svg{fill:#112b5e}

#header .rightTop .account-btn a:hover i.icon-user svg{fill:#112b5e}#myAccountMenu{width:241px;left:auto;right:0}#bottom .container,#middle .container{padding:0 15px}#bottom1 .col-md-2:first-child{padding-left:15px}[class^=blog] .item .alpha,[class^=item-page]

.item .alpha{padding-left:0!important}[class^=blog] .item .omega,[class^=item-page] .item .omega{padding-right:0!important}.item-pagelandingPages h2.item-title{font-size:38px}.scheme-selection ul li a{font-size:20px}.landingPages-header .module-content .custom{padding-left:20px}#searchBlock{right:241px}

#searchBlock.formIsOpen{width:calc(100% - 241px)}.suffixIs-support .faqMenu ul li{padding:0 25px}div#vmMainPageOPC{max-width:91.66666667%}.yourPackageModule.sticky{width:calc(33.3333% - 30px)}}


@media (max-width:1140px)
{#header{border-top:0}#header:after{margin-top:0}#header .rightTop .account-btn{height:89px}#header #myAccountMenu{top:60px}#header .container>.logo h1 a{max-height:60px}#header .container>.logo img{max-height:60px}#header-mobile .packages-orange-menu{float:none;max-width:100%}

#header-mobile .packages-orange-menu h3{float:left;width:50%;display:block;height:40px;padding:0;text-align:center}#header-mobile .packages-orange-menu h3>span{display:inline-block}#header-mobile .packages-orange-menu h3:before{display:inline-block;float:none}

#header-mobile .packages-orange-menu .packageMenuWrapper{float:left;display:block;width:50%}#home-slideshow{top:0}.landingPages-header{top:0}.landingPages-header .module-title h3{font-size:20px;bottom:-18px}.landingPages-header .module-content .custom{height:270px;background-position:80% 0}.landingPages-header .module-content

.custom p:nth-of-type(1) img{width:100px}.landingPages-header .module-content .custom p:nth-of-type(2) img{width:150px}.sidebar-right{float:left;margin-top:50px}.suffixIs-landingPages .sidebar-right{max-width:370px}#above{padding:40px 0}

#menuToggler{cursor:pointer;display:none;vertical-align:top;padding:23px 23px 0 0;float:right}#closeBtn{display:none}

.navbar-toggle{display:inline-block;background-color:transparent;background-image:none;border:0;border-radius:0;float:none;margin-bottom:0;margin-right:0;margin-top:0;padding:10px 0;position:relative}.navbar-toggle .icon-bar{width:26px;height:2px;background-color:#0066b1}.navbar-toggle .icon-bar+.icon-bar{margin-top:5px}

.navbar-btn{margin-bottom:0;margin-top:0}.mainNav{display:none;padding:0!important;visibility:hidden;opacity:0;position:absolute;right:0;top:0;height:auto;max-width:400px;width:100%;z-index:5}

.mainNav.menuOpen{visibility:visible;opacity:1;-webkit-transition:opacity 250ms ease-in-out;-moz-transition:opacity 250ms ease-in-out;-o-transition:opacity 250ms ease-in-out;transition:opacity 250ms ease-in-out}.mainNav .container{padding:0}#menu ul.menu{padding:0;width:100%;text-align:center}

#menu ul.menu>li{display:block;float:none}#menu ul.menu>li>a,#menu ul.menu>li>span.nav-header{font-size:30px;line-height:1;padding:20px 0;font-weight:500}#menu ul.menu>li:last-child>a,#menu ul.menu>li:last-child>span.nav-header{border-bottom:0}

#menu .nav.menu.navbar-nav>li{border-top:0}#menu .navbar-collapse{border:0;box-shadow:none}#menu .navbar-collapse,#menu .navbar-nav{float:none;margin:0}#menu ul.menu .dropdown-menu{position:relative;left:0}#menu ul.menu .dropdown .dropdown-menu,#menu ul.menu .dropdown:hover .dropdown-menu{display:none}

#menu ul.menu .active.open .dropdown-menu,#menu ul.menu .active.open:hover .dropdown-menu,#menu ul.menu .open .dropdown-menu,#menu ul.menu .open:hover .dropdown-menu{display:block}#menu ul.menu .caret{display:none}

#menu ul.menu .dropdown-toggle:focus .caret,#menu ul.menu .dropdown-toggle:hover .caret,#menu ul.menu li.active>.nav-header .caret,#menu ul.menu li.active>a .caret,#menu ul.menu li.dropdown:hover>.nav-header .caret,

#menu ul.menu li.dropdown:hover>a .caret{display:none}.tick_blog article{padding:15px 0}#bottom1 .col-md-7.pull-right{float:left!important}

#bottom1 .col-md-7 [class^=col-]{padding:0}.socialIcons{padding:0 15px}#footer .credits{text-align:left}.landingPages-header-sm .module-content .custom{background-position:66% 0}.norfolk .module-content .custom{background-position:40% 0}.devon .module-content .custom{background-position:60% 0}[id^=ff_formdiv] .bfQuickMode fieldset

#name .bfElemWrap{float:left}.pm .package-section{margin:0 0 50px}.pm

#package-section h1.package-heading{margin:0 0 30px}.pm .plan{margin:0 10px;width:30%}.pm .plan .plan-title strong{font-size:48px}.pm .plan .plan-data:nth-of-type(3)

.plan-data-value{font-size:20px}.pm .plan .btn{font-size:16px}.pm .plan.tall{width:30%}.pm .plan.tall .plan-title{padding:75px 0 60px}.pm .plan.tall .plan-title strong{font-size:52px}.pm

.packages-table tr td ul.down-up li:nth-child(2):before,.pm .packages-table tr td ul.down-up li:nth-child(4):before{left:10px}.pm #packgae-choice{padding:0 10px}.pm #packgae-choice

.internet-only-first-col{width:100%;margin:0 auto 30px;float:none;max-width:100%;height:auto}.pm #packgae-choice .internet-only-first-col .col-child{font-size:16px;padding:15px}.pm #packgae-choice

.package{width:30%}.pm #packgae-choice .internet-only-forth-col .col-child>div{width:auto}div#vmMainPageOPC{max-width:100%}div#vmMainPageOPC .formField input[type=email],div

#vmMainPageOPC .formField input[type=password],div#vmMainPageOPC .formField input[type=text],div#vmMainPageOPC .formField textarea{min-width:0;max-width:90%;margin-right:10px}

#mainbody {overflow-x: hidden;}

}


@media (max-width:768px)
{[class^=blog] .item .alpha,[class^=item-page] .item .alpha{padding-right:0}[class^=blog] .item .omega,[class^=item-page] .item .omega{padding-left:0}[class^=blog] .item .item-image,[class^=item-page] .item .item-image{margin:0 0 30px;max-height:100%}

#bottom1{text-align:center}#middle{background:0 0}#middle .container{padding:0}#middle .module.no-padding{background:#0066b1;width:100%;float:none;padding:0 15px!important}#middle .home-testmonial-content{padding:30px 0}#middle .zip-search{background:#112b5e;width:100%;float:none;padding:30px 15px}

#middle .zip-search div{max-width:380px;margin:0 auto}.pagination ul{text-align:center;margin:0}.pagination ul li{display:none;float:none}.pagination ul li.pagination-next,.pagination ul li.pagination-prev{display:inline-block}

.pagination p.counter{display:none}#myAccountMenu{width:calc(100% - 20px);left:20px;right:auto}.item-pagelandingPages h3{font-size:20px}[id^=ff_formdiv] .bfQuickMode .uneditable-input,[id^=ff_formdiv] .bfQuickMode input[type=text],[id^=ff_formdiv] .bfQuickMode select,[id^=ff_formdiv]

.bfQuickMode textarea{width:100%}[id^=ff_formdiv] .bfQuickMode fieldset#name .bfElemWrap,[id^=ff_formdiv] .bfQuickMode fieldset[id^=Contact] .bfElemWrap{width:100%}[id^=ff_formdiv] .bfQuickMode fieldset[id^=Contact] .bfElemWrap:nth-of-type(1),[id^=ff_formdiv]

.bfQuickMode fieldset[id^=Contact] .bfElemWrap:nth-of-type(2){width:100%}.pm .plan .download-upto,.pm .plan ul{padding:0 10px}.pm .plan .btn{margin:0 10px;padding:10px 15px}.pm .packages-table tr td

.plan-price{font-size:24px}.pm .packages-table tr td:first-child span{font-size:24px}#contractDuration .componentDiv .contact-label .btn{font-size:24px}#contractDuration .componentDiv .contact-label .btn p,#contractDuration .componentDiv .contact-label .btn span{font-size:16px}

img.scale75.wide {width: auto; margin-left: 50%; transform: scale(0.75) translateX(-67%); margin-top: -50px; margin-bottom: -50px;}
}

@media (max-width:700px)
{.pm .plan{width:50%;clear:left;margin-bottom:30px}.pm .plan.tall{width:50%}.pm .plan.tall .plan-title{padding:65px 0 40px}#contractDuration .componentDiv .contact-label{padding:0 10px}

#contractDuration .componentDiv .contact-label .btn{font-size:24px}

#contractDuration .componentDiv .contact-label .btn p,#contractDuration .componentDiv .contact-label .btn span{font-size:14px}.si-broadband h1.package-heading-t:after,.si-components-componentContent h1.package-heading-t:after,.si-payment-interval-content h1.package-heading-t:after{right:3px;top:20px}

.si-broadband h1.package-heading-t:before,.si-components-componentContent h1.package-heading-t:before,.si-payment-interval-content h1.package-heading-t:before{float:left}.si-broadband h1.package-heading-t span,.si-components-componentContent h1.package-heading-t span,.si-payment-interval-content h1.package-heading-t span{clear:left}div#vmMainPageOPC #onepage_main_div div.left_checkout{margin-right:0}div#vmMainPageOPC

#onepage_main_div div.right_checkout{margin-left:0}div#vmMainPageOPC .custom_chec.none{display:none}div#vmMainPageOPC div#basket_container div.op_basket_rows div[class^=op_col],div#vmMainPageOPC div.basket_container div.op_basket_rows div[class^=op_col]{padding:15px;max-height:100%;min-height:95px}
div#vmMainPageOPC div#basket_container div.op_basket_row div.op_col2,div#vmMainPageOPC div.basket_container div.op_basket_row div.op_col2{width:40%}div#vmMainPageOPC div#basket_container div.op_basket_row div.op_col6{padding:15px;width:21.6667%}div#vmMainPageOPC div#basket_container div.op_basket_row div.op_col5_3,div#vmMainPageOPC

div#basket_container div.op_basket_row div.op_col7,div#vmMainPageOPC div.basket_container div.op_basket_row div.op_col5_3{width:21.6667%}div#vmMainPageOPC .coupon_in,div#vmMainPageOPC div#basket_container div.op_basket_row div.op_col1_4,div#vmMainPageOPC div.basket_container div.op_basket_row div.op_col1_4{width:78.3333%}

div#vmMainPageOPC div#basket_container div.op_basket_rows div.op_col5,div#vmMainPageOPC div#basket_container div.op_basket_rows div.op_col7{padding-top:30px}div#vmMainPageOPC div#basket_container div.op_basket_rows div.op_col6{padding-top:25px}div#vmMainPageOPC div#basket_container div.op_basket_row div.op_col1,div#vmMainPageOPC

div#basket_container div.op_basket_row div.op_col3,div#vmMainPageOPC div.basket_container div.op_basket_row div.op_col1,div#vmMainPageOPC div.basket_container div.op_basket_row div.op_col3{padding:0}div#vmMainPageOPC #basket_container .cart-summary .cart-title{float:none}div#vmMainPageOPC #zip_input input#zip_field{float:left}

div#vmMainPageOPC #zip_input .postcode-lookup{margin:0!important;min-height:34px}div#vmMainPageOPC div#onepage_info_above_button div#onepage_submit_section{float:right;text-align:right}div#vmMainPageOPC div#onepage_info_above_button div#onepage_submit_section input#confirmbtn.buttonopc{display:inline-block}}

@media (max-width:640px)
{#contractDuration .componentDiv .contact-label{width:100%;margin:0 0 15px}.suffixIs-support .fbpContent_grid .fbpContent_gridItem{width:100%!important}}

@media (max-width:480px)
{.pm .plan{width:83.3333%}.pm .plan.tall{width:83.3333%}.pm #packgae-choice .package{width:50%}.pm #packgae-choice .internet-only-forth-col{width:100%;clear:left}.pm #packgae-choice .internet-only-forth-col .col-child{height:50px}.pm #packgae-choice .internet-only-fifth-col{clear:left;float:none;margin:0 auto}.si-broadband h1.package-heading-t,.si-components-componentContent h1.package-heading-t,.si-payment-interval-content h1.package-heading-t{line-height:1.3}.si-broadband h1.package-heading-t:before,.si-components-componentContent h1.package-heading-t:before,.si-payment-interval-content h1.package-heading-t:before{margin-bottom:20px}div#vmMainPageOPC div#basket_container .cart-summary .cart-title a,div#vmMainPageOPC div#basket_container div.op_basket_row div.op_col2{font-weight:700}div#vmMainPageOPC div#basket_container div.op_basket_row div.op_col5_3,div#vmMainPageOPC div#basket_container div.op_basket_row div.op_col6,div#vmMainPageOPC div#basket_container div.op_basket_row div.op_col7,div#vmMainPageOPC div.basket_container div.op_basket_row div.op_col5_3{width:30%}div#vmMainPageOPC .coupon_in,div#vmMainPageOPC div#basket_container div.op_basket_row div.op_col1_4,div#vmMainPageOPC div.basket_container div.op_basket_row div.op_col1_4{width:70%}}

@media (max-width:400px){
  .item-pagelandingPages h2.item-title{font-size:30px}[id^=ff_formdiv] .bfQuickMode #pick-packages label[id^=bfGroupLabel]{width:125px}#middle .zip-search input.inputbox{width:215px}.slick-prev{left:calc(50% - 160px)}.slick-next{right:calc(50% - 160px)}div
  #vmMainPageOPC div#basket_container div.op_basket_rows div[class^=op_col],div#vmMainPageOPC div.basket_container div.op_basket_rows div[class^=op_col]{min-height:126px}div#vmMainPageOPC div
  #basket_container div.op_basket_rows div.op_col6{padding:25px 8px 15px}.pm #packgae-choice .internet-only-fifth-col{width:66.6667%}}

@media (min-width:768px){
  .dl-horizontal dd{margin:0}.navbar-nav,.navbar-nav>li{float:none}}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.satellite-svg #si-landscape{height:480px}}html.lte-ie9 .satellite-svg #si-landscape{height:480px}

@media (max-width:400px){
  html.lte-ie9 .satellite-svg #si-landscape{height:330px}}
