@-ms-viewport
{
	width:device-width;
}
@-viewport
{
	width:device-width;
}
@media only screen and (max-width:1200px)
{
	img
	{
		max-width:100%;
	}
}
@media only screen and (max-width:1024px)
{	
	.nav
	{
		position: absolute;
		right: 0;
		left: 0;
		z-index: 9999999;
		float: right;
		padding: 0 0;
		margin: 0;
		top: 0;
	}
	.nav ul li
	{
		margin: 0;
	}
	.nav ul li a
	{
		padding: 8px 0px;
		text-align:center;
    	background: rgba(0,0,0,0.8);
		color:#fff !important;
	}
	.submenu li a{
	   color:#000 !important; 
	}
	.nav-shrink .nav ul li a
	{
		padding: 8px 0px;
		text-align:center;
	}
	.nav ul li ul li a, .nav-shrink .nav ul li ul li a
	{
    	background: #fff;
		color:#000;
		text-align:center;
	}
	.nav ul li a i
	{
		display:none;
	}
	.nav ul li ul
	{
		position: relative;
		left:0;
		width: auto;
		-webkit-transform: translateX(-0%);
		transform: translateX(-0%);
		padding: 20px;
	}
	.nav ul ul li a, .nav-shrink .nav ul li ul li a
	{
		text-align:center;
	} 
	.nav ul li ul:before
	{
		top: -12px;
		left: 0;
		right:0;
	}
	.nav ul li a span
	{
		display: block;
	}
	.nav ul li:hover > a, .nav ul li.active > a 
	{
		color:#034ea2;
	}
	.nav-shrink .nav ul li a
	{
		color:#fff !important;
	}
	.nav ul li a::after
	{
		display:none;
	}
	.nav ul li ul aside
	{
		width: auto;
		float: none;
		padding: 0;
		display: block !important;
		text-align: center;
		margin: 0 !important;
	}
	.header-top
	{
		padding: 0px 20px;
	}
	.header-top .alignmiddle
	{
		display: flex !important;
	}
	.header-top h1
	{
		position: relative;
		z-index: 99999999;
	}
	.phoneno
	{
		margin-left: auto;
		margin-right: 95px;
	}
}
@media only screen and (max-width:960px)
{
	.container
	{
		padding: 25px 15px;
	}
	.services {
    text-align: center;
    background: #83978d;
    margin-top: 90px;
}
/*	.whyus figure
	{
		width: 500px;
		height: 500px;
	}*/
	.footer-logo
	{
		background: none;
	}
	.footer-logo:before
	{
		display: none;
	}
	.footer-logo h1
	{
		background: #fff;
		padding: 10px;
		border-radius: 10px;
	}
	.footer article
	{
		padding: 30px 20px;
        display: flex;
        flex-wrap: wrap;
	}
	.footer article aside
	{
		margin-right: 0%;
		width: 33.333333%;
		float: left;
	}
	.photo-gallery ul li a img
	{
		height: 200px;
	}
}
@media only screen and (max-width:768px)
{
	.alignmiddle
	{
		display: block;
	}
	.container h2
	{
		font-size: 24px;
		line-height: 26px;
	}
	.footer article aside:nth-of-type(3) {
    margin-right: 0;
    border-bottom: 1px dotted #fff;
}
.menu .submenu {
    position:relative;
}
.footer article aside ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted #fff;
    padding-bottom: 15px;
}
	.hero
	{
		height: 400px;
	}
	.intro figure, .intro aside, .whyus aside, .aboutus figure, .aboutus aside, .services-content figure, .services-content aside, .address-details, .contact .formfield
	{
		width: auto !important;
		float: none;
	}
	.intro figure:before
	{
		top: -30px;
		width: 300px;
		height: 300px;
	}
	.count ul li article figure
	{
		width: 75px !important;
	}
	.services ul
	{
		grid-template-columns: 1fr 1fr;
	}
	.whyus
	{
		padding-bottom: 40px;
	}
	.phoneno a.call-btn {
    font-family: 'Material Symbols Outlined';
    content: "\e0b0"; /* Material icon code */
    font-weight: 200;
    width: 40px;
    height: 40px;
    background: linear-gradient(0deg, #59b747, #2f8a38);
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    position: relative;
}
.phoneno a:before {
    margin-left: 7px;
}

/* Add the icon inside a pseudo-element */
.phoneno a.call-btn::before {
    content: "\e0b0";
    font-family: 'Material Symbols Outlined';
    font-weight: 200;
}

.mobile-view{
    display:block;
    z-index: 99999999;
}
	/*.whyus figure
	{
		width: 400px;
        height: 400px;
        margin: auto;
        right: 0;
        left: 0;
        top: auto;
        bottom: -200px;
	}*/
	.getintouch .row h1
	{
		font-size: 24px;
	}
	.footer article aside
	{
		width: 50%;
	}
	.scrollup
	{
		bottom: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.footer-bottom p
	{
		float: none;
		text-align: center;
	}
	.page-title
	{
		height: 300px;
	}
	.page-title h2
	{
		font-size: 38px;
	}
	.services-content aside
	{
		margin-top: 30px;
	}
	.photo-gallery ul li a img
	{
		height: 180px;
	}
	.desktop-view{
    display: none;
}
.header-top h1 {
    margin: 0px 0;
    background: #fff;
    padding: 10px 10px;
    border-radius: 0 0 10px 0;
    position: relative;
    width: 30%;
}
.logo-image {
    width: 100%;
}
/*.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: #fff!important;
    margin: 6px 0;
    transition: 0.4s;
}*/
.product-flex {
    display: block;
    padding: 25px 0px;
}
.container .card {
    width: 100%;
    border-radius: 15px;
}
.container .card:hover {
    height: 540px;
    margin-top: 30%;
}
.container .card:hover .content {
    top: 130px;
    height: 390px;
}
.form-width {
    width: 100%;
}
.whyus figure {
    position: relative;
    top: 0px;
    right: 0;
    width: 100%;
}
.count {
    margin-top: 60px;
}
.count ul li {
    float: left;
    margin-bottom: 50px;
}
.intro figure {
    margin-top: 40px;
}
.agarbatti-binder-feature p img {
    width: 7%;
    margin-right: 10px;
}
.portfolio__filter {
    margin-bottom: 40px;
    text-align: left;
}
.filter-button {
    padding: 10px 10px;
    margin: 5px;
    border: none;
    background: #4fab2b;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
}
.portfolio__img {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
}
@media only screen and (max-width:520px)
{	
	.header-top aside
	{
		display: none;
	}
	.count ul li
	{
		width: 100%;
	}
	.services ul, .services-page ul
	{
		grid-template-columns: 1fr;
	}
	.footer
	{
		text-align: center;
	}
	.footer article aside
	{
		width: 100%;
		float: none;
	}
	.social-icons a
	{
		display: inline-block;
		float: none;
		margin: 0 1px;
	}
	.photo-gallery ul li
	{
		width: 50%;
	}	
	.photo-gallery ul li a img
	{
		height: 160px;
	}
}
@media only screen and (max-width:320px)
{
	
}
@media (max-width: 480px) {
    .container .card {
        border-radius: 15px;
        margin-bottom: 25px;
    }

    .container .card .img-box {
        width: 95%;
        border-radius: 10px;
    }

    .container .card .content p {
        font-size: 0.8rem;
    }

    .container .card .content a {
        font-size: 0.9rem;
    }
}