@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: #353ab0 !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;
    BORDER: 3px solid white;
}
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: #9EB8E8 !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: #fff !important;
    font-weight: 800 !important;
    /*filter: drop-shadow(1px 3px 10px white);*/
}
.btn.btn-success.call-now {
    background-color: #1e3f79;
    border-radius: 14px;
    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;
    border: 2px solid;
}
.banner-img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.banner-img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.back-to-top {
    background-color: #fff;
    border: none;
    right: 0px;
    border-radius: 16px 0px 0px 16px;
    outline: none;
    box-shadow: none;
    font-weight: 700;
}
.back-to-top:hover{
    background-color: #FFF;
    box-shadow: none;
}
.bg-dark {
    background-color: #0d105e73 !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: 137px;
    background-color: #ffffffdb;
    border-radius: 1px;
    border: 3px solid white;
}
.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;

    }
}

.sel-area {
    background-image: url("../images/final_over.png") !important;
    background-repeat: repeat;
    background-size: 200px 200px;
}

p {
    color: #cbd8f2;
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    background-color: #ffffffd6;
    border-radius: 3px;
}
.bg-dark {
    /*background-color: #1f202254 !important;*/
}
.text-justify {
    text-align: justify;
}
body {
    background-color: #082C6C;
}
.bg-white {
    background-color: transparent;
}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1C396A;
    border: 1px solid #FFFFFF;
    border-radius: 0px;
    transition: .3s;
    background-color: white;
}

.back-to-top i {
    color: #244c94;
    font-size: 30px;
}

.bg-dark3 {
    background-color: #0000004d;
}