.elementor-560 .elementor-element.elementor-element-42a6f94{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-560 .elementor-element.elementor-element-42a6f94:not(.elementor-motion-effects-element-type-background), .elementor-560 .elementor-element.elementor-element-42a6f94 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EDF5F2;}.elementor-560 .elementor-element.elementor-element-42a6f94.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-560 .elementor-element.elementor-element-c1e0080 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-560 .elementor-element.elementor-element-6e024b3{font-family:"Inter", Sans-serif;font-weight:400;}body.elementor-page-560:not(.elementor-motion-effects-element-type-background), body.elementor-page-560 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5EFE0;}@media(min-width:768px){.elementor-560 .elementor-element.elementor-element-42a6f94{--width:95.734%;}}/* Start custom CSS */#calculator {
    font-family: 'Inter', sans-serif !important;
    color: #444444;
    line-height: 1.6;
  }

  #calculator .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #calculator .progressbar {
    background: rgba(193, 134, 121, 0.5);
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    display: block;
    font-size: 10px;
  }

  #calculator .progressbar.progress-step1 span {
    width: 20%;
  }

  #calculator .progressbar span {
    display: block;
    background: #F05D23;
    color: #fff;
  }

  #calculator .input-text label {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  #calculator .input-text input[type=number] {
    font-size: 16px;
    background: #fff;
    border: none;
    border-radius: 10px;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    line-height: 1.2;
  }

  #calculator .submit {
    margin-top: 40px;
  }

  #calculator .submit button {
    font-size: 16px;
    background: #F05D23;
    border: none;
    border-radius: 100px;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 450px;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
  }

  #calculator .submit button:disabled {
    cursor: not-allowed;
    opacity: 50%;
  }

  #calculator .submit.float {
    margin-top: 70px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    padding-top: 0px;
    z-index: 99999 !important;
  }

  #calculator .input-check label {
    font-size: 15px;
    background: #fff;
    border: none;
    border-radius: 10px;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  #calculator .result-info {
    background: #fff;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  #calculator h6 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  #calculator h2 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 32px;
    font-family: 'Inter', sans-serif !important;
    color: #444444 !important;
  }

  #calculator .widget-result-info .widget-right {
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #calculator .cta {
    margin-top: 60px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    padding-top: 70px;
    background: rgb(252, 244, 239);
    background: linear-gradient(180deg, rgba(252, 244, 239, 0) 0%, rgba(252, 244, 239, 1) 100%);
    z-index: 99999 !important;
  }

  #calculator .cta a {
    font-size: 16px;
    background: #61a873;
    border: none;
    border-radius: 100px;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 450px;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
  }

  #calculator .step {
    margin-top: 60px;
  }

  #calculator .input-check {
    margin-bottom: 20px;
  }

  #bmiDisplay {
    display: none;
  }

  .bmiDisplay-wrap {
    width: 120px;
    height: 120px;
    background: #F05D23;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    padding-top: 28px;
    text-align: center;
  }

  .bmiDisplay-wrap #bmi-text {
    display: block;
    font-size: 13px;
  }

  .bmiDisplay-wrap #bmi-no {
    display: block;
    font-size: 22px;
    font-weight: 700;
  }

  #calculator .input-wrap {
    margin-top: 50px;
  }

  #calculator .input-text {
    margin-bottom: 20px;
  }

  #calculator .widget-result-info {
    max-width: 250px;
    margin: 30px auto;
  }

  .result-icon.green {
    display: block;
    margin: 20px auto;
    font-size: 50px;
    color: #61a873;
  }

  #calculator .result-info {
    background: #fff;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  #calculator .result-info hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;
    border-top: 1px dashed #ccc;
  }

  #calculator .result-info .left {
    float: left;
    width: 50%;
    border-right: 1px dashed #444;
    padding-left: 10px;
    padding-right: 10px;
  }

  #calculator .result-info .right {
    float: right;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  #step4 {
    padding-bottom: 100px;
  }
  
  /* new Design */
  
    .css-zbgsz8 {
        box-sizing: content-box;
    }
    
    .infoText {
        font-family: "Inter";
        font-size: 12px;
        font-weight: 400;
        color: rgb(30, 30, 30);
        line-height: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
        max-width: 100%;
        padding-left: 5px;
    }
    
    .css-1cioe23 {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 350px;
        height: 100%;
        min-height: 109px;
        padding: 16px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.7);
        box-shadow: rgba(50, 96, 154, 0.2) 0px 8px 16px;
        margin-top: 16px;
    }
    
    .css-jyg2vc {
        font-family: "Inter";
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
        color: rgb(0, 0, 0);
        margin-bottom: 8px;
    }
    
    .css-1qw3u9c {
        position: relative;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        width: 318px;
        height: 30px;
    }
    
    
    .css-e74o9p {
        position: absolute;
        top: 12px;
        width: 100%;
        max-width: 318px;
        height: 4px;
        background: linear-gradient(90deg, rgb(234, 236, 239) 0%, rgb(234, 236, 239) 100%);
        border-radius: 2px;
        z-index: 0;
    }
    
    .css-g1umt9 {
        position: absolute;
        width: 100%;
        max-width: 120px;
        height: 30px;
        border-radius: 16px;
    }
    
    .css-g1umt9.active::before {
        content: "27.0";
        position: absolute;
        left: 0px;
        bottom: -20px;
        font-size: 10px;
        color: rgb(79, 79, 79);
    }
    
    .css-g1umt9 .color-30 {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 16px;
        background: linear-gradient(90deg, rgb(87, 134, 210) 0%, rgb(227, 62, 109) 100%);
        opacity: 0;
    }
    
    .css-g1umt9.active .color-27 {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 16px;
        background: linear-gradient(90deg, rgb(152, 240, 143) 0%, rgb(123, 210, 230) 100%);
        opacity: 1;
        transition: opacity 1s ease-in-out;
    }
    
    .css-g1umt9 .color-27 {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 16px;
        background: linear-gradient(90deg, rgb(87, 134, 210) 0%, rgb(227, 62, 109) 100%);
        opacity: 1;
        transition: opacity 1s ease-in-out;
    }

    
    .css-g1umt9.active {
        right: calc(50% - 60px);
    }
    
    .css-g1umt9::before {
        content: "30.0";
        position: absolute;
        left: 0px;
        bottom: -20px;
        font-size: 10px;
        color: rgb(79, 79, 79);
    }
    
    .css-g1umt9::after {
        content: "40+";
        position: absolute;
        right: 0px;
        bottom: -20px;
        font-size: 10px;
        color: rgb(79, 79, 79);
    }
    
    .css-g1umt9 {
        transition: all 1s;
        right: 0;
    }
    
    
    .css-g1umt9.active::after {
        content: "29.9";
        position: absolute;
        right: 0px;
        bottom: -20px;
        font-size: 10px;
        color: rgb(79, 79, 79);
    }

    .css-zbgsz8 {
        width: 100%;
        max-width: 166px;
        height: 118px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: rgba(50, 96, 154, 0.2) 0px 8px 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 16px;
        left: 78px;
        top: 46px;
        position: relative;
        z-index: 1;
    }
    
    .css-1o0g2s3 {
        align-self: start;
        margin-bottom: 16px;
    }
  
    .css-1cioe23 {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 350px;
        height: 100%;
        max-height: 109px;
        padding: 16px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.7);
        box-shadow: rgba(50, 96, 154, 0.2) 0px 8px 16px;
        margin-top: 16px;
    }
    
    .css-v7ocsc {
        background-image: linear-gradient(273deg, rgb(51, 180, 210) 28.66%, rgb(3, 86, 162) 103.51%);
        color: #212529;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "Inter";
        font-size: 27px;
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.24px;
        min-height: 30px;
        padding-top: 2px;
    }
    
    .css-zbgsz8 {
        position: relative;
        left: 80px;
        top: 45px;
    }
    
    .custom-slider{
        margin: 20px auto;
    }
    
    
    .custom-slider {
        margin: 20px auto;
        display: flex ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }/* End custom CSS */