/*
	cableinternet/iblaze
*/

/********************************* Container settings ****************************/
@media (min-width: 1300px) {
  .container {
    width: 1070px; /*1070*/ /*1300px*/ /*1573px*/
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1070px; /*1170*/ /*1300px*/ /*1573px*/
  }
}
/*********************************************************************************/
.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.5);
     -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.5);
     -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;
}

@media only screen and (max-width: 480px) {
	.int-pkg		{
    		width: 250px !important;
    		height: 380px !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 - 100px); /*184*/
	background-color: #FFF;
}
.int-container{
	margin-top:30px;
	margin-bottom:50px;
}
.int-pkg{
	background: #FFF; /* For browsers that do not support gradients */
    	width: 275px;
    	height: 313px; /*380px*/
    	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;  */
	/* animation: 1s ease-out 0s 1 slideInFromLeft;  */
}

.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%;
}

.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:45px;
	color: #FFF;
	transform: translateY(-25%);
	font-weight: 800;
	padding-bottom: 30px;
	text-align: left;
	padding-left: 12%;
}

.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: 15px; /*40px*/
}

.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;

	margin-top: 80px;
}

.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;

}

@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);
  }
}

.text-left{
	text-align:left;
}

.termsMessage{
	padding: 0 20px 0 20px;
}
