.explore-banner{
    background: url(https://mamily.in/new_web_assets/images/Registration.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: 200px;
}

.explore-banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(255 255 255 / 80%) 50%, rgb(255 255 255 / 85%) 100%);
}

.explore-banner .explore {
    display: flex;
    height: calc(200px - 0px);
    align-items: center;
    margin: auto;
}

.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
	position: relative;
}

.wizard .nav-tabs .nav-item .nav-link {
	margin-bottom: 6%;
	background: white;
	border: 2px solid #ccc;
	color: #ccc;
	z-index: 10;
}
.wizard .nav-tabs .nav-item .nav-link:hover {
    color: #f88785;
    border: 2px solid #f88785;
}
.wizard .nav-tabs .nav-item .nav-link.active {
	background: #f88785;
    border: 2px solid #f88785;
    color: #fff;
}
.explore-tabs .tab-content .tab-pane .article{
    transition: 250ms all ease-in-out;
    box-shadow: 0px 2px 40px #d7dfe2;
}
.explore-tabs .tab-content .tab-pane .article:hover {
    transform: scale(1.03);
    box-shadow: 0px 2px 40px #d7dfe2;
    transition: 250ms all ease-in-out;
}
.explore-tabs .tab-content .tab-pane .pregnancy-tab, .explore-tabs .tab-content .tab-pane .parenting-tab, .fertility-tab, .pcosPcod-tab, .midlifeHealth-tab, .generalHealth-tab{
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    grid-gap: 15px;
    display: flex;
}
.nav-tabs .nav-item .nav-link.active:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 15px solid transparent;
	border-bottom-color: #f88785;
    transition: 0.1s ease-in-out;
}

.explore-tabs .tab-content .form-check{
    border: 2px solid #f88785;
    padding: 10px 15px 10px 36px;
    border-radius: 10px;
    color: #f88785;
    cursor: pointer;
}

.explore-tabs .tab-content .form-check-input:checked{
    background-color: #f88785;
    border-color: #f88785;
}
.explore-tabs .tab-content .form-check-input[type=checkbox]{
    border: 2px solid #d9d9d9;
}
.explore-tabs .tab-content .form-check-input:focus{
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}


 

@media (max-width: 525px){
    .explore-banner{
        height: 150px;
    }
    .explore-banner .explore{
        height: calc(150px - 0px);
    }
}


