body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

header {padding:0 0 20px 0; background: #fff; position: relative; z-index: 99; transition: all 0.5s ease-in-out;}
.top-strip {width: 100%; height: 18px; display: inline-block; background-color: #000; margin-bottom: 15px;}
.fixed-header {padding-top: 110px; overflow-x: hidden;}
.fixed-header header {position: fixed; width: 100%; top: 0; left: 0; z-index: 99; box-shadow: 0px 0px 10px 0px #e1e1e1;}
.top-bar {flex-direction: row; position: relative;}

.brand {max-width: 175px;}
.brand img {max-width: 100%; width: auto; height: auto;}

.main-nav .nav-items {width: 100%; display: flex; list-style: none; margin: 0; padding: 0;}
.main-nav .nav-items {font-size: 15px; font-weight: 500;}
.main-nav .nav-items li {margin-right: 5px; border-right: 1px solid #000; line-height: 1;}
.main-nav .nav-items li:last-child {border-right: none;}
.main-nav .nav-items a {color: #000000; padding: 8px; margin-right: 5px; background-color: #fff; text-decoration: none; transition: all 0.2s ease-in-out;}
.nav-up {transform: translateY(-130%);}
.main-nav .nav-items a:hover {background-color: #d7e153;}
.main-nav .nav-items li.active a {background-color: #d7e153;}

.nav-toggle {width: 40px; height: 30px; position: relative; margin: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; display: none;}
.nav-toggle span {display: block; position: absolute; height: 5px; width: 100%; background: #343434; border-radius: 9px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.nav-toggle span:nth-child(1) {top: 0px;}
.nav-toggle span:nth-child(2),.nav-toggle span:nth-child(3) {top: 8px;}
.nav-toggle span:nth-child(4) {top: 16px;}
.nav-toggle.open span:nth-child(1) {top: 18px; width: 0%; left: 50%;}
.nav-toggle.open span:nth-child(2) {-webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.nav-toggle.open span:nth-child(3) {-webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
.nav-toggle.open span:nth-child(4) {top: 18px; width: 0%; left: 50%;}

.hero-section {background: url('../images/hero-bg.png') no-repeat 70% top; background-size: cover; margin-top: 80px;}
.hero-product {display: flex;}
.hero-product .hero-product-img {flex-basis: 50%; margin-top: -122px;}
.hero-product .hero-product-info {flex-basis: 50%; margin-top: -50px;}
.hero-product .hero-product-info .hp-intro {font-weight: 600; font-size: 16px;}
.hero-product .hero-product-info h3 {font-weight: 700; font-size: 24px; margin-bottom: 20px; text-transform: uppercase;}
.hero-product .hero-product-info p {font-weight: 500; font-size: 14px; margin-bottom: 20px;}
.hero-product .hero-product-info .btn-buy-now {display: inline-block;}

.btn-buy-now {padding: 14px 30px; font-size: 18px; font-weight: 700; color: #000; background: #fffc16; background: -moz-linear-gradient(left, #fffc16 0%, #fce100 100%); background: -webkit-linear-gradient(left, #fffc16 0%,#fce100 100%); background: linear-gradient(to right, #fffc16 0%,#fce100 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffc16', endColorstr='#fce100',GradientType=1 ); box-shadow: 15px 15px 15px 0 rgba(0,0,0,0.15); transition: all 0.2s ease-in-out; border: none; outline: none; top: 0; left: 0; position: relative;}
.btn-buy-now:hover {color: #000; text-decoration: none; box-shadow: 10px 10px 15px 0 rgba(0,0,0,0.15); top: 5px; left: 5px;}

.feature {display: flex; flex-direction: column; margin-top: -165px; position: relative;}
.feature.move-right {align-items: flex-end;}
.feature.move-left {align-items: flex-start;}
.feature .f-wrap {max-width: 50%;}
.feature .f-img img {max-width:100%; width: auto; height: auto; display: inline-block;}
.feature .f-info h3 {font-weight: 500; font-size: 26px; margin-bottom: 15px;}
.feature .f-info span {font-size: 15px; margin-bottom: 10px;}
.feature .f-info p {font-size: 15px;} 
.feature.fpl-3 {padding-left: 250px;}
.feature.fp1 {}
.feature.fp1 .f-wrap {max-width: 40%; width: 40%; }
.feature.fp1 .f-wrap .f-img {text-align: center;}
.feature.fp2 {margin-top: -200px;}
.feature.fp2 .f-wrap {max-width: 35%;}
.feature.fp3 {padding-right: 200px; margin-top: -120px;}
.feature.fp3 .f-wrap {max-width: 39%;}
.feature.fp4 {margin-top: -250px;}
.feature.fp4 .f-wrap {max-width: 50%;}
.feature.fp4 .f-img {margin-left: -80px;}
.feature.fp4 .f-info {margin-top: -110px; margin-left: 170px;}
.feature.fp5 {margin-top: -260px; width: 100%;}
.feature.fp5 .f-wrap {max-width: 100%; width: 100%;}
.feature.fp5 .f-wrap .f-info {padding-left: 110px;margin-top: 30px;}
.feature.fp6 {width: 100%;}
.feature.fp6 .f-wrap {max-width: 100%; width: 100%;}
.feature.fp6 .f-img {position: absolute; left: 190px; top: -50px; max-width: 350px;}
.feature.fp6 .f-info {margin-top: 210px;}
.feature.fp6 .f-wrap .f-info {padding-left: 110px;}

.tiles {margin-top: 30px; padding: 40px 0;}
.tiles-wrap {display: flex; flex-wrap: wrap;}
.t-row {display: flex; flex-direction: row; align-items: flex-end; width: 100%;}
.tile {margin-bottom:20px;}
.tile.flex-row {flex-direction: row !important;}
.t-content {max-width: 278px;}
.tile img {max-width: 100%; width: auto; height: auto;}
.tile .t-content {padding: 0 0 30px 50px; align-items: center; display: flex; justify-content: center; flex-direction: column;}
.tile .t-content .t-img {text-align: center; margin-bottom: 15px; font-weight: 600; display: block;}
.tile .t-content .t-info h4 {font-size: 22px; margin-bottom: 10px; width: auto; display: inline-block; font-weight: 500;}
.tile .t-content .t-info .p-sp-l {padding-left: 70px;}
.tile .t-content .t-info p {font-size: 15px; font-weight: 500;}
.spacer-tile {flex-grow: 0.51; visibility: hidden;}
.t-row:last-child .t-content {padding: 0 50px; padding-bottom: 0;}

.benefit-box-re {background-color: #f7f7f7; text-align: center; padding:17px 10px 10px; height: 100%; box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.05); transition: all 0.2s ease-in-out; display: flex; flex-direction: column; align-items: center;}
.benefit-box-re:hover {box-shadow: 0px 0px 10px 5px rgba(207,214,37,0.5);}
.benefit-box-re .bb-img {margin-bottom: 15px; background-color: #e1e884; border-radius: 50%; width: 100px; height: 100px; display: flex; justify-content: center; align-items: center;}
.benefit-box-re .bb-img img {max-width: 100%; width: auto; height: auto;}
.benefit-box-re .bb-content h4 {font-size: 18px; font-weight: 400; color: #000;}
.benefit-box-re .bb-content p {margin-bottom: 0;}

.testimonials {background: url('../images/testimonials-bg.jpg') no-repeat center; padding: 70px 0; background-size: cover;}
.testimonial-slider {display: flex; justify-content: space-between; align-items: center; position: relative;}
.testimonial-slider:before {content: ''; display: inline-block; }
.testimonial-slider .slick-list {width: 85%;}
.tslide {display: flex !important; justify-content: space-between;}
.tslide .tm-feedback {flex-basis: 75%; max-width: 75%; font-size: 24px; font-weight: 300; font-style: italic; color: #000;}
.tslide .tm-feedback .tm-feedback-by {font-size: 21px; color: #000; font-weight: 500; font-style: normal;}
.tslide .tm-feedback .tm-feedback-by:after {content:''; width:35%; height:1px; background-color:rgba(64,64,65, 0.3); display:inline-block; margin-left:10px;}
.tslide .tm-pic {flex-basis: 25%; max-width: 25%;}
.testimonial-slider .slick-arrow {width: 40px; height: 40px; background-color: #b7b7b6; border: none; box-shadow: 0 0 0 0 rgba(0,0,0,0.15); outline: none; border-radius: 50%; transition: all 0.2s ease-in-out;}
/* .testimonial-slider .slick-arrow:before {content:''; width:80px; height:1px; background-color:rgba(64, 64, 65, 0.2); display:inline-block; position:absolute; top:50%; transform:translateY(-50%);} */
.testimonial-slider .slick-arrow:hover {background-color: #d7e153; box-shadow: 5px 5px 7px 0 rgba(0,0,0,0.15);}
.testimonial-slider .slick-prev {background:#b7b7b6 url('../images/chevron-l.png') no-repeat center;}
.testimonial-slider .slick-next {background:#b7b7b6 url('../images/chevron-r.png') no-repeat center;}
.testimonial-slider .slick-prev:before {right: 100%;}
.testimonial-slider .slick-next:before {left:100%;}

.seciton-heading {margin-bottom: 30px;}
.seciton-heading .section-title {padding-bottom: 10px; text-align: left;}
.seciton-heading p {font-size: 16px; font-weight: 500;}

.order-now {padding: 50px 0; overflow-x: hidden;}
.product-about {text-align: center;}
.product-about h2 {font-size: 42px; font-weight: 600; color: #000; margin-bottom: 30px;}
.product-about h4 {font-size: 30px; font-weight: 700; color: #000;}
.product-about .product-options {display: flex; justify-content: center; margin-top: 25px;}
.product-about .product-options .product-opt {display: flex; flex-direction: column;}

.product-about .product-options .product-opt:first-child {margin-right: 20px;}
.product-about .product-options .product-opt small {font-size: 12px; font-weight: 600; margin-top: 10px;}
.product-about .product-options .product-opt .btn-product-option {background-color: #f1f1f0; text-align: center; border: none; outline: none; padding: 8px 20px; font-size: 15px; font-weight: 700;}
.product-about .product-options .product-opt .btn-product-option.opt-selected {background-color: #d7e153;}
.product-about .product-price {margin-top: 30px; margin-bottom: 20px; font-size: 21px; font-weight: 500; color: #000;}
.product-about .product-price .product-old-price {color: #404040; text-decoration:line-through;}
.product-query {font-size: 15px; font-weight: 500; color: #000; margin-top: 30px;}
.product-query i {transition: all 0.2s ease-in-out;}
.product-query a {color: #000; display: inline-flex; align-items: center; padding-left: 20px;}
.product-query a:hover {color: #000;}
.product-query a:hover i {transform: scale(1.1);}

.icon {width: 29px; height: 30px; display: inline-block; margin-left: 10px;}
.icon.icon-whatsapp {background: url('../images/icon-whatsapp.png') no-repeat;}

.site-footer {background: #000; padding: 50px 0;}
.f-col-menu {color: #f1f1f0;}
.f-col-menu h2 {font-size: 16px; font-weight: 600; margin-bottom: 15px; color: #fff;}
.f-col-menu a {color: #fff;}
.f-col-menu p {font-size: 16px; font-weight: 300; color: #f1f1f0;}
.f-nav {list-style: none; margin: 0; padding: 0; font-weight: 300;}
.f-nav li {margin-bottom: 10px;}
.f-nav li strong {font-weight: 600;}
.social-media {display: flex;}
.social-media .sm-icon {width: 40px; height: 40px; margin-right: 15px; display: inline-block; background-repeat: no-repeat; background-size: 100%;}
.social-media a {width: 100%; height: 100%; display: inline-block; position: relative;}
.social-media a:before,.social-media a:after {width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-size: 100%;}
.social-media a:before {background-position: left top; opacity: 1;}
.social-media a:after {background-position: left bottom; opacity: 0; transition: all 0.2s ease-in-out;}
.social-media a:hover:after {opacity: 1;}
.social-media .sm-icon.fb-icon a:before, .social-media .sm-icon.fb-icon a:after {content: ''; background-image: url('../images/sm1-light.png');}
.social-media .sm-icon.insta-icon a:before, .social-media .sm-icon.insta-icon a:after {content: ''; background-image: url('../images/sm2-light.png');}
.social-media .sm-icon.yt-icon a:before, .social-media .sm-icon.yt-icon a:after {content: ''; background-image: url('../images/sm3-light.png');}

.social-media.dark .sm-icon.fb-icon a:before, .social-media.dark .sm-icon.fb-icon a:after {content: ''; background-image: url('../images/sm1-dark.png');}
.social-media.dark .sm-icon.insta-icon a:before, .social-media.dark .sm-icon.insta-icon a:after {content: ''; background-image: url('../images/sm2-dark.png');}
.social-media.dark .sm-icon.yt-icon a:before, .social-media.dark .sm-icon.yt-icon a:after {content: ''; background-image: url('../images/sm3-dark.png');}
.social-media.dark a {transition: all 0.2s ease-in-out; bottom: 0;}
.social-media.dark a:after {display: none;}
.social-media.dark a:hover {bottom: 5px;}

.f-additional {color: #fff; display: flex; font-weight: 400; font-size: 13px; margin-top: 25px;}
.f-additional a {color: #fff;}
.f-extra-links {list-style: none; margin: 0; padding: 0; display: inline-block;}
.f-extra-links li {margin-left: 15px; padding-left: 15px; border-left: 1px solid #fff; display: inline-block;}

.section-title {font-size: 21px; font-weight: 700; color: #000; text-align: center; margin-bottom: 20px;}

.faq {background-color: #e3ea86; padding: 60px 0 80px;}
.faq .section-title {padding-bottom: 40px;}
.faq-accordion {box-shadow: 0px 0px 0px 10px rgba(128,127,127,0.3); border: 1px solid #acacac;}
.faq-accordion .card {border-radius: 0; border: none;}
.faq-accordion .btn {font-weight: 300; font-size: 21px; color: #000; padding: 5px 70px; outline: none; display: flex; justify-content: space-between; align-items: center; text-decoration: none; background: url('../images/btn-active-pattern.png') repeat-x -20px top; border-radius: 20px; box-shadow: none;}
.faq-accordion .btn:after {content: ''; width: 18px; height: 10px; display: inline-block; background: url('../images/chevron-b.png') no-repeat; transform: rotate(180deg); transition: all 0.2s ease-in-out;}
.faq-accordion .btn.collapsed {background-image: none;}
.faq-accordion .btn.collapsed:after {transform: rotate(0deg);}
.faq-accordion .btn:hover {text-decoration: none;}
.faq-accordion .card .card-header {background-color: #f7f7f7; border-bottom: 1px solid #acacac; padding: 0;}
.faq-accordion .card .card-header h2 {padding: 8px 10px;}
.faq-accordion .card:nth-child(2n+1) .card-header {background-color: #fff;}
.faq-accordion .card .card-body {border-bottom: 1px solid #acacac; padding: 20px 80px; font-size: 16px; font-weight: 300;}
.faq-accordion .card .card-body h4 {font-size: 20px;}

.faq-list {list-style: none; margin:0; padding: 0;}
.faq-list li {display:flex; margin-bottom: 30px;}
.faq-list li:before {content:'';min-width: 2px;height: 2px;background:#000;border-radius:50%;margin-top: 11px;margin-right: 10px;}

.freeze-body {overflow: hidden;}

.panch-tulsi .hero-product .hero-product-img {margin-top: -62px;}
.panch-tulsi .hero-product .hero-product-info {margin-top: -60px;}
.panch-tulsi .hero-section {background:url('../images/hero-bg-tulsi.png') no-repeat 75% top; min-height: 530px;}

.panch-tulsi .feature.fp1 {margin-top: -145px;}

.panch-tulsi .feature.fp4 .f-img {margin-left: 0;}
.panch-tulsi .feature.fp4 .f-info {margin-top: 0; margin-left: 0;}
.panch-tulsi .feature.fp1 .f-wrap {max-width: 30%; width: 30%; margin-right: 145px;}
.panch-tulsi .feature.fp1 .f-wrap .f-img {margin-bottom: 20px;}
.panch-tulsi .feature.fp2 {margin-top: -300px;}
.panch-tulsi .feature.fp2 .f-img {text-align: center;}
.panch-tulsi .feature.fp4 {margin-top: -390px;}
.panch-tulsi .feature.fp5 {margin-top: -230px;}

.hero-slider {display: flex; justify-content: center; align-items: center;}
.hero-slider .hero-product {display: flex !important;}
.hero-slider .slick-list {width: 95%;}
.hero-slider .hero-product .hero-product-img {margin-top: 0 !important;}
.hero-slider .slick-arrow {width: 40px; height: 40px; background-color: #b7b7b6; border: none; box-shadow: 0 0 0 0 rgba(0,0,0,0.15); outline: none; border-radius: 50%; transition: all 0.2s ease-in-out;}
/* .hero-slider .slick-arrow:before {content:''; width:80px; height:1px; background-color:rgba(64, 64, 65, 0.2); display:inline-block; position:absolute; top:50%; transform:translateY(-50%);} */
.hero-slider .slick-arrow:hover {background-color: #d7e153; box-shadow: 5px 5px 7px 0 rgba(0,0,0,0.15);}
.hero-slider .slick-prev {background:#b7b7b6 url('../images/chevron-l.png') no-repeat center;}
.hero-slider .slick-next {background:#b7b7b6 url('../images/chevron-r.png') no-repeat center;}
.hero-slider .slick-prev:before {right: 100%;}
.hero-slider .slick-next:before {left:100%;}

.homepage .hero-section {margin-top: 20px; padding-bottom: 50px; background-image: url('../images/hero-slider-bg.png'); background-position: 70% top;}
.homepage .hero-slider .slick-next,.homepage .hero-slider .slick-prev {background-color: rgba(64,64,65, 0.1);}
.homepage .hero-slider .slick-next:hover,.homepage .hero-slider .slick-prev:hover {background-color: #d7e153; box-shadow: 5px 5px 7px 0 rgba(0,0,0,0.15);}
.homepage .about {padding:0;}
.homepage .about .section-img {margin-top: -50px; max-width: 80%;}
.homepage .feature.fp1 {margin-top: 50px;}
.homepage .feature.fp1 .f-wrap {max-width: 45%; width: 45%;}
.homepage .feature .f-info h2 {font-size: 26px;}
.homepage .feature .f-info h3 {font-size: 16px; line-height: 26px;}
.homepage .feature.fp2 {margin-top: -140px;}
.homepage .feature.fp3 {padding-right: 20px; margin-top: -290px;}
.homepage .feature.fp3 .f-wrap {max-width: 55%; width: 55%;}
.homepage .fp3 .f-info {margin-left: 130px;}
.homepage .feature.fp4 {margin-top: -60px;}
.homepage .feature.fp4 .f-img {margin-left: 0;}
.homepage .feature.fp5 .f-wrap {max-width: 50%;}
.homepage .feature.fp6 {margin-top: -50px; padding-left: 60px; margin-bottom: 70px;}
.homepage .feature.fp6 .f-img {position: relative; left: 0; top: 0;}
.homepage .feature.fp6 .f-info {margin-top: 0; padding-left: 20px;}
.homepage .feature.fp6 .f-wrap {max-width: 50%; display: flex; align-items: center; }
.homepage .feature.fp6 .f-img {position: relative; left: 0; top: 0;}
.homepage .hero-product .hero-product-info {margin-top: 20px;}
.homepage .feature .f-info span {margin-bottom: 10px;}
.homepage .hero-product .hero-product-info .btn-buy-now {margin-top: 30px;}
.homepage .hero-product .hero-product-info p.hp-intro {margin-bottom: 20px;}
.homepage .hero-product .hero-product-info p {margin-bottom: 10px;}
.homepage .hero-product .btn-text {font-size: 14px;}
.homepage .testimonials {padding: 40px 0;}

.slider-template {text-align: center;}
.slider-template .slider-title {font-size: 36px; color: #000; font-weight: 700; text-transform: uppercase; margin-bottom: 50px;}
.slider-template p {font-size: 18px; color: #000;}

.btn-more-link {background-color: #f1f1f0; color: #000; text-decoration: none; padding: 5px; transition: all 0.2s ease-in-out;}
.btn-text {color: #000; text-decoration: underline;}
.btn-text:hover {color: #d7e153;}
.btn-more-link:hover {text-decoration: none; background-color: #d7e153; color: #000;}

.show-mob {display: none !important;}

.static-masthead {width: 100%; height: 325px; background: url('../images/internal-hero-bg.png') no-repeat center top;}
.internal-template {padding: 80px 0;}

.side-nav ul {list-style: none; margin: 0; padding: 0; font-size: 20px; font-weight: 500;}
.side-nav ul li {width: 100%; display: inline-block; margin-bottom: 10px;}
.side-nav ul a {width: 100%; background-color: #f7f7f7; color: #000; display: inline-block; padding: 20px; transition: all 0.2s ease-in-out;}
.side-nav ul a:hover {text-decoration: none; background-color: #d7e153;}
.side-nav li.active a {text-decoration: none; background-color: #d7e153;}

.internal-content h2 {font-size: 24px; font-weight: 500; color: #000; margin-bottom: 40px;}
.internal-content h3 {font-size:18px; font-weight: 500;}
.internal-content p {margin-bottom: 25px; text-align: justify;}
.title-underline {font-size: 18px; font-weight: 500; color: #000; margin-bottom: 15px;}
.title-underline span {border-bottom: 3px solid #d7e153; padding-bottom: 10px; padding-right: 15px; display: inline-block;}
.content-list {list-style: none; margin: 0; padding: 0;}
.content-list li {margin-bottom: 25px; display: flex; align-items: normal;}
.content-list li:before {content: ''; width:5px; height:5px; background-color: #000; display: inline-block; margin-right: 10px; margin-top: 10px; border-radius:50%; flex-shrink: 0;}

.t-title {display: flex; justify-content: center;}
.t-title .section-title {max-width: 85%; width: 100%; padding: 0 20px; font-size: 26px; font-weight: 500; margin-bottom: 40px;}

.align-center-col .col-lg-6 {display: flex; justify-content: center; align-items: center; flex-direction: column;}
.product-quantity-tabs .pq-opt {display: none;}
.product-quantity-tabs .pq-opt.selected {display: block;}
.product-order-now {display: flex; justify-content: center;}
.shopify-buy-frame iframe{min-height: 75px }
.shopify-buy-frame {min-width: 1px !important;}
.shopify-buy-frame .shopify-buy__btn-wrapper {margin-top: 0;}

.shopify-buy__btn {padding: 14px 30px; font-size: 18px; font-weight: 700; color: #000; background: #fffc16; background: -moz-linear-gradient(left, #fffc16 0%, #fce100 100%); background: -webkit-linear-gradient(left, #fffc16 0%,#fce100 100%); background: linear-gradient(to right, #fffc16 0%,#fce100 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffc16', endColorstr='#fce100',GradientType=1 ); box-shadow: 15px 15px 15px 0 rgba(0,0,0,0.15); transition: all 0.2s ease-in-out; border: none; outline: none; top: 0; left: 0; position: relative; text-transform: uppercase;}
.shopify-buy__btn:hover {color: #000; text-decoration: none; box-shadow: 10px 10px 15px 0 rgba(0,0,0,0.15); top: 5px; left: 5px;}

@media (max-width:1440px) {
    .hero-section {background-position: 70% top; background-size: 130%;}
}

@media (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }
}

@media (max-width: 1199px) {
    .top-bar {flex-direction: column;}
    .main-nav {margin-top: 50px;}
    .hero-section {background-position: 66% top;}
    .feature {margin-top: -100px;}
    .feature.fp2 {margin-top: -200px;}
    .feature.fp3 {padding-right: 0; margin-top: -200px;}
    .feature.fp4 .f-img {margin-left: 0;}
    .feature.fp4 .f-info {margin-left: 260px;}
    .feature.fp4 .f-wrap {max-width: 60%;}
    .feature.fp6 .f-img {left: 70px; top: -300px;}
    .feature.fp6 .f-info {margin-top: 50px;}
    .tile {flex-direction: row;}
    .tile-big {justify-content: center;}
    .tile-small {flex-basis: 50%;}
    .t-row {justify-content: center; flex-wrap: wrap;}
    .spacer-tile {display: none;}

    .panch-tulsi .hero-section {background-position: center top; background-size: 100%;}

    .hero-product .hero-product-info h3 br {display: none;}
    .feature br {display: none;}
    .panch-tulsi .feature.fp5 {margin-top: -10px;}
    .feature.fp5 .f-wrap .f-info {padding-left: 0;}
    .feature.fp6 .f-wrap {max-width: 100%; width: 100%;}
    .feature.fp6 .f-wrap .f-info {padding-left: 0;}
    .feature.fp5 {margin-top: 0;}
    .feature.fp6 {margin-top: 0;}
    .slider-template .slider-title br {display: none;}
    .side-nav ul {font-size: 18px;}

    .hide-mod {display: block;}
    .show-mob {display: none !important;}
}

@media (max-width: 992px) {
    .nav-toggle {display: block; z-index: 2;}
    .main-nav {margin-top: 0;}
    .main-nav .nav-items li {border: none; margin-right: 0;}
    .main-nav .nav-items a {width: 100%; display: inline-block; padding-left: 20px;}
    .nav-items {position: fixed; right: -150%; flex-direction: column; max-width: 70%; height: 100%; background: #fff; z-index: 1; top: 0; transition: all 0.2s ease-in-out; box-shadow: 0px 5px 15px 0px #e1d9d9; padding-top: 110px !important;}
    .open + .nav-items {right: 0;}
    .top-bar {flex-direction: row;}
    .main-nav.active .nav-items { right: 0; display: flex;}
    .feature.fp1 {margin-top: 50px;}
    .feature.fp4 .f-info {margin-left: 180px;}
    .feature.fp6 {align-items: flex-start !important;}
    .feature.fp6 .f-wrap {max-width: 50%;}
    .feature.fp6 .f-img {left: 130px; top: -410px;}

    .t-row {align-items: center;}
    .tile-big {}
    .tile-small {flex-basis: 100%; justify-content: center;}

    .tslide {flex-direction: column-reverse; align-items: center;}
    .tslide .tm-pic {max-width: 100%; flex-basis: 100%; margin-bottom: 30px;}
    .tslide .tm-feedback {font-size: 20px;}
    .tslide .tm-feedback .tm-feedback-by {font-size: 18px;}
    .faq-accordion .btn {padding: 5px 20px;}
    .faq-accordion .card .card-body {padding: 20px;}
    .f-additional {flex-direction: column;}
    .f-extra-links li:first-child {margin-left: 0; padding-left: 0; border-left: none;}
    .hero-product-info p br {display: none;} 

    .panch-tulsi .feature.fp1 {margin-top: 60px;}
    .panch-tulsi .feature.fp5 .f-wrap .f-info {padding-left: 0;}
    .panch-tulsi .feature.fp6 .f-info {margin-top: 180px;}
    .panch-tulsi .feature.fp2 .f-wrap {margin-top: -60px;}

    .homepage .hero-slider .hero-product {flex-direction: column;}
    .homepage .slick-slide {padding-bottom: 50px;}
    .homepage .hero-slider .slick-list {width:75%;}
    .homepage .hero-slider {justify-content: space-between;}

    .tiles {margin-top: 0;}
    .featured-img {width: 100%; margin-bottom: 20px;}
    .internal-content {margin-top: 30px;}
    .internal-content h2 {margin-bottom: 20px;}
    .internal-template {padding: 40px 0;}

    .hide-mod {display: none !important;}
    .show-mob {display: inline-block !important;}
    .feature.fp6 .f-img {max-width: 100%;}
}

@media (max-width:768px) {
    .hero-product {flex-direction: column;}
    .hero-product .hero-product-img {margin-top: 0;}
    .hero-product .hero-product-info {margin-top: 0;}
    .feature .f-info {margin-top: 25px !important;}
    .feature.fp1 {margin-top: 80px;}
    .feature.fp1 .f-wrap, .feature.fp2 .f-wrap, .feature.fp3 .f-wrap, .feature.fp4 .f-wrap, .feature.fp5 .f-wrap, .feature.fp6 .f-wrap {max-width: 100%;}
    .feature.fp2, .feature.fp3, .feature.fp4, .feature.fp5, .feature.fp6 {margin-top: 0;}
    .feature.fp5 .f-wrap .f-info {padding-left: 0;}
    .feature.fp4 .f-info {margin-left: 0; margin-top: 0;}
    .feature.fp6 .f-img {left: 0; top: 0; text-align: center; position: relative;}
    .hero-section {margin-top: 20px; background-position: 63% top;}    
    .t-row:first-child .tile {text-align: center !important;}
    .t-row:last-child .tile .t-content .t-info h4 {text-align: center !important;}
    .t-row:last-child .tile .t-content .t-info .p-sp-l {padding-left: 0;}
    .f-col-menu {margin-bottom: 15px;}
    .f-col-menu h2 {margin-bottom: 10px;}
    .panch-tulsi .hero-product .hero-product-img {margin-top: 0;}
    .tiles .row .benefit-box-re {margin-bottom: 20px; height: auto;}
    .tiles .row {margin-bottom: 0;}
    .homepage .hero-product .hero-product-info h3 br {display: none;}
    .homepage .about .section-img img {max-width: 100%; width: auto; height: auto;}
    .homepage .feature .f-wrap {max-width: 100% !important;}
    .homepage .hero-section {padding-bottom: 0;}
    .homepage .about .section-img {margin-top: 20px; max-width: 100%;}
    .homepage .feature {margin-top: 0 !important;}
    .homepage .fp3 .f-info {margin-left: 0;}
    .homepage .feature.fp6 {padding-left: 0; margin-bottom: 20px;}
    .homepage .feature.fp6 .f-wrap {flex-direction: column;}
    .homepage .feature.fp6 .f-info {padding-left: 0; width: 100%;}

    .panch-tulsi .feature.fp1 .f-wrap {max-width: 100%; width: 100%; margin-right: 0;}
    .panch-tulsi .feature.fp2 {margin-top: 0;}
    .panch-tulsi .feature.fp2 .f-wrap {margin-top: 15px;}
    .panch-tulsi .feature.fp4 {margin-top: 0;}
    .panch-tulsi .feature.fp6 .f-img img {width: 100%; height: auto; min-width: auto;}
    .feature.fp6 .f-wrap {max-width: 100%; width: 100%;}

    .feature.fp1 .f-wrap {width: 100% !important; max-width: 100% !important;}
    .homepage .feature.fp3 {padding-right: 0;}
    .homepage .feature.fp3 .f-wrap {width: 100%; max-width: 100%;}
}

@media (max-width:576px) {
    .brand {max-width: 180px;}
    .tile .t-content {padding: 30px 20px;}
    .tile-small, .tile.flex-row {flex-direction: column !important; align-items: center;}
    .t-row:last-child .t-content {padding: 20px 50px;}
    .f-extra-links {font-size: 10px;}
    .f-extra-links li {margin-left: 5px; padding-left: 7px;}
    .show-mob {display: block !important;}
    .hide-mod {display: none !important;}
    .slider-template .slider-title, .hero-product .hero-product-info h3 {font-size: 22px;}
    .slider-template .slider-title br {display: none;}
    .homepage .hero-slider .slick-arrow {width: 30px; height: 30px;}

    .slider-template {display: flex; flex-direction: column; text-align: left;}
    .slider-template .slider-title {order: 2;}
    .slider-template p {order: 3;}
    .slider-template .slider-img {order: 1;}
    .slider-img {background: url('../images/slider1-mob.png') no-repeat center; width: 100%; height: 160px; background-size: 100%;}
    .slider-img img {display: none;}

    .homepage .slick-slide {margin: 0 10px;}
}