/*** 
====================================================================
  calculator css start here 
====================================================================
***/

.page-template-page-new-disability-calculator .our-benefits {
	margin-top: 60px;
}
.page-template-page-new-disability-calculator .our-benefits .section-inner {
	padding: 80px 0 80px;
}

.dis-calculator input:focus,
.dis-calculator select:focus {
  outline:.3rem auto #1B1B1B!important;
  outline:.5rem auto -webkit-focus-ring-color!important
}

.dis-calculator {
	position: relative;
	padding: 80px 0 80px;
	background-image: url(../images/disability-claim-bg.webp);
	background-repeat: no-repeat;
	background-position: center top;
  	background-size: cover
}
.dis-calculator .container {
	max-width: 1430px;
}
.pro-calculator {
	background-color: #fff;
	border-radius: 8px;
}
.pro-calculator__section {
	border-bottom: solid 1px #F7F5F5;
	padding: 30px;
}
.pro-calculator__section .row {
	row-gap: 40px;
}
.pro-calculator__section:last-child {
	border-bottom: none
}
.dis-calculator .mainhead {
	font-family: "Noto Serif", serif;
	font-size: 36px;
	font-weight: 700;
  	line-height: 1.2;
  	color: #000;
  	text-align: left;
}
.dis-calculator .heading {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 600;
  	line-height: 1.2;
  	color: #C79C65;
  	text-transform: capitalize;
  	text-align: left;
}
.dis-calculator p {
	font-size: 18px;
	line-height: 160%;
}
.dis-calculator fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

/*** 
====================================================================
  Select Extremity css start here 
====================================================================
***/

.pro-calculator__extremity {
	padding: 0 0 30px;
}
.pro-calculator__extremity .row {
	row-gap: 20px;
}
.dis-calculator .input-title {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 700;
  	line-height: 1.2;
  	color: #1B1B1B;
  	letter-spacing: 0.5px;
  	margin: 0 0 25px;
  	display: block;
}
.pro-calculator__extremity input[type=radio] {
	border: none;
	cursor: pointer;
	height: 2rem;
	width: 2rem;
	clip: rect(0 0 0 0);
	position: absolute;
	z-index: -99999;
	overflow: hidden;
  	padding: 0;
}
.pro-calculator__extremity label {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.5px;
	color: #1B1B1B;
	text-transform: capitalize;
	cursor: pointer;
  	display: inline-block;
  	text-align: center;
  	width: 100%;
  	border: solid 3px #1B1B1B;
  	border-radius: 25px;
  	padding: 10px 12px;
  	transition: all 0.3s ease-in-out;
}
.pro-calculator__extremity input:checked + label,
.pro-calculator__extremity label:hover {
	background-color: #1B1B1B;
	color: #fff;
}

/*** 
====================================================================
  calculator rating css start here 
====================================================================
***/

.pro-calculator__rating_item {
	display: flex;
	flex-direction: column;
	float: left;
	width: 20%;
}
@media screen and (min-width:62em) {
	.pro-calculator__rating_item {
		width: 10%
	}
}
.pro-calculator__rating_item input[type="radio"] {
	border: none;
  	cursor: pointer;
	margin: auto;
	width: 20px;
	height: 20px;
	accent-color: #1B1B1B;
}
.pro-calculator__rating_item label {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #1B1B1B;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	letter-spacing: 0.5px;
	margin: 15px 0;
}
.add-btn {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	line-height: 1.1;
	display: inline-flex;
	z-index: 1;
	white-space: nowrap;
	padding: 12px 40px 14px;
	transition: all 0.3s ease-in;
	border: 0;
	background: #1B1B1B;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	outline: none;
	overflow: hidden;
	margin: 40px 0 0;
}
.add-btn:hover {
	background: #C79C65;
}

/*** 
====================================================================
  Select right side css start here 
====================================================================
***/

.rate-calculator-middle__inner-row .input-title {
	margin: 0 0 15px;
}
.rate-calculator-middle__left,
.rate-calculator-middle__right,
.c-calculator__marital:not(:last-child) {
	margin: 0 0 20px;
}
.custom-select select {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #1B1B1B;
	padding: 10px 20px;
	width: 100%;
	height: 50px;
	background-color: #f0ecec;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/dropdown.svg");
	background-position: 97% center;
	background-repeat: no-repeat;
	background-size: 1rem;
	margin: 0;
	border: 0;
	border-radius: 2.5rem;
}


.c-calculator__marital input[type="radio"] {
	border: none;
  	cursor: pointer;
	margin: auto;
	width: 20px;
	height: 20px;
	accent-color: #1B1B1B;
}
.c-calculator__marital label {
	display: inline-flex;
	font-family: "Poppins", sans-serif;
  	font-size: 16px;
  	font-weight: 600;
  	line-height: 1.2;
  	color: #1B1B1B;
  	letter-spacing: 0.5px;
}

/*** 
====================================================================
  calc-results-section css start here 
====================================================================
***/
.justify-between {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.align-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.result-title {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 700;
  	line-height: 1.2;
  	color: #1B1B1B;
  	letter-spacing: 0.5px;
  	margin: 0 0 20px;
  	display: block;
}
.rate-calculator-bottom__payment-amount-text {
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #1B1B1B;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
.reset-btn {
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border-radius: 4px;
	letter-spacing: 0.5px;
	position: relative;
	cursor: pointer;
	line-height: 1.1;
	display: inline-flex;
	z-index: 1;
	white-space: nowrap;
	padding: 12px 20px 14px;
	padding-left: 45px;
	transition: all 0.3s ease-in;
	border: 0;
	background: #C79C65;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	outline: none;
	overflow: hidden;
}
.reset-btn:after {
	content: '';
	position: absolute;
	left: 1rem;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-image: url("../images/Icons_reset.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.reset-btn:hover {
	background-color: #1B1B1B;
}



.circle {
	position:relative;
	width:200px;
  	height:200px;
  	top: 1rem;
}
.circle svg {
	width:100%;
  	height:100%;
  	overflow:visible;
}
.circle svg circle {
  	fill:none;
  	stroke-width:20;
  	stroke:#d6dadc;
  	stroke-dasharray:565;
  	stroke-dashoffset:565;
}
#circle-outer {
  	stroke-dashoffset:0
}
#circle-inner {
  	--percent: 565;
  	stroke-dashoffset: var(--percent);
  	stroke:#C79C65;
  	stroke-linecap:round;
  	transform:rotate(-90deg);
  	transform-origin:90px 90px;
  	transition:all 1s
}
.circle > .percent {
	position:absolute;
  	left:50%;
  	top:50%;
  	transform:translate(-50%,-65%);
}
.current-disabilities-added-row {
  	margin-bottom:10px;
}
.current-disabilities-added-row__filler-text {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	color: #C79C65;
	text-transform: capitalize;
	text-align: left;
}
.current-disabilities-added {
	font-family: "Poppins", sans-serif;
  	font-size: 18px;
  	font-weight: 700;
  	line-height: 1.2;
  	color: #1B1B1B;
  	letter-spacing: 0.5px;
	margin: 0;
	font-weight: 700;
}
.current-disabilities {
  	height:100%;
}
.bilateral-txt p {
	margin: 0;
}
.percent-title {
	font-family: "Poppins", sans-serif;
  	font-size: 48px;
  	font-weight: 600;
  	color: #1B1B1B;
  	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.evaluation {
	background-color: #1B1B1B;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 20px;
	text-align: center;
	height: 100%;
}
.evaluation .heading {
	text-align: center;
	color: #fff;
	line-height: 1.4;
}
.evaluation .add-btn {
	background-color: #C79C65;
	margin: 0;
}
.u-hidden {
  	display: none !important;
}

@media screen and (min-width:1024px) {
.fixed-results { position:fixed; bottom:0; left:0; right:0; z-index: 2; background-color: #fff;	}
}
/* 736 */
@media only screen and (max-width: 767px) {
.dis-calculator { padding:40px 0 40px; }	
.dis-calculator .mainhead { font-size:30px; }	
.pro-calculator__section { padding:20px; }
.pro-calculator__extremity .col-md-6 { width:50%; }

}

