@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}

@media (min-width: 900px) {
    .footer {
        border-radius: 80px 0 0 0;
    }
    
}
@media (max-width: 992px) {
    .cust-nav-content.mob-hidden {
        display: none;
    }

    .navbar-brand {
        width: 100px;
    }

    .toggle-btn {
        display: flex;
        align-items: center;
        width: 100px;
        justify-content: end;
    }

    .main-nav {
        padding-left: 0;
        border: 1px solid #E7E7E7;
    }

    .main-nav .cust-nav-content {
        display: unset;
    }

    .main-nav .collapse {
        padding: 0;
    }

    .cust-nav-content .nav-item {
        padding: 10px 0;
    }

    .main-nav .cust-nav-content .nav-item a {
        font-size: 13px;
    }
    .navbar {
        position: absolute;
        width: 100%;
        z-index: 1000;
    }
    .hero-section{
        padding-bottom: 50px ;
    }
}

@media (max-width:767px) {
    .hero-section{
        padding:100px 0 30px 0;
    }
    .why-choose-card{
        min-height: auto;
    }
    .ras-testimonial-1 {
        padding-bottom: 72px
    }

    .ras-testimonial-1 h2 {
        margin-bottom: 32px
    }

    /* footer */
    .single_footer {
        margin-bottom: 30px;
        text-align: center;
    }
    .single_footer ul li {
        text-align: center;
    }
    .single_footer h4::after{
        content: unset;
    }
    .social_profile {
        display: flex;
        justify-content: center;
    }
    .our-faq-section .faq-accordion{
        min-width: unset;
    }
    .float-02 a,
    .float-03 a {
        background-color: blue !important;
        display: block;
    }
}


@media (max-width:576px) {
    .vision-sub-content{
        margin: 20px auto;
        gap: 15px;
    }
    
.vision-sub-content img{
    padding: 6px;
}
.tally-cloud-cta{
    padding: 60px 20px;
}
.our-faq-section .accordion-header .accordion-button{
    font-size: 16px;
    font-weight: 600;
}
.tally-features-card{
    flex-direction: column;
    gap: 10px;
}
}

@media only screen and (max-width: 480px) {
    .social_profile ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}