@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i|Roboto:300,400,400i,500,500i,700,700i&display=swap");
		/*----------
		Blocks
		----------*/
		/*Pricing table and price blocks*/
		.pricing_table {
			line-height: 150%; 
			font-size: 12px; 
			margin: 0 auto; 
			width: 90%; 
			max-width1: 800px; 
			padding-top: 10px;
			margin-top: 10px;
		}
		
		.price_block {
			text-align: center; 
			width: 100%; 
			color: #fff; 
			float: left; 
			list-style-type: none; 
			transition: all 0.25s; 
			position: relative; 
			box-sizing: border-box;
			margin-bottom: 10px; 
			border-bottom: 20px solid transparent; 
		}
		
		/*Price heads*/
		.pricing_table h3 {
		    font-size: 18px; 
			text-transform: uppercase; 
			padding: 10px 0; 
			background: #333; 
			margin: -10px 0 1px 0;
			background: #1a92c2; 

		}
		
		/*Price tags*/
		.price {
			display: table; 
			background: #444; 
			width: 100%; 
			height: 70px; 
		}
		.price_figure {
			font-size: 24px; 
			text-transform: uppercase; 
			vertical-align: middle; 
			display: table-cell;
		}
		.price_number {
			font-weight: bold; 
			display: block;
		}
		.price_tenure {
			font-size: 14px; 
			font-weight: 500; 
		}
		.price_number currency {
		    font-family: "Roboto", sans-serif;
			font-size: 18px; 
			font-weight: 500; 
		}
		
		/*Features*/
		.features {
			background: #fbfcfc ;
			background: ##fbfcfc linear-gradient(to bottom, #fbfcfc, #f7f9f9);
			background: linear-gradient(#fbfcfc, #f7f9f9);
			color: #000;
		}
		.features li {
		    font-family: Arial;
			padding: 3px 15px;
			border-bottom: 1px solid #ccc; 
			font-size: 11px; 
			list-style-type: none;
			text-align: left;
		}
		.features aaa {
		    font-family: "Roboto", sans-serif;
			padding1: 10px 15px;
			font-size: 13px; 
			list-style-type: none;
			text-align: left;
			vertical-align: middle;
			text-transform: uppercase;
			line-height: 10px;
			font-weight: 400;
		}
		.features bbb {
		    font-family: "Roboto", sans-serif;
			padding1: 10px 15px;
			font-size: 11px; 
			list-style-type: none;
			text-align: left;
			vertical-align: middle;
			text-transform: uppercase;
			line-height: 10px;
			font-weight: 400;
		}
		.features red {
		    color: #CC0000;

		}
		.features green {
		    color: #04AA6D;

		}
		
		.footer1 {
			padding: 15px; 
			background: ##fbfcfc linear-gradient(to bottom, #fbfcfc, #f7f9f9);
			background: linear-gradient(#fbfcfc, #f7f9f9);
		}
		.action_button {
			text-decoration: none; 
			color: #fff; 
			font-weight: bold; 
			border-radius: 5px; 
			background: linear-gradient(#666, #333); 
			padding: 5px 20px; 
			font-size: 11px; 
			text-transform: uppercase;
		}
		
		.price_block:hover {
			box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.5); 
			transform: scale(1.04) translateY(-5px); 
			z-index: 1; 
			border-bottom: 0 none;
		}
		.price_block:hover .price {
			background:linear-gradient(#DB7224, #F9B84A); 
			box-shadow: inset 0 0 45px 1px #DB7224;
		}
		.price_block:hover h3 {
			background: #222;
		}
		.price_block:hover .action_button {
			background: linear-gradient(#F9B84A, #DB7224); 
		}
		
		
		@media only screen and (min-width : 480px) and (max-width : 768px) {
			.price_block {width: 50%;}
			.price_block:nth-child(odd) {border-right: 1px solid transparent;}
			.price_block:nth-child(3) {clear: both;}
			
			.price_block:nth-child(odd):hover {border: 0 none;}
		}
		@media only screen and (min-width : 768px){
			.price_block {width: 25%;}
			.price_block {border-right: 1px solid transparent; border-bottom: 0 none;}
			.price_block:last-child {border-right: 0 none;}
			
			.price_block:hover {border: 0 none;}
		}
		
		
		
		
		
	
		
		
		
		
		.skeleton, .skeleton ul, .skeleton li, .skeleton div, .skeleton h3, .skeleton span, .skeleton p {
			border: 5px solid rgba(255, 255, 255, 0.9);
			border-radius: 5px;
			margin: 7px !important;
			background: rgba(0, 0, 0, 0.05) !important;
			padding: 0 !important;
			text-align: left !important;
			display: block !important;
			
			width: auto !important;
			height: auto !important;
			
			font-size: 10px !important;
			font-style: italic !important;
			text-transform: none !important;
			font-weight: normal !important;
			color: black !important;
		}
		.skeleton .label {
			font-size: 11px !important;
			font-style: italic !important;
			text-transform: none !important;
			font-weight: normal !important;
			color: white !important;
			border: 0 none !important;
			padding: 5px !important; 
			margin: 0 !important;
			float: none !important;
			text-align: left !important;
			text-shadow: 0 0 1px white;
			background: none !important;
		}
		.skeleton {
			display: none !important;
			margin: 100px !important;
			clear: both;
		}
		
		
		
		
		
		
		
		
		
		
		
.plan-submit {
  display: inline-block;
  text-decoration: none;
  margin: 0px 0 0px 0;
  padding: 8px 16px;
  border: 1px solid #34495E;
  color: #34495E;
  font-size: 12px;
  text-transform: uppercase;
}
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F9B84A linear-gradient(to bottom, #F9B84A, #DB7224);
  background: linear-gradient(#F9B84A, #DB7224);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}