#attention {
    background-color: white;
    z-index: 3;
    box-sizing: border-box;
    width: 90%;
    max-width: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 70%;
    position: fixed;
    display: none;
}

#attention .padding{
    padding: 20px 30px 15px;
     box-sizing: border-box;
    width: 100%;
     height: 100%;
    overflow: scroll;
    max-width: 600px;
    box-sizing: border-box;
}

#attention::-webkit-scrollbar{
  width: 8px;
}

#attention::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
#attention::-webkit-scrollbar-thumb{
  background: #aaa;
  border-radius: 10px;
  box-shadow: none;
}
#attention div.heading3,
#attention div.heading4 {
  margin-top: 15px;
}

.popBG {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
    width: 100%;
    height: 100%;
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}


.clsPop{
    color: #fff;
    position: absolute;
    top:-4%;
    right: -2%;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-image: url(../img/clsPop.png);
    background-size:61%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(0, 0, 0,0.3);
    border: 1px solid #fff;
    cursor: pointer;
    z-index: 1;
}
