#plans.plesk, #plans.sites {
	background: rgb(29,218,184);
	background: linear-gradient(90deg, rgba(29,218,184,1) 0%, rgba(42,245,152,1) 100%);
	padding: 80px 25px;
}

#plans.plesk .box-plan, #plans.sites .box-plan {
	box-shadow: none;
	z-index: 4;
	animation-delay: 1s;
}

#plans.plesk .plans-title h1, #plans.sites .plans-title h1 {
	color: #fff;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 15px;
}

#plans.plesk .plans-title h3, #plans.sites .plans-title h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 50px;
}

/* table compare */
#compare {
	padding: 50px 20px;
	background: #F1F2FB;
}

#compare table {
	background: #fff;
	cursor: default;
	margin-bottom: 0;
	border-radius: 8px;
}

#compare td, #compare th {
	border-color: #F1F2FB;
	padding: 25px 15px;
}

#compare table thead {
	border: none;
}

#compare table thead th {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	position: relative;
	background: #2a2a2a;
}

#compare table thead tr .rounded1 {
	border-radius: 8px 0 0 0 !important;
}

#compare table thead tr .rounded2 {
	border-radius: 0 8px 0 0 !important;
}

#compare table tbody th {
	text-align: right;
	font-weight: 400;
}

#compare table tbody td {
	text-align: center;
	color: #777;
}

#compare .compare-title {
	text-align: center;
}

#compare .compare-title h1 {
	font-weight: 700;
	color: #2E8B66;
    font-size: 38px;
}

#compare .compare-title h5 {
	font-weight: 700;
	color: #4C9C7C;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 2em;
}

#compare .t-price td {
	color: #2E8B66;
}

#compare .t-price td span{
	color: #2E8B66;
	font-weight: 700;
	font-size: 20px;
}

#compare table button {
	background: #2E8B66;
	border: none;
	cursor: pointer;
	padding: 12px 40px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	border-radius: 5px;
	position: relative;
  	transition: all .35s;
	overflow: hidden;
	text-transform: uppercase;
}

#compare button span{
  position: relative;
  z-index: 2;
}

#compare button:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  transition: all .35s;
  border-radius: 8px;
}

#compare button:hover{
  color: #fff;
}

#compare button:hover:after{
  width: 100%;
}

#compare .border-left, #compare .border-right {
	border-color: #F1F2FB !important;
}

/* infos Host */
#info-host {
    padding: 50px 25px;
    background: #fff;
}

#info-host img {
	width: 100%;
}

#info-host h3 {
	font-size: 24px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #2E8B66;
}

#info-host h6 {
	font-weight: 400;
	color: #444;
}

#info-host span img {
	width: 25px;
	margin-right: 10px;
}

#info-host .col-md-8>div {
	margin: 35px 50px;
}

