@media (max-width:769px) {

    .navbar-brand {
    visibility: visible;
}
.top-right {
    display: flex
;
    margin-right: 80px;
    justify-content: center;
}
.topbar {
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
    padding: 12px 0px;
    background: #1A2D45;
}

.logoo {
    display: none;
    top: 24px;
    left: 10%;
    position: absolute;
}
    .success-content {
        background: #fff;
        margin: -3px 0px 20px 0px;
        height: 441px;
        padding: 30px 4px 19px;
        border-radius: 20px;
    }
    .success-box .success-img {
        width: 100%;
        text-align: center;
        display: inline-block;
    }
    .success-box {
        align-self: center;
        margin-bottom: 35px;
        align-items: center;
        display: block;
        text-align: center;
    }
    .media-image{
        display: none;
    }
    .success-box .sucess-content {
        position: relative;
        padding-left: 0;
    }
    #succ-bottm {
        display: none;
    }
       #gt_float_wrapper {
        position: fixed;
        bottom: auto !important;
        left: auto !important;
        right: 70px !important;
        top: 7px !important;
        z-index: 999999;
    }
    .carousel-caption {
  position: absolute;
  right: 5%;
  top: 7rem;
  width: auto;
  left: 10%;
  padding-top: 1.25rem;
  z-index: 9;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align:start;
}
.bottom-shape {
    position: absolute;
    bottom: -9%;
    left: 0;
    right: 0;
    z-index: 9;
}
.banner-index h3 {
  position: relative;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}
.banner-index p {
    display: none;
}
       .carousel-item img {
        height: 370px;
        object-fit: cover;
        animation: zoomEffect 10s ease-in-out infinite;
        transform-origin: center center;
    }
    #succ-bottm2{
        display:flex;
    }
    .success-box .success-img img {
        width: 113px;
        height: 103px;
        object-fit: contain;
    }
    .counter-box {
    text-align: center;
    padding: 20px 10px;
}
        .main-ser {
        background-color: #F3F2F5;
        position: absolute;
        padding: 30px 30px 38px;
        bottom: -160px;
        overflow: hidden;
        left: 0;
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
        right: 0%;
    }
    .success {
    padding-top: 18px;
    position: relative;
    background: #F3F2F5;
}
    .owl-carousel .owl-nav {
        position: absolute;
        display: none !important;
    }    
    .footer-top{
        overflow: hidden;
    }
    #image-slider {
        position: relative;
        width: 100%;
        height:264px;
        padding-top: 60px;
        display: flex
    ;
        align-items: center;
        overflow: hidden;
    }
    .success-text {
        display: flex
    ;
        align-items: center;
        align-content: center;
        height: 476px;
        padding-top: 79px;
    }
    .clitent-text{
        padding-top: 20px;
    }
    .counter-box p {
        font-size: 11px;
        margin: 0;
        font-weight: 700;
    }
    .why h3 {
        font-size: 21px;
        line-height: 29px;
    }
    .texhnolo .row {
        margin-top: 8px;
    }
    .texhnolo .row .col img {
        width: 100%;
    }
    .footer-link {
        margin-bottom: 10px;
        color: #fff;
        padding: 0 12px;
        text-decoration: none;
        border-left: 1px solid #555;
        border-right: 1px solid #555;
        font-size: 14px;
        line-height: 1.8;
    }
    .footer_contact_number h3 {
        color: #ffffff;
        line-height: 21px;
        font-size: 12px;
        margin: 5px 0 0 0;
        font-weight: 600;
    }
    .cs_footer_contact_card {
        display: flex
    ;
        align-items: center;
        margin-bottom: 20px;
        background-color: #1a1a1a;
        padding: 15px 20px;
        border-radius: 12px;
        width: 100%;
        max-width: 400px;
        transition: transform 0.3s ease;
    }
    .footer h6 {
        margin-top: 20px;
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        font-family: var(--font-secondary);
        text-transform: capitalize;
        position: relative;
        margin-bottom: 30px !important;
    }
    .content-slider p {
        font-size: 14px;
        transform: translateY(50px);
    }
    .content-slider {
        text-align: left;
        position: relative;
        top: 59px;
        min-height: 150px;
    }
    .counter-box p {
        font-size: 11px;
        margin: 0;
        font-weight: 700;
    }
    .content-slider h2 {
        line-height: 35px;
        font-size: 26px;
        font-weight: bold;
        transform: translateY(50px);
    }
    .about-us .py-5{
        padding-top: 0 !important;

    }
    .dropdown-menu {
        display: none;
    }
    .dropdown-menu.show {
        display: block;
    }
    .dropdown:hover .dropdown-menu {
        display: none !important;
    }
    .dropdown-menu.serv.showing {
        width: 98%;
        display: block !important;
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
    .banner-inner{
        margin-top: 20px;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        height:100vh; /* Maximum height set karein, aapke requirement ke hisab se */
        overflow-y: auto;  /* Vertical scrolling ko enable karega */
    }
        .dropdown-menu.industry-menu.showing {
        display: block !important;
        opacity: 1;
        transform: translateY(0);
        width: 95%;
        visibility: visible;
    }
    .navbar-nav .nav-item:hover .industry-menu {
        display: none;
    }
}