html {
  margin-right: 0 !important;
}
body {
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  font-size: 16px;
}
a:hover,
a:focus {
  text-decoration: none;
}
header {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
/* header:before {
  content: '';
  position: absolute;
  width: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.52) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.52) 1%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 1%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  bottom: 0;
  filter: blur(10px);
} */
.top-header {
  padding: 10px 0;
  background: #141e30;
}
.top-contact,
.social-icon {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.top-contact li {
  display: inline-block;
  font-size: 12px;
  padding-right: 15px;
  color: #fff;
}
.top-contact li:first-child {
  color: #feb400;
}
.top-contact li svg {
  margin-right: 5px;
}
.top-contact li > a,
.social-icon li > a {
  color: #fff;
}
.social-icon {
  float: right;
}
.social-icon li {
  display: inline-block;
  padding-right: 15px;
}

.header-bg {
  border-radius: 4px;
  padding: 15px 0;
}
.main-header {
  background: #fff;
}
.main-header.smaller {
  position: fixed;
  /* transition: ease 0.1s; */
  /* background: #fff; */
  box-shadow: 0px 0px 9px #ababab;
  top: 0;
  width: 100%;
  transition: ease 1s all;
  z-index: 9;
}
.logo img {
  width: 100%;
}
.navbar {
  float: right;
  margin-bottom: 0;
  bottom: -5px;
}
.navbar-nav > li > a {
  color: #333;
  /* font-size: 12px; */
  padding: 1px 6px;
  margin: 6px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .navbar-nav > li > a,
  .dropdown-menu > li > a {
    color: #fff;
  }
}

.smaller .navbar-nav > li > a {
  color: #333;
}
.nav > li > a:focus,
.nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  text-decoration: none;
  background-color: #e65112;
  color: #fff;
  border-radius: 30px;
}
.main-logo {
  display: none;
}
.smaller .main-logo {
  display: block;
  transition: ease 1s all;
}
.smaller .white-logo {
  transform: scale(1.25);
  will-change: transform;
  transition: transform 1000ms;
}

.no-padding {
  padding: 0;
}

.banner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .banner {
    top: 120px;
    margin-bottom: 120px;
  }
}

.ms-slide h3 {
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.15);
  padding: 15px;
}
.ms-slide p {
  line-height: 20px;
  font-size: 50px;
  text-transform: uppercase;
  margin-top: 10px;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
  color: #fff;
  font-weight: 600;
}
.ms-slide-layers {
  top: 20% !important;
}
.ms-slide .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.therapy-principle,
.fact-sec,
.products {
  padding: 70px 0;
  background: url(../images/bg-stripes.png) repeat;
  position: relative;
  box-shadow: inset 0px 0px 9px 0px rgba(51, 51, 51, 0.42);
}
.therapy-principle h2,
.products h2 {
  font-family: 'Dancing Script', cursive;
  font-size: 40px;
  color: #000b75;
}
.therapy-principle h2 > svg,
.products h2 > svg {
  color: #e65112;
  vertical-align: middle;
  margin: 0 15px;
  font-size: 40px;
}
.sub-title {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #949494;
}
.therapy-block {
  margin-top: 40px;
}
.therapy-block h3,
.service-content h2 {
  font-weight: 300;
  margin: 15px 0;
  font-family: 'Dancing Script', cursive;
  font-size: 26px;
  letter-spacing: 1px;
}
.therapy-block p,
.service-content p {
  font-size: 12px;
  color: #6d6d6d;
  line-height: 20px;
}

/*front-about section*/
.short-about-sec {
  background: #141e30;
  background: -webkit-linear-gradient(to bottom, #243b55, #141e30);
  background: linear-gradient(to bottom, #243b55, #141e30);
}
.short-about-images {
  position: relative;
}
.short-about-images img {
  width: 100%;
  height: 330px;
}
.playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.47843137254901963);
  width: 100%;
  height: 100%;
}
.playbtn img {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.short-about-content {
  padding-top: 10px;
}
.short-about-content .abt-title {
  display: block;
  margin: 10px 0;
  font-size: 40px;
  font-family: 'Dancing Script', cursive;
  color: #fff;
}
.short-about-content p {
  line-height: 24px;
  text-align: justify;
  color: #fff;
}
.btn.btn-read-more {
  color: #152032;
  background: #f29c4a;
  margin-top: 20px;
  border-radius: 50px;
  padding: 13px 40px;
  font-weight: 600;
}
.btn.btn-read-more:hover {
  background: #ffb400;
  transition: ease 1s all;
}

.fancy-heading-title {
  background-image: url(../images/fancy_heading_hr.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 15px;
}
.fact-sec .top-fact-title,
.products .top-fact-title {
  display: block;
  text-align: center;
  color: #6d6d6d;
}
.fact-sec h4,
.products h6 {
  font-size: 45px;
  font-family: 'Dancing Script', cursive;
  margin-bottom: 15px;
  color: #000b75;
}
.service-icon {
  display: inline-block;
  float: left;
  height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  margin-top: 15px;
}
.service-content {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 12px;
}

.service-block {
  margin-top: 30px;
}

.global-network {
  padding: 70px 0;
  background: #141e30;
  background: -webkit-linear-gradient(to bottom, #243b55, #141e30);
  background: linear-gradient(to bottom, #243b55, #141e30);
  position: relative;
}

.normal-network {
  padding: 30px 0;
  background: #141e30;
  background: -webkit-linear-gradient(to bottom, #243b55, #141e30);
  background: linear-gradient(to bottom, #243b55, #141e30);
  /*background: #e2e9f5;*/
  /*background: -webkit-linear-gradient(to bottom, #b0e0ff, #e2e9f5);*/
  /*background: linear-gradient(to bottom, #b0e0ff, #e2e9f5);*/
  position: relative;
}
.global-network:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: url(../images/global.png) repeat;
  opacity: 0.1;
  background-size: contain;
}

/*.normal-network{*/
/*content: '';*/
/*position: absolute;*/
/*width: 100%;*/
/*top: 0;*/
/*bottom: 0;*/
/*background: url(../images/global.png) repeat;*/
/*opacity: 0.1;*/
/*background-size: contain;*/
/*}*/

.global-network h5 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.normal-network h5 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

#products {
  margin-top: 50px;
}
#products .item {
  margin: 0 15px;
}
#products .item a {
  display: inline-block;
  box-shadow: 3px 1px 9px rgba(51, 51, 51, 0.32);
  padding: 10px;
  background: #fff;
}
.product-image {
  text-align: center;
}
.product-image img {
  /*max-width: 200px;*/
  /*max-height: 200px;*/
  margin: auto;
  text-align: center;
  height: 180px;
  width: 180px;
}
.product-content h4 {
  font-family: 'Dancing Script', cursive;
  color: #333;
  font-size: 30px;
  margin: 10px 0;
}
.product-content span.product-category {
  display: block;
  color: #333;
  font-style: italic;
}
.product-content p {
  font-size: 12px;
  color: #6d6d6d;
  line-height: 20px;
  margin-top: 5px;
  text-align: justify;
}
.connect-sec {
  padding: 40px 0;
}
.connect-sec h4 {
  font-size: 30px;
  margin-bottom: 15px;
}
.connect-sec p {
  font-size: 20px;
  margin: 15px 0;
}
.working-time {
  display: block;
  font-size: 16px;
  font-style: italic;
}
.time-status {
  color: #13ab20;
}
footer {
  background: #141e30;
  background: -webkit-linear-gradient(to bottom, #243b55, #141e30);
  background: linear-gradient(to bottom, #243b55, #141e30);
  padding: 10px 0;
  color: #fff;
}
.powered {
  text-align: right;
}
.powered > a {
  color: #f29b4a;
}

.foot-social-icon ul {
  padding-left: 0;
  list-style: none;
}
.foot-social-icon ul li {
  display: inline-block;
  padding-right: 15px;
}
.foot-social-icon ul li > a {
  color: #fff;
  width: 45px;
  display: block;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
  font-size: 20px;
}
.copyright {
  border-top: 1px solid #737373;
  padding: 10px 0;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.short-about-images a:hover,
.short-about-images a:focus {
  text-decoration: none;
  outline: 0;
}

/*preloader*/
#preloader {
  background: #141e30;
  background: -webkit-linear-gradient(to bottom, #243b55, #141e30);
  background: linear-gradient(to bottom, #243b55, #141e30);
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 99;
  height: 100%;
}
#preloader svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

#preloader svg circle {
  fill: none;
  stroke: #444;
  stroke-width: 1px;
  will-change: transform;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#preloader svg .inner {
  stroke: #aacbb0;
  stroke-dasharray: 200.96;
  stroke-dashoffset: 160.96;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
#preloader svg .middle {
  stroke: #517574;
  stroke-dasharray: 238.64;
  stroke-dashoffset: 178.64;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
#preloader svg .outer {
  stroke: #1ca197;
  stroke-dasharray: 276.32;
  stroke-dashoffset: 176.32;
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/*pop up*/

/* text-based popup styling */
.white-popup {
  width: 60%;
  position: relative;
  background: #fff;
  padding: 25px;
  margin: 0 auto;
}

/*

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/*about us page*/
.inner-banner {
  /* background-image: url(../images/slider2.jpg); */
  padding-top: 130px;
  /* background-repeat: no-repeat; */
  /* background-position: center top; */
}

@media screen and (max-width: 1200px) {
  .inner-banner {
    padding-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .inner-banner {
    padding-top: 0;
  }
}

.subheader-title {
  background: rgba(0, 0, 0, 0.56);
  padding: 20px 0;
  /* height: 100px;
  display: flex;
  align-items: center; */
}
.breadcrums {
  text-align: right;
}
.breadcrumb {
  background-color: inherit;
  margin-bottom: 0;
  padding: 0;
}
.head-title h1 {
  color: #fff;
  font-size: 24px;
}
.breadcrumb > .active {
  color: #fff;
}
.breadcrumb li > a {
  color: #ffb400;
}
.wrapper {
  background: url(../images/bg-stripes.png) repeat;
  padding: 40px 0;
  box-shadow: inset 0px 0px 9px 0px rgba(51, 51, 51, 0.42);
}
.vision-content {
  margin-bottom: 30px;
}
.vision-sec h2 {
  font-family: 'Dancing Script', cursive;
  margin-bottom: 10px;
  color: #1d2f46;
}
.vision-sec p {
  font-size: 13px;
  line-height: 21px;
  text-align: justify;
}
.hr-dots span {
  display: inline-block;
  width: 9px;
  height: 5px;
  overflow: hidden;
  margin: 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #233851;
}
.hr-dots {
  text-align: center;
}
/* .about-title-image {
  padding-top: 30px;
} */
.about-title-image h3,
.lab-content h4,
.about-description h4,
.solution-content h4 {
  font-family: 'Dancing Script', cursive;
  margin-bottom: 35px;
  color: #1d2f46;
  font-size: 40px;
}
.about-content {
  margin: 20px;
}
.about-description h4 {
  font-family: 'Dancing Script', cursive;
  margin-bottom: 10px;
  color: #1d2f46;
  font-size: 40px;
}
.about-content-sec p,
.lab-content p,
.solution-content p {
  /* font-size: 14px; */
  line-height: 30px;
  margin-top: 30px;
  text-align: justify;
}
.about-description p {
  /* font-size: 14px; */
  line-height: 30px;
  margin-top: 10px;
  text-align: justify;
}
.vision-sec {
  background: url(../images/bg-stripes.png) repeat;
}
.lab-sec,
.solution-sec,
.vision-sec {
  padding-top: 32px;
  padding-bottom: 16px;
}
.about-content-sec {
  padding-top: 50px;
  background: url(../images/bg-stripes.png) repeat;
}

.lab-img img,
.solution-img img {
  width: 50%;
}
.no-padding {
  padding: 0;
}
.list_left {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 50px;
  overflow: hidden;
  text-align: center;
  float: left;
}
.list_left {
  color: #e65112;
}
.list_right {
  padding: 5px 0 0;
  margin-left: 90px;
  word-wrap: break-word;
}
big {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
  padding-top: 8px;
  display: block;
}
.desc a {
  color: #333;
}
.contact-block,
.contact-form-sec {
  padding: 50px 0;
}
.contact-msg {
  margin-bottom: 30px;
}
.contact-msg h3 {
  margin-bottom: 15px;
  font-size: 26px;
}
.contact-msg p {
  line-height: 27px;
}
.contact-msg ul {
  list-style: none;
}
.contact-msg ul li {
  display: inline-block;
  margin-left: 10px;
}
.contact-msg ul li a {
  padding: 10px;
  border: 1px solid;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  color: #4a4a4a;
}
.custom-form-control {
  width: 100%;
  height: 40px;
  border: 1px solid #d0d0d0;
  box-shadow: inset 0px 0px 4px 0px #9a9a9a24;
  padding: 10px;
}
.custom-text-area {
  width: 100%;
  border: 1px solid #d0d0d0;
  box-shadow: inset 0px 0px 4px 0px #9a9a9a24;
}
.contact-form label {
  font-weight: 500;
}

/*product page*/
.main-product h2,
.major-component h2,
.component-detail h3,
.product-list h2 {
  margin-bottom: 15px;
}
.main-product img {
  padding: 30px 0;
}
.component-image img {
  width: 100%;
}
.component-detail ul li {
  padding-bottom: 15px;
}
.pt-30 {
  padding-top: 30px;
}
.product-list ul {
  padding-left: 0;
  list-style: none;
}
.product-list ul li {
  margin-bottom: 10px;
}
.product-list ul li a {
  display: block;
  background: rgba(255, 255, 255, 0.59);
  padding: 20px 15px;
  box-shadow: 0px 0px 5px 0px #cccccc;
  color: #333;
}
.product-list ul li a:hover {
  background: #f29c4a;
  color: #fff;
  transition: ease 0.5s;
}

.product-category-active {
  background: #f29c4a !important;
  color: #fff;
  transition: ease 0.5s;
}
.dropdown-menu {
  margin-top: 20px !important;
  min-width: 200px;
  transition: ease 2s;
}
.dropdown-menu > li > a {
  padding: 8px 20px;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-toggle {
  background-color: #e65112;
}

.mb-10 {
  margin-bottom: 10px;
}

.product-category-image {
  height: 400px;
  width: 100%;
  object-fit: contain;
  /* border-radius: 50%; */
  /* margin: 4px; */
}

#my-thumbs-list {
  overflow: auto;
  width: 800px;
  height: auto;
}

.productSticky {
  position: fixed;
  top: 105px;
  width: 20%;
}
.testi-content {
  position: relative;
  background: #fbc94e;
  padding: 25px;
  border-radius: 25px;
  margin-bottom: 15px;
}
.testi-content p {
  font-size: 12px;
  line-height: 24px;
  min-height: 0;
}
.testi-content:before {
  content: '';
  position: absolute;
  bottom: 100%;
  border-bottom: 20px solid #fbc94e;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.testi-clients {
  margin-bottom: 35px;
  padding-left: 5px;
}
.user-image {
  width: 80px;
  height: 80px;
  border-radius: 60px;
  border: 3px solid #fbc94e;
  background: #fff;
  float: left;
}
.user-image img {
  width: 100%;
  height: 100%;
  border-radius: 60px;
}
.user-description {
  display: inline-table;
  padding-left: 20px;
  padding-top: 10px;
}
.user-description h4 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #1a293d;
}
.user-description p {
  font-style: italic;
}
.closing-time-status {
  color: #ff0000;
}

.about-img {
  vertical-align: middle;
  height: 190px;
  width: 576px;
}

html {
  overflow-y: scroll;
}

.popup-gallery {
  margin: 40px;
}

.testi-content-image {
  padding-left: 50px;
}
.testi-content-video {
  padding-left: 80px;
}
.testi-content-image img {
  height: 150px;
  width: 150px;
  padding: 3px 0px 10px 0px;
  object-fit: fill;
  margin-right: 10px;
}

.youtube-thumbnail {
  height: 200px;
  width: 200px;
  object-fit: cover;
  padding: 10px 0px 0px;
  margin-right: 10px;
}
/*.popup-youtube:before {*/
/*content: "";*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 100%;*/
/*z-index: 10;*/
/*background: transparent url('../images/icons/play-button-small.png') center center no-repeat;*/
/*}*/

.vgn-testimony-videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 8px;
  width: 200px;
  max-height: 400px;
}
.video-thumbnail:before {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: '\f01d';
  font-family: FontAwesome;
  font-size: 100px;
  color: #fff;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.video-thumbnail:hover:before {
  color: #eee;
}

.video-thumbnail p {
  margin-top: 8px;
}

.news-img {
  height: 180px;
  width: 100%;
  object-fit: fill;
  border-radius: 5px 5px 0 0;
}

.news-content {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  height: 308px;
  margin-bottom: 20px;
}

.news-content:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding-top: 5px;
}

.news-type-background-news {
  background: #0a5ebd;
}
.news-type-background-events {
  background: rebeccapurple;
}
.news-type-background-info {
  background: #32dbeb;
}

.news-detail-img {
  width: 100%;
  height: 400px;
}

.news-detail-title h3 {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

.related-news img {
  width: 80px;
  height: 80px;
}

.related-news-content-title {
  padding-bottom: 5px;
}

.newsSticky {
  position: fixed;
  top: 105px;
  width: 25%;
}

.bod-image {
  position: relative;
  height: 300px;
  width: auto;
  bottom: 10px;
}

.center-owner-image {
  position: relative;
  height: 125px;
  width: auto;
  bottom: 10px;
}

.flag-img {
  height: 13px;
}

.certificate-desc {
  padding: 50px;
}

#chairman-message {
  display: none;
}

.pop-up-chairman-message {
  position: absolute;
  width: 50%;
  z-index: 9;
  background: #707070;
  padding: 20px;
  transform: translate(50%, 5%);
}

.pop-up-chairman-message > h1 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #e2e9f5;
}

.pop-up-chairman-message > p {
  line-height: 20px;
  font-size: 12px;
  color: whitesmoke;
}
#close-message {
  font-size: 20px;
  color: white;
}

.body-blur {
  filter: blur(10px) grayscale(30%);
}

.slick-slider {
  width: 800px;
}

.slick-slider {
  width: auto;
  height: auto;
  margin: auto;
}
.slick-prev:before,
.slick-next:before {
  color: #707070 !important;
}

.chairwoman-img {
  text-align: center;
  margin: 10px auto;
  height: 400px;
}

.banner-image {
  object-fit: fill;
}

.commitment-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.quote h3 {
  color: red;
}

.commitment hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f52b13;
  margin: 1em 0;
  padding: 0;
}

.sub-category-list ul li a {
  display: block;
  background: #d2cfcf;
  padding: 5px 30px;
  /* box-shadow: 0px 0px 5px 0px #cccccc; */
  color: #333;
  border-radius: 50px;
}

.sub-category-list {
  margin-top: 20px;
  margin-bottom: 30px;
}

.product-description-title {
  font-size: 16px;
  background: #333333;
  color: #fff;
  padding: 10px 15px;
}

.vgn-product-image-wrapper {
  overflow: hidden;
  /* box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2); */
}

.vgn-product-image-wrapper img.vgn-product-image {
  height: 244px;
  object-fit: contain;
  transform: scale(1);
  transition: transform 500ms;
  will-change: transform;
}
.vgn-product-image-wrapper:hover img.vgn-product-image {
  transform: scale(1.1);
  transition: transform 500ms;
  will-change: transform;
}

.vgn-product-image-wrapper .caption {
  margin-top: 8px;
  text-align: center;
}

.vgn-product-image-wrapper .caption h3 {
  font-size: 19px;
}
.vgn-product-image-wrapper .caption h3:hover {
  color: rgb(201, 135, 11);
}

img.vgn-single-product-image {
  width: 100%;
  max-height: 250px;
  object-fit: contain;
}

.vgn-product-description {
  margin-top: 16px;
  text-align: justify;
  line-height: 26px;
}

.vgn-logo {
  transform: scale(1.5);
  will-change: transform;
  transition: transform 1000ms;
}

.vgn-bod-info h4 {
  margin-bottom: 4px;
}

.vgn-bod-info p {
  line-height: 30px;
  text-align: justify;
}

.vgn-therapy-content p {
  line-height: 26px;
  text-align: justify;
}

.margin-top-on-scroll {
  margin-top: 70px;
}

#vgn-home-therapies .owl-item p {
  padding: 0 16px;
  text-align: justify;
}

.pointer {
  cursor: pointer;
}

.vgn-gallery-children-wrapper {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  transition: grid-template-rows 500ms;
}

.vgn-gallery-children-wrapper.vgn-show-gallery-children {
  grid-template-rows: 1fr;
}

.vgn-gallery-children-wrapper.vgn-show-gallery-children .vgn-gallery-children {
  grid-template-rows: 1fr;
  visibility: visible;
  margin-top: 1px;
}

.vgn-gallery-children-wrapper .vgn-gallery-children {
  min-height: 0;
  align-self: end;
  padding-left: 16px;
  padding-right: 1px;
  visibility: hidden;
  transition: visibility 700ms;
}

.gallery-image {
  overflow: hidden;
}

.vgn-image-list-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 16px;
}

.vgn-image-wrapper {
  overflow: hidden;
  height: 150px;
  width: 150px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.vgn-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-right: 10px;
  border: 1px solid;
  transform: scale(1);
  transition: transform 500ms;
}

.vgn-image-wrapper img:hover {
  transform: scale(1.25);
  transition: transform 500ms;
}

.vgn-legal-aspects-message {
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 32px;
}

.vgn-health-content h2 {
  margin-top: 16px;
  margin-bottom: 8px;
}

.vgn-health-content ul li,
.health-content-more ul li {
  line-height: 24px;
  text-align: justify;
  margin-bottom: 4px;
}

.vgn-health-tissue h2 {
  margin-bottom: 16px;
}

.vgn-health-tissue p {
  margin-top: 0;
}

.vgn-health-content span {
  display: block;
  margin-bottom: 8px;
}

.health-cell-and-tissue h3 {
  margin: 8px 0;
}

.news-content {
  position: relative;
}

.news-body {
  padding: 6px;
}

.vgn-news-title h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 17px;
  padding-top: 2px;
}

.vgn-news-title h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-top: 1px;
  overflow: hidden;
}

.news-body .news-type {
  position: absolute;
  right: 4%;
  bottom: 4%;
}

.news-detail-description {
  text-align: justify;
}

.news-card-published-date {
  position: absolute;
  bottom: 4%;
}

.category-header {
  text-align: justify;
}

