body {
    font-size: 13px;
}

a {
    text-decoration: none;
    color: #000
}

.header {
    position: relative;
    z-index: 999;
}

.bg-header {
    background-color: #004d88;
    border-radius: 0px 0px 25px 25px;

}

.bg-1 {
    background-color: #ee373c;
    box-shadow: 1px -1px 9px 1px rgb(0 0 0 / 22%);
}

.bg-g1 {
    background: rgb(232 232 232);
    background: linear-gradient(0deg, rgb(222 222 222) 0%, rgba(255, 255, 255, 1) 26%, rgba(255, 251, 251, 1) 74%, rgb(232 232 232) 100%);
}

.bg-header>.row>.col-12>.row>.col-sm-12>a {
    color: #fff
}

.border-whrite {
    border: 1px solid rgb(218 218 218 / 26%);
}

.t1 {
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Alatsi', sans-serif; */
    font-size: 35px;
    color: #3879ab;
    letter-spacing: -1.5px;
}

.c-whrite {
    color: #ffffff;
}

.c-blue-light {
    color: #5574b3 !important;
}

.section-prod {

    background: #efefef;
    /* padding: 0px 0px 63px; */
}

.bg-footer {
    background-color: #ccc;
    padding: 50px 0px 50px 0px;
}

.card-prod {
    border: 1px solid #fff;
    padding: 25px;
    box-shadow: 0px 0px 26px 0px #dedede;
    border-radius: 11px;
}

.chat-whats {
    width: 43px;
    position: fixed;
    bottom: 25px;
    right: 25px;
}

.br-9 {
    border-radius: 9px;
}

.br-1 {
    border-radius: 10px 104px 10px 104px !important;
}

.f-15 {
    font-size: 15px;
}

.h-800 {
    min-height: 800px;
}

.h-80 {
    height: 80px;
}

.fs-30 {
    font-size: 25px
}

.btn-outline-success-2 {
    color: #198754;
    border-color: #56d859;
}

.p-desc {
    letter-spacing: -0.5px;
    font-family: sans-serif;
    font-size: 20px;
    color: #6c6c6c;
}

.accordion-button:not(.collapsed) {
    background-color: #eeeeee;
}

label {
    font-size: 20px;
    margin-bottom: 9px;
    color: #5574b3;
}

.b1 {
    border: 1px solid #5574b3;
    height: 50px;
    background: #eaf0fc;
    color: #5574b3;
}

.lh-16 {
    line-height: 16px;
}

.img-sh {
    box-shadow: -4px -12px 9px 1px rgb(211 211 211);
}
.accordion-item {
    border: none;
}
.sh-f{
        box-shadow: 0px -9px 43px #cfcfcf;
        border-top: 4px dashed #fff;
}
.n-p-r{
    padding: 0px !important;
    margin: 0px !important;
    box-shadow: 0px -49px 78px 50px rgb(0 0 0 / 23%);
}