html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End reset styles */

/*Global Style*/
@font-face {
    font-family: 'signikamedium';
    src: url('../fonts/signikamedium.woff') format('woff'),
        url('../fonts/signikamedium.woff2') format('woff2'),
        url('../fonts/signikamedium.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'signikasemibold';
    src: url('../fonts/signikasemibold.woff') format('woff'),
        url('../fonts/signikasemibold.woff2') format('woff2'),
        url('../fonts/signikasemibold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'scandiaregular';
    src: url('../fonts/scandiaregular.woff') format('woff'),
        url('../fonts/scandiaregular.woff2') format('woff2'),
        url('../fonts/scandiaregular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-family: "scandiaregular", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'scandiaregular', Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 57px;
    line-height: 1.100;
    margin-bottom: 17px;
    font-family: 'signikasemibold', Arial, Helvetica, sans-serif;
}

p {
    margin-bottom: 25px;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

a {
    color: #000;
    transition: all 0.3s ease-in;
}

.container {
    max-width: 1920px;
    padding: 0 125px;
    margin: 0 auto;
}

.cta {
    padding: 12px 30px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-family: 'signikasemibold';
    text-decoration: none;
    border: 1px solid #000;
    transition: all 0.3s ease-in;
}

.cta:hover {
    background: #000;
    color: #fff;
}


.full-page-loader {
    left: 50%;
    margin-left: -150px;
    margin-top: -65px;
    overflow: hidden;
    padding: 20px;
    position: fixed;
    top: 50%;
    width: 300px;
    z-index: 9999;
    box-sizing: border-box;
}

.full-page-loader:before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
}

.loader-logo {
    width: 262px;
    margin-bottom: 22px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    max-width: 100%;
    text-align: center;
    font-size: 0;
}


.loadingnew,
.loadingnew:before,
.loadingnew:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
header,section,footer{
    opacity: 0;
}
.loadingnew {
    color: black;
    font-size: 4px;
    margin: 0px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    z-index: 9;
    text-align: center;
}

.loadingnew:before,
.loadingnew:after {
    content: '';
    position: absolute;
    top: 0;
}

.loadingnew:before {
    left: -5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loadingnew:after {
    left: 5em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }

}

/*Header*/
header {
    background: #F8F8F8;
    background: #F8F8F8;
    position: fixed;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    transform: translate3d(0, 0, 0);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    transition: padding 0.3s ease;
}

header.compressed .header-container {
    padding: 18px 0;

}

header.compressed .header-container .logo {
    max-width: 220px;

}

.main-menu ul {
    display: flex;
}

.main-menu ul li:not(:last-child) {
    margin-right: 40px;
}

.main-menu ul li a {
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-decoration: none;
    font-family: 'signikasemibold';
}

header.compressed .header-container .main-menu ul li a {
    font-size: 16px;

}

.main-menu ul li a:hover {
    opacity: 0.5;
}

.logo img {
    vertical-align: middle;
}

/*Hero Slider*/
.hero-banner-wrapper {
    background: #F8F8F8;
    margin-top: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* min-height: calc(100vh - 82px); */
}

.hero-banner-wrapper .owl-loaded .owl-stage {
    /* display: flex;
    align-items: center; */
    max-height: 550px;
}

.logo {
    max-width: 256px;
    transition: all 0.3s ease;
    transform: translate3d(0, 0, 0);
}

.item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 200px;
    background: #F8F8F8;

}

.hero-banner .owl-nav button,
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    background: url('../images/slider-arrow.svg') no-repeat center !important;
    background-size: 100% !important;
    font-size: 0;
    line-height: 0;

}

.flickity-prev-next-button .flickity-button-icon {
    display: none !important;
}

.hero-banner .owl-nav button.owl-prev,
.flickity-prev-next-button.previous {
    left: 60px;

}

.flickity-page-dots {
    display: none;
}

.flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    border: 1px solid black;
    border-radius: 50%;
    margin: 0 6px;
}

.flickity-page-dots .dot.is-selected {
    background: black;
}

.hero-banner .owl-nav button.owl-next,
.flickity-prev-next-button.next {
    right: 60px;
    transform: rotate(180deg);

}

.hero-banner .owl-nav button span {
    display: none;
}

.item-inner-content {
    width: 39%;
    height: 100%;
}

.flickity-slider {
    transform: none !important;
}

.flickity-slider .item {
    left: 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
    transform: none !important;
}

.flickity-slider .item.is-selected {
    opacity: 1;
    z-index: 0
}

.item-inner-img {
    width: 55%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;

}

.item-inner-content p {
    font-size: 24px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'signikamedium', Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}

.hero-banner .owl-item .item-inner-img img {
    width: auto;
    object-fit: cover;
    /* max-height: calc(100vh - 230px); */
    height: auto;
    margin: 0 auto;

}

.hero-banner-wrapper .owl-dots {
    display: none;
}

.section1 {
    padding: 70px 0 40px;

}

.ta-c {
    text-align: center;
}

.h2 {
    font-size: 36px;
    line-height: 1.1;
    font-family: 'signikamedium', Arial, Helvetica, sans-serif;
    margin-bottom: 25px;

}

.marAuto {
    margin-left: auto;
    margin-right: auto;
}

.section1 p {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.section1 .feats-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;

    font-family: 'signikamedium', Arial, Helvetica, sans-serif;

}

.section1 .feats-list li {
    padding: 0 40px;


}

.section1 .feats-list li .icon {
    margin: 0 auto 15px;
    display: block;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;



}

.section1 .feats-list li h4 {

    font-family: 'signikamedium', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.1;


}

.section2 {
    padding: 50px 0 20px;
}

.section2 .top-content {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.prod-list {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;

}

.prod-list li {
    width: 33.33%;
    padding: 5px;
    box-sizing: border-box;
}

.prod-list li .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    color: #fff;
    z-index: 3;

}

.pos-r {
    position: relative;
    display: block;
}

.prod-list li .content .text {
    /* max-height: 0; */
    overflow: hidden;
    transition: 0.8s ease;
    /* padding-top: 10px; */
    position: relative;
    margin-bottom: -100%;
    opacity: 0;
    font-size: 16px;
    /* font-size: 16px;
    line-height: 1.3; */
}

.prod-list li img {
    vertical-align: top;
}

.prod-list li .pos-r {
    cursor: pointer;
    overflow: hidden;
    border-radius: 25px;
}

.prod-list li .content h3 {
    font-size: 30px;
    font-family: 'signikamedium', Arial, Helvetica, sans-serif;
    margin-top: -40px;
    margin-bottom: 10px;

}

.prod-list li .pos-r:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1);
    transition: 0.5s ease;
}

.prod-list li .pos-r:hover:after {

    background: rgba(0, 0, 0, 0.4);
}

.prod-list li .pos-r:hover .content .text {
    /* max-height: 100%; */
    margin-bottom: 0;
    opacity: 1;
}

.prod-list li .pos-r:hover .content h3 {
    margin-top: 0px;

    transition: 0.8s ease;
}

.section3 {
    padding: 50px 0 20px;
}

.section3 .d-f {

    display: flex;
    align-self: center;
    justify-content: space-between;

}

.section3 .d-f .text {
    padding: 5% 8%;
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F8F8F8;
    border-radius: 40px 0 0 40px;


}

.section3 .d-f .text h3 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'signikamedium', Arial, Helvetica, sans-serif;

}

.section3 .d-f .text p {
    font-size: 18px;


}

.section3 .d-f figure {
    border-radius: 0 40px 40px 0;
    width: 58%;
    overflow: hidden;


}

.section3 .d-f figure img {

    vertical-align: top;

}

.section4 {
    padding: 50px 0 70px;
    text-align: center;
}

.section4 h2 {
    margin-bottom: 50px;
    font-size: 36px;
    font-family: 'signikamedium', Arial, Helvetica, sans-serif;
}

.section4 .item {
    padding: 0 45px;
}

.section4 .item figure {
    width: 150px;
    margin: 0 auto 30px;
    border-radius: 25px;
    overflow: hidden;
}

.section4 .test-slider {
    padding-bottom: 85px;

}

.section4 .test-slider .owl-dots {
    bottom: 0;
}

.section4 .test-slider .owl-dots .owl-dot:not(.active) {
    background: #D2D2D2;
    border-color: #D2D2D2;
}

.section4 .item .author {
    font-family: 'signikamedium', Arial, Helvetica, sans-serif;
}

.section5 {
    display: flex;

}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    outline: none;

}

.section5 h3 {

    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 0;
    font-family: 'signikamedium', Arial, Helvetica, sans-serif;


}

.contact-left {
    width: 50%;
    background: black;
    color: white;
    padding: 80px 125px 100px 250px;
}

.contact-left p {
    margin-bottom: 40px;
    max-width: 570px;
}

.contact-left p a {
    color: inherit;
    text-decoration: none;
}

.contact-left p.icon-row {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

.contact-left p.icon-row img {
    position: absolute;
    left: 0;
    top: 49%;
    transform: translateY(-50%);
}


.contact-right {
    width: 50%;

    padding: 80px 250px 100px 125px;
    background: #F8F8F8;
}

.contact-right p {
    margin-bottom: 60px;
    max-width: 470px;
}

.contact-right .form-row {
    margin-bottom: 32px;
    position: relative;
}

.contact-right .form-row img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 27px;
}

.contact-right .form-row div.error,
.contact-right .form-row span.error {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 13px;
    line-height: 1.1;
    color: red;
    padding: 5px 0;
}

.contact-right .form-row .form-control {
    border: 0;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 30px 20px 0;
    font-size: 18px;
    color: black;
    width: 100%;
    box-sizing: border-box;
    font-family: "scandiaregular";
    background: none;
}

.contact-right .form-row textarea.form-control {

    height: 110px;
}

.form-control:focus {
    outline: none;
}

::-webkit-input-placeholder {
    /* Edge */
    color: black;
    opacity: 0.5;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
    opacity: 0.5;
}

::placeholder {
    color: black;
    opacity: 0.5;
}

.submit-row {
    margin-top: 50px;
}

.submit-row .btn {
    width: 100%;
    border: 1px solid black;
    cursor: pointer;
    font-size: 16px;
    padding: 14px 20px;
    background: none;
    font-family: 'signikamedium', Arial, Helvetica, sans-serif;
    transition: all 0.3s ease-in;
    -webkit-appearance: none;
    color: #000;
}

.submit-row .btn:hover {
    background: black;
    color: white;
}

.social-list {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.social-list li {
    margin-right: 30px;
}

.social-list li img {
    vertical-align: middle;
}

.footer {
    padding: 30px 50px 0;
}

.footer .container {
    display: flex;
    justify-content: space-between;
}

.footer .left {
    max-width: 320px;
}

.footer .left img {
    max-width: 220px;
}

.footer p {
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 30px;
}

.footer .right {
    max-width: 320px;
}

.footer .right h4 {
    font-size: 14px;
    margin-bottom: 10px;

}

.footer .right>h4 {
    font-family: 'signikamedium', Arial, Helvetica, sans-serif;
}

.footer .right .social-list {
    margin-top: 0;
}

.scrollTopBtn {
    background: url('../images/up-icon.svg') no-repeat center;
    width: 60px;
    height: 60px;
    font-size: 0;
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 2;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

.callBtn {
    background: url('../images/call-icon-large.svg') no-repeat center;
    width: 48px;
    height: 48px;
    font-size: 0;
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 2;
    transition: all 0.5s ease;
    display: none;
}

.scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
}

.fssai-reg {
    margin-top: 20px;
}

.fssai-reg p {
    font-family: 'signikamedium', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.fssai-reg img {
    max-width: 40px;
    vertical-align: middle;
    margin-right: 5px;
    height: auto;

    display: inline-block;
    float: none;
    top: -4px;
    position: relative;

}

@media only screen and (max-width: 1700px) {
    /* h1 {
        font-size: 64px;
        line-height: 1.05;

    } */

    /* .prod-list li .content .text {
        font-size: 16px;
        line-height: 1.4;
    } */
}

@media only screen and (max-width: 1500px) {

    /* .item-inner{
        min-height: 28vw;
    } */
    .item-inner {
        padding: 30px 170px;
    }

    .prod-list li .content {
        padding: 20px 25px 20px;
    }

    .prod-list li .content .text {
        font-size: 15px;
        line-height: 1.4;
    }

    h1 {
        font-size: 57px;
        /* line-height: 1.2; */

    }

    .section3 .d-f .text h3 {
        /* font-size: 57px; */
    }

    .contact-left {

        padding: 100px 100px 100px 180px;
    }

    .contact-right {
        padding: 100px 180px 100px 100px;
    }
}


@media only screen and (max-width: 1400px) {

    .scrollTopBtn {
        right: 35px;
    }

    .container {
        padding: 0 70px;
    }

    h1 {
        font-size: 42px;

    }

    .item-inner {
        padding: 30px 150px;
    }

    .section3 .d-f .text {
        padding: 30px;
    }

    .prod-list li .content .text {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 1279px) {
    .hero-banner-wrapper {
        min-height: 100px;
    }

    .scrollTopBtn {
        right: 30px;
        width: 40px;
        height: 40px;
        bottom: 80px;
        background-size: 100%;
    }

    .section3 .d-f .text h3 {
        /* font-size: 47px; */
    }

    .section4 .item {
        padding: 0 20px;
    }

    .section1 .feats-list li h4 {
        /* font-size: 20px; */
    }

    .section1 .feats-list li {
        padding: 0 25px;
    }

    .prod-list li .content {
        padding: 15px 15px 15px;
    }

    .container {
        padding: 0 40px;
    }

    .item-inner {
        padding: 30px 100px;
    }

    .hero-banner .owl-nav button.owl-prev,
    .flickity-prev-next-button.previous {
        left: 30px;
    }

    .hero-banner .owl-nav button.owl-next,
    .flickity-prev-next-button.next {
        right: 30px;
    }

    .prod-list li {
        width: 50%;
    }

    /* .section3 .d-f .text {
        padding: 10px;
    } */
    .prod-list li .content h3 {
        font-size: 26px;
    }

    .prod-list li .content .text {
        font-size: 14px;
        line-height: 1.30;
    }

    .contact-left {

        padding: 100px 80px 100px 140px;
    }

    .contact-right {
        padding: 100px 140px 100px 80px;
    }

}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 16px;
        line-height: 1.4;

    }

    .container {
        padding: 0 50px;
    }

    .item-inner {
        padding: 30px 90px;
    }

    .contact-left {

        padding: 100px 50px 100px 40px;
    }

    .contact-right {
        padding: 100px 50px 100px 40px;
    }

    .item-inner-img {
        width: 50%;
    }

    h1 {
        font-size: 47px;
        /* line-height: 1.2; */
    }

    .section1 .feats-list li {
        padding: 0 30px;
    }

    .footer {
        padding: 50px 0;
    }

    .prod-list li {
        width: 50%;

    }

    /* .section3 .d-f .text {
        padding: 40px;
    } */
}

@media only screen and (max-width: 980px) {
    .container {
        padding: 0 30px;
    }

    .item-inner {
        padding: 30px 90px;
    }

    .logo {
        max-width: 28%;
    }


    .main-menu ul li:not(:last-child) {
        margin-right: 30px;
    }

    .main-menu ul li a {
        font-size: 18px;
    }

    .item-inner-content {
        width: 45%;
        padding:25px 0 20px;

    }

    h1 {
        font-size: 37px;
        /* line-height: 1.2; */
    }

    .hero-banner .owl-nav button.owl-prev,
    .flickity-prev-next-button.previous {
        left: 20px;
    }

    .hero-banner .owl-nav button.owl-next,
    .flickity-prev-next-button.next {
        right: 20px;
    }

    .item-inner-content p {
        font-size: 21px;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .section1 .feats-list li {
        padding: 20px;
        width: 33%;
        box-sizing: border-box;
    }

    .prod-list li .content {
        padding: 20px;
    }

    .prod-list li .content .text {
        font-size: 14px;
    }

    .section4 .item {
        padding: 0 35px;
    }
}


@media only screen and (min-width: 768px) {
    .item-inner-img .mob-img {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {

    .item-inner-img .desktop-img {
        display: none !important;
    }

    .item-inner-img .mob-img {
        display: block;
    }

    .callBtn {
        display: block;
        border-radius: 50%;
        right: 25px;
        bottom: 40px;
        background-size: 100%;
    }
    .hero-banner-wrapper{
        min-height: calc(100vh - 50px);
    }
    .hero-banner-wrapper .owl-loaded .owl-stage {
        display: block;
        align-items: flex-start;
    }

    .header-container,
    header.compressed .header-container {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .hero-banner-wrapper {
        margin-top: 50px;
    }

    .logo,
    header.compressed .header-container .logo {
        max-width: 100%;
        background: #F8F8F8;
        position: relative;
        z-index: 3;
        width: 100%;
        margin-top: 17px;
        margin-bottom: 10px;
        text-align: center;


    }

    #header .container {
        padding: 0;
    }

    .logo img {
        max-width: 224px;
    }

    .main-menu {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
        background: #F8F8F8;
        /* opacity: 0;
        visibility: hidden; */
        padding: 10px 5px 20px;
        transition: top 0.5s ease;
        opacity: 0;

    }

    header.shownav .main-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }

    .main-menu ul {
        justify-content: center;
    }

    .main-menu.show {
        opacity: 1;
        visibility: hidden;
    }

    .main-menu ul li:not(:last-child),
    .main-menu ul li {
        margin: 0 8px;
    }

    .main-menu ul li a,
    header.compressed .header-container .main-menu ul li a {
        font-size: 17px;
    }

    .item-inner {
        flex-direction: column;
        justify-content: flex-start;
    }

    .item-inner-content {
        width: 100%;
        padding:10px 0 10px;
        text-align: center;
    }

    h1 {
        font-size: 32px;
        line-height: 1.03;
        margin-bottom: 13px;
    }

    .item-inner-content p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .item-inner-content .cta {
        position: absolute;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);

    }

    .item-inner-img {
        width: 100%;
        margin-bottom:25px;
    }

    .section1 {
        padding: 50px 0 0;
    }

    .section1 .feats-list {
        margin: 0 -20px;
        text-align: center;
    }

    .section1 .feats-list li h4 {
        font-size: 18px;
    }

    .section2 {
        padding: 30px 0 20px;
    }

    .section2 .top-content {
        margin-bottom: 30px;
    }

    .h2 {
        margin-bottom: 15px;
    }

    .prod-list li {
        width: 100%;
    }

    .prod-list li {
        width: 100%;
        padding: 5px 0;
    }

    .prod-list li figure {
        aspect-ratio: 1 / 1;
        display: flex;
    }

    .prod-list li figure img {
        object-fit: cover;
    }

    .section3 {
        padding: 50px 0 0;
    }

    .section3 .d-f {
        flex-direction: column;
        /* margin: 0 -30px; */
    }

    .section3 .d-f .text {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 30px;
        border-radius: 25px 25px 0 0;
    }

    .section3 .d-f .text h3 {
        /* font-size: 40px; */
    }

    .prod-list li .pos-r {
        border-radius: 20px;
    }

    .section3 .d-f figure {
        width: 100%;
        border-radius: 0 0 25px 25px;
    }

    .section4 {
        padding: 50px 0 80px;
    }

    .section4 .item {
        padding: 0;
    }

    .section3 .d-f .text h3 {
        font-size: 30px;
        line-height: 1;
    }

    .section4 h2 {
        margin-bottom: 40px;

        padding: 0 20px;
        line-height: 1.0;
        font-size: 36px;
    }

    .section5 {
        flex-direction: column;
    }

    .section5 h3 {
        font-size: 36px;
    }

    .contact-left,
    .contact-right {
        padding: 50px 30px;
        width: 100%;
        box-sizing: border-box;
    }

    .footer .container {
        flex-direction: column;
    }

    .footer .right {
        margin-top: 40px;
    }

    .cta {
        padding: 12px 15px;
        min-width: 192px;
        text-align: center;
    }

    .scrollTopBtn {
        right: 25px;
        width: 48px;
        height: 48px;
        bottom: 40px;
        display: none;

    }

    .section3 .d-f .text h3,
    .section5 h3 {
        margin-bottom: 15px;
    }

    .section1 .feats-list li .icon {
        height: 78px;
    }

    .fssai-reg {
        margin-top: 30px;
    }

    .footer .left img {
        max-width: 224px;
        /* margin:  0 auto;
        display: block; */
    }

    .item-inner {
        padding: 23px 20px;
    }

    .hero-banner .owl-nav {
        display: none !important;

    }

    .hero-banner-wrapper .owl-dots {
        display: block;
    }

    .flickity-page-dots {
        display: block;
        bottom: 17px !important;
    }

    .flickity-prev-next-button {
        display: none !important;
    }
    .full-page-loader{
        width: 200px;
        margin-left: -100px;
        margin-top: -55px;
    }

}

@media only screen and (max-width: 350px) {

    .main-menu ul li:not(:last-child),
    .main-menu ul li {
        margin: 0 8px;
    }

    .main-menu ul li a,
    header.compressed .header-container .main-menu ul li a {
        font-size: 14px;
    }

    h1 {
        font-size: 35px;
        /* line-height: 1.2; */
    }

    .section1 .feats-list li {
        padding: 0 15px;
    }

    .section1 .feats-list {
        margin: 0 -25px;
        text-align: center;
    }

    .prod-list li .content {
        padding: 15px;
    }

    .section1 .feats-list li h4 {
        font-size: 14px;
    }

    .prod-list li .content .text {
        font-size: 12px;
    }


}

.success {
    color: green;
    margin: 10px;
    text-align: center;
}