/*  Desktop */
@media all and (min-width: 1601px) and (max-width: 1920px)
{

}

/* Laptop */
@media (max-width: 1366px)
{

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px)
{

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px)
{
	.wd-service-img img{height: 315px;}
	.wd-srvc-title{font-size: 22px; margin-bottom: 12px;}
	.wd-srvc-title img{width: 45px; height: 45px;right: -42px;top: -22px;}
	.wd-service-area{padding: 30px 20px;}
	.wd-service-area p, .wd-construction-area p, .wd-about-area p, .wd-expert-area p{font-size: 16px; margin-bottom: 10px;}
	.wd-testimonial-blog, .wd-expert-area, .wd-get-touch-blog, .wd-feature-blog, .wd-about-area{padding: 50px 0;}
	.wd-main-title, .wd-about-area h2{font-size: 30px;}
	#review{margin: 50px 0 0;}
	.wd-construct-img{margin-bottom: 20px;}
	.wd-more-info span{padding: 8px 22px;}
	.bnr-img h1{width: 100%; font-size: 38px;}
	#homeBanner img{height: 750px;}
	.wd-bathroom-dtls ul li{font-size: 16px;}
	#homeBanner .owl-dots{flex-flow: row;}
	#homeBanner .owl-dots{margin: 0 15px 30px;}
	#homeBanner .owl-dots button.owl-dot.active{width: 50px; height: 10px;}
	/* footer */
	.footer-top h4{font-size: 16px; margin: 15px 0;}
	.useful-links li{margin: 0 0 8px;}
	.footer-top{padding: 30px 0;}
	.footer-brand img{margin-bottom: 12px;}
	.footer-botm{padding: 12px 0;}
	.useful-links li a{font-size: 15px;}
	/* bathroom tab */
	.wd-main-bnr, .wd-kitchen-bnr{height: auto; padding: 100px 0 50px;}
	.wd-bathroom-dtls h1, .wd-get-area h4{font-size: 30px;}
	.wd-reqst-form{margin: 20px 0 0;}
	.wd-reqst-form h2{font-size: 20px;}
	.wd-step-area{padding: 0 0 50px;}
	/* Contact Us*/
	.info_list{margin: 20px 0 0;}
	.info_list ul li{grid-gap: 10px;}
	.info_list h4{margin-bottom: 5px;}

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px)
{	
	.wd-expert-area img{width: 100%;}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px)
{
	#homeBanner img {height: 520px;}
	.wd-bathroom-dtls h1, .wd-get-area h4, .wd-main-title, .wd-about-area h2{font-size: 24px; margin-bottom: 15px;}
	.wd-reqst-form .form-control{padding: 10px 15px;}
}