.upload-equipment-photos {
    text-align: center;
    background: #fff;
    padding: 30px 20px 30px 20px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: solid 3px #edf2f7;
}
.dark .upload-equipment-photos {
	background: #061d6d;
	border: solid 3px #092484;
}
.upload-equipment-photos a {
	background: #009dd6;
	color: #fff;
	padding: 20px 30px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 15px;
  font-weight: 400;
  display: block;
    max-width: 300px;
    margin: 0 auto 20px;
}

.upload-equipment-photos a:hover {
	background: #052974;
	color: #fff;
}
.dark .upload-equipment-photos a:hover{
	background: #0042ba;
    border-color: #0042ba;
}
#msform fieldset .upload-equipment-photos h2 {
	margin-bottom: 10px;
}

.disabled-week {
	background-color: #e0e0e0 !important;
	pointer-events: none !important;
	opacity: 0.5 !important;
}

.input-control .wpcf7-radio .wpcf7-list-item {
	margin-left: 0;
	margin-bottom: 5px;
	line-height: 24px;
	position: relative;
	clear: both;
	display: block;
}

.input-control .wpcf7-radio .wpcf7-list-item label {
	padding-left: 0px;
	position: relative;
	z-index: 1;
  display: block;
}

.input-control .wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
	display: block;
	margin-bottom: 5px;
	position: relative;
	clear: both;
}

.input-control .wpcf7-checkbox .wpcf7-list-item label {
	position: relative;
	z-index: 1;
}

input[type="radio"] {
	display: none;
}

input[type="radio"] + span:before {
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #c8c8c8;
	margin-right: 5px;
	vertical-align: middle;
	top: 0;
	position: relative;
	display: block;
	float: left;
}

input[type="radio"] + span:after {
	position: absolute;
	content: '';
	border-radius: 50%;
	transition: all .3s ease;
	transition-property: transform, border-color;
	top: 5px;
	left: 5px;
	width: 14px;
	height: 14px;
	transform: scale(0);
	background: #017cc3;
	box-sizing: border-box;
}

input[type="radio"]:checked + span:after {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.wpcf7-list-item-label {
	font-size: 16px;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + span:before {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	border: 1px solid #c8c8c8;
	margin-right: 5px;
	vertical-align: top;
	margin-top: 2px;
}

input[type="checkbox"]:checked + span:before {
	background-color: #017cc3;
	border-color: #017cc3;
}

input[type="checkbox"]:checked + span:after {
	display: block;
	left: 8px;
	top: 6px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	position: absolute;
	transition: all .3s ease;
	transition-property: transform, display;
}

.wpcf7-list-item-label {
	font-size: 16px;
}

.input-control .wpcf7-list-item-label {
	font-weight: normal;
	cursor: pointer;
	position: relative;
	display: block;
	height: 30px;
	line-height: 25px;
}

#msform {
	position: relative;
	max-width: 1150px;
	margin: 50px auto 0;
	background: #f8f9fa;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 9px 59px rgba(0,0,0,.11);
}

.wpcf7 form.sent #msform + .wpcf7-response-output {
	display: none;
}

#msform .wpcf7-spinner {
  position: absolute;
  top: 85px;
  width: 24px;
  height: 24px;
  margin: 0;
  left: auto;
}

#msform .wpcf7-spinner::before{
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  transform-origin: 8px 8px;
}

#msform .input-control .wpcf7-list-item-label {
	height: 39px;
	line-height: 39px;
	font-weight: 400;
}
#msform .input-control.input-radio-block-items .wpcf7-list-item-label {
  font-weight: 400;
  line-height: 1;
  
}
#msform .input-control.input-radio-block-items .wpcf7-list-item-label em {
  font-weight: 400;
  display: block;
  font-style: normal;
  font-size: 15px;
  padding-top: 7px;
  
}
#msform .input-control.input-radio-block-items .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 30px;
}

#msform input[type="radio"] + span:before {
	background: #fff;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	border: 2px solid #e8e8e8;
	margin-right: 11px;
}

#msform input[type="radio"] + span:after {
	top: 10.5px;
	left: 10.5px;
	width: 18px;
	height: 18px;
	background: #009dd6;
}

#msform-panels {
	position: relative;
	height: auto;
}

.subpanel-container {
	position: relative;
}

#msform fieldset, #msform .subpanel {
	padding: 40px 115px 60px;
}

#msform .subpanel {
	padding: 0;
}

#msform .subpanel.hidden-panel {
	display: none;
}

#msform fieldset h2 {
	
	font-size: 24px;
	font-weight: 400;
	color: #0d295c;
	margin-bottom: 30px;
}

#msform fieldset .mobile-panel-header {
	display: none;
}

#msform fieldset h3 {
  
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #06173c;
}
.dark #msform fieldset h3{
	color: #009dd6;
}
#msform fieldset .form-field-panel-head h3 {
	margin-bottom: 0;
}

#msform fieldset h4 {
	
	font-size: 18px;
	font-weight: 400;
	color: #009dd6;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#msform fieldset p {
 
  font-size: 17px;
  font-weight: 400;
  color: #525252;
  line-height: 1.8;
  margin-bottom: 30px;
}
.dark #msform fieldset p{
	color: #fff;
}
#msform fieldset ul {
	margin-top: 0;
}

#msform fieldset ul ul {
	margin: 5px 0 0 10px;
}

#msform fieldset ul li {
	
	font-size: 16px;
	font-weight: 400;
	color: #0d1f3e;
	line-height: 1.8; 
	margin-left: 0;
	position: relative;
	padding-left: 12px;
	margin-bottom: 5px;
}
.dark #msform fieldset ul li{
	color: #fff;
}
#msform fieldset ul li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #009dd6;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 9px;
}

#msform fieldset #summarylist-subpanel-pool-maintenance li:first-child {
	margin-bottom: 15px;
}

#msform .action-button {
	width: 100px;
	background: #009dd6;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 0px 10px 5px;
	float: right;
}

#msform .action-button:hover, #msform .action-button:focus {
	background-color: #311B92;
}

#msform .action-button-previous {
	width: 100px;
	background: #616161;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px 10px 0px;
	float: right;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
	background-color: #000000;
}

.steps {
	font-size: 25px;
	color: gray;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: right;
}

.fieldlabels {
	color: gray;
	text-align: left;
}

#progressbar-wrapper {
	background: #fff;
	padding: 30px 20px 65px;
}

#progressbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 0px;
	max-width: 950px;
	position: relative;
}

#progressbar .active {
	color: #009dd6;
}

#progressbar li {
	list-style-type: none;
	font-size: 15px;
	position: relative;
	font-weight: 400;
	margin: 0;
	padding: 0;
	flex-grow: 1;
}

#progressbar.last-fieldset-reached li {
	cursor: pointer;
}

#progressbar li:before {
	width: 47px;
	height: 47px;
	line-height: 45px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background: #fff;
	border-radius: 50%;
	margin: 0;
	content: '';
	z-index: 99;
	position: relative;
	border: solid 3px #009dd6;
	box-sizing: border-box;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	top: 0;
}

#progressbar li.active:before {
	background: #009dd6;
}

#progressbar li:first-child:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 47px;
	background: #fff;
	z-index: 9;
}

#progressbar li:nth-last-child(2):after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 47px;
	background: #fff;
	z-index: 9;
}

#progressbar:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0px;
	top: 21px;
	height: 5px;
	background: rgba(0, 157, 214,.4);
	z-index: 1;
	max-width: 925px;
	max-width: 100%;
}

#progressbar.navigatable li {
	cursor: pointer;
}

#progressbar-wrapper {
	position: relative;
}

#progressbar .progress-bar-loader {
	content: "";
	position: absolute;
	top: 21px;
	left: 47px;
	height: 5px;
	background-color: #009dd6;
	z-index: 2;
	transition: width 0.3s ease;
	width: calc(100% / 5);
	left: 0;
	width: 20%;
}

.msform-v2 #progressbar .progress-bar-loader {
	left: 0;
	width: 20%;
}

#progressbar .progress-bar-loader:before {
	display: none;
}

#progressbar li strong {
	text-align: center;
	position: absolute;
	left: 20px;
	bottom: -38px;
	white-space: nowrap;
	font-size: 16px;
	width: 152px;
	
	font-weight: 400;
	color: #0d295c;
}

.progress {
	height: 20px;
}

.progress-bar {
	background-color: #009dd6;
}

.fit-image {
	width: 100%;
	object-fit: cover;
}

.msform-panel {
	display: none;
	border: 0;
	margin: 0;
}

.msform-panel-active {
	display: block;
}

.msform-panel-navigation {
	display: flex;
	column-gap: 25px;
	justify-content: center;
	padding-top: 20px;
	position: relative;
}

.msform-panel-navigation.msform-panel-navigation-decision {
	display: none;
}

.msform-panel-navigation a, .msform-panel-navigation input[type="submit"], .msform-panel-navigation input[type="button"] {
	width: 200px;
	line-height: 53px;
	background: #009dd6;
	border-radius: 50px;
	margin: 0;
	font-size: 13px;
	color: #fff;
	
	text-align: center;
	border: solid 2px #009dd6;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	font-weight: 400;
  height: auto;
}

.msform-panel-navigation a:hover, .msform-panel-navigation input[type="submit"]:hover, .msform-panel-navigation input[type="button"]:hover {
	background: #f06403;
	border-color: #f06403;
	color: #fff;
}

#pool-opening-or-closing-question {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 40px;
	margin-bottom: 30px;
}

.input-control.input-control-pool-service {
	margin: 0;
}

#pool-opening-or-closing-question input[type="radio"] + span:before {
	display: block;
	width: 143px;
	height: 143px;
	float: none;
	margin: 23px auto 12px;
	border: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#pool-opening-or-closing-question input[type="radio"][value="Schedule Pool Opening"] + span:after {
	background: url(../images/icon-pool-opening.svg?v=1) no-repeat center top;
	background-size: 143px 143px;
}

#pool-opening-or-closing-question input[type="radio"][value="Schedule Pool Opening"] + span:before {
	background: url(../images/icon-pool-opening.svg?v=1) no-repeat center top;
	background-size: 143px 143px;
}

#pool-opening-or-closing-question input[type="radio"][value="Schedule Pool Opening"] + span:hover:before, #pool-opening-or-closing-question input[type="radio"][value="Schedule Pool Opening"]:checked + span:before {
	background: url(../images/icon-pool-opening-active.svg?v=3) no-repeat center top;
	background-size: 143px 143px;
}
.dark #pool-opening-or-closing-question input[type="radio"][value="Schedule Pool Opening"] + span:before{
	background: url(../images/icon-pool-opening-active.svg?v=3) no-repeat center top;
	background-size: 143px 143px;
}
#pool-opening-or-closing-question input[type="radio"][value="Schedule Spa Opening"] + span:after {
	background: url(../images/icon-pool-opening.svg?v=1) no-repeat center top;
	background-size: 143px 143px;
}

#pool-opening-or-closing-question input[type="radio"][value="Schedule Spa Opening"] + span:before {
	background: url(../images/icon-pool-opening.svg?v=1) no-repeat center top;
	background-size: 143px 143px;
}

#pool-opening-or-closing-question input[type="radio"][value="Schedule Spa Opening"] + span:hover:before, #pool-opening-or-closing-question input[type="radio"][value="Schedule Spa Opening"]:checked + span:before {
	background: url(../images/icon-pool-opening-active.svg?v=3) no-repeat center top;
	background-size: 143px 143px;
}

#pool-opening-or-closing-question input[type="radio"][value="Schedule Pool Closing"] + span:after {
	background: url(../images/icon-pool-closing.svg?v=1) no-repeat center top;
	background-size: 124px 143px;
}

.dark #pool-opening-or-closing-question input[type="radio"][value="Schedule Pool Closing"] + span:before {
	background: url(../images/icon-pool-closing-active.svg?v=1) no-repeat center top;
	background-size: 124px 143px;
}

#pool-opening-or-closing-question input[type="radio"][value="Schedule Pool Closing"] + span:hover:before, #pool-opening-or-closing-question input[type="radio"][value="Schedule Pool Closing"]:checked + span:before {
	background: url(../images/icon-pool-closing-active.svg?v=3) no-repeat center top;
	background-size: 124px 143px;
}

#pool-opening-or-closing-question input[type="radio"][value="Schedule Pool Closing"] + span:before{
	background: url(../images/icon-pool-closing.svg?v=3) no-repeat center top;
	background-size: 124px 143px;
}
#pool-opening-or-closing-question input[type="radio"][value="Schedule Spa Closing"] + span:after {
	background: url(../images/icon-pool-closing.svg?v=1) no-repeat center top;
	background-size: 124px 143px;
}

#pool-opening-or-closing-question input[type="radio"][value="Schedule Spa Closing"] + span:before {
	background: url(../images/icon-pool-closing.svg?v=1) no-repeat center top;
	background-size: 124px 143px;
}

#pool-opening-or-closing-question input[type="radio"][value="Schedule Spa Closing"] + span:hover:before, #pool-opening-or-closing-question input[type="radio"][value="Schedule Spa Closing"]:checked + span:before {
	background: url(../images/icon-pool-closing-active.svg?v=3) no-repeat center top;
	background-size: 124px 143px;
}

#pool-opening-or-closing-question input[type="radio"] + span:after {
	display: none;
}

#pool-opening-or-closing-question .wpcf7-list-item-label {
	border: solid 4px #b8b8b8;
	border-radius: 30px;
	height: 240px;
	width: 325px;
	cursor: pointer;
	
	font-size: 22px;
	font-weight: 400;
	color: #06173c;
	margin-bottom: 0;
	text-align: center;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.dark #pool-opening-or-closing-question .wpcf7-list-item-label{
	color: #fff;
    border-color: #009dd6;
}
.dark #pool-opening-or-closing-question input[type="radio"] + .wpcf7-list-item-label:hover,
.dark #pool-opening-or-closing-question input[type="radio"]:checked + .wpcf7-list-item-label{
	color: #000;
	background: #fff;
	border-color: #fff;
}

#pool-opening-or-closing-question input[type="radio"] + .wpcf7-list-item-label:hover, #pool-opening-or-closing-question input[type="radio"]:checked + .wpcf7-list-item-label {
	box-shadow: 0 9px 24px rgba(0,0,0,.10);
	border-color: #009dd6;
}

#msform .input-control .input-control-checkbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 0 15px;
	border-bottom: solid 2px #e8e8e8;
	margin: 0;
}
.poolmaintenanceprice {
  display: none;
}
.optional-service-price-zone-prices {
  display: none;
}
#msform .input-control .input-control-checkbox.input-control-checkbox-first {
	border-top: solid 2px #e8e8e8;
	padding-top: 15px;
}

#msform .input-control .input-control-checkbox .wpcf7-checkbox .wpcf7-list-item, #msform .input-control .input-control-checkbox .wpcf7-checkbox .wpcf7-list-item label {
	margin: 0;
}

#msform .input-control-checkbox.input-control-checkbox-inline {
	display: block;
	padding-bottom: 11px;
}

#msform .input-control-checkbox.input-control-checkbox-inline .wpcf7-checkbox .wpcf7-list-item {
	border-top: solid 2px #e8e8e8;
	padding-top: 13px;
	margin-top: 10px;
}
.input-control .input-control-checkbox input[type="checkbox"] + span:before{
	display: none;
}
.input-control .input-control-checkbox input[type="checkbox"] + .wpcf7-list-item-label .input-control-checkbox-sign{
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	border: 2px solid #e8e8e8;
	margin-right: 12px;
	vertical-align: top;
	margin-top: 0;
	border-radius: 1px;
	background: #fff;
	position: relative;
}

.input-control .input-control-checkbox input[type="checkbox"]:checked + span:before {
	border-color: #e8e8e8;
	background-color: #fff;
}
.input-control .input-control-checkbox input[type="checkbox"]:checked + span:after{
	display: none;
	opacity: 0;
	visibility: hidden;
}
.input-control .input-control-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label .input-control-checkbox-sign:before {
	display: block;
    left: 9px;
    top: 9px;
	width: 18px;
	height: 18px;
	content: "";
	position: absolute;
	transition: all .3s ease;
	transition-property: transform, display;
	background: #009dd6;
	border: 0;
	transform: none;
}

#winter-watch-program-details {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/icon-form-info.svg) no-repeat center;
	background-size: 30px 30px;
	vertical-align: middle;
}

#winter-watch-program-details .tooltip {
	background: #012861;
	bottom: 95%;
	display: block;
	left: -120px;
	margin-bottom: 15px;
	opacity: 0;
	padding: 20px;
	pointer-events: none;
	position: absolute;
	width: 100%;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	z-index: 99999;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.6;
	border-radius: 10px;
	color: #fff;
	min-width: 275px;
}

#winter-watch-program-details .tooltip:before {
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

#winter-watch-program-details .tooltip:after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid #012861 10px;
	bottom: -10px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}

#winter-watch-program-details:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.option-note {
	padding-top: 10px;
}

#msform fieldset .option-note p {
	
	font-style: italic;
	line-height: 1.5;
	font-size: 15px;
}

.subpanel {
	display: none;
	left: 100%;
}

.subpanel.subpanel-active {
	display: block;
	left: 0;
}

.form-field-panel-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

#msform fieldset .form-field-panel-head h2 {
	margin: 0;
}

.fieldset-summary {
	border-bottom: solid 2px #e8e8e8;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.fieldset-summary .form-field-panel-head {
	margin-bottom: 12px;
	width: 420px;
	max-width: 100%;
}

#msform fieldset .fieldset-summary ul li {
	padding-left: 0;
	margin-bottom: 0;
	line-height: 1.5;
}

#msform fieldset .fieldset-summary ul li:before {
	display: none;
}

#msform fieldset .fieldset-summary ul li.spaced-attribute {
	padding-top: 20px;
}

#msform fieldset .fieldset-summary ul .summary-item-placeholder {
	line-height: 1;
	height: 15px;
}

#msform fieldset .fieldset-summary ul li[data-inline-class="inline-heading"] {
	font-size: 0;
	border-top: solid 2px #e8e8e8;
	margin-top: 35px;
	padding-top: 30px;
}

#msform fieldset .fieldset-summary ul li[data-inline-class="inline-heading"] h2 {
	margin: 0;
}

input.edit-field {
	cursor: pointer;
	
	font-size: 16px;
	font-weight: 400;
	color: #0d1f3e;
	border: 0;
	line-height: 30px;
	padding-left: 38px;
	background: url(../images/icon-edit.svg) no-repeat left center;
	background-size: 32px 30px;
}
.dark input.edit-field{
	background: url(../images/icon-edit-dark.svg) no-repeat left center;
	background-size: 32px 30px;
	color: #fff;
}
.dark input.edit-field:hover ,
input.edit-field:hover {
	background: url(../images/icon-edit-active.svg?v=2) no-repeat left center;
	background-size: 32px 30px;
}

.optional-service-price, #msform label {
  color: #000000;
  font-size: 16px;
 
  font-weight: 400;
  margin-bottom: 5px;
}

.dark .optional-service-price, 
.dark #msform label {
	color: #fff;
}

span.optional-service-price {
	margin-bottom: 0;
	color: #0d295c;
}

#msform input[type="tel"], 
#msform input[type="url"], 
#msform input[type="text"], 
#msform input[type="email"], 
#msform input[type="date"], 
#msform textarea, 
#msform select {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	height: 55px;
	line-height: initial;
	outline: none;
	padding: 0px 35px;
	border: solid 2px #e8e8e8;
	width: 100%;
	color: #0d1f3e;
	font-size: 16px;
	
	font-weight: normal;
}
.dark #msform input[type="tel"], 
.dark #msform input[type="url"], 
.dark #msform input[type="text"], 
.dark #msform input[type="email"], 
.dark #msform input[type="date"], 
.dark #msform textarea, 
.dark #msform select {
	border-color: #fff;
}

#msform textarea {
	border-radius: 0;
	min-height: 160px;
	padding: 20px 35px;
}

#msform select {
	background-color: #fff;
	background-image: url(../images/icon-dropdown.svg?nocache=1);
	background-position: right 20px top 20px;
	background-repeat: no-repeat;
	background-size: 16px 11px;
}

#msform select option[disabled] {
	background: #ebebeb;
	color: #c5c5c5;
}

#msform input[type="date"]:focus, #msform select:focus, #msform textarea:focus, #msform input[type="tel"]:focus, #msform input[type="url"]:focus, #msform input[type="text"]:focus, #msform input[type="email"]:focus {
	border-color: #5ec9fa;
}

#msform .date-field {
	background: #fff url(../images/icon-calendar-picker.svg?nocache=1) no-repeat center right 27px;
	background-size: 26px 29px;
}

#ui-datepicker-div {
	z-index: 999999999999 !important;
}

#ui-datepicker-div .ui-widget-header {
	border: 0;
	background: #fff;
	color: #464646;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 0;
}

#ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
	top: 15px;
	background: transparent;
	border: 0;
	cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-prev {
	left: 2px;
}

#ui-datepicker-div .ui-datepicker-next {
	right: 2px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next span {
	background: #fff url(../images/icon-form-arrow-right.svg?nocache=1) no-repeat center center;
	background-size: 16px 16px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span {
	background: #fff url(../images/icon-form-arrow-left.svg?nocache=1) no-repeat center center;
	background-size: 16px 16px;
}

#ui-datepicker-div .ui-datepicker-title {
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
}

#ui-datepicker-div table {
	border: 0;
	margin: 0;
}

#ui-datepicker-div table thead tr {
	background-color: #fff;
	color: #464646;
	text-align: center;
	font-weight: normal;
}

#ui-datepicker-div th {
	font-weight: 400;
	padding: 0;
}

#ui-datepicker-div td:first-child .ui-state-default, #ui-datepicker-div td:first-child, #ui-datepicker-div th:first-child {
	color: red;
}

.ui-datepicker td {
	padding: 0;
}

#ui-datepicker-div table tbody tr {
	border-bottom: 0;
}

#ui-datepicker-div table tbody tr:nth-of-type(even) {
	background-color: #fff;
}

#ui-datepicker-div table tbody tr:last-of-type {
	border-bottom: 0;
}

#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default, #ui-datepicker-div .ui-button, #ui-datepicker-div .ui-button.ui-state-disabled:hover, #ui-datepicker-div .ui-button.ui-state-disabled:active {
	border: 0;
	color: #464646;
	background: #fff;
	font-weight: normal;
	text-align: center;
	padding: 3px 0px 4px 0;
}

#ui-datepicker-div .ui-state-highlight>a, #ui-datepicker-div .ui-state-default:hover, #ui-datepicker-div .ui-state-default.ui-state-active {
	border: 0;
}

#ui-datepicker-div td {
	border: 0;
	padding: 0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	background: #f6f6f6;
	color: #454545;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 0;
}

.ui-datepicker-current-day {
	background: #9cf;
}

#ui-datepicker-div.ui-datepicker td.week-start>a, #ui-datepicker-div.ui-datepicker td.week-end>a {
	background: #93d9f8;
	color: #fff;
}

#ui-datepicker-div.ui-datepicker td.week-day>a {
	background: #dff1fb;
	color: #464646;
}

#ui-datepicker-div.ui-datepicker .ui-state-disabled.holiday>span {
	background: #6dd13f;
	text-align: center;
	color: #fff;
}

#ui-datepicker-div.ui-datepicker td a {
	text-align: center;
	cursor: pointer;
	opacity: 1;
}

#ui-datepicker-div tr:hover td a {
	background: #dff1fb;
}

#ui-datepicker-div tr:hover td:first-child a {
	background: #93d9f8;
}

#ui-datepicker-div tr:hover td:last-child a {
	background: #93d9f8;
}

input[type="date"]::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icon-dropdown.svg?nocache=1) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 5px;
	pointer-events: none;
}

.datepickers-container .datepicker {
	border-radius: 0;
	border: 0;
	background: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,.1);
}

.datepickers-container .datepicker--pointer {
	opacity: 0;
	display: none;
}

.datepickers-container .datepicker--nav {
	padding-top: 15px;
	border: 0;
}

.datepickers-container .datepicker--nav-title, .datepickers-container .datepicker--nav-title i {
	font-family: 'Avenir Next', sans-serif;
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #464646;
	pointer-events: none;
}

.datepickers-container .datepicker--day-name {
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #464646;
}

.datepickers-container .datepicker--cell {
	font-family: 'Avenir Next', sans-serif;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #464646;
	border-radius: 0;
	line-height: 1.4;
}

.datepickers-container .datepicker--cell.-focus- {
	background: #93d9f8;
}

.datepickers-container .datepicker--cell.-range-from-, .datepickers-container .datepicker--cell.-range-to- {
	border-radius: 0;
	background: #93d9f8;
}

.datepicker--cell.-in-range- {
	background: #dff1fb;
}

.datepicker--day-name.-weekend-:first-child, .datepickers-container .-weekend-.date-sunday {
	color: red;
}

.datepickers-container .-weekend-.date-sunday, .datepickers-container .datepicker--cell.-disabled- {
	opacity: .5;
	cursor: default;
}

.required-label {
	color: red;
}

#msform .input-control .wpcf7-radio .wpcf7-list-item {
	display: inline-block;
	margin: 0 30px 0 0;
}

table {
	min-width: 100%;
}

#ui-datepicker-div {
	border-radius: 0;
	border: 0;
	padding: 0 5px 15px 5px;
	background: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,.1);
}

#msform .input-control {
	margin-bottom: 15px;
}

.pool-opening-contents, .pool-closing-contents {
	display: none;
}

.wpcf7 form #msform + .wpcf7-response-output {
	max-width: 1150px;
	margin: 20px auto 0;
	text-align: center;
	border-radius: 0;
	padding: 10px 20px;
	background: #e52d2d;
	border-color: #e52d2d;
	color: #fff;
	font-family: 'Avenir Next', sans-serif;
}

#msform .wpcf7-not-valid-tip {
	padding: 5px 10px;
	background: #e52d2d;
	border-color: #e52d2d;
	color: #fff;
	font-family: 'Avenir Next', sans-serif;
	font-size: 13px;
}

input:disabled {
	opacity: .4;
	cursor: not-allowed;
}

.mobile-label {
	display: none;
}

span.wpcf7-form-control-wrap .wpcf7-form-control.poolshapes {
	display: flex;
	flex-wrap: wrap;
}

#msform .input-control span.wpcf7-form-control-wrap .poolshapes.wpcf7-radio .wpcf7-list-item {
	height: 105px;
	text-align: center;
	flex-grow: 1;
	flex-basis: calc((100% - 4 * 30px) / 4);
	margin: 0;
}

.input-control-pool-shapes-wrap {
	display: flex;
	justify-content: space-between;
	gap: 0px 30px;
	flex-wrap: wrap;
	padding-top: 12px;
}

.input-control-pool-shapes-wrap .input-control {
	flex-grow: 1;
	flex-basis: calc((100% - 4 * 30px) / 4);
}

.input-control-pool-shapes-wrap .input-control .input-shape-image {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}

.input-control-pool-shapes-wrap .input-control:nth-child(1) .input-shape-image, .input-control-pool-shapes-wrap .input-control:nth-child(2) .input-shape-image, .input-control-pool-shapes-wrap .input-control:nth-child(3) .input-shape-image, .input-control-pool-shapes-wrap .input-control:nth-child(4) .input-shape-image {
	height: 105px;
}

.input-control-pool-shapes-wrap .input-control:nth-child(5) .input-shape-image, .input-control-pool-shapes-wrap .input-control:nth-child(6) .input-shape-image, .input-control-pool-shapes-wrap .input-control:nth-child(7) .input-shape-image, .input-control-pool-shapes-wrap .input-control:nth-child(8) .input-shape-image {
	height: 120px;
}

.input-control-pool-shapes-wrap .input-control:nth-child(9) .input-shape-image, .input-control-pool-shapes-wrap .input-control:nth-child(10) .input-shape-image, .input-control-pool-shapes-wrap .input-control:nth-child(11) .input-shape-image, .input-control-pool-shapes-wrap .input-control:nth-child(12) .input-shape-image {
	height: 138px;
}

.input-control-pool-shapes-wrap .input-control img {
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.input-control-pool-shapes-wrap .input-control input[type="checkbox"] + span:before {
	background: #fff;
	min-width: 39px;
	height: 39px;
	border-radius: 50%;
	border: 2px solid #e8e8e8;
	margin-right: 11px;
	display: block;
	float: left;
	margin-top: 0;
}

.input-control-pool-shapes-wrap .input-control input[type="checkbox"] + span:after {
	position: absolute;
	content: '';
	border-radius: 50%;
	transition: all .3s ease;
	transition-property: transform, border-color;
	transform: scale(0);
	box-sizing: border-box;
	top: 10px;
	left: 10.5px;
	width: 18px;
	height: 18px;
	background: #009dd6;
	border: 0;
}

.input-control-pool-shapes-wrap .input-control input[type="checkbox"]:checked + span:after {
	transform: scale(1);
	-webkit-transform: scale(1);
}

#msform .input-control-pool-shapes-wrap .input-control .wpcf7-list-item-label {
	height: auto;
	line-height: 1.2;
	display: flex;
	align-items: center;
}

.poolopening-contents, .poolclosing-contents {
	display: none;
}
@media only screen and (max-width: 1366px){
	#msform fieldset {
		padding: 40px 60px 60px;
	}
 }
 @media only screen and (max-width: 1024px){
	#pool-opening-or-closing-question {
		flex-wrap: nowrap;
		row-gap: 20px;
		flex-direction: column;
	}
	#progressbar li strong {
	
		font-size: 13px;
		width: 110px;
	}
 }