@font-face {

    font-family: 'Inter';

    src: url('../fonts/Inter-Bold.woff2') format('woff2'),

        url('../fonts/Inter-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Inter';

    src: url('../fonts/Inter-Black.woff2') format('woff2'),

        url('../fonts/Inter-Black.woff') format('woff');

    font-weight: 900;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Inter';

    src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),

        url('../fonts/Inter-ExtraBold.woff') format('woff');

    font-weight: bold;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Inter';

    src: url('../fonts/Inter-Light.woff2') format('woff2'),

        url('../fonts/Inter-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Inter';

    src: url('../fonts/Inter-ExtraLight.woff2') format('woff2'),

        url('../fonts/Inter-ExtraLight.woff') format('woff');

    font-weight: 200;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Inter';

    src: url('../fonts/Inter-Medium.woff2') format('woff2'),

        url('../fonts/Inter-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Inter';

    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),

        url('../fonts/Inter-SemiBold.woff') format('woff');

    font-weight: 600;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Inter';

    src: url('../fonts/Inter-Thin.woff2') format('woff2'),

        url('../fonts/Inter-Thin.woff') format('woff');

    font-weight: 100;

    font-style: normal;

    font-display: swap;

}



@font-face {

    font-family: 'Inter';

    src: url('../fonts/Inter-Regular.woff2') format('woff2'),

        url('../fonts/Inter-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}



body {

    background: #E3E5DF;

    padding: 0;

    margin: 0;

    box-sizing: border-box;

    font-family: 'Inter';

}

p {

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

     font-family: 'Inter';

}

ul{

    padding: 0;

    margin: 0;

    list-style-type: none;

}

.container {

    max-width: 1557px;

    margin: 0 auto;

    padding: 0 20px;

}

.step-form .form-data {

    background: #fff;

    box-shadow: 0px 4px 55.5px 0px #E2E2E2;

    padding: 45px;

    border-radius: 15px;

}

.step-form .form-data ul{

    margin: 13px 0;

}

.step-form .form-data ul li {

    margin-bottom: 12px;

    display: flex;

    align-items: flex-start;

    line-height: 22px;

}

.step-form .form-data ul li img {

    margin-right: 11px;

}

.step-form .form-amount {

    background: #F0F1ED;

    padding: 40px;

    border-radius: 10px;

    margin-top: 40px;

}

.step-form .form-amount h4 {

    font-size: 16px;

    font-weight: 500;

    line-height: 20px;

    letter-spacing: -0.02em;

    color: #1A191F;

     font-family: 'Inter';

}

.step-form .form-bg {

    background: #2B9B77;

    height: 100%;

    padding: 25px;

    border-radius: 5px;

    background: #2B9B77  url("../images/bg-line.png") no-repeat right/contain;

}

.step-form .form-bg .form-group .form-label {

    color: #fff;

}

.step-form .form-range-box {

    margin-top: 30px;

}

.step-form .form-range-box .form-range {

    height: 2px;

    background-color: #fff;

}

.step-form .form-group {

    margin-bottom: 22px;

}

.step-form .form-group .form-label {

    font-size: 16px;

    font-weight: 500;

    line-height: 20px;

    letter-spacing: -0.02em;

    margin-bottom: 12px;

    color: #1A191F;

    display: block;

}

.step-form .form-check {

    display: inline-block;

    margin-right: 18px;

}

.step-form .form-check-input:checked[type=radio] {

    background-image: url("../images/radio-check.svg");

}

.step-form .form-check-input {

    width: 28px;

    min-width: 28px;

    height: 28px;

    margin-top: 0;

    vertical-align: top;

    background-color: #fff;

    background-repeat: no-repeat;

    background-position: center;

    background-size: contain;

    background-size: 16px;

    border: 1px solid #D3D3DC;

    margin-right: 8px;

    font-size: 16px;

    font-weight: 500;

    line-height: 20px;

    letter-spacing: -0.02em;

    color: #1A191F;

}

.step-form .form-check-input:checked {

    background-color: #2B9B77;

    border-color: #2B9B77;

}

.footer-step-form {

    border-top: 1px solid #E8E8EB;

    margin-top: 90px;

    padding-top: 28px;

    display: flex;

    justify-content: end;

    align-items: center;

}

.footer-step-form h4 {

    font-size: 16px;

    font-weight: 600;

    line-height: 19px;

    text-decoration: underline;

    margin: 0;

     font-family: 'Inter';

}

.footer-step-form .foter-form-btn {

    display: flex;

    grid-gap: 20px;

}

.footer-step-form .foter-form-btn .next-btn{

    background-color: #2B9B77;

    color: #fff;

}

.footer-step-form .foter-form-btn .cancel-btn{

    background: #EFEFF2;

}

.footer-step-form .btn {

    color: #1A191F;

    font-size: 16px;

    font-weight: 600;

    line-height: 22px;

    padding: 16px 18px;

    border-radius: 50px;

    min-width: 180px;

    width: 100%;

    text-align: center;

}

.step-form-second h2, .step-form-third h2, .step-form-fourth h2, .step-form-fifth h2, .step-form-sixth h2, .step-form-seventh h2  {

    font-size: 20px;

    font-weight: 700;

    line-height: 24px;

    margin-bottom: 17px;

    color: #1A191F;

     font-family: Inter;

}

.step-form .form-control {

    border: 1px solid #D3D3DC;

    min-height: 55px;

    border-radius: 5px;

    font-family: Inter;

    font-size: 16px;

    font-weight: 400;

    line-height: 20px;

    letter-spacing: -0.02em;

}

.step-form #prevBtn {

    background: #EFEFF2;

    color: #000;

}

.step-form select.form-select {

    min-height: 55px;

    border: 1px solid #D3D3DC;

}

.step-form textarea.form-control {

    height: 177px;

    resize: none;

}

.form-custum-radio .form-check {

    padding: 25px 40px;

    border: 1px solid #2B9B77;

    border-radius: 5px;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}

.step-form .form-custum-radio .form-check:has(:checked[type=radio]) {

    background: #2B9B77;

    color: #fff;

}





.step-form {

    max-width: 1240px;

    margin: 0 20px;

    padding: 30px 0;

}

.step-form h3 {

    font-size: 26px;

    font-weight: 700;

    line-height: 31px;

    margin: 0 0 14px;

     font-family: 'Inter'

}



.step-form .form-amount label {

    display: inline-block;

    font-size: 16px;

    font-weight: 500;

    line-height: 20px;

    letter-spacing: -0.02em;

    color: #1A191F;

}



.step-form input[type="range"]::-webkit-slider-thumb {

    background:#fff;

    min-width:30px;

    min-height:30px;

    width:30px;

    height:30px;

    border-radius:50%;

    box-shadow:none;

 appearance: none; 

    position:relative;

    top:-10px;

    border:4px solid #3a9b79;  

}

.step-form input[type=range]::-webkit-slider-runnable-track {

    height: 2px;

    background: #fff;

}





.step-form  .form-amount h4 {

    font-family: Inter;

    font-size: 16px;

    font-weight: 500;

    line-height: 20px;

    letter-spacing: -0.02em;

    margin: 0 0 11px;

}

.footer-step-form .foter-form-btn button {

    border: 0;

    background: #2B9B77;

    color: #fff;

    padding: 12px 40px;

    border-radius: 60px;

    font-size: 16px;

    font-weight: 600;

    line-height: 22.72px;

    min-width: 180px;

    font-family: 'Inter';

}

.mailing-address-box {

    background: #F0F1ED;

    padding: 35px;

    border-radius: 5px;

    margin-bottom: 20px;

}

 

header.wp-block-template-part {

    display: none;

}

footer.wp-block-template-part {

    display: none;

}

.step-form-seventh h4 {

    font-size: 20px;

    font-weight: 700;

    line-height: 24px;

     font-family: 'Inter';

    margin-bottom: 7px;

}

.step-form-seventh p{

  margin-bottom: 30px;

}

.term-condition-check h5 {

    font-size: 20px;

    font-weight: 700;

    line-height: 24px;

    color: #2B9B77;

    margin-bottom: 24px;

     font-family: 'Inter';

}

.term-condition-check label.form-check-label {

    font-size: 16px;

    font-weight: 500;

    line-height: 20px;

    letter-spacing: -0.02em;

    color: #1A191F;

}

.term-condition-check .form-check-input {

    border-radius: 50px;

}

.term-condition-check {

    margin-bottom: 30px;

}

.term-textarea h3 {

    font-size: 20px;

    font-weight: 700;

    line-height: 24.2px;

    text-align: left;

    margin-bottom: 20px;

     font-family: 'Inter';

}

.term-textarea textarea.form-control {

    height: 177px;

    resize: none;

    margin-bottom: 13px;

}

.term-wrap-up {

    border: 1px solid #2B9B77;

    background: #F0F1ED;

    padding: 30px;

    border-radius: 5px;

}

.step-form .form-data ul li {

    margin-bottom: 12px;

    font-size: 16px;

    font-weight: 500;

    line-height: 20px;

    letter-spacing: -0.02em;

    color: #1A191F;

}

.term-textarea label.form-label {

    text-decoration: underline;

}

.mailing-address-box {

    background: #F0F1ED;

    padding: 35px;

    border-radius: 5px;

    margin-bottom: 20px;

}

.step-form .form-check.maling-check-box input {

    width: 22px;

    height: 22px;

    margin-left: 0px;

}

.page-id-27 main#wp--skip-link--target {

    padding: 100px 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #F0F1ED;

    flex-direction: column;

}

.page-id-27 main#wp--skip-link--target h1.has-text-align-center.wp-block-post-title {

    margin: 0;

    font-family: 'Inter';

    font-size: 120px;

}
.form-range-box .range-box-price {
  margin-top: 10px;
}
.form-range-box .range-box-price span {
    color: #fff;
    font-size: 13px;
}

#signatureCanvas {
    border: 1px solid #000;
    cursor: default; /* Changes cursor to arrow */
}

div#loader {
    text-align: end;
    padding: 10px;
}
div#loader img {
    width: 50px;
    height: auto;
}

.page_outer_sec{
    max-width: 1240px;
    margin: 0 20px;
    padding: 30px 0;
}

.page_inner_sec{
    background: #2B9B77;
    box-shadow: 0px 4px 55.5px 0px #E2E2E2;
    padding: 14rem 60px;
    border-radius: 15px;
}
.page-id-13 main {
    background: transparent !important;
    text-align: center;
    color: #000;
    height: 100vh;
    display: block;
    justify-content: center;
    align-items: center;
}
.page_inner_sec h2 {
    color: #fff;
}
.page-id-13 h1{
    display: none;
}
.home_link{
    margin-top: 20px;
    text-align: right;
}
/*Media-query-start*/





@media(max-width:1199px){

 .step-form .form-data {

    padding: 35px;

}

   

}



@media(max-width:767px){



.step-form .form-data {

    padding: 25px;

     border-radius: 10px;

}

.step-form .form-amount {

    padding: 20px;

    margin-top: 20px;

}

.step-form .form-bg {

    padding: 15px;

}

.step-form .form-group {

    margin-bottom: 15px;

    margin-top: 15px;

}

.step-form .form-check {

    display: inline-flex;

    margin-right: 18px;

}

.footer-step-form {

    margin-top: 30px;

}

.footer-step-form .foter-form-btn button {

    padding: 10px 20px;

    font-size: 15px;

    min-width: 120px;

}

.step-form .form-control {

    min-height: 40px;

    font-size: 15px;

}

.step-form .form-group .form-label {

    font-size: 15px;

    margin-bottom: 4px;

}

.step-form .form-check-input {

    width: 20px;

    min-width: 20px;

    height: 20px;

    background-size: 12px;

    margin-right: 6px;

    font-size: 15px;

}

.step-form .container {

    padding: 0;

}

.step-form select.form-select {

    min-height: 40px;

}

.mailing-address-box {

    padding: 16px;

}

.term-wrap-up {

    padding: 15px;

}

}

























