@media only screen and (max-width:600px) {
 

    .line-1 {
        position: relative;
        top: -17px;
        left: 23px;
        margin-top: -107px;
        margin-bottom: -25px;
    }
  

    .section-content {
        width: 100%;
    }

    .mobile-menu {
        display: block;
        visibility: visible;
    }

    .nav-items {
        display: none;
    }

    .resp-card {
        margin: 30px 10px;
    }

    nav {
        padding: 10px 5px;
    }

    .header {
        padding: 20px 5px;
        gap: 20px;
    }

    .social-links .icon {
        position: absolute;
        top: -1px;
        left: 50%;
        transform: translateX(-50%);

    }

    nav .logo img {
        height: 40px;
        width: 210px;
    }

    .s-resp {
        height: auto;
    }

    .headerline {
        width: 95%;
    }
}

@media only screen and (min-width:998px) {
    .section-content {
        width: 90%;
    }

    .mobile-menu {
        display: none;
        visibility: hidden;
    }


    .resp-card {
        margin: 40px 0px 100px 0px;
        height: 370px;
    }

    .nav-items {
        display: flex;
    }

    nav {
        padding: 10px 80px;
    }

    .social-links .icon {
        position: absolute;
        top: -2px;
        left: 50%;
        transform: translateX(-50%);

    }

    .header {
        padding: 20px 80px;
        gap: 40px;
    }

    nav .logo img {
        height: 50px;
        width: auto;
    }

    .s-resp {
        height: 350px;
    }

    .headerline {
        width: 60%;
    }

    .pricing-sec p,
    .mission p,
    .features-sec p {
        max-width: 100%;
    }

    .line-1{
        height: 140px;
        width: 1px;
        background-color: #015AF2;
        position: relative;
        top: -17px;
        left: 23px;
        margin-top: -46px;
        margin-bottom: -25px;
        z-index: -1;
    }

 

}







/* Swiper Slider Start*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-container {
    width: 100%;
    height: 100%;
}

.slider img {
    height: auto;
    width: 120px;
}


/* Swiper Slider End*/

/* archana Css  */
.pricing-sec h4 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;

}

.pricing-sec p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #343F5A;
    max-width: 400px;
    text-align: center;

}



.cust-marg{
    margin-top: -20px;
}
.cust-marg-22{
    margin-top:-45px;
}