@media (max-width: 767px) {
    .breatcumb-area {
        padding: 10px 0px 50px 0px;
    }
	.breatcumb-content, .dreamit-section-title {
		margin-top: 0px;
	}
	.counter-area {
		padding: 50px 0 0 0;
	}
	.mobile-hide {
		display: none;
	}
	.slider-area {
		height: 575px;
	}
}

h3, h4, h5, h6 {
    margin-bottom: 10px;
}

.from-box input[type="checkbox"] {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 8px;
    transform: scale(2);
}

.checkbox-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 15px;
    cursor: pointer;
}

.checkbox-list input[type="checkbox"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}