html {scroll-behavior: smooth;}
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

* {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

.d-grid {display: grid;} 
.d-flex {display: flex;display: -webkit-flex;}
.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}

button, input, select {-webkit-appearance: none;outline: none;}
button, .btn, select {
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}
a {text-decoration: none;}
iframe {border: none;}
ul {margin: 0;padding: 0}
h1, h2, h3, h4, h5, h6, p {margin: 0;padding: 0;}
p {color: #333;}
.p-relative {position: relative;}
.p-absolute {position: absolute;}
.p-fixed {position: fixed;}
.p-sticky {position: sticky;}
.btn, button, .actionbg {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}

.btn:hover,
button:hover {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

/*--/wrapper--*/
.wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .wrapper {max-width: 540px;}
}
@media (min-width: 768px) {
    .wrapper {max-width: 720px;}
}
@media (min-width: 992px) {
    .wrapper {max-width: 960px;}
}
@media (min-width: 1200px) {
    .wrapper {max-width: 1140px;}
}
.wrapper-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*--//wrapper--*/
.smt {
    background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: calc(100vh - 0px);
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center;
    padding: 30px 0;
}
.smt .header {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 10px;
}
.smt .top-hny-logo {padding: 2em 0;}
.smt .smt-block {
    margin: 80px auto 60px;
    text-align: center;
    padding: 1em 0;
}
.smt h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    color: #280071;
    line-height: 96px;
    text-transform: capitalize;
    margin-bottom: 36px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.smt .countdown {
    margin: auto;
    display: table;
    font-size: 28px;
    font-weight: 500;
}
.smt .number{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
.smt .countdown>div {
    float: left;
    min-width: 10px;
    margin: 40px 10px 0px 0px;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #333;
    padding: 0px;
}
.smt .countdown>div:last-child {border-right: none;}
.smt .countdown .number:after {
    content: ":";
    margin-left: 7px;
    font-size: 70px;
}
.smt .countdown .secNum:after {opacity: 0;}
.smt .btn {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
    outline: none;
    padding: 15px 30px;
    border-radius: 6px;
    color: #fff;
    background: #FF9800;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}
.smt .btn:hover {background: #e98c03;}
.smt p.succMsg {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.75;
}
.smt p.succMsg .fa {font-size: 20px; color: #555;}
.smt .countdown span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #222;
}
.copyright-footer {text-align: center;}
.copyright-footer p {font-size: 14px;}
.copyright-footer p a{color:#fff;font-weight: 600;}
.copyright-footer p a:hover {color: #FF9800;}
.top-hearder {padding-top: 18px;padding-bottom: 16px;}
.top-hearder .smtdate {
    text-align: right;
    font-weight: 600;
    position: absolute;
    top: 25px;
    right: 140px;
    font-size: 14px;
    color: #280071;
}
.top-hearder .logo img {width: 101px;}
.accTable {margin-top: 99px; text-align: left;}
.accTable table {font-size: 16px;}
.accTable table, table tr {border: 2px solid #555 !important;}
.accTable table th, .accTable table td {border-color: #555 !important;}
.accTable h2 {font-size: 18px; font-weight: 600;}
.displayNa {display: none;}
.expireTxt {
    font-size: 55px;
    font-weight: 600;
    margin: 40px 0 0 0;
    color: rgba(180, 0, 0, 1.0);
}
.sbi {
    background: #280071; /*#003366 deep purple - #12a8e0 skyblue*/
    min-height: calc(100vh - 0px);
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center;
    padding: 30px 0;
    text-align: center;
}
.sbi img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  width: 750px;
  max-width: 100%;
  margin-bottom: 50px;
}
.err {
    background: #003366;
    min-height: calc(100vh - 0px);
    position: relative;
    z-index: 0;
    display: grid;
    align-items: center;
    padding: 30px 0;
    text-align: center;
}
.err h2 {
    color: #fff;
    font-weight: 600;
    line-height: 1.75;
    margin-bottom: 100px;
}
.green{color: green;}
@media (max-width: 991px) {
    .smt h1 {font-size: 45px;line-height: 60px;}
}
@media (max-width: 768px) {
    .top-hearder .smtdate {right: 55px;}
    .smt h1 span {display: block; font-size: 30px;}
    .accTable table {font-size: 14px;}
}
@media (max-width: 736px) {
    .smt form {margin: 0px 0px;margin-top: 40px;}
}
@media (max-width: 600px) {
    .smt .smt-block {
        margin: 60px auto 50px;
        text-align: center;
        padding: 1em 0;
        display: grid;
    }
    ul.social li {margin-left: 6px;}
    .top-hearder .smtdate {right: 30px;}
}
@media (max-width: 480px) {
    .smt .countdown>div {font-size: 50px;}
    .smt .countdown .number:after {font-size: 60px;}
    .smt .mycls>div {font-size: 55px;}
    .smt .mycls .number:after {font-size: 65px;}
    .smt h1 {font-size: 43px;line-height: 55px;}
    .smt .header {
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 6px;
    }
    .top-hearder .smtdate {top: 24px;right: 15px;}
    .top-hearder .logo img {width: 80px;}
    .err h2 span {display: block;}
}
@media (max-width: 440px) {
    .smt .countdown>div {font-size: 45px;}
    .smt .countdown .number:after {font-size: 55px;}
    .smt .mycls>div {font-size: 55px;}
    .smt .mycls .number:after {font-size: 65px;}
}
@media (max-width: 415px) {
    .smt .countdown>div {margin-right: 0;line-height: 55px;}
    .smt .countdown .number:after {margin-left:0;font-size: 55px;}
    .smt .mycls>div {min-width: 90px;font-size: 55px;}
    .smt .mycls .number:after {margin-left:3px;font-size: 65px;}
    .smt h1 {font-size: 40px;line-height: 50px;}
    .smt h1 span {font-size: 25px;}
    .smt .countdown span {font-size: 11px;letter-spacing: 1px;}
    .smt .mycls span {font-size: 12px;letter-spacing: 1px;}
    .expireTxt {font-size: 50px;}
@media (max-width: 384px) {
    .smt h1 {font-size: 35px;line-height: 40px;}
    .smt .smt-block {margin: 50px auto 30px;}
    .smt .countdown span {font-size: 10px;letter-spacing: 1px;}
    .smt .mycls span {font-size: 12px;letter-spacing: 1px;}
    .smt .btn {
        font-size: 15px;
        line-height: 28px;
        padding: 13px 23px;
    }
}
@media (max-width: 376px) {
    .smt .countdown>div {font-size: 40px;line-height: 50px;}
    .smt .countdown .number:after {font-size: 50px;}
    .smt .mycls>div {min-width: 80px;font-size: 50px;}
    .smt .mycls .number:after {margin-left:3px;font-size: 60px;}
    .smt {padding: 20px 0;}
    .smt h1 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;   
    }
    .smt h1 span {font-size: 20px;}
}
@media (max-width: 320px) {
    .smt .countdown>div {font-size: 35px;}
    .smt .countdown .number:after {font-size: 40px;}
    .smt .mycls>div {min-width: 0;font-size: 40px;}
    .smt .mycls .number:after {margin-left:0;font-size: 50px;}
    .smt .countdown span {font-size: 9px;letter-spacing: 1px;}
    .smt .mycls span {font-size: 10px;letter-spacing: 1px;}
    .err h2 {font-size: 25px;}
}