body {
	margin: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.ct-section > .ct-section-inner-wrap.col-wrapper {
	width: 100%;
	text-align: left;
	flex-direction: column-reverse;
	display: flex;
	gap: 20px;
	padding-top: 0;
	padding-bottom: 20px;
}
.col1, .col2 {
	width: 100%;
	padding: 0;
}
.col1 {
	line-height: 1;
}
.btitle {
	font-family: Roboto Condensed;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.05;
	margin: 0 0 0.3rem;
}
.col1 .btitle {
	display: none;
}
.col2 .btitle {
	display: block;
}
.binstruct {
	font-family: Roboto;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.25;
	color: #363636;
	margin-bottom: 2rem;
}
.binfo, .binstruct_sm {
	font-family: Roboto;
	line-height: 1.7;
}
.binfo {
	font-size: 16px;
	font-weight: 400;
	color: #7B7B7B;
	margin-bottom: 12px;
}
.binstruct_sm {
	font-size: 17px;
	font-weight: 700;
	color: #363636;
	margin-bottom: 14px;
}
.or_holder .binstruct_sm {
	margin-bottom: 0;
}
.bform {
	width: 546px;
	max-width: 96%;
	padding: 1.4rem;
	border-radius: 9px;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
}
.bform .form-title {
	font-family: Roboto;
	font-size: 18px;
	font-weight: 700;
	line-height: 31px;
	color: #363636;
	margin: 18px 0 8px;
	clear: left;
}
.bform .form-title.hname {
	padding-top: 20px;
}
.bform input[type=text], .bform select {
	width: 500px;
	max-width: 100%;
	height: 38px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #4F4F4F;
	border-radius: 15px;
	border: 1px solid #E7E7E7;
	box-shadow: 0px 4px 4px 0px #E7E7E7;
	margin-bottom: 12px;
}
.bform input[type=text] {
	padding-left: 13px;
}
.bform select {
	padding-left: 9px;
	margin-right: 0.5rem;
	border-radius: 40px;
}
.bform select:last-of-type {
	margin-right: 0;
}
.bform select.monthselect,
.bform select.monthselect_w {
	width: 115px;
}
.bform select.numselect {
	width: 80px;
}
.or_holder {
	width: 546px;
	max-width: 80%;
	padding: 2rem 2.9rem;
}
.dates-holder {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	width: 460px;
	max-width: 100%;
}
.dates-holder select {
	display: flex;
	width: 30%;
}
.bcheck {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	margin-top: 6px;
	margin-bottom: 18px;
}
.bsubmit {
	max-width: 96%;
	border-radius: 100px;
	display: inline;
	padding: 6px 33px;
	text-align: center;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #00C7A0;
	border: none;
	margin: 20px 0 0;
	cursor: pointer;
	text-decoration: none;
}
.bsubmit:hover {
	color: #FFFFBB;
}
.birthdayPic {
	width: 100%;
	max-width: 660px;
	aspect-ratio: 17/10;
    object-fit: cover;
}
.notes { 
	font-family: Roboto;
	font-size: 18px;
	line-height: 1.7;
	margin-top: 1.2rem;
}
.col1 .notes {
	display: block;
}
.col2 .notes {
	display: none;
}
.notes ul { 
    margin-top: 0.5rem;
    padding-left: 28px;
}

/* From here (till media queries) for results page: */
.bprevpage {
	font-family: Roboto;
	line-height: 1.7;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 400;
	color: #7B7B7B;
}
.bprevpage a {
	color: inherit;
	text-decoration: none;
}
.input-title {
	color: #303030;
	font-family: "Roboto Condensed";
	font-size: 21px;
	font-weight: 700;
	line-height: 31px;
	margin-bottom: 3px;
}
.input-date {
	color: #303030;
	font-family: "Roboto Condensed";
	font-size: 25px;
	font-weight: 700;
	line-height: 31px;
	margin-bottom: 2rem;
}
.sched-title {
	color: #373A3C;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 8px;
}
.kad-result {
	font-family: Roboto;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.9;
}
.getAnotherDate	{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media (min-width: 400px) {
	.bsubmit {
		font-size: 21px;
	}
}

@media (min-width: 576px) {
	.bsubmit {
		font-size: 22px;
	}
}

@media ( (min-width: 576px) and (max-width: 991.98px) ) or (min-width: 1200px) {
	.bform {
		padding: 2.1rem 0 2.2rem 2.2rem;
	}
	.bform input[type=text], .bform select {
		height: 53px;
		margin-bottom: 20px;
	}
	.bform select {
		margin-right: 0.9rem;
		border-radius: 15px;
	}
	.bform select.monthselect {
		width: 134px;
	}
	.bform select.monthselect_w {
		width: 151px;
	}
	.bform select.numselect {
		width: 96px;
	}
	.bform select span.extword {
		display: inline;
	}
	.bsubmit {
		margin-top: 24px;
	}
}

@media (min-width: 992px) {
	.ct-section > .ct-section-inner-wrap.col-wrapper {
		flex-direction: row;
	}
	.col1 {
		width: 51%;
		padding: 10px 50px 50px 0;
	}
	.col2 {
		width: 49%;
		padding: 0;
	}
	.col1 .btitle {
		display: block;
	}
	.col2 .btitle {
		display: none;
	}
	.btitle {
		font-size: 57px;
		margin: 0 0 2.1rem;
	}
	.bteaser {
		font-size: 22px;
	}
	.binstruct {
		font-size: 23px;
		line-height: 1.5;
		text-transform: uppercase;
	}
	.binfo, .binstruct_sm {
		font-size: 18px;
	}
	.birthdayPic {
		aspect-ratio: auto;
	}
	.col1 .notes {
		display: none;
	}
	.col2 .notes {
		display: block;
	}
	.bprevpage {
		margin-bottom: 2.3rem;
	}
	.input-title {
		color: #373A3C;
		font-family: Roboto;
		font-size: 16px;
		line-height: 1.7;
		text-transform: uppercase;
	}
	.input-date {
		color: #373A3C;
		font-family: Roboto;
		font-size: 22px;
		font-weight: 700;
		line-height: 1.7;
		text-transform: uppercase;
	}
	.getAnotherDate	{
		margin-top: 3rem;
	}
}