@media (min-width: 992px) {
    .navbar-dark {
        position: unset;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: #40439C !important;
    }
    .sticky-top.navbar-dark {
        position: fixed;
        background: #40439C !important;
    }
}

body {
    font-family: "Heebo",sans-serif;
}
.hero-header {
    background: linear-gradient(rgba(15, 23, 43, .9), rgba(15, 23, 43, .9)), url(../images/Water-Softner.jpeg);
}
.navbar-brand.p-0 img {
    background-color: white;
    border-radius: 2px;
}
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: var(--light) !important;
    text-transform: uppercase;
    font-weight: 800;
    outline: none;
    transition: .5s;
}
.book-apintment {
    background-color: #2A86FB;
    border-color: #FFF0;
    color: #FFF;
    font-weight: 800;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
    color:#ffd994 !important;
    font-weight: 800 !important;
    /*filter: drop-shadow(1px 3px 10px white);*/
}
.btn.btn-success.call-now {
    background-color: orange;
    border-radius: 19px;
    border: none;
    font-weight: 600 !important;
    position: fixed;
    bottom: 10px;
    left: 13px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    font-family: revert;
    text-decoration-style: solidcadetblue;
    text-transform: capitalize;
    padding: 8px 15px;
}
.banner-img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.banner-img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.back-to-top {
    background-color: #1e218c;
    border: none;
    right: 0px;
    border-radius: 16px 0px 0px 16px;
    outline: none;
    box-shadow: none;
}
.back-to-top:hover{
    background-color: #5a5ef2;
    border: none;
    right: 0px;
    border-radius: 16px 0px 0px 16px;
    outline: none;
    box-shadow: none;
}
.bg-dark {
    background-color: #40439C !important;
}
.ffh4.fw-normal.mb-4 {
    color: white;
    font-weight: 600 !important;
    font-family: inherit;
    font-size: 19px;
    margin-bottom: 20px !important;
}
.footer-logo {
    width: 100%;
    background-color: #ffffffdb;
    border-radius: 5px;
}
.brand-promotion.CJ-water-solutions {
    font-size: 13px;
    margin-top: 16px !important;
    color: white;
    line-height: 20px;
}
.footer .btn.btn-social:hover {
    color: #40439C;
}


a.playBtn {
    border-radius: 100%;
    border: #fff solid 0px;
    position: relative;
    animation: shadowPulse 1s infinite linear;
}

a.playBtn::before {
    position: absolute;
    border-top: transparent 15px solid;
    border-bottom: transparent 15px solid;
    /*border-left: #fff 25px solid;*/
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
}
.navbar-nav.ms-auto.py-0.pe-4 {
    padding-right: 13% !important;
}
a.playBtn::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: #fff solid 1px;
    border-radius: 100%;
    animation: ringPulse 1s infinite linear;
}

@keyframes ringPulse {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    10% {
        opacity: 1;
    }

    80%,
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes shadowPulse {
    0% {
        box-shadow: 0 0 8px 6px transparent,
            0 0 0 0 transparent,
            0 0 0 0 transparent;
    }

    10%,20%{
        box-shadow: 0 0 8px 6px #ecc887,
            0 0 2px 8px transparent,
            0 0 2px 2px #ecc887;
    }

    80%,100% {
        box-shadow: 0 0 8px 6px transparent,
            0 0 0 20px transparent,
            0 0 0 20px transparent;
    }
}





.blink {
    animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
    0% {
        background-color: #2A86FB;
    }
    50% {
        background-color: #60A6FF;
    }
    100% {
        background-color: #2A86FB;
    }
}


@media (max-width: 400px) {
    .navbar-dark .navbar-nav .nav-link {
        padding: 6px 0;
    }
    .banner-img {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
        margin-top: 0px;
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,0.55);
        border-color: transparent;
        opacity: 1 !important;
        border:none;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
        opacity: 1;
    }

    .navbar-dark .navbar-nav .nav-link {
       
        padding: 15px 0;
     
    }
}