.hr-button{
	background-color: #4aaee2 !important;
	border-color: #4aaee2 !important;
}

.badge {
    font-weight: 400;
}

.info-container{
	width: 100%
	background-color#fafafa;
	margin: auto;
	margin-bottom: 50px;
}

.info-holder{
	width: 50%;
	margin: auto;
}



.header-text-holders{
	width: 100%;
	background-color: #fafafa;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 25px;
}

.header-text-1{
	font-size: 34px;
	color: #647585;
	text-align: center;
}


.header-text-2{
	font-size: 34px;
	color: #647585;
	text-align: center;
}


.card1{
	border:0px!important;
}

.card-img-top1{
	max-width: 120px!important;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.card-title1{
	text-align: center;
	font-size: 24px;
	color: #647585;
	font-weight: 600;
}


.card-text1{
    text-align: center;
	font-size: 18px;
	color: #647585;
	font-weight: 500;
}


.pricing-holder{
	width: 50%;
	margin: auto;
}

.pricing-row{
	margin-top: 50px;
}


.card2{
	border:0px!important;
	min-height: 350px!important;
}

.card-img-top2{
	max-width: 120px!important;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.card-title2{
	text-align: center;
	font-size: 24px;
	color: #647585;
	font-weight: 600;
}


.card-text2{
    text-align: center;
	font-size: 18px;
	color: #647585;
	font-weight: 500;
	margin-bottom: 50px;
}


.header-button{
	position: absolute;
	right:    0;
	top:   0;
	border-radius: 1px!important
}

.call-button{
	margin-top: 50px;
	position: absolute;
	right:    0;
	bottom:   0;
	border-radius: 1px!important
}

.card-header-text-holder{
	background-color: #666666;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
}

.card-header-text{
	color: #fafafa;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.pricing-card-icon{
	text-align: center;
	font-size: 44px;
}

.benefits{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
}

.benefits-items{

	font-size: 18px;
	font-weight: 500;
}

@media (max-width: 667px){
	.info-holder {
	    width: 95%;
	    margin: auto;
	}
	.pricing-holder{
		width: 95%;
		margin: auto;
	}

	.col-sm{
		width: 100%!important;
		margin-bottom: 25px;
		margin-top: 25px;
	}
}