/* =-=-=-=-=-=-=-=-=-= claim settlement =-=-=-=-=-=-=-=-=-=-= */
claim-settlement .claim-settlement-container {
	padding: 15px 0;
}
claim-settlement .container-box {
	background: #F9F0E9;
	border: 1px solid #E06336;
	box-sizing: border-box;
	border-radius: 8.80466px;
	padding: 18px 0;
}
claim-settlement .main-hdn {
	font-weight: bold;
	font-size: 18px;
	color: #444444;
}
claim-settlement .step-txt {
	font-size: 12px;
	color: #444444;
}
claim-settlement .step-mn {
	color: #1A4A7C;
	font-size: 16px;
	font-weight: bold;
}
claim-settlement .container-box .box:not(:last-child) {
	border-right: 1px solid rgba(211, 211, 211, 0.43);
}
claim-settlement .container-box .box:nth-child(3) {
	background: url(/content/icici-prudential-life-insurance/term-insurance-plans/assets_iPS_new/images/claim_arrow.svg) no-repeat calc(100% - 10px) center;
}

/* ipad potrait mode */
@media (min-width: 768px) { }

/* ipad landscape mode */
@media (min-width: 1020px) {
	claim-settlement .main-hdn {
		font-size: 22px;
		color: #444444;
		line-height: 40px;
	}
	claim-settlement .container-box {
		background: none;
		border: 0px;
	}
	claim-settlement .step-txt {
		line-height: 16px;
	}
	claim-settlement .step-mn {
		color: #444444;
		font-size: 24px;
		line-height: 29px;
	}
	claim-settlement .btn.btn-secondary {
		height: 52px;
		line-height: 12px;
		font-size: 14px;
		background: linear-gradient(90.55deg, #E7873C 16.06%, #E06336 81.41%);
		box-shadow: 0px 1.00353px 6.0212px rgb(94 91 91 / 25%);
		border-radius: 4px;
		width: 225px;
		border: 0px;
		color: #ffffff;
	}
	claim-settlement .container-box .box, claim-settlement .container-box .box:not(:last-child) {
		border-right: 0px;
		background: #FFFFFF;
		border: 2px solid #E06336;
		box-sizing: border-box;
		box-shadow: 0px 3.3237px 20.7731px rgb(169 169 169 / 12%);
		border-radius: 33px;
		padding: 30px 20px;
		margin-bottom: 4%;
		max-width: 29%;
		cursor: default;
	}
	claim-settlement .container-box .box .bene-cont{
		line-height: 22px;
    	font-size: 16px;
	}
	#claim-settlement .flex.text-center {
		padding: 0px 17%;
	}
	claim-settlement hr {
		width: 53px;
		top: 37%;
		right: 59%;
		border-top: 2px solid #E7873C;
	}	
	claim-settlement .hr5 {
		right: 35.7%;
	}
 }

/* ipad landscape mode */
@media (min-width: 1020px) and (max-width: 1025px) { }

/* small laptop */
@media (min-width: 1280px) { }

/* medium laptop */
@media (min-width: 1440px) { }

/* desktops */
@media (min-width: 1980px) { }

/* =-=-=-=-=-=-=-=-=-= claim settlement ends =-=-=-=-=-=-=-=-=-=-= */
