.main-container {
	background: #fff;
}
.card {
	color:#393939;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
}

.card-header {
    font-size: 19px;
    color: #36c3fd;
    font-weight: 400;
    display: flex;
    align-items: center!important;
    background-color: #d4f4ff;
    min-height: 90px;
    vertical-align: middle;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

@media screen and (max-width: 767px) {
    .card-body.superpod {
        padding: 0 15px;
    }
}

.card .select-buttonBulk {
	width: 17px;
    height: 17px;
    border: 1px solid #a7a7a7;
    color: #2FCFFF;
    cursor: pointer;
    background-color: white;
    border-radius: 10px;
    margin: 9px;
}
.card .selectedPackageBulk {
    width: 17px;
    height: 17px;
    border: 1px solid #a7a7a7;
    cursor: pointer;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: 6px;
}
.card .tickMark {
    display: block;
    width: 11px;
    height: 11px;
    background: #36c3fd;
    margin: 2px 0 0 2.3px;
    border-radius: 7px;
}
.card .highlight {
    background-color: #d4f5ff;
    border: 2px solid #36c3fd;
    box-shadow: 1px 1px 1px 1px #d3d3d3;
    border-radius: 5px;
}
.card .nonHighlight {
	font-size: 16px;
    background-color: #f5f5f5;
    border-radius: 5px;
}
.card .selectBox, .card .unSelectBox {
	height: auto;
	background:none;
	padding: 0;
}
.card .package-price, .card .package-name {
	font-size: 19px;
    font-weight: 600;
}
.card .package-price {
   color: #36c3fd;
}
.save-offer {
    color: #fff;
    font-weight: 400;
    align-items: center!important;
    background-color: #2fcfff;
    display:none;
}
.save-offer.show-offer {
	 display: flex;
}
.fiber-header-text {
	font-size: 32px;
	display: flex;
    align-items: center;
    color: #393939;
    font-weight: 600;
}
#content, #content *, #content *:before, #content *:after, #colorbox, #aToolTip {
     box-sizing: border-box;
}

label.select-buttonBulkMark:before , label.selectedBulkCheck:before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 7px;
    background-color: #fff;
    border: 1px solid #a7a7a7;
    border-radius: 4px;
}

.lightGreenColor .checkmark:before, label.selectedBulkChecked:before {
	display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 7px;
    content: "\2714\FE0E";
    color: #fff;
    background-color: #36c3fd;
    border-color: #36c3fd;
    text-align: center;
    line-height: 25px;
}

.fiber-step-progress {
	padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

/*Mesh Wifi Product additions*/
.blue-recommended{
	color: #28C2FE;
	font-size: 16px;
}

.info-banner{
	color: #28C2Fe;
    background: #fff;
    padding: 1% 2%;
    text-align: left;
    font-size: 18px;
    border-radius: 5px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.hidden-banner {
    display: none;
}

.info-i{
	display: inline-block;
	width: 20px;
	margin-right: 10px;
}

.listWrapper{
	display: flex;
	margin: 10px 0 10px 15px;
	align-items: center;
	width: 90%;
}

.plumeList{
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.plumeList li{
	margin: 10px 0;
	display: flex;
	align-items: center;
}

.plumeList li img{
	margin-right: 10px;
	width: 25px;
	height: 25px;
}

.plumeRouterMob{
	display: none;
}

.plumeRouter{
	max-width: 45%;
	margin-left: auto;
}

.learn-more{
	text-decoration: underline;
}

.productInfoWrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 767px){
	.plumeRouterMob{
	   display: block;
	   max-width: 80%;
	   margin: 10px auto;
	}
	.plumeRouter{
	   display: none;
	}

	.productInfoWrapper{
	   flex-direction: column;
	   align-items: flex-start;
	}

	.text-wrapper{
	   max-width: 100%;
	}
	.info-banner{
	   padding: 1%;
	   font-size: 12px;
	}
	
	.superpod-content {
		padding: 0 15px;
	}
	
	.no-of-badroom .bed-room {
		margin-bottom: 15px;
	}
}

/*Popup Styling*/
#ownWifiPopUp{
	display: block;
	position: relative;
	z-index: 9999;
}

.popUpOverlay{
	background:rgba(0,0,0,0.8);
    width: 100% !important;
    height: 100% !important;
    display: block;
    margin: auto;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    visibility: visible;
}

.popUp{
	max-width: 500px;
	width: 90%;
	background: #fff;
	opacity: 1;
	margin: 22% auto;
	border-radius: 5px;
}

.exit{
	display: block;
	width: 15%;
	padding: 2% 5%;
	margin-left: auto;
	cursor: pointer;
	max-height: 38px;
}

.popUpWrapper{
	padding: 2% 5%;
}

.popUp .title{
	font-size: 2.4rem;
	margin: 0 0 20px 0;
}

.popUp .button{
	width: 50%;
	display: block;
	border-radius: 1px;
	border: 2px solid #28C2FE;
	padding: 10px 0;
}

#getSmartWifi{
	color: #fff;
	background: #28C2FE;
	margin: 20px auto 20px auto;
}

#useOwnRouter{
	color: #28C2FE;
	background: #fff;
	margin: 20px auto 20px auto;
}

.no-of-badroom {
    margin: 40px 0;
}

.no-of-badroom .bed-room {
    border: 1px solid #28c2fe;
    text-align: center;
    border-radius: 4px;
    line-height: 31px;
    cursor: pointer;
    margin-right: 8%;
}

.added-superpod {
    border: 1px solid #28cefe;
    margin: 15px 0;
    height: 100px;
    background-color: #CDF2FF;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.added-superpod .left-sec {
    display: flex;
    align-items: center;
}

.added-superpod .plume-pod-img {
    padding: .5%;
	width: 10%;
	margin-left: 10px;
}

.super-pod-price {
	text-align: right;
}

 /* EERO Plus Styles */
.eero-plus-container {
	padding-top: 25px;
}

.eero-plus-container.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.eero-plus-container .sub-header {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 23px;
	font-weight: 600;
}

.eero-plus-container .description {
	padding: 10px 0 20px;
	font-size: 14px;
}

.eero-plus-container .options-container {
	display: flex;
	gap: 15px;
	font-size: 14px;
}

.eero-plus-container .options-container .option {
	border: 1px solid #c8cbd2;
	padding: 10px;
	border-radius: 13px;
	width: 100%;
	max-width: 275px;
	min-height: 100px;
	position: relative;
	cursor: pointer;
}

.eero-plus-container .options-container .option .learn-more {
	width: fit-content;
	font-size: 12px;
	font-weight: 500;
	color: #6c7279;
}