:root {
    --web-primary: #3ac162;
    --web-secondary: #4bc970;
    --web-extra-dark-grey: #8a97a0;
    --web-dark-grey: #e8eeef;
    --web-light-grey: #f4f7f8;
    --white: #ffffff;
    --black: #000;
    --grey: #E8E8E8;
    --dark-grey: #BAB9B9;
    --background: #E5E5E5;
    --overlay-color: #222732;
}

@font-face {
    font-family: 'poppins-regular';
    src: url('../font/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'poppins-medium';
    src: url('../font/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'poppins-bold';
    src: url('../font/Poppins-Bold.ttf');
}

body {
    font-family: Poppins-regular;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    /* background-color: #6c757d; */
    background-color: #e8eeef;
    overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "poppins-medium", sans-serif;
    font-weight: 700;
    color: #222;
}

.nav-hidden {
    margin-top: 150px;
    background-color: var(--white);
}

.text-20 {
    font-size: 20px;
    line-height: 20px;
}

.text-26 {
    font-size: 26px;
    line-height: 20px;
}

.text-30 {
    font-size: 30px;
}

.text-60 {
    font-size: 60px;
}

.text-16 {
    font-size: 16px;
}

.text-14 {
    font-size: 14px;
}

.text-grey {
    color: var(--dark-grey);
}

.bg-main {
    background-color: var(--blue) !important;
}

.color-main {
    color: var(--blue) !important;
}

.color-white {
    color: var(--white) !important;
}

/* Header Top  Icons*/
.social-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.social-menu ul li {
    list-style: none;
    margin: 0 5px;
}

.social-menu ul li .fa-brands {
    font-size: 18px;
    line-height: 30px;
    transition: .3s;
    color: var(--white);
}

.social-menu ul li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--blue);
    text-align: center;
}

/* Navbar */
.nav-link {
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

/* .nav-item {
    margin: 0 15px;
} */

.btn-custom {
    color: var(--white);
    background-color: var(--blue);
    font-weight: 400;
}

.btn-white {
    color: var(--black);
    background-color: var(--white);
    font-weight: 700;
}

.btn-square {
    color: var(--blue);
    border-radius: 5px;
    background-color: var(--white);
}

/* Banner */
.banner-img {
    height: 100vh;
    width: 100vw;
}

/* Signup form */
.registration-form form {
    max-width: 300px;
    margin: 10px auto;
    padding: 10px 20px;
    background: #f4f7f8;
    border-radius: 8px;
}

.registration-form h2 {
    margin: 0 0 30px 0;
    text-align: center;
}

.registration-form input[type="text"],
.registration-form input[type="password"],
.registration-form input[type="date"],
.registration-form input[type="datetime"],
.registration-form input[type="email"],
.registration-form input[type="number"],
.registration-form input[type="search"],
.registration-form input[type="tel"],
.registration-form input[type="time"],
.registration-form input[type="url"],
.registration-form textarea,
.registration-form select {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 14px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 8px;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 15px;
}

.registration-form input[type="radio"],
.registration-form input[type="checkbox"] {
    margin: 0 4px 8px 0;
}

.registration-form select {
    padding: 6px;
    height: 32px;
    border-radius: 2px;
}

.registration-form button {
    padding: 19px 39px 18px 39px;
    color: #FFF;
    background-color: #4bc970;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #3ac162;
    border-width: 1px 1px 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    margin-bottom: 10px;
}

.registration-form fieldset {
    margin-bottom: 30px;
    border: none;
}

.registration-form legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.registration-form label {
    display: block;
    margin-bottom: 0px;
}

.registration-form label.light {
    font-weight: 300;
    display: inline;
}

.registration-form .number {
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

.registration-form{
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (min-width: 480px) {

    .registration-form form {
        max-width: 480px;
    }

}

.result-header{
    background: #004274;
    text-align: center;
    color: #FFF;
    padding: 18px;
    font-size: 26px;
}

.result-bottom-header{
    background: #fff;
    text-align: left;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
}

.result-div{
    border:5px solid #004274;
    min-height: 100px;
}

.result-div-header{
    background-color: #ccc;
    padding: 5px 10px;
    width: 33%;
    display: inline-block;
}