.product-display-wrapper {
    font-size: 1rem;
}

.product-details-heading {
    margin-bottom: 5px;
    font-weight: 700;
}

.product-details-heading::before {
    width: 25px;
    height: 25px;
    content: "\f15c";
    display: inline-block;
    position: relative;
    margin-right: 5px;
    font-family: "fontawesome";
}

.download-sheets-heading {
    margin-bottom: 5px;
    font-weight: 700;
}

.download-sheets-heading::before {
    width: 25px;
    height: 25px;
    content: "\f019";
    display: inline-block;
    position: relative;
    margin-right: 5px;
    font-family: "fontawesome";
}

.product-details,
.product-downloads {
    padding-left: 30px;
    line-height: 2rem;
    margin-top: 7px;
}

.product-details {
    margin-bottom: 5%;
}

.sep-download-item a {
    color: #363E30 !important;
}

.sep-download-item::before {
    width: 25px;
    height: 25px;
    content: "\f054";
    display: inline-block;
    position: relative;
    font-family: "fontawesome";
}

/*********** Form Style ***********/
.log-form-group label {
    line-height: 1.3;
    font-family: "Poppins";
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 2px;
    padding-top: 8px;
}

.log_forms {
    width: 100%;
    padding: 0px;
    border: 0px solid #CCC;
    margin: 0px;
    box-sizing: border-box;
}

.log_forms input[type=submit] {
    width: auto;
    padding: 6px 30px;
    border: 0px solid #ffffff;
    background: #148E72;
    border-radius: 50px;
    color: #fff;
    margin-top: 10px;
    font-weight: 700;
}

.uael-gf-style input[type=date],
.uael-gf-style input[type=email],
.uael-gf-style input[type=number],
.uael-gf-style input[type=password],
.uael-gf-style input[type=search],
.uael-gf-style input[type=tel],
.uael-gf-style input[type=text],
.uael-gf-style select,
.uael-gf-style textarea {
    width: 100% !important;
}

.gform_confirmation_wrapper {
    margin: 2% 0 2%;
}

