
/* General 
------------------------------------- */
body {
		background: #F0F0F0;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    position: relative;
    text-decoration: none;
}

strong {
  font-weight: 900;
}


html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


.desktop{
  display: block;
}

.mobile{
  display: none;
}

.desktop-big{
  display: block;
}

.mobile-big{
  display: none;
}

.max-width-logo{
  max-width: 100px !important;
  width: 80% !important;
}


.max-width-400{
    max-width: 400px;
    margin: 0 auto;
}

.max-width-500{
    max-width: 500px;
    margin: 0 auto;
}

.relative{
  position: relative;
}

.section-container{
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 0;
  /*position: relative;*/
}


.breadcrumb {
  background: none;
  padding-top: 190px;
}

.breadcrumb-short {
  background: none;
  padding-top: 167px;
}

.table {
    width: 99%;
  }

/*images
------------------------------------- */

.img-responsive{
  width: 100%;
  height: auto;
}

.img-max-300 {
  max-width: 300px;
  margin: 0 auto;
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

.disapear {
  display: none;
}


/*background
------------------------------------- */

a:hover{
  cursor: pointer;
}



/* table
------------------------------------- */
th:first-child, td:first-child
{
  position:sticky;
  left:0px;
  background-color:grey;
}



/* padding & margin
------------------------------------- */

.no-padding-all {
  padding: 0px !important;
}

.no-padding-top{
  padding-top: 0px !important;
}

.no-padding-bottom{
  padding-bottom: 0px !important;
}

.no-bold {
  font-weight: normal;
}

.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.padding-40 {
  padding: 40px;
}

.padding-50 {
  padding: 50px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-40 {
  padding-top: 30px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-300 {
  padding-top: 300px;
}

.padding-btm-10 {
  padding-bottom: 10px;
}

.padding-btm-20 {
  padding-bottom: 20px !important;
}

.padding-btm-30 {
  padding-bottom: 30px;
}

.padding-btm-40 {
  padding-bottom: 40px;
}

.padding-btm-50 {
  padding-bottom: 50px;
}

.no-margin-all {
  margin: 0px;
}

.padding-width-10 {
  padding:0 10px;
}

.padding-width-20 {
  padding:0 20px;
}


.note-width {
  padding:0 50px;
  padding-top: 20px;
}

.padding-width-30 {
  padding:0 35px;
  padding-top: 20px;
}

.padding-width-40 {
  padding:0 40px;
}

.padding-width-50 {
  padding:0 50px;
}







/* Typography
------------------------------------- */
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.2;
}

h1,h2,h4 {
  font-weight: 700;
  /*letter-spacing: 0.3rem;*/
}

.super-big-font {
  font-size: 2.8rem;
}

h1, 
.sub-title,
.featured-title {
  color: #333;
  font-size: 2.5rem;
  font-weight: 900;
  padding-bottom: 10px;
}

h2 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.7rem;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

p {
  color: #000;
  font-size: 20px;
  padding-bottom: 10px;

}

strong {
  font-weight: bold;
}


.text-underline {
  text-decoration: underline;
}

.small-font-content{
  font-size: 14px;
}

.text-right{
  text-align: right;
}

.text-center{
  text-align: center !important;
}

.text-center p{
  text-align: center !important;
}

.text-left{
  text-align: left;
}

.white-font{
  color: #fff;
}

.red-font{
  color: #DE4333;
}

.black-font{
  color: #000;
}

.dark-red-font {
  color: #b8141e
}

.blue-font{
  color: #F68A1E;
}

.green-font{
  color: #72bc71;
}

.orange-font{
  color: #F68A1E;
}


.no-bold {
  font-weight: normal;
}

.underline-text {
  text-decoration: underline;
}

.breadcrumb-item a{
  color: #F68A1E;
  text-decoration: underline;
}


.dark-orange {
  background: #F15922;
}

.dark-pink {
  background: #E5165F;
}




/* preloader styles 
------------------------------------- */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-rotating-plane.sk-spinner {
  width: 50px;
  height: 50px;
  

  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }


@-webkit-keyframes sk-rotatePlane {
  0% { -webkit-transform: rotate(0deg); background-color: #F68A1E; border-radius: 40px;}
  50% { -webkit-transform: rotate(0deg); background-color: #F68A1E; border-radius: 0px;}
  100% { -webkit-transform: rotate(360deg); background-color: #F68A1E; border-radius: 40px;}
}

@keyframes sk-rotatePlane {
  0% { transform: rotate(0deg); background-color: #F68A1E; border-radius: 40px;}
  50% { transform: rotate(360deg); background-color: #F68A1E; border-radius: 0px;}
  100% { transform: rotate(0deg); background-color: #F68A1E; border-radius: 40px;}
}

/* social right bar styles
------------------------------------- */
.social-right-bar {
  position: fixed;
  top: 10%;
  right: -7px;
  background: #F68A1E;
  z-index: 3000;
  border-top-left-radius:10px; 
  border-bottom-left-radius:10px; 
  border:3px solid #ffffff;
  padding: 10px;

}

.social-right-bar p {
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 15px;
}

.social-icon-side {
    padding: 0px;
  margin: 0px;

}

.social-icon-side li{
  
  display: block !important;
  padding: 0px !important;



}

.social-icon-side li a {
    border-radius: 100px;
    border: 1px solid transparent;
    color: #ffffff !important;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    padding: 0px;
    margin-top: 10px;
    position: relative;
    top: 0px;
    background: #BC5900;
}

.social-tick{
  margin-top: 10px;
  line-height: 26px;
}

.social-icon-side li a.tiktok {
  padding: 7.4px 4.3px;

}

.social-icon-side li a svg {
  width: 30px;
  height: 20px;
 /* padding: 5px;*/
}

.social-icon-side li a:hover {
  background: #BC5900;
  top: -2px;
}




/* navigation styles
------------------------------------- */

.navbar-brand {
  padding: 10px 20px;
}

.navbar-default {
  background: #ffffff;
}

.nav-container {
  max-width: 1300px;
  margin: 0 auto;
  padding:0 10px; 
  
}

.navbar-default .navbar-nav li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 1.6px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFE89C;
    background-color: transparent;
    
}


.selected{
   color: #F68A1E !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    
    background-color: transparent;

}

.logo-padding {
  padding: 10px !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #F68A1E;
    background-color: transparent;
}

.navbar-right {
    margin-right: 0px;
}

.social-mobile {
  float:right;
}


.dropdown-menu h3{
  font-size: 13px;
  padding-top: 10px;
  font-weight: 600;
}

.dropdown-menu li{
    border-bottom: 1px dotted #848D92;
}


.last-dropdown-menu{
   border-bottom: none !important;
}


.navbar-default .dropdown-menu {
    /*box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);*/
    width: 300px;
    padding: 0;
    background: #ffffff;
}

.navbar-default .dropdown-menu li a {
    border-bottom: 1px solid #eee;
    line-height: 40px; 
}

.navbar-default .last-navi {
    border-bottom: none;
}

.navbar-default .dropdown-menu li a:hover {
    background-color: #F68A1E;
    color: #fff;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 22px;
     padding-bottom: 22px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
    background-color: #F68A1E;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}

.navbar-contact{
  float: left;
}

.navbar-contact ul{
  padding: 10px 0px 0;
  margin: 0px;

}

.navbar-contact ul li{
  list-style: none;
  float: left;
  padding-right: 20px ;
  padding-top: 20px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
     max-height: none; 
}




.navbar-toggle {
  float: left;
  padding-left: 20px;
}

/*.navbar-collapse {
  max-height: 90% !important;
  overflow-y: scroll !important;
}*/

.mobile-btn{
  
  width: 80%;
  margin: 30px auto;
  color: #fff;
  border-radius: 30px;
  border: 1px solid white;
}

.mobile-btn a{
  color: #fff;
  text-align: center;

}

.mobile-btn a h2{
  margin: 20px 0;
  font-size: 13px;

}

.long-font-adj{
  line-height: 23px !important;
  padding: 10px 20px !important
}

.blue-bg{
  background: #F68A1E;
}

.white-bg{
  background: #ffffff;
}

.light-blue-bg{
  background: #9BDFFF;
}

.light-grey-bg{
  background: #EFEFEF;
}

.grey-bg{
   background: #E0E0E0;
}

.breadcrumb-item a{
  color: #F68A1E;
  text-decoration: underline;
}

.orange-color-a {
  background: #F68A1E !important;
  color: #ffffff !important;
}

.orange-color-b, .orange-color-b a{
  color: #F68A1E !important;
}

.dark-orange-color-a {
  background: #F15922 !important;
  color: #ffffff !important;
}

.dark-orange-color-b, .dark-orange-color-b a {
  color: #F15922 !important;
}

.gold-color-a {
  background: #C09F38 !important;
  color: #ffffff !important;
}

.gold-color-b, .gold-color-b a {
  color: #C09F38 !important;
}

.pink-color-a {
  background: #E5165F !important;
  color: #ffffff !important;
}

.pink-color-b, .pink-color-b a {
  color: #E5165F !important;
}

.pink-color-title {
  font-size: 1.7rem;
}


/*logo and description
------------------------------------- */
.box:after {
  content: ' ';
  border-top: 224px solid #F68A1E;
  border-right: 114vw solid transparent;
  width: 0;
  position: relative;
  z-index: -1;
}

.box-dark-orange:after {
  border-top: 224px solid #F15922 !important; 
}

.box-dark-pink:after {
  border-top: 224px solid #E5165F !important; 
}

.box-dark-gold:after {
  border-top: 224px solid #C09F38 !important; 
}

.logo-inner-box {
  /*position: relative;*/
  z-index: 200;
  padding:0px 20px 50px;

}

.logo-inner-box .logo-inner-content {
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
}

.logo-inner-box .logo-inner-content .logo {
  min-width: 130px;
    max-width: 160px;
}


.logo-content-box {
  width: 100vw;
  background-color: transparent;
 /* padding-top: 100px;*/
      position: absolute;
    z-index: 300;
    top: 95px;
}

.logo-desc {
  padding-top: 2%;
  font-size: 18px;
}


/*homepage
------------------------------------- */

.owl-carousel .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.owl-carousel .item2 {
  background-size: 100% !important;
}

.owl-carousel .owl-nav {
  display: none;
}


.owl-carousel:hover .owl-nav {
  display: block;
}

.owl-dots{
  bottom:10px;
}

#featured-slider .owl-nav i {
  color: #e7e7e7;
  font-size: 25px;
  cursor: pointer;
}

#featured-slider .owl-nav i:hover {
  color: #111112;
}

#featured-slider .owl-nav .owl-prev,
#featured-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  outline: none;
  background: none;
}

#featured-slider .owl-nav .owl-prev {
  left: 2.9%;
}

#featured-slider .owl-nav .owl-next {
  right: 3%;
}

#featured-slider .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: -50px;

}

#featured-slider .owl-dot {
  outline: none;
}

#featured-slider .owl-dots span {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background-color: #ffffff;
  border-radius: 0;
  display: inline-block;
  margin-top: 10px;
  outline: none;
  border-radius: 18px;
  margin: -1px 15px;
}

#featured-slider .owl-dots .owl-dot.active span {
  height: 25px;
  background-color: #FFE89C;
  margin-top: -1px;
  border-radius: 18px;
}

.featured-btn {
  background: #F68A1E;
  padding: 10px 20px;
  color: #ffffff;
  border:none;

}

.item-first {
  background-image: url('../images/featured-slider/featured-slider-n1.png');
}

.item-second {
  background-image: url('../images/featured-slider/featured-slider-n2.png');
}

.item-third {
  background-image: url('../images/featured-slider/featured-slider-n3.png');
}

.mobile-product {
    display: none;
}


.home-slider {
   /*margin-top: -217px;*/
   padding-top: 73px;
}

.home-slider .slick-slide {
  padding: 0px !important;
  margin: 0px !important;
}

.home-slider  .slick-dots li button {
  /*background: #F2F2F2;*/
  border-radius: 50px;
}

.home-slider  .slick-active {
  /*background: #000;*/
/*  border-radius: 50px;*/
}

.home-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  z-index: 300;
  bottom: -10%;
}

.home-slider .slick-dots li {
  margin: 0 0.25rem;
}

.home-slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #FFFFFF;
  text-indent: -9999px;
}

.home-slider .slick-dots li.slick-active button {
  background-color: #FFE89C;
}


.home-featured-container {
  padding: 0 20px;
}

.home-featured-container div{
  padding-bottom: 30px;
}


.home-featured-container .home-page-social-box{
  background: #F2F2F2;
  text-align: center;
  padding: 40px 25px 20px;
  text-align: center;
}

.social-info {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;

}

.social-info-inner {
      text-align: center;
      padding-top: 18%;
}

.social-info-inner h2 {
  font-size: 30px;
}

.social-bg img{
 border-radius: 20px;
 padding:10px;
}

.home-page-social-box a {
    /*color: #fff;
    padding: 12px 35px;
    background: #F68A1E;
    border: none;
    font-size: 16px;*/
}

.home-page-social-box a:hover {
    color: #F68A1E;
    background: #fff;
    transition: all 0.6s ease-in-out;
    text-decoration: none;
  }

.home-page-social-box h2{
  text-align: center;
  color: #F68A1E;
}



.home-featured-container .featured-box{
  background: #fff;
    text-align: center;
    padding: 40px 25px 20px;
    border-radius: 20px;

}

.featured-box a{
  color: #5DADE1;
  padding: 15px 35px;
  text-decoration: underline;
  border:none;
  font-size: 18px;
}



.featured-box a:hover {
  color: #F68A1E;
  background: #fff;
  transition: all 0.6s ease-in-out;
  text-decoration: none;
}
.home-featured-container .featured-box .featured-img {
  padding-top: 30px;
}

.featured-box h2, .featured-desc {
   padding-top: 10px;
}




.orange-slash-container-top {
  position: relative;
  z-index: 3;
  top: -348px;
}

.orange-slash {
 
  border-bottom: 349px solid #F68A1E;
  border-left: 227vw solid transparent;
  width: 0;
  
  z-index: 3;
  top: -358px;
}

.logo-top-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
   position: absolute;
}

.orange-slash-container-btm {
  border-top: 340px solid #F68A1E;
  border-right: 182vw solid transparent;
 /* top: -359px;
  width: 0;
  position: relative;
  z-index: -1;*/
  margin: -360px 0;
  background: #F0F0F0;
}

.white-slash-container-top {
  width: 100%;
  border-bottom: 163px solid #fff;
  border-left: 104vw solid transparent;
}

.white-slash-container-bottom {
  width: 100%;
  border-top: 163px solid #fff;
  border-right: 104vw solid transparent;
}

.home-info-major {
  padding: 0px 0px;
  max-width: 900px;
  margin: 0 auto;
}

.home-info-img {
  padding: 30px;
}

.home-info-tick-box {
  padding: 0px 20px;

}

.home-info h2, .home-info-desc {
   padding-top: 20px;
}

.home-info-tick {
  font-size: 40px;
  color: #F68A1E;
  text-align: center;
}

.home-info-tick-2 {
  font-size: 30px;
  color: #F68A1E;
}

.home-info-cta {
  font-size: 25px;
   color: #F68A1E;
   text-decoration: underline;
   text-align: center;
}

.home-info-cta .small-font{
  font-size: 17px;
}

.home-products-info-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 50px;
}

.home-products-logo {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 0px;
}

.home-products-title {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 0px;
}

.home-products-title h2{
  text-align: center;
  font-size: 3.0rem
  /*font-size: 26px;*/
}

.home-products-title h3{
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
}

.home-products-desc {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
  text-align: left;
}

.home-products-image {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 0;
  max-width: 600px;
}

.table-image {
 max-width: 700px;
 padding: 30px;
}
.product-usp-container {
  padding: 20px 0;
  max-width: 800px;
  margin: 0 auto;
}

.product-usp-container .usp {
  padding: 10px;
}

/*accordian*/

.home-products-info-container .container {
/*  background:#f15922;;*/
padding-bottom: 10px;
max-width: 700px;
}
.accordian-question {
      width: 100%;
    text-align: left;
    background: #f15922;
    border: 1px solid #f15922;
    font-size: 1.2rem;
    transition: border-radius 0.3s ease;
    padding: 10px 20px;
}

.accordian-question:hover,
.accordian-question:focus,
.accordian-question:active {
  idth: 100%;
  text-align: left;
  background: #f15922 !important;
  border: 1px solid #f15922;
  font-size: 1.2rem;
  transition: border-radius 0.3s ease;
}

.accordian-answer {
    background: #ffffff;
    border: 2px solid #f15922;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    font-size: 1.1rem;
}

.accordian-question.collapsed {
  border-radius: 10px;
}

.accordian-question:not(.collapsed) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.qa-item {
  display: flex;
  align-items: flex-start;
}

.qa-item.answer {
  background-color: #fff;
  color: #d9531e;
}

.qa-circle {
  background-color: #d9531e; /* same as border */
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 12px;
  flex-shrink: 0;
}

.qa-text {
  flex: 1;
  font-size: 1rem;
  line-height: 1.3;
  padding-top: 6px;
  font-weight: bold;
}


.btm-logo-container {
  width: 100%;
    position: absolute;
    z-index: 5;
    right: 0px;
    bottom: 0px;
}

.btm-logo-container p {
  font-size: 12px;
  color: #ffffff;
}

.btm-logo-container .btm-logo {
  max-width: 1200px;
    margin: 0 auto;
    color: #ffffff;
  
}

.slider-logo {
     width: 210px;
    float:right;
}

.logo-box-padding {
  padding-right: 30px;
}

.logo-float-box {
  float: right;
  text-align: right;
}

.social-slider-container {
  /*padding-top: 100px;*/
  margin-top:-95px;
}

.social-slider-container .slick-initialized .slick-slide{
  background: none;
  padding: 0px;
  position: relative;
}

.slider-main-box {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.slider-container {
  margin: 0 auto;
  max-width: 1300px;
/*  height: 620px;*/
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}



.slider-cta-container-m {
 padding: 150px 20px 0;

}

.slider-cta-container-m .cta {
    background: white;
    border-radius: 50px;
    width: 100%;
    text-align: center;
    color: #f15922;
    font-size: 1.7rem;
    font-weight: bold;
    float: left;
/*    margin: 10px 30px 10px 0px;*/
    line-height: 2.4;
    padding: 0 20px;
} 

.slider-cta-container-m a.cta:hover {
    background: #f68a1e;
    color:#ffffff;
    text-decoration: none;
}




.slider-pd-cta-container-m {
  padding: 10px 20px;

}

.cta-padding {
  padding: 5px;
}

.slider-pd-cta-container-m .cta {
    margin: 10px 10px 10px 0px;
/*    max-width: 250px;*/
}

.slider-text-container h2{
  font-weight: bold;
  font-size: 4.2rem;
  color: white;
  text-align: left;
}

.slider-text-container p{
/*  font-weight: bold;*/
  font-size: 1.7rem;
  line-height: 1.3;
  color: white;
  text-align: left;
  min-height: 110px;
  display: block;
}

.news-info-container {
  /*padding-top: 80px;
  width: 100%;
  background: #F0F0F0;*/
  width: 100%;
  padding:0 25px;

}

.news-info-box {
  max-width: 1200px;
  text-align: center;
  padding-bottom: 10px;
}

.news-info-container .badge {
    color: #fff;
    padding: 10px;
    background: #F68A1E;
    border: none;
    border-radius: 25px;
    font-size: 15px;

}


.news-padding {
  padding-top:7px;
}

.date-desc {
  line-height: 1.5;
}

.news-desc {
  text-align: left;
}

.news-date {
  text-align: right;
}


.news-main-padding {
  padding: 10px 20px;
}

.news-info-main {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0 0;
}


.product-slide-box {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 10px #dedede;
  width: 100%;
  margin:20px;
  padding: 10px 0;
}

.my-slider{
  padding: 0 70px;
}

.my-slider .featured-box {
  padding:10px;
}

.slick-initialized .slick-slide{
  /*background-color: #fff;*/
  color: #000;
  /*padding: 30px 30px 50px;*/
 /* margin: 0 15px 0;*/
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;

}


.slick-next, .slick-prev{
  z-index: 5;
  color: #000 !important;
}
.slick-next{
  right: 23px !important;
  font-size: 3em !important;
  color: #fff !important;
}
.slick-prev{
  left: 10px !important;
  font-size: 3em !important;
  color: #fff !important;
}
/*.slick-next:before, .slick-prev:before{
  color: #000 !important;;
  font-size: 26px !important;;
}*/

.slick-dots li button:before, .slick-dots li {
  color: #F68A1E !important;
  font-size: 50px !important;

}

/*.slick-prev:before {
  content: "<" !important;
  color: red !important;
  font-size: 30px !important;
}

.slick-next:before {
  content: ">" !important;
  color: red !important;
  font-size: 30px !important;
}*/

/*.slick-list {
  padding:10px 0 !important;
}*/

.video-slider {
 background: linear-gradient(to right, #f68a1e, #ffffff);
}

.video-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1.5rem 0;
  list-style-type: none;
  z-index: 300;
  bottom: 0;
}


.video-slider .slider-container {
  margin: 0 auto;
  max-width: 1300px;
/*  height: 620px;*/
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
}


.instagram-media {
  border-radius: 16px !important;
  overflow: hidden;
}

.review-section {
  display: flex;
  gap: 30px;
  padding: 40px;
  align-items: center; /* <— CENTERS both columns vertically */
  flex-wrap: wrap;
}

.video-box {
  flex: 1;
  min-width: 300px;
}

.video-wrapper {
  margin-top: auto; 
}

.video-title {
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
  line-height: 1.2;
}

.video-embed iframe {
  width: 100%;
  border-radius: 10px;
}

.review-box {
  flex: 1;
  min-width: 00px;
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  margin-top: 90px; 
}

.review-title {
  color: #f15922;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 2px solid #f15922;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.review-content {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.avatar {
  width: 110px;
  height:110px;
  background: #ccc;
  border-radius: 50%;
  overflow: hidden; 
  flex-shrink: 0;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-details {
  flex: 1;
}

.reviewer-name {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
}

.stars {
  color: gold;
  font-size: 25px;
  letter-spacing: 6px; 
  padding-bottom: 5px; 
  display: inline-block;
}

.review-text {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.social-slider-container {

}

.i-bar {
  background: #F68A1E;
  padding: 5px;
  border-radius: 10px;
  color:#fff;
  width: 60%;
  margin: 0 auto;

}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important; 

}


.home-info-container {
  width: 100%;
}

.home-info{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding:0 20px;
}


.benefit-container {
  background: #f68a1e;
}

.benefit-box {
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
    padding: 90px 30px 40px 25px;
    color: #ffffff;
}


.benefit-checkbox{
  text-align: left;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
}


.checkbox-info{
  padding-bottom: 20px;
}

.benefit-box h2{
  line-height: 1.3;
  font-size: 2.0rem;
  text-transform: uppercase;
}

.info-title {
  color: #ffffff;
  text-transform: none !important;
}

.benefit-box p {
  color: #ffffff;
}

.red-bg-font {
  background:#b8141e;
}

.arrow {
 margin: 0 auto;
 width: 80%;
 max-width: 100px;
}

.mobile-logo-box {
  float: left;
}

/*table-page
------------------------------------- */
th:first-child, td:first-child {
    position: sticky;
    left: 0px;
    background-color:#F0F0F0; 
}

.table-responsive {
  border:none;
}



/*product-home-page
------------------------------------- */
.product-page-title {
  padding: 100px 20px 50px;
  text-align: center;
  
}

.product-box-shadow{
  box-shadow: 0px 0px 10px #dedede;
}


.product-desktop{
  margin: 10px;
}


.product-mobile{
  margin: 10px;
}



/*product-comparison-page
------------------------------------- */

.comparison-container td, th{
  /* table-layout: fixed;*/
}

.comparison-container p, .comparison-container i {
  color: #ffffff;
  padding: 0px;
    margin: 0px;
}
.comparison-0-c{
  border-bottom: none !important;

}

.comparison-1-c{
  background: #ffffff !important;
  border-bottom: 3px solid #f0f0f0 !important;
  vertical-align: middle !important;

}

.comparison-1-c h3 {
  text-align: center;
}



.comparison-2-c{
  background: #F68A1E !important;
  border-bottom: 3px solid #f0f0f0 !important;

}

.comparison-3-c{
  background: #F15922 !important;
  border-bottom: 3px solid #f0f0f0 !important;
}



.comparison-4-c{
  background: #E5165F !important;
  border-bottom: 3px solid #f0f0f0 !important;

}

.comparison-2-c h2, .comparison-3-c h2, .comparison-4-c h2 {
  text-align: center !important;
  color: #ffffff !important;
}

.nowrap {
        white-space: normal !important;
}

.round-border-left-top {
  border-top-left-radius: 20px;
}

.round-border-right-top {
  border-top-right-radius: 20px;
}

.round-border-right-btm {
  border-bottom-right-radius: 20px;
}

.round-border-left-bottom {
  border-bottom-left-radius: 20px;
}

.no-border-right {
  border-right: none !important;
}

.compare-img {
  min-width: 200px;
}

/*.first-row-fix {
  position: absolute;
  width: 200px;
}

th, td {
  white-space: nowrap;
}*/

.featured-desc-5 {
  font-size: 1.5rem;
}
.featured-desc-8 {
  font-size: 23px;
  line-height: 1.3;
}


/*health-tips-page
------------------------------------- */
.health-tips-banner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.health-tips-banner-2 {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}

.health-selection {
  padding: 10px 10px 0 !important;
}

.health-selection a {
  padding: 0px !important;
  text-decoration: none;
  color: #F68A1E;
  font-size: 20px;
  font-weight: bold;
}

.health-selection a:hover {
  color:#000;
}

.health-selection a .arrow {
  font-size: 30px;
}

.health-circle {
    padding: 60px 14px;
    background: #000;
    margin: 20px auto;
    border-radius: 50%;
    width: 250px;
    height: 250px;
}

.health-circle h2 {
  font-weight: 900;
  color: #fff;
  padding-top: 30px;
}

.level-1-circle {
  background: #FFE89C;
}

.level-2-circle {
  background: #F68A1E;
}

.level-3-circle {
  background: #F15921;
}

.health-info-box {
  background: #F0F0F0 !important;
  padding:20px 40px !important;

}

.health-info-box2{
  padding-top: 40px;
} 

.section-health {
  width: 10% !important;

}

.section-health-text {
 padding-left: 5%;
 width: 80% !important;
}

.margin-adjust-white {
  margin-top: -109px;
}



/*chondro-support-page
------------------------------------- */
.item-chondro-support-1 {
  background-image: url('/zeria/images/chondro-support-t1.png');
  background-size: 100%;
}

.item-chondro-support-2 {
  background-image: url('/zeria/images/chondro-support-t1.png');
   background-size: 100%;
}

.slick-dots li button:before {
  font-size: 30px;
}

.thumbnail-padding {
  padding:0 40px; 
}

/*.product-thumbnail {
  max-width: 300px;
}*/

.table-box {
 border-top:3px solid #ffffff;
 padding: 0 40px;
}

.table-box-left {
  
  padding: 30px;

}

.table-box-right {
  
  padding:  20px;
}

.border-line-product {
  border-bottom: 1px solid #000000;
  padding:20px 10px 10px;
}

.no-bottom-line {
  border-bottom: none;
}

.product-info-desc {
  
  
  max-width: 1300px;
  margin: 0 auto;
}

.product-info-desc-box {
  background: #F0F0F0;
  margin: 0 30px;
  border-radius: 30px;
  padding: 50px 40px;
}


.product-point-box {
  padding: 20px 0 0 40px;
}

.product-point-box li{
  list-style: none;
  font-size: 18px;
  /*padding-bottom: 20px;*/
}

.section-1 {
  width: 50px;
  float: left;
}

.section-2 {
  width: 90%;
  float: left;
}

.inner-products-logo {
  width: 200px;
}


.product-desc-cta {

}

.product-desc-cta-1 {
  width: 200px;
  float: left;
  background: #00B6E9;
  border-radius: 30px;
  margin: 10px;
  color: #ffffff;
}

.product-desc-cta-1:hover {
  color: #fff;
  background: #F68A1E;
}

.product-desc-cta-1 .section-2{
  float:left;
  width: 145px;
  padding-left: 30px;
  padding-top: 10px;
  line-height: 1.2;
 
}

.product-desc-cta-1 .section-2 p {
   color: #ffffff;
   padding-bottom: 5px;
}

.product-desc-cta-1 .section-1{
  float:left;
  width: 30px;
  font-size: 35px;
  padding-top: 12px;
}

.home-products-main-title{
  padding: 0 30px;
}


/*what-is-akigai
------------------------------------- */
.life-table {
    text-align: center;
    overflow-x: auto;
    margin: 0 auto;
    width: 89%;
    font-size: 18px;
}

.life-table-2 {
  width: 100%;
}

.life-table a{
  color: #F68A1E;
}


.life-table tr th, .life-table tr td {
  text-align: center;
}

.table-inner{
  width: 25%;
}

.ikigai-introduction {
  width: 100%;
  background: #F68A1E;

}

.ikigai-box {
  width: 100%;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.ikigai-box .inner {
  padding: 0 50px;
}

.ikigai-box h2 {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}

.orange-slash-container-btm-2 {
    border-top: 175px solid #F68A1E;
    border-right: 109vw solid transparent;
    margin: -360px 0 0;
    background: #F0F0F0;
    width: 100%;
}

.orange-slash-container-bottom {
  width: 100%;
  border-top: 163px solid #F68A1E;
  border-right: 104vw solid transparent;
}

.ikigai-chart {
  padding: 0 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.ikigai-pic {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.ikigai-pic .pic-padding{
  padding: 20px 40px;
}

.ikigai-banner {
  width: 100%;
  position: relative;
  z-index: -1;
}

.slider-move {
  margin-top: -354px;
  top:0px;
}


/*where-to-buy
------------------------------------- */
.img-max {
  max-width: 700px;
}

.where-to-buy-icon {
  float: left;
  max-width: 200px;
  padding-right: 10px;
}


/*unity
------------------------------------- */
.unity-title {
  padding-top: 150px;
}

.unity-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
} 
.unity-logo {
  max-width: 200px;
  margin: 0 auto;
}

.unity-location {
  font-size: 19px;
  line-height: 20px;
  padding: 0px 10px;
  margin: 0px;
}

.unity-location li {
  padding-bottom: 35px;
  list-style: none;
}

.unity-location li h3{
  font-weight: bold;
  color:#F68A1E;
  padding: 10px 0px;
  margin: 0px;
}

.unity-location li p{
  padding: 0px;
  margin: 0px;
}




/*about-zeria
------------------------------------- */
.company-table tr td{
  border-top:none !important;
  border-right:7px solid #F0F0F0;
  text-align: left;
  padding: 20px 8px;
  
}

.company-table2 tr td{
  border-bottom: 1px solid #F68A1E;
}

.company-table3 tr td{
  border-right:20px solid #F0F0F0;
  padding-bottom: 20px !important;
}

.no-border {
  border-bottom: 0px !important;
}

.no-padding-bottom {
  padding-bottom: 0px !important;
}

.no-padding-top {
  padding-top: 0px !important;
}

.table-company-inner-1{
  width: 30%;
}

.table-company-inner-2{
  width: 70%;
}

.table-company-inner-5{
  width: 12%;
}

.table-company-inner-6{
  width: 88%;
}

.table-company-inner-3{
  width: 70%;
  line-height: 3 !important;
}

.table-company-inner-4{
  width: 30%;
  padding-top: 20px !important;
  line-height: 1.2 !important;
}

.company-table {
  font-size: 18px;
}

.title-center {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.management-pic {
  width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 20px;
}


.zpd-list {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 0px;
}

.zpd-list li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F68A1E;
  list-style: none;
}

.zpd-list li p{
  padding-bottom: 0px;
  margin-bottom: 0px; 
}

.gmp-container {
  /*max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;*/
}

.company-zeria-container {
  padding: 0 20px;
  max-width: 1100px;
  margin: 0 auto;
}


/*footer
------------------------------------- */
footer {
  background: #ffffff;
}

.footer-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 0px;
  font-size: 18px;

}

.footer-box {
  padding:10px 20px;
}

.footer-box ul{
  list-style: none;
  padding: 0px;
}

.footer-box ul li{
  padding-bottom: 10px;
}

.footer-box h3{
  font-weight: 500;
   padding-bottom: 20px;
}

.footer-box ul li a{
  color: #000;
}

.footer-box ul li a:hover{
  color: #F68A1E;
}


.footer-box .footer-logo {
    padding: 0 50px 50px;
    max-width: 240px;
    margin: 0 auto;
}

.footer-box .small-footer{
  font-size: 10px;
}

.footer-box p {
  text-align: center;
  color: #ffffff;
}

.footer-social-box {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  padding-bottom: 50px;
}

.footer-social-box .social-icon{
  width: 100%;
  margin: 0 auto;
  max-width: 428px;
  padding: 0px 0px 30px;
}

.footer-social-box h3 {
  text-align: center;
  font-weight: bold;
}

.footer-social-box .social-icon li a {
  border-radius: 100px;
  border: 1px solid transparent;
  color: #ffffff !important;
  font-size: 50px !important;
  width: 100px;
  height: 100px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding:30px 0px;
  margin-top: 10px;
  position: relative;
  top: 0px;
  background: #F68A1E;
}

.footer-social-box .social-icon li a.tiktok {
  padding: 19.4px 28.8px;

}

.footer-social-box .social-icon li a svg {
  width: 40px;
  height: 40px;
 /* padding: 5px;*/
}

.footer-social-box .social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0 40px 0 0;
}

.social-last {
  padding-right: 0px !important;
}


.external-link {
  text-decoration: underline;
  color: #626262;
}

.external-link:hover {
  color: #F68A1E;
  text-decoration: none;
}

/* social icon */
.social-icon {
  padding: 10px 0 0 0px !important;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 0 0;
}

.social-icon li a {
  border-radius: 100px;
  border: 1px solid transparent;
  color: #ffffff !important;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  margin-top: 10px;
  position: relative;
  top: 0px;
  background: #F68A1E;
}


.social-icon li a.tiktok {
  padding: 7.5px 4px;

}

.social-icon li a svg {
 width: 30px;
    height: 20px;
        padding: 3px 2px 0px;
}

.social-icon li a:hover {
  background: #BC5900;
  top: -2px;
}

.blue-footer{
  background: #F68A1E;
  padding: 20px 0;
}


/*.slick-next {
     right: 25px !important; 
}

.slick-prev {
     left: 25px !important; 
}
*/

/*.my-slider .slick-list { 
  padding: 20px 0;
}
*/






@media (max-width: 1090px) {
  .slider-text-container h2{
    font-weight: bold;
    font-size: 3.2rem;
  }

  .slider-text-container p{
  /*  font-weight: bold;*/
    font-size: 1.2rem;
    line-height: 1.3;
  }

  /*.my-slider .slick-list { 
    overflow: visible; 
  }*/

  /*.slick-list {
    padding: none;
  }*/

  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
     background: #F68A1E;
     max-height: 70vh;
    overflow-y: scroll;
  }

  .navbar-default .navbar-nav li a {
     color: #fff;
  }

  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
     color: #fff; 
  }

  .navbar-default .dropdown-menu li a {
    border-bottom: none;
  }

  .nav-container{
    padding: 0px;
  }

  .dropdown-menu li {
    border-bottom: 0px;
    padding: 7px;
  }

  .item-first {
    background-image: url('../images/featured-slider/featured-slider-n1-m.png');
  }

  .item-second {
    background-image: url('../images/featured-slider/featured-slider-n2-m.png');
  }

  .item-third {
    background-image: url('../images/featured-slider/featured-slider-n3-m.png');
  }

  

  /*#featured-slider .owl-dots span {
    width: 13px;
  }*/

  .footer-box div{
    padding-bottom: 30px;
  }

  .social-icon {
    /*padding: 0 0 40px !important;*/
    margin: 0;
  }

  .social-icon-mobile {
    float:right;
  }

  .social-icon-mobile-footer {
    float: none;
  }

  .box:after {
  border-right: 140vw solid transparent;
  }
  
  .news-info-container {
 
    padding:20px 25px;

  }

  .news-desc {
  text-align: left;
  }

  .news-date {
    text-align: left;
    padding-bottom: 0px !important;
    margin-bottom: 0px; 

  }

  .gmp-info-3 {
            padding-right: 50px;
      }
  

  .news-info-box{
    text-align: left;
  }

  .news-info-container .badge {
    margin-left: 14px;
  }

  .home-info {
    padding: 0 10px;
    }
   
   /*.slick-next {
     right: 10px !important; 
    }

    .slick-prev {
     left: 10px !important; 
    }*/
  
  .social-pic-container {
    overflow: visible;
  }


  .my-slider .slick-next {
      right: calc((100vw - 630px)/2)
  }

  .my-slider .slick-prev {
    left: calc((100vw - 630px)/2)
  }

  .desktop-big {
      display: none !important;
  }

  .mobile-big {
      display: block !important;
  }
   
  .health-tips-banner-2 {
      width: 100%;
  }

  .management-pic { 
      padding: 30px 45px;
  }

  .note-width {
        padding:0 50px;
        /*padding-top: 20px;*/
  }

  .social-slider-container {
      /*padding-top: 100px;*/
      margin-top:-50px;
  }

  .home-info-tick {
      padding-top: 35%;
  }

  .slider-cta-container .cta {
        
        width: 300px;
        
  } 

  .product-desktop{
    display: block; 
  }

  .product-mobile{
    display: none;
  }

}


@media (max-width: 991px) {



      .selected {
        color: #FFE89C !important;
    }

    .logo-inner-box {
      /*position: relative;*/
      z-index: 200;
      padding:0px 20px 21px;

    }

    .featured-box a {
      padding:0px;

    }

    .product-slide-box {
        margin: 10px;
        padding: 5px 0;
    }

    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
       white-space: normal; 
      }

      .company-table {
        width: 175% !important;
      }

      .gmp-info{
        /*text-align: center;*/
        padding: 20px 0px;
      }

      .gmp-info-3 {
            padding-right: 0px;
      }

       

       .desktop {
      display: none !important;
    }

    .mobile {
      display: block !important;
    }

    .gmp-info-2 {
        padding:0 35px;
        padding-top: 20px;
      }

      .home-slider .slick-dots {
        bottom: -8%;
      }

      .social-slider-container {
          margin-top: -30px;
      }

      .slider-cta-container-m {
          padding: 100px 20px 0;
      }

     .home-info-img {
          padding: 10px;
      }

      .home-products-image{
          max-width: 600px;
      }

      .product-usp-container {
          max-width: 350px;
      }

}


@media (max-width: 768px) {
  .review-section {
    flex-direction: column;
    padding: 20px;
  }

  .slider-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-box {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0 auto;
    padding: 20px;
    box-sizing: border-box;
  }

  .review-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
  }

  .avatar {
    width: 80px;
    height: 80px;
  }

  .review-details {
    margin-top: 10px;
  }

  .stars {
    font-size: 20px;
  }

  .review-title {
    font-size: 24px;
    text-align: center;
  }

  .review-details span,
  .review-details p {
    font-size: 14px;
  }

  .slider-main-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .slider-container {
    flex: 1;
  }

.slider-text-container p {
    min-height: 110px; /* Adjust to match the tallest one */
    display: block;
}

.home-products-title h2{
  font-size: 2.0rem;
}

.desktop-product {
        display: none;
}



@media (max-width: 700px) {

    .home-slider .slick-dots {
        bottom: -11%;
      }

    .logo-desc {
      padding-top: 5%;
      font-size: 12px;
    }

    

    .home-slider{
     /*padding-top: 66px;*/
    }

     .logo-inner-box {
        /*position: relative;*/
        z-index: 200;
        padding:0px 20px 76px;

      }

      /*.footer-container {
        text-align: center;
      }*/

      .footer-social-box .social-icon {
          
          max-width: 320px;
          display: flex;
          justify-content: center;
         
      }

      .footer-social-box .social-icon li a {
        width: 60px;
        height: 60px;
        padding-top: 10px;
        font-size: 30px !important;
      } 

      .footer-social-box .social-icon li a svg {
          width: 28px;
          height: 28px;
          /* padding: 5px; */
      }

      .footer-social-box .social-icon li a.tiktok {
          padding: 12.4px 15.8px;
      }

      .my-slider {
         padding: 0px;
      } 
      .slider-logo {
           width: 180px;
          float:right;
      }

      .box:after {
          border-right: 170vw solid transparent;
      }

      .footer-box .footer-logo {
          padding: 0 140px 50px;
          /* max-width: 240px; */
          margin: 0 auto;
          width: 100%;
      }

       .footer-mobile-logo {
        width: 60%;
        max-width: 175px;
        min-width: 150px;
        margin: 0 auto;

     }

     .breadcrumb {
        
        padding-top: 180px;
      }

    .product-info-desc-box {
        padding: 50px 20px;
    }

    .product-point-box {
        padding: 20px 0 0 20px;
    }

    .btm-logo-container p {
       
        padding-bottom: 30px;
      }

      .border-line-product {
           border-bottom: none; 
          padding: 15px 10px 0px;
      }

      .ikigai-chart {
        padding: 0px;
      }

      .ikigai-banner {
          padding-top: 100px;
      }

      .slider-move-2 {
        margin-top: -271px;
      }

      .slider-move-2 .orange-slash-2 {
        border-bottom: 175px solid #F68A1E;
      }

      .gmp-info {
        /* text-align: center; */
        padding: 0px;
        }

        .gmp-info-2{
          padding: 0 25px;
        }

        .slider-text-container h2{
          font-weight: bold;
          font-size: 2.0rem;
        }

        .slider-text-container p{
        /*  font-weight: bold;*/
          font-size: 1.2rem;
          line-height: 1.3;
          margin: 10px 0 0;
        }

        .slider-cta-container-m .cta {
        font-size: 1.4rem;
        
       } 

       .slider-main-box {
        /*background-size: 100% auto;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top;*/
        background-size: cover;
      }
       
       
    .slider-cta-container-m {
        padding: 0px 20px 0;
    }

    .benefit-box h2{
      line-height: 1.3;
      font-size: 1.5rem;
      text-transform: uppercase;
    }

}


@media (max-width: 500px) {
    .box:after {
        border-right: 204vw solid transparent;
    }

    .slider-logo {
           width: 130px;
          float:right;
      }

     .btm-logo-container p {
        font-size: 9px;
        padding-bottom: 30px;
      }

      .slider-cta-container-m .cta {
        font-size: 1.2rem;
        
       } 


       .slider-pd-cta-container-m {
/*          padding: 20px 5px;*/
      }
     /* .slider-move-2 {
        margin-top: -371px;
      }*/

    /* .footer-box .footer-logo {
        padding: 0 166px 50px;
      }*/

      .unity-container {
          padding: 0 20px;
      }

      .item-first {
        background-image: url('../images/featured-slider/featured-slider-n1-m2.png');
      }

      .item-second {
        background-image: url('../images/featured-slider/featured-slider-n2-m2.png');
      }

      .item-third {
        background-image: url('../images/featured-slider/featured-slider-n3-m2.png');
      }

      .slider-container {
          padding-top: 20px;
      }

      .home-slider .slick-dots {
        bottom: -10%;
      }

      .slider-text-container h2 {
        padding-top:20px;
      }
          .slider-text-container h2, .slider-text-container p {
           text-align: center;
        }

}

@media (max-width: 465px) {
  .slider-cta-container-m .cta {
        font-size: 1rem;
        
       } 
}

@media (max-width: 420px) {
  .slider-cta-container-m .cta {
        font-size: 0.8rem;
       } 

   .slider-text-container h2{
          font-size: 2.0rem;
    }

    .slider-text-container p {
        /* font-weight: bold; */
        font-size: 1.0rem;
        line-height: 1.3;
        margin: 10px 20px 0;
        min-height: 95px;
    }
}






