.aboutHome ul li::before, .secWhy ul li::before{
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    color: #34724B;
    font-size: 18px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
}
.is-invalid{
    border-color:#dc3545 !important;
}
span.invalid{
    color:#dc3545 !important;
    font-size: 13px;
}
.calculatorBtn {
    background: #34724B;
    color: #fff;
    padding: 5px 15px;
    border-radius: 60px;
    border: 0;
    outline: none;
    font-size: 14px;
    float: right;
}
.calculatorBtn:hover,.direct-contact:hover{
    color: #fff;
}
.error{
    color: #dc3545 !important;
}
.knowledge-center-body{
    position: relative !important;
    width: 100%;
    height: 0;
    padding-bottom: 56.25% !important;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#myModal .modal-content .close {
    background: #008c43;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
    margin-top: -15px;
    margin-right: -15px;
    padding: 3px 10px 5px 10px;
    width: 32px;
    position: absolute;
    right: 100%;
    cursor: pointer;
    z-index: 99;
}
.knowledge-center h3{
    font-size: 18px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-description table td{
    border: 1px solid #ddd;
    padding: 8px;
}
img{
    width: 100%;
}