.mb_hd {
    height: auto;
}

.mb_dis {
    display: inherit;
}

.mb_logo {
    height: 70px;
}

.font-13 {
    font-size: 13px;
}

.home-contain {
    height: auto;
}

body {
    font-family: 'Prompt', sans-serif;
}

.box_topline {
    background: #014896;
    border-radius: 8px 8px 0 0;
    flex-shrink: 0;
    height: 8px;
}

.pd-15 {
    padding: 15px;
}

.header-nav {
    background: linear-gradient(180deg, #014896 -20.62%, #0f67c6 133.12%);
    border-radius: 50px;
    color: #fff;
}

.nav-link-no-icon {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    padding: .5rem 1rem;
}

.nav-link-no-icon::before {
    /* content: "";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: -12px; */
}

.nav-item {
    margin-left: calc(30px + (40 - 30) * ((100vw - 1200px) / (1920 - 1200)));
}

a.nav-link-no-icon,
a.nav-link {
    color: #ffffff !important;
}

.addcart-button {
    background: linear-gradient(#014896 -20.62%, #0571c0 133.12%);
    color: #fff !important;
}

.addcart-button:hover {
    background: linear-gradient(#0571c0 -20.62%, #014896 133.12%);
    color: #fff;
}

.accordion-button::after {
    background-size: 1rem !important;
}

a.accordion-button {
    color: #0e4988;
    font-size: 14px;
}

a.accordion-button:hover {
    color: #0d6efd;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.textmenu {
    color: #014896;
    padding: 5px 10px 5px 30px;
    border: solid #f8f8f8 thin;
}

.textmenuhd {
    color: #014896;
    margin-bottom: 10px;
}
.textmenusub a:hover{
    color:#000;
}
.textmenuhd:hover{
    color:#000;
}
.active_mn{
    border: solid #abcef4 thin;
    border-radius: 30px;
    background: #feffff;
}
.gap10 {
    gap: 10px !important;
}

li.textmenu:hover {
    border: solid #abcef4 thin;
    border-radius: 30px;
    background: #feffff;
}

.title_underline::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: -8px;
    left: 0;
    background-color: #014896;
}

@media screen and (max-width: 480px) {
    .mb_hd {
        height: 98px;
    }

    .slider-1 .slick-dots {
        margin-top: -24px !important;
    }

    .mb_hd.active .mb_logo {
        height: 70px;
        margin-top: 25px !important;
    }

    /* .mb_dis{ display:none; } */
    .home-contain {
        height: 144px !important;
    }

}

@media screen and (max-width: 1199px) {
    .header-nav {
        background: #0270bf;
        border-radius: 0px;
        text-align: left;
        padding: 0px;
        height: 0px;
        overflow: hidden;
    }

    .nav-link-no-icon {

        align-items: left;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        font-size: 16px;
        padding: .5rem 0px;
    }

    .nav-item {
        margin-left: 0px;
    }

    a.nav-link-no-icon,
    a.nav-link {
        color: #222222 !important;
    }
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.sm\:flex-row {
    flex-direction: row;
}

.sm\:flex-col {
    flex-direction: column
}