html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

body {
    background-image: url('/images/bg.png');
}

h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-control {
    background-color: #f3f6f9;
    border-color: #f3f6f9;
    border-radius: .85rem !important;
    color: #3f4254;
    -webkit-transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease, -webkit-box-shadow .15s ease;
    padding: 1rem !important;
}

img {
    max-width: 90%;
    height: auto;
}

.btn {
    border-radius: .85rem !important;
    background-color: #ed2921;
    color: #ffffff;
    padding: 1rem !important;
}

.btn:hover {
    background-color: #271e1d;
    color: #ffffff;
}

.footer {
    padding: 20px;
    background-color: #271e1d;
    color: #ffffff;
}

.left, .right {
    flex: 1;
}

i.bi {
    line-height: 5rem;
    font-size: 2.2rem;
    /* color: #e30b02; */
    color: #ffffff
}

.buttonIcon {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 5em;
    margin-right: 20px;
    background: #e3a245;
    color: #ffffff;
    font-weight: bolder;
}

.buttonIcon:hover {
    background: #ed9820;
    cursor: pointer;
}

/* full width & length modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 3;
    overflow: auto;
}

.modal-content {
    background-color: #e82525;
    /* color: #ffffff; */
    margin: auto;
    padding: 40px;
    width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 0;
}

.close {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 5%;
    color: #e5bcbc;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: rgb(255, 248, 248);
    text-decoration: none;
    cursor: pointer;
}
i.bi-envelope{
    font-size: 1rem;
}
.faqs{
    width:100%;
    min-width: 1000px;
}
