@media(max-width:1440px) {
  .container-main {
    padding: 0 40px;
  }
}

@media(max-width:1400px) {}

@media(max-width:1300px) {}

@media(max-width:1200px) {
  .vm-block-flex {
    flex-wrap: wrap;
  }

  .vm-left,
  .vm-right {
    width: 100%;
  }
  .vm-left img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: unset;
  }
  .vm-left{
    height: 220px;
  }
}

@media(max-width:1100px) {}

@media(max-width:1080px) {
  .footer-flex {
    flex-wrap: wrap;
  }

  .footer-block {
    width: 50%;
    padding: 20px 0px;
  }

  .footer-logo {
    max-width: 100px;
  }
}

@media(max-width:1020px) {}
@media only screen and (min-width: 992px) {
    .submenu-toggle {
        display: none;
    }
}

@media(max-width:991px) {
  .main-header {
    display: none;
  }

  .top-bar-main {
    padding: 6px 20px;
  }

  .mob-header {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 38px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  }

  .mob-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 12;
  }

  .mob-header .navbar {
    background-color: #fff;
    padding: 10px 0px;
  }

  .mob-header .navbar>.container-fluid {
    padding: 0px 20px;
  }

  .mob-header .navbar-brand img {
    max-width: 90px;
  }

  .mob-header .navbar-brand {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 12;
  }

  .mob-header .navbar-toggler {
    padding: 0;
    border: unset;
  }

  .mob-header .navbar-toggler-icon {
    background-image: url(../images/menu-icon.webp);
    background-repeat: no-repeat;
    width: 30px;
    height: 28px;
    position: relative;
    z-index: 12;
  }

  body.menu-open .mob-header .navbar-toggler-icon {
    background-image: url(../images/close-icon.webp);
    height: 30px;
    margin-right: 7px;
    position: relative;
    z-index: 12;
  }

  .navbar-toggler:focus {
    box-shadow: unset;
  }

  body.menu-open {
    overflow: hidden;
    height: 100vh;
  }

  .mob-header .navbar-collapse {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0px 20px;
    z-index: 10;
  }

  .mob-header .navbar-nav {
    padding-bottom: 600px;
    padding-top: 140px;
  }

  .mob-header .nav-link {
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #1E3A8A;
    text-transform: uppercase;
    padding: 10px 0px;
  }

  .mob-header .nav-link:hover {
    color: #60A5FA;
  }

  .top-bar-right a {
    display: none;
  }

  .top-bar-left ul,
  .top-bar-right ul {
    gap: 10px;
    justify-content: space-between;
  }

  .top-bar-left {
    width: 100%;
  }
  .quote-btn.mob{
    margin-top: 10px;
  }

  .contact-page-services .our-services-flex,
	.home-why-choose-us .our-services-flex{
    grid-template-columns: repeat(2, 1fr);
  }

  .home-products-content {
    padding: 10px 20px;
  }

  .home-products-content h4 {
    font-size: 28px;
  }

  .home-products-block {
    width: 50%;
  }

  .home-products-bg {
    height: 250px;
  }

  .many-more-block {
    height: 320px;
  }

  .contact-us-page-left,
  .contact-us-page-right {
    width: 100%;
  }

  .contact-us-page-left {
    padding-right: 0px;
    padding-bottom: 40px;
  }

  .contact-us-page-text {
    margin-top: 0px;
  }

  .breadcrumbs-main {
    padding-top: 160px;
  }

  .breadcrumbs {
    padding-left: 0px;
  }

  .gallery-block{
    width: 50%;
  }
	



  li.menu-item-has-children .sub-menu {
    border: unset;
    background-color: unset;
    color: #000000CC;
  }

  

  .dropdown-item:hover {
    background-color: unset;
    color: #000000CC;
  }
	
	
	
	li.menu-item-has-children .sub-menu{
		display:none;
	}
	li.menu-item-has-children:hover .sub-menu {
    display:none;
}
	li.menu-item-has-children::before{
		content:unset;
	}
	
	.nav-item{
		padding:10px 0px;
	}
	    li.menu-item-has-children .sub-menu {
        padding-left: 15px !important;
			position:unset;
			box-shadow:unset;
			width:unset;
    }
	 
	    .mob-header .sub-menu li a {
        color: #000000CC !important;
        font-weight: 400 !important; 
    }
	.submenu-toggle {
        display: inline-block;
        font-size: 15px;
        margin-left: 30px;
        cursor: pointer;
        transition: transform 0.3s;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
		filter:invert(1);
    }
	    .menu-item-has-children.submenu-open > .submenu-toggle {
        transform: rotate(180deg);
    }
	    .submenu-toggle img.submenu-icon {
        width: 14px;
			margin-top:-3px;
    }
	.submenu-toggle {
		display: inline-block;
		font-size: 15px;
		margin-left: 30px;
		cursor: pointer;
		transition: transform 0.3s;
		color: #ffffff;
		font-weight: 600;
		text-transform: uppercase;
	}

	.menu-item-has-children.submenu-open > .submenu-toggle {
		transform: rotate(180deg);
	}

	.mob-header .navbar-nav li a {
		font-size: 17px;
		font-weight: 600;
		padding: 10px 0px;
		display: inline-block;
	}

	.mob-header ul.navbar-nav li {
		/*padding: 10px 0px;*/
		position: relative;
	}
	.mob-header .sub-menu li a{
		font-weight: 400 !important;
		text-transform:capitalize !important;
	}
	.mob-header .sub-menu li{
		padding: 0px !important;
		padding-left:15px !important;
		border-bottom: 1px solid lightgray;
		
	}
	li.menu-item-has-children .sub-menu li a{
		border-bottom:unset;
	}
	li.menu-item-has-children .sub-menu li:hover {
    background-color: unset !important;
}
	li.menu-item-has-children .sub-menu li:hover a {
    color: unset !important;
}
	
	.gallery-text h4{
		font-size:22px;
	}
	

}

@media(max-width:850px) {
  .home-banner-content h1 {
    font-size: 45px;
    line-height: 58px;
  }

  .home-banner-content p {
    font-size: 18px;
  }

  .home-about-us-left,
  .home-about-us-right {
    width: 100%;
  }

  .home-about-us-right {
    padding-left: 0px;
  }

  .home-about-us-left {
    height: 400px;
    padding-bottom: 30px;
  }
  .product-detail-page-left, .product-detail-page-right{
    width: 100%;
  }
  .product-detail-page-left{
    padding-bottom: 40px;
    height: 350px;
  }
  .product-detail-page-right{
    padding-left: 0px;
  }
  .certificates-block{
    width: 50%;
  }
	
}

@media(max-width:768px) {
  .unified-approach-inner h3 {
    font-size: 20px;
  }

  .unified-approach-inner p {
    font-size: 16px;
  }

  .footer-block {
    width: 100%;
  }
  .vision-mission-block{
    width: 100%;
  }
  .vm-left{
    height: 180px;
  }
}

@media(max-width:600px) {
  .container-main {
    padding: 0 20px;
  }

  .home-about-us-main,
  .unified-approach-main,
  .home-why-choose-us-main,
  .home-products-main,
  .contact-us-page-main,
  .vision-mission-main,
  .contact-page-main,
  .product-detail-page-main,
  .certificates-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-banner-content h1 {
    font-size: 35px;
    line-height: 48px;
  }

  .home-banner-content p,
  .unified-approach-heading p {
    font-size: 16px;
  }

  .home-btn-flex {
    display: none;
  }

  .about-us-heading h1,
  .home-why-choose-us-heading h1,
  .contact-us-page-text h1,
  .testimonails-heading h1,
  .expertise-exports-heading h1,
  .unified-approach-heading h1,
  .home-products-heading h1 {
    font-size: 28px;
  }

  .home-about-content p {
    font-size: 16px;
  }

  .home-about-us-left {
    height: 250px;
  }

  .quote-btn a {
    font-size: 16px;
  }

  .unified-approach-block {
    width: 100%;
  }

  .unified-approach-inner h3 {
    margin-bottom: 10px;
  }

  .home-stats-block {
    width: 100%;
  }

  .home-stats-block img {
    width: 50px;
    height: 50px;
  }

  .stats-info h4 {
    font-size: 28px;
  }

   .contact-page-services .our-services-flex,
	.home-why-choose-us .our-services-flex{
    grid-template-columns: repeat(1, 1fr);
  }

  .our-services-icons {
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
  }

  .our-services-icons img {
    width: 28px;
  }

  .our-services-heading h3 {
    font-size: 22px;
  }

  .home-products-content h4 {
    font-size: 22px;
  }

  .home-products-block {
    width: 100%;
  }

  .home-products-flex {
    margin-top: 25px;
  }

  .call-to-collaborate {
    padding: 40px 20px;
  }

  .call-to-collaborate-content h2 {
    font-size: 28px;
  }

  .form-flex .form-field {
    width: 100%;
  }

  .right-form-inner {
    padding: 25px;
  }

  .submit-button input[type="submit"] {
    font-size: 16px;
  }

  .payment-options-main {
    padding: 20px 0;
  }

  .footer-flex {
    padding-bottom: 40px;
  }

  .footer-main {
    padding-top: 40px;
  }

  .footer-copyright p {
    text-align: unset;
  }

  .breadcrumbs h1 {
    font-size: 42px;
  }

  .vission-mission-content p {
    font-size: 16px;
  }
  .vm-right h4{
    font-size: 20px;
  }
  .vm-right{
    padding: 15px;
  }
  .contact-page-main .right-form-inner{
    padding: 0px;
  }
  .top-bar-left ul{
    flex-flow: column;
        gap: 7px;
  }
  .mob-header{
    margin-top: 45px;
  }
  .product-detail-page-left{
    height: 250px;
  }
  .certificates-block
  {
    width: 100%;
  }
  .gallery-block{
    width: 100%;
  }
}