.timeplan-section{
	background: #eef5f5;
	padding: 24px;
	border-radius: 16px;
}

.timeplan-section > h3{
	font-size: 48px;
	font-weight: 400;
    font-family: "Neue Haas Grotesk", Sans-serif;
	color: #000831;
	margin: 0;
}

.timplan-slider{
	margin-top: 64px;
}

.timplan-slider .slick-list{
	margin-inline: -12px;
}

.timplan-slider .slick-slide{
	padding-inline: 12px !important;
}

.timeplan-col > div:not(:first-child){
	margin-top: 24px;
}

.timeplan-col .heading{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
	background-color: #000831;
    border-radius: 50px;
    padding: 12px 24px;
}

.timeplan-col .heading span{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
}

.timeplan-cnt{
	width: 100%;
	background: #fff;
	border: 1px solid #000831;
	border-radius: 16px;
	padding: 24px;
}

.timeplan-desc > div{
	font-size: 20px;
	font-weight: 400;
	font-family: "Neue Haas Grotesk", Sans-serif;
	color: #000831;
	line-height: 1.2;
}

.timeplan-desc > div:not(:last-child){
	margin-bottom: 16px;
}

.timeplan-btn{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 24px;
}

.timeplan-btn .book,
.timeplan-btn .info{
	display: inline-block;
/*	min-width: 94px;*/
	min-width: 75px;
	background: #000831;
	padding: 8px;
	font-size: 14px;
	font-family: "Neue Haas Grotesk", Sans-serif;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	transition: all 0.3s ease 0s;
}

.timeplan-btn .info,
.timeplan-btn .book:hover{
	background: #ffda1f;
	color: #000831;
}

.timeplan-btn .info:hover{
	background: #000831;
	color: #fff;
}

.timeplan-btn .info{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.timeplan-btn .info .icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

.timeplan-btn .info .icon img{
	transition: all 0.3s ease 0s;
}

.timeplan-btn .info:hover .icon img{
	filter: invert(1);
}

.tp__cstm-arrows{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 16px;
}

.tp__cstm-arrows .slick-arrow,
.tp__cstm-arrows .slick-arrow:hover,
.tp__cstm-arrows .slick-arrow:focus{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #ffda1f;
	text-align: center;
	line-height: 48px;
	padding: 0;
	border: none;
}

.tp__cstm-arrows .slick-arrow img{
	width: 9px;
	height: 16px;
	position: relative;
    top: 2px;
}

.timeplan-section .slick-track{
	margin-inline: 0 !important;
}

@media (max-width: 1024px){
	.timeplan-btn .book, 
	.timeplan-btn .info{
		min-width: 80px;
	}
	.timeplan-col > div{
		padding: 16px;
	}
	.timeplan-section > h3{
		font-size: 34px;
	}
	.timplan-slider{
		margin-top: 24px;
	}
}

@media (max-width: 767px){
	.timeplan-btn .book, 
	.timeplan-btn .info{
		min-width: 57px;
	}
	.timeplan-desc > div{
		font-size: 16px;
	}
	.timeplan-col .heading span{
		font-size: 16px;
	}
	.timeplan-section > h3{
		font-size: 24px;
	}
}

/* Contact Page */

.contact_form form{
	width: min(600px, 100%);
	background: #fff;
	border-radius: 16px;
	padding: 32px;
	margin-left: auto;
}

.contact_form form > fieldset:not(:last-child){
	margin-bottom: 16px !important;
} 

.contact_form form .form-columns-2{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
} 

.contact_form form .form-columns-2 > div{
	width: calc(100% / 2 - 8px) !important;
} 

.contact_form form label{
	font-size: 16px;
	font-weight: 400;
	color: #000831;
	line-height: 1.2;
	margin-bottom: 12px;
}

.contact_form form .input{
	margin-right: 0 !important;
}

.contact_form form input:not([type="submit"]){
	width: 100%;
	height: 51px;
	border: 1px solid #000831;
	border-radius: 12px;
	background: #eef5f5;
	padding: 8px 16px;
	font-size: 16px;
	font-weight: 400;
	color: #000831;
}

.contact_form form textarea{
	width: 100%;
	min-height: 120px;
	border: 1px solid #000831;
	border-radius: 12px;
	background: #eef5f5;
	padding: 8px 16px;
	font-size: 16px;
	font-weight: 400;
	color: #000831;
}

.contact_form form input:not([type="submit"])::placeholder,
.contact_form form textarea::placeholder{
	font-size: 16px;
	font-weight: 400;
	color: #000831;
}

.contact_form form input:not([type="submit"]):focus,
.contact_form form textarea:focus{
	border: 1px solid #000831;
	outline: none;
}

.contact_form form input[type="submit"]{
	width: 100%;
	background: #000831;
	border-radius: 50px;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
	padding: 10px;
	border: none !important; 
}

.contact_form form .hs-error-msgs{
	padding: 0 0 0 5px;
    margin: 0 0 5px 0;
    list-style: none;
}

.contact_form form .hs-error-msgs li label{
	font-size: 12px;
	color: #ff0000;
	margin-bottom: 0;
} 

.contact_form form .hs_error_rollup{
	display: none;
}

.contact_form .submitted-message{
    width: min(600px, 100%);
    background: #fff;
    padding: 22px;
    margin-left: auto;
    border-radius: 12px;
    font-size: 18px;
    color: #000831;
}

@media (max-width: 1024px){
	.contact_form form{
		width: 100%;
	}
}

@media (max-width: 480px){
	.contact_form form .form-columns-2 > div{
		width: 100% !important;
	} 
	.contact_form form{
		padding: 24px;
	}
	.contact_form form input[type="submit"]{
		font-size: 20px;
	}
}

/* Radio Button */

.plan_radio-btn input{
    cursor: pointer;
}

.plan_radio-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 20px;
  position: relative;
  top: 3px;
}

.plan_radio-btn input {
	width: 20px;
	height: 20px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.plan_radio-btn label {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #bdbdbd;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.plan_radio-btn input:checked ~ label {
	background-color: #ff747d;
	border-color: #ff747d;
}

.plan_radio-btn label:before{
	content: "";
	display: none;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.plan_radio-btn input:checked ~ label:before {
  display: block;
}

