/*
	cableinternet/iblaze
*/

/* body {
	position: relative;
	z-index: 0;
}


body::before {
	content: '';
	background-image: url('../img/supercharge/supercharge_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	opacity: 0.5;
	position: fixed; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1; 
} */


body {
	position: relative;
	z-index: 0;
}


body::before {
	content: '';
	/* background-image: url('../img/corporate/corporate_bg.jpg'); */
	background-image: url('../img/promo/81310.jpg');

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	/* opacity: 0.5; */
	position: fixed; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2; 

}

body::after {
    content: "";
    position: absolute;
    top:0; left:0; right:0; bottom:0;
    background: linear-gradient(
        to bottom, 
        rgba(0, 123, 255, 0.2),  /* light blue top */
        rgba(0, 78, 161, 0.603)     /* dark blue bottom */
    );
	background: rgba(0, 123, 255, 0.1);
    z-index: -1; /* on top of first overlay but behind content */
}


/********************************* Container settings ****************************/
@media (min-width: 1300px) {
  .container {
    width: 1070px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1170px;
  }
}
/*********************************************************************************/
.custom {
		
	margin: 3px;
	z-index: 1;
	border-radius: 50px;
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	overflow: hidden;
	text-align: center;
	color: white;
	background: #0046B0;
}
.custom:hover {
	background-image: none;
   	color:#fff;
	background: #FF6A00; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#FF6A00, #E04700); /* For Safari 5.1 to 6.0 */
	background: -moz-linear-gradient(#FF6A00, #E04700); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(#FF6A00, #E04700); /* For Microsoft */
	background: -o-linear-gradient(#FF6A00, #E04700); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#FF6A00, #E04700); /* Standard syntax */
	border-color: #E87400;

}
/**************************************************************************************/
.box {
  position: relative;
  z-index: 1;
	
}
.ribbon {
     width: 100%;
     position: absolute;
     text-align: center;
     font-size: 11px !important;
     background: #D64B4B;
     background: -webkit-gradient(linear, left top, left bottom, from(#D64B4B), to(#AB2C2C));
     background: -webkit-linear-gradient(top, #FF0000,#FF0000);
     background: -moz-linear-gradient(top, #D64B4B, #AB2C2C);
     background: -ms-linear-gradient(top, #D64B4B, #AB2C2C);
     background: -o-linear-gradient(top, #D64B4B, #AB2C2C);
     background-image: -ms-linear-gradient(top, #D64B4B 0%, #AB2C2C 100%);
     -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
     -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
     box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
     font-family: 'Helvetica Neue',Helvetica, sans-serif;
     margin-top: -35px;
}

.ribbon p {
     font-size: 26px !important;
     /* red orig color: #801111; */
     color: #FFF;
     text-shadow: #D65C5C 0 1px 0;
     margin:0px;
     padding: 2px 10px;
}

.ribbon:before, .ribbon:after {
     content: '';
     position: absolute;
     display: block;
     bottom: -1em;
     border: 1.5em solid #FF0000;
     z-index: -1;
}
/*orig ribon color #C23A3A*/

.ribbon:before {
     left: -2em;
     border-right-width: 1.5em;
     border-left-color: transparent;
     -webkit-box-shadow: rgba(0,0,0,0.4) 1px 1px 1px;
     -moz-box-shadow: rgba(0,0,0,0.4) 1px 1px 1px;
     box-shadow: rgba(0,0,0,0.4) 1px 1px 1px;
}

.ribbon:after {
     right: -2em;
     border-left-width: 1.5em;
     border-right-color: transparent;
     -webkit-box-shadow: rgba(0,0,0,0.4) -1px 1px 1px;
     -moz-box-shadow: rgba(0,0,0,0.4) -1px 1px 1px;
     box-shadow: rgba(0,0,0,0.4) -1px 1px 1px;
}

.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
     border-color: #871616 transparent transparent transparent;
     position: absolute;
     display: block;
     border-style: solid;
     bottom: -1em;
     content: '';
}

.ribbon .ribbon-content:before {
     left: 0;
     border-width: 1em 0 0 1em;
}

.ribbon .ribbon-content:after {
     right: 0;
     border-width: 1em 1em 0 0;
}

.ribbon-stitches-top {
     margin-top:2px;
     border-top: 1px dashed rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
     -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
     box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}

.ribbon-stitches-bottom {
     margin-bottom:2px;
     border-top: 1px dashed rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
     -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
     box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}


div#wrapper
{
    width: 100%;
    text-align: center;
    margin: auto;

	/*new*/
	position: relative;
	top: -80px;
	/* padding-top:90px; */
	margin-top:90px;
}

@media only screen and (max-width: 480px) {
	.ssas {
		width: 100% !important;
	}

	.int-pkg		{
    		width: 235px !important;
    		height: 275px !important;	
		margin-left: 0px !important;
	}

	.noteTest2	{
		font-weight: 700 !important;
		/* font-size:19px !important; */
	}
	.note	{
		font-weight:  Regular !important;
		font-size:10px !important;
	}
	.int-pkg > .boost p{
		font-size:23px !important;
		font-weight: 900 !important;
	}

	.int-pkg > .pick {
		margin-top: -10px !important;	
	}

	.int-pkg > .boost h1{
		font-size:38px !important;
		font-weight: 900 !important;
	}
	.int-pkg > .pick p{
		font-size: 15px !important;
		font-weight: 400 !important;
		padding-top: 5px !important;
	}

	.int-pkg > .pick h1{
		font-size:23px !important;
	}

	.noteavrgspd{
		font-weight:  600 !important;
		font-size:13px !important;
	}

	.noteTest1 {
		font-size:11px !important;
	}

	.noteTest3 {
		font-size:45px !important;
	}

.subscribeTest	{
	border: 2px solid #03265e;
  	padding: 10px;
  	border-radius: 25px;
	font-size: 15px !important;
	margin: 15px 0 0 0;

}

.upgradeTest	{
	border: 2px solid #03265e;
  	padding: 10px;
  	border-radius: 25px;
	font-size: 15px !important;
	margin: 2px 0 0 0;	
}

.buttonTest	{
	color: #fff;
	left: 37px;
	text-align: center;
	letter-spacing: 1px !important;
	margin-top: 50px;
}



	



}

@media only screen and (max-width: 280px) {
	.int-pkg		{
    		width: 235px !important;
    		height: 440px !important;	
	}

	.int-pkg > .title p{
		font-size:20px !important;
		padding-left: 0%;
	}

	.int-pkg > .title h1{
		font-size:35px !important;
		transform: translateY(-25%);
		font-weight: 900 !important;
	}

	.int-pkg > .boost p{
		font-size:23px !important;
		font-weight: 900 !important;
	}

	.int-pkg > .boost h1{
		font-size:38px !important;
		font-weight: 900 !important;
	}

	.int-pkg > .pick p{
		font-size: 15px !important;
		font-weight: 400 !important;
		padding-top: 5px !important;
	}

	.int-pkg > .pick h1{
		font-size:23px !important;
	}

	.noteTest2 {
		font-weight: 700 !important;
		font-size:13px !important;
	}

	.note{
		font-weight:  400 !important;
		font-size:8px !important;
	}

	.noteavrgspd{
		font-weight:  600 !important;
		font-size:9px !important;
	}








}


.internet{
	padding-top:10px;
	padding-bottom:25px;
	min-height: -webkit-calc(100vh - 184px);
	min-height: -moz-calc(100vh - 184px);
	min-height: -ms-calc(100vh - 184px);
	min-height: -o-calc(100vh - 184px);
	min-height: calc(100vh - 184px);
	/* background-color: #FFF; */
	/* background: rgba(255, 255, 255, 0.50);
	backdrop-filter: blur(2px);           
	-webkit-backdrop-filter: blur(1px);
	border: 1px solid rgba(255, 255, 255, 0.2); */
}
.int-container{
	margin-top:30px;
	margin-bottom:50px;
}
.int-pkg{
	background: #FFF; /* For browsers that do not support gradients */
    	width: 245px;
    	height: 275px;
    	display: inline-block;
  	/* margin-top: 30px; */
	margin-left: 30px;
	vertical-align: bottom;	
	box-shadow: 0 1px 4px #5C5C5C;
	animation: 1s ease-out 0s 1 slideInFromBottom; 
}

.int-pkg > .category{
	font-size:16px;
	color:#FFF;
	background-color:#0046B0;
	text-align:center;
	position:absolute;
	border-radius:50%;
	width:85px;
	height:85px;
	margin-left:-15px;
	margin-top:-25px;
	line-height:15px;
	background: #00B4F5; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(#00B4F5 5%,  #003887 80%); /* Safari 5.1-6.0 */
	background: -o-radial-gradient(#00B4F5 5%,  #003887 80%); /* For Opera 11.6-12.0 */
	background: -moz-radial-gradient(#00B4F5 5%,  #003887 80%); /* For Firefox 3.6-15 */
	background: radial-gradient(#00B4F5 5%,  #003887 80%); /* Standard syntax */
	text-shadow: 0px 2px 0px #333;
	z-index:1;
}
.int-pkg > .category > .cat-internet{
	height:100%;
	padding-top:33%
}
.int-pkg > .category > .cat-bundle{
	height:100%;
	padding-top:33%
}
.int-pkg > .title {
	position: relative;
	font-family: 'Montserrat', 'sans-serif';
	background: #001c43;
	font-weight: 800;
	width: 100%;
	text-align: center;
}

.int-pkg > .title p{
	text-align: left;
	font-size:20px;
	padding-top: 20px;
	color: #00aeef;
	transform: translateY(18%);
	padding-left: 12%;
}

.int-pkg > .title h1{
	font-size:40px;
	color: #FFF;
	transform: translateY(-25%);
	font-weight: 800;
	padding-bottom: 15px;

}

.int-pkg > .boost p{
	font-size:23px;
	padding-top: 35px;
	color:#001c43;
	text-align: center;
	letter-spacing:0px;
	line-height: 0.4;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}

.int-pkg > .boost h1{
	letter-spacing:-2px;
	line-height: 0.2;
	font-size: 35px;
	color:#001c43;
	transform: translateY(-40%);
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}

.int-pkg > .pick {
	padding-top: 20%;
}

.int-pkg > .pick p{
	font-size: 15px;
	color:#001c43;
	padding-top: 5px;
	text-align: center;
	letter-spacing:0px;
	line-height: 0.4;
	font-family: 'Montserrat', sans-serif;
	font-weight: regular;
}

.int-pkg > .pick h1{
	line-height: 0.4;
	letter-spacing:-1px;
	font-size:23px;
	color:#001c43;
	transform: translateY(-60%);
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}




.int-pkg > .price{
	position: relative;
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	text-align:center;
	font-size:50px;
	color:#001c43;
	top: 10%;
	transform: translateY(-5%);
	text-shadow: -1px 1px 2px #000;
}
.int-pkg > .price >.peso{
	font-size:60px
}
.int-pkg > .per-month{
	position: relative;
	background-color:#feb31e;
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	text-align:left;
	line-height:33px;
	font-size:28px;
	padding:0 5px 5px 10px;
	color:#FFF;
	top: -15%;
	transform: translateY(21%);
	width:70%;
	margin-left:96px;
	text-shadow: 1px 1px 1px #000;
}
.int-pkg > .side{
	position: relative;
	background-color:#795214;
	width:17px;
	height:17px;
	margin-left:271px;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	margin-top:-38px;
	z-index:-2;
}

.note{
	font-family: 'Montserrat', sans-serif;
	font-weight:  600;
	color:#001c43;
	font-size:17px;
	padding-bottom: 40px;
	margin-top: 12px;
	animation: 0.3s ease-out 0s 1 slideInFromRight;
}

.noteavrgspd{
	font-family: 'Montserrat', sans-serif;
	font-weight:  600;
	color:#001c43;
	font-size:17px;
	padding-bottom: 40px;
	margin-top: 12px;
}


.noteTest {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color:#001c43;
	font-size:17px;
}

.noteTest2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color:#001c43;
	font-size:33px;
	animation: 0.3s ease-out 0s 1 slideInFromLeft;
}

.noteTest3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color:#001c43;
	font-size:70px;
	margin-top: 20px;
}

.noteTest1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: Regular;
	color:#001c43;
	font-size:17px;
}



.newrate-title{
	margin:20px 10px 50px 10px;
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#0046B0;
}

a.area-btn{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	text-align:center;
	min-width:150px;
	max-width:150px;
    	display:inline-block;
    	margin:-2px;
    	padding: 4px 12px;
	color:#fff;
    	background: #0046B0; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#0046B0, #19347D); /* For Safari 5.1 to 6.0 */
	background: -moz-linear-gradient(#0046B0, #19347D); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(#0046B0, #19347D); /* For Microsoft */
	background: -o-linear-gradient(#0046B0, #19347D); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#0046B0, #19347D); /* Standard syntax */
	border-color: #19347D;
	text-decoration:none
}
a.area-active{
	background-image: none;
   	color:#fff;
	background: #FF6A00; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#FF6A00, #E04700); /* For Safari 5.1 to 6.0 */
	background: -moz-linear-gradient(#FF6A00, #E04700); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(#FF6A00, #E04700); /* For Microsoft */
	background: -o-linear-gradient(#FF6A00, #E04700); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#FF6A00, #E04700); /* Standard syntax */
	border-color: #E87400;
}
.test-active{
	background-image: none;
   	color:#fff;
	background: #FF6A00; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#FF6A00, #E04700); /* For Safari 5.1 to 6.0 */
	background: -moz-linear-gradient(#FF6A00, #E04700); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(#FF6A00, #E04700); /* For Microsoft */
	background: -o-linear-gradient(#FF6A00, #E04700); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#FF6A00, #E04700); /* Standard syntax */
	border-color: #E87400;
}

a.area-btn:hover{
	background-image: none;
   	color:#fff;
	background: #FF6A00; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#FF6A00, #E04700); /* For Safari 5.1 to 6.0 */
	background: -moz-linear-gradient(#FF6A00, #E04700); /* For Firefox 3.6 to 15 */
	background: -ms-linear-gradient(#FF6A00, #E04700); /* For Microsoft */
	background: -o-linear-gradient(#FF6A00, #E04700); /* For Opera 11.1 to 12.0 */
	background: linear-gradient(#FF6A00, #E04700); /* Standard syntax */
	border-color: #E87400;
}
.area-opt{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
}
.address{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	line-height:30px;
	font-size:16px;
}
.entire-address{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	line-height:30px;
	font-size:16px;
}
p.dwelling{
	font-family:AvantGarde-Md-BT , Fallback, sans-serif;
	font-size:12px;
	line-height:10px;
	margin:-8px 0 0 0;
}
@media (max-width: 991px) {
	.entire-address{
		 text-align:left;
		 margin-left:45px;
		 margin-bottom:0px;
	}
	p.dwelling{
		text-align:left;
		margin-left:60px;
		margin-top:8px;
	}
}
/******************* subscribe ********************/

.subscribe a {
	outline:none;
	letter-spacing:1px;
    margin: 2px 0 0 0;
	line-height:35px;
	font-weight:bold;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #FFF;
	position: relative;
	z-index: 1;
}

.subscribe {
    width: 90%;
    height: 35px;
    margin: 10px auto;
    position: relative;
    background: #FF6A00;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(#FF6A00), color-stop(#E04700));
    background: -webkit-linear-gradient(top,  #FF6A00, #E04700);
    background: -moz-linear-gradient(top,  #FF6A00, #E0470);
    background: -o-linear-gradient(top,  #FF6A00, #E04700);
    background: -ms-linear-gradient(top,  #FF6A00, #E04700);
    background: linear-gradient(to bottom,  #FF6A00 , #E04700);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6A00', endColorstr='#E04700',GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #FFA851;
    color: #FFF;
    font-size: 20px;
 
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);    
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);
}
.subscribe:before {
    content: "";
    width: 127px;
    height: 15px;
    display: block;
    position: absolute;
    left: 5px;
 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	 border-top-left-radius: 0px;
	 border-top-right-radius: 0px;
	 border-bottom-left-radius: 25px;
	 border-bottom-right-radius: 25px;
 
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), 	color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
/******************* upgrade ********************/

.upgrade a {
	outline:none;
	letter-spacing:1px;
    margin: 2px 0 0 0;
	line-height:35px;
	font-weight:bold;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #FFF;
	position: relative;
	z-index: 1;
}

.upgrade {
    width: 137px;
    height: 35px;
    margin: 10px -12px;
    position: relative;
    background: #19347D;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(#0046B0), color-stop(#19347D));
    background: -webkit-linear-gradient(top,  #0046B0, #19347D);
    background: -moz-linear-gradient(top,  #0046B0, #19347D);
    background: -o-linear-gradient(top,  #0046B0, #E04700);
    background: -ms-linear-gradient(top,  #0046B0, #19347D);
    background: linear-gradient(to bottom,  #0046B0 , #19347D);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0046B0', endColorstr='#E04700',GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #FFA851;
    color: #FFF;
    font-size: 20px;
 
    -webkit-box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);    
    box-shadow:  0px 1px 3px 0px rgba(0, 0, 0, .2);
}
.upgrade:before {
    content: "";
    width: 127px;
    height: 15px;
    display: block;
    position: absolute;
    left: 5px;
 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	 border-top-left-radius: 0px;
	 border-top-right-radius: 0px;
	 border-bottom-left-radius: 25px;
	 border-bottom-right-radius: 25px;
 
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 8%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(8%,rgba(255,255,255,0.7)), 	color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 8%,rgba(255,255,255,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}



.internetTest	{
	border: 2px solid orange;
	letter-spacing: 2px;
	text-align: center;
	margin: 5px;
	font-family: 'Montserrat', sans-serif;
}

.divTest	{
background: rgb(235,68,35);
background: -moz-linear-gradient(90deg, rgba(235,68,35,0.938813025210084) 20%, rgba(240,156,36,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(235,68,35,0.938813025210084) 20%, rgba(240,156,36,1) 100%);
background: linear-gradient(90deg, rgba(235,68,35,0.938813025210084) 20%, rgba(240,156,36,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb4423",endColorstr="#f09c24",GradientType=1);

color: #fff;
}


.upto	{
	margin-top: 10px;
	font-size: 18px;
}

.speed	{
	margin-top: -14px;
	font-size: 35px;
}

.boost	{
	font-size: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #fff;
}

.priceTest	{
	font-size: 30px;
	left: 25px;
	margin-top: 30px;
}


.subscribeTest	{
	border: 2px solid #03265e;
  	padding: 0 40px 0;
  	border-radius: 25px;
	display: inline;
	background-color: #001c43;
}

.upgradeTest	{
	border: 2px solid #03265e;
  	padding: 0 40px 0;
  	border-radius: 25px;	
	display: inline;
	background-color: #001c43;
}

.buttonTest	{
	color: #fff;
	left: 37px;
	text-align: center;
	margin-top: 15px;
	font-family: 'Montserrat', 'sans-serif';
	font-weight: 600;
	font-size: 23px;
}

.addTest	{
	border: 2px solid #03265e;
  	padding: 15px;
  	border-radius: 25px;
	color:  #03265e;
	font-size: 18px;
}

.upgradeTest:hover, .subscribeTest:hover, .addTest:hover	{
	cursor: pointer;

}

.ssas {
	width: 61%;
	align-self: center;
	margin: auto;
	margin-top: 40px;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}




/*testing new one*/
.int-pkgnew{
	background:#001c43; /* For browsers that do not support gradients */
    	/* width: 245px; */
		width: 290px;
    	/* height: 275px; */
		height: 305px;
    	display: inline-block;
  	margin-top: 30px;
	margin-left: 30px;
	vertical-align: bottom;	
	box-shadow: 0 1px 4px #5C5C5C;
	/* animation: 1s ease-out 0s 1 slideInFromBottom;  */
	border-radius: 20px;
	margin-bottom:90px;

	opacity: 0;               /* start invisible */
    transform: translateY(-10px); /* start slightly above */
    animation: fadeSlide 0.7s forwards; /* animation name, duration, keep final state */

	/*shadow*/
	box-shadow: 0 2px 28px 1px rgba(0, 0, 0, 0.30);
}

.int-pkg:nth-child(1) { animation-delay: 0s; }
.int-pkg:nth-child(2) { animation-delay: 0.2s; }
.int-pkg:nth-child(3) { animation-delay: 0.4s; }


@keyframes fadeSlide {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.int-pkgnew > .titlenew {
	display: flex;
	position: relative;
	font-family: 'Montserrat', 'sans-serif';
	/* background: #001c43; */
	font-weight: 800;
	width: 100%;
	text-align: center;
}

.int-pkgnew > .titlenew p{
	text-align: left;
	font-size:20px;
	padding-top: 20px;
	color: #00aeef;
	transform: translateY(18%);
	padding-left: 12%;
	width:10px;
}

.int-pkgnew > .titlenew h1{
	padding-top: 25px; /*25px*/
	font-size:40px;
	color: #FFF;
	transform: translateY(30%); /*-25*/
	font-weight: 800;
	/* padding-bottom: 15px; */

	text-shadow: 0 3px 1px rgba(0, 0, 0, 0.10), 0 8px 10px rgba(0, 0, 0, 0.2);
}



.upto {
  padding-top: 65px; /*20px*/
  /* padding-left: 5%; */
  padding-left: 15%;
  line-height: 1;
  text-align: left;
  font-size: 18px; /* same height as TESTING text */
  font-weight: bold;
  color: white;

  text-shadow: 0 3px 1px rgba(0, 0, 0, 0.10), 0 8px 10px rgba(0, 0, 0, 0.2);
}

.int-pkgnew > .picker {
	padding-top: 0%;
	padding-top:30px;
	/*padding-bottom:90px; /*100px*/
	color: white;

	text-shadow: 0 3px 1px rgba(0, 0, 0, 0.10), 0 8px 10px rgba(0, 0, 0, 0.2);

}

.int-pkgnew > .picker h1{
	font-size:23px !important;
	border-radius: 40px;
	/* border: 1px solid white; */
	display: inline-block;
	padding: 8px;

	/*width for border*/
	width: 200px;
	box-shadow: 0 20px 30px 1px rgba(0, 0, 0, 0.30);
	/* text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15), 0 8px 25px rgba(0, 0, 0, 0.1); */
	text-shadow: 0 3px 1px rgba(0, 0, 0, 0.10), 0 8px 10px rgba(0, 0, 0, 0.2);
}

.int-pkgnew > .bottom{
	/* padding-top: 90px; */
	margin-top:35px;
	/*padding-bottom:90px; /*100px*/
	/*margin-bottom:25px; /*new add*/
	margin-bottom:18px;
	color: white;
	font-size:18px;
	font-weight: 900;
	/* text-shadow: 0 3px 1px rgba(0, 0, 0, 0.10), 0 8px 10px rgba(0, 0, 0, 0.2); */
	background: #fecd07;
	border-radius: 0px 0px 20px 20px;
	/* font-family: 'Sporty Pro', sans-serif; */
	height: 60px !important;
	display: flex;              /* <-- IMPORTANT */
	flex-direction: row;        /* image left, text right */
	align-items: center;        /* vertical center */
	justify-content: center;    /* centers whole content (optional) */
	text-align: left;           /* text naturally aligns left */
	/*padding-left: 10px;         /* spacing so image isn’t touching edge */
	gap: 10px;                  /* spacing between image and text */

}


.bottom h5 {
    margin: 0;
	padding-top: 10px;
	text-align: center;
	font-family: 'Anton', sans-serif;
	font-weight: bold;	
	font-size: 14px;
}

.bottom h4 {
    margin: 2px 0 0 0;           /* small gap on top */
	font-family: 'Montserrat', 'sans-serif' !important;
	font-size: 13px;
}

.int-pkgnew > .bottom h5,
.int-pkgnew > .bottom h4{
	color: black;
	/* margin-top: 10px !important; */
}

.int-pkgnew > .bottom h4{
	margin-bottom: 10px !important;
}

.icon {
    width: 35px;               /* adjust size */
    height: auto;
}

.text-block h5, 
.text-block h4 {
    margin: 0;                 /* remove spacing */
    line-height: 1.2;
}

.text-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.1;
}

/*testing new one*/

/*
for cabletv page
*/
.int-pkg{
	width: 300px !important;
	height: 420px !important;	
	/* border-radius: 20px; */
	/* margin-bottom: 120px; */
	/* margin-top: 160px !important; */
	box-shadow:
  	0 0 6px rgba(0, 0, 0, 0.15),     /* faint glow all around */
  	-6px 6px 15px rgba(0, 0, 0, 0.35); 
}

.Fee	{
	margin-bottom: 15px;
	border-top: 1px solid #fff;
}


.int-pkg > .LockPeriod {
	padding-top:5%;
}

.int-pkg > .channels p{
	line-height: 0.4;
	letter-spacing:-1px;
	font-size:18px;
	color:#001c43;
	transform: translateY(-60%);
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 550;
	padding-top:90px;
	height: 5px;
}

@media only screen and (max-width: 480px) {
	.int-pkg > .Fee p{
		font-size:23px !important;
		font-weight: 900 !important;
	}

	.int-pkg > .Fee h1{
		font-size:38px !important;
		font-weight: 900 !important;
	}
	.int-pkg > .LockPeriod {
		margin-top: -10px !important;	
	}
	.int-pkg > .LockPeriod p{
		font-size: 15px !important;
		font-weight: 400 !important;
		padding-top: 5px !important;
	}

	.int-pkg > .LockPeriod h1{
		font-size:23px !important;
	}

	div#wrapper
	{
		top: 0px;
	}

}


@media only screen and (max-width: 280px) {
	.int-pkg > .Fee p{
		font-size:23px !important;
		font-weight: 900 !important;
	}

	.int-pkg > .Fee h1{
		font-size:38px !important;
		font-weight: 900 !important;
	}
	.int-pkg > .LockPeriod p{
		font-size: 15px !important;
		font-weight: 400 !important;
		padding-top: 5px !important;
	}

	.int-pkg > .LockPeriod h1{
		font-size:23px !important;
	}

	div#wrapper
	{
		top: 0px;
	}
}

.int-pkg > .Fee p{
	font-size:15px;
	padding-top: 10px;
	color:#001c43;
	text-align: center;
	letter-spacing:0px;
	line-height: 0.4;
	font-family: 'Montserrat', sans-serif;
	/* font-weight: 900; */
	font-weight: 700;
}

.int-pkg > .Fee h1{
	letter-spacing:-2px;
	line-height: 0.2;
	font-size: 35px;
	color:#001c43;
	transform: translateY(-40%);
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}

.int-pkg > .LockPeriod p{
	font-size: 15px;
	color:#001c43;
	padding-top: 2px;
	text-align: center;
	letter-spacing:0px;
	line-height: 0.4;
	font-family: 'Montserrat', sans-serif;
	/* font-weight: regular; */
	font-weight: 700;
}

.int-pkg > .LockPeriod h1{
	line-height: 0.4;
	letter-spacing:-1px;
	font-size:35px;
	color:#001c43;
	transform: translateY(-60%);
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}


.int-pkg > .title {
	position: relative;
	font-family: 'Montserrat', 'sans-serif';
	background: #001c43;
	font-weight: 800;
	/*idth: 100%;*/ width:90%;
	text-align: center;
	/* border-radius:20px 20px 0px 0px; */
	padding:15px;
	top: -60px;
	left: 15px;
}
/*****************************************************************************************/
.triangle-down {
  position: relative;
  /* top: -10px;  */
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #001c43;
  margin: 0 auto;
  margin-bottom:25px;
  /* width: 50px;
  height: 50px;
  background-color: #001c43;
  transform: rotate(45deg);
  border-radius: 4px;  
  margin: 0 auto;
  position: relative;
  top: -36px;  */
}
/*****************************************************************************************/
.override{
	height: 60px !important;
	border-radius: 16px !important;
}

.override a{
	line-height: 60px !important;
}

.clr1{
	background: linear-gradient(135deg, #FFC76A 0%, #FF3C00 100%) !important;
}

.clr2{
	background: linear-gradient(135deg, #A5CAEE 0%, #2479DB 50%, #255FAC 100%) !important;
}

.arrowClr1{
	/* background-color: #ff631d !important; */
	border-top: 20px solid #ff6f27 !important; /*#ff6d2b*/
	/* background: linear-gradient(135deg, #FFC76A 0%, #FF3C00 100%) !important; */
}

.arrowClr2{
	/* background-color: #246ec6 !important; */
	border-top: 20px solid #2471cd !important;
	/* background: linear-gradient(135deg, #A5CAEE 0%, #2479DB 50%, #255FAC 100%) !important; */
}


/*coroporate*/

.int-pkg>.picked{
  text-align: left;
  /* font-size: 16px; */
  font-size: 13px;
  font-weight: 700;
  position: relative;
  top:-20px;
}

.int-pkg >.picked p{
	/* padding:10px 15% 0px; */
	padding:10px 10% 0px;
}

.subscribe{
	width: unset !important;
	margin-left: 10% !important;
	margin-right: 10% !important;
}


.int-pkg>.long p{
	/* font-size: 20px !important; */
	padding-left: 30% !important;
	font-size: 221.8% !important;
}

.int-pkg>.long h1{
	font-size: 32px !important;
}

.marg{
	margin-bottom: 120px !important;
}

.notemarg{
	margin-bottom: 0px !important; 
	height: 38px !important;
}

.subnote{
	font-size: 16px !important;
	color: black;
	font-weight: 505;
}

.mainnote{
	/* font-size: 38px;
	color: #00aeef; */
	margin-top:60px !important;
}

.titlefont{
	font-size: 28px !important;
}

.color1{
	 /* background: linear-gradient(to bottom, #2CCFCF 0%, #2CCFCF 75%, #F2FFFF 100%); */
/* background: linear-gradient(to bottom, #2CCFCF 0%, #E8FFFF 100%); */
background: linear-gradient(
  to bottom,
  #2CCFCF 0%,
  #2CCFCF 75%,
  #B8F1F1 100%
);
background: #0065ff;
}

.color2{
	background: linear-gradient(to bottom, #F0C419 0%, #F0C419 75%, #FFF7D6 100%);
 /* background: linear-gradient(to bottom, #F0C419 0%, #FFF8D8 100%); */
}

.color3{
	  /* background: linear-gradient(to bottom, #4A4A4A 0%, #4A4A4A 75%, #F3F3F3 100%); */
  /* background: linear-gradient(to bottom, #4A4A4A 0%, #D9D9D9 100%); */
  	background: linear-gradient(
    to bottom,
    #4a4a4a 0%,
    #4a4a4a 40%,
    #dcdcdc 75%,
    #ffffff 100%
  );
}







/*logo font*/

.logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'VAG Rounded', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #f58526;
  text-shadow: 0 2px 3px rgba(0,0,0,0.3);
  position: relative;
}

/* Gradient + Outline */
.logo span {
  background: linear-gradient(#ff9b32, #dd5b0b);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  padding: 4px 10px;
  border-radius: 15px;
  border: 4px solid #f58526;
}

/* Outline box behind @ */
.logo .at-box {
  border-radius: 12px;
  background: #ffffff30;
  padding: 4px 12px;
  border: 4px solid #f58526;
  box-shadow: inset 0 0 10px rgba(255,255,255,0.8);
}

/* Underline swoosh */
.swoosh {
  position: absolute;
  bottom: -12px;
  left: 10px;
  width: 100%;
  height: 8px;
}


.icon-container {
    display: flex;
    justify-content: center; /* center horizontally */
    align-items: center;     /* center vertically (optional) */
    gap: 20px;               /* space between images */
    width: 100%; 
	padding-bottom:20px;            
}



.icon-iblaze{
	width: 400px;               /* adjust size */
    height: auto;
	background-color:white;
	padding:20px;
	/* border-radius: 20px; */
	border-radius: 100px;

	border:2px solid gray;
}

.icon-fiber{
	width: 400px;               /* adjust size */
    height: auto;
	background-color:#f0f8ff;
	padding:20px;
	/* border-radius: 20px; */
	border-radius: 100px;

	border:2px solid gray;
	border-color: #0d6efd;
}



.icon-iblaze:hover,
.icon-fiber:hover  {
	cursor: pointer;
    background-color: #f0f8ff;  /* change background on hover */
    border-color: #0d6efd;      /* optional: change border color too */
}

/* Smaller screens */
@media (max-width: 768px) {  /* tablet */
    .icon-fiber,
	.icon-iblaze {
        width: 300px;
        padding: 15px;
    }
	.int-pkgnew{
		margin-left: 0px;
	}
}

@media (max-width: 480px) {  /* mobile */
    .icon-fiber,
	.icon-iblaze {
        width: 200px;
        padding: 10px;
    }
	.int-pkgnew{
		margin-left: 0px;
	}
}


.icon-container a {
    outline: none;
}

@media (max-width: 633px) {
  .icon-fiber, .icon-iblaze {
    width: 40vw;
    padding: 15px;
  }
}
