/**
* Theme Name: wastix Child
* Description: This is a child theme of wastix, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/template_path">template_path</a>
* Template: wastix
* Version: 1.0.0
*/

.btn.disabled,
.btn:disabled {
    cursor: default;
}

.loading {
    background-image: url("assets/image/loading.gif");
    background-size: 30px auto;
    display: inline;
    background-repeat: no-repeat;
    margin: 10px;
    padding: 6px 15px;
}

#waste-hire .my-form .form-group .wast-bin-type {
    display: flex;
    cursor: pointer;
}

#waste-hire .my-form .form-group .wast-bin-type .list-content {
    position: relative;
}

#waste-hire .my-form .form-group .wast-bin-type input[type=radio] {
    visibility: hidden;
}

#waste-hire .my-form .form-group .wast-bin-type input[type=radio]+.list-content::before {
    position: absolute;
    left: -25px;
    top: 2px;
    width: 18px;
    height: 18px;
    display: block;
    border: 2px solid #3A9E1E;
    content: "";
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    visibility: hidden;
}

#waste-hire .my-form .form-group .wast-bin-type input[type=radio]+.list-content::after {
    position: absolute;
    left: -20px;
    top: 7px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #3A9E1E;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease 0s;
}

#waste-hire .my-form .form-group .wast-bin-type input[type=radio]:checked+.list-content::after {
    opacity: 1;
}

#waste-hire .my-form .form-group .wast-bin-type input[type=radio]:disabled:not(:checked)+.list-content::before {
    opacity: 0.5;
}

#waste-hire .my-form .form-group .wast-bin-type .list-content h6 {
    font-size: 20px;
    font-weight: 600;
    color: #505050;
    display: inline;
}

#waste-hire .my-form .form-group .wast-bin-type .list-content .loading {
    background-size: 20px auto;
    padding: 1px 15px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #3A9E1E;
}

#waste-hire .tab-content .form-control[disabled] {
    opacity: 0.5;
}

li.page-item.active span {
    color: #505050;
    background-color: #3A9E1E !important;
    margin-right: 6px;
    border-radius: 4px;
    padding: 10px 15px;
    border: none;
}

a.custom-logo-link img {
    width: 220px;
}

ul#menu-header-menu .nav-item:first-child {
    margin-left: 0;
}

ul.dropdown-menu.show li {
    margin-left: 0 !important;
}

section.page ul {
    padding: 5px 20px;
}

section.page ul li {
    list-style-type: circle;
    padding: 10px;
}

section.page ul li::marker {
    font-size: 16px;
    color: #3A9E1E;
    margin-right: 8px;
}

section.page h1:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    position: absolute;
    top: 120%;
    left: 0;
    margin: 0;
    border-bottom: 3px solid #3A9E1E;
    transform: translateY(-15%);
    z-index: 1;
}

section.about-page.section-area h5 {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    margin-top: 30px;
}

label.pewc-field-label {
    display: block;
}

select {
    padding: 10px 50px 10px 0px;
}

button.single_add_to_cart_button.button.alt {
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff !important;
    padding: 12px 32px;
    border-radius: 4px;
    border: none !important;
    background-color: #3A9E1E !important;
    box-shadow: none !important;
    outline: none !important;
    transition: all 0.7s ease;
}

.product_meta {
    display: none;
}

.about-area .container ul {
    margin-bottom: 12px;
}

.about-area .container ul li {
    padding: 4px 0;
}

.about-area .container ul li::before {
    font-size: 16px;
    color: #3A9E1E;
    margin-right: 8px;
    content: "\f22d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: left;
}

.radio-ul {
    display: flex;
    padding-left: 30px;
}

.radio-ul li {
    width: 50%;
    padding: 0 4px;
}

.p-text {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #3A9E1E !important;
    padding-right: 16px;
    margin: 4px 0;
    border-bottom: 1px solid #3A9E1E9e !important;
    width: max-content;
}

.text-p {
    margin-bottom: 2px !important;
    color: #6c757d !important;
    font-size: 16px !important;
    text-align: left !important;
}

#lfb_form.lfb_bootstraped .checkboxCt label::before {
    top: 12px;
    border: 2px solid #000;
    border-radius: 8px;
}

th.product-thumbnail {
    display: none;
}

td.product-thumbnail {
    display: none;
}

.checkout #customer_details .col-1 {
    width: 100% !important;
    max-width: 100% !important;
}

.checkout #customer_details .col-2 {
    display: none;
}

.checkout .woocommerce-billing-fields p {
    float: none !important;
    display: inline-block;
    width: 100%;
}

.billing-fields h3 {
    background: #3a9e1e;
}

.woocommerce table.shop_table td {
    background: transparent;
}

.checkout #customer_details .col-1 {
    width: 100% !important;
    max-width: 80% !important;
    float: none !important;
    margin: auto;
}

.checkout .woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100% !important;
    max-width: 80%;
    margin: auto;
    float: none;
}

.checkout .woocommerce-input-wrapper input {
    min-height: 45px !important;
}

#order_comments_field {
    display: block;
}

#billing_first_name_field {
    display: inline-block;
    width: 50% !important;
}

#billing_last_name_field {
    display: inline-block;
    width: 50% !important;
}

.checkout #customer_details .col-1 {
    width: 100% !important;
    max-width: 100% !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li {
    padding-bottom: 20px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button {
    background-color: #3a9e1e !important;
}

.mr_banner_title.mr_xpage,
.mr_bread_list.mr_xpage_bread,
.mr_bread_list.mr_xpage_bread .breadcrumb-item,
.mr_bread_list.mr_xpage_bread .breadcrumb-item a {
    color: #fff !important;
}

.checkout .woocommerce-billing-fields p {
    float: none !important;
    display: inline-block;
    width: 100%;
}

.checkout #customer_details .col-1 {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: auto;
}

.checkout .woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100% !important;
    max-width: 80%;
    margin: auto;
    float: none;
}

.checkout .woocommerce-input-wrapper input {
    min-height: 45px !important;
}

.checkout #order_comments_field {
    display: block;
}

.checkout #billing_first_name_field {
    display: inline-block;
    width: 50% !important;
}

.checkout #billing_last_name_field {
    display: inline-block;
    width: 50% !important;
}

.checkout .woocommerce-terms-and-conditions-wrapper .form-row.validate-required {
    display: inline-block;
    width: 100%;
}

.woocommerce-error::before {
    display: none;
}

.checkout th.product-name,
.woocommerce-order-received th.product-name {
    opacity: 0;
}

.modify_it button.btn.read-more {
    margin-left: 20px;
}

.modify_it {
    width: 100%;
    background: #fff;
    padding: 11px;
}

@media screen and (max-width: 600px) {
    .home input#postcode {
        max-width: 100% !important;
    }

    .home .my-slider .slider-img .slider-text {
        padding-top: 80px !important;
    }

    .home .form_holder label {
        font-size: 20px !important;
    }

    .col-12.col-md-6.col-lg-3.footercus {
        margin-top: 37px;
    }

    footer .container {
        text-align: center;
    }

    .steps_holder {
        display: none;
    }

    .home .steps_holder span {
        display: inherit;
        margin-top: 6px;
    }

    .home .steps_holder {
        margin-top: 0;
    }

    .checkout #customer_details .col-1 {
        max-width: 100% !important;
    }

    .checkout .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        max-width: 100% !important;
        margin-top: 20px;
    }

    .checkout h3 {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .checkout .variation dt {
        display: inline-block !important;
        float: none !important;
    }

    .checkout dl.variation dd {
        margin-bottom: 15px !important;
    }

    .checkout dl.variation dd p {
        font-size: 17px;
    }

    .about-area.section-area.pt-0 {
        margin-bottom: 50px;
    }

    .about-area.section-area.pt-0 {
        overflow: auto;
    }
}

section.page ul li::marker {
    color: #ebe9eb !important;
}

.checkout dl.variation dd p {
    font-size: 18px;
    /* font-weight: bold; */
}

.payment-section form h5 b {
    color: #3A9E1E;
}

.payment-section h5 {
    color: #01659C !important;
    margin-bottom: 20px;
}

.payment-section h5 span.total-amount-heading {
    font-size: 35px;
}

.form_holder [type=submit] {
    border-radius: 3px;
}

.checkout dl.variation dd p {
    color: #3A9E1E !important;
}

.checkout h3 {
    color: #FFF !important;
    font-size: 30px !important;
}

.form-row.place-order {
    display: block;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none !important;
}

a.footer-img.custom:hover {
    background: #fff;
    color: #000 !important;
}

.col-12.col-md-6.col-lg-3.footercus h4 {
    color: #fff;
    margin-top: 40px;
}

.logo_holder img {
    width: 68px;
    /* height: 33px; */
}

.col-12.col-md-6.col-lg-3.footercus p {
    color: #d80d10;
}

.checkout input,
.checkout textarea,
.checkout select {
    border-color: ;
    border-color: #ddd !important;
    box-sizing: unset;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

a.footer-img.custom {
    background: #d80d10;
    padding: 20px;
    transition: .3s;
    border-radius: 3px;
}

input#billing_address_2 {
    display: none !important;
}

.home .form_holder {
    /* display: inline-block; */
    padding: 40px;
    /* border: 1px #fff; */
}

/* .home input.postcode {
    background: 0;
    outline: none;
    max-width: 100%;
    padding: 8px 12px;
    font-size: 18px;
    transition: padding 0.3s 0.2s ease;
    border: 3px solid #3a9e1e;
    border-radius: 15px;
    color: #555;
} */

.home input#postcode:focus {
    padding-bottom: 5px;
}

.home .my-slider .slider-img .slider-text {
    padding-top: 40px;
}

.home .steps_holder {
    position: relative;
    z-index: 10;
    color: #fff;
    margin-top: 30px;
    padding: 30px;
}

.home .steps_holder p {
    color: #fff;
    display: inline;
    margin-right: 15px;
    font-size: 22px;
    color: #fdd51c;
}

.home section.slider-text {
    position: relative !important;
}

.home input[type="submit"]:hover {
    background: #fff !important;
    color: #000 !important;
}

.home i.far.fa-hand-point-right {
    color: #3A9E1E;
}

html,
body {
    color: #505050;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
}

img,
video {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-size: inherit;
}

button {
    border: none;
}

button:hover,
button:active,
button:focus {
    outline: none !important;
    cursor: pointer;
    box-shadow: none;
    border: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    list-style-type: none;
}

.container {
    max-width: 1680px;
    padding: 0 60px;
}

@media (max-width: 1199.98px) {
    .container {
        max-width: 960px;
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

a {
    text-decoration: none !important;
    outline: none;
}

p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #505050;
    line-height: 25px;
}

@media (max-width: 991.98px) {
    p {
        font-size: 14px;
        line-height: 20px;
    }
}

h1 {
    font-size: 56px;
    font-weight: 600;
}

h2 {
    font-size: 48px;
    font-weight: 600;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

.my-p {
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .my-p {
        margin-top: 15px;
    }
}

.section-area {
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}

@media (max-width: 1199.98px) {
    .section-area {
        padding: 60px 0;
    }
}

@media (max-width: 767.98px) {
    .section-area {
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .my-order-1 {
        order: 1;
    }
}

@media (max-width: 767.98px) {
    .my-order-2 {
        order: 2;
    }
}

.my-pagination {
    padding: 0;
    margin: 30px 0 0 0;
}

@media (max-width: 991.98px) {
    .my-pagination {
        margin: 20px 0 0 0;
    }
}

.my-pagination .pagination {
    padding: 0;
    margin: 0;
}

.my-pagination .pagination .page-item {
    transition: all 0.7s ease;
}

.my-pagination .pagination .page-item a {
    color: #505050;
    background-color: #e4e8ef;
    margin-right: 6px;
    border-radius: 4px;
    padding: 10px 15px;
    border: none;
}

@media (max-width: 991.98px) {
    .my-pagination .pagination .page-item a {
        padding: 8px 11px;
        font-size: 14px;
    }
}

.my-pagination .pagination .page-item a:focus,
.my-pagination .pagination .page-item a.active,
.my-pagination .pagination .page-item a:hover {
    border: none;
    box-shadow: none;
    outline: none;
}

.my-pagination .pagination .page-item:focus a,
.my-pagination .pagination .page-item.active a,
.my-pagination .pagination .page-item:hover a {
    color: #fff;
    text-decoration: none;
    background-color: #3A9E1E;
}

.my-form {
    width: 100%;
    /* padding: 32px 24px;
    margin: 8px 0; */
    border-radius: 4px;
    background-color: #fff;
    /* box-shadow: 0 4px 16px #00000016; */
}

@media (max-width: 1199.98px) {
    .my-form {
        padding: 24px 16px;
    }
}

.my-form .form-group {
    margin-bottom: 0;
}

.my-form .form-group h5 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #505050;
    margin-bottom: 24px;
}

@media (max-width: 991.98px) {
    .my-form .form-group h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.my-form .form-check {
    margin-bottom: 20px;
}

.my-form .form-check .form-check-label a {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .my-form .form-check .form-check-label a {
        font-size: 14px;
    }
}

.my-form .form-link {
    margin-top: 20px;
}

.my-form .form-link a {
    color: #505050;
    transition: all 0.7s ease;
}

.my-form .form-link a:hover {
    color: #3A9E1E;
}

label {
    font-size: 16px;
    font-weight: 600;
    color: #505050;
}

label.required::after {
    content: "*";
    position: relative;
    margin-left: 4px;
    color: red;
}

.form-control {
    font-size: 16px;
    color: #505050;
    margin-bottom: 20px;
    height: 56px;
    border-radius: 4px !important;
    border: 1px solid transparent;
    background-color: #edf0f4 !important;
    box-shadow: none !important;
    outline: none !important;
    transition: all 0.7s ease;
}

@media (max-width: 991.98px) {
    .form-control {
        height: 48px;
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .form-control {
        margin-bottom: 12px;
    }
}

.form-control:focus {
    outline: none !important;
    border-color: #3A9E1E;
}

textarea.form-control {
    resize: none;
    height: auto;
}

header .my-icon-nav {
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background-color: #e4e8ef;
}

@media (max-width: 767.98px) {
    header .my-icon-nav {
        padding: 4px 0;
    }
}

header .my-icon-nav h6 {
    font-weight: 600;
    color: #000;
    margin: 0;
}

@media (max-width: 991.98px) {
    header .my-icon-nav h6 {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    header .my-icon-nav h6 {
        font-size: 14px;
    }
}

header .logo-area {
    padding: 12px 0;
    background-color: #fff;
}

@media (max-width: 767.98px) {
    header .logo-area {
        padding: 8px 0;
    }
}

@media (max-width: 767.98px) {
    header .logo-area .my-row {
        flex-flow: row !important;
    }
}

header .logo-area .logo-row {
    align-items: center;
}

header .logo-area .logo-row .logo-col-4 .logo-img {
    width: 220px;
}

@media (max-width: 991.98px) {
    header .logo-area .logo-row .logo-col-4 .logo-img {
        width: 180px;
    }
}

@media (max-width: 767.98px) {
    header .logo-area .logo-row .logo-col-4 .logo-img {
        width: 140px;
    }
}

header .logo-area .logo-row .nav-btns {
    text-align: right;
    margin: 0;
}

header .logo-area .logo-row .nav-btns li {
    margin-left: 30px;
    padding: 0;
    display: inline-block;
}

@media (max-width: 991.98px) {
    header .logo-area .logo-row .nav-btns li {
        margin-left: 20px;
    }
}

@media (max-width: 767.98px) {
    header .logo-area .logo-row .nav-btns li {
        margin-left: 12px;
    }
}

header .logo-area .logo-row .nav-btns li a {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    transition: all 0.5s;
}

@media (max-width: 991.98px) {
    header .logo-area .logo-row .nav-btns li a {
        font-size: 24px;
    }
}

header .logo-area .logo-row .nav-btns li a:active,
header .logo-area .logo-row .nav-btns li a:hover {
    color: #3A9E1E;
}

@media (max-width: 767.98px) {
    header .logo-area .logo-row .nav-btns li a span {
        display: none;
    }
}

header .logo-area .logo-row .nav-btns li a img {
    width: 36px;
    margin-right: 8px;
}

@media (max-width: 991.98px) {
    header .logo-area .logo-row .nav-btns li a img {
        width: 32px;
    }
}

@media (max-width: 767.98px) {
    header .logo-area .logo-row .nav-btns li a img {
        width: 28px;
        margin-right: 0;
    }
}

header .nav_area {
    width: 100%;
    background-color: #3A9E1E;
}

@media (max-width: 767.98px) {
    header .nav_area {
        position: relative;
    }
}

header .nav_area nav.navbar {
    width: 100%;
    padding: 0;
}

@media (max-width: 991.98px) {
    header .nav_area nav.navbar {
        padding: 8px 0 10px 0;
    }
}

header .nav_area nav.navbar .navbar-toggler {
    padding: 0 0 0 4px;
    border: none;
}

header .nav_area nav.navbar .navbar-toggler .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #fff;
    transition: all 0.7s ease;
}

@media (max-width: 767.98px) {
    header .nav_area nav.navbar .navbar-toggler .navbar-toggler-icon {
        width: 21px;
    }
}

header .nav_area nav.navbar .navbar-toggler .navbar-toggler-icon::after,
header .nav_area nav.navbar .navbar-toggler .navbar-toggler-icon::before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 0.7s ease;
}

@media (max-width: 767.98px) {

    header .nav_area nav.navbar .navbar-toggler .navbar-toggler-icon::after,
    header .nav_area nav.navbar .navbar-toggler .navbar-toggler-icon::before {
        width: 21px;
    }
}

header .nav_area nav.navbar .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
}

header .nav_area nav.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    border-color: transparent;
}

header .nav_area nav.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
    transform: rotate(45deg);
}

header .nav_area nav.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
    transform: translateY(8px) rotate(-45deg);
}

header .nav_area nav.navbar button:focus {
    outline: none;
}

header .nav_area nav.navbar .collapse {
    justify-content: center;
}

@media (max-width: 991.98px) {
    header .nav_area nav.navbar .collapse {
        order: 2;
    }
}

@media (max-width: 767.98px) {
    header .nav_area nav.navbar .collapse {
        justify-content: left;
    }
}

header .nav_area nav.navbar .nav-item {
    margin-left: 56px;
}

@media (max-width: 1199.98px) {
    header .nav_area nav.navbar .nav-item {
        margin-left: 32px;
    }
}

@media (max-width: 991.98px) {
    header .nav_area nav.navbar .nav-item {
        margin-left: 0;
    }
}

header .nav_area nav.navbar .nav-link {
    font-weight: 400;
    color: #fff;
    padding: 12px 4px;
    transition: all 0.5s;
    border-bottom: 2px solid transparent;
}

@media (max-width: 991.98px) {
    header .nav_area nav.navbar .nav-link {
        padding: 8px 4px;
    }
}

header .nav_area nav.navbar .nav-link.active,
header .nav_area nav.navbar .nav-link:focus,
header .nav_area nav.navbar .nav-link:active,
header .nav_area nav.navbar .nav-link.active,
header .nav_area nav.navbar .nav-link:hover {
    color: #fff;
    outline: none;
    border-bottom: 2px solid #fff;
}

header .nav_area a {
    font-weight: 400;
    color: #fff;
}

header .nav_area a i {
    color: #fff;
    font-size: 8px;
}

header .nav_area ul {
    padding: 0;
    margin: 0;
}

header .nav_area ul li {
    display: inline-block;
}

header .nav_area .dropdown-menu {
    top: 100%;
    right: 0;
    padding: 10px;
    margin: 0;
    border-radius: 0;
    border: none;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    background-color: #fff;
    box-shadow: 0 4px 8px #00000012;
}

@media (max-width: 991.98px) {
    header .nav_area .dropdown-menu {
        width: 100%;
    }
}

header .nav_area .dropdown-menu .dropdown-item {
    background-color: #fff !important;
    color: #000 !important;
    padding: 8px 12px;
    transition: all 0.7s ease;
}

header .nav_area .dropdown-menu .dropdown-item i {
    font-size: 14px;
    color: #ffffff00;
    transition: all 0.7s ease;
}

header .nav_area .dropdown-menu .dropdown-item:focus,
header .nav_area .dropdown-menu .dropdown-item.active,
header .nav_area .dropdown-menu .dropdown-item:active,
header .nav_area .dropdown-menu .dropdown-item:hover {
    background-color: #fff !important;
    color: #3A9E1E !important;
    transform: translateX(8px);
}

header .nav_area .dropdown-menu .dropdown-item:focus i,
header .nav_area .dropdown-menu .dropdown-item.active i,
header .nav_area .dropdown-menu .dropdown-item:active i,
header .nav_area .dropdown-menu .dropdown-item:hover i {
    color: #3A9E1E;
}

footer {
    padding-top: 40px;
    background-color: #000;
}

@media (max-width: 767.98px) {
    footer {
        padding-top: 20px;
    }
}

footer .my-col-3 {
    padding-left: 40px;
}

@media (max-width: 991.98px) {
    footer .my-col-3 {
        padding-left: 15px;
    }
}

footer a {
    text-decoration: none;
    color: #fff !important;
    transition: all 0.7s ease;
}

footer a:hover {
    text-decoration: none;
    margin-left: 8px;
}

footer h5 {
    font-weight: 600;
    color: #fff;
}

@media (max-width: 1199.98px) {
    footer h5 {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    footer h5 {
        padding-top: 20px;
    }
}

@media (max-width: 767.98px) {
    footer h5 {
        font-size: 20px;
        margin-top: 10px;
        border-top: 1px solid #ffffff2b;
    }
}

@media (max-width: 767.98px) {
    footer .contacts {
        margin-top: 0;
        border: none;
    }
}

footer ul {
    margin-top: 24px;
    padding: 0;
}

@media (max-width: 991.98px) {
    footer ul {
        margin-top: 20px;
    }
}

footer ul li {
    list-style-type: none;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    footer ul li {
        font-size: 15px;
    }
}

footer ul li i {
    color: #fff;
    margin-right: 4px;
}

footer ul li a {
    color: #fff;
}

footer .footer-img {
    width: 100%;
    margin: 0 !important;
}

footer .footer-img img {
    width: 100%;
}

@media (max-width: 991.98px) {
    footer .footer-img img {
        margin-top: 20px !important;
        width: 60%;
    }
}

footer .my-col-2 {
    padding-left: 0;
}

@media (max-width: 767.98px) {
    footer .my-col-2 {
        padding: 0 15px;
    }
}

footer .fa-chevron-right {
    font-size: 10px;
}

@media (max-width: 767.98px) {
    footer .fa-chevron-right {
        font-size: 9px;
    }
}

footer .footer-bottom {
    margin-top: 30px;
    padding: 10px 0;
    border-top: 1px solid #ffffff26;
}

footer .footer-bottom p {
    color: #f5f6f9;
    margin-bottom: 0;
    font-size: 14px;
}

footer .footer-bottom p a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

footer .social-icon-area {
    text-align: right;
}

@media (max-width: 767.98px) {
    footer .social-icon-area {
        padding-top: 10px;
        text-align: left;
    }
}

footer .social-icon-area .social-icon a {
    padding-left: 8px;
    margin: 0;
}

@media (max-width: 991.98px) {
    footer .social-icon-area .social-icon a {
        padding-left: 5px;
    }
}

footer .social-icon-area .social-icon a i {
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 35px;
    padding: 10px 0 !important;
    border-radius: 4px;
    background-color: #3A9E1E;
    box-shadow: 0 0 20px #00000026;
    transition: all 0.7s ease;
}

@media (max-width: 991.98px) {
    footer .social-icon-area .social-icon a i {
        font-size: 14px;
        width: 30px;
        padding: 7px 0 !important;
    }
}

footer .social-icon-area .social-icon a:active i,
footer .social-icon-area .social-icon a:hover i {
    color: #3A9E1E;
    background-color: #fff;
}

.my-slider {
    width: 100%;
}

.my-slider .slider-img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.my-slider .slider-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a1;
    z-index: 2;
}

.my-slider .slider-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 1199.98px) {
    .my-slider .slider-img img {
        height: 480px;
    }
}

@media (max-width: 991.98px) {
    .my-slider .slider-img img {
        height: 440px;
    }
}

@media (max-width: 767.98px) {
    .my-slider .slider-img img {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}

.my-slider .slider-img .slider-text {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 72%;
    z-index: 3;
}

@media (max-width: 1199.98px) {
    .my-slider .slider-img .slider-text {
        width: 88%;
    }
}

@media (max-width: 991.98px) {
    .my-slider .slider-img .slider-text {
        width: 92%;
    }
}

@media (max-width: 767.98px) {
    .my-slider .slider-img .slider-text {
        top: 16px;
        width: 88%;
    }
}

.my-slider .slider-img .slider-text h3 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 1199.98px) {
    .my-slider .slider-img .slider-text h3 {
        font-size: 32px;
    }
}

@media (max-width: 991.98px) {
    .my-slider .slider-img .slider-text h3 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .my-slider .slider-img .slider-text h3 {
        font-size: 18px;
    }
}

.my-slider .slider-img .slider-text .steps-ul {
    width: 100%;
    text-align: -webkit-right;
    padding-top: 40px;
}

@media (max-width: 1199.98px) {
    .my-slider .slider-img .slider-text .steps-ul {
        padding-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .my-slider .slider-img .slider-text .steps-ul {
        padding-top: 8px;
        text-align: -webkit-center;
    }
}

.my-slider .slider-img .slider-text .steps-ul li .steps-item {
    width: 280px;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    padding: 8px;
    margin: 0 0 24px 0;
    border-radius: 50px;
    background-color: #3A9E1E;
}

@media (max-width: 1199.98px) {
    .my-slider .slider-img .slider-text .steps-ul li .steps-item {
        padding: 6px;
        margin: 0 0 16px 0;
    }
}

@media (max-width: 991.98px) {
    .my-slider .slider-img .slider-text .steps-ul li .steps-item {
        width: 240px;
        margin: 0 0 12px 0;
    }
}

@media (max-width: 767.98px) {
    .my-slider .slider-img .slider-text .steps-ul li .steps-item {
        padding: 4px;
        margin: 0 0 8px 0;
    }
}

.my-slider .slider-img .slider-text .steps-ul li .steps-item li h4 {
    font-weight: 600;
    color: #3A9E1E;
    text-shadow: 2px 2px white;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    margin: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #fff;
    background: repeating-linear-gradient(320deg, #fff, #c5c5c5 100px);
    box-shadow: 6px 4px 8px #0000005e;
}

@media (max-width: 991.98px) {
    .my-slider .slider-img .slider-text .steps-ul li .steps-item li h4 {
        font-size: 28px;
        width: 50px;
        height: 50px;
        border: 2px solid #fff;
    }
}

@media (max-width: 767.98px) {
    .my-slider .slider-img .slider-text .steps-ul li .steps-item li h4 {
        font-size: 24px;
        width: 40px;
        height: 40px;
    }
}

.my-slider .slider-img .slider-text .steps-ul li .steps-item li h6 {
    color: #fff;
    margin: 0;
}

@media (max-width: 991.98px) {
    .my-slider .slider-img .slider-text .steps-ul li .steps-item li h6 {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    .my-slider .slider-img .slider-text .steps-ul li .steps-item li h6 {
        font-size: 15px;
    }
}

.my-slider .slider-img .slider-text .steps-ul li .steps-item .steps-li {
    padding: 0 12px;
}

@media (max-width: 991.98px) {
    .my-slider .slider-img .slider-text .steps-ul li .steps-item .steps-li {
        padding: 0 8px;
    }
}

.my-slider .slider-img .slider-text .steps-ul .steps-area {
    position: relative;
}

.my-slider .slider-img .slider-text .steps-ul .steps-area:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 30.3%;
    border-left: 56px solid #ffffffba;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
}

@media (max-width: 1199.98px) {
    .my-slider .slider-img .slider-text .steps-ul .steps-area:after {
        top: 16px;
        right: 33.8%;
        border-left: 56px solid #ffffffba;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }
}

@media (max-width: 991.98px) {
    .my-slider .slider-img .slider-text .steps-ul .steps-area:after {
        top: 15px;
        right: 38.4%;
        border-left: 40px solid #ffffffba;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
    }
}

@media (max-width: 767.98px) {
    .my-slider .slider-img .slider-text .steps-ul .steps-area:after {
        top: 40px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 24px;
        border-bottom: 24px solid #ffffffba;
        border-right: 16px solid transparent;
        border-left: 16px solid transparent;
    }
}

.my-slider .slider-img .slider-text .steps-ul .steps-area .steps-section {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 64%;
    padding: 32px;
    border-radius: 4px;
    background-color: #ffffffba;
}

@media (max-width: 1199.98px) {
    .my-slider .slider-img .slider-text .steps-ul .steps-area .steps-section {
        width: 60%;
    }
}

@media (max-width: 991.98px) {
    .my-slider .slider-img .slider-text .steps-ul .steps-area .steps-section {
        padding: 24px 20px;
        width: 56%;
    }
}

@media (max-width: 767.98px) {
    .my-slider .slider-img .slider-text .steps-ul .steps-area .steps-section {
        position: static;
        padding: 20px 15px;
        margin: 32px 0 16px 0;
        width: 100%;
    }
}

.my-slider .slider-img .slider-text .steps-ul .steps-area .steps-section h3 {
    color: #3A9E1E;
}

.my-slider .slider-img .slider-text .steps-ul .steps-area .steps-section p {
    font-size: 18px;
    color: #000;
    margin: 8px 0 12px 0;
}

@media (max-width: 991.98px) {
    .my-slider .slider-img .slider-text .steps-ul .steps-area .steps-section p {
        font-size: 16px;
    }
}

.my-slider .slider-img .slider-text .steps-ul .steps-area .steps-section .form-control {
    background-color: #fff !important;
}

.read-more {
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff !important;
    padding: 12px 32px;
    border-radius: 4px;
    border: none !important;
    background-color: #3A9E1E;
    box-shadow: none !important;
    outline: none !important;
    transition: all 0.7s ease;
}

@media (max-width: 991.98px) {
    .read-more {
        font-size: 14px;
        padding: 8px 24px;
    }
}

.read-more.active,
.read-more:focus,
.read-more:hover {
    background-color: #000;
}

.my-heading {
    margin-bottom: 32px;
    z-index: 3;
}

@media (max-width: 991.98px) {
    .my-heading {
        margin-bottom: 24px;
    }
}

@media (max-width: 767.98px) {
    .my-heading {
        margin-bottom: 20px;
    }
}

.my-heading h4 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .my-heading h4 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .my-heading h4 {
        font-size: 24px;
    }
}

.my-heading h4:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    position: absolute;
    top: 120%;
    left: 0;
    margin: 0;
    border-bottom: 3px solid #3A9E1E;
    transform: translateY(-15%);
    z-index: 1;
}

@media (max-width: 991.98px) {
    .my-heading h4:after {
        width: 40px;
    }
}

.heading-center {
    text-align: center;
}

.heading-center h4:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.breadcrumb-wrapper {
    padding: 16px;
    border-radius: 4px;
    background-color: #fff;
    margin: 24px 0;
}

@media (max-width: 991.98px) {
    .breadcrumb-wrapper {
        padding: 12px 16px;
        margin: 20px 0;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb-wrapper {
        padding: 8px 12px;
        margin: 16px 0;
    }
}

.breadcrumb-wrapper .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-wrapper .breadcrumb li {
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .breadcrumb-wrapper .breadcrumb li {
        font-size: 14px;
    }
}

.breadcrumb-wrapper .breadcrumb li a {
    color: #000;
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .breadcrumb-wrapper .breadcrumb li a {
        font-size: 14px;
    }
}

.breadcrumb-wrapper .breadcrumb li.active {
    color: #3A9E1E;
}

.breadcrumb-wrapper .breadcrumb li+li::before {
    color: #000 !important;
}

.my-news-card {
    width: 100%;
    margin-top: 40px;
    transition: all 0.7s ease;
}

@media (max-width: 991.98px) {
    .my-news-card {
        margin-top: 32px;
    }
}

.my-news-card:hover .news-card {
    transform: translateY(-12px);
}

.my-news-card .news-card {
    position: relative;
    width: 100%;
    background-color: #fff;
    text-align: left;
    border-radius: 4px;
    box-shadow: 0 4px 16px #00000016;
    transition: all 0.7s ease;
}

.my-news-card .news-card .news-img img {
    border-radius: 4px 4px 0 0;
    width: 100%;
}

.my-news-card .news-card .news-text {
    padding: 16px;
}

.my-news-card .news-card .news-text a h4 {
    font-size: 22px;
    font-weight: 600;
    color: #505050;
    transition: all 0.7s ease;
}

@media (max-width: 1199.98px) {
    .my-news-card .news-card .news-text a h4 {
        font-size: 20px;
    }
}

.my-news-card .news-card .news-text p {
    margin-bottom: 12px;
}

.my-news-card .news-card .news-date {
    position: absolute;
    top: -15px;
    left: 15px;
    text-align: center;
    background-color: #3A9E1E;
    padding: 5px 10px;
    border-radius: 3px;
    border: none;
    box-shadow: 0 4px 16px #00000016;
    transition: all 0.7s ease;
}

.my-news-card .news-card .news-date a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.my-news-card .read-btn {
    font-size: 16px;
    color: #3A9E1E;
    transition: all 0.7s ease;
}

.my-news-card .read-btn:hover {
    color: #505050;
    margin-left: 8px;
}

.delivery-section {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: #fdd51c;
}

@media (max-width: 991.98px) {
    .delivery-section {
        padding: 16px 0;
    }
}

@media (max-width: 767.98px) {
    .delivery-section {
        padding: 12px 0;
    }
}

.delivery-section .delivery-ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.delivery-section .delivery-ul li {
    text-align: left;
}

.delivery-section .delivery-ul li img {
    width: 72px;
}

@media (max-width: 991.98px) {
    .delivery-section .delivery-ul li img {
        width: 56px;
    }
}

.delivery-section .delivery-ul li h6 {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 991.98px) {
    .delivery-section .delivery-ul li h6 {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .delivery-section .delivery-ul li h6 {
        font-size: 12px;
        line-height: 15px;
    }
}

.delivery-section .delivery-ul li h6 a {
    margin-left: 4px;
    color: #3A9E1E;
}

.delivery-section .delivery-ul .delivery-li {
    border-left: 3px solid #2b2b2b;
    padding-left: 20px;
    margin-left: 20px;
}

@media (max-width: 991.98px) {
    .delivery-section .delivery-ul .delivery-li {
        padding-left: 16px;
        margin-left: 16px;
    }
}

@media (max-width: 767.98px) {
    .delivery-section .delivery-ul .delivery-li {
        border-left: 2px solid #2b2b2b;
        padding-left: 10px;
        margin-left: 10px;
    }
}

.about-section {
    text-align: center;
}

.about-area img {
    border-radius: 4px;
}

@media (max-width: 1199.98px) {
    .about-area img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        width: 100%;
    }
}

.about-area .my-heading {
    margin-bottom: 24px;
}

@media (max-width: 991.98px) {
    .about-area .my-heading {
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .about-area .my-heading {
        margin-top: 20px;
    }
}

.back-clr {
    background-color: #f5f6f9;
}

.logo-ul {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 80%;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .logo-ul {
        padding-top: 12px;
    }
}

@media (max-width: 767.98px) {
    .logo-ul {
        padding-top: 4px;
    }
}

/* .logo-ul li {
    padding-right: 60px;
  } */
@media (max-width: 1199.98px) {
    .logo-ul li {
        padding-right: 30px;
    }
}

@media (max-width: 767.98px) {
    .logo-ul li {
        padding-right: 12px;
    }
}

.logo-ul li a img {
    width: auto;
    height: 60px;
}

@media (max-width: 1199.98px) {
    .logo-ul li a img {
        height: 50px;
    }
}

@media (max-width: 991.98px) {
    .logo-ul li a img {
        height: 40px;
    }
}

@media (max-width: 767.98px) {
    .logo-ul li a img {
        height: 30px;
    }
}

.sub-heading {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 8px 0;
}

@media (max-width: 991.98px) {
    .sub-heading {
        font-size: 20px;
        margin: 16px 0 8px 0;
    }
}

.waste-section {
    text-align: center;
}

.waste-section .waste-ul1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 10px;
}

@media (max-width: 991.98px) {
    .waste-section .waste-ul1 {
        flex-flow: wrap;
    }
}

@media (max-width: 767.98px) {
    .waste-section .waste-ul1 {
        padding-top: 4px;
        display: block;
    }
}

.waste-section .waste-ul1 .waste-li {
    width: 20%;
    padding: 0 8px;
}

@media (max-width: 991.98px) {
    .waste-section .waste-ul1 .waste-li {
        width: 50%;
        padding: 0 12px 12px 12px;
    }
}

@media (max-width: 767.98px) {
    .waste-section .waste-ul1 .waste-li {
        width: 100%;
        padding: 0 0 12px 0;
    }
}

.waste-section .waste-ul1 .waste-li .waste-ul2 h3 {
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px #0000002e;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    margin: 0 auto !important;
    border-radius: 50%;
    border: 3px solid #3A9E1E;
    background-color: #3A9E1E;
    background: repeating-linear-gradient(320deg, #3A9E1E, #3a9e1e59 150px);
    box-shadow: 4px 4px 8px #00000032;
}

@media (max-width: 1199.98px) {
    .waste-section .waste-ul1 .waste-li .waste-ul2 h3 {
        font-size: 32px;
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 991.98px) {
    .waste-section .waste-ul1 .waste-li .waste-ul2 h3 {
        font-size: 28px;
        width: 80px;
        height: 80px;
        border: 2px solid #3A9E1E;
    }
}

.waste-section .waste-ul1 .waste-li .waste-ul2 .waste-name {
    font-size: 24px;
    font-weight: 600;
    color: #505050;
}

@media (max-width: 1199.98px) {
    .waste-section .waste-ul1 .waste-li .waste-ul2 .waste-name {
        font-size: 18.8px;
    }
}

.waste-section .waste-ul1 .waste-li .waste-name-li {
    padding: 16px 0 8px 0;
}

@media (max-width: 1199.98px) {
    .waste-section .waste-ul1 .waste-li .waste-name-li {
        padding: 12px 0 6px 0;
    }
}

@media (max-width: 767.98px) {
    .waste-section .waste-ul1 .waste-li .waste-name-li {
        padding: 8px 0;
    }
}

.waste-section .waste-ul1 .waste-li .text-red {
    color: #3A9E1E;
}

.waste-section .waste-ul1 .waste-li .waste-text {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 8px;
}

@media (max-width: 1199.98px) {
    .waste-section .waste-ul1 .waste-li .waste-text {
        font-size: 13.4px;
    }
}

@media (max-width: 991.98px) {
    .waste-section .waste-ul1 .waste-li .waste-text {
        font-size: 14px;
    }
}

.about-ul {
    margin-bottom: 12px;
}

.about-ul li {
    padding: 4px 0;
}

.about-ul li i {
    font-size: 16px;
    color: #3A9E1E;
    margin-right: 8px;
}

@media (max-width: 991.98px) {
    .about-ul li i {
        font-size: 14px;
    }
}

.about-ul li p {
    margin-bottom: 0;
}

.bold-p {
    font-weight: 600;
}

.news-list {
    width: 100%;
    padding: 32px 24px;
    margin: 32px 0 0 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 16px #00000016;
}

@media (max-width: 1199.98px) {
    .news-list {
        padding: 24px 16px;
    }
}

.news-list .news-list-ul li {
    padding: 12px 0;
    border-top: 1px solid #e4e8ef;
}

.news-list .news-list-ul li i {
    font-size: 16px;
    color: #3A9E1E;
    margin-right: 8px;
}

@media (max-width: 1199.98px) {
    .news-list .news-list-ul li i {
        font-size: 14px;
    }
}

.news-list .news-list-ul li a {
    font-size: 18px;
    color: #505050;
    transition: all 0.7s ease;
}

@media (max-width: 1199.98px) {
    .news-list .news-list-ul li a {
        font-size: 16px;
    }
}

.news-list .news-list-ul li a:hover {
    color: #3A9E1E;
}

.news-list .news-list-ul li a:hover span {
    color: #505050;
}

.news-list .news-list-ul li a span {
    font-size: 14px;
    color: #3A9E1E;
    margin-left: 4px;
    transition: all 0.7s ease;
}

@media (max-width: 1199.98px) {
    .news-list .news-list-ul li a span {
        font-size: 12px;
    }
}

.news-heading {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #505050;
    margin: 24px 0 8px 0;
}

@media (max-width: 991.98px) {
    .news-heading {
        font-size: 20px;
        margin: 20px 0 8px 0;
    }
}

.bin-size-page .bin-ul {
    display: flex;
    justify-content: space-between;
    align-items: start;
    text-align: center;
    margin: 32px 0;
}

@media (max-width: 991.98px) {
    .bin-size-page .bin-ul {
        margin: 24px 0;
    }
}

@media (max-width: 767.98px) {
    .bin-size-page .bin-ul {
        display: block;
    }
}

.bin-size-page .bin-ul li {
    padding: 0 24px;
}

@media (max-width: 991.98px) {
    .bin-size-page .bin-ul li {
        padding: 0 8px;
    }
}

@media (max-width: 767.98px) {
    .bin-size-page .bin-ul li {
        padding: 12px 0;
    }
}

.bin-size-page .bin-ul li a img {
    width: auto;
    height: auto;
}

.bin-size-page .bin-ul li a h6 {
    font-weight: 600;
    color: #000;
    margin-top: 16px;
    transition: all 0.7s ease;
}

@media (max-width: 991.98px) {
    .bin-size-page .bin-ul li a h6 {
        font-size: 16px;
        margin-top: 12px;
    }
}

@media (max-width: 767.98px) {
    .bin-size-page .bin-ul li a h6 {
        font-size: 20px;
    }
}

.bin-size-page .bin-ul li a h6:hover {
    color: #3A9E1E;
}

.bin-size-page .bin-size-area {
    padding: 20px;
    margin: 60px 0 0 0;
    border: 1px solid #e4e8ef;
}

@media (max-width: 991.98px) {
    .bin-size-page .bin-size-area {
        margin: 40px 0 0 0;
    }
}

@media (max-width: 767.98px) {
    .bin-size-page .bin-size-area {
        padding: 0 8px;
        margin: 20px 0 0 0;
    }
}

.bin-size-page .bin-size-area .bin-size-ul1 {
    display: flex;
    justify-content: left;
    align-items: start;
    width: 100%;
    padding: 20px 0;
}

@media (max-width: 767.98px) {
    .bin-size-page .bin-size-area .bin-size-ul1 {
        display: block;
        padding: 0;
    }
}

.bin-size-page .bin-size-area .bin-size-ul1 .bin-size1 {
    width: 40%;
}

@media (max-width: 767.98px) {
    .bin-size-page .bin-size-area .bin-size-ul1 .bin-size1 {
        width: 100%;
    }
}

.bin-size-page .bin-size-area .bin-size-ul1 .bin-size2 {
    width: 30%;
}

@media (max-width: 767.98px) {
    .bin-size-page .bin-size-area .bin-size-ul1 .bin-size2 {
        width: 100%;
    }
}

.bin-size-page .bin-size-area .bin-size-ul1 li .bin-size-ul2 {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
}

@media (max-width: 767.98px) {
    .bin-size-page .bin-size-area .bin-size-ul1 li .bin-size-ul2 {
        padding: 12px 0;
    }
}

.bin-size-page .bin-size-area .bin-size-ul1 li .bin-size-ul2 .li1 {
    width: 30%;
    text-align: center;
}

.bin-size-page .bin-size-area .bin-size-ul1 li .bin-size-ul2 .li2 {
    width: 70%;
    padding-left: 12px;
}

@media (max-width: 991.98px) {
    .bin-size-page .bin-size-area .bin-size-ul1 li .bin-size-ul2 .li2 {
        padding-left: 8px;
    }
}

.bin-size-page .bin-size-area .bin-size-ul1 li .bin-size-ul2 li .bin-img-size {
    width: auto;
    max-height: 80px;
}

.bin-size-page .bin-size-area .bin-size-ul1 li .bin-size-ul2 li h6 {
    font-size: 18px;
    font-weight: 600;
    color: #3A9E1E;
}

@media (max-width: 991.98px) {
    .bin-size-page .bin-size-area .bin-size-ul1 li .bin-size-ul2 li h6 {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .bin-size-page .bin-size-area .bin-size-ul1 li .bin-size-ul2 li h6 {
        font-size: 16px;
    }
}

.bin-size-page .bin-size-area .bin-size-ul1 li .bin-size-ul2 li p {
    font-weight: 600;
    margin-bottom: 2px;
}

@media (max-width: 991.98px) {
    .bin-size-page .bin-size-area .bin-size-ul1 li .bin-size-ul2 li p {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .bin-size-page .bin-size-area .bin-size-ul1 li .bin-size-ul2 li p {
        font-size: 14px;
    }
}

.bin-size-page .bin-size-area .bin-size-ul1 li .bin-size-ul2 li small {
    font-size: 14px;
    color: #505050;
}

@media (max-width: 991.98px) {
    .bin-size-page .bin-size-area .bin-size-ul1 li .bin-size-ul2 li small {
        font-size: 12.4px;
    }
}

.steps-page .nav-tabs {
    width: 100%;
    padding: 20px;
    margin: 12px 0;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 16px #00000016;
}

@media (max-width: 1199.98px) {
    .steps-page .nav-tabs {
        padding: 16px 12px;
    }
}

@media (max-width: 767.98px) {
    .steps-page .nav-tabs {
        padding: 16px;
    }
}

.steps-page .nav-tabs li .nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #505050;
    padding: 12px 0;
    border: none;
    border-top: 1px solid #e4e8ef;
    border-radius: 0;
    transition: all 0.7s ease;
}

@media (max-width: 1199.98px) {
    .steps-page .nav-tabs li .nav-link {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .steps-page .nav-tabs li .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .steps-page .nav-tabs li .nav-link {
        font-size: 18px;
    }
}

.steps-page .nav-tabs li .nav-link.active {
    color: #3A9E1E;
}

.steps-page .nav-tabs li .nav-link .icon-img {
    width: 48px;
    padding: 6px;
    margin-right: 6px;
    border-radius: 50%;
    border: 2px solid #3A9E1E;
    background-color: #3A9E1E;
    background: repeating-linear-gradient(320deg, #3A9E1E, #3a9e1e59 72px);
    box-shadow: 4px 4px 8px #00000032;
}

@media (max-width: 1199.98px) {
    .steps-page .nav-tabs li .nav-link .icon-img {
        width: 40px;
        padding: 4px;
    }
}

@media (max-width: 991.98px) {
    .steps-page .nav-tabs li .nav-link .icon-img {
        width: 32px;
        padding: 2px;
    }
}

@media (max-width: 767.98px) {
    .steps-page .nav-tabs li .nav-link .icon-img {
        width: 40px;
        padding: 4px;
    }
}

.steps-page .card-body {
    width: 100%;
    padding: 12px 0;
}

.steps-page .card-body .my-form {
    max-width: 100%;
}

@media (max-width: 1199.98px) {
    .steps-page .card-body .my-form {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .steps-page .card-body .my-form {
        max-width: 100%;
    }
}

.steps-page .select-steps {
    width: 100%;
    padding: 32px 0px;
    border-radius: 4px;
    background-color: #fff;
}

@media (max-width: 1199.98px) {
    .steps-page .select-steps {
        padding: 24px 16px;
    }
}

.steps-page .select-steps .cstm-check-radio {
    padding-top: 16px;
}

.steps-page .select-steps .cstm-check-radio .radio {
    padding: 12px 0;
    border-top: 1px solid #e4e8ef;
}

.steps-page .select-steps label {
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    margin-bottom: 1px;
}

@media (max-width: 991.98px) {
    .steps-page .select-steps label {
        padding-left: 22px;
        font-size: 18px;
    }
}

.steps-page .select-steps input {
    display: none;
    font-size: 20px;
}

.steps-page .select-steps input[type=radio],
.steps-page .select-steps input[type=checkbox] {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.steps-page .select-steps input[type=radio]+label::before {
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    display: block;
    border: 2px solid #3A9E1E;
    content: "";
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}

@media (max-width: 991.98px) {
    .steps-page .select-steps input[type=radio]+label::before {
        width: 16px;
        height: 16px;
    }
}

.steps-page .select-steps input[type=radio]+label::after {
    position: absolute;
    left: 5px;
    top: 11px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #3A9E1E;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
    .steps-page .select-steps input[type=radio]+label::after {
        width: 6px;
        height: 6px;
    }
}

.steps-page .select-steps input[type=radio]:checked+label::before {
    border: 2px solid #3A9E1E;
}

.steps-page .select-steps input[type=radio]:checked+label::after {
    opacity: 1;
}

.steps-page .radio-section {
    padding-left: 30px !important;
}

@media (max-width: 991.98px) {
    .steps-page .radio-section {
        padding-left: 22px !important;
    }
}

.steps-page .radio-ul {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}

@media (max-width: 991.98px) {
    .steps-page .radio-ul {
        display: block;
    }
}

.steps-page .radio-ul li {
    width: 50%;
    padding: 0 4px;
}

@media (max-width: 991.98px) {
    .steps-page .radio-ul li {
        width: 100%;
    }
}

.steps-page .p-text {
    font-weight: 600;
    color: #3A9E1E;
    padding-right: 16px;
    margin: 4px 0;
    border-bottom: 1px solid #3A9E1E9e;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.steps-page .text-p {
    margin-bottom: 2px;
    color: #6c757d;
}

@media (max-width: 991.98px) {
    .steps-page .text-p {
        font-size: 14px;
    }
}

.steps-page .img-check-radio {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: start;
    flex-flow: wrap;
}

@media (max-width: 767.98px) {
    .steps-page .img-check-radio {
        display: block;
    }
}

.steps-page .img-check-radio .radio {
    border: none !important;
    width: 50%;
}

@media (max-width: 767.98px) {
    .steps-page .img-check-radio .radio {
        width: 100%;
    }
}

.steps-page .radio-img {
    width: auto;
    max-height: 54px;
    margin-bottom: 8px;
}

.blogs .blog-img {
    margin: 8px 0 20px 0;
}

@media (max-width: 991.98px) {
    .blogs .blog-img {
        margin: 0 0 16px 0;
    }
}

.blogs .blog-img img {
    width: 100%;
    border-radius: 4px;
}

.blogs .blog-text .date {
    font-size: 14px;
    font-weight: 600;
    color: #3A9E1E;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 4px;
}

@media (max-width: 991.98px) {
    .blogs .blog-text .date {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .blogs .blog-text .date {
        font-size: 12px;
    }
}

.blogs .blog-text h4 {
    font-weight: 600;
    color: #000;
}

@media (max-width: 1199.98px) {
    .blogs .blog-text h4 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .blogs .blog-text h4 {
        font-size: 24px;
    }
}

.contact-page .my-ul {
    padding: 0;
    margin: 0;
}

.contact-page .my-ul li {
    list-style: none;
    display: flex;
    align-items: start;
    padding-bottom: 20px;
}

.contact-page .my-ul li i {
    text-align: center;
    font-size: 18px;
    color: #3A9E1E;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    margin-top: 5px;
    margin-right: 15px;
    border: 1px solid #3A9E1E;
    border-radius: 50%;
}

.contact-page .my-ul li .my-text h6 {
    color: #3A9E1E;
    margin: 5px 0;
}

.contact-page .my-ul li .my-text p {
    margin-bottom: 1px;
}

.contact-page .phone-div {
    display: flex;
    justify-content: left;
    align-items: center;
}

.contact-page .phone-div p {
    padding-right: 12px;
}

@media (max-width: 767.98px) {
    .contact-page .phone-div p {
        padding-right: 8px;
    }
}

.contact-page .contact-form {
    padding-left: 40px;
}

@media (max-width: 1199.98px) {
    .contact-page .contact-form {
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .contact-page .contact-form {
        padding-top: 30px;
    }
}

.contact-page .contact-form form {
    padding: 0;
    margin: 0;
}

.map {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.map iframe {
    width: 100%;
    height: 400px;
}

@media (max-width: 991.98px) {
    .map iframe {
        height: 250px;
    }
}

.suppliers-page .suppliers-p {
    margin-bottom: 12px;
}

.conditions-area .conditions {
    width: 100%;
    padding-bottom: 20px;
}

.conditions-area .conditions h5 {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

@media (max-width: 991.98px) {
    .conditions-area .conditions h5 {
        font-size: 20px;
    }
}

.conditions-area .conditions p {
    margin-bottom: 12px;
}

.faq-area {
    width: 100%;
    position: relative;
}

.faq-area .content {
    padding: 40px 32px;
    border: 1px solid #e4e8ef;
    border-radius: 0;
    background-color: #fff;
}

@media (max-width: 767.98px) {
    .faq-area .content {
        padding: 24px 16px;
    }
}

.faq-area .content h4 {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

@media (max-width: 991.98px) {
    .faq-area .content h4 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .faq-area .content h4 {
        font-size: 24px;
    }
}

.faq-area .content .accordion {
    margin-bottom: 20px;
}

.faq-area .content .accordion .card {
    border: none;
    border-radius: 0;
    flex-direction: column;
    padding: 0;
    margin-top: 20px;
}

@media (max-width: 991.98px) {
    .faq-area .content .accordion .card {
        margin-top: 12px;
    }
}

@media (max-width: 767.98px) {
    .faq-area .content .accordion .card {
        margin-top: 8px;
    }
}

.faq-area .content .accordion .card a.card-header {
    padding: 16px 0;
    border: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 991.98px) {
    .faq-area .content .accordion .card a.card-header {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .faq-area .content .accordion .card a.card-header {
        font-size: 14px;
    }
}

.faq-area .content .accordion .card a.card-header:hover {
    text-decoration: none;
}

.faq-area .content .accordion .card a.card-header span {
    font-weight: 600;
    color: #000;
    margin-right: 4px;
    font-size: 18px;
}

@media (max-width: 991.98px) {
    .faq-area .content .accordion .card a.card-header span {
        font-size: 16px;
    }
}

.faq-area .content .accordion .card .card-body {
    padding: 12px 0;
    border: none;
    background-color: transparent;
}

.faq-area .content .accordion .card .card-body p {
    margin-bottom: 0;
}

.faq-area .content .accordion .card .faq-ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e4e8ef;
}

.faq-area .content .accordion .card .faq-ul li {
    display: flex;
    justify-content: space-between;
}

.faq-area .content .accordion .card .faq-ul li i {
    font-size: 20px;
    color: #3A9E1E;
    padding: 0 4px;
}

.faq-area .collapsed {
    transition: all 0.7s ease;
}

.faq-area .collapsed i {
    transition: all 0.7s ease;
    transform: rotate(180deg);
}

.steps-heading {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #505050;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .steps-heading {
        font-size: 20px;
    }
}

.payment-section {
    width: 100%;
}

.payment-section h5 {
    font-weight: 600;
    color: #505050;
    margin-bottom: 8px;
}

@media (max-width: 991.98px) {
    .payment-section h5 {
        font-size: 20px;
    }
}

.payment-section .order-ul {
    width: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .payment-section .order-ul {
        display: block;
    }
}

.payment-section .order-ul li {
    width: 50%;
    padding: 0 4px;
}

@media (max-width: 991.98px) {
    .payment-section .order-ul li {
        width: 100%;
        padding: 0;
    }
}

.payment-section .order-ul li .order-li-ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    border-radius: 4px;
    background-color: #edf0f4;
}

.payment-section .order-ul li .order-li-ul li {
    width: auto;
    padding: 12px;
}

.payment-section .order-ul li .order-li-ul li p {
    margin-bottom: 0;
}

.payment-section .my-form {
    margin: 20px 0;
}

.payment-section .payment-area .img-check-radio {
    padding-top: 0 !important;
}

.payment-section .payment-area .img-check-radio .radio {
    padding: 12px 0 0 0;
    width: 33% !important;
}

@media (max-width: 991.98px) {
    .payment-section .payment-area .img-check-radio .radio {
        width: 49% !important;
    }
}

@media (max-width: 767.98px) {
    .payment-section .payment-area .img-check-radio .radio {
        width: 100% !important;
    }
}

.thankyou-page {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 1199.98px) {
    .thankyou-page {
        width: 100%;
    }
}

.thankyou-page h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.thankyou-page h2 {
    font-size: 28px;
    background: #e4e4e4;
    color: #3A9E1E;
    text-transform: capitalize;
    padding: 13px 6px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .thankyou-page h2 {
        font-size: 20px;
    }
}

.thankyou-page p {
    margin-bottom: 20px;
}

.thankyou-page .bin li {
    margin-bottom: 5px;
    color: #3A9E1E;
}

.thankyou-page .flxArea {
    display: flex;
}

@media (max-width: 991.98px) {
    .thankyou-page .flxArea {
        display: block;
    }
}

.thankyou-page .flxArea .adrs {
    width: 50%;
}

@media (max-width: 991.98px) {
    .thankyou-page .flxArea .adrs {
        width: 100%;
        margin-bottom: 20px;
    }
}

.thankyou-page .flxArea .adrs ul li {
    font-size: 18px;
    margin-bottom: 8px;
}

.thankyou-page .webLinks {
    text-align: center;
    margin-top: 35px;
}

.thankyou-page .webLinks h4 {
    text-transform: inherit !important;
    margin-bottom: 10px !important;
}

@media (max-width: 991.98px) {
    .thankyou-page .webLinks h4 {
        font-size: 20px;
    }
}

.thankyou-page .adH4 {
    font-size: 25px;
}

@media(max-width: 1215px) and (min-width: 992) {
    .wps_header_area .navbar-expand-md .mr_navigation {}
}

@media(max-width: 1084px) {
    .main-head .elementor-element-58e6d0f .elementor-element-f159951 .elementor-button-wrapper {
        display: none;
    }
}

@media (max-width: 1025px) {
    .elementor-3230 .elementor-element.elementor-element-2edf7474 .wp-image-3190 {
        display: none;
    }
}

@media (max-width: 1025px) {
    .elementor-3230 .elementor-element.elementor-element-43ba81e .wp-image-3192 {
        display: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #60cb6f;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button {
    padding: 0.5rem 0.5rem;
    font-size: 1.5rem;
}

.accordion-button:not(.collapsed)::after {
    color: #fff !important;
}

.green-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">" !important;
    color: #388e3c !important;
}

.green-breadcrumb {
    color: #ffffff;
    background-color: #66bb6a !important;
    padding: 5px 10px !important;
    border-radius: 3px;
}

.green-breadcrumb .breadcrumb-item a:hover {
    color: #2e7d32 !important;
    font-weight: 600;
}

.green-breadcrumb .breadcrumb-item a {
    color: #fff !important;
    font-weight: 600;
}

.green-breadcrumb .breadcrumb-item {
    display: flex;
    align-content: center;
    align-items: center;
}

.green-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-size: 18px;
    font-weight: 800;
}

.breadcrumb-wrapper {
    padding: 0px;
}

.breadcrumb-wrapper .breadcrumb {
    padding: 0px !important;
}

@media only screen and (min-width: 768px) {
    .cd-breadcrumb.triangle {
        /* reset basic style */
        background-color: transparent;
        padding: 0;
    }

    .cd-breadcrumb.triangle li {
        position: relative;
        padding: 0;
        margin: 4px 4px 4px 0;
    }

    .cd-breadcrumb.triangle li:last-of-type {
        margin-right: 0;
    }

    .cd-breadcrumb.triangle li>* {
        position: relative;
        padding: 1em .8em 1em 2.5em;
        color: #2c3f4c;
        background-color: #edeff0;
        /* the border color is used to style its ::after pseudo-element */
        border-color: #edeff0;
    }

    .cd-breadcrumb.triangle li.current>* {
        /* selected step */
        color: #ffffff;
        background-color: #96c03d;
        border-color: #96c03d;
    }

    .cd-breadcrumb.triangle li:first-of-type>* {
        padding-left: 1.6em;
        border-radius: .25em 0 0 .25em;
        padding-right: 1.6rem;
    }

    .cd-breadcrumb.triangle li:last-of-type>* {
        padding-right: 1.6em;
        border-radius: 0 .25em .25em 0;
    }

    .no-touch .cd-breadcrumb.triangle a:hover {
        /* steps already visited */
        color: #ffffff;
        background-color: #2c3f4c;
        border-color: #2c3f4c;
    }

    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li>*::after {
        /* 
          li > *::after is the colored triangle after each item
          li::after is the white separator between two items
      */
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        content: '';
        height: 0;
        width: 0;
        /* 48px is the height of the <a> element */
        border: 24px solid transparent;
        border-right-width: 0;
        border-left-width: 20px;
    }

    .cd-breadcrumb.triangle li .active::after,
    .cd-breadcrumb.triangle li .active>*::after {
        /* 
          li > *::after is the colored triangle after each item
          li::after is the white separator between two items
      */
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        content: '';
        height: 0;
        width: 0;
        /* 48px is the height of the <a> element */
        border: 0px solid transparent;
        border-right-width: 0;
        border-left-width: 20px;
    }

    .cd-breadcrumb.triangle li::after {
        /* this is the white separator between two items */
        z-index: 1;
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -ms-transform: translateX(4px);
        -o-transform: translateX(4px);
        transform: translateX(4px);
        border-left-color: #ffffff;
        /* reset style */
        margin: 0;
    }

    .cd-breadcrumb.triangle li>*::after {
        /* this is the colored triangle after each element */
        z-index: 2;
        border-left-color: inherit;
    }

    .cd-breadcrumb.triangle li:last-of-type::after,
    .cd-breadcrumb.triangle li:last-of-type>*::after {
        /* hide the triangle after the last step */
        display: none;
    }

    .cd-breadcrumb.triangle.custom-separator li::after {
        /* reset style */
        background-image: none;
    }

    .cd-breadcrumb.triangle.custom-icons li::after,
    .cd-breadcrumb.triangle.custom-icons li>*::after {
        /* 50px is the height of the <a> element */
        border-top-width: 25px;
        border-bottom-width: 25px;
    }

    @-moz-document url-prefix() {

        .cd-breadcrumb.triangle li::after,
        .cd-breadcrumb.triangle li>*::after {
            /* fix a bug on Firefix - tooth edge on css triangle */
            border-left-style: dashed;
        }
    }
}

.woocommerce-EditAccountForm.edit-account legend,
.woocommerce-MyAccount-content h3,
.woocommerce-account .addresses .title h3,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
h3#order_review_heading,
.woocommerce .shop_table thead {
    background: #3a9e1e !important;
}

.woocommerce table.shop_table td {
    background: #3a9e1e0f !important;
}

.cart-subtotal th,
.cart-subtotal td {
    padding: 15px 15px 15px 25px !important;
    border-bottom: 0 !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-right: 0 !important;
    background: #f3f9f1;
}
.order-total th,
.order-total td {
    padding: 15px 15px 15px 25px !important;
    border-bottom: 0 !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-right: 0 !important;
    background: #f3f9f1;
}