/*

    1. BASE
    reset
    base
    Variable

    2. Element
    Header
    Footer
    Button
    Text
    Text Color
    Text Size 
    Hero Image
    Cards
    TabNav
    Tabs
    Skeleton
    Modal
    Breadcrumb
    Doublecontent
    Form
    Amelia


    3. Layout
    Home
    Builder


    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     MIXINGS
------------------------------------------------------------ */
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-family: "Sarabun", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 900;
  font-weight: bold;
  letter-spacing: -1px;
}

p,
a {
  font-family: "Sarabun", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p {
  color: #000;
  font-size: 18px;
  line-height: 25px;
}

/* outline */
* {
  letter-spacing: 0;
}
*:focus {
  outline: none !important;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #7A7C8E !important;
}

::-moz-placeholder {
  color: #7A7C8E !important;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #7A7C8E !important;
} /* ie */
:-moz-placeholder {
  color: #7A7C8E !important;
}

/* Selection */
::-moz-selection {
  background: #0246AC;
  color: #fff;
  opacity: 1 !important;
}
::selection {
  background: #0246AC;
  color: #fff;
  opacity: 1 !important;
}

::-moz-selection {
  background: #0246AC;
  color: #fff;
  opacity: 1 !important;
}

/* mx auto */
.mx-auto {
  margin: 0 auto;
}

.col-reset {
  padding: 0 !important;
}

/* Hidden */
.hidden {
  display: none !important;
}

/* Address */
address {
  font-style: initial;
}

/* margin */
.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
.et_pb_row {
  width: 93%;
  max-width: 1140px;
}

.center-row.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* bordered image */
.bordered-image img {
  border-radius: 24px;
  overflow: hidden;
}

/* fix header */
.fix-header {
  margin-top: 163px;
}

.list--bullet ul {
  font-size: 16px;
  line-height: 25px;
}
.list--bullet ul li {
  margin-bottom: 8px;
}
.list--bullet ul li:last-child {
  margin-bottom: 0;
}
.list--bullet ul li::marker {
  color: #0246AC;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .fix-header {
    margin-top: 119px;
  }
}
@media all and (max-width: 768px) {
  .fix-header {
    margin-top: 40px;
  }
}
/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
header.et-l--header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
header.et-l--header .header {
  padding: 30px 0 40px 0;
}
header.et-l--header .header .header__inner {
  padding: 0;
}
header.et-l--header .header .header__inner .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav {
  background-color: transparent !important;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et_pb_menu__wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li:not(.btn--header) a:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #0246AC;
  display: block;
  position: relative;
  top: 10px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li:not(.btn--header) a:hover:after {
  width: 100%;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li.btn--header {
  margin: 0;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li.btn--header a {
  background: #0246AC;
  color: #fff;
  border-radius: 30px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li.btn--header a:hover {
  background: #05224E;
  color: #fff;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li a {
  color: #000;
  font-size: 16px;
  padding-right: 0;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li a:hover {
  background: transparent;
  opacity: 0.8;
  color: #0246AC;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu {
  border: 0;
  padding: 16px 0;
  background: #fff !important;
  width: 300px;
  border-radius: 10px;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu li {
  width: 100%;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu a {
  display: block;
  width: 100%;
  -webkit-transition: initial;
  transition: initial;
  color: #7A7C8E !important;
  font-size: 14px;
}
header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu a:hover {
  color: #7A7C8E;
}

.header__logo {
  margin: 0 !important;
}

/* Nav icon */
#nav-icon2 {
  width: 50px;
  height: 25px;
  position: relative;
  -webkit-transform: scale(0.7) rotate(0deg);
          transform: scale(0.7) rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 11px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 22px;
}

.mobile_menu_bar:before {
  display: none;
}

.mobile_nav.opened #nav-icon2 span {
  background: #fff;
  -webkit-box-shadow: 0 4px 24px rgb(0, 0, 0);
          box-shadow: 0 4px 24px rgb(0, 0, 0);
}
.mobile_nav.opened #nav-icon2 span:nth-child(1), .mobile_nav.opened #nav-icon2 span:nth-child(6) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile_nav.opened #nav-icon2 span:nth-child(2), .mobile_nav.opened #nav-icon2 span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile_nav.opened #nav-icon2 span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.mobile_nav.opened #nav-icon2 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.mobile_nav.opened #nav-icon2 span:nth-child(5) {
  left: 5px;
  top: 22px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(6) {
  left: calc(50% - 5px);
  top: 22px;
}

.open-subnav {
  display: none;
  border-radius: 10px;
}
.open-subnav span {
  color: #fff;
}

.mobile_menu_layout,
.mobile_menu_layout__inner {
  display: none !important;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 1200px) {
  header .header .header__logo {
    max-width: 130px;
  }
  header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 980px) {
  .header__logo,
  .header__inner .et_pb_image {
    width: 130px !important;
  }
  .open-subnav {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
  }
  .open-subnav.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .et-db #et-boc header.et-l--header .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner {
    padding: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column .main-nav {
    position: absolute;
    right: 0;
    top: 20px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column .et_pb_image {
    margin: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu {
    width: 100%;
    display: none !important;
    padding: 10px 0 10px 36px;
    background: transparent !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu.active {
    display: block !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li {
    width: 100%;
    padding-bottom: 0 !important;
    padding-left: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li.current-menu-item a {
    color: #7FB0FA !important;
    font-size: 18px !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li a {
    padding: 5px 10px;
    width: 100%;
    color: #fff !important;
    font-size: 18px !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li .open-subnav {
    top: 1px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu {
    background: #DFECF5 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu a {
    font-family: "Sarabun", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 18px !important;
    padding-left: 30px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu li > ul.sub-menu {
    background: #DFECF5 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu li > ul.sub-menu li > ul.sub-menu {
    background: #fff !important;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout {
    border: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url(<path-to-image>), lightgray 50%/cover no-repeat !important;
    padding-bottom: 0;
    z-index: 1;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #12293E;
    content: "";
    right: initial;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    overflow-y: auto;
    padding-top: 90px;
    padding-right: 20%;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu {
    width: 100%;
    border: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li {
    position: relative;
    z-index: 2;
    padding-bottom: 16px;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.current-menu-item a {
    text-decoration: underline;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.btn--header a {
    font-weight: bold;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-family: "Sarabun", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border: 0;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_bar {
    z-index: 99999;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .et_mobile_menu:before {
    width: 60%;
    opacity: 1;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_layout,
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_layout__inner {
    display: block !important;
  }
}
@media (max-width: 680px) {
  #nav-icon2 {
    top: -10px;
  }
  header .header .header__logo {
    max-width: 90px;
  }
  .et-db #et-boc header.et-l--header .header {
    padding: 20px 0 10px 0;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    padding-right: 5%;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu,
  .et-db #et-boc header.et-l--header #mobile_menu2.et_mobile_menu {
    padding-top: 70px;
  }
}
/* ------------------------------------------------------------
     FOOTER
------------------------------------------------------------ */
.footer__row.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__row.et_pb_row .et_pb_column:first-child {
  width: 60%;
  padding-right: 10%;
  margin-right: 0;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.footer-nav ul ul {
  padding-left: 24px;
  margin-top: 16px;
}
.footer-nav ul li {
  margin-bottom: 8px;
}
.footer-nav ul li:last-child {
  margin-bottom: 0;
}
.footer-nav ul li a {
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.footer-nav ul li a:hover {
  opacity: 0.6;
}

.footer__copy p a {
  margin-left: 16px;
  text-decoration: underline;
}
.footer__copy p a:hover {
  text-decoration: none;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
body #page-container .et_pb_section .btn,
body .swal2-html-container .btn {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
body #page-container .et_pb_section .btn.btn--type1,
body .swal2-html-container .btn.btn--type1 {
  background: #0246AC;
  color: #fff !important;
  border-radius: 30px;
  height: 49px;
  line-height: 49px !important;
  padding: 0 20px !important;
  display: inline-block;
  min-width: 230px;
  text-align: center;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  border: 0;
  text-align: center !important;
}
body #page-container .et_pb_section .btn.btn--type1:hover,
body .swal2-html-container .btn.btn--type1:hover {
  padding: 0 20px !important;
  background: #05224E;
  color: #fff;
}
body #page-container .et_pb_section .btn.btn--type2,
body .swal2-html-container .btn.btn--type2 {
  background: transparent;
  color: #0246AC;
  border-radius: 30px;
  height: 49px;
  line-height: 43px !important;
  padding: 0 20px !important;
  display: inline-block;
  min-width: 230px;
  text-align: center;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  border: 2px solid #0246AC;
}
body #page-container .et_pb_section .btn.btn--type2:hover,
body .swal2-html-container .btn.btn--type2:hover {
  padding: 0 20px !important;
  background: #7FB0FA;
  color: #fff;
  border-color: #7FB0FA;
}
body #page-container .et_pb_section .btn.btn--simple,
body .swal2-html-container .btn.btn--simple {
  color: #0246AC;
  background: transparent;
  padding: 0 !important;
  text-decoration: underline;
  border: 0;
}
body #page-container .et_pb_section .btn.btn--simple:hover,
body .swal2-html-container .btn.btn--simple:hover {
  border: 0;
  padding: 0;
  color: #0246AC;
  background: transparent;
  text-decoration: none;
  padding: 0 !important;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn-container * {
  margin-right: 16px;
  margin-bottom: 16px;
}
.btn-container *:last-child {
  margin-right: 0;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .btn-container {
    max-width: 400px;
  }
}
@media all and (max-width: 768px) {
  body #page-container .et_pb_section .btn {
    letter-spacing: 0;
  }
  .btn-container .btn {
    width: 100%;
    max-width: 100%;
  }
}
/* ------------------------------------------------------------
     TEXT
------------------------------------------------------------ */
.text-uppercase {
  text-transform: uppercase;
}

.text-letter-25,
.text-letter-25 * {
  letter-spacing: 2.5px;
}

.text-letter-0,
.text-letter-0 * {
  letter-spacing: 0px;
}

.text-400 *, .text-400 {
  font-weight: 400;
}

.text-title,
.text-title * {
  font-weight: bold;
}

.text-regular,
.text-regular * {
  font-family: "Sarabun", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.title-section strong,
.title-section * strong {
  color: #0246AC;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     TEXT COLOR
------------------------------------------------------------ */
.text-white,
.text-white * {
  color: #fff;
}

.text-gray100,
.text-gray100 * {
  color: #DFECF5;
}

.text-gray600,
.text-gray600 * {
  color: #A2A5BF;
}

.text-gray700,
.text-gray700 * {
  color: #7A7C8E;
}

.text-blue300,
.text-blue300 * {
  color: #7FB0FA;
}

.text-blue700,
.text-blue700 * {
  color: #0246AC;
}

.text-base,
.text-base * {
  color: #000;
}

.text-neutral,
.text-neutral * {
  color: #F4F3ED;
}

/* ------------------------------------------------------------
     TEXT SIZE
------------------------------------------------------------ */
.text-14,
.text-14 * {
  font-size: 14px;
  line-height: 20px;
}

.text-20,
.text-20 * {
  font-size: 20px;
  line-height: 28px;
}

.text-small,
.text-small * {
  font-size: 11px;
  line-height: 20px;
}

.text-21,
.text-21 * {
  font-size: 21px;
  line-height: 25px;
}

.text-24,
.text-24 * {
  font-size: 24px;
  line-height: 35px;
}

.text-28,
.text-28 * {
  font-size: 28px;
  line-height: 35px;
}

.text-40,
.text-40 * {
  font-size: 40px;
  line-height: 45px;
}

.text-60,
.text-60 * {
  font-size: 60px;
  line-height: 65px;
}

.text-18,
.text-18 * {
  font-size: 18px;
  line-height: 28px;
}

h1,
h1 *,
.h1,
.h1 * {
  font-size: 40px;
  line-height: 45px;
}

h2,
h2 *,
.h2,
.h2 * {
  font-size: 34px;
  line-height: 40px;
}

h3,
h3 *,
.h3,
.h3 * {
  font-size: 28px;
  line-height: 35px;
}

h4,
h4 *,
.h4,
.h4 * {
  font-size: 24px;
  line-height: 30px;
}

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

h6,
h6 *,
.h6,
.h6 * {
  font-size: 18px;
  line-height: 25px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .text-60,
  .text-60 * {
    font-size: 42px;
    line-height: 50px;
  }
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 42px;
    line-height: 55px;
  }
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 34px;
    line-height: 40px;
  }
  h3,
  h3 *,
  .h3,
  .h3 * {
    font-size: 28px;
    line-height: 35px;
  }
  h4,
  h4 *,
  .h4,
  .h4 * {
    font-size: 21px;
    line-height: 30px;
  }
  h5,
  h5 *,
  .h5,
  .h5 * {
    font-size: 18px;
    line-height: 25px;
  }
  h6,
  h6 *,
  .h6,
  .h6 * {
    font-size: 16px;
  }
  .text-40,
  .text-40 *,
  .text-28,
  .text-28 * {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 768px) {
  .text-21,
  .text-21 * {
    font-size: 18px;
  }
  .text-24,
  .text-24 *,
  .text-20,
  .text-20 * {
    font-size: 18px;
    line-height: 25px;
  }
  .text-60,
  .text-60 * {
    font-size: 32px;
    line-height: 40px;
  }
  .text-18,
  .text-18 * {
    font-size: 16px;
  }
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 28px;
    line-height: 35px;
  }
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 24px;
    line-height: 35px;
  }
}
@media all and (max-width: 680px) {
  .text-55 {
    font-size: 32px;
    line-height: 45px;
  }
}
/* ------------------------------------------------------------
    MODULE
------------------------------------------------------------ */
.module.et_pb_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.module-bottom.et_pb_section {
  padding-bottom: 60px;
}

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

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .module.et_pb_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 40px;
  }
  .module-top.et_pb_section {
    padding-top: 40px;
  }
}
@media all and (max-width: 768px) {
  .module.et_pb_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 20px;
  }
  .module-top.et_pb_section {
    padding-top: 20px;
  }
}
/* ------------------------------------------------------------
    HERO IMAGE
------------------------------------------------------------ */
.hero-image.et_pb_section {
  padding-top: 160px;
  padding-bottom: 0;
}
.hero-image.et_pb_section .et_pb_row {
  height: 800px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-image.et_pb_section .et_pb_column {
  position: initial;
}
.hero-image.et_pb_section .et_pb_column.hero-image__left {
  position: relative;
  top: -40px;
}
.hero-image.et_pb_section .btn-container {
  padding-top: 32px;
}
.hero-image.et_pb_section .btn-container.btn--init .btn.btn--type2 {
  width: 100%;
  max-width: 500px;
}

.hero-image__figure.et_pb_module {
  position: absolute;
  bottom: 0;
  right: -60px;
  width: 540px;
}

.hero-image__left .et_pb_text_inner {
  max-width: 570px;
}

/* Hero small */
.hero-image-small.et_pb_section {
  padding-top: 200px;
  padding-bottom: 100px;
}

.aside-help {
  background: #fff;
  -webkit-box-shadow: 0px 13px 32px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 13px 32px 0px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  padding: 32px 24px;
  position: fixed;
  width: 370px !important;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.aside-help.aside--absolute {
  position: absolute;
  -webkit-transform: initial;
          transform: initial;
  top: -40px;
}
.aside-help .et_pb_image img {
  width: 86px;
  height: 86px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1600px) {
  .aside-help {
    right: 5%;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media all and (max-width: 1200px) {
  .hero-image__figure.et_pb_module {
    right: 0;
    width: 470px;
  }
  .aside-help {
    width: 330px !important;
    right: 15px;
  }
}
@media all and (max-width: 980px) {
  .hero-image-small.et_pb_section {
    padding-top: 110px;
    padding-bottom: 10px;
  }
  .hero-image__figure.et_pb_module {
    width: 420px;
  }
  .hero-image.et_pb_section .et_pb_row {
    height: 800px;
  }
}
@media all and (max-width: 768px) {
  .hero-image.et_pb_section {
    padding-top: 60px;
  }
  .hero-image.et_pb_section .et_pb_row {
    height: auto;
  }
  .hero-image.et_pb_section .et_pb_column.hero-image__left {
    margin-bottom: 0;
    top: 0;
  }
  .hero-image.et_pb_section .et_pb_column:last-child {
    display: none;
  }
  .hero-image.et_pb_section .btn-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-image.et_pb_section .btn-container .btn {
    width: 100%;
  }
  .hero-image-small.et_pb_section {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .hero-image-small.et_pb_section .et_pb_column {
    margin-bottom: 0;
  }
  .hero-image__left .et_pb_text_inner {
    text-align: center;
  }
}
/* ------------------------------------------------------------
    CARDS
------------------------------------------------------------ */
.cards-row.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cards-row.et_pb_row.cards--fullwidth .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.cards-row.et_pb_row.cards--fullwidth .et_pb_column .et_pb_module {
  margin: 0;
}
.cards-row.et_pb_row.cards--fullwidth.cards--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cards-row.et_pb_row.row--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cards-row.et_pb_row.row--4 .et_pb_column {
  max-width: 270px;
  width: calc(23.5% - 13px);
}
.cards-row.et_pb_row.row--2 .et_pb_column {
  max-width: 550px;
  width: calc(60% - 13px);
}
.cards-row.et_pb_row.card--limit .et_pb_text_inner {
  min-height: 150px;
}
.cards-row.et_pb_row.card--limit2 .et_pb_text:nth-child(2) .et_pb_text_inner {
  min-height: 200px;
}
.cards-row.et_pb_row.card--home .card-item {
  padding-bottom: 120px;
  position: relative;
}
.cards-row.et_pb_row.card--home .card-item .button-bottom-home {
  position: absolute;
  bottom: 16px;
  width: 100%;
  left: 0;
}
.cards-row.et_pb_row .et_pb_column {
  margin-right: 24px;
  max-width: 370px;
  width: calc(33% - 13px);
}
.cards-row.et_pb_row .et_pb_column.et_pb_column_empty {
  display: none;
}

.card-item {
  background: #F0F4FF;
  -webkit-box-shadow: 0px 13px 32px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 13px 32px 0px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  padding-bottom: 32px;
}
.card-item.card--white {
  background: #fff;
}
.card-item .et_pb_image .et_pb_image_wrap {
  width: 100% !important;
}
.card-item .et_pb_image .et_pb_image_wrap img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-item .et_pb_text_inner {
  padding: 0 16px;
}
.card-item .et_pb_text_inner h4 {
  font-size: 22px;
  line-height: 30px;
}
.card-item .et_pb_text_inner p {
  color: #7A7C8E;
}
.card-item .et_pb_text_inner ul,
.card-item .et_pb_text_inner ol {
  font-size: 16px;
  line-height: 25px;
  color: #7A7C8E;
}
.card-item .et_pb_text_inner ul li,
.card-item .et_pb_text_inner ol li {
  margin-bottom: 8px;
}
.card-item .et_pb_text_inner ul li:last-child,
.card-item .et_pb_text_inner ol li:last-child {
  margin-bottom: 0;
}
.card-item .et_pb_text_inner em {
  font-size: 12px;
  line-height: 20px;
}
.card-item .et_pb_button_module_wrapper {
  margin-bottom: 16px !important;
}

.card-nav__item {
  background: #fff;
  -webkit-box-shadow: 0px 13px 32px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 13px 32px 0px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  padding: 32px 24px;
}
.card-nav__item .et_pb_image img {
  width: 86px;
  height: 86px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.card-nav__item .et_pb_image img {
  width: 86px;
  height: 86px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.card-item-doctor {
  background: #F0F4FF;
  -webkit-box-shadow: 0px 13px 32px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 13px 32px 0px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  padding-bottom: 32px;
  margin-top: 110px !important;
}
.card-item-doctor.card--white {
  background: #fff;
}
.card-item-doctor .et_pb_image {
  margin-top: -110px;
  margin-bottom: 0 !important;
}
.card-item-doctor .et_pb_image img {
  padding: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  -o-object-position: center;
     object-position: center;
  height: 280px;
  width: 100%;
}
.card-item-doctor .et_pb_text {
  margin-bottom: 8px !important;
  padding: 0 20px;
}
.card-item-doctor .et_pb_text:nth-child(2) {
  margin-bottom: 0 !important;
}
.card-item-doctor .et_pb_text:last-child * {
  font-size: 14px;
}
.card-item-doctor .et_pb_text:last-child strong {
  border-bottom: 1px solid #A2A5BF;
  display: block;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.card-item-doctor .et_pb_text:last-child em {
  font-style: initial;
  position: relative;
  padding-left: 32px;
  display: block;
  line-height: 20px;
  margin-bottom: 16px;
}
.card-item-doctor .et_pb_text:last-child em:before {
  content: "\f0f8";
  margin-right: 8px;
  font-weight: 400;
  font-family: "Font Awesome 6 Free";
  font-style: initial;
  position: absolute;
  left: 0;
  top: 0;
  color: #0246AC;
}
.card-item-doctor .et_pb_text:last-child ul li::marker {
  color: #0246AC;
}

.card--studies .et_pb_column {
  position: relative;
  padding-bottom: 150px;
}

.bottom-card {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.bottom-card .et_pb_module .et_pb_text_inner {
  height: auto;
  min-height: initial !important;
}

/* JS Cards */
.js-cards-4.cards-row.et_pb_row,
.js-cards-3.cards-row.et_pb_row {
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}
.js-cards-4.cards-row.et_pb_row.js-cards--white .card-item,
.js-cards-3.cards-row.et_pb_row.js-cards--white .card-item {
  background: #fff;
}
.js-cards-4.cards-row.et_pb_row .slick-track,
.js-cards-3.cards-row.et_pb_row .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-cards-4.cards-row.et_pb_row .card-item,
.js-cards-3.cards-row.et_pb_row .card-item {
  max-width: initial;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  height: auto;
}
.js-cards-4.cards-row.et_pb_row .slick-arrow,
.js-cards-3.cards-row.et_pb_row .slick-arrow {
  position: absolute;
  top: -30px;
  left: 30px;
  background: transparent;
  cursor: pointer;
  border: 0;
  color: #667085;
}
.js-cards-4.cards-row.et_pb_row .slick-arrow:hover,
.js-cards-3.cards-row.et_pb_row .slick-arrow:hover {
  color: #0246AC;
}
.js-cards-4.cards-row.et_pb_row .slick-arrow.slick-prev,
.js-cards-3.cards-row.et_pb_row .slick-arrow.slick-prev {
  left: -19px;
}
.js-cards-4.cards-row.et_pb_row .slick-arrow.slick-disabled,
.js-cards-3.cards-row.et_pb_row .slick-arrow.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.js-cards-4.cards-row.et_pb_row .slick-arrow span,
.js-cards-3.cards-row.et_pb_row .slick-arrow span {
  font-size: 40px;
}

/* Price */
.price.et_pb_module {
  margin-bottom: 16px !important;
}
.price,
.price * {
  color: #0246AC;
}
.price:not(strong):not(em),
.price *:not(strong):not(em) {
  font-size: 18px;
}
.price em {
  font-size: 16px;
  font-style: normal;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .js-cards.cards-row.et_pb_row {
    padding-right: 311px;
  }
  .cards-row.et_pb_row.row--2 .et_pb_column {
    width: calc(50% - 13px);
  }
}
@media all and (max-width: 980px) {
  .cards-row.et_pb_row.row--4 .et_pb_column {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cards-row.et_pb_row.cards--question .et_pb_column {
    width: calc(50% - 33px);
    margin: 0 16px 24px 16px;
  }
  .cards-row.et_pb_row .et_pb_column {
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .js-cards-4.cards-row.et_pb_row,
  .js-cards-3.cards-row.et_pb_row {
    padding-right: 0;
    padding-bottom: 0;
  }
  .js-cards-4.cards-row.et_pb_row .card-item,
  .js-cards-3.cards-row.et_pb_row .card-item {
    margin-right: 24px;
    margin-bottom: 0;
  }
  .cards-row.et_pb_row.row--2 .et_pb_column {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 768px) {
  .js-cards-4.cards-row.et_pb_row,
  .js-cards-3.cards-row.et_pb_row {
    padding-top: 54px;
  }
  .js-cards-4.cards-row.et_pb_row .card-item,
  .js-cards-3.cards-row.et_pb_row .card-item {
    width: 339px !important;
    margin: 0 12px;
  }
  .js-cards-4.cards-row.et_pb_row .slick-arrow,
  .js-cards-3.cards-row.et_pb_row .slick-arrow {
    top: 0px;
  }
  .cards-row.et_pb_row {
    padding-bottom: 0;
  }
  .cards-row.et_pb_row.cards--question .et_pb_column {
    width: 100%;
    margin-bottom: 16px;
  }
  .card-item .et_pb_image .et_pb_image_wrap img {
    height: 140px;
  }
  .card-item .et_pb_text_inner ul, .card-item .et_pb_text_inner ol {
    font-size: 16px;
  }
  .card-item-doctor .et_pb_image img {
    height: 180px;
  }
}
/* ------------------------------------------------------------
    TAB NAV
------------------------------------------------------------ */
.tab-nav .et_pb_text_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.tab-nav .et_pb_text_inner ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 40px;
  background: #fff;
  border: 2px solid #0246AC;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  padding: 10px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.tab-nav .et_pb_text_inner ul li:hover {
  background: #F0F4FF;
}
.tab-nav .et_pb_text_inner ul li:last-child {
  margin-right: 0;
}
.tab-nav .et_pb_text_inner ul li.active {
  background: #2773E3;
  color: #fff;
  border-color: #2773E3;
}
.tab-nav .et_pb_text_inner ul li span:not(.tab-nav__number) {
  width: 80%;
}

.tab-nav__number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #0246AC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-right: 16px;
}

.tab-content__text.et_pb_row {
  padding-left: 60px;
}

.tab-number {
  position: absolute;
  top: 10px;
  left: -60px;
}
.tab-number .et_pb_text_inner p {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #0246AC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  margin-right: 16px;
}
.tab-number .et_pb_text_inner p:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #0246AC;
  position: absolute;
  right: -9px;
  top: 17px;
}

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

.tab-select select {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border: 2px solid #7A7C8E;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .tab-content__text.et_pb_row {
    padding-bottom: 0;
  }
  .tab-content.et_pb_section {
    padding-top: 0;
  }
}
@media all and (max-width: 768px) {
  .tab-select select {
    margin-top: 24px;
  }
  .tab-number {
    display: none;
  }
  .tab-content__text.et_pb_row {
    padding-left: 0;
    padding-top: 0;
  }
}
/* ------------------------------------------------------------
    TABS
------------------------------------------------------------ */
.tab-nine.et_pb_tabs {
  border: 0;
  background: transparent;
}
.tab-nine.et_pb_tabs.tabs--4 .et_pb_tabs_controls li:nth-child(2) a, .tab-nine.et_pb_tabs.tabs--4 .et_pb_tabs_controls li:nth-child(3) a {
  border-radius: 0;
}
.tab-nine.et_pb_tabs .et_pb_all_tabs {
  background: transparent;
}
.tab-nine.et_pb_tabs .et_pb_all_tabs .et_pb_tab {
  padding: 24px 0;
}
.tab-nine.et_pb_tabs .et_pb_all_tabs .et_pb_tab .et_pb_tab_content,
.tab-nine.et_pb_tabs .et_pb_all_tabs .et_pb_tab .et_pb_tab_content * {
  color: #7A7C8E;
  text-align: left;
}
.tab-nine.et_pb_tabs .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.tab-nine.et_pb_tabs .et_pb_tabs_controls {
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-nine.et_pb_tabs .et_pb_tabs_controls:after {
  display: none;
}
.tab-nine.et_pb_tabs .et_pb_tabs_controls li {
  background: transparent;
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -1px;
}
.tab-nine.et_pb_tabs .et_pb_tabs_controls li:nth-child(2) a {
  border-radius: 0;
}
.tab-nine.et_pb_tabs .et_pb_tabs_controls li:last-child a {
  border-radius: 0 30px 30px 0;
}
.tab-nine.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a {
  background: #0246AC;
  border-color: #0246AC;
  color: #fff !important;
}
.tab-nine.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a:hover {
  background: #2773E3;
}
.tab-nine.et_pb_tabs .et_pb_tabs_controls li a {
  background: #F0F4FF;
  border: 1px solid #A2A5BF;
  border-radius: 30px 0 0 30px;
  text-align: center;
  display: block;
  width: 100%;
  color: #000 !important;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  height: 40px;
  font-size: 16px;
  padding: 5px 0 5px 0;
}
.tab-nine.et_pb_tabs .et_pb_tabs_controls li a:hover {
  background: #fff;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .tab-nine.et_pb_tabs .et_pb_tabs_controls li a {
    height: 60px;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
/* ------------------------------------------------------------
     SKELETON
------------------------------------------------------------ */
.skeleton-mode {
  width: 530px;
  height: 650px;
  background-size: cover;
}
.skeleton-mode .et_pb_text_inner p {
  position: relative;
  border-radius: 20px;
  background: rgba(39, 115, 227, 0.1);
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.skeleton-mode .et_pb_text_inner p:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: rgba(39, 115, 227, 0.2);
  color: #0246AC;
}
.skeleton-mode .et_pb_text_inner p:after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: url(https://neuromove.com.mx/wp-content/uploads/2024/10/circle.svg) center center no-repeat;
  background-size: contain;
  top: 14px;
  right: 240px;
  position: absolute;
  -webkit-animation: pulse 2.5s infinite ease-in-out;
          animation: pulse 2.5s infinite ease-in-out;
  border-radius: 50%;
}
.skeleton-mode .et_pb_text_inner p:nth-child(1) {
  top: 120px;
}
.skeleton-mode .et_pb_text_inner p:nth-child(2) {
  top: 137px;
  height: 100px;
}
.skeleton-mode .et_pb_text_inner p:nth-child(2):after {
  right: 292px;
}
.skeleton-mode .et_pb_text_inner p:nth-child(3) {
  top: 189px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: -90px;
}
.skeleton-mode .et_pb_text_inner p:nth-child(3):after {
  right: 332px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .skeleton-row .et_pb_column {
    margin-bottom: 0 !important;
  }
  .skeleton-mode {
    width: 100%;
  }
  .skeleton-mode .et_pb_text_inner p {
    background: rgba(39, 115, 227, 0.56);
    color: #fff;
  }
  .skeleton-mode .et_pb_text_inner p:after {
    right: 157px;
  }
  .skeleton-mode .et_pb_text_inner p:nth-child(2):after {
    right: 202px;
  }
  .skeleton-mode .et_pb_text_inner p:nth-child(3) {
    right: 0;
  }
  .skeleton-mode .et_pb_text_inner p:nth-child(3):after {
    right: 152px;
  }
}
/* ------------------------------------------------------------
     MODAL
------------------------------------------------------------ */
.modal-title h3 em {
  font-style: initial;
  font-size: 32px;
  font-weight: 300;
}

.modal-content {
  display: none;
}

/* swal */
.swal2-modal {
  width: 100%;
  max-width: 730px;
  border-radius: 20px;
}
.swal2-modal .modal-content {
  display: block;
}
.swal2-modal button.swal2-close {
  opacity: 1;
  color: #000;
}
.swal2-modal button.swal2-close:hover {
  color: #0246AC;
}

div:where(.swal2-container) {
  z-index: 99999 !important;
}

.swal2-modal .swal2-html-container .tab-nine.et_pb_tabs .et_pb_tabs_controls li a {
  line-height: 24px;
}
.swal2-modal .swal2-html-container .tab-nine.et_pb_tabs .et_pb_tab_content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 16px;
}
.swal2-modal .swal2-html-container .tab-nine.et_pb_tabs .et_pb_tab_content ul li {
  list-style: disc;
}
.swal2-modal .swal2-html-container .btn {
  margin-top: 16px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .swal2-modal .swal2-html-container {
    padding: 0;
  }
  .swal2-modal .swal2-html-container .modal-title {
    margin-bottom: 0;
  }
  .swal2-modal .swal2-html-container .tab-nine.et_pb_tabs .et_pb_tabs_controls li a {
    height: 40px;
    font-size: 14px;
  }
  .modal-title h3 em {
    font-size: 22px;
    line-height: 30px;
  }
}
/* ------------------------------------------------------------
     BREADCRUMB
------------------------------------------------------------ */
.breadcrumbs.et_pb_section {
  padding-bottom: 24px;
  padding-top: 24px;
}

.breadcrumbs.et_pb_section.breadcrumb__bottom {
  padding-bottom: 32px;
}

.breadcrumbs.et_pb_section .et_pb_row {
  padding: 24px 0;
}

.breadcrumbs.et_pb_section .et_pb_row a {
  color: #969696;
}
.breadcrumbs.et_pb_section .et_pb_row a:hover {
  opacity: 0.6;
}

.breadcrumbs.et_pb_section .et_pb_row .current, .breadcrumbs.et_pb_section .et_pb_row .current *, .breadcrumbs.et_pb_section .et_pb_row .current a {
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 700;
}

.breadcrumbs.et_pb_section .et_pb_row .lwp-breadcrumbs span[typeof=BreadcrumbList] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs.et_pb_section .et_pb_row .lwp-breadcrumbs span:not(.current) {
  color: #969696;
  font-weight: 300;
}

.breadcrumbs.et_pb_section .et_pb_row .lwp-breadcrumbs span.separator.et-pb-icon {
  color: #1F1F1F;
  font-size: 23px !important;
}

.breadcrumbs.et_pb_section .et_pb_row .lwp-breadcrumbs span.current {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.breadcrumb {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}

.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.breadcrumb li i {
  margin-right: 16px;
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 768px) {
  .breadcrumbs.et_pb_section .et_pb_row .lwp-breadcrumbs span[property=itemListElement]:not(:first-child):not(.current) {
    display: none;
  }
  .breadcrumbs.et_pb_section .et_pb_row .lwp-breadcrumbs span.separator:not(:nth-child(2)) {
    display: none;
  }
}
/* ------------------------------------------------------------
     DOUBLECONTENT
------------------------------------------------------------ */
.double-content__text {
  padding-left: 44px;
  position: relative;
}
.double-content__text .tab-number {
  top: 2px;
  left: -20px;
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 980px) {
  .double-content__text .tab-number {
    left: 0;
  }
  .double-content__text {
    padding-left: 74px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 16px !important;
  }
  .double-content__text .tab-number {
    display: block !important;
  }
  .double-content__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 24px !important;
  }
  .double-content__image .et_pb_image_wrap {
    width: 100%;
  }
  .double-content__image .et_pb_image_wrap img {
    width: 100% !important;
  }
}
/* ------------------------------------------------------------
    FORM
------------------------------------------------------------ */
body #et-boc.et-boc .form-code.et_pb_module .et_pb_code_inner form.forminator-ui.forminator-custom-form.forminator-design--flat.forminator_ajax .forminator-row {
  margin-bottom: 24px !important;
}
body #et-boc.et-boc .form-code.et_pb_module .et_pb_code_inner form.forminator-ui.forminator-custom-form.forminator-design--flat.forminator_ajax .forminator-row .forminator-col.hidden-field {
  display: none !important;
}
body #et-boc.et-boc .form-code.et_pb_module .et_pb_code_inner form.forminator-ui.forminator-custom-form.forminator-design--flat.forminator_ajax .forminator-row .forminator-col .forminator-field .forminator-label {
  color: #000;
  font-size: 16px;
  margin-bottom: 16px;
}
body #et-boc.et-boc .form-code.et_pb_module .et_pb_code_inner form.forminator-ui.forminator-custom-form.forminator-design--flat.forminator_ajax .forminator-row .forminator-col .forminator-field .forminator-input {
  height: 50px;
}
body #et-boc.et-boc .form-code.et_pb_module .et_pb_code_inner form.forminator-ui.forminator-custom-form.forminator-design--flat.forminator_ajax .forminator-row .forminator-col .forminator-field .forminator-input,
body #et-boc.et-boc .form-code.et_pb_module .et_pb_code_inner form.forminator-ui.forminator-custom-form.forminator-design--flat.forminator_ajax .forminator-row .forminator-col .forminator-field .forminator-textarea {
  border: 2px solid #7A7C8E;
  color: #7A7C8E;
  border-radius: 10px;
  background: #fff;
}
body #et-boc.et-boc .form-code.et_pb_module .et_pb_code_inner form.forminator-ui.forminator-custom-form.forminator-design--flat.forminator_ajax .forminator-row .forminator-col .forminator-field .forminator-input--textarea {
  height: 100px;
}
body #et-boc.et-boc .form-code.et_pb_module .et_pb_code_inner form.forminator-ui.forminator-custom-form.forminator-design--flat.forminator_ajax .forminator-row .forminator-col .forminator-field .forminator-button {
  background: #0246AC;
  color: #fff;
  border-radius: 30px;
  height: 49px;
  line-height: 49px !important;
  padding: 0 20px !important;
  display: inline-block;
  min-width: 230px;
  text-align: center;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  border: 0;
  -webkit-box-shadow: initial !important;
          box-shadow: initial !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
body #et-boc.et-boc .form-code.et_pb_module .et_pb_code_inner form.forminator-ui.forminator-custom-form.forminator-design--flat.forminator_ajax .forminator-row .forminator-col .forminator-field .forminator-button:hover {
  padding: 0 20px !important;
  background: #05224E;
  color: #fff;
}

.contact-list .et_pb_text_inner ul {
  font-size: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-list .et_pb_text_inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-list .et_pb_text_inner ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 16px;
}
.contact-list .et_pb_text_inner ul li:nth-child(1):before {
  background: url(https://neuromove.com.mx/wp-content/uploads/2024/10/mail.svg) center center no-repeat;
  background-size: contain;
}
.contact-list .et_pb_text_inner ul li:nth-child(2):before {
  background: url(https://neuromove.com.mx/wp-content/uploads/2024/10/phone.svg) center center no-repeat;
  background-size: contain;
}
.contact-list .et_pb_text_inner ul li:nth-child(3):before {
  background: url(https://neuromove.com.mx/wp-content/uploads/2024/10/whats.svg) center center no-repeat;
  background-size: contain;
}
.contact-list .et_pb_text_inner ul li:last-child {
  margin-bottom: 0;
}
.contact-list .et_pb_text_inner ul li a {
  color: #000;
}
.contact-list .et_pb_text_inner ul li a:hover {
  color: #0246AC;
}

.body-section {
  background: url(https://neuromove.com.mx/wp-content/uploads/2024/12/body.png) center center no-repeat;
  width: 700px;
  height: 700px;
  background-size: contain;
  position: relative;
}

.body-section__button {
  width: 40px;
  height: 40px;
  display: block;
  background: url(https://neuromove.com.mx/wp-content/uploads/2024/10/circle.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-animation: pulse 3.5s infinite ease-in-out;
  animation: pulse 3.5s infinite ease-in-out;
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid transparent;
}
.body-section__button.active {
  background: url(https://neuromove.com.mx/wp-content/uploads/2024/12/check.png) center center no-repeat;
  background-size: contain;
  border-color: #28a745;
}
.body-section__button[id=cabeza] {
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
}
.body-section__button[id=hombros] {
  left: 38%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 110px;
}
.body-section__button[id=brazo] {
  left: 130px;
  top: 230px;
}
.body-section__button[id=manos] {
  right: 90px;
  top: 270px;
}
.body-section__button[id=columna] {
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 260px;
}
.body-section__button[id=cuello] {
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 90px;
}
.body-section__button[id=torax] {
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 140px;
}
.body-section__button[id=codo] {
  right: 27%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 191px;
}
.body-section__button[id=pierna] {
  bottom: 270px;
  left: 272px;
}
.body-section__button[id=rodilla] {
  right: 276px;
  bottom: 190px;
}
.body-section__button[id=pie] {
  left: 250px;
  bottom: 20px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .body-section {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .forminator-field-html {
    margin-bottom: 24px;
  }
  .forminator-field-html .forminator-field {
    height: 630px;
  }
}
@media all and (max-width: 680px) {
  .body-section {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    left: -13%;
  }
  .forminator-field-html .forminator-field {
    height: 540px;
  }
}
/* ------------------------------------------------------------
     AMELIA
------------------------------------------------------------ */
.am-fs-sb__step-wrapper .am-fs-sb__step,
.am-fs-sb__step-wrapper .am-fs-sb__step * {
  color: #fff;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     HOME
------------------------------------------------------------ */
.blog-post .et_pb_post {
  border-radius: 10px;
  overflow: hidden;
}

body.post-template-default {
  padding-top: 160px;
}
body.post-template-default .container {
  width: 93%;
}
body.post-template-default .container img {
  border-radius: 10px;
}
body.post-template-default .container a {
  color: #0246AC;
}
body.post-template-default .container .entry-title {
  color: #0246AC;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  body.post-template-default {
    padding-top: 20px;
  }
}
/* ------------------------------------------------------------
     ERROR
------------------------------------------------------------ */
.error-layout.et_pb_section {
  padding: 30px 0;
  height: calc(100vh - 130px);
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-layout.et_pb_section p {
  font-size: 21px;
  line-height: 35px;
}
.error-layout.et_pb_section a {
  text-decoration: underline;
  color: #0246AC;
}
.error-layout.et_pb_section a:hover {
  text-decoration: none;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 680px) {
  .error-layout.et_pb_section p {
    font-size: 16px;
    line-height: 25px;
  }
}
/* ------------------------------------------------------------
     BUILDER
------------------------------------------------------------ */
html.et-fb-preview--desktop header.et-l--header, html.et-fb-preview--tablet header.et-l--header, html.et-fb-preview--phone header.et-l--header, html.et-fb-preview--wireframe header.et-l--header {
  position: relative;
}
html.et-fb-preview--desktop .tab-content.et_pb_section, html.et-fb-preview--tablet .tab-content.et_pb_section, html.et-fb-preview--phone .tab-content.et_pb_section, html.et-fb-preview--wireframe .tab-content.et_pb_section {
  display: block !important;
}
html.et-fb-preview--desktop .modal-content, html.et-fb-preview--tablet .modal-content, html.et-fb-preview--phone .modal-content, html.et-fb-preview--wireframe .modal-content {
  display: block !important;
}

/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */