.insurance-page {
    padding: 0;
}

.step-outer {
    padding: 2rem 15px;
}

.ins-banner {
    background: #f6f1ed;
}
section.insurance-page .ins-banner img {
    height: auto;
}
.ins-banner .left_section_abt h3 {
    width: 350px;
    font-size: 22px;
    margin-bottom: 10px;
}

.head-common-wrap {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.head-common-wrap h3, .head-common-wrap h1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.head-common-wrap p {
    font-size: 14px;
    margin-bottom: 10px;
}

footer {
    margin-top: 0;
}

/* step-arrow section start */
.insur-step-wrap ul {
    list-style: none;
    display: block;
    margin: 40px -15px 0;
}

.insur-step-wrap ul li {
    padding: 0 15px;
    flex: 1 1 auto;
    margin-bottom: 15px;
}

.insur-step-wrap ul li .step-arrow {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    color: #E94D37;
    margin-bottom: 8px;
}

.insur-step-wrap ul li .step-arrow i {
    font-size: 20px;
    margin-right: 15px;
}

.insur-step-wrap ul li .step-arrow span.arrow-span {
    display: inline-block;
    width: calc(100% - 100px);
    border: 1px dashed #E94D37;
    margin-left: 20px;
    position: relative;
    display: none;
}

.insur-step-wrap ul li .text-below {
    padding-left: 35px;
}

.insur-step-wrap ul li .step-arrow span.arrow-span::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E94D37;
    left: -1px;
    top: -4px;
}

.insur-step-wrap ul li .step-arrow span.arrow-span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: -4px;
    top: -9px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #E94D37;
    clear: both;
    border-radius: 5px;
}

.insur-step-wrap ul li .text-below h4 {
    font-size: 16px;
    font-weight: 500;
}
.insur-step-wrap ul li .text-below h2 {
    font-size: 17px;
    font-weight: 500;
}

.insur-step-wrap ul li .text-below p {
    font-size: 14px;
    width: 300px;
    margin-bottom: 10px;
}

/* step arrow section ends */

.claim-form-outer {
    padding: 2rem 15px;
    background: #f6f1ed;
}

.use-section {
    padding: 2rem 15px;
}

.claim-form-btn {
    display: inline-block;
    background: #E94D37;
    padding: 12px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 20px;
    transition: .2s ease;
    text-decoration: none;
}

.claim-form-btn:hover {
    background: #333232;
    color: #fff;
    text-decoration: none;
}

.use-section .right_section_abt {
    padding-top: 20px;
}

.use-section .right_section_abt h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}

.use-section .right_section_abt p {
    font-size: 14px;
    margin-bottom: 10px;
}
