@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Montserrat', sans-serif;
}
.p, p{
    font-size: 16px;
}
.h5, h5 {
    font-size: 16px;
    font-weight: 600;
}
.title-banner h1 {
    font-size: 40px;
    text-align: center;
    margin: 0;
    font-weight: 600;
}
 .title-banner {
        background-image: url({{ asset('public/assets/images/redbanner.png') }});
        height: 170px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-size: cover;
        background-position: center;
}

    
hr {
    width: 100%;
    border: 1px solid #BD1C27;
    margin: 30px 0;
}
label {
    font-size: 16px;
    font-weight: 500;
}
.form-control {
    border: 1px solid #000;

}
.form-group{
    width: 100%;
}
textarea.form-control {
    height: 150px;
}
button.default-btn {
    color: #fff;
    background-color: #BD1C27;
    font-size: 14px;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}
button.default-btn:focus {
    outline: 0;
}
button.default-btn a:hover {
    color: #fff;
    text-decoration: none;
}
button.default-btn a {
    color: #fff;
    text-decoration: none;
    font-weight:600;
}
.form input.form-control {
    background: #FFFFFF;
    border: 1px solid #000000;
    /* line-height: 3; */
    border-radius: 0.25rem;
}
h4.note {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
    text-align: justify;
}
span.error-clr {
    color: red;
    text-decoration: none !important;
}

.modal-footer {
    display: block;
    border-top: 2px solid #BD1C27;
}

.modal-footer p.mail-footer {
    font-size: 9px;
}
.modal img {
    width: 100%;
}
.modal::-webkit-scrollbar {
    display: none;
}
.form-control:focus {
    border-color: #000 !important;
    box-shadow: none !important;
}

   @media (max-width: 540px) {
        .toast {
            width: 300px !important;
        }
    }
    
    @media (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em !important;
    }
}