 
@media(max-width:1024px){
    /* navbar  */
    .nav-item{
        display: flex;
        justify-content: center;
    }
    .nav-link{
        color: #0E1422 !important;
    }
    
    /* banner section  */
    .banner_bg {
        height: 480px;
    }
    /* about section  */
    .about-img>img{
        width: 75%;
    }
    .about-row{
        margin-bottom: 100px;
    }
    .about-row1{
        margin-bottom: 100px;
    }
    /* services section  */
    .services-row{
        margin-top: 0px;
    }
    .card {
        height: 275px;
    }

    /* how we wrok section  */
    .first-workhr{
        margin-bottom: 100px;
    }
    .work-hr{
        margin-bottom: -60px;
    }
    .processcard-text{
        width: 150px;
        height: 150px;
    }
    .process-card-num{
        height: 30px;
        width: 30px;
        padding: 5px;
    }

    /* our work section  */
    .work-img{
        height: 300px;
    }
    .work-col{
        padding: 0px;
    }
    .work-row{
        display: flex;
        justify-content: space-between;
    }

    /* contact us section  */
    .input1{
        width: 100%;
    }
    .input2{
        width: 100%;
    }
}
@media (max-width:996px){
    .navbar-collapse{
        background-color: white;
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width:768px){
    /* banner  */
    .ban-btn{
        width: 300px;
        display: flex;
        justify-content: center;
    }
    .banner-col1{
        order: 2;
    }
    .banner-col2{
        order: 1;
    }
    .banner-box {
        display: flex;
        justify-content: center;
    }
    .banner-img>img {
        margin-right: 0px;
        
    }
    .banner-img {
        display: flex;
        justify-content: center;
    }
    .banner-text {
        margin-top: 0px;
    
        margin-left: 0px;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ban-img{
        width: 75%;
        margin-top: -300px;
       
    }
    .banner_bg{
        width: 100%;
        margin-top: 100px;
        height: 429px;
    }
    .banner_wrapper{
        padding-top: 15px;
    }
    .banner_wrapper{
        padding-top: 140px;
    }
    .banner-text>h4{
        font-size: 28px;
        text-align: center;
    }
    .banner-text>h1{
        font-size: 60px;
        text-align: center;
    }
    /* about section  */
    .about-firsttxt1{
        margin-top: 20px;
    }
    .about-firsttxt2{
        order: 2;
        margin-top:20px ;
    }
    .about-first{
        margin: 100px 0 40px 0;
    }
    .about-row1{
        margin-bottom: 20px;
    }
    .card{
        height: 170px;
    }
    .card-logo{
        margin-top: 30px;
    }
    /* how we work section  */
    .first-workhr {
        margin-bottom: 40px;
    }
    .work-hr {
        display: none;
    }
    .processcard-text {
    
        margin-top: 25px;
    }
    .process-card-num{
        margin-left: -95px;
    }
    .work-img{
        margin-top: 40px;
    }
    .hover-text{
        position: absolute;
        bottom: 10%;
        left: 35%;
    }
    .hover-text2{
        position: absolute;
        bottom: 10%;
        left: 35%;
    }
    .hover-text3{
        position: absolute;
        bottom: 10%;
        left: 35%;
    }
    .contact-text>hr{
        margin-bottom: 30px;
    }

    /* marketing plans  */
    .price_wrapper .pricing_card{
        padding: 10px;
    }
    .work-col{
        padding:  10px 30px;
    }
    
}

@media (max-width:576px){
    .banner_wrapper {
        padding-top: 150px;
    }
    .card-col {
    
        padding: 0 100px;
    }
    .call-right>h4 {
        font-size: 24px;
    }
    .call-right>h4>span {
        font-size: 38px;
    }
    .price-col{
        padding: 40px;
    }
    .hover-text{
        position: absolute;
        bottom: 10%;
        left: 26%;
    }
    .hover-text2{
        position: absolute;
        bottom: 10%;
        left: 26%;
    }
    .hover-text3{
        position: absolute;
        bottom: 10%;
        left: 26%;
    }
    .price-head{
        margin-left: 40px;
    }
    .formclass{
        padding: 0 60px;
    }
}
    @media (max-width:400px){
        .card-col{
            padding: 0 20px;
        }
        .price-col {
            padding: 5px;
        }
       
        .formclass{
            padding: 0 30px;
        }
        .price-head{
            margin-left: 20px;
            width: 50%;
        }
        .worktext>hr {
            margin-left: 97px;
        }
        .contact-text>hr{
            margin-left: 107px;
        }
        .about-firsttxt1>p{
            padding:  0 20px;
            font-size: 14px;
        }
        .about-firsttxt2>p{
            padding:  0 20px;
            font-size: 14px;
        }
        .about-row {
            margin-bottom: 45px;
        }
        .call-right>h4>span {
            font-size: 32px;
            
    }
    .call-left{
        margin-top: 10px;
    }
    .card{
        padding-top: 50px;
        height: 240px;
    }
    .price_wrapper .pricing_period{
        font-size: 20px;
    }
}
