/* hide header */

#navbarWrapper {
	display: none!important;
}



/* progress bar  */

.fixed-boiler-progress-bar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0.375rem;
    z-index: 10;
}

.progress-bar-percent {
    background-color: #015e8395;
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
    width: 0%;
    height: 100%;
    transition: width 0.3s cubic-bezier(0.4, 0.14, 0.3, 1);
}

@media (max-width: 767px) {
	.linkHome {
		margin-right: 0!important;
		width: auto!important;
	}
}

@media (max-width: 576px) {
	.logoStepWrapper {
		width: auto!important;
	}
}

/* end of progress bar  */


/* steps bar  */

.steps-bar {
    width: 95%;
    height: 3.123rem;
    position: fixed;
    left: 0px;
    right: 0px;
    border-radius: 30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 11;
    overflow: hidden;
    transition: top 0.4s;
    box-shadow: rgba(51, 69, 87, 0.08) 0px 10px 10px;
    /* top: -6.25rem; */
    top: 0px;
    animation: 1.5s ease-in-out 0s 1 normal forwards running testAnimation;
    margin: 1rem auto 0 auto;
}

@keyframes testAnimation {
    0% {
        /* top: -100px; */
        opacity: 0;
        background-color: transparent;
    }
    85% {
        background-color: transparent;
        opacity: 1;
    }
    100% {
        top: 0px;
        filter: drop-shadow(rgba(51, 69, 87, 0.15) 0px 15px 40px);
    }
}

.steps-bar-progress-wrapper {
    position: absolute;
    height: 3.1rem;
    width: 100%;
    border-radius: 30px;
    border: 1px solid rgba(157, 176, 197, 0.1);
    clip-path: none;
    z-index: -10;
    animation: 1.5s ease-in-out 0s 1 normal forwards running testAnimation2;
}

@keyframes testAnimation2 {
    0% {
        background-color: transparent;
    }
    85% {
        background-color: transparent;
    }
    100% {
        background-color: rgb(255, 255, 255);
    }
}

.steps-bar-progress-percent {
    height: 3.123rem;
    border-radius: 25px;
    position: absolute;
    z-index: -10;
    clip-path: none;
    animation: 2s ease-out 1s 1 normal forwards running testAnimation3;
}

@keyframes testAnimation3 {
    0% {
        width: 20px;
        background-color: transparent;
    }
    5% {
        background-color: #015f83;
    }
    100% {
        
        background-color: #015f83;
    }
}


.steps-bar-content {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}


.goBackStep {
    transition: background-color 0.5s;
    background-color: #015f83;
    width: 3.125rem;
    height: 3.125rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    border-radius: 50px;
    cursor: pointer;
    padding: 2px 6px 2px 6px;
    color: white;
}

.goBackStep:hover {
    background-color: rgb(194 204 239 / 47%);
}

.logoWrapper {
    height: 100%;
    display: flex;
}

.logoWrapper .linkHome {
    margin-right: 12vw;
    width: 11rem;
    height: 3.125rem;
    border: none;
    transition: background-color 0.5s;
    background-color: transparent;
    display: flex;
}

.logoStepWrapper {
    color: rgb(255, 255, 255);
    width: 7.5rem;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 4rem;
}

.logoStepWrapper img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 576px) {
	.steps-help {
		display: none!important;
	}
	.logoStepWrapper img {
		max-width: 100px!important;
	}
	.logoStepWrapper {
		margin-left: 3.25rem!important;
	}
}


.step-bar-steps {
    display: flex;
    height: 100%;
}


.steps-home {
    display: flex;
    height: 100%;
    flex-direction: row;
}

.steps-others{
    display: flex;
    height: 100%;
    flex-direction: row;
}

.steps-button {
    transition: background-color 0.5s;
    border: none;
    height: 100%;
    background: transparent;
    text-align: left;
    white-space: nowrap;
    padding: 0 2vw;
    display: block;
    color: #fff;
    font-weight: 600;
}

.steps-button.uncovered {
    color: black;
}

.step-info-wrapper {
    display: flex;
    flex-direction: column;
}

.show-step-info {
    font-size: 14px;
    display: none;
}

@media (max-width: 1119px) {
    .show-step-info {
        display: block;
    }
    .steps-others {
        display: none;
    }
}

.steps-help {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    border-radius: 30px;
    top: 0;
    right: 8px;
    height: 100%;
}

.steps-call-us {
    display: flex;
    align-items: center;
    padding: 0 8px;
    gap: 8px;
    color: black!important;
	
}

.steps-call-us svg path {
	fill: black!important;
}

/* end of steps bar  */

.fixed-boiler-section {
    min-height: 100vh;
  	width: 100%;
    background-color: #efefef;
}

#installation-container {
    position: relative;
    background-color: rgb(255, 255, 255);
    border-radius: 0.75rem;
    margin-top: 7.5rem;
    padding-bottom: 2rem;
}

#installation-wrapper {
    width: 100%;
}

.question-step {
    padding: 0 8px;
    display: none;
/* 	display: block; */
}

.question-step.active-step {
    display: block;
}

.questionTitleWrapper {
    text-align: center;
}

.questionTitle {
    text-align: center;
    padding-top: 3rem;
    margin-bottom: 2rem;
}

.titleExtraInfo {
    margin-bottom: 2rem;
}

.questionTitle h3 {
    font-size: 32px;
    font-weight: bold;
}

.question-highlight-coloured {
    color: #015f83;
}

.questionChoicesWrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-left: 1rem;
    margin-right: 1rem;
}

@media (max-width: 992px) {
    .questionChoicesWrapper {
        flex-direction: column;
        align-items: center;
		margin-left: 0!important;
    }
    .questionChoiceCard.wide {
        width: 100%!important;
        min-height: 0!important;
        max-height: 72px;
        
        
    }
	.questionChoiceCard {
        width: 100%!important;
        min-height: 0!important;
        max-height: 72px;
    }
	 .questionChoiceCard .questionChoiceButton {
        border-right: none!important;
    }
    .questionChoiceInner {
        flex-direction: row!important;
    }
    .questionChoiceInner span.w-100 {
        display: flex;
        flex-direction: row;
    }
    .questionChoiceButton {
        flex-direction: row!important;
        border-right: 1px solid #e2e0e0!important;
        gap: 8px;
    }
  .questionChoiceQuestion {
  	margin-top: 6px;
  }
    .questionChoiceImg {
        display: flex;
        width: auto!important;
        height: 32px!important;
        max-width: 100%;
        padding: 0!important;
    }
    .infoIconWrapper {
        position: static!important;
        transform: none!important;
        width: auto!important;
        margin-left: 16px;
    }
    .questionSVGWrapper {
        width: 32px!important;
        height: 32px!important;
        display: inline-flex!important;
        padding: 0!important;
      	align-items: center;
    }
	.questionSVGWrapper img {
		max-width: 100%;
		width: auto;
		height: 100%;
		display: block;
	}

    /* Hide the extra info by default */
    .questionChoiceCard.wide .questionExtraInfo {
        /* display: none; */
        opacity: 0;
        transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
    }
    /* Expanded state: card height auto and show extra info */
    .questionChoiceCard.wide.expanded {
        /* height: auto; */
        max-height: 1000px;
        
    }
    .questionExtraInfo {
        display: flex!important;
        max-height: 0;
        
    }
    .questionChoiceCard.wide.expanded .questionExtraInfo {
        max-height: 500px;
        opacity: 1;
        padding: 4px 8px;
		width: 100%;
    }
    /* Optionally disable the hover rule on mobile */
    .questionChoiceCard.wide:hover .questionExtraInfo {
        display: none;
    }
    .selectChoice {
        display: none;
    }
}

.questionChoiceCard {
    width: 16.875rem;
    min-height: 21.25rem;
    position: relative;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.125rem;
}

.questionChoiceCard.wide {
    width: 20rem;
    min-height: 25rem;
}

.questionChoiceInner {
    overflow: hidden;
    transition: outline 0.3s, border 0.3s;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    outline: rgba(157, 176, 197, 0.25) solid 2px;
    background: rgb(255, 255, 255);
    cursor: pointer;
    height: 100%;
    width: 100%;
    text-align: left;
    border-radius: 6px;
    padding: 8px;
}

.questionChoiceInner:hover {
   
    outline: #015f83 solid 2px;
}

.questionChoiceButton {
    height: 100%;
    width: 100%;
    flex-direction: column;
    padding-left: 0px;
    background: none;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    flex: 1 1 0%;
    z-index: 1;
    border: 0px;
    padding: 0px 0px 0px 0px;
}

.questionChoiceQuestion {
    font-size: 24px;
    font-weight: bold;
    transition: color 0.3s;
}

.questionChoiceImg {
    width: 100%;
    height: 11rem;
    padding: 1rem 0rem;
    transition: height 0.3s;
}

.questionSVGWrapper {
    height: 100%;
}

.questionSVGWrapper svg {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
}

.selectChoice {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    text-align: center;
    height: 2.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 2.75rem;
    background: #015f83;
    color: rgb(255, 255, 255);
    transition: opacity 0.3s;
}

.priceTag {
   position: absolute;
   right: 0px;
   display: flex;
   -webkit-box-pack: center;
   justify-content: center;
   min-width: 4.1875rem;
   -webkit-box-align: center;
   align-items: center;
   z-index: 1;
   height: auto;
   top: 8px;
   border: unset;
   cursor: pointer;
   padding: 0.375rem;
   background-color: #015f83;
   border-radius: 0.375rem 0px 0px 0.375rem;
   color: #fff;
   font-weight: 600;
}

@media (max-width: 992px) {
	.priceTag {
		border-radius: 0.375rem!important;
		height: 100%!important;
		top: 0!important;
		right: 0!important;
		font-size: 12px;
		min-width: 0!important;
	}
	.questionChoiceQuestion {
		font-size: 18px!important;
	}
}

@media (max-width: 576px) {
    .questionChoiceQuestion {
        font-size: 16px !important;
    }
	.questionExtraInfo {
		font-size: 14px;
	}
	.infoIconWrapper  {
		margin-left: 4px;
	}
}

.questionChoiceInner:hover .selectChoice {
    opacity: 1;
}

.questionExtraInfo {
    display: none;
}

.questionChoiceInner:hover .questionExtraInfo {
    display: block;
}

.questionChoiceInner:hover .questionChoiceImg {
    height: 9rem;
}

.questionChoiceInner:hover  .questionChoiceQuestion {
    color: #015f83;
}

.infoIconWrapper {
    padding: 0px;
    background: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 3rem;
    display: block;
    flex-shrink: 0;
    border: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    display: flex;
    width: 100%;
}

.infoIcon {
    pointer-events: none;
    display: block;
    width: 32px;
   
}

 /* Flash background animation */
@keyframes flashBackground {
    0% {
      background-color: #f7f7f7;
    }
    50% {
      background-color: #d0ebff;
    }
    100% {
      background-color: transparent;
    }
  }
  
  .flash {
    animation: flashBackground 0.5s ease-out;
  }

.infoIcon.mobileClose {
    display: none;
}

.questionChoiceCard.wide.expanded .infoIcon:not(.mobileClose) {
    display: none;
  }
  .questionChoiceCard.wide.expanded .infoIcon.mobileClose {
    display: block;
  }