


section#calculator {
    padding: 100px 0px 100px;
    background-image: url(/images/Hero-BG.webp);
    margin-top: -5px;
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.banner h1 {
    font-family: Montserrat;
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -0.01em;
    margin-bottom: 24px;
}
.banner p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 22px;
    line-height: 38px;
    text-transform: capitalize;
    color: rgba(14, 84, 88, 1);
}
    #calculator .container {
      display: flex;
      border-radius: 16px;
      overflow: hidden;
      width: 950px;
    }
    #calculator .left {
      padding: 30px;
      background: #fff;
    }
    #calculator .left {
       flex: 1;
       border: 1px solid rgba(50, 191, 189, 1);
       border-radius: 20px;
    }
    #calculator .right {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    #calculator .right a.cta {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        margin-top: 20px;
    }
    #calculator .right .rightBlock {
        text-align: center;
        background: rgba(174, 234, 233, 1);
        border: 1px solid rgba(50, 191, 189, 1);
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 20px;
    }
    #calculator .right .rightBlock .blocks {
        background: #fff;
        margin: 0 auto;
        border-radius: 20px;
        padding: 5px 0px;
    }
    #calculator .right .rightBlock h4 {
        color: rgba(10, 23, 38, 1);
        font-family: Montserrat;
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 0;
    }
    #calculator .right .rightBlock div#discount {
        font-family: Montserrat;
        font-weight: 700;
        font-size: 18px;
        color: rgba(10, 23, 38, 1);
        margin-bottom: 20px;
    }
    #calculator .input-group {
      margin-bottom: 28px;
      width: 100%;
      display: flex;
      justify-content: space-between;
    }
    #calculator .input-group label {
      font-weight: bold;
      color: rgba(14, 84, 88, 1);
      display: block;
      margin-bottom: 8px;
    }
    #calculator .input-group input[type="text"] {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border-radius: 10px;
      border: 2px solid rgba(50, 191, 189, 1);
      background: rgba(174, 234, 233, 1);
      font-weight: bold;
      color: #000;
    }
    #calculator input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        height: 2px;
        border-radius: 5px;
        background: #000000;
        outline: none;
    }
    #calculator input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #1dbfc1;
      border: 2px solid white;
      cursor: pointer;
      box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    }
    #calculator input[type=range]::-moz-range-thumb {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #1dbfc1;
      border: 2px solid white;
      cursor: pointer;
    }
    #calculator .slider-value {
      font-weight: bold;
      color: #003366;
      margin-bottom: 5px;
    }
    #calculator .limits {
      display: flex;
      justify-content: space-between;
      font-size: 13px;
      color: #8f8f8f;
      margin-top: 3px;
      width: 100%;
    }
    #calculator .right h3 {
      margin: 10px 0 5px;
      color: rgba(10, 23, 38, 1);
      font-family: Montserrat;
      font-weight: 700;
      font-size: 22px;
    }
    #calculator .right .value {
        color: rgba(10, 23, 38, 1);
        font-family: Montserrat;
        font-weight: 700;
        font-size: 43px;
    }
    #calculator .right .value {
      font-size: 32px;
      font-weight: bold;
      color: #001f33;
    }
    
    
#homePopup h3 {
    font-family: Montserrat;
    font-size: 28px;
    margin-top: 10px;
}
#homePopup ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
#homePopup .modal-body form#form {
    padding: 10px 30px 25px;
}
#homePopup ul input, #homePopup select {
    border: 1px solid rgba(48, 181, 179, 1);
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background:none;
}
#homePopup ul li {
    width: 47%;
    float: left;
    margin: 0px 5px;
}
#homePopup button.zf-submitColor {
    padding: 10px 25px;
    border-radius: 10px;
    color: #000000;
    text-decoration: none !important;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    border: 1px #bebebe solid;
    border-bottom: 5px #33bfbd solid;
    background: linear-gradient(#ffffff, #ffffff 50%, #33bfbd 50%, #33bfbd);
    background-size: 100% 200%;
    transition: background 1s;
    width: 100%;
}
#homePopup button.zf-submitColor:hover{
    background:#33bfbd;
    color: #fff;
} 
#homePopup .modal-body {
    background: rgba(227, 255, 255, 1);
    padding: 0;
    border-radius: 10px;
}
    
    
section.getStarted {
    background: rgba(174, 234, 233, 1);
}
.getStarted .formBlock {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}
.getStarted input {
    border: none;
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    background: rgba(245, 245, 245, 1);
}


@media (max-width: 991px) {
 
}

@media (max-width: 768px) {
.getStarted .formBlock {
    width: 100%;
    padding: 15px;
}
#calculator .container {
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin-top: 0 !important;
}
#calculator .right .rightBlock {
    border-radius: 20px;
}
section#calculator {
    padding: 50px 0px 50px;
}
.banner.text-center {
    padding: 0px 20px;
}
.banner h1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 16px;
}
.banner p {
    font-size: 16px;
    line-height: 1.5;
}
.banner h1 br, .banner p br {
    display: none;
}


}