@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap"); 

/* body,
html {
  font-family: "Montserrat", sans-serif;
} */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* outline: 1px solid red; */
    /* overflow-x: hidden; */
}
.bannerSection{
        overflow-x: hidden;
    }
@media screen and (max-width:766px) {
    /* *{
        overflow-x: hidden;
    } */
	
	.infoImg{
        text-align: center;
    }
    .offersCardImg{
        margin-top: 12px;
    }
}

@media screen and (max-width:766px){
	
	.banner-section{
	background-color:#ececec !important;}
	
    
	}
.bgNavbar{
    /* background-color: rgb(172, 203, 68); */
    /* background: linear-gradient(to right, rgba(232, 232, 232, 1), #0078ae); */
    background: #fff;

}


.navbar-nav a{
    font-weight: 500;
    color: black;
    font-size: 20px;
}
.navbar-nav .nav-item{
    margin: 0 14px;
}


.banner-section{
    /* background: hsla(74, 61%, 57%, 1); */
    /* background: hsla(198.84deg 96.63% 34.9%); */
    /* background: hsl(198.84deg 72.56% 54.09% / 59%); */
    background: #006aebb3;

}

.bannerContent h1{
    text-align: center;
    font-weight: bold;
}
.priceCardContent{
    color: white;
}
.compareContent{
    /* background-color: ; */
    /* background: hsla(74, 61%, 57%, 1); */
    /* background: hsla(207.21deg 95.56% 17.65%); */
    background: #000;
    border-radius: 30px;
    

}

 .cardWrapper{
    border: 1px solid white;
 }
 .grayLayer{
    height: 12px;
    background-color: #D9D9D9;
    padding: 24px;
 }
 .nav-tabs{
    border: none;
 }

 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color:#fff;
    background-color: #ADD138;
    border-color: none;
}

 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color:#fff;
    background-color: #2E2E2E;
    border-color: none;
}
.tab-content{
    margin-top: 14px;
}
.subHeading{
    color: #ADD138;
}


.providerCard{
    background-image: url('../images/Rectangle.png');
    background-size: cover;
    border-radius: 0 20px 20px 20px;
}
.providerCard-header h3{
    color: #fff;
}
.footerRadius{
    border-radius: 20px;
}

 /* Optimum Dealer Styles */
.optimumDealer .subHeading {
    color: #fd6e00;
}

.optimumDealer .nav-tabs .nav-item.show .nav-link, .optimumDealer .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #fd6e00 !important;
    border-color: transparent !important;
}

/* Windstream Dealer Styles */
.windstreamDealer .subHeading {
    color: #ef9023 !important;
}

.windstreamDealer .nav-tabs .nav-item.show .nav-link,
.windstreamDealer .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ef9023 !important;
    border-color: transparent !important;
}

/* Spectrum Dealer Styles */
.spectrumDealer .subHeading {
    color: #122b63 !important;
}

.spectrumDealer .nav-tabs .nav-item.show .nav-link,
.spectrumDealer .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #122b63 !important;
    border-color: transparent !important;
}



@media screen and (min-width:999px){
    .bannerContent {
        /* background-image: url(../images/bannerContentBg.png); */
        background-color: #ececec;
        background-size: cover;
        border-radius: 65px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .cardWrapperContent{
        position: absolute;
        top: 0;
        margin-top: -4%;
        width: 100%;
        padding: 9px;
    }
}
@media screen and (min-width: 744px) and (max-width: 1439px) {
    .compareOffersSection {
        padding: 6.4rem 5rem 4.4rem;
    }
}

@media screen and (min-width: 1440px) {
    .compareOffersSection {
        padding: 6.4rem 11.2rem 4.4rem;
    }
}

@media screen and (min-width:1099px) {
    .bannerContent h1{
        font-size: 67px;
    }
    .infoContent h2{
        font-size: 54px ;
        font-weight: bolder;
    }
}

@media (max-width: 992px) {
	.navbar-nav span {
		display: none;
	}
}


/* Start Footer Strip */

.zip-search-footer .zip-search-bar {
  border: none;
  border-radius: 0.3125rem;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  width: 80%;
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
}

.zip-search-footer .search-form button {
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
  margin: 0;
}

.zip-search-footer .search-form input {
  margin: 0;
  padding: 0;
}

.zip-search-footer .search-form {
  margin-top: 3px;
}
.ion_new_footer h1,
.ion_new_footer h2,
.ion_new_footer h3,
.ion_new_footer h4,
.ion_new_footer h5,
.ion_new_footer h6,
.ion_new_footer p {
  margin: 0;
}
.ion_new_footer a {
  text-decoration: none;
}
.ion_new_footer {
  background-color: #1c413c;
}
.ion_new_footer_top {
  padding: 1.9rem 1.25rem;
}
.new-footer-container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  max-width: 73.25rem;
  margin: 0 auto;
}
.custom_container {
  max-width: 74.25rem;
  margin: 0 auto;
}
.links-box {
  width: 13%;
}

.links_box_heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.4375rem;
  color: #fff;
}
.links_box_list {
  list-style-position: inside;
  list-style: none;
}
.links_box_list li a {
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  display: inline-block;
  padding: 0.275rem 0;
}
.ion_new_footer_info {
  max-width: 26.25rem;
}
.ion_new_footer_info p {
  font-size: 0.74rem;
  font-weight: 400;
  margin-top: 0.875rem;
  line-height: 1.6;
  color: #fff;
  text-align: justify;
}
.footer_social_icons ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin-top: 0.9375rem;
  padding-left: 0;
}
.footer_social_icons .heading {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  margin-top: 1.175rem;
}
.scroll_list {
  max-height: 14.5rem;
  overflow-y: scroll;
  direction: rtl;
  text-align: left;
  padding: 0 0.9375rem;
}
/* width */
.scroll_list::-webkit-scrollbar {
  width: 0.25rem;
}

/* Track */
.scroll_list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.3125rem #d9d9d9;
  border-radius: 0rem;
}

/* Handle */
.scroll_list::-webkit-scrollbar-thumb {
  background: #efa51c;
  border-radius: 0rem;
}

/* Handle on hover */
.scroll_list::-webkit-scrollbar-thumb:hover {
  background: #efa51c;
}
ul.ft_ct_list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.1rem;
  position: relative;
  margin-bottom: 0px;
}
.ft_ct_list li a {
  font-size: 0.775rem;
  font-weight: 600;
  /* color: rgb(6, 28, 61); */
  color: #000;
  align-items: center;
  display: flex;
  gap: 0.9375rem;
  text-decoration: none;
}
.ft_ct_list li a span {
  background-color: #0a58ca;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 6.25rem;
}
.ion_new_cnt_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ion_new_footer_contact_info {
  background-color: #f6f6f6;
  padding: 0.8rem 1.25rem;
  border-radius: 22px;
}
ul.ft_ct_list::before {
  content: "";
  position: absolute;
  /* left: -1.3125rem; */
  left: -0.3125rem;
  height: 2.6875rem;
  width: 0.0625rem;
  background-color: #4a5568;
}
ul.ft_ct_list::after {
  content: "";
  position: absolute;
  /* right: -1.3125rem; */
  right: -0.8rem;
  height: 2.6875rem;
  width: 0.0625rem;
  background-color: #4a5568;
}
.privacy_policy .links_box_list {
  display: flex;
  gap: 0.625rem;
  padding-left: 0;
}
.privacy_policy .links_box_list li a {
  font-weight: 600;
  /* color: rgb(6, 28, 61); */
  color: #000;
  align-items: center;
  display: flex;
  gap: 0.9375rem;
}
.ion_new_cnt_flex h4 {
  font-size: 1.2rem;
  font-weight: 600;
  /* color: rgb(6, 28, 61); */
  color: #000;
  align-items: center;
  display: flex;
  gap: 0.9375rem;
}
.ion_new_footer_bottom {
  padding: 0.85rem 1.25rem;
}
.copy_rights {
  text-align: center;
  color: #ffffffde;
  font-size: 0.675rem;
}
.internet-footer-servic {
  padding-left: 0;
}
.new_footer_logo img {
  max-width: 82%;
  transform: translate(-18px, -16px);
  width: 100%;
}
.links_box_list li {
  font-size: 0.775rem;
}
.links_box_list li a{
  text-decoration: none;
}
.privacy_policy .links_box_list a {
  font-size: 0.775rem;
}
.ion_new_footer_info p:nth-child(2) {
  margin-top: 0;
}
.footer-about-us {
  max-height: unset;
  padding: 0 0 0 0.9375rem;
}
.states-test {
  max-height: 6.5rem;
}
.ion_new_footer .new-line-footer {
  margin: 1rem auto 0;
  text-align: center;
  color: #ffffffde;
  font-size: 0.675rem;
  line-height: 1.3rem;
}
ul.links_box_list.footer-about-us {
  padding-left: 0;
}
.ctaa-button.call-now-button {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.ctaa-button.call-now-button a {
  background: #efa51c;
  width: 100%;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  column-gap: 0.7rem;
  padding: 1.3rem 0;
}
.ctaa-button.call-now-button a img {
  max-width: 7.2%;
  width: 100%;
}
.ion_new_footer {
  position: relative;
}
@media screen and (max-width: 1100px) {
  .ion_new_cnt_flex {
    flex-direction: column;
    gap: 1.375rem;
  }
  .ion_new_footer_contact_info {
    padding: 1.25rem 1.1875rem;
  }
}
@media screen and (max-width: 800px) {
  .ft_ct_list li a {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
  }
  .new-footer-container {
    flex-wrap: wrap;
  }
  .ion_new_footer_info {
    max-width: 20.5rem;
  }
  .links-box {
    width: 23%;
  }
  .new_footer_logo {
    max-width: 85%;
  }
  .new_footer_logo img {
    max-width: 100%;
  }
  .ion_new_footer_info p {
    font-size: 0.94rem;
  }
  .ion_new_footer_top {
    padding: 2rem;
  }
  .ion_new_footer_info {
    max-width: 24.5rem;
  }
  .links-box {
    width: 29%;
  }
  .links_box_list li {
    font-size: 0.975rem;
  }
  ul.ft_ct_list {
    padding: 0;
  }
  .ion_new_cnt_flex h4 {
    margin: 0 auto;
  }
  .ft_ct_list li a,
  .privacy_policy .links_box_list li a {
    font-size: 1.075rem;
  }
  .copy_rights {
    font-size: 0.875rem;
  }
  ul.ft_ct_list {
    margin: 0px;
  }
  .privacy_policy .links_box_list {
    margin: 0;
  }
  .ctaa-button.call-now-button {
    display: block;
  }
}
@media screen and (max-width: 568px) {
  .ion_new_footer {
    position: relative;
    padding-bottom: 68px;
}
  .new_footer_logo {
    max-width: 65%;
  }
  .ft_ct_list li a {
    flex-direction: row;
    justify-content: start;
    align-items: center;
    text-align: left;
  }
  ul.ft_ct_list {
    gap: 0.8125rem;
    position: relative;
    flex-wrap: wrap;
  }
  .ion_new_cnt_flex h4 {
    margin-right: auto;
  }
  ul.ft_ct_list::before,
  ul.ft_ct_list::after {
    display: none;
  }
  .ft_ct_list li a,
  .privacy_policy .links_box_list li a {
    font-size: 0.975rem;
  }
  .links_box_heading {
    font-size: 0.9rem;
  }
  .new-footer-container {
    row-gap: 10px;
  }
  .ion_new_footer a img {
    max-width: 80%;
  }
  button.accordion {
    font-size: 0.9rem;
  }
  button.accordion:after {
    transform: scale(0.6);
  }
  button.accordion {
    font-size: 1rem;
    padding: 0.8rem 1rem;
    line-height: 1.6;
  }
  .ft_ct_list li a,
  .privacy_policy .links_box_list li a {
    font-size: 0.875rem;
  }
  .links-box {
    width: 32%;
  }
  .scroll_list {
    padding: 0 0 0px 0.8rem;
  }
}
/* End Footer Strip */
.font-n{
	font-size: 0.9rem;
    font-weight: 400;
    padding: 0.4rem 0 0.1rem;
    color: #221f1f;
	
}
.font-o{
    font-weight: 400;
    padding: 0.94rem 0 0.62rem;
    color: #221f1f;
	
}
.font-p{
    font-weight: 400;
    color: #221f1f;
	
}



.infoGraphicsCard{
    position: relative;
    /* border: 1px solid  rgba(10, 88, 209, 1); */
    background-image: url('../images/Infographics/CallBorder.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 14px;
    text-align: justify;
}
.textPrimary{
    color:rgba(10, 88, 209, 1) !important;
}
.textSecondary{
    color: rgba(88, 42, 187, 1) !important;
}
.infoGraphicsCard p{
    font-size: 14px;
}
.infoGraphicsCardCompare{
    background-image: url('../images/Infographics/CompareBorder.png');
}
.infoGraphicsCardDecide{
    background-image: url('../images/Infographics/DecideLine.png');
}
.infoGraphicsHeading{
    position: absolute;
    background-color: rgba(10, 88, 209, 1);
    width: 100%;
    text-align: justify;
    padding-left: 12px;
    padding-top: 4px;
    clip-path: polygon(100% 0, 90% 100%, 0 100%, 0 0);
    margin-left: 24px;
    box-shadow: 12px 3px 17.1px 0px rgba(0, 0, 0, 0.25) !important;

}
.infoGraphicsHeadingCompare{
    
    background-color: rgba(88, 42, 187, 1);
    
}
/* Cart */
.cart-container {
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* background-color: rgb(76 150 241); */
    /* border: 1px solid #e1e1e1; */
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    /* transition: transform 0.3s ease; */
	/* max-height: 350px;
	width: 560px; */
	/* overflow-y: auto; */
}
@media (min-width: 992px) {
    .cart-container-big {
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* background-color: rgb(76 150 241); */
    border: 1px solid #e1e1e1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
	max-height: 350px;
	width: 100%;
	overflow-y: auto;
}
}
.cart-container-big {
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* background-color: rgb(76 150 241); */
    border: 1px solid #e1e1e1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
	/* max-height: 350px;
	width: 1200px; */
	overflow-y: auto;
}
.cart-container:hover {
    transform: translateY(-5px);
}
.cart-container-big:hover {
    transform: translateY(-5px);
}
.cart-title {
    font-size: 1.25rem;
    color: #0a58ca;
}

.cart-container ul li {
    font-size: 1rem;
    /* color: #000; */
    margin-bottom: 0.5rem;
	text-align: left;
	font-weight:500;
	
}

.cart-container-big ul {
        list-style-position: outside;  /* Keeps the bullet points outside the list */
        padding-left: 0;              /* Removes the default left padding */
        margin: 0;                    /* Removes any default margin */
        display: flex;
        flex-direction: column;       /* Ensures the items are stacked vertically */
        align-items: center;          /* Centers the items horizontally */
    }

.cart-container-big ul li {
	display: flex;                /* Use flexbox for list items */
	align-items: center;          /* Centers the content vertically in the list item */
	margin: 0.5rem 0;             /* Space between the list items */
	font-size: 1rem;
    color: #000;
    margin-bottom: 0.5rem;
	text-align: center;
	font-weight:500;
}
.cart-button .btn {
    padding: 12px 20px;
    font-size: 16px;
    background-color: #007bff;
    border-color: #007bff;
    color: white;
    text-transform: uppercase;
}

.cart-button .btn:hover {
    background-color: #0056b3;
    border-color: #004085;
}

.sec-head{color: #0a58ca;font-weight:600;}
/* Cart */


.font-s {
    font-size: 0.6rem;
    font-weight: 400;
    padding: 0.0rem 0.8rem 0.1rem;
    color: #221f1f;
}

.cart-container-service {
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: rgb(76 150 241);
    border: 1px solid #e1e1e1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
	/* max-height: 350px; */
	width: 550px;
	overflow-y: auto;
}
.cart-container-service:hover {
    transform: translateY(-5px);
}
.cart-title-service {
    color: #000;
}
.b-color{
	background-color: #0a58ca;
}
.text-small{font-size: 10px;}

.service-callout {
    position: relative;
    color: #fff;
}
.banner_section_service{
	background-image: url(../../assets/images/Stocksy_672583.png);
	background-size: cover;
	background-repeat: no-repeat;
	overflow-x: hidden;
	height:545px;
}
.text-class {
	position: relative;
    top: 150%;
    left: 110%;
}
@media (max-width: 576px) {
	.banner_section_service {
		background-image: url(../../assets/images/Stocksy_672583.png);
		background-size: cover;
		background-repeat: no-repeat;
		height: auto;
		overflow-x: hidden;
	}
	.text-class {
		position: relative;
		top: -27px;
        left: 0px;
        font-size: 12px;
	}
	.logo {
		width: 75% !important;
	}
}


/* Plans */
.pri_area_here {
	background-color: #FFFFFF;
	color: #102641;
	padding: 20px 25px 5px 25px;
	color: #102641;
}
.pri_heading {
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
}
.pri_sub {
	   font-size: 18px;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    text-align: left;
}
.pri_det {
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.3em;
	letter-spacing: -0.02em;
}
.pri_determine {
	font-size: 24px;
	margin-top: 0px;
}
.pri_range {
	font-size: 48px;
}
.plan-font-s {
    font-size: 0.6rem;
    font-weight: 400;
    color: #221f1f;
	text-align: left;
}
/* Plans */
.package_p {
    color: white;
    text-align: center;
    font-weight: 500;
    background-color: #102641;
    padding: 5px 5px 5px 5px;
}

/* Modal */
.modal-content p {
    font-size: 14px;
	text-align:justify;
}

@media (min-width: 991px) and (max-width: 1024px) {
    .text-class {
        position: relative;
        top: 100%;
        left: 90%;
    }
}

