﻿.marginlatest {
    padding-left: 40px;
}
.playstoreimg {
    width: 200px;
    float: right;
}
.appstoreimg {
    width: 200px;
}
@media only screen and (max-width: 768px) {
    .header-section {
        position: absolute;
        left: 0px;
        top: 0px;
        background: #ffffff;
        width: 100%;
    }

    .video-text {
        position: absolute !important;
        top: 25% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        text-align: center !important;
        color: white !important;
    }

        .video-text h2 {
            font-size: 20px !important;
            margin-bottom: 20px !important;
        }

        .video-text h4 {
            font-size: 24px;
            margin-bottom: 408px;
        }

    button.btnseemore {
        margin-left: 32% !important;
    }

    h2.itemtext {
        text-align: center;
        argin-top: -44px;
        margin-bottom: -83px;
        font-size: 26px;
        font-weight: 800;
        font-family: 'Roboto';
        margin-left: 25px;
    }
}

.slideproduct .post-img img {
    width: 120px !important;
    height: 100px !important;
    margin: 0 auto !important;
    background: #0093ffb3 !important;
    border-radius: 20px !important;
    padding: 12px !important;
}

#news-slider222 .owl-prev {
    position: absolute;
    font-size: 30px;
    top: 25%;
    left: -50px;
}

#news-slider222 .owl-next {
    position: absolute;
    font-size: 30px;
    right: -50px;
    top: 25%;
}

.scrolltext {
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size);
    line-height: 1.18;
    text-align: center;
    letter-spacing: 0.005em;
    text-transform: var(--text-transform);
    margin-top: 10px;
}

.slideproduct {
    background: transparent !important;
    box-shadow: none !important;
}

.login-btn {
    border-radius: 3px;
    border: 1px solid #ffa500;
    background: linear-gradient(278deg, #024802 0%, #018501 100%);
    width: 70px;
    color: #fff;
    font-weight: 600;
}

.container {
    --bs-gutter-x: 0px;
}

.language-picker {
    display: inline-block;
    position: relative
}

.col-md-2.buyersellerbtns {
    margin-top: -71px;
    margin-left: 84%;
}

.js .language-picker__form {
    display: none
}

.language-picker__button .icon {
    height: 16px;
    width: 16px;
    margin-left: .25rem;
    margin-left: var(--space-xxxs)
}

.language-picker__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 200px;
    background-color: #fff !important;
    background-color: var(--color-bg);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
    box-shadow: var(--shadow-sm);
    padding: .375rem 0;
    padding: var(--space-xxs) 0;
    border-radius: .25em;
    z-index: 4;
    z-index: var(--zindex-popover);
    --space-unit: 1rem;
    --space-xxxxs: 0.125rem;
    --space-xxxs: 0.25rem;
    --space-xxs: 0.375rem;
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1.25rem;
    --space-lg: 2rem;
    --space-xl: 3.25rem;
    --space-xxl: 5.25rem;
    --space-xxxl: 8.5rem;
    --space-xxxxl: 13.75rem;
    --component-padding: 1.25rem;
    --component-padding: var(--space-md);
    font-size: 1rem;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out z-index:9999 !important;
}

.language-picker__button[aria-expanded=true] + .language-picker__dropdown {
    z-index: 999999 !important;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    transition: opacity .2s, -webkit-transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out z-index:999999 !important;
}

.language-picker__item {
    text-decoration: none;
    padding: .5em 2em .5em 1.25em;
    padding: var(--space-xs) var(--space-lg) var(--space-xs) var(--space-md);
    color: #313135;
    color: var(--color-contrast-high)
}

    .language-picker__item span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: green;
    }

    .language-picker__item:hover {
        background-color: #f2f2f2;
        background-color: var(--color-contrast-lower)
    }

    .language-picker__item[aria-selected=true] {
        position: relative;
        background-color: #2a6df4;
        background-color: var(--color-primary);
        color: #fff;
        color: var(--color-white);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

        .language-picker__item[aria-selected=true]::after {
            content: '';
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 16px;
            width: 16px;
            right: .75rem;
            right: var(--space-sm);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center
        }

.language-picker__flag {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

    .language-picker__flag::before {
        display: inline-block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        content: '';
        height: 16px;
        width: 16px;
        margin-right: .375rem;
        margin-right: var(--space-xxs);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }

.language-picker__dropdown .language-picker__flag::before {
    margin-right: .5rem;
    margin-right: var(--space-xs)
}

.language-picker--hide-label .language-picker__button .icon {
    margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
    display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
    margin-right: .25rem;
    margin-right: var(--space-xxxs)
}

.header-section-06 .header-menu .main-menu > li .sub-menu {
    border-top: 3px solid #ffa500 !important;
}

.header-section-06 .header-menu .main-menu > li .menu-icon::after {
    color: #ffffff !important;
}

.header-menu .main-menu li .sub-menu {
    background: #016701 !important;
}

.header-section-06 .header-menu .main-menu > li .sub-menu li:hover > a {
    color: #ffa500 !important;
}

.header-section-06 .header-menu .main-menu > li .menu-icon::after {
    color: #ffffff;
}

a.btn.btn-secondary.close-btn.buyerbutton {
    background: green;
}

.registereduserbtn {
    background-color: green;
}

button.close-btn.btn.btn-secondary.regnow.registernow {
    background-color: orange !important;
}

a.btn.btn-secondary.close-btn.loginbtnn {
    margin-left: 167px;
}

.modal-body.modalbtns {
    margin-left: 25%;
}

a.btn.btn-secondary.close-btn {
    --bs-btn-padding-y: 12px;
}

.modal-dialog {
    max-width: 33% !important;
}

button.close-btn.btn.btn-secondary.reguser {
    height: 97px;
}

button.close-btn.btn.btn-secondary.regnow {
    height: 97px;
}

button.btn.btn-secondary.close-btn.okbtn {
    background: linear-gradient(90deg, #006A00 0%, #FFA500 100%);
    margin-right: 40%;
}

button.close-btn.btn.btn-secondary.regnow {
    background-color: green;
}

    button.close-btn.btn.btn-secondary.regnow ::before {
        content: "";
        background: #ff7c08;
        height: 50%;
        width: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        z-index: -1;
    }

button.btn.btn-secondary.close-btn.loginbtnn {
    margin-top: 13px;
    margin-left: 36%;
}

.container.buyiconlog.bgimagebuy {
    background-image: url('../../../assets/images/cards/Mobileapp1.png');
    background-repeat: no-repeat;
}

.swiper-container {
    width: 100%;
    height: 100%;
    max-width: 560px;
}

.swiper-full-mobile {
    position: relative;
    margin: 113px auto;
    padding-bottom: 50px;
}

    .swiper-full-mobile:before {
        content: "";
        width: 300px;
        background: url(https://storage.googleapis.com/answerforce/Website/images/business-line/frame@2x.png);
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        right: 0px;
        top: 0px;
        height: 650px;
        margin: auto;
    }

    .swiper-full-mobile .swiper-slide {
        height: 100%;
    }

        .swiper-full-mobile .swiper-slide img {
            max-width: 250px;
            height: auto;
            margin-left: 180px;
            z-index: 9;
        }

.swiper-slide.swiper-slide-active img {
    border-radius: 10px;
    width: 200px;
    height: 400px;
    margin-top: 50px;
}

.swiper-pagination {
    padding-top: 500px;
}

.show-popup {
    padding: 18px 40px;
    background: #6e78ff;
    border: none;
    outline: none;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 18px;
    color: #f2f2f2;
    font-weight: 500;
}

.zoom {
    transition: transform .2s;
}

    .zoom img {
        width: 100%;
        height: 100%;
        transition: transform .2s;
    }

    .zoom:hover img {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(1.5);
    }

.popup-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    z-index: 22;
}

    .popup-container.active {
        opacity: 1;
        pointer-events: auto;
        transition: .4s ease;
    }

    .popup-container .popup-box {
        width: 500px;
        background: #f2f2f2;
        border-radius: 6px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        padding: 30px;
        transform: scale(0);
    }

    .popup-container.active .popup-box {
        transform: scale(1);
        transition: .4s ease;
        transition-delay: .25s;
    }

.popup-box h1 {
    color: #333;
    line-height: 1;
}

.popup-box p {
    color: #333;
    margin: 12px 0 20px;
}

.popup-box .close-btn {
    width: 100%;
    height: 45px;
    background: #6e78ff;
    border-radius: 6px;
    border: none;
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-size: 18px;
    color: #f2f2f2;
    font-weight: 500;
    margin-top: 17px;
}

.sellerbtnn::after {
    content: "";
    background: #fba400;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.sellerbtnn::before {
    content: "";
    background: #fba400;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.frawnicon {
    margin-left: -35px;
    height: 53px;
    margin-bottom: 4px;
}

.col-md-4.btn-mar.lefticons {
    margin-top: 33px;
}

#news-slider .owl-prev {
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: -50px;
}

#news-slider .owl-next {
    position: absolute;
    font-size: 30px;
    right: -50px;
    top: 50%;
}

#news-slider1 .owl-prev {
    position: absolute;
    font-size: 30px;
    left: -50px;
    top: 42%;
}

#news-slider1 .owl-next {
    position: absolute;
    font-size: 30px;
    right: -50px;
    top: 42%;
}

p.text-muted.mb-0.py-2.poweredby {
    text-align: right;
    margin-top: -43px;
}

.home-demo .item {
    background: #ff3f4d;
}

.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: normal;
    font-weight: 300;
}

.nav-wrapper {
    width: 200px;
    margin-left: 0px;
}

.sl-nav {
    display: inline;
    background: #ddd9d9;
    padding: 5px;
    border-radius: 2px;
    font-weight: 100;
    height: 27px;
    padding-top: 1px;
}

    .sl-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
    }

    .sl-nav li {
        cursor: pointer;
        padding-bottom: 10px;
    }

        .sl-nav li ul {
            display: none;
        }

        .sl-nav li:hover ul {
            position: absolute;
            top: 29px;
            right: -15px;
            display: block;
            background: #fff;
            width: 142px;
            padding-top: 0px;
            z-index: 1;
            border-radius: 5px;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
        }

        .sl-nav li:hover .triangle {
            position: absolute;
            top: 15px;
            right: -10px;
            z-index: 10;
            height: 14px;
            overflow: hidden;
            width: 30px;
            background: transparent;
        }

            .sl-nav li:hover .triangle:after {
                content: "";
                display: block;
                z-index: 20;
                width: 15px;
                transform: rotate(45deg) translateY(0px) translatex(10px);
                height: 15px;
                background: #fff;
                border-radius: 2px 0px 0px 0px;
                box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
            }

        .sl-nav li ul li {
            position: relative;
            text-align: left;
            background: transparent;
            padding: 15px 15px;
            padding-bottom: 0;
            z-index: 2;
            font-size: 15px;
            color: #3c3c3c;
        }

            .sl-nav li ul li:last-of-type {
                padding-bottom: 15px;
            }

            .sl-nav li ul li span {
                padding-left: 5px;
            }

                .sl-nav li ul li span:hover,
                .sl-nav li ul li span.active {
                    color: #146c78;
                }

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.info-text {
    margin-left: 5px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #;
    color: #033579;
    /* font-family: revert; */
    font-family: "Roboto", sans-serif;
}

.header-height {
    /*                margin-top: 50px !important;*/
    height: 115px;
}

. btn-mar {
}

.svg-image {
    width: 39px;
    height: 32px;
    margin-left: -24px;
}

.button-buyer {
    border-radius: 18px;
    background: linear-gradient(90deg, #FFA400 0%, #BE7A00 100%);
    width: 89px;
    height: 33px;
    font-size: 13px;
    font-weight: 900;
    color: #fff;
}

.button-seller {
    border-radius: 18px;
    background: linear-gradient(270deg, #006400 6.74%, #00A000 100%);
    width: 89px;
    height: 33px;
    font-size: 13px;
    font-weight: 900;
    color: #fff;
}

#myVideo {
    right: 0;
    bottom: -111px;
    min-width: 100%;
    width: 100%;
}

.card {
    padding =0;
}

.card-wrapper {
}

.card-color {
    background: linear-gradient(105deg, #023579 2.19%, #0462DF 98.38%);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
}

.video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

    .video-text h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .video-text h4 {
        font-size: 24px;
        margin-bottom: 0;
    }

.heading {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 46px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.span-1 {
    color: #FFA500;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.span-2 {
    color: #FFA500;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.text-card {
    color: #FFF;
    font-family: Roboto;
    font-size: 29px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.btn-card {
    border-radius: 25px;
    background: #FFF;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
}

.orangecolor {
    color: #FFA500 !important;
}

.greencolor {
    color: #006A00 !important;
}

.applybtn {
    border-radius: 23.5px;
    background: linear-gradient(90deg, #006A00 0%, #FFA500 100%);
    color: #fff;
}

.resetbtn {
    border-radius: 23.5px;
    background: #F4A201;
    color: #fff;
}

.mobilescreen {
    background-image: url('../../../assets/images/cards/Mobileapp.png');
    background-repeat: no-repeat;
    padding-bottom: 212px;
    background-size: cover;
}

.card {
    width: 100% !important;
    height: 254px;
}

h2.mobileapp {
    text-align: start;
    /* margin-right: 49%; */
    padding-top: 21%;
    color: #033579;
    margin-left: 127px;
}

.viewmorebtn {
    border-radius: 8px;
    background: linear-gradient(270deg, #0C6D01 0%, #00AC00 100%);
    width: 235px;
    height: 51px;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

button.viewmorebtn {
    margin-left: 34%;
}

.mobilepara {
    margin-top: 0;
    margin-bottom: 1rem;
    /* text-align: end; */
    padding-right: 134px;
    margin-left: 122px;
}

.checknow {
    background-repeat: no-repeat;
    padding-bottom: 100px;
    background-size: cover;
    background: linear-gradient(266deg, #FFA500 0.65%, #018501 100%);
}

i.fa.fa-envelope {
    color: #FFA500;
}

i.fa.fa-phone {
    color: #FFA500;
}

.checknow1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../../../assets/images/cards/Rectangle.png');
    height: 120px;
}

.checkhead {
    margin-left: 26%;
    /*                margin-top: 10;*/
    padding-top: 5%;
    color: #fff;
    font-size: 46px;
    font-weight: 800;
}

a.btn.btn-outline-secondary.btn-md.border-secondary.d-block.mt-4.w-100.direct-add-to-cart-btn.add-to-cart-text.loginbns.loginbnn.sellerbtn.sellerbtnanimate {
    background-color: green;
}

p.checkpara {
    padding-left: 26%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.checkbtn {
    border-radius: 25px;
    background: linear-gradient(98deg, #FFA500 35.15%, #016801 133.21%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    width: 139px;
    height: 50px;
    font-size: 17px;
    font-weight: 800;
}

button.checkbtn {
    margin-left: 26%;
    margin-top: 1%;
}

.faq {
    text-align: center;
    color: #023579;
    font-size: 36px;
    font-weight: 800;
}

.accordion {
    display: flex;
    flex-direction: column;
    font-family: "Sora", sans-serif;
    max-width: 991px;
    min-width: 320px;
    margin: 50px auto;
    padding: 0 50px;
}

    .accordion h1 {
        font-size: 32px;
        text-align: center;
    }

.accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

    .accordion-item .accordion-item-title {
        position: relative;
        margin: 0;
        display: flex;
        width: 100%;
        font-size: 15px;
        cursor: pointer;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 14px 20px;
        box-sizing: border-box;
        align-items: center;
        color: #023579;
        font-weight: 600;
    }

    .accordion-item .accordion-item-desc {
        display: none;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        color: #444;
        /*                border-top: 1px dashed #ddd;*/
        padding: 10px 20px 20px;
        box-sizing: border-box;
    }

    .accordion-item input[type="checkbox"] {
        position: absolute;
        height: 0;
        width: 0;
        opacity: 0;
    }

        .accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
            display: block;
        }

        .accordion-item
        input[type="checkbox"]:checked ~ .accordion-item-title
        .icon:after {
            content: "-";
            font-size: 20px;
        }

        .accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
            content: "+";
            font-size: 20px;
        }

    .accordion-item:first-child {
        margin-top: 0;
    }

    .accordion-item .icon {
        margin-left: 14px;
    }

.checkhead1 {
    margin-left: 21%;
    padding-top: 3%;
    color: #fff;
    font-size: 46px;
    font-weight: 800;
}

.newsletterbg {
    margin-left: 58%;
    margin-top: -6%;
}

.latestnews {
    text-align: center;
    color: #023579;
    padding-top: 90px;
}

.latestpara {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    padding: 0px 450px 0px 0px;
}
/*            Footer*/
.footer {
    background: linear-gradient(90deg, #006400 0%, #028602 100%);
}


    .footer .widget1 p {
        font-size: 16px;
        color: rgba(255, 255, 255, .6);
        margin-top: 26px;
    }

    .footer .socialLinks {
        margin-top: 28px;
    }

.socialLinks ul li {
    display: inline-block;
}


    .socialLinks ul li a i {
        display: block;
        margin: 0 2px;
        width: 40px;
        height: 40px;
        background: #fafafa;
        border-radius: 50%;
        text-align: center;
        margin-right: 5px;
        line-height: 40px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: green !important;
    }

    .socialLinks ul li a .fa-facebook-f {
        color: #4267b2;
    }

    .socialLinks ul li a .fa-twitter {
        color: #1da1f2;
    }

    .socialLinks ul li a .fa-google-plus-g {
        color: #dd5044;
    }

    .socialLinks ul li a .fa-linkedin-in {
        color: #0177b5;
    }


    .socialLinks ul li a:hover i {
        color: #fff;
    }

    .socialLinks ul li a:hover .fa-facebook-f {
        background: #4267b2;
    }

    .socialLinks ul li a:hover .fa-twitter {
        background: #1da1f2;
    }

    .socialLinks ul li a:hover .fa-google-plus-g {
        background: #dd5044;
    }

    .socialLinks ul li a:hover .fa-linkedin-in {
        background: #0177b5;
    }

footer .logo {
    max-width: 200px;
}

.footerimg {
    margin-left: 137px;
    margin-bottom: 13px;
}

.buyerrequest {
    background-color: #fff;
}

.logoftr {
    background-color: #fff;
    border-radius: 48px;
    padding: 13px;
    height: 96px;
    width: 268px;
    transition: transform 0.3s ease; /* Add transition for smooth zoom */
}

    .logoftr:hover {
        transform: scale(1.4); /* Zoom in by 10% on hover */
    }
/* .logoftr{
                            background-color: #fff;
                            border-radius: 48px;
                            padding: 13px;
                            height: 96px;
                            width: 268px;
                        }*/
.merge {
    margin-top: -216px;
    margin-left: 70px;
}

.col-md-6.playstoreicon {
    margin-left: 81px;
}

.footer h5 {
    font-weight: 500;
    margin-bottom: 28px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    font-size: 21px
}

.callbtn {
    border: 2px solid white;
    border-radius: 44px;
    padding: 11px 20px;
    margin-top: 41px;
    color: #fff;
    background: transparent !important;
    font-weight: 700;
}

.btnquote {
    border-radius: 8px;
    background: #FFA500;
}

.footer .widget2 .media img {
    margin-right: 20px;
    max-width: 100px;
}

.footer .widget2 .media p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    ;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 600;
    line-height: 26px;
}

.bgclrr {
    background-color: #EFF5EE;
}

.buyongo {
    background: linear-gradient(266deg, #FFA500 0.65%, #018501 100%);
}

.flex {
    display: inline-flex;
}

p.text-muted.mb-0.py-2 {
    color: #fff !important;
    font-weight: 400;
}

.signup {
    width: 444px;
    ;
    background-color: white;
    border: 4px solid white;
    box-shadow: 2px 4px 8px 0 rgba(0,0,0,0.01);
    border-radius: 48px;
    margin: auto;
}

#email-signup {
    height: 50px;
    background-color: black;
    width: 300px;
    caret-color: #E39300;
    background-color: white;
    font-size: 20px;
    color: #383838;
    outline-style: none;
    border: none;
    border-radius: 48px;
}

#btn {
    height: 50px;
    width: 124px;
    background-color: #E39300;
    border: none;
    font-size: 18px;
    border-radius: 48px;
    float: right;
    color: white;
}

    #btn:hover {
        background-color: #E39300;
    }

#email-signup:hover {
    background-color: #f2f2f2;
}

#email-signup:focus {
    background-color: #f2f2f2;
}

.mrgright {
    margin-right: 22px;
}

a.ftrlink {
    color: #fff;
    font-weight: 600;
}

.bg-light.py-4 {
    background-color: #005700 !important;
}

.col-md-4.footercardd {
    margin-top: 42px;
}


.footer .widget2 .media span {
    font-size: 12px;
    color: #ffb606;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}

.footer .widget2 .media {
    margin-bottom: 20px;
}

.logoheig {
    margin-left: 80px;
}

.container.buytext {
    background-color: #EFF5EE;
    max-width: 100%;
}

.tdclrgreen {
    color: #006A00;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tdclrorange {
    color: #E99F01;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer .widget3 ul li a,
.footer .widget4 ul li a {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    ;
    text-transform: capitalize;
    margin-bottom: 13px;
    display: block;
}

.container.buyongo {
    max-width: 100%;
}

.copyRightArea.bgmclr {
    padding-top: 8px;
    background-color: #005700;
}

.fontcol {
    color: #fff !important;
}

.btnncheck {
    margin-top: -107px;
    margin-left: 33px;
}


.footer .widget3 ul li a:hover,
.footer .widget4 ul li a:hover,
.footer .widget2 a:hover p {
    color: #ffb606;
}

.row.socialfooter {
    margin-top: 10px;
    margin-bottom: 22px;
    font-weight: 600;
}

.footer .widget3 h5 {
    margin-bottom: 22px;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
    line-height: 32px;
}

.footer .widget4 h5 {
    margin-bottom: 22px;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
}

.cardcarousel {
    margin-top: -233px !important;
}

.coloricons {
    color: #ffffff;
}

.fhead {
    color: #FFA500;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#button-addon1 {
    color: #ffc371;
}

button.checknowbtn {
    background-color: #fff;
    border-radius: 25px;
    height: 50px;
    width: 139px;
    margin-bottom:;
    color: #000;
    font-size: 17px;
    font-weight: 800;
}

i {
    color: #ffc371;
}

.form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
}

.form-control.shadow-0:focus {
    box-shadow: none;
}

.tablebgc {
    background-color: #EFF5EE;
}

.btnseemore {
    border-radius: 16px;
    background: linear-gradient(90deg, #006A00 0%, #FFA500 100%);
    width: 178px;
    height: 41px;
    flex-shrink: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

button.btnseemore {
    margin-left: 86%;
    /*                                margin-top: 1%;*/
    margin-bottom: 1%;
}

.copyRightArea {
    margin-top: 83px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0px 28px;
}

.col-md-3.btn-mar {
    margin-top: 35px;
}

.copyRightArea p {
    color: rgba(255, 255, 255, 0.6);
}

#customers {
    font-family: roboto, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-left: 10px;
}

    #customers td, #customers th {
        padding: 2px;
    }

    #customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #04AA6D;
        color: white;
    }

button.btnquote {
    width: 95px;
    height: 33px;
    margin-top: 18px;
    /*                    color: #016701 !important;*/
    font-size: 15px;
    font-weight: 500;
    /*                    text-transform: uppercase;*/
    margin-left: 140px;
    margin-bottom: 10px;
    color: #016701 !important;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /*                        text-transform: uppercase;*/
}

button.btnnegotiate {
    width: 111px;
    height: 33px;
    border-radius: 8px;
    margin-top: 18px;
    font-size: 15px;
    font-weight: 500;
    /*                    text-transform: uppercase;*/
    margin-left: 10px;
    margin-bottom: 10px;
    color: #016701 !important;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /*                        text-transform: uppercase;*/
}

.cardbg {
    t background: #EFF5EE;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
}

.tablehead {
    color: #006A00;
    font-family: Roboto;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 150px;
    height: 27px;
    flex-shrink: 0;
    margin-left: 10px;
}

.emailftr {
    margin-left: -7px;
}

i.fa.fa-twitter {
    display: inline-block;
    width: 1em;
    height: 18px;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    background-position: center 3px;
    /* background-color: #fff; */
    color: #fff;
    padding-top: 6px;
}

i.fa.fa-instagram {
    color: #FFF;
}

.itemtext {
    color: #027923;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 36px;
    margin-bottom: 25px;
}

.tablebgc:hover .btnquote {
    color: #fff !important;
}

.twittericonsftr {
    margin: 0 0px;
    width: 40px;
    height: 40px;
    background: #fafafa;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: green !important;
    padding-top: 7px;
    padding-left: 5px;
}

.tablebgc:hover {
    background-color: #FFF9E4;
}

.iconplaystore {
    width: 210px;
    margin-left: 99px;
}

.iconappstore {
    width: 210px;
    margin-left: -31px;
}

.btnseemore:hover {
    background-image: linear-gradient(to right, #fea400, #036b00);
    color: #000;
}

    .btnseemore:hover svg path {
        fill: black;
    }

svg#Layer_1 {
    height: 16px;
    width: -1px;
    margin-left: -53%;
    margin-top: -14%;
}

svg#Layer_2 {
    height: 16px;
    width: -1px;
    margin-left: -53%;
    margin-top: -14%;
}

img.buyimage {
    margin-left: 133px;
}

.carousel-inner.carousellist {
    width: 250px;
}

a.carousel-control-prev.bg-transparent.w-aut.prevbtnlist {
    margin-left: -85px;
    color: black;
}

#news-slider {
    margin-top: 0px;
}

.post-slide {
    background: #fff;
    margin: 20px 7px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}

    .post-slide .post-img {
        position: relative;
        overflow: hidden;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
            transform: scale(1, 1);
            transition: transform 0.2s linear;
        }

    .post-slide:hover .post-img img {
        transform: scale(1.1, 1.1);
    }

    .post-slide .over-layer {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        background: linear-gradient( -45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100% );
        transition: all 0.5s linear;
    }

    .post-slide:hover .over-layer {
        opacity: 1;
        text-decoration: none;
    }

    .post-slide .over-layer i {
        position: relative;
        top: 45%;
        text-align: center;
        display: block;
        color: #fff;
        font-size: 25px;
    }

    .post-slide .post-content {
        background: #fff;
        border-radius: 15px;
    }

    .post-slide .post-title a {
        font-size: 15px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
    }

        .post-slide .post-title a:hover {
            text-decoration: none;
            color: #3498db;
        }

    .post-slide .post-description {
        line-height: 24px;
        color: #808080;
        margin-bottom: 25px;
    }

    .post-slide .post-date {
        color: #a9a9a9;
        font-size: 14px;
    }

        .post-slide .post-date i {
            font-size: 20px;
            margin-right: 8px;
            color: #cfdace;
        }

    .post-slide .read-more {
        padding: 7px 20px;
        float: right;
        font-size: 12px;
        background: #2196f3;
        color: #ffffff;
        box-shadow: 0px 10px 20px -10px #1376c5;
        border-radius: 25px;
        text-transform: uppercase;
    }

        .post-slide .read-more:hover {
            background: #3498db;
            text-decoration: none;
            color: #fff;
        }

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

    .owl-controls .owl-buttons .owl-prev {
        background: #fff;
        position: absolute;
        top: -13%;
        left: 15px;
        padding: 0 18px 0 15px;
        border-radius: 50px;
        box-shadow: 3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

    .owl-controls .owl-buttons .owl-next {
        background: #fff;
        position: absolute;
        top: -13%;
        right: 15px;
        padding: 0 15px 0 18px;
        border-radius: 50px;
        box-shadow: -3px 14px 25px -10px #92b4d0;
        transition: background 0.5s ease 0s;
    }

        .owl-controls .owl-buttons .owl-prev:after,
        .owl-controls .owl-buttons .owl-next:after {
            content: "\f104";
            font-family: FontAwesome;
            color: #333;
            font-size: 30px;
        }

        .owl-controls .owl-buttons .owl-next:after {
            content: "\f105";
        }

.col-md-4.btn-mar {
    margin-top: 46px;
    margin-left: -115px;
    margin-right: 3px;
    padding-left: 30px;
}

h2.itemtext {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Roboto';
    text-align: left;
    margin-left: 25px;
    padding: 0px;
}

a.btn.btn-outline-secondary.btn-md.border-secondary.d-block.mt-4.w-100.direct-add-to-cart-btn.add-to-cart-text {
    font-size: 14px;
    background-color: #ffa500;
    color: white;
    width: 95px !important;
    height: 44px;
    top: -10px;
    left: 86px;
    text-align: center;
}

a.btn.btn-outline-secondary.btn-md.border-secondary.d-block.mt-4.w-100.direct-add-to-cart-btn.add-to-cart-text {
    color: #fff !important;
}

    a.btn.btn-outline-secondary.btn-md.border-secondary.d-block.mt-4.w-100.direct-add-to-cart-btn.add-to-cart-text.negottiattte {
        color: #fff !important;
    }

    a.btn.btn-outline-secondary.btn-md.border-secondary.d-block.mt-4.w-100.direct-add-to-cart-btn.add-to-cart-text.negottiattte {
        font-size: 14px;
        background-color: #ffa500;
        color: white;
        width: 110px !important;
        height: 40px;
        top: -10px;
        left: 73px;
        text-align: center;
        padding-top: 8px;
    }

    a.btn.btn-outline-secondary.btn-md.border-secondary.d-block.mt-4.w-100.direct-add-to-cart-btn.add-to-cart-text.loginbns.loginbnn {
        left: 0px;
        width: -9px;
        height: 31px;
        /* padding-bottom: 11px; */
        padding-top: 5px;
        top: -7px;
    }

        a.btn.btn-outline-secondary.btn-md.border-secondary.d-block.mt-4.w-100.direct-add-to-cart-btn.add-to-cart-text.loginbns.loginbnn.buyerbtn {
            top: -36px;
        }

        a.btn.btn-outline-secondary.btn-md.border-secondary.d-block.mt-4.w-100.direct-add-to-cart-btn.add-to-cart-text.loginbns.loginbnn.sellerbtn {
            top: -33px;
        }

    a.btn.btn-outline-secondary.btn-md.border-secondary.d-block.mt-4.w-100.direct-add-to-cart-btn.add-to-cart-text .loginbnn {
        font-size: 14px;
        background-color: #ffa500;
        color: white;
        width: 85px !important;
        height: 32px !important;
        top: -8px;
        left: 144px;
        text-align: center;
        padding-top: 5px;
        .fa.fa-twitter::before

{
    display: inline-block;
    width: 1em;
    height: 17px;
    color: #fff;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    background-position: center 3px;
}


.col-md-2.buyersellerbtns {
    display: grid;
    margin-left: 0px;
    /* margin-bottom: 10px; */
    margin-top: 23px;
    padding-left: 132px;
}
/*.carousel.cardsmargin {
                    margin-top: -241px;
                }*/
@media only screen and (max-width: 1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}
/*                                                                Mobile Responsive*/


@media only screen and (max-width: 1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

@media only screen and (max-width: 768px) {

    .home-demo.democls {
        margin-top: -205px;
    }

    p.text-muted.mb-0.py-2.poweredby {
        text-align: center !important;
        margin-top: -11px !important;
    }

    img.imgbgfish {
        margin-left: -31px;
    }

    .latestnewspara {
        margin-top: 0;
        margin-bottom: 1rem;
        margin: 16px;
    }

    .latestnewshead {
        text-align: center;
    }

    .latestnewss {
        font-size: 46px;
        font-weight: 800;
        text-align: center;
        margin-left: 45% !important;
    }

    .footer h5 {
        font-weight: 500;
        margin-bottom: 28px;
        text-transform: capitalize;
        font-weight: 600;
        color: #fff;
        font-size: 21px;
        text-align: center;
    }

    .fontcol {
        color: #fff !important;
        margin-left: 22px;
    }

    .footer .socialLinks {
        margin-top: 22px;
        padding-left: 63px;
    }

    .box {
        border: 1px solid #12232E;
        background-color: #EEFBFB: width: 40%;
    }

    ul li {
        line-height: 30px;
        color: #007CC7;
        font-size: 18px;
    }

    .logoheig {
        margin-left: 43px;
        margin-top: 29px;
    }

    .merge {
        margin-top: -216px;
        margin-left: 34px;
    }

    .mrgright {
        margin-right: 22px;
        margin-top: 6px;
        text-align: center;
    }

    .row.socialfooter {
        margin-top: 10px;
        margin-bottom: 22px;
        font-weight: 600;
        margin-left: 51px;
    }

    .footerimg {
        margin-left: 91px;
        margin-bottom: 13px;
    }

    .signup {
        width: 330px;
        background-color: white;
        border: 4px solid white;
        box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.01);
        border-radius: 48px;
        margin: auto;
    }

    #btn {
        height: 50px;
        width: 124px;
        background-color: #E39300;
        border: none;
        font-size: 18px;
        border-radius: 48px;
        float: right;
        color: white;
        margin-top: -50px;
    }

    #email-signup {
        height: 50px;
        background-color: black;
        width: 199px;
        caret-color: #E39300;
        background-color: white;
        font-size: 20px;
        color: #383838;
        outline-style: none;
        border: none;
        border-radius: 48px;
    }

    .flex {
        display: block !important;
    }

    h2.mobileapp {
        text-align: center;
    }

    .mobilepara {
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

    h2.mobileapp {
        margin-right: 0px;
        padding-top: 5%;
        color: #033579;
        margin-left: 28px;
    }

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)* 0);
        padding-left: calc(var(--bs-gutter-x)* 0.5);
        margin-top: var(--bs-gutter-y);
    }

    p.text-muted.mb-0.py-2 {
        color: #fff !important;
        font-weight: 400 !important;
        text-align: center !important;
        font-size: 12px;
    }

    h2.itemtext {
        margin-top: -78px;
        margin-bottom: -100px;
        font-size: 21px;
        font-weight: 800;
        font-family: 'Roboto';
        text-align: center;
    }

    .post-slide .post-content {
        padding: 0px 0px 0px 0px !important;
    }

    .iconplaystore {
        width: 148px;
        margin-left: 177px;
    }

    .iconappstore {
        width: 140px;
        margin-left: 33px;
        margin-top: -45px;
    }

    .checkhead {
        margin-left: 11%;
        padding-top: 6%;
        color: #fff;
        font-size: 27px;
        font-weight: 800;
    }

    p.checkpara {
        /* padding-left: 26%; */
        color: #fff;
        font-size: 17px;
        font-weight: 400;
        margin-right: 30px;
        padding-left: 55px;
    }

    .imgbgfish {
        margin-left: 48px !important;
        height: 92px;
        margin-bottom: 17px;
        margin-top: 18px;
    }

    .checkhead1 {
        margin-left: 1%;
        padding-top: 6%;
        color: #fff;
        font-size: 24px;
        font-weight: 800;
        text-align: center;
    }

    .wrapper i {
        top: 49%;
        height: 22px;
        width: 25px;
        color: #343F4F;
        cursor: pointer;
        font-size: 1.15rem;
        position: absolute;
        text-align: center;
        line-height: 24px;
        background: #fff;
        border-radius: 50%;
        transform: translateY(-50%);
        transition: transform 0.1s linear;
    }

    .carousel img {
        height: auto;
        object-fit: cover;
        user-select: none;
        margin-left: 0px;
    }

    .video-text {
        position: absolute;
        top: 19%;
        left: 49%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
    }

        .video-text h2 {
            font-size: 15px;
            margin-bottom: 0px;
        }

    .span-1 {
        color: #FFA500;
        font-family: Roboto;
        font-size: 15px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }

    .video-text h4 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .span-2 {
        color: #FFA500;
        font-family: Roboto;
        font-size: 15px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }

    .techwix-hero-section-06 .hero-content {
        padding-top: 0px;
    }

    .techwix-hero-section-06 {
        padding-top: 0px;
    }

        .techwix-hero-section-06 .hero-content p {
            line-height: 0px;
        }

        .techwix-hero-section-06 .hero-content .title {
            line-height: 0px;
        }

    button.btnseemore {
        margin-left: 77px !important;
        margin-top: -1%;
        margin-bottom: 6%;
    }

    #news-slider1 .owl-prev {
        position: absolute;
        font-size: 30px;
        left: 0px;
        top: 50px;
    }

    #news-slider1 .owl-next {
        position: absolute;
        font-size: 30px;
        right: 0px;
        top: 44px;
    }

    h2.itemtext.itemsaresalehead {
        margin-top: -24px;
        margin-left: -3px;
    }

    .d-flex {
        display: block !important;
    }

    .card {
        width: 100% !important;
        height: 182px;
    }

    iframe.ytubevideo {
        width: 97%;
    }

    .imgbgfish {
        margin-left: 0px !important;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden !important;
    }

    .home-demo.democls {
        margin-top: 0px;
    }

    .post-slide {
        background: #fff;
        margin: 21px 23px;
        border-radius: 15px;
        padding-top: 1px;
        box-shadow: 0px 14px 22px -9px #bbcbd8;
    }

    #news-slider .owl-next {
        position: absolute;
        font-size: 29px;
        right: 0px;
    }

    #news-slider .owl-prev {
        position: absolute;
        font-size: 30px;
        left: 0px;
    }

    #news-slider .owl-nav {
        position: absolute;
        width: 100%;
        top: 42%;
    }

    .tablebgc {
        background-color: #EFF5EE;
        text-align: center;
    }

    .tablehead {
        color: #006A00;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        width: 286px;
        height: 27px;
        flex-shrink: 0;
    }

    .callbtn {
        border: 2px solid white;
        border-radius: 44px;
        padding: 4px 22px;
        margin-top: 3px;
        color: #fff;
        background: transparent !important;
        font-weight: 700;
        margin-left: 72px;
    }

    thead, tbody, tfoot, tr, td, th {
        border-color: inherit;
        border-width: 0;
        text-align: initial;
    }

    #customers {
        font-family: roboto, sans-serif;
        border-collapse: collapse;
        width: 100%;
        margin-left: 37px;
    }

    button.btnquote {
        width: 95px;
        height: 33px;
        margin-top: 18px;
        font-size: 15px;
        font-weight: 500;
        margin-left: 0px;
        margin-bottom: 10px;
        color: #016701 !important;
        text-align: center;
        font-family: Roboto;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .bg-light.py-4 {
        padding: 0px 0px 0px 0px;
    }
}
