@media only screen and (max-width: 1200px){
	
}

@media only screen and (max-width: 991px){
	.toggle-icon{
		display: none;
	}
	
	#main-menu{
		display: none;
	}
	
	.navbar-toggle{
		display: block;
	}
	
	#responsive-menu{
		display: block;
	}
	
	.navbar{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.footer-info-box .icon-box{
		position: relative;
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}
	
	.footer-info-box{
		padding-left: 0;
	}
	
	.footer-info-box h3{
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	.footer-social h5{
		display: block;
	}
	
	.footer-social .footer-social-link{
		display: block;
		margin-top: 10px;
	}
	
	.footer-poweredby{
		display: block;
		padding-left: 0;
		border: none;
		margin-left: 0;
	}
	
	.mission-title h2 br{
		display: none;
	}
	
	.tech-table table tr td h3{
		font-size: 18px;
	}
	
	.subpage-header-section{
		padding: 60px 0 0;
	}
	
	.subpage-header-section h1{
		font-size: 40px;
	}

	.product-sidebar{
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px){
	.footer-info-box .icon-box{
		width: 100%;
		height: auto;
	}
	
	.footer-social h5{
		font-size: 20px;
	}

	.footer-info-box .icon-box img{
		max-width: 40px;
	}
	
	.footer-info-box{
		margin-bottom: 30px;
		text-align: center;
	}
	
	.br-mobile-none br{
		display: none;
	}
	
	.tech-table .elementor-text-editor,
	.export-table .elementor-text-editor{
		width: 100%;
		overflow-x: auto;
	}
	
	.export-table table tr td{
		min-width: 100px;
	}

	.tech-table table tr td{
		min-width: 340px;
	}
	
	.equipped-list .elementor-image-box-wrapper figure{
		margin: 0 !important;
		width: 24% !important;
	}

	.equipped-list .elementor-image-box-wrapper h3{
		text-align: left;
	}
	
	.equipped-list .elementor-image-box-wrapper{
		display: flex;
		align-items: center;
	}
	
	.gallery-thumbs .gallery-thumb-slide h2{
		font-size: 36px;
	}
	
	.subpage-header-section h1{
		font-size: 28px;
	}
	
	.at-testimonial{
		padding: 20px;
		min-height: auto;
	}
	
	.at-testimonial-text p{
		font-size: 16px;
	}
	
	.page-not-found{
	    padding: 60px 20px;   
	}
	
	.page-not-found h1{
	    font-size: 120px;
	}
	
	.page-not-found p{
	    font-size: 16px;
	}
	
	#sbi_images .sbi_item{
		width: 50% !important;
	}
	
	.whtasapp-sticky p{
		display: none;
	}
	
	.page-calculator h3 {
        font-size: 22px;
    }
    
    .table-cls thead{
        display: none;    
    }
    
    .table-cls tr td{
        display: block;
    }
    
    .table-cls tbody tr{
        background: #f5f5f5;   
    }

    
}