.polplan {
}


/* sections */
#lifeinsurance, #incomeprotection, #healthinsurance, #over50s {padding-top: 0px!important;}


.polplancol {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.polplanrow {display: flex; margin: 30px -15px 0px; flex-wrap: wrap; }

.polplan-form input {
    font-family: 'Activ-Grotesk-Regular';
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 24px;
    min-height: 40px;
    border-radius: 8px;
    border: solid 1px #9F7D23;
    background-color: transparent;
    font-size: 14px;
}

.polplan-form select {
    font-family: 'Activ-Grotesk-Regular';
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 24px;
    min-height: 40px;
	background: #ffffff;
    border-radius: 8px;
    border: solid 1px #9F7D23;
    background-color: transparent;
    font-size: 14px;
	-webkit-appearance: none;
	color: #767676;
	background-image: url(https://cdn.mooso.co.uk/amedia/media/1425/arrow-down-gold.svg);
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 14px;
}

.polplan-form input:focus, .polplan-form select:focus {
        border: solid 2px #9F7D23;
        outline: solid 2px black;
        outline-offset: 2px;
    }





.polplan-form label {
    font-size: 12px;
	margin-bottom: 8px;
	display: block;
}

.polplan-form .polplan-error {
    border: solid 1px #cc2027;
    background-color: rgba(255,0,0, 0.2);
}

.polplan-form h4 {
    margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 30px;
}

.polplan-form .row {
    margin-top: 30px;
}

.polplan-form__button-container {
    display: flex;
    justify-content: flex-end;
    margin: 30px 0;
}

.polplan-form__button {
    background-color: #9F7D23;
    color: white;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
}

.polplan-form__secondary-button {
    background-color: whitesmoke;
    color: #212121;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
    margin-right: 7.5px;
}



#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 50% black */
  display: none;
  z-index: 9999;
}

.overlay-content {
  color: white;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: sans-serif;
}





	 .formLabel {}
	 .formLabelRight {text-align: right; margin-top: 0px;}
	 .formLabelLeft {text-align: left; margin-top: 12px;}
	 .formLabelLeftMargin { display: flex;}
	 
	

hr {margin-top: 40px;}

.radiocallnow img {width: 80px; margin-top: -20px; margin-left: -10px;}
.formspacer {min-width: 25%;}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 15px;
  height: 15px;
	min-height: 15px;
  border: 1px solid #ccc2a0;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  margin-top: 8px;
	padding: 15px 15px 15px 15px;
  --form-control-color: #244C5A; /* Default color for checked state */
}

input[type="radio"]::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: var(--form-control-color); /* Ensure color is applied */
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

.displayDesktop {display: inherit;}
.displayMobile {display: none;}


@media(max-width: 900px) {
	
	
	.displayMobile {display: inherit;}
	.displayDesktop {display: none;}
	
	.formspacer {display: none;}
	
	.radiocallnow {padding-bottom: 0px!important;}
	.radiocallnow img {padding-bottom: -20px}
	
	.formLabelLeftMargin{margin-bottom: 0px;}

	
	.polFormTitle {text-align: center;}
	
	.polplanrow {display: block; margin: 10px 0px 0px; flex-wrap: nowrap; }
	
	.polplancol {
		padding-bottom: 30px;
	}
	.formsectionmobile {margin-bottom: 40px;}

    .polplan-form .col {
        min-width: 100%;
    }
	
	.polplanhr {display: none;}
	
    .polplan-form label {
        margin-top: 15px;
    }

    .polplan-form__button-container {
        justify-content: flex-start;
    }

    .polplan-form .row {
        margin-top: 0;
    }

    .polplan-form h4 {
        margin-bottom: 30px; text-align: center;
    }
}


.page__primary-container.secondary-container.polPlanRewards {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 148px 48px 48px 48px;
}

.grid__col.polPlanTeam{
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
}


@media (max-width: 1000px) {

	.page__primary-container.secondary-container.polPlanRewards {
 		padding: 24px 24px 0px 24px;
	}
	
	.firstcolrewards {
	border-bottom: solid 1px rgba(153,153,66,0.3);
		padding-bottom: 30px;
		margin-bottom: 0px
	}
		ul.tick-check.rewardsList.firstListrewards {
		margin-bottom: 0px;
	}

	.secondcolrewards {
		margin-top: 0px;
	}
}



.polPlanProductsContanier {
	padding: 48px 48px 48px 48px;
}

@media (max-width: 1000px) {
	.polPlanProductsContanier {
	padding: 30px 0px 0px 0px;
}
}




.tick-check.polishrewardsList li:before {
	border-radius: 40px;
	color: #fff;
	background-color: #998542;
	padding: 1.6px 4px;
	top: 22px;
	font-size: 16px;
	width: 24px;
	height: 24px;
	line-height: 22px;
}

.tick-check.polishrewardsList li {
	font-family: 'GT-Ultra-Median';
	list-style: none;
	padding: 26px 0 26px 40px;
	margin: 0;
	position: relative;
	border-bottom: solid 1px rgba(153,153,66,0.3);
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}

.tick-check.polishrewardsList li > span {
	color: #998542;
}


@media only screen and (max-width:1000px)
	{
		.tick-check.polishrewardsList li:before {line-height: 22px;}
		.tick-check.polishrewardsList li:last-child {padding: 26px 0px 0px 40px!important;}
}

hr.hrPolish {width: 100%;}



.page__primary-container.secondary-container.rewards {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 48px 6px 48px;
}

.smallPaddingRewards {padding-top: 30px!important;}

.polPlanFormBorder {border: 3px solid #998542;}


@media only screen and (max-width:1000px)
	{
.page__primary-container.secondary-container.rewards {
        padding: 24px 48px;
    }
.smallPaddingRewards {padding-top: 10px!important;}

}

@media only screen and (max-width:700px)
	{
.page__primary-container.secondary-container.rewards {
        padding: 24px 24px;
    }
}

@media only screen and (max-width:1000px)
	{.polishRewardsPadding {padding-top: 130px;}
}

