@media screen and (max-width:1200px) {
    /* home page responsive */

    h1 {
        font-size: 65px;
    }

    h2 {
        font-size: 45px;
    }

    .container {
        padding-inline: 20px;
    }

    header {
        padding: 10px 20px;
    }

    header .logo img {
        width: 80%;
    }

    header .menu {
        width: 50%;
    }

    header .hdr-icons i:nth-child(1),
    footer .hdr-icons i:nth-child(1) {
        padding: 13px 16px;
    }

    header .hdr-icons i:nth-child(2),
    footer .hdr-icons i:nth-child(2) {
        padding: 13px 14px;
    }

    header .hdr-icons i:nth-child(3),
    footer .hdr-icons i:nth-child(3) {
        padding: 13px 11px;
    }

    .about,
    .services,
    footer {
        padding: 50px 0px;
    }

    .products {
        padding-block: 50px 100px;
    }

    .about .lft-about {
        width: 55%;
        margin-right: 30px;
    }


    .services #service-slider,
    .products #products-slider {
        margin-top: 30px;
    }

    .testimonials .test-lft {
        background-position: center;
    }

    footer .Contact {
        padding-left: 70px;
    }

    .copyright {
        padding: 15px 0px;
    }

    /* home page responsive */


}


@media screen and (max-width:768px) {

    /* home page responsive */
    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 35px;
    }

    .about,
    .services,
    footer {
        padding: 40px 0px;
    }

    .bars-btns{
        display: block;
    }


    header .logo img{
        width: 75%;
        display: block;

    }

    header .menu,
    header .hdr-icons {
        display: none;
    }

    /* toogle menu */

    .pb-40{
        padding-bottom: 35px !important;
    }

    .pd-20 {
        padding-bottom: 20px !important;
    }


    header .menu .navigation{
        flex-direction: column;
        gap: 30px;
        padding: 20px;
        margin-top: 70px;
        /* font-size: 18px; */
    }


    header .menu{
        display: block;
        background-color: rgb(0, 0, 0);
        position: fixed;
        width: 70%;
        top: 0;
        right: -70%;
        bottom: 0;
        z-index: 10;
        transition: all .4s;
    }

    header .menu .navigation a{
        color: #f4f4f4;
    }

    .hamburger img, .close-menu img{
        width: 100%;
    }

    .hamburger{
        display:block;
        width: 100%;
        max-width: 30px;
    }

     .close-menu{
        width: 100%;
        max-width: 25px;
        display: none;
        position: fixed;
        top: 28px;
        z-index: 20;
     }


    /* toogle menu */


    .bnr .bnr-lft {
        background-image: url(../img/tab-bnr-bg2.jpg);
        width: 50%;
        background-size: 500px;
        background-repeat: no-repeat;
    }

    .bnr .bnr-rgt {
        background-image: url(../img/tab-bnr-bg.jpg);
        padding: 50px 20px;
        background-size: cover;
        width: 50%;
        flex-direction: column;
        background-size: 500px;
        background-repeat: no-repeat;
    }

    .about .container {
        flex-direction: column-reverse;
    }

    .about .lft-about {
        width: 100%;
    }



    .products {
        padding-block: 40px 60px;
    }

    .cta .lft-cta .contact-btn {
        width: 32%;
    }

    .testimonials {
        padding: 60px 15px;
    }

    .testimonials .owl-carousel .owl-nav button.owl-prev {
        top: 40%;
        left: -100%;
    }

    .testimonials .owl-carousel .owl-nav button.owl-next {
        top: 40%
    }

    .testimonials .test-lft {
        background: url(../img/testi-col-img.png);
        background-size: cover;
        width: 50%;
    }

    .testimonials .test-rgt {
        padding: 15px 0;
    }

    footer .links,
    footer .Contact {
        padding-left: 40px;
    }

    footer h3{
        margin-bottom: 15px;
    }

    footer .hdr-icons {
        margin-top: 10px;
    }

    /* home page responsive */

   /* about page */

    .strip{
        padding: 60px 0;
    }

    .strip .strip-rgt p {
        letter-spacing: 8px;
        margin-bottom: 5px;
    }

     /* about page */

     /* contact page */

     .contact{
        padding: 40px 0px;
     }

    .contact .container{
        flex-direction: column;
    }

    .contact input {
        width: 50%;
    }

    .map-main iframe{
        height: 350px;
    }



     /* contact page */

}

@media screen and (max-width:425px) {

    /* home page responsive */
    .container {
        padding-inline: 15px;
    }

    h1 {
        font-size: 38px;
        line-height: 1.7;
    }

    h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    h5 {
        letter-spacing: 5px;
        font-size: 14px;
    }


    .hamburger{
        max-width: 30px;
    }

     .close-menu{
        max-width: 25px;
     }



    .bnr .bnr-rgt p {
        letter-spacing: 5px;
    }

    .mt-20{
   margin-top: 20px;
    }

    .about,
    footer {
        padding: 30px 0px;
    }

    .about .lft-about {
        width: 100%;
        margin-right: 0;
        padding-top: 20px;
        text-align: center;
    }

    .about .rgt-about {
        width: 100%;
        margin: 0 auto;
    }

    .about .numbers {
        text-align: left;
    }

    .service-head {
        width: 100%;
        text-align: center;
    }

    .services{
     padding-bottom: 120px;
    }

    .service-btn {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .products {
        padding-block: 30px;
    }

    header .logo{
        display: inherit;
    }

    header .logo img {
        width: 65%;
        display: block;
    }

    .bnr .bnr-lft {
        display: none;
    }

    .bnr .bnr-rgt {
        width: 100%;
        background-size: cover;
        padding: 50px 0px;
    }

    .products {
        padding-inline: 0px;
        padding-bottom: 20px;
    }

    .cta {
        padding-block: 30px;
    }

    .cta .rgt-cta {
        display: none;
    }

    .cta .lft-cta {
        width: 100%;
        text-align: center;
    }

    .testimonials {
        padding: 40px 15px;
    }

    .testimonials .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 40%;
        left: 0;
    }

    .testimonials .owl-carousel .owl-nav button.owl-next {
        top: 40%
    }


    .testimonials .test-lft {
        display: none;
    }

    .testimonials .item .test-rgt {
        width: 100%;
    }

    .cta .lft-cta .contact-btn {
        width: 40%;
        margin: 0 auto;
    }

    footer .ftr-logo {
        width: 20%;
    }

    footer h3{
        margin-bottom: 10px;
    }

    footer .main-ftr {
        flex-direction: column;
    }

    footer .lft-pnl {
        width: 100%;
    }

    footer .links,
    footer .Contact {
        padding-left: 0px;
        width: 100%;
    }

    .copyright p {
        padding-inline: 15px;
    }

    /* home page responsive */

    /* about page  */
    .strip {
        padding: 45px 0;
    }

    .strip .strip-rgt p {
        letter-spacing: 4px;
        margin-bottom: 5px;
        font-size: 14px;
    }
     /* about page  */

     /* service page */

     .serv-pg-serv{
        padding-bottom: 30px !important;
     }

     .services video{
        height: 100%;
     }

     /* service page */

     /* contact page */

     .contact{
        padding: 30px 0;
     }

     .contact input{
        width: 100%;
        font-size: 14px;
     }

     .contact form .flex {
        gap: 20px;
        margin: 20px 0;
        flex-direction: column;
    }

    .contact form textarea{
        height: 170px;
        font-size: 14px;
    }

    .contact form input[type=submit] {
        width: 30%;
    }

    .map-main iframe{
        height: 250px;
    }

    .contact .get-in-touch i {
        height: 55px;
        width: 55px;
        font-size: 25px;

    }

    /* contact page */
}

@media screen  and (max-width:320px){

    .bnr .bnr-rgt p {
        letter-spacing: 3px;
    }

    .services{
        padding-bottom: 100px;
       }

}