@media screen and (min-width:1600px) {
  video.tab
  {
    display: none !important;
  }
  .dropdown-menu {
    left: 0px;
  }
}

@media screen and (min-width:1440px) and (max-width:1600px) {
  .dropdown-menu {
    left: 0px;
  }
  /* .carousel-caption {
    position: absolute;
    top: 30%;
    right: 10%;
    left: auto;
    bottom: auto;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 10px;
    max-width: 400px;
    height:400px;
  }
  .carousel-caption p 
  {
    text-align: center;
  } */
  video.tab
  {
    display: none !important;
  }

}

@media screen and (min-width:1200px) and (max-width:1439px) {
  .dropdown-menu {
    left: 0px;
  }

  .logo {
    margin-left: 10px;
  }

  .carousel-item img {
    width: 100%;
    height: 100%;
  }

  .image-container h2 {
    font-size: 22px;
  }

  .products p {
    font-size: 13px;
  }

  .contact-form form input[type="submit"] {
    width: 30%;
  }

  /* .carousel-caption {
    position: absolute;
    top: 30%;
    right: 10%;
    left: auto;
    bottom: auto;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    height:400px;
  } */
  video.laptop
  {
    display: none !important;
  }
}

@media screen and (min-width:992px) and (max-width:1199.9px) {
  .carousel-item img {
    width: 100%;
    height: auto;
  }

  .dropdown-menu {
    left: 0px;
  }

  #about .about-para p {
    width: 100%;
  }

  .products p {
    font-size: 13px;
  }

  .image-container h2 {
    font-size: 30px;
  }

  header .container-fluid {
    width: 95%;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  /* .carousel-caption {
    position: absolute;
    top: 30%;
    right: 10%;
    left: auto;
    bottom: auto;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    height:400px;
  } */
  video.laptop
  {
    display: none !important;
  }
  .carousel-caption h5
  {
    font-size: 50px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  header .container-fluid {
    width: 95%;
  }

  .dropdown-menu {
    background-color: black;
    padding: 30px;
    display: none;
    width: 100%;
    margin-left: 0px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0px;
    margin-top: 0px;
  }

  .navbar-nav .nav-item .nav-link:hover {
    color: palevioletred;
    border-bottom: 2px solid palevioletred;
    cursor: pointer;
    width: 80px;
  }

  .logo {
    margin-left: 10px;
  }

  .carousel-item img {
    height: 100%;
  }

  #about {
    background: url(../Images/aboutbackgroundwithoutblack-tab.jpg);
    background-attachment: fixed;
    background-size: 100% 100%;
  }

  #about .about-para p {
    width: 100%;
  }

  .navbar-nav .nav-item {
    padding: 0px;
  }

  .image-container {
    width: 70%;
    margin: 10px auto;
  }
  video.laptop
  {
    display: none !important;
  }
  .carousel-caption h5
  {
    font-size: 50px;
  }
}

@media screen and (max-width:767px) {
  header .container-fluid {
    width: 100%;
  }
  .image-container h2
  {
    font-size: 35px;
  }
  .logo {
    margin-left: 10px;
  }

  .navbar-nav .nav-item {
    padding: 10px 0px;
  }

  .dropdown-menu {
    padding: 10px 30px;
    display: none;
    width: 100%;
    margin-left: 0px;
    height: 60vh;
    overflow-y: scroll;
    left: 0px;
    margin-top: 0px;
  }

  .carousel-item img {
    width: 100%;
    height: 100%;
  }

  .carousel-caption h5 {
    font-size: 30px;
}

  .carousel-caption p {
    font-size: 13px;
  }

  #about {
    height: 100%;
    position: relative;
    top: 87px;
  }

  .about-us {
    height: 100%;
  }

  #about .about-heading h1 {
    font-size: 30px;
  }

  #about .about-para p {
    width: 100%;
    text-align: left;
  }

  .products {
    margin-top: 40px;
  }

  .products .product-heading h2 {
    font-size: 50px;
  }

  #contact .contact-heading h2 {
    font-size: 50px;
  }

  .contact-form {
    padding: 40px 10px;
    margin-top: 87px;
  }

  .contact-form h2 {
    padding-bottom: 60px;
  }

  .our-links ol,
    ul {
    padding-left: 0rem;
  }

  .footer-logo p {
    padding-right: 20px;
  }

  .address {
    padding-right: 20px;
  }

  .carousel {
    top: 87px;
  }

  #about {
    background: url(../Images/aboutbackgroundwithoutblack-mobile.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
  }

  .navbar-nav .nav-item .nav-link:hover {
    width: 25%;
  }

  .footer {
    padding: 40px 20px;
  }
  video.laptop
  {
    display: none !important;
  }
}
