*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.mybenefits .row .rgt{
    position: relative;
}
.mybenefits .row .rgt .coustomshape{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background-color: rgba(220,53,69,.05);
    z-index: -1;
    border-radius: 86% 51% 60% 70% / 100% 100% 69% 1%  ;
}
.sectionofdivide .row .mybgchit{
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 300px;
}
.sectionofdivide .row .mybgchit .showcase{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    /* border: 3px solid #73AD21; */
    padding: 10px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}