.Rt-pricing .column {
	display: inline-block;
	vertical-align: middle;
	width: 29.9%;
	margin: 0 15px;
}

.Rt-pricing .pricing-box .heading {
	height: 200px;
	display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.Rt-pricing .pricing-box .heading h4 {
	font-size: 24px;
	font-weight: 600;
}

.Rt-pricing .pricing-box.box-1 .heading {
	background: rgb(254,204,177);
	background: -moz-linear-gradient(-45deg, rgba(254,204,177,1) 0%, rgba(72,181,141,1) 0%, rgba(72,181,141,1) 17%, rgba(72,181,141,1) 17%, rgba(79,199,138,1) 25%, rgba(91,229,169,1) 52%, rgba(79,199,138,1) 82%, rgba(79,199,138,1) 85%, rgba(79,199,138,1) 85%);
	background: -webkit-linear-gradient(-45deg, rgba(254,204,177,1) 0%,rgba(72,181,141,1) 0%,rgba(72,181,141,1) 17%,rgba(72,181,141,1) 17%,rgba(79,199,138,1) 25%,rgba(91,229,169,1) 52%,rgba(79,199,138,1) 82%,rgba(79,199,138,1) 85%,rgba(79,199,138,1) 85%);
	background: linear-gradient(135deg, rgba(254,204,177,1) 0%,rgba(72,181,141,1) 0%,rgba(72,181,141,1) 17%,rgba(72,181,141,1) 17%,rgba(79,199,138,1) 25%,rgba(91,229,169,1) 52%,rgba(79,199,138,1) 82%,rgba(79,199,138,1) 85%,rgba(79,199,138,1) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#4fc78a',GradientType=1 );
}

.Rt-pricing .pricing-box.box-2 .heading {
	background: rgb(160,211,232);
	background: -moz-linear-gradient(-45deg, rgba(160,211,232,1) 2%, rgba(63,160,234,1) 19%, rgba(63,160,234,1) 19%, rgba(98,175,234,1) 79%, rgba(100,176,234,1) 82%, rgba(100,176,234,1) 82%, rgba(95,174,237,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(160,211,232,1) 2%,rgba(63,160,234,1) 19%,rgba(63,160,234,1) 19%,rgba(98,175,234,1) 79%,rgba(100,176,234,1) 82%,rgba(100,176,234,1) 82%,rgba(95,174,237,1) 100%);
	background: linear-gradient(135deg, rgba(160,211,232,1) 2%,rgba(63,160,234,1) 19%,rgba(63,160,234,1) 19%,rgba(98,175,234,1) 79%,rgba(100,176,234,1) 82%,rgba(100,176,234,1) 82%,rgba(95,174,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d3e8', endColorstr='#5faeed',GradientType=1 );
}

.Rt-pricing .pricing-box.box-3 .heading {
	background: rgb(60,75,89);
	background: -moz-linear-gradient(45deg, rgba(60,75,89,1) 0%, rgba(0,48,91,1) 47%, rgba(0,48,91,1) 47%, rgba(24,58,89,1) 51%);
	background: -webkit-linear-gradient(45deg, rgba(60,75,89,1) 0%,rgba(0,48,91,1) 47%,rgba(0,48,91,1) 47%,rgba(24,58,89,1) 51%);
	background: linear-gradient(45deg, rgba(60,75,89,1) 0%,rgba(0,48,91,1) 47%,rgba(0,48,91,1) 47%,rgba(24,58,89,1) 51%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4b59', endColorstr='#183a59',GradientType=1 );
}

.Rt-pricing .pricing-box .info {
	font-size: 15px;
}

.Rt-pricing .pricing-box .info h6 {
	color: #ccc;
}

.Rt-pricing .pricing-box .info p {
	color: #ccc;
}

.Rt-pricing .pricing-box.box-4 .heading {
	height: 170px;
  width: 170px;
  border-radius: 100%;
  border: 1px solid #4FC78A;
  color: #000;
  margin: 20px auto;
}

.Rt-pricing .pricing-box.box-5 {
	height: 590px;
}

.Rt-pricing .pricing-box.box-5 .heading {
	height: 170px;
  width: 170px;
  border-radius: 100%;
  border: 1px solid #5FAEED;
  color: #fff;
  margin: 20px auto;
}

.Rt-pricing .pricing-box.box-6 .heading {
	height: 170px;
  width: 170px;
  border-radius: 100%;
  border: 1px solid #F1526D;
  color: #000;
  margin: 20px auto;
}

@media only screen and (max-width: 1023px) {
	.Rt-pricing .column {
		width: 29.8%;
	}

	/*.Rt-pricing .pricing-box.box-5 {
    height: 590px;
	}*/
}

@media only screen and (max-width: 991px) {
	.Rt-pricing .column {
		width: 28.7%;
	}

	.Rt-pricing .pricing-box.box-4 .heading,
	.Rt-pricing .pricing-box.box-5 .heading,
	.Rt-pricing .pricing-box.box-6 .heading {
    height: 170px;
    width: 170px;
  }

  .Rt-pricing .pricing-box.box-5 {
    height: 580px;
	}
}

@media only screen and (max-width: 767px) {
	.Rt-pricing .column {
		width: 100%;
		margin: 10px 0;
	}
}