@media (max-width:760px) {
    .carousel {
        position: relative;
        width: 100%;
        height: 500px;
        min-height: 400px;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }

    .feature .feature-text p {
        margin: 0;
        color: #cacaca;
        font-size: 18px;
        font-weight: 400;
        width: 100%;
    }

    .feature {
        position: relative;
        margin-bottom: 0px;
        top: -45px;
        /* z-index: 999; */
    }

    .vis {
        position: relative;
        left: 0;
    }

    .mis {
        position: relative;
        left: 0;
    }

    .serviceBox {
        border: 1px solid #e5e4e4;
        padding: 40px;
        border-radius: 20px;
        background: #0c70b8;
        position: relative;
        z-index: 1;
        width: 100%;
        box-shadow: 4px 4px 13px gray;
        border: 2px solid white;
    }

    .gallery-track {
        position: fixed;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0.25rem;
        padding: 0.25rem;
        will-change: transform;
        width: 100%;
        /* position: relative; */
        margin-left: 0;
    }

    .slid {
        position: relative;
        left: 0;
        text-align: center !important;
    }

    .slid1 {
        color: #ffffff !important;
        position: relative;
        left: 0;
    }

    .slid3 {
        position: relative;
        left: 0px;
        text-align: center;
        width: 100%;
    }

    .but1 {
        position: relative;
        right: 0;
    }
    
    .but2 {
        position: relative;
        left: 0;
    }
    
    .but3 {
        position: relative;
        left: 0;
    }

    .carousel .carousel-caption h1 {
        color: #ffffff;
        font-size: 27px;
        font-weight: 700;
        margin-bottom: 0px;
        margin-top: 125px;
    }

    .darksoul-card2 {
        display: flex;
        margin: auto;
        width: 100%;
        height: 185px;
        /* background-color: rgb(255, 255, 255); */
        background-image: radial-gradient(circle, #dbdbdb, #cecece, #c1c1c1, #b5b5b5, #a8a8a8);
        box-shadow: 5px 5px 50px rgb(206 206 206), -5px -5px 50px rgb(213 213 213);
        border-radius: 15px;
        transition: all 2s;
        align-items: start;
        justify-content: center;
        font-family: 'Belanosima', sans-serif;
    }

    .g_map {
        width: 100%;
        height: 400px;
        margin: 0 auto;
    }

    .about1 {
        position: relative;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .about .about-img img {
        border-radius: 10px;
        box-shadow: 5px 5px 10px #808080a8;
        border: 2px solid white;
        width: 100%;
    }

    .about {
        position: relative;
        width: 100%;
        padding: 0;
    }

    .carousel .carousel-caption {
        position: absolute;
        top: 235px;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100px;
        min-height: 40px;
    }

    .res_hidden {
        display: none;
    }

    .footer .footer-contact, .footer .footer-link, .footer .newsletter {
        h2 {
            font-size: 25px;
        }

        a {
            font-size: 18px;
        }

        p {
            font-size: 18px;
        }
    }
}