@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000000;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 25px;
    font-family: 'montserrat-medium-font';
}


/***** Font Files *****/

@font-face {
    font-family: 'montserrat-medium-font';
    src: url(../font/Montserrat-Medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-regular-font';
    src: url(../font/Montserrat-Regular.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-bold-font';
    src: url(../font/Montserrat-Bold.ttf);
    font-weight: 400;
    font-style: normal
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 12px 18px;
    border: unset;
    border-radius: 5px;
    color: #ffffff;
    z-index: 1;
    background: #013626;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: capitalize;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 5px;
    background-color: #000000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #ffffff !important;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'montserrat-bold-font';
    font-size: 65px;
    line-height: 80px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 20px;
}

h2 {
    font-family: 'montserrat-bold-font';
    font-size: 63px;
    line-height: 1.2;
    color: #242424;
    font-weight: 500;
    margin: 0 0 8px;
}

h3 {
    font-family: 'montserrat-bold-font';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 5px;
}

h4 {
    font-family: 'montserrat-bold-font';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'montserrat-regular-font';
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 4px;
}

h6 {
    font-family: 'montserrat-regular-font';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 20px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #333;
    padding: 10px 23px;
    font-size: 16px;
}


.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #013626;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}
.headeer-icon-btn ul li a > i {
    height: 40px;
    width: 40px;
    background: #00000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #013626;
    color: #013626;
}

.headeer-icon-btn ul li a {
    padding: 0;
}

.headeer-icon-btn ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}


.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */
.dis-block{
    display: block;
}
.banner_text h3 {
    font-size: 38px;
    font-weight: bold;
}
.banner_text p {
    color: #000;
    width: 75%;
}
.side-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}
.banner-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.header-icons {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-icons-number {
    padding: 5px 18px;
    background: #dedede;
    color: #013626;
    border-radius: 4px;
}

.menuSec h4 {
    margin-bottom: 0px;
}

.header-icons-bag {
    position: relative;
    height: 40px;
    width: 40px;
    background: #013626;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
}

.header-icons-bag-number {
    position: absolute;
    top: -10px;
    right: -12px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #013626;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* About us */

section.about {
    /* padding: 160px 0 150px; */
    position: relative;
    margin: 180px 0px 200px;
}

.container-fluid {
    padding: 0 5%;
}

.abt-img img {
    object-fit: cover;
    border-radius: 10px;
}

img.abt-1 {
    width: 82%;
    height: 490px;
}

img.abt-2 {
    position: absolute;
    right: 40px;
    border-radius: 30px;
    bottom: -50px;
    border: 10px solid #fff;
}

.abt-img {
    position: relative;
}

img.abt-3 {
    position: absolute;
    bottom: -130px;
    left: 10px;
    border-radius: 24px;
    border: 8px solid #fff;
}

img.leaf-01 {
    position: absolute;
    left: 0;
    top: -80px;
}


.theme_btn.btn3 {
    margin-top: 20px;
}

.theme_btn.btn3 {
    background: #dfb44b;
    color: #000;
}

.theme_btn.btn3:before {
    background: #013626;
}

.theme_btn.btn3:hover {
    color: #fff;
}

.theme_btn.btn3 img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(83%) saturate(7500%) hue-rotate(216deg) brightness(109%) contrast(113%);
}

.theme_btn.btn3:hover img {
    filter: unset;
}

section.tab_sec h5 {
    color: #fff;
}

span.green {
    color: #013626;
}


/* end */
.theme_btn.theme-btn-one {
    background: #dfb44b;
    color: #000;
}
.heading-green {
    color: #013626;
}
.product-top-heading {
    text-align: center;
    margin-bottom: 50px;
}

section.popular-product-sec {
    padding: 60px 0px 80px;
    background: #dfb44b;
    margin-bottom: 30px;
}
.product-slider-box {text-align: center;}

.product-slider-box-img img {
    width: 100%;
}

.product-slider-box-img {
    margin-bottom: 14px;
}

.product-slider-box-text p {
    color: #013626;
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 16px;
}

.product-slider-box-text h5 {
    margin-bottom: 6px;
}

.product-slider-box-text a {
    color: #fff;
    background: #013626;
    padding: 6px 10px;
    border-radius: 2px;
}

.product-slider-box {
    padding-bottom: 20px;
}
.product-slider .slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.product-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.product-slider .slick-active {
    opacity: 1;
}
.product-slider .slick-prev:before {
    content: '\f053';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 30px;
    left: -20px;
}
.product-slider .slick-next:before {
    content: '\f105';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 33px;
    right: -10px;
}

/* Oil advantage */

section.oil-advantage {
    padding: 80px 0;
}

section.oil-advantage .top-heading {
    text-align: center;
    margin-bottom: 90px;
}

.advantage-wrap ul li h3 {
    font-weight: 700;
    font-size: 25px;
}

.advantage-wrap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
    margin-bottom: 80px;
}

.advantage-wrap ul li:first-child {
    width: 80%;
}

.advantage-wrap ul li:last-child {
    width: 20%;
}

.adv-wraop-sec ul li:first-child {
    width: 20%;
}

.adv-wraop-sec ul li:last-child {
    width: 80%;
}

.adv-wraop-sec ul {
    text-align: start;
}

section.oil-advantage .top-heading h5 {
    color: #dfb44b;
}

/* end  */

/* Center banner */

section.center-banner {
    text-align: center;
    padding: 100px 0 0px;
    background: #013626;
    position: relative;
    margin-bottom: 100px;
}

section.center-banner:before {
    position: absolute;
    content: '';
    background-image: url(../images/enjoy-img-left.png);
    background-size: cover;
    width: 200px;
    height: 330px;
    left: 0;
    top: 12%;
    background-position: right;
}

section.center-banner:after {
    position: absolute;
    content: '';
    background-image: url(../images/enjoy-img-left.png);
    background-size: cover;
    width: 407px;
    height: 100%;
    right: 140px;
    top: 3%;
    background-position: left;
}

span.golden {
    color: #dfb44b;
}

section.center-banner h2 {
    color: #fff;
    margin-bottom: 17px;
    font-size: 49px;
}

section.center-banner p {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #fff;
}

section.center-banner .theme_btn.btn3:hover {
    border: 1px solid #fff;
}

.bg-blck-text h1 {
    font-size: 29px;
    line-height: 42px;
    margin: 56px 0px 1px;
    color: #FFFFFF17;
    text-transform: uppercase;
}

/* end  */

.our-blog-slider-box-img img {
    width: 100%;
}

.our-blog-slider-box-img {
    position: relative;
}
.our-blog-slider-box-img-number {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 7px 12px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    color: #000;
}

.our-blog-slider-box {
    box-shadow: 0px 0px 6px 0px #00000080;
    border-radius: 13px 13px 2px 2px;
    margin: 10px 0px;
}

.our-blog-slider-box-text {
    text-align: center;
    padding: 25px 0px;
}

.our-blog-slider-box-text-icon i {
    font-size: 22px;
}

.our-blog-slider-box-text-iconn ul {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.our-blog-slider-box-text-icon {
    position: relative;
    margin-top: 12px;
}

.our-blog-slider-box-text-iconn {
    position: absolute;
    top: -47px;
    left: 0;
    right: 0;
    background: #000;
    width: 32%;
    padding: 9px 0px;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 54% 90%, 50% 100%, 50% 100%, 46% 90%, 0 90%);
}

.our-blog-slider-box-text-iconn ul li a i {
    font-size: 13px;
    color: #fff;
}


.our-blog-slider-box-text-icon .our-blog-slider-box-text-iconn {
    display: none;
}

.our-blog-slider-box-text-icon:hover .our-blog-slider-box-text-iconn {
    display: block;
}
.our-blog-slider-box-text h4 {
    color: #333333;
    font-family: 'montserrat-medium-font';
}
.our-blog-top-heading {
    text-align: center;
    margin-bottom: 20px;
}
.our-blog-slider .slick-active {
    opacity: 1;
}

.our-blog-slider .slick-prev:before {
    content: '\f053';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 30px;
    left: -20px;
}
.our-blog-slider .slick-next:before {
    content: '\f105';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 33px;
    right: -10px;
}

.our-blog-slider .slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.our-blog-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.our-blog-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
section.our-blog-sec {
    margin-bottom: 100px;
}
footer {
    background: #013626;
    padding: 90px 0px 0px;
}

footer h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
}

footer h5 {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'montserrat-bold-font';
    font-size: 26px;
}

.footer-logo ul {
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer-logo ul li a i {
    color: #fff;
    font-size: 18px;
}

.quick-links ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.quick-links ul li {
    margin-bottom: 18px;
}

.footer-info ul li {
    margin-bottom: 18px;
}

.footer-info ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-btm-text {
    text-align: center;
    padding: 20px 0px;
    color: #fff;
    border-top: 1px solid #fff;
    margin-top: 20px;
}

.footer-btm-text p {
    margin-bottom: 0px;
}



section.main_slider.inner-main-slider .carousel-caption {
    height: 100%;
    top: 0px !important;
}

.banner_textinner-banner-text ul {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}

.banner_textinner-banner-text ul li a {
    color: #000;
}

.banner_textinner-banner-text h1 {
    color: #242424;
}

.banner-img.inner-banner-ing img {
    height: 72vh;
    width: 100%;
    object-fit: cover;
}
section.mission-sec {
    margin-bottom: 100px;
}

section.our-blog-sec.our-blog-inner-sec {
    margin: 100px 0px;
}
.our-blog-slider-box.our-blog-inner-pg {
    margin: 0px 0px 30px;
    border-radius: 20px 20px 6px 6px;
}

.blog-detail-cocail-link ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
    margin-top: 80px;
    border-top: 2px solid rgba(113, 113, 113, 0.15);
    padding-top: 30px;
}
.blog-detail-cocail-link ul li a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #ffff;
    background-color: #365493;
}
a.colour-2 {
    background-color: #3CF !important;
}
a.colour-3 {
    background-color: #CB2027 !important;
}
a.colour-4 {
    background-color: #0274B3 !important;
}
a.colour-5 {
    background-color: #37AEE2 !important;
}
.blogs-older {
    margin-top: 50px;
    border-bottom: 2px solid rgba(113, 113, 113, 0.15);
    padding-bottom: 30px;
}
.blogs-older .row {
    align-items: center;
}
.blogs-older ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
}
.blogs-older ul li a {
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #000;
}
.blogs-older ul li h2 {
    font-size: 20px;
    margin-bottom: 0;
    color: #BBB;
}
.blogs-older ul li p {
    font-size: 14px;
    margin-bottom: 0;
}
.blods-icon a {
    text-align: center;
    color: #000;
}

.blods-icon {
    text-align: center;
}
.Leave-a-reply {
    margin-top: 50px;
}
.Leave-a-reply h2 {
    font-size: 25px;
}
.Leave-a-reply p {
    font-size: 19px;
    color: #777777;
    margin-bottom: 40px;
}
.Leave-a-reply label {
    font-size: 20px;
    color: #393939;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: "Playfair Display", serif;
}
.Leave-a-reply span {
    color: red;
    font-size: 16px;
}
.Leave-a-reply textarea {
    width: 100%;
    height: 200px;
    border: 2px solid #e6e6e6;
    padding: 15px 15px;
    margin-bottom: 30px;
}
.Leave-a-reply input {
    width: 100%;
    height: 50px;
    border: 2px solid #e6e6e6;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.blogs-detail-check-box {
    display: flex;
    align-items: center;
    gap: 12px;
}
.Leave-a-reply label {
    font-size: 20px;
    color: #393939;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: "Playfair Display", serif;
}
.blogs-detail-check-box input {
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 0 !important;
}
.blogs-detail-button {
    margin-top: 25px;
}
.blogs-detail-button button {
    background: #013626;
    color: #fff;
    border: none;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
}


 /*Get In Touch Start*/
 .get-touch-heading h2 {
    /* color: #2c3a5a; */
}

.iconbox i {
    font-size: 36px;
    background: #013626;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding:  0;
    color: #fff;
    /* outline: 14px solid #eef2f5; */
    margin-bottom: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.get-touch-heading {
    text-align: center;
}
.get-touch-sec {
    padding: 80px 0;

}
.iconbox {
    text-align: center;
}
.iconbox a {
    font-size: 16px;
    /* font-weight: 500; */
    color: #000000;
}
.iconbox p {
    color: #787e82;
    padding-top: 1%;
}
.get-touch-iconbox {
    padding: 81px 0;
}

.iconbox {
    width: 100%;
    height: 210px;
    padding: 40px 0;
}
.iconbox.chan {
    box-shadow: 0 0 30px 0 #00000017;
    width: 100%;
    height: 250px;
}

.scroll-paga a {
   background: linear-gradient(to right,#017bf9 0%,#74a7f3 50%,#017bf9 50%,#74a7f3 100%) no-repeat scroll right bottom / 210% 100% #f57872;
    font-size: 30px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
}
.scroll-paga {
    position: fixed;
    right: 35px;
    bottom: 45px;
}

 /*Get In Touch End*/

 .input-form-sd input {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 20px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
}

.input-form-sd textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 20px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    height: 190px;
}

.input-form-sd button {
    padding: 15px 30px;
    border: unset;
    background: #013626;
    color: #fff;
    border-radius: 7px;
    font-size: 18px;
}


/* Side Bar Cart */

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.4s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.cart-sidebar.active {
    right: 0;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.cart-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
}

.cart-item img {
    width: 100px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
}

.cart-item-details {
    flex: 1;
    margin-left: 15px;
}

.qty-box {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    border: 1px solid #42424233;
}

.qty-box button {
    width: 40px;
    height: 40px;
    background: none;
    cursor: pointer;
    border: 0;
}

.qty-count {
    min-width: 24px;
    text-align: center;
    color: #000000 !important;
    font-weight: 600;
}

.remove-item {
    background: none;
    border: none;
    color: #888;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.cart-note {
    font-size: 13px;
    color: #666;
    margin-top: 40px;
    padding: 20px 20px;
}

.cart-footer {
    padding: 20px;
    border-top: 1px solid #eee;
}

.checkout-btn {
    width: 100%;
    padding: 15px;
    background: #000000;
    color: #fff;
    font-weight: bold;
    display: block;
    border: none;
    cursor: pointer;
    text-align: center;
}

button.close-cart {
    border: 0;
    background: transparent;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
}

.cart-item-details h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

button.remove-item {
    color: #000;
}


/* Side Bar Cart */




/* InnerPage Login start */
.login-body {
  background: url(../images/login-bg.png) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}

.text-blue {
  color: #100c6c;
}

.text-black {
  color: #000 !important;
}

.log-in-wrap {
  padding: 40px 40px;
  border: 2px solid #000;
  float: right;
  width: 100%;
  border-radius: 10px;
  background: #fdfdfd;
}

.form-group {
  margin-bottom: 15px;
}


.log-in-wrap h2 {
  margin: 0 0 20px 0;
  text-align: left;
  color: #000000;
  font-size: 35px;
  text-transform: capitalize;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
}

.log-in-wrap.signup-bg h2 {
  color: #000;
}

.log-in-wrap.signup-bg input::placeholder {
  color: #fff;
}

.login_btn {
  width: 100%;
  background: #013626;
  padding: 14px;
  display: block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 2px solid var(--yellow2);
  transition: 0.5s all;
  /* font-family: 'Montserrat'; */
}

.contact-page-main .form-control {
  height: 45px;
  background-color: #ffffff;
  border-color: #d5d5d5;
}

.log-in-page-main .form-check label.form-check-label {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  font-weight: 300;

  color: #000;
}

.form-check-input:checked {
  background-color: var(--yellow2);
  border-color: var(--yellow2);
}

.log-in-page-main .form-check,
.forgot-pass {
  display: inline-block;
}

.forgot-pass a {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}

.term-condition:hover {
  color: #000;
}

.forgot-pass a:hover {
  color: var(--yellow2);
}

.agree-text {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
}

.term-condition {
  font-weight: 500;
  margin-left: 10px;
  color: var(--yellow2);
  border-bottom: 2px solid var(--yellow2);
  /* font-size: 15px; */
}

.form-check {
  float: left;
  padding-left: 0;
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 22px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000;
  border-radius: 40px;
}

.log-in-wrap input::placeholder {
  font-weight: 500 !important;
  font-family: 'Poppins' !important;
  color: #b2b2b2 !important;
}


.login_btn:hover {
  color: #000;
}

.login-forms {
  padding: 80px 0;
}

.login-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0;
}

.login-menu ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

.header-main-right {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.login-menu {
  width: 100%;
}

.sign-up-btn {
  width: 42%;
}

.sign-up-btn a {
  color: var(--yellow1);
  border: 1px solid var(--yellow1);
  padding: 10px 25px;
  border-radius: 60px;
  font-size: 18px;
}

.sign-up-btn a:hover {
  background: var(--yellow1);
  color: #000;
}

.log-in-wrap.signup-bg .form-control::placeholder {
  color: #000;
  font-family: 'Montserrat', sans-serif;
}


.term-condition {
  color: #013626 !important;
  border-color: #000;
  border-bottom: 1px solid;
}

.log-in-wrap.signup-bg button.login_btn:hover {
  color: #000;
  border-color: #000;
}

.form-check .form-check-input:checked[type=checkbox] {
  filter: invert(1);
}

.form-check label {
  cursor: pointer;
  color: #000;
  font-family: 'Poppins';
}


.form_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-group input::placeholder {
  color: #000 !important;
}

/* InnerPage Login end */


/* Side Bar Cart */

.banner_text.inner-cart {
    background: unset;
    display: flex;
}

.carousel-item.active.inner-shop img {
    height: 201px;
}

.banner_text.inner-cart a {
    font-size: 26px;
    font-weight: 400;
}

.banner_text.inner-cart span i {
    color: #000;
}

.banner_text.inner-cart.wow.fadeInLeft span {
    padding-left: 16px;
    color: #3c3b3b;
    font-weight: 300;
}

th.Total {
    text-align: end;
}

.cart_sec {
    padding: 60px 0 101px;
}

.cart_table table tbody tr td img {
    height: 94px;
    width: 100px;
    margin: 0;
}

.Manna {
    display: flex;
    /* align-items: center; */
    gap: 21px;
    padding: 21px 0;
}

td.Total {
    text-align: end;
}

.accordion-button:not(.collapsed) {
    background: unset;
    color: #000000;
    box-shadow: unset;
    padding: 17px 0px 0 178px;
    font-size: 19px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.accordion-item {
    border: unset;
}

.accordion-body input {
    width: 75%;
    height: 50px;
    padding: 10px;
}

.accordion-body button {
    height: 51px;
    width: 24%;
    border: unset;
}

.accordion-body {
    padding: 0;
    margin-top: 25px;
}

.cart-total h5 {
    padding: 11px 0;
    border-bottom: 1px solid #cbcbcb;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    border-bottom: 1px solid #00000047;
    border-top: 1px solid #02020245;
    padding: 18px 0;
}

.subtotal h5 {
    font-size: 17px;
    border: unset;
    padding: 0;
}

.Total\$ {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
}

.Total\$ h4 {
    font-weight: 600;
}

.Crunch p {
    font-size: 13px;
}

.Crunch span {
    color: #073f25;
}

.Crunch a {
    text-decoration: underline;
    font-size: 11px;
}

.Crunch a:hover {
    text-decoration: none;
}

.cart_table table th {
    font-size: 21px;
    font-weight: 400;
}

.checkout {
    padding: 100px 0;
    position: relative;
}

.contact_info h3 {
    font-size: 23px;
}

.contact_info p {
    padding-bottom: 14px;
    padding-top: 6px;
}

.contact_info input {
    width: 100%;
    height: 51px;
    padding: 10px;
    border: 1px solid #7c7c7c;
}

.Billing_address h3 {
    font-size: 25px;
}

.Billing_address p {
    padding-bottom: 14px;
    padding-top: 5px;
}

.Billing_address input {
    width: 100%;
    height: 50px;
    padding: 11px;
    margin: 11px 0;
    border: 1px solid #7c7c7c;
}

.Billing_address select {
    width: 100%;
    height: 51px;
    appearance: inherit;
}

.Billing_address select {
    margin: 11px 0;
    padding: 9px;
}

.contact_info {
    padding-bottom: 40px;
}

.Billing_address {
    padding-bottom: 50px;
}

button.opt-field-btn {
    width: 100%;
    height: 42px;
    background: #fff;
    border: unset;
    font-size: 19px;
    font-weight: 600;
}

button.opt-field-btn:hover {
    background: #c5c5c5;
    text-decoration: underline;
}

.info {
    display: flex;
    /* align-items: center; */
    gap: 10px;
    border: 1px solid red;
    padding: 12px;
    background: #ffdfdf;
    margin-top: 30px;
}

.info i {
    color: #ffffff;
    font-size: 18px;
    background: red;
    height: 25px;
    width: 39px;
    border-radius: 66px;
    text-align: center;
    padding-top: 4px;
}

.add-optianal-field span {
    margin-left: 11px;
}

.add-optianal-field {
    padding-top: 30px;
    padding-bottom: 30px;
}

.add-optianal-field textarea {
    width: 100%;
    padding: 8px;
    height: 213px;
}

input.check-box {
    margin-bottom: 3px;
    height: 28px;
    width: 22px;
}

.place-order {
    border-top: 1px solid #7c7c7c;
}

.place-order p {
    padding-top: 25px;
    padding-bottom: 21px;
}

.place-order button {
    width: 100%;
    height: 44px;
    border: unset;
}

.place-order button:hover {
    background: #b5b5b5;
}

.Manna.check img {
    height: 65px;
    width: 65px;
}

.cart-total.check {
    border: 1px solid #7c7c7c;
    padding: 12px;
    position: sticky;
    top: 0;
}

.Crunch.check p {
    font-size: 11px;
    line-height: 16px;
    font-weight: 800;
}

.Crunch.check h5 {
    border: unset;
}

.dollar {
    color: #063a06;
    font-weight: 600;
}

.product_detail {
    padding: 70px 0;
}

.rating_div {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.prduct-detail-img img {
    width: 100%;
    height: 401px;
}

.detatil-content span {
    font-weight: 600;
}

.detatil-content h3 {
    font-weight: 400;
    padding: 20px 0;
    font-size: 28px;
}

.detatil-content h6 {
    font-size: 26px;
    padding: 0px 0 20px;
    color: #0b3a16;
    font-weight: 700;
}

.detatil-content p {
    padding-bottom: 17px;
    font-size: 14px;
    font-weight: 500;
}

a.header-cart1 {
    background: #ddce7b;
    height: 44px;
    display: flex;
    width: 141px;
    text-align: center;
    justify-content: center;
    padding-top: 9px;
    margin-top: 11px;
}

.box {
    display: flex;
    gap: 33px;
    align-items: center;
}

.zoomable {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

.zoomable__img {
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transition: transform 0.15s linear;
}

.zoomable--zoomed .zoomable__img {
    cursor: zoom-in;
    transform: scale(var(--zoom, 2));
}

.share {
    display: flex;
    gap: 7px;
    padding-top: 12px;
}

.share span {
    font-size: 17px;
}

.share a {
    padding: 0 4px;
    color: #7c7c7c;
}

.share a:hover {
    color: #000;
}

.Rev {
    border-top: 1px solid #000;
    padding: 31px 0 101px;
}

button.qty-plus.detail {
    border-left: 1px solid;
    width: 25px;
}

button.qty-minus.detail {
    border-right: 1px solid;
    width: 25px;
}

button.qty-minus.detail:hover {
    background: #0b3a16;
}

button.qty-plus.detail:hover {
    background: #0b3a16;
}


/*  product Detail Review Section Start */


/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "\f005";
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}


/* Rating Stars */

.prod-detail-description {
    position: relative;
    padding: 0 0 80px;
}

.prod-detail-description .nav-tabs .nav-link {
    color: #0e0e0f;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    width: fit-content;
    padding: 15px;
    background: transparent;
    margin-right: 10px;
    border-radius: 0 !important;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border-bottom: 3px solid #f9ac01 !important;
    border: 0;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border-bottom: 3px solid #000 !important;
    border: 0;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: center;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #0000002b;
    margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #00000029;
    margin: 5px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    resize: none;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 5px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 10px 26px;
    border-radius: 0;
    border: 1px solid #ddce7b;
    font-size: 16px;
    text-transform: uppercase;
    background: #ddce7b;
    color: #fff;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
    font-family: "Montserrat";
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: #000;
    font-family: "Roboto";
}

.prod-detail-description .prd-det-review-form .row {
    /* align-items: center; */
}

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    font-size: 14px;
    color: #0b0c0c;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 30px 0;
}

section.prod-detail-description .client-box {
    margin: 30px 0;
}

section.prod-detail-description .client-ineer-box::before {
    display: none;
}


/*  product Detail Review Section End */

.rating:not(:checked)>input {
    position: absolute;
    appearance: none;
}

.rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.rating:not(:checked)>label:before {
    content: "\f005";
    font-family: "Font Awesome 6 Free";
}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #e58e09;
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.rating>input:checked~label {
    color: #ffa723;
}

.Reviews-content p {
    font-weight: 500;
}

.Reviews-content {
    padding: 22px 0 0 0;
}

.Flavors {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.Related_products_content h3 {
    padding-bottom: 23px;
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
}

.Related_products_content h3::before {
    position: absolute;
    content: '';
    width: 45px;
    height: 3px;
    background: #0b3a16;
    bottom: 23px;
}

.Related_products {
    padding: 50px;
    border-top: 1px solid #00000042;
}

.rating_div p span {
    color: red;
}

.prod-detail-description .prd-review-input label span {
    color: red;
}

.copy {
    display: flex;
    gap: 10px;
    align-items: baseline;
    padding-bottom: 12px;
}

.shopping_card i {
    background: #ffffff;
    height: 46px;
    width: 46px;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    color: #000000;
}

.shopping_card i:hover {
    color: #000;
}

.shopping_card {
    position: absolute;
    z-index: 1;
    right: -108px;
    top: 4px;
    transition: 0.5s;
}

.product-img.detail img {
    height: 301px;
    width: 301px;
}

.product-text.detail {
    width: 301px;
}

.product-main {
    position: relative;
    overflow: hidden;
}

.product-main:hover .shopping_card {
    right: 10px;
}

.Proceed {
    text-align: center;
    padding-top: 15px;
}

#section {
    /* width: 500px; */
    /* height: 400px; */
    word-wrap: break-word;
}

.moretext {
    display: none;
}
section.product-detail-btm {
    margin-bottom: 100px;
}

.product-detail-btm-top-heading h2 {
    font-size: 32px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.product-detail-btm-top-heading h2:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 2px;
    width: 120px;
    background: #000000;
}
.footer-logo img {
    width: 60%;
    margin-bottom: 20px;
}


.product_top_bar {
    background-color: unset;
    padding: 30px;
}
.product_heading h4 {
    font-size: 18px;
    font-family: 'montserrat-medium-font';
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #242424;
}
.product_heading h4 a {
    color: #777777;
    font-weight: 500;
}

.product_show ul li {
    font-family: 'montserrat-medium-font';
    font-size: 18px;
    font-weight: 500;
    color: #242424;
}
.product_show ul li a {
    font-family: 'montserrat-medium-font';
    font-size: 18px;
    font-weight: 400;
    color: #777777;
}
.product_grid ul {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin-bottom: 0px;
    justify-content: center;
}
.product_grid ul li a {
    color: #00000094;
    font-size: 20px;
}
.product_select {
    display: flex;
    align-items: center;
}
.product_select select {
    padding: 0 10px;
    appearance: auto;
    width: 100%;
    height: 40px;
    border: unset;
    border-radius: 6px;
    font-family: 'montserrat-medium-font';
    font-size: 18px;
    font-weight: 600;
    background: unset;
    border-bottom: 1px solid #000 !important;
    border-radius: unset;
}
.product_show ul {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 0px;
}
.shop-box-img img {
    width: 100%;
    margin-bottom: 10px;
    height: 360px;
    object-fit: cover;
}

.shop-box-text {
    text-align: center;
}

.shop-box-text h5 {
    margin-bottom: 12px;
}

.shop-box-text-boxone h4 {
    font-size: 14px;
    color: #012511;
}

.shop-box-text-boxtwo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.shop-box-text-boxtwo ul li a i {
    color: #b6b6b6;
}

.header-cart.shop-box-text-boxtwo-link {
    display: inline-block;
    background: #013626;
    padding: 12px 10px;
    color: #fff;
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 12px;
    height: 46px;
}

.header-cart.shop-box-text-boxtwo-link .shop-box-text-boxtwo-link i {
    display: none;
}

.header-cart.shop-box-text-boxtwo-link:hover .shop-box-text-boxtwo-link i {
    display: block;
    font-size: 12px;
}

.header-cart.shop-box-text-boxtwo-link:hover .shop-box-text-boxtwo-link p {
    display: none;
}

.header-cart.shop-box-text-boxtwo-link .shop-box-text-boxtwo-link p {
    margin-bottom: 0px;
}

.shop-box {
    height: 580px;
    margin-bottom: 20px;
    transition: 0.5s;
}

.shop-box:hover {
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 0px 6px 0px #0000003b;
    transition: 0.5s;
}

.shop-box .shop-box-text-boxtwo {
    display: none;
    transition: 0.5s;
}

.shop-box:hover .shop-box-text-boxtwo {
    display: block;
    transition: 0.5s;
}

.shop-box:hover .shop-box-text-boxone {
    display: none;
}
.benefits-medical-box h2 {
    font-size: 43px;
}

.benefits-medical-box p {
    margin-bottom: 30px;
}

.benefits-medical-box h3 {
    font-size: 22px;
}
section.benefits-medical-sec {
    margin-bottom: 100px;
}