:root {
	--primary-color: #40a1b3;
	--secondary-color: #e87874;
	--secondary-hover-color: #f7d1d0;
	--third-color: #4984a6;
	--fourth-color: #486aa3;
	--fifth-color: #546192;
	--black-color: #000;
	--white-color: #fff;
}

/* ps -guage*/

h1.project_title {
	position: absolute;
	top: 135px;
	left: 50%;
	transform: translate(-40%, 55%);
	font-size: 18px;
	text-transform: uppercase;
	color: #02a5b6;
	width: 100%;
}

.no_padding {
	padding: 0px!important;
}

.chart-gauge {	
	position: relative;
	margin-top: -30px;
    margin-bottom: 15px;
	text-align: center;
}

.chart-first {
	fill: #02a5b6;
}

.chart-second {
	fill: #2889ac;
}

.chart-third {
	fill: #3a6cab;
}

.chart-fourth {
	fill: #f26e71;
}

.chart_total {
	position: absolute;
	top: 0px;
	left: 0px;
	transform: rotate(360deg);
	z-index: -1;
}

.needle,
.needle-center {
	fill: #000000;
}

.text {
	color: "#112864";
	font-size: 16px;
}

.assessment th {
	text-align: left;
	width: 50%;
	font-size: 14px;
	vertical-align: middle;
    color: #000000;
}

svg {
	font: 12px sans-serif;
}

.wrap p {
	position: absolute;
	font-weight: bold;
	top: 50%;
	left: 14px;
	margin: 0 auto;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:1.2;
}

.wrap {
	position: relative;
	padding: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s .15s ease;
}

.bar {
	height: 62px;
	transition: .25s ease;
}

.wrap:hover .bar {
	background: rgba(255, 255, 255, 1);
	cursor: pointer;
}

.wrap span {
	display: block;
	float: right;
	padding-right: 15px;
	color: #222;
	line-height: 30px;
	-webkit-animation: span 2s 1.7s forwards;
	-moz-animation: span 2s 1.7s forwards;
	-o-animation: span 2s 1.7s forwards;
	animation: span 2s 1.7s forwards;
	opacity: 0;
}

.desc {
	display: none;
	box-sizing: border-box;
	padding: 10px;
	width: 600px;
	background: #333;
	border-radius: 10px;
	margin: 0 auto;
}

.desc p {
	color: white;
	margin: 0 auto;
}

/* ps end */

p:empty {
	display: none;
}

.invalid.error,
.error-input {
	border: 1px solid red !important;
}

.hero h2,
h2.hero {
	font-size: 42px;
}

.hero p {
	font-size: 22px;
	color: #2a2a2a;
}

.error p {
	color: red !important;
}

.hs-error-msgs {
	display: none !important;
}

.btn-assessment {
	padding: 8px 20px;
	font-size: unset;
	letter-spacing: 0.2px;
	font-weight: normal;
	box-shadow: 0 4px #e25756;
	background-color: #f97070;
	border-color: transparent;
	color: #ffffff !important;
	transition: all 0.2s ease-out;
	text-transform: uppercase;
}

.btn-assessment.alt {
	background-color: #fff;
	box-shadow: none;
	color: #000 !important;
	border: 1px solid #000000;
}

.bg-white {
	background-color: #fff;
}

.pmpg-tool {
	border-radius: 5px;
}

.pmpg-tool h1 {
	color: #1f90a6;
}

.pmpg-tool .zn_custom_html .hbspt-form {
	padding-bottom: 0;
}

.pmpg-tool .panel-group {
	box-shadow: 1px 5px 20px rgb(128, 128, 128, 0.5);
}

.pmpg-tool .heading-default {
	margin-bottom: 1px;
	padding: 20px;
}

.pmpg-tool .heading-default:hover {
	filter: brightness(1.1);
}

.pmpg-tool .heading-default:hover a {
	color: var(--white-color);
}

.pmpg-tool .heading-default h2 {
	margin: 0;
	text-transform: uppercase;
	padding-left: 10px;
    font-size: 24px;
}

.pmpg-tool .heading-default h2 .sub-text {
	font-size: 14px;
    line-height: 1;
   	display: inline-block;
    transform: translateY(-3px);
}

.pmpg-tool .heading-default a {
	color: var(--white-color)!important;
	display: block;
	width: 100%;
	position: relative;
    border-bottom: none
}

.pmpg-tool .heading-default a:hover {
    background-color: unset;
    border-bottom: none;
}

.pmpg-tool .assessment {
	float: right;
	margin-right: 65px;
	text-transform: capitalize;
	padding: 4px 12px;
	background-color: #e17674;
	border-radius: 5px;
	margin-top: -4px;
	font-size: 18px;
	border: 1px solid rgba(0,0,0, .5);
  box-shadow: inset 4px 4px 4px rgb(38,38,38, .2);
}

.pmpg-tool .assessment.score-0 {
	background-color: #e17674;
	display: inline-block;
}

.pmpg-tool .assessment.score-1 {
	background-color: #48a2b3;
	display: inline-block;
}

.pmpg-tool .assessment.score-2 {
	background-color: #4786a8;
	display: inline-block;
}

.pmpg-tool .assessment.score-3 {
	background-color: #476ca6;
}

.pmpg-tool .panel-default .accordion-toggle {
	position: relative;
}

.pmpg-tool .panel-default .accordion-toggle:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 0;
	width: 46px;
	height: 27px;
	background-image: url('../images/down-arrow-icon.png');
	background-repeat: no-repeat;
	background-size: 60%;
}

.pmpg-tool .panel-default .accordion-toggle[aria-expanded="true"]:after {
	background-image: url('../images/up-arrow-icon.png');
}

.pmpg-tool .panel-heading-0 {
	background-color: var(--primary-color);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.pmpg-tool .panel-heading-1 {
	background-color: var(--third-color);
}

.pmpg-tool .panel-heading-2 {
	background-color: var(--fourth-color);
}

.pmpg-tool .panel-heading-3 {
	background-color: var(--fifth-color);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.panel-body {
	padding: 0 15px;
}

.panel-body h4 {
	text-transform: uppercase;
	padding-left: 10px;
}

.panel-body .sub-title.default-border {
	background-color: #edf7f9;
}

.panel-body .default-border {
	border: 1px solid #dcdddf;
	border-bottom: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
}

.panel-body .border-left {
	border-left: 1px solid #dcdddf;
}

.panel-body .question {
	font-weight: bold;
	color: var(--black-color);
	padding: 15px 10px 0;
}

.radio-wapper {
	display: block;
}

.radio-button {
	padding: 15px 0;
}

.radio-button input[type="radio"] {
	display: none;
}

.radio-button label {
	border-radius: 5px;
	padding: 4px 10px 7px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 0;
	border: 1px solid #fff;
}

.radio-button label:hover {
/* 	background-color: var(--secondary-hover-color); */
	background-color: #f7f7f7;
	border: 1px solid #ccc;
}

.sample-result {
	text-align: center;
}

.ca-tool-register .image-boxes {
	background: #fff;
	display: inline-block;
	padding: 10px 10px 0;
	border-radius: 8px 8px 0 0;
	width: 100%;
	-webkit-box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
	box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}

.result-pg .radio-button label:hover {
	background-color: transparent;
	cursor: auto;
}

.result-pg .assessment-heading {
	width: 100%;
	display: inline-block;
}

.result-pg table:last-child {
	display: none;
}

.radio-button input[type="radio"]:checked+label {
/* 	background-color: var(--secondary-color);
	color: var(--white-color);
	border: 1px solid #892c28;
	 */
	background-color: #f7f7f7;
	color: #333;
	border: 1px solid #ccc;
}

.result-btn {
	margin-top: 20px;
	margin-bottom: 60px;
}

.panel-body select {
	width: 100%;
	padding: 5px 10px;
}

#bookmarkme img {
	position: absolute;
	right: 14px;
	top: -10px;
	z-index: 1;
}

#bookmarkme .kl-iconbox__icon {
	font-size: 30px;
}

.clear-fix {
	clear: both;
}

/* result page */

/* .graph-chart-wapper {
	margin-bottom: 75px;
} */

.graph-image svg {
	height: 200px !important;
}

.graph-image .sm {
	font-size: 16px;
    margin-bottom: 25px;
}

.graph-chart-wapper h4 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 1.875em;
}

.graph-chart-wapper .graph-header {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #f0d168;
	padding: 10px 0;
	height: 60px;
}

.graph-chart-wapper .graph-footer {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #fff;
    padding: 15px;
}

.graph-chart-wapper .graph-footer .graph-image {
	padding: 5px 0 0;
	margin-top: 30px;
}

.graph-chart-wapper .graph-image h4 {
	color: #02a5b6;
	font-size: 16px;
}

.text-uppercase {
	text-transform: uppercase;
}

/* Result Action Bar */
.eluid89a15aef {
	margin-top: -80px;
}
.pmpg-tool-result-action-bar {
/* 	background-color: #ebd278; */
	padding: 10px 15px 0;
/* 	margin-bottom: 30px;
	margin-top: -25px; */
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pmpg-tool-result-action-bar a {
	margin-bottom: 10px;
	display: inline-block;
}
.pmpg-tool-result-action-bar .btn-view-all.alt {
	background-color: #f0d168;
	color: #000 !important;
	text-transform: uppercase;
	float: left;
    padding: 10px 15px;
}
.zn_custom_html .hbspt-form {
	padding-bottom: 0 !important;
}

#remove-padding .znColumnElement-innerWrapper-eluid434e2f02 {
	padding: 0 !important;
}
.pmpg-tool.result-pg {
	margin-top: 0;
}

@media screen and (min-width: 768px) {
	.pmpg-tool {
		margin-top: -170px;
	}

	.ca-tool-register.zn_section {
		padding-bottom: 0;
	}
	.ca-tool-register .image-boxes {
		margin-bottom: -7px;
	}
/* 	.pmpg-tool-result-action-bar {
		margin-top: -95px;
	} */
}

@media screen and (min-width: 992px) {
	.eluid89a15aef {
		margin-top: -45px !important;
	}
		.btn-view-all {
			position: relative;
			top: -8px;
		}
	.pmpg-tool-result-action-bar {
/* 		margin-top: -140px; */
		padding: 15px;
	}
	.pmpg-tool-result-action-bar a {
		margin-bottom: 0;
	}
	.pmpg-tool-result-action-bar a.alt {
		margin-top: 0;
		position: relative;
		top: -2px;
	}
	.pmpg-tool-result-action-bar .btn-assessment.alt {		
		margin-left: 5px;
        padding: 10px 15px;
	}
}

@media screen and (min-width: 1200px) {
	.result-pg .assessment-heading {
		width: 60%;
		display: inline-block;
	}
}

@media screen and (min-width: 1500px) {
/* 	.pmpg-tool {
		margin-top: -110px;
	} */
}

@media screen and (max-width: 1199px) {
	.pmpg-tool .assessment {
		float: unset;
		margin: 0;
		font-size: 18px;
		line-height: 1.4;
	}
/* 	.pmpg-tool-result-action-bar {
		margin-bottom: 40px;
	} */
}

@media screen and (max-width: 991px) {
	.eluidd0be0193 {
		padding-bottom: 80px !important;
	}
	.graph-chart-wapper .graph-footer .graph-image {
		padding-top: 0;
	}
	graph-chart-wapper .graph-footer .graph-image.right {
		margin-top: 0;
	}
	.pmpg-tool-result-action-bar a {
		float: left;
		clear: both;
	}
}

@media screen and (max-width: 767px) {
	.eluid89a15aef {
		margin-top: 0 !important;
	}
	
	.pmpg-tool .heading-default h2 {
		font-size: 22px;
		padding-right: 35px
	}
	.pmpg-tool .heading-default h2,
	.panel-body h4,
	.panel-body .question {
		padding-left: 0;
	}
	.pmpg-tool.result-pg {
		margin-top: -80px;
	}
	.panel-body .default-border {
		border: none;
	}
	.panel-body .question {
		margin-bottom: 8px;
		font-weight: normal;
	}
	.panel-body .question-item:last-child {
		padding-bottom: 15px;
	}
	.pmpg-tool .panel-default .accordion-toggle:after {
		right: -55px;
	}
	.pmpg-tool .heading-default {
		padding: 20px 12px;
	}
	.pmpg-tool.result-pg .panel-default .accordion-toggle:after {
		top: 35px;
	}
	.graph-chart-wapper h4 {
		line-height: 1;
	}
	.chart-gauge {
		margin-left: -20px;
	}
	
}

@media only screen and (max-width: 1199px) and (min-width: 991px)  {
	.graph-image svg {
		margin-left: -25px;
	}
}