/***
 Theme Name: iori
 Description: Multipurpose Startup & SaaS HTML Template
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
 Import Google Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/
@import url(https://fonts.bunny.net/css?family=chivo:700|manrope:400,500,700,800|shippori-mincho:700,800);
/*import vendors*/
@import url(../css/vendors/normalize.css);
@import url(../css/vendors/bootstrap.min.css);
@import url(../css/vendors/uicons-regular-rounded.css);
@import url(../css/plugins/swiper-bundle.min.css);
@import url(../css/plugins/magnific-popup.css);
@import url(../css/plugins/select2.min.css);
@import url(../css/plugins/slick.css);
@import url(../css/plugins/perfect-scrollbar.css);
@import url(../css/plugins/animate.min.css);
/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

main {
  display: block;
  clear: both;
}

thead {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}
li {
  line-height: 22px;
}
blockquote,
q {
  quotes: none;
}
ul {
  color: var(--dark-gray) !important;
}

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

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

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-family: 'DMSans-Regular';
  font-size: 14px;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

/*--- Common Classes---------------------*/
::-moz-selection {
  background: #069; /* WebKit/Blink Browsers */
  color: #fff;
}
::selection {
  background: #069; /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #069; /* Gecko Browsers */
  color: #fff;
}

::-moz-placeholder {
  color: #122830;
  opacity: 1;
}

::placeholder {
  color: #122830;
  opacity: 1;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #122830;
  opacity: 1;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.img-responsive {
  max-width: 100%;
}

body {
  font-family: 'DMSans-Regular';
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'DMSans-Regular';
  font-style: normal;
  color: #000000;
}

h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 68px;
}

h2,.h2 {
  font-size: 28px;
  line-height: 38px;
}

h3 ,.h3{
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}

h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}

h5,.h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

h6,.h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.bg-brand-1 {
  background-color: #024430;
}

.bg-brand-2 {
  background-color: #FFE7BB !important;
}

.bg-grey-80 {
  background-color: var(--light-gray);
}

.bg-grey-60 {
  background-color: #E0F1F4 !important;
}

.bg-white {
  background-color: #ffffff;
}

.border-grey-80 {
  border-color: var(--light-gray) !important;
}

.color-white
{
  color: white !important;
}
.color-brand-1 {
  color: var(--night) !important;
}

.color-brand-2 {
  color: var(--morning) !important;
}

.color-brand-3 {
  color: var(--plum);
}

.color-brand-4 {
  color: var(--dayglow);
}

.color-grey-50 {
  color: #ECF1F2;
}

.color-grey-80 {
  color: var(--light-gray);
}

.color-grey-100 {
  color: #B9CAD0;
}

.color-grey-200 {
  color: #8EA4AC;
}

.color-grey-300 {
  color: #6A838C;
}

.color-grey-400 {
  color: var(--night);
}

.color-grey-500 {
  color: var(--dark-gray);
}

.color-grey-600 {
  color: #1F3C45;
}

.color-grey-700 {
  color: #0E2932;
}

.color-grey-800 {
  color: #122830;
}

.color-grey-900 {
  color: #071920;
}

.font-3xl {
  font-weight: 500;
  font-family: 'DMSans-Regular';
  line-height: 36px;
  font-size: 30px;
}

.font-2xl {
  font-weight: 500;
  font-family: 'DMSans-Regular';
  line-height: 32px;
  font-size: 24px;
}

.font-xl {
  font-weight: 500;
  font-family: 'DMSans-Regular';
  line-height: 28px;
  font-size: 20px;
}

.font-lg {
  font-weight: 500;
  font-family: 'DMSans-Regular';
  line-height: 23px;
  font-size: 18px;
}

.font-md {
  font-weight: 500 !important;
  font-family: 'DMSans-Regular';
  line-height: 24px !important;
  font-size: 16px !important;
}

.font-sm {
  font-weight: 500;
  font-family: 'DMSans-Regular';
  line-height: 18px;
  font-size: 14px;
}

.font-xs {
  font-weight: 500;
  font-family: 'DMSans-Regular';
  line-height: 18px;
  font-size: 12px;
}

.font-3xl-bold {
  font-weight: 700;
  font-family: 'DMSans-VariableFont';
  line-height: 36px;
  font-size: 30px;
}

.font-2xl-bold {
  font-weight: 700;
  font-family: 'DMSans-VariableFont';
  line-height: 32px;
  font-size: 24px;
}

.font-xl-bold {
  font-weight: 700;
  font-family: 'DMSans-VariableFont';
  line-height: 28px;
  font-size: 20px;
}

.font-lg-bold {
  font-weight: 700;
  font-family: 'DMSans-VariableFont';
  line-height: 23px;
  font-size: 18px;
}

.font-md-bold {
  font-weight: 700;
  font-family: 'DMSans-VariableFont';
  line-height: 24px;
  font-size: 16px;
}

.font-sm-bold {
  font-weight: 700 !important;
  font-family: 'DMSans-VariableFont';
  line-height: 18px !important;
  font-size: 14px !important;
}

.font-xs-bold {
  font-weight: 700;
  font-family: 'DMSans-VariableFont';
  line-height: 18px;
  font-size: 12px;
}

.color-grey-900 {
  color: #071920 !important;
}

.color-success {
  color: var(--morning);
}

.color-warning {
  color: #FFD166;
}

.color-danger {
  color: #EF476F;
}

.color-mutted {
  color: #CFDEE3;
}

.color-info {
  color: #28A7E6;
}

.color-white {
  color: #fff !important;
}

.section {
  display: inline-block;
  width: 100%;
}

.bg-1 {
  background-color: #EFE9FF !important;
}

.bg-2 {
  background-color: var(--light-gray) !important;
}

.bg-3 {
  background-color: #FDFFD4 !important;
}

.bg-4 {
  background-color: #D1ECF7 !important;
}

.bg-5 {
  background-color: #DFF9F3 !important;
}

.bg-7 {
  background-color: #FFEFD1 !important;
}

.bg-8 {
  background-color: #EBF5F8 !important;
}

.bg-10 {
  background-color: #B7DDEC !important;
}

.bg-11 {
  background-color: #E0F0FC !important;
}

a {
  color: var(--night);
  text-decoration: none;
}
a:hover {
  color: var(--night);
}

@media (min-width: 576px) {
  .container, .container-sm {
      max-width: 980px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
      max-width: 1100px;
  }
}
@media (min-width: 1200px) and  (max-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1260px;
  }
  .header .main-menu li a
  {
    padding: 10px 0px !important;
  }
  .header .main-header .header-left .header-nav {
    width: 72% !important;
}
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1410px;
  }
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.hover-up:hover {
  transform: translateY(-2px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.bd-rd4 {
  border-radius: 4px;
}

.bd-rd8 {
  border-radius: 8px;
}

.bd-rd16 {
  border-radius: 16px;
}
.bd-rd20 {
  border-radius: 20px;
}

.form-control {
  height: 54px;
  border-radius: 8px;
  color: #3D565F;
  border: 1px solid var(--light-gray);
  padding: 18px 20px;
}
.form-control:focus {
  border-color: var(--morning);
}

.form-control::-moz-placeholder {
  color: #8EA4AC;
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
}

.form-control::placeholder {
  color: #8EA4AC;
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #8EA4AC;
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
}

.font-shippori {
  font-family: "shippori-mincho", sans-serif;
}

.table-responsive {
  max-width: 100%;
}

.font-84 {
  font-size: 84px !important;
  line-height: 84px !important;
}

.box-404 {
  padding: 150px 0px 0px 0px;
}

.font-bold-800 {
  font-weight: 800;
}

.box-pagination {
  display: inline-block;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.pagination li {
  padding: 2px;
}

.pagination li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #024430;
  border-radius: 4px;
  border: 1px solid var(--light-gray);
  min-width: 36px;
  text-align: center;
}

.pagination li .page-prev {
  background: url(../imgs/page/shop/prev.svg) no-repeat center;
  min-height: 37px;
  padding: 5px 20px;
  border: 0px;
}

.pagination li .page-next {
  background: url(../imgs/page/shop/next.svg) no-repeat center;
  min-height: 37px;
  padding: 5px 20px;
  border: 0px;
}

.pagination li a:hover, .pagination li a.active {
  background-color: #024430;
  border-color: #024430;
  color: var(--light-gray);
}

.pagination li .page-next:hover {
  background-color: transparent;
}

.pagination li .page-prev:hover {
  background-color: transparent;
}

.rating img {
  width: 12px;
}

.box-count {
  text-align: left;
  margin: 0px 0px 20px 0px;
}
.box-count .deals-countdown {
  border-radius: 0px;
  display: flex;
  padding: 4px 0px;
  width: 100%;
  margin: auto;
  max-width: 100%;
}
.box-count .deals-countdown .countdown-section {
  display: inline-block;
  text-align: center;
  width: 25%;
  line-height: 12px;
  position: relative;
}
.box-count .deals-countdown .countdown-section span {
  display: block;
  color: #fff;
}
.box-count .deals-countdown .countdown-section .countdown-period {
  text-transform: capitalize;
}
.box-count .deals-countdown .countdown-section:last-child::before {
  display: none;
}
.box-count.box-count-square {
  margin-bottom: 5px;
}
.box-count.box-count-square .deals-countdown {
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  text-align: left;
  display: flex;
  max-width: 100%;
}


/* /////////////////////////////// */
/*    NMDP Personalised style     */
/* ///////////////////////////// */



/*  Fonts  */
/*         */

@font-face {
  font-family: 'Arial';
  src: url('../assets/fonts/nmdp/Arial.woff2') format('woff2');
}

@font-face {
  font-family: 'BookAntiqua-Regular';
  src: url('../fonts/nmdp/BookAntiqua-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'DMSans-BoldItalic';
  src: url('../fonts/nmdp/DMSans-BoldItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'DMSans-Italic';
  src: url('../fonts/nmdp/DMSans-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'DMSans-Regular';
  src: url('../fonts/nmdp/DMSans-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'DMSans-VariableFont';
  src: url('../fonts/nmdp/DMSans-VariableFont_opsz,wght.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora-Bold';
  src: url('../fonts/nmdp/Lora-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora-Italic-VariableFont';
  src: url('../fonts/nmdp/Lora-Italic-VariableFont_wght.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora-Medium';
  src: url('../fonts/nmdp/Lora-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora-VariableFont';
  src: url('../fonts/nmdp/Lora-VariableFont_wght.woff2') format('woff2');
}



/* COLORS */
/*       */


:root {

  /* Night */
  --night: #00355E;
  --night-dark : #061E35;
  --night-clear :  #CCE9FF;

  /* Morning */
  --morning:  #0079C1 ;
  --morning-dark : #044E79;
  --morning-clear :  #9FCAE5;

  /* Day Glow */
  --dayglow: #BDCC2A ;
  --dayglow-dark : #7A961D;
  --dayglow-clear :  #E8EAAC;

  /* Plum */
  --plum: #8A2066 ;
  --plum-dark : #561249;
  --plum-clear :  #C490B3;

  /* Gray */

  --light-gray: #EEEEEE ;
  --mid-gray : #A9A9A9;
  --dark-gray : #575757;
}

p.font-lg {
  color: var(--dark-gray);
}

.morning-dark
{
  color: var(--morning-dark);
}
.lora
{
  font-family: 'Lora-Medium';
}
strong {
  font-family: 'DMSans-VariableFont';
  font-weight: 600;
}


/* FOOTER */

#menu-menu-copyright li::after {
  content: " - ";
  color: var(--night); 
}

#menu-menu-copyright li:last-child::after {
  content: "";
}

.footer p {
  font-family: 'DMSans-Regular' !important;
  color: var(--night);
}
footer.footer {
  border: 2px solid rgba(10, 69, 51, .1);
}
.col-lg-3.width-20:nth-child(2), .col-lg-3.width-20:nth-child(4) {
  margin-left: 0px;
}
.col-lg-3.width-20:nth-child(3) {
  margin-left: 0px;
}
.footer h5 {
  font-family: 'DMSans-VariableFont';
  font-size: 18px;
}
.custom-line {
  border: 0;
  height: 1px;
  margin: 20px 0;
background-color:  rgba(10,69,51,0.20);
opacity: 1;
}

footer .col-lg-3.width-20:nth-child(4) a {
  font-family: 'DMSans-VariableFont';
  font-weight: 800;
}
.footer img {
  max-width: 100%;
  width: 260px;
}
.footer-2 {
  margin-bottom: 80px;
}
.footer-1 {
  background-color: #fff;
  margin: 0px 0px 0px 0px;
  padding: 90px 0px 30px 0px;
}
ul#menu-menu-copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.menu-bottom li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {

  .icon-socials {
    margin-right: 0px !important;
  }
  .menu-bottom li {
    flex-direction: row;
}

  ul#menu-menu-copyright {
    flex-direction: row;
}
  .col-lg-3.width-20:nth-child(2), .col-lg-3.width-20:nth-child(4) {
    margin-left: 100px;
}
.col-lg-3.width-20:nth-child(3) {
  margin-left: 20px;
}
.footer img {
  max-width: 100%;
  width: 218px;
}
.footer-2 {
  margin-bottom: 8px;
}
.footer-1 {
  padding: 90px 0px 80px 0px;
}
}


/* header */
ul.mobile-menu.font-heading li {
  font-size: 29px;
  font-family: 'DMSans-VariableFont';
  line-height: 40px;
}
.header-logo {
  margin: 0 auto;
}

.fixed-menubar-mobile{
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  overflow-y: auto;
  display: block;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
  height: 70px;
  border-radius: 50px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  align-items: center;
  background-color: #00355ee0;
    z-index: 5;
  margin: 20px 8px 4px 8px;
}



.fixed-menubar-mobile .header-widgets {
  text-align: center;
}
.fixed-menubar-mobile .header-widgets span{
  color: white;
  font-size: 11px;
}
button#burger-mobile {
  background: transparent;
  border: 0;
}
.header-widgets {
  display: -webkit-inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
  gap: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .header-mobile-cta {
  border-radius: 50px;
  border: 1px solid var(--plum);
  padding: 2px 12px 6px 12px;
} */

.fixed-menubar-mobile .header-widgets .header-mobile-logo img {
  width: 37px;
}

.header-navigation-mobile {
  cursor: pointer;
}



.mobile-header-elements {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  overflow-y: hidden;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease; 
}
.mobile-header-content-area {
  height: 100%;
}
ul.mobile-menu.font-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 21px;
}

.mobile-header-elements.active {
  display: block;
  visibility: visible;
}

.mobile-logo img {
  width: 135px;
}

.primary , .secondary , .tertiary  {
  background-color: var(--plum);
  display: inline-flex;
  align-items: center;
  height: 32px;
  /* margin-left: 6px; */
  padding: 0 12px 5px  12Px;
  border-radius: 8px;
  color: white;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  transition: max-width .3s, padding .3s, margin .3s, color .3s, background .3s, border-radius .3s, border-color .3s, opacity .3s;
  justify-content: center;
  width: 100%;
  border: 1px solid white;  
  white-space: nowrap;
}

.primary a:hover, .secondary a:hover, .tertiary a:hover {
border: 1px solid #a7a7a7;
}

.header-mobile-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 60px;
  margin: 0 5px;
  text-align: center;
  border-radius: 40px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 97%;
  /* background: var(--night); */
  background: url(../imgs/texture/NMDP_CellTexture_Night_01.webp);
  background-size: 100%;
  color: #dedede;
}
 .dots {
  display: inline;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  transition: max-width .3s, padding .3s, margin .3s, color .3s, background .3s, border-radius .3s, border-color .3s, opacity .3s;
  padding: 10px;
  white-space: nowrap;
  justify-content: center;
  /* width: 35%; */
}
.archive-navigation {
  margin-top: 55px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  margin: 0 auto;

}
.header-mobile-logo {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  transition: max-width .3s, padding .3s, margin .3s, color .3s, background .3s, border-radius .3s, border-color .3s, opacity .3s;
  width: 70%;
  padding: 10px;
  white-space: nowrap;
  justify-content: center;
}
.mobile-header-content-area .mobile-logo {
  width: 30%;
}
@media (min-width: 1024px) {
.header-logo {
  margin: inherit;
}
.fixed-menubar-mobile {
  display: none !important;
}
}
.single-post .section.single-post-content .col-lg-8:nth-child(1) img{
  width: fit-content !important;
  margin: 40px 0px;
  border-radius: 16px;
}
.single-post .section.single-post-content a {
  color: #044E79 !important;
  font-weight: bold;
}
/** section banner video **/

.section.banner-video,.section.banner-video .container {
  position: relative;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}

 .swiper-video {
  width: 100%;
  max-width: 100%;
  height: 300px; 
  object-fit: contain; 
}

.box-info-banner-video {
  position: relative;
  top: inherit;
  left: inherit;
  z-index: 2; 
}

.box-info-banner-video h1,
.box-info-banner-video p {
  color: var(--night); 
}
.section.banner-video .title-mobile h1 ,
.section.banner-video .title-mobile h2 {
  color: white;
  font-size: 30px;
  line-height: 36px;
}

.section.banner-video .title-mobile {
  padding: 0px 20px;
  position: absolute;
  z-index: 2;
  top: 20%;
  color: white;
  text-align: center;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.box-video-banner {
  margin-top: 0Px;
  display: inline-block;
  width: 100%;
}
section.section.banner-image .box-inner-video-banner {
  height: auto !important;
}
.box-inner-video-banner {
  height: 100%;
  justify-content: center !important;
  align-content: center;
}
@media (min-width: 1024px) {
  .section.banner-video .title-mobile h1 {
  font-weight: 700;
    font-size: 60px;
    line-height: 68px;
    text-align: left;
  }
  .section.banner-video .title-mobile {
    padding: 0px;
    position: absolute;
    z-index: 2;
    top: 23%;
    color: white;
    text-align: center;
    left: 5%;
    flex: 0 0 auto;
    width: 50%;
    right: 0;
}


  .box-video-banner {
    margin-top: 14px;
  }
  .box-info-banner-video {
    left: 5%;
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 12%;
    /* left: 0; */
    right: 0;
    text-align: left;
    z-index: 1;
    height: 100%;
  }
  .box-info-banner-video h1,
.box-info-banner-video p {
  color: white; 
}
 .swiper-video {
  max-width: 100%;
  width: 100%;
  height: 600px; 
  object-fit: contain; 
}
  }


/** SECTION BENNER IMAGE **/
section.section.banner-image {
  position: relative;
}

section.section.banner-image img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {

  section.section.banner-image img {
    height: 600px;
    margin-bottom: 0px;
  }
  section.section.banner-image .box-info-banner-video {
    position: absolute;
    top: 30%;
    left: 7%;
    z-index: 2;
}

  }

/** events **/

.event-form a {
  font-size: 16px !important;
}
section.events .swiper-slide a {
  pointer-events: none;
}
div#filtered-evenement-container a {
  pointer-events: none;
}
.event-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.events .box-swiper {
  position: relative; 
}

.events .swiper-button-prev {
  left: 10px; 
}

.events .swiper-button-next {
  right: 10px; 
}

.events .card-blog-grid.card-blog-grid-2 {
  padding: 0px;
  border: 1px solid var(--light-gray);
  border-radius: 20px;
  height: 100%;
}
.events .wowcard-title-event {
  height: 100%;
}
div#filtered-evenement-container {
  gap: 25PX 0px;
}
#events .card-blog-grid.card-blog-grid-2 {
  height: 100%;
}
.events .card-info{
padding: 18px;
display: flex;
    flex-direction: column;
    height: 100%;
}

.events .swiper-slide {
  display: flex;
  flex-direction: row;
  height: auto;
  justify-content: center;
}

.card-title-event {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: var(--height);
    padding: 1.5rem 0.3rem;
    background: rgba(0, 0, 0, .05);
    overflow: hidden;
    text-align: center;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}

.events  img {
  height: 305px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.events .card-title-event h5,
.events .card-title-event h3
{
 color:white !important;
}

.events .card-blog-grid .card-image img {
  border-radius: 20px;
  transform: unset !important;
  transition: none !important;
}
.events .card-info h4{
  font-size: 14px;
  line-height: 20px;
}

.events .card-blog-grid .card-info a:hover, 
.events .card-blog-grid .card-info a:hover *
{
  color: white !important;
}

.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination-registration .swiper-pagination-bullet,
.swiper-pagination-text .swiper-pagination-bullet,
.swiper-pagination-testimonials .swiper-pagination-bullet ,
.swiper-pagination-guides .swiper-pagination-bullet {
  background: var(--night) !important;
}


 .box-button-slider-bottom .swiper-button-prev-group-4,
 .box-button-slider-bottom .swiper-button-next-group-4 ,
 .box-button-slider-bottom .swiper-button-next-hospitals,
 .box-button-slider-bottom .swiper-button-prev-hospitals,
 .box-button-slider-bottom .swiper-button-prev-team ,
 .box-button-slider-bottom .swiper-button-next-team,
 .box-button-slider-bottom .swiper-button-next-events,
 .box-button-slider-bottom .swiper-button-prev-events ,
 .box-button-slider-bottom .swiper-button-prev-story ,
 .box-button-slider-bottom .swiper-button-next-story {
  height: 32px !important;
  width: 32px !important;
}




/* /////////////////////////////// */
/*    NMDP Personalised style     */
/* ///////////////////////////// */



/*  Fonts  */
/*         */

@font-face {
  font-family: 'Arial';
  src: url('../assets/fonts/nmdp/Arial.woff2') format('woff2');
}

@font-face {
  font-family: 'BookAntiqua-Regular';
  src: url('../fonts/nmdp/BookAntiqua-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'DMSans-BoldItalic';
  src: url('../fonts/nmdp/DMSans-BoldItalic.woff2') format('woff2');
}
@font-face {
  font-family: 'DMSans-Italic';
  src: url('../fonts/nmdp/DMSans-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'DMSans-Regular';
  src: url('../fonts/nmdp/DMSans-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'DMSans-VariableFont';
  src: url('../fonts/nmdp/DMSans-VariableFont_opsz,wght.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora-Bold';
  src: url('../fonts/nmdp/Lora-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora-Italic-VariableFont';
  src: url('../fonts/nmdp/Lora-Italic-VariableFont_wght.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora-Medium';
  src: url('../fonts/nmdp/Lora-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora-VariableFont';
  src: url('../fonts/nmdp/Lora-VariableFont_wght.woff2') format('woff2');
}



/* COLORS */
/*       */


:root {

  /* Night */
  --night: #00355E;
  --night-dark : #061E35;
  --night-clear :  #CCE9FF;

  /* Morning */
  --morning:  #0079C1 ;
  --morning-dark : #044E79;
  --morning-clear :  #9FCAE5;

  /* Day Glow */
  --dayglow: #BDCC2A ;
  --dayglow-dark : #7A961D;
  --dayglow-clear :  #E8EAAC;

  /* Plum */
  --plum: #8A2066 ;
  --plum-dark : #561249;
  --plum-clear :  #C490B3;

  /* Gray */

  --light-gray: #EEEEEE ;
  --mid-gray : #A9A9A9;
  --dark-gray : #575757;
}

p.font-lg {
  color: var(--dark-gray);
}

.morning-dark
{
  color: var(--morning-dark);
}
.lora
{
  font-family: 'Lora-Medium';
}
strong {
  font-family: 'DMSans-VariableFont';
  font-weight: 600;
}


/* FOOTER */

#menu-menu-copyright li::after {
  content: " - ";
  color: var(--night); 
}

#menu-menu-copyright li:last-child::after {
  content: "";
}

.footer p {
  font-family: 'DMSans-Regular' !important;
  color: var(--night);
}
footer.footer {
  border: 2px solid rgba(10, 69, 51, .1);
}
.col-lg-3.width-20:nth-child(2), .col-lg-3.width-20:nth-child(4) {
  margin-left: 0px;
}
.col-lg-3.width-20:nth-child(3) {
  margin-left: 0px;
}
.footer h5 {
  font-family: 'DMSans-VariableFont';
  font-size: 18px;
}
.custom-line {
  border: 0;
  height: 1px;
  margin: 20px 0;
background-color:  rgba(10,69,51,0.20);
opacity: 1;
}

footer .col-lg-3.width-20:nth-child(4) a {
  font-family: 'DMSans-VariableFont';
  font-weight: 800;
}
.footer img {
  max-width: 100%;
  width: 260px;
}
.footer-2 {
  margin-bottom: 80px;
}
.footer-1 {
  background-color: #fff;
  margin: 0px 0px 0px 0px;
  padding: 90px 0px 30px 0px;
}
ul#menu-menu-copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.menu-bottom li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {

  .icon-socials {
    margin-right: 0px !important;
  }
  .menu-bottom li {
    flex-direction: row;
}

  ul#menu-menu-copyright {
    flex-direction: row;
}
  .col-lg-3.width-20:nth-child(2), .col-lg-3.width-20:nth-child(4) {
    margin-left: 100px;
}
.col-lg-3.width-20:nth-child(3) {
  margin-left: 20px;
}
.footer img {
  max-width: 100%;
  width: 218px;
}
.footer-2 {
  margin-bottom: 8px;
}
.footer-1 {
  padding: 90px 0px 80px 0px;
}
}


/* header */
ul.mobile-menu.font-heading li {
  font-size: 29px;
  font-family: 'DMSans-VariableFont';
  line-height: 40px;
}
.header-logo {
  margin: 0 auto;
}
.header-mobile-cta .dots {
    width: 35% !important;
}
.fixed-menubar-mobile{
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  overflow-y: auto;
  display: block;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
  height: 70px;
  border-radius: 50px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  align-items: center;
  background-color: #00355ee0;
    z-index: 5;
  margin: 20px 8px 4px 8px;
}



.fixed-menubar-mobile .header-widgets {
  text-align: center;
}
.fixed-menubar-mobile .header-widgets span{
  color: white;
  font-size: 11px;
}
button#burger-mobile {
  background: transparent;
  border: 0;
}
.header-widgets {
  display: -webkit-inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
  gap: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .header-mobile-cta {
  border-radius: 50px;
  border: 1px solid var(--plum);
  padding: 2px 12px 6px 12px;
} */

.fixed-menubar-mobile .header-widgets .header-mobile-logo img {
  width: 37px;
}

.header-navigation-mobile {
  cursor: pointer;
}



.mobile-header-elements {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  overflow-y: hidden;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease; 
}
.mobile-header-content-area {
  height: 100%;
}
ul.mobile-menu.font-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 21px;
}

.mobile-header-elements.active {
  display: block;
  visibility: visible;
}

.mobile-logo img {
  width: 135px;
}

.primary , .secondary , .tertiary  {
  background-color: var(--plum);
  display: inline-flex;
  align-items: center;
  height: 32px;
  /* margin-left: 6px; */
  padding: 0 12px 5px  12Px;
  border-radius: 8px;
  color: white;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  transition: max-width .3s, padding .3s, margin .3s, color .3s, background .3s, border-radius .3s, border-color .3s, opacity .3s;
  justify-content: center;
  width: 100%;
  border: 1px solid white;  
  white-space: nowrap;
}

.primary a:hover, .secondary a:hover, .tertiary a:hover {
border: 1px solid #a7a7a7;
}

.header-mobile-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 60px;
  margin: 0 5px;
  text-align: center;
  border-radius: 40px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 97%;
  /* background: var(--night); */
  background: url(../imgs/texture/NMDP_CellTexture_Night_01.webp);
  background-size: 100%;
  color: #dedede;
}
 .dots {
  display: inline;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  transition: max-width .3s, padding .3s, margin .3s, color .3s, background .3s, border-radius .3s, border-color .3s, opacity .3s;
  padding: 10px;
  white-space: nowrap;
  justify-content: center;
  /* width: 35%; */
}
.archive-navigation {
  margin-top: 55px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  margin: 0 auto;

}
.header-mobile-logo {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  transition: max-width .3s, padding .3s, margin .3s, color .3s, background .3s, border-radius .3s, border-color .3s, opacity .3s;
  width: 70%;
  padding: 10px;
  white-space: nowrap;
  justify-content: center;
}
.mobile-header-content-area .mobile-logo {
  width: 30%;
}
@media (min-width: 1024px) {
.header-logo {
  margin: inherit;
}
.fixed-menubar-mobile {
  display: none !important;
}
}
.single-post .section.single-post-content .col-lg-8:nth-child(1) img{
  width: fit-content !important;
  margin: 40px 0px;
  border-radius: 16px;
}
.single-post .section.single-post-content a {
  color: #044E79 !important;
  font-weight: bold;
}
/** section banner video **/

.section.banner-video,.section.banner-video .container {
  position: relative;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}

.section.banner-video .swiper-video {
  width: 100%;
  height: 300px; 
  object-fit: cover; 
}
.home .section.banner-video .swiper-video {
  width: 100%;
  height: auto; 
  object-fit: cover; 
}

.box-info-banner-video {
  position: relative;
  top: inherit;
  left: inherit;
  z-index: 2; 
}

.box-info-banner-video h1,
.box-info-banner-video p {
  color: var(--night); 
}
.section.banner-video .title-mobile h1 ,
.section.banner-video .title-mobile h2 {
  color: white;
  font-size: 30px;
  line-height: 36px;
}

.section.banner-video .title-mobile {
  padding: 0px 20px;
  position: absolute;
  z-index: 2;
  top: 20%;
  color: white;
  text-align: center;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.box-video-banner {
  margin-top: 0Px;
  display: inline-block;
  width: 100%;
}
section.section.banner-image .box-inner-video-banner {
  height: auto !important;
}
.box-inner-video-banner {
  height: 100%;
  justify-content: center !important;
  align-content: center;
}
@media (min-width: 1024px) {
  .section.banner-video .title-mobile h1 {
  font-weight: 700;
    font-size: 60px;
    line-height: 68px;
    text-align: left;
  }
  .section.banner-video .title-mobile {
    padding: 0px;
    position: absolute;
    z-index: 2;
    top: 23%;
    color: white;
    text-align: center;
    left: 5%;
    flex: 0 0 auto;
    width: 50%;
    right: 0;
}


  .box-video-banner {
    margin-top: 14px;
  }
  .box-info-banner-video {
    left: 5%;
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 12%;
    /* left: 0; */
    right: 0;
    text-align: left;
    z-index: 1;
    height: 100%;
  }
  .box-info-banner-video h1,
.box-info-banner-video p {
  color: white; 
}
.section.banner-video .swiper-video,
.home .section.banner-video .swiper-video {
  max-width: 100%;
  width: 100%;
  height: 600px; 
  object-fit: cover; 
}
  }


/** SECTION BENNER IMAGE **/
section.section.banner-image {
  position: relative;
}

section.section.banner-image img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {

  section.section.banner-image img {
    height: 600px;
    margin-bottom: 0px;
  }
  section.section.banner-image .box-info-banner-video {
    position: absolute;
    top: 30%;
    left: 7%;
    z-index: 2;
}

  }

/** events **/

.event-form a {
  font-size: 16px !important;
}
section.events .swiper-slide a {
  pointer-events: none;
}
div#filtered-evenement-container a {
  pointer-events: none;
}
.event-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.events .box-swiper {
  position: relative; 
}

.events .swiper-button-prev {
  left: 10px; 
}

.events .swiper-button-next {
  right: 10px; 
}

.events .text-with-button .button {
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
}


.events .card-blog-grid.card-blog-grid-2 {
  padding: 0px;
  border: 1px solid var(--light-gray);
  border-radius: 20px;
  height: 100%;
}
#events .card-blog-grid.card-blog-grid-2 {
  height: 100%;
}

.events .card-info{
padding: 18px;
display: flex;
    flex-direction: column;
    height: 100%;
}

.events .swiper-slide {
  display: flex;
  flex-direction: row;
  height: auto;
  justify-content: center;
}

.card-title-event {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: var(--height);
    padding: 1.5rem 0.3rem;
    background: rgba(0, 0, 0, .05);
    overflow: hidden;
    text-align: center;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
}

.events  img {
  height: 305px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.events .card-title-event h5,
.events .card-title-event h3
{
 color:white !important;
}

.events .card-blog-grid .card-image img {
  border-radius: 20px;
  transform: unset !important;
  transition: none !important;
}
.events .card-info h4{
  font-size: 14px;
  line-height: 20px;
}

.events .card-blog-grid .card-info a:hover, 
.events .card-blog-grid .card-info a:hover *
{
  color: white !important;
}

.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination-registration .swiper-pagination-bullet,
.swiper-pagination-text .swiper-pagination-bullet,
.swiper-pagination-testimonials .swiper-pagination-bullet ,
.swiper-pagination-guides .swiper-pagination-bullet {
  background: var(--night) !important;
}


 .box-button-slider-bottom .swiper-button-prev-group-4,
 .box-button-slider-bottom .swiper-button-next-group-4 ,
 .box-button-slider-bottom .swiper-button-next-hospitals,
 .box-button-slider-bottom .swiper-button-prev-hospitals,
 .box-button-slider-bottom .swiper-button-prev-team ,
 .box-button-slider-bottom .swiper-button-next-team,
 .box-button-slider-bottom .swiper-button-next-events,
 .box-button-slider-bottom .swiper-button-prev-events ,
 .box-button-slider-bottom .swiper-button-prev-story ,
 .box-button-slider-bottom .swiper-button-next-story {
  height: 32px !important;
  width: 32px !important;
}


.events  .icon-address {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  gap: 14px;
}

.events .boutton {
  text-align: center;
  margin-top: 30px;
}

.events .box-button-slider-bottom {
  position: relative;
  text-align: right;
  padding-top: 0;
}

/* Grid Layout for Events */
.display-grid-events .grid-container {
  width: 100%;
}

.display-grid-events .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  width: 100%;
}

.display-grid-events .grid-item {
  width: 100%;
}

/* Desktop: 4 cards per row */
@media (min-width: 1024px) {
  .display-grid-events .grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 45px 30px;
  }
}

@media (min-width: 1024px) {
  .event-buttons {
    flex-direction: row;
  }
  .events .desc 
{
  margin-bottom: 0px;
}

  .events .boutton {
    text-align: center;
    margin-top: 0px;
  }

.box-button-slider-bottom .swiper-button-prev-group-4,
.box-button-slider-bottom .swiper-button-next-group-4,
.box-button-slider-bottom .swiper-button-next-hospitals,
.box-button-slider-bottom .swiper-button-prev-hospitals,
.box-button-slider-bottom .swiper-button-prev-team,
.box-button-slider-bottom .swiper-button-next-team,
.box-button-slider-bottom .swiper-button-next-events,
.box-button-slider-bottom .swiper-button-prev-events,
.box-button-slider-bottom .swiper-button-prev-story,
.box-button-slider-bottom .swiper-button-next-story{
  height: 42px !important;
  width: 42px !important;
}
}

/**IMAGE WITH TEXT **/

#left-shape .img-branding-small{
  right: 0 !important;
  left: auto !important;
}
.section.many-boxes  img {
  border-radius: 20px;
}
.section.many-boxes  .image-video {
  width: auto;
  height: 550px;
  object-fit: cover;
}
section.section.many-boxes {
  position: relative;
}

.section.many-boxes .sentence-part,
.section.many-boxes .button-part {
  margin: 40px 0px;
  display: inline-block;
}

section.section.many-boxes {
  padding-bottom: 40px !important;
}
.many-boxes ul {
  color: var(--dark-gray) !important;
  list-style: none;
  column-count: 1;
  column-gap: 20px;
}
.many-boxes ul br {
  display: none !important;
}
.many-boxes li {
  line-height: 22px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding-left: 20px; 
  position: relative;
}
.many-boxes ul li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--plum);
  font-family: "Font Awesome 6 Pro";
}
section.section.many-boxes .box-story-1:nth-child(2) {
  margin-top: -25%;
}

section.section.many-boxes .box-story-1 {
  margin-top: -10%;
}
section.section.many-boxes .box-story-1 p{
  font-weight: 500;
    font-family: 'DMSans-Regular';
    line-height: 23px;
    font-size: 18px;
    color: var(--dark-gray);
}
@media (min-width: 1024px) {
  section.section.many-boxes {
    padding-bottom: 140px !important;
  }
  .many-boxes ul {
    column-count: 2;
  }
  section.section.many-boxes .box-story-1:nth-child(2) {
    margin-top: auto;
}

section.section.many-boxes .box-story-1 {
    margin-top: auto;
}
  }
/**line**/

section.section.line hr {
  width: 99%;
  text-align: center;
  margin: 0 auto;
}

section.section.line {
  margin-bottom: -30px;
}


/** ACTIONS **/

/* section.section.actions{
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 245 / var(--tw-bg-opacity));
} */

.section.actions
.card-offer .card-image {
  height: 86PX;
  margin-bottom: -30px;
}


.section.actions .card-offer {
  margin-bottom: 0px; 
}


.section.actions .row.text-center{
  margin: 0px;
}
.section.actions .title-card{
  font-weight: 700;
  font-family: 'DMSans-VariableFont';
}

.section.actions h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px !important;
}

.bg-color.\#8a2066 h4, .bg-color.\#8a2066 p,.bg-color.\#8a2066 h3,.bg-color.\#8a2066 h2,
.bg-color.\#0079c1 h4, .bg-color.\#0079c1 p,.bg-color.\#0079c1 h3,.bg-color.\#0079c1 h2
{
  color: white !important;
}
.bg-color.\#bdcc2a h4 ,
.bg-color.\#bdcc2a p,
.bg-color.\#bdcc2a h3,
.bg-color.\#bdcc2a h2{
  color: var(--night) !important;
}
.bg-color.\#00355e h4, 
.bg-color.\#00355e p,
.bg-color.\#00355e h3,
.bg-color.\#00355e h2 {
  color: white !important;
}

.section.actions .bg-color{
  border-radius: 20px;
}

.section.actions .card-offer {
  border: 1px solid rgba(10,69,51,0.20);
  border-radius: 20px;
  height: 100%;
}


.section.actions .card-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.section.actions .box-button-offer {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  height: 100%;
}
.section.actions .row.text-center,
.section.actions .row.text-left{
  gap:25px
}

.section.actions .card-offer {
  padding: 40px 20px 30px 20px;

}
@media (min-width: 1024px) {

  .section.actions .row.text-center{
    margin: 0px 30px;
  }
  .section.actions .row.text-center,
  .section.actions .row.text-left{
    gap:0px
  }
}


/* NUMBERS */


section.section.actions.counter-2 {
  margin-top: -60px;
}

section.section.numbers {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0px 0
}
section.section.numbers h3 {
  color: white !important;
}

section.section.numbers  span.counter {
  font-family: 'DMSans-VariableFont';
}

.numbers h3 {
  margin-bottom: 60px !important;
}

section.section.numbers .background-image {
  position: absolute;
  top: 68px;
  left: 0;
  width: 98%;
  height: 30%;
  border-radius: 0 363px 363px 0;
  object-fit: cover;
  z-index: -1;
}
section.section.numbers {
  margin-top: -10% !important;
 
}


@media (min-width: 1024px) {
  section.section.numbers {
    margin-top: 40px !important;
   
  }
  .numbers h3 {

  margin-bottom: 0px;
}
section.section.numbers .background-image {
  position: absolute;
  top: 13px;
  left: 0;
  width: 25%; 
  height: 87%; 
  border-radius: 0 363px 363px 0; 
  object-fit: cover; 
  z-index: -1; 
}
section.section.numbers {
  padding: 0px 0;
}

}

/** CTA SENTENCE**/

/* .cta-sentence .second-part
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
  align-content: center;
    align-items: center;
} */
.mb-100,
.mb-80
{
  margin-bottom: 40px ;
}

.second-part p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    align-items: center;
}
.cta-sentence .btn.btn-brand-1-circle {
  text-transform: capitalize;
}
.sentence-part, .button-part {
  margin: 13px 5px;
  display: flex;
  justify-content: center;
}
.cta-sentence h2 {
font-size: 32px;
}
.cta-sentence  {
overflow: hidden;
}

.cta-sentence  .button.event-form {
  display: inline;
}
@media (min-width: 1024px) {

.cta-sentence h2 {
    font-size: 45px;
}
.sentence-part,
.button-part {
  margin: 13px 5px;
    display: inline-block;
}
.mb-80
{
  margin-bottom: 80px 
}
.mb-100
{
  margin-bottom: 100px !important;
}
}


/* IMAGE WITH HALF TEXT */

.image-with-halftext {
    position: relative;
}
.image-with-halftext .box-bg-term {
  border-radius: 0 50px 50px 0px;
  position: absolute;
  top: 70%;
  bottom: 0%;
  left: 0px;
  width: 85%;
  height: 400px;
  z-index: 3;
  background-color: #fff;
  background-image: unset;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  overflow: hidden;
}
.image-with-halftext .box-bg-term:before {
display: none;
}
.image-with-halftext .content {
  z-index: 4;
  border: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 94%;
  background: white;
  border-radius: 0 40Px 0 40px;
  padding: 38px 20px 0px 0px;
  margin-top: -118px;
}
.image-with-halftext .box-image-head img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.image-with-halftext .content h2 {
  font-size: 21px;
}

.image-with-halftext  .content-main {
  position: relative;
}

.image-with-halftext
{
margin-bottom: 0px;
}

@media (min-width: 1024px) {

  .image-with-halftext
{
margin-bottom: 30px;
}

  .image-with-halftext .content {
    width: 58%;
}

.image-with-halftext .box-bg-term {
  width: 61%;
}
.image-with-halftext .box-image-head img {
  height: 500px;
}

}

/* MAP INTERACTIVE */

.section.map-interactive {
  position: relative;
  overflow: hidden;
}

/* .section.map-interactive:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 70%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 245 / var(--tw-bg-opacity));
    z-index: -1;
} */

.section.map-interactive {
  position: relative;
  overflow: hidden;
  background-color: white;
  background: url(../imgs/texture/textura-dots.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.section.map-interactive .container {
  position: relative;
  z-index: 2;
}

.map-interactive .box-image-head {
  height: 220px;
  position: relative;
}
.map-interactive .content.row {
  z-index: 0;
  position: relative;
}

.map-interactive span.number-claim {
  font-size: 26px;
  color: var(--night);
}

.map-interactive span.number {
  font-size: 39px;
  color: var(--night);
}
.number-details{
  display: flex;
  align-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1024px) {

  .map-interactive .box-image-head {
    height: 745px;
  }
  }

/* CTA */

.cta-general {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: left;
}

.cta-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  text-align: left;
  margin-bottom: 30px;
}
.cta-general {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: left;
  background: url(../imgs/texture/NMDP_CellTexture_Morning_01.webp);
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  width: 11%;
}
.img-cta
{
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .img-cta
  {
    margin-bottom: 0px;
  }

  }

/* shape */

section.section.shape .shape-1 img {
  border-radius: 125px;
  width: 200px;
  height: 200px;
  left: 4%;
    position: relative;
}
section.section.shape {
  overflow: hidden;
}
section.section.shape .shape-2 img {
  border-radius: 363px 0 0 363px;
}
section.section.shape .right .shape-2 img {
  border-radius: 363px 0 0 363px;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

section.section.shape .left .shape-2 img {
  border-radius: 0 363px 363px 0px;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

section.section.shape .right .shape-1 {
  text-align: end;
}

section.section.shape .left .shape-1 {
  text-align: start;
}

section.section.shape .shape-1,
section.section.shape .shape-2
{
  animation: none;
  padding: 0;
}

.half-circle {
  border: 30px solid var(--plum);
  width: 300px;
  height: 200px;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border: 10px solid var(--plum);
  border-bottom: none;
  position: absolute;
  top: -4%;
  z-index: -1;
  left: 0;

}
.footer
{
  position: relative;
}

@media (min-width: 1024px) {
  .half-circle {
    top: -13%;
    left: 2%;
  }
  section.section.shape .shape-1 img {

    left: 0%;
  }
  }


  /* Hero with caption */



  section.section.banner-image-caption {
    position: relative;
}

.box-image-banner-caption .image-banner-5{
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.box-image-banner-caption .image-banner-5 img ,
section.banner-image .image-banner-5 img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-image-caption .box-info-banner-caption-title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  height: 100%;
}

.banner-image-caption .box-info-banner-caption-title  .title {
  justify-content: center !important;
  align-content: center;
  align-items: center;
  height: 100%;
}
.banner-image-caption  
h2 {
  font-size: 24px;
  line-height: 34px;
}

section.section.banner-video.caption h1 {
  line-height: 44px;
  font-size: 34Px;
}

section.section.banner-video.caption h2 {
  line-height: 33px;
  font-size: 23Px;
}
.box-image-banner-caption {
  margin-bottom: 0px;
}

section.section.banner-image-caption .number {
  font-size: 38px;
  color: var(--night);
  font-family: 'DMSans-VariableFont';

}

section.section.banner-image-caption span.number-claim {
  font-size: 30px;
  color: var(--night);

}

section.section.banner-image-caption .number-details
{
  gap:15px;
}
section.section.banner-image-caption  .row.number-details .counter {
  font-size: 32px;
  line-height: 42px;
  font-family: 'DMSans-VariableFont';
  color: var(--night);
  font-weight: 500;
}

.section.banner-image .title-mobile{
  position: absolute;
  top: 15%;
  color: white;
  z-index: 2;
  left: 0;
  text-align: center;
  right: 0;
}
.banner-image-caption h2 {
  font-size: 27px;
  line-height: 37px;
}

@media (min-width: 1024px) {

section.section.banner-image-caption .number-details
{
  gap:0px;
}

.box-image-banner-caption {
    margin-bottom: 25px;
}
.banner-image-caption h2 {
  font-size: 28px;
  line-height: 38px;
}
.box-image-banner-caption .image-banner-5 img {
    height: 500px;
  }

  section.banner-image .image-banner-5 img {
    height: 600px;
  }
  }


/* About timeline */
.section.abouttimeline 
{
  display: none;
}
.section.abouttimeline .main-box
{
    display: flex;
    background: var(--morning);
    margin: 70px auto 70px auto;
    padding:0;
    width: 100%;
    border-radius: 20px;
}

.section.abouttimeline  .box
{
  width: 7% !important;
  height: 500px;
  padding: 15px;
  border-right: 1px solid white;
  webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: var(--light-gray);
}

.section.abouttimeline  .detail
{
    width: 85%;
    height: 100%;
    position: absolute;
    right: 2%;
    top: 17%;
    background: white;
    opacity: 0;
    padding:30px;
    box-sizing:border-box;
    webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.section.abouttimeline .box.active span {
  color: var(--night);
  font-family: 'DMSans-VariableFont';
}

.section.abouttimeline .box.active {
  width: 57% !important;
  background: white;
  color: var(--night);
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  border-left: 1px solid var(--light-gray);
}
.section.abouttimeline  .box.active .detail
{
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    transform: none;
}

.section.abouttimeline .box span {
  /* writing-mode: vertical-rl; */
  padding-top: 20px;
  font-size: 16px;
  height: 100%;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  color: var(--night);
  text-transform: uppercase;
  letter-spacing: 4px;
  width: 20px;
  /* transform: rotate(180deg); */
  font-weight: 600;
  font-family: 'DMSans-VariableFont';
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section.abouttimeline .box.active .detail {
 width: 100%; 
  height: 100%;
}

.section.abouttimeline  .box.active span 
{
	left:37px;
	right:auto;
	margin:0;
  font-weight:600
}

.section.abouttimeline  .box p 
{
	line-height: 23px;
}
.timeline-logo {
  position: absolute;
  bottom: 0;
  top: 84%;
  z-index: 0;
  opacity: 0;
  left: 4%;
}
.section.abouttimeline  .box.active .timeline-logo
{
  opacity: 1;
}
.timeline-logo img {
  width: 25%;
  height: auto;
  object-fit: cover;
}

.section.abouttimeline .box:nth-child(1) {
  border-radius: 20px 0Px 0Px 20Px;
}
.section.abouttimeline .box:last-child {
  border-radius: 0px 20Px 20Px 0Px;
}
/***************/

.accordion-single  {
  /* border-bottom: 1px solid #efefef; */
  margin-top: 10px;
}

.accordion-single-title {
  border-top: 1px solid #e1dede;
  padding: 20px;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  margin: 0;
  color: var(--night);
  background-color: var(--light-gray);
}

.accordion-single-item.js-acc-item:nth-child(1) h2{
  border-radius: 20px 20px 0Px 0px
}
.accordion-single-item.js-acc-item:last-child h2 {
  border-radius: 0px 0px 20Px 20px;
}
.accordion-single-title::after{
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: var(--night);
  transition: transform .2s ease;
}

.accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease-in-out;
}

.accordion-single-content p {
  padding: 20px;
}

.accordion-single-item.is-open .accordion-single-content  {
  max-height: 100%
}

.accordion-single-item.is-open .accordion-single-title::after  {
  transform: rotate(180deg);
}

.section.abouttimeline.mobile
{
  display: block;
}
.section.abouttimeline.mobile h5#heading1 button {
  border-radius: 20px 20px 0px 0px !important;
}
.section.abouttimeline.mobile .accordion .accordion-collapse ,
.section.abouttimeline.mobile  .accordion .accordion-button{

   border-bottom-left-radius: 0px; 
  border-bottom-right-radius: 0px; 
}
@media (min-width: 1024px) {
  .section.abouttimeline 
  {
    display: flex;
  }
  .section.abouttimeline.mobile
  {
    display: none;
  }
    }



/*Carousel team*/

section.section.carousel-team.bg-2 {
  padding-top: 40px;
  padding-bottom: 60px;
}
section.section.carousel-team.bg-2 .card-offer-style-3 {
  border: 1px solid #a9a9a982;
}


.carousel-team
{
position: relative;
overflow: hidden;
}
.carousel-team .text {
  padding-top: 40px;
}


.carousel-team .box-swiper .swiper-container {
  top: 36px;
  position: relative;
}

.carousel-team.hospitals .box-swiper .swiper-container {
  top: 0px;
  position: relative;
}

.carousel-team .card-offer-style-3 .card-head {
  padding: 0px;
  background-color: transparent;
}

.carousel-team .card-offer-style-3 .card-head .card-image {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  line-height: 0px;
  margin-right: 15px;
  padding: 0px;
  text-align: center;
  background-color: transparent;
  border-radius: 8px;
}

.carousel-team .icon-address {
  display: flex;
  gap: 14px;
  padding: 16px 0px;
}

.carousel-team .card-offer-style-3 .card-info {
  padding: 20px 20px 15px 20px;
  display: flex;
    flex-direction: column;
    height: 100%;
}

.carousel-team .swiper-slide {
  display:flex;
  flex-direction: row;
  align-content: space-around;
  height: auto;
}

/****CRAOUSEL PAGE TEAM MOBILE **/

.carousel-team.team-list .team-carousel-mobile  .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.carousel-team.team-list .team-carousel-mobile  .icon-mail {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  padding-bottom: 10px;
  flex-direction: column;
}
section.section.carousel-team.team-list .team-carousel-mobile .icon-email-hospital ,
section.section.carousel-team.team-list .team-carousel-mobile .icon-address {
    display: flex;
    gap: 8px;
    padding:  0px;
    align-items: flex-start;
    flex-direction: row;
}
section.section.carousel-team.team-list .team-carousel-mobile  .team-pic
{
  margin: 0 auto;
}
section.section.carousel-team.team-list .team-carousel-mobile .card-offer-style-3 .card-head {

  margin-bottom: -85px;
  z-index: 1;
}
section.section.carousel-team.team-list .team-carousel-mobile .card-offer-style-3 {
   border: 0px;
   height: 100%;
  }

  section.section.carousel-team.team-list .team-carousel-mobile .card-offer-style-3 .card-info {
    padding: 120px 20px 15px 20px;
    border: 1px solid #a9a9a982;
    height: auto;
    border-radius: 20px;
    height: 80%;
}

section.section.carousel-team.team-list .team-carousel-mobile  .icon-address i {
  padding-right: 15px;
}

section.section.carousel-team.team-list  .box-button-slider-bottom
{
  padding-top: 0px !important;
}

/*******/

.carousel-team .box-button-slider-bottom {
 text-align: right;
}
.carousel-team  .card-image img {
  border-radius: 20px 20px 0px 0px;
}
.carousel-team .card-offer-style-3 {
  border-radius: 20px;
}
.carousel-team  .icon-mail {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

.carousel-team .card-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.carousel-team h4 {
font-size: 16px;
line-height: 25px;
}


section.section.carousel-text{
  overflow: hidden;
}


@media (min-width: 850px) {
  .carousel-team .box-swiper .swiper-container {
    left: 15%;
}
}
@media (min-width: 1024px) {
  .carousel-team .box-button-slider-bottom {
    text-align: left;
   }
  .carousel-team .card-image img {
    height: 350px;
  }

  .carousel-team .box-swiper .swiper-container {
    top: 0px;
  }


  .carousel-team .slides {
    padding: inherit;
}
section.section.carousel-team.bg-2 {
  padding-top: 140px;
  padding-bottom: 60px;
}

    }



/***CAROUSEL HOSPITALS***/

section.section.carousel-team.hospitals .swiper-container {
  left: 0;
}
section.section.carousel-team.hospitals .card-image img {
  width: 140px;
  height: auto;
  object-fit: cover;
  padding: 13Px 0Px;
}

section.section.carousel-team.hospitals  .card-offer-style-3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #a9a9a973;
}

section.section.carousel-team.hospitals .card-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-top: 1px solid #ededed;
  padding: 0px 20px 30px 20px;
}

section.section.carousel-team.hospitals  .icon-address {
  margin-top: auto;
}
.icon-email-hospital i {
  padding-right: 10px;
}

section.section.carousel-team.hospitals .icon-address {
  gap: 20px;
  display: flex;
  padding: 8px 0px;
  border-top: 1px solid #ededed;
  padding-top: 25PX;
}

section.section.carousel-team.hospitals .hospital-infos {
  display: flex;
  padding-top: 29px;
  flex-direction: column;
  height: 100%;
  margin-bottom: 25px;
  border-top: 1px solid #ededed;
  /* border-bottom: 1px solid #ededed; */
}

section.section.carousel-team.hospitals .carrd-title {
  display: flex;
  height: 100%;
  margin-top: auto;
  align-content: center;
  align-items: center;
}
section.section.carousel-team.hospitals h4 {
  font-size: 19px;
  line-height: 38px;
}
section.section.carousel-team.hospitals h3{
  font-size: 22px;
  line-height: 28px;
}
section.section.carousel-team.hospitals .box-button-slider-bottom {
  text-align: right;
 }


 section.section.carousel-team.hospitals .swiper-slide {
  display: block;
}
section.section.carousel-team.hospitals .card-info i {
  COLOR: VAR(--night);
}


@media (min-width: 1024px) {

}
/**Text with button **/


section.section.text-with-button {
  position: relative;

}


/* section.section.text-with-button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 99%;
  height: 65%;
  border-radius: 0 363px 363px 0;
  object-fit: cover;
  z-index: -1;
   background-image: url(../imgs/texture/NMDP_CellTexture_Morning_01.webp); 
  background-repeat: no-repeat;
  background-size: cover;
} */
.section.text-with-button .text h2

{
font-size: 22px;
line-height: 30px;
color: white !important;
}

.section.text-with-button .button {
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 20px 0px;
}
@media (min-width: 1024px) {

/* section.section.text-with-button:after {
  width: 63%;
  height: 100%;
} */
.section.text-with-button .button {
  margin: 0px;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 10px;

}
.section.text-with-button .text h2
{
font-size: 32px;
line-height: 42px;
}
}
/** POINTS OF REGISTRATION **/

.filter-button-disease.active {
  border-left: 0 !important;
  border-radius: 0 !important;
  border-right: 0 !important;
  background: transparent !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--dayglow) !important;
  opacity: 1 !important;
}
.filter-button-disease {
  border: 0 !important;
  opacity: 0.8;
}

.btn.btn-border-brand-1.filter-button-events.active ,
.btn.btn-border-brand-1.filter-button-guides.active ,
.btn.btn-border-brand-1.filter-button-evenement.active ,
.btn.btn-border-brand-1.filter-button-stories.active ,
.btn.btn-border-brand-1.filter-button-faq.active,
.btn.btn-border-brand-1.filter-button-glossary.active {
  border: 1px solid var(--dayglow);
  color: var(--night);
  border-radius: 4px;
  padding: 10px 18px 10px 18px;
  font-size: 16px;
  background: var(--dayglow);
  line-height: 16px;
  font-weight: 700;
}
.btn.btn-border-brand-1.filter-button-events,
.btn.btn-border-brand-1.filter-button-disease,
.btn.btn-border-brand-1.filter-button-guides,
.btn.btn-border-brand-1.filter-button-evenement,
.btn.btn-border-brand-1.filter-button-stories,
.btn.btn-border-brand-1.filter-button-faq,
.btn.btn-border-brand-1.filter-button-glossary{
  border: 1px solid var(--dayglow);
  color: var(--night);
  border-radius: 4px;
  padding: 10px 18px 10px 18px;
  font-size: 16px;
  background: white;
  line-height: 16px;
  font-weight: 700;
}

.filter-span {
  margin-top: 30px;
}
.section.events .text h2

{
font-size: 27px;
line-height: 37px;
}
#registration-points .wowcard-title-event {
  display: flex;
  height: 100%;
}


@media (min-width: 1024px) {
  .filter-span {
    margin-top: 0px;
  }
  .section.events .text h2
  {
  font-size: 32px;
  line-height: 42px;
  }
  }

/**Requirement Accordion**/

.requirements .accordion-content {
    max-height: none !important;
}
span.number-faq {
  background: var(--night);
  border-radius: 50px;
  height: 35px;
  color: white;
  width: 35px;
  display: flex;
  text-align: center;
  vertical-align: middle;
  margin-right: 14px;
  flex-direction: column;
  justify-content: center;
  font-family: 'Lora-Bold';
}

.requirements .column-left {
  padding-right: 15px;
}
.requirements .accordion-content {
  display: none;
}

.requirements .accordion-item.active .accordion-content {
  display: block;
  padding: 26px 9px 9Px 9Px;
}

.requirements .accordion-item {
  padding: 10px;
  display: flex;
  border-radius: 4px;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  flex-direction: column;
  cursor: pointer;
}

.requirements .accordion-header {
  position: relative;
  display: flex;
  padding: 20px 26px 20px 10px;
  border: 1px solid #ECF1F2;
  border-radius: 10px;
  text-decoration: none;
  background-color: var(--light-gray);
  font-family: 'DMSans-VariableFont';
  color: var(--night);
  line-height: 25px;
  align-items: center;
}

.requirements .accordion-item .accordion-header:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 35px ;
  right: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: var(--night);
  transition: transform 0.4s ease-in-out; 
  will-change: transform; 
}

.requirements .accordion-item  .title-nbr {
  width: 75%;
}

.accordion-item.active .accordion-header:after {
  transform: rotate(180deg);
  top: 25px !important;

}
.requirements .column-right {
  text-align: center;
}

.requirements .column-right img {
  border-radius: 20px;
}


.requirements .img-desktop {
      display: none;
  }

  .requirements .img-mobile {
      display: block; 
  }

  .accordion-content {
    overflow: hidden;
    transition: max-height 0.3s ease-out; 
    max-height: 0; 
}

.accordion-item.active .accordion-content {
    max-height: None; 
}



@media (min-width: 1024px) {

  .requirements .accordion-item  .title-nbr {
    width: 85%;
  }
  .requirements .column-left {
    padding-right: 50px;
  }
  .requirements  .img-desktop {
    display: block; 
  }
  
  .requirements .img-mobile {
    display: none; 
  }
  }



  /** GROUP BUTTONS**/
  .privacy-policy section.section.group-buttons {
    margin-bottom: 40Px !important;
}

.group-buttons .buttons {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}
.group-buttons .buttons .button a {
  width: 290px;
}

@media (min-width: 1024px) {
  .group-buttons .buttons {
    flex-direction: row;
    align-items: start;
}
  }

  .guides.with-filter .title,
  .stories.with-filter .title,
  .events.with-filter .title
  {
   padding-right: 0px;
  }
  @media (min-width: 1024px) {
    .guides.with-filter .title,
    .stories.with-filter .title,
    .events.with-filter .title
    {
     padding-right: 60px;
    }
    }

/** DFLIP **/

.df-popup-thumb img {
  height: auto !important;
  width: 100% !important;
  object-fit: cover;
}
.df-posts {
  text-align: start !important;
}
.guides.with-filter .df-element[data-lightbox], 
.guides.with-filter .df-element[data-df-lightbox] {
  position: relative;
  width: auto !important;
}
.df-popup-thumb:hover .df-book-title, 
.df-popup-thumb.df-thumb-not-found .df-book-title, 
.df-popup-thumb.df-tl-book-title-fixed .df-book-title {
  opacity:  1 !important; 
  bottom: 0;
}

.df-popup-thumb .df-book-title {
  bottom: 0 !important;
  position: relative !important;
  width: 100% !important;
  left: 0 !important;
  padding: 15px 10px 15px 10px !important;
  font-size: 0.75em !important;
  background: var(--dayglow) !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: row;
    align-items: center;
    justify-content: center;
  -moz-transition: 0.4s !important;
  -o-transition: 0.4s !important;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  opacity: 1 !important;
  font-size: 17px !important;
  line-height: 19px !important;
  color: var(--night) !important;
  height: 85px;
}

.df-posts {
  max-width: none !important;
  margin: inherit !important;
}

@media (max-width: 520px) {
    .df-posts > .df-popup-thumb {
        width: 100% !important;
        margin: 10px 10Px 30px 0px !important;
    }
}

@media (min-width: 1024px) {
.df-popup-thumb img {
  height: 400px !important;
  width: 100% !important;
  object-fit: cover;
}}


.guides .video-image .box-info-video {
  position: relative;
}

.guides .video-image .box-info-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.guides .video-image .box-info-video .btn-play {
  color: white;
  text-decoration: none;
}

.guides .box-info-video {
  padding: 0Px;
}
.guides  .box-info-video img {
  width: 100%;
  border-radius: 20px;
}


/** Popup **/

/* Popup container */
 .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 13;
}

/* Override for open popups */
.popup-overlay.open {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
/* Popup content */

#eventPopup, 
#eventPopup-cta {
  display: none; /* Initially hidden */
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden; /* Hide the element from view */
  /* Other styles like background, z-index, etc. */
}

#footerPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  z-index: 13;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
}

/* Utiliser la même logique que les autres popups */
#footerPopup.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  z-index: 13;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
}

#eventPopup.open, 
#eventPopup-cta.open {
  display: flex; /* Make the popup visible */
  opacity: 1;
  visibility: visible;
}

#footerPopup.open,
#footerPopup.popup-overlay.open {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}


#eventPopup .popup-content,
#eventPopup-cta .popup-content,
#footerPopup .popup-content  {
  background: white;
  padding: 40px 30px;
  border-radius: 5px;
  position: relative;
  width: 92%;
  max-width: 92%;
  border-radius: 20px;
  overflow-y: auto; 
  max-height: 80vh;
}


/* Close button */
#eventPopup .close-button,
#eventPopup-cta .close-button-cta,
#footerPopup .close-button{
  color: var(--night);
  position: absolute;
  top: 10px;
  right: 28px;
  font-size: 45px;
  cursor: pointer;
}

@media (min-width: 1024px) {

  #eventPopup .popup-content, 
  #eventPopup-cta .popup-content{
    
    padding: 60px 30px;
    width: 70%;
    max-width: 70%;
  }

  }


.form-control,
.form-select {
  height: 54px;
  border-radius: 8px;
  color: var(--night) !important;
  border-bottom: 1px solid var(--mid-gray) !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0px;
  padding: 0px !important;
}

.form-floating>label {
  padding: 1rem 0px;
}
 .form-floating>.form-select~label {
  font-family: 'DMSans-Regular';
  padding: 0px;
  margin-left: -6px;
  padding-bottom: 14px;
  font-size: 18px;
  opacity: 1;

}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 23px !important;

}


/**Craousel text **/

.carousel-text span.number-faq {
  background: var(--plum);
  border-radius: 50px;
  height: 35px;
  color: white;
  width: 35px;
  display: flex;
  text-align: center;
  vertical-align: middle;
  margin-right: 14px;
  flex-direction: column;
  justify-content: center;
  font-family: 'Lora-Bold';
}

.section.tab-requirement .content li:before ,
.section.tab-requirement.mobile li:before ,
.single-post-content li:before,
.free-text li:before {
  content: "\2714";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--plum);
  margin-right: 10px;
  font-size: 16px;
}
.section.tab-requirement .content p{
font-weight: 500;
font-family: 'DMSans-Regular';
line-height: 23px;
font-size: 18px;
color: var(--dark-gray);
}
.section.image-with-text-simple  li:before {
  content: "\2714";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--plum);
  margin-right: 10px;
  font-size: 16px;
}
.section.image-with-text-simple li:before, 
.section.image-with-text-simple li {
  display: flex;
}

.section.image-with-text-simple {
margin-bottom: 20px;
}

.carousel-text li:before {
  content: "\2714";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--plum);
  margin-right: 10px;
  font-size: 16px;
}
.carousel-text li:before,
.carousel-text li
{
  display: flex !important;
}

.section.carousel-text .carrd-title {
  display: flex !important;
  flex-direction: column;
  gap: 15px;
}

.section.carousel-text .box-button-slider-bottom.desktop{
  text-align: center;
}
.section.carousel-text .box-button-slider-bottom.mobile{
  text-align: right;
}

.section.carousel-text .swiper-slide {
  height: auto;
}

.section.carousel-text .card-offer-style-3 {
  height: 100%;
}
.section.carousel-text .section-title {
  padding: 0px 15px;
}
.section.carousel-text .box-button-slider-bottom.container.desktop
{
display: none
}
.section.carousel-text .box-button-slider-bottom.container.mobile {
  display: block;
  padding-top: 0px;
  padding-bottom: 40px;
}
.section.carousel-text .card-offer-style-3 .card-info {
  padding: 25px 20px 0px 20px;
}
.section.carousel-text .swiper-pagination-text {
  display: block;
}
.section.carousel-text h2 {
  font-size: 27px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .section.image-with-text-simple {
    margin-bottom: 100px;
    }

    
  .section.carousel-text .swiper-pagination-text {
    display: none;
  }
.section.carousel-text  .box-button-slider-bottom.container.desktop
  {
  display: block
  }
.section.carousel-text  .box-button-slider-bottom.container.mobile
{
display: none
}
  .section.carousel-text .section-title {
    padding: 0px ;
  }
  .section.carousel-text .carrd-title {
    display: flex !important;
    flex-direction: row;
    gap: 15px;
}
.section.carousel-text h2 {
  font-size: 30px;
  line-height: 40px;
}

  }


  /**CAROUSEL IMAGES **/

  .carousel-images,
  .carousel-text
  {
overflow: hidden;
}

.carousel-images .card-offer-style-3 {
  margin-bottom: 0px;
  height: 100%;
  display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.carousel-images .swiper-slide {
  height: auto !important;
}

 .carousel-images .card-offer-style-3 .card-head {
    padding: 0px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-images .image-desc {
  margin-top: 20px;
  line-height: 24px;
  margin-bottom: 25px;
}
.carousel-images .image-caption {
  margin-bottom: -10%;
  font-weight: 900;
  font-family: 'DMSans-VariableFont';
  margin-top: -15%;
}

.carousel-images  .card-offer-style-3 .card-head .card-image {
  max-width: max-content;
  width: 100%;
  min-width: auto;
  height: auto;
  line-height: 36px;
  margin-right: 0px;
  padding: 0px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
}

.carousel-images  .swiper-slider {
height: auto;
}

section.section.carousel-images h2,
section.section.carousel-images p {
  padding-left: 15px;
}
section.section.carousel-images .card-head .card-image img {
  margin-bottom: -10px;
  vertical-align: inherit !important;
}

section.section.carousel-images .swiper-container
{
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  section.section.carousel-images h2 {
    padding-left: 0px;
  }
  }


/**STORIES**/

.story-image,
.pas-video {
  height: 250px !important;
  object-fit: cover;
  object-position: center;
}

/* Base video container styles */
.video-popup-container {
  max-width: 95vw;
  width: 100%;
  margin: 15px auto;
  position: relative;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

/* Tablet styles (768px and up) */
@media screen and (min-width: 768px) {
  .video-popup-container {
      max-width: 90vw;
      margin: 20px auto;
  }
}

/* Desktop styles (1024px and up) */
@media screen and (min-width: 1024px) {
  .video-popup-container {
      max-width: 85vw;
  }
  .story-image,
  .pas-video {
    height: 420px !important;
    object-fit: cover;
    object-position: center;
  }
}


section.section.stories .card-info a {
  pointer-events: none;
}

section.section.stories.style-2 .btn.btn-play-center {
    padding: 0px;
    position: absolute;
    height: 48px;
    width: 164px;
    top: auto;
    bottom: 20px !important;
    left: 14px !important;
     right: auto; 
    margin: auto;
    /* background: url(../imgs/icons/NMDP_Video_GRAY.svg) no-repeat center; */
    /* background-size: contain; */
    -webkit-box-pack: center;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--night);
    align-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--light-gray);
    border-radius: 50Px;
    background: hsla(0, 0%, 100%, .5);
}



/* Firefox-specific styles */
@-moz-document url-prefix() {
  section.section.stories.style-2 .btn.btn-play-center {
      background-color: rgba(255, 255, 255, 0.5) !important;
      border: 1px solid var(--light-gray) !important;
      border-radius: 50px !important;
  }
}

section.section.stories.style-2 a.btn.btn-play-center.popup-video img {
  width: auto !important;
  height: 35px !important;
  background-size: cover;
  object-fit: unset !important;
}
section.section.stories.style-2 .btn.btn-play-center:before
{
content: none;
}

/**/

section.section.stories {
  position: relative;
  overflow: hidden;
}

.stories.withshape .buttons {
  gap: 10Px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section.stories .card-blog-grid .card-image .cover {
  border-radius: 20px !important;
  width: 100%;
  height: 250px;
  min-height: 200px;
  width: 100%;
  object-fit: cover;
}


.section.stories  a.btn.btn-default {
  padding: 0px !important;
}

.section.stories  .swiper-group-1 .swiper-pagination {
  bottom: 50px;
  left: 0;
}



.section.stories .image-3.shape-1 {
  position: absolute;
  bottom: 0%;
  top: 25%;
  left: auto;
  right: 0;
  z-index: 3;
  border-radius: 50%;
}
.section.stories .image-3.shape-1 img {
  border-radius: 50%;
  height: 105px;
  width: 170px;
}

.section.stories .stories-items {
padding-right: 15px;
}
.section.stories .stories-text {
  padding-left: 15px;
  }


@media (min-width: 1024px) {
  .section.stories .card-blog-grid .card-image .cover  {
    min-height: 400px;
  }

  .stories.withshape .buttons {
    gap: 20Px;
    display: flex;
    flex-direction: row;
  }
  
.section.stories .image-3.shape-1 {
  top: 54%;
}
.section.stories .image-3.shape-1 img {
  height: 170px;
  width: 170px;
}
.section.stories .stories-items {
  padding-right: 100px;
  }
.section.stories .stories-text {
  padding-left: 50px;
  }
  }


  /** stories style **/

.section.stories.style-2 .swiper-container {
    left: 2%;
}

.section.stories.style-2  .stories-items
{
  padding-right: 0px !important;
}


.section.stories.style-2 .stories-text
{
  padding-left: 15px !important;
}

.section.stories.style-2  .box-button-slider-bottom
{
 text-align: right;
 margin-bottom: 30px;
}

.section.stories.style-2 .stories-buttons {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

@media (min-width: 1024px) {
  .section.stories.style-2 .stories-buttons {
    flex-direction: row;
  }
  .section.stories.style-2 .stories-text
{
  padding-left: 0px !important;
}
.section.stories.style-2  .box-button-slider-bottom
{
 text-align: left;
}
.section.stories.style-2 .swiper-container {
  left: 9%;
}
  }

/*Video*/
.video-caption {
  text-align: left;
  padding-top: 20px;
  font-style: italic;
  font-size: 16Px;
  line-height: 22px;
}
.mfp-content {
      max-width: 99%; 
      margin: 0 auto; 
}

  #video-popup .swiper-video {
      width: 100%;
      height: auto;
  }
 .section.video .box-video-banner .image-banner-5 img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 1024px) {
  .mfp-content {
    max-width: 60%; 
    margin: 0 auto; 
}

.section.video .box-video-banner .image-banner-5 img {
  width: 100%;
  display: block;
  height: 500px;
  object-fit: cover;
}
}

/**Testimobials**/


.section.testimonials .swiper-slide {
  height: auto;
}

.section.testimonials .box-author img {
  max-width: 130px;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.section.testimonials .box-author .author-info .author-name {
  display: block;
  font-size: 20px;
}

.section.testimonials .box-author {
  display: flex;
  align-items: center;
  gap: 20px;
}

/***SOCIAL SERVICE FORM***/

.section.image-with-form li:before {
  content: "\2714";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--plum);
  margin-right: 10px;
  font-size: 16px;
}
.section.image-with-form ul {
list-style: none !important;
}

.section.image-with-form{
overflow: hidden;
}

.section.image-with-form.social-service .form-control,
.section.image-with-form.fundraising .form-control {
  height: 54px;
  border-radius: 8px;
  color: var(--night) !important;
  border-bottom: 1px solid var(--mid-gray) !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0px;
  padding: 0px !important;
  background-color: transparent;
}

.form-floating>.form-select {
  color: var(--night) !important;
  border-bottom: 1px solid var(--mid-gray) !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0px;
  padding: 0px !important;
  background-color: transparent;
  font-size: 13px;
}

.section.image-with-form.social-service .social-service-form{
  padding: 50px 40px 60px 40px;
  border-radius: 20px;
  width: 95%;
  margin: 0 auto;
}

.section.image-with-form.fundraising .social-service-form {
  padding: 50px 40px 50px 40px;
  border-radius: 20px;
  width: 95%;
  margin: 0 auto;
}


.section.image-with-form.social-service:before {
  content: '';
  z-index: 33;
  width: 91%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 80px;
}


.section.image-with-form .row {
  display: flex;
  justify-content: space-between;
}

.section.image-with-form.fundraising .social-service-form ,
.section.image-with-form.social-service .social-service-form 
{

  background: url(../imgs/texture/getty.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-floating>label {
  padding: 1rem 0px;
  color: var(--night);
}

.section.image-with-form img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

@media (min-width: 1024px) {

  .section.image-with-form img {
    margin-bottom: 0px;
}

  .section.image-with-form .social-service-image {
    background-size: cover;
    padding: 0px;
    margin-bottom: 0px;
  }
  .section.image-with-form.social-service .social-service-form ,
  .section.image-with-form.fundraising .social-service-form {
    border-radius: 20px;
    width: 50%;
    margin: inherit;
  }

  
}


/**FUNDRAISING**/

.section.image-with-form ul {
  list-style: disc;
}
.section.image-with-form img {
  border-radius: 20px;
}

.section.image-with-form.fundraising .social-service-form {
  padding: 50px 40px 60px 40px;
  border-radius: 20px;
}


.section.image-with-form.fundraising .social-service-form  form.form {
  border-radius: 20px !important;
  /* padding: 35px; */
  box-shadow: 0 6px 14px -3px #0003 !important;
}

/**Boxe steps **/

.row.boxes{
  display: flex;
  justify-content: space-around;
}


.boxe-1, .boxe-2 {
  background: white;
  padding: 40px 25px;
  border-radius: 0px;
  display: flex;
  flex-direction: column; 
}



.boxe-2-items {
  display: flex;
  flex-wrap: wrap;
}

.boxe-2-items .box-item {
  /* flex: 1 1 30%;  */
  box-sizing: border-box; 
}

.boxe-2-items .card-info {
  border-top: 1px solid var(--plum);
  padding: 40px 6px 30px 0px;
  border-radius: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column; 
  height: 100%; 
  margin-bottom: 25px;
}

.boxe-2-items .nbr {
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: baseline;
}

.boxe-2-items span.number-boxe {
  font-size: 26px;
  color: var(--plum);
  font-family: 'Lora-Bold';
}
section.section.boxe-steps {
  padding: 20px 30px;
}

.boxe-1 li::before {
  content: "\2714";
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900; 
  color: var(--plum); 
  margin-right: 10px; 
  font-size: 16px; 
}

@media (min-width: 1024px) {
  .boxe-1, .boxe-2 {
    border-radius: 20px;
  }
  section.section.boxe-steps {
    padding: 120px 0px 60px 0px;
}
}


section.section.actions.counter-2 H2 {
  font-family: 'DMSans-VariableFont';
  margin-bottom: 15px;
}


.box-list-core-value {
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
}
.row.boxed-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row.boxed-items .col-lg-4 {
  display: flex;
  flex-direction: row;
}

.box-border-dashed {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 18px 30px 5px;

}
.box-border-dashed h5 {
  font-family: 'DMSans-Regular';
  font-size: 18px;
}
.checked-icon:before {
content: "\2714";
font-family: "Font Awesome 6 Free";
font-weight: 900;
color: var(--plum);
margin-right: 10px;
font-size: 16px;
}
.checked-icon {
padding-top: 35px;
  }

/**DISEASES**/
.section.diseases{
  padding-top: 20px;
  padding-bottom: 60px;
}

.row.diseases-filter.filter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.row.diseases-filter.filter  .filter-button-disease {
  width: auto;
}

@media (min-width: 1024px) {
  .row.diseases-filter.filter {
    flex-direction: row;
  }
  .section.diseases{
    padding-top: 60px;
    padding-bottom: 100px;
  }
}


/**TEAM LIST **/

section.section.carousel-team.team-list .team-member-portrait {
  width: 270px;
  margin: 0 auto;
  height: 320px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 50%;
}

section.section.carousel-team.team-list .team-col:nth-child(4n+1) .team-member-portrait {
  background-color: var(--plum-clear);
}

section.section.carousel-team.team-list .team-col:nth-child(4n+2) .team-member-portrait {
  background-color: var(--night-clear);
}

section.section.carousel-team.team-list .team-col:nth-child(4n+3) .team-member-portrait {
  background-color: var(--dayglow-clear);
}

section.section.carousel-team.team-list .team-col:nth-child(4n+4) .team-member-portrait {
  background-color: var(--morning-clear);
}

section.section.carousel-team.team-list .team-pic{
    /* filter: saturate(30%); */
    object-position: 50% 20%;
    object-fit: cover;
    width: 180px;
    height: 180px;
    transition: all .25s;
    display: block;
    vertical-align: middle;
    max-width: 100%;
    border: 0;
    border-radius: 50%;
    margin-bottom: 20px;
  }

  section.section.carousel-team.team-list .team-member-name.color-brand-1 {
    margin-bottom: 11px;
    font-size: 26px;
    line-height: 25px;
}

section.section.carousel-team.team-list .team-member-subtitle {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}


section.section.carousel-team.team-list .big-title {
  font-family: 'DMSans-VariableFont';
  font-size: 30px;
}
section.section.carousel-team.team-list .team-col i {
  color: var(--night);
}

section.section.carousel-team.team-list .team-col {
  margin-bottom: 40px;
}


/**TABULATION Requirement **/

.section.tab-requirement.desktop.perso .tabs-plan a {
  width: auto;
}

.section.tab-requirement .box-social-media .change-media {
  margin: 0px;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.section.tab-requirement .card-image img {
  border-radius: 20px;
  height: 100%;
}
.section.tab-requirement .card-image {
 text-align: center;
}
.section.tab-requirement  .tabs-plan li {
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  color: var(--night);
  font-weight: 700;
  display: block;
  padding: 0px 0px 10PX 0PX;
  TEXT-ALIGN: LEFT;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'DMSans-VariableFont';
}
.section.tab-requirement  .box-social-media {
  display: inline-block;
  padding: 4px;
  background-color: transparent;
  border-radius: 8px;
}

.section.tab-requirement .tabs-plan a{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: start;
  text-align: center;
  background-color: var(--light-gray);
  padding: 20px 0Px;
  border-radius: 20px;
  transition: none;
}


.section.tab-requirement .tabs-plan a.active {
border: 1px solid var(--mid-gray);
box-shadow: 0 6px 14px -3px #0003;
margin-bottom: 10px;
}

.section.tab-requirement span.number-tab{
  background: transparent;
  border-radius: 50%;
  font-size: 24px;
  color: var(--night);
  width: 40px;
  display: block;
  font-family: 'Lora-Bold';
  margin-right: 0px;
  margin-left: 2px;

}

.section.tab-requirement  .row.content {
  background: var(--light-gray);
  padding: 40px 20px;
  border-radius: 10px;
}

.section.tab-requirement .row.content .text {
padding-right: 0px;
}

.section.tab-requirement.desktop
{
  display: none;
}
.section.tab-requirement.mobile
{
  display: block;
}


.section.tab-requirement.mobile .accordion-button::after {
  top: 40%;
  position: absolute;
  left: 0;
  right: 15px;
}
.section.tab-requirement.mobile .accordion-button.collapsed {
  border: 1px solid var(--light-gray) !important;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--light-gray);
  border-radius: 20px;
  position: relative;
}
.section.tab-requirement.mobile .accordion-item:first-of-type .accordion-button,
.section.tab-requirement.mobile  .accordion .accordion-button {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  font-family: 'DMSans-VariableFont';
}
.section.tab-requirement.mobile .accordion .accordion-body {
  margin-bottom: 20px;
}
.section.tab-requirement.mobile span.number-faq {
  background: transparent;
  border-radius: 50px;
  height: 35px;
  color: var(--night);
  width: auto;
    font-size: 24px;
    display: block;
    font-family: 'Lora-Bold';
    margin-right: 0px;
    margin-left: 2px;
}
.section.tab-requirement.mobile .accordion-button:not(.collapsed) {
  background-color: var(--light-gray);
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  font-family: 'DMSans-VariableFont';
}
@media (min-width: 1024px) {
  .section.tab-requirement.desktop
{
  display: block;
}
.section.tab-requirement.mobile
{
  display: none;
}
  .section.tab-requirement  .row.content {
    padding: 80px 40px;
  }
 
  .section.tab-requirement .box-social-media .change-media {
    flex-direction: row;
  }
  .section.tab-requirement .tabs-plan a.active {
    margin-bottom: 0px;
    }
    .section.tab-requirement .row.content .text {
      padding-right: 80px;
      font-weight: 500;
      font-family: 'DMSans-Regular';
      line-height: 23px;
      font-size: 18px;
      color: var(--dark-gray);
      }

      .section.tab-requirement  .tabs-plan li {
        padding: 0px 15px 10PX 15PX;
      }
}


/**Single event **/

.single-event .box-image-detail img {
  height: 500px;
  width: 100%;
  OBJECT-FIT: cover;
}
.single-event .box-detail-content h6 {
  margin-bottom: 10px;
}
span.category-label {
  background-color: transparent;
  border-radius: 50px;
  padding: 8px 35px;
  font-size: 14px;
  color: #333;
  margin-right: 5px;
  border: 1px solid var(--plum);
  color: var(--night);
}
.post-categories {
  margin-bottom: 40px;
}


/* Single story*/



.single-story .card-blog-grid .card-image img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single-story .list-socials .icon-socials {
  height: 30px;
  width: 30px;
}

@media (min-width: 1024px) {
  .single-story .card-blog-grid .card-image img {
    height: 550px;
  }
  .single-story h1{
    font-size: 32px;
}
.single-story .post-categories {
  margin-bottom: 20px;
}



  }

/**MAP GEO**/

.imapsLabel foreignObject * {
  font-size: 11px;
  line-height: 20px;
}

@media (min-width: 1024px) {
.imapsLabel foreignObject * {
  font-size: 14px;
  line-height: 20px;
}
}
/***MEDICAL PAGE **/

.page-id-21 .section.carousel-text .box-button-slider-bottom.container.desktop
{
display: none;
}


/**Contact Infos **/

section.section.contact.actions a {
  font-size: 20px;
}

.section.contact.actions a.h4,
.section.contact.actions h4{
  font-family: 'DMSans-VariableFont';
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.section.contact.actions .card-contact .card-image {
  max-width: 200px;
  height: 130px;
  object-fit: contain;
  margin-right: 0px;
  text-align: left;
}
.section.contact.actions .card-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}

.section.contact.actions .card-contact {
  border-top: 0px;
  position: relative;
  border-radius: 0Px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 30px 0px 20px 0px;
}
.section.contact.actions .card-contact:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px; 
background-color: #e4e4e4;
width: 90%;
text-align: center;
margin: 0 auto;
}


.section.contact.actions .card-contact .email:before {
  content: "\f0e0"; 
  font-family: 'FontAwesome';
  margin-right: 8px; 
}

.section.contact.actions .card-contact  .tel:before {
  content: "\f095"; 
  font-family: 'FontAwesome';
  margin-right: 8px; 
}

section.section.cta-footer {
  margin-bottom: 100Px;
}
@media (min-width: 1024px) {
  .section.contact.actions .card-info {
    align-items: flex-start;
  }
  .section.contact.actions .card-info  img {
    text-align: center;
    margin: 0 auto;
    margin-right: auto !important;
  }
  
  section.section.contact.actions
  {
    margin-bottom: 40px;
    }
    .section.contact.actions .card-contact {
      padding: 30px 0px 20px 0px;
    }
    .section.contact.actions .card-contact:before {
      margin: inherit;
      }
.section.contact.actions a.h4,
.section.contact.actions h4{
  text-align: left;
}
  }


  /**GLOSSARY**/

  .glossary .button.guides-filter {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
}

.glossary .filter-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
}

.glossary .filter-button-glossary {
  margin-right: 10px;
  margin-bottom: 10px; 
  /* flex: 1 1 calc(25% - 20px);  */
  text-align: center;
  width: 20%;
}

.glossary .filter-button-glossary:nth-child(4n) {
  margin-right: 0;
}
.btn.disabled {
  background-color: #e0e0e0 !important;
  color: #a0a0a0 !important;
  cursor: not-allowed;
}

@media (min-width: 1024px) {
  .glossary .button.guides-filter {
    flex-direction: row;
    align-items: center;
    margin-top: 60px;

}
.glossary .filter-items {
  display: flex;
  flex-wrap: WRAP;
  justify-content:start; 
}
.glossary .filter-button-glossary {
  width: 6%;
}
  }

  .loader-filters {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid var(--dayglow);
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
  

/**sticky header**/
.header {
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(10,69,51,.05);
  z-index: 2;
}

@media (min-width: 1024px) {
.header {
  width: 100%;
  background-color: white;
  z-index: 5;
  position: relative; 
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  border-bottom: 1px solid rgba(10,69,51,.05);

}

.nav-up {
  top: -100px;
}
.header.sticky {
  position: fixed; 
  top: 0;
  left: 0;
  transform: translateY(0); 
  opacity: 1;
}

.header.sticky.hide {
  transform: translateY(-100%); 
  opacity: 0;
}

main.main {
  margin-top: 80px;
}
}


/**BLOG***/
/* Mobile styles first (base styles) */
section.blog .card-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}

section.blog .card-image img {
  width: 100%;
  display: block; 
  border-radius: 20px 20px 0px 0px;
  transform: unset !important;
  transition: none !important;
}

/* Desktop styles (min-width: 1024px) */
@media (min-width: 1024px) {
  section.blog .card-image {
      height: auto; 
      display: flex; 
      align-items: center;
  }
  .blog section.blog .card-image {
    height: auto; 
    display: flex; 
    align-items: center;
}
  
  section.blog .card-image img {
      height: 100% !important; 
      width: 100% !important;
      object-fit: cover;
      flex: 1; 
      min-height: 100%; 
      max-height: 100%; 
  }

  section.blog .col-lg-4 {
      display: flex;
      flex-direction: column;
  }

  section.blog .items {
      flex: 1;
      display: flex;
      flex-direction: column;
  }
}


section.blog .card-info {
  padding: 18px;
  display: flex;
  flex-direction: column;
  padding-top: 45px;
  padding-bottom: 25px;
  border-top: 1PX SOLID var(--light-gray);
  height: 100%;
  justify-content: space-between;
}
.single-blog .card-info {
  padding-top: 0px !important;
}


/**single blog**/
@media (min-width: 1024px) {
.single.single-blog.single-format-standard.logged-in .card-image {
  height: 320px !important;
}
.single.single-blog.single-format-standard.logged-in .card-image img {
  object-fit: cover;
  width: auto !important;
  height: 320px !important;
}
}

/* 
section.blog .card-image img {
  border-radius: 20px 20px 0px 0px;
  transform: unset !important;
  transition: none !important;
}
@media (min-width: 1024px) {
  .single-blog section.blog .card-image img {
  height: 320px;
  object-fit: cover;
  width: auto;
}
}
section.blog .card-image  {
  height: auto;
  width: 100% !important;
  object-fit: cover;
} */


section.blog .wowcard-title-event {
  padding: 0px;
  border: 1px solid var(--light-gray);
  border-radius: 20px;
  height: auto;
  margin-bottom: 0Px;
  display: flex;
  flex-direction: column;
}

section.blog .author, 
section.blog .btn-with-icon {
  display: inline;
}

section.blog .row{
  gap: 30px;
  padding: 0px 20px;
}
.post-item .subtitle {
  box-shadow: 2px 2px 12px 0 #000f5526;
  padding: 7px 20px;
}
.post-item .date {
  width: auto;
  float: right;
  padding-top: 10px;
}

.post-item .subtitle, 
.post-item .date {
  display: inline-flex;
  flex-direction: row;
}
.btn-with-icon {
  float: right;
  display: inline-block;
  padding-left: 8px;
  position: relative;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.btn-with-icon svg {
  fill: var(--plum);
}
.btn-with-icon:hover {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}

.single-post .list-socials .icon-socials ,
.single-blog .list-socials .icon-socials {
  height: 30px;
  width: 30px;
}

section.section.blog .item-2 {
  height: 100%;
}
section.single-blog-title {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.archive-navigation .nav-links {
  display: flex;
  text-align: center;
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.page-numbers.current {
  color: var(--night);
  font-size: 20px;
  padding: 14px 14px;
  margin-right: 9Px;
  border: 1px solid var(--dayglow);
  border-radius: 50px;
  height: 20px;
  width: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers {
  color: var(--night);
  font-size: 18px;
  margin-left: 9Px;
}
.archive-navigation {
  margin-top: 55px;
}

.single-blog-title img {
  border-radius: 20px;
}
.single-post-content p ,
.single-post-content {
  font-weight: 500;
  font-family: 'DMSans-Regular';
  line-height: 23px;
  font-size: 18px;
  color: var(--dark-gray);
}
.single-post-content p {
padding: 12px 0px;
}
.wp-block-table br {
  display: none;
}
.wp-block-table {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.single-blog-title img {
  margin-top: 50px;
}
@media (min-width: 1024px) {

  section.single-blog-title img {
    margin-top: 0px;
}


  section.single-blog-title {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .subtitle {
      margin: inherit;
      margin-bottom: 12px;
  }
  .single-post h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
  }
  section.blog .row{
    padding: 0px;
  }

  section.blog .wowcard-title-event {
    width: 23%;
  }
  .section.blog h3 {
    font-size: 20px;
    line-height: 30px;
    font-family: DMSans-VariableFont;
}
}

/**HUBSPOT**/

.hs-form-field {
  margin: 26px 0px;
}

input.hs-button.primary.large {
  color: white;
  background: var(--plum);
  border-radius: 50px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  text-overflow: ellipsis;
  font-family: 'DMSans-VariableFont';
  width: auto;
  height: auto;
}
li.hs-form-booleancheckbox:before {
    display: none;
}
.input input {
  border-radius: 8px;
  color: var(--night) !important;
  border-bottom: 1px solid var(--mid-gray) !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0px;
  padding: 0px !important;
  background-color: transparent;
  width: 84%;
margin-bottom: 20px;
padding-bottom: 8px !important;

}
textarea {
  color: var(--night) !important;
  border-bottom: 1px solid var(--mid-gray) !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0px;
  padding: 0px !important;
  background-color: transparent;
  width: 84%;
}
.hs-form-booleancheckbox input {
  width: auto;
  height: auto;
  margin-right: 14px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;

}
select {
  color: var(--night) !important;
  border-bottom: 1px solid var(--mid-gray) !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0px;
  padding: 0px !important;
  background-color: transparent;
  font-size: 13px;
  width: 84%;
  margin-bottom: 20px;
  padding-bottom: 8px !important;
}
label {
  font-size: 18px !important;
  color: var(--night);
  margin-bottom: 10px;
}
li.hs-form-booleancheckbox label {
  font-size: 15px;
}
label.hs-error-msg {
  font-size: 14px !important;
  color: var(--dark-gray);
}
legend.hs-field-desc {
  margin-bottom: 10px;
  font-size: 14Px;
  color: var(--dark-gray);
}
/***Free text **/


section.free-text
{
  font-weight: 500;
  font-family: 'DMSans-Regular';
  line-height: 23px;
  font-size: 18px;
  color: var(--dark-gray);
  }


  /***Hidden elements**/

  section.section.guides.with-filter,
  section.section.guides {
    display: none;
}
.page-id-1010 section.section.guides.with-filter,
.page-id-1010 section.section.guides,
.page-id-19 section.section.guides.with-filter,
.page-id-19 section.section.guides,
.page-id-37 section.section.guides.with-filter,
.page-id-37 section.section.guides,
.page-id-10 section.section.guides.with-filter,
.page-id-10 section.section.guides,
.page-id-12 section.section.guides.with-filter,
.page-id-12 section.section.guides,
.page-id-14 section.section.guides.with-filter,
.page-id-14 section.section.guides,
.page-id-490 section.section.guides.with-filter,
.page-id-490 section.section.guides,
.page-id-629 section.section.guides.with-filter,
.page-id-629 section.section.guides,
.single-blog section.section.guides.with-filter, 
.single-blog section.section.guides  {
  display: block;
}
.author span {
  display: none;
}
.infos span {
  display: none;
}

.row.box-list-core-value .row.boxed-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/****/

.page-id-3674 section.blog .card-image img ,
.post-type-archive-blog section.blog.blogs-archive .card-image img {
  height: auto !important;
  object-fit: cover;
  width: auto;
}
.page-id-3674 section.blog .card-image,
.post-type-archive-blog section.blog.blogs-archive .card-image  {
  height: auto;
  align-items: top;
}
@media (min-width: 1024px) {
  .page-id-3674 section.blog .card-image img,
  .post-type-archive-blog section.blog.blogs-archive .card-image img {
      height: 320px !important;
      object-fit: cover;
      width: auto;
  }
}
.page-id-3674 .section.blog h3,
.post-type-archive-blog .section.blog.blogs-archive h3 {
  margin-top: 0px !important;
}
.section.blog .card-image {
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-bordered {
border: 2PX SOLID var(--light-gray);
padding: 8px 16px !important;
border-radius: 20px !important;
font-size: 16px;
}

/**Forms styles**/
ul.inputs-list li {
  display: flex;
}
.image-with-form input {
  width: auto;
  margin-right: 10PX;
}
/**END CODE MERIEM ****/

/*TYPOGRAPHY*/
tt
body {
  font-family: 'DMSans-Regular';
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 500;
  position: relative;
}

.btn {
  border-radius: 4px;
  padding: 10px 0px 10px 22px;
  font-family: 'DMSans-VariableFont';
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.btn.btn-brand-1 {
  padding: 15px 24px;
  color: white;
  background: var(--morning);
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.btn.btn-brand-1 svg {
  color: white;
}
.btn.btn-brand-1:hover {
  color: white;
  background-color: var(--morning);
}
.btn.btn-brand-1:hover * {
  color:  var(--morning);
}
.btn.btn-submit-newsletter {
  padding: 15px 16px 16px 16px;
  background-color: #024430;
  border-radius: 8px;
}
.btn.btn-submit-newsletter svg {
  color: #fff;
}
.btn.btn-submit-newsletter:hover {
  background-color: #066a4c;
}
.btn.btn-default svg {
  transition-duration: 0.2s;
}
.btn.btn-default:hover {
  color: var(--morning) !important;
}
.btn.btn-default:hover svg {
  transform: rotate(-45deg);
  transition-duration: 0.2s;
  color: #024430 !important;
}
.btn.btn-default.color-brand-1 {
  transition-duration: 0.2s;
}
.btn.btn-default.color-brand-1 svg {
  color: #024430;
  transition-duration: 0.2s;
}
.btn.btn-tag {
  padding: 6px 10px 6px 11px;
  background: #AFEAE4;
  border-radius: 4px;
  color: #024430;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
}
.btn.btn-tag-circle {
  padding: 6px 10px 6px 11px;
  background: var(--light-gray);
  border-radius: 50px;
  color: #024430;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}
.btn.btn-brand-1-full {
  padding: 15px 5px;
  color: white;
  background: var(--morning);
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  width: 100%;
}
.btn.btn-brand-1-full svg {
  color: white;
  transition-duration: 0.2s;
}
.btn.btn-brand-1-full:hover {
  background: var(--morning);
}
.btn.btn-brand-1-full:hover svg {
  transform: rotate(-45deg);
  transition-duration: 0.2s;
}
.btn.btn-play {
  background: url(../imgs/icons/NMDP_Video_GRAY.svg) no-repeat left center;
  height: 50px;
  padding-left: 55px;
  color: #FFE7BB;
  line-height: 30px !important;
}
.btn.btn-play-white {
  background: url(../imgs/icons/NMDP_Video_WHITE.svg) no-repeat left center;
  color: #024430;
}
.btn.btn-border-brand-1 {
  border: 1px solid var(--morning);
  color: white;
  border-radius: 4px;
  padding: 10px 18px 10px 18px;
  font-size: 12px;
  background: var(--morning);
  line-height: 12px;
  font-weight: 700;
}
.btn.btn-border-80 {
  border: 1px solid var(--light-gray);
  color: #3D565F;
  border-radius: 8px;
  padding: 13px 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background-color: #ffffff;
}
.btn.btn-border-80:hover {
  background-color: #FFE7BB;
  color: #024430;
}
.btn.btn-full {
  width: 100%;
}
.btn.btn-play-center {
  padding: 0px;
  position: absolute;
  height: 70px;
  width: 70px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: url(../imgs/icons/NMDP_Video_GRAY.svg) no-repeat  center;
  background-size: contain;
}


@keyframes fx-plyr-play-button {
  0% {
      transform: scale(.5)
  }

  to {
      opacity: 0
  }
}


.btn.btn-play-center:before {
  animation: fx-plyr-play-button 2s ease-out infinite;
  border: 6px solid var(--white);
  border-radius: 200%;
  box-shadow: 0 0 8px #fff;
  box-sizing: border-box;
  content: "";
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%;
}

.btn.btn-play-center {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  -moz-backdrop-filter: blur(3px);
  -ms-backdrop-filter: blur(3px);
}

.btn.btn-border {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #024430;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}
.btn.btn-brand-lg {
  padding: 20px 24px;
  color: #FFE7BB;
  background: #024430;
  border-radius: 8px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.btn.btn-brand-lg:hover {
  background-color: #066a4c;
}
.btn.btn-brand-1-circle {
  color: white;
  background: var(--plum);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  min-width: 200px; 
  text-align: center;
  text-overflow: ellipsis;
}

.btn.btn-white-circle {
  background-color: transparent;
  border-radius: 50px;
  padding: 08px 20px;
  color: var(--plum);
  border-color: var(--plum);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  text-overflow: ellipsis;
}
.btn.btn-transparent-circle {
  background-color: transparent;
  border-radius: 50px;
  padding: 08px 20px;
  color: white;
  border-color: white;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.btn.btn-transparent-circle:hover
{
  background-color: white;
  color: var(--morning);
}

.btn.btn-white-circle:hover, .btn.btn-white-circle.active {
  color: white;
  background: var(--plum);
}
.btn.btn-right-arrow {
  font-weight: 700;
  line-height: 18px;
  font-size: 12px;
  padding: 8px 15px 10px 0px;
  background: url(../imgs/page/shop/arrow.svg) no-repeat right center;

}
.btn.btn-wish {
  padding-left: 17px;
  padding-right: 17px;
}
.btn.btn-join {
  background-color: #024430;
  border-radius: 38px;
  color: #FFE7BB;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  width: 180px;
  min-width: 126px;
  text-align: center;
  padding: 4px 14px 6px 19px;
}
.btn.btn-join svg {
  color: #FFE7BB;
}
.btn.btn-brand-1-small {
  border-radius: 38px;
  color: white;
  background: var(--morning);  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  width: auto;
  padding: 10px 14px 10px 19px;
}
.btn.btn-brand-1-small svg {
  color: white;
}

.btn-homepage {
  padding: 0px !important;
  margin: 0px 0px 15px 0px;
}
.btn-homepage span {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 25px;
  background-color: #AFEAE4;
  border-radius: 50%;
  margin-right: 10px;
}
.btn-homepage span svg {
  color: #024430;
}
.btn-homepage:hover * {
  color: #071920;
}

.dropdown-language {
  display: inline-block;
}
.dropdown-language .dropdown-toggle::after {
  display: none;
}
.dropdown-language .btn {
  padding: 0px;
}

.btn-tooltip {
  position: relative;
}
.btn-tooltip:after {
  bottom: 0;
  right: 34px;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 11px;
  padding: 7px 10px;
  color: #AFEAE4;
  background-color: #3D565F;
  content: attr(aria-label);
  line-height: 1.3;
  box-shadow: 0;
  transition: 0;
  opacity: 0;
  visibility: hidden;
  transform: 0;
  transition-duration: 0.2s;
}
.btn-tooltip:before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 0;
  transition-delay: 0.1s;
  border: 7px solid transparent;
  border-left-color: transparent;
  border-left-color: #3D565F;
  z-index: 9;
  margin-bottom: 0;
  transition: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
}
.btn-tooltip:hover:after {
  opacity: 1;
  visibility: visible;
  transform: 0;
  transition-duration: 0.2s;
}
.btn-tooltip:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-8px);
  transition-duration: 0.2s;
}

.cb-container {
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border: 2px solid #8EA4AC;
  border-radius: 4px;
}

.cb-container input:checked ~ .checkmark {
  border: 2px solid #8EA4AC;
}

.cb-container .text-small {
  color: #3D565F;
  font-weight: 500;
}

.cb-container input:checked ~ .text-small {
  color: #3D565F;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb-container input:checked ~ .checkmark:after {
  display: block;
}

.cb-container input:checked ~ .text-lbl {
  color: #ccc;
}

.cb-container .checkmark:after {
  left: -2px;
  top: -2px;
  width: 24px;
  height: 24px;
  background: var(--morning) url(../imgs/page/register/check.svg) no-repeat center;
  border-radius: 4px;
}

.box-swiper {
  position: relative;
  width: 100%;
}
.box-swiper .swiper-container {
  position: relative;
  height: 100%;
  padding-bottom: 35px;
}
.box-swiper .swiper-container .item-logo {
  border: 1px solid #ccc;
  padding: 39px 0px 36px 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px rgba(14, 41, 50, 0.17);
}
.box-swiper .swiper-container .item-logo img {
  max-width: 100%;
}
.box-swiper .swiper-container .item-logo:hover {
  border: 1px solid #ccc;
  box-shadow: 9px 11px 23px 0px rgba(6, 61, 79, 0.12);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}

.swiper-button-next {
  background: url(../imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}
.swiper-button-next:hover {
  background: url(../imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}

.swiper-button-prev {
  background: url(../imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
}
.swiper-button-prev:hover {
  background: url(../imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 31px;
  height: 31px;
  margin-top: 0px;
}

.swiper-button-next {
  left: auto;
  right: 0px;
  top: 20px;
}

.swiper-button-prev {
  left: auto;
  right: 40px;
  top: 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}

.swiper-pagination,
.swiper-pagination-registration ,
.swiper-pagination-text,
.swiper-pagination-testimonials,
.swiper-pagination-guides{
  text-align: center;
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination-registration .swiper-pagination-bullet ,
.swiper-pagination-text .swiper-pagination-bullet,
.swiper-pagination-testimonials .swiper-pagination-bullet,
.swiper-pagination-guides .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination-registration .swiper-pagination-bullet-active,
.swiper-pagination-text .swiper-pagination-bullet-active,
.swiper-pagination-testimonials .swiper-pagination-bullet-active,
.swiper-pagination-guides .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--night);
  width: 16px;
  height: 8px;
  border-radius: 7px;
}
.swiper-pagination.swiper-pagination-2 .swiper-pagination-bullet {
  background: #B9CAD0;
}
.swiper-pagination.swiper-pagination-2 .swiper-pagination-bullet-active {
  background: #024430;
}

.swiper-pagination-bullet {
  margin: 10px;
}

/*Style of the location of the div that wraps the custom pager*/
.swiper-pagination-custom {
  bottom: 40px;
  padding-left: 70px;
}

.swiper-pagination-customs {
  background: url(../imgs/slider/swiper/dot.svg) no-repeat 0px 0px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-right: 4px;
}

/*Customize the style representation when pager is activated*/
.swiper-pagination-customs-active,
.swiper-pagination-customs:hover {
  background: url(../imgs/slider/swiper/dot-active.svg) no-repeat 0px 0px;
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  margin-left: 3px;
  margin-right: 3px;
}

.box-button-slider {
  position: absolute;
  top: 0px;
  left: 0px;
}

.swiper-group-1 .swiper-pagination {
  bottom: 50px;
  left: 55px;
}
.swiper-group-1.swiper-home-3 .swiper-pagination {
  left: 0px;
}
.swiper-group-1.home-9 .swiper-pagination {
  bottom: 20px;
  left: 25px;
}

/* This line can be removed it was just for display on CodePen: */
.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: -6px;
  top: -6px;
  background-color: #345DBB;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #345DBB;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53, 93, 187, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #FFE7BB;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}

.ui-slider-handle {
  display: none;
}

.ui-widget.ui-widget-content {
  border: 0px solid #EBEBEB;
}

.noUi-target {
  border-radius: 12px;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-background {
  background: #ccc;
}

.noUi-origin {
  border-radius: 12px;
}

.noUi-connect {
  background: #069;
  transition: background 450ms;
  height: 6px;
  margin-top: 0px;
}

.noUi-horizontal .noUi-handle {
  background-color: #069;
  border: 1px solid #069;
  box-shadow: 9px 11px 23px 0px rgba(6, 61, 79, 0.12);
  left: -6px;
  top: -6px;
}

.noUi-handle:active {
  border-width: 1px;
  left: -6px;
  top: -6px;
}

.card-blog-grid {
  margin-bottom: 30px;
}
.card-blog-grid .card-image {
  position: relative;
  margin-bottom: 18px;
}
.card-blog-grid .card-image img {
  border-radius: 20px;
  width: 100%;
}
.card-blog-grid .card-info a {
  text-decoration: none;
}
.card-blog-grid .card-info a:hover, .card-blog-grid .card-info a:hover * {
  color: var(--morning) !important;
}
.card-blog-grid .card-info .date-post {
  color: #6A838C;
  display: inline-block;
  margin-right: 30px;
}
.card-blog-grid .card-info .date-post svg {
  color: #6A838C;
  margin-right: 5px;
  float: left;
}
.card-blog-grid .card-info .time-read {
  color: #6A838C;
  display: inline-block;
}
.card-blog-grid .card-info .time-read svg {
  color: #6A838C;
  margin-right: 5px;
  float: left;
}
.card-blog-grid .card-info .box-author {
  width: 50%;
}
.card-blog-grid .card-info .box-button-more {
  width: 50%;
}
.card-blog-grid.card-blog-grid-2 {
  padding: 18px;
  border: 1px solid var(--morning-clear);
  border-radius: 4px;
}
.card-blog-grid.card-blog-grid-2 .card-info .date-post {
  font-size: 11px;
  line-height: 12px;
}
.card-blog-grid.card-blog-grid-2 .card-info .date-post svg {
  height: 12px;
}
.card-blog-grid.card-blog-grid-2 .card-info .time-read {
  font-size: 11px;
  line-height: 12px;
}
.card-blog-grid.card-blog-grid-2 .card-info .time-read svg {
  height: 12px;
}
.card-blog-grid.card-blog-grid-3 .card-image img {
  border-radius: 8px;
}

.card-blog-list {
  display: flex;
  align-items: flex-start;
}
.card-blog-list .card-image {
  max-width: 120px;
  margin-left: 15px;
}
.card-blog-list .card-image img {
  width: 100%;
  border-radius: 8px;
}
.card-blog-list .card-info a {
  text-decoration: none;
}
.card-blog-list .card-info a:hover, .card-blog-list .card-info a:hover * {
  color: var(--morning) !important;
}

.card-testimonial-grid {
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 30px 30px 20px 30px;
  border: 1px solid var(--light-gray);
  /* background: #fff url(../imgs/page/homepage1/quote.svg) no-repeat top 20px right 30px; */
  transition-duration: 0.2s;
}
.card-testimonial-grid a {
  text-decoration: none;
}
.card-testimonial-grid .card-bottom-info {
  display: flex;
  width: 100%;
  align-items: center;
  border-top: 1px solid #ECF1F2;
  padding-top: 16px;
  margin-top: 20px;
}
.card-testimonial-grid .card-bottom-info .date-post {
  width: 50%;
}
.card-testimonial-grid .card-bottom-info .rating {
  width: 50%;
}
.card-testimonial-grid .card-bottom-info .rating img {
  width: 12px;
}

.card-testimonial-list {
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  padding: 23px 21px;
  border: 1px solid var(--light-gray);
  box-shadow: 0px 0px 20px 0px rgba(14, 41, 50, 0.17);
  margin-bottom: 25px;
  max-width: 572px;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  z-index: 2;
}
.card-testimonial-list a {
  text-decoration: none;
}
.card-testimonial-list .rating {
  width: 40%;
  min-width: 75px;
  max-width: 75px;
}
.card-testimonial-list .box-author {
  width: 100%;
}

.card-plan {
  border-radius: 8px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid var(--light-gray);
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.card-plan .box-day-trial {
  padding: 20px 0px 30px 0px;
  border-bottom: 1px solid var(--light-gray);
}
.card-plan .card-image-plan {
  display: flex;
  align-items: center;
}
.card-plan .card-image-plan .icon-plan {
  max-width: 82px;
  min-width: 82px;
  margin-right: 15px;
  background-color: #D1ECF7;
  text-align: center;
  height: 82px;
  line-height: 82px;
  border-radius: 8px;
}
.card-plan .card-image-plan .icon-plan img {
  display: inline-block;
  vertical-align: middle;
}
.card-plan .card-image-plan .info-plan {
  width: 100%;
}
.card-plan .popular {
  position: absolute;
  bottom: 15px;
  right: -85px;
  padding: 10px 20px;
  transform: rotate(-45deg);
  width: 250px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  background-color: #FFE7BB;
  font-weight: bold;
  color: #024430;
  z-index: 3;
}
.card-plan.card-plan-2:hover {
  border-color: #AFEAE4;
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
}

.card-offer {
  border: 1px solid var(--light-gray);
  padding: 40px 30px 30px 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.card-offer:hover {
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
  border: 1px solid #AFEAE4;
}
.card-offer .card-image {
  height: 75px;
  margin-bottom: 15px;
}
.card-offer .card-image img {
  max-height: 75px;
}

.card-offer-style-2 {
  position: relative;
  background-color: #E0F1F4;
  border-radius: 8px;
}
.card-offer-style-2 .card-offer {
  text-align: center;
}
.card-offer-style-2 .card-offer .card-image {
  margin-bottom: 15px;
  max-width: 104px;
  width: 100%;
  background: #fff;
  text-align: center;
  height: 115px;
  line-height: 115px;
  border-radius: 16px;
  box-shadow: 9px 11px 23px 0px rgba(6, 61, 79, 0.12);
  display: inline-block;
  margin-bottom: 30px;
}
.card-offer-style-2 .card-offer .card-image img {
  display: inline-block;
  vertical-align: middle;
}
.card-offer-style-2 .card-offer .card-info {
  text-align: center;
}
.card-offer-style-2 .card-offer .card-info .box-button-offer {
  text-align: center;
}
.card-offer-style-2.card-left .card-offer {
  text-align: left;
}
.card-offer-style-2.card-left .card-info {
  text-align: left;
}
.card-offer-style-2.card-left .card-info .box-button-offer {
  text-align: left;
}

.card-we-do {
  display: flex;
  padding: 30px 20px;
}
.card-we-do .card-image {
  max-width: 105px;
  width: 100%;
  height: auto;
  margin-right: 10px;
  text-align: center;
}
.card-we-do .card-image img {
  max-width: 100%;
  display: inline-block;
}
.card-we-do .card-info {
  width: 100%;
}

.cardNumber {
  border-radius: 16px;
  background-color: #D1ECF7;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.cardNumber.hasBorder {
  border-right: 3px solid #6A838C;
  border-bottom: 3px solid #6A838C;
}
.cardNumber .card-head {
  color: #024430;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}
.cardNumber .card-description {
  font-size: 18px;
  color: #024430;
  line-height: 24px;
  font-weight: 700;
}

.box-testimonial-2 .card-testimonial-grid:hover {
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
  border-color: #AFEAE4;
}
.box-testimonial-2 .testimonial-warning .card-testimonial-grid {
  background-color: #FFE7BB;
  border-color: #FFD166;
}
.box-testimonial-2 .testimonial-warning .card-testimonial-grid .card-bottom-info {
  border-top-color: #FFD166;
}

.card-small {
  border: 1px solid #B9CAD0;
  padding: 18px 17px;
  border-radius: 16px;
  margin-bottom: 30px;
}
.card-small a {
  text-decoration: none;
}
.card-small a:hover, .card-small a:hover * {
  color: var(--morning) !important;
}
.card-small .card-image .box-image {
  background-color: #E0F1F4;
  border-radius: 6px;
  padding: 8px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.card-small .card-image .box-image img {
  display: inline-block;
  vertical-align: middle;
}
.card-small .card-info .icon-up {
  background: url(../imgs/page/homepage3/up.svg) no-repeat right top 8px;
}
.card-small:hover {
  border-color: #AFEAE4;
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
}
.card-small.card-small-2 {
  border: 0px;
  padding: 0px;
}
.card-small.card-small-2:hover {
  box-shadow: none;
}
.card-small.card-small-2 .box-image img {
  max-height: 32px;
  display: inline-block;
  vertical-align: middle;
}

.card-plan-style-2 .card-plan:hover {
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
  border-color: #AFEAE4;
}
.card-plan-style-2 .card-plan .box-day-trial {
  padding: 20px 0px 0px 0px;
  border-bottom: 0px solid var(--light-gray);
}
.card-plan-style-2 .card-plan .btn-brand-1-full {
  background-color: #ffffff;
  border: 1px solid #024430;
  border-radius: 4px;
  color: #024430;
}
.card-plan-style-2 .card-plan .btn-brand-1-full * {
  color: #024430;
}
.card-plan-style-2 .card-plan .btn-brand-1-full:hover {
  border: 1px solid #024430 !important;
  color: #FFE7BB;
  background-color: #024430;
}
.card-plan-style-2 .card-plan .btn-brand-1-full:hover * {
  color: #FFE7BB !important;
}

.card-team .card-image {
  max-width: 210px;
  width: 100%;
  margin-bottom: 10px;
}
.card-team .card-image img {
  border-radius: 8px;
}
.card-team .card-info a {
  color: #024430;
  text-decoration: none;
}

.card-offer-style-3 {
  border-radius: 8px;
  border: 1px solid var(--light-gray);
  padding: 0px;
  margin-bottom: 30px;
}
.card-offer-style-3 .card-head {
  padding: 30px;
  background-color: #E0F1F4;
  display: flex;
  align-items: flex-end;
}
.card-offer-style-3 .card-head .card-image {
  max-width: 104px;
  width: 100%;
  min-width: 104px;
  height: 115px;
  line-height: 85px;
  margin-right: 15px;
  padding: 15px 20px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
}
.card-offer-style-3 .card-head .card-image img {
  display: inline-block;
  vertical-align: middle;
}
.card-offer-style-3 .card-info {
  padding: 30px 30px 15px 30px;
}

.card-support {
  display: flex;
  margin-bottom: 30px;
}
.card-support .card-info {
  width: 100%;
}
.card-support .card-image {
  min-width: 64px;
  max-width: 64px;
  width: 100%;
  margin-right: 17px;
}
.card-support .card-image .box-circle-img {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background-color: #FFE7BB;
  text-align: center;
  line-height: 64px;
}
.card-support .card-image .box-circle-img svg {
  height: 32px;
  color: #024430;
}


.card-member {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.card-member .card-top {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.card-member .card-top .card-image {
  width: 90px;
  max-width: 90px;
  margin-right: 15px;
}
.card-member .card-top .card-image img {
  width: 100%;
  border-radius: 8px;
}
.card-member .card-top .card-info {
  width: 100%;
}
.card-member .card-top .card-info .list-socials {
  margin-top: 10px;
}
.card-member .card-bottom {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--light-gray);
}

.card-member-2 {
  display: flex;
  align-items: flex-end;
  width: 100%;
  border: 3px solid #fff;
  border-radius: 16px;
  background-color: #E0F1F4;
  overflow: hidden;
  position: relative;
  height: 358px;
  box-shadow: 9px 11px 23px 0px rgba(6, 61, 79, 0.12);
}
.card-member-2 .card-image {
  position: relative;
}
.card-member-2 .card-image img {
  display: block;
}
.card-member-2 .card-info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background-color: #EFE9FF;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 15px;
}
.card-member-2 .card-info a.color-brand-1 {
  display: block;
  margin-bottom: 1px;
}
.card-member-2 .list-socials {
  text-align: right;
  width: 50%;
}
.card-member-2 .list-socials .icon-socials:last-child {
  margin-right: 0px;
}
.card-member-2 .d-flex p.font-xs {
  width: 50%;
}

.card-guide {
  display: flex;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--light-gray);
  padding: 30px;
}
.card-guide .card-image {
  max-width: 64px;
  min-width: 64px;
  width: 100%;
  position: relative;
  margin-right: 22px;
}
.card-guide .card-image img {
  display: inline-block;
  vertical-align: middle;
}
.card-guide .card-info {
  position: relative;
  width: 100%;
}

.card-marketing {
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.card-marketing:hover {
  box-shadow: none;
  border: 0px;
}
.card-marketing .card-image {
  margin-right: 30px;
}
.card-marketing .card-image .cover-image {
  background-color: #ffffff;
  width: 100%;
  max-width: 104px;
  height: 104px;
  display: inline-block;
  border-radius: 16px;
  line-height: 104px;
  text-align: center;
}
.card-marketing .card-image .cover-image img {
  max-height: 57px;
  display: inline-block;
  vertical-align: middle;
}

.card-radius-32 {
  border-radius: 32px;
  border: 1px solid var(--light-gray);
  background-color: #FFEADE;
  overflow: hidden;
}
.card-radius-32 .card-info {
  padding: 30px;
  text-align: center;
}
.card-radius-32 .card-image {
  text-align: center;
  width: 100%;
}
.card-radius-32 .card-image img {
  display: inline-block;
}
.card-radius-32 .box-cover-pd {
  padding: 60px;
  position: relative;
}
.card-radius-32 .box-cover-pd-2 {
  padding: 60px 0px 30px 0px;
}
.card-radius-32 .box-cover-pd-2 .item-number {
  margin-bottom: 30px;
}
.card-radius-32 .box-cover-pd-2 .item-number .num-ele {
  height: 60px;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  line-height: 60px;
  font-size: 34px;
}
.card-radius-32 .box-image-rd-30 {
  border: 5px solid #ffffff;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.card-review {
  border-radius: 16px;
  background-color: #ffffff;
  padding: 48px 53px 38px 53px;
}
.card-review .card-info {
  position: relative;
  padding-left: 64px;
  background: url(../imgs/page/homepage7/quote.png) no-repeat top left;
}
.card-review .card-info .rating-review {
  margin-bottom: 10px;
}
.card-review .card-info .rating-review img {
  margin-right: 3px;
}

.card-become {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.card-become .card-title h6 span {
  padding: 0px 0px 1px 0px;
  display: inline-block;
}
.card-become .card-title h6 img {
  display: inline-block;
  vertical-align: bottom;
}

.card-comment {
  display: flex;
  padding: 0px;
  border: 1px solid #AFEAE4;
  border-radius: 8px;
  padding: 17px 15px;
  text-align: left;
}
.card-comment .card-image {
  min-width: 55px;
  max-width: 55px;
  width: 100%;
  margin-right: 10px;
}
.card-comment .card-image img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: block;
}
.card-comment .card-title {
  display: flex;
  align-items: center;
}
.card-comment .card-title .title-comment {
  width: 100%;
}
.card-comment .card-title .rating {
  min-width: 72px;
  max-width: 72px;
  width: 100%;
  text-align: right;
}
.card-comment .card-title .rating img {
  margin-left: 2px;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.loader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  color: #069;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 3.5em;
}

.swiper-pagination {
  text-align: center;
  bottom: 0px !important;
  position: relative;
}
.swiper-pagination .swiper-pagination-customs {
  background: #ffffff;
  border-radius: 50%;
}
.swiper-pagination .swiper-pagination-customs:hover {
  background: #fff;
}
.swiper-pagination .swiper-pagination-customs-active {
  background: #069;
}
.swiper-pagination.swiper-pagination-2 {
  top: auto;
  height: auto;
  z-index: 123;
  line-height: 30px;
  text-align: center;
}

/*page loading*/
.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  transition: 0.6s;
  margin: 0 auto;
 
}

#preloader-active
{
display: none;
}
.preloader img {
  max-width: 250px;
}

.page-loading-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 0 0;
}
.page-loading-inner div {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  box-sizing: content-box;
  margin: -10px -20px;
}
.page-loading-inner div:nth-child(1) {
  background: #024430;
  animation: page-loading-inner 1s linear infinite;
  animation-delay: -0.5s;
}
.page-loading-inner div:nth-child(2) {
  background: #ffe7bb;
  animation: page-loading-inner 1s linear infinite;
  animation-delay: 0s;
}
.page-loading-inner div:nth-child(3) {
  background: #024430;
  animation: page-loading-inner-o 1s linear infinite;
  animation-delay: -0.5s;
}

.page-loading {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
}

@keyframes page-loading-inner-o {
  0% {
    opacity: 1;
    transform: translate(0 0);
  }
  49.99% {
    opacity: 1;
    transform: translate(30px, 0);
  }
  50% {
    opacity: 0;
    transform: translate(30px, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes page-loading-inner {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes rotate {
  0%, 49.999%, 100% {
    transform: none;
  }
  50%, 99.999% {
    transform: rotate(90deg);
  }
}
@keyframes shift-left {
  0%, 100% {
    transform: translateX(0%);
  }
  50% {
    transform: scale(0.65) translateX(-75%);
  }
}
@keyframes shift-right {
  0%, 100% {
    transform: translateX(0%);
  }
  50% {
    transform: scale(0.65) translateX(75%);
  }
}
.preloader-dots {
  --uib-size: 30px;
  --uib-speed: .9s;
  --uib-color: #425A8B;
  position: relative;
  height: calc(var(--uib-size) / 2);
  width: var(--uib-size);
  filter: url("#uib-jelly-ooze");
  animation: rotate calc(var(--uib-speed) * 2) linear infinite;
}
.preloader-dots::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 25%;
  width: 50%;
  height: 100%;
  background: var(--uib-color);
  border-radius: 100%;
  animation: shift-left var(--uib-speed) ease infinite;
}
.preloader-dots::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 25%;
  width: 50%;
  height: 100%;
  background: var(--uib-color);
  border-radius: 100%;
  animation: shift-right var(--uib-speed) ease infinite;
}

/*select 2 style*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #069;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #069 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

.select2-search--dropdown {
  padding: 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 8px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ccc;
  color: #069;
}

.modal-header .btn-close {
  margin: -0.5rem 0rem -0.5rem auto;
}

.icon-16 {
  height: 16px;
  color: #071920;
}

.banner-1 {
  padding: 80px 0px 70px 0px;
}

.banner-2 {
  background: url(../imgs/page/homepage2/bg-banner.png) no-repeat right center;
}

.banner-3 {
  background-color: #EBF5F8;
}
.banner-3 .banner-1 {
  padding-bottom: 0px;
}
.banner-3 .img-banner-1 {
  width: 53%;
}
.banner-3 .img-banner-2 {
  width: 47%;
}
.banner-3 .image-chart {
  position: absolute;
  bottom: 30px;
  right: -60px;
  z-index: 3;
}
.banner-3 .box-image-main {
  position: relative;
  height: 100%;
  width: 100%;
}
.banner-3 .box-image-main::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../imgs/page/homepage3/bg-banner.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.banner-3 .box-image-main img {
  position: relative;
  z-index: 2;
  left: -70px;
}

.banner-4 {
  background: #FFE7BB url(../imgs/page/homepage4/finger.png) no-repeat top right;
  position: relative;
}
.banner-4 .container {
  position: relative;
  z-index: 2;
}
.banner-4::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 150px;
  width: 133px;
  z-index: 1;
  content: "";
  background: url(../imgs/page/homepage4/finger-2.png) no-repeat bottom left;
  background-size: contain;
}

.banner-about {
  background: url(../imgs/page/about/finger.png) no-repeat top 10px right 20px;
}

@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-thumb-animation-2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes hero-thumb-sm-animation {
  0% {
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    transform: translateY(-20px) translateX(0px);
  }
}
@keyframes hero-thumb-sm-2-animation {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.shape-1 {
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-1-2 {
  animation: hero-thumb-animation-2 2s linear infinite alternate;
}

.shape-2 {
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.box-container-sw {
  max-width: 700px;
  margin: auto;
  position: relative;
  min-height: 22px;
  line-height: 18px;
  padding: 10px 0px;
}


.header .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .main-header .header-left {
  display: flex;
  align-items: center;
  width: 100%;
}
.header .main-header .header-left .header-logo {
  max-width: 170px;
  width: 100%;
}
.header .main-header .header-left .header-logo a {
  display: block;
}
.header .main-header .header-left .header-logo a img {
  min-height: 37px;
}
.header .main-header .header-left .header-nav {
  display: inline-block;
  width: 80%;
  text-align: left;
  padding-left: 2%;
}
.header .main-header .header-left .header-right {
  width: 25%;
  text-align: right;
  display: block ;

}
.header .main-header .header-left .header-right .btn.btn-brand-1-circle {
 min-width: auto !important;

}


.header-right.d-none.d-xl-inline-block .btn {
  padding: 8px 15px !important;
}
@media (min-width: 1024px) {

  .header .main-header .header-left .header-right {
    display: flex !important;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
}
}

.header .main-header .header-left .header-right .icon-list {
  display: inline-block;
  padding: 0px 10px 0px 10px;
  position: relative;
  font-size: 16px;
  color: #AFEAE4;
  line-height: 24px;
  cursor: pointer;
}
.header .main-header .header-left .header-right .icon-list:hover {
  color: #024430;
}
.header .main-header .header-left .header-right .icon-list .arrow-down {
  background: url(../imgs/template/icons/angle-down.svg) no-repeat right top 3px;
  padding-right: 22px;
}
.header .main-header .header-left .header-right .icon-list .arrow-down:hover {
  color: #024430;
}
.header .nav-main-menu {
  width: auto;
  padding: 0px;
  float: none;
}
.header .burger-icon {
  display: none;
}
.header .main-menu {
  padding-top: 3px;
}
.header .main-menu li {
  float: left;
  position: relative;
  text-align: left;
  padding-right: 15px;
}
.header .main-menu li.has-children > a::after {
  content: "";
  background: url(../imgs/template/icons/angle-down.svg) no-repeat center;
  height: 8px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: -14px;
  margin-top: -4px;
}
.header .main-menu li.hr {
  padding: 0px 22px;
}
.header .main-menu li.hr span {
  background-color: #B9CAD0;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
.header .main-menu li a {
  font-family: 'DMSans-Regular';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: var(--night);
  line-height: 23px;
  display: block;
  padding: 28px 8px 28px 10px;
  text-decoration: none;
  position: relative;
}
.header .main-menu li a:hover {
  color: var(--morning);
}
.header .main-menu li a:hover i {
  opacity: 1;
  transition: 0.2s;
}
.header .main-menu li a i {
  font-size: 12px;
  margin-right: 8px;
  opacity: 0.38;
  transition: 0.2s;
}
.header .main-menu li div.sub-menu {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 999999;
  min-width: 220px;
  width: 400px;
  border-radius: 8px;
  padding: 25px 30px 10px 30px;
  background-color: #fff;
  border: 1px solid var(--light-gray);
  box-shadow: 0px 0px 20px 0px rgba(14, 41, 50, 0.17);
  border-bottom: 8px solid #AFEAE4;
  display: none;
}
.header .main-menu li div.sub-menu .menu-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  border: 0px;
  background-color: transparent;
  box-shadow: none;
}
.header .main-menu li div.sub-menu .menu-inner li {
  width: 50%;
  padding-right: 0px;
}
.header .main-menu li div.sub-menu .menu-inner li a {
  padding-left: 0px;
  padding-right: 0px;
  color: #024430;
}
.header .main-menu li div.sub-menu .menu-inner li a svg {
  color: #8EA4AC;
  margin-right: 5px;
}
.header .main-menu li div.sub-menu .menu-inner li a:hover {
  color: #071920;
}
.header .main-menu li div.sub-menu .menu-inner li a:hover * {
  color: #071920;
}
.header .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 999999;
  min-width: 220px;
  border-radius: 8px;
  padding: 8px 0px 8px 0;
  background-color: #fff;
  border: 1px solid var(--light-gray);
  box-shadow: 0px 0px 20px 0px rgba(14, 41, 50, 0.17);
}
.header .main-menu li ul li {
  width: 100%;
}
.header .main-menu li ul li a {
  font-size: 14px;
  color: #071920;
  position: relative;
  padding: 6px 22px 6px 22px;
  transition: 0.2s;
}
.header .main-menu li ul li a:hover {
  padding-left: 25px;
  transition: 0.2s;
}
.header .main-menu li ul li a.closer {
  padding: 8px 22px 8px 22px;
}
.header .main-menu li ul li ul {
  top: 0px;
  left: 100%;
}
.header .main-menu li:hover > ul, .header .main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}
.header .main-menu li:hover > ul li, .header .main-menu li:hover > .sub-menu li {
  width: 100%;
}
.header.header2 .header-left .header-right {
  display: flex;
  align-items: center;
  width: 65%;
}

.box-notify svg {
  height: 14px;
  color: #FFE7BB;
}

.sticky-bar.stick {
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  left: 0;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid rgba(10,69,51,.05);
  background: #fff;
}
.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}
.sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}

.user-account {
  display: flex;
  align-items: center;
}
.user-account img {
  max-width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.user-account .user-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}

.perfect-scroll {
  height: 75vh;
  width: 100%;
  position: relative;
  max-width: 100%;
  padding: 0px 30px 0px 30px;
  display: flex;
  flex-wrap: nowrap;
  /* place-content: space-between; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.body-overlay-1 {
  background: transparent;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 1002;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
  border: 1px solid #3D565F;
  border-radius: 4px;
}

.dropdown-item {
  font-size: 14px;
  color: #AFEAE4;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
  color: #AFEAE4;
  text-decoration: none;
  background-color: #3D565F;
}

.dropdown-language .dropdown-item img {
  margin-right: 5px;
}

.box-dropdown-cart {
  position: relative;
}
.box-dropdown-cart .dropdown-account {
  padding: 25px 25px;
  width: 150px;
}
.box-dropdown-cart .dropdown-account ul li {
  margin-bottom: 15px;
}
.box-dropdown-cart .dropdown-account ul li a {
  color: #071920;
  text-decoration: none;
}
.box-dropdown-cart .dropdown-account ul li a img {
  float: left;
  margin: 4px 10px 0px 0px;
}

.dropdown-cart {
  display: none;
  visibility: hidden;
  position: absolute;
  right: -70px;
  top: calc(100% + 22px);
  z-index: 99;
  width: 320px;
  background-color: #fff;
  padding: 22px;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 0 0 4px 4px;
  border: 1px solid #3D565F;
}
.dropdown-cart.dropdown-open {
  display: block;
  visibility: visible;
}

.dropdown-account {
  width: 200px;
  right: 0;
  display: none;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 30px);
  border-radius: 8px;
  z-index: 99;
  width: 220px;
  background-color: #fff;
  padding: 22px;
  box-shadow: 0px 0px 20px 0px rgba(14, 41, 50, 0.17);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid var(--light-gray);
}
.dropdown-account.dropdown-open {
  display: block;
  visibility: visible;
}
.dropdown-account ul li {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.dropdown-account ul li:last-child {
  margin: 0;
}
.dropdown-account ul li a {
  color: #AFEAE4;
}
.dropdown-account ul li a:hover {
  color: #024430;
}

.item-cart {
  display: flex;
  text-align: left;
}
.item-cart .cart-image {
  min-width: 80px;
  max-width: 80px;
  margin-right: 15px;
}
.item-cart .cart-image img {
  width: 100%;
}
.item-cart .color-brand-3:hover {
  color: #024430 !important;
}

.search-post svg {
  height: 16px;
  color: #071920;
}

.swiper-button-prev-notify, .swiper-button-next-notify {
  background: none;
  height: 14px;
}
.swiper-button-prev-notify:hover, .swiper-button-next-notify:hover {
  background: none;
}

.swiper-button-next-notify {
  left: auto;
  right: 0px;
  top: 12px;
}

.swiper-button-prev-notify {
  left: auto;
  right: 22px;
  top: 12px;
}

.btn-close {
  position: absolute;
  top: 5px;
  background: none;
  right: 0px;
  padding: 7px 22px 5px 22px;
  line-height: 14px;
  opacity: 1;
}
.btn-close svg {
  height: 16px;
}

.swiper-notify.swiper-container {
  padding-bottom: 0px;
}

.box-search-top {
  position: relative;
}
.box-search-top .form-search-top {
  position: absolute;
  top: 54px;
  width: 220px;
  right: -20px;
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #ECF1F2;
  z-index: 123;
  display: none;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
}
.box-search-top .form-search-top .input-search {
  border: 0px solid #ECF1F2;
  border-radius: 4px;
  padding: 5px 10px;
  width: 100%;
}
.box-search-top .form-search-top .btn-search {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 12;
  padding: 10px;
  height: 46px;
}
.box-search-top .form-search-top .btn-search svg {
  height: 16px;
  color: var(--night);
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  max-width: 370px;
  width: 100%;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 1003;
}
.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 0px 0px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo {
  position: relative;
  border-bottom: 1px solid var(--light-gray);
  padding: 15px 30px 15px 30px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo img {
  width: 60px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  background-color: #ffffff;
  align-items: center;
  align-self: center;
  border-bottom: 0;
  margin-bottom: 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 100px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu {
  max-width: 370px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 13px 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 38px;
  top: 5px;
  color: #071920;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.5;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand i::before {
  content: "\f113";
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 24px;
  font-family: 'DMSans-Regular';
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #024430;
  transition-duration: 0.2s;
  text-decoration: none;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a:hover {
  color: var(--morning);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 10px 0 0 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0;
  border-bottom: none;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
  top: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
  padding-left: 13px;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #071920;
  padding-left: 10px;
  position: relative;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
  padding-bottom: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.hr {
  padding: 0 0 0 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.hr span {
  background-color: #B9CAD0;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
  color: var(--morning);
  padding-left: 3px;
  transition-duration: 0.2s;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
  padding: 5px 15px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #071920;
  margin: 17px 0 30px 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #071920;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: #071920;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
  font-size: 14px;
  color: #071920;
  margin-right: 8px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 11;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
  color: #071920;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
  color: #071920;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
  font-size: 12px;
  color: #071920;
  padding-bottom: 20px;
}

.burger-icon {
  position: absolute;
  width: 24px;
  height: 20px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 10px;
  right: 0px;
  z-index: 1004;
}
.burger-icon.burger-close {
  width: 15px;
}
.burger-icon > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
.burger-icon > span.burger-icon-top {
  top: 2px;
}
.burger-icon > span.burger-icon-bottom {
  bottom: 2px;
}
.burger-icon > span.burger-icon-mid {
  top: 9px;
}
.burger-icon.burger-close {
  position: fixed;
  top: 18px;
  right: 30px;
}
.burger-icon.burger-close > span.burger-icon-top {
  display: none;
  opacity: 0;
}
.burger-icon.burger-close > span.burger-icon-mid {
  top: 8px;
  transform: rotate(45deg);
}
.burger-icon.burger-close > span.burger-icon-bottom {
  bottom: 10px;
  transform: rotate(-45deg);
}

.burger-icon > span::before,
.burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

.burger-icon.burger-icon-white > span::before,
.burger-icon.burger-icon-white > span::after {
  background-color: #3D565F;
}

.burger-icon.burger-close.burger-icon-white > span::before,
.burger-icon.burger-close.burger-icon-white > span::after {
  background-color: #024430;
}

.mobile-search form {
  background-color: #EFE9FF;
  border-radius: 8px;
  height: 44px;
  padding: 0px 15px 0px 44px;
  position: relative;
}
.mobile-search form input {
  border: 0;
  background-color: transparent;
  width: 100%;
  padding: 12px 10px;
}
.mobile-search form i {
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 18px;
  color: #122830;
}

.mobile-social-icon h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
.mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: inline-flex;
  background: #efeaff;
  border-radius: 30px;
  line-height: 1;
  align-content: center;
  justify-content: center;
}
.mobile-social-icon a img {
  max-width: 18px;
}
.mobile-social-icon a img:hover {
  opacity: 0.8;
}
.mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
}
.mobile-social-icon a:last-child {
  margin-right: 0;
}

.mobile-account {
  margin: 20px 0 25px 0;
  padding: 30px 0 20px 0;
  border-top: thin solid #B9CAD0;
  border-bottom: thin solid #B9CAD0;
}
.mobile-account ul.mobile-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.mobile-account h6 {
  font-weight: 600;
  font-size: 18px;
}
.mobile-account ul li {
  padding: 8px 0;
}
.mobile-account ul li a {
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: #071920;
  transition-duration: 0.2s;
  text-decoration: none;
}
.mobile-account ul li:hover a {
  padding-left: 3px;
  transition-duration: 0.2s;
  color: #071920;
}

.box-download-app {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--light-gray);
  border-top: 1px solid var(--light-gray);
  margin-bottom: 20px;
  margin-top: 20px;
}

.nav-tabs-mobile {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.nav-tabs-mobile li {
  padding: 0px;
  position: relative;
}
.nav-tabs-mobile li a {
  padding: 10px;
  display: flex;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #024430;
}
.nav-tabs-mobile li a svg {
  height: 14px;
  vertical-align: middle;
  float: left;
  margin: 2px 5px 0px 0px !important;
  color: #024430;
}
.nav-tabs-mobile li a:hover, .nav-tabs-mobile li a:hover *, .nav-tabs-mobile li a.active {
  color: var(--morning);
}
.nav-tabs-mobile li a:hover::before, .nav-tabs-mobile li a:hover *::before, .nav-tabs-mobile li a.active::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0px;
  background-color: var(--morning);
}
.nav-tabs-mobile li a.active * {
  color: var(--morning);
}

.notifications-item {
  padding: 20px 0px 0px 0px;
}
.notifications-item .item-notify {
  margin-bottom: 30px;
  display: flex;
}
.notifications-item .item-notify .item-image {
  min-width: 32px;
  max-width: 32px;
  width: 100%;
  margin-right: 15px;
}
.notifications-item .item-notify .item-info {
  width: 100%;
}
.notifications-item .item-notify .item-time {
  width: 63px;
  max-width: 63px;
  margin-left: 20px;
  min-width: 63px;
}

.footer .width-20 {
  width: 20%;
}
.footer .width-25 {
  width: 25%;
}
.footer .width-22 {
  width: 22%;
}
.footer .width-23 {
  width: 23%;
}
.footer .width-16 {
  width: 19%;
}
.footer .menu-footer {
  display: inline-block;
}
.footer .menu-footer li {
  list-style: none;
  margin-bottom: 8px;
  font-family: 'DMSans-VariableFont';
}
.footer .menu-footer li a {
  color: var(--night);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: block;
  padding: 0px 0px 0px 0px;
  transition-duration: 0.2s;
}
.footer .menu-footer li a:hover {
  color: #024430;
  transition-duration: 0.2s;
  padding-left: 2px;
}
.footer .footer-bottom {
  border-top: 2px solid rgba(10, 69, 51, .1);
  padding: 30px 0px;
  color: var(--night);
  font-size: 14px;
}
.footer .footer-bottom a {
  text-decoration: none;
}
a#scrollUp {
  display: none !important;
}
#scrollUp {
  width: 56px;
  height: 56px;
  color: #fff;
  right: 20px;
  bottom: 20px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 999 !important;
  border: 0;
  background-color: #fff;
  transition-duration: 0.2s;
  background-color: #024430;
}
#scrollUp i {
  display: block;
  line-height: 56px !important;
  font-size: 20px;
  color: #fff;
}
#scrollUp:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
  background-color: #066a4c;
}


.menu-bottom li a {
  display: block;
  padding: 0px 15px;
}
.menu-bottom li:first-child a {
  padding-left: 0px;
}



.footer-3 {
  border-top: 1px solid #6A838C;
  padding-top: 30px;
}

.box-newsletter {
  position: relative;
  border-radius: 8px;
  background-color: var(--light-gray);
  padding: 40px;
  display: inline-block;
  width: 100%;
}
.box-newsletter::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100px;
  width: 111px;
  background: url(../imgs/template/newsletter_finger_top.png) no-repeat top right;
  background-size: cover;
}
.box-newsletter .img-main {
  border-radius: 565px;
  max-width: 100%;
  width: 100%;
}
.box-newsletter .image-1 {
  position: absolute;
  left: 0px;
  bottom: -45px;
}
.box-newsletter .box-image-newsletter {
  position: relative;
}
.box-newsletter .form-newsletter {
  padding: 10px;
  background: #fff;
  border-radius: 8px;
}
.box-newsletter .form-newsletter form {
  display: flex;
}
.box-newsletter .form-newsletter form input {
  width: 100%;
  border: 0px;
  outline: 0;
  box-shadow: none;
  padding: 10px;
  color: #071920;
}
.box-newsletter.box-newsletter-2 {
  background-color: #ffffff;
  border: 1px solid #AFEAE4;
  padding-bottom: 50px;
  background-image: url(../imgs/page/homepage3/tree.png);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: bottom right;
}
.box-newsletter.box-newsletter-2 .form-newsletter {
  border: 1px solid var(--light-gray);
  border-radius: 8px;
}
.box-newsletter.box-newsletter-2 > .row {
  position: relative;
  z-index: 2;
}
.box-newsletter.box-newsletter-2::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 140px;
  height: 70px;
  width: 165px;
  background: url(../imgs/page/homepage3/ellipse1.png) no-repeat top right;
  background-size: contain;
  z-index: 1;
}
.box-newsletter.box-newsletter-2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  z-index: 1;
  left: 60px;
  height: 50px;
  width: 346px;
  background: url(../imgs/page/homepage3/ellipse2.png) no-repeat top right;
  background-size: contain;
}

.box-footer-2 {
  background-color: var(--light-gray);
  border-radius: 8px;
  padding: 40px 30px 30px 30px;
}

.footer-home2 {
  padding: 0px;
}
.footer-home2 .footer-1 {
  padding-bottom: 0px;
}

footer a {
  text-decoration: none;
}

.icon-socials {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
  height: 31px;
  width: 31px;
  transition-duration: 0.2s;
  vertical-align: middle;
  background-size: contain !important;
}
.icon-socials:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}
.icon-socials.icon-facebook {
  background: url(../imgs/template/icons/fb.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.icon-socials.icon-facebook:hover {
  background: url(../imgs/template/icons/fb.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.icon-socials.icon-twitter {
  background: url(../imgs/template/icons/tw.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.icon-socials.icon-twitter:hover {
  background: url(../imgs/template/icons/tw.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.icon-socials.icon-instagram {
  background: url(../imgs/template/icons/inst.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.icon-socials.icon-instagram:hover {
  background: url(../imgs/template/icons/inst.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.icon-socials.icon-linkedin {
  background: url(../imgs/template/icons/in.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.icon-socials.icon-linkedin:hover {
  background: url(../imgs/template/icons/in.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.icon-socials.icon-youtube {
  background: url(../imgs/template/icons/youtube.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.icon-socials.icon-youtube:hover {
  background: url(../imgs/template/icons/youtube.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}

/*LAYOUT -> SPACING**/
.section-padding-30 {
  padding: 30px 0;
}

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

.section-padding-60 {
  padding: 60px 0;
}

.section-padding {
  padding: 25px 0;
}

.ml-3 {
  margin-left: 3px;
}

.ptb-0 {
  padding: 0;
}

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

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

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

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

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

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

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

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

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

.p-40 {
  padding: 40px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

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

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

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

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

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

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

/* .mb-80 {
  margin-bottom: 80px !important;
} */

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

/* .mb-100 {
  margin-bottom: 100px !important;
} */

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.box-radius-bottom {
  background-color: var(--light-gray);
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 120px;
  padding: 50px 0px;
}

.box-author {
  display: flex;
  align-items: center;
}
.box-author img {
  max-width: 56px;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  margin-right: 10px;
}
.box-author .author-info .author-name {
  display: block;
}
.box-author .author-info img {
  width: 12px;
  height: auto;
  border-radius: 0;
  margin-right: 0px;
  max-width: 100%;
}

.date-post {
  display: inline-block;
  margin-right: 30px;
}
.date-post svg {
  color: #6A838C;
  margin-right: 5px;
  float: left;
}

.time-read {
  display: inline-block;
}
.time-read svg {
  color: #6A838C;
  margin-right: 5px;
  float: left;
}

.list-blogs li {
  margin-bottom: 30px;
  border-bottom: 1px solid #ECF1F2;
  padding-bottom: 30px;
}
.list-blogs li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.swiper-group-mr {
  margin-right: -200px;
  width: auto;
}

.list-ticks {
  display: flex;
  flex-wrap: wrap;
}
.list-ticks li {
  width: 50%;
  color: #3D565F;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
}
.list-ticks li svg {
  color: var(--morning);
  height: 20px;
  margin-right: 10px;
}
.list-ticks.list-ticks-2 li {
  width: 100%;
}
.list-ticks.list-ticks-2 li:last-child {
  margin-bottom: 0px;
}
.list-ticks.list-ticks-2 li.mutted svg {
  color: #CFDEE3;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.box-images {
  position: relative;
}
.box-images img {
  z-index: 2;
  position: relative;
}

.image-2 {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 3;
}

.image-3 {
  position: absolute;
  bottom: -20px;
  left: -10px;
  z-index: 3;
}

.img-main-2 {
  border-radius: 900px;
  max-width: 100%;
  width: 100%;
}

.box-images-project {
  padding-right: 30px;
}

.border-bottom {
  border-bottom: 1px solid #AFEAE4 !important;
  padding-top: 30px;
  margin-bottom: 30px;
}

.project-revert .box-images-project {
  padding-right: 0px;
  padding-left: 30px;
}

.list-faqs {
  padding: 0px;
  margin: 0px;
  list-style: none;
  border: 0px;
}
.list-faqs li {
  margin-bottom: 15px;
  width: 100%;
}
.list-faqs li a {
  display: flex;
  padding: 14px 26px 16px 26px;
  border: 1px solid #ECF1F2;
  color: var(--night);
  border-radius: 4px;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.list-faqs li a span {
  width: 100%;
  display: inline-block;
}
.list-faqs li a svg {
  display: inline-block;
  margin-top: 4px;
  transition-duration: 0.2s;
}
.list-faqs li a:hover, .list-faqs li a.active {
  background-color: #066a4c;
  color: #FFE7BB !important;
}
.list-faqs li a:hover svg, .list-faqs li a:hover *, .list-faqs li a.active svg, .list-faqs li a.active * {
  color: #FFE7BB !important;
}
.list-faqs li a:hover svg {
  transform: rotate(-45deg);
  transition-duration: 0.2s;
}

.accordion .accordion-button {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: var(--night);
  border: 0px;
  padding: 25px 30px 20px 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.accordion .accordion-body {
  padding: 0px 50px 30px 30px;
  font-family: 'DMSans-Regular';
  color: var(--dark-gray);
  font-size: 17Px;
  line-height: 23px;
}


.accordion .accordion-collapse {
  border-width: 0 0;
  background-color: var(--light-gray);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.accordion .accordion-body {
  padding: 0px 50px 30px 30px;
}
.accordion-button.collapsed {
  border-bottom: 1px solid var(--light-gray) !important;
}
.accordion-button:not(.collapsed) {
  background-color: var(--light-gray);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.bg-plan {
  background-image: url(../imgs/page/homepage1/bg-plan.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.bg-faqs {
  background-image: url(../imgs/page/homepage1/bg-faqs.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 220px;
}

.bg-plant {
  position: relative;
}
.bg-plant::before {
  background-image: url(../imgs/page/homepage1/plant.png);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0px;
  height: 290px;
  width: 290px;
  z-index: 1;
  background-size: contain;
}

.box-info-video {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px 60px 0px 30px;
}
.box-info-video img {
  width: 100%;
}
.box-info-video .box-button-video {
  margin-top: 40px;
}
.box-info-video a:hover, .box-info-video a:hover * {
  color: white !important;
}

.box-cover-video {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  background-image: url(../imgs/page/homepage1/finger-2.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.line-under {
  position: relative;
}
.line-under::before {
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 5px;
  background-color: #FFE7BB;
  z-index: 1;
}
.line-under span {
  position: relative;
  z-index: 2;
}

.box-top-notify-homepage2 .bg-brand-1 {
  background-color: #FFE7BB;
}
.box-top-notify-homepage2 .box-notify svg {
  color: #024430;
}
.box-top-notify-homepage2 .color-brand-2 {
  color: #024430 !important;
}

.box-radius-logo {
  border-radius: 24px;
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
  padding: 50px 30px 40px 30px;
  background-color: #fff;
  border: 1px solid var(--light-gray);
}

.list-partners {
  text-align: center;
}
.list-partners li {
  display: inline-block;
  min-width: 100px;
  padding: 10px 20px;
}
.list-partners li img {
  vertical-align: middle;
  display: inline-block;
}

.border-top {
  border-top: 1px solid #ECF1F2;
}

.title-line {
  font-size: 18px;
  line-height: 18px;
  color: var(--night);
  position: relative;
  padding-left: 99px;
}
.title-line::before {
  content: "";
  height: 1px;
  width: 89px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #024430;
  left: 0px;
}

.image-4 {
  position: absolute;
  bottom: -50px;
  right: 10px;
  z-index: 3;
}

.image-5 {
  position: absolute;
  top: -10px;
  left: 0px;
  z-index: 3;
}

.item-number {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}
.item-number .num-ele {
  background-color: #024430;
  height: 83px;
  width: 83px;
  max-width: 83px;
  min-width: 83px;
  line-height: 83px;
  text-align: center;
  font-size: 48px;
  color: #FFE7BB;
  font-weight: bold;
  margin-right: 20px;
  border-radius: 50%;
}
.item-number .info-num {
  width: 100%;
}

.box-trial-two {
  display: flex;
  align-items: center;
}
.box-trial-two .trial-col-1 {
  width: 56%;
}
.box-trial-two .trial-col-2 {
  width: 44%;
}

.bg-plan-2 {
  background-color: #fff;
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  position: relative;
}
.bg-plan-2 .container {
  position: relative;
  z-index: 2;
}
.bg-plan-2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  z-index: 1;
  background: url(../imgs/page/homepage2/bg-plan-2.png) no-repeat top left;
  background-size: contain;
}
.bg-plan-2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  width: 400px;
  height: 400px;
  background: url(../imgs/page/homepage2/bg-plan-bottom.png) no-repeat bottom right;
  background-size: contain;
}

.tabs-plan {
  border-bottom: 0px;
  text-align: center;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 20px;
}
.tabs-plan li {
  display: inline-block;
}
.tabs-plan li a {
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  color: #024430;
  font-weight: 700;
  display: block;
  padding: 10px 20px;
}
/* .tabs-plan li a:hover, .tabs-plan li a.active {
  background-color: #AFEAE4;
  border-radius: 6px;
} */

.box-cover-border {
  border: 1px solid #ECF1F2;
  border-radius: 8px;
  overflow: hidden;
}

.btn-app {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.btn-app img {
  display: block;
}

.box-social-media {
  display: inline-block;
  padding: 4px;
  background-color: #ECF1F2;
  border-radius: 8px;
}
.box-social-media .change-media {
  margin: 0px;
}

.line-48 {
  padding-left: 58px;
}
.line-48::before {
  width: 48px;
}

.card-no-border .card-we-do {
  border: 0px;
  padding: 20px 0px;
}
.card-no-border .card-we-do .card-image {
  max-width: 69px;
  margin-right: 20px;
}

.box-video-business {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0px -10px;
}
.box-video-business .item-video {
  width: 56.7%;
  position: relative;
  padding: 0px 10px;
}
.box-video-business .box-image-right {
  width: 43.3%;
  padding: 0px 10px;
}

.box-create-account {
  border-radius: 16px;
  padding: 60px;
  background-color: #FFEFD1;
  background-image: url(../imgs/page/homepage3/finger.png);
  background-position: top right;
  background-repeat: no-repeat;
}
.box-create-account .cardNumber {
  position: absolute;
  bottom: 20px;
  padding: 40px 50px;
  right: 10px;
  background-color: #ffffff !important;
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
  border: 1px solid #AFEAE4;
  z-index: 3;
}

.box-image-bg-60 {
  position: relative;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  background-color: #E0F1F4;
  display: inline-block;
  margin-bottom: 5px;
}
.box-image-bg-60 img {
  display: block;
}

.box-image-account {
  position: relative;
  max-width: 80%;
}
.box-image-account::before {
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 8px;
  z-index: 1;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}
.box-image-account img {
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}

.bg-testimonials::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../imgs/page/homepage3/bg-testimonials.svg) no-repeat right bottom 80px;
  position: absolute;
  background-size: contain;
  z-index: 1;
  right: 15px;
}

.box-signup {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(14, 41, 50, 0.17);
  padding: 30px;
  max-width: 449px;
  margin: 0px 0px 0px auto;
  position: relative;
  z-index: 2;
}
.box-signup .btn.btn-brand-1-full {
  border-radius: 8px;
  color: #fff;
}
.box-signup .btn.btn-brand-1-full:hover {
  color: var(--morning);
}

.arrow-down-banner {
  position: absolute;
  width: 33px;
  height: 138px;
  background: url(../imgs/page/homepage4/arrow-down.png) no-repeat center;
  top: 40%;
  left: -70px;
  z-index: 1;
}

.arrow-right-banner {
  position: absolute;
  width: 70px;
  height: 24px;
  background: url(../imgs/page/homepage4/arrow-right.png) no-repeat center;
  bottom: 0px;
  left: calc(100% + 20px);
  z-index: 1;
}

.signin-google img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.text-already a {
  text-decoration: none;
}

.form-cb {
  float: left;
  margin: 2px 7px 0px 0px;
}

.scrollbar {
  position: absolute;
  bottom: 20px;
  width: 56px;
  height: 56px;
  background: url(../imgs/page/homepage4/scrollbar.png) no-repeat center;
  background-size: contain;
  left: 0px;
  right: 0px;
  margin: auto;
}

.list-partners-left {
  display: flex;
  flex-wrap: wrap;
}
.list-partners-left li {
  padding: 10px 30px 10px 0px;
  margin-bottom: 15px;
  width: 12.5%;
}
.list-partners-left li img {
  max-height: 40px;
}

.mw-80 {
  position: relative;
  max-width: 80%;
}
.mw-80 .image-4 {
  bottom: 40px;
  right: -80px;
}

.img-round-top {
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  display: block;
}

.none-bd-bottom .border-bottom {
  border-bottom: 0px !important;
  display: none;
}

.box-cover-video-revert {
  background-position: bottom left;
  background-size: 100px;
}
.box-cover-video-revert .box-info-video {
  padding: 0px 30px 0px 60px;
}



.banner-5 {
  position: relative;
}
.banner-5 .title-line::before {
  background-color: #8EA4AC;
}
.banner-5::before {
  content: "";
  height: 75%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #024430;
  z-index: 1;
}
.banner-5 .container {
  position: relative;
  z-index: 2;
}


.box-video-banner .image-banner-5 {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.box-video-banner .image-banner-5 img {
  width: 100%;
  display: block;
}

.box-info-video-banner {
  position: relative;
  display: inline-block;
  width: 100%;
}
.box-info-video-banner .box-inner-video-banner {
  position: absolute;
  top: -100px;
  padding-top: 110px;
  padding-right: 15px;
}
.box-info-video-banner .box-inner-video-banner .card-small {
  border: 1px solid #B9CAD0;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  top: -115px;
  background: #ffffff;
}

.box-radius-16 {
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  padding: 80px 120px 30px 120px;
}

.box-images-cover {
  position: relative;
  display: inline-block;
  width: 100%;
}
.box-images-cover .box-images-inner {
  display: inline-block;
  position: relative;
}
.box-images-cover .box-images-inner .img-project {
  border: 1px solid #B9CAD0;
}

.box-container {
  padding: 0px 120px;
}

.image-6 {
  position: absolute;
  bottom: -10px;
  right: -90px;
  z-index: 3;
  max-width: 300px;
}

.image-7 {
  position: absolute;
  top: 50px;
  left: -60px;
  z-index: 3;
  max-width: 113px;
}

.box-business-inner {
  padding: 0px 100px 0px 40px;
}

.box-banner-6 {
  position: relative;
  width: 100%;
  text-align: left;
}
.box-banner-6::before {
  content: "";
  height: 620px;
  width: 620px;
  background-color: #FFE7BB;
  border-radius: 50%;
  position: absolute;
  bottom: -140px;
  left: -15px;
  z-index: 1;
}
.box-banner-6 .img-main {
  position: relative;
  z-index: 3;
  display: block;
  max-width: 90%;
}
.box-banner-6 .img-testimonials-1 {
  position: absolute;
  bottom: 210px;
  left: -120px;
  z-index: 2;
}
.box-banner-6 .img-testimonials-2 {
  position: absolute;
  bottom: 20px;
  right: 0px;
  z-index: 4;
}

.banner-6 {
  overflow: hidden;
  background-color: #E0F1F4;
}

.box-banner-right-home6 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.header-home6 {
  background-color: #E0F1F4;
  border-bottom: 0px;
}

.lists-logo {
  display: flex;
  align-content: space-between;
}
.lists-logo li {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.lists-logo li img {
  max-width: 110px;
  display: inline;
}

.box-author-1 {
  position: absolute;
  top: -120px;
  left: -190px;
}

.box-author-2 {
  position: absolute;
  top: 10%;
  right: -210px;
}

.box-author-3 {
  position: absolute;
  top: 50%;
  left: -260px;
}

.box-banner-7 {
  display: flex;
  margin: 0px -10px;
}
.box-banner-7 .banner-7-img-1 {
  width: 50%;
  padding: 0px 10px;
  will-change: transform;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all ease-in 0.3s;
}
.box-banner-7 .banner-7-img-1 img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
}
.box-banner-7 .banner-7-img-2 {
  width: 50%;
  transition: all ease-in 0.3s;
  padding: 0px 10px;
  will-change: transform;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.box-banner-7 .banner-7-img-2 img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
}

.header-home7 {
  border-bottom: 0px;
}

.box-joined {
  display: flex;
  align-items: center;
}

.join-thousands {
  max-width: 189px;
}

.box-authors {
  display: flex;
  width: 90%;
  max-width: 170px;
  align-items: center;
}
.box-authors .item-author {
  width: 47px;
  height: 47px;
  display: inline-block;
  margin-right: -18px;
}
.box-authors .item-author img {
  width: 47px;
  height: 47px;
  display: block;
  border-radius: 50%;
  border: 1.5px solid #fff;
}
.box-authors .item-author .text-num-author {
  width: 47px;
  height: 47px;
  display: block;
  background-color: #fff;
  line-height: 47px;
  text-align: center;
  margin: -1.5px 0px 0px -1.5px;
  border-radius: 50%;
}

.box-join-now {
  max-width: 441px;
  margin-bottom: 45px;
}
.box-join-now .box-form-join {
  background-color: #ffffff;
  border-radius: 38px;
  padding: 8px;
}
.box-join-now .box-form-join form {
  display: flex;
}
.box-join-now .box-form-join form input {
  border: 0px;
  height: 46px;
}
.box-join-now .box-form-join form input:focus {
  outline: 0;
}

.box-radius-32 {
  border-radius: 32px;
  background-color: #E0F1F4;
  overflow: hidden;
  border: 1px solid var(--light-gray);
  height: 690px;
}

.lbl-on-top {
  position: absolute;
  top: 26px;
  left: 29px;
  border-radius: 24px;
  background-color: #FFD166;
  padding: 24px 42px;
}

.box-banner-left-home7 {
  padding: 0px 0px 0px 86px;
}

.ml-minus-85 {
  margin-left: -86px;
}

.mr-minus-85 {
  margin-right: -86px;
}

.box-banner-7 {
  display: flex;
}
.box-banner-7 .banner-7-img-1, .box-banner-7 .banner-7-img-2 {
  width: 50%;
}
.box-banner-7 .banner-7-img-1 img, .box-banner-7 .banner-7-img-2 img {
  width: 100%;
}

.box-number-business .cardNumber {
  border: 1px solid var(--light-gray);
  padding: 18px 30px;
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
  display: inline-block;
}

.box-image-4 {
  position: absolute;
  bottom: 50px;
  left: -40px;
  z-index: 3;
}

.box-number-business {
  position: absolute;
  top: 80px;
  right: 110px;
  z-index: 3;
}

.list-partners-2 li {
  padding: 10px 30px 10px 0px;
}

.box-banner-home8 {
  background: url(../imgs/page/homepage8/bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 120px 0px 20px 0px;
}

.banner-8 {
  position: relative;
}

.asset-1 {
  position: absolute;
  top: 90px;
  left: 100px;
  height: 97px;
  width: 86px;
  background: url(../imgs/page/homepage8/asset1.png) no-repeat center;
  background-size: contain;
}

.asset-3 {
  position: absolute;
  top: 90px;
  right: 350px;
  height: 66px;
  width: 66px;
  background: url(../imgs/page/homepage8/asset3.png) no-repeat center;
  background-size: contain;
}

.asset-2 {
  position: absolute;
  top: 300px;
  left: 100px;
  height: 75px;
  width: 75px;
  background: url(../imgs/page/homepage8/asset2.png) no-repeat center;
  background-size: contain;
}

.asset-4 {
  position: absolute;
  top: 340px;
  right: 100px;
  height: 53px;
  width: 59px;
  background: url(../imgs/page/homepage8/asset4.png) no-repeat center;
  background-size: contain;
}

.asset-5 {
  position: absolute;
  top: 440px;
  left: 350px;
  height: 226px;
  width: 215px;
  background: url(../imgs/page/homepage8/asset5.png) no-repeat center;
  background-size: contain;
}

.box-item-comment {
  display: flex;
}
.box-item-comment .image-comment {
  min-width: 130px;
  margin-right: 30px;
}
.box-item-comment .image-comment img {
  width: 100%;
  border-radius: 16px;
}
.box-item-comment .info-comment {
  position: relative;
}
.box-item-comment .info-comment .comment-quote {
  padding-right: 40px;
  background: url(../imgs/page/homepage8/quote.png) no-repeat top right;
  max-width: 375px;
}

.box-phones {
  display: inline-block;
  max-width: 100%;
  position: relative;
  background: url(../imgs/page/homepage8/bg-img.png) no-repeat bottom center;
  background-size: contain;
}
.box-phones .box-phones-inner {
  display: flex;
  max-width: 100%;
  padding: 0px 30px;
  align-items: flex-end;
}
.box-phones .box-phones-inner img {
  position: relative;
  z-index: 2;
  display: block;
}

.box-our-app {
  padding-left: 40px;
}

.box-number-2 {
  max-width: 254px;
  width: 100%;
  padding: 30px 0px;
  text-align: center;
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 8px;
}

.box-charts {
  display: flex;
  margin: 0px -8px;
  align-items: flex-end;
}
.box-charts .box-chart-1 {
  max-width: 380px;
  width: 100%;
  padding: 0px 8px;
  margin-bottom: 16px;
}
.box-charts .box-chart-2 {
  max-width: 325px;
  width: 100%;
  padding: 0px 8px;
  margin-bottom: 16px;
}
.box-charts .item-chart-inner {
  border-radius: 8px;
  padding: 0px;
  border: 1px solid var(--light-gray);
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
}
.box-charts .box-reviews {
  padding: 0px 8px;
  width: 100%;
}
.box-charts .box-reviews .item-chart-inner {
  padding: 30px 30px 10px 30px;
}
.box-charts .box-reviews .item-chart-inner .col-lg-6 {
  padding: 0px 8px;
}

.box-banner-home9 {
  background: url(../imgs/page/homepage9/bg-banner.png) no-repeat top center;
  padding: 120px 0px 0px 0px;
  background-size: cover;
}

.box-image-banner-9 {
  text-align: center;
}
.box-image-banner-9 img {
  display: block;
  margin: auto;
}

.box-ticks {
  width: 100%;
  position: absolute;
  border: 5px solid #AFEAE4;
  border-radius: 16px;
  padding: 45px 45px 25px 45px;
  bottom: -70px;
  left: 0px;
  background-color: #ffffff;
}

.item-tick {
  display: inline-block;
  padding: 5px 0px 5px 38px;
  background: url(../imgs/page/homepage9/tick.png) no-repeat left center;
}

.image-automated {
  margin-top: -20px;
}

.box-circle-image {
  position: relative;
}
.box-circle-image img {
  position: relative;
  z-index: 2;
}
.box-circle-image::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 87%;
  width: 87%;
  background: url(../imgs/page/homepage9/bg-img3.png) no-repeat right bottom;
  background-size: contain;
  z-index: 1;
}
.box-circle-image .box-number-business {
  top: 270px;
  right: 70px;
}
.box-circle-image .box-image-4 {
  bottom: 10px;
}

.pager-style-2 .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--light-gray);
}
.pager-style-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #024430;
}

.box-radius-32-style-2 {
  border-radius: 32px;
  padding: 70px 90px;
  background-color: #DFF9F3;
  border: 1px solid var(--light-gray);
}
.box-radius-32-style-2 .arrow-right-banner {
  left: -70px;
  right: auto;
  bottom: 10px;
}
.box-radius-32-style-2 .arrow-down-banner {
  left: -20px;
}

.accordionStyle2.accordion .accordion-collapse {
  background-color: #ffffff;
}
.accordionStyle2.accordion .accordion-button {
  padding: 41px 40px;
}
.accordionStyle2 .accordion-button:not(.collapsed) {
  background-color: #ffffff;
}
.accordionStyle2 .accordion-item {
  background-color: #ffffff;
  box-shadow: 9px 11px 23px 0px rgba(6, 61, 79, 0.12);
  border-radius: 16px;
  border: 1px solid var(--light-gray);
  overflow: hidden;
  margin-bottom: 30px;
}
.accordionStyle2 .accordion-button::after {
  background-image: url(../imgs/page/homepage9/plus.png);
}

.img-round-top-small {
  border-radius: 363px 363px 0 0;
  display: inline-block;
}

.box-imgs-branding .img-round-top {
  display: inline-block;
}

.box-imgs-branding {
  position: relative;
}

.img-branding-small {
  position: absolute;
  left: 0px;
  max-width: 50%;
  bottom: -20px;
}

.box-banner-home10 {
  padding: 70px 0px 50px 0px;
}

.list-buttons-circle {
  border-bottom: 0px;
  margin-bottom: 90px;
}
.list-buttons-circle li a {
  border-radius: 50px !important;
  background-color: #E0F1F4 !important;
  border: 1px solid var(--light-gray) !important;
  color: #3D565F !important;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: bold !important;
  padding: 24px 32px !important;
}
.list-buttons-circle li a.active {
  color: #024430 !important;
  background-color: #FFE7BB !important;
  border: 1px solid #024430 !important;
}

.box-tab-32 {
  border-radius: 32px;
  background-color: #ffffff;
  padding: 55px 65px;
}
.box-tab-32 img {
  width: 100%;
}

.box-business-tab {
  padding: 0px 0px 0px 30px;
}

.bg-explore {
  position: relative;
}
.bg-explore .container {
  position: relative;
  z-index: 2;
}
.bg-explore:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 1;
  background-image: url(../imgs/page/homepage10/grid.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-abs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
}
.banner-abs .w-50 {
  max-width: 119px;
}

.box-info-banner11 {
  background-color: #ffffff;
  padding: 80px 50px;
}

.box-banner-home11 {
  position: relative;
}
.box-banner-home11 .box-swiper .swiper-container {
  padding-bottom: 0px;
}

.swiper-pagination-group-11 {
  position: absolute;
  right: 79px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px !important;
  left: auto !important;
  text-align: center;
  height: auto !important;
  bottom: auto !important;
}
.swiper-pagination-group-11.swiper-pagination .swiper-pagination-bullet {
  background-color: #E0F1F4;
  width: 12px;
  height: 12px;
  margin: 2px 0px;
  vertical-align: middle;
}
.swiper-pagination-group-11.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFE7BB;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin: 2px 0px;
}

.box-why-trusted-11 {
  padding: 90px 0px;
}

.card-offer-2 {
  border: 1px solid #fff;
  background-color: #FFE7BB;
  border-radius: 16px;
}
.card-offer-2:hover {
  border: 1px solid #B9CAD0;
  background-color: #E0F1F4;
  box-shadow: none;
}
.card-offer-2 .card-image {
  height: auto;
}
.card-offer-2 .card-image img {
  max-height: 57px;
}

.list-partners-6 {
  display: flex;
  align-content: space-between;
}
.list-partners-6 li {
  width: 16.66%;
  padding: 0px;
  text-align: left;
}
.list-partners-6 li img {
  max-height: 52px;
}
.list-partners-6 li:last-child {
  text-align: right;
}

.bd-rd0 {
  border-radius: 0px !important;
}

.pl-mb-0 {
  padding-left: 0px !important;
}

.pr-mb-0 {
  padding-right: 0px !important;
}

.box-cover-video-convert {
  background-image: url(../imgs/page/homepage1/finger-2.png);
  background-repeat: no-repeat;
  background-position: left -20px bottom;
}
.box-cover-video-convert .box-info-video {
  padding-left: 80px;
  padding-right: 50px;
}

.banner-11 {
  display: block !important;
}
.banner-11 .swiper-slide > img {
  display: block;
}

.banner-slide-11 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 780px;
}

.banner-12 {
  background-image: url("../imgs/page/homepage12/hero-bg.png");
  background-size: cover;
  min-height: 700px;
  position: relative;
}
.banner-12 .asset-1 {
  position: absolute;
  top: 30%;
  left: 100px;
  width: 81px;
  background: url(../imgs/page/homepage12/asset1.png) no-repeat center;
  background-size: contain;
  height: 69px;
  left: 15%;
}
.banner-12 .asset-3 {
  position: absolute;
  top: 30%;
  right: 350px;
  height: 115px;
  width: 38px;
  background: url(../imgs/page/homepage12/asset3.png) no-repeat center;
  background-size: contain;
}
.banner-12 .asset-2 {
  position: absolute;
  bottom: 10%;
  left: 30%;
  height: 49px;
  width: 65px;
  background: url(../imgs/page/homepage12/asset2.png) no-repeat center;
  background-size: auto;
  background-size: contain;
  top: unset;
}
.banner-12 .asset-4 {
  position: absolute;
  top: 340px;
  right: 100px;
  height: 75px;
  width: 91px;
  background: url(../imgs/page/homepage12/asset4.png) no-repeat center;
  background-size: contain;
}
.banner-12 .asset-5 {
  position: absolute;
  top: unset;
  bottom: 25%;
  left: unset;
  right: 30%;
  height: 44px;
  width: 44px;
  background: url(../imgs/page/homepage12/asset5.png) no-repeat center;
  background-size: contain;
}

/*Section 2*/
.image-slideshow {
  height: 287px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.image-slideshow > div {
  height: 287px;
  width: 3840px;
  background-image: url(../imgs/page/homepage12/members.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.image-slideshow .mover-1 {
  animation: moveSlideshow 30s linear infinite;
}
.image-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  animation: moveSlideshow 30s linear infinite;
}

@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%);
  }
}
/*Section 3*/
.home12-logos {
  background-color: #024430;
  padding: 80px 0;
}

/*Section 4*/
.box-right .box-image-account {
  float: right;
}
.box-right .box-create-account .cardNumber {
  right: unset;
  left: 50px;
}

.box-create-account.bg-4 {
  background-color: #D1ECF7;
}

.box-banner-service {
  padding: 30px 30px 30px 0px;
}

.box-banner-abs {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  transform: translateY(-50%);
}

.box-button-slider-bottom {
  position: relative;
  text-align: center;
  padding-top: 30px;
  z-index: 1;
}
.box-button-slider-bottom .swiper-button-prev-group-4 ,
.box-button-slider-bottom .swiper-button-prev-hospitals,
.box-button-slider-bottom .swiper-button-prev-team ,
.box-button-slider-bottom .swiper-button-prev-events,
.box-button-slider-bottom .swiper-button-prev-story {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  background-image: none;
  background-color: var(--night);
  border: 1px solid var(--night);
  height: 42px;
  width: 42px;
  border-radius: 50%;
  position: relative;
  margin: 0px 7px;
}
.box-button-slider-bottom .swiper-button-prev-group-4 svg,
.box-button-slider-bottom .swiper-button-prev-hospitals svg,
.box-button-slider-bottom .swiper-button-prev-team svg ,
.box-button-slider-bottom .swiper-button-prev-events svg ,
.box-button-slider-bottom .swiper-button-prev-story svg {
  color:white;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: auto;
  transform: translateY(-50%);
}
.box-button-slider-bottom .swiper-button-prev-group-4:hover,
.box-button-slider-bottom .swiper-button-prev-hospitals:hover,
.box-button-slider-bottom .swiper-button-prev-team:hover ,
.box-button-slider-bottom .swiper-button-prev-events:hover,
.box-button-slider-bottom .swiper-button-prev-story:hover {
  background-color: white;
  border: 1px solid var(--night);
}
.box-button-slider-bottom .swiper-button-prev-group-4:hover *,
.box-button-slider-bottom .swiper-button-prev-hospitals:hover *,
.box-button-slider-bottom .swiper-button-prev-team:hover *,
.box-button-slider-bottom .swiper-button-prev-events:hover *,
.box-button-slider-bottom .swiper-button-prev-story:hover * {
  color: var(--night);
}
.box-button-slider-bottom .swiper-button-next-group-4,
.box-button-slider-bottom .swiper-button-next-hospitals,
.box-button-slider-bottom .swiper-button-next-team ,
.box-button-slider-bottom .swiper-button-next-events ,
.box-button-slider-bottom .swiper-button-next-story {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  background-image: none;
  background-color: var(--night);
  border: 1px solid var(--night);
  height: 42px;
  width: 42px;
  position: relative;
  border-radius: 50%;
  margin: 0px 5px;
}
.box-button-slider-bottom .swiper-button-next-group-4 svg,
.box-button-slider-bottom .swiper-button-next-hospitals svg ,
.box-button-slider-bottom .swiper-button-next-team svg,
.box-button-slider-bottom .swiper-button-next-events svg,
.box-button-slider-bottom .swiper-button-next-story svg {
  color: white;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: auto;
  transform: translateY(-50%);
}
.box-button-slider-bottom .swiper-button-next-group-4:hover,
.box-button-slider-bottom .swiper-button-next-hospitals:hover,
.box-button-slider-bottom .swiper-button-next-team:hover ,
.box-button-slider-bottom .swiper-button-next-events:hover,
.box-button-slider-bottom .swiper-button-next-story:hover {
  background-color: white;
  border: 1px solid var(--night);
}
.box-button-slider-bottom .swiper-button-next-group-4:hover *,
.box-button-slider-bottom .swiper-button-next-hospitals:hover * ,
.box-button-slider-bottom .swiper-button-next-team:hover *,
.box-button-slider-bottom .swiper-button-next-events:hover *,
.box-button-slider-bottom .swiper-button-next-story:hover * {
  color: var(--night);
}

.head-bg-brand-2 .card-offer-style-3 .card-head {
  background-color: #FFE7BB;
}

.head-bg-2 .card-offer-style-3 .card-head {
  background-color: #FFEADE;
}

.head-bg-5 .card-offer-style-3 .card-head {
  background-color: #DFF9F3;
}

.head-bg-1 .card-offer-style-3 .card-head {
  background-color: #EFE9FF;
}

.head-bg-2 .card-offer-style-3 .card-head {
  background-color: #FFEADE;
}

.head-bg-3 .card-offer-style-3 .card-head {
  background-color: #FDFFD4;
}

.head-bg-4 .card-offer-style-3 .card-head {
  background-color: #D1ECF7;
}

.head-bg-7 .card-offer-style-3 .card-head {
  background-color: #FFEFD1;
}

.box-business-rd {
  border-radius: 8px;
  padding: 30px;
  border: 1px solid var(--light-gray);
}




.no-bg-faqs .bg-faqs {
  background: none;
}

.bg-plan-3 {
  position: relative;
}
.bg-plan-3 .container {
  position: relative;
  z-index: 3;
}
.bg-plan-3::before {
  background-image: url(../imgs/page/homepage1/bg-plan.png);
  background-position: top left;
  content: "";
  height: 230px;
  width: 230px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.bg-plan-3:after {
  content: "";
  height: 68%;
  width: 100%;
  background-color: var(--light-gray);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.table-compare {
  border-collapse: collapse;
  border: 0px;
  min-width: 800px;
  width: 100%;
}
.table-compare thead tr th {
  background-color: var(--light-gray);
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #024430;
}
.table-compare thead tr th.color-success {
  color: var(--morning);
}
.table-compare tbody tr td {
  border-bottom: 1px solid var(--light-gray);
  padding: 20px;
  font-size: 16px;
  line-height: 24px;
  color: var(--night);
}

.icon-18 {
  height: 18px;
}

.icon-disable {
  color: #B9CAD0;
}

.icon-enable {
  color: var(--morning);
}

.width-28 {
  width: 28%;
}

.width-18 {
  width: 18%;
}

.box-video {
  max-width: 84%;
  margin: auto;
  position: relative;
}
.box-video > img {
  border-radius: 16px;
}
.box-video .image-1 {
  position: absolute;
  top: -10px;
  left: -80px;
}

.box-image-detail {
  position: relative;
}

.btn.btn-apply {
  color: #fff;
}
.btn.btn-apply svg {
  color: #fff;
}

.content-detail {
  margin-top: -90px;
  position: relative;
  z-index: 2;
}

.box-detail-content {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid var(--light-gray);
  padding: 50px 50px 20px 50px;
}
.box-detail-content p {
  font-size: 16px;
  line-height: 24px;
  color: #3D565F;
  margin-bottom: 11px;
}
.box-detail-content h1, .box-detail-content h2, .box-detail-content h3, .box-detail-content h4, .box-detail-content h5, .box-detail-content h6 {
  margin-bottom: 25px;
  margin-top: 30px;
}
.box-detail-content ul {
  list-style: disc;
  padding-left: 20px;
}
.box-detail-content ul li {
  font-size: 16px;
  line-height: 32px;
  color: #3D565F;
}

.box-info-bottom {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--light-gray);
  display: inline-block;
  width: 100%;
}

.bd-grey-80 {
  border-bottom-color: var(--light-gray) !important;
}



.banner-contact {
  background: linear-gradient(360deg, rgba(205, 226, 231, 0.44) 0%, rgba(205, 226, 231, 0) 100%);
  position: relative;
  padding: 110px 0px 150px 0px;
}
.banner-contact .banner-1 {
  padding: 0px;
}

.box-banner-contact {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 50%;
  overflow: hidden;
  text-align: right;
  background: url(../imgs/page/contact/bg-banner.png) no-repeat top center;
  background-size: contain;
  padding-top: 30px;
}
.box-banner-contact img {
  display: block;
}

.box-form-contact {
  border: 1px solid var(--light-gray);
  border-radius: 16px;
  padding: 40px 40px;
}
.box-form-contact .form-control {
  font-size: 16px;
  line-height: 24px;
}

.card-contact {
  border: 0px;
  padding: 0px;
}
.card-contact .card-image {
  max-width: 69px;
  margin-right: 15px;
  text-align: left;
}
.card-contact:hover {
  box-shadow: none;
  border: 0px;
}

textarea.textarea-control {
  height: auto;
  min-height: 150px;
}

.icon-user {
  background-image: url(../imgs/page/contact/user.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

.icon-email {
  background-image: url(../imgs/page/contact/email.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

.icon-phone {
  background-image: url(../imgs/page/contact/phone.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

.icon-company {
  background-image: url(../imgs/page/contact/company.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}



.line-register {
  height: 8px;
  display: inline-block;
  width: 100%;
  background: url(../imgs/page/register/line.png) no-repeat top left;
  background-size: contain;
}

.icon-password {
  background-image: url(../imgs/page/register/password.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

.icon-name {
  background-image: url(../imgs/page/register/name.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}

.box-steps-small {
  padding-top: 220px;
  padding-right: 150px;
  padding-left: 90px;
}
.box-steps-small .item-number {
  margin-bottom: 30px;
  cursor: pointer;
}
.box-steps-small .item-number .num-ele {
  width: 48px;
  height: 48px;
  max-width: 48px;
  min-width: 48px;
  line-height: 48px;
  font-size: 26px;
}
.box-steps-small .item-number .info-num h5 {
  margin-bottom: 8px !important;
}
.box-steps-small .item-number .info-num .font-md {
  font-size: 14px;
  line-height: 18px;
}
.box-steps-small .item-number:hover .num-ele, .box-steps-small .item-number.active .num-ele {
  background-color: var(--morning);
}

.line-login {
  height: 8px;
  display: inline-block;
  width: 100%;
  background: url(../imgs/page/login/line.png) no-repeat top left;
  background-size: contain;
}

.box-banner-login {
  max-width: 450px;
  margin: auto;
}

.banner-login .box-banner-abs {
  top: 40%;
  transform: translateY(-40%);
}

.icon-read {
  display: inline-block;
  padding: 0px 0px 0px 20px;
  margin-left: 20px;
  background: url(../imgs/page/blog/dot.svg) no-repeat left center;
}

.lbl-border {
  position: absolute;
  top: 17px;
  right: 18px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #024430;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}

.title-ads {
  font-size: 32px;
  line-height: 35px;
  font-weight: 800;
}

.box-ads-1 {
  max-width: 70%;
  border: 1px solid #122830;
  padding: 30px 40px;
  margin: auto;
  background-color: #F9FAF5;
  background-image: url(../imgs/page/blog/bg-free.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.list-buttons {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.list-buttons li {
  display: inline-block;
  margin: 0px 4px 8px 4px;
}
.list-buttons li a {
  display: inline-block;
  padding: 11px 22px;
  background-color: #ffffff;
  border: 1px solid var(--light-gray);
  border-radius: 8px;
  color: #3D565F;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}
.list-buttons li a:hover, .list-buttons li a.active {
  background-color: #024430;
  border: 1px solid #024430;
  color: #FFE7BB;
}

.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li a {
  color: #3D565F;
  text-decoration: none;
  display: block;
  padding: 0px 20px 0px 0px;
  background: url(../imgs/page/blog-detail/arrow.svg) no-repeat right 5px center;
}
.breadcrumbs ul li a svg {
  color: #8EA4AC;
  margin: 0px 5px 0px 0px;
  float: left;
}
.breadcrumbs ul li:last-child a {
  background: none;
}

.content-single p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #3D565F;
}
.content-single h1, .content-single h2, .content-single h3, .content-single h4, .content-single h5, .content-single h6 {
  color: #024430;
  margin-bottom: 24px;
}
.content-single ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 24px;
}
.content-single ul li {
  font-size: 16px;
  line-height: 24px;
  color: #3D565F;
}

.column-2 {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.w-250 {
  max-width: 250px;
}

.list-number {
  list-style: decimal;
  padding-left: 15px;
}
.list-number li {
  margin-bottom: 5px;
}
.list-number li a {
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  color: #3D565F;
}
.list-number li a:hover {
  color: var(--morning);
}

.sidebar-author {
  margin-top: 160px;
  padding-left: 20px;
}

.list-categories {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.list-categories li {
  display: inline-block;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.banner-shop-grid {
  padding: 120px 0px;
  text-align: center;
}

.box-banner-shop-grid {
  position: relative;
  background-image: url(../imgs/page/shop/bg-banner2.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.box-banner-shop-grid .container {
  position: relative;
  z-index: 2;
}
.box-banner-shop-grid::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  width: 549px;
  height: 377px;
  background: url(../imgs/page/shop/bg-banner.png) no-repeat top left;
  background-size: contain;
}

.filter-link {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 12px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.filter-link.btn-grid {
  background-image: url(../imgs/page/shop/grid.svg);
}
.filter-link.btn-grid:hover {
  background-image: url(../imgs/page/shop/grid-active.svg);
}
.filter-link.btn-list {
  background-image: url(../imgs/page/shop/list.svg);
}
.filter-link.btn-list:hover {
  background-image: url(../imgs/page/shop/list-active.svg);
}
.filter-link:last-child {
  margin-right: 0px;
}

.dropdown-sort .btn {
  padding: 16px 44px 16px 16px;
  border: 1px solid var(--light-gray);
  background-image: url(../imgs/page/shop/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.dropdown-sort .dropdown-toggle::after {
  display: none;
}
.dropdown-sort .dropdown-menu {
  padding: 0px;
  border: 1px solid var(--light-gray);
}
.dropdown-sort .dropdown-item {
  padding: 10px 15px;
  color: #3D565F;
}
.dropdown-sort .dropdown-item.active, .dropdown-sort .dropdown-item:active, .dropdown-sort .dropdown-item:hover {
  background-color: var(--light-gray);
}

.box-sale {
  background-color: #E0F1F4;
  padding: 40px 30px;
  position: relative;
  margin-bottom: 30px;
}
.box-sale.box-sale-left {
  padding-left: 45%;
}
.box-sale .box-img-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.box-sale .box-img-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.box-banner-shop-list {
  padding: 0px;
}

.box-banner-image {
  display: inline-block;
  width: 100%;
  padding: 32px;
}

.mw-90 {
  max-width: 90%;
}

.list-buttons-round li a {
  border-radius: 50px;
}

.box-info-banner-shop-list {
  padding: 5px 32px;
}

.box-quantity {
  display: flex;
}
.box-quantity .form-quantity {
  max-width: 95px;
  background-color: #ffffff;
  border-radius: 4px;
  height: 50px;
  position: relative;
  width: 95px;
  overflow: hidden;
  border: 1px solid var(--light-gray);
}
.box-quantity .form-quantity input {
  height: 50px;
  border: 0px;
  padding: 7px 20px 10px 25px;
  line-height: 34px;
  font-size: 26px;
  color: #024430;
  font-weight: bold;
  width: 100%;
}
.box-quantity .form-quantity .button-quantity {
  position: absolute;
  top: 3px;
  right: 5px;
  height: 20px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.box-quantity .form-quantity .button-up {
  background-image: url(../imgs/page/shop-list/up.svg);
}
.box-quantity .form-quantity .button-down {
  background-image: url(../imgs/page/shop-list/down.svg);
  top: auto;
  bottom: 3px;
}

.slider-nav-thumbnails {
  padding: 0px 55px;
  margin-top: 10px;
}
.slider-nav-thumbnails .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  left: 0px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: 1px solid #024430;
  line-height: 10px;
}
.slider-nav-thumbnails .slick-prev svg {
  color: #024430;
}
.slider-nav-thumbnails .slick-prev:hover {
  background-color: #024430;
  color: #FFE7BB;
}
.slider-nav-thumbnails .slick-prev:hover * {
  color: #FFE7BB;
}
.slider-nav-thumbnails .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  right: 0px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  border: 1px solid #024430;
  line-height: 10px;
}
.slider-nav-thumbnails .slick-next svg {
  color: #024430;
}
.slider-nav-thumbnails .slick-next:hover {
  background-color: #024430;
  color: #FFE7BB;
}
.slider-nav-thumbnails .slick-next:hover * {
  color: #FFE7BB;
}
.slider-nav-thumbnails .slick-slide {
  padding: 8px;
}
.slider-nav-thumbnails .slick-slide .item-thumb {
  height: 141px;
  line-height: 121px;
  border: 1px solid var(--light-gray);
  padding: 8px;
  cursor: pointer;
}
.slider-nav-thumbnails .slick-slide .item-thumb img {
  display: inline-block;
  vertical-align: middle;
}

.box-info-collection {
  padding: 0px 20px;
}



.box-banner-team {
  display: flex;
  width: 100%;
  padding-left: 10%;
  position: relative;
}
.box-banner-team .arrow-down-banner {
  left: 33%;
  top: 60%;
  width: 26px;
  height: 107px;
  background: url(../imgs/page/team/arrow-down.png) no-repeat center;
}
.box-banner-team .arrow-right-banner {
  left: 40%;
  width: 107px;
  height: 26px;
  bottom: 50px;
  background: url(../imgs/page/team/arrow-right.png) no-repeat center;
}

.banner-col-1 {
  width: 33.33;
  padding: 0px 8px;
}

.banner-col-2 {
  width: 33.33;
  padding: 0px 8px;
}

.banner-col-3 {
  width: 33.33;
  padding: 0px 8px;
}

.img-banner {
  margin-bottom: 16px;
}
.img-banner.hasBorder {
  position: relative;
}
.img-banner.hasBorder::before {
  content: "";
  height: 100%;
  width: 100%;
  border: 3px solid #AFEAE4;
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: 1;
}
.img-banner.hasBorder img {
  position: relative;
  z-index: 2;
}
.img-banner.hasBorder2 {
  position: relative;
}
.img-banner.hasBorder2::before {
  content: "";
  height: 100%;
  width: 100%;
  border: 3px solid #AFEAE4;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 1;
}
.img-banner.hasBorder2 img {
  position: relative;
  z-index: 2;
}

.banner-team {
  background: url(../imgs/page/team/circle.png) no-repeat top left;
}

.box-images-team .item-video {
  width: 55.5%;
}
.box-images-team .box-image-right {
  width: 44.5%;
}

.list-core-value-white li .ticked {
  background-color: #ffffff !important;
}

.border-brand {
  border: 1px solid #024430;
}

footer.footer-4 {
  display: block;
  width: 100%;
  height: 190px;
  background: url(../imgs/page/comming/bg-wave.png) no-repeat top center;
  background-size: auto 100%;
}

.box-notify-me {
  position: relative;
}
.box-notify-me .inner-notify-me {
  position: relative;
  border: 1px solid var(--light-gray);
  border-radius: 8px;
  padding: 9px 10px;
}
.box-notify-me .inner-notify-me .form-control {
  border: 0px;
  height: 48px;
}
.box-notify-me .inner-notify-me .btn-brand-1 {
  position: absolute;
  top: 9px;
  right: 10px;
  padding: 10px 24px 12px 24px;
}

.title-line-right {
  position: relative;
  padding-right: 112px;
  display: inline-block;
}
.title-line-right::before {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 0px;
  height: 4px;
  width: 102px;
  background-color: #FFE7BB;
}
.title-line-right.line-brand-3::before {
  background-color: #AFEAE4;
}
.title-line-right.line-brand-4::before {
  background-color: #E8B0E8;
}
.title-line-right.line-info::before {
  background-color: #28A7E6;
}

.text-none {
  text-transform: none !important;
}

.box-banner-help {
  display: flex;
  margin: 0px -10px;
  padding-left: 70px;
  align-items: flex-end;
  position: relative;
}
.box-banner-help .banner-img-1 {
  padding: 0px 10px;
}
.box-banner-help .banner-img-2 {
  padding: 0px 10px;
}

.box-cruelty {
  position: absolute;
  top: -30px;
  right: -40px;
  z-index: 2;
}

.swiper-style-2 .box-button-slider-bottom {
  position: unset;
}
.swiper-style-2 .box-button-slider-bottom .swiper-button-prev-group-4 {
  position: absolute;
  top: 33%;
  left: -70px;
}
.swiper-style-2 .box-button-slider-bottom .swiper-button-next-group-4 {
  position: absolute;
  top: 33%;
  right: -70px;
}

.box-radius-border.box-radius-border-help {
  border-radius: 8px;
  padding: 0px;
  overflow: hidden;
  box-shadow: none;
}

.box-info-answer {
  padding-left: 30px;
}



.table-box-help {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--light-gray);
}

.width-16 {
  width: 16%;
}

.width-18 {
  width: 18%;
}

.width-50 {
  width: 50%;
}

.item-forum {
  display: flex;
}
.item-forum .item-image {
  height: 84px;
  width: 104px;
  border-radius: 8px;
  background-color: var(--light-gray);
  text-align: center;
  line-height: 64px;
  margin-right: 30px;
  padding: 10px;
}
.item-forum .item-image img {
  display: inline-block;
  vertical-align: middle;
  max-height: 52px;
}

.box-bg-term {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 450px;
  z-index: 1;
  background-color: #FFEFD1;
  background-image: url(../imgs/page/term/bg-right.png);
  background-repeat: no-repeat;
  background-position: top right;
  overflow: hidden;
}
.box-bg-term:before {
  content: "";
  height: 250px;
  width: 176px;
  position: absolute;
  bottom: -80px;
  left: 0px;
  background-image: url(../imgs/page/term/bg-left.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.content-term {
  position: relative;
}
.content-term .container {
  position: relative;
  z-index: 2;
}

.list-terms {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 40px;
}
.list-terms li {
  margin-bottom: 0px;
}
.list-terms li a {
  font-size: 14px;
  color: #3D565F;
  line-height: 32px;
}
.list-terms li a:hover {
  color: var(--morning);
}

.box-list-numbers {
  display: flex;
  width: 100%;
  margin: 0px -10px;
}
.box-list-numbers .item-list-number {
  padding: 0px 10px;
  display: inline-block;
  width: 20%;
}

.box-image-bg {
  background-color: #E0F1F4;
  border-radius: 8px;
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
  max-width: 64px;
  min-height: 44px;
  line-height: 44px;
  width: 100%;
}
.box-image-bg img {
  max-height: 61px;
  vertical-align: middle;
  display: inline-block;
}

.box-radius-border {
  border-radius: 24px;
  box-shadow: 0px 0px 30px 0px rgba(14, 41, 50, 0.08);
  padding: 40px 60px;
  border: 1px solid var(--light-gray);
}

.item-core {
  display: flex;
  width: 100%;
  align-items: center;
}
.item-core .item-image {
  max-width: 164px;
  min-width: 164px;
  width: 100%;
  margin-right: 30px;
}
.item-core .item-image img {
  border-radius: 4px;
}
.item-core .item-desc {
  width: 100%;
}

.box-core-value {
  padding-left: 80px;
  position: relative;
  padding-top: 15px;
}
.box-core-value .shape-left {
  height: 107px;
  width: 26px;
  background: url(../imgs/page/about/arrow-down.png) no-repeat top left;
  position: absolute;
  top: 35px;
  left: 30px;
}

.box-border-dashed {
  border-bottom: 1px dashed #6A838C;
}

.list-core-value {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.list-core-value li {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.list-core-value li .ticked {
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  height: 27px;
  width: 27px;
  background: #E0F1F4 url(../imgs/page/about/tick.svg) no-repeat center;
}
.list-core-value li:last-child .box-border-dashed {
  border-bottom: 0px;
}

.bg-core-value {
  /* background-image: url(../imgs/page/about/circle.png);
  background-repeat: no-repeat;
  background-position: bottom left; */
}

.list-dots {
  list-style: disc;
  padding-left: 25px;
}
.list-dots li {
  color: var(--night);
}

.box-story-1 {
  margin-bottom: -70px;
}

.list-socials {
  margin-top: 30px;
}
.list-socials .icon-socials {
  height: 16px;
  width: 16px;
}

.box-list-core-value {
  margin-top: 110px;
}

@media (max-width: 1550px) {
  .bg-faqs {
    background-size: 190px;
  }
  .banner-3 .image-chart {
    right: 0px;
  }
  .arrow-right-banner {
    left: calc(100% - 95px);
  }
  .mr-minus-85 {
    margin-right: -46px;
  }
  .ml-minus-85 {
    margin-left: -46px;
  }
  .box-banner-left-home7 {
    padding-left: 46px;
  }
}
@media (max-width: 1399.98px) {
  .card-plan {
    padding: 20px 15px;
  }
  .card-plan .card-image-plan .icon-plan {
    max-width: 72px;
    min-width: 72px;
    margin-right: 10px;
    height: 72px;
    line-height: 72px;
  }
  .box-story-1 {
    margin-bottom: -30px;
  }
  .box-banner-abs {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .banner-login .box-banner-abs {
    top: auto;
    padding: 60px 0px 60px 0px;
    transform: none;
  }
  .box-steps-small {
    padding-top: 220px;
    padding-right: 50px;
    padding-left: 0px;
  }
  .box-register {
    padding-right: 0px;
  }
  .box-sale {
    padding: 20px;
  }
  .box-sale .box-img-right {
    width: 140px;
  }
  .box-sale .box-img-left {
    width: 30%;
  }
  .box-sale.box-sale-left {
    padding-left: 30%;
  }
  .box-container {
    padding: 0px 0px;
  }
  .box-banner-6::before {
    height: 520px;
    width: 520px;
  }
  .image-automated {
    margin-top: 0px;
  }
}
@media (min-width: 1023px) and (max-width: 1199.98px) {
  .header .main-header .header-left .header-logo {
    max-width: 155px;
  }
  .btn.btn-brand-1-circle {
 
    padding: 8px 9px !important;
    font-size: 12px !important;
}

.header .main-menu li a {
  padding: 15px 0px 15px 0px !important;
  font-size: 14px;
}
  .header .nav-main-menu
  {
    display: block !important;
  }
  .header {
    padding: 10px 0;
  }
  .header .header-right .btn.btn-brand-1 {
    padding: 8px 16px;
  }
  .burger-icon {
    display: inline-block;
  }
  .header .burger-icon {
    display: block;
  }
  .header .main-header .header-left .header-right {
    width: 20%;
    text-align: right;
    padding-right: 0;
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
}
  .header .main-header .header-left .header-nav {
    width: 65%;
  }
  .box-info-video {
    padding: 10px 20px 10px 0px;
  }
  .box-info-video .box-button {
    margin-top: 25px !important;
  }
  .box-info-video .box-button-video {
    margin-top: 20px;
  }
  h3 ,.h3{
    font-size: 22px;
    line-height: 28px;
  }
  .card-plan {
    padding: 20px;
  }
  .card-plan .card-image-plan .icon-plan {
    max-width: 82px;
    min-width: 82px;
    margin-right: 15px;
    height: 82px;
    line-height: 82px;
  }
  .box-button.mt-65 {
    margin-top: 25px !important;
  }
  .box-info-video h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .banner-contact {
    padding: 60px 0px 60px 0px;
  }
  .box-ads-1 {
    max-width: 100%;
  }
  .box-banner-shop-grid {
    background-image: none;
  }
  .box-info-banner-shop-list {
    padding: 5px 15px;
  }
  .box-info-banner-shop-list h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px !important;
  }
  .box-info-banner-shop-list .box-price-banner {
    margin-bottom: 15px !important;
  }
  .box-info-banner-shop-list .box-share-banner {
    margin-top: 30px !important;
  }

  .box-info-answer {
    padding: 15px 0px;
  }
  .box-info-answer h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 8px !important;
  }
  .box-info-answer .font-md {
    margin-bottom: 10px !important;
  }
  .box-info-answer .box-button {
    margin-top: 15px !important;
  }
  .box-radius-16 {
    padding: 50px 40px 20px 40px;
  }
  .box-radius-16.bg-7 .box-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .box-business-inner {
    padding: 0px 20px 0px 0px;
  }
  .box-business-inner .mt-50 {
    margin-top: 10px !important;
  }
  .box-business-inner .mt-20 {
    margin-top: 10px !important;
  }
  .box-business-inner .list-ticks li {
    margin-bottom: 10px;
  }
  .image-6 {
    right: -40px;
  }
  .box-author-3 {
    left: -210px;
  }
  .box-banner-left-home7 {
    padding-right: 30px;
  }
  .card-review {
    padding: 30px 30px 25px 30px;
  }
  .asset-1 {
    left: 50px;
    top: 50px;
  }
  .asset-2 {
    left: 30px;
  }
  .asset-3 {
    top: 50px;
    right: 50px;
  }
  .asset-4 {
    right: 50px;
  }
  .asset-5 {
    top: 550px;
    left: 230px;
  }
  .box-tab-32 {
    padding: 25px 35px;
  }
  .box-cover-video-convert .box-info-video {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .header .main-header .header-left
 {
    display: block;
  }
  .box-container-sw .box-swiper {
    padding-left: 30px;
  }
  .box-container-sw .box-button-slider {
    left: 30px;
  }
  .footer .width-20, .footer .width-16 {
    width: 50%;
  }
  .footer .width-23 {
    width: 100%;
  }
  .box-info-video {
    padding: 20px 20px;
  }
  .box-cover-video-revert .box-info-video {
    padding: 35px 20px 30px 20px;
  }
  .mw-80 {
    margin-bottom: 30px;
  }
  .mw-80 .image-4 {
    right: -50px;
  }
  h1 {
    font-size: 44px;
    line-height: 56px;
  }
  h2,.h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .box-images-project {
    padding-right: 0px;
    margin-bottom: 50px;
  }
  .box-newsletter .box-image-newsletter {
    margin-bottom: 40px;
  }
  .footer .width-20 {
    margin-bottom: 20px;
  }
  .footer .width-16 {
    margin-bottom: 20px;
  }
  .box-signup {
    margin: 40px auto 40px auto;
    max-width: 100%;
  }
  .list-partners-left li {
    width: 16.66%;
  }
  .box-story-1 {
    margin-bottom: -30px;
  }
  .box-list-core-value {
    margin-top: 20px;
  }
  .box-list-numbers {
    flex-wrap: wrap;
  }
  .box-radius-border {
    padding: 30px 20px;
  }
  .box-radius-border h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .box-radius-border .font-lg {
    line-height: 18px;
    font-size: 14px;
  }

  .box-detail-content {
    padding: 40px 20px 10px 20px;
  }
  .box-ads-1 {
    background-size: auto 70%;
  }
  .sidebar-author {
    margin-top: 60px;
    padding-left: 0px;
  }

  .box-steps-small {
    padding-top: 50px;
  }
  .box-register {
    padding-top: 50px;
  }
  .box-sale .box-img-right {
    width: 120px;
  }
  .box-sale .box-img-left {
    bottom: auto;
    top: 19%;
    transform: translateY(-20%);
  }
  .banner-shop-grid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .box-banner-shop-grid::before {
    width: 249px;
    height: 247px;
  }
  .box-info-banner-shop-list {
    padding: 25px 25px;
  }
  .box-info-answer {
    padding: 15px 20px;
  }
  .box-bg-term {
    height: 290px;
    background-size: 140px;
  }
  .box-bg-term:before {
    height: 200px;
    width: 146px;
    bottom: -80px;
  }
  .box-notify .box-swiper {
    max-width: 90%;
  }
  .box-info-video-banner .box-inner-video-banner {
    position: relative;
    top: auto;
    padding-top: 20PX;
  }
  .box-info-video-banner .box-inner-video-banner .card-small {
    top: 20px;
  }
  .banner-5::before {
    height: 42%;
  }
  .banner-5 .mb-100 {
    margin-bottom: 0px !important;
  }
  .box-business-inner {
    padding: 30px;
  }
  .image-7 {
    left: -37px;
    max-width: 75px;
  }
  .box-images-cover {
    text-align: center;
  }
  .lists-logo {
    flex-wrap: wrap;
  }
  .lists-logo li {
    width: 25%;
    margin-bottom: 20px;
  }
  .box-author-2, .box-author-3, .box-author-1 {
    display: none;
  }
  .card-radius-32 .box-cover-pd {
    padding: 10px;
  }
  .card-radius-32 .box-cover-pd-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-image-4 {
    bottom: -50px;
    left: -20px;
  }
  .box-number-business {
    top: 90px;
    right: 70px;
  }
  .asset-2 {
    top: 370px;
    right: 10px;
  }
  .asset-4 {
    top: 370px;
    right: 20px;
  }
  .box-our-app {
    padding-left: 0px;
  }
  .box-ticks {
    bottom: -130px;
  }
  .banner-9.mb-100 {
    margin-bottom: 150px !important;
  }
  .card-radius-32 .box-cover-pd-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .box-radius-32-style-2 .arrow-down-banner {
    left: -50px;
  }
  .box-radius-32-style-2 .arrow-right-banner {
    left: -80px;
    bottom: 50px;
  }
  .box-banner-home9 {
    padding-top: 60px;
  }
  .box-business-tab {
    padding: 30px 0px 0px 0px;
  }
  .list-buttons-circle li {
    margin-bottom: 15px;
  }
  .list-buttons-circle li a {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: bold !important;
    padding: 14px 20px !important;
  }
  .box-imgs-branding {
    padding-top: 50px;
  }
  .box-cover-video-convert .box-info-video {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 110px;
    background-image: url(../imgs/page/homepage1/finger-2.png);
    background-repeat: no-repeat;
    background-position: left -20px bottom;
  }
  .list-partners-6 {
    flex-wrap: wrap;
  }
  .list-partners-6 li {
    padding: 10px 0px;
    width: 33.33%;
  }
  .list-partners-6 li:nth-child(3) {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    max-width: 140px;
  }
  .image-3 {
    left: 0px;
    width: 100px;
  }
  .image-2 {
    top: -10px;
    right: 10px;
    width: 75px;
  }
  .bg-faqs {
    background: #fff;
  }
  h2,.h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .box-trial-two .trial-col-1 {
    width: 50%;
  }
  .box-trial-two .trial-col-2 {
    width: 50%;
  }
  .image-4 {
    width: 100px;
  }
  .list-partners li img {
    max-height: 27px;
  }
  .list-partners-left li img {
    height: auto;
  }
  .list-partners li {
    min-width: 50px;
    padding: 10px 10px;
  }
  .list-partners-2 li {
    padding-left: 0px;
  }
  .box-radius-logo {
    padding: 30px 15px 20px 15px;
  }
  .title-line {
    padding-left: 69px;
  }
  .title-line::before {
    width: 59px;
  }
  .menu-bottom {
    margin-bottom: 15px;
  }
  .box-video-business {
    flex-wrap: wrap;
  }
  .box-video-business .item-video, .box-video-business .box-image-right {
    width: 100%;
  }
  .box-video-business .item-video {
    margin-bottom: 20px;
  }
  .box-create-account {
    padding: 30px;
  }
  .bg-testimonials .ml-20 {
    margin-left: 0px !important;
  }
  .bg-testimonials .ml-100 {
    margin-left: 0px !important;
  }
  .bg-testimonials::before {
    right: 0px;
  }
  .box-newsletter.box-newsletter-2 {
    background-image: none;
  }
  .arrow-right-banner, .arrow-down-banner {
    display: none;
  }
  .list-partners-left li {
    width: 20%;
  }
  .box-newsletter.box-newsletter-2::before {
    right: 30px;
  }

  .table-compare tbody tr td {
    padding: 15px;
    font-size: 14px;
  }
  .table-compare thead th {
    padding: 15px;
    font-size: 14px;
  }
  .box-video {
    max-width: 100%;
  }
  .box-video .image-1 {
    top: -20px;
    left: -20px;
    max-width: 100px;
  }
  .column-2 {
    -moz-column-count: 1;
    column-count: 1;
  }
  .box-404 {
    padding-top: 50px;
  }
  .box-404 .border-bottom {
    margin-top: 20px !important;
  }
  .box-banner-shop-grid::before {
    width: 100%;
  }
  .box-filter-text {
    flex-wrap: wrap;
  }
  .text-showing, .box-sortby {
    width: 100%;
    margin-right: 0px !important;
  }
  .text-showing {
    margin-bottom: 10px;
  }
  .box-sortby {
    place-content: flex-end;
  }
  .dropdown-sort .btn {
    padding: 7px 29px 7px 10px;
    background-position: right 7px center;
  }
  .btn.btn-white-circle {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .swiper-style-2 .box-button-slider-bottom .swiper-button-next-group-4, .swiper-style-2 .box-button-slider-bottom .swiper-button-prev-group-4 {
    display: none;
  }
  .width-16 {
    width: 16%;
  }
  .width-18 {
    width: 24%;
  }
  .width-50 {
    width: 40%;
  }
  .box-radius-16 {
    padding: 40px 10px 20px 10px;
  }
  .image-6 {
    right: 0px;
  }
  .lists-logo li {
    width: 33.33%;
  }
  .mr-minus-85 {
    margin-right: 0px;
  }
  .ml-minus-85 {
    margin-left: 0px;
  }
  .box-banner-left-home7 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .box-radius-32 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .box-number-business {
    right: -10px;
  }
  .asset-2 {
    display: none;
  }
  .asset-4 {
    display: none;
  }
  .box-radius-32-style-2 {
    padding: 30px 15px;
  }
  .box-ticks {
    bottom: auto;
    top: 93%;
    padding: 20px 20px 0px 20px;
  }
  .banner-9.mb-100 {
    margin-bottom: 180px !important;
  }
  .box-tab-32 {
    padding: 15px 15px;
  }
  .swiper-pagination-group-11 {
    right: 5px;
  }
  .banner-slide-11 {
    min-height: 500px;
  }
  .box-info-banner11 {
    padding: 50px 40px;
  }
  .accordion .accordion-button {
    font-size: 20px;
    line-height: 26px;
  }
  .accordionStyle2.accordion .accordion-button {
    padding: 25px;
  }
  .accordionStyle2.accordion .accordion-body {
    padding: 0px 25px 30px 25px;
  }
}
@media (max-width: 575.98px) {
  .header {
    padding: 10px 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .box-container-sw .swiper-button-next,
  .box-container-sw .swiper-button-prev {
    display: block;
  }
  .swiper-button-prev-notify {
    right: 7px;
    top: -15px;
  }
  .swiper-button-next-notify {
    right: -11px;
    top: -15px;
  }
  .swiper-button-next-style-2,
  .swiper-button-prev-style-2 {
    display: block;
  }
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h4 {
    font-size: 20px;
  }
  .list-ticks li {
    width: 100%;
  }
  .bg-plant::before {
    display: none;
  }
  .box-newsletter .image-1 img {
    width: 75px;
  }
  .box-radius-bottom {
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
  }
  .list-partners-left li {
    width: 25%;
  }
  .box-newsletter.box-newsletter-2::after {
    bottom: 0px;
    left: 0px;
    height: 35px;
    width: 246px;
  }
  .box-list-numbers .item-list-number {
    width: 33.33%;
    margin-bottom: 30px;
  }
  .box-story .box-info-video {
    padding: 10px 0px;
  }
  .box-video .image-1 {
    top: -20px;
    left: 10px;
  }
  .list-buttons li a {
    padding: 7px 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .column-2 {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .box-number-business {
    top: 50px;
    right: 10px;
  }
  .asset-5 {
    display: none;
  }
}
@media (max-width: 499.98px) {
  .footer .width-20, .footer .width-16, .footer .width-23 {
    width: 100%;
  }
  h2,.h2 {
    font-size: 27px;
    line-height: 32px;
  }
  .image-4 {
    width: 80px;
  }
  .image-5 {
    width: 60px;
  }
  .card-we-do .card-image {
    max-width: 75px;
  }
  .box-create-account .cardNumber {
    position: absolute;
    bottom: 0px;
    padding: 20px 20px;
    right: 0px;
  }
  .box-create-account .cardNumber .card-head {
    font-size: 50px;
    line-height: 62px;
  }
  .box-image-account {
    max-width: 90%;
  }
  .list-partners-left li {
    width: 33.33%;
  }
  .btn-app img {
    height: 40px;
  }
  .item-core {
    flex-wrap: wrap;
  }
  .item-core .item-image {
    max-width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .box-count.box-count-square .deals-countdown .countdown-amount {
    width: 65px;
    height: 70px;
    line-height: 45px !important;
  }
  .perfect-scroll {
    padding: 0px 15px 0px 15px;
  }
  .item-tick.font-xl-bold {
    line-height: 18px;
    font-size: 14px;
  }
}
@media (max-width: 449.98px) {
  .box-newsletter .image-1 img {
    width: 55px;
  }
  .box-newsletter {
    padding: 20px;
  }
  h5,.h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .bg-plan-2::before, .bg-plan-2::after {
    width: 300px;
    height: 300px;
  }
  .box-trial-two {
    flex-wrap: wrap;
  }
  .box-trial-two .trial-col-1 {
    margin-bottom: 20px;
  }
  .box-trial-two .trial-col-1, .box-trial-two .trial-col-2 {
    width: 100%;
  }
  .btn.btn-brand-1 {
    padding: 13px 12px;
  }
  .btn {
    border-radius: 4px;
  }
  .list-partners-left li {
    width: 50%;
  }
  .box-ads-1 {
    padding: 15px 20px;
  }
  .box-sale .box-img-right {
    width: 110px;
  }
  .btn.btn-play-center {
    height: 54px;
    width: 54px;
  }
  .card-marketing .card-image {
    margin-right: 15px;
  }
  .join-thousands {
    max-width: 179px;
  }
  .box-authors .item-author {
    width: 40px;
    height: 40px;
  }
  .box-authors .item-author img {
    width: 40px;
    height: 40px;
  }
  .box-authors .item-author .text-num-author {
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
  .box-banner-left-home7 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .asset-1 {
    left: 20px;
    top: 30px;
    height: 57px;
    width: 46px;
  }
  .asset-3 {
    top: 40px;
    right: 10px;
    height: 57px;
    width: 46px;
  }
  .box-item-comment {
    flex-wrap: wrap;
  }
  .box-item-comment .image-comment {
    margin-bottom: 20px;
  }
  .banner-9.mb-100 {
    margin-bottom: 220px !important;
  }
  .list-buttons-circle li a {
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 10px 12px !important;
  }
  .banner-9.mb-100 {
    margin-bottom: 130px !important;
  }
  .box-circle-image .box-number-business {
    top: 180px;
    right: 10px;
  }
  .box-circle-image .box-image-4 {
    bottom: 0px;
  }
  .list-partners-6 {
    flex-wrap: wrap;
  }
  .list-partners-6 li {
    width: 50%;
  }
  .list-partners-6 li:nth-child(3n) {
    text-align: left;
  }
  .list-partners-6 li:nth-child(2n) {
    text-align: right;
  }
  .box-info-banner11 {
    padding: 20px;
  }
}
@media (max-width: 349.98px) {
  .mobile-header-wrapper-style {
    width: 310px;
  }
  .perfect-scroll {
    width: 100%;
  }
  .card-blog-list .card-image {
    max-width: 80px;
    margin-left: 10px;
  }
  .card-testimonial-grid {
    padding: 20px;
  }
  .box-list-numbers .item-list-number {
    width: 50%;
  }

  .box-video .image-1 {
    max-width: 70px;
  }
  .box-ads-1 {
    background-size: auto 50%;
  }
  .box-count.box-count-square .deals-countdown .countdown-amount {
    width: 55px;
    height: 60px;
    font-size: 22px !important;
    line-height: 40px !important;
  }
  .nav-tabs-mobile li a {
    padding: 10px 8px;
  }
  .join-thousands {
    max-width: 140px;
  }
  .card-radius-32 .box-cover-pd-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner-9.mb-100 {
    margin-bottom: 170px !important;
  }
  .item-tick.font-xl-bold {
    line-height: 14px;
    font-size: 12px;
  }
  .item-tick {
    padding: 8px 0px 8px 38px;
  }
}
@media (min-width: 1400px) {
  .container.wide {
    max-width: 1544px;
  }
}
/*OTHER SCREEN*/
.page-content p {
  margin-bottom: 15px;
}

/* Style pour le lien popup "clic aquí" */
.popup-link {
  color: var(--color-brand-1, #007bff);
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.3s ease;
}

.popup-link:hover {
  color: var(--color-brand-2, #0056b3);
  text-decoration: none;
}

/* Download link style - elegant & clickable */
.download-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-brand-1, #0d6efd);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  position: relative;
  padding-bottom: 2px;
}

.download-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.25s ease;
}

.download-link:hover {
  color: var(--color-brand-2, #0a58ca);
}

.download-link:hover::after {
  width: 100%;
}

.download-link svg {
  transition: transform 0.25s ease;
}

/* .download-link:hover svg {
  transform: translateY(2px);
} */

/* Download link wrapper for dflip books */
.download-link-wrapper {
  margin-top: 10px;
  text-align: center;
}

.df-book-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}

/* Guides carousel styling */
.section.guides .box-swiper .swiper-slide {
  height: auto;
}

.section.guides .box-swiper .swiper-slide ._df_thumb {
  height: auto;
}

.section.guides .box-swiper .swiper-slide ._df_book {
  height: auto !important;
  min-height: 300px;
}

.section.guides .box-swiper .swiper-slide .df-container {
  height: auto !important;
  min-height: 300px;
}

.section.guides .box-swiper .swiper-slide .df-popup-thumb {
  width: 100%;
}

/* dFlip description styling */
.dflip-description {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-gray-700, #495057);
  padding: 0px 20px 10px 20px;
}

.dflip-description p {
  margin-bottom: 10px;
}

.dflip-description p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
