.main_packag {
    display: block;
    width: 100%;
    position: relative;
    padding: 60px 0 60px;
    background: #fff;
}

.hove-shape2 {
    position: absolute;
    transition-duration: 1s;
    z-index: 99;
    border: 2px solid #d20e0e;
    left: 5%;
    bottom: 11%;
    border-top: 0;
    opacity: 0;
    border-right: 0;
    width: 20%;
    height:0;
    position: absolute;
    transition-duration: 1s;
    z-index: 99;
    border: 2px solid #d20e0e;
    left: 15px;
    bottom: 50px;
    border-top: 0;
    border-right: 0;
    width: 0%;
}

.hove-shape1 {
    position: absolute;
    transition-duration: 1s;
    z-index: 99;
    border: 2px solid #d20e0e;
    right: 5%;
    top: 11%;
    border-left: 0;
    opacity: 0;
    border-bottom: 0;
    width: 0%;
    height: 0%;
    position: absolute;
    transition-duration: 1s;
    z-index: 99;
    border: 2px solid #d20e0e;
    right: 20px;
    top: 20px;
    border-left: 0;
    border-bottom: 0;
    width: 0%;
    height: 0%;
}


.sub_header_1 {
    font-size: 25px;
    margin: 46px 12px 0 !important;
    font-weight: 600;
    text-decoration: none;
}

.main_packag a {
    text-decoration: none;
    position: relative;
}

.main_packag a .img-fluid {
    width: 100%;

}

