@media (max-width: 1230px) {
    .our-products .cell img {
        width: 230px;
    }
}
@media (max-width: 1199px) {
    .our-products .cell {
        flex-direction: column;
    }
    .our-products .cell .content {
        text-align: center;
        padding-left: 0;
    }
    .our-products .cell .content a {
        display: table;
        margin: 25px auto 0 auto;
    }
    .our-products h4 {
        margin-top: 30px;
    }
    .get-touch-with h6 {
        font-size: 29px;
    }
    .technologies .box-wrap .cell span {
        font-size: 20px;
        line-height: 27px;
    }
    .about-section .left p {
        font-size: 30px;
        line-height: 42px;
    }
}
@media (max-width: 991px) {
    footer .top {
        flex-direction: column;
    }
    footer .top .logo {
        margin-bottom: 25px;
    }
    footer .list-menu {
        margin-bottom: 30px;
    }
    footer .list-menu.mob-row {
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
        gap: 15px;
    }
    .get-touch-with h6 {
        text-align: center;
        margin-top: 40px;
    }
    .get-touch-with .btn-type-1 {
        margin: 15px auto 0 auto;
    }
    .wellcome .download {
        margin: 0 0 30px 0;
    }
    .classy-navbar-toggler {
        margin-right: 5px;
        position: relative;
        top: -11px;
    }
    .products .content {
        padding: 25px 0 50px 0;
    }
    .products .cell {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .technologies.abt {
        padding-bottom: 0;
    }
    
}

@media (max-width: 767px) {
    footer .right {
        flex-direction: column;
        gap: 5px;
    }
    footer .list-menu.count-2 {
        column-count: 1;
    }
    footer .right li {
        font-size: 18px;
    }
    .technologies p {
        font-size: 19px;
        line-height: 26px;
    }
    .technologies {
        padding: 50px 0;
    }
    .technologies .btn-type-1 {
        margin-top: 0;
    }
    .our-products a.view-all {
        margin-top: 15px;
    }
    .services .cell .top {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .services .cell .top h2 {
        padding-left: 0;
        text-align: center;
        margin-top: 15px;
    }
    .services .cell p {
        text-align: center;
    }
    .services h2 {
        font-size: 24px;
    }
    .products h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .products {
        margin-bottom: 0px;
    }
    .about-section {
        padding: 60px 0;
    }
    .about-section .left p {
        font-size: 24px;
        line-height: 37px;
        margin-bottom: 25px;
    }
    .vision-mission h2 {
        font-size: 24px;
    }
    .vision-mission p {
        font-size: 20px;
        line-height: 31px;
    }
    .vision-mission {
        background-color: #2d3849;
        padding: 35px 0;
    }
    .technologies h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    .get-touch-with h6 {
        font-size: 24px;
        line-height: 24px;
    }
    .get-touch-with h6 span {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .technologies .box-wrap .cell {
        flex-direction: column;
    }
    .technologies .box-wrap .cell span {
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 5px;
    }
}