.service-wrapper {
    padding: 20px 40px;
}

.plan-grid {
    background: #fff;
    border: 1px solid #3a5e99;
    position: relative;
    padding: 1em 4em 1em 4em;
    text-align: center;
    margin-bottom: 16px;
    border-radius: 3px;
}

.plan-grid i.top-icon {
    width: 60px;
    background: #999;
    height: 60px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 53px !important;
    position: absolute;
    left: 0%;
    top: 0%;
    border-bottom-right-radius: 70%;
    /* border-right: 1px solid #3a5e99;
    border-bottom: 1px solid #3a5e99; */
    padding-right: 7px;
}

.plan-grid .action-btn {
    width: 60px;
    background: #3a5e99;
    height: 60px;
    text-align: center;
    line-height: 68px !important;
    position: absolute;
    right: 0%;
    bottom: 0%;
    border-top-left-radius: 70%;
}

.plan-grid .action-btn i.bottom-icon {
    position: relative;
    top: 5px;
    left: 4px;
    color: #fff;
    font-size: 22px;
}

.plan-grid h4 {
    font-size: 20px;
    color: #555;
    padding-top: 5px;
}

.plan-grid p {
    color: #404040;
    font-size: 15px;
    line-height: 1.4em;
}


/* File-claim.html css here */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    margin-left: 50%;
    border-radius: 5px;
    height: 40%;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    bottom: 20px;
}

.life-claim {
    overflow: auto;
    padding: 0 20px 0;
}

.claim-heading h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    /*color: #009688;*/
    color: #006D9E;
    /*border-bottom: 1px solid rgba(0, 150, 136, 0.5);*/
    border-bottom: 1px solid #006D9E;
}

.claim-heading p,
.claim-off-add p {
    padding: 10px;
    line-height: 1.5em;
}

.claim-off-add,
.claim-numb,
.claim-emp-info,
.claim-lifeClaim-info {
    /* border-bottom: 1px solid rgba(0, 150, 136, 0.5);*/
    border-bottom: 1px solid #006D9E;
}

.claim-numb h4,
.claim-emp-info h4,
.claim-lifeClaim-info h4 {
    font-size: 18px;
    /* color: #009688;*/
    color: #006D9E;
    letter-spacing: 0.1em;
    margin: 10px 0;
    text-transform: initial;
}

.claim-numb,
.claim-lifeClaim-info {
    background: #edf3fe;
}

.claim-numb input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.claim-numb span {
    padding: 10px;
    vertical-align: text-bottom;
}

.claim-emp-info {
    padding-bottom: 1rem;
}

.claim-emp-info .list-name {
    line-height: 2em;
}

.claim-emp-info span {
    color: #333;
    font-weight: 600;
}

.lifeClaim-submit {
    float: right;
    /*background: #009688;*/
    background: #002C77;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    /*border: 1px solid #009688;*/
    border: 1px solid #002C77;
    transition: 0.2s;
    margin-bottom: 5px;
}

.form-back {
    float: right;
    background:#C0C0C0;
    color: rgb(14, 12, 12);
    padding: 10px 30px;
    border-radius: 3px;
    border: 1px solid #C0C0C0;
    transition: 0.2s;
    margin-bottom: 5px;
    margin-right: 1%;
}

.claim-note {
    margin: 10px;
}

.claim-note p {
    line-height: 2em;
}

.claim-note p:first-child {
    border-bottom: 1px solid #ccc;
}

.lifeClaim-submit:hover {
    background: #fff;
    color: #002C77;
    border: 1px solid #002C77;
}

.sign-form {
    color: #282886;
    margin-top: 40px;
    border-top: 2px solid #282886;
    font-weight: 600;
}


/* .app-icon-checkbox input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.app-icon-checkbox label {
    height: 1.375rem;
    margin-right: 0;
    width: 1.3125rem;
}
.app-icon-checkbox label:before {
    font-family: "evo_icon_font_app";
    color: #404040;
    content: "\ee6f";
    font-size: 1rem;
}
.app-icon-checkbox input:checked+label:before{
    content: "\ee6e";
} */


/*Media Queries for self service page starts here*/

@media only screen and (min-width:768px) and (max-width:1024px) {
    .modal-content {
        width: 90%;
        margin-left: 6%;
    }
}

@media only screen and (min-width:0px) and (max-width:767px) {
    .service-wrapper {
        padding: 20px 10px;
    }
    .modal-content {
        margin-left: 2.5%;
        width: 95%;
    }
    .plan-grid {
        padding: 0;
    }
    .plan-grid h4 {
        padding: 15px 10px 0 10px;
        font-size: 18px;
    }
    .plan-grid p {
        padding: 1em 1em 0 1em;
    }
    div.actionContainer {
        margin-top: 20px;
        width: 100%;
        height: 51px;
    }
    .plan-grid .action-btn {
        width: 50px;
        height: 50px;
    }
    .plan-grid .action-btn i.bottom-icon {
        top: 0;
    }
    .selfServiceParent .home-content .page-heading h2 {
        font-size: 1.5rem;
    }
    /*address change*/
    .addressChangeParent .service-wrapper {
        padding: 20px 0px;
    }
    .addressChangeParent .service-wrapper .life-claim {
        padding: 0 0 0;
    }
    .addressChangeParent .claim-numb h4,
    .claim-emp-info h4,
    .claim-lifeClaim-info h4 {
        margin: 10px 10px;
    }
    .addressChangeParent .claim-numb div {
        margin-left: 10px;
    }
    /*fileclaim*/
    .fileClaimParent .service-wrapper {
        padding: 20px 0px;
    }
    .fileClaimParent .service-wrapper .life-claim {
        padding: 0 0 0;
    }
    .fileClaimParent .claim-numb h4,
    .claim-emp-info h4,
    .claim-lifeClaim-info h4 {
        margin: 10px 10px;
    }
    .fileClaimParent .claim-numb div,
    .fileClaimParent .life-claim .claim-heading h2 {
        margin-left: 10px;
    }
    /*reinstate*/
    .reInstateParent .service-wrapper {
        padding: 20px 0px;
    }
    .reInstateParent .service-wrapper .life-claim {
        padding: 0 0 0;
    }
    .reInstateParent .claim-numb h4,
    .claim-emp-info h4,
    .claim-lifeClaim-info h4 {
        margin: 10px 10px;
    }
    .reInstateParent .claim-numb div,
    .reInstateParent .life-claim .claim-heading h2 {
        margin-left: 10px;
    }
    /*emp status change*/
    .empStatusChangeParent .service-wrapper {
        padding: 20px 0px;
    }
    .empStatusChangeParent .service-wrapper .life-claim {
        padding: 0 0 0;
    }
    .empStatusChangeParent .claim-numb h4,
    .claim-emp-info h4,
    .claim-lifeClaim-info h4 {
        margin: 10px 10px;
    }
    .empStatusChangeParent .claim-numb div,
    .empStatusChangeParent .life-claim .claim-heading h2 {
        margin-left: 10px;
    }
    /*elect cash accum*/
    .electCashAccumParent .service-wrapper {
        padding: 20px 0px;
    }
    .electCashAccumParent .service-wrapper .life-claim {
        padding: 0 0 0;
    }
    .electCashAccumParent .claim-numb h4,
    .claim-emp-info h4,
    .claim-lifeClaim-info h4 {
        margin: 10px 10px;
    }
    .electCashAccumParent .claim-numb div,
    .electCashAccumParent .life-claim .claim-heading h2 {
        margin-left: 10px;
    }
    /*CHANGE NAME*/
    .changeNameParent .service-wrapper {
        padding: 20px 0px;
    }
    .changeNameParent .service-wrapper .life-claim {
        padding: 0 0 0;
    }
    .changeNameParent .claim-numb h4,
    .claim-emp-info h4,
    .claim-lifeClaim-info h4 {
        margin: 10px 10px;
    }
    .changeNameParent .claim-numb div,
    .electCashAccumParent .life-claim .claim-heading h2 {
        margin-left: 10px;
    }
    /*ASSIGN OWNERSHIP*/
    .assignOwnershipParent .service-wrapper {
        padding: 20px 0px;
    }
    .assignOwnershipParent .service-wrapper .life-claim {
        padding: 0 0 0;
    }
    .assignOwnershipParent .claim-numb h4,
    .claim-emp-info h4,
    .claim-lifeClaim-info h4 {
        margin: 10px 10px;
    }
    .assignOwnershipParent .claim-numb div,
    .assignOwnershipParent .life-claim .claim-heading h2 {
        margin-left: 10px;
    }
}

@media only screen and (min-width:0px) and (max-width:425px) {
    .addressChangeParent .service-wrapper .life-claim .lifeClaim-submit,
    .fileClaimParent .service-wrapper .life-claim .lifeClaim-submit,
    .reInstateParent .service-wrapper .life-claim .lifeClaim-submit,
    .empStatusChangeParent .service-wrapper .life-claim .lifeClaim-submit,
    .electCashAccumParent .service-wrapper .life-claim .lifeClaim-submit,
    .changeNameParent .service-wrapper .life-claim .lifeClaim-submit,
    .assignOwnershipParent .service-wrapper .life-claim .lifeClaim-submit {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width:768px) {
    .socialSecNumber {
        padding-top: 37px;
    }
}

.share {
    background-color: cornflowerblue;
    color: white;
    font-weight: bold;
}


/*Media Queries for self service page ends here*/