@media (max-width: 760px) {
    .top-bar {
        display: none !important;
    }

    .navbar.ftco-navbar-light {
        .container {
            display: flex !important;
            flex-direction: column;
            align-items: center !important;
        }
    }

    .hd_logo {
        margin-left: 0px;
    }

    .ftco-navbar-light {
        background: #08abee63 !important;
        position: relative;
        top: 0;
        padding: 10px 15px;
        z-index: 999999;
    }

    p {
        text-align: justify !important;
    }

    .nav_tagline p {
        text-align: center !important;
    }

    .home-slider {
        .btn {
            margin-left: 95px;
        }
    }

    .text {
        font-size: 0.8rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ftco-footer .ftco-footer-widget {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sticky-icon {
        z-index: 9999;
        position: fixed;
        top: 39%;
        right: 0%;
        width: 220px;
        display: flex;
        flex-direction: column;
    }
    
}