.container {
    max-width: 1204px  !important;
}
.make-a-claim-main-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/make-claim-bg.png) !important;
    padding: 100px 0;
}
.make-claim-feature-select-wrap .form-control {
    padding: 14px 14px !important;
    height: 59px;
    font-size: 16px !important;
}
.claim-feature-points-wraper {
    margin-top: 17px;
}
.claim-details-content {
    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;
}
.claim-details-content  h2 {
    font-family: poppins;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.make-a-claim-corner-details-content {
    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;
}
.make-a-claim-corner-feature-points-wraper {
    margin-top: 17px;
}
.make-a-claim-corner-feature-point-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;
}
.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;
}
.claim-feature-cover-box img {
    width: 29% !important;
}

.claim-feature-cover-box h4 {
    margin: 15px 0px;
    font-weight: bold;
    
    font-family: poppins;
    font-size: 16px;
    margin-bottom: 6px;
}
.make-a-claim-corner-details-content h2 {
    font-family: poppins;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.make-a-claim-corner-feature-point-box p {
    margin: 0;
}
.make-a-claim-corner-desc-content {
    margin-top: 27px;
    color: white;
}
.make-a-claim-form-wraper {
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 16px;
    background: #fff;
}
.make-a-claim-form-wraper h3 {
    font-family: poppins;
    font-weight: bold;
    font-size: 25px;
    color: #11215b;
}
.make-claim-feature-select-wrap label {
    font-family: poppins;
    margin-top: 23px;
    color: #0603af !important;
    font-weight: 400;
}
.make-claim-feature-select-wrap .form-control {
    padding: 14px 14px;
    height: 54px;
    font-size: 16px !important;
}
.make-a-claim-form-wraper label {
    font-family: poppins;
    margin-top: 23px;
    color: #000;
    font-weight: 400;
}
.make-a-claim-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; */
}
.make-a-claim-form-wraper .border-btn {
    margin-top: 55px;
    width: 100%;
}
.border-btn {
    /* background: none; */
    border: 2px solid #0603af;
    padding: 9px 35px;
    border-radius: 23px;
    cursor: pointer;
}
/* claim reponsive start */
@media only screen and (min-width: 320px) and (max-width: 479px){
    .claim-main-wrapper {
        padding: 30px 0;
    }
    .claim-corner-main-title h2 {
        font-family: poppins;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }

    .claim-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;
        height: inherit;
        margin-bottom: 30px;
    }
    .claim-form-wraper {
        padding: 23px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 16px;
        background: #fff;
    }
    .claim-form-wraper h3 {
        font-family: poppins;
        font-weight: bold;
        font-size: 22px;
        color: #11215b;
    }
    .claim-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;
    }
    .claim-form-wraper label {
        font-family: poppins;
        margin-top: 23px;
        color: #000;
        font-weight: 500;
        font-size: 15px;
        margin-left: 10px;
    }
    .claim-form-wraper .border-btn {
        margin-top: 34px;
        width: 100%;
        font-size: 14px;
    }
}
/* claim reponsive end */