@media (max-width:768px) {
    .circle-white {
        width: 80%;
        height: 300px;
        left: 50%;
        top: 70%;
    }

    .hero-section h2 {
        font-size: 27px;
    }

    .container-fluid,
    .top-header {
        padding: 0px 10px;
    }

    .icon-bos {
        display: block;
    }

    .fiexed-icon a img {
        width: 45px;
    }

    .company-name {
        font-size: 30px;

    }

    .red-circle {
        display: none;
    }

    .logo-title {
        margin-top: 10px;
        margin-left: -10px;
    }

    .the-sd {
        justify-content: space-between;
        display: flex;
        text-align: center;
    }

    .service-title-section h2 {
        font-size: 30px;
    }

    .store-location {
        display: none;
    }

    .navbar-toggler {
        background-color: black;
    }
}