.pos-main-wrapper{
    padding: 40px 0;
}
.pos-corner-main-title {
    padding: 15px 19px;
    background: #fbfcff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 10px;
}
.pos-corner-main-title  h2 {
    font-family: poppins;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.pos-corner-feature-points-wraper {
    margin-top: 17px;
}
.pos-corner-feature-cover-box {
    text-align: center;
    padding: 13px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
        rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius: 6px;
    background: #fff;
}
.pos-corner-feature-cover-box img {
    width: 29% !important;
}

.pos-corner-feature-cover-box h4 {
    margin: 15px 0px;
    font-weight: bold;
    
    font-family: poppins;
    font-size: 16px;
    margin-bottom: 6px;
}
.pos-corner-feature-cover-box p {
    margin: 0;
}
.pos-image-wrapper {
    margin-top: 34px;
}
.pos-form-wraper {
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 16px;
    background: #fff;
}
.pos-form-wraper h3 {
    font-family: poppins;
    font-weight: bold;
    font-size: 25px;
    color: #11215b;
}
.form-group {
    margin-bottom: 0 !important;
}
.pos-form-wraper .form-control {
    padding: 26px 14px;
    /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
}
.form-control {
    font-size: 13px !important;
}
.pos-form-wraper label {
    font-family: poppins;
    margin-top: 23px;
    color: #000;
    font-weight: 400;
}
.pos-form-wraper .border-btn {
    margin-top: 55px;
    width: 100%;
}
.border-btn {
    background: none;
    /* border: 2px solid #292e72; */
    padding: 9px 35px;
    border-radius: 23px;
    cursor: pointer;
    background: #09136a;
    color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 479px){
    .make-a-claim-main-wrap {
        padding: 30px 0 !important; 
    }
    .claim-details-content h2 {
        font-family: poppins;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }

    .claim-feature-cover-box {
        text-align: center;
        padding: 13px;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
            rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
        border-radius: 6px;
        background: #fff;
        height: inherit;
        margin-bottom: 30px;
    }
    .pos-form-wraper {
        padding: 23px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 16px;
        background: #fff;
    }
    .pos-form-wraper h3 {
        font-family: poppins;
        font-weight: bold;
        font-size: 22px;
        color: #11215b;
    }
    .pos-form-wraper .form-control {
        padding: 20px 13px;
        /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
        border-radius: 9px;
    }
    .pos-form-wraper label {
        font-family: poppins;
        margin-top: 23px;
        color: #000;
        font-weight: 500;
        font-size: 15px;
        margin-left: 10px;
    }
    .pos-form-wraper .border-btn {
        margin-top: 34px;
        width: 100%;
        font-size: 14px;
    }
}