@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;1,300;1,400&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

p {
    font-size: 18px;
    color: #000000cc;
    padding: 5px;
    font-weight: normal;
    line-height: 26px;
}

.box {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    height: auto;
    padding: 0;
    background-color: #fff;
}

.box h2 {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
     !inportant;
    text-decoration: none;
}

.box P {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    padding: 0;
}

input[type=text]:focus {
    border-color: #C1C1C1;
    color: #fff;
    background-color: rgba(26, 36, 48, 0.3);
}

input[type=text] {
    width: 100%;
    padding: 10px 20px;
    margin: 8px 0;
    font-family: 'Poppins', sans-serif;
    vertical-align: middle !important;
    box-sizing: border-box;
    border-color: #C1C1C1;
    color: #fff;
    background-color: rgba(26, 36, 48, 0.3);
}

h1 {
    font-size: 30px;
    text-transform: capitalize !important;
    font-weight: 600;
    line-height: 35px;
    color: #fff;
}

h3 {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    line-height: 26px;
}

label {
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
    line-height: 18px;
}

header {
    width: 100%;
    padding: 50px 0 50px 0;
    vertical-align: middle;
    background-image: url(../img/bg01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #24303f;
    text-transform: uppercase;
}

button a,
.submit {
    background-color: #007799;
    border: none;
    color: white;
    padding: 12px 20px;
    text-align: center;
    border-radius: 2px;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    margin-top: 10px;
}

button a:hover,
.submit:hover {
    background-color: #015d77;
}

.next a,
.number {
    background-color: #252e39;
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    border-radius: 50px;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-size: 25px;
    font-weight: bolder;
}

.next a:hover {
    background-color: #00050d;
}

.next a img {
    width: 30px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 6em;
}

section {
    margin-top: 20px;
    text-align: center;
}

.next-box {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    border-radius: 100px;
    background-color: #157bcf;
    color: #fff;
}

.next-box h2 {
    font-size: 26px;
    line-height: 32px;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 10px;
    color: #fff;
}

.next {
    margin: 0 auto;
    max-width: 1000px;
}

.next h1 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 20px;
    color: #000;
}

.next h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}

.next h2 {
    font-size: 30px;
    text-decoration: none;
    line-height: 35px;
    color: #fff;
}

.next h4 {
    font-size: 22px;
    text-decoration: none;
    color: red;
    margin-top: 20px;
    font-weight: 600;
}

.banner img {
    margin-top: 0;
    width: 90%;
}

.check img {
    margin: 0 0 40px;
    width: 50px;
}

footer {
    background-color: #000;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #142c8e;
    margin-top: 10px;
}

footer a {
    padding: 0 !important;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    color: #fff !important;
    text-decoration: none;
}

footer a img {
    width: 22px;
    padding: 0;
    margin: 0 5px 0px 0;
}

@media screen and (max-width: 480px) {
    .next-box h2 {
        font-size: 20px;
        text-decoration: none;
        padding: 15px 10px;
        color: #fff;
    }
}

@media screen and (max-width: 480px) {
    .next h3 {
        font-size: 22px;
        text-decoration: none;
        padding: 0;
        margin: 0;
        color: #000;
    }
}

@media screen and (max-width: 480px) {
    .next h4 {
        font-size: 16px;
        text-decoration: none;
        color: red;
        margin-top: 10px;
        font-weight: 600;
    }
}

@media screen and (max-width: 480px) {
    header {
        text-align: center;
    }
    h1 {
        font-size: 25px;
        line-height: 34px;
    }
    h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .submit,
    button {
        width: 100%;
    }
}