.m-top-30 {
    margin-top: -60px;
}

.m-top-70 {
    margin-top: -70px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-50 {
    margin-bottom: 50px;
}

.m-top-50 {
    margin-top: 50px;
}

.border-radius100 {
    border-radius: 100%;
}

.txt-upper {
    text-transform: uppercase;
}

.pd-100 {
    padding-top: 100px;
}

.pd-50 {
    padding-top: 50px;
}

.pd-60 {
    padding-top: 60px;
}

.pd-30 {
    padding-top: 30px;
}

.pdb-30 {
    padding-bottom: 30px;
}

.pdr-5 {
    padding-right: 5px;
}

.view-more {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.my-image {
    border-radius: 6px;
    padding: 8px;
    /* background-color: #106eea1f; */
    display: block;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 #00000026;
}

.products-text {
    font-size: 20px;
    color: #fff;
}

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

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

.f-bold-sm {
    font-weight: 500;
}

/* .img-size{
    width: 124px;
    height: 124px;
}

@media (min-width: 320px) {

    .img-size{
        width: 62px;
        height: 62px;
    }
} */

.address-section {
    list-style-type: none;
    left: 0;
    line-height: 35px;
}

.md-left-30 {
    margin-left: -30px;
}

.company-name {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.font-green {
    color: #126370 !important;
}


.bg-green {
    background-color: #126370 !important;
}

.about-us-icon {
    font-size: 40px;
    margin-bottom: 40px;
    color: #126370 !important;
}

.yellow {
    color: #FFD35B !important;
}

.line {
    line-height: 50px;
}

.line-30 {
    line-height: 30px;
}


@media (max-width: 480px) {

    .line {
        line-height: 33px;
    }

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

    .section-title {
        font-size: 20px;
    }

}

@media (max-width: 480px) {
    .blog-single__item-share {
        display: flex;
        align-items: center;
        /* gap: 0.625rem; */
        justify-content: center;
        /* flex-wrap: wrap; */
        margin-bottom: 3.125rem;
        flex-direction: row;
    }
}


@media (min-width: 1200px) {
    .fs-50 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    .fs-40 {
        font-size: 40px;
    }
}

@media (max-width: 320px) {
    .page-heading {
        font-size: 25px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 2.5rem;
        padding-top: 3px;
    }
}

@media (min-width: 1200px) {
    .fs-18 {
        font-size: 18px;
    }
}

.tote-bug {
    background: #12767091;
    padding: 20px;
}

.infra {
    display: flex;
    justify-content: center;
}

.font-sm {
    font-size: 20px;
}

@media (min-width: 767px) {
    .page-heading {
        font-size: 2.1875rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 2.5rem;
        padding-top: 100px;


    }
}

@media (max-width:480px) {
    .page-heading {
        font-size: 2.1875rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 2.5rem;
        padding-top: 100px;
        /* background: cadetblue; */
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        border-radius: 5px;
        text-align: center;
        color: #fff;
    }
}


.logo__image {
    max-width: 83%;
    max-height: 100PX;
}

.header.header-transparent-bg:not(.header_sticky-active) {
    background: #ffffff36;
}

.header-mobile .logo__image {
    max-height: 54px;
}

@media (min-width: 320px) {
    .product-headings {
        margin-top: 27px;
    }
}

@media (min-width: 320px) {
    .blog-page-title {
        height: 80px;
        padding: 0;
    }
}



@media (min-width: 320px) {
    .category-banner__item-mark {
        display: none;
    }
}

/* @media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
} */

/* @media (min-width: 1200px) {
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
} */