@media(max-width:768px){
    .we-build {
        font-size: 36px;
        line-height: 48px;
    }

    .customconsec-h {
        font-family: Inter;
        font-size: 32px;
        font-weight: 600;
        line-height: 38px;
        text-align: left;
        padding-right: 20px;
    }

    .about-sec1-bg {
        padding: 110px 50px 70px 50px;
    }

    .resp-border{
        border-right: 1px solid #C5313F;
    }

    .red-border {
        border-right: 1px solid #C5313F;
        margin-bottom: 30px;
    }

    .techst-p {
        font-size: 16px;
        line-height: 21px;
    }

    .our-services-head {
        padding: 0px;
    }

    .form-bg {
        background: white;
        padding: 35px;
        overflow-y: hidden;
    }

    .howdowe-sec {
        padding: 50px !important;
    }
    
    .submit-margin {
        margin-top: 30px;
    }

    .contactsection {
        padding: 100px 50px;
    }

    .contactsection {
        padding: 50px;
    }

    .customconsec-p {
        font-family: Poppins;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 28px;
    }

    .contact-det-txt {
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .resp-contacts {
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .conicon-margin-loc {
        gap: 28px;
    }

    .black-testimonail {
        padding: 50px 35px 0px 35px;
    }

    .readyst-bg {
        padding: 60px;
    }
    
    .contus-col {
        padding: 30px 30px 30px 30px;
    }

    .techst-boldtxt {
        font-size: 18px;
    }

    #customers-testimonials .item {
        padding: 20px;
        margin-bottom: 20px;
    }
}


@media(max-width: 576px){
    .we-believe {
        font-size: 16px;
    }

    .we-build {
        font-size: 28px;
        line-height: 42px;
    }

    .about-sec1-bg {
        padding: 110px 50px 0px 50px;
    }
}


@media(max-width: 480px){
    .form-bg {
        height: max-content;
    }

    .howdowe-sec {
        padding: 35px !important;
    }

    .our-services-heading {
        font-family: Poppins;
        font-size: 14px;
    }

    .techst-p {
        font-size: 14px;
    }

    .customconsec-p {
        padding-right: 0px;
    }

    .customconsec-h {
        font-family: Inter;
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
        padding-right: 0px;
    }

    .form-bg {
        padding: 25px;
    }
    .contact-label {
        font-size: 16px;
    }

    .contact-det-txt {
        font-size: 14px;
        padding-bottom: 0px;
        border-bottom: 1px solid lightgray;
    }

    .readyst-bg {
        padding: 32px;
    }

    .getsrated-head {
        font-size: 28px;
    }

    .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-6.col-xxl-6.d-flex.flex-column.gap-2.mt-sm-2 {
        margin-top: 15px;
    }

}