* {
    margin: 0;
    padding: 0;
    font-family: "DM Sans",sans-serif
}

a:hover {
    text-decoration: none;
    color: #ffc93a
}

h1,h2,h3,h4,h5,h6 {
    font-family: "DM Sans",sans-serif;
    font-weight: 700
}

.topbar {
    width: 100%;
    background: #00715d;
    position: relative;
    padding: 0px 12px;
    border-radius: 20px 0px 0px 0px;
}

.topbar p {
    margin-bottom: 0
}

.tbox {
    /* background: -webkit-gradient(linear,left bottom, left top,from(#ffc93a),to(#ffc93a7a)); */
    background: -o-linear-gradient(bottom,#ffc93a,#ffc93a7a);
    /* background: linear-gradient(360deg,#ffc93a,#ffc93a7a); */
    padding: 8px 0px;
    text-align: right
}

.tbox ul {
    margin-bottom: 0
}

.tbox ul li {
    display: inline-block;
    margin-left: 30px
}

.tbox ul li i {
    color: #000
}

.tbox ul li a {
    color: #282828;
    font-size: 13px
}

.btnbox {
    /* width: 50px; */
    /* background-color: #ffc93a; */
    /* text-align: center; */
    /* height: 44px; */
    /* padding: 0px; */
}

.btnbox a {
    color: #111;
    /* height: 100%; */
    /* width: 100%; */
    display: block;
    padding: 7px 20px;
    font-weight: 700;
    line-height: 28px;
    background: #f5c138;
    border-radius: 20px;
}

.navbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.carousel-item img {
    width: 100%
}

.fa-angle-left,.fa-angle-right {
    font-size: 32px;
    padding: 8px;
    color: #9d9d9d;
    border-radius: 0;
    width: 35px;
    height: 50px;
    background: #fff
}

.slider-data {
    position: absolute;
    bottom: 30%;
    width: 100%;
    left: 14%
}

.slider-data h1 {
    text-align: left;
    font-size: calc(14px + 1.6vw);
    color: #fff;
    text-shadow: 1px 2px 5px #000;
    margin: 0
}

.slider-data p {
    text-align: left;
    font-size: calc(14px + 3vw);
    color: #fff;
    text-shadow: 1px 2px 5px #000;
    margin: 0;
    font-weight: 600;
    line-height: 47px
}

.slider-data h3 {
    color: #fff;
    font-size: calc(14px + 1vw);
    font-weight: 900;
    text-align: left;
    text-shadow: 1px 2px 5px #000
}

.btngrpp {
    margin-top: 21px;
    text-align: left
}

.btn {
    background: #ffc93a;
    color: #111;
    padding: 10px 20px;
    border: 0;
    border-radius: 30px;
    font-size: 14px
}

.btn:hover {
    background: #000;
    color: #fff
}

.ptb {
    padding: 50px 0
}

.pobox {
    padding: 55px 30px;
    text-align: center;
    position: relative;
    border: 1px solid #e2e2e2;
    background: #000000;
    z-index: 1;
    color: #fff;
    /* padding-top: 23px; */
    /* min-height: 224px; */
    background-size: cover;
    background-position: bottom;
    border-radius: 20px;
}

.pobox:after {
    content: '';
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: transparent; */
    margin: auto;
    /* border: 1px dashed #e0bb01; */
    z-index: -1;
    background: url(../images/feature-one-shape-1.webp);
    background-size: cover;
    background-position: bottom;
    border-radius: 20px;
}

.pobox i {
    font-size: 47px;
    color: #f5c138;
    margin-bottom: 10px;
}

.catslider {
    background: #00715d;
    border-radius: 0px 40px;
}

.catbox {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.cattext a {
    display: block;
    background: antiquewhite;
    color: #111;
    padding: 10px;
    text-align: center;
    margin-top: 6px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
}

.product-grid {
    margin-bottom: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ddd;
}

product-grid {
    font-family: 'Poppins',sans-serif;
    border: 5px dashed rgba(96,79,147,0.3)
}

.product-grid .product-image {
    overflow: hidden;
    position: relative
}

.product-grid .product-image a.image {
    display: block
}

.product-grid .product-image img {
    width: 100%;
    height: auto
}

.product-grid .product-image .pic-1 {
    -webkit-transition: all .5s ease 0;
    -o-transition: all .5s ease 0;
    transition: all .5s ease 0
}

.product-grid:hover .product-image .pic-1 {
    opacity: 1
}

.product-grid .product-image .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease 0;
    -o-transition: all .5s ease 0;
    transition: all .5s ease 0
}

.product-grid:hover .product-image .pic-2 {
    opacity: 1
}

.product-grid .product-links {
    font-size: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    bottom: 0;
}

.product-grid .product-links li {
    /* width: 35px; */
    margin: 0;
    /* display: inline-block; */
    /* opacity: 0; */
    /* -webkit-transform: translateY(40px); */
    -ms-transform: translateY(40px);
    /* transform: translateY(40px); */
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0
}

.product-grid .product-links li:nth-child(1) {
    /* width: calc(100% - 105px); */
    /* -webkit-transform: translateY(0) translateX(-100px); */
    -ms-transform: translateY(0) translateX(-100px);
    /* transform: translateY(0) translateX(-100px); */
}

.product-grid .product-links li:nth-child(2) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.product-grid .product-links li:nth-child(3) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.product-grid .product-links li:nth-child(4) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.product-grid:hover .product-links li {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.product-grid .product-links li a {
    color: #fff;
    background: #00715d87;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
    height: 35px;
    display: block;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 0px;
}

.product-grid .product-links li a:hover {
    color: #fff;
    background-color: #ffc93a
}

.product-grid .product-links li a i {
    line-height: inherit
}

.product-grid .product-content {
    padding: 15px 15px 12px;
    background: #faebd7;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    border-radius: 20px;
    align-items: center;
}

.product-grid .title {
    font-size: 16px;
    font-weight: 400;
    /* text-transform: capitalize; */
    /* letter-spacing: .5px; */
    margin: 0 0 0px;
}

.product-grid .title a {
    color: #171717;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    font-weight: 600;
}

.product-grid .price {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    /* width: calc(100% - 89px); */
    display: inline-block;
    background: #111;
    padding: 6px 10px;
    border-radius: 20px;
}

.product-grid .rating {
    color: #eda704;
    font-size: 12px;
    width: 85px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    display: none
}

@media screen and (max-width: 990px) {
    .product-grid {
        margin:0 0 30px
    }
}

.ttitle {
    color: #111;
    position: relative;
    display: inline-block;
    margin-bottom: 0
}

.ttitle:after {
    height: 10px;
    width: 10px;
    right: -14px;
    bottom: 7px;
    z-index: -1
}

.single-features-box {
    /* padding: 44px 20px 20px; */
    padding-top: 0;
    position: relative;
    margin-bottom: 30px;
    background: #f3f1f1;
    padding: 30px 30px;
    text-align: center;
    position: relative;
    border: 1px solid #e2e2e2;
    background: #000000;
    z-index: 1;
    color: #fff;
    /* padding-top: 23px; */
    min-height: 327px;
    background-size: cover;
    background-position: bottom;
    border-radius: 20px;
}

.single-features-box .icon {
    font-size: 30px;
    color: var(--main-color);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 75px;
    background: #ffc93a;
    text-align: center;
    height: 75px;
    border-radius: 13px;
    line-height: 73px;
    top: -42px;
    margin: auto;
    margin-bottom: 20px;
}

.single-features-box .icon h4 {
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 0
}

.testi-slider .owl-nav {
    position: absolute;
    right: 0;
    top: -80px;
}

.testi-slider .owl-nav button {
    height: 50px!important;
    width: 50px!important;
    line-height: 50px!important;
    text-align: center!important;
    border: 0 solid #333!important;
    margin-left: 10px!important;
    background: #f5c138!important;
    border-radius:10px;
}

.testimonial {
    padding: 70px 38px 100px;
    margin-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
    background: linear-gradient(45deg, #ffffff, transparent);
    border: 1px solid #ddd;
}

.testimonial:after {
    content: "\f10d";
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    font-size: 30px;
    color: #00715d;
    position: absolute;
    top: 20px;
    left: 37px;
}

.testimonial .description {
    font-size: 14px;
    color: #666;
    line-height: 26px
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -30px;
    left: 0
}

.testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%
}

.testimonial .testimonial-title {
    font-size: 20px;
    color: #000;
    position: absolute;
    bottom: 20px;
    left: 126px
}

.testimonial .testimonial-title small {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 7px
}

.owl-theme .owl-controls .owl-page.active span {
    background: #00adb7
}

.conin {
    background: #f76300
}

.middiv {
    padding: 50px 0
}

.abtt img {
    width: 400px;
    float: left;
    margin-right: 20px;
}

.inner-bg2 {
    background-image: url(../images/bread.jpg)
}

.inner-banner {
    position: relative;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat
}

.inner-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear,left bottom, left top,from(#0101017d),to(#6e6d6d00));
    background: -o-linear-gradient(bottom,#0101017d,#6e6d6d00);
    background: linear-gradient(360deg,#0101017d,#6e6d6d00)
}

.inner-banner .inner-title {
    padding-top: 20px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.inner-banner .inner-title h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    margin-top: 25px;
    text-align: center;
}

.inner-banner .inner-title ul {
    border-radius: 5px;
    list-style: none;
    padding: 3px;
    margin: 0;
    text-align: left;
    display: inline-block;
    background: #ffc93ad4
}

.inner-banner .inner-title ul li {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-right: 40px;
    font-weight: 500
}

.inner-banner .inner-title ul li a {
    color: #181818
}

.inner-banner .inner-title ul li {
    font-size: 16px;
    color: #181818;
    display: inline-block;
    position: relative;
    margin: 0 3px;
    font-weight: 500
}

.product-detail-img img {
    width: 100%
}

.detail-ul li {
    margin-bottom: 10px;
    list-style: none
}

.quantity {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.quantity input {
    width: 60px;
    height: 40px;
    line-height: 1.65;
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid var(--main-color);
    text-align: center;
    margin: 0
}

.quantity input:focus {
    outline: 0
}

.quantity-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 14px
}

.quantity-button {
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #000;
    font-size: 13px;
    line-height: 1.7;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.quantity-button.quantity-up,.quantity-button.quantity-down {
    height: 40px;
    width: 40px;
    line-height: 35px;
    font-size: 31px;
    background: #222;
    color: #fff;
    font-weight: 100;
    border-radius: 5px
}

.detail-btns {
    margin-left: 0;
    margin-top: 30px
}

.tab {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0 -2px;
    background: #111;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    margin-right: 10px;
}

.nav-header {
    /* border: 1px solid #eee; */
}

.panels {
    background: #fff;
    width: 100%;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.panel {
    display: none;
    -webkit-animation: fadein .8s;
    animation: fadein .8s
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: 700
}

.radio {
    display: none
}

#one:checked ~ .panels #one-panel,#two:checked ~ .panels #two-panel,#three:checked ~ .panels #three-panel {
    display: block
}

#one:checked ~ .tabs #one-tab,#two:checked ~ .tabs #two-tab,#three:checked ~ .tabs #three-tab {
    background: #00715d;
    color: #fff;
}

.panels p {
    font-weight: 300
}

h4.review-heading {
    font-weight: 800
}

.review-list li {
    border-top: 1px solid #ddd;
    margin: 10px 0 0;
    padding: 10px 0 0
}

.review-list li p {
    margin-bottom: 5px;
    display: block
}

.review-list li .r-date,.r-star {
    display: inline-block
}

.r-date {
    float: right
}

.r-star {
    display: inline-block!important
}

p.r-name {
    font-weight: 700
}

.review-form .form-control {
    margin-bottom: 20px
}

.review-heading {
    margin-top: 30px
}

.star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 1.5em;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 .2em;
    text-align: center;
    width: 5em
}

.star-rating input {
    display: none
}

.star-rating label {
    color: #ccc;
    cursor: pointer
}

.star-rating :checked ~ label {
    color: #f90
}

.star-rating label:hover,.star-rating label:hover ~ label {
    color: #fc0
}

.bold {
    font-weight: 700
}

.chk-form .form-control {
    margin-top: 0
}

.show-password input[type="checkbox"] {
    margin-right: 10px;
    width: 15px;
    float: left;
    margin-top: 5px
}

.chk-show:checked ~ .diff-add {
    display: block
}

.chk-show:checked ~ .show-pass {
    display: block
}

.payment-option {
    margin-top: 20px
}

.payment-option li p span {
    padding: 20px;
    background: #fff;
    display: none
}

.payment-option li [type="radio"]:checked ~ span {
    display: block;
    word-wrap: break-word;
}

.order-detail-box {
    padding: 15px
}

.order-detail-table {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.payment-option [type="radio"]:checked,.payment-option [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

.payment-option [type="radio"]:checked + label,.payment-option [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: 600
}

.payment-option [type="radio"]:checked + label:before,.payment-option [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
}

.payment-option [type="radio"]:checked + label:after,.payment-option [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #F87DA9;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.payment-option [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.payment-option [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.show-pass {
    display: none
}

.diff-add {
    display: none
}

.payment-option li {
    list-style: none
}

.b-img img {
    width: 100%;
    margin-bottom: 10px
}

.blog-box {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px
}

.rel-blog ul li {
    list-style: none
}

.b-text .default-btn {
    font-size: 13px;
    padding: 0;
    color: #f76300
}

.top-icoon1 ul li {
    list-style: none
}

.top-icoon1 ul li div {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #ffc93a;
    color: #111;
    text-align: center;
    line-height: 71px;
    margin-bottom: 10px;
    font-size: 28px;
    border-radius: 50%;
}

.top-icoon1 ul li p {
    margin-bottom: 0;
    color: #fff;
}

.top-icoon1 ul li span a {
    color: #fff;
    font-weight: 800
}

.sscoaial a {
    margin: 0 3px
}

.abt {
    /* background: -webkit-gradient(linear,left bottom, left top,from(#dcdcdc),to(transparent)); */
    background: -o-linear-gradient(bottom,#dcdcdc,transparent);
    /* background: linear-gradient(360deg,#dcdcdc,transparent); */
    position: relative
}

.abt:after {
    position: absolute;
    content: '';
    background: #F9F4E8;
    width: 28%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: -1;
}

.btn span {
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    display: inline-block;
    line-height: 33px;
    margin-left: 10px;
    display: none;
}

.products {
    background: #000
}

.testi {
    background: url(../images/Unasdtitled-1.jpg);
    position: relative;
    background-size: cover;
    background-position: right bottom;
}

.testi:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 34%;
    height: 100%;
    background: antiquewhite;
    background-size: cover;
    border-radius: 40px 0px;
    z-index: -1;
}

.testo {
    /* padding: 50px; */
}

.footer-section {
    background-color: #283734;
    position: relative;
    overflow: hidden;
    z-index: 9
}

.footer-section:before {
    content: "";
    position: absolute;
    top: -146%;
    left: -18%;
    width: 44%;
    height: 257%;
    transform: rotate(54deg);
    background-color: #222222;
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    z-index: -10
}

.footer-section:after {
    position: absolute;
    content: "";
    background-color: #222222;
    top: -24%;
    right: 4%;
    width: 26%;
    height: 264%;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    z-index: -10
}

.footer-top {
    padding-top: 78px;
    padding-bottom: 50px
}

.footer-top p,.company-footer-contact-list li {
    color: #fff
}

.company-footer-contact-list {
    margin-top: 10px
}

.company-footer-contact-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.company-footer-contact-list li + li {
    margin-top: 5px
}

.company-footer-contact-list li i {
    margin-right: 10px;
    font-size: 20px;
    display: inline-block
}

.footer-top .site-logo {
    margin-bottom: 25px;
    display: block;
    max-width: 170px
}

.widget-title {
    text-transform: capitalize
}

.footer-top .widget-title {
    color: #fff;
    margin-bottom: 40px
}

.courses-link-list li + li {
    margin-top: 10px
}

.courses-link-list li a {
    color: #fff;
    text-transform: capitalize;
    font-family: var(--para-font);
    font-weight: 400
}

.courses-link-list li a:hover {
    color: #ffb606
}

.courses-link-list li i {
    margin-right: 5px
}

.footer-top .small-post-title a {
    font-family: var(--para-font);
    color: #fff;
    font-weight: 400
}

.small-post-item .post-date {
    color: #ffb606;
    margin-bottom: 3px;
    font-family: var(--para-font);
    font-weight: 400
}

.small-post-list li + li {
    margin-top: 30px
}

.news-letter-form {
    margin-top: 15px
}

.news-letter-form input {
    width: 100%;
    padding: 12px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none
}

.news-letter-form input[type="submit"] {
    width: auto;
    border: none;
    background-color: #ffb606;
    padding: 9px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    margin-top: 10px
}

.footer-bottom {
    padding: 13px 0;
    border-top: 1px solid rgba(255,255,255,0.149)
}

.copy-right-text {
    color: #fff
}

.copy-right-text a {
    color: #ffb606
}

.terms-privacy li + li {
    margin-left: 30px
}

.terms-privacy li a {
    color: #fff;
    position: relative
}

.terms-privacy li a:after {
    position: absolute;
    content: "-";
    color: #fff;
    display: inline-block;
    top: 0;
    right: -18px
}

.terms-privacy li + li a:after {
    display: none
}

.site-logo img {
    width: 100%
}

.footer-section ul li {
    list-style: none
}

.catbox img {
    width: 100%;
    border-radius: 10px;
}

.middiv .testimonial {
    background: #f5f5f5;
    padding: 60px 120px;
    color: #fff
}

.relcertbox ul {
    padding-left: 0
}

.relcertbox ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
    width: 100%
}

.relcertbox ul li .cattimg {
    width: 82px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.relcertbox ul li .cattext {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.relcertbox ul li .cattimg img {
    width: 100%
}

.relcertbox {
    padding: 0 27px 10px;
    position: sticky;
    top: 25px
}

.cattexts h6 a {
    color: #111
}

.top-icoon1 {
    border: 1px solid #e1e1e1;
    padding: 20px;
    text-align: center;
    background: #00715d;
    border-radius: 30px 0px;
}

.terms-privacy {
    margin-bottom: 0
}

.b-text h4 a {
    color: #111
}

.pobox h3 {
    font-size: 20px
}

.pobox p {
    font-size: 14px
}
.whatsapp-link {
    position: fixed;
    width: 200px;
    bottom: 24px;
    left: 10px;
    z-index: 9;
}
.whatsapp-link img{
    width: 100%;
}
.whatsapp-link {
    position: fixed;
    width: 200px;
    bottom: 24px;
    left: 10px;
    z-index: 9;
}
.whatsapp-link img{
    width: 100%;
}
.single-features-box:after {
    content: '';
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: transparent; */
    margin: auto;
    /* border: 1px dashed #e0bb01; */
    z-index: -1;
    background: url(../images/feature-one-shape-1.webp);
    background-size: cover;
    background-position: bottom;
    border-radius: 20px;
    
}
.product-image img{
    border-radius: 10px;
}