body {
    letter-spacing: 1px;
}

.master-body {
    margin-top: 124px;
}

a, a:hover, a:active {
    text-decoration: none;
}

@media (min-width: 0px) and (max-width: 425px) {

    .master-body {
        margin-top: 82px;
    }
}

section {
    margin-top: 30px;
    margin-bottom: 30px;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    border-bottom: 10px solid #92dfca;
}

.nav-link, .nav-link:active, .nav-link:hover {
    color: #92dfca;
}

iframe {
    margin-bottom: -50px;
}

footer {
    background-color: #92dfca;
    padding-top: 30px;
    margin-top: 50px;
}

    footer a, footer a:active, footer a:hover {
        text-decoration: none;
        color: #000;
    }


    footer h1 {
        color: #000;
        font-size: 20px;
        font-weight: bold;
    }

ul {
    list-style-type: none;
    padding-left: 0rem;
}

.heading
{
    font-size:1.5rem;
    font-weight:bold;
}

.click-to-chat {
    position: fixed;
    z-index: 10000;
    bottom: 10px;
    right: 10px;
}

    .click-to-chat img {
        width: 100px;
    }

@media (min-width: 0px) and (max-width: 425px) {
    .click-to-chat img {
        width: 80px;
    }
}

.floast-column {
    float: left;
    padding: 15px;
}

.bName {display:none;}

.black-link, .black-link:active, .black-link:hover{
    color:#000;
}

button.accordion-button.collapsed, button.accordion-button, .accordion-item .accordion-button {
    background: #92dfca;
    color: #212529;
}

.accordion-body {
    background: #212529;
    color: #fff;
}

.contact-us-card {
    border: 1px solid #000;
    background-color: #92dfca;
}

.b-logo {
    border-radius: 50%;
    width: 200px;
    float: left;
    padding: 20px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #92dfca;
    color: var(--bs-table-striped-color);
}

.footer-logo {
    border-radius: 50%;
    width: 200px;
    float: left;
    padding: 10px;
}

@media (min-width: 0px) and (max-width: 425px) {
    .footer-logo {
        float: initial;
        padding-bottom:30px;
    }

    .mh-120
    {
        min-height:120px;
    }
}

.welcome-card {
    background-color: #92dfca;
}