@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

@font-face {
    font-family: 'Galano Grotesque';
    src: url('https://zahaco.com/olavita_v3_imgs/fonts/GalanoGrotesque-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('https://zahaco.com/olavita_v3_imgs/fonts/GalanoGrotesque-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('https://zahaco.com/olavita_v3_imgs/fonts/GalanoGrotesque-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('https://zahaco.com/olavita_v3_imgs/fonts/GalanoGrotesque-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('https://zahaco.com/olavita_v3_imgs/fonts/GalanoGrotesque-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



/*==Font-setup==*/

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Galano Grotesque';
    font-size: 16px;
    color: #000;
    background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

/*==Basic-setup==*/
.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

/*==header-section==*/
.topper-area {
  background: #062063;
  padding: 15px 0;
}

.topper-main h2 {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase
}

.breaking-news {
  display: grid;
  grid-template-columns: 5% auto 5%;
  align-items: center;
  border-radius: 20px;
  padding: 15px 0;
  max-width: 470px;
  margin: auto;
}

/* Label */
.breaking-label {
  background: #d4f8d4;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  padding: 3px 8px;
  margin-right: 10px;
  white-space: nowrap;
}

/* Text window */
.breaking-text {
  flex: 1;
  overflow: hidden;
  height: 0; 
}

/* Track */
.text-track {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease;
}

/* Each item */
.text-item ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}

.text-item ul li {
  font-weight: 700;
  font-size: 16px;
  color: #1A1A1A;
}

.text-item ul li img {
  max-width: 20px;
  display: block;
}

.breaking-buttons button {
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #1A1A1A;
}










/*==hero-section==*/
.hero-area {
  background-color: #ffffff;
  padding-bottom: 30px;
  padding-top: 50px;
  overflow: hidden;
}

.hero-main {
  display: grid;
  grid-template-columns: 630px auto;
  column-gap: 45px;
  align-items: start;
}

/*==thumb-css==*/
.carousel-main .carousel-cell {
  width: 100%;
  overflow: hidden;
}

.carousel-main .carousel-cell img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.carousel-nav {
  margin-top: 20px;
}

.carousel-nav .carousel-cell {
  width: 22%;
  margin-right: 6px;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #E3E3E3;
  border-radius: 8px;
}

.carousel-nav .carousel-cell:last-child {
  margin-right: 0;
}

.carousel-nav .carousel-cell img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  vertical-align: bottom;
}

.carousel-nav .carousel-cell.is-selected {
  opacity: 1;
  border: 2px solid #062063;
  border-radius: 8px;
}

.flickity-button {
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: #062063;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 4px;
}

.flickity-prev-next-button svg {
  display: none;
}

.flickity-prev-next-button.previous::after {
  content: "\f104";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 13px;
  display: block;
  line-height: 24px;
  text-align: center;
}

.flickity-prev-next-button.next::after {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 13px;
  display: block;
  line-height: 24px;
  text-align: center;
}

.flickity-prev-next-button.next {
  right: -13px;
}

.flickity-prev-next-button.previous {
  left: -13px;
}

.flickity-button:hover {
  background: #062063;
}

.flickity-button:disabled {
  opacity: 1;
  cursor: default;
  background: #E3E3E3;
}

.flickity-button:active {
  opacity: 1 !important;
}

.carousel-cell video {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.cell-video {
  position: relative;
}

.cell-video-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*==right-css==*/
.hero-cnt-1 ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.hero-cnt-1 ul li img {
  display: block;
  max-width: 96px;
}

.hero-cnt-1 ul li {
  font-weight: 300;
  font-size: 16px;
  color: #1A1A1A;
}

.hero-cnt-1 h1 {
  font-weight: 400;
  font-size: 40px;
  color: #1A1A1A;
  margin-top: 20px;
}

.hero-cnt-1 p {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  margin-top: 15px;
}

.hero-cnt-list ul {
  display:grid;
  grid-template-columns: 100%;
  row-gap: 10px;
  margin-top: 15px;
}

.hero-cnt-list ul li {
  font-weight: 400;
  font-size: 18px;
  color: #5E5E5E;
  display: grid;
  grid-template-columns: 32px auto;
  column-gap: 15px;
  align-items: center;
}

.hero-cnt-list ul li img {
 width: 32px;
}

.hero-inner-list ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.hero-inner-list {
  margin-top: 15px;
}

.hero-inner-list ul li {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 18px;
  color: #212121;
}

.hero-inner-list ul li img {
  width: 10px;
  display: block;
}

.hero-inner-list ul li:nth-of-type(2) img {
  width: 18px !important;
}

.hero-inner-list p {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  margin-top: 10px;
  line-height: 25px;
}

.hero-inner-list h4 {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  margin-top: 10px;
}

.learn-more-flex {
  display: grid;
  grid-template-columns: 55px auto;
  align-items: center;
  margin-top: 10px;
}

.learn-more-left ul li {
  display: flex;
  align-items: center;
}

.learn-more-left ul li img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  position: relative;
  background: #EEE;
  border: 2px solid #ffffff;
}

.learn-more-left ul li:nth-of-type(2) img,
.learn-more-left ul li:nth-of-type(3) img {
  margin-left: -17px;
}

.learn-more-right h5 {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  text-decoration: underline;
}

/*==price-desing-css==*/
.price-title {
  text-align: center;
  margin-top: 30px;
}

.price-title h2 {
  font-weight: 700;
  font-size: 16px;
  color: #FF4A61;
  text-transform: uppercase;
}

.price-title h4 {
  font-weight: 400;
  font-size: 11px;
  color: #FF4A61;
  margin-top: 3px;
}

.pricing-container {
 margin-top: 30px;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #99a9ad;
}

.tab {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  text-align: center;
  padding: 12px 8px;
  cursor: pointer;
}

.tab.active {
  background: #062063;
  color: #ffffff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content2 {
  /* border: 1px solid #99a9ad;
  padding: 16px; */
  border-radius: 16px;
}

/* Frequency */
.frequency {
    display: none !important;
    opacity:0;
  margin-bottom: 20px;
}
.display-none{
    display:none;
}

.frequency ul {
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.frequency ul li {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
}

.frequency ul li:nth-of-type(1) {
  font-weight: 600;
  font-size: 20px;
}

.plan {
  border: 1px solid #99a9ad;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
  transition: .2s;
  background: #fff;
}

.badge {
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #ff4d4d;
  padding: 2px 20px;
  border-radius: 20px;
}

.plan-cnt-flex {
  display: grid;
  grid-template-columns: 66% auto;
}

.plan-cnt-left h3 {
  font-weight: 500;
  font-size: 20px;
  color: #141414;
}

.plan-cnt-left {
  display: grid;
  grid-template-columns: 20px 80px auto;
  column-gap: 15px;
  align-items: center;
}

.plan-logo img {
  max-width: 80px;
}

.plan-cnt-right {
  text-align: right;
}
.plan.selected .plan-cnt-left p{
   color: #000;
  font-size: 12px;
}
.plan-cnt-p{
  font-size: 12px;
}
.plan-cnt-right h4 {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
}

.plan-cnt-right h5 {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  margin-top: 5px;
}

.plan.selected .plan-cnt-right h4,
.plan.selected .plan-cnt-right h5{
  color: #000;
}

.plan.selected .plan-cnt-right h6 {
     color: #08ad18;
}
.plan.selected .plan-cnt-left h3 {
  color: #000;
}

.plan-cnt-right h6 {
  font-weight: 700;
  font-size: 14px;
  color: #08ad18;
  margin-top: 5px;
}

.plan-cnt-right h5 del {
  font-weight: 400;
  font-size: 18px;
  color: #d20404;
}

.plan.selected {
    border: 1px solid #3C80CA;
    background-color: #E1F1FF;
    box-shadow: 0 2px 22px 0 rgba(78, 154, 219, 0.5);
}

/* Custom Radio */
.radio {
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-radius: 50%;
  position: relative;
  margin-top: 4px;
}

.radio::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #007bff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: .2s;
}

.plan.selected .radio::after {
  transform: translate(-50%, -50%) scale(1);
  border-color: #ffffff;
  background: #3C80CA;
}

.plan.selected .radio {
  border-color: #ffffff;
}

.add-btn {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  padding: 18px 10px;
  border: none;
  border-radius: 50px;
  background: #062063;
  color: #fff;
  cursor: pointer;
  margin-top: 15px;
  transition: 0.2s all ease;
}

.add-btn:hover {
  opacity: 0.9;
}

.add-btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}

.btn-new {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.btn-old {
  text-decoration: line-through;
}

.money-back-title h4 {
  font-weight: 400;
  font-size: 16px;
  color: #141414;
  text-align: center;
}

.buy-title20 h4 {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}

.guarantee-box-copy {
  border: 1px solid #000000;
  padding: 10px;
  border-radius: 12px;
  margin-top: 18px;
}

.guarantee-box-copy ul {
  display: grid;
  grid-template-columns: 56px auto;
  column-gap: 15px;
  align-items: center;
}

.guarantee-box-copy ul li img {
  max-width: 50px;
  display: block;
}

.guarantee-box-copy ul li {
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
}

.hero-brand h3 {
  font-weight: 500;
  font-size: 16px;
  color: #1A1A1A;
  text-align: center;
  margin-top: 20px;
}

.hero-brand h3 b {
  text-decoration: underline;
}

.hero-brand img {
  max-width: 364px;
  display: block;
  margin: auto;
  width: 100%;
  margin-top: 20px;
}

/*==hero-accordion==*/
.accordion-main-wrap-cd20 {
  margin-top: 30px;
}

.ac-trigger-cd20 {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  padding: 20px 10px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #000000;
}

.ac-trigger-cd20::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.ac-cd20.is-active-cd20 .ac-trigger-cd20::after {
  content: "\f106";
}

.ac-panel-cd20 {
  overflow: hidden;
  transition: height 0.3s ease;
  height: 0;
}

.ac-panel-cnt-cd20 {
  padding: 20px 10px;
  border-bottom: 1px solid #000000;
}

.ac-panel-cnt-cd20  p {
  font-weight: 300;
  font-size: 14px;
  color: #1A1A1A;
}

.carousel-cell {
  width: 100%;
  margin-right: 20px;
}

.custom-dots {
  text-align: center;
  margin-top: 25px;
}

.dot-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  margin: 0 4px;
  background: #ccc;
  cursor: pointer;
}

.dot-btn.active {
  background: #062063;
}

.custom-dots button {
  /*! margin: 10px; */
  padding: 10px 20px;
  font-size: 1rem;
}

.custom-dots1 {
  display: none;
}

.hero-review-slide {
  position: relative;
  margin-top: 30px;
}

.slider-btn1 {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slider-btn1 button {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0px -2px 12px rgba(0, 0, 0, .08);
  border: none;
  cursor: pointer;
}

.hero-review-cnt-flex {
  display: grid;
  grid-template-columns: 60px auto;
  column-gap: 15px;
  align-items: center;
}

.hero-review-cnt-left img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
}

.relative-left {
  position: relative;
  left: -51px;
}

.relative-right {
  position: relative;
  right: -35px;
}

.hero-review-cnt-right h4 {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  margin-top: 10px;
}

.hero-review-cnt-right h4  span {
  color: #08ad18;
}

.reviews-list {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 5px;
  margin-top: 10px;
}

.reviews-list li {
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
  display: grid;
  grid-template-columns: 8px auto;
  column-gap: 10px;
  align-items: center;
}

.reviews-list li span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1A1A1A;
  display: block;
}

.hero-review-cnt-right p {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  margin-top: 10px;
} 

/*==customr-section==*/
.customr-area {
  background: #ffffff;
  padding: 100px 0;
}

.customr-container {
  max-width: 1330px;
}

.customr-title ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
}

.customr-title ul li {
  font-weight: 400;
  font-size: 20px;
  color: #1A1A1A;
}

.customr-title ul li img {
  max-width: 118px;
}

.customr-title h2 {
  font-weight: 400;
  font-size: 40px;
  color: #1A1A1A;
  text-align: center; 
  margin-top: 10px;
}

.customr-main {
  margin-top: 25px;
}

.carousel-2 .carousel-cell {
  width: 32%;
}

.custom-dots10 {
  display: none;
}

.slider-btn10 {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  margin-top: 20px;
}

.slider-btn10 button {
  width: 40px;
  height: 40px;
  background: #333333;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
}

.customar-item {
  border: 1px solid rgb(132, 193, 185);
  padding: 10px;
  border-radius: 20px;
  margin: 20px 0;
}

.customar-img img {
  width: 100%;
  border-radius: 20px;
}

.csutomar-cnt-top {
  margin-top: 24px;
}

.csutomar-cnt-top h2 {
  font-weight: 500;
  font-size: 24px;
  color: #1A1A1A;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 8px;
}

.csutomar-cnt-top ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
   border-bottom: 1px solid #e0e0e0;
   padding: 8px 0;
}

.csutomar-cnt-top ul li:nth-of-type(1) {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.customar-inner-list {
  background: #10b981;
  padding: 3px 8px 3.5px 6px;
  border-radius: 50px;
}

.customar-inner-list h4 {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  display: grid;
  grid-template-columns: 18px auto;
  align-items: center;
  column-gap: 4px;
   font-size: 12px;
   font-weight: 400;
}

.customar-inner-list h4 i {
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #10b981;
  font-size: 14px;
}

.csutomar-cnt-btm ul {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 15px;
  margin-top: 10px;
}

.csutomar-cnt-btm ul li {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  display: grid;
  grid-template-columns: 20px auto;
  column-gap: 10px;
  align-items: center;
}

.csutomar-cnt-btm ul li i {
  width: 20px;
  height: 20px;
  background: #10b981;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  border-radius: 50%;
}

.csutomar-cnt-btm p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  font-style: italic;
  margin-top: 20px;
}

/*==brand-logo==*/
.brand-logo {
  background: #F7FAFA;
  padding: 24px 0;
  margin-top: 30px;
}

.brand-logo-main {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  column-gap: 20px;
  align-items: center;
}

.brand-logo-item img {
  max-width: 140px;
  display: block;
  margin: auto;
}

.brand-logo-item6 img {
  max-width: 73px;
}

/*==micro-section==*/
.micro-area {

}

.micro-title {
  text-align: center;
}

.micro-title h2 {
  font-weight: 400;
  font-size: 40px;
  color: #1A1A1A;
}

.micro-title h3 {
  font-weight: 700;
  font-size: 40px;
  color: #1A1A1A;
}

.micro-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 45px;
  align-items: center;
  margin-top: 40px;
}

.micro-left video {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.micro-right h3 {
  font-weight: 700;
  font-size: 24px;
  color: #1A1A1A;
  margin-top: 15px;
}

.micro-right p {
  font-weight: 400;
  font-size: 20px;
  color: #1A1A1A;
  margin-top: 15px;
}

/*==stpes-sectioon==*/
.stpes-area {
  background: #ffffff;
  padding: 130px 0;
}

.stpes-title {
  text-align: center;
}

.stpes-title h3 {
  font-weight: 400;
  font-size: 40px;
  color: #1A1A1A;
}

.stpes-title h2 {
  font-weight: 700;
  font-size: 40px;
  color: #1A1A1A;
}

.stpes-title p {
  font-weight: 400;
  font-size: 24px;
  color: #1A1A1A;
}

.stpes-container {
  max-width: 1330px;
}

.stpes-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 40px;
  margin-top: 50px;
}

.stpes-right img {
  width: 100%;
  border-radius: 15px;
  height: 100%;
}

.stpes-flex {
  display: grid;
  grid-template-columns: 235px auto;
  background: #cad9ff;
  align-items: center;
  border-radius: 16px;
}

.stpes-left {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 15px;
}

.stpes-flex-left video {
  width: 100%;
  height: 238px;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
  vertical-align: middle;
}

.stpes-flex-left img {
  width: 100%;
  height: 238px;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
  vertical-align: middle;
}

.stpes-flex-right {
  padding: 20px;
}

.stpes-flex-right span {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #2E4247;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stpes-flex-right h4 {
  font-weight: 700;
  font-size: 16px;
  color: #1A1A1A;
  margin-top: 10px;
}

.stpes-flex-right p {
  font-weight: 400;
  font-size: 18px;
  color: #1A1A1A;
  margin-top: 10px;
}

/*==results-section==*/
.results-area {
  background: #ffffff;
  padding-bottom: 100px;
  overflow: hidden;
}

.results-container {
  max-width: 1330px;
}

.results-title h2 {
  font-weight: 700;
  font-size: 40px;
  color: #1A1A1A;
  text-align: center;
}

.results-main {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 10px;
  margin-top: 40px;
}

.results-item {
  background: #E1F1FF;
  padding: 10px;
  border-radius: 16px;
}

.results-img img {
  width: 100%;
  border-radius: 16px;
  height: 284px;
}

.results-cnt {
  text-align: center;
}

.results-cnt h4 {
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
  margin-top: 10px;
}

.results-cnt em {
  font-weight: 300;
  font-size: 16px;
  color: #1A1A1A;
  margin-top: 10px;
}

.results-cnt p {
  font-weight: 300;
  font-size: 16px;
  color: #1A1A1A;
  margin-top: 10px;
}

.accordion10 {
  margin-top: 20px;
}

.accordion10 .link10 {
  display: flex;
  align-items: center;
  cursor: pointer;
  display: block;
  position: relative;
  max-width: 175px;
  margin: auto;
}

.accordion10 .link10 h4 {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  text-decoration: underline;
}

.accordion10 i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.open10 i.fa-chevron-down {
  transform: rotate(180deg);
  top: 30%;
}

.submenu10 {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}

.submenu10 p {
  font-weight: 300;
  font-size: 16px;
  color: #1A1A1A;
  max-width: 1240px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}

/*==mobil-result==*/
.swiper-scrollbar {
  background: #d6d6d6;
  height: 5px;
  border-radius: 2px;
}

.swiper-container-horizontal > .swiper-scrollbar {
  width: 100%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-container-vertical > .swiper-scrollbar {
  width: 5px;
  height: 90%;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-scrollbar-drag {
  background: #062063;
  border-radius: 2px;
}

.swiper-wrapper img {
  width: 100%;
}

.swip-navitem {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}

.mySwiper1 .swiper-button-prev, .mySwiper1 .swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.mySwiper1 .swiper-button-next, .mySwiper1 .swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

.mySwiper1 .swiper-button-next i, .mySwiper1 .swiper-button-prev i {
  color: red;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  color: #fff;
  font-size: 18px;
}

.mySwiper1 .swiper-slide-active {
  background: red;
  color: white;
}

.mySwiper2 .swiper-button-prev, .mySwiper2 .swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.mySwiper2 .swiper-button-next, .mySwiper2 .swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}

.mySwiper2 .swiper-button-next i, .mySwiper2 .swiper-button-prev i {
  color: red;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  color: #fff;
  font-size: 18px;
  display: none;
}

.mySwiper3 {
  height: 400px;
}

.mySwiper3 .swiper-button-prev, .mySwiper3 .swiper-container-rtl .swiper-button-next {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.mySwiper3 .swiper-button-next, .mySwiper3 .swiper-container-rtl .swiper-button-prev {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 80%;
}

.mySwiper3 .swiper-button-next i, .mySwiper3 .swiper-button-prev i {
  color: red;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  color: #fff;
  font-size: 18px;
}

.mySwiper3 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: teal;
  opacity: 1;
  margin: 10px 0!important;
}

.mySwiper3 .swiper-pagination-bullet-active {
  opacity: 1;
  background: red;
}  

.desk-none {
  display: none;
}

/*==smoth-logo==*/
.headline-slider {
  overflow: hidden;
  position: relative;
}

.headline-wrapper {
  display: flex;
  grid-auto-flow: column; 
  will-change: transform;
   width: max-content;
}

.headline {
  position: relative;
  padding: 25px;
}

.headline::after {
 content: "";
 display: block;
 position: absolute;
 width: 1px;
 height: 35px;
 background: #666;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
}

.headline ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
} 

.headline ul li {
  font-weight: 400;
  font-size: 20px;
  color: #1A1A1A;
}

.headline ul li img {
  max-width: 45px;
}

/*==excellent-section==*/
.excellent-area {

  overflow: hidden;
}

.excellent-main {
  display: grid;
  grid-template-columns: 230px auto;
  column-gap: 20px;
}

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

.excellent-left h3 {
  font-weight: 500;
  font-size: 28px;
  color: #1A1A1A;
}

.excellent-left h5 {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  margin-top: 5px;
}

.excellent-right {
  position: relative;
  padding: 0 20px;
}

.minus-slid-btn1 {
  position: relative;
  left: -43px;
}

.excel-img1 img {
  max-width: 166px;
  margin-top: 5px;
}

.excel-img1 img {
  max-width: 105px;
  margin-top: 5px;
}

.carousel-3 .carousel-cell {
  width: 25%;
}

.custom-dots3 {
  display: none;
}

.excel-item h4 {
  font-weight: 500;
  font-size: 14px;
  color: #1A1A1A;
}

.excel-item p {
  font-weight: 400;
  font-size: 12px;
  color: #1A1A1A;
  margin-top: 5px;
}

.excel-item h6 {
  font-weight: 400;
  font-size: 12px;
  color: #1A1A1A;
  margin-top: 5px;
}

.excel-item img {
  max-width: 110px;
}

.slider-btn20 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
} 

.slider-btn20 button {
  border: 1px solid #000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  cursor: pointer;
}

.excellent-container {
  max-width: 1330px;
}

/*==derma-section==*/
.derma-area {
  background: #ffffff;
  padding: 100px 0;
}

.derma-main {
  display: grid;
  grid-template-columns: 59% auto;
  column-gap: 30px;
  align-items: center;
}

.derma-left h2 {
  font-weight: 700;
  font-size: 40px;
  color: #1A1A1A;
}

.derma-left p {
  font-weight: 400;
  font-size: 20px;
  color: #1A1A1A;
  font-style: italic;
  margin-top: 10px;
}

.derma-left h4 {
  font-weight: 700;
  font-size: 18px;
  color: #1A1A1A;
  margin-top: 30px;
}

.derma-left h6 {
  font-weight: 400;
  font-size: 20px;
  color: #1A1A1A;
  font-style: italic;
  margin-top: 10px;
}


.derma-left img {
  max-width: 160px;
  margin-top: 20px;
}

.derma-right img {
  width: 100%;
}

/*==ninty-day==*/
.ninty-area {
  background: #ffffff;
  padding-bottom: 100px;
}

.ninty-container {
  max-width: 1330px;
}

.ninty-main {
  display: grid;
  grid-template-columns: 400px auto;
  column-gap: 80px;
  align-items: center;
  background: #E1F1FF;
  border: 3px solid #3C80CA;
  padding: 40px;
  border-radius: 20px;
}

.ninty-left img {
  max-width: 400px;
  width: 100%;
}

.ninty-right h4 {
  font-weight: 600;
  font-size: 32px;
  color: #1A1A1A;
}

.ninty-right p {
  font-weight: 400;
  font-size: 18px;
  color: #1A1A1A;
  margin-top: 15px;
}

/*==client-mark==*/
.client-mark {
  background: #ffffff;
  padding-bottom: 100px;
}

.client-mark-title h4 {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.client-mark-title span {
  color: #EBBF20;
  font-size: 30px;
}

.client-mark-main {
  max-width: 1073px;
  margin: auto;
  margin-top: 30px;
}

.client-mark-flex {
   column-count: 4;
   column-gap: 15px;
}

.client-mark-item {
  background: #ffffff;
  transition: 0.2s all ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  display: inline-block;
}

.client-mark-item:hover {
 background: #F8F8F8;
}

.mark-img img {
  width: 100%;
}

.mark-cnt {
  padding: 10px;
}

.mark-cnt h4 {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
}

.mark-cnt span {
  color: #EBBF20;
}

.mark-cnt h6 {
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
}

.mark-cnt p {
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
  margin-top: 10px;
}

/*==faq-section==*/
.question-area {
  padding-bottom: 100px;
  background: #ffffff;
}

.question-title h2 {
  font-weight: 500;
  font-size: 40px;
  color: #1A1A1A;
  text-align: center;
}

.question-main {
  max-width: 748px;
  margin: auto;
  background: #F3F3F3;
  padding: 40px;
  border-radius: 20px;
  margin-top: 50px;
}

.ac-trigger-cd10 {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #D8D8D8;
}

.ac-cd10.is-active-cd10 .ac-trigger-cd10 {
  border: none;
}

.ac-trigger-cd10::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #D8D8D8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 10px;
}

.ac-cd10.is-active-cd10 .ac-trigger-cd10::after {
  content: "\f106";
}

.ac-panel-cd10 {
  overflow: hidden;
  transition: height 0.3s ease;
  height: 0;
}

.ac-panel-cnt-cd10 {
  padding: 10px 0;
  color: #000;
}

.ac-cd10.is-active-cd10 .ac-panel-cnt-cd10 {
  border-bottom: 1px solid #D8D8D8;
}

.ac-panel-cnt-cd10 p {
 font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  line-height: 26px;
}

.ask-btm {
  margin-top: 45px;
}

.ask-btm h4 {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  text-align: center;
  margin-top: 5px;
}

/*==footer-section==*/
.footer {
    background: #ffff;
    border-top: 2px solid;
    padding: 60px 20px 30px;
    font-family: Arial, sans-serif;
    color: #000;
    margin-bottom: 110px;
}

.footer-container {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.footer-left {
  max-width: 400px;
}

.footer-logo {
  width: 180px;
  margin-bottom: 20px;
}

.footer-italic {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
  line-height: 1.6;
}

.footer-copy {
  font-size: 14px;
  margin-top: 20px;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-column a {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  text-decoration: none;
  color: #000;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-payments {
  text-align: center;
  margin-top: 40px;
}

.footer-payments img {
  height: 40px;
}

/* MOBILE */
@media (max-width: 768px) {
    .pricing-box_sa-left{
        display: none !important;
    }
  .footer-container {
    flex-direction: column;
    gap: 40px;
  }

  .footer-left {
    max-width: 100%;
  }

  .footer-payments img {
    height: 35px;
  }
}


.footer-area {
  background: #F7F7F7;
  padding: 50px 0;
  margin-bottom: 197px;
}

.footer-main {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 30px;
}

.footer-item img {
  width: 50px;
}

.footer-item h4 {
  font-weight: 500;
  font-size: 20px;
  color: #2E4247;
  margin-top: 10px;
}

.footer-item p {
  font-weight: 400;
  font-size: 16px;
  color: #2E4247;
  margin-top: 20px;
}

.carousel-4 .carousel-cell {
  width: 100%;
}

.slider-btn100 {
  display: none;
}

.pricing-box_sa {
  background: #fff;
  max-width: 980px;
  margin: auto;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  background: #ffffff;
  box-shadow: 0 0 24px #00000026;
  border-radius: 16px;
}

.pricing-box_sa-left h3 {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
}

.select_sa {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 16px;
  outline: none;
  margin-top: 5px;
}

.select_sa option {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
}

.price-area_sa {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}

.old-price_sa {
  font-weight: 400;
  font-size: 16px;
  color: #8C8C8C;
  text-decoration: line-through;
}

.new-price_sa {
  font-weight: 400;
  font-size: 20px;
  color: #1A1A1A;
}

.save-badge_sa {
    display: none;
  background: #2f3a40;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 16px;
}

.pricing-box_sa-left {
  display: grid;
  grid-template-columns: 60px auto;
  align-items: center;
  column-gap: 20px;
}

.sa-left-inner img {
  width: 60px;
  border-radius: 10px;
}

.pricing-box_sa-right {
  display: grid;
  grid-template-columns: auto 156px;
  align-items: center;
  column-gap: 30px;
}

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

.sa-right-inner button {
  font-weight: 600;
  font-size: 13px;
  padding: 15px 10px;
  width: 100%;
  background-color: #062063;
  border-radius: 12px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
}

#bottom-section {
  position: fixed;
  left: 0;
  bottom: -200px;
  width: 100%;
  transition: .3s ease;
  z-index: 999;
}

#bottom-section.show {
  bottom: 30px;
}