/* CSS Document */

/* html5doctor.com/html-5-reset-stylesheet/ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  /* box-sizing: border-box; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overflow-x: hidden;  */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
  --black: #000;
  --white: #fff;
  --bkp: #060d81;
  --bkp2: #2253bf;
  --default: #000;

  --font-Charis: "Charis SIL", serif;
  --font-Arial: "Arial", sans-serif;
  --font-DM_Serif: "DM Serif Text", serif;
  --font-DM_Sans: "DM Sans", sans-serif;
}

/* -- CUSTOM CSS -- */
html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

body {
  background-color: #081b3a;
  height: auto;
  position: relative;
}

body {
  font-family: var(--font-DM_Sans);
  font-size: 100%;
  font-weight: 400;
  color: var(--default);
  text-decoration: none;
}

img {
  border: 0px;
}

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

a,
a:hover {
  text-decoration: none;
  color: inherit;
  outline: 0;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--primary);
}

a:focus {
  text-decoration: none;
  outline: 0;
}

button {
  border: 0;
  cursor: pointer;
  background: transparent;
  padding: 0;
  margin: 0;
}

.btn.focus,
.btn:focus,
button:focus {
  outline: 0;
  box-shadow: none;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus,
button:focus {
  outline: none !important;
  box-shadow: none;
}

input,
select,
textarea {
  background-clip: padding-box;
}

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

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

.accordion-button:focus {
  box-shadow: none;
}

.bg-191F49 {
  background-color: #191f49;
}

.title-h2 {
  font-family: var(--font-DM_Serif);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .title-h2 {
    font-size: 24px;
  }
}

/**********************************************************/
/**********************************************************/

header.header-static {
  padding: 17px 0;
  background-color: var(--bkp);
  width: 100%;
  z-index: 99;
}

header.header-static .header-panel {
  display: flex;
  align-items: center;
}

header.header-static .bp-logo2 {
  width: 150px;
}

header.header-static .bp-logo2 img {
  margin: 0;
  padding: 0;
}

header.header-static .bp-titile {
  font-size: 26px;
  line-height: 1;
  color: #fff;
  float: left;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

header.header-static .bp-titile a {
  color: #fff;
}

@media (max-width: 991px) {
  header.header-static {
    padding: 10px 0;
  }

  header.header-static .bp-titile {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  header.header-static .bp-logo2 {
    width: 120px;
  }

  header.header-static .bp-titile {
    font-size: 16px;
    padding-left: 10px;
    margin-left: 10px;
  }
}

@media (max-width: 351px) {
  header.header-static .bp-titile {
    display: none;
  }
}

footer {
  background-color: #e7e8eb;
  width: 100%;
  position: relative;
}

footer .footer-panel {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  font-size: 0.875rem;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-weight: normal;
}

footer .footer-panel img {
  width: 145px;
}

.turehits img {
  width: 14px !important;
}

footer .footer-copy {
  display: inline-block;
  padding-top: 7px;
}

footer .footer-bottom {
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
}

footer .turehits {
  display: inline-block;
  padding-top: 0;
  padding-left: 10px;
}

footer .footer-contact {
  float: right;
}

footer .footer-contact ul li {
  display: inline-block;
  margin-right: 30px;
  font-weight: normal;
}

footer .footer-contact ul li:last-of-type {
  margin-right: 0;
}

footer .footer-contact a {
  color: #fff;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-weight: 300;
  margin-left: 10px;
}

footer .footer-contact ul li img {
  vertical-align: middle;
}

@media (max-width: 1199px) {
  footer .footer-bottom {
    text-align: center;
  }

  footer .footer-contact {
    float: none;
  }

  footer .footer-contact ul li {
    padding-top: 15px;
  }
}

@media (max-width: 576px) {
  header .bp-logo2 {
    margin-left: 20px;
  }

  footer .footer-contact {
    text-align: left;
    padding: 0 10px;
    width: 300px;
    margin: 0 auto;
  }

  footer .footer-contact ul li {
    display: block;
    margin: 0;
  }

  footer .footer-contact ul li span {
    display: block;
    padding-left: 45px;
  }
}

.footer-bottom2 {
  background-color: #e7e8eb;
  padding: 30px 0;
  font-size: 13px;
  color: var(--black);
}

.copyright {
  margin-bottom: 15px;
  font-weight: 700;
}

.ft-bottom--link {
  display: flex;
  gap: 30px;
  flex-flow: row wrap;
}

.ft-bottom--link a:hover {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .ft-bottom--link {
    gap: 15px 20px;
  }
}

/**********************************************************/
/**********************************************************/
/**********************************************************/

/* nav menu */
.header-menu .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.nav-epaper {
  display: flex;
  align-items: center;
}

.nav-epaper ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-epaper a {
  font-size: 15px;
  line-height: 1.5;
  color: var(--white);
}

.nav-epaper a:hover,
.nav-epaper a.active {
  text-decoration: underline;
}

.navLogin {
  line-height: 0;
  margin-left: 10px;
  position: relative;
}

.navLogin>a {
  line-height: 0;
}

.navLogin img {
  width: 22px;
  height: 22px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.boxlogin-account {
  position: absolute;
  top: 25px;
  right: 0;
  background-color: var(--white);
  border: 1px solid #d8d8df;
  border-radius: 3px;
  z-index: 5;
  display: none;
}

.boxlogin-account ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100px;
}

.boxlogin-account ul li {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.boxlogin-account ul li:last-of-type {
  border-bottom: 0;
}

.boxlogin-account ul li a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: var(--default);
  background-color: #fff;
  padding: 10px 0;
}

.boxlogin-account ul li a:hover {
  text-decoration: none;
  background-color: #c5d5f4;
}

/* .navLogin:hover a.nav-myAccount + .boxlogin-account{ display: block; } */

#ham-menu,
.linkprofile,
.linksignout {
  display: none;
}

.scrolDisabled {
  overflow: hidden;
  position: fixed;
}

@media (max-width: 991px) {
  .nav-epaper ul {
    gap: 20px;
  }

  .nav-epaper a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {

  .nav-epaper.navOpen ul li.navLogin,
  .nav-epaper {
    display: none;
  }

  .nav-epaper.navOpen {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    float: none;
    z-index: 99;
    padding: 30px;
    text-align: center;
  }

  .nav-epaper ul {
    flex-direction: column;
    gap: 0;
  }

  .nav-epaper.navOpen ul li a {
    color: var(--bkp);
  }

  .nav-epaper.navOpen ul li {
    display: block;
    color: var(--bkp);
    padding: 15px 0;
  }

  .nav-epaper.navOpen ul li.linkprofile,
  .nav-epaper.navOpen ul li.linksignout {
    display: block;
  }

  .nav-epaper.navOpen ul li.linkprofile a {
    display: flex;
    align-items: center;
  }

  .nav-epaper.navOpen ul li.linkprofile a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    filter: invert(14%) sepia(93%) saturate(6176%) hue-rotate(207deg) brightness(92%) contrast(104%);
  }

  .content-pd {
    padding-top: 46px;
  }

  #ham-menu {
    width: 28px;
    height: 20px;
    position: fixed;
    display: block;
    margin: 0;
    top: 13px;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 101;
  }

  #ham-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #ham-menu span:nth-child(1) {
    top: 0px;
  }

  #ham-menu span:nth-child(2) {
    top: 9px;
  }

  #ham-menu span:nth-child(3) {
    top: 18px;
  }

  #ham-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #ham-menu.open span:nth-child(2) {
    opacity: 0;
    left: -30px;
  }

  #ham-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

/**********************************************************/
/**********************************************************/
/**********************************************************/

section {
  position: relative;
}

.page-section {
  padding: 50px 0;
}

@media (max-width: 767px) {
  .page-section {
    padding: 30px 0;
  }
}

.swiper-pagination {
  position: relative;
  margin-top: 15px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #9f9f9f;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

/**********************************************************/
/**********************************************************/

.boxbtn {
  display: inline-block;
  background-color: var(--bkp);
  color: #fff;
  font-size: 15px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 13px;
  border: 1px solid var(--bkp2);
}

.boxbtn:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.boxbtn.txt-large {
  font-size: 18px;
}

.boxbtn.btnsignin {
  background-color: #000;
  font-family: var(--font-DM_Serif);
  color: #fff;
  border-color: #000;
  border-radius: 5px;
}

.boxbtn.btnsignin:hover {
  background-color: var(--white);
  color: #000;
}

.boxbtn.btn-apply {
  padding: 12px 0;
  width: 200px;
  text-align: center;
}

@media (max-width: 576px) {
  .boxbtn.btn-apply {
    width: 100%;
  }
}

.imgpromo img {
  width: 100%;
}

.subscribtion-panel {
  align-items: center;
  position: relative;
  display: flex;
  gap: 40px;
  flex-flow: row wrap;
  border-radius: 3px;
  padding: 30px 20px 30px 30px;
  max-width: 830px;
  margin: 0 auto 50px;
  /*border: 1px solid #fff;*/
  background-color: #f3f3f5;
  border-top-right-radius: 50px;
}

/* .box-digital{ background-color: #C5D5F4; border-color: #C5D5F4; }
.box-epaper{ background-color: #EDE7E1; border-color: #E7E3DB; }
.box-print{ background-color: #E4E4E4; border-color: #E7E3DB; margin-bottom: 0; } */
.box-print {
  margin-bottom: 0;
}

/* .box-soon::after { 
  content: "Coming Soon"; 
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(100, 100, 100, 0.98);
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  place-content: center;
  text-align: center;
  border-radius: 3px 3px;
  border-top-right-radius: 50px;
}
.subscribtion-panel:is(.box-soon) .panel--img {
  pointer-events: none;
  visibility: hidden;
} */

.panel--img {
  width: 200px;
  margin: 0 auto 5px;
}

.box-epaper .panel--img {
  margin-top: -60px;
}

.box-print .panel--img {
  margin-top: -90px;
}

.panel-detail {
  text-align: center;
  width: 280px;
}

.panel-detail .panel--title {
  font-family: var(--font-DM_Serif);
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.panel-detail p {
  font-family: var(--font-DM_Sans);
  font-size: 16px;
  line-height: 1.5;
  color: var(--default);
}

.card-container {
  display: flex;
  gap: 15px;
}

.card {
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #fff;
  padding: 20px 0 15px 0;
  width: 200px;
  height: 200px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}

.card-btn {
  margin-top: auto;
  padding: 5px;
}

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

.c-period {
  font-family: var(--font-DM_Sans);
  font-size: 16px;
  margin-bottom: 10px;
}

.c-price {
  font-family: var(--font-DM_Serif);
  font-size: 24px;
  margin-bottom: 10px;
}

.c-offer {
  font-family: var(--font-DM_Sans);
  font-size: 14px;
  color: #af1116;
  margin-top: 5px;
}

.c-offer2 {
  font-family: var(--font-DM_Sans);
  font-size: 10px;
  margin-top: 5px;
}

.btn-buynow {
  display: inline-block;
  background-color: var(--bkp);
  color: var(--white);
  border-radius: 13px;
  padding: 12px 18px;
  font-family: var(--font-DM_Sans);
  font-size: 16px;
  line-height: 1;
}

.btn-buynow:hover {
  background-color: #2253bf;
  color: #fff;
  border-color: #2253bf;
}

.card-btn p {
  font-family: var(--font-DM_Sans);
  font-size: 12px;
  font-weight: 300;
  color: #424242;
  margin-bottom: 10px;
}

.card--offer:hover,
.card:hover {
  border-color: #e93423;
}

.label-offer {
  position: absolute;
  top: -12px;
  right: 50%;
  background-color: black;
  color: #fff;
  font-family: var(--font-DM_Sans);
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  padding: 7px 15px;
  /*border-radius: 10px;*/
  transform: translateX(50%);
}

.card100 {
  width: 400px;
}

.btn-arrow {
  position: absolute;
  right: 10px;
  top: calc(50% + 8px);
  transform: translateY(-50%);
}

.btn-arrow img {
  width: 60px;
}

.btn-arrow a:hover img {
  filter: invert(100%);
}

/* modal */
.modal--planlogin {
  max-width: 460px;
}

.modal--planlogin .modal-content {
  border: 1px solid #707070;
  border-radius: 0;
}

.modal--planlogin .modal-header {
  border-bottom: 0;
}

.closex {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.closex img {
  width: 20px;
  height: 20px;
}

.planlogin {
  text-align: center;
}

.planlogin-title {
  font-family: var(--font-DM_Serif);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--black);
  width: 250px;
  margin: 0 auto 20px;
  text-align: center;
}

.planlogin-desc {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.planlogin-desc a {
  color: #0054c6;
  text-decoration: underline;
}

.planlogin-desc a:hover {
  color: #000;
  text-decoration: none;
}

@media (max-width: 576px) {
  .planlogin-title {
    font-size: 19px;
  }

  .planlogin-desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .card-container {
    gap: 10px;
  }

  .panel-detail {
    width: 220px;
  }

  /* .card { width: 165px;} */
  .panel-detail .panel--title {
    font-size: 17px;
  }

  .panel-detail p {
    font-size: 14px;
  }

  .subscribtion-panel {
    padding: 40px 20px 25px;
    gap: 20px;
  }

  .btn-arrow {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .subscribtion-panel {
    justify-content: center;
  }

  .btn-arrow {
    top: 20px;
    transform: translateY(0);
  }

  .panel-detail {
    width: 80%;
  }

  .panel-detail .panel--title {
    font-size: 22px;
  }

  .panel-detail p {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .card-container {
    gap: 10px;
    width: 100%;
  }

  .card {
    width: 50%;
    height: 165px;
  }

  .label-offer {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    /*width: 70%;*/
    font-size: 11px;
    padding: 7px 1rem;
  }

  .card-btn p {
    font-size: 8px;
  }

  .c-period,
  .c-price {
    margin-bottom: 5px;
  }

  .c-period {
    font-size: 13px;
  }

  .panel-detail {
    width: 95%;
  }

  .card100 {
    width: 100%;
  }

  .btn-buynow {
    font-size: 12px;
  }
}

/**********************************************************/
/**********************************************************/

.products-container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #e7e3db;
  border-radius: 3px;
  padding: 60px 50px;
}

.product-row {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #e7e3db;
}

.prod-th,
.prod-td {
  flex: 1;
}

.prod-th {
  font-family: var(--font-DM_Serif);
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 30px;
}

.prod-td {
  font-family: var(--font-DM_Sans);
  font-size: 14px;
  line-height: 1.5;
  color: var(--default);
  padding: 16px 0;
}

.show-pc {
  display: block;
}

.show-mobi {
  display: none;
}

@media (max-width: 1199px) {
  .products-container {
    padding: 50px 40px;
  }
}

@media (max-width: 991px) {
  .show-pc {
    display: none;
  }

  .show-mobi {
    display: block;
  }
}

@media (max-width: 767px) {
  .products-container {
    padding: 30px 20px;
    height: 100%;
  }

  .prod-th {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .prod-td {
    font-size: 12px;
    padding: 10px 0;
  }

  .product--table {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
  }

  .products-slide .swiper-slide.swiper-slide-active .product--table {
    opacity: 1;
    visibility: visible;
  }

  .products-slide .swiper-slide {
    height: auto !important;
    display: flex;
    flex-direction: column;
  }
}

/**********************************************************/
/**********************************************************/

/* faq */

.faq-panel .accordion-header button {
  font-family: var(--font-DM_Sans);
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--default);
  border: 0;
}

.faq-panel .accordion-button {
  padding: 15px 20px 15px 45px;
}

.faq-panel .accordion-button::after {
  /* background-image: url(../images/icon-plus.png);
  background-size: cover; */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24.00 24.00' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='' stroke-width='1.5' %3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round' stroke='%23CCCCCC' stroke-width='0.048'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E %3Crect width='24' height='24' fill=''%3E%3C/rect%3E %3Cpath d='M12 6V18' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3Cpath d='M6 12H18' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  background-color: #f3f3f5;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  --bs-accordion-btn-icon-transform: rotate(45deg);
}

.faq-panel .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}

.faq-panel .accordion-item {
  border: 0;
  margin-bottom: 12px;
}

.faq-panel .accordion-item:first-of-type,
.faq-panel .accordion-item:last-of-type,
.faq-panel .accordion-item:first-of-type .accordion-button,
.faq-panel .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.faq-panel .accordion-body {
  padding: 20px 130px 30px 45px;
}

.faq-panel .accordion-body p {
  font-family: var(--font-DM_Sans);
  font-size: 15px;
  line-height: 1.86;
  color: var(--default);
  margin-bottom: 30px;
}

.faq-panel .accordion-body p:last-of-type {
  margin-bottom: 0;
}

.faq-panel .accordion-body a {
  color: var(--bkp);
}

.faq-panel .accordion-body a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .faq-panel .accordion-body {
    padding: 20px 45px 30px 45px;
  }
}

@media (max-width: 767px) {
  .faq-panel .accordion-button::after {
    width: 40px;
    height: 40px;
  }

  .faq-panel .accordion-button {
    padding: 20px 20px 15px 30px;
  }

  .faq-panel .accordion-body {
    padding: 20px 30px 30px 30px;
  }
}

@media (max-width: 576px) {
  .faq-panel .accordion-button {
    padding: 20px 20px 15px 20px;
  }

  .faq-panel .accordion-body {
    padding: 20px;
  }
}

/*********************************************************/
/*********************** 2608-13 *************************/
/*********************************************************/

.subscribtion-panel .see-more {
  position: absolute;
  bottom: -15px;
  right: 0;
  background-color: #868686;
  border-top-left-radius: 25px;
  color: white;
  font-family: var(--font-DM_Sans);
  font-weight: 400;
  font-size: 16px;
  padding: 11px 9.5px 11px 19px;
  transition: all 0.3s ease-in-out;
}

.subscribtion-panel .see-more:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
  right: -3px;
}

.label-offer {
  padding-block: 7px;
  padding-inline: 5px;
  width: 65%;
  max-width: 250px;
}

/**********************************************************/
/**********************************************************/