/**
* Theme Name: Aundri Child
* Description: This is a child theme of Aundri, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/template_path">template_path</a>
* Template: aundri
* Version: 3.0.0
*/

/* Header css */
body .header-top .btn-box{
	display: none;
}
body .main-header .logo-box,body .main-header .sticky-header .logo-box{
	padding: 7px 0px;	
}
body .main-header .logo-box .logo img{
	width: 70%;
}
body .main-header .sticky-header .logo-box .logo img{
	width: 50%;
}

/* Home page banner section */
.banner-section .owl-nav{
	display: none;
}

/* Home page services section */
.our-services-section .shape-2{
	display: none;
}
.our-services-section .why_chooseus .sec__bg{
	width: 51%;
}


/* Home page linen hire section */
.linen-hire{
	padding:  0px;
}
.linen-hire .about__section{
	padding: 70px 0px 0px;
}
.linen-hire .content__block{
	margin-left: 0px;
}
.linen-hire .col-lg-12{
	padding-left: 0px;
}

/* Home page Areas we serve section */
.areas-we-serve .pricing-block-one .inner-box h3{
	min-height: 70px;
}
.areas-we-serve .link{
	display: none;
}

/* Homepage Contact section */
body .contact-section{
	padding-bottom: 0px;
}
.contact-section input[type="text"],.contact-section input[type="email"],.contact-section input[type="tel"]{	
	background: #fff;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border-radius: 30px;
	margin-bottom: 20px;
}

/* Homepage dry cleaning section */
.dry-cleaning .why_chooseus .sec__bg{
	width: 51%;
}
.dry-cleaning .whychoose__block .inner-box{
	padding-left: 0px;
}

/* Homepage CTA section */
.cta-section .link-btn a{
	background-color: #fff !important;
}

/* Footer css */
.footer-details img{
	width: 30%;
	filter: brightness(0) invert(1);
}
.main-footer .col-xl-3{
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}


@media (max-width: 767px){
	.mobile-menu .nav-logo img{
		width: 40% !important;
    	filter: brightness(0) invert(1);
	}
	body .main-header .logo-box .logo img{
		width: 50%;
	}
	.banner-section.style-four .banner-carousel .slide-item{
		padding: 165px 0px 40px;
	}
	.header-top .right-column,.our-services-section .whychoose__block .shape-2{
		display: none !important;
	}
	.whychoose__block .inner-box,.whychoose__block .shape-2{
		margin-bottom: 10px;
	}
	section.why_chooseus.style-two .content{
		padding: 0px;
	}
	.linen-hire .about__section{
		padding: 20px 0px 0px;
	}
	.linen-hire-image .about__section{
		padding: 20px 0;
	}
	.dry-cleaning .shape-2{
		display: none;
	}
	.main-footer .col-xl-3{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.our-services-section .why_chooseus,section.services__section2,.services__section3,.testimonials__section,body .main-footer .widget-section{
		padding: 40px 0px;
	}
	.areas-we-serve .pricing-section{
		padding-bottom: 0px;
	}
	section.contactform__section .content__block{
		padding: 10px 0 40px;
	}
	body .scroll-top.open{
		bottom: 120px;
	}
}