/*

Theme Name: Biosash v1

Theme URI: https://www.webunlimited.in/

Description: Custom Theme Made by WebU

Author: WebU

Author URI: https://www.webunlimited.in/

License: GNU General Public License version 3.0

License URI: http://www.gnu.org/licenses/gpl-3.0.html

Version: 3

*/


/* vietnamese */


/* Shorthands */



.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.line {
    text-decoration: line-through;
}

.justify {
    text-align: justify;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.b0 {
    bottom: 0;
}

.b5 {
    bottom: 5px;
}

.t0 {
    top: 0;
}

.t5 {
    top: 5px;
}

.t-30 {
    top: -30px;
}

.l0 {
    left: 0;
}

.l5 {
    left: 5px;
}

.r0 {
    right: 0;
}

.r5 {
    right: 5px;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.block {
    display: block;
}

.none {
    display: none;
}

.fltleft {
    float: left;
}

.fltright {
    float: right;
}

.case {
    text-transform: capitalize
}

.lase {
    text-transform: lowercase
}

.uase {
    text-transform: uppercase
}

a.tdnone:link {
    text-decoration: none;
}

a.tdnone:visited {
    text-decoration: none;
}

a.tdnone:hover {
    text-decoration: none;
}

a.lblack:link {
    color: #000;
}

a.lblack:visited {
    color: #000;
}

a.lblack:hover {
    color: #000;
}

a.lwhite:link {
    color: #fff;
}

a.lwhite:visited {
    color: #fff;
}

a.lwhite:hover {
    color: #fff;
}

a.lblue:link {
    color: #418AC2;
}

a.lblue:visited {
    color: #418AC2;
}

a.lblue:hover {
    color: #418AC2;
}

a.lred:link {
    color: #F30;
}

a.lred:visited {
    color: #F30;
}

a.lred:hover {
    color: #F30;
}

.green {
    color: #008000;
}

.red {
    color: #F00;
}

.black {
    color: #000;
}

.white {
    color: #FFF;
}

.yellow {
    color: #FCF500;
}

.blue {
    color: #2196F3;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs36 {
    font-size: 36px;
}

.fs45 {
    font-size: 45px;
}

.bgwhite {
    background-color: #FFF;
}

.bgblack {
    background-color: #000;
}

.bgblue {
    background-color: #1995dc;
}

.bgred {
    background-color: #D01B1B;
}

.bgorange {
    background-color: #F56E12;
}

.mg0 {
    margin: 0px;
}

.mg5 {
    margin: 5px;
}

.mg10 {
    margin: 10px;
}

.mgt0 {
    margin-top: 0px;
}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt40 {
    margin-top: 40px;
}

.mgt50 {
    margin-top: 50px;
}

.mgt70 {
    margin-top: 70px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgb30 {
    margin-bottom: 30px;
}

.mgl5 {
    margin-left: 5px;
}

.mgl10 {
    margin-left: 10px;
}

.mgl20 {
    margin-left: 20px;
}

.mgr5 {
    margin-right: 5px;
}

.mgr10 {
    margin-right: 10px;
}

.mgr20 {
    margin-right: 20px;
}

.w20 {
    width: 20%
}

.w25 {
    width: 25%
}

.w33 {
    width: 33%
}

.w50 {
    width: 50%
}

.w100 {
    width: 100%;
}

.pd0 {
    padding: 0px;
}

.pd3 {
    padding: 3px;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd20 {
    padding: 20px;
}

.pd30 {
    padding: 30px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.border1 {
    border: 1px solid;
}

.border2 {
    border: 2px solid;
}

.bblack {
    color: #000;
}

.bwhite {
    color: #FFF;
}

.bradius3 {
    border-radius: 3px;
}

.bradius6 {
    border-radius: 6px;
}

.bradius9 {
    border-radius: 9px;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.border-right {
    border-right: 1px solid #e2e2e2
}

.sdivider {
    height: 6px;
    background: #ddd;
    display: block;
    width: 100%;
    clear: both;
}

.vdivider {
    border-right: 6px solid #ddd
}



/*Responsive Videos */



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed,
    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*custom css start*/

/*

font-family: 'Barlow', sans-serif;

font-family: 'Barlow Condensed', sans-serif;

........

font-family: 'Barlow', sans-serif;

font-family: 'Barlow Condensed', sans-serif;

font-family: 'Barlow Semi Condensed', sans-serif;

*/

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background: #43b02a;
}

::-webkit-scrollbar-track {
    background: black;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span, font {
    font-family: 'Barlow Condensed', sans-serif;
}

    a,
    a:hover {
        text-decoration: none
    }



/* vietnamese */
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Barlow Condensed ExtraLight'), local('BarlowCondensed-ExtraLight'), url(https://fonts.gstatic.com/s/barlowcondensed/v5/HTxwL3I-JCGChYJ8VI-L6OO_au7B497yz3nWuZEC.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Barlow Condensed ExtraLight'), local('BarlowCondensed-ExtraLight'), url(https://fonts.gstatic.com/s/barlowcondensed/v5/HTxwL3I-JCGChYJ8VI-L6OO_au7B497yz3jWuZEC.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Barlow Condensed ExtraLight'), local('BarlowCondensed-ExtraLight'), url(https://fonts.gstatic.com/s/barlowcondensed/v5/HTxwL3I-JCGChYJ8VI-L6OO_au7B497yz3bWuQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Barlow Condensed Regular'), local('BarlowCondensed-Regular'), url(https://fonts.gstatic.com/s/barlowcondensed/v5/HTx3L3I-JCGChYJ8VI-L6OO_au7B6x7T2kn3.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Barlow Condensed Regular'), local('BarlowCondensed-Regular'), url(https://fonts.gstatic.com/s/barlowcondensed/v5/HTx3L3I-JCGChYJ8VI-L6OO_au7B6x_T2kn3.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Barlow Condensed Regular'), local('BarlowCondensed-Regular'), url(https://fonts.gstatic.com/s/barlowcondensed/v5/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    background: #f7f7f7 !important;
}

.sticky {
    position: sticky !important;
    top: 0;
    width: 100%;
    background: #fff !important
}

    .sticky .main-nav a:after {
        background: #43b02a !important;
    }

   /* .sticky a,
    .sticky a span {
        color: #43b02a !important
    }*/

#header {
    display: block;
    min-height: 75px;
    position: relative;
    z-index: 5;
    transition: all .5s;
    background: rgb(255 255 255 / 0.70);
    width: 100%
}

    #header .logo a {
        display: block;
        font-weight: 700;
        font-size: 30px;
        padding: 4px 0;
        text-decoration: none
    }

    #header .logo {
        position: absolute;
        left: 65px;
        top: 0;
        min-height: 85px
    }

    #header .container-fluid {
        position: relative
    }

    #header .logo img {
        width: 200px
    }

.sticky span.protect-span {
    display: block;
}

.sticky .logo img {
    width: 200px !important;
}

.logo a span {
    display: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.main-nav .drop-down > ul li a:before {
    transform: rotate(-90deg);
}

.main-nav > ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    float: none
}

    .main-nav > ul > li {
        position: static;
        float: left;
        margin-right: 5px;
    }

.main-nav a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    opacity: 1;
    color: rgb(21 84 6);
    padding-right: 15px;
    z-index: 1;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.navbar-nav > li {
    position: static;
}

.main-nav a:focus,
.main-nav a:hover {
    color: #43b02a;
    background: transparent !important
}

.main-nav a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #43b02a;
    left: 10px;
    bottom: 7px;
    transition: 0.5s;
}

.main-nav a:hover:after,
.main-nav a:focus:after {
    width: 50px;
}

.main-nav .drop-down ul {
    display: none;
    list-style: none;
    position: absolute;
    left: 0;
    z-index: 99;
    padding-left: 30px !important;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: all .3s;
    right: 0;
    max-width: 720px;
    width: 100%;
    margin: auto; /*opacity: 0;top: calc(100% + 30px);visibility: hidden*/
}

.main-nav .drop-down:hover > ul {
    display: block;
    visibility: visible /*opacity: 1;top: 100%;visibility: visible*/
}

.main-nav .drop-down li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 160px;
}

.main-nav .drop-mrdia ul li {
    min-width: 225px !important;
}


.main-nav .drop-down ul a {
    padding: 5px 15px;
    font-size: 17px;
    color: #253d52;
    text-align: left;
}

ul.inner-ul {
    left: 180px !important;
    top: calc(100% + -40px) !important;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
    color: #253d52
}

.main-nav .drop-down > a:before {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
    right: 5px !important;
    position: absolute;
}

.main-nav .drop-down > a {
    padding-right: 35px;
    text-align: left;
}

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -285px;
    width: 285px;
    padding-top: 18px;
    background: #43b02a;
    transition: .4s
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .mobile-nav a {
        position: relative;
        display: block;
        font-size: 15px;
        line-height: 30px;
        font-weight: 400;
        opacity: 1;
        color: #fff !important;
        padding-right: 15px;
        z-index: 1;
        text-transform: capitalize;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease
    }

        .mobile-nav a:hover,
        .mobile-nav .active > a,
        .mobile-nav li:hover > a,
        .mobile-nav li:focus > a {
            color: #fff;
            text-decoration: none;
            background: transparent !important
        }

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important
}

.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 6px;
    top: 10px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5
}

.mobile-nav .active.drop-down > a:after {
    transform: rotate(90deg);
    background: #fff;
    color: #1e1e2a
}

.mobile-nav .drop-down > a {
    padding-right: 35px
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden
}

.mobile-nav .drop-down li {
    padding-left: 20px
}

.mobile-nav-toggle {
    position: relative;
    float: left;
    left: 10px;
    top: 17px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all .4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    display: none
}

    .mobile-nav-toggle i {
        margin: 10px 18px 0 0;
        color: #253d52
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    right: 0;
    position: fixed;
    background: rgb(117 182 73 / 79%);
    overflow: hidden;
    display: none
}

    .mobile-nav-overly .fa-times {
        position: absolute;
        right: 15px;
        top: 20px;
        color: #fff;
        cursor: pointer;
        font-size: 20px
    }

.mobile-nav-active {
    overflow: hidden
}

    .mobile-nav-active .mobile-nav {
        left: 0
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #000
    }

/*log search cart*/

#header .log a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
    line-height: 30px;
    font-size: 20px;
}

#header .log {
    position: absolute;
    right: 30px;
    top: 5px;
    min-height: 50px;
    padding-top: 13px;
    transition: all 0.5s;
    background: transparent;
}

    #header .log .dropdown-menu {
        left: unset;
        right: -40px;
        text-align: center;
        min-width: 115px;
    }

.navbar-right {
    margin-right: 165px !important;
}

.log .dropdown-menu li {
    display: block;
    padding: 5px;
    line-height: 1.5;
    margin-bottom: 5px;
    cursor: pointer;
}

.log .dropdown-menu > li > a {
    display: block !important;
    padding: 3px 20px !important;
    color: #1a1a1a !important;
    clear: both;
    font-weight: 400;
    line-height: 1.5 !important;
    white-space: nowrap;
}

.head1 .log a {
    padding: 15px !important;
    color: #ffffff !important;
    transition: all 0.5s;
    line-height: 48px;
    color: #ffffff;
    font-size: 20px !important;
    letter-spacing: 1px;
}

span.india {
    display: inline-block;
}

    span.india img {
        width: 25px;
        height: 25px;
        border-radius: 100%;
        border: 2px solid #ffffff;
    }

/*search*/

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgb(117 182 73 / 0.85);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 100%;
        color: white;
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
    }

    #search .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 61px;
        margin-left: -45px;
        background-color: #43b02a;
        display: inline-block !important;
        background: #43b02a;
        color: #fff;
        border-radius: 30px;
        padding: 7px 35px;
        font-size: 17px;
        font-weight: normal;
        border: 1px solid #ffffff;
        transition: all 0.5s;
        letter-spacing: 1px;
        overflow: hidden;
        text-decoration: none;
        z-index: 1;
        box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 31%);
    }

    #search .close {
        position: fixed;
        top: 20px;
        right: 20px;
        color: #fff;
        background-color: #43b02a;
        border-color: #43b02a;
        opacity: 1;
        padding: 4px 10px;
        font-size: 25px;
        border-radius: 100%;
    }

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

/*mega icon*/

.main-nav .drop-down .mega {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translateX(-25%);
    right: 50%;
    left: 0;
    top: 100%;
    z-index: 99; /*top: calc(100% + 30px);opacity: 0;visibility: hidden;*/
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    padding-left: 15px;
    min-width: 1100px;
    width: 100%;
}

.main-nav .drop-down:hover > .mega {
    display: flex; /*opacity: 1;top: 100%;visibility: visible;*/
}

.mega-icon {
    min-width: 100px;
    height: 85px;
    margin-bottom: 15px;
}

    .mega-icon img {
        width: 35px;
        display: block;
        margin: auto;
    }

    .mega-icon a {
        color: #43b02a !important;
        line-height: 30px;
        font-size: 17px !important;
        padding: 0 !important;
        text-align: center;
        margin: 0px 10px;
        font-weight: 300;
    }

        .mega-icon a:hover {
            color: #43b02a !important;
        }

.mobile-nav .drop-down .mega {
    display: none;
    overflow: hidden;
}

.mega-icon a:after {
    display: none;
}

/*slider*/

#banner-slider {
    top: -75px;
}

.slide-overlay h2 {
    color: #ffffff;
    margin: 0;
    font-size: 30px;
    font-weight: 200;
}

.slide-overlay {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    background: rgb(0 0 0 / 0.40);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#banner-slider .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

#banner-slider .swiper-slide {
    text-align: center;
    height: 100vh;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top left !important;
}

.mobile-banner {
    display: block;
}

.slide-overlay h2 {
    color: #ffffff;
    margin: 0;
    font-size: 30px;
    font-weight: 200;
}

.slide-overlay {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    background: rgb(0 0 0 / 0.40);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

li.drop-down.drop-event {
    position: relative;
}

.main-nav li.drop-down.drop-event ul {
    display: none;
    list-style: none;
    position: absolute;
    left: 0;
    z-index: 99;
    padding-left: 0px !important;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: all .3s;
    right: 0;
    min-width: 150px;
    width: 100%;
    margin: auto;
}

.main-nav li.drop-down.drop-event:hover > ul {
    display: block;
    visibility: visible;
}


@media all and (max-width:1199px) {

    #banner-slider .swiper-slide {
        height: 80vh;
        background-position: center left !important;
    }
}

@media all and (max-width:767px) {

    #banner-slider .swiper-slide {
        height: auto;
        background: none !important;
    }

    .mobile-banner {
        display: block;
        width: 100%;
    }
}

/*4boxes*/

.box-wrapper {
    position: relative;
}

    .box-wrapper .container {
        max-width: 1000px;
        width: 100%;
        margin: auto;
    }

#box-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.box-container {
    background: rgb(0 0 0 / 74%);
    width: 100%;
    padding: 10px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    margin: 1px;
    min-height: 130px;
    max-width: 270px;
    width: 100%;
}

    .box-container h3 {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 19px;
        color: #ffffff;
        display: block;
        text-transform: capitalize;
        line-height: 23px;
        font-weight: 400;
        text-align: center;
    }

    .box-container span {
        display: block;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
    }

    .box-container a {
        display: block;
    }

.box-commn {
    padding: 1px;
}

.box-container img {
    width: 50px;
    display: block;
    margin: auto;
    filter: invert(1);
    position: relative;
}

.box-container:hover {
    background: #43b02a;
}

/*sea content*/

.sea-head {
    position: relative;
    padding: 40px 0px;
    background: #ffffff;
}

.sea-content {
    max-width: 900px;
    width: 100%;
    margin: auto;
}

    .sea-content h2 {
        text-align: center;
        text-transform: capitalize;
        font-size: 55px;
        padding-bottom: 10px;
        position: relative;
        letter-spacing: 1px;
        margin-bottom: 50px;
        color: #43b02a;
        font-weight: 200;
    }

        .sea-content h2:after {
            position: absolute;
            content: "";
            background: #43b02a;
            height: 1px;
            width: 130px;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -8px;
        }

    .sea-content span {
        color: #43b02a;
        font-size: 25px;
        text-align: center;
        font-weight: 200;
        position: relative;
        letter-spacing: 1px;
        margin-bottom: 10px;
        display: block;
    }

    .sea-content p {
        line-height: 1.4;
        margin: 0 0 15px;
        padding: 0;
        color: #000000;
        font-size: 24px;
        font-weight: 200;
        text-align: center;
        letter-spacing: 1px;
    }

/*about*/

#about-slider {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 0px;
    background: #ffffff;
}

    #about-slider img {
        width: 100%;
        display: block;
    }

    #about-slider .swiper-slide {
        text-align: center;
        height: 100%;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }

.col-wrap-text {
    background: #ffffff;
}

.col-wrap-img {
    padding: 0px;
}

a.read-line {
    display: inline-block;
    font-size: 23px;
    margin: 5px 0px;
    color: #43b02a;
    font-weight: 200;
}

span.read-line {
    display: inline-block;
    font-size: 23px;
    margin: 5px 0px;
    color: #43b02a;
    font-weight: 200;
}

.about-img {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 550px;
}

.about-text {
    min-height: 550px;
    max-width: 535px;
    width: 100%;
    margin: auto;
    padding: 40px 55px 0px 10px;
}

    .about-text h2 {
        font-size: 40px;
        line-height: 40px;
        text-align: left;
        font-weight: 200;
        margin-bottom: 30px;
        text-transform: none;
        margin-top: 0;
        color: #43b02a;
        letter-spacing: 1px;
    }

    .about-text p {
        line-height: 1.4;
        margin: 0 0 15px;
        padding: 0;
        color: #0a2c4e;
        text-align: justify;
        font-size: 23px;
        font-weight: 200;
    }

.primary-line {
    width: 69px;
    margin: 4px 0 25px;
    border-bottom: 2px solid #43b02a;
}

a.read {
    display: block;
    position: relative;
    text-align: center;
    font-weight: 200;
    margin: auto;
    height: 45px;
    font-size: 20px;
    width: 135px;
    margin-top: 30px;
    border-radius: 3px;
    padding: 3px 25px;
    z-index: 1;
    background: #43b02a;
    color: #ffffff;
    line-height: 38px;
}

    a.read:before {
        position: absolute;
        content: "";
        background: #f58634;
        width: 100%;
        height: 0%;
        bottom: 0;
        right: 0;
        border-radius: 5px;
        z-index: -1;
        transition: all 500ms ease;
    }

    a.read:hover:before {
        height: 100%;
        top: 0;
    }

.arrow {
    position: absolute;
    display: none;
    clear: both;
    width: 100px;
    bottom: 0;
    background: #43b02a;
    height: 50px;
    z-index: inherit;
    left: 46%;
    transform: translateX(-46%);
}

.swiper-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#about-slider .swiper-prev:after {
    content: "\f053";
    font-family: fontAwesome;
    font-size: 20px;
    color: #ffffff;
}

#about-slider .swiper-next:after {
    content: "\f054";
    font-family: fontAwesome;
    font-size: 20px;
    color: #ffffff;
}

.about-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .about-text ul li {
        display: block;
        margin-bottom: 3px;
        position: relative;
    }

        .about-text ul li:before {
            content: "\f058";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            color: #43b02a;
            font-size: 15px;
            padding-right: 0.5em;
            position: absolute;
            top: 0;
            left: 0;
        }

        .about-text ul li a {
            display: block;
            padding: 5px 20px;
            text-decoration: none;
            font-size: 14px;
            color: #444444;
            text-align: left;
            line-height: 1;
        }

#about-slider .swiper-pagination {
    top: 0;
    bottom: auto !important;
    background: #ffffff;
    display: none
}

.buckthon-box img {
    width: 100px;
    display: block;
    margin: auto;
}

.buckthon-box a {
    display: block;
}

.buckthon-box {
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
}

    .buckthon-box h2 {
        font-size: 25px;
        line-height: 27px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 25px;
        text-transform: none;
        margin-top: 15px;
        color: #43b02a;
        letter-spacing: 1px;
    }

    .buckthon-box p {
        line-height: 1.4;
        margin: 0 0 15px;
        padding: 0;
        color: #000000;
        font-size: 20px;
        font-weight: 200;
        text-align: center;
        letter-spacing: 0px;
    }

.buckthon {
    position: relative;
    padding: 50px 0px;
    background: #ffffff;
}

/*media*/



.media-sec {
    position: relative;
    padding: 50px 0px;
    background-color: #ffffff;
}

.media-wrap a {
    display: block;
}

.media-wrap img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.media-wrap {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .media-wrap:before {
        content: "";
        top: 0;
        bottom: 0;
        background: linear-gradient(0deg, #0a2c4e 0%, rgba(255, 255, 255, 0) 100%);
        -webkit-transition: .5s;
        transition: all .5s;
        position: absolute;
        left: 0;
        right: 0;
    }

.media-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    transition: all .5s;
    transform: translateY(310px);
}

.media-wrap:hover .media-caption {
    transform: translateY(0px);
}

.media-wrap:hover:before {
    background: linear-gradient(0deg, #0a2c4e 0%, rgb(0 0 0 / 68%) 100%);
}

.media-caption span {
    font-size: 24px;
    color: #fff;
    position: relative;
}

    .media-caption span:after {
        position: absolute;
        content: "\f054";
        font-family: fontAwesome;
        font-size: 13px;
        right: -17px;
        top: 10px;
    }

.media-caption p {
    font-size: 24px;
    color: #ffffff;
    font-weight: 200;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

.media-caption h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 200;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

.title-tag {
    margin-bottom: 50px;
}

    .title-tag h6 {
        font-size: 40px;
        padding-bottom: 10px;
        position: relative;
        letter-spacing: 1px;
        margin-bottom: 5px;
        color: #43b02a;
        font-weight: 200;
    }

        .title-tag h6::after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 2px;
            width: 40px;
            background-color: #43b02a;
        }

    .title-tag h2 {
        color: #000;
        font-size: 35px;
        line-height: 1.43;
        letter-spacing: -1px;
        font-weight: 200;
        margin-top: 0;
    }

        .title-tag h2 span {
            color: #43b02a;
        }

.video-text {
    padding: 20px;
    margin-bottom: 40px;
}

    .video-text h2 {
        text-transform: capitalize;
        line-height: 47px;
        font-size: 40px;
        padding-bottom: 10px;
        position: relative;
        letter-spacing: 1px;
        margin-bottom: 5px;
        color: #43b02a;
        font-weight: 200;
    }

    .video-text p {
        line-height: 1.4;
        margin: 0 0 15px;
        padding: 0;
        color: #000000;
        text-align: justify;
        font-size: 23px;
        font-weight: 200;
    }

.read-wrap a.read {
    display: inline-block;
}

.read-wrap {
    text-align: left;
}

/*Blog news*/

.blog-news {
    position: relative;
    padding: 50px 0px;
    background: rgb(236, 245, 234);
}

#blog-slide img {
    display: block;
    width: 100%;
}

/*slider*/

.blog-wrapper {
    position: relative;
    display: block;
    margin-bottom: 30px;
    box-shadow: 0 4px 7px 1px #ebebeb;
    border: 1px solid #eae8e8;
}

.img-holder {
    position: relative;
    display: block;
}

.inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 240px;
}

    .inner-box a:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(0 0 0 / 50%);
        transition: all .5s;
        opacity: 0;
    }

    .inner-box img {
        width: 100%;
        transform: scale(1);
        height: auto;
        max-width: 100%;
        border: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.title-holder {
    position: relative;
    bottom: 0;
    background: #fff;
    display: block;
    padding: 26px 30px 20px;
    padding-right: 10px;
    border-radius: 5px;
    z-index: 2;
    transition: all 700ms ease;
    min-height: 200px;
}

    .title-holder:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        right: 0;
        margin: auto;
        height: 5px;
        content: '';
        transition: all 700ms ease;
        background: #43b02a;
    }

    .title-holder p {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px;
        font-size: 15px;
        color: #43b02a;
        font-weight: 200;
    }

    .title-holder h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 1.3;
        color: #43b02a;
    }

.inner-box a {
    display: block;
}

span.read {
    display: block;
    position: absolute;
    height: 45px;
    font-size: 16px;
    width: 135px;
    margin-top: 30px;
    border-radius: 3px;
    padding: 3px 25px;
    z-index: 1;
    background: #43b02a;
    color: #ffffff;
    line-height: 39px;
    text-align: center;
    top: -30%;
    transition: all .5s;
    left: 50%;
    transform: translate(-50%, -50%);
}

    span.read:before {
        position: absolute;
        content: "";
        background: #f58334;
        width: 100%;
        height: 0%;
        bottom: 0;
        right: 0;
        border-radius: 5px;
        z-index: -1;
        transition: all 500ms ease;
    }

    span.read:hover:before {
        height: 100%;
        top: 0;
    }

#blog-slide .swiper-prev2,
#blog-slide .swiper-next2 {
    position: absolute;
    z-index: 1;
    top: 55%;
    transform: translateY(-44%);
    opacity: 0;
    transition: all 500ms ease;
    background: #43b02a;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#blog-slide .swiper-prev2 {
    left: 0px;
}

#blog-slide .swiper-next2 {
    right: 0px;
}

    #blog-slide .swiper-prev2:after,
    #blog-slide .swiper-next2:after {
        font-family: fontAwesome;
        font-size: 15px;
        color: #ffffff;
    }

#blog-slide .swiper-prev2:after {
    content: "\f053";
}

#blog-slide .swiper-next2:after {
    content: "\f054";
}

.blog-wrapper:hover .inner-box a:after {
    opacity: 1;
}

.blog-wrapper:hover span.read {
    top: 50%;
}

.blog-wrapper:hover .title-holder:before {
    width: 100%;
}

.blog-wrapper:hover .title-holder {
    box-shadow: 0 4px 7px 1px #d0cece;
}

#blog-slide:hover .swiper-prev2 {
    opacity: 1;
}

#blog-slide:hover .swiper-next2 {
    opacity: 1;
}



/*welcome*/

.welcome {
    background: #ffffff;
    overflow: hidden;
    padding: 0px 0px 50px 0px;
    margin-top: -85px;
}

.wel-text {
    padding: 20px 15px;
    width: 100%;
    margin: auto;
    max-width: 800px;
}

    .wel-text p {
        line-height: 1.4;
        margin: 0 0 15px;
        padding: 0;
        color: #000000;
        text-align: center;
        font-size: 24px;
        font-weight: 200;
        letter-spacing: 1px;
    }

    .wel-text h2 {
        text-align: center;
        text-transform: capitalize;
        font-size: 55px;
        padding-bottom: 10px;
        position: relative;
        letter-spacing: 1px;
        margin-bottom: 45px;
        color: #43b02a;
        font-weight: 200;
    }

        .wel-text h2:after {
            position: absolute;
            content: "";
            background: #43b02a;
            height: 1px;
            width: 130px;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -8px;
        }

.wel-img img {
    width: 100%;
}

.custom-row1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.read-lg {
    width: 160px !important;
    line-height: 38px !important;
}



/*topic*/

.topics {
    position: relative;
    padding: 50px 0px;
    margin-top: -130px;
}

.topic-box {
    position: relative;
    margin-bottom: 10px;
}

    .topic-box a {
        display: block;
    }

    .topic-box img {
        width: 100%;
    }

.topc-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 56%);
    text-align: center;
    padding: 20% 0px;
}

    .topc-title h3 {
        color: #fff;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 10px 0px;
        padding-right: 35px;
        position: relative;
        padding: 15px 0px;
        display: inline-block;
        margin: 60px 0px 10px 0px;
        transition: all .5s;
    }

        .topc-title h3:before {
            width: 100%;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.5);
            position: absolute;
            top: 0;
            left: 0;
            content: "";
        }

        .topc-title h3:after {
            width: 100%;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.5);
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
        }

    .topc-title span {
        opacity: 0;
        display: block;
        width: 140px;
        margin: auto;
        font-size: 16px;
        color: #ffffff;
        visibility: visible;
        border-radius: 30px;
        text-align: center;
        margin-top: 15px;
        line-height: 36px;
        -webkit-transition: 0.5s ease 0s;
        -moz-transition: 0.5s ease 0s;
        -ms-transition: 0.5s ease 0s;
        -o-transition: 0.5s ease 0s;
        transition: 0.5s ease 0s; /* opacity: 0; */

        background-color: transparent;
        border: solid 1px #fff;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        height: 0;
    }

.topic-box:hover .topc-title span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-top: 45px;
    height: 40px;
    line-height: 36px;
}

.topc-title span:hover {
    border-radius: 0px;
    background: #43b02a;
    border-color: #43b02a;
}

.slide-topic h3 {
    font-size: 18px;
}

#topic-slide .topc-title {
    padding: 3% 0px;
}

.topic-box:hover .topc-title h3 {
    margin: 10px 0px;
}

.custom-row2 .topic-col:nth-child(2) {
    padding-right: 7px;
    padding-left: 7px;
}

.custom-row2 .topic-col:first-child {
    padding-right: 0;
}

.custom-row2 .topic-col:last-child {
    padding-left: 0;
}

/*health*/

.health-warp {
    margin-bottom: 100px;
}

.health {
    position: relative;
    padding: 50px 0px;
    background: rgb(236, 245, 234);
}

.health-box span img {
    width: 100%;
    transition: all 600ms ease;
    height: auto;
    object-fit: cover;
}

.health-box {
    border-radius: 5px;
    height: 200px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
    background: #ffffff;
    position: relative;
    max-width: 300px;
    width: 100%;
    margin: 50px auto 50px auto;
}

    .health-box a {
        display: block;
    }

    .health-box span {
        display: block;
        transition: all 600ms ease;
    }

    .health-box h3 {
        font-size: 25px;
        margin-bottom: 0;
        font-weight: 400;
        margin-top: 0px;
        -webkit-font-smoothing: subpixel-antialiased;
        text-align: center;
        text-transform: capitalize;
        color: #000000;
        transition: all 600ms ease;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 15px;
    }

    .health-box:hover h3 {
        color: #f47526;
    }

.health-text p {
    font-size: 25px;
    font-weight: 200;
    margin-top: 10px;
}

.more-wrap {
    text-align: center;
}

.more {
    display: inline-block !important;
    background: #43b02a;
    position: relative;
    color: #fff;
    padding: 7px 15px;
    font-size: 17px;
    font-weight: 100;
    border: 1px solid #ffffff;
    transition: all 0.5s;
    margin-top: 15px;
    letter-spacing: 1px;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 31%);
}

    .more:hover {
        text-decoration: none;
        color: #ffffff;
    }

.title-color {
    margin-bottom: 80px;
    text-align: center;
}

.health .title-color {
    margin-bottom: 45px;
}

.title-color h2 {
    text-transform: capitalize;
    line-height: 47px;
    font-size: 40px;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #43b02a;
    font-weight: 200;
}

.title-color span {
    color: #43b02a;
    font-size: 25px;
    text-align: center;
    font-weight: 400;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.title-color h2:after {
    position: absolute;
    content: "";
    background: #43b02a;
    height: 1px;
    width: 130px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
}



/*Hills to shelf*/

.biobox-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hills-content span {
    display: block;
    font-size: 25px;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
}

.bio-box-img {
    border: 1px solid #ffffff;
    width: 100%;
}

    .bio-box-img img {
        width: 100%;
    }

.hills-slider {
    min-height: 680px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

/*
.green-hills {min-height: 300px;display: block;width: 100%;background-color: #43b02a;text-align: center;padding: 20px 0;display: flex;justify-content: center;align-items: center;position: relative;z-index: 1;}

.green-hills:after {position: absolute;content: "";left: 0;top: 0;right: 0;bottom: 0;
background-image: url('https://biosash.com/wp-content/themes/bsv1/img/berry.png');z-index:-1;background-size: 35px;opacity: 0.2;}

.green-hills h2 {font-size: 60px;font-weight: 200;color: #ffffff;letter-spacing: 2px;position: relative;}

.green-hills h2 span {font-size: 20px;display: block;font-weight: 200;margin-top: 30px;}
.hills-slider:after {position: absolute;content: "";top: 0;left: 0;bottom: 0;right: 0;background: rgb(255 255 255 / 10%);}*/

#myVideo {
    position: fixed;
    right: 0;
    min-width: 100%;
    min-height: auto;
    top: 0;
    z-index: -1;
}

.custom-container {
    position: relative;
    z-index: 1;
}

/*tabs*/

.main-timeline {
    position: relative;
}

    .main-timeline:after {
        content: '';
        display: block;
        clear: both;
    }

    .main-timeline:before {
        content: '';
        background-color: #43b02a;
        height: 100%;
        width: 1px;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        top: 0;
        z-index: 1;
    }

    .main-timeline .timeline {
        width: 50%;
        padding: 25px 25px 0 20px;
        float: right;
    }

    .main-timeline .timeline-content {
        color: #858585;
        background: rgb(255 255 255 / 78%);
        text-align: center;
        padding: 15px 20px;
        border: 5px solid #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        display: block;
        position: relative;
        z-index: 1;
        min-height: 150px;
    }

        .main-timeline .timeline-content:hover {
            text-decoration: none;
        }

    .main-timeline .timeline-year {
        color: #43b02a;
        background-color: #fff;
        font-size: 25px;
        font-weight: 700;
        padding: 10px 13px;
        border-radius: 0 20px 0 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        position: absolute;
        left: -25px;
        top: 20px;
    }

        .main-timeline .timeline-year:after {
            content: '';
            background: #858585;
            height: 15px;
            width: 20px;
            position: absolute;
            top: 100%;
            left: 0;
        }

    .main-timeline .title {
        font-size: 25px;
        text-transform: capitalize;
        letter-spacing: 1px;
        font-weight: 400;
        margin: 0 0 5px;
        color: #43b02a;
    }

    .main-timeline .description {
        letter-spacing: 1px;
        line-height: 1.4;
        margin: 0 0 15px;
        padding: 0;
        color: #000000;
        text-align: left;
        font-size: 24px;
        font-weight: 200;
    }

    .main-timeline .timeline:nth-child(even) {
        padding: 25px 20px 0 25px;
        margin: 0 10px 0 0;
        float: left;
    }

        .main-timeline .timeline:nth-child(even) .timeline-content {
            padding: 20px 75px 20px 30px;
        }

        .main-timeline .timeline:nth-child(even) .timeline-year {
            border-radius: 20px 0 0 0;
            left: auto;
            right: -25px;
        }

            .main-timeline .timeline:nth-child(even) .timeline-year:after {
                transform: rotateY(180deg);
                left: auto;
                right: 0;
            }

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

#product {
    position: relative;
    padding: 50px 0px;
    background: #ffffff;
}

hr.hr-bottom {
    margin-top: 20px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #43b02a;
}

#product-slider {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 0px;
    background: #ffffff;
}

    #product-slider img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    #product-slider .swiper-slide {
        text-align: center;
        height: 100%;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }

.col-wrap-text {
    background: #ffffff;
}

.col-wrap-img {
    padding: 0px;
}

a.read-line {
    display: inline-block;
    font-size: 23px;
    margin: 5px 0px;
    color: #43b02a;
    font-weight: 200;
}

.product-img {
    position: relative;
    margin-bottom: 30px;
}

    .product-img img {
        display: block;
        max-width: 500px;
        width: 100%;
        margin: auto;
    }

    .product-img span {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        right: 0;
        margin: auto;
        border-radius: 100%;
    }

        .product-img span.blur1 {
            height: 0px;
            max-width: 0px;
            width: 100%;
            opacity: 0;
            -webkit-transition: all 1500ms ease;
            -moz-transition: all 1500ms ease;
            -ms-transition: all 1500ms ease;
            -o-transition: all 1500ms ease;
            transition: all 1500ms ease;
        }

        .product-img span.blur2 {
            height: 0px;
            max-width: 0px;
            width: 100%;
            opacity: 0;
            -webkit-transition: all 2000ms ease;
            -moz-transition: all 2000ms ease;
            -ms-transition: all 2000ms ease;
            -o-transition: all 2000ms ease;
            transition: all 2000ms ease;
        }

        .product-img span.blur3 {
            height: 0px;
            max-width: 0px;
            width: 100%;
            opacity: 0;
            -webkit-transition: all 2500ms ease;
            -moz-transition: all 2500ms ease;
            -ms-transition: all 2500ms ease;
            -o-transition: all 2500ms ease;
            transition: all 2500ms ease;
        }

.swiper-slide-active span.blur1 {
    height: 300px;
    max-width: 300px;
    opacity: 1;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.swiper-slide-active span.blur2 {
    height: 350px;
    max-width: 350px;
    opacity: 1;
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.swiper-slide-active span.blur3 {
    height: 400px;
    max-width: 400px;
    opacity: 1;
    -webkit-transition: all 2500ms ease;
    -moz-transition: all 2500ms ease;
    -ms-transition: all 2500ms ease;
    -o-transition: all 2500ms ease;
    transition: all 2500ms ease;
}

.material {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .material span {
        display: inline-block;
        width: 160px;
        background: #43b02a;
        line-height: 27px;
        color: #ffffff;
        font-size: 20px;
        margin: 10px;
        padding: 10px 15px;
        font-weight: 200;
        letter-spacing: 1px;
    }

.pro-btn-wrap {
    position: relative;
    padding: 10px;
    margin-top: 50px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pro-btn-wrap:after {
        position: absolute;
        content: "";
        height: 1px;
        background: #43b02a;
        width: 100%;
        left: 0;
    }

a.product-info {
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    font-weight: 200;
    margin: auto;
    height: 45px;
    font-size: 20px;
    width: 170px;
    padding: 3px 25px;
    z-index: 1;
    background: #43b02a;
    color: #ffffff;
    border: 1px solid #43b02a;
    line-height: 38px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.swiper-slide-active a.product-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

a.product-info:before {
    position: absolute;
    content: "";
    background: #f58634;
    width: 100%;
    height: 0%;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 500ms ease;
}

a.product-info:hover {
    color: #ffffff;
    text-decoration: none;
}

    a.product-info:hover:before {
        height: 100%;
        top: 0;
    }

.product-text {
}

    .product-text h2 {
        font-size: 40px;
        line-height: 40px;
        text-align: left;
        font-weight: 200;
        margin-bottom: 30px;
        text-transform: none;
        margin-top: 0;
        color: #43b02a;
        letter-spacing: 1px;
    }

        .product-text h2 span {
            font-size: 25px;
            display: block;
            margin: 5px 0px;
        }

    .product-text p {
        line-height: 1.4;
        margin: 0 0 15px;
        padding: 0;
        color: #000000;
        text-align: justify;
        font-size: 23px;
        font-weight: 200;
    }

.primary-line2 {
    width: 100%;
    margin: 4px 0 25px;
    border-bottom: 1px solid #43b02a;
}

a.read {
    display: block;
    position: relative;
    text-align: center;
    font-weight: 200;
    margin: auto;
    height: 45px;
    font-size: 20px;
    width: 135px;
    margin-top: 30px;
    border-radius: 3px;
    padding: 3px 25px;
    z-index: 1;
    background: #43b02a;
    color: #ffffff;
    line-height: 38px;
}

    a.read:before {
        position: absolute;
        content: "";
        background: #f58634;
        width: 100%;
        height: 0%;
        bottom: 0;
        right: 0;
        border-radius: 5px;
        z-index: -1;
        transition: all 500ms ease;
    }

    a.read:hover:before {
        height: 100%;
        top: 0;
    }

.arrow {
    position: absolute;
    display: none;
    clear: both;
    width: 100px;
    bottom: 0;
    background: #43b02a;
    height: 50px;
    z-index: inherit;
    left: 46%;
    transform: translateX(-46%);
}

.swiper-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#product-slider .swiper-prev:after {
    content: "\f053";
    font-family: fontAwesome;
    font-size: 20px;
    color: #ffffff;
}

#product-slider .swiper-next:after {
    content: "\f054";
    font-family: fontAwesome;
    font-size: 20px;
    color: #ffffff;
}

.product-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .product-text ul li {
        display: block;
        margin-bottom: 3px;
        position: relative;
    }

        .product-text ul li:before {
            content: "\f058";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            color: #43b02a;
            font-size: 15px;
            padding-right: 0.5em;
            position: absolute;
            top: 0;
            left: 0;
        }

        .product-text ul li a {
            display: block;
            padding: 5px 20px;
            text-decoration: none;
            font-size: 14px;
            color: #444444;
            text-align: left;
            line-height: 1;
        }

#product-slider .swiper-pagination {
    top: 0;
    bottom: auto !important;
    background: #ffffff;
    display: none
}



/*theatre css*/

.theatre {
    padding: 80px 0px 50px 0px;
    overflow: hidden;
    background: #ffffff;
}

#video-placeholder {
    width: 100%;
}

.cinema iframe {
    height: 300px !important;
}

.video-box {
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
}

    .video-box img {
        width: 100%;
    }

    .video-box .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 35px;
        transition: all .2s;
        color: rgba(8, 5, 33, 0.6);
        z-index: 1;
    }

    .video-box:hover .fa {
        color: red;
    }

.cinema {
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 40px auto;
}

.white-title-tag {
    margin-bottom: 50px;
    text-align: center;
}

    .white-title-tag h6 {
        font-size: 40px;
        padding-bottom: 18px;
        position: relative;
        display: inline-block;
        letter-spacing: 1px;
        margin-bottom: 8px;
        color: #ffffff;
        font-weight: 400;
    }

        .white-title-tag h6::after {
            position: absolute;
            content: "";
            background: #43b02a;
            height: 1px;
            width: 130px;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -8px;
        }

    .white-title-tag h2 {
        color: #fff;
        font-size: 35px;
        line-height: 1.43;
        letter-spacing: -1px;
        font-weight: 200;
        margin-top: 0;
    }

.title-tag.text-center h6::after {
    position: absolute;
    content: "";
    background: #43b02a;
    height: 1px;
    width: 130px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
}
/*contact detaile*/

.map {
    position: relative;
}

.contact {
    position: relative;
    padding: 50px 0px;
    background-color: #ffffff;
}

.form-wrap {
    margin-top: 20px;
    padding: 0px 35px 70px 35px;
    background-color: #fff;
    border-radius: 5px;
}

    .form-wrap .form-control {
        height: 50px;
        margin-bottom: 20px;
        margin-top: 8px;
        background: #ffffff;
        box-shadow: none;
        font-size: 16px;
        line-height: 25px;
        border: 1px solid #e3e6ea;
        color: #7b7b7b;
        padding: 12px 12px 12px 22px;
        outline: none;
        font-family: "Roboto", sans-serif;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 4px;
        width: 100%;
    }

    .form-wrap .form-check {
        justify-content: start;
        padding: 15px;
    }

.contact-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: left;
}

#message {
    height: auto !important;
}

.sub {
    margin: 30px auto 0px auto;
    line-height: 38px !important;
}

.title-tag h4 {
    color: #43b02a;
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    margin-top: 25px;
}

.title-tag.text-center p {
    font-size: 24px;
    color: #747574;
}

.contact-box .fa {
    font-size: 39px;
    color: #43b02a;
    position: relative;
    min-height: 40px;
}

.contact-box h3 {
    color: #43b02a;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 17px 0 0 0;
    padding: 0 0 11px 0;
    letter-spacing: 1px;
}

.contact-box {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    min-height: 285px;
    padding: 25px 10px 25px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    transition: all .5s;
}

    .contact-box:after {
        position: absolute;
        content: '';
        right: -1px;
        bottom: -1px;
        transition: all .5s;
        border-top: 0px solid #bfbebe;
        border-right: 0px solid white;
        border-bottom: 1px solid white;
        border-left: 1px solid white;
    }

    .contact-box:hover:after {
        border-top: 30px solid #bfbebe;
        border-right: 30px solid white;
    }

    .contact-box:hover {
        -webkit-box-shadow: -10px 0px 10px -7px rgb(0 0 0 / 40%);
        -moz-box-shadow: -10px 0px 10px -7px rgb(0 0 0 / 40%);
        box-shadow: -10px 0px 10px -7px rgb(0 0 0 / 40%);
    }

    .contact-box p {
        font-size: 17px;
        color: #747574;
        letter-spacing: 1px;
    }

        .contact-box p a {
            font-size: 17px;
            color: #747574;
            display: block;
        }

.form-wrap .form-control::-webkit-input-placeholder {
    font-size: 12px;
}

.form-wrap .form-control::-moz-placeholder {
    font-size: 12px;
}

.form-wrap .form-control:-ms-input-placeholder {
    font-size: 12px;
}

.form-wrap .form-control:-moz-placeholder {
    font-size: 12px;
}

#search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
}

#search input[type="search"]::-moz-placeholder {
    color: #ffffff;
}

#search input[type="search"]:-ms-input-placeholder {
    color: #ffffff;
}

#search input[type="search"]:-moz-placeholder {
    color: #ffffff;
}

.cerified {
    position: relative;
    padding: 30px 0px 280px 0px;
    background: url('../../uploads/2020/10/footer.jpg') no-repeat center;
    background-size: cover;
}

    .cerified .container {
        max-width: 590px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .cerified img {
        width: 80%;
        display: block;
        margin: auto;
    }

/*parallax-bg*/

.parallax-bg {
    min-height: 500px;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
}

/*Testimonial*/

.testimonial-wrap {
    background-image: url('../../uploads/2020/10/Review.jpg');
    min-height: 620px;
    padding: 50px 0px 50px 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.testimonial {
    text-align: center;
    margin: 0px 10px 0;
    padding: 0 10% 7%;
    height: auto;
}

    .testimonial .description {
        line-height: 1.4;
        margin: 0 0 15px;
        padding: 0;
        color: #000000;
        text-align: center;
        font-size: 24px;
        font-weight: 200;
    }

    .testimonial .testimonial-title {
        font-size: 20px;
        font-weight: 200;
        margin: 0;
        color: #43b02a;
        text-transform: uppercase;
    }

    .testimonial .post {
        display: none;
        font-size: 17px;
        color: #43b02a;
        margin-bottom: 15px;
        text-transform: capitalize;
    }

#testimonial-slide .swiper-pagination, #testimonial-slide2 .swiper-pagination {
    height: 35px;
    padding: 10px;
    margin: 0 auto;
    line-height: 13px;
    background: #43b02a;
    width: 100px !important;
    left: 50% !important;
    transform: translateX(-50%);
}

#testimonial-slide .swiper-pagination-bullet, #testimonial-slide2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #fff;
}

#testimonial-slide .swiper-pagination-bullet-active, #testimonial-slide2 .swiper-pagination-bullet-active {
    border: 4px solid #fff;
}

/*download*/
.download-wrap2 {
    position: relative;
}

.download2 h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 200;
    letter-spacing: 1px;
}

.download2 span {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    padding: 10px 0px;
    margin-bottom: 5px;
}

.download2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    min-height: 200px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin: auto;
}

.download-btn2 {
    display: block;
    position: relative;
    height: 45px;
    font-size: 20px;
    width: 155px;
    margin-top: 30px;
    padding: 3px 25px;
    z-index: 1;
    background: #43b02a;
    color: #ffffff;
    line-height: 38px;
}

    .download-btn2:before {
        position: absolute;
        content: "";
        background: #f58634;
        width: 100%;
        height: 0%;
        bottom: 0;
        right: 0;
        border-radius: 5px;
        z-index: -1;
        transition: all 500ms ease;
    }

    .download-btn2:hover {
        color: #ffffff;
    }

        .download-btn2:hover:before {
            height: 100%;
            top: 0;
        }
/*Hilss*/

.hills-shelf {
    position: relative;
}

    .hills-shelf img {
        width: 100%;
    }

.hills-content {
    max-width: 600px;
    width: 100%;
    min-height: 500px;
    margin: auto;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .hills-content h2 {
        font-size: 60px;
        letter-spacing: 1px;
        font-weight: 200;
        text-align: center;
        color: #ffffff;
        margin: 0;
    }

/*range*/

.range-wrap {
    position: relative;
    padding: 100px 0px;
    background: #ffffff;
}

.range-box img {
    width: 168px;
    max-height: 115px;
    transition: all .5s;
}

.range-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.range-box {
    margin: 0px 5px 10px 5px;
    min-width: 19%;
}

    .range-box:hover span {
        color: #f58634;
    }

    .range-box a {
        display: block;
        padding: 15px;
    }

.range-shop {
    display: block;
    width: 100%;
}

.range-box span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 21px;
    color: #43b02a;
    transition: all .5s;
    letter-spacing: .3px;
}

/*contact page css*/
.map-area {
    position: relative;
    height: 400px;
    border-bottom: 1px solid #bdbdbd;
}

    .map-area a {
        display: block;
        height: 100%;
    }

        .map-area a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

#email2 {
    display: none;
}
/*filter search css*/
.search-filter {
    position: relative;
    padding: 50px 0px;
}

.filter-title {
    margin-bottom: 30px;
    text-align: center;
}

    .filter-title h2 {
        text-transform: capitalize;
        font-size: 55px;
        padding-bottom: 10px;
        position: relative;
        letter-spacing: 1px;
        color: #43b02a;
        font-weight: 200;
        position: relative;
    }

        .filter-title h2:after {
            position: absolute;
            content: "";
            background: #43b02a;
            height: 1px;
            width: 130px;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -8px;
        }

    .filter-title p {
        font-size: 23px;
        font-weight: 200;
        margin-top: 15px;
    }

ul#myList {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul#myList li {
        display: inline-block;
        width: 24%;
        margin-bottom: 10px;
        margin-right: 8px;
    }

        ul#myList li a {
            display: block;
            border: 1px solid #cdcdcd;
            font-size: 23px;
            padding: 10px 10px;
            color: #000000;
            line-height: 30px;
            font-weight: 200;
            transition: all .5s;
        }

            ul#myList li a:hover {
                color: #f58634;
                padding-left: 15px;
            }

input#myInput {
    height: 45px;
    padding: 6px 12px;
    font-size: 23px;
    color: #000;
}

    input#myInput:focus {
        border-color: #43b02a;
    }

/*youtube css start*/
.ytub-link {
    margin-bottom: 20px;
}

.testimonial-vdos-wrap {
    padding: 15px;
    margin-bottom: 30px;
}

    .testimonial-vdos-wrap h2 {
        text-align: center;
        text-transform: capitalize;
        font-size: 55px;
        padding-bottom: 10px;
        position: relative;
        letter-spacing: 1px;
        color: #43b02a;
        font-weight: 200;
    }

        .testimonial-vdos-wrap h2:after {
            position: absolute;
            content: "";
            background: #43b02a;
            height: 1px;
            width: 130px;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -8px;
        }

    .testimonial-vdos-wrap p {
        line-height: 1.4;
        margin: 0 0 15px;
        padding: 0;
        color: #000000;
        text-align: center;
        font-size: 24px;
        font-weight: 200;
    }

.testimonial-vdos a {
    display: block;
    position: relative;
}

    .testimonial-vdos a .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 35px;
        transition: all .5s;
        color: red;
        z-index: 1;
    }

    .testimonial-vdos a:after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(5, 5, 5, 0.2);
    }

    .testimonial-vdos a:hover .fa {
        color: #fff;
    }

    .testimonial-vdos a img {
        width: 100%;
    }

    .testimonial-vdos a h3 {
        position: absolute;
        font-size: 23px;
        color: #fff;
        z-index: 1;
        padding: 20px 0px 20px 20px;
        margin: 0;
        right: 5px;
        top: 5px;
        left: 5px;
        background: rgba(3, 3, 3, 0.1);
        font-weight: 200;
    }

a.all-vdo {
    font-size: 23px;
    width: 175px;
}

    a.all-vdo:after {
        display: none;
    }

.video-box a {
    display: block;
}

/*Gallery section*/
.biosash-gallery {
    overflow-x: hidden;
    padding: 50px 0px;
}

.gallery-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.gallery-box {
    width: 25%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

    .gallery-box .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(0 0 0 / 23%);
        text-align: center;
        padding: 10px 0px;
        transition: all .5s;
        transform: translateY(60px);
    }

        .gallery-box .caption h3 {
            font-size: 23px;
            color: #fff;
            font-weight: 200;
            margin: 0;
        }

    .gallery-box img {
        width: 100%;
        transition: all .5s;
    }

    .gallery-box:hover .caption {
        transform: translateY(0px);
    }

    .gallery-box:hover img {
        transform: scale(1.1);
    }

#lg-download, #lg-zoom-in, #lg-zoom-out, #lg-actual-size, #lg-share, #lg-counter {
    display: none;
}

.lg-autoplay-button, .lg-fullscreen {
    display: none;
}

.lg-sub-html, .lg-toolbar {
    background-color: transparent !important;
}

.lg-outer .lg-thumb-outer {
    display: none;
}

/*events cat*/
.gallery-sec {
    position: relative;
    padding: 20px 0px;
}

.gallery-thumb-wrap {
    text-align: center;
    margin-bottom: 80px;
}

    .gallery-thumb-wrap a {
        display: block;
    }

    .gallery-thumb-wrap h2 {
        font-size: 20px;
        margin-bottom: 0;
        text-align: left;
        margin-top: 5px;
        padding-left: 5px;
        color: #000000;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .gallery-thumb-wrap:hover h2 {
        color: #f58634
    }

.stack-thumb {
    margin: 0px auto;
    padding: 5px;
    position: relative;
    border: 1px solid #b5b5b5;
}

.gallery-thumb-wrap p {
    font-size: 15px;
    text-align: left;
    padding: 8px 0px 0px 5px;
    color: #000000;
    margin: 0;
}

.stack-thumb img {
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: 1px solid transparent;
    display: block;
    width: 100%;
}

/*Download section*/

.download-box img {
    width: 250px;
    display: block;
    margin: auto;
    transition: all .5s;
}

.download-box {
    position: relative;
    background: #e0f0dc;
    padding: 10px;
    margin-bottom: 30px;
}

.download-content {
    text-align: center
}

    .download-content h3 {
        font-size: 25px;
        font-weight: 200;
        text-align: center;
        margin: 0;
        padding: 5px;
    }

    .download-content span {
        font-size: 23px;
        display: inline-block;
        color: #000000;
        border: 1px solid #c3c3c3;
        padding: 8px 20px;
        line-height: 23px;
        margin-top: 5px;
    }

.download-box a {
    color: #000000;
    display: block;
    transition: all .5s;
}

    .download-box a:hover span {
        background: #43b02a;
        color: #ffffff;
    }

    .download-box a:hover img {
        transform: scale(.8);
    }

    .download-box a i {
        font-size: 20px;
        margin-right: 5px;
        display: none;
    }

    .download-box a:hover i {
        display: inline-block;
    }

.download-btn {
    display: block;
    position: relative;
    text-align: center;
    font-weight: 200;
    margin: auto;
    height: 45px;
    font-size: 20px;
    width: 135px;
    margin-top: 30px;
    border-radius: 3px;
    padding: 3px 25px;
    z-index: 1;
    background: #43b02a;
    color: #ffffff;
    line-height: 38px;
}

    .download-btn:hover, .download-btn:focus {
        color: #ffffff;
        outline: none;
        box-shadow: none;
    }
/*certificate*/
.certificate {
    position: relative;
    padding: 50px 0px;
}

.certificate-wrap {
    transition: all .5s;
    margin-bottom: 30px;
}

    .certificate-wrap a {
        display: block;
    }

    .certificate-wrap img {
        width: 100%;
    }

.cer-caption h3 {
    font-size: 25px;
    font-weight: 200;
    text-align: center;
    margin: 0;
    padding: 5px;
    color: #000000;
}

.cer-caption {
    padding: 7px 10px;
    background: #eeeeee;
    position: relative;
    min-height: 110px;
}

    .cer-caption:after {
        position: absolute;
        content: "";
        bottom: 0;
        height: 2px;
        width: 0%;
        background: #f58634;
        left: 0;
        right: 0;
        transition: all .5s;
    }

.certificate-wrap:hover .cer-caption:after {
    width: 100%;
}

.certificate-wrap:hover {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
/*#myModal-1*/

#myModal-1 img {
    width: 100%;
}

#myModal-1 a {
    display: block;
}

#myModal-1 .modal-body {
    padding: 0px;
}

#myModal-1 .modal-header {
    border-bottom: 0px;
    padding: 0px;
}

#myModal-1 .close {
    opacity: 1;
    text-shadow: none;
    border: 1px solid white !important;
    outline: none;
    font-size: 15px;
    color: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 10px;
}

#myModal-1 .modal-content {
    background-color: transparent !important;
}


/*Comment Box Style */


/* Wrapper */
#respond {
    margin-top: 2rem;
    border-top: 1px solid #ddd;
    padding-top: 2rem;
}

/* Comment form title */
#reply-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

/* Cancel reply link */
#cancel-comment-reply-link {
    font-size: 0.9rem;
    margin-left: 10px;
    color: #0073aa;
    text-decoration: none;
}

    #cancel-comment-reply-link:hover {
        text-decoration: underline;
    }

/* Form fields */
.comment-form label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 1rem;
    font-size: 1rem;
}

/* Submit button */
.comment-form input[type="submit"] {
    background-color: #43b02a;
    color: white;
    padding: 0.6rem 1.2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

    .comment-form input[type="submit"]:hover {
        background-color: #ee6f1c;
    }

/* Comment list */
.comment-list {
    margin-top: 2rem;
    list-style: none;
    padding: 0;
}

    .comment-list li.comment {
        margin-bottom: 2rem;
        border-bottom: 1px solid #eee;
        padding-bottom: 1rem;
    }

.comment-author {
    font-weight: bold;
}

.comment-meta {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0.5rem;
}

.comment-content {
    margin-top: 0.5rem;
}

/*pagination css*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li.active > a,
        .pagination > li.active > span {
            z-index: 2;
            color: #fff;
            background-color: #337ab7;
            border-color: #337ab7;
            cursor: default;
        }



/*Custom Post Type Blog CSS*/

.blog-text h2 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    /* max-width: -webkit-fill-available; */
    margin-bottom: 1.5rem;
    /* letter-spacing: 1px; */
}


.blog-post-elements-readmore-btn {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #4A8F2C;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #4A8F2C;
    border-radius: 5px 5px 5px 5px;
    padding: 5px 10px 5px 10px;
    margin: 15px 0px 10px 0px;
}

    .blog-post-elements-readmore-btn:hover {
        color: #4A8F2C;
        background-color: #FFFFFF;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #4A8F2C;
    }

.blog-text-post {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 200;
    line-height: 30px;
}

.entry-content ol, .entry-content ul {
    font-family: 'Barlow Condensed', sans-serif !important;
}

@media all and (max-width: 1199px) {
    ul#myList li {
        width: 32%;
    }
}

@media all and (max-width: 991px) {
    ul#myList li {
        width: 48%;
    }

    .gallery-box {
        width: 33%;
    }
}

@media all and (max-width: 767px) {
    .download {
        display: block;
        padding: 20px;
    }

        .download span {
            font-size: 16px;
            font-weight: 300;
            line-height: 1.5
        }

    .download2 {
        display: block !important;
        padding: 15px 20px;
    }

        .download2 h2 {
            font-size: 25px !important;
        }

    .gallery-box {
        width: 48%;
    }
}

@media all and (max-width: 575px) {
    ul#myList li {
        width: 100%;
        margin-right: 0px;
    }

    .gallery-box {
        width: 94%;
    }
}



/*ThankYou page css*/
.thankyou-main {
    height: 101vh;
    position: relative;
    padding: 80px 0px;
    background: url('../../uploads/2020/09/Seabuckthorn-Banner.jpg') no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -95px;
}

    .thankyou-main::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, .6);
    }

.thankyou-wrap {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 15px;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

    .thankyou-wrap h1 {
        font-size: 130px;
        color: #ffffff;
        font-weight: 700;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
        animation: bop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
    }

@-webkit-keyframes bop {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bop {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.thankyou-wrap h3 {
    font-size: 17px;
    color: #ffffff;
    font-weight: lighter;
    line-height: 1.5;
}

button#close-thankyou {
    background: #43b02a;
    border: 1px solid #2196F3;
    ;
    color: #ffffff;
    font-size: 18px;
    border: 0px;
    box-shadow: none;
    outline: 0px;
    padding: 8px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: .5s;
}

    button#close-thankyou:hover, button#close-thankyou:focus {
        background: #ffffff;
        color: #2196F3;
    }

@media all and (max-width:767px) {
    .thankyou-wrap h1 {
        font-size: 80px;
    }
}

@media all and (max-width:575px) {
    .thankyou-wrap h1 {
        font-size: 50px;
    }
}


/*Footer*/

#footer {
    position: relative;
}

.footer {
    background: #fafbfd;
    padding: 50px 0px 0px 0px;
    width: 100%;
    overflow-x: hidden;
    background-size: cover;
    position: relative;
}

.footer-box {
    margin-bottom: 30px;
}

    .footer-box h2 {
        color: #747574;
        margin: 0px 0px 10px 0px;
    }

    .footer-box p {
        color: #747574;
        text-align: justify;
        font-size: 16px;
    }

    .footer-box img {
        width: 150px;
        display: block;
        margin-bottom: 10px;
    }

    .footer-box h3 {
        font-size: 16px;
        color: #747574;
        position: relative;
        text-transform: uppercase;
        padding: 10px 0px;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

        .footer-box h3:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            margin: auto;
            height: 2px;
            width: 40px;
            background-color: #43b02a;
        }

    .footer-box address {
        color: #747574;
        line-height: 1.7;
        letter-spacing: 1px;
        font-size: 13px;
    }

    .footer-box .address-2 p {
        width: calc(100% - 50px);
        display: inline-block;
    }

    .footer-box address span {
        vertical-align: top;
        margin-right: 10px;
        text-align: center;
        padding: 6px;
        font-size: 20px !important;
    }

    .footer-box address p {
        display: block;
        margin-top: 0;
        text-align: left;
        letter-spacing: 0;
        line-height: 2;
    }

    .footer-box address a {
        color: #747574;
        text-decoration: none;
    }

    .footer-box ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer-box ul li {
            display: block;
        }

ul.footer-info li a {
    padding: 5px 0px;
    color: #747574;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: block;
    text-decoration: none;
}

    ul.footer-info li a:hover,
    ul.footer-info li a:focus {
        color: #43b02a;
    }

ul.social-network li {
    display: inline-block;
    margin-left: 15px;
}

    ul.social-network li:first-child {
        margin-left: 0px;
    }

    ul.social-network li a {
        height: 30px;
        width: 30px;
        display: block;
        font-size: 17px;
        text-decoration: none;
        line-height: 30px;
        text-align: center;
        border-radius: 5px;
        color: #747574;
    }

        ul.social-network li a .fa {
            transition: all 0.3s;
        }

        ul.social-network li a:hover .fa {
            transform: rotate(360deg);
        }

        ul.social-network li a.icofacebook:hover {
            color: #ffffff;
            background-color: #5d82d1;
        }

        ul.social-network li a.icotwitter:hover {
            color: #ffffff;
            background-color: #40bff5;
        }

        ul.social-network li a.icolinkedin:hover {
            color: #ffffff;
            background-color: #238cc8;
        }

        ul.social-network li a.icoinstagram:hover {
            color: #ffffff;
            background-color: #e1326b;
        }

.footer footer {
    background: transparent;
    text-align: center;
}

    .footer footer p {
        color: #fff;
        margin: 0;
        padding: 20px 0px;
        font-size: 13px;
        letter-spacing: 1px;
    }

        .footer footer p a {
            text-decoration: none;
            color: #43b02a;
        }

    .footer footer .container {
        border-top: 1px solid #333;
    }

/*footer fixed*/

.footer-fixed {
    display: none;
    position: fixed;
    width: 100%;
    float: left;
    bottom: -3px;
    background: #43b02a; /* padding-top:10px; */
    box-shadow: 0 0 5px 0 grey;
    z-index: 5;
    border-top: 1px solid #43b02a;
}

    .footer-fixed ul li h5 {
        margin-top: 0;
        font-weight: 400;
        margin: 0;
        font-size: 13px;
    }

    .footer-fixed ul li i {
        font-weight: 500;
    }

    .footer-fixed ul {
        padding: 0;
        margin-bottom: 0px;
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .footer-fixed ul li {
            display: inline-block;
            width: 24.5%;
            text-align: center;
            background: rgb(255 255 255 / 0.1);
            line-height: 25px;
        }

            .footer-fixed ul li a {
                text-decoration: none;
                color: #ffffff;
                font-size: 15px;
                transition: all 0.5s;
                display: block;
                padding: 10px 0px;
            }

#button.show {
    opacity: 1;
    visibility: visible;
}

#button {
    display: inline-block;
    text-decoration: none;
    background-color: #43b02a;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #ffffff;
}

    #button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 38px;
        color: #fff;
    }

/*wordpress image css*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }



.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}



    .screen-reader-text:focus {
        background-color: #eee;
        clip: auto !important;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

/*article**/

.content-wrap-article h1 {
    text-align: center;
    text-transform: capitalize;
    font-size: 55px !important;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 45px;
    color: #43b02a;
    font-weight: 200 !important;
}

    .content-wrap-article h1:after {
        position: absolute;
        content: "";
        background: #43b02a;
        height: 1px;
        width: 130px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -8px;
    }

.content-wrap-article h3 {
    text-align: left;
    text-transform: capitalize;
    font-size: 30px !important;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 45px;
    color: #43b02a;
    font-weight: 200 !important;
}

.content-wrap-article h2 {
    text-align: left;
    text-transform: capitalize;
    font-size: 40px !important;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 45px;
    color: #43b02a;
    font-weight: 200 !important;
}

.content-wrap-article p {
    line-height: 1.4;
    margin: 0 0 15px;
    padding: 0;
    color: #000000;
    text-align: justify;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 0px;
}

.content-wrap-article strong {
    color: #43b02a;
}

/*single page*/

.subheader {
    background-color: #43b02a;
}

.breadcrumb-wrap {
    background: #43b02a;
    padding: 10px 0px;
}

.subheader ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .subheader ul li {
        display: inline-block;
        position: relative;
        margin-left: 15px;
    }

        .subheader ul li:first-child {
            margin-left: 0;
        }

        .subheader ul li:after {
            position: absolute;
            content: "";
            top: 9px;
            right: -10px;
            font-weight: 100;
            color: #fff;
            height: 20px;
            width: 1px;
            background: #ffffff;
        }

        .subheader ul li:last-child:after {
            display: none;
        }

        .subheader ul li a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 24px;
            font-weight: 200;
        }

.single-main {
    position: relative;
    background: #ffffff;
    padding-bottom: 30px;
}

.swipe-cont {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

#product-gallery {
    width: 100%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}

    /*#product-gallery .swiper-slide img {width: 55%;display: block;margin: auto;}*/

    #product-gallery .swiper-slide img {
        width: 100%;
        display: block;
        margin: auto;
        height: 350px;
        object-fit: contain;
    }

    #product-gallery .swiper-button-next:after,
    #product-gallery .swiper-button-prev:after {
        font-size: 15px;
        background: #43b02a;
        height: 30px;
        width: 30px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
    }

.product-info-text, .product-view {
    position: relative;
    padding: 20px;
}

.product-info-text {
    background: #ffffff;
    box-shadow: 5px 5px 30px 0 rgba(0,10,30,.09);
    padding-bottom: 50px;
}

.product-deta {
    position: relative;
    max-width: 200px;
    width: 100%;
    display: inline-block;
    height: 100px;
    padding: 15px;
    border: 1px solid #000000;
    text-align: center;
    margin-right: 20px;
    vertical-align: bottom;
}

    .product-deta p {
        text-align: center !important;
    }

.product-deta-title {
    width: 40%;
    text-align: left;
}

.product-deta-details {
    width: 60%;
    text-align: left;
}

.product-info-text h2 {
    text-transform: capitalize;
    margin-top: 0;
    line-height: 47px;
    font-size: 40px;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #43b02a;
    font-weight: 200;
}

    .product-info-text h2:after {
        position: absolute;
        content: "";
        height: 1px;
        background: #74b549;
        left: 0;
        right: 0;
        bottom: 4px;
    }

.product-info-text p {
    line-height: 1.4;
    margin: 0 0 15px;
    padding: 0;
    color: #000000;
    text-align: justify;
    font-size: 23px;
    font-weight: 200;
}

.price-row span {
    display: inline-block;
    margin: 0px 15px 15px 15px;
    line-height: 1.4;
    color: #000000;
    font-size: 20px;
    font-weight: 200;
    background: #ffffff;
    border: 2px solid #000000;
    padding: 6px 38px 7px 38px;
}

.price-row a.read {
    display: inline-block !important;
}

.ingredients-row span img {
    width: 100%;
}

.ingredients-row p {
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    max-width: 115px;
    width: 100%;
    vertical-align: bottom;
}

.ingredients-row span {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    -webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.2);
}

.ingredients-row p font {
    display: block;
    font-size: 17px;
    padding: 5px 0px;
    text-align: center;
    color: #444444;
}

.ingredients-row h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 200;
    margin-bottom: 18px;
    text-transform: none;
    margin-top: 0;
    color: #43b02a;
}

.related-post {
    background: #ffffff;
    position: relative;
    padding: 50px 0px;
}

.price-row span:nth-child(2) {
    text-decoration: line-through;
    color: red;
    font-size: 20px;
}

.price-row span:nth-child(1) {
    margin-left: 0;
}

.product-deta-details p {
    padding: 0;
    color: #000000;
    text-align: justify;
    font-size: 20px;
    font-weight: 200;
    margin: 0;
}

.product-deta-title h4 {
    margin: 0;
    font-size: 20px;
}

.product-benefit-text {
    position: relative;
    padding: 10px 15px;
    text-align: center;
}

img.desktop-product {
    display: block;
    width: 100%;
}

img.mobile-product {
    display: none;
    width: 100%;
    height: auto;
}

.product-benefit {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.product-benefit-wrap {
    width: 450px;
    padding: 20px;
    background: rgb(117 182 73 / 0.90);
    margin: 0 15% 0 auto;
}

.product-benefit-heading h2 {
    text-transform: capitalize;
    line-height: 47px;
    font-size: 45px;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 200;
}

.product-benefit-heading p {
    line-height: 30px;
    padding: 0;
    color: #ffffff;
    text-align: justify;
    font-size: 23px;
    font-weight: 200;
}

.product-benefit-heading {
    padding: 20px 15px;
    margin-bottom: 20px;
}

.product-benefit-content h3 {
    font-size: 35px;
    line-height: 27px;
    font-weight: 200;
    margin-bottom: 25px;
    text-transform: none;
    margin-top: 15px;
    color: #ffffff;
    letter-spacing: 1px;
}

.product-benefit-content p {
    line-height: 30px;
    padding: 0;
    color: #ffffff;
    text-align: justify;
    font-size: 20px;
    font-weight: 200;
}

.product-benefit-content {
    padding: 0px 15px;
    margin-bottom: 20px;
}

.ingredients-row p a {
    display: block;
    min-height: 130px;
}

.product-deta2 {
    position: relative;
    border: 1px solid #000000;
    text-align: center;
    vertical-align: bottom;
    padding: 7px;
    margin-bottom: 30px;
}

    .product-deta2 h4 {
        margin: 5px 0 0px 0;
    }

    .product-deta2 p {
        margin: 0;
        font-size: 16px;
    }

    .product-deta2 a {
        display: block;
        color: #000000;
        position: relative;
        overflow: hidden;
        transition: all .5s;
        padding: 10px 0;
    }

        .product-deta2 a:after {
            position: absolute;
            content: "\f019";
            font-family: 'FontAwesome';
            background: #43b02a;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            color: #ffffff;
            font-size: 25px;
            line-height: 46px;
            transition: all .5s;
            transform: translateY(-125%);
        }

        .product-deta2 a:hover:after {
            transform: translateY(0%);
        }

a.blue-2 {
    color: #337ab7;
}


@media all and (max-width:575px) {
    .pro-data-wrap {
        width: 100%;
        margin: 0 !important;
    }
}

/*product video*/

.product-video {
    position: relative;
    padding: 50px 0px;
}

.cinema-box {
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0px auto !important;
    position: relative;
}

    .cinema-box a .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 35px;
        transition: all 0.5s;
        color: red;
        z-index: 1;
    }

    .cinema-box a:hover .fa {
        color: #fff;
    }

.video-text2 {
    position: absolute;
    bottom: 6px;
    margin: 0;
    padding: 5px 15px;
    left: 0;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    right: 0;
    color: #ffffff;
    background: rgb(0 0 0 / 0.30);
}

    .video-text2 p {
        color: #ffffff;
    }

/*product*/

/*faqs*/

.faqs {
    position: relative;
    padding: 50px 0px;
    background: #ffffff;
}

    .faqs img {
        width: 100%;
    }

#faqAccordion .panel-default > .panel-heading {
    background: #ffffff;
    letter-spacing: 1px;
    color: #000;
    padding-left: 70px;
    position: relative;
    border-bottom: 1px solid #e9f9df;
}

    #faqAccordion .panel-default > .panel-heading:after {
        width: 40px;
        height: 100%;
        background: #43b02a;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        content: "\f067";
        font-family: "fontAwesome";
        font-weight: 100;
        font-size: 13px;
        color: #fff;
        transition: all 0.3s ease 0s;
        display: flex;
        justify-content: center;
        align-items: center;
    }

#faqAccordion .panel-title {
    font-size: 25px;
    font-weight: 200;
    letter-spacing: 1px;
    color: #000;
}

#faqAccordion .panel-body {
    padding: 10px 30px 10px 60px;
    background: #f5f5f5;
    border-top: none;
    font-size: 22px;
    font-weight: 200;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 28px;
    position: relative;
}

[aria-expanded="true"] .panel-heading:after {
    content: "\f068" !important;
}

/*nutrition*/

.nutrition img {
    width: 100%;
}

.nutrition {
    overflow: hidden;
    position: relative;
    padding: 50px 0px;
}

.nutrition-img img {
    width: 100%;
    display: block;
    max-width: 500px;
    margin-left: auto;
    position: relative;
}

.nutrition-wrap {
    position: relative;
    z-index: 1;
    max-width: 320px;
    width: 100%;
    margin-right: auto;
    border: 2px solid #e0dfdf;
}

    .nutrition-wrap p { /*display: none;*/
        justify-content: space-between;
        align-items: center;
        padding: 0px 30px;
    }

.nutrition-wrap {
    position: relative;
    z-index: 1;
    max-width: 320px;
    width: 100%;
    margin-right: auto;
    border: 2px solid #e0dfdf;
    height: 500px;
    overflow: hidden;
}

.nutrition-wrap-toggle {
    height: auto;
    padding-bottom: 55px;
}

a#see-less {
    display: none;
    padding: 10px 30px;
    font-size: 23px;
    font-weight: 200;
    color: #f58634;
    position: absolute;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    text-align: center;
}

a#see-all {
    padding: 10px 30px;
    display: block;
    font-size: 23px;
    font-weight: 200;
    color: #f58634;
    position: absolute;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    text-align: center;
}

    a#see-all:after {
        position: absolute;
        content: "\f078";
        font-family: fontAwesome;
        font-size: 13px;
        top: 20px;
        padding-left: 10px;
    }

a#see-less:after {
    position: absolute;
    content: "\f077";
    font-family: fontAwesome;
    font-size: 13px;
    top: 20px;
    padding-left: 10px;
}

.nutrition-wrap p span {
    display: inline-block;
    font-size: 20px;
    font-weight: 200;
}

    .nutrition-wrap p span:last-child {
        font-weight: 400;
        float: right;
    }

.nutrition-wrap hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #f58634;
}

.nutrition-wrap h3 {
    padding: 16px 30px;
    margin-bottom: 10px;
    background: #f58634;
    margin: 0 0 10px 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 200;
}

.nutrition-line small {
    font-size: 13px;
    padding: 8px 15px;
    display: block;
}

/*archive*/

.archive-main {
    position: relative;
    padding: 50px 0px;
    background: #ffffff;
}

.archive-wrap {
    margin-bottom: 30px;
    transition: all .5s;
    overflow: hidden;
    border: 1px solid transparent;
    min-height: 500px;
}

    .archive-wrap a {
        display: block;
    }

.archive-title {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
}

    .archive-title p {
        margin-top: 20px;
    }

.archive-img {
    height: 300px;
    overflow: hidden;
    padding: 20px 5px 5px 5px; /*background:#f4f4f4;*/
    position: relative;
}

    .archive-img img {
        width: 100%;
        display: block;
        height: 280px;
        object-fit: contain;
    }

.archive-details {
    padding: 2px 15px 10px 15px; /*background:#f4f4f4;*/
    position: relative;
    text-align: center;
    min-height: 160px;
}

    .archive-details h2 {
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 0;
        color: #000000;
        text-transform: uppercase;
        font-weight: 500;
        border-bottom: 1px solid #f1eeee;
        padding-bottom: 5px;
    }

    .archive-details span {
        display: block;
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 0;
        color: #000000;
        text-transform: uppercase;
        font-weight: 500;
        border-bottom: 1px solid #f1eeee;
        padding-bottom: 5px;
    }

        .archive-details span .fa {
            font-size: 15px;
            margin-right: 5px;
        }

.product-content-sec {
    position: relative;
    padding: 50px 0px;
    background: #ffffff;
}

    .product-content-sec .container {
        max-width: 900px;
        width: 100%;
        margin: auto;
    }

.product-sec-heading {
    text-align: center;
}

    .product-sec-heading h2 {
        text-transform: capitalize;
        margin-top: 0;
        line-height: 47px;
        font-size: 40px;
        padding-bottom: 10px;
        position: relative;
        letter-spacing: 1px;
        margin-bottom: 5px;
        color: #43b02a;
        font-weight: 200;
    }

        .product-sec-heading h2:after {
            position: absolute;
            content: "";
            background: #43b02a;
            height: 1px;
            width: 130px;
            left: 0;
            right: 0;
            margin: auto;
            bottom: -8px;
        }

    .product-sec-heading p {
        line-height: 1.4;
        margin: 30px 0 15px;
        padding: 0;
        color: #000000;
        font-size: 23px;
        font-weight: 200;
        text-align: left;
    }

.pro-head p {
    text-align: left !important;
}

.product-content-sec span {
    display: inline-block;
    font-size: 20px;
    font-weight: 200;
    text-transform: capitalize;
    margin: 10px;
    width: 30%;
}

    .product-content-sec span a {
        display: block;
        color: #000000;
        text-decoration: none;
        transition: all .5s;
        background: #ffffff;
        padding: 6px 10px 6px 35px;
        position: relative;
        text-align: left;
    }

        .product-content-sec span a:before {
            position: absolute;
            content: "\f046";
            font-family: fontAwesome;
            left: 10px;
            font-size: 16px;
            top: 10px;
            color: #43af2a;
            transition: all .5s;
        }

        .product-content-sec span a:hover {
            background: #43af2a;
            color: #ffffff;
        }

            .product-content-sec span a:hover:before {
                color: #ffffff;
            }

.fa-rupee:before, .fa-inr:before {
    font-weight: 100 !important;
}

.archive-outer {
    padding: 0;
}

.archive-details font {
    text-align: center;
    width: 100%;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    margin-top: 0;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #f1eeee;
    padding-bottom: 5px;
}

.archive-wrap:hover span.cart-span {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.archive-wrap:hover {
    box-shadow: 0 3px 16px 0 rgba(0,0,0,.11);
    -webkit-box-shadow: 0 3px 16px 0 rgba(0,0,0,.11);
    -moz-box-shadow: 0 3px 16px 0 rgba(0,0,0,.11);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #43b02a;
    border-color: #43b02a;
}

ul.pagination a {
    font-size: 20px;
}

.pagination > li > a, .pagination > li > span {
    color: #43b02a;
}

/*cat menu on archive*/
.navigation {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    width: 100%;
}

    .navigation h2 {
        color: #000000;
        font-weight: 200;
        display: inline-block;
        margin: 0;
        width: 150px;
        vertical-align: top;
    }

.cat-nav {
    padding: 5px 0px 0px 0px;
}

    .cat-nav a {
        color: #000000;
        padding: 4px 7px;
        font-size: 17px;
        text-decoration: none;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: inline-block;
        transition: all .5s;
        margin-bottom: 10px;
        margin-right: 5px;
        position: relative;
    }

        .cat-nav a:after {
            position: absolute;
            content: "";
            width: 1px;
            height: 20px;
            background: #000;
            right: -5px;
            top: 0px;
            bottom: 0;
            margin: auto;
        }

        .cat-nav a:hover {
            background: #ffffff;
            color: #f58634;
        }

        .cat-nav a:last-child:after {
            display: none;
        }

/*page.php*/

.single-main2 {
    position: relative;
    padding: 50px 0px;
}

span.author-img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}

.author-img img {
    width: 100%;
    margin: 0;
}

span.author-name {
    color: #000;
    margin-left: 10px;
}

span.author-date {
    color: #96979b;
    margin-left: 10px;
}

.single-info span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
    vertical-align: middle;
}

.single-main h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 25px;
}

.content-wrap h1 {
    text-align: center;
    text-transform: capitalize;
    font-size: 55px;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 45px;
    color: #43b02a;
    font-weight: 200;
}

    .content-wrap h1:after {
        position: absolute;
        content: "";
        background: #43b02a;
        height: 1px;
        width: 130px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -8px;
    }

.content-wrap h2, .content-wrap h3 {
    text-align: left;
    text-transform: capitalize;
    font-size: 40px;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 45px;
    color: #43b02a;
    font-weight: 200;
}

.content-wrap p {
    line-height: 1.4;
    margin: 0 0 15px;
    padding: 0;
    color: #000000;
    text-align: justify;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 0px;
}

/*new page*/

/*solution-banner*/

.solution-banner {
    height: calc(100vh - 75px);
    position: relative;
}

    .solution-banner a {
        display: block;
    }

img.page-desktop {
    display: block;
}

img.page-mobile {
    display: none;
}

.solution-banner img {
    width: 100%;
    height: calc(100vh - 75px);
    object-fit: cover;
    object-position: center;
}

.solutions-main {
    position: relative;
    clear: both;
    background: #ffffff;
}

.solutions {
    position: relative;
    margin-top: -32px;
}

.solutions-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-solutions {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    color: #ffffff !important;
    padding: 20px;
}

.solutions-text h4 {
    font-weight: 200;
    margin-bottom: 1.1rem;
    color: #ffffff;
    font-size: 30px;
}

.solutions-text h2 {
    text-transform: capitalize;
    font-weight: 200;
    font-size: 45px;
    line-height: 55px;
    max-width: 650px;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}

.solutions-text p {
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: 200;
}

a.learn-more {
    color: #ffffff;
    display: inline-block;
    border: 1px solid #ffffff;
    font-size: 23px;
    font-weight: 200;
    padding: 5px 25px;
    margin-top: 20px;
    transition: all .5s;
    position: relative;
    z-index: 1;
}

    a.learn-more:before {
        position: absolute;
        content: "";
        background: #f58634;
        width: 100%;
        height: 0%;
        bottom: 0;
        right: 0;
        border-radius: 5px;
        z-index: -1;
        transition: all 500ms ease;
    }

    a.learn-more:hover:before {
        height: 100%;
        top: 0;
    }

.left-solutions {
    padding: 20px 10px;
}

.left-solutions, .right-solutions {
    width: 50%;
    min-height: 550px;
}

.solutions-text {
    padding: 60px 10px 10px 10px;
    margin-bottom: 20px;
}

.abt-icon i {
    height: 50px;
    width: 50px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    color: #F44336;
    border: 1px solid #F44336;
    font-size: 20px;
    transition: all .5s;
}

.solutions-icon-wrap p {
    margin: 0;
    padding: 0;
}

.solutions-icon-wrap h3 {
    margin: 0;
    padding: 0;
}

/*collections*/

.collections {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 20px 0px;
    min-height: 200px;
}

.collections-text {
    text-align: center;
}

    .collections-text h4 {
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .collections-text h2 {
        color: #43b02a;
        font-size: 50px;
        font-weight: 200;
        letter-spacing: 1px;
        margin: 0 0 15px 0;
    }

    .collections-text p {
        font-size: 23px;
        margin-top: 5px;
        font-weight: 200;
    }

/*solution url*/

.solution-url {
    position: relative;
    padding: 50px 0px;
    background: #ffffff;
}

.solution-title h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 55px;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 45px;
    color: #43b02a;
    font-weight: 200;
}

    .solution-title h2:after {
        position: absolute;
        content: "";
        background: #43b02a;
        height: 1px;
        width: 130px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -8px;
    }

.solution-title p {
    line-height: 1.4;
    margin: 0 0 15px;
    padding: 0;
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    letter-spacing: 1px;
}

.solution-links ul {
    list-style: none;
    padding: 10px 15px;
    margin: 0px auto;
}

    .solution-links ul li {
        width: 32%;
        margin-bottom: 2px;
        position: relative;
        padding-left: 15px;
        display: inline-block;
        vertical-align: text-top;
    }

        .solution-links ul li:last-child {
            border-bottom: 0px;
        }

        .solution-links ul li a {
            display: block;
            font-weight: 400;
            position: relative;
            color: #000000;
            font-size: 23px;
            padding: 5px 15px;
            transition: all .5s;
        }

            .solution-links ul li a:hover {
                color: #f58634;
            }

            .solution-links ul li a:after {
                position: absolute;
                content: "\f0a4";
                font-family: fontAwesome;
                top: 12px;
                left: -10px;
                font-size: 18px;
            }

.collections-text ol li {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 10px;
    font-family: 'Barlow Condensed', sans-serif;
}



@media all and (min-width:1920px) {

    .solution-banner img {
        width: 100%;
        height: calc(100vh - 75px);
        object-fit: cover;
        object-position: center;
    }
}



@media all and (max-width:1199px) and (min-width:990px) {

    #header .logo {
        left: 30px;
    }

    .nav > li > a {
        padding: 10px 10px;
    }

    .main-nav .drop-down > a:before {
        right: -3px !important;
    }
}



@media all and (max-width:990px) and (min-width:769px) {

    .topc-title {
        padding: 3% 0px;
    }
}



@media all and (max-width:1280px) {

    .solution-banner, .solution-banner img {
        height: auto;
    }
}







@media all and (max-width: 1199px) {

    .main-nav .drop-down .mega {
        min-width: 800px;
    }

    #main-slider .swiper-slide {
        height: 90vh
    }

    #main-slider img {
        height: 90vh;
        width: 100%;
        object-fit: cover;
    }

    #main-slider a {
        height: 90vh;
    }

    .left-solutions {
        padding: 5px 10px;
    }

    .solution-banner, .solution-banner img {
        height: auto;
    }
}



@media all and (max-width: 991px) {

    .main-nav {
        display: none
    }

    .mobile-nav-toggle {
        display: block
    }

    .mobile-nav .drop-down ul li {
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding-left: 40px
    }

        .mobile-nav .drop-down ul li a {
            line-height: 40px !important;
            font-weight: 200
        }

    .mobile-nav a {
        line-height: 30px !important;
        font-weight: 200;
        font-size: 20px;
    }

    .nav > li {
        position: relative;
        display: block;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

        .nav > li:last-child {
            border-bottom: 1px solid rgba(255, 255, 255, .1)
        }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

    #header .container-fluid {
        min-height: 80px
    }

    .top-bar {
        display: none;
    }

    .box-commn {
        margin-bottom: 5px;
        padding: 5px;
    }

    #main-slider {
        top: -85px;
    }

    .custom-row1 {
        flex-flow: column-reverse;
        display: flex;
        align-items: unset;
    }

    .about-text {
        padding: 20px;
        max-width: 100%;
        width: 100%;
        margin: auto;
        min-height: 430px;
        padding: 20px;
    }

    .arrow {
        left: auto;
        right: 16px;
        transform: translateX(0%);
        top: 55%;
    }

    .media-sec {
        margin-top: 0px;
    }

    #blog-slide .swiper-prev2, #blog-slide .swiper-next2 {
        opacity: .5;
    }

    .footer-box {
        min-height: 325px;
    }

    #about-slider .swiper-pagination-bullet {
        max-width: 170px;
    }

    .product-grid {
        margin-bottom: 30px;
    }

    .product {
        padding: 20px 0px 50px 0px;
    }

    .contact-box {
        margin-bottom: 30px;
    }

    .mega-icon {
        min-width: 48%;
        display: inline-block;
    }

        .mega-icon a {
            color: #ffffff !important;
        }

    .product-benefit-wrap {
        width: 100%;
        margin: 0;
    }

    .product-info-text, .product-view {
        position: relative;
        padding: 20px;
        margin-bottom: 30px;
    }

    #accordion {
        margin-top: 30px;
    }

    img.alignleft, img.alignright, img.aligncenter {
        margin: 20px auto;
        float: none;
        width: 100%;
        height: auto;
    }

    .solutions-wrapper {
        display: block;
    }

    .left-solutions, .right-solutions {
        width: 100%;
        min-height: 500px;
    }

    .reverse-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .nutrition-img img {
        margin: auto;
    }

    .nutrition-wrap {
        margin: 30px auto 0px auto;
    }

    .small-text {
        display: block;
        text-align: center;
    }

    .solution-links ul li {
        width: 45%;
    }
}

@media all and (max-width: 800px) {

    .about-text {
        min-height: 550px;
    }
}



@media all and (max-width:767px) {

    img.desktop-product {
        display: none;
    }

    img.mobile-product {
        display: block;
    }

    .desk-image {
        display: none;
    }

    .mobile-image {
        display: block;
    }

    .footer-fixed {
        display: block;
    }

    #button {
        right: 15px;
    }

    .download {
        display: block;
        padding: 20px;
    }

        .download span {
            font-size: 16px;
            font-weight: 300;
            line-height: 1.5
        }

        .download h2 {
            font-size: 25px;
        }

    .footer {
        margin-bottom: 55px;
    }

    .footer-box {
        min-height: auto;
        padding-left: 20px;
    }

    .about-img {
        min-height: 300px;
    }

    ul.footer-social {
        width: 100%;
        float: none;
    }

    #about-slider .swiper-pagination-bullet {
        min-height: 100px;
        padding: 10px 5px;
        max-width: 135px;
    }

        #about-slider .swiper-pagination-bullet:nth-child(1):before {
            width: 55px;
            height: 55px;
        }

        #about-slider .swiper-pagination-bullet:nth-child(1):after {
            font-size: 16px;
            bottom: 0px;
        }

        #about-slider .swiper-pagination-bullet:nth-child(2):before {
            width: 55px;
            height: 55px;
        }

        #about-slider .swiper-pagination-bullet:nth-child(2):after {
            font-size: 16px;
            bottom: 0px;
        }

        #about-slider .swiper-pagination-bullet:nth-child(3):before {
            width: 55px;
            height: 55px;
        }

        #about-slider .swiper-pagination-bullet:nth-child(3):after {
            font-size: 16px;
            bottom: 0px;
        }

        #about-slider .swiper-pagination-bullet:nth-child(4):before {
            width: 55px;
            height: 55px;
        }

        #about-slider .swiper-pagination-bullet:nth-child(4):after {
            font-size: 16px;
            bottom: 0px;
        }

    .main-timeline:before {
        left: 0;
        transform: translateX(0);
    }

    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 25px 25px 0 20px;
        margin: 0 0 20px;
    }

        .main-timeline .timeline-content,
        .main-timeline .timeline:nth-child(even) .timeline-content {
            padding: 40px 20px 20px 20px;
        }

        .main-timeline .timeline:nth-child(even) .timeline-icon {
            left: auto;
            right: -30px;
        }

        .main-timeline .timeline-year,
        .main-timeline .timeline:nth-child(even) .timeline-year {
            border-radius: 0 20px 0 0;
            right: auto;
            left: -25px;
            top: -30px;
        }

            .main-timeline .timeline:nth-child(even) .timeline-year:after {
                transform: rotateY(0);
                left: 0;
                right: auto;
            }

    .sea-content {
        padding: 0px 30px;
    }

    .footer-box .address-2 p, .footer-box address p, ul.footer-info li a, .footer-box p {
        font-size: 16px;
    }

    .product-benefit .container {
        padding: 0px;
    }

    .pro-sec-text {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .content-wrap h2, .content-wrap h3, .content-wrap h1 {
        font-size: 35px;
    }

    .solution-banner {
        background: none !important;
        height: auto;
    }

    img.page-desktop {
        display: none;
    }

    img.page-mobile {
        display: block;
    }

    .solution-title h2 {
        font-size: 30px;
    }

    .product-content-sec span {
        width: 45%;
    }

    .solution-links ul {
        margin: 0px auto 30px auto;
    }
}





@media all and (max-width:575px) {

    .outer-div {
        width: 100%;
    }

    .biobox-wrap {
        flex-wrap: wrap;
    }

        .biobox-wrap .bio-box-img:nth-child(3) {
            order: -1;
            -webkit-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
            -moz-box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
            box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.5);
        }

    #about-slider .swiper-pagination-bullet {
        display: none;
    }

    .arrow {
        display: block;
        top: 35%;
        transform: translateY(-50%);
    }

    #about-slider {
        padding-top: 0px;
    }

    .health-warp, .details {
        width: 100%;
    }

    .testimonial .description {
        font-size: 17px;
    }

    .testimonial {
        padding: 15px;
    }

    .form-wrap {
        padding: 0px 15px 70px 15px;
    }

    .blog-news, .media-sec {
        padding: 20px 0px;
    }

    .testimonial-wrap {
        padding: 150px 0px 20px 0px;
    }

    .range-box {
        width: 45%;
    }

    .wel-text {
        padding: 30px 0px;
    }

    .certified-box {
        width: 45%;
        display: inline-block;
        margin-bottom: 30px;
    }

    .cerified .container {
        display: block;
    }

    .slide-overlay h2 {
        font-size: 20px;
    }

    .archive-outer {
        width: 100%;
    }

    .buckthon-wrap {
        width: 100%;
    }

    .buckthon-box h2 br {
        display: none;
    }

    .product-content-sec span {
        display: block;
        width: 95%;
    }

    .solution-links ul li {
        display: block;
        width: 100%;
    }

    #product-gallery .swiper-slide img {
        width: 100%;
    }

    .subheader ul li a {
        font-size: 15px;
    }

    .product-deta {
        max-width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .contact-box {
        min-height: auto;
    }

    .solution-url {
        padding: 10px 0px;
    }

    .solution-links ol li {
        width: 100%;
    }
}



@media all and (max-width:430px) {

    .arrow {
        top: 30%;
        height: 40px;
    }

    span.india {
        display: none !important;
    }

    #header .log {
        right: 15px;
    }

        #header .log a {
            padding: 10px 8px;
            font-size: 17px;
        }

    #header .logo img {
        width: 130px;
        margin-top: 15px
    }

    #header .log .dropdown-menu {
        right: -7px;
    }

    .logo a span {
        font-size: 12px;
    }

    .wel-text h2, .sea-content h2, .about-text h2, .title-color h2, .title-tag h6, .title-tag h4 {
        font-size: 25px;
        font-weight: 200;
    }

    .wel-text p, .sea-content p, .about-text p, .main-timeline .description, .title-tag.text-center p {
        text-align: center;
        font-size: 16px;
        font-weight: 200;
    }

    /*.hills-content {min-height: 200px;}*/

    .hills-content {
        min-height: 350px;
    }

    .hills-shelf img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .hills-content h2 {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .testimonial .testimonial-title {
        font-weight: 200;
    }

    .welcome {
        padding: 0px;
    }

    .sea-head {
        padding: 5px 0px;
    }

    .hills-slider {
        min-height: 310px;
        padding: 50px 0px 0px 0px;
    }

    .range-wrap {
        padding: 0px 0px;
    }

    .title-color h2 {
        line-height: 25px;
    }

    .range-box span {
        font-size: 16px;
        font-weight: 400;
    }

    .title-color {
        margin-bottom: 35px;
    }

    .range-inner {
        padding-right: 5px;
        padding-left: 5px;
    }

    .range-box a {
        padding: 8px;
    }

    .swiper-slide-active span.blur1 {
        height: 200px;
        max-width: 200px;
    }

    .swiper-slide-active span.blur2 {
        height: 250px;
        max-width: 250px;
    }

    .swiper-slide-active span.blur3 {
        height: 300px;
        max-width: 300px;
    }

    .buckthon-box h2 {
        font-size: 21px;
    }

    .product-text h2 {
        font-size: 30px;
    }

        .product-text h2 span {
            font-size: 20px;
        }

    .health-box {
        margin: 0px auto 50px auto;
    }

    a.read {
        margin-top: 10px;
    }

    .health {
        padding: 10px 0px;
    }

    .theatre {
        padding: 25px 0px 25px 0px;
    }

    .testimonial-wrap {
        padding: 20px 0px 20px 0px;
    }

    #testimonial-slide .swiper-pagination {
        bottom: 0px;
    }

    #blog-slide .swiper-prev2, #blog-slide .swiper-next2 {
        top: 47%;
    }

    .single-main h2 {
        font-size: 25px !important;
        font-weight: 200;
        line-height: 30px;
    }

    .ingredients-row p {
        width: 45%;
    }

    .single-main {
        padding-bottom: 0px;
    }

    .product-content-sec {
        padding: 15px 0px;
    }

    .nutrition {
        padding: 20px 0px;
    }

    .product-sec-heading h2 {
        line-height: 35px;
        font-size: 30px;
    }

    .product-sec-heading p {
        font-size: 19px;
    }

    .solution-links ol li a {
        font-size: 19px;
        padding: 5px 15px;
    }

    .solution-links ol {
        margin-bottom: 20px;
    }

    .solutions-text h2 {
        font-size: 40px;
        line-height: 42px;
    }

        .solutions-text h2 br {
            display: none;
        }

    .solution-title p {
        font-size: 18px;
    }

    .vdo-wrap-new {
        width: 100%;
    }

    .hr-bottom {
        display: none;
    }
}

@media all and (max-width:360px) {

    .subheader ul li:after {
        top: 2px;
    }

    .product-info-text h2 {
        font-size: 35px;
    }

    .product-info-text p {
        font-size: 19px;
    }

    .price-row span {
        margin: 0px 10px;
        font-size: 18px;
    }

    .product-benefit-heading h2 {
        line-height: 35px;
        font-size: 25px;
    }

    .product-benefit-heading p {
        line-height: 26px;
        font-size: 20px;
    }

    .product-benefit-content p {
        line-height: 26px;
        font-size: 20px;
    }
}
