.cpopup {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.cpopup .ovrly {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: #0000006e;
}

.cpopup .pCnt {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fedc61;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #000;
}

.cpopup .icn-cross {
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: 20px;
}

.icn-cross:before {
    content: "";
}
[class*=icn]::before {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cpopup .pCnt .tp {
    text-align: center;
    padding: 30px 20px 0;
}

.cpopup .pCnt .tp>img {
    max-width: 110px;
    border-radius: 100px;
    margin: 0 0 10px;
}

.cpopup .pCnt .tp h3 {
    padding: 0 40px 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #000;
}

.cpopup .pCnt .tp p {
    font-size: 12px;
    font-weight: 400;
}

.cpopup .pCnt .tp .inpGrp {
    position: relative;
    margin: 20px 0 -20px;
}

.cpopup .pCnt .tp .inpGrp input {
    padding: 10px 30px;
    border: 1px solid #000;
}

.cpopup .pCnt .tp .inpGrp button {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    line-height: 33px;
    border: 0;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    padding: 0 20px;
}

.cpopup .pCnt .trms {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 30px 20px 20px;
    border-top: 1px solid #000;
}

.cpopup .pCnt .trms .cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
}

.cpopup .pCnt .trms .cnt p {
    font-weight: 600;
}