.md-landing-banner {
    padding: 80px 30px;
    background: url('../../assets/images/landingpage/vastu-banner.png') no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin: 0 30px 50px 30px;
    display: flex;
    align-items: center;
    max-width: 1920px;
}

.md-landing-kids-banner {
    padding: 80px 30px;
    background: url('../../assets/images/landingpage/kidswallpaper.png') no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin: 0 30px 50px 30px;
    display: flex;
    align-items: center;
    max-width: 1920px;
}

@media screen and (min-width: 1921px) {
    .md-landing-banner {
        margin: 0 auto 50px auto;
    }
	
	.md-landing-kids-banner {
        margin: 0 auto 50px auto;
    }
}

.banner-text {
    max-width: 780px;
}

.banner-text h1 {
    font-size: clamp(30px, 3.5vw, 40px);
    color: #FFF;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.banner-text h2 {
    font-size: clamp(16px, 3.5vw, 18px);
    color: #FFF;
    font-weight: 600;
	line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.banner-text h1 > span {
    display: block;
}

.banner-text p {
    font-size: clamp(16px, 2.5vw, 18px);
    color: #FFF;
    line-height: 30px;
	margin-bottom: 30px;
}

.md-consultation {
    background: #FFF;
    border-radius: 20px;
    padding: 25px 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.md-consultation h3 {
    font-size: clamp(16px, 2.5vw, 22px);
    margin-bottom: 30px;
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 18px 20px;
    border-radius: 8px;
    font-size: 18px;
    border: solid 1px #dbdbdb;
}

.btn-primary {
    display: block;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 16px;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    background: #9F1127;
    color: #FFF;
}

.img-wrapper {
    float: left;
    margin: 0 20px 20px;
    width: 500px;
}

.img-wrapper a {
	display: block;
	height: 280px;
}

.img-wrapper img {
    width: 100%;
	height: 100%;
	object-fit: cover;
    display: block;
    border-radius: 10px;
}

.img-wrapper .action-btn {
	height: auto;
    display: block;
    padding: 12px 20px;
    font-size: 15px;
    background: #9F1127;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    font-weight: 500;
    text-transform: uppercase;
	margin-top: 20px;
}

.reverse-image .img-wrapper {
    float: right;
}

.vastu-wallpaper-list {
    margin-bottom: 100px;
}

.wrapper {
	margin-bottom: 50px;	
}

.vastu-wallpaper-list h2, .wrapper h2 {
    font-size: clamp(18px, 2.5vw, 22px);
    margin-bottom: 20px;
}

.vastu-wallpaper-list p, .wrapper p {
    font-size: clamp(14px, 2.5vw, 16px);
    color: #6A6A6A;
    line-height: 30px;
}

.section {
	background: #f6f6f6;
    padding: 40px 0;
	margin-bottom: 50px;
}

.home-help {
    margin: 0 !important;
}

.home-help h4 {
    text-align: center;
    margin-bottom: 30px;
}

.help-block-landing {
    display: flex;
    justify-content: center;
}

.help-block-landing > a {
    display: flex;
    padding: 12px 20px;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border: solid 1px #E0E0E0;
    border-radius: 8px;
    margin-left: 15px;
    transition: all .3s ease;
    transform: scale(1);
    text-decoration: none;
    color: #121212;
    font-weight: 500;
    font-size: 18px;
}

.help-block-landing > a svg {
    margin-right: 15px;
}

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

.product-box > a {
    height: 300px;
    display: block;
}

.product-box a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

.product-box h3 a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 20px 0;
}

.mb-5 {
	margin-bottom: 25px;
}


@media (min-width: 1440px) and (max-width: 1599.99px) {
    .md-landing-banner, .md-landing-kids-banner {
        padding: 30px;
        margin: 0 20px 50px 20px;
    }
}

@media (min-width: 993px) and (max-width: 1439.99px) {
    .md-landing-banner, .md-landing-kids-banner {
        padding: 30px;
        margin: 0 20px 50px 20px;
    }

    .md-consultation {
        padding: 20px 20px;
    }
	
	.img-wrapper {
		width: 450px;
	}
	
	.img-wrapper a {
		display: block;
		height: 260px;
	}
}

@media (min-width: 769px) and (max-width: 992.99px) {
    .md-landing-banner, .md-landing-kids-banner {
        padding: 30px;
        margin: 10px 10px 30px 10px;
    }

    .md-consultation {
        padding: 20px 20px;
    }

    .vastu-wallpaper-list {
        margin-bottom: 50px;
    }

    .banner-text h1 > span {
        display: inline-block;
    }

    .vastu-wallpaper-list {
        margin-bottom: 50px;
    }
	
	.img-wrapper {
		width: 450px;
	}
	
	.img-wrapper a {
		display: block;
		height: 240px;
	}
}


@media (max-width: 767.99px) {
    .md-landing-banner, .md-landing-kids-banner {
        padding: 10px;
        margin: 10px 10px 30px 10px;
    }

    .md-consultation {
        padding: 20px 20px;
    }

    .vastu-wallpaper-list {
        margin-bottom: 20px;
    }

    .banner-text h1 {
        text-align: center;
    }

    .banner-text p {
        text-align: center;
        line-height: 28px;
    }

    .banner-text h1 > span {
        display: inline-block;
    }

    .img-wrapper {
        max-width: max-content;
        float: none;
        margin: 0 auto 30px auto;
		width: 100%;
    }

    .vastu-wallpaper-list p {
        line-height: 28px;
    }

    .help-block-landing {
        flex-direction: column;
        gap: 15px;
    }
	
	.img-wrapper a {
		height: auto;
	}
	
	.reverse-image .img-wrapper {
		float: none;
	}
}

@media (max-width: 638.99px) {
    .md-landing-banner, .md-landing-kids-banner {
        padding: 10px;
        margin: 10px 10px 30px 10px;
    }

    .md-consultation {
        padding: 20px 20px;
    }

    .vastu-wallpaper-list {
        margin-bottom: 20px;
    }

    .banner-text h1 {
        text-align: center;
    }

    .banner-text p {
        text-align: center;
        line-height: 28px;
    }

    .banner-text h1 > span {
        display: inline-block;
    }

    .img-wrapper {
        max-width: max-content;
        float: none;
        margin: 0 auto 30px auto;
		width: 100%;
    }

    .vastu-wallpaper-list p {
        line-height: 28px;
    }

    .help-block-landing {
        flex-direction: column;
        gap: 15px;
    }
	
	.img-wrapper a {
		height: auto;
	}

}