

.buttonread2 {
background-color: #f77c80;
    border: none;
    color: white;
    padding: 1px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    border: 1px solid #f77c80;
}


.buttonread2:hover {
border: 1px solid #f77c80;
color:#f77c80;
background-color:#fff;
}



.buttonread {
    background-color: #7b0046;
    border: none;
    color: white;
    padding: 4px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
	border: 1px solid #7b0046;

}

.buttonread:hover {
border: 1px solid #7b0046;
color:#7b0046;	
background-color:#fff;
}



.buttonread3 {
    border: none;
    padding:5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}


.messageboxtrouble li {
	font-size:13px;
	text-align:left;
	width:40%;
}


.messageboxoutage2 p{
    font-size: 14px;
	}

.messageboxtrouble p{
	width:40%;
}

.nbnleadsection {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
max-width:100%;	
}


   #discounttext {
    background-color: #e8e8e8;
    padding: 11px;
    color: #7b0046;
    font-weight: 550;
}


#resultDiv {
height: 51px;
}

#checkmark1 {
  position: relative;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  display:block;
  border-radius: 0px;
}

input:checked ~ #checkmark1 {
  background-color: #2196F3;
}

#checkmark1:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Create two equal columns that floats next to each other */
.sectionmonth {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
  font-size:14px;
  background-color:transparent!important;
 

}

.monthsection {
display:block;
  left:0;
  right:0;
  margin-left:14%;
  margin-right:auto;
    background-color:transparent!important;
 
}

/* Clear floats after the columns */
.monthsection:after {
  content: "";
  display: table;
  clear: both;
}

.containernbn {
  position: relative;
  width: 100%;

}

.submitnbn1 {
    background: #ffbf05;
    width: 28%;
    line-height: 46px;
    font-size: 15px;
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    border: none;
    margin-top: 5%;
    margin-bottom: 5%;
}

.submitnbn2 {
	
	    background: #930d63;
    width: 320px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    border: none;
    margin-top: 5%;
    margin-bottom: 5%;

}


.c-left {
    width: 70%;
}

.input-left {
    width: 48%;
    float: left;
}

.input-right {
    width: 48%;
    float: right;
}

.heading-2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: ITCAvantGardeGothicLTDemi, sans-serif;
    color: #fff;
    font-size: 41px;
    line-height: 64px;
    font-weight: 400;
	padding:10px;
}

.contactnbnsection 
{
	margin-bottom:4%;
  margin-top: 25px;
	font-size:14.5px;
}


.btn-group a {
	color:white;
	text-decoration:none;
}
.btn-group button {
    background-color: #930d63;
    border: 1px solid #fff;
    color: white;
    padding: 10px 24px;
    cursor: pointer;
    font-size: 16px;
	border-radius:8px;
}

::-webkit-input-placeholder{color: #777;}
:-moz-placeholder { /* Firefox 18- */ color: #777;}
::-moz-placeholder {  /* Firefox 19+ */ color: #777;}
:-ms-input-placeholder {color: #777;}

.containernbn{
  position: relative;
  width: 100%;
	margin: auto;
}

.containernbn h2{
	text-align: center;
    color: #970156;
	
}


#contact-lead input[type="text"],#contact-lead input[type="email"], #contact-lead textarea{
	display: block;
	padding: 10px;
	margin: 10px auto;
	width: 100%;
	font-size: 18px;
	color: #777;
  border: 1px solid #ccc;
}

#contact-lead textarea{
	font-size: 16px;
}

#contact-lead input:hover, #contact-lead textarea:hover{
	border: 1px solid #888;
}
#contact-lead input:focus, #contact-lead textarea:focus{
	border: 1px solid #777;
}


#contact-lead textarea{
	max-width: 100%;
	min-width: 100%;
	max-height: 180px;
	min-height: 180px;
  resize: none;
}

#contact-lead .send-button{
	text-align: center;
}


#contact-lead .send-button button[type="submit"]:focus{
	position: relative;
	top: 2px;
}





#contact-senior input[type="text"],#contact-senior input[type="email"], #contact-senior textarea{
	display: block;
	padding: 10px;
	margin: 10px auto;
	width: 100%;
	font-size: 18px;
	color: #777;
  border: 1px solid #ccc;
}

#contact-senior textarea{
	font-size: 16px;
}

#contact-senior input:hover, #contact-senior textarea:hover{
	border: 1px solid #888;
}
#contact-senior input:focus, #contact-senior textarea:focus{
	border: 1px solid #777;
}


#contact-senior textarea{
	max-width: 100%;
	min-width: 100%;
	max-height: 180px;
	min-height: 180px;
  resize: none;
}

#contact-senior .send-button{
	text-align: center;
}


#contact-senior .send-button button[type="submit"]:focus{
	position: relative;
	top: 2px;
}

/*######################################\*
              Responsive
\*######################################*/

@media screen and (min-width: 640px){
	
	
	.containernbn{
		width: 60%;
	}
  
  #contact-senior textarea{
    max-width: 98%;
    min-width: 98%;
    min-height: 152px;
    margin-right: 0;
  }

	#contact-senior .right,#contact-senior .left{
		display: block;
	}

	#contact-senior .right{
		float: right;
		width: 50%;
	}
  
	#contact-senior .left{
		float: left;
		width: 50%;
	}
	.cl{
    clear: both;
  }
}


.tabnbncontent {
		margin-top:5%;
	margin-bottom:5%;
}

.tabnbn {
	
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
border-bottom: 1px solid #930d63;
}


/* Style the buttons inside the tab */
.tabnbn button {
background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 32px;
    transition: 0.3s;
    font-size: 17px;
	    margin-left: auto;
    margin-right: auto;
    display: block;

}

/* Change background color of buttons on hover */
.tabnbn button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tabnbn button.active {
background-color: #930d63;
    color: white;
}

/* Style the tab content */
.tabcontentnbn {
    display: none;
    padding: 27px 12px;
    border-top: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: 100%;
}




#myBtnnbn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
background-color: #db2f55;
  color: white;
    font-size: 16px;
    padding: 5px 14px;
    border: none;
    cursor: pointer;
    text-align: center;
    margin: -5% 0 0 0;
	
}




.modalnbn {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentnbn {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  z-index:999;
}

/* The Close Button */
.closenbn {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closenbn:hover,
.closenbn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



* {
  box-sizing: border-box;
}

.connectionsection2 span {
    font-weight: 500!important;
  font-size:18px;

}

.swal2-image {
    max-width: 100%;
    margin: 1.25em auto;
    width: 25%;
}


/* Services Section
--------------------------------*/

.iconshomepage {
display:block;
}

.iconsmobile {
  display:none;
}
.containerservices {
    text-align: center;
    width: 1140px;
    max-width: 100%;
      margin-left: auto;
    margin-right: auto;
    display: block;
}

#services {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .box {
    padding: 26px 20px;
    margin-bottom: 50px;
    text-align: center;
    height: 165px;
    position: relative;
    width: 32%;
    float: left;
    display: inline-block;
margin-right:5px;
    margin-left:5px;
    vertical-align: top;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  display: inline-block;
  border: 6px solid #fff;
}

#services .icon {
    display: inline-block;
    background: #db2f55;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
}


#services .title {
    color: #2d2d2d;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 0px!important;
}


#services .description {
    font-size: 13px;
   /* line-height: 24px;*/
}

.speed2 {
margin-top: 3%;
}


.hot {
    position: absolute;
    top: -7px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    padding: 2px 5px;
    font-size: 11px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}

.hot2 {
    position: absolute;
    top: -16px;
    background: #c3ab43;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    padding: 2px 5px;
    font-size: 13px;
    border-radius: 2px;
    right: 0;
    left: 0;
	margin-left:auto;
	margin-right:auto;
	width:85%;
    font-weight: 700;
}

.containercheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containercheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
  background-color: #ccc;
  color:#fff;
}


/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
  background-color: #2196F3;
    color:#fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
    color:#fff;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
    color:#fff;
}

.btnadd {
    background-color: white;
        color: #3b3a3c;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid;
     margin: 3%;
}


.btnadd:hover {
  background-color:#df3254;
  color:#fff;
  border: 1px solid;
}

.btnadd:active {
  background-color:#df3254;
  color:#fff;
  border: 1px solid;
}

.btnaddActive {
  background-color:#df3254;
  color:#fff;
  border: 1px solid;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid;
  margin: 0;
}

.pay_advance_btn {
    background-color: white;
    color: #3b3a3c;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid;
    margin: 3% 0;
}



.pay_advance_btnActive {
  background-color:#df3254;
  color: #ffffff;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid;
  margin: 3%;
}


.btnaddplan {
    background-color: white;
    color: #2d2d2d;
    padding: 9px 16px;
    font-size: 16px;
    cursor: pointer;
    width: 76%;
    border: 1px solid;
    margin: 2%;
    border-radius: 42px!important;
}


.btnaddplan:hover {
  background-color:#df3254;
  color:#fff;
  border: 1px solid;
}

.btnaddplan:active {
  background-color:#df3254;
  color:#fff;
  border: 1px solid;
  outline:none;
}

.btnaddplan:focus{
  outline: none;
}

.btnaddcallplan {
    background-color: white;
        color: #2d2d2d;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid;
  margin: 2%;
  cursor:pointer;
  border-radius: 42px!important;
}


.btnaddcallplan:hover {
  background-color:#df3254;
  color:#fff;
  border: 1px solid;
}

.btnaddcallplan:active {
  background-color:#df3254;
  color:#fff;
  border: 1px solid;
  outline: none;
}

.btnaddcallplan:focus{
  outline: none;
}

.planActive{
  background-color:#df3254;
  color:#fff;
  border: 1px solid;
}

.containermodem {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
}


.sectionmodem p, li {
  font-size:15px;
}

.sectionmodem {
width:100%;
}

@media (max-width: 768px) { /*breakpoint*/


  .containermodem {
    grid-template-columns: none;
  width:85%;
  max-width:100%;
  }
  
  
  .btnadd {
    background-color: white;
        color: #3b3a3c;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid;
    margin: 0%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
}


.lefts2-div {
    display: inline-block;
    width: 49%;
    text-align: center;
    max-width: 100%;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;

}

.rights2-div {
    display: inline-block;
    width: 49%;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  

}


.containerinfo2 {
    max-width: 100%;
    width: 57%;
    margin-left: auto;
    margin-right: 22%;
    display: block;
    left: 0;
    right: 0;
    border: 1px solid #eae9e9;
    background-color: #fff;
}

#appimage {
    width: 40%;
  max-width:100%;
}



@media (min-width: 1200px) {
.containerinfo2 {
    width: 100%;
    max-width: 57%;
  
}


.pay_advance_btn:hover {
  background-color:#df3254;
  color:#fff;
  border: 1px solid;
}

#orderbutton2 {
  padding: 10px;

}

#shakebutton{
    width: 15%;
    background: linear-gradient(to right, #1c9cd8 , #1b75ba);
}

}


@media (min-width: 992px) {
.containerinfo2 {
    width: 100%;
    max-width: 57%;
}
#shakebutton{
    width: 15%;
    background: linear-gradient(to right, #1c9cd8 , #1b75ba);
}
}


body {
width:100%; 
margin: auto;
/*font-family: 'Open Sans', sans-serif;*/
font-family: 'Montserrat';
    color: #2d2d2d;
    height: 100%;
}


.mySwal{
    transform: scale(0.9);
}


#addresscheckerResult h3 {
    margin-bottom: -1%; 
}
   .mobileimage {
    display:none;

    } 
    
    .homepageimage {
    display: block;
    }

  .plansummaryheading h3{
color: #f77c80;
text-align: center;
font-weight: lighter;
}

.main {
  height: auto;
 min-height: 100vh; /* will cover the 100% of viewport */
 display: block;
 position: relative;

}

/*----------------tooltip-------*/
.tooltip1{
    position: relative;
    display: inline-block;
    border-radius: 50%;
background-color: transparent;
    color: #848484;
	  cursor:pointer;
    width: 18px;
}

.tooltip1 .tooltiptext1 {
     visibility: hidden; 
    width: 190px;
    font-size: 12px;
    background-color: white;
    color: #59595c;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    font-weight: lighter;
    left: auto;
    right: auto;
    margin-left: -60px;
    border: 1px solid lightgray;
}


.tooltip1:hover .tooltiptext1 {
  visibility: visible;

}

/*--------------end tooltip----------*/

.footer,
.push {
  height: 100px;
}

#footer {
background: #f5f5f5;
color: #c1c1c1;
position: relative;
bottom: 0;
width:100%; 
margin-top: 1em;
border-top: 0.5px solid #f38a82;
}


/*#footer {
    background: #f5f5f5;
    color: #c1c1c1;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 200px;
    margin-top: 1em;
    border-top: 0.5px solid #f38a82;

}*/

/*.footer-section li {
    float: left;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 20%;
    font-size: 13px;
    max-width: 100%;
    text-decoration: none;
    list-style-type: none;
}

.footer-section li a {
    display: block;
    color: #ff1a1a;
    text-align: center;
    text-decoration: none;
    list-style-type: none;
}


.footer-bottom {
    width: 100%;
    margin-bottom: 1%;
    float: left;
}

.grupodelinks {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-content: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    list-style-type: none;
    /*display: flex;
    margin-top: 1%;
    font-size: 13px;
    color: #59595c;
}

.footer-bottom a, .footer-bottom p {
    color: #59595c;
    text-decoration: none;
}

.footer-top {
margin-left: auto;
margin-right: auto;
font-size: 12px;
display: block;
text-align: center;
width: 100%;
} 


.footer-middle {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    list-style-type: none;
    text-decoration: none;
} */

/*--------------HEADER-------------------*/

.adjusting {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.myaccountlogo {
margin-top: -8%;
}
   .logo {
    display: block;
    position: absolute;
    margin: 10px 10px;
    }

.nav-main {
float:right;
}
.topnav {
    background-color: #f5f5f5;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;

}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: dimgray;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}


/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

.topnav .icontwo {
    display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: left;
    overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    font-size: 17px; 
    border: none;
    outline: none;
    color: dimgray;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    cursor: pointer;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: fixed;
    background-color:#f5f5f5;
    min-width: 160px;
    z-index: 10;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    float: none;
    color: dimgray;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
    color: red;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}



@media screen and (max-width: 600px) {
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
    .logo {
    display: block;
    position: absolute;
        margin-top: 2%;
    }
    .nav-main {
    float: left;
    margin-top: 9%;
}
    
    .dropdown-content {
    display: none;
    position: absolute;
    background-color:#ddd;
    min-width: 160px;
    z-index: 1;
}
    
  .topnav a.icon {
    float: right;
    display: block;
    color:red;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */


    
@media screen and (max-width: 600px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
  }
    .topnav.responsive a.icontwo {
       position: absolute;
    right: 0;
    top: 0;
        color: red;
    }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


@media only screen and (min-width: 768px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


/*-------------------------end............*/


    /*--------------modem------------*/
    
    #modemimgs {
    width: 50%;
    height: auto;
    vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;

    }

    



/*-----------nbn calculator design--------*/

.flexbox-container {
display: flex;
height: auto;
position: fixed;
background-color: #fff;
width:100%;
bottom:0;
}

.bottom_cal {
  background: #2db34a;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  position: fixed;
  right: 0;
  text-align: center;
}

.flexbox-container.head {
background: #fff;
}

.flexbox-container.head{
font-weight: bold;
border-top: 1px solid #3b3a3c;
background-color: #fff;
z-index: 12;
padding:0;
bottom:0;
}

.flexbox-item {
  flex-grow: 0.1;
  margin: 0 auto;
  height: auto;
}



#nbn {
display: table;
margin: 0 auto;
line-height: 0.5rem;
}

.nbn_plan {
	 color: #a62568;
    font-size: 16px;
    line-height: normal; 
    margin: 4px 0px;
	text-align:left;

}

.conntection {
font-weight: 501;
color: #3b3a3c;
font-size: 13.5px;
text-align:left;

}

#planbox {
padding-top: 9px;
	background-color:transparent;

}

.plan_summary {
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    line-height: 2rem;
    font-weight: 700;

}


.term_summary {
text-align: center;
color:#fff;
font-weight:lighter;
line-height: 2rem;
}

.helpimg {
float: left;
}

#orderbutton {
background: transparent;
color:#fff;
border:none;
max-width: 100%;
font-size: 18px;
margin-left: auto;
margin-right: auto;
display: block;
line-height: 2rem;
cursor: pointer;

}


#use_modem {
width:30%;
max-width:100%;
}

.assistance{
text-align: center;
font-weight: lighter;
}

.number {
text-align: center;
font-size: 20px;
color:#f77c80;

}

#ordernow_btn {
position: absolute;
}

#orderbutton2 {
background: transparent;
    border: none;
padding: 9px;
color:#fff;
margin-left:auto;
margin-right:auto;
display:block;
font-weight:600;

}

#ordernow_btn2 {
background:#930d63;
cursor: pointer;

}

.price_nbn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 30px;
    color: #3b3a3c;
    font-weight: 600;
}

/* end ---------------------------------------*/

#pricebeat {
margin-left:40%;
margin-right:auto;	
}


#labelpriceone {
    background-color: #970156!important;
    padding: 10px;
    text-align: center;
    color: white;
    width: 20%;
}

.columnprice {
  float: left;
  width: 50%;
  padding: 10px;
 text-align:center;
 color:white;
}

/* Clear floats after the columns */
.rowprice:after {
  content: "";
  display: table;
  clear: both;
}

.pricesection {
    background: linear-gradient(to bottom left, #9da5e4 0%, #8ecfb9 100%);
    width: 100%;
    height: auto;
}

  .awardssection {
color: dimgray;
    height: 285px;
    }


  .awardssection a {
    color: black;
      text-decoration: none;
    }


  .awardssection a:hover {
    color: #f77c80;
    }



.sections {
  flex: 1; /*grow*/
}



*,
*:before,
*:after {
  box-sizing: border-box;
}



/*
* Accordion
*/
/* Basic Accordion Styles */


.accordion1 {
position: relative;
top: 0;
left: 0;
right:0;
width: 100%;
max-width:100%;
text-align: center;
    background-color: #fff;
  padding:5px;
}
.accordion1 input[name='panel'] {
  display: none;
}
.accordion1 label {
    position: relative;
    display: block;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}
.accordion1 label:after {
    position: absolute;
    float: right;
    right: 0em;
    width: 1em;
    height: 1em;
    font-weight: bolder!important;
    color: #db2f55;
    font-size: 26px;
    text-align: right;

}
.accordion1 label:hover {
  color: #f77c80;
}
.accordion1 input:checked + label {
  color: #f77c80;
}
.accordion1 input:checked + label:after {
  content: '';
  /* adjsut line-height to vertically center icon */
  line-height: .8em;
}
.accordion1 .accordion__content {
overflow: hidden;
    max-height: 0em;
    position: relative;
    padding: 0 1.5em;
    transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}
    
.accordion1 .accordion__content:not(:last-of-type) {
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.25), inset 4px 0 0 0 #2980b9, inset 0 3px 6px rgba(0, 0, 0, 0.75);
}
.accordion1.accordion__content .accordion__header {
  padding: 1em 0;
}
.accordion1.accordion__content .accordion__body {
  font-size: .825em;
  padding: 0;
}

input[name='panel']:checked ~ .accordion__content {
  /* Get this as close to what height you expect */
  max-height: 90em;
}




/*------------end of accordion for call packs------------*/





/*
* Accordion
*/
/* Basic Accordion Styles */

#internrates{
    position: relative;
    top: 0;
    width: 40%;
    max-width: 100%;
    text-align: left;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.accordion {
position: relative;
top: 0;
left: 0;
right:0;
width: 100%;
max-width:100%;
text-align: left;
}
.accordion input[name='panel'] {
  display: none;
}
.accordion label {
    position: relative;
    display: block;
    padding: 5px 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}
.accordion label:after {
content: '+';
    position: absolute;
    float: right;
    right: 0em;
    width: 1em;
    height: 1em;
    font-weight: bolder!important;
    color: #db2f55;
    font-size: 26px;
    text-align: right;

}
.accordion label:hover {
  color: #f77c80;
}
.accordion input:checked + label {
  color: #f77c80;
}
.accordion input:checked + label:after {
  content: '-';
  /* adjsut line-height to vertically center icon */
  line-height: .8em;
}
.accordion .accordion__content {
overflow: hidden;
    max-height: 0em;
    position: relative;
    padding: 0 1.5em;
    transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}
    
.accordion .accordion__content:not(:last-of-type) {
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.25), inset 4px 0 0 0 #2980b9, inset 0 3px 6px rgba(0, 0, 0, 0.75);
}
.accordion .accordion__content .accordion__header {
  padding: 1em 0;
}
.accordion .accordion__content .accordion__body {
  font-size: 16px;
  padding: 0;
}

input[name='panel']:checked ~ .accordion__content {
  /* Get this as close to what height you expect */
  max-height: 90em;
}
        


.nbnchecker {
width:70%;
text-align: center;
margin-left: auto;
margin-right: auto;
display: block;
}


.nbnform {
 /*background:#f9f9f9;*/  
  background:#fff;  
}


.nbnchecker h3 {
color: #2d2d2d;
font-weight:600;
font-size:23px;
margin-bottom: 1px!important;
}


.nbnchecker input {
width: 50%;
padding: 8px;
border: 1px solid lightgrey;
}


.btn1 {
    font-size: 12px;
    background: #db2f55;
    border: 1px solid white;
    color: white;
    -webkit-transition: background .2s;
    -webkit-transition: background .2s, border .2s;
    transition: background .2s, border .2s;
    width: auto;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}

.connectionsection {
margin-top: -2%;
width:100%;
height:100%;
}


.connectionsection h3 {
color: #2d2d2d;
text-align: center;
font-weight:600;
font-size:23px;
margin-bottom: 0px!important;
}


  
.connectionsection span {
    font-weight: bold;

}

.selectoptions h3 {
color: #2d2d2d;
text-align: center;
font-weight:600;
font-size:23px;
margin-bottom: 10px!important;
}



/*testimonial----------------------------------------*/

.slider {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #db3c40, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
    background-color: transparent;
  height: 100%;
  padding: 1.5rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider__caption {
font-weight: bold;
margin: 0rem 0 3rem;
color: #0a0a0a;
}
.slider__txt {
color: dimgray;
max-width: 100%;
width:54%;
margin-left: auto;
margin-right: auto;
display: block;
}

@-webkit-keyframes check {
  50% {
    outline-color: #db3c40;
    box-shadow: 0 0 0 12px #db3c40, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #db3c40;
    box-shadow: 0 0 0 0 #db3c40, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #db3c40;
    box-shadow: 0 0 0 12px #db3c40, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #db3c40;
    box-shadow: 0 0 0 0 #db3c40, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}



/*end----------------------------------------------------*/




.block {
display: inline-block;
width: 225px;
height: auto;
background-color: white;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,.125);
cursor: pointer;
margin: 5px;
}


#callplan {
height: 70px;
}

#contract_modem {
height: 70px;
}

#contract_firstmonth_free {
height: 70px;
}


.container  {
text-align: center;
}

.block:hover {
background: #db2f55;
color:white;
box-shadow: 1px 1px 1px 1px rgba(0,0,0,.125);
}

.blockactive{
  background: #db2f55;
  color:white;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,.125);
  display: inline-block;
  width: 225px;
  height: auto;
  cursor: pointer;
  margin: 5px;
}



.block:active {
background: #db2f55;
color:white;   
}


.callplanspecial {
text-align: center;
font-size: 17px;
width:100%;
}


.callplanspecial span {
    color: #f27474;
}


.nbnplan {
width:100%;
margin-left: auto;
margin-right: auto;
display: block;
margin-top:2.5%;
}


.nbnplan h3 {
color: #2d2d2d;
text-align: center;
font-weight: 600;
font-size:23px;
}


.nbnplan span {
font-weight: bold;
}



.nbnplan p {
text-align: center;
width: 100%;
font-size: 14px;
margin-left: auto;
margin-right: auto;
display: block;
margin-top:5%;
}



.callpackages {
width:100%;
margin-left: auto;
margin-right: auto;
display: block;
margin-bottom:2.5%;
margin-top:2.5%;   
}


.callpackages h3 {
text-align: center;
color: #2d2d2d;
font-weight: 600;
font-size:23px;
}


.modem h3 {
text-align: center;
color: #2d2d2d;
font-weight: 600; 
font-size:23px
}


.modem span {
     font-weight: bold;   
}

.callpackages span {
font-weight: bold;
}

.callpackages .optioncall {
font-size: 18px;
font-weight: lighter;
}


sup {
font-size: 25px;
}

.swal2-popup .swal2-content input {
  width:100%!important;
  }

#salesform_contacttime {
     width: 50%;
    padding: 8px 8px;
    margin: 8px 0;
    box-sizing: border-box;   
}

.buttoncontactme {
  width: 22%;
  max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
    border: 1px solid #db2f55;
    color: #fff;
    background-color: #db2f55;
    padding: 6px;
    cursor: pointer;
    font-size: 16px;
}

.buttoncontactme:hover {
color:  #db2f55;
background-color: transparent;
 border: 1px solid  #db2f55;
}

.reg_btn {
  width: auto;
  max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
    border: 1px solid #f77c80;
    color: #fff;
    background-color: #f77c80;
    padding: 5px;
    cursor: pointer;
}

.reg_btn:hover {
  color: #f77c80;
  background-color: transparent;
  border: 1px solid #f77c80;
}




.registerbutton {
  max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
    border: 1px solid #f77c80;
    color: #fff;
    background-color: #f77c80;
    padding: 5px;
    cursor: pointer;   
}

.registerbutton:hover {
color: #f77c80;
background-color: transparent;
 border: 1px solid #f77c80;
}



.modemtext {
    color: #db2f55;
}


.containerinfo{
  text-align: center;
  padding: 15px;  
}

.left-div{
  display: inline-block;
  width: 40%;
  text-align: left;
  margin: 15px;
  vertical-align: top;
  max-width: 100%;
}

.right-div{
  display: inline-block;
  width: 40%;
  text-align: left;
  margin: 15px;
  max-width:100%;
}

.lefts-div{
  display: inline-block;
  width: 40%;
  text-align: left;
  margin: 15px;
  vertical-align: top;
  max-width: 100%;
 word-break: break-word;

}




.lefts-div li{
  font-size: 14px;
}

.rights-div{
  display: inline-block;
  width: 31%;
  text-align: left;
  margin: 15px;
  max-width:100%;
}

.left-text, .right-text{
    text-align: center;
}

.left-texted, .right-texted{
    text-align: left;
}

.left-text h3, .right-text h3 {
    font-weight: 600;
    color: #2d2d2d;
}






textarea {
    width: 100%;
    border: 1px solid lightgray;
    font-family: sans-serif;
    resize:none;
}

textarea::-webkit-input-placeholder {
 font-size: 15px;
}

textarea:-moz-placeholder { /* Firefox 18- */
 font-size: 15px;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
 font-size: 15px; 
}

textarea:-ms-input-placeholder {
 font-size: 15px;  
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 2px solid #f77c80;
    width: 30%;
    max-width: 100%;
    height: auto;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


@media screen and (max-width: 600px) {
  .left-div, .right-div{
       max-width: 100%;
    }
    
}

@media (min-width: 603px) and (max-width: 831px){
  .tooltip1 .tooltiptext1 {
    width: 136px;
  }
}

@media (min-width: 513px) and (max-width: 602px){
  .tooltip1 .tooltiptext1 {
    width: 136px;
  }
}

@media screen and (max-width: 513px){
  .tooltip1 .tooltiptext1 {
    width: 119px;
    margin-left: -85px;
  }
}


@media (max-width: 736px) and (min-width: 320px){ /*mobile*/


    .blockactive{
        width: 29%!important;
        font-size: 15px!important;
        margin-left: 1%!important;
    } 

    .block{
        width: 30%!important;
        font-size: 15px!important;
    }

    .nbnchecker {
      width:98%!important;
    }

table {
    display: block;
    overflow-x: visible;
    white-space: normal!important;
    width: 100%;
}

.buttonread {
    background-color: #7b0046;
    border: none;
    color: white;
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    border: 1px solid #7b0046;
}


.messageboxtrouble li {
	font-size:13px;
	text-align:left;
	width:100%;
}

.messageboxtrouble p {
	width:100%;
}


#switchtoggle {
	width:19%;
}

#resultDiv {
height: auto;
}

.sectionmonth {
    float: left;
    width: 100%;
    padding: 10px;
    height: auto;
}

.monthsection {
    display: block;
    left: 0;
    right: 0;
    margin-left:0%;
    margin-right: auto;
}


#12monthtext {
    font-weight: bold;
    font-size: 12px;
}

#nocontracttext {
	    font-weight: bold;
    font-size: 12px;
}

.toggle-switch {
	    width: 56px;
}

#pricebeat {
    margin-left: auto;
    margin-right: auto;
}

#labelpriceone {
	background-color: #970156!important;
    padding: 10px;
    text-align: center;
    color: white;
    width: auto;
}

.columnprice {
  float: left;
  width: 100%;
  padding: 10px;
 text-align:center;
 color:white;
}

/* Clear floats after the columns */
.rowprice:after {
  content: "";
  display: table;
  clear: both;
}

.pricesection {
	width:100%;
	height:auto;
}

.flexbox-item{
  width: 48%!important;
}

.iconshomepage {
display:none;
}

.iconsmobile {
  display:block;
}

.connectionsection2 span {
    font-weight: 500;
  font-size:13px;

}

.hot {
    position: absolute;
    top: 0px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    padding: 2px 5px;
    font-size: 9.5px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}



#appimage {
    width: 100%;
    max-width: 100%;
}

.containerinfo2 {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 0;
    right: 0;
    border: 1px solid #eae9e9;
    background-color: #fff;
}


.tooltip1 {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    color: white;
    width: 16px;
	text-align:center;
}
.btn1 {
    font-size: 12px;
    background: #db2f55;
    border: 1px solid white;
    color: white;
    -webkit-transition: background .2s;
    -webkit-transition: background .2s, border .2s;
    transition: background .2s, border .2s;
    width: auto;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
}

#nbn {
    padding-left: 13px;
}

#resultDiv {
height: 12px;
}

#orderbutton2 {
background: transparent;
    border: none;
    padding: 0px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: 600;
}


.nbn_packages {
    width: 58%;
    max-width: 100%;
    height: 395px;

}

#fdw-pricing-table .price {
    font-size:48px!important;
    padding-left: 50px!important;
    padding-right: 50px!important;
}

#fdw-pricing-table .data {
    font-size: 15px!important;
}

#orderbutton {
    cursor: pointer;
    border: 1px solid #fff;
    width: 53%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 1%;
    padding: 10px;
    color: #fff;
    font-size: 18px;
}

.reg_btn {
    height: 18%;
    width: 66%!important;
  max-width:100%;
    font-size: 16px;
}



#addresscheckerResult h3 {
    margin-bottom: 0%;  
}

input{
  height: -5%;
  line-height: 5px;
  vertical-align:middle;

  
}

    /*.adjusting {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
  }*/
    #nbncustomernotes, .tooltip {
    display: block;
    margin-top: -8%;
    margin-left: -4%;
}
    
    .mobileimage {
    display:block;
	margin-top:4%;
    } 
    
    .homepageimage {
    display: none;
    }
    
    #blank {
    display:none; 
    }
    
/*.footer-section li {
    width: 19%!important;
    font-size: 10px;
    max-width: 100%;
    margin-right: auto;
    right: 0;
    left: 0;
    margin-left: auto;
    float: left;
    display: flex;
}
    .grupodelinks {
    margin-left: auto;
    width: 100%;
    margin-top: 2%;
    margin-right: auto;
}
    
    .footer-bottom li, .footer-bottom a {
    font-size: 11px!important;
    text-align: center;
    display: contents;
}
    
    .footer-top {
    margin-left: auto;
    margin-right: auto;
    font-size: 9px;
    display: block;
    text-align: center;
    width: 100%;
} */
    
    .slider__txt {
    color: dimgray;
    max-width: 100%;
    width: 100%;
  font-size: 12px;
}
    
    
      .awardssection {
    color: dimgray;
     height: 332px;
    }
  
  #addExtender {
    float:left;
  }
  
#noExtender {
  float:right;
}

#addModem {
float:left;
}

#noModem {
float:right;
} 



    .accordion {
    position: relative;
    top: 0;
    left: -21px!important;
    width: 100%;
    max-width: 100%;
}
    
    
#internrates {
position: relative;
    top: 0;
    width: 80%;
    max-width: 100%;
    text-align: left;
    margin-top: -18%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 11%
}
    
    .modal-content {
    margin: auto;
    padding: 20px;
    width: 100%;
    max-width: 100%;
}
    
    
    .helpimg {
    float: left;
    display: none;
}
    
        
    .flexbox-container.head {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
    
  #planbox {
    display: none;
    }
  .nbn_plan {
   color: #a62568;
    font-size: 17px;
    line-height: normal;
    margin: 7px 0px;
	text-align:left;
  }
    
.flexbox-item {
    flex-grow: 1;
    margin: 1px;
    padding: 7px;
    width: 49%;
    max-width: 100%;
}
    

    
    .left-div {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0px;
    vertical-align: top;
    max-width: 100%;
}
    .right-div {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0px;
    vertical-align: top;
    max-width: 100%;
}
    
    .left-div h3, .right-div h3 {
    text-align: center;
    }
   
    
        .lefts-div {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0px;
    vertical-align: top;
    max-width: 100%;
}
    .rights-div {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0px;
    vertical-align: top;
    max-width: 100%;
}
    
    .lefts-div h3, .rights-div h3 {
    text-align: center;
    }
  
  
      
        .leftss-div {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0px;
    vertical-align: top;
    max-width: 100%;
}
    .rightss-div {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0px;
    vertical-align: top;
    max-width: 100%;
}
    
    .leftss-div h3, .rightss-div h3 {
    text-align: center;
    }

    
body {
width:100%; 
margin: auto;
}
   


#modemcontainer  {
    max-width: 100%!important;
    display: flex;
    margin-left: 0%!important;
    width: 100%;
    left: 0;
    justify-content: center;
    right: 0;
    font-size: 14px;
    align-items: center;
    vertical-align: middle;
    margin-right: auto;
} 
    
  
    
.container  {
max-width: 100%!important;
display: inline-block;
margin-left: 0%!important;
width:100%;
}
    
.connectionsection {
margin-bottom: 1%;
margin-top: 4%;
}
    
    
.nbnchecker input {
width: 75%;
padding: 8px;
border: 1px solid lightgrey;
max-width: 100%;
font-size:13px;
}
  
    

   
.nbnplan p {
text-align: center;
width: 100%!important;
font-size: 12px;
margin-left: auto;
margin-right: auto;
display: block;
max-width: 100%;
}
    
.winnerlogos {
width: 100%;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
display: block;
max-width: 100%;
height: auto;
}
   
    
 sup {
font-size: 30px;
}
    
    
    
#salesform_contacttime {
    width: 100%;
    padding: 8px 8px;
    margin: 8px 0;
    box-sizing: border-box;
}
    
    .buttoncontactme {
    width: 45%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
    border: 1px solid #db2f55;
    color: #fff;
    background-color: #db2f55;
    padding: 5px;
    cursor: pointer;
    font-size: 16px;
}
    
    .winnerlogos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
    max-width: 100%;
    height: auto;
}

    
}




@media only screen and (max-width: 568px) and (min-width: 320px)  {  /*iphone 5 */

   #addresscheckerResult h3 {
    margin-bottom: 0%;  
} 
    
    .price_nbn {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 27px;
    line-height: 3rem;
    color: #3b3a3c;
}
    
    .conntection {
    font-size: 10px;
    margin: auto;
    line-height: normal;
}
    
    .nbnchecker input {
    width: 82%;
    padding: 8px;
    border: 1px solid lightgrey;
    max-width: 100%;
}

#ordernow_btn2{
      width: 100%!important;
    }
    
 
    
}

@media only screen and (min-device-width: 320px) and (max-device-width: 388px) {
    input[name='panel']:checked ~ .accordion__content {
        /* Get this as close to what height you expect */
        max-height: 146em!important;
    }
    #shakebutton{
        width: 100%;
    }

    #ordernow_btn2{
      width: 100%!important;
    }
}

@media only screen and (min-device-width: 388px) and (max-device-width: 471px) {
    input[name='panel']:checked ~ .accordion__content {
        /* Get this as close to what height you expect */
        max-height: 146em!important;
    }
    #shakebutton{
        width: 100%;
    }

    #ordernow_btn2{
      width: 100%!important;
    }
}

@media only screen and (min-device-width: 471px) and (max-device-width: 736px) {
    input[name='panel']:checked ~ .accordion__content {
        /* Get this as close to what height you expect */
        max-height: 146em!important;
    }

    #shakebutton{
        width: 100%;
    }

    #ordernow_btn2{
      width: 100%!important;
    }
}

@media only screen and (min-device-width: 736px) and (max-device-width: 792px) {
    input[name='panel']:checked ~ .accordion__content {
        /* Get this as close to what height you expect */
        max-height: 141em!important;
    }

    #shakebutton{
        width: 20%!important;
    }

}

@media only screen and (min-device-width: 792px) and (max-device-width: 880px) {
    input[name='panel']:checked ~ .accordion__content {
        /* Get this as close to what height you expect */
        max-height: 128em!important;
    }
}

@media only screen and (min-device-width: 880px) and (max-device-width: 953px) {
    input[name='panel']:checked ~ .accordion__content {
        /* Get this as close to what height you expect */
        max-height: 113em!important;
    }
}

@media only screen and (min-device-width: 953px) and (max-device-width: 1200px) {  /*ipad*/

.messageboxtrouble li {
    font-size: 13px;
    text-align: left;
    width: 100%;
}

.messageboxtrouble p {
    width: 100%;
}

#labelpriceone {
    background-color: #970156!important;
    padding: 10px;
    text-align: center;
    color: white;
    width: 33%;
}

.columntoggle {
    width: 30%!important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
	max-width:100%;
}

.containerinfo2 {
    width: 96%;
    max-width: 100%;
  margin-left:auto;
  margin-right:auto;
  display:block;
  left:0;
  right:0;
}


.slider__nav {
    width: 12px;
    height: 12px;
    margin: 0.4rem 13px;
    border-radius: 50%;
    z-index: 4;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #db3c40, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    input[name='panel']:checked ~ .accordion__content {
        /* Get this as close to what height you expect */
        max-height: 101em!important;
    }
  
#orderbutton {
display:none;
}
    
}




@media (max-width: 1028px) and (min-width: 600px) { /*ipad*/

.messageboxtrouble li {
    font-size: 13px;
    text-align: left;
    width: 100%;
}

.messageboxtrouble p {
    width: 100%;
}

#labelpriceone {
    background-color: #970156!important;
    padding: 10px;
    text-align: center;
    color: white;
    width: 33%;
}

.sectionmodem p, li {
    font-size: 13px;
}

.btnadd {
    background-color: white;
    color: #df3254;
    padding: 12px 16px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid;
    margin: 0%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.btnaddActive {
    background-color: #df3254;
    color: #fff;
    border: 1px solid;
    padding: 12px 16px;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid;
    margin: 0;
}

#modemimgs {
    width: 87%;
    height: auto;
    vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.modal-contentnbn {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 98%;
    z-index: 999;
}

#myBtnnbn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

    color: white;
    font-size: 10px;
    padding: 5px 14px;
    border: none;
    cursor: pointer;
    text-align: center;
    margin: -2% 0 0 0;
}

.columntoggle {
    width: 30%!important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
	max-width:100%;
}


#services .box {
    padding: 26px 20px;
    margin-bottom: 50px;
    text-align: center;
    height: 165px;
    position: relative;
    width: 47%;
    float: left;
    display: inline-block;
    margin-right: auto;
    margin-left: 15px;
    vertical-align: top;
}



.containerinfo2 {
    max-width: 100%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 0;
    right: 0;
    border: 1px solid #eae9e9;
    background-color: #fff;
}

.slider__nav {
    width: 12px;
    height: 12px;
    margin: 0.4rem 13px;
    border-radius: 50%;
    z-index: 4;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #db3c40, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.buttoncontactme {
    width: 47%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
    border: 1px solid #db2f55;
    color: #fff;
    background-color: #db2f55;
    padding: 6px;
    cursor: pointer;
    font-size: 16px;
}


.left-div {
    display: inline-block;
    width: 45%;
    text-align: center;
    margin: 15px;
    vertical-align: top;
    max-width: 100%;
}

.right-div {
    display: inline-block;
    width: 45%;
    text-align: center;
    margin: 15px;
    vertical-align: top;
    max-width: 100%;
}

#salesform_contacttime {
    width: 67%;
    padding: 8px 8px;
    margin: 8px 0;
    box-sizing: border-box;
}

.right-div input{
    width: 67%!important;
    max-width: 100%;
    padding: 8px 8px;
    margin: 8px 0;
    box-sizing: border-box;
    float: none;
    font-size: 17px;
}
#fdw-pricing-table li {
    padding: 5px 0;
    font-size: 11px!important;
}

}

    

@media (max-width: 1028px) and (min-width: 398px) { /* ipad pro*/


#addresscheckerResult h3 {
    margin-bottom: 0%;  
}

    .slider__txt {
    max-width: 100%;
    width: 100%;
      font-size: 17px;
}
    
    .nbnplan p {
    text-align: center;
    width: 66%;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
    
  
  #fdw-pricing-table .data {
    font-size: 20px;
    width: 100%;
    margin-top: -5%;
}

    
.modal-content {
    margin: auto;
    padding: 20px;
    width: 84%;
    max-width: 100%;
}
    
    .winnerlogos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: block;
    max-width: 100%;
    height: auto;
}
    
}

 #nbnpassword + .glyphicon {
   cursor: pointer;
   pointer-events: all;
 }

#autocomplete {
    width: 75%;
    height: 45px!important;
    padding: 8px 8px;
    margin: 8px 0;
    box-sizing: border-box;
    float: none;
    font-size: 20px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.125); 
}

#autocomplete:focus,
#autocomplete:active {
  outline:none!important;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(147,13,99,.125); 
  -moz-box-shadow: 1px 1px 3px 1px rgba(147,13,99,.125); 
  box-shadow: 1px 1px 3px 1px rgba(147,13,99,.125); 
}



@media (max-width: 736px) and (min-width: 320px) {
  .contactnbnsection {
    font-size: 12px!important;
    margin-left: 3%!important;
    margin-right: 3%!important;
  }

  .connectionsection h3 {
    margin-top: 0px!important;
    font-size: 18px!important;
  }

  .selectoptions h3 {
    margin-top: 0px!important;
    font-size: 18px!important;
  }
  .nbnchecker h3 {
    font-size: 18px!important;
  }

  .nbnchecker input {
    width: 80%!important;
  max-width:100%;
    padding: 8px 8px;
    margin: 8px 0;
    box-sizing: border-box;
  }
  
  #autocomplete {
    width: 96%!important;

    padding: 8px 8px;
    margin: 8px 0;
    box-sizing: border-box;
    float: none;
    font-size: 16px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.125);
}
  
  
}


.container .toggletext {
color:#000;
font-weight:600;
}

  :root {
    --dark: #453d40;
    --light: #fff;
    --active: #dce94b;
    --inactive: rgba(69,61,64, .35);
    --time: 180ms;
  }

  .toggle-switch {
      --bg: #f13f4f;
      --fg: var(--light);
    position: relative;
    display: inline-block;
    padding:0px!important;
    cursor:pointer;
  }
  .toggle-switch label {
      cursor:pointer;
    min-width: 11em;
    width: 100%;
    display: inline-flex;
    border-radius: 2em;
    overflow: hidden;
    background: var(--bg);
    color: var(--fg);
    transition: background var(--time) linear, color var(--time) linear;
  }
  .toggle-switch #toggle {
    opacity: 0 !important;
    position: absolute !important;
    margin: 0;
    top: 0;
    left: 0;
  cursor:pointer;
  }
  .toggle-switch span {
    --x: -50%;
    position: relative;
    margin: 0;
    flex: 0 0 200%;
    display: flex;
    line-height: 2;
    -webkit-transform: translateX(var(--x));
            transform: translateX(var(--x));
    will-change: transform;
    transition: -webkit-transform var(--time) ease-out;
    transition: transform var(--time) ease-out;
    transition: transform var(--time) ease-out, -webkit-transform var(--time) ease-out;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding: 0 50px;
  }
  .toggle-switch b {
    flex: 0 0 50%;
    white-space: nowrap;
    font-weight: normal;
  }
  .toggle-switch b:empty::after {
    content: '\A0';
  }
  .toggle-switch .off {
    text-align: right;
  }
  .toggle-switch .on {
    text-align: left;
  }
  .toggle-switch span::before {
    --x: calc(50% + .3em);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(var(--x), -50%) scale(1.1);
            transform: translate(var(--x), -50%) scale(1.1);
    margin: 0 -.5em;
    background: currentColor;
    border-radius: 2em;
    width: 1em;
    height: 1em;
    transition: -webkit-transform var(--time) ease-out;
    transition: transform var(--time) ease-out;
    transition: transform var(--time) ease-out, -webkit-transform var(--time) ease-out;
  }
  .toggle-switch.active {
      --bg: #b02463;
      --fg: #ffffff;
  }
  .toggle-switch.active span {
    --x: 0%;
  }
  .toggle-switch.active span::before {
    --x: calc(-50% - .3em);
  }
  
  
  
  
  @media (max-width: 736px) and (min-width: 320px){ /*mobile*/ 
  .btn-group button {
        padding: 6px 15px!important;
  }
  .ContentMain {
 overflow:scroll;
  }
  
  .nbnleadsection {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
} 

.input-left {
    width: 100%;
    float: left;
}

.input-right {
    width: 100%;
    float: left;
}

  #services .box {
    padding: 26px 20px;
    margin-bottom: 50px;
    text-align: center;
    height: 165px;
    position: relative;
    width: 100%;
    float: left;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    vertical-align: top;
}
  
  
.container .toggletext {
font-weight:600;
font-size:14px;
}
  
  
  .toggle-switch label {
    min-width: 3em!important;
    width: 100%;
    display: inline-flex;
    border-radius: 2em;
    overflow: hidden;
    background: var(--bg);
    color: var(--fg);
    transition: background var(--time) linear, color var(--time) linear;
}
  
  }


.suggest-address-btn{
    border:none;
    margin-bottom: 4px;
    color: #3da0e6;
    outline: none;
}
