.data-img{
    text-align: center;
    padding-top:39px;
}
.data-img img{
    width: 22%;
}
.i-all{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.i-img{
    display: flex;
    align-items: center;
}
.i-title{
    margin-left: 5px;
}
.yy-title{
    text-align: center;
    margin-bottom: 15px;
}
.real-content{
    color: #666666;
    font-size: 12px;
    min-height: 100px;
}
.i-title{
    font-size: 14px;
}
.about-a-img{
    padding-top:39px;
}
.about-a-img img{
    width: 22%;
}
.about-a-content{
    color: #666666 !important;
    font-size: 12px !important;
    min-height: 100px !important;
}
.green-title{
    color: #028D02;
}
.secure-img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-all{
    display: flex;
    justify-content: center;
}
.submit-btn{
    text-align: center;
    background-color: #028D02;
    border-radius: 64px;
    color: #FFFFFF;
    padding: 5px 50%;
}
.get-title{
    color: #000000;
    font-size: 40px;
    font-weight: 600;
}
.get-title-s{
    color: #666666;
}
.get-list-img{
    margin-top: 25px;
    margin-bottom: 10px;
}
.get-list-title{
    color: black;
    font-weight: 600;
}
.get-list-content{
    color: #666666;
}
.happen_box-flex{
    display: flex;
    align-items: center;
    background-color: white;
    margin-top: 15px;
    padding: 5px 30px;
    border-radius: 16px;
}
.happen-title{
    color: black;
    font-weight: 600;
}
.happen-content{
    color: #666666 !important;
    font-size: 14px !important;
}
.green-num{
    height: 30px;
    width: 30px;
    background-color: #028D02;
    color: white;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.del-all{
    min-height: 300px;
    border-radius: 16px;
    background-color: #F8F8F8;
    padding: 40px 120px;
}
.del-title{
    color: #1C1C1C;
    margin-bottom: 5px;
}
.del-s{
    color: #666666;
    font-size: 13px;
}
.del-white{
    min-height: 45px;
    background-color: white;
    margin-bottom: 5px;
}

 .noti-layout-eight {
     max-width: 30vw;
     width: 100%;
     background: #fff none repeat scroll 0 0;
     border-radius: 5px;
     -webkit-box-shadow: 0px 1px 5px -1px #707470;
     box-shadow: 0px 1px 5px -1px #707470;
     text-align: center;
     position: relative;
     left: 35vw;
     top:20vh;
 }

.noti-layout-eight__wrapper {
    padding: 0 15px;
}

.noti-layout-eight__cross-btn {
    position: absolute;
    top: 0px;
    right: -1px;
    border: 0 none;
    border-top-right-radius: 7px;
    height: 40px;
    width: 40px;
    background-color: #18C8CB;
}

.noti-layout-eight__cross-btn:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 29px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.noti-layout-eight__cross-btn:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 29px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.noti-layout-eight__cross-btn--color {
    background-color: #FF8E9F;
}

.noti-layout-eight__heading {
    color: #18c8c8;
    -webkit-font-size: 26px;
    -moz-font-size: 26px;
    -ms-font-size: 26px;
    font-size: 26px;
    margin: 0 0 30px;
    text-transform: capitalize;
    margin-top: 30px;
}

.noti-layout-eight__heading--color {
    color: #FF8E9F;
}

.noti-layout-eight__para-wrap {
    background-color: rgba(23, 195, 155, .8);
    color: #fff;
    font-weight: 500;
    margin: 0 -15px;
    padding: 30px;
}

.noti-layout-eight__para-wrap .paragraph {
    -webkit-font-size: 16px;
    -moz-font-size: 16px;
    -ms-font-size: 16px;
    font-size: 16px;
    font-weight: 500;
}

.noti-layout-eight__para-wrap--background-color {
    background-color: #FF8E9F;
}



