
/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.main-blog-heading {
	font-weight: 500;
}

.blog-listing-page .posts-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.blog-listing-page .posts-container .content-inner {
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .08);
	margin: 10px;
	border-radius: 10px;
	padding-bottom: 0 !important;
}

.blog-listing-page .posts-container .content-inner img {
	margin-bottom: 0;
}

.blog-listing-page .posts-container .content-inner .article-content-wrap {
	padding: 15px;
}

.blog-listing-page .posts-container .title {
	min-height: 50px;
}

.blog-listing-page .posts-container .title a, .blog-listing-page .posts-container .title {
	color: #333;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
}

.blog-listing-page .meta-category:after {
	display: none !important;
}

.blog-listing-page .meta-category:before {
	content: "Posted in";
	margin-right: 4px;
}

.blog-listing-page .more-link .continue-reading {
	background: none !important;
	color: #2bb673 !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: normal;
	letter-spacing: -.18px;
	text-transform: capitalize;
	padding: 0;
	position: relative;
}

.blog-listing-page .more-link .continue-reading:after {
	font-family: icomoon;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	content: "";
	height: 25px;
	width: 25px;
	position: absolute;
	right: -34px;
	margin-top: 0px;
	border: 1px solid #2bb673;
	text-align: center;
	line-height: 22px;
	border-radius: 50px;
}

.blog-listing-page .more-link {
	margin-top: 0 !important;
}

.single-post .meta-category {
	display: none;
}

.single-post .entry-title {
	color: #2bb673;
	font-family: Circular Std;
	font-size: 40px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: normal;
}

.single-post  .post-featured-img img {
	width: 100%;
}

input#mc-embedded-subscribe {
	padding: 0px 20px !important;
}

/* Default styles for desktop (tabs layout) */
.number-calculator-post .calc-inner {
	display: flex;
	flex-direction: row;
}

.number-calculator-post .tabs {
	display: flex;
	flex-direction: row;
}

.number-calculator-post .tab-titles {
	list-style-type: none;
	padding: 0;
	width: 25%;
	background-color: #1a2327;
	border-radius: 20px;
	margin: 10px 0;
}

.number-calculator-post .tab-title {
	cursor: pointer;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	margin-bottom: -1px;
}

.number-calculator-post .tab-content {
	width: 75%;
	padding: 10px;
}

.number-calculator-post .tab-pane {
	display: none;
}

.number-calculator-post .tab-pane.active {
	display: block;
}

.number-calculator-post .accordion {
	display: none;
}

.number-calculator-post li.tab-title.active {
	color: #fff;
}

li.tab-title.active .count-number {
	background-color: #2bb673;
	color: #fff;
}

/* Styles for mobile and tablet (accordion layout) */
@media (max-width: 768px) {
	.number-calculator-post .accordion {
		display: block !important;
	}
	
	.calc-inner {
		display: block;
	}
	
	.number-calculator-post  .tabs {
		display: none !important;
	}
	
	.accordion-item {
		border: 1px solid #ddd;
		margin-bottom: 10px;
	}
	
	.accordion-header {
		cursor: pointer;
		padding: 10px;
		background-color: #f5f5f5;
		border-bottom: 1px solid #ddd;
	}
	
	.accordion-content {
		display: none;
		padding: 10px;
		background-color: #f9f9f9;
	}
	
	.accordion-content.show {
		display: block;
	}
}

/* custom.css */
#menu-item-3489, #menu-item-3490 {
	display: none !important;
}

.about-video-class {
	width: 848px;
	height: 560px;
	margin: 0 auto !important;
}

ul.sf-menu.menu-right-new {
	position: unset;
	border-left: 2px solid rgba(255, 255, 255, .45);
	padding-left: 10px;
	margin-left: 24px !important;
}

nav {
	margin-left: 0px;
	align-items: unset;
	padding: 20px 0px;
}

.col.span_9.col_last {
	width: unset !important;
}

.software-new .check-sec h3, .software-new .check-con {
	color: #fff;
}

.check-sec img {
	margin-top: 7px;
	max-width: 25px !important;
}

body.single-post .comments-section {
	display: block;
}

body.single-post .content-inner {
	margin-bottom: 50px;
}

body.single-post .engi-right {
	width: 30%;
	float: left;
}

body.single-post .engi-right img {
	float: inherit;
}

body.single-post .engi-left {
	float: left;
	width: 70%;
}

ul.marker-setup li {
	width: 50%;
	float: left;
	list-style: none;
	position: relative;
}

ul.marker-setup li:before {
	content: ".";
	position: absolute;
	left: -20px;
	color: #2bb673;
	font-size: 60px;
	top: -17px;
}

ul.marker-new li {
	list-style: none;
	position: relative;
}

ul.marker-new li:before {
	content: ".";
	position: absolute;
	left: -20px;
	color: #2bb673;
	font-size: 60px;
	top: -17px;
}

.what-left, .what-right {
	width: 50%;
	float: left;
}

.main-blog-heading {
	font-weight: 500;
}

.blog-listing-page .posts-container {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.blog-listing-page .content-inner {
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .08);
	margin: 10px;
	border-radius: 10px;
	padding-bottom: 0 !important;
}

.blog-listing-page .content-inner img {
	margin-bottom: 0;
}

.blog-listing-page .article-content-wrap {
	padding: 15px;
}

.blog-listing-page .title {
	min-height: 50px;
}

.blog-listing-page .title a, .blog-listing-page  .title {
	color: #333 !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
}

.blog-listing-page .meta-category:after {
	display: none !important;
}

.blog-listing-page .meta-category:before {
	content: "Posted in";
	margin-right: 4px;
}

.blog-listing-page .more-link .continue-reading {
	background: none !important;
	color: #2bb673 !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: normal;
	letter-spacing: -.18px;
	text-transform: capitalize;
	padding: 0;
	position: relative;
}

.blog-listing-page .more-link .continue-reading:after {
	font-family: icomoon;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	content: "";
	height: 25px;
	width: 25px;
	position: absolute;
	right: -34px;
	margin-top: 0px;
	border: 1px solid #2bb673;
	text-align: center;
	line-height: 22px;
	border-radius: 50px;
}

.blog-listing-page .more-link {
	margin-top: 0 !important;
}

.single-post .heading-title .meta-category {
	display: none;
}

.single-post .entry-title {
	color: #2bb673;
	font-family: Circular Std;
	font-size: 40px;
	font-style: normal;
	font-weight: 500 !important;
	line-height: normal;
}

.single-post  .post-featured-img img {
	width: 100%;
}

.single-post .post .content-inner {
	padding-bottom: 0;
}

.single-post .related-post-wrap {
	margin: 0 !important;
	background: none !important;
}

.single-post .row-bg-wrap {
	display: none;
}

.single-post .related-title {
	color: #2bb673;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

.blog-listing-page .excerpt {
	display: none;
}

.related-title {
	padding-top: 50px !important;
}

.related-post-wrap .blog-recents {
	margin-bottom: 80px !important;
}

.single-post .post-content p, .single-post .post-content span, .single-post .post-content ul li {
	color: #58585a;
	font-size: 16px;
	font-weight: 450;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
}

.single-post .post-content .wp-block-quote {
	background: #f5f5f5;
	padding: 20px;
}

.single-post .post-content .wp-block-quote cite {
	font-size: 16px !important;
	font-weight: 450;
	line-height: 25px;
	letter-spacing: 0em;
}

.pricing-padding .nectar-fancy-box:hover h5.pricing-hea {
	border-top: 1px solid #c6442b;
}

.pricing-padding .nectar-fancy-box:hover p.pricing-p {
	border-bottom: 1px solid #c6442b;
}

h5.pricing-hea {
	padding-top: 8px;
	border-top: 1px solid #595b61;
	font-size: 22px !important;
}

h5.pricing-heading {
	border: none;
	font-size: 30px !important;
	line-height: 40px !important;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

p.pricing-p {
	border-bottom: 1px solid #595b61;
	padding-bottom: 8px !important;
	font-size: 18px;
}

p.pricing-para {
	font-size: 18px;
	background-color: #d75137;
	margin-top: 1.5em;
	padding: 5px 0px;
}

.pricing-box2 p.pricing-para {
	font-size: 18px;
	background-color: #21a766;
	margin-top: 1.5em;
	padding: 5px 0px;
}

.pricing-sec a, .pricing-section a {
	color: #fff;
	font-family: DM Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 50px;
	border: 2px solid #fff;
	padding: 7px 25px;
}

ul.pricing-ul {
	padding-top: 20px;
}

.pricing-ul li {
	font-size: 18px;
}

.pricing-section .pricing-ul {
	padding: 20px 30px;
	margin-left: 30px !important;
}

h5.pricing-heading {
	display: flex;
	align-items: center;
	justify-content: center;
}

.column-padding .wpb_text_column.wpb_content_element.calc-pfont.custom_font {
	height: 93px;
}

.pricing-padding .nectar-fancy-box[data-style=color_box_hover]:before {
	box-shadow: unset !important;
}

.read-more-btn {
	padding-bottom: 22px;
}

.home-last-section {
	display: none;
}

.pricing-text, .pricing-text1 {
	color: #fff;
	text-align: center;
	font-family: DM Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.pricing-box1, .pricing-box2 {
	color: #fff;
	text-align: center;
	font-family: DM Sans;
	border-radius: 70px;
	background: #e85c41;
}

.pricing-box2 {
	background: #2bb673;
}

.buy-btn a, .contact-btn a {
	border-radius: 50px;
	border: 2px solid #fff;
	color: #fff;
	padding: 8px 50px;
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	margin-top: 20px;
}

p.pricing-para-con {
	margin-bottom: 20px;
}

p.pricing-para-con2 {
	margin-bottom: 20px;
	color: #000 !important;
}

.contact-btn a {
	background-color: #2bb673;
	border: none;
}

.img-spacing .img-with-aniamtion-wrap .hover-wrap {
	margin-bottom: 0px !important;
}

.img-spacing .wpb_video_wrapper {
	position: relative;
}

.img-spacing .wpb_video_wrapper:before {
	border-left: 1px dotted #abb0b2;
	position: absolute;
	content: "";
	bottom: -65;
	width: 100%;
	height: 90px;
	left: 50%;
	right: 0;
	margin: 0 auto;
}

.img-spacing .hover-wrap {
	margin-top: -40px;
}

.press-content p {
	color: #585b62;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	max-width: 975px;
	margin: 0 auto;
}

.press-p p {
	color: #939393;
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.image-radius {
	border-radius: 10px 0px 0px 10px;
}

.press-icon i {
	border: 1px solid #2bb673;
	margin-left: 10px;
	border-radius: 78px;
	padding: 5px 11px;
	color: #2bb673;
}

.press-icon a {
	color: #2bb673;
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -.18px;
	text-transform: capitalize;
}

.partners-text {
	font-size: 16px;
	width: 100%;
	max-width: 983px;
	margin: 0 auto;
	color: #fff;
}

.Best-Practice-con {
	font-size: 16px;
	color: #595b61;
}

.host-sec-con {
	color: #585b62;
	font-family: DM Sans;
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
}

.check-sec {
	display: flex;
	align-items: start;
	margin-bottom: 0px !important;
}

.check-sec h3 {
	color: #444;
	font-family: DM Sans;
	font-size: 22px !important;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding-left: 15px;
	margin-bottom: 0px !important;
	padding-top: 3px;
}

.check-padding {
	margin-top: 35px;
}

.check-sec img {
	margin-bottom: 0px !important;
}

.check-con {
	padding-left: 40px;
	color: #585b62;
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.partners-btn .contact-btn a {
	padding: 10px 35px;
}

.Universitie-sec .inner-wrap {
	border-radius: 50px;
}

.video-heading-part .vc_row.vc_row-flex>.span_12 {
	justify-content: center !important;
}

.quality-sec-frs .check-con {
	padding-left: 15px !important;
}

.quality-sec-frs img {
	margin-top: 1px;
}

.quality-sec-frs .check-con {
	padding-bottom: 18px;
	padding-top: 3px;
}

.quality-pro-con {
	color: #595b61;
	font-family: DM Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.quality-position .row-bg {
	position: relative;
}

.quality-position .row-bg:before {
	position: absolute;
	content: "";
	border-left: 1px dashed;
	bottom: -70px;
	left: 50%;
	height: 50px;
}

.quality-front-con {
	color: #585b62;
	font-family: DM Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

.h2-position {
	position: relative;
	width: 500px;
	margin: 0 auto;
	max-width: 100%;
}

.h2-position:before {
	position: absolute;
	border-left: 1px dashed;
	content: "";
	bottom: -22px;
	left: 50%;
	height: 35px;
}

.img-spacing .hover-wrap .image-margin {
	margin-top: -60px !important;
}

.check-con.check-icon-content {
	padding-left: 5px !important;
}

.quality-check {
	margin-left: 35px;
}

.text-italic {
	font-style: italic;
	font-size: 12px !important;
	line-height: 20px;
}

.img-with-aniamtion-wrap .hover-wrap .img-margin {
	margin-bottom: 0px !important;
}

.quality-pro-block li {
	position: relative;
	padding-left: 12px;
	color: #939393;
	font-family: DM Sans;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}

.quality-pro-block li:before {
	position: absolute;
	content: "";
	background: url("https://spectoolbox.com/nitropack_static/kYcKQQFcsuQreswoKWkpMMjJreGoAyKP/assets/images/optimized/rev-61f3e39/clttoolbox.com.au/wp-content/uploads/2023/10/bx-check.svg-.png");
	width: 100%;
	top: 0px;
	height: 20px;
	background-repeat: no-repeat;
	left: -22px;
}

.quality-pro-block li {
	list-style: none;
}

.quality-pro-block ol, ul {
	margin-left: 20px;
}

.quality-pro-block h4 {
	color: #333;
	font-family: DM Sans !important;
	font-size: 20px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: normal !important;
	height: 55px;
}

.timber-img {
	padding-top: 10px;
}

.timber-cal-bx1 .img-with-aniamtion-wrap .hover-wrap {
	margin-bottom: 0px;
}

.quality-box-con2 li {
	line-height: 26px !important;
}

.timber-img {
	width: 30%;
}

.blog-custom-clss img.lazyloaded {
	width: 80%;
}

@media (max-width:1150px) {
	img.alignnone.size-full.wp-image-2778 {
		margin-bottom: 0;
	}
}

@media (max-width:767px) {
	ul.marker-setup li, body.single-post .engi-right, body.single-post .engi-left {
		width: 100%;
	}
	
	.what-left, .what-right {
		width: 100%;
	}
	
	p.vc_custom_heading.banner-second-title.vc_custom_1694158249724 {
		margin-top: 60px !important;
	}
	
	.blog-listing-page .posts-container {
		display: grid !important;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	
	.blog-listing-page .content-inner {
		margin-bottom: 10px !important;
	}
	
	.single-post .related-title {
		padding-bottom: 10px !important;
		font-size: 25px;
	}
	
	.single .heading-title {
		margin-bottom: 0;
	}
	
	.single-post  #ajax-content-wrap #footer-widgets .container .col {
		margin: 0;
	}
	
	.related-post-wrap .blog-recents {
		margin-bottom: 10px !important;
	}
	
	.single-post .post-content p, .single-post .post-content .wp-block-quote cite {
		font-size: 14px !important;
		line-height: 26px;
	}
	
	h5.pricing-heading {
		font-size: 26px !important;
		padding: 30px 0px;
	}
	
	h5.pricing-hea {
		padding-top: 20px;
	}
	
	.pricing-padding .box-inner-wrap:hover {
		padding: 20px !important;
		border-radius: 20px !important;
	}
	
	.mobile-mar .hover-wrap-inner {
		margin-top: 40px;
	}
	
	h2.vc_custom_heading.product-head {
		padding-top: 40px;
	}
	
	.press-p p {
		padding-top: 15px;
		padding-bottom: 15px !important;
	}
	
	.about-main-padding {
		margin-bottom: 40px !important;
		margin-top: 40px !important;
	}
	
	.vc_col-sm-12.about-main-padding.right_margin_80px.left_margin_80px.inherit_tablet.inherit_phone {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}

@media only screen and (max-width: 998px) and (min-width: 767px) {
	.wpb_wrapper h1.vc_custom_heading {
		padding-bottom: 25px;
	}
	
	.quality-pro-con {
		margin-bottom: 0px !important;
	}
	
	.about-main-padding {
		margin-bottom: 40px !important;
		margin-top: 40px !important;
	}
}

div#flowpaper-logo-bottom {
	display: none !important;
}

.single-post .post-featured-img {
	display: none;
}

img.size-full.wp-image-4864.alignleft.ls-is-cached.lazyloaded {
	display: none;
}

.related-posts.row:before {
	content: none !important;
}

/*new pricing page css*/
.aus-pricing {
	padding-bottom: 20px;
}

.aus-feature {
	padding-bottom: 20px;
}

.aus-member {
	padding-bottom: 20px;
}

.aus-connections {
	padding-bottom: 20px;
}

.aus-section table {
	border: 0 !important;
}

td.aus-pricing-name {
	width: 23%;
}

td.aus-pricing-free {
	width: 21%;
}

td.aus-pricing-pro {
	width: 21%;
}

td.feature-true-false {
	width: 21%;
}

td.member-true-false {
	width: 21%;
}

td.connections-true-false {
	width: 21%;
}

.aus-section tr {
	background-color: rgba(37, 50, 56, .93) !important;
}

.aus-section tr td {
	color: #e4e6ec;
	border: 0 !important;
	padding: 10px 20px !important;
	align-content: center;
}

.aus-section tr td a {
	border: 0 !important;
	border-radius: 5px !important;
	font-size: 12px;
}

td.aus-pricing-status {
	width: 20%;
}

.aus-section i.fa.fa-angle-up {
	height: 24px;
	width: 24px;
	color: #fff;
	background-color: #727478;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 2%;
	top: 25%;
}

i.fa.fa-angle-up.rotate {
	transform: rotate(180deg);
}

.aus-pricing-heading {
	background-color: #58595b;
	padding: 10px 20px;
	position: relative;
}

.aus-pricing-heading h2 {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0 !important;
}

.aus-feature-heading {
	background-color: #58595b;
	padding: 10px 20px;
	position: relative;
}

.aus-feature-heading h2 {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0 !important;
}

.feature-true-false div {
	display: flex;
	gap: 5px;
	align-items: center;
}

td.feature-true-false img {
	margin: 0 !important;
	width: 100% !important;
	max-width: 20px !important;
	height: 20px !important;
}

.aus-member-heading {
	background-color: #58595b;
	padding: 10px 20px;
	position: relative;
}

.aus-member-heading h2 {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0 !important;
}

.member-true-false div {
	display: flex;
	gap: 5px;
	align-items: center;
}

td.member-true-false img {
	margin: 0 !important;
	width: 100% !important;
	max-width: 20px !important;
	height: 20px !important;
}

.aus-connections-heading {
	background-color: #58595b;
	padding: 10px 20px;
	position: relative;
}

.aus-connections-heading h2 {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 0 !important;
}

.connections-true-false div {
	display: flex;
	gap: 5px;
	align-items: center;
}

td.connections-true-false img {
	margin: 0 !important;
	width: 100% !important;
	max-width: 20px !important;
	height: 20px !important;
}

.aus-main-section .row_col_wrap_12_inner.col.span_12.left {
	/*     justify-content: end !important; */
	
	/* 	margin-right: 50px; */
	margin-left: 90px;
}

.nz-new-section .vc_column-inner {
	border-radius: 15px;
	overflow: hidden;
	padding: 20px 20px 0 20px !important;
	min-height: 310px;
}

.nz-new-section .vc_column-inner {
	width: 100%;
}

.price-nz-new-btn {
	display: block;
	text-align: center !important;
	margin: 20px 0;
}

.nz-new-section {
	max-width: 270px;
}

.nz-main-section .row_col_wrap_12_inner.col.span_12.left {
	margin-left: 90px;
}

.nz-main-section .nz-free-section:after {
	content: "";
	display: block;
	background: url("https://spectoolbox.com/nitropack_static/kYcKQQFcsuQreswoKWkpMMjJreGoAyKP/assets/images/optimized/rev-61f3e39/spectoolbox.com/wp-content/uploads/2024/08/ico.png");
	width: 14px;
	height: 16px;
	position: absolute;
	top: 9%;
	right: 14%;
	visibility: visible !important;
	background-repeat: no-repeat;
	background-size: cover;
}

.nz-main-section .nz-pro-pricing-section:after {
	content: "";
	display: block;
	background: url("https://spectoolbox.com/nitropack_static/kYcKQQFcsuQreswoKWkpMMjJreGoAyKP/assets/images/optimized/rev-61f3e39/spectoolbox.com/wp-content/uploads/2024/08/ico-1.png");
	width: 14px;
	height: 16px;
	position: absolute;
	top: 9%;
	right: 14%;
	visibility: visible !important;
	background-repeat: no-repeat;
	background-size: cover;
}

.nz-main-section .nz-enterprise-section:after {
	content: "";
	display: block;
	background: url("https://spectoolbox.com/nitropack_static/kYcKQQFcsuQreswoKWkpMMjJreGoAyKP/assets/images/optimized/rev-61f3e39/spectoolbox.com/wp-content/uploads/2024/08/ico-2.png");
	width: 14px;
	height: 16px;
	position: absolute;
	top: 9%;
	right: 14%;
	visibility: visible !important;
	background-repeat: no-repeat;
	background-size: cover;
}

.nz-enterprise-section h3 p {
	max-width: 120px;
	text-align: right;
	font-size: 12px;
}

.nz-pro-pricing-section img {
	width: 100%;
	max-width: 150px !important;
	margin-top: 20px;
}

.nz-free-section img {
	width: 100%;
	max-width: 150px !important;
}
