@import url("https://use.typekit.net/gyl1fqj.css");

.hidden {
	display:none;
}

h1, h2, h3, h4 {
  font-family: "new-spirit", 'figtree' !important;
  font-weight: 400 !important;
  font-style: normal;
  line-height: 1;
}
body {
  font-family: 'figtree',Helvetica,Arial,Lucida,sans-serif !important;
  font-weight: 400;
  color: #000;
  background-color: #feffef;
  font-size: 18px;
  line-height: 1.3em;
}
.card-header {
  background-color: #931D69;
  border-radius: 20px 20px 0 0 !important;
  padding: 5px 30px;
}
.card {
  border-radius: 20px;
  border: 0;
}
#calendar.fc-theme-standard td.fc-day-past {
  background-color: #9b9b9b;
  opacity: .6;
}
#calendar .fc-daygrid-day.active .fc-daygrid-day-top {
  color: #fff !important;
  opacity: 1 !important;
}
#calendar.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 1;
}
#payment_open .inner {
  padding: 45px 20px;
}
#payment_open h5 {
  line-height: 1.4;
  font-size: 20px;
}
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 55px;
  height: 55px;
  background-color: #3A8CAF;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  z-index: 9999;
  display: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: opacity 0.3s, visibility 0.3s;
}
.scroll-to-top:hover {
  background-color: #337e99;
}
.package_100 .pck_dis {
  color: #000 !important;
}
.card-body {
  padding: 30px 30px;
}
#sectionServiceability {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#showproducts .col {
  max-width: 1400px;
}
.address_data {
  opacity: 0;
  height: 0;
}
.input_address {
  width: 100%;
}
.input_address .searchsectionbar.searchaddress {
  width: calc(100% - 220px);
  margin-right: 10px;
}
.input_address .searchsectionbar {
  border-radius: 12px;
  padding: 21.5px 15px;
  font-size: 18px;
  line-height: 1;
  border: 1px #F2F2F4 solid;
  background-color: #f2f2f2;
}
.input_address .address2 {
  width: 210px;
}
.windbtn {
  background-color: #3A8CAF;
  border: none;
  padding: 16px 44px;
  border-radius: 12px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  display: inline-block;
  text-align: center;
  min-width: 200px;
  position: relative;
  line-height: 1;
  user-select: none;
}
.windbtn.searchsectionbutton {
  width: 100%;
  margin-top: 18px;
  max-width: 300px;
}
.shadow-sm {
  box-shadow: 0 3px 7px 0 rgba(0,0,0,0.3) !important;
}
.windbtn:hover {
  background-color: #209A61;
  opacity: .8;
}
.navbar-text.top-call {
  border-radius: 25px;
  border: 2px solid #26B170;
  padding: 14px 25px;
  background-image: none;
  background-color: #fff;
  color: #333333;
  font-family: 'figtree',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  letter-spacing: 0px;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
}
.navbar-text.top-call::before {
  content: "\e11b";
  font-family: "Font Awesome 6 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900;
  color: #26B170;
  font-size: 32px;
  margin-right: 8px;
  margin-top: -7px;
  margin-bottom: -7px;
}
.navbar-brand {
  padding: 0;
  cursor: pointer;
}
footer {
  text-align: center;
  background-color: #00002D !important;
}
.text-footer {
  font-size: 12px;
  line-height: 1.2;
}
.formsec.container {
  min-height: calc(100vh - 132px);
}
.formsec.container.middle {
  display: flex;
  justify-content: center;
  align-items: center; 
}
.popups h3 {
  margin-bottom: 20px;
  background-color: #feffef;
  padding: 13px 10px;
  margin-top: -25px;
  color: #000;
  margin-left: -12px;
  margin-right: -12px;
  font-size: 24px;
}
.popups {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  background-color: rgba(15,15,15,0.85) !important;
  display: none;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.loading_icon {
  width: 100px;
  margin-top: 25px;
  margin-bottom: 10px;
}
a {
  text-decoration: none;
}
#loading_search_hurry {
  line-height: 1.3em;
  margin-top: 10px;
}
strong {
  font-weight: 700;
}
#loading_search_hurry a {
  margin-top: 3px;
  color: #fff;
  font-weight: bold;
  display: block;
}
.formsec .steps {
  display: none;
}
.formsec .steps.active {
  display: block;
}
.findmyplanbtn {
  color: #3A8CAF;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}
.voice_toggle input[type=checkbox]{
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}
.voice_toggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 75px;
  height: 36px;
  background: #931D69;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  margin: 0 12px;
}
.voice_toggle label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 26px;
  height: 26px;
  background: #FFFEEF;
  border-radius: 90px;
  transition: 0.3s;
}
.voice_toggle input:checked + label {
  background: #307999;
}
.voice_toggle input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
.voice_toggle label:active:after {
  width: 130px;
}
.voice_toggle {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 500;
}
.voice_toggle .fa-solid.fa-wifi {
  font-size: 18px;
  color: #931D69;
}
.voice_toggle .fa-solid.fa-phone-plus {
  font-size: 18px;
  color: #307999;
}
.voice_toggle .toggle_on .fa-solid.fa-wifi, .toggle_on .fa-phone {
  color: #307999 !important;
}
.toggle_on .fa-phone {
  font-size: 18px;
}
.pck {
  display: inline-block;
  background-size: contain;
  background-position: center top;
  background-image: url(/img/pinwheel-green.svg);
  background-color: #26B170;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  padding: 25px 30px;
  background-repeat: no-repeat;
  color: #FFFEEF;
  flex: 0 0 31%;
  margin-top: 45px;
  position: relative;
  overflow: visible;
  max-width: 440px;
  flex-grow: 1;
}
.pck.package_100 {
  background-image: url(/img/pinwheel-orange.svg);
  background-color: rgb(236, 140, 26);
  color: #000;
  background-size: auto 132px;
  background-position: top left;
}
.pck.package_300 {
  background-image: url(/img/pinwheel-green.svg);
  background-color: #26B170;
}
.pck.package_1000 {
  background-image: url(/img/pinwheel-blue.svg);
  background-color: #3A8CAF;
}
.pck.package_2000 {
  background-image: url(/img/pinwheel-purple.svg);
  background-color: #931D69;
}

.pck.package_100 .windbullet li::before {
   color: #000;
}
.blabel_link {
  color: #3A8CAF;
  text-decoration: underline;
}

#for_bundles .inner, #for_internet .inner {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  gap: 3%;
  justify-content: center;
}
.top_label {
  display: block;
  position: absolute;
  right: 25px;
  top: -10px;
  background-color: #00002D;
  border-radius: 10px;
  border-width: 1px;
  border-color: #00002D;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5em;
  font-family: 'figtree',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  color: #FFFEEF;
  font-size: 16px;
  text-align: center;
  padding-right: 18px;
  padding-left: 18px;
}
.pck_speed {
  font-family: 'figtree',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  min-height: 76px;
}
.pck_price {
  font-family: 'figtree',Helvetica,Arial,Lucida,sans-serif;
  font-size: 75px;
  line-height: 1em;
  margin-top: 20px;
}
.pck .gc_section {
  margin: 12px 0;
}
.pck .gcplancards {
  font-family: 'figtree',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.5em;
  background-color: #09090933;
  padding-top: 9px;
  padding-right: 30px;
  padding-bottom: 9px;
  padding-left: 30px;
  margin-left: -30px;
  margin-right: -30px;
}
.hidebtn .btmbtn {
  display: none !important;
}
.hidebtn .error_message {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
#error_modal.reward_card_dis .container {
  max-width: 650px;
}
#error_modal.reward_card_dis .error_message {
  font-size: 14px;
  line-height: 1.2;
}
.gcplancards {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gcimg img {
  width: 90px;
  max-width: 90px;
}
.gctext {
  padding-left: 10px;
}
.gctext .gchead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
}
.gctext .gcbody {
  font-size: 16px;
  line-height: 1;
}
.pck_dis {
  font-family: 'figtree',Helvetica,Arial,Lucida,sans-serif;
  text-decoration: underline;
  font-size: 10px;
  color: #FFFEEF !important;
  line-height: 1.1em;
  cursor: pointer;
}
.pck_sub {
  font-family: 'Fraunces',Georgia,"Times New Roman",serif;
  font-size: 30px;
  line-height: 1.1em;
  margin-bottom: 28px;
}
.pck_bullets {
  min-height: 200px;
}
.windbullet {
  list-style: none !important;
  padding-left: 35px !important;
}
.windbullet li {
  padding-bottom: 15px;
  line-height: 1.2;
  position: relative;
  text-align: left;
}
.windbullet li::before {
  content: "\f00c";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-family: "Font Awesome 6 Pro" !important;
  font: var(--fa-font-sharp-regular);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color: #FEB966;
  position: absolute;
  left: -34px;
  top: 0px;
}
.pck .windbtn {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.pck_price_cross {
  font-family: 'figtree',Helvetica,Arial,Lucida,sans-serif;
  text-decoration: line-through;
  font-size: 24px;
  line-height: 1em;
}
.pck_price .permo {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  text-align: left;
  margin-left: -90px;
}
sup {
  font-size: 0.5em !important;
  vertical-align: super !important;
  bottom: 0 !important;
  top: -.4em;
}
#all_plans {
  text-align: left;
}
.toggle_cart {
  text-decoration: underline;
  font-size: 18px;
  cursor: pointer;
  color: #f7941d;
  font-weight: bold;
}
.best_val {
  background-color: #FFFEEF;
  border-radius: 10px;
  border-width: 1px;
  border-color: #FFFEEF;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 155px;
  line-height: 1.5em;
  font-family: 'figtree',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  color: #307998;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
#for_bundles {
  display: none;
}
.gctext .gcbody p {
  margin-bottom: 0;
}
.pck_price sup {
  top: -4px;
}
.blur #main-content, .blur .topheader, .blur .topheader_bottom, .blur .ctabar, .blur .bottom_footer {
  filter: blur(4px);
}
.container {
  max-width: 1400px;
  width: 95%;
}
.windbtn.nextbtn {
  min-width: 200px;
}
.uuid_num {
  font-size: 10px;
  line-height: 1;
  margin-top: 15px;
}

.pop_back {
  max-width: 720px;
  background-color: #931D69;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
  width: 90% !important;
  padding: 0 12px !important;
  overflow: hidden;
}
.currentsec {
  background-color: #0006;
  color: #fff;
  max-width: 500px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  padding: 15px 10px;
  line-height: 1.3;
}
.pleasecont {
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  line-height: 1.4;
}
#calendar thead {
  background-color: #ffff;
}
.windbtn.bluebtn {
  background-color: #3A8CAF;
}
.windbtn.telbtn {
  display: inline-flex;
  justify-content: center;
  width: max-content;
  background-color: #209A61;
}
.telbtn::before {
  content: "\e11b";
  font-family: "Font Awesome 6 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900;
  color: #26B170;
  font-size: 32px;
  margin-right: 8px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.windbtn.telbtn::before, .telbtn.bluebtn::before {
  color: #fff;
  margin-top: -6px;
  margin-bottom: -6px;
}
.pleasecont a {
  color: #fff;
  text-decoration: underline;
}
.popups .row {
  position: relative;
}
.closepopup {
  color: #3A8CAF;
  position: absolute;
  right: 14px;
  top: 8px;
  font-size: 25px;
  cursor: pointer;
}
.pricedis {
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
}
#shopping_cart .wind_shopping_cart {
  background-color: #fff;
  border-radius: 20px;
}
.shop_head {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}
.shop_price {
  font-size: 16px;
}
#shopping_cart .wind_shopping_cart hr {
  margin: 15px 0;
}
.wind_shopping_cart h5 {
  margin-bottom: 10px;
  font-size: 21px;
  font-family: "new-spirit", 'figtree' !important;
  font-weight: 400 !important;
  font-style: normal;
}
.total_monthly_price {
  font-size: 18px;
}
#shopping_cart .wind_shopping_cart .gc_section {
  background-color: #00002d;
  padding: 13px 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  color: #fff;
  margin-top: 1.5rem;
  border-radius: 0px 0 20px 20px;
  margin-bottom: -1.5rem;
}
#shopping_cart .wind_shopping_cart .gc_section .pck_dis {
  color: #fff !important;
}
#shopping_cart .wind_shopping_cart .gcimg img {
  width: 110px;
  max-width: 110px;
}
.row.addon_row {
  margin-bottom: 10px;
}
#textmess {
  width: 16px;
}
#cus_info input:not([type='checkbox']):not([type='submit']):not([type='radio']), .windinputs {
  border-radius: 12px;
  padding: 14px 15px;
  font-size: 16px;
  line-height: 1;
  border: 1px #F2F2F4 solid;
  background-color: #f2f2f2;
  width: 100%;
  margin-bottom: 18px;
}
#verify_pin, #verify_ssn {
  border-radius: 12px;
  padding: 12px 15px;
  font-size: 20px;
  line-height: 1;
  border: 1px #F2F2F4 solid;
  background-color: #f2f2f2;
  width: 100%;
  margin-bottom: 15px;
  max-width: 300px;
  text-align: center;
}
input:focus-visible {
  outline: 0 !important;
}
.pop_back h2 {
  margin-bottom: 15px;
}
.verify_status {
  font-weight: bold;
  color: #FEB966;
  margin-bottom: 10px;
  line-height: 1;
}
.verify_status:empty {
  margin-bottom: 0;
}
#cus_info  .cus_inputs_together input {
  width: 49%;
  margin-right: 2%;
}
#cus_info .cus_inputs_together input:last-child {
  margin-right: 0;
}
#verifyphone, #verifyemail {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #209A61;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-content: center;
}
#verifyemail .fa-solid.fa-circle-check, #verifyphone .fa-solid.fa-circle-check {
  font-size: 20px;
  margin-right: 5px;
  display: inline-block;
  margin-top: -1px;
  margin-bottom: -1px;
}
.windbtn.disabled {
  opacity: .5;
  cursor: no-drop;
  pointer-events: none;
}
#calendar .fc-today-button {
  display: none !important;
}
#calendar .fc-daygrid-day.active {
    background-color: #209A61;
    color: white;
    border-radius: 0px;
	border: 0 !important;
}
#calendar .fc-col-header-cell {
  background-color: #ec8c1a;
  padding: 6px 0 !important;
}
#calendar .fc-col-header tr:first-child .fc-col-header-cell:first-child {
  border-radius: 15px 0 0 0;
}
#calendar .fc-col-header tr:first-child .fc-col-header-cell:last-child {
  border-radius: 0 15px 0 0;
}
#calendar .fc-header-toolbar.fc-toolbar {
  margin-bottom: 15px !important;
}
#calendar th {
  border-right: 0 !important;
  border-left-color: #777 !important;
}
#calendar a {
  color: #000;
  line-height: 1;
}
#calendar .fc-event-main {
  text-align: center;
}
#calendar .fc .fc-daygrid-day.fc-day-today {
  background-color: #feb966 !important;
}
#calendar .fc-button-primary {
  padding: 4px !important;
  font-size: 14px !important;
  background-color: #24a76a;
  border-color: #24a76a;
}
#calendar .fc .fc-button-primary:focus {
  box-shadow: none !import;
}
#calendar .fc-event.fc-event-start.fc-event-end.fc-event-future.fc-daygrid-event.fc-daygrid-block-event.fc-h-event {
  background-color: #00002D;
  border: 0;
  padding: 4px 4px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#calendar .active a {
  color: #fff !important;
  font-weight: bold;
}
#timeselect .form-check {
  margin-bottom: 10px;
}
#calendar.fc .fc-button-primary:focus, #calendar .fc .fc-button:focus {
  box-shadow: none !important;
}
#calendar .fc-view-harness.fc-view-harness-active {
  background-color: #f8f8f8;
  border-radius: 20px;
}
#calendar .fc-scroller-harness {
  background-color: #f7f7f7;
}
#calendar.fc-theme-standard td{
  border: 1px solid #dcdcdc !important
}
#calendar.fc-theme-standard th {
  border: 0px solid #dcdcdc !important
}
#calendar .fc-scrollgrid {
  border-top: 0;
  border-bottom: 0 !important;
  border-left: 0;
}
#calendar .fc-scrollgrid.fc-scrollgrid-liquid {
  border-radius: 20px;
}
#timeselect input[type="radio"] {
  color: #000;
  border-color: #000;
  margin-top: 1.5px;
}
#order_review .wind_shopping_cart, #order_review .your_information {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #ddd;
  border-radius: 15px;
  padding: 15px 20px 20px 20px;
}
#order_review .gc_section {
  margin-top: 20px;
  background-color: #00002D;
  color: #fff;
  padding: 14px 20px;
  margin-left: -21px;
  margin-right: -21px;
  border-radius: 0px 0 15px 15px;
  margin-bottom: -21px;
}
#submit_order {
  width: 100%;
  min-width: auto;
  max-width: 350px;
}
.your_information {
  line-height: 1.5;
}
.submit_check {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  line-height: 1.2;
  align-items: start;
}
.error_display {
  margin-bottom: 10px;
  color: red;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.pck .windbtn.pickplan {
  background-color: #00002D;
}
.windbtn.backbtn {
  background-color: #00002D;
  float: left;
}
.order_num {
  font-weight: bold;
}
.windbtn.backbtn .fa-circle-left, .windbtn.backbtn .fa-arrow-left {
  position: absolute;
  left: 15px;
  top: calc(50% - 12px);
  font-size: 24px;
}
.windbtn  .fa-circle-right {
  position: absolute;
  right: 15px;
  font-size: 24px;
  top: calc(50% - 12px);
}
.popups .container.small_contain {
  max-width: 550px;
}
body #verify_ssn {
  font-size: 18px;
}
.timesec .schedule {
  padding-left: 5px;
  padding-right: 5px;
  min-width: auto;
  width: 100%;
}
.blur #main-content {
  pointer-events: none;
}
#error_modal h3 {
  margin-bottom: 20px;
}
#payment .card-body {
  padding-top: 0px;
}

.mysteps.done:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 20px;
  font-weight: 600;
}
.mysteps.done {
  font-size: 0 !important;
  background-color: #931D69 !important;
}
.where_am_i {
  margin-bottom: 15px;
  text-align: center;
  padding: 0;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
}
.where_am_i .mysteps {
  border-radius: 100%;
  background-color: #00002d;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  padding: 20px 0px;
  width: 60px;
  margin-right: 4%;
  color: #fff;
  max-width: 60px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  vertical-align: middle;
}
.mysteps.active {
  background-color: #26B170;
  font-weight: 700;
}
.where_am_i .mysteps:last-child {
  margin-right: 0;
}
#addon_section {
  padding: 0px 20px 0 20px;
}
.addon-option {
  margin-bottom: 6px;
}
.addon-group {
  margin-bottom: 0;
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
}
.addon-group:last-child {
  border-bottom: 0 !important;
}
.addon-group.addon-modem-group {
  border-bottom: 0;
  padding-bottom: 0;
}
#build_order {
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
}
.addon-kineticsecure-group::after {
  content: "Secure your online activity and block threats like viruses and malware. Only available with a Kinetic Wi-Fi Gateway.";
  font-size: 16px;
  max-width: 530px;
  display: block;
  line-height: 1.3;
  margin-top: 8px;
  padding-left: 20px;
}
.addon-group.addon-autopay-group::after {
  content: "If you choose not to set up AutoPay, a credit check will be required.";
  font-size: 16px;
  margin-top: 8px;
  display: block;
  margin-left: 20px;
  line-height: 1.3;
}

#broadband_labels .slick-prev, #broadband_labels .slick-next {
  width: 38px;
  height: 38px;
}
#broadband_labels .slick-prev::before, #broadband_labels .slick-next::before {
  font-size: 38px;
  color: #000;
}
#broadband_labels .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #000;
}
#broadband_labels .slick-dots li button::before {
  font-size: 18px;
  color: #000;
}
#broadband_labels .slick-dots {
  padding: 0 !important;
}
.bband_iframe iframe {
  width: 100%;
  overflow: hidden;
}
.bband_iframe {
  padding: 0 .5%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 25%;
  vertical-align: top;
  flex-grow: 1;
}

/*desktop site*/
@media screen and (min-width: 981px){
.pck .gc_section {
  min-height: 88px;
}
.pck_sub {
  min-height: 66px;
}
#broadband_labels {
  display: flex;
  justify-content: center;
  align-items: start;
}
.pck_price_cross {
  min-height: 24px;
}
#shopping_cart .where_am_i, #shopping_cart .wind_shopping_cart {
  display: block !important;
}
}

/*mobile site*/
@media screen and (max-width: 980px){
#main-content {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.bband_iframe {
  width: 50%;
}
.uuid_num {
  order: 3;
}
#shopping_cart .where_am_i, #shopping_cart .wind_shopping_cart {
  display: none;
}
#enter_order {
  order: 2;
}
#shopping_cart {
  order: 1;
}
#shopping_cart {
  margin-bottom: 30px;
}
.pck_sub {
  font-size: 22px;
}
.pck_price {
  font-size: 60px;
}
.pck_price_cross {
	font-size: 20px;
}
.pck_price .permo {
  font-size: 10px;
  margin-left: -80px;
}
#addon_section {
  padding: 0px 10px 0 10px;
}
.btmbtns {
  display: flex;
}
.btmbtns .windbtn {
  width: 46.5% !important;
  min-width: auto;
  margin-right: 7%;
}
.btmbtns .windbtn:last-child {
  margin-right: 0 !important;
}
#verifyphone, #verifyemail {
   margin-bottom: 15px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    min-width: 100%;
}
#cus_info input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]), .windinputs {
  margin-bottom: 15px;
}
#textmess {
  width: 40px;
}
#timeselect {
  margin-top: 28px;
}
.neartimeslot {
  display: none !important;
}
.addon-group {
  padding-bottom: 12px;
}
#shopping_cart .wind_shopping_cart {
  margin-bottom: 20px;
}
}

/*phone site*/
@media screen and (max-width: 767px){
.navbar-brand img {
  height: 38px;
}
.btmbtn {
  display: block !important;
}
.btmbtn .windbtn.telbtn {
  margin-right: 0 !important;
  margin-bottom: 18px;
}
.btmbtn .windbtn {
  width: 90%;
}
#payment_open h5 {
  font-size: 18px;
}
#broadband_labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bband_iframe {
  width: 100%;
  max-width: 440px;
  padding: 0 2%;
}
#build_order .card-body {
  padding: 20px;
}
.wind_shopping_cart h5 {
  font-size: 18px !important;
}
.formsec.container {
  min-height: calc(100vh - 140px);
}
#payment .card-body {
  padding: 0 5px 20px  5px !important;
}
#payment .btmbtns {
  padding: 0 15px;
}
#payment_iframe iframe {
  height: 720px !important;
}
.loading_icon {
  width: 70px;
}
body #addon_section {
  padding: 0;
}
.where_am_i .mysteps {
  font-size: 10px;
  padding: 15.5px 0px;
  margin-right: 3%;
}
.where_am_i {
  max-width: 300px;
}
.pck_bullets {
  min-height: auto;
}
.pck {
  flex: 100%;
}
.card-header h2 {
  font-size: 22px;
}
.wind_shopping_cart .gcimg img {
  width: 70px !important;
  max-width: 70px !important;
}
body #main-content {
   padding-left: 0 !important;
   padding-right: 0 !important;
}
.navbar-text.top-call {
  font-size: 16px;
  padding: 14px 15px;
}
.navbar-text.top-call::before {
  font-size: 24px;
}
.input_address .address2 {
  width: 105px;
}
.input_address .searchsectionbar {
  padding: 15px 12px;
  font-size: 16px;
}
.input_address .searchsectionbar.searchaddress {
  width: calc(100% - 110px);
  margin-right: 5px;
}
.windbtn {
  padding: 15px 0px;
  font-size: 16px;
  max-width: 100% !important;
}
.card-body {
  padding: 20px 25px;
}
.card-header {
  padding: 5px 20px;
}
.container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: 90%;
}
.submit_check {
  padding: 10px 5px;
}
body {
  font-size: 16px;
}
}

/*small phone site*/
@media screen and (max-width: 380px){
body #payment_iframe iframe {
  height: 800px !important;
}
body  .navbar-text.top-call {
    font-size: 14px;
}
}