._errorwrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color: #00000082;
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-active{
    display:flex!important;
}
._popupbox{
    width: 650px;
    min-height: 380px;
    background-color: #fff;
    padding: 20px 15px;
}
._popupbox img{
    max-width: fit-content;
    object-fit: contain;
}
._header{
    display: flex;
    justify-content: space-between;
}
._header img:last-child{
    position: relative;
    top:-10px;
    cursor:pointer;
}
._body{
    text-align: center;
}
._txterror h4{
    text-transform: capitalize;
    color: #f92d71;
    letter-spacing: 5px;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 5px 10px;
}
._txterror h4 + p{
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 9px;
}
._fare{
    display: flex;
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: 500;
    justify-content: space-between;
    max-width: 306px;
    margin: 0 auto;
}
._btnerror a{
    display: block;
}
._btnerror a.btncontinue{
    color: #fff;
    background-color: #6721a5;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-bottom: 4px;
    display: inline-block;
    width: 225px;
    letter-spacing: 2px;
}
._searchicon {
    position: relative;
    top: 1px;
    font-size: 17px;
}
._btnerror a.btnrefine{
    color: #fff;
    background-color: #2bbaec;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-bottom: 4px;
    display: inline-block;
    width: 202px;
    letter-spacing: 2px;
}
._btnerror a.btnrefine img{
    position: relative;
    top:2px;
    left:2px;
}

._callactionerror a{
    color: #000;
    font-size: 20px;
    display: flex;
    justify-content: center;
    max-width: 254px;
    margin: 0 auto;
    padding-bottom: 11px;
    padding-top: 7px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}
    ._callactionerror a img {
        margin-right: 10px;
    }
._errorsold ._txterror h4{
    padding-top: 27px;
    padding-bottom: 0;
}


._activity{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px 0px;
}
._session{
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 6px;
}
._refresh{
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 12px;
}

._filterblock ._popupbox{
    width:100%;
    padding: 80px 0px;
}
._filterblock ._popupbox h4{
    font-size: 29px;
    font-weight: 600;
    padding-top: 32px;
    letter-spacing: 7px;
    padding-bottom: 15px;
}
._filterblock ._txterror h4 + p {
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 9px;
    line-height: 22px;
}
._filterblock ._txterror h4 + p + p{
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 9px;
    line-height: 22px;
}
._filterblock ._searchicon{
    height: 14px;
}
._noresult ._popupbox{
    width:100%;
    padding: 80px 0px;
}
._noresult ._txterror h4 + p + p{
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 9px;
    line-height: 22px;
}
._noresult ._body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
._noresult ._txterror h4 + p {
    padding-top: 13px;
}
._noresult ._imgerror img{
    height: 225px;
}

._paymentblock ._popupbox{
    width:100%;
    padding: 120px 0px;
}
._paymentblock ._txterror h4{
    font-size: 17px;
    padding: 23px 5px 13px;
}
._paymentblock ._txterror h4 + p {
    font-weight: 500;
    padding-bottom: 15px;
}

._sessionblock ._popupbox {
    width: 100%;
    padding: 100px 0px;
   
}
._sessionblock ._txterror {
    padding-top: 20px;
}
._sessionblock h4 + p + p{
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 20px;
}

._systemerroe ._popupbox {
    width: 100%;
    padding: 80px 0px;
   
}
._systemerroe ._txterror h4 + p + p{
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 9px;
    line-height: 22px;
}
._systemerroe ._body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
._systemerroe ._txterror h4 + p {
    padding-top: 13px;
}
._systemerroe ._imgerror img{
    height: 225px;
}

@media only screen and (max-width:1032px) {
    ._sessionblock ._popupbox {
       
        display: flex;
        align-items: center;
        justify-content: center;
        height: 63vh;
    }
    ._systemerroe ._popupbox {
       
        display: flex;
        align-items: center;
        justify-content: center;
        height: 63vh;
    }


}