@media (max-width: 767px) {
    .nav_a {
        border-radius: 10px;
        transition: 0.3s;
        padding: 10px;
        background-color: #ffffff;
        box-shadow: 1px 4px 11px 1px rgb(0 0 0 / 19%);
    }
    .min-nav {
        position: absolute !important;
        right: 0px;
        top: 80px;
        transition: all 0.3s ease 0s;
    }
    .nav_me .nav_a li a {
        /* width: 300px; */
        transition: 0.3s;
        color: #000000 !important;
    }
    .heading_cont h3 {
        font-size: 30px !important;
    }
    .card_div_1 {
        margin-top: 0 !important;
    }
    .nav-link::before {
        position: absolute;
        content: "";
        background: #fefefe !important;
        margin: auto;
        bottom: 0;
        left: 16px;
        width: 30%;
        height: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        opacity: 0;
        transition: 0.2s;
    }
    .ser_dyn_img {
        height: 280px;
        position: relative;
        width: 100%;
        margin: auto;
    }
    .ser_dyn_img_2 {
        height: 150px;
        position: absolute;
        width: 150px;
        /* box-shadow: 1px 4px 11px 1px rgb(0 0 0 / 19%); */
        padding: 10px;
        background: #ffff;
        position: absolute;
        /* top: 0; */
        right: -30px;
        bottom: -38px;
        border-radius: 5px;
        margin: auto;
    }
    .logo_div {
        margin-top: 0px;
    }
    .service_contentt {
        padding-left: 0px;
    }
    .service_detail h1 {
        display: none !important;
    }
}

@media (max-width: 567px) {
    .navbar-light .navbar-nav .nav-link {
        margin: 0;
    }
    .nav_me img {
        width: 60px !important;
    }
    .social_icon img {
        width: 132px;
        transition: 1.2s;
    }
    .social_icon {
        position: fixed;
        right: 13px;
        bottom: 11%;
        z-index: 111;
    }
    .sub-drop-down-menu {
        position: absolute !important;
        padding: 0 !important;
        border: 0;
        left:0 !important;
        margin: 0 !important;
        border-radius: 0;
    }
}
/* @media (max-width: 992px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 100% !important;
    }
} */
