@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Mochiy+Pop+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: SF Pro Display;
  src: url(/brand/assets/fonts/sfprodisplay.otf);
}


/* HEADER */

section#header nav.navbar.navbar-expand-lg {
  padding: 20px 100px;
}
section#header nav.navbar.navbar-expand-lg .display-none {
  display: none;
}
section#header nav.navbar.navbar-expand-lg ul.navbar-nav {
  margin: 0 auto;
  align-items: center;
}
section#header ul.profile-menu li {
    list-style: none;
}
section#header a.navbar-brand.display-block {
  margin: 0 100px;
}
section#header ul.navbar-nav li.nav-item {
  margin: 0 15px;
}
section#header ul.profile-menu {
  margin: 0;
}
section#header ul.navbar-nav li.nav-item a {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
section#header ul.navbar-nav li.nav-item ul.dropdown-menu {
  background-color: #ffffff !important;
  border-top: 2px solid;
  padding: 0;
}
section#header ul.navbar-nav li.nav-item ul.dropdown-menu a {
  border-bottom: 1px solid;
  padding: 20px 10px;
}
section#header ul.navbar-nav li.nav-item ul.dropdown-menu a:hover {
  background: #324785;
  color: #fff;
}



/* BANNER */

section#banner {
  background: url(../images/banner-img1.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 100px 140px;
}
section#banner .banner-sec h1 {
  color: #1F8DC1;
  font-family: Poppins;
  font-size: 115.094px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 30px 0 0;
}
section#banner .banner-sec h3 {
  color: #0C357F;
  text-align: center;
  font-family: Poppins;
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 14px;
  opacity: 0.4;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 200px;
  width: 800px;
  left: -460px;
}
section#banner .banner-sec {
  position: relative;
}
section#banner .banner-sec p {
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#banner .col-lg-4:first-child {
  width: 40%;
}
section#banner .col-lg-4:last-child {
  width: 26%;
}
section#banner .banner-sec a.w-btn {
  border-radius: 20px;
  background: #0B357E;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 20px;
  display: table;
  margin: 0 0 30px;
}
section#banner .banner-sec h4 {
  color: var(--Color-2, #0B347E);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
section#banner .banner-sec .w-head {
  width: 35%;
  margin: 80px auto 0;
  margin-right: 100px;
}
section#banner .banner-sec .w-head p {
  color: #000;
  font-family: "Josefin Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 30px 0 0;
  border-bottom: 2px solid;
}
section#banner .banner-sec .w-head h5 {
  color: var(--Color, #2090C4);
  font-family: "Josefin Sans";
  font-size: 79px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  display: table;
  margin: 20px 0 20px;
}
section#banner .banner-sec .w-head a.w-btn {
  font-size: 33.564px;
  padding: 17px 67px;
  border-radius: 41.955px;
}

/* ABOUT */

section#about {
  padding: 50px 100px 100px;
  position: relative;
}
section#about .about-sec h2 {
  color: #0B357E;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0 0 50px;
}
section#about .about-sec .w-head {
  border-radius: 20px;
  background: #0C357F;
  padding: 50px;
  width: 90%;
  margin: 0 auto;
}
section#about .about-sec .w-head p {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
section#about:before {
  content: "";
  background: url("../images/about-before.jpg");
  position: absolute;
  display: block;
  width: 600px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 100% 80%;
  background-size: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
section#about:after {
  content: "";
  background: url("../images/about-after.jpg");
  position: absolute;
  display: block;
  width: 510px;
  height: 346px;
  background-repeat: no-repeat;
  background-position: 100% 80%;
  background-size: 100%;
  z-index: -1;
  right: 0;
  bottom: 0px;
}


/* OUR-PRODUCT */

section#our-products {
  padding: 50px 0;
  background: url(../images/our-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section#our-products .our-product-sec h2 {
  color: #0B357E;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
section#our-products .our-product-sec .main {
  display: flex;
  justify-content: center;
  margin: 120px 0 0;
}
section#our-products .our-product-sec .main .inner-main {position: relative;margin: 0 20px;}
section#our-products .our-product-sec .main .inner-main .w-head {
  padding: 300px 30px 5px;
  border-radius: 22px;
  background: #F5F5F5;
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.15);
  width: 475px;
}
section#our-products .our-product-sec .main .inner-main .w-head h6 {
  color: #0B357E;
  font-family: Poppins;
  font-size: 16.5px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
section#our-products .our-product-sec .main .inner-main .w-head ul {
  padding: 0;
  margin: 0;
  display: flex;
}
section#our-products .our-product-sec .main .inner-main .w-head ul li {
  list-style: none;
  margin-right: 5px;
}
section#our-products .our-product-sec .main .inner-main .w-head ul li i {
  color: #fcc404;
}
section#our-products .our-product-sec .main .inner-main .w-head ul li strong {
  color: #0B357E;
  font-family: Poppins;
  font-size: 16.5px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section#our-products .our-product-sec .main .inner-main .w-head p {
  color: var(--Text-Black, #000);
  font-family: Poppins;
  font-size: 15.25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
section#our-products .our-product-sec .main .inner-main img {
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
}
section#our-products .our-product-sec .main a.w-btn {
  color: #FFF;
  font-family: Poppins;
  font-size: 19.25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.385px;
  border-radius: 60px;
  background: #0B357E;
  text-decoration: none;
  padding: 15px 60px;
  display: table;
  margin: 20px auto 0;
}
section#our-products .our-product-sec a.w-btn {
  color: var(--Text-White, #FFF);
  font-family: 'Poppins';
  font-size: 19.25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.385px;
  border-radius: 11px;
  background: var(--Linear, linear-gradient(152deg, #2090C4 6.73%, #0B347E 90.58%));
  text-decoration: none;
  display: table;
  margin: 50px auto 0;
  padding: 22px 44px;
}

/* INFLAME */

section#inflame {
  background: url(../images/inflam-before.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 150px 120px;
}
section#inflame .w-head h2 {
  color: #0B357E;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 71.803px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
}
section#inflame .w-head {
  margin: 0 0 80px;
}
section#inflame .inflame-sec img {
  width: 100%;
}
section#inflame .inflame-sec {
  width: 95%;
  margin: 0 auto 80px;
  position: relative;
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  transition: all linear 0.4s;
}
section#inflame .inflame-sec .main {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  display: none;
}
section#inflame .inflame-sec .main h2 {
  color: #0C357F;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section#inflame .inflame-sec .main p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
}
section#inflame .inflame-sec:hover:before {
  content: "";
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(137, 202, 226, 0.00) 0%, #89CAE2 100%);
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  transition: all linear 0.4s;
}
section#inflame .inflame-sec:hover .main {
  display: block;
  transition: all linear 0.4s;
}

/* SCORPION */

section#blue-scorpion {
  background: url(../images/blue-before.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 120px;
}
section#blue-scorpion .blue-sec img {
  width: 90%;
}
section#blue-scorpion .blue-sec h2 {
  color: #0B357E;
  font-family: "SF Pro Display";
  font-size: 71.767px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
section#blue-scorpion .blue-sec p {
  color: var(--Color-3, #363636);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 82%;
}
section#blue-scorpion .blue-sec p a.link-text {
  color: #0B357E;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-decoration: none;
}
section#blue-scorpion .blue-sec ul li {
  color: #282828;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}
section#blue-scorpion .blue-sec a.w-btn {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 60px;
  background: #0B357E;
  padding: 15px 40px;
  display: table;
  margin: 40px 0 0;
}

/* Eligible */

section#eligible {
  padding: 80px 150px 50px;
}
section#eligible h2 {
  color: #0B357E;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 71.803px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
section#eligible .w-head {
  margin: 0 0 50px;
}
section#eligible .elig-sec {
  position: relative;
  height: 330px;
}
section#eligible .elig-sec h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 79.946px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  width: 211.803px;
  height: 211.803px;
  background: #0B347E;
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 140px;
}
section#eligible .elig-sec .main {
  position: relative;
  top: -120px;
}
section#eligible .elig-sec .main img {
  width: 100%;
}
section#eligible .elig-sec .main p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 28.115px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.722px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
section#eligible .elig-sec .main p.top {
    bottom: 35px;
}


/* OVERVIEW */

section#overview-row {
  background: url(../images/over-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 200px;
}
section#overview-row .w-head {
  margin: 0 0 100px;
}
section#overview-row .w-head h2 {
  color: #FFF;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 90.395px;
  font-style: normal;
  font-weight: 700;
  line-height: 40%;
  text-transform: uppercase;
}
section#overview-row .over-sec img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
section#overview-row .over-sec {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
}
section#overview-row .over-sec .main {
  padding: 20px;
}
section#overview-row .over-sec .main h2 {
  color: #0B357E;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  margin: 0;
  position: relative;
}
section#overview-row .over-sec .main h3 {
  color: #0B357E;
  font-family: Poppins;
  font-size: 20.615px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  margin: 0;
}
section#overview-row .over-sec .main p {
  color: #000;
  font-family: Poppins;
  font-size: 13.72px;
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  text-transform: capitalize;
  min-height: 115px;
}
section#overview-row .over-sec .main h2:after {
  content: "";
  width: 50%;
  height: 4px;
  background: #0B357E;
  display: inline-block;
}

/* TESTI */

section#testimonials {
  background: #FAFBFF;
  padding: 155px 0 315px;
  position: relative;
}
section#testimonials .w-head {
  border-radius: 80px;
  background: #0B357E;
  width: 76%;
  margin: 0 auto 80px;
}
section#testimonials .w-head h2 {
  color: #FFF;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 80.97px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 4.049px;
  text-transform: uppercase;
}
section#testimonials .testi-sec {
    border-radius: 20px;
    background: var(--Linear, linear-gradient(152deg, #2090C4 6.73%, #0B347E 90.58%));
    box-shadow: -30px 24px 34px 0px rgba(180, 181, 210, 0.25);
    width: 70%;
    margin: 0 auto;
    padding: 50px;
}
section#testimonials .testi-sec .main {
    display: flex;
    align-items: center;
    margin: 0 0 50px;
}
section#testimonials .testi-sec .main img {
    width: 8%;
}
section#testimonials .testi-sec .main ul {
    margin: 0;
    width: 100%;
}
section#testimonials .testi-sec .main ul li {
    list-style: none;
    color: #FFF;
    font-family: "Josefin Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
section#testimonials .testi-sec .main ul li h2 {
    color: #FFF;
    font-family: "Josefin Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}
section#testimonials .testi-sec .main ul li h2:after {
    content: "";
    width: 294px;
    height: 2px;
    background: #fff;
    display: inline-block;
    margin-left: 50px;
}
section#testimonials .testi-sec p {
    color: #FFF;
    font-family: "Josefin Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
section#testimonials .owl-dots {
  display: none;
}
section#testimonials button.owl-prev svg {
    display: none;
}
section#testimonials button.owl-prev:before {
    content: "";
    background: url(../images/testi-left.png);
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
}
section#testimonials button.owl-next:before {
    content: "";
    background: url(../images/testi-right.png);
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 0;
}
section#testimonials button.owl-next svg {
    display: none;
}
section#testimonials:after {
  content: "";
  background: url("../images/testi-after.png");
  display: block;
  width: 34%;
  height: 100%;
  z-index: 0;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: -130px;
}
section#testimonials:before {
  content: "";
  background: url("../images/testi-before.png");
  display: block;
  width: 34%;
  height: 100%;
  z-index: 0;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: -130px;
}

/* CELLULAR */

section#cellular {
  background: url(../images/cellu-bg.png);
  background-size: cover;
  background-position: center;
  padding: 100px 150px 80px;
}
section#cellular .w-head {
  margin: 0 0 80px;
}
section#cellular .w-head h2 {
  color: #FFF;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 90.395px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
section#cellular .w-head p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}
section#cellular .cellular-sec img {
  width: 100%;
}
section#cellular .cellular-sec {
  width: 95%;
  margin: 0 auto 80px;
  position: relative;
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  transition: all linear 0.4s;
}
section#cellular .cellular-sec .main {
  position: absolute;
  bottom: 0;
  padding: 10px 20px;
  display: none;
}
section#cellular .cellular-sec .main h2 {
  color: #0C357F;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
section#cellular .cellular-sec .main p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  text-align: center;
}
section#cellular .cellular-sec:hover:before {
  content: "";
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(137, 202, 226, 0.00) 0%, #89CAE2 100%);
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  transition: all linear 0.4s;
}
section#cellular .cellular-sec:hover .main {
  display: block;
  transition: all linear 0.4s;
}

/* ACCORDION */


section#accordion-row {
  padding: 90px 150px;
}
section#accordion-row button.accordion-button {
  border-radius: 9.612px;
  background: #0B357E;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 28.836px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
}
section#accordion-row .accordion-button::after {background: url("../images/minus.png");content: "";background-repeat: no-repeat;background-size: contain;background-position: center;}
section#accordion-row button.accordion-button.collapsed::after {
    background: url(../images/plus.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
section#accordion-row .accordion-item {
    margin: 0 0 30px;
    border: none;
}
section#accordion-row .accordion-button:focus {
    box-shadow: none;
    border: none;
    border-radius: 9.612px;
    background: #0B357E;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 28.836px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-transform: capitalize;
}
section#accordion-row .accordion-body p {
    color: var(--Color-3, #363636);
    font-family: Poppins;
    font-size: 15.379px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}
section#accordion-row .accordion-body p strong a.link-text {
    color: #0B357E;
    font-family: Poppins;
    font-size: 15.379px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    text-decoration: none;
}
section#accordion-row button.accordion-button.collapsed {
  border-radius: 9.612px;
  border: 0.961px solid #E9E9E9;
  background: #FFF;
  color: #000;
}section#accordion-row a.w-btn {
  color: #FFF;
  font-family: Poppins;
  font-size: 15.379px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  border-radius: 57.673px;
  background: #0B357E;
  padding: 14.418px 28.836px;
  text-decoration: none;
  display: table;
  margin: 50px 0 0;
}
section#contact {
  background: url(../images/get-bg.png);
  padding: 50px 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .w-head h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 93.43px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
section#contact .row.align-items-center {
  border-radius: 33.315px;
  background: #FFF;
  box-shadow: 0px 9px 54px 0px rgba(17, 72, 142, 0.30);
  padding: 30px;
}
section#contact .contact-sec {
  background: url(../images/get-inner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 715.16px;
  border-radius: 33.315px;
  padding: 50px;
}
section#contact .contact-sec h2 {
  color: #FFF;
  font-family: "Mochiy Pop One";
  font-size: 36.302px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
section#contact .contact-sec p {
  color: #FFF;
  font-family: Poppins;
  font-size: 17.768px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 20px auto 0;
  width: 100%;
}
section#contact .contact-sec ul {
  margin: 80px 0 0;
  padding: 0;
}
section#contact .contact-sec ul li {
  list-style: none;
  margin: 0 0 50px;
  align-items: center;
  display: flex;
}
section#contact .contact-sec ul li i {
  color: #fff;
  font-size: 30px;
}
section#contact .contact-sec ul li a {
  color: #FFF;
  font-family: Poppins;
  font-size: 22.21px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  margin-left: 30px;
}
section#contact form .form-flex {
    display: grid;
    margin: 0 0 100px;
}
section#contact form .form-flex label {
    color: #000;
    font-family: Poppins;
    font-size: 14.888px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
}
section#contact input {
    stroke-width: 4.442px;
    stroke: #969696;
    border: none;
    border-bottom: 2px solid #969696;
}
section#contact input::placeholder {
    color: #000;
    font-family: Poppins;
    font-size: 14.888px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
}
section#contact .form-group {
    width: 80%;
    margin: 0 auto;
}
section#contact .form-group textarea {
    border: none;
    border-bottom: 2px solid #969696;
    height: 200px;
}
section#contact textarea label {
    color: #11488E;
    font-family: Poppins;
    font-size: 20.363px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
}
section#contact form .form-flex textarea::placeholder {
    color: #000;
    font-family: Poppins;
    font-size: 14.005px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
section#contact form .form-flex:last-child {
    margin: 0 0 80px;
}
section#contact form button {
    display: table;
    margin: 0 auto;
    margin-left: 90px;
    color: #FFF;
    font-family: Poppins;
    font-size: 22.21px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    border-radius: 11.105px;
    background: #11488E;
    padding: 20px;
}


/* FOOTER */


section#contact form .form-flex {
  display: grid;
  margin: 0 0 100px;
}
section#contact form .form-flex label {
  color: #000;
  font-family: Poppins;
  font-size: 14.888px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}
section#contact input {
  stroke-width: 4.442px;
  stroke: #969696;
  border: none;
  border-bottom: 2px solid #969696;
}
section#contact input::placeholder {
  color: #000;
  font-family: Poppins;
  font-size: 14.888px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}
section#contact .form-group {
  width: 80%;
  margin: 0 auto;
}
section#contact .form-group textarea {
  border: none;
  border-bottom: 2px solid #969696;
  height: 150px;
}
section#contact textarea label {
  color: #11488E;
  font-family: Poppins;
  font-size: 20.363px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}
section#contact form .form-flex textarea::placeholder {
  color: #000;
  font-family: Poppins;
  font-size: 14.005px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
section#contact form .form-flex:last-child {
  margin: 0 0 80px;
}
section#contact form button {
  display: table;
  margin: 0 auto;
  margin-left: 90px;
  color: #FFF;
  font-family: Poppins;
  font-size: 22.21px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  border-radius: 11.105px;
  background: #11488E;
  padding: 20px;
}
section#footer-row {
  padding: 50px 100px;
}
section#footer-row ul.social {
  display: flex;
  margin: 50px 0 0;
  align-items: center;
}
section#footer-row ul.social li {
  list-style: none;
  margin-right: 40px;
}
section#footer-row .footer-sec h2 {
  color: #000;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
  margin: 0 0 30px;
}
section#footer-row .footer-sec ul.nav-footer {padding: 0;}
section#footer-row .footer-sec li {
  margin: 0 0 10px 0;
  list-style: none;
}
section#footer-row .footer-sec li a {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
section#footer-row .col-sm-12.col-xs-12.col-md-6.col-lg-3:nth-child(2) {
  padding-left: 150px;
}
section#footer-row .col-sm-12.col-xs-12.col-md-6.col-lg-3:nth-child(3) {
  padding-left: 100px;
}
section#footer-row .footer-sec ul.footer-link {
  padding: 0;
}

/* COPYRIGHT */

section#copyright {
  padding: 10px 150px;
  background: var(--Linear, linear-gradient(152deg, #2090C4 6.73%, #0B347E 90.58%));
}
section#copyright .copy-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#copyright .copy-sec p {
  padding: 0;
  margin: 0;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#copyright .copy-sec img {
  width: 14%;
}

/* INNER-SHOP */

section#inner-banner {
  background: #FAFBFF;
  padding: 90px 0;
}
section#inner-banner h2 {
  color: #0C3B83;
  text-align: center;
  font-family: Poppins;
  font-size: 115.094px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.shop-row {
  padding: 50px 100px !important;
}
.shop-row .sorting {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-row .sorting ul.filter {
  display: flex;
  padding: 0;
}
.shop-row .sorting ul.filter li {
  list-style: none;
  margin-right: 20px;
}
.shop-row .sorting ul.filter li h2 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  border-radius: 8.487px;
  background: #0C357F;
  padding: 10px 20px;
}
.shop-row .sorting button#dropdownMenuButton1 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  border-radius: 8.487px;
  background: #0C357F;
  padding: 5px 20px;
}
section#our-products .our-product-sec .main .inner-main .btn-flex {
  display: flex;
  justify-content: space-evenly;
}
.shop-row .our-product-sec .main a.w-btn:last-child {
  padding: 15px 50px !important;
  font-size: 17px !important;
}
.shop-row .sorting ul.filter ul.dropdown-menu.show {
  width: 100%;
}

/* NEWSLETTER */

section#newsletter-row {
  padding: 100px 0;
  background: #F3F4F8;
}
section#newsletter-row .news-inner h2 {
  text-align: center;
  font-family: Poppins;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  background: var(--Linear, linear-gradient(152deg, #2090C4 6.73%, #0B347E 90.58%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
section#newsletter-row .news-inner form {
  position: relative;
  margin: -30px 0 50px;
  z-index: 9999;
}
section#newsletter-row .news-inner form input {
  width: 100%;
  border-radius: 200px;
  border: 2px solid var(--Linear, #2090C4);
  background: #FFF;
  box-shadow: -10px -11px 34px 0px rgba(0, 0, 0, 0.25);
  height: 93px;
  padding: 0 20px;
}
section#newsletter-row .news-inner form input::placeholder {
  color: #999;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}
section#newsletter-row .news-inner form button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 10px;
  background: transparent;
  border: none;
}
section#newsletter-row .news-inner p {
  color: var(--Color-2, #0B347E);
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: capitalize;
}

/* QUALITY */

section#quality-row {
  background: url(../images/quality-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 150px;
}
section#quality-row .quality-sec img {
  width: 90%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
section#quality-row .quality-sec h2 {
  color: #000;
  font-family: Poppins;
  font-size: 75.09px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
section#quality-row .quality-sec p {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
section#quality-row2 {
  background: url(../images/quality-banner1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 150px;
}
section#quality-row2 .quality-sec img {
  width: 90%;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
section#quality-row2 .quality-sec h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 75.09px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
section#quality-row2 .quality-sec p {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* SINGLE-PRODUCT */

section#single-row .col-lg-6:first-child {
  padding: 0;
}
section#single-row .col-lg-6:first-child .single-sec {
  background: linear-gradient(113deg, #C8E6F1 -2.07%, #89CAE2 71.47%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 82px 50px;
}
section#single-row .container-fluid {
  padding: 0;
}
section#single-row .col-lg-6:last-child .single-sec {
  background: #324785;
  padding: 100px 50px;
}
section#single-row .col-lg-6:last-child {
  padding: 0;
}
section#single-row .single-sec h2 {
  color: #FFFEFE;
  font-family: Poppins;
  font-size: 54.88px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  width: 95%;
}
section#single-row .single-sec h3 {
  color: #FFFEFE;
  font-family: Poppins;
  font-size: 49.455px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.484px;
  text-transform: uppercase;
  padding: 20px 0 40px;
}
section#single-row .col-lg-6:first-child .single-sec img {
    width: 100%;
}
section#single-row {padding: 0 12px;}
section#single-row .col-lg-6:last-child .single-sec ul.rating-flex {
  display: flex;
  margin: 0 0 20px;
  padding: 0;
}
section#single-row .col-lg-6:last-child .single-sec ul.rating-flex li {
  list-style: none;
  margin-right: 5px;
  color: #FFFEFE;
  font-family: 'Poppins';
  font-size: 22.016px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.768px;
  letter-spacing: 0.867px;
}
section#single-row .col-lg-6:last-child .single-sec ul.rating-flex li i {
  color: #F6C100;
}
section#single-row .col-lg-6:last-child .single-sec h6 {
  color: #FFFEFE;
  font-family: Poppins;
  font-size: 49.452px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.484px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
section#single-row .col-lg-6:last-child .single-sec ul.check-flex {
  padding: 0;
  margin: 0 0 30px;
}
section#single-row .col-lg-6:last-child .single-sec ul.check-flex li {
  list-style: none;
  color: #FFFEFE;
  font-family: 'Poppins';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.63px;
  margin: 0 0 10px;
}
section#single-row .col-lg-6:last-child .single-sec ul.check-flex li img {
  margin-right: 10px;
}
section#single-row .col-lg-6:last-child .single-sec .addto {
  display: flex;
  align-items: center;
}
section#single-row .col-lg-6:last-child .single-sec .addto .qty-input {
  margin-right: 30px;
  border-radius: 10px;
  background: #8CCCE3;
}
section#single-row .col-lg-6:last-child .single-sec .addto .qty-input input.product-qty {
  border-radius: 10px;
  background: transparent;
  text-align: center;
  height: 60px;
  border: none;
  color: #000;
  font-family: 'Poppins';
  font-size: 28.457px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 80px;
}
section#single-row .col-lg-6:last-child .single-sec .addto .qty-input button.qty-count {
  height: 60px;
  border: none;
  background: transparent;
  color: #000;
  font-family: 'Poppins';
  font-size: 28.457px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 20px;
}
section#single-row .col-lg-6:last-child .single-sec .addto .qty-input 
button.qty-count.qty-count--add {
  padding-left: 0;
}
section#single-row .col-lg-6:last-child .single-sec .addto a.w-btn {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border-radius: 10px;
  background: #22222B;
  padding: 14px 50px;
  margin-right: 30px;
}
section#single-row .col-lg-6:last-child .single-sec .addto a {
  text-decoration: none;
  border-radius: 10px;
  background: #8CCCE3;
  padding: 9px 20px;
}
.fa-heart:before {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
}
section#single-row .col-lg-6:last-child .single-sec .addto a i.fa-regular.fa-heart {
  font-size: 28px;
  color: #22222B;
}
section#single-row .col-lg-6:last-child .single-sec ul.poli {
  padding: 0;
  margin: 50px 0 0;
}
section#single-row .col-lg-6:last-child .single-sec ul.poli li {
  list-style: none;
  color: #FAFBFF;
  font-family: Poppins;
  font-size: 24.661px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.402px;
  margin: 0 0 30px;
}
section#single-row .col-lg-6:last-child .single-sec ul.poli li img {
  margin-right: 30px;
}

/* ACCORDION */

.single-row {
  width: 60%;
  margin: 0 auto;
  padding: 50px 150px !important;
}
.single-row button.accordion-button {
  padding: 20px 30px;
}

/* BRAND-POLICY */

section#brand-policy-row {
  background: #F3F4F8;
  padding: 40px 130px;
}
section#brand-policy-row .brand-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* GLOBAL-ROW */

section#global-row {
  background: url(../images/single-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 50px 0 0;
  padding: 50px 200px;
}
section#global-row .w-head {
  margin: 0 0 50px;
}
section#global-row .w-head h2 {
  color: #324785;
  text-align: center;
  font-family: Poppins;
  font-size: 86px;
  font-style: normal;
  font-weight: 800;
  line-height: 89.845px;
  text-transform: uppercase;
}
section#global-row .global-sec .main {
  border-radius: 20px;
  background: #FAFBFF;
  padding: 30px;
}
section#global-row .global-sec .main ul.glob-flex {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
section#global-row .global-sec .main ul.glob-flex li {
  list-style: none;
}
section#global-row .global-sec .main ul.glob-flex li h3 {
  color: #324785;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.63px;
  margin: 0 0 0 20px;
}
section#global-row .global-sec .main p {
  color: rgba(14, 27, 77, 0.75);
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  min-height: 73px;
}
section#global-row .global-sec .main2 {
  border-radius: 20px;
  padding: 30px;
}
section#global-row .global-sec .main2 ul.glob-flex {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
section#global-row .global-sec .main2 ul.glob-flex li {
  list-style: none;
}
section#global-row .global-sec .main2 ul.glob-flex li h3 {
  color: #324785;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.63px;
  margin: 0 0 0 20px;
}
section#global-row .global-sec .main2 p {
  color: rgba(14, 27, 77, 0.75);
  font-family: 'Poppins';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  min-height: 60px;
}
section#global-row .global-sec img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
section#global-row .global-sec .main ul.glob-flex li img {
  height: 64px;
}
section#global-row .global-sec .main2 ul.glob-flex li img {
  height: 64px;
}
section#global-row .col-lg-4:first-child {
  width: 28%;
  margin: 0 auto;
}
section#global-row .col-lg-4:last-child {
  width: 28%;
  margin: 0 auto;
}
section#global-row .col-lg-4:nth-child(2) {
  width: 44%;
}

/* UFC-ROW */

section#ufc-row {
  background: url(../images/ufc-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 150px;
  margin: 50px 0 0;
}
section#ufc-row .w-head h2 {
  color: #FAFBFF;
  text-align: center;
  font-family: Poppins;
  font-size: 86px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.63px;
  text-transform: uppercase;
}
section#ufc-row .ufc-sec h2 {
  color: #FAFBFF;
  font-family: Poppins;
  font-size: 42.103px;
  font-style: normal;
  font-weight: 700;
  line-height: 46.313px;
  letter-spacing: 0.663px;
  width: 90%;
  margin: 30px 0;
}
section#ufc-row .ufc-sec p {
  color: #A5D7E9;
  font-family: Poppins;
  font-size: 23.157px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.946px;
  letter-spacing: 0.663px;
  width: 90%;
}
section#ufc-row .ufc-sec h6 {
  color: #FAFBFF;
  font-family: 'Poppins';
  font-size: 21.051px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.262px;
  letter-spacing: 0.663px;
}
section#ufc-row .ufc-sec h5 {
  color: #324785;
  font-family: Poppins;
  font-size: 21.051px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.663px;
  border-radius: 21.051px;
  background: #FAFBFF;
  width: 79%;
  padding: 30px;
  margin: 30px 0 0;
}
section#ufc-row .ufc-sec #my-video {
  width: 70%;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
  border: 1px solid #fff;
  position: relative;
}
section#ufc-row .col-lg-5 .ufc-sec:before {
  content: "";
  background: url("../images/video-bg.png");
  display: block;
  width: 700px;
  height: 700px;
  z-index: 0;
  position: absolute;
  left: -40px;
  background-repeat: no-repeat;
  bottom: 40px;
}
section#ufc-row .col-lg-5 .ufc-sec {
  position: relative;
}

/* SUPPLEMENT */

section#supplement-row {
  padding: 100px 220px;
}
section#supplement-row .w-head {
  margin: 0 0 50px;
}
section#supplement-row .w-head h2 {
  color: #324785;
  font-family: Poppins;
  font-size: 86px;
  font-style: normal;
  font-weight: 500;
  line-height: 88px;
  letter-spacing: 1.487px;
  text-transform: uppercase;
  text-align: center;
  display: grid;
}
section#supplement-row .supp-sec ul.supp-flex {
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: end;
}
section#supplement-row .supp-sec ul.supp-flex li {
  list-style: none;
  margin: 0 100px;
  text-align: center;
  width: 6%;
}
section#supplement-row .supp2-sec ul.supp2-flex {
  display: flex;
  align-items: center;
  justify-content: end;
  border-radius: 70px;
  background: linear-gradient(104deg, #0D3680 -10.48%, #2090C4 107.76%);
  height: 110px;
  padding: 0 50px;
}
section#supplement-row .supp2-sec ul.supp2-flex li {
  list-style: none;
  margin: 0 0;
  color: #FAFBFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -1px;
  width: 100%;
}
section#supplement-row .supp2-sec ul.supp2-flex li h2 {
  color: #FAFBFF;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin: 0;
  text-align: left;
  width: 90%;
}

/* POWER-ROW */

section#power-row {
  background: linear-gradient(113deg, #C8E6F1 -2.07%, #89CAE2 71.47%);
  padding: 100px 150px;
}
section#power-row .w-head h2 {
  color: #324785;
  font-family: Poppins;
  font-size: 86px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  letter-spacing: 1.487px;
  text-transform: uppercase;
  text-align: center;
  display: grid;
}
section#power-row .w-head p {
  color: #324785;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.63px;
  text-transform: uppercase;
}
section#power-row .w-head p span {
  color: #324785;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.63px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
section#power-row .power-sec ul.power-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 30px;
  margin: 0 0 50px;
}
section#power-row .w-head {
  margin: 0 0 50px;
}
section#power-row .power-sec ul.power-flex li {
  list-style: none;
  width: 100%;
}
section#power-row .power-sec ul.power-flex li h3 {
  color: #324785;
  text-align: center;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: 0.63px;
  text-transform: uppercase;
  margin: 0;
}
section#power-row .power2-sec ul.power2-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 30px;
  border-radius: 70px;
  background: linear-gradient(104deg, #0D3680 -10.48%, #2090C4 107.76%);
  height: 100px;
}
section#power-row .power2-sec ul.power2-flex li {
  list-style: none;
  width: 100%;
}
section#power-row .power2-sec ul.power2-flex li h4 {
  color: #FAFBFF;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.5px;
  margin: 0;
}
section#power-row .power3-sec ul.power3-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 30px;
  border-radius: 70px;
  background: linear-gradient(104deg, #0D3680 -10.48%, #2090C4 107.76%);
  height: 100px;
}
section#power-row .power3-sec ul.power3-flex li {
  color: #FAFBFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.5px;
  list-style: none;
  width: 100%;
  padding: 0 10px;
}
section#power-row .power3-sec ul.power3-flex li h5 {
  color: #FAFBFF;
  font-family: Poppins;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.5px;
}

/* CO-FOUNDER-ROW */

section#co-founder-row {
  background: #324785;
}
section#co-founder-row .col-lg-6 {
  padding: 0;
}
section#co-founder-row .co-founder-sec h2 {
  color: #FAFBFF;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.63px;
}
section#co-founder-row .co-founder-sec p {
  color: #FAFBFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.63px;
  width: 83%;
}
section#co-founder-row .co-founder-sec img {
  width: 100%;
}
section#co-founder-row .col-lg-6:last-child .co-founder-sec {
  padding-left: 50px;
}

/* CO-BELOW */

.co-below {
  background: #FAFBFF;
}

/* CART */

section#cart-top-row {
  background: #FAFBFF;
  padding: 80px 150px 50px;
}
section#cart-row {
  background: #FAFBFF;
  padding: 0 150px;
}
section#cart-row .w-head h2 {
  color: #324785;
  font-family: Poppins;
  font-size: 115.09px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
section#cart-row .cart-sec {
  border-radius: 30px;
  background: #8ACBE3;
  padding: 30px;
  margin: 0 0 80px;
}
section#cart-row .cart-sec ul.cart-flex {
  display: flex;
  justify-content: end;
  align-items: center;
  border-bottom: 2px solid #fff;
  padding: 0;
}
section#cart-row .cart-sec ul.cart-flex li {
  list-style: none;
  width: 25%;
}
section#cart-row .cart-sec ul.cart-flex li h3 {
  color: var(--C1-A, #151515);
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
section#cart-row .cart-sec .cart-flex2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0 0;
  padding: 0;
}
section#cart-row .cart-sec .cart-flex2 .image-cart {
  list-style: none;
  display: flex;
  align-items: center;
  width: 20%;
  justify-content: center;
}
section#cart-row .cart-sec .cart-flex2 h6 {
    margin: 0;
    color: var(--C1-A, #151515);
    text-align: center;
    font-family: Poppins;
    font-size: 29.236px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
section#cart-row .cart-sec .cart-flex2 .cart-to i {
    margin-left: 100px;
}
section#cart-row .cart-sec .cart-flex2 .qty-input input {
    background: transparent;
    border: none;
    text-align: center;
    color: var(--C1-A, #151515);
    font-family: Poppins;
    font-size: 29.236px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
section#cart-row .cart-sec .cart-flex2 .qty-input button {
    background: transparent;
    border: 2px solid;
    font-size: 24px;
    padding: 5px 0 10px;
    line-height: 10px;
    height: 40px;
    width: 40px;
}
section#cart-row .w-head {
  margin: 0 0 80px;
}
section#cart-row  .cart-to {
  display: flex;
  align-items: center;
}

/* TOTAL-ROW */

.total-sec {
  border-radius: 20px;
  background: #324785;
  width: 35%;
  padding: 20px 0 30px;
}
.total-sec .accordion-item {
  background: #324785;
  border-radius: 20px;
}
.total-sec button.accordion-button {
  background: #324785;
  border-radius: 20px !important;
  border: none !important;
  outline: 0 !important;
  box-shadow: none;
}
.total-sec div#regularAccordionRobots {
  background: #324785;
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #fff;
}
.total-sec .accordion-button::after {
  filter: brightness(30.5) !important;
}
.total-sec button.accordion-button h3 {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.total-sec button.accordion-button h3 span {
  color: #8ACBE3;
  font-family: 'Poppins';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 30px;
}
.total-sec form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-sec .accordion-body {
  padding-top: 0;
}
.total-sec button.accordion-button {
  padding-bottom: 20px;
}
.total-sec form input {
  background: #323232;
  height: 65px;
  padding: 0 20px;
  color: #FFF;
  font-family: 'Poppins';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  width: 48%;
}
.total-sec form input::placeholder {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.total-sec form button {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1.464px solid #323232;
  background: #323232;
  padding: 0 78px;
  height: 65px;
}
.total-sec .main {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}
.total-sec .main .inner:last-child {
  text-align: end;
}
.total-sec .main .inner h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 29.289px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.total-sec .main .inner p {
  color: #8ACBE3;
  font-family: 'Poppins';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.total-sec .main .inner h3 span {
    color: #8ACBE3;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.total-sec .main:nth-child(3) {
    border: none;
}
.total-sec  a.w-btn {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 29.289px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    border: 1.464px solid #323232;
    background: #323232;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}
section#cart-top-row .w-head a {
  color: #FAFBFF;
  font-family: Poppins;
  font-size: 23.038px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.321px;
  border-radius: 15px;
  background: #324785;
  text-decoration: none;
  padding: 20px 30px;
}

/* CHECKOUT */

section#cart-top-row .w-head {
  display: flex;
  align-items: center;
}
section#cart-top-row .w-head h2 {
  color: #324785;
  font-family: Poppins;
  font-size: 115.09px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  width: 60%;
}
section#checkout-row {
  background: #FAFBFF;
  padding: 50px 150px;
}
section#checkout-row .checkout-sec {
  background: #8ACBE3;
  padding: 30px;
}
section#checkout-row .checkout-sec form input {
  width: 100%;
  border: 1.248px solid rgba(130, 130, 130, 0.40);
  background: #FFF;
  height: 56.162px;
  margin: 0 0 20px;
  padding: 0 10px;
}
section#checkout-row .checkout-sec form input::placeholder {
  color: rgba(130, 130, 130, 0.85);
  font-family: Poppins;
  font-size: 18.721px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#checkout-row .checkout-sec form .form-group-address .col-lg-4 {
  padding-left: 0;
}
section#checkout-row .checkout-sec form .form-group-address .col-lg-5 {
  padding-right: 0;
}
section#checkout-row .checkout-sec form .form-country select.form-select {
  border: 1.248px solid rgba(130, 130, 130, 0.40);
  height: 56.162px;
  color: rgba(130, 130, 130, 0.85);
  font-family: Poppins;
  font-size: 18.721px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  margin: 0 0 20px;
}
section#checkout-row .checkout-sec form .form-select:focus {
  box-shadow: none;
}
section#checkout-row .checkout-sec form .form-check {
  padding: 0;
  display: flex;
  align-items: flex-start;
  margin: 0 0 15px;
}
section#checkout-row .checkout-sec form .form-check input#flexCheckDefault {
  width: auto;
  height: 20px;
  margin: 0 0 20px;
}
section#checkout-row .checkout-sec form .form-check-input:checked {
  background: #000;
}
section#checkout-row .checkout-sec form .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}
section#checkout-row .checkout-sec form .form-check label {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
  display: grid;
}
section#checkout-row .checkout-sec form .form-check .form-check-input:focus {
  box-shadow: none;
}
section#checkout-row .checkout-sec form .form-check label span {
    color: #FFF;
    font-family: Poppins;
    font-size: 12.48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
section#checkout-row .payment-row form .pay-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#checkout-row .payment-row form .pay-flex ul.pay-ul {
  padding: 0;
  display: flex;
  align-items: center;
}
section#checkout-row .payment-row form .pay-flex ul.pay-ul li {
  list-style: none;
  color: rgba(0, 0, 0, 0.85);
  font-family: Poppins;
  font-size: 18.721px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#checkout-row .payment-row form .pay-flex ul.pay-ul li img {
  border: 1px solid;
  margin-right: 20px;
}
section#checkout-row .payment-row form input#squaredOne {
  width: 30px;
  height: 20px;
}
section#checkout-row .payment-row form .card-no input {
  border: 1.248px solid rgba(130, 130, 130, 0.40);
  background: #FFF;
  height: 56.162px;
  margin: 0 0 20px;
}
section#checkout-row .payment-row form .card-no input::placeholder {
  color: rgba(130, 130, 130, 0.85);
  font-family: Poppins;
  font-size: 18.721px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#checkout-row .sub-total-row .inner-subtotal {
  background: #8ACBE3;
  padding: 30px;
}
section#checkout-row .sub-total-row .inner-subtotal ul.sub-flex {display: flex;justify-content: space-between;align-items: center;padding: 0;}
section#checkout-row .sub-total-row .inner-subtotal ul.sub-flex li {
  list-style: none;
}
section#checkout-row .sub-total-row .inner-subtotal ul.sub-flex li h3 {
  color: #000;
  font-family: Poppins;
  font-size: 21.147px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section#checkout-row .sub-total-row .inner-subtotal ul.subbottle-flex {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
section#checkout-row .sub-total-row .inner-subtotal ul.subbottle-flex li {
  list-style: none;
}
section#checkout-row .sub-total-row .inner-subtotal ul.subbottle-flex li p {
  color: #000;
  text-align: right;
  font-family: Poppins;
  font-size: 21.147px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#checkout-row .sub-total-row .voucher-opt {
  background: #8ACBE3;
  margin: 5px 0 0;
  padding: 30px;
}
section#checkout-row .sub-total-row .voucher-opt h3 {
  color: #000;
  font-family: Poppins;
  font-size: 21.078px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#checkout-row .sub-total-row .voucher-opt h3 span {
  color: rgba(255, 255, 255, 0.85);
  font-family: Poppins;
  font-size: 18.721px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#checkout-row .sub-total-row .voucher-opt ul.coupen {
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}
section#checkout-row .sub-total-row .voucher-opt ul.coupen li {
  list-style: none;
}
section#checkout-row .sub-total-row .voucher-opt ul.coupen li input {
  width: 300px;
  height: 67px;
  padding: 0 20px;
  margin-right: 10px;
}
section#checkout-row .sub-total-row .voucher-opt ul.coupen li button {
  color: rgba(255, 255, 255, 0.85);
  font-family: Poppins;
  font-size: 24.961px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #324785;
  padding: 15px 60px;
  border: none;
}
section#checkout-row .sub-total-row .voucher-opt ul.coupen li input::placeholder {
  color: rgba(130, 130, 130, 0.85);
  font-family: Poppins;
  font-size: 19.32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#checkout-row .sub-total-row .voucher-opt ul.shipment-flex {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
section#checkout-row .sub-total-row .voucher-opt ul.shipment-flex li {
  list-style: none;
}
section#checkout-row .sub-total-row .voucher-opt ul.shipment-flex li h4 {
  color: #000;
  font-family: Poppins;
  font-size: 21.078px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#checkout-row .sub-total-row .voucher-opt ul.shipment-flex li h5 {
  color: rgba(255, 255, 255, 0.85);
  font-family: Poppins;
  font-size: 21.078px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#checkout-row .sub-total-row .voucher-opt h5 {
  color: rgba(255, 255, 255, 0.85);
  font-family: Poppins;
  font-size: 21.078px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#checkout-row .sub-total-row .voucher-opt button.check {
  color: #FFF;
  font-family: Poppins;
  font-size: 24.961px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  width: 100%;
  margin: 50px 0 0;
  background: #324785;
  padding: 20px;
}
section#checkout-row .sub-total-row .voucher-opt .check-box {
  margin: 20px 0 0;
}
section#checkout-row .sub-total-row .voucher-opt .check-box label {
  color: rgba(255, 255, 255, 0.85);
  font-family: Poppins;
  font-size: 18.721px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
}
section#checkout-row .sub-total-row .voucher-opt .check-box .form-group {
  display: flex;
  align-items: baseline;
}
section#checkout-row .sub-total-row .voucher-opt .final-total {
  margin: 20px 0 0;
}
section#checkout-row .sub-total-row .voucher-opt .final-total ul.fin-to-flex {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
section#checkout-row .sub-total-row .voucher-opt .final-total ul.fin-to-flex li {
  list-style: none;
}
section#checkout-row .sub-total-row .voucher-opt .final-total ul.fin-to-flex li h3 {
  color: #000;
  font-family: Poppins;
  font-size: 21.147px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#checkout-row .sub-total-row .voucher-opt .final-total ul.fin-to-flex2 {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
section#checkout-row .sub-total-row .voucher-opt .final-total ul.fin-to-flex2 li {
  list-style: none;
}
section#checkout-row .sub-total-row .voucher-opt .final-total ul.fin-to-flex2 li h3 {
  color: rgba(255, 255, 255, 0.85);
  font-family: Poppins;
  font-size: 18.721px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#checkout-row .sub-total-row .voucher-opt .check-box input#checkout {
  width: 20px;
  height: 20px;
}

/* INNER-CONTENT */

section#reimbursement {
  background: #fafbff;
  padding: 50px 150px;
}
section#reimbursement .rein-sec h2 {
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin: 30px 0;
}
section#reimbursement .rein-sec p {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
section#reimbursement .rein-sec a {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
section#reimbursement .rein-sec h3 {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin: 20px 0;
}
section#quality-row2 .w-head h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 50px;
}
.headaches-row .headache-sec {
  padding: 0 0 50px;
}
.headaches-row2 .w-head h2 {
  color: #000;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 50px;
}
.headaches-row2 .w-head p {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}
.headaches-row2 .w-head a.w-btn {
  color: var(--Text-White, #FFF);
  font-family: 'Poppins';
  font-size: 19.25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.385px;
  border-radius: 11px;
  background: var(--Linear, linear-gradient(152deg, #2090C4 6.73%, #0B347E 90.58%));
  text-decoration: none;
  display: table;
  margin: 50px auto 0;
  padding: 22px 44px;
}
.headaches-accordion .w-head h2 {
  color: #0B357E;
  text-align: center;
  font-family: 'Poppins';
  font-size: 71.803px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  width: 70%;
  margin: 0 auto 50px;
}





/* LOGIN_SEC */

section#login-row {
  background: url(../images/single-banner.png);
  padding: 100px 0;
}
section#login-row form {
  width: 50%;
  margin: 0 auto;
  background: #fff;
  padding: 50px 20px 10px;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
section#login-row form label {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
section#login-row form .form-group {
  margin: 0 0 20px;
}
section#login-row form small#emailHelp {
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Poppins';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#login-row form input#exampleInputEmail1 {
  background: transparent !important;
  border: none;
  box-shadow: none;
  outline: none;
}
section#login-row form .regis {
  display: flex;
  justify-content: center;
  align-items: center;
}
section#login-row form .regis p {
  margin: 0;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-right: 10px;
}
section#login-row form .regis a {
  color: rgba(0, 0, 0, 0.85);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#login-row form button.btn.btn-primary {
  color: #FAFBFF;
  font-family: Poppins;
  font-size: 23.038px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.321px;
  border-radius: 15px;
  background: #324785;
  border: none;
  padding: 15px 60px;
  display: table;
  margin: 0 auto 30px;
}
section#login-row form input#user {
  border-radius: 20px;
  height: 50px;
  margin: 10px 0 0;
}
section#login-row form input#exampleInputPassword1 {
  border-radius: 20px;
  height: 50px;
  margin: 10px 0 0;
}
section#login-row form .regis-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* MY-ACCOUNT */

.tg {
  --bg-primary: #207ba1;
  --text-primary: #207ba1;
}

.tg-account .account-banner {
  background: var(--bg-primary);
  width: 100%;
  float: left;
  padding: 100px 0 0;
}

.tg-account .account-banner .inner-banner .detail * {
  color: #fff;
}

.tg-account .account-banner .inner-banner .profile {
  text-align: center;
}

.tg-account .account-banner .inner-banner .profile span.image img {
  width: 130px;
  border-radius: 50%;
  box-shadow: 0px 0px 15px -10px #000;
}

.tg-account .account-banner .inner-banner .detail h3.user-name {
  font-size: 20px;
  margin-top: 20px;
}

.tg-account .account-banner .inner-banner .nav-area {
  width: 100%;
  float: left;
  margin-top: 45px;
}

.tg-account .account-banner .inner-banner .nav-area ul li a {
  background: rgba(255, 255, 255, .4);
  color: #fff;
  font-weight: 500;
  border-radius: 0px;
  font-size: 16px;
  border: none;
  padding: 10px 28px;
  min-width: 120px;
  display: block;
  transition: .4s;
  text-align: center;
}

.tg-account .account-banner .inner-banner .nav-area ul li {
  margin-right: 7px;
}

.tg-account .account-banner .inner-banner .nav-area ul li a.active,
.tg-account .account-banner .inner-banner .nav-area ul li a:hover {
  color: var(--text-primary);
  background: #fff;
}

.tg-tabs-content-wrapp {
  width: 100%;
  float: left;
  padding: 30px 0 200px;
}

div#my-orders-table_length {
  width: fit-content;
  float: left;
}

div#my-orders-table_filter {
  width: fit-content;
  float: right;
}

div#my-orders-table_length select,
div#my-orders-table_filter input {
  border: 1px solid #207ba1;
  padding: 5px 15px;
}

div#my-orders-table_length,
div#my-orders-table_filter {
  margin-bottom: 22px;
}

.tg-tabs-content-wrapp form.tg-form {
  width: 100%;
  float: left;
  background: #f7f7f7;
  padding: 30px 30px 60px;
  border: 1px solid #eaeaea;
}

.tg-tabs-content-wrapp form.tg-form button {
  background: var(--bg-primary);
  border: none;
  padding: 10px 32px;
  cursor: pointer;
  margin: 13px 0 0;
}

.tg-tabs-content-wrapp .my-account-dashboard .card img {
  max-width: 80px;
}

.tg-tabs-content-wrapp .my-account-dashboard .card {
  text-align: center;
}

.tg-tabs-content-wrapp .my-account-dashboard .card h2 {
  font-size: 20px;
  margin-top: 14px;
}

.tg-tabs-content-wrapp .my-account-dashboard .card p {
  font-size: 15px;
}

div#my-orders-table_info {
  float: left;
}

div#my-orders-table_paginate {
  float: right;
}

.page-item.active .page-link {
  background-color: lightgrey !important;
  border: 1px solid black;
}

.page-link {
  color: black !important;
}

div#my-orders-table_paginate a {
  background: #e6e6e6;
  margin: 0 2px;
  padding: 3px 11px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

div#my-orders-table_paginate {
  margin-top: 8px;
}

div#my-orders-table_paginate span a.current {
  color: #fff !important;
  background: var(--primary);
}

.tg-tabs-content-wrapp .my-account-dashboard .card {
  cursor: pointer;
}

.tg-tabs-content-wrapp .my-account-dashboard .card:hover,
.tg-tabs-content-wrapp .my-account-dashboard .card.active {
  background: var(--text-primary);
}

.tg-tabs-content-wrapp .my-account-dashboard .card:hover *,
.tg-tabs-content-wrapp .my-account-dashboard .card.active * {
  color: #fff;
}

.tg-tabs-content-wrapp .my-account-dashboard .card {
  transition: .4s;
  border-radius: 0px;
  box-shadow: 0px 2px 7px -5px;
}

table#my-orders-table a.view-order {
  background: var(--text-primary);
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  padding: 4px 11px;
  border-radius: 3px;
}

@media(min-width:768px) {

  table#my-orders-table td.action,
  table#my-orders-table th.action {
      text-align: center;
  }
}

@media(max-width:768px) {
  .tg-account .account-banner .inner-banner .nav-area ul li a {
      min-width: auto !important;
      padding: 8px 15px;
  }
}

@media(max-width:600px) {
  .tg-account .account-banner .inner-banner .nav-area ul li a span {
      display: none;
  }

  .tg-account .account-banner .inner-banner .nav-area ul li a {
      min-width: auto;
      padding: 8px 20px;
  }

  .tg-account .account-banner .inner-banner .nav-area ul {
      text-align: center;
      margin: 0 auto;
      width: fit-content;
  }

  .tg-account .detail {
      text-align: center;
  }

  div#my-orders-table_length select,
  div#my-orders-table_filter input {
      max-width: 120px;
      font-size: 14px;
  }

  div#my-orders-table_length label,
  div#my-orders-table_filter label {
      font-size: 0px;
  }
}

/* BAR-ROWS */

section#bars-row {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 10px;
  padding: 450px 0;
  width: 6%;
}
section#bars-row .bars-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
  z-index: 9999;
  position: relative;
}
section#bars-row .bars-sec img {
  margin: 0 10px;
  width: 100%;
}

/* CAROUSEL */

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
.owl-item {
  display: flex;
}
.item {
    width: 100%;
}