@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.ttf') format('TrueType');
}

@font-face {
  font-family: GilroyBold;
  src: url('../fonts/Gilroy-Bold.ttf') format('TrueType');
}

@font-face {
  font-family: GilroyHeavy;
  src: url('../fonts/Gilroy-Heavy.ttf') format('TrueType');
}

@font-face {
  font-family: Yantramanav;
  src: url('../fonts/Yantramanav-Medium.ttf') format('TrueType');
}

html {
  scroll-behavior: smooth;
}

.navigation li.dropdown:hover>ul {
  display: block;
}

/* .header-three .mobile-nav .logo img:last-child,
.header-three .mobile-nav .mobile-logo img:last-child,
.main-header .mobile-nav .logo img:last-child,
.main-header .mobile-nav .mobile-logo img:last-child {
  display: none;
}

.main-header.header-two .mobile-nav .logo img:last-child,
.main-header.header-two .mobile-nav .mobile-logo img:last-child {
  display: inline-block;
} */

.page-item .page-link {
  border-radius: 50% !important;
}

.slider-single-item {
  display: none;
}

.slider-single-item.slick-active {
  display: block;
}

ul.slick-dots {
  display: flex !important;
}

.slick-slide {
  padding: 0 15px;
}

/* image popup */
img.mfp-img {
  box-shadow: 0 0 8px rgb(0 0 0 / 60%);
  position: absolute;
  /* max-height: 392px; */
  width: 100%;
  padding: 0 !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mfp-img-container .mfp-content {
  max-width: 400px !important;
}

.mfp-img-container .mfp-close {
  top: -110px;
  right: -24px;
}

/* .mfp-content {
  height: 100%;
} */
.mfp-bottom-bar {
  top: unset;
  bottom: 14px;
  right: 0;
}

/* .mfp-wrap {
  position: unset;
} */
.content_popup_warp.mfp-wrap.popup-box-inline {
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

button.theme-btn.style-two:disabled {
  color: #47494b;
  background: #b3b5b6;
  border-color: #ddd;
}

.main-header .header-upper {
  background-color: rgba(255, 255, 255, 0.8);
}

.cursor-pointer {
  cursor: pointer;
}

.h-100vh {
  height: 100vh;
}

button:disabled {
  pointer-events: none;
  opacity: 0.65;
  background-color: #70777c !important;
  color: #fff;
}

.customer-slick .slick-dots {
  justify-content: center;
}

.ingredients {
  color: #0E666B;
  font-family: "GilroyHeavy", Sans-serif;
  font-size: 40px;
  font-weight: 900;
  cursor: pointer;

}

.ww-provide-item {
  height: 145px;
  align-content: center;
  width: 305px;
}

.ww-provide-item {
  background-image: url(../images/shapes/typearrow-right.svg);
  background-position: center right;
  background-repeat: no-repeat;
}


.what-we-provide-right .ww-provide-item {
  background-image: url(../images/shapes/typearrow-left.png);
  background-position: center left;
  background-repeat: no-repeat;
  /* text-align: right; */
  padding-left: 40px;
}

.ww-provide-item:hover {
  background-image: url(../images/shapes/paw.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(1.3);
}

.about-section-text {
  display: flex;
  align-items: center;
  transition: all .4s;
  width: 100%;
  background-color: #f9fafa;
  min-height: 350px;
  text-align: left;
  padding: 35px;
}

.about-section-text p {
  color: #3f444b;
  border-color: #3f444b;
  fill: #3f444b;
}

.about-section-image {
  background-size: cover;
  background-position: 50%;
  z-index: 1;
}

.faqs:not(.supply-details) .card {
  border: 2px solid #393939 !important;
}

.faqs:not(.supply-details) .card.active-card {
  border: 2px solid #0E666B !important;
}

.faqs .faq-ques:hover {
  color: #0E666B;
}

.faqs .active-card .faq-ques {
  color: #0E666B;
}

.faq-ques svg {
  color: #0E666B;
}

.faq-ques {
  color: #393939;
  font-family: "GilroyBold", Sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 35px;
  display: flex;
}

.faq-ans {
  border-width: 2px;
  border-bottom-color: #393939;
  color: #393939;
  font-family: "Gilroy", Sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5em;
  padding: 0px 40px 20px 70px;
}

.review-note {
  font-size: 18px;
  font-weight: 500;
  color: #c4c4c4;
}

.bg-accent {
  background-color: #E7F9F7;
}

.text-accent {
  color: #0E666B;
}

.terms-title {
  font-size: 18px;
  font-weight: bold;
  color: #242424;
  margin-bottom: 5px;
}

.bg-privacy-section {
  padding: 2% 2% 2% 2%;
  background-color: #EFEFEF;
  margin-bottom: 5px;
}

.video-container {
  position: relative;
}

.video-body {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video-section {
  min-height: 860px;
  /* Full-screen height */
  overflow: hidden;

}

.banner-container {
  padding-left: 75px;
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Makes sure the video covers the entire section */
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  max-width: 574px;

}

.video-header {
  font-family: "Gilroy";
  font-size: 23px;
  font-weight: 500;
  line-height: 1.72em;
  color: #FFFFFF;
}

.main-header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 95px;
  display: flex;
  align-items: center;
}

.main-header .header-upper {
  background-color: transparent;
  height: 95px;
  align-content: center;
}

.main-header.fixed-header .header-upper {
  background: #393939;
}

.main-menu .navbar-collapse li {
  padding: 0px 16px;
}

.main-menu .navbar-collapse li a {
  font-family: 'Gilroy';
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}


.nav_border a {
  border: 2px solid #FFFFFF !important;
  width: 132px !important;
  height: 42px !important;
  text-align: center;
  align-content: center;
}

.bordered-button-container {
  width: 245px;
}

.bordered-button {
  border: 2px solid #FFFFFF !important;
  text-align: center;
  padding: 14px 28px;
  width: 100%;
  display: block;
}

.bordered-button * {
  color: #fff;
  font-family: 'GilroyBold';
  font-size: 21px !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
  text-transform: none !important;
}

.bordered-button-accent .bordered-button {
  border: 2px solid #0E666B !important;
  color: #0E666B;
}

.bordered-button-accent .bordered-button * {
  color: #0E666B;
}

.separator {
  border-left: 2px solid #0E666B;
  margin: 0 10px;
  display: inline-block;
  align-self: stretch;
  /* Ensures it takes the full height of the parent */
}

.provide-title {
  color: #393939;
  font-family: "GilroyHeavy";
  font-size: 50px;
  font-weight: 900;
}

.provide-note {
  max-width: 340px;
  font-family: "GilroyBold";
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4em;
  color: #393939;
}

.what-we-provide .section-title {
  gap: 35px;
}

.revolution-container {
  margin-left: 90px;
  margin-right: 90px;
}

.revolution-left {
  background-color: #E7F9F7;
  padding: 60px !important;
}

.revolution-right {
  background-image: url(../images/news/blog-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}

.revolution-left h2,
.bold-title {
  color: #393939;
  font-family: "GilroyHeavy";
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4em;
}

.title-seperator {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #0E666B;
  width: 94px;
  height: 4px;
}

.revolution-subText {
  color: #393939;
  font-family: "Gilroy", Sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5em;
}

.fz-18 {
  font-size: 18px !important;
}

.product-subTitle {
  font-family: "Gilroy", Sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5em;
  color: #393939;

}

.product-note {
  font-family: "Gilroy", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  color: #393939;
}

.product-details-content .price {
  color: #0E666B;
  font-family: "GilroyHeavy", Sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.72em;
}

.product-preview-images {
  background-image: url(../images/products/box-bottle.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 250px;
}

.product-preview-images--about {
  background-image: url(../images/blog/002.png);
}

.product-preview-images:not(.product-preview-images--about):hover {
  background-image: url(../images/products/flying-bottles.jpg);
}

.theme-btn {
  font-family: "GilroyBold", Sans-serif;
  font-size: 21px;
  font-weight: 700;
  background-color: #393939;
  border-radius: 0px 0px 0px 0px;
  padding: 16px 32px 16px 32px;
}

.faq-title {
  color: #393939;
  font-family: "GilroyHeavy", Sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 86px;
}

.faq-subTitle {
  color: #393939;
  font-family: "Gilroy", Sans-serif;
  font-size: 23px;
  font-weight: 500;
  font-style: normal;
  line-height: 32.2px;
}

.faq-ques-text {
  margin-left: 35px;
}

.customer-join-left {
  background-color: #E7F9F7;
  padding: 60px !important;
  align-items: center;
  display: flex;
}

.customer-join-right {
  padding: 60px !important;
}

.customer-join-right .slick-slide {
  padding: 0;
}

.customer-join-left .sub-title,
.customer-join-right .sub-title {
  color: #393939;
  font-family: "GilroyHeavy", Sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4em;
}

.customer-join-left .customer-note {
  color: #393939;
  font-family: "Gilroy", Sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5em;
}

.service-offer {
  color: #0E666B;
  font-family: "GilroyHeavy", Sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.72em;
}

.customer-join-left input {
  height: 60px;
  font-size: 18px;
  color: #0E666B;
  border: 2px solid #0E666B;
  background-color: transparent;
}

.customer-email-note {
  color: #6B9698;
  text-align: right;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.customer-follow {
  font-size: 18px;
  font-weight: 500;
  color: #393939;
}

.customer-accordance {
  color: #6B9698;
  font-size: 16px;
  font-weight: 500;
}

.feedback-item p {
  color: #393939;
  background-color: #FFFFFF00;
  padding: 25px;
  font-size: 18px;
}

.feedback-author .title {
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  color: #393939;
}

.review-note {
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  color: #c4c4c4;
  margin-bottom: 15px;
}

.blog-subtitle {
  color: #393939;
  font-family: "GilroyHeavy", Sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 86px;
}

.inter-fact-left {
  background-image: url(../images/shapes/lap-sm.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.inter-fact-title {
  color: #393939;
  font-family: "Gilroy", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.96px;
}

.inter-fact-subtitle {
  color: #393939;
  font-family: "GilroyBold", Sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.72em;
}

.inter-fact p {
  font-family: "Gilroy", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
  color: #393939;
}

.inter-fact .section-title {
  color: #393939;
  font-family: "GilroyHeavy", Sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4em;
  background-color: #E7F9F7;
  padding: 20px;
}

.footer-subtitle {
  color: #FFFFFF;
  font-family: "GilroyBold", Sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 29.4px;
}

.footer-menu li {
  font-family: "Gilroy", Sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 34.5px;
  color: #fff;
}

.footer-menu--extra li {
  font-size: 18px;
}

.footer-blog img {
  width: 150px;
}

.footer-blog p {
  color: #fff;
}

.social-style-two i {
  color: #fff;
}

.scroll-down-banner {
  bottom: 30%;
  left: 50%;
  transform: rotate(50%, 50%);
  color: #fff;
}

.scroll-down-banner .btn-link {
  color: #fff !important;
  font-family: "Gilroy", Sans-serif;
  font-size: 18px;
  cursor: pointer;
}

@media only screen and (max-width: 500px) {
  .banner-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.provide-mobile {
  display: none;
}

@media only screen and (max-width: 1020px) {

  .provide-desktop {
    display: none !important;
  }

  .provide-mobile {
    display: block;
  }

  .scroll-down-banner {
    display: none;
  }

  .revolution-container {
    margin: 5px;
  }
}

@media screen and (max-width: 1200px) {
  .main-menu .navbar-collapse li a {
    color: #777;
  }

  .nav_border a {
    width: auto !important;
    height: auto !important;
    text-align: left !important;
  }

  .social-login-data *,
  .menu-icons p {
    color: #777 !important;
  }

  /* Add this to your custom CSS */
  .navbar-collapse:not(.show) {
    display: none !important;
    visibility: collapse !important;
    /* Bootstrap's collapse functionality */
  }

  .navbar-collapse.show {
    display: block !important;
    visibility: visible !important;
    /* Bootstrap's collapse functionality */
  }
}

/* Add this to your custom CSS */
.faq-ans:not(.show) {
  display: none !important;
  visibility: collapse !important;
  /* Bootstrap's collapse functionality */
}

.faq-ans.show {
  display: block !important;
  visibility: visible !important;
  /* Bootstrap's collapse functionality */
}

@media screen and (min-width: 1200px) {

  .navbar-collapse {
    display: block !important;
    visibility: visible !important;
    /* Bootstrap's collapse functionality */
  }


}

.what-we-provide .section-title {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}

.provide-desktop {
  justify-content: center;
}

.blog-section .section-title {

  text-align: center;

}

.blog-section .section-header {
  justify-content: space-between;
}

svg {
  display: inline-block;
}

.news-item .content .date {
  display: inline-block;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  height: 25px;
  background-color: #246d77 !important;
  color: #fff;
  line-height: 25px;
  border-radius: 0px;
  position: absolute;
  top: -38px;
  left: 15px;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  z-index: 2;
}

.blog-style-shadow:hover {
  box-shadow: 0px 0px 0px #393939 !important;
}

.blog-design-masonry.blog-style-shadow:hover .article-inner {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2) !important;
}

.blog-post-loop:hover .post-img-wrapp img {
  transform: scale(1.03);
}



.post-image-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -22px;
  text-align: center;
  font-size: 0;
  z-index: 1;
}

.blog-post-loop:hover .post-image-mask:before {
  transition-delay: .2s;
  animation-delay: .2s;
}

.blog-post-loop:hover .post-image-mask:after,
.blog-post-loop:hover .post-image-mask:before,
.blog-post-loop:hover .post-image-mask span {
  opacity: 1;
  animation: wd-fadeInLeft .3s ease;
}

.blog-post-loop:hover .post-image-mask span {
  transition-delay: .1s;
  animation-delay: .1s;
}

.blog-post-loop:hover .post-image-mask:after,
.blog-post-loop:hover .post-image-mask:before,
.blog-post-loop:hover .post-image-mask span {
  opacity: 1;
  animation: wd-fadeInLeft .3s ease;
}

.post-image-mask:after,
.post-image-mask:before,
.post-image-mask span {
  display: inline-block;
  margin-right: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  opacity: 0;
  transition: opacity .2s ease;
  animation: wd-fadeOutRight .3s ease;
}

.post-image-mask:after {
  margin-right: 0;
}

.post-image-mask:after,
.post-image-mask:before,
.post-image-mask span {
  display: inline-block;
  margin-right: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  opacity: 0;
  transition: opacity .2s ease;
  animation: wd-fadeOutRight .3s ease;
}

.post-image-mask:after,
.post-image-mask:before {
  content: "";
}

.blog-post-loop:hover .post-img-wrapp {
  position: relative;
  text-align: center;
}

.read-more {
  position: relative;
  display: inline-block;
  border-bottom: none;
  color: #246d77 !important;
  text-transform: none;
  font-weight: 700;
  font-size: 21px;
  bottom: 0;

}

@keyframes wd-ShakeNext {
  25% {
    transform: translate3d(0px, 0, 0);
  }

  50% {
    transform: translate3d(-3px, 0, 0);
  }

  75% {
    transform: translate3d(3px, 0, 0);
  }
}

.read-more:hover:after {
  opacity: 1;
  animation: wd-ShakeNext 1s ease infinite;
}

a {
  text-decoration: none !important;
}

.read-more:after {
  position: absolute;
  bottom: -5px;
  left: 100%;
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
  font-size: 14px;
  opacity: 0;
  transition: opacity .35s ease;
  content: "\2022 \2022 \2022";
  color: #246d77;
  font-size: 14px;
  letter-spacing: 3px;
}

.blog-post-loop:hover .post-img-wrapp:after {
  opacity: 1;
}

.post-img-wrapp:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity .7s ease;
}

footer a,
footer .title {
  color: #fff !important;
}

.faq-main {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1470px) and (min-width: 1200px) {
  .sys-mx-4 {
    margin-left: 0.7rem !important;
    margin-right: 0.7rem !important;
  }

  .right-side-menu {
    display: none;
  }

  .menu-icons div:not(.languages-icons) .sys-mx-4 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .main-menu .navbar-collapse li {
    padding: 0px 8px;
  }

  .main-menu .navbar-collapse li a {
    font-size: 17px;
  }

  .social-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Custom media query for navbar to switch to mobile at 1200px */
@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }

  .navbar-expand-lg .navbar-header {
    display: flex !important;
  }
}

/* Custom media query for navbar to switch to mobile at 1200px */
@media (max-width: 1200px) {

  .right-side-menu {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .navigation:not(.mobile-header) {
    display: flex !important;
  }

  .navigation.mobile-header {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .navigation:not(.mobile-header) {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 990px) {
  .mobile-logo {
    display: none;
  }
}

.sys-justify-content-end {
  justify-content: end !important;
}

.sys-mt-5 {
  margin-top: 1rem !important;
}

.sys-my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.breadcrumb .breadcrumb-item a {
  color: #fff !important;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #fff !important;
}

.sys-justify-content-center {
  justify-content: center !important;
}

.sys-align-items-center {
  align-items: center;
}

@media (max-width: 570px) {
  .product-details-content {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 552px) {
  .section-title .separator {
    display: none;
  }
}

@media (max-width: 991px) {
  .what-we-provide-images img:not(.bg) {
    max-width: 100%;
  }

  .ambass-section {
    margin-left: 10px;
    margin-right: 10px;
  }

  .provide-mobile,
  .faqs {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .shop-slider {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.blog-section .section-heade {
  align-items: center !important;
}

.wp-block-heading {
  font-size: 24px;
  font-family: "Yantramanav", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-top: 20px;
}

.elementor-widget-container p {
  font-size: 16px;
  font-family: "Yantramanav", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #000;
}

.wp-block-list {

  list-style-type: circle;
  padding-left: 15px;
}

.wp-block-list li {
  list-style-type: circle;
  font-size: 16px;
  font-family: "Yantramanav", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #000;
}

.care-guide-banner {
  background-color: transparent;
}

figcaption .section-title {
  text-align: left;
  color: #0E666B;
  font-family: "GilroyBold", Sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  margin-block-start: 20px;
}

.about-page-section .revolution-left {
  padding: 25px;
}

.ambass-section {
  background-color: transparent;
  background-image: linear-gradient(90deg, #E7F9F7 50%, #FFFFFF 50%);
  align-items: center;
  padding-top: 30px;
}

.text-grey {
  color: #393939 !important;
}

.elementor-icon-list-item {
  padding-bottom: 16px;
}

.elementor-icon-list-text {
  font-family: "Gilroy", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30.96px;
  color: #393939;
  transition: color 0.3s;
}

.about-customer {
  margin-bottom: 1rem;
}

.customer-note-container {
  justify-content: end;
  align-items: center;
  gap: 0.25rem;
}

.sys-my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-container {
  margin-left: auto;
  margin-right: auto;
}

.news-details-page .sys-container,
.about-page-section .sys-container,
.news-page-section .sys-container {
  margin-left: auto;
  margin-right: auto;
}

.sys-mb-60 {
  margin-bottom: 60px;
}

.page-title {
  font-family: "Yantramanav", Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 500;
}

@media (max-width: 1200px) {

  .blog-container,
  .news-details-page .sys-container,
  .about-page-section .sys-container,
  .news-page-section .sys-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.social-login-data {
  align-items: center;
}

.supply-details {
  margin-top: 50px !important;
}

.supply-details .card {
  border-style: solid !important;
  border-width: 2px 0px 0px 0px !important;
  border-color: #393939 !important;
  background-color: transparent !important;
  box-shadow: none;
  margin-bottom: 0px !important;
}

.supply-detail-header {
  display: flex !important;
  justify-content: space-between !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-family: "Gilroy", Sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #393939;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 1.38px;
}

.supply-details .faq-ans {
  padding: 0 !important;
}

.elementor-widget-container {
  color: #393939;
  font-family: "Gilroy", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72em;
  margin-top: 10px;
}

.elementor-widget-container p {
  color: #393939;
  font-family: "Gilroy", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72em;
}

.supply-dog-details {
  display: flex;
  justify-content: space-between;
}

.supply-dog-details .elementor-heading-main-title {
  color: #0E666B;
  font-family: "GilroyBold", Sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4em;
}

.supply-dog-details .elementor-heading-title {
  color: #393939;
  font-family: "Gilroy", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.72em;
}

.elementor-spacer {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #0E666B;
  width: 100%;
  height: 2px;
}

.thumbnail {
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.thumbnail.slick-current {
  border-color: #0E666B;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-arrow {
  background: rgba(255, 255, 255, 0.7);
  color: #0E666B;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.shop-slider {
  margin-left: 120px;
  margin-right: 120px;
}

.shop-slider .slick-prev {
  left: 0 !important;
}

.shop-slider .slick-next {
  right: 0 !important;
}

.shop-set-quant {
  justify-content: space-between;
  align-items: center;
}

.sys-tabs {
  justify-content: center !important;
}

.btn-buy-now-lg {
  font-family: 'GilroyBold';
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
  text-transform: none;
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  background-color: #0E666B;
  height: 53px;
  text-transform: capitalize;
}

.shop-slider .add-to-cart {
  width: 50%;
}

footer .bordered-button {
  padding: 8px 28px;
  margin-top: 10px;
}

.faq-ans .buy-btn {
  border-radius: 0px;
  background-color: #393939;
}

.redeem-btn {
  padding: 11px 30px;
}