.detail.matchmaker .h1 {
	font-size: 18px;
}
.matchmaker-form {
	margin: 24px -10px 0;
}
.matchmaker-form > div{
	padding-left: 10px;
	padding-right: 10px;
}
.matchmaker-form .ws-dropdown {
	width: 100%;
}
.detail.matchmaker .ovals {
	margin-top: 0;
}
.detail.matchmaker .perex {
	margin-top: 20px;
	border-radius:10px;
}
.desc-section{
	margin-top: 5px;
}
.detail.matchmaker .filter-dating-widget{
	margin-bottom: 20px;
}
.inputbox .inputbox-content input:disabled {
	background-color: #71509D;
	border-color: #71509D;
}
.inputbox .inputbox-content input:disabled:hover {
	cursor:not-allowed;
}
.matchmaker-form .inputbox-content input::placeholder {
	color: #1F284C;
	font-weight: 500;
}
.matchmaker-form .help-block-error {
	margin: 18px 0;
}

/* Larger than sm 768 */
@media (min-width: 768px) {
	
	
}

/* Larger than sm 1024 */
@media (min-width: 1024px) {
	.detail.matchmaker .summary h1 {
		font-size: 35px;
		margin: 24px 0 16px;
	}
	.detail.matchmaker .summary .perex p {
		height: auto;
		max-height: auto;
	}
	.detail.matchmaker .s-pair .ovals {
        padding-left: 16px;
        justify-content: flex-start;
    }
	.detail.matchmaker .desc-section {
        margin-top: 0;
    }
	.detail.matchmaker .rose-cover.full-width-mob {
        margin-bottom: 10px;
    }
	.detail.matchmaker .filter-dating-widget.normal-mode {
        margin-top: 30px;
    }
}


/* Larger than md 1440 */
@media (min-width: 1440px) {
	

}

/* Larger than lg 1920 */
@media (min-width: 1920px) {

}