.cta_heading{
	text-align: center;
	letter-spacing: 0px;
	margin-bottom: 30px;
	color: #002e5d;
}
.wb .cornerbox{
	text-align: left;
	font-size: 16px !important;
	line-height: 20px !important;
	border-left: solid 1px #eaeaea;
	border-right: solid 1px #eaeaea;
}
.wb .freepak, .wb .pref{
	background: #fff !important;
	color: #000 !important;
	border-left: solid 1px #eaeaea;
	border-right: solid 1px #eaeaea;
	font-size: 30px;
	padding:2px !important;
}
.wb .active{
	color: #41ad49 !important;
}
.wb .inactive{
	color: #ccc !important;
}
.wb .floatpan{
	position: absolute;
	width: 16%;
	font-size: 16px;
	color: #002e5d;
}
.wb .opttext{
	font-size: 18px;
	font-weight: 700;
}
.wb .poptool > span{
	float:right;
	color: #000;
}
.offerbox div a.signup{
	margin-top: 30px;
}
.offerbox.lastkid > div{
	border-bottom: solid 1px #eaeaea;
}
.boxdisplay{
	width: 100%;
	padding: 30px 0 0;
	margin: 50px auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
}

/* MAD-RIPPLE EFFECT */
.ripple{
  position: absolute;
  top:0; left:0; bottom:0; right:0;
  overflow: hidden;
  -webkit-transform: translateZ(0); /* to contain zoomed ripple */
  transform: translateZ(0);
  border-radius: inherit; /* inherit from parent (rounded buttons etc) */
  pointer-events: none; /* allow user interaction */
          animation: ripple-shadow 0.4s forwards;
  -webkit-animation: ripple-shadow 0.4s forwards;
}
.rippleWave{
  backface-visibility: hidden;
  position: absolute;
  border-radius: 50%;
  transform: scale(0.7); -webkit-transform: scale(0.7);
  background: rgba(255,255,255,0.8);
  opacity: 0.45;
          animation: ripple 2s forwards;
  -webkit-animation: ripple 2s forwards;
}
@keyframes ripple-shadow {
  0%   {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
  20%  {box-shadow: 0 4px 16px rgba(0,0,0,0.3);}
  100% {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
}
@-webkit-keyframes ripple-shadow {
  0%   {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
  20%  {box-shadow: 0 4px 16px rgba(0,0,0,0.3);}
  100% {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
}
@keyframes ripple {
  to {transform: scale(24); opacity:0;}
}
@-webkit-keyframes ripple {
  to {-webkit-transform: scale(24); opacity:0;}
}
@media only screen and (max-width: 320px){
	.mob4oly{
		display: block;
		text-align: center;
		width: 84%;
		margin: 10px auto 50px; 
	}
	.mob4oly > h3{
		font-size: 20px;
		line-height: 28px;
		padding: 0 10px;
		color:#002E5D;
	}
	.mob4oly > h4{
		font-size: 18px;
		line-height: 28px;
		padding: 0 10px;
		color:#39709D;
	}
	.collapsible {
		background-color: #eee;
		color: #444;
		cursor: pointer;
		padding: 18px;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		font-size: 15px;
		position: relative;
		margin-top:5px;
		min-height: 140px;
	}
	.collapsible > h5{
		color: #fff;
		font-size: 22px;
		font-weight: 700;
	}
	.collapsible > i{
		color:#fff;
		position: absolute;
		right: 20px;
	}
	.collapsible > div.subprice{
		font-size: 32px;
	}
	.collapsible > div.subprice > span{
		font-size: 22px;	
	}
	.collapsible > div.subprice{
		font-size: 24px;
	}
	.collapsible > div.tnc{
		font-size: 14px;
		color: #ffffff90;
	}
	.content .col-sm-6{
		padding-left: 5px;
	}
	.content {
		padding: 0px;
		background-color: white;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		text-align: left;
	}
	.content .ctaction{
		text-align: center !important;
	}
	.content .ctaction a{
		color: #fff;
		background: #39709D;
		padding: 10px 20px !important;
		margin: 20px auto;
		display: inline-block;
		border-radius: 30px;
		font-size: 18px;
		width: 200px;
		text-transform: initial;
		text-align: center;
	}
	.content .ctaction a:hover{
		background: #39709D;
	}
	.content h5{
		font-size: 18px;
	}
	.content ul{
		list-style: none;
		margin-bottom: 10px;
	}
	.content ul > li{
		margin-left: 12px;
		line-height: 28px;
		color: #929292;
	}
	.content ul > li.check > i{
		color: #41ad49;
	}
	.content ul > li.uncheck > i{
		color: #ccc;
	}
	.content ul > li.wcheck > i{
		color: #ffd700;
	}	
	.content ul > li.star > i{
		color: #39709D !important
	}
	.content ul > li > i{
		margin-right: 8px;
	}	
	.rotate{
		-moz-transition: all 0.1s linear;
		-webkit-transition: all 0.1s linear;
		transition: all 0.1s linear;
	}
	.rotate.down{
		-moz-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		transform:rotate(90deg);
	}
	.freestartpack{
		background: #39709D !important;
		color: #fff;
	}
	.freestartpack,.basicpack,.corporate{
		background: #39709D !important;
		color: #fff;
	}
	.compack{
		background: #002E5D !important;
		color: #fff;
	}
	.corporate .subprice{
		font-size: 20px !important;
	}
}
@media only screen and (max-width: 425px){
	.no_mobile{
		display: none !important;
	}
	.mob4oly{
		display: block;
		text-align: center;
		width: 85%;
		margin: 10px auto 50px; 
	}
	.mob4oly > h3{
		font-size: 20px;
		line-height: 28px;
		padding: 0 10px;
		color:#002E5D;
	}
	.mob4oly > h4{
		font-size: 18px;
		line-height: 28px;
		padding: 0 10px;
		color:#39709D;
	}
	.mob4oly .col-sm-3{
		text-align: left;
		background: #98b1ca50;
		padding: 10px;
		margin: 10px;
	}
	.collapsible {
		background-color: #eee;
		color: #444;
		cursor: pointer;
		padding: 18px;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		font-size: 15px;
		position: relative;
		margin-top:5px;
		min-height: 140px;
	}
	.collapsible > h5{
		color: #fff;
		font-size: 22px;
		font-weight: 700;
	}
	.collapsible > i{
		color:#fff;
		position: absolute;
		right: 20px;
	}
	.collapsible > div.subprice{
		font-size: 32px;
	}
	.collapsible > div.subprice > span{
		font-size: 22px;	
	}
	.collapsible > div.tnc{
		font-size: 14px;
		color: #ffffff90;
	}
	.content .col-sm-6{
		padding-left: 5px;
	}
	.content {
		padding: 0px;
		background-color: white;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		text-align: left;
	}
	.content .ctaction{
		text-align: center !important;
	}
	.content .ctaction a{
		color: #fff;
		background: #39709D;
		padding: 10px 20px !important;
		margin: 20px auto;
		display: inline-block;
		border-radius: 30px;
		font-size: 18px;
		width: 200px;
		text-transform: initial;
		text-align: center;
	}
	.content .ctaction a:hover{
		background: #39709D;
	}
	.content h5{
		font-size: 18px;
	}
	.content ul{
		list-style: none;
		margin-bottom: 10px;
	}
	.content ul > li{
		line-height: 28px;
		margin-left: 12px;
		color: #929292;
	}
	.content ul > li.check > i{
		color: #41ad49;
	}
	.content ul > li.uncheck > i{
		color: #ccc;
	}
	.content ul > li.wcheck > i{
		color: #ffd700;
	}	
	.content ul > li.star > i{
		color: #39709D !important
	}
	.content ul > li > i{
		margin-right: 8px;
	}	
	.rotate{
		-moz-transition: all 0.1s linear;
		-webkit-transition: all 0.1s linear;
		transition: all 0.1s linear;
	}
	.rotate.down{
		-moz-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		transform:rotate(90deg);
	}
	.freestartpack,.basicpack,.corporate{
		background: #39709D !important;
		color: #fff;
	}
	.compack{
		background: #002E5D !important;
		color: #fff;
	}
	.corporate .subprice{
		font-size: 20px !important;
	}
}
@media only screen and (min-width: 426px) and (max-width: 1023px){
	.no_mobile{
		display: none !important;
	}
	.mob4oly{
		display: block;
		text-align: center;
		width: 92%;
		margin: 10px auto; 
	}
	.mob4oly > h3{
		font-size: 20px;
		line-height: 28px;
		padding: 0 10px;
		color:#002E5D;
	}
	.mob4oly > h4{
		font-size: 18px;
		line-height: 28px;
		padding: 0 10px;
		color:#39709D;
	}
	.mob4oly .col-sm-3{
		text-align: left;
		background: #98b1ca50;
		padding: 10px;
		margin: 10px;
	}
	.collapsible {
		background-color: #eee;
		color: #444;
		cursor: pointer;
		padding: 18px;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		font-size: 15px;
		position: relative;
		margin-top:5px;
		min-height: 140px;
	}
	.collapsible > h5{
		color: #fff;
		font-size: 22px;
		font-weight: 700;
	}
	.collapsible > i{
		color:#fff;
		position: absolute;
		right: 20px;
	}
	.collapsible > div.subprice{
		font-size: 32px;
	}
	.collapsible > div.subprice > span{
		font-size: 22px;	
	}
	.collapsible > div.tnc{
		font-size: 14px;
		color: #ffffff90;
	}
	.content {
		padding: 0 18px;
		background-color: white;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		text-align: left;
	}
	.content .ctaction{
		text-align: center !important;
	}
	.content .ctaction a{
		color: #fff;
		background: #39709D;
		padding: 10px 20px !important;
		margin: 20px auto;
		display: inline-block;
		border-radius: 30px;
		font-size: 18px;
		width: 200px;
		text-transform: initial;
		text-align: center;
	}
	.content .ctaction a:hover{
		background: #39709D;
	}
	.content h5{
		font-size: 18px;
	}
	.content ul{
		list-style: none;
		margin-bottom: 20px;
	}
	.content ul > li{
		line-height: 28px;
		margin-left: 12px;
		color: #929292;
	}
	.content ul > li.check > i{
		color: #41ad49;
	}
	.content ul > li.uncheck > i{
		color: #ccc;
	}
	.content ul > li.wcheck > i{
		color: #ffd700;
	}	
	.content ul > li.star > i{
		color: #39709D !important
	}
	.content ul > li > i{
		margin-right: 8px;
	}	
	.rotate{
		-moz-transition: all 0.1s linear;
		-webkit-transition: all 0.1s linear;
		transition: all 0.1s linear;
	}
	.rotate.down{
		-moz-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		transform:rotate(90deg);
	}
	.freestartpack{
		background: #39709D !important;
		color: #fff;
	}
	.freestartpack,.basicpack,.corporate{
		background: #39709D !important;
		color: #fff;
	}
	.compack{
		background: #002E5D !important;
		color: #fff;
	}
	.corporate .subprice{
		font-size: 20px !important;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 2000px){
	.mob4oly{
		display: none;
	}
	#shrtcomtab5_wrapper{
		width: 1110px;
		margin: 0 auto;
		padding: 50px 30px 0;
	}
	#shrtcomtab5{
		width: 88%;
		margin: 0 auto;
		border-width: 0;
		border-spacing: 1px;
	}
	#shrtcomtab5 td, #shrtcomtab5 th, #shrtcomtab5 thead{
		border: 0px;
		vertical-align: top;
	}
	#shrtcomtab5 td, #shrtcomtab5 th{
		width: 20%;
		max-width: 200px;
		white-space: normal !important;
	}
	#shrtcomtab5 thead th:first-child{
		font-size: 22px;
		line-height: 36px;
		background: #fff !important;
		padding: 10px;
		text-transform: capitalize;
		font-weight: 300 !important;
		text-align: center;
		vertical-align: middle;
	}
	#shrtcomtab5 thead th:nth-child(2),
	#shrtcomtab5 thead th:nth-child(3),
	#shrtcomtab5 thead th:nth-child(5){
		background: #39709D;
		color: #fff;
		text-align: center;
	}
	#shrtcomtab5 thead th:nth-child(4){
		color: #fff;
		background: #002E5D;
		text-align: center;
	}
	#shrtcomtab5 thead th > h2{
		font-family: 'Quattrocento Sans' !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: 55px !important;
		font-size: 22px !important;
		color: #fff !important;
		text-align: center !important;
		letter-spacing: 1px !important;
		margin: 0 !important;
	}
	#shrtcomtab5 thead th .frm{
		color: #fff;
		text-transform: lowercase;
		min-height: 35px;
		font-size: 18px !important;
		letter-spacing: 0px;
		line-height: initial;
	}
	#shrtcomtab5 thead th h3 .bterm{
		color: #fff;
		line-height: initial;
		text-transform: lowercase;
		min-height: 35px;
		font-size: 18px !important;
		letter-spacing: 0px;
	}
	#shrtcomtab5 thead th > h3{
		color: #fff !important;
		font-size: 50px !important;
		letter-spacing: 1px;
		font-family: 'Quattrocento Sans' !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: 55px;
		text-align: center;
		min-height: 100px;
	}
	#shrtcomtab5 thead th:last-child > h3{
		font-size: 20px !important;
		text-transform: initial;
		line-height: 30px !important;
		letter-spacing: 0px;
	}
	#shrtcomtab5 thead th > h3 > span{
		font-size: 20px !important;
		text-transform: lowercase;		
	}
	#shrtcomtab5 thead th .tnc{
		text-transform: initial;
	}
	#shrtcomtab5 th a{
		color: #000;
		background: #fff;
		padding: 0px !important;
		margin: 20px auto;
		display: inline-block;
		border-radius: 30px;
		font-size: 18px;
		width: 150px;
		text-transform: initial;
	}
	#shrtcomtab5 tr.xrow td{
		padding: 5px !important;
		border-left: solid 1px #ededed;
		border-right: solid 1px #ededed;
		display: table-cell;
		vertical-align: middle;
	}
	#shrtcomtab5 td.module_name{
		font-size: 20px;
		line-height: 36px;
		background: #e2eaf0 !important;
		padding: 10px;
		border-left: solid 1px #ededed;
		border-right: solid 1px #ededed;
	}
	#shrtcomtab5 td.title_col,
	#shrtcomtab5 td.tcell{
		background: #fff;
	}
	#shrtcomtab5 td.title_col{
		line-height: 20px
	}
	#shrtcomtab5 td.title_col span{
		float: right;
	}
	#shrtcomtab5 td.tcell{
		text-align: center;
		vertical-align: middle;
		font-size: 20px;
	}
	#shrtcomtab5 td > i{
		background: #fff !important;
		font-size: 22px;
		padding: 2px !important;
	}
	#shrtcomtab5 td.active{
		color: #41ad49 !important;
		vertical-align: middle;
	}
	#shrtcomtab5 td.inactive{
		color: #ccc !important;
		vertical-align: middle;
	}
	#shrtcomtab5 td.spec1 > div{
		line-height: 26px;
		font-size: 16px;
	}
	#shrtcomtab5 td.spec2 > div{
		line-height: 26px;
		font-size: 16px;
	}
}