
#PricingTab {
	background-size: 100% 100%;
	background-attachment: fixed;
	padding: 100px 0;
}
#PricingTab h2{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
#PricingTab table{
	max-width:800px;
	margin: 0 auto;
	box-shadow: 1px 1px 149px 0px rgb(24, 25, 25);
}

.tabco1 {
  background: #fff;
  width: 40%;
  padding: 10px !important;
}
th.tabco1 {
	background: #fff;
	padding: 5px 5px !important;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
}
.tabco2 {
  background: #fff;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
th.tabco2 {
	background: #fff;
	padding: 5px 5px !important;
	font-size: 18px;
	text-transform: uppercase;
}
.tabco3 {
  background: #265a88;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
th.tabco3 {
	background: #265a88;

	padding: 5px 5px !important;
	font-size: 18px;
	text-transform: uppercase;
}
.tabco4 {
  background: #efefef;
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
th.tabco4 {
	background: #efefef;
	
	padding: 5px 5px !important;
	font-size: 18px;
	text-transform: uppercase;
}
.rightSign {
	color: #a5a5d5;
	background: #fff;
	border-radius: 45px;
	padding: 5px;
	border: 2px solid;
	box-shadow: 0px 0px 11px -5px #000;
}
.crossSign {
	color: #de2315;
	background: #fff;
	border-radius: 45px;
	padding: 5px 7px;
	border: 2px solid;
	box-shadow: 0px 0px 11px -5px #000;
}
.White-Yellow {
    border-top: 0;
    border-left: 75px solid #fff;
    border-right: 75px solid #FEF200;
    height: 5px;
    width: 0px;
}