@media only screen and (max-width: 1024px) {
    .container {
        max-width: 94%;
    }

    .video_box {
        padding: 30px 0px;
    }

    .our_product {
        padding: 50px 0px;
    }

    .our_product .container {
        max-width: 94%;
    }

    .single_product {
        width: 48%;
        display: inline-block;
        margin: 5px;
        vertical-align: top;
    }

    .main_single_product .single_product+.single_product {
        border: 1px solid #00000050;
    }

    .main_single_product {
        display: block;
        text-align: center;
    }


  video{width: 100%;}
}


@media only screen and (max-width: 768px) {

    .video_box .inner_video_box iframe{height: 400px;}

    .our_product .product_item {
        display: block;
    }

    .our_product .product_item .product_img {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer_navbar ul {
        display: block;
    }

    .footer_navbar ul li {
        display: inline-block;
        vertical-align: top;
        margin: 5px;
    }

}

@media only screen and (max-width: 480px) {

     .video_box .inner_video_box iframe{height: 205px;}

    .contact_us .inner_group {
        display: block;
        text-align: center;
    }

    .single_product {
        width: 97%;
        display: inline-block;
        margin: 5px auto;
        vertical-align: top;
    }

    .features_text span {
        font-size: 20px;
    }

    h1.title {
        font-size: 34px;
        line-height: 1.3;
    }

    .steps_wrap ul li svg {
        font-size: 20px;
    }

    .steps_wrap ul li {
        text-align: left;
        font-size: 16px;
    }

    .features_text {
        margin-bottom: 0px;
    }

    .our_product .description {
        margin: 0px;
    }

    .contact_us h4.title {
        margin: 0px 0px 20px;
        font-size: 24px;
    }

    .single_product .img_wrap {
        max-width: 80%;
        margin: 0px auto 20px;
    }

}


@media only screen and (max-width: 384px) {

    .our_product .product_title h3.title {
        font-size: 26px;
        line-height: 1.2;
    }

    h5.title {
        font-size: 22px;
    }

    h4.title {
        font-size: 16px;
    }

    h2.title {
        font-size: 20px;
    }

    h1.title {
        font-size: 30px;
        line-height: 1.3;
    }

    .footer_wrap h6 {
        font-size: 20px;
    }

    .footer_navbar {
        margin-top: 50px;
    }

}

@media only screen and (max-width: 480px) {
    #name,
    #address-line1,
    #address-line2 {
      min-width: 97%; /* Set the minimum width to avoid shrinking */
      box-sizing: border-box;
    }
  }
  
  