.notifiPg .pgBlk {
    margin-top: 20px;
}

.formWrap {
    width: 100%;
    margin: 40px auto;
    text-align: center;
}

.formWrap form {
    max-width: 400px;
    width: 100%;
    margin: auto;
}

.mailSubsForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mailSubsForm input {
    border-radius: 7px;
    border: 0;
    padding: 5px;
    background: #273657;
    color: #b0c3ed !important;
    max-width: 300px;
    width: 100%;
    height: 40px;
}

/* .mailSubsForm input:focus {
    border: 0;
    background-color: #353535;
} */

.mailSubsForm button {
    background-color: #eeeeee;
    color: #223c66;
    border: 0;
    width: 100%;
}

.mailSubsForm button:hover {
    background-color: #223c66;
    color: #eeeeee;
}

.mailSubsForm p {
    color: #f00;
}

.mailSubsTxtblk {
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    height: 40px;
    width: 200px;
}

.mailSubsBtn {
    height: 40px;
    padding: 5px;
    border-radius: 7px;
    border: 0;
    max-width: 300px;
    width: 100%;
    margin: auto;
    font-weight: bold;
}

.mailSubsMsg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
}

.mailSubsMsg p {
    margin: 0;
}

.notifiPg .lds-dual-ring {
    width: 50px;
    height: 50px;
}

.notifiPg .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
            animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.vidArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 40px;
}

.vidArea video {
    max-width: 500px;
    width: 100%;
    max-height: 275px;
    height: 100%;
    border-radius: 6px;
    background-color: #000;
}

/* .vidArea video {
    max-width: 500px;
    width: 100%;
    height: auto;
    border-radius: 6px;
} */