@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap rel=stylesheet");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
.step { display: none; }
.active { display: block; }
.error { color: red; }
body{font-family:poppins;}
.steps-pagination .pagistep:last-child {border-radius: 0px 15px 15px 0px;}
textarea#address::placeholder {   color: #bdbdbd;}
input::placeholder , option , select,  textarea {  font-size:18px; }
.cus-family , p , label , input , input::placeholder , option , select , textarea {
font-size: 18px !important;
font-weight: 400 !important;
font-family: poppins !important;
} input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
} input::placeholder, select::placeholder {
color: #B8B8B8 !important;
font-weight: 400 !important;
} .hover_btn.blue { color:#fff; background: #296F94;border: 2px solid #296F94;}
.hover_btn.blue:hover {color: #296F94;}
.hover_btn.blue:hover::before {background: #fff;}
.hover_btn.blue:hover::after {background: #fff;}
.hover_btn.grey {color:#002E49; background: #fff;border: 2px solid #D4D4D4;}
.hover_btn.grey:hover {color: #002E49;}
.hover_btn.grey:hover::before {background: #D4D4D4;}
.hover_btn.grey:hover::after {background: #D4D4D4;}
.hover_btn.pink {color:#fff; background: #f87171; border: 2px solid #f87171;}
.hover_btn.pink:hover {color: #f87171;}
.hover_btn.pink:hover::before {background: #fff;}
.hover_btn.pink:hover::after {background: #fff;}
button.hover_btn {
cursor: pointer;
font-size: 16px;
display: inline-block;
border-radius: 0.375rem;
font-family: Poppins, sans-serif;
overflow: hidden;
padding: 0.75rem 1.5rem;
position: relative;
text-decoration: none;
transition: 0.4s ease;
z-index: 1;
}
button.hover_btn::before {
transition: 0.3s ease;
content: '';
position: absolute;
z-index: -1;
top: 0;
right: 50%;
bottom: 0;
left: 50%;
}
button.hover_btn::after {
transition: 0.3s ease;
content: '';
position: absolute;
z-index: -1;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.hover_btn:hover::before {
right: 0;
left: 0;
} .steps-pagination {
display: flex;
margin-bottom: 20px;
width: 75%;
margin:20px auto;
}
.pagistep:nth-child(1) {
border-radius: 10px 0px 0px 10px;
}
.pagistep:nth-child(5) {
border-radius: 0px 10px 10px 0px;
}
.steps-pagination div {
width: 100%;
height: 10px;
background-color: #ddd;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
color: #fff;
transition: background-color 0.3s ease;
}
.pagistep.active {
background-color: #296F94;
} .kbw-signature { 
margin: 10px 0px; 
width: 600px; 
border: 1px solid #ccc; 
} 
.kbw-signature canvas {
width: 100%;
} .popup_step {
display: none;
}
.popup_step.active {
display: block;
}
.scrolling_popup_sec {
height: 350px;
overflow-y: scroll;
scroll-snap-type: y mandatory;
}
.scrolling_popup_sec p {
padding-left: 25px;
padding-bottom: 25px;
position:relative;
}
.scrolling_popup_sec p::before {
content: "";
background-image: url(https://healinghandswl.com/wp-content/uploads/2024/08/right-arrow.png);
width: 18px;
height: 18px;
position: absolute;
background-repeat: no-repeat;
background-size: contain;
left: 0px;
}
.scrolling_popup_sec::-webkit-scrollbar {
width: 10px !important; 
}
.scrolling_popup_sec::-webkit-scrollbar-track {
background: #f1f1f1 !important; 
}
.scrolling_popup_sec::-webkit-scrollbar-thumb {
background-color: #296F94 !important; 
border-radius: 10px !important; 
border: 2px solid #f1f1f1 !important; 
}
.cus-header h1{
font-size: 60px;
line-height: 70px;
font-weight: 700;
letter-spacing: 1px;
font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
} @media screen and (max-width: 767px){
.cus-header h1{font-size:28px !important;line-height: 40px !important;}
.step {
padding: 15px !important;
width: 95% !important;
border-radius: 25px !important;
}
.kbw-signature {
width: 300px !important;
height: 250px;
}
.mobile-calculate-btn {
width: 100%;
margin-bottom: 1rem;
}
[type='radio'], [type='checkbox'] {padding: 5px !important;}
div#sig {width: 100% !important;}
}