/** Generated by QuickPaging **/
.bg-gray{background: #e8ebf1;
    margin: 15px 0 !important;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #e1e2e4;
    box-shadow: inset 0px 0px 10px -2px #0000005e;    overflow: hidden;}
.menu_toggle_small{display:none !important;}
.core{     background: #f7f7f7;}
.notification-txt{display:none;background: #fff;
        border-radius: 10px;
        position: relative;box-shadow: -2px 2px 10px -3px #585858;
        border: 2px solid #d4d4d4;padding: 10px 5px 10px 10px;
       }
    .notification-txt:after, .notification-txt:before {
        border: solid transparent;
        content: ' ';
        height: 0;
        left: 100%;
        position: absolute;
        width: 0;
    }

    .notification-txt:after {
        border-width: 15px;
        border-left-color: #fff;
        top: 50%;
        margin-top: -17px;
    }

    .notification-txt:before {
        border-width: 18px;
        border-left-color: #d4d4d4;
        top: 50%;
        margin-top: -20px;
    }
    .notification-img img{width:100%}
   
    .flex{min-height: 400px;
        display: flex;
        align-items: center;}
    .notification-txt h1{margin-bottom: 5px;    margin-top: 9px;
        font-size: 18px;
        padding-right: 0;
        color: #1a73a0;}
    .notification-txt p{line-height: 30px;
        font-size: 16px;color: #1a73a0;}
    .notification-btn{margin-top:30px;text-align:center;}
    .arrow:before{content:"";background:url(//www.parsonline.com/data/uploaded_files/1511259549-9.png);float:right;width:20px;height:17px;margin:4px}
    .arrow{color: #36618f;font-size:14px;}
    .btn2{    width: 50%;
        background-color: rgba(0, 0, 0, 0.00);
        border-style: none;
        /* clear: both; */
        margin-top: 20px;
        color: #ff4e4a;
        font-size: 16px;
        font-weight: bold;}
    .bttn1{width: 45%;padding: 8px 15px 8px 15px;}
    .tick1{background: url("//www.parsonline.com/data/uploaded_files/1511267498-9.png") no-repeat;background-size:contain;height:75px;display: block;width:80px;}
    .noti-img{float:right;margin-left: 20px;margin-right: 15px;}
    .noti-txt{float:left;margin-left: 10px;}
    .noti-txt-n{float: left;
        margin: 0 10px;
       }
    .row{margin:0}
   
    @media screen and (max-width:768px){
        .flex{margin: 5% 0;display: block;min-height:auto;}
.notification-txt{float:right;    padding: 10px 15px 10px 15px;}

    }
@media screen and (max-width:480px){.noti-img{display:none;}
.notification-txt{padding: 10px 15px 10px 15px;}

}