@media only screen and (max-width:991px) {
    .dropdown-menu {
        width: 100% !important;
    }

    .about-left {
        width: 100%;
        float: unset;
        margin-bottom: 30px;
    }

    .provide-card {
        margin-bottom: 30px;
    }

    .process-card {
        margin-bottom: 30px;
    }


    .why-body::before {
        right: 0%;
        top: auto;
        bottom: 0;
        height: 40%;
        width: 100%;
        border-radius: 0;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
    }

    .counter-body {
        justify-content: center;
    }

    .counter-card {
        margin-bottom: 30px;
    }

    .contact-form {
        margin: auto;
        max-width: unset;
        width: 80%;
    }

    .ff-item {
        padding-left: 0;
    }
        .sidebar
{
    width: 50%;
}
.left-page{
    float: unset;
    width: 100%;
}
}

@media only screen and (max-width:600px) {
    .why-body::before{
        height: 25%;
    }
    .about-left::after{
        right: -10px;
        font-size: 16px;
        letter-spacing: 1px;
        top: 20%;
    }
    .counter-body{
        width: 100%;
    }
}

@media only screen and (max-width:425px) {
    .section-item {
        padding: 70px 0;
    }
    .counter-card{
        width: 100%;
    }
    .contact-form{
        width: 100%;
    }
    .footer-section{
        padding: 10px;
    }
    .about-left::after{
        font-size: 13px;
    }
    .tech-card .tech-content .title{
        font-size: 30px;
    }
    .tech-card .tech-img{
        padding: 30px auto;
        height: 350px;
    }
    .heading-body .small-heading{
        margin-bottom: 0;
    }
    .contact-form-bg{
        padding: 15px;
    }
    .f-item ul{
    height: 320px;
}
    .whatsapp-body{
    width: 30px;
}
.contact-form {
    padding: 30px 10px;
}
    .sidebar
{
    width: 90%;
}
.heading-body .content-heading{
    width: 100%;
}
.myslider .custom-btn{
    width: 24px;
    height: 24px;
    font-size: 14px
}
.custom-btn-left {
right: 55px;
}
.custom-btn-right {
right: 22px;
}
}
@media only screen and (max-width:320px){


}