/* Navigation Bar */
a {
    text-decoration: none;
}

.sticky-bar .blue-tranbtn {
    background-color: #008eff;
    color: #ffffff;
    font-weight: 600;
    border-color: #008eff;
    font-family: PoppinsSemiBold;
}

.sticky-bar .blue-tranbtn:hover {
    background-color: #008eff;
    border-color: #008eff;
    color: #ffffff;
}

@media (min-width: 992px) {

    .sticky-bar .blue-tranbtn {
        font-size: 20px;
    }

    .banner h1 {

        font-size: 40px;
        line-height: 50px;
    }

    .banner p {
        font-size: 16px;
        line-height: 22.2222222222px;
    }

    .banner .blue-tranbtn {
        font-size: 20px;
        font-weight: 600;
    }
}

@media (max-width:1024px) and (min-width:991px) {
    .banner .blue-tranbtn {
        font-size: 16.9491525424px;
    }
}

@media only screen and (min-width: 1551px) {

    .banner h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .banner p {
        font-size: 20px;
        line-height: 30px;
    }
}

/* Default for 1920 */
.no-webp .banner {
    background-image: url(../../assets/images/Background-1920-2-1_0663fdf7.jpg);
}

.webp .banner {
    background-image: url(../../assets/images/Background-1920-2-1_0663fdf7.webp);
}


/* For 2000 */
@media (min-width: 2100px) {
    .no-webp .banner {
        background-image: url(../../assets/images/Background-2560-3-1_4963fdf7-scaled.jpg);
    }

    .webp .banner {
        background-image: url(../../assets/images/Background-2560-3-1_4963fdf7-scaled.webp);
    }

}

/* For 1600 */
@media (max-width: 1550px) {
    .no-webp .banner {
        background-image: url(../../assets/images/Background-1536-2-1_463fdf7a.jpg);
    }

    .webp .banner {
        background-image: url(../../assets/images/Background-1536-2-1_463fdf7a.webp);
    }
}

/* For 1366 */
@media (max-width: 1366px) {
    .no-webp .banner {
        background-image: url(../../assets/images/Background-1366-2-1_1663fdf7.jpg);
    }

    .webp .banner {
        background-image: url(../../assets/images/Background-1366-2-1_1663fdf7.webp);
    }
}

/* For 1280 */
@media (max-width: 1280px) {
    .no-webp .banner {
        background-image: url(../../assets/images/Background-1280-3-1_9963fdf8.jpg);
    }

    .webp .banner {
        background-image: url(../../assets/images/Background-1280-3-1_9963fdf8.webp);
    }
}

/* For Tablet Landscape */
@media (min-width: 992px) and (max-width: 1024px) {
    .no-webp .banner {
        background-image: url(../../assets/images/Background-1024-2-1_363fdf82.jpg);
    }

    .webp .banner {
        background-image: url(../../assets/images/Background-1024-2-1_363fdf82.webp);
    }
}

.banner h1 {
    color: #000000;
    font-weight: 600;
    font-family: MazzardH;
}

.banner h1>span {
    color: #008eff;
}

.banner p {
    color: #000000;
    font-weight: 400;
    font-family: Poppins;
}

.banner .blue-tranbtn {
    background-color: #008eff;
    color: #ffffff;
    font-weight: 600;
    border-color: #008eff;
    font-family: PoppinsSemiBold;
}

.banner .blue-tranbtn:hover {
    background-color: #008eff;
    border-color: #008eff;
    color: #ffffff;
}

@media only screen and (min-width: 500px) and (max-width: 991px) {

    .no-webp .banner {
        background-image: url(../../assets/images/Background-768-2-1_663fdf85.jpg);
    }

    .webp .banner {
        background-image: url(../../assets/images/Background-768-2-1_663fdf85.jpg);
    }

    .banner h1 {
        font-size: 46.68px;
        line-height: 53.08px;
    }

    .banner p {
        font-size: 18.31px;
        line-height: 27.46px;
    }

    .banner .blue-tranbtn {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {

    .no-webp .banner {
        background-image: url(../../assets/images/Background-mobile-1_2963fc75.jpg);
    }

    .webp .banner {
        background-image: url(../../assets/images/Background-mobile-1_2963fc75.jpg);
    }

    .banner h1 {
        font-size: 33.41px;
        line-height: 39.42px;
    }

    .banner p {
        font-size: 16.2px;
        line-height: 24.3px;
    }

    .banner .blue-tranbtn {
        font-size: 17.2px;
    }
}

/* Form Style */
.form-signin {
    width: 100%;
    max-width: 330px;

}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    height: 46px;
    width: 330px;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    color: #495057;
    margin-top: 5px;
    display: block;
    width: 100%;
    font-weight: 400;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-signin .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.sumbit-button {
    border-radius: 2px;
    cursor: pointer;
    height: 30.5px;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #007bff;
    border: none;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sumbit-button:hover {
    background-color: #0069d9;
}

.sumbit-button:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.custom-alert {
    height: 32px;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 4px 2px 4px 12px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.close {
    background-color: transparent;
    border: none;
    color: inherit;
    width: 30px;
    height: 30px;
    cursor: pointer;

    span {
        font-size: 16px;
        text-align: center;
        color: inherit;

    }
}

.close:hover {
    color: #250104;
}

.form-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}