/* INDEX.PHP CSS */

/*-- Introduction START --*/

.plans__grid__section:not(:last-child) {
	margin-bottom:2em;
}

.plans__red {
	color:#800000;
}

.plans__underline {
	text-decoration:underline;
}

dt {
	font-family:"Roboto Slab Bold";
}

dt {
	margin-bottom:0.8em;
	letter-spacing:0;
}

dd {
	font-size:0.9em;
	margin-bottom:2em;
}


.list__features li {
	list-style-type:circle;
}

.list__features li:not(:last-child) {
	margin-bottom:0.5em;
}

/*-- IT Support START--*/
	.plans__grid {
		display:flex;
		flex-wrap:nowrap;
		justify-content:center;
		margin:3em auto auto auto;
		
	}
	
	.plans__grid__img {
		height:184px;
		text-align:center;
	}
	.plans__grid__img img {
		margin-left:auto;
		margin-right:auto;
	}
	
	.plans__contactus {
		text-align:center;
		margin:1em auto 3em auto;
	}

	body .callus__items > a {
		background:none;
	}
	
	.plans__contactdesc {
		font-family:"Roboto Slab Bold";
		letter-spacing:0px;
	}
	
	.callus__items {
		padding:0.1em;
		font-size:1.3em;
	}

	.callus__button {
		margin-top:0.5em;
		width:7em;
		height:2em;
		font-size:1.6em;
	}

	.callus__button  .caret {
		margin-left:0.3em;
		border-width:7px 7px 0;
	}

	.callus__items .glyphicon {
		margin-right:0.3em;
	}
	

/*-- IT Support END--*/

/*-- Cloud Solutions & Mobility END--*/

/*-- Cloud Solutions & Mobility END--*/



/*-- Introduction END --*/



@media (max-width: 767px) {

	
	.plans__grid {
		flex-direction:column;
		padding:0 0.8em;
		font-size:0.8em;
	}
	
	.plans__grid__img {
		margin:0 0 1em 1em;
	}
	
	.plans__grid__img img {
		height:130px;
	}
	
	.plans__contactdesc {
		font-size:0.8em;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {

	.plans__grid {
		flex-direction:column;
		padding:0 2em;
		font-size:1em;
	}
	
	.plans__grid__img {
		margin:0 0 2em 1em;
	}
	
	.plans__grid__img img {
		height:184px;
	}
	
	.plans__contactdesc {
		font-size:1em;
	}
}

@media (min-width: 992px) {

	
	.plans__grid {
		flex-direction:row-reverse;
		padding:0 2em;
		font-size:1em;
	}

	.plans__grid__img {
		margin:0 0 2em 1em;
	}
	
	.plans__grid__img img {
		height:184px;
	}
	
	.plans__contactdesc {
		font-size:1em;
	}	
}



