@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
    font-family: "Public Sans", sans-serif !important;
}
body,
html {
    overflow-x: hidden;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.navbar-toggler {
    outline: none !important;
    border: none !important;
}
.header_bg {
    background-image: url(../images/ayurveda_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.header_img_overlay {
    width: 20%;
}
.header_content {
    margin-top: 6rem;
    margin-bottom: 4rem;
}
.bg-purple {
    background-color: #683f95;
}
.text-purple {
    color: #683f95;
}
.text-green {
    color: #a3c744;
}
.text-orange {
    color: #f59333;
}
.header_img1_animate {
    animation: mover 4s infinite alternate;
}
/* .figmal_section {
    border-left: #239698 solid;
    border-width: 15px;
} */
.figmal_img_1 {
    border-radius: 20px;
    box-shadow: -30px -25px #23969875;
}
.benefits_bg {
    /* background-image: url("../../assets/images/Rectangle\ 14.png"); */
    background-color: #eaf5f5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carousel_section_bg {
    /* background-image: url("../../assets/images/Rectangle\ 20.png"); */
    /* background-color: #eaf5f5; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.benefits_content {
    font-size: 14px;
}
.input-group-text {
    background-color: #239698 !important;
}
@media screen and (min-width: 768px) {
    .head_nav {
        padding: 0px 50px !important;
    }
    .about_figmal_section {
        padding: 10px 50px;
    }
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(170%);
    }
}
.header_img2_animate {
    animation: mover2 4s infinite alternate;
    top: 25rem;
}
@keyframes mover2 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-200%);
    }
}
@media screen and (max-width: 992px) {
    .badge {
        font-size: 15px !important;
    }
    .header_content {
        margin-top: 1rem;
    }
    @keyframes mover {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(25rem);
        }
    }
    @keyframes mover2 {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-25rem);
        }
    }

    .carousel-item {
        min-height: 410px !important;
    }
}

.navbar-toggler:focus {
    box-shadow: none !important;
}
.navbar-toggler {
    outline: none !important;
    border: none !important;
}
.header_bg {
    background-image: url(../images/ayurveda_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.header_img_overlay {
    width: 20%;
}
.header_content {
    margin-top: 6rem;
    margin-bottom: 4rem;
}
.bg-purple {
    background-color: #683f95;
}
.text-purple {
    color: #683f95;
}
.text-green {
    color: #a3c744;
}
.text-orange {
    color: #f59333;
}
/* .figmal_section {
    border-left: #239698 solid;
    border-width: 15px;
} */
.figmal_img_1 {
    border-radius: 20px;
    box-shadow: -30px -25px #23969875;
}
.benefits_bg {
    /* background-image: url("../../assets/images/Rectangle\ 14.png"); */
    background-color: #eaf5f5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carousel_section_bg {
    /* background-image: url("../../assets/images/Rectangle\ 20.png"); */
    /* background:#eaf5f5; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.benefits_content {
    font-size: 14px;
}
.input-group-text {
    background-color: #239698 !important;
}
.header_img_2 {
    top: 20rem;
}
.btn-outline-purple {
    border: 1px solid #239698 !important;
    color: #239698 !important;
}
.btn-outline-purple:hover {
    background-color: #239698 !important;
    color: #fff !important;
}
@media screen and (min-width: 768px) {
    .head_nav {
        padding: 0px 50px !important;
    }
    .about_figmal_section {
        padding: 10px 50px;
    }
}
@media screen and (max-width: 992px) {
    .header_img_1 {
        top: -25px !important;
    }
    .header_img_2 {
        top: 28rem !important;
    }
    .overlay_image {
        overflow: hidden;
        min-width: 300px;
        object-fit: cover;
    }
    .badge {
        font-size: 15px !important;
    }
    .header_content {
        margin-top: 1rem;
    }
    .carousel-item {
        min-height: 410px !important;
    }
}

.overlay_image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.2s all;
}
.overlay_image a {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.overlay_image:hover::after {
    background: rgba(0, 0, 0, 0.658);
    transition: 0.5s all;
}
.overlay_image:hover a {
    display: block;
    z-index: 1;
}
.overlay_image {
    overflow: hidden;
    min-width: 300px;
    object-fit: cover;
}
.overlay_image img {
    transition: 0.5s all;
}
.overlay_image:hover img {
    transform: scale(1.1);
}

.btn-purple {
    background-color: #239698 !important;
    color: white !important;
    border: 1px solid #239698 !important;
}

.navbar-nav .btn-new-nav,
.header_bg .btn-new-nav {
    background-color: #239698;
    color: #fff;
}
.navbar-nav .btn-new-nav:hover,
.header_bg .btn-new-nav:hover {
    background-color: #239698;
    color: #fff;
}
.navbar-nav .btn-new-nav1:hover,
.header_bg .btn-signup-header:hover {
    background-color: #239698;
    box-shadow: 0px 0px 0px #239698;
    color: #fff;
}
.bg-organic {
    background-color: #239698;
}
.navbar-nav .btn-new-nav1,
.header_bg .btn-signup-header {
    background: #ffffff;
    border: 2px solid #239698;
    box-shadow: 0px 0px 5px #239698 inset;
    color: #239698;
}
.bg_images_group {
    background: #eaf5f5;
    padding: 40px 0px;
}
.head_nav h1::after {
    left: 50%;
    content: "";
    position: absolute;
    width: 15%;
    height: 2px;
    background: #239698;
    bottom: -11px;
    transform: translateX(-50%);
}
.cart_card .card_body {
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    text-align: center;
}
.benefits_icons {
    padding: 17px;
}
.cart_card .btn-outline-teal {
    border: 2px solid #239698;
    color: #239698;
}
.cart_card .btn-outline-teal:hover {
    background-color: #239698;
    color: #fff;
}
.our_products_section h1::after,
.video_gallery h1::after {
    left: 50%;
    content: "";
    position: absolute;
    width: 7%;
    height: 2px;
    background: #239698;
    bottom: -11px;
    transform: translateX(-50%);
}
.carousel_section_bg h1::after {
    left: 50%;
    content: "";
    position: absolute;
    width: 15%;
    height: 2px;
    background: #239698;
    bottom: -11px;
    transform: translateX(-50%);
}
.fresh_farm {
    color: #239698;
}
.benefits_h1::after {
    left: 50%;
    content: "";
    position: absolute;
    width: 14%;
    height: 2px;
    background: #239698;
    bottom: -11px;
    transform: translateX(-50%);
}
.footer {
    background: #051616;
}
.footer .footer_text {
    color: #bfbfbf;
}
.footer_icon {
    background: #1e2e2e;
    border-radius: 50%;
    font-size: 23px;
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}
nav.navbar {
    border-bottom: 2px solid #239698;
}
.breadcrumb-section {
    background-color: #f8f8f8;
    position: relative;
    overflow: hidden;
}
.breadcrumb-section .breadcrumb-contain {
    padding: calc(26px + 14 * (100vw - 320px) / 1600) 0;
    text-align: center;
    color: #222;
    font-family: "Public Sans", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb-section .breadcrumb-contain h2 {
    font-weight: 700;
    font-size: calc(16px + 6 * (100vw - 320px) / 1600);
    margin-bottom: 0;
}
.breadcrumb-section .breadcrumb-contain nav {
    margin-left: auto;
}
.breadcrumb-section .breadcrumb-contain nav .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.breadcrumb-section .breadcrumb-contain nav .breadcrumb .breadcrumb-item {
    font-weight: 500;
    color: #000;
}
.breadcrumb-section
    .breadcrumb-contain
    nav
    .breadcrumb
    .breadcrumb-item
    + .breadcrumb-item {
    position: relative;
}
.breadcrumb-section
    .breadcrumb-contain
    nav
    .breadcrumb
    .breadcrumb-item.active {
    color: #000;
    margin-top: 2px;
}
.breadcrumb-section
    .breadcrumb-contain
    nav
    .breadcrumb
    .breadcrumb-item
    + .breadcrumb-item::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "";
    color: #4a5568;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
}
.text-teal {
    color: #239698;
}
.why_choose_us {
    background-color: #f8f8f8;
}
.mission_img {
    border-radius: 30px;
}
.vision_img {
    border-radius: 30px;
}
.contact_form {
    background: #f8f8f8;
    padding: 45px;
    border-radius: 10px;
}
.form_contact_new label {
    color: #4a5568;
}
.form_contact_new .input_form {
    padding: 15px 10px;
    border: 0px;
}

.contact-detail .contact-detail-box {
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    padding: calc(15px + 12 * (100vw - 320px) / 1600)
        calc(15px + 12 * (100vw - 320px) / 1600)
        calc(15px + 12 * (100vw - 320px) / 1600)
        calc(30px + 11 * (100vw - 320px) / 1600);
    position: relative;
    border-radius: 10px;
    margin-left: 22px;
}
.contact-detail .contact-detail-box .contact-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: -21px;
    background-color: #239698;
    padding: 13px;
    border-radius: 7px;
    display: inherit;
    color: #fff;
}
.contact-detail .contact-detail-box .contact-detail-title h4 {
    font-weight: 600;
    font-size: calc(16px + 2 * (100vw - 320px) / 1600);
    margin-top: -2px;
}
.contact-detail .contact-detail-box .contact-detail-contain p {
    margin: 0;
    font-size: calc(14px + 1 * (100vw - 320px) / 1600);
    line-height: 1.5;
    color: #4a5568;
    margin-bottom: -5px;
}
.contact-title h3::after {
    content: "";
    position: absolute;
    width: 17%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background: #239698;
}
.contact_form .btn-submit {
    background-color: #239698;
    color: #fff;
    padding: 10px 20px;
}
.contact_form .btn-submit:hover {
    background-color: #239698;
    color: #fff;
    padding: 10px 20px;
}
.btn-teal,
.bg-teal {
    background-color: #239698 !important;
    color: #fff !important;
}
.btn-teal:hover {
    background-color: #239698 !important;
    color: #fff !important;
}
.border-teal {
    border-bottom: 2px solid #239698 !important;
}

.product-box:hover .product-image .product-option {
    bottom: 15px;
    opacity: 1;
}
.product-box {
    padding: calc(8px + 6 * (100vw - 320px) / 1600);
    border-right: 1px solid rgba(74, 85, 104, 0.3);
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    /* max-width: 300px; */
}
.product-box .product-image {
    text-align: center;
    padding: 20px;
    position: relative;
}
.product-box .product-image img {
    width: 100%;
    height: 140px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-box .product-image .product-option {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: -5px;
    background-color: #fff;
    width: 70%;
    padding: 10px 5px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
    box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 320px;
}
.product-box .product-image .product-option li {
    position: relative;
    width: 33.33%;
}
.product-box .product-image .product-option li a {
    color: #222;
}
.product-box .product-image .product-option li + li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #4a5568;
    opacity: 0.3;
}
.product-box .product-detail a {
    color: #222;
    display: block;
}
.product-box .product-detail a h6.name-2 {
    -webkit-line-clamp: 1;
}

.product-box .product-detail a h6.name {
    font-weight: 600;
    line-height: 22px;
    height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.product-box .product-detail .product-rating {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(4px + 3 * (100vw - 320px) / 1600);
}
.product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0px;
}
.rating li {
    line-height: 0;
    list-style: none;
}
.product-box .sold.weight {
    font-size: 13px;
    margin: calc(5px + 3 * (100vw - 320px) / 1600) 0;
    line-height: normal;
}
.product-box .sold {
    font-weight: 600;
    margin-top: 3px;
    line-height: 21px;
    font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.product-box .counter-box {
    display: block;
    position: relative;
}
.product-box .counter-box h6 {
    margin-top: 0;
}
.rating li .feather.fill {
    fill: #ffb321;
}
.rating li .feather {
    width: 14px;
    height: 14px;
    stroke: #ffb321;
}
.product-box .product-image .product-option li a .feather {
    width: 17px;
    height: auto;
    color: #4a5568;
}
.product-box .counter-box .addtocart_btn .add-button,
.product-box .counter-box .addtocart_btn .add_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 7px 11px;
    background-color: #239698;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-box .counter-box .addtocart_btn .add-button,
.product-box .counter-box .addtocart_btn .add_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 7px 11px;
    background-color: #239698;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-box .counter-box .addtocart_btn .qty-box {
    display: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    margin-top: 0;
    max-width: 155px;
}
.product-box .qty-box {
    max-width: 210px;
}
.qty-box {
    margin-top: 10px;
    width: 100%;
    max-width: 250px;
}
.products_grid {
    grid-template-columns: repeat(4, auto);
    border: 1px solid rgba(74, 85, 104, 0.3);
    border-radius: 10px;
    /* padding: 0 14px; */
}

@media (max-width: 768px) {
    .products_grid {
        grid-template-columns: repeat(2, auto);
    }
    .products_grid .addtocart_btn span {
        display: none;
    }
    .testimonial_2 {
        margin-top: 75px !important;
    }
}

.cr-blog {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}
.cr-blog .cr-blog-content {
    padding: 24px;
    text-align: left;
}
.cr-blog .cr-blog-content img {
    width: 70px;
    height: 70px;
}
.cr-blog .cr-blog-content h5 {
    margin-top: 5px;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #2b2b2d;
}
.cr-blog .cr-blog-image {
    position: relative;
    overflow: hidden;
}
.cr-blog .cr-blog-image img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.cr-blog .cr-blog-content span code {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.cr-product-card {
    height: 100%;
    padding: 12px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cr-product-card .cr-product-image {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .cr-product-card .cr-product-image .cr-image-inner {
        pointer-events: none;
    }
}
.cr-product-card .cr-product-image .cr-image-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.zoom-image-hover {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid #e9e9e9;
    background-color: #f7f7f8;
    border-radius: 5px;
}
/* .cr-product-card .cr-product-image .cr-image-inner img {
    width: 100%;
    border-radius: 5px;
} */
.cr-product-card .cr-product-image .cr-image-inner img {
    width: 100%;
    object-fit: contain;
    height: 250px;
    padding: 15px;
    border-radius: 5px;
}
.zoom-image-hover img {
    width: 100%;
    display: block;
    margin: auto;
}
.cr-product-card .cr-product-image .cr-side-view {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    z-index: 20;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 15px;
    right: -40px;
    display: -ms-grid;
    display: grid;
    opacity: 0;
}
.cr-product-card .cr-product-image .cr-side-view a {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 100%;
}
.cr-product-card .cr-product-image .cr-side-view a i {
    font-size: 18px;
    line-height: 10px;
    color: #000;
    text-decoration: none;
}
.cr-product-card:hover .cr-product-image .cr-side-view {
    right: 12px;
    opacity: 1;
}
.cr-product-card .cr-shopping-bag {
    background-color: #239698;
    border: 1px solid #239698;
    border-radius: 25px;
    color: #fff;
    width: 13em;
}
.cr-product-card .cr-product-image .cr-shopping-bag i {
    color: #fff;
}
.cr-product-details a.title {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    line-height: 24px;
    color: #2b2b2d;
}
@media only screen and (max-width: 1199px) {
    p.cr-price {
        font-size: 14px;
    }
}

p.cr-price {
    font-size: 16px;
    line-height: 1.75;
}
p.cr-price .new-price {
    color: #239698;
    font-weight: 700;
}
@media only screen and (max-width: 1199px) {
    p.cr-price .old-price {
        font-size: 12px;
    }
}
p.cr-price .old-price {
    margin-left: 5px;
    font-size: 13px;
    text-decoration: line-through;
}

.cr-product-details .cr-star i {
    margin: 0 1px;
    font-size: 15px;
    color: #f5885f;
}
/* testimonial */
.cr-testimonial {
    margin-top: -6px;
    padding: 65px 15px 20px 15px;
    position: relative;
    background-color: #f7f7f8;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
.cr-testimonial::before {
    width: 50px;
    height: 50px;
    content: "";
    background-image: url(../images/left-quote.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 30px;
    opacity: 0.5;
}
.cr-testimonial .cr-testimonial-image {
    width: 100%;
    position: absolute;
    top: -58px;
    left: 0;
    right: 0;
}
.cr-testimonial .cr-testimonial-image img {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    border: 13px solid #9acfd0;
}
.cr-testimonial .cr-testimonial-image::after {
    width: 121px;
    height: 63px;
    content: "";
    position: absolute;
    bottom: 0px;
    border: 1px solid #e9e9e9;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top: none;
    z-index: 0;
}
.cr-testimonial .cr-testimonial-inner {
    margin: 10px auto 0 auto;
    display: block;
    text-align: center;
}
.cr-testimonial::after {
    width: 50px;
    height: 50px;
    content: "";
    background-image: url(../images/left-quote.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 20px;
    right: 30px;
    opacity: 0.5;
}
.cr-testimonial .cr-testimonial-inner h4.title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.833;
    color: #2b2b2d;
}
.cr-testimonial .cr-testimonial-inner .cr-star i {
    font-size: 16px;
    color: #f5885f;
}

.single-shopping-card-one {
    padding: 15px;
    background: #fff;
    border-radius: 6px;
}
.document_img {
    border: 1px solid #b5b5b5;
    box-shadow: 3px 5px 7px #ddd;
    border-radius: 10px;
}
.document_img img {
    border-radius: 10px;
}
.gallery-img {
    width: auto;
    height: 300px;
    object-fit: contain;
    padding: 15px;
}
.gallery-card {
    background-color: #f1f1f1 !important;
}
