.line {
    border: 2px solid #f7bc2f;
    width: 100px;
    display: -webkit-inline-box;
    text-align: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
}
.line::before {
    content: '';
    position: absolute;
    left: -2px;
    width: 40px;
    height: 4px;
    background: #192437;
    top: -2px;
    clip-path: polygon(0 0, 100% 0, 87% 100%, 0% 100%);
}
.investment-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}
.chart-container {
    max-width: 300px;
    margin: auto;
}
.info-box {
    background: #e9f7ef;
    padding: 15px;
    border-radius: 10px;
}
.highlight-box {
    background: #192437;
    color: white;
    padding: 15px;
    border-radius: 10px;
}
ol, ul {
    list-style: none;
}

.ggline {
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(25, 25, 25, 0.09);
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
}
.ggline::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background-color: #000;
    transition: all 0.3sease -in;
}
.dot {
    width: 17px;
    height: 17px;
    background: #000;
    border-radius: 50px;
}
.resultBox p {
    color: #000;
}
.resultBox {
    background: #f5a52630;
    border-radius: 7px;
    padding: 7px 15px;
    margin-top: 10px;
    border-bottom: 6px solid #000;    
}
.highlight-box h6 {
    color: #fff;
}
.highlight-box {
    padding: 25px;
}
.resultBox small {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.pWelth{
    color: #000;
    font-size: 14px;
    margin-bottom: -5px;
}
.mar-50{
    margin: 50px auto;
}
.calForm .get-insurance-six__tabs li {
    padding: 10px 5px;
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
}
.calLink {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 10px 20px 17px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}
.calLink a {
    font-size: 14px;
    color: #000;
    transition-duration: 1s;
    transition-timing-function: linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
}
.calLink a:hover {
    letter-spacing: 1.5px;
    color: #000;
}
.calLink i {
    background: #000;
    color: #fff;
    padding: 4px;
    border-radius: 3px;
    margin-right: 3px;
}
.calLink li:not(:last-child) {
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #1924378c, #00099, transparent) 1;
    padding-bottom: 4px;
    margin-bottom: 5px;
}
.lefttt {
    margin-left: -30px;
}