@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
.header-section {
  background-color: #002240 !important;
}
.nav-bttn {
  background-color: #56aef8;
  color: #ffffff;
  border-radius: 30px;
  padding: 8px 30px 8px 30px;
  font-size: 20px;
}
.bg-blue {
  background-color: #56aef8;
}
.col1 {
  align-items: center;
  padding: 15px 0px;
}
.col2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hero-bg {
  background-image: url("../images//SAVE-MORE.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 55vh !important;
}
.internet-offer {
  border-left: 8px solid white;
  color: white;
  padding-left: 10px;
}
.get-free {
  animation: bgColorChange 1s infinite alternate;
  background-color: #002240;
}
.grey-bg{
    background-image: url("../images/spectrum-arrow.png"), linear-gradient(180deg, #dadcde 0%, #d9d9d9 100%) !important;;
    width: 95%;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: right 25% center;
    background-color: gray;
}
.fs-small{
    font-size: 12px;
}
.text-black{
    color: #000000 !important;
}
.footer-bg{
    background-image: url("../images/footer-bg.png");
    background-size: cover;
    padding-top: 250px;
}
.round{
    border-radius: 25px;
}
.phone-call {
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 20px;
  background: #008600;
  position: fixed;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  animation: bgColorChange2 0.5s infinite alternate;
}
@keyframes bgColorChange2 {
  0% {
    background-color: #1679cc;
  }
  100% {
    background-color: #ff6600;
  }
}
@keyframes bgColorChange {
  0% {
    background-color: #002240;
  }
  100% {
    background-color: #1679cc;
  }
}
.title {
  color: #1679cc;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.text-blue{
    color: #002240;
}
.text-light-blue{
  color: #1679cc;
}
.price-line {
  display: flex;
  align-items: baseline;
}

.dollar-sign {
  font-size: 32px;
  margin-right: 4px;
  transform: translateY(-40px);
}

.price {
  font-weight: 700;
  font-size: 118px;
  color: #ffffff ;
  letter-spacing: 3px;
  line-height: 0.6em;
}
.price2{
    font-size: 85px;
}
.card-price{
  font-size: 45px;
  letter-spacing: -3px;
}
.card-color{
  background-color: #e7f4ff;
}
.per-month {
  font-size: 32px;
  margin-left: -30px;
}
.para-bold {
  font-weight: 600;
}
.bttn {
  background-color: #ff6600;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  border-radius: 25px;
  padding: 5px 30px 5px 30px;
}
.bundle-section {
  width: 95%;
  background-image: url("../images/spectrum-device.png"),
    linear-gradient(180deg, #003058 0%, #0662ae 100%) !important;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}
.nav-tabs .nav-item .tab-section.active {
 background-color: #002240;
  color: white !important;
}
.nav-tabs .nav-item .tab-section {
 background-color: #d9d9d9;
  color: #000 !important;
}
.spectrum-tab2{
  background-image: linear-gradient(180deg, #003058 0%, #0662ae 100%) !important;
  width: 95%;
  border-radius: 30px;
}
.bg-grey{
  background-color: #d9d9d9;
  width: 95%;
  border-radius: 25px;
}

@media screen and (min-width: 280px) and (max-width: 770px) {
  .col1 {
    justify-content: center;
  }
  .col2 {
    align-items: center;
  }
  .bundle-section {
    background-image: url("../images/spectrum-mobile-device.png") !important;
    height: 100vh;
  }
  .list{
    font-size: 14px;
  }
    .row-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}



