/*
 *
 *    [Table of contents]
 *
 *    [&. Content / #key]
 *    [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 *    Summary: Widgets
 *
 *    1. Pricing Box
 *	  	 1.1 style 1
 *	  	 1.2 style 2
 */ 

/*----------  1. Pricing Box  ----------*/
	/*---------- 1.1 style 1  ----------*/


		.slz-pricing-table-01 {
			padding: 0 0 50px 0;
			border: none;
			box-shadow: 5px 9px 10px 0 rgba(0, 0, 0, 0.1);
			-webkit-box-shadow: 5px 9px 10px 0 rgba(0, 0, 0, 0.1);
		}

		.slz-pricing-table-01 .pricing-header {
			margin-bottom: 0;
		}

		.slz-pricing-table-01 .pricing-header .title {
		    padding: 40px 0;
		    background: #31c290;
		    margin-bottom: 0;
			-webkit-transition: all 0.6s ease;
			-o-transition: all 0.6s ease;
			transition: all 0.6s ease;
		    font-family: 'Poppins', sans-serif;
		    color: #fff;
		    text-transform: capitalize;
		}
		.slz-pricing-table-01 .pricing-section {
		    font-size: 48px;
		    font-weight: 600;
		    color: #333333;
		    font-family: 'Poppins', sans-serif;
		    padding-bottom: 30px;
		    padding-top: 40px;
			-webkit-transition: all 0.6s ease;
			-o-transition: all 0.6s ease;
			transition: all 0.6s ease;
		}
		.slz-pricing-table-01 .pricing-section .per {
			font-size: 14px;
		    font-family: 'Poppins', sans-serif;
		    color: #cccccc;
		    margin-left: -10px;
		    text-transform: uppercase;
		}
		.slz-pricing-table-01 .pricing-section .unit{
			font-size: 25px;
			margin-right: -10px;
		}
		.slz-pricing-table-01 .pricing-body .pricing-option{
			color: #838383;
		    margin-bottom: 15px;
		    font-size: 15px;
		}
		.slz-pricing-table-01 .pricing-footer .btn{
			position: relative;
			padding: 15px;
			font-family: 'Poppins', sans-serif;
			border-radius: 2px;
			-webkit-border-radius: 2px;
			background-color: #333333;
			width: 75%;
			-webkit-transition: all 0.6s ease;
			-o-transition: all 0.6s ease;
			transition: all 0.6s ease;
			text-transform: capitalize;
		}
		.slz-pricing-table-01 .pricing-footer .btn:after{
		    content: "\f105";
		    font-family: 'FontAwesome';
		    margin-left: 10px;
		}

		.slz-pricing-table-01.active, 
		.slz-pricing-table-01:hover {
			box-shadow: 12px 19px 30px 0 rgba(0, 0, 0, 0.15);
			-webkit-box-shadow: 12px 19px 30px 0 rgba(0, 0, 0, 0.15);
		}

		.slz-pricing-table-01:hover .pricing-header .title,
		.slz-pricing-table-01.active .pricing-header .title {
		    padding-top: 55px;
		    padding-bottom: 100px;
		    color: #ffffff;
		}
		
		.slz-pricing-table-01.active .pricing-footer .btn {
			background: #31c290;
		}

		.slz-pricing-table-01:hover .pricing-section,
		.slz-pricing-table-01.active .pricing-section {
		    margin-top:-110px;
		    color: #ffffff;
		    margin-bottom: 35px;
		}
		.slz-pricing-table-01:hover .pricing-header .per,
		.slz-pricing-table-01.active .pricing-header .per{
			color: #fff;
		}

		.slz-pricing-table-01 .pricing-footer .btn {
			display: inline-block;
			vertical-align: middle;
			-webkit-transform: translateZ(0);
			-moz-transform: translateZ(0);
			transform: translateZ(0);
			box-shadow: 0 0 1px rgba(0, 0, 0, 0);
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-osx-font-smoothing: grayscale;
			position: relative;
			-webkit-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		.slz-pricing-table-01 .pricing-footer .btn:before {
			content: "";
			position: absolute;
			z-index: -1;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background: #31c290;
			-webkit-transform: scaleX(0);
			-moz-transform: scaleX(0);
			transform: scaleX(0);
			-webkit-transform-origin: 50%;
			transform-origin: 50%;
			-webkit-transition: all 0.3s ease-out;
			-o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
		}
		.slz-pricing-table-01:hover .pricing-footer .btn:before,
		.slz-pricing-table-01:focus .pricing-footer .btn:before, 
		.slz-pricing-table-01:active .pricing-footer .btn:before {
			-webkit-transform: scaleX(1);
			-moz-transform: scaleX(1);
			transform: scaleX(1);
		}

	/*---------- 1.2 style 2  ----------*/


		.slz-pricing-table-01.style-2 {
			padding: 15px;
		}
		
		.slz-pricing-table-01.style-2 .pricing-header-2 .title {
		    padding-top: 20px;
		    padding-bottom: 35px;
		    font-size: 24px;
		    font-weight: 700;
		    text-transform: capitalize;
		    color: #333;
		 }

		.slz-pricing-table-01.style-2 .pricing-header-2 .sub-title {
			font-weight: 700;
			font-size: 18px;
			color: #333;
			padding-top: 10px;
		}

		.slz-pricing-table-01.style-2 .wrapper-icon-image {
	   		display: inline-block;
		}

		.slz-pricing-table-01.style-2 .wrapper-icon {
			height: 85px;
		}

		.slz-pricing-table-01.style-2 .wrapper-icon-image img {
		    max-width: 90px;
	    	max-height: 90px;
		}

		.slz-pricing-table-01 .pricing-body .pricing-option .slz-icon {
			margin-right: 5px;
		}

		.slz-pricing-table-01.style-2 .pricing-body .pricing-option {
		    color: #7b7b7b;
		}

		.slz-pricing-table-01.style-2 .pricing-section-2 {
		    font-size: 60px;
		    font-weight: 600;
		    line-height: 1;
		    padding-top: 35px;
		    color: #a6a6a6;
		    -webkit-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		.slz-pricing-table-01.style-2:hover .pricing-section-2,
		.slz-pricing-table-01.style-2.active .pricing-section-2 {
			color: #31c290;
		}

		.slz_pricing_agency .slz-pricing-table-01.style-2:hover .pricing-section-2,
		.slz_pricing_agency .slz-pricing-table-01.style-2.active .pricing-section-2 {
			color: #f37f46;
		}

		.slz-pricing-table-01.style-2 .pricing-body {
			padding-top: 20px;
		}

		.slz-pricing-table-01.style-2 .pricing-body .pricing-option:last-child {
			margin-bottom: 0;
		}

		.slz-pricing-table-01.style-2 .pricing-section-2 .per {
		    font-size: 14px;
		    color: #a6a6a6;
	        text-transform: uppercase;
	        margin-left: -10px;
		}



		.slz-pricing-table-01.style-2 .pricing-section-2 .unit {
		    font-size: 30px;
		    margin-right: -10px;
		}

		.slz-pricing-table-01.style-2 .pricing-footer {
			padding-top: 55px;
			padding-bottom: 50px;
			margin: 0;
		}
		
	/*----------  2. Responsive  ----------*/
		@media screen and (max-width: 768px) {
			.slz-pricing-plan-01 .slz-list-block {
				margin: 0;
			}
		}
		