.main-body .m-new-category .el_box2 .x_lst1 .el_box2_ct .x_lst2 {
    display: flex;
    flex-wrap: wrap;
}
.main-body .m-new-category .el_box2 .x_lst1 .el_box2_ct .x_lst2 .x_item2 {
    width: 46%;
    margin: 0 15px;
    padding: 15px 0;
    overflow: hidden;
}

.main-body .m-new-category .el_box2 .x_lst1 .el_box2_ct .x_lst2 .x_item2 .x_article1 {
    position: relative;
    display: flex;
    gap: 10px;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #ddd;
    align-items: center;
    transition: all .3s ease-in-out;
    height: 100%;
    background: #F7F7F7;
}
.main-body .m-new-category .el_box2 .x_lst1 .el_box2_ct .x_lst2 .x_item2 .x_article1 .title i{
    font-size: 16px;
    width: 40px;
    height: 40px;
    /* border: 1px solid #054f21; */
    /* border-radius: 50%; */
    text-align: center;
    /* line-height: 38px; */
    min-width: 40px;
    color: #fff;
    /* background-color: #054f21; */
    transition: all .3s ease-in-out;
}

.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.calc-details .calc-desc {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
}
.calc-details .calc-big-box {
    background-color: #f9f9f9 !important;
    padding: 20px 15px 0 15px !important;
    border: 1px solid #f5f5f5 !important;
    margin-bottom: 20px !important;
    margin-top: 10px;
    box-shadow: 0 1px 7px rgb(0 0 0 / .15);
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.row {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.calc-details .calc-big-box .calcbox {
    padding: 0;
    border: none;
}
.calc-details .calcbox {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 1em 2em;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.calc-details .calc-big-box .calcbox h3 {
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 600;
}
.calc-details .calc-big-box .calcbox h3 {
    margin-top: 0 !important;
}
.calc-details .green {
    color: #197e3f;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.form-group {
    margin-bottom: 1rem;
}
.floatingForm .form-group label {
    color: #6c757d;
    display: inline-block;
    margin-bottom: .5rem;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.floatingForm .form-group select, .floatingForm .form-group .form-control:not(textarea) {
    height: calc(1.875em + .75rem + 2px);
}
.floatingForm .form-group select, .floatingForm .form-group textarea, .floatingForm .form-group select:focus, .floatingForm .form-group .form-control {
    padding: .562rem .75rem;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group-append {
    margin-left: -1px;
    display: flex;
}
.calc-details .input-group .input-group-text {
    min-width: 75px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 0 4px 4px 0 !important;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-group {
    margin-bottom: 1rem;
}
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.floatingForm .btn-primary, .floatingForm .btn-outline-secondary, .floatingForm .btn-warning, .floatingForm .btn-danger, .floatingForm .btn-secondary {
    box-shadow: 0 5px 15px rgb(0 0 0 / .15);
    padding: .8rem 1rem;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-primary {
    background-color: #054f21;
    color: #fff;
    border-color: #054f21;
}
.btn-block {
    display: block;
    width: 100%;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.floatingForm .btn-primary, .floatingForm .btn-outline-secondary, .floatingForm .btn-warning, .floatingForm .btn-danger, .floatingForm .btn-secondary {
    box-shadow: 0 5px 15px rgb(0 0 0 / .15);
    padding: .8rem 1rem;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.calc-details .result-box {
    width: 100%;
    background-color: #fcf2e2;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ffe8c1;
}
.calc-details .calc-big-box .calcbox h3 {
    /* margin-bottom: 15px; */
    /* margin-top: 10px; */
    line-height: 25px;
    font-size: 16px;
    font-weight: 600;
}
.calc-details .calc-big-box .calcbox h3 {
    margin-top: 0 !important;
}
.calc-details .result-box .heading {
    margin-bottom: 5px !important;
    /* font-weight: 700; */
    color: #054f21;
}
.calc-details .result-box .inner-result {
    width: 80%;
    margin: 0 auto;
}
.calc-details .result-box ul.result-row {
    font-size: 15px;
    overflow: hidden;
    margin-bottom: 10px;
    color: #cd7e09;
    text-align: center;
    list-style: none;
}
.calc-details .result-box ul.result-row li {
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
}
.result-box ul.result-row li .value {
    margin-top: 5px;
}
.calc-details .result-box ul.result-row li .attribute, .result-box ul.result-row li .value {
    display: block;
}
.calc-details .result-box ul.result-row li .value .label {
    height: 44px;
    width: 75%;
    background: #f1f1f1;
    border: 1px solid #ddd;
    padding: 6px 12px;
    color: #333;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    float: left;
    border-radius: 0;
}
.calc-details .inner-result .one-unit {
    float: left;
    width: 25%;
    line-height: 25px;
    height: 44px;
}
.calc-details .one-unit {
    width: 20%;
    background-color: #e9ecef;
    color: #333;
    padding: 8px;
    height: 34px;
    float: left;
    border: 1px solid #ccc;
    border-left: 0 solid #fff;
    text-align: center;
}
.calc-details .description {
    /* font-size: 13px; */
    color: #333;
    /* line-height: 21px; */
    margin-bottom: 15px;
}
.content-section .description p, .content-section .description {
    font-size: 16px !important;
    line-height: 1.68rem !important;
    font-family: "Open Sans", Arial, sans-serif !important;
}
.content-section .description {
    /* font-size: 16px;
    line-height: 1.68rem; */
    margin: 0;
    max-width: 100%;
    overflow: inherit;
}
.description {
    /* margin-bottom: 25px; */
    display: block;
}
.content-section .description p, .content-section .description {
    font-size: 16px !important;
    line-height: 1.68rem !important;
    font-family: "Open Sans", Arial, sans-serif !important;
}
b, strong {
    font-weight: bolder;
}
u {
    text-decoration: underline;
}
.hidden {
    display: none;
}