/**
 *  VARIABLES
 *
 *  Configure library by adjusting this file
 *
 */
/**
 *  MEDIA QUERIES BREAKPOINTS
 */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap");
.main-font {
  font-family: "OpenSans", sans-serif;
  font-weight: 400;
}

.main-font-bold {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
}

.secondary-font, .custom-select-materialize .select-label, .custom-form-section .textarea, .custom-form-section input[type=email], .custom-form-section input[type=tel], .custom-form-section input[type=text] {
  font-family: "NotoSans", sans-serif;
  font-weight: 400;
}

.secondary-font-light {
  font-family: "NotoSans", sans-serif;
  font-weight: 300;
}

.secondary-font-bold {
  font-family: "NotoSans", sans-serif;
  font-weight: 700;
}

/**
 * Library
 */
/**
 * MIXINS
 */
@font-face {
  font-family: NotoSansBold;
  src: url("../fonts/NotoSans-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: NotoSansBoldItalic;
  src: url("../fonts/NotoSans-BoldItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: NotoSansItalic;
  src: url("../fonts/NotoSans-Italic.ttf");
  font-display: swap;
}
@font-face {
  font-family: NotoSans;
  src: url("../fonts/NotoSans-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: OpenSansBold;
  src: url("../fonts/OpenSans-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: OpenSansExtraBold;
  src: url("../fonts/OpenSans-ExtraBold.ttf");
  font-display: swap;
}
/**
 *  TYPOGRAPHY
 */
body {
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.modal-show {
  padding-right: 16px;
  overflow: hidden;
}

p {
  margin-bottom: 10px;
}

a {
  color: #000000;
  text-decoration: none !important;
}
a:hover {
  color: #000000;
}
a:focus {
  color: #000000;
  outline: none;
}

img {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

/**
 *  BUTTONS
 */
.btn {
  font-size: 15px;
  font-weight: 600;
  padding: 5px 15px;
  min-width: 120px;
  background: #001A6E;
  color: white;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn:hover {
  color: white;
  text-decoration: none;
}
.btn:focus {
  color: white;
  text-decoration: none;
}

.btn-default {
  font-family: MyriadProCond;
  padding: 0px;
  outline: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  min-width: 100px;
  text-align: center;
}
.btn-default:hover .inner {
  color: #001A6E;
}
.btn-default:hover .outer {
  background: #001A6E;
  border-color: #001A6E;
}
.btn-default.disabled {
  pointer-events: none;
}
.btn-default .inner {
  cursor: pointer;
  position: relative;
  z-index: 99;
  font-size: 14px;
  letter-spacing: 3px;
  border-radius: 0px;
  padding: 7px 17px;
  width: 100%;
  background: black;
  color: white;
  display: inline-block;
  margin-bottom: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-default .inner .icon-prefix {
  font-size: 14px;
  margin-left: 10px;
}
.btn-default .outer {
  position: absolute;
  width: 100%;
  left: 3px;
  top: 3px;
  height: 100%;
  border: 1px solid black;
  display: inline-block;
  margin-bottom: 0px;
  background: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-small .inner {
  padding: 4px 15px;
  font-size: 12px;
  letter-spacing: 2px;
}
.btn-small .outer {
  left: 2px;
  top: 2px;
}

.btn-full-width {
  width: 100%;
}

.btn-fb .inner {
  background: rgb(59, 89, 182);
}
.btn-fb .outer {
  border-color: rgb(59, 89, 182);
}

.btn-google .inner {
  background: rgb(215, 61, 50);
}
.btn-google .outer {
  border-color: rgb(215, 61, 50);
}

.btn-black {
  background: black;
}

.btn-square {
  border-radius: 0px;
}

.btn-xs {
  font-size: 11px;
  font-weight: 500;
  padding: 2px 15px;
  letter-spacing: 2px;
  min-width: auto;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect input[type=button], .waves-effect input[type=reset], .waves-effect input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}

.custom-form-section {
  /* active state */
  /* ANIMATIONS ================ */
}
.custom-form-section .group {
  position: relative;
  margin-bottom: 30px;
}
.custom-form-section .group.type-checkbox label {
  pointer-events: unset;
  position: relative !important;
  top: unset !important;
  color: #999 !important;
  font-size: 14px !important;
}
.custom-form-section .group.type-date {
  cursor: pointer;
}
.custom-form-section .group.type-date input {
  cursor: pointer;
}
.custom-form-section .group .fake-checkbox {
  position: absolute;
  width: 30px;
  top: 3px;
  left: 0;
  height: 20px;
}
.custom-form-section .group .icon-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: #999;
}
.custom-form-section .group .icon-cancel-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}
.custom-form-section .group.has-error input {
  border-color: red;
}
.custom-form-section .group.has-error input:focus {
  border-color: red;
}
.custom-form-section .group.has-error label {
  color: red;
}
.custom-form-section .group.has-error .error-text {
  color: red;
  text-align: left;
  font-size: 12px;
}
.custom-form-section .group.has-error .bar:before, .custom-form-section .group.has-error .bar:after {
  background-color: red;
}
.custom-form-section input[type=text] {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
  background-color: transparent;
  color: #626262;
  outline: unset;
  border-radius: unset;
}
.custom-form-section input[type=tel] {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
  background-color: transparent;
  color: #626262;
  outline: unset;
  border-radius: unset;
}
.custom-form-section input[type=email] {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
  background-color: transparent;
  color: #626262;
  outline: unset;
  border-radius: unset;
}
.custom-form-section .textarea::-webkit-scrollbar {
  display: none;
}
.custom-form-section .textarea {
  font-size: 18px;
  display: block;
  width: 100%;
  overflow: scroll;
  resize: none;
  line-height: 25px;
  background-color: transparent;
  color: #001A6E;
  border: none;
  border-bottom: 1px solid #757575;
  -ms-overflow-style: none;
}
.custom-form-section .textarea:focus {
  background-color: transparent;
  outline: none;
}
.custom-form-section input:focus {
  outline: none;
}
.custom-form-section .error {
  font-family: NotoSansBold;
  font-size: 11px;
  color: rgb(255, 0, 0);
}
.custom-form-section #customFile-error {
  margin-top: 5px;
}
.custom-form-section .not-required ~ label {
  top: 10px !important;
  color: #999 !important;
  font-size: 18px !important;
}
.custom-form-section .not-required:focus ~ label {
  top: -14px !important;
  font-size: 12px !important;
  color: #001A6E !important;
}
.custom-form-section .filled ~ label {
  top: -14px !important;
  font-size: 12px;
  color: #001A6E;
}
.custom-form-section .textarea:focus ~ label, .custom-form-section .textarea:valid ~ label {
  top: -14px;
  font-size: 12px !important;
  color: #001A6E;
}
.custom-form-section .bar {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 1px;
}
.custom-form-section .bar:before, .custom-form-section .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #001A6E;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.custom-form-section .bar:before {
  left: 50%;
}
.custom-form-section .bar:after {
  right: 50%;
}
.custom-form-section input:focus ~ .bar:before, .custom-form-section input:focus ~ .bar:after {
  width: 50%;
}
.custom-form-section .textarea:focus ~ .bar:before, .custom-form-section .textarea:focus ~ .bar:after {
  width: 50%;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #001A6E;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #001A6E;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #001A6E;
  }
  to {
    width: 0;
    background: transparent;
  }
}

.custom-select-materialize {
  /* Remove focus */
  /* Use custom arrow */
  /* =============== LABEL =============== */
  /* active state */
  /* =============== BOTTOM BARS =============== */
  /* active state */
  /* =============== HIGHLIGHTER =============== */
}
.custom-select-materialize.type-campaign .select-text {
  border-bottom: 1px solid white;
  color: white;
  font-size: 16px;
  padding-bottom: 10px;
}
.custom-select-materialize.type-campaign .select-text option {
  color: black;
}
.custom-select-materialize.type-full .select-text {
  padding: 10px 10px 10px 5px;
}
.custom-select-materialize .select {
  position: relative;
  width: 100%;
}
.custom-select-materialize .select-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 10px 10px 0 5px;
  font-size: 14px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #757575;
}
.custom-select-materialize .select-text:focus {
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.custom-select-materialize .select .select-text {
  appearance: none;
  -webkit-appearance: none;
}
.custom-select-materialize .select:after {
  position: absolute;
  top: 18px;
  right: 5px;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #757575;
  pointer-events: none;
}
.custom-select-materialize .select-label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.custom-select-materialize .select-text:focus ~ .select-label, .custom-select-materialize .select-text:valid ~ .select-label {
  top: -14px;
  font-size: 12px !important;
  color: #001A6E;
  transition: 0.2s ease all;
}
.custom-select-materialize .select-bar {
  position: relative;
  display: block;
  width: 100%;
}
.custom-select-materialize .select-bar:before, .custom-select-materialize .select-bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #001A6E;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.custom-select-materialize .select-bar:before {
  left: 50%;
}
.custom-select-materialize .select-bar:after {
  right: 50%;
}
.custom-select-materialize .select-text:focus ~ .select-bar:before, .custom-select-materialize .select-text:focus ~ .select-bar:after {
  width: 50%;
}
.custom-select-materialize .select-highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/*
helper for default style
*/
#toast-container > .toast-success {
  background-color: #001A6E;
}

.fs-12 {
  font-size: 12px;
}

.fs-16 {
  font-size: 18px;
}

.fs-18 {
  font-size: 18px;
}

.text-grey {
  color: #686868;
}

.text-red {
  color: #e74c3c;
}

.td-line {
  text-decoration: line-through;
}

.bg-white {
  background: white;
}

.bg-grey {
  background: #eaeaea;
}

.relative {
  position: relative;
}

.default-section {
  padding: 100px 0;
}
.default-section.type-no-bottom {
  padding: 100px 0 0;
}
.default-section.type-no-top {
  padding: 0 0 100px;
}
.default-section.type-form {
  padding: 200px 0 0;
}
.default-section.type-queue {
  padding: 200px 0;
}
.default-section.type-bottom-form {
  padding: 70px 0 200px;
}
@media screen and (max-width: 768px) {
  .default-section.type-career {
    padding: 100px 0;
  }
}
.default-section.type-footer {
  background-color: #F4F4F4;
  position: relative;
}
.default-section.type-no-padding {
  padding: 0;
}
.default-section.type-404 {
  padding: 70px 0;
}

.separator-custom {
  height: 5px;
  width: 50px;
  background-color: #C42F27;
  border-radius: 15px;
  margin: 1rem 0;
}

.default-title {
  font-size: 38px;
  letter-spacing: 2px;
  font-family: MyriadProCond;
}

.default-description-section {
  line-height: 40px;
  font-size: 16px;
}
.default-description-section p {
  margin-bottom: 20px;
}
.default-description-section.info-description {
  font-size: 14px;
  line-height: 20px;
}

.default-control-list {
  font-size: 12px;
}
.default-control-list .item {
  margin-right: 15px;
}
.default-control-list .item:last-of-type {
  margin-right: 0px;
}
.default-control-list .item.active a, .default-control-list .item:hover a {
  cursor: pointer;
  font-weight: 700;
  border-bottom: 1px solid;
}
.default-control-list .item.disabled {
  pointer-events: none;
}

.table-separator {
  width: 50px;
  text-align: right;
}

[data-validate=true] .form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-group .has-error .help-block, .form-group.has-error .help-block {
  opacity: 1;
}
.form-group .form-label {
  margin-bottom: 0px;
}
.form-group .help-block {
  opacity: 0;
  font-size: 10px;
  position: absolute;
  left: 0px;
  text-align: left;
}
.form-group .help-block.form-error {
  color: #e74c3c;
}

.form-control {
  border-radius: 0px;
  border-color: #c5c5c5;
  padding: 0.7rem;
  height: auto;
}
.form-control:active, .form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: black;
}
.form-control:disabled {
  color: rgb(201, 201, 201);
  background-color: transparent !important;
  -webkit-text-fill-color: rgb(201, 201, 201);
  opacity: 1; /* required on iOS */
}

.default-form-control {
  border-radius: 0px;
  height: 40px;
  outline: none;
  box-shadow: none;
}
.default-form-control:focus, .default-form-control:active {
  border-color: #ced4da;
  box-shadow: none;
  outline: none;
}

.default-group-inline {
  flex-wrap: nowrap !important;
  align-self: center;
}
.default-group-inline .form-control {
  outline: none;
  border: 0px;
  margin: 0px;
}
.default-group-inline .btn {
  height: 100%;
}

.default-nav-tab .nav-item {
  flex: 1;
}
.default-nav-tab .nav-item .nav-link {
  font-family: MyriadProCond;
  padding: 10px 15px;
  text-align: center;
  border: 1px solid #878787;
  border-radius: 0px;
  font-size: 16px;
  color: #878787;
  position: relative;
}
.default-nav-tab .nav-item .nav-link:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: -1px;
  background: black;
  transform: scale(0);
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.default-nav-tab .nav-item .nav-link.active {
  font-weight: 700;
  color: black;
}
.default-nav-tab .nav-item .nav-link.active:after {
  transform: scale(1);
  visibility: visible;
}
.default-nav-tab .nav-item:last-of-type .nav-link {
  border-left: none;
}

.custom-input {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  flex: 0 1 20%;
}
.custom-input > input {
  display: none;
}
.custom-input .checker {
  position: relative;
  margin-right: 10px;
  display: block;
  height: 22.5px;
  width: 22.5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.custom-input .checker:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.custom-input.type-box .checker-box {
  display: block;
  width: 100px;
  text-align: center;
  padding: 5px;
  border: 1px solid;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.custom-input.type-box:hover .checker-box {
  background: #001A6E;
  border-color: #001A6E;
  color: white;
}
.custom-input.type-box input:checked ~ .checker-box {
  border-color: #001A6E;
  background: #001A6E;
  color: white;
}
.custom-input.type-box input:disabled ~ .checker-box {
  pointer-events: none;
  background: #eaeaea;
  border-color: #eaeaea;
  color: #979797;
}
.custom-input.brand-box {
  flex: 0 1 25%;
}
.custom-input.brand-box .checker-box {
  width: 50px;
  height: 40px;
  align-items: center;
}
.custom-input.size-box .checker-box {
  width: 40px;
}
.custom-input.type-radio .checker {
  background-color: transparent;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  height: 17.5px;
  width: 17.5px;
}
.custom-input.type-radio .checker:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: black;
  border-radius: 100%;
}
.custom-input.type-radio:hover .checker {
  border-color: black;
}
.custom-input.type-radio input:checked ~ .checker {
  border-color: black;
}
.custom-input.type-radio input:checked ~ .checker:after {
  display: block;
}
.custom-input.type-checkbox .checker {
  background-color: transparent;
  border: 1px solid black;
  border-radius: 0px;
  width: 14px;
  height: 14px;
  background: white;
}
.custom-input.type-checkbox .checker:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  border-radius: 100%;
  font-size: 10px;
  color: black;
}
.custom-input.type-checkbox:hover .checker {
  border-color: black;
}
.custom-input.type-checkbox:hover .checker.blue-style {
  border-color: black;
}
.custom-input.type-checkbox input:checked ~ .checker.blue-style, .custom-input.type-checkbox input.indeterminate ~ .checker.blue-style {
  border-color: black;
  background: black;
}
.custom-input.type-checkbox input:checked ~ .checker:after, .custom-input.type-checkbox input.indeterminate ~ .checker:after {
  display: block;
}
.custom-input.type-checkbox input.indeterminate ~ .checker:after {
  content: "\f068";
}
.custom-input.type-varian input ~ .checker-varian {
  border: 1px solid transparent;
}
.custom-input.type-varian input:checked ~ .checker-varian {
  border-color: black;
}

.custom-select-group .select2-container {
  width: 100% !important;
}
.custom-select-group .select2-container .select2-selection {
  border-radius: 0px;
  height: 38px;
  border: none;
  background: white;
  outline: none;
  box-shadow: 3px 3px 5px #eaeaea;
}
.custom-select-group .select2-container .select2-selection[aria-expanded=true] .select2-selection__arrow:after {
  transform: rotate(-180deg);
}
.custom-select-group .select2-container .select2-selection .select2-selection__rendered {
  line-height: 38px;
}
.custom-select-group .select2-container .select2-selection .select2-selection__arrow:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  font-size: 20px;
  font-weight: 600;
  right: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.custom-select-group .select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}

.search-error {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

label.error {
  color: red;
}

/* EXTENDABLE */
body#customer-context {
  background-image: url("/assets/frontend/images/customer-bg.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.transition-fade {
  transition: 1s;
  transform: translateY(0);
  transform-origin: left;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 1;
  transform: translateY(100%);
}

html.is-leaving .transition-fade {
  opacity: 0;
}

.hidden {
  display: none !important;
}

.overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 99;
  cursor: pointer;
}
.overlay.type-active {
  background-color: rgba(0, 0, 0, 0.5);
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.display-flex, #main-navbar .inner-navbar, .default-control-list, .default-group-inline, .custom-input.brand-box .checker-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.default-list-style, .default-control-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.default-background-style {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* EXTENDABLE */
.text-myriad-cond {
  font-family: MyriadProCond;
}

.text-bebasneu {
  font-family: BebasNeue;
}

.text-heading-bold {
  font-family: HeadingProBold;
}

.text-grey {
  color: #686868;
}

.text-small {
  font-size: 12px;
}

.cursor-pointer {
  cursor: pointer;
}

.transparent {
  opacity: 0;
}

.overflow-hide {
  overflow: hidden !important;
}

.ani-delay-300ms {
  animation-delay: 300ms;
}

.ani-delay-600ms {
  animation-delay: 600ms;
}

#main-navbar {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 80;
  background-color: transparent;
}
#main-navbar.type-scroll .background {
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 0px;
  z-index: 0;
}
#main-navbar.type-scroll .container {
  z-index: 999;
}
#main-navbar .glass-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  backdrop-filter: blur(3px);
}
#main-navbar .navbar-wrapper img {
  object-fit: contain;
  max-height: 40px;
  max-width: 184px;
}
#main-navbar .inner-navbar {
  width: 100%;
  align-items: center;
  padding: 10px 0;
}
#main-navbar .navbar-brand {
  margin: 0px;
  padding: 0px;
}
#main-navbar .navbar-brand .logo {
  width: 150px;
}
#main-navbar .navbar-brand .logo:focus {
  outline: unset !important;
}
#main-navbar .navbar-collapse {
  justify-content: flex-end;
}
#main-navbar .navbar-nav {
  align-items: center;
}
#main-navbar .navbar-nav .nav-item {
  padding: 5px 0px;
  margin-right: 40px;
  position: relative;
}
#main-navbar .navbar-nav .nav-item:last-of-type {
  margin-right: 0px;
}
#main-navbar .navbar-nav .nav-item.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 17.5px;
  height: 1px;
  background: #C42F27;
}
#main-navbar .navbar-nav .nav-item .nav-link {
  padding: 0px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: NotoSansBold;
  color: #000000;
}
#main-navbar .navbar-nav .nav-item .nav-link.active {
  color: #001A6E;
  font-weight: bold;
}
#main-navbar .navbar-nav .nav-item .nav-link:hover {
  color: #001A6E;
  font-weight: bold;
}
#main-navbar .navbar-nav .nav-item .nav-link:hover:after {
  opacity: 1;
}
#main-navbar .navbar-nav .nav-lang .lang-item {
  padding: 0px 7.5px;
  border-right: 1px solid;
}
#main-navbar .navbar-nav .nav-lang .lang-item:last-of-type {
  border-right: none;
}
#main-navbar .navbar-nav .nav-lang .lang-item.active {
  color: #001A6E;
  font-weight: 700;
  cursor: no-drop;
}
#main-navbar .navbar-nav .nav-lang .logo {
  width: 20px;
  border: 1px solid #707070;
  border-radius: 12px;
}
#main-navbar #navbar-container {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.navbar-toggler {
  outline: none;
}
.navbar-toggler:focus {
  outline: none;
}

.toggler-icon {
  width: 30px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.toggler-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #001A6E;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.toggler-icon span:nth-child(1) {
  top: 0px;
}
.toggler-icon span:nth-child(2), .toggler-icon span:nth-child(3) {
  top: 9px;
}
.toggler-icon span:nth-child(4) {
  top: 17px;
}
.toggler-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.toggler-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggler-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.toggler-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav-dropdown {
  position: relative;
  cursor: default;
}
.nav-dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
}
.nav-dropdown:hover .dropdown-content.type-about {
  height: 250px;
}
.nav-dropdown:hover .dropdown-content.type-product {
  width: 50%;
}
.nav-dropdown:hover .dropdown-content.type-product .part-title.color-white {
  color: white;
}
.nav-dropdown .dropdown-wrapper {
  height: 100%;
}
.nav-dropdown .dropdown-content {
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 2.7rem;
  right: -15rem;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
  transform: translate(-50%, 0);
  background: rgba(255, 255, 255, 0.7);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.25);
  z-index: 99;
  padding: 20px;
}
.nav-dropdown .dropdown-content .nav-link {
  font-family: "OpenSans" !important;
  font-weight: normal !important;
  margin-bottom: 1rem;
  position: relative;
  color: #000000;
  font-size: 14px;
}
.nav-dropdown .dropdown-content .nav-link:last-child {
  margin-bottom: unset;
}
.nav-dropdown .dropdown-content:hover {
  visibility: visible;
  opacity: 1;
}
.nav-dropdown .dropdown-content.type-about {
  width: 15%;
  left: 54%;
}
.nav-dropdown .dropdown-content.type-article {
  width: 18%;
  left: 65%;
}

.footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.footer-wrapper .footer-item {
  margin-right: 5rem;
}
.footer-wrapper .footer-item img {
  object-fit: contain;
  max-height: 40px;
  max-width: 184px;
}
.footer-wrapper .footer-item .footer-title {
  font-family: NotoSansBold;
  font-size: 20px;
  color: #000000;
  position: relative;
  padding-bottom: 1rem;
}
.footer-wrapper .footer-item .footer-title:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 30px;
  background: #ed3237;
  bottom: 10px;
  left: 0;
  border-radius: 500px;
}
.footer-wrapper .footer-item .footer-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1rem;
}
.footer-wrapper .footer-item .footer-content .icon-footer {
  color: #001A6E;
  font-size: 15px;
  margin-right: 10px;
}
.footer-wrapper .footer-item .footer-content .description {
  font-family: OpenSans;
  color: #626262;
  font-size: 15px;
  max-width: 15rem;
}

.copyright {
  position: absolute;
  bottom: 10px;
  font-family: NotoSansBold;
  font-size: 12px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.custom-select-input {
  margin-bottom: 1rem;
  font-size: 18px;
  padding: 15px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
  background-color: transparent;
  outline: unset;
  color: #626262;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0; /* Firefox 1-3.6 */
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 15px;
  margin-right: 2rem;
  padding-right: 2rem;
  border-radius: 0;
}
.custom-select-input.type-queueing {
  padding: 5px 10px 6px 5px;
}

.form-control:focus {
  box-shadow: unset !important;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-semilight {
  font-weight: 400;
}

.gap-4 {
  gap: 4px;
}

.gap-6 {
  grid-gap: 6px;
}

.gap-16 {
  grid-gap: 16px;
}

.custom-file .custom-file-input {
  position: absolute;
  outline: unset !important;
}
.custom-file .custom-file-input:focus + .custom-input-file {
  box-shadow: unset !important;
  border-color: transparent !important;
}
.custom-file #customFileLabel {
  font-size: 15px !important;
}
.custom-file .custom-input-file {
  width: 100%;
  top: unset !important;
  position: relative !important;
  left: unset !important;
  right: unset !important;
  margin-bottom: 1rem;
  padding: 15px 10px 10px 5px;
  display: block;
  border: none;
  background-color: transparent;
  outline: unset;
  border-color: transparent;
  font-family: OpenSans !important;
  color: #626262 !important;
}
.custom-file .custom-input-file:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 80%;
  background: #757575;
  bottom: -5px;
  left: 0;
}
.custom-file .custom-input-file:after {
  content: "Choose File" !important;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 0.5rem;
  padding: 5px 15px;
  min-width: 120px;
  background: #001a6e;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#customCheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  color: #626262;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
#customCheckbox input {
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #626262;
}

/* When the checkbox is checked, add a blue background */
#customCheckbox input:checked ~ .checkmark {
  background-color: #001A6E;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#customCheckbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#customCheckbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-modal {
  background-color: rgb(0, 25, 110) !important;
  border-color: unset !important;
  transition: all 0.5ms ease-in-out;
  pointer-events: unset;
}
.btn-modal.type-disabled {
  background-color: rgba(0, 25, 110, 0.5) !important;
  pointer-events: none;
}

.btn-rounded {
  border-radius: 25px !important;
}

.animate_content {
  animation: animate 3s ease;
}

@keyframes animate {
  10% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  z-index: 10;
}

#home .banner-home-wrapper {
  position: relative;
}
#home .banner-home-wrapper .background-banner-home {
  width: 100%;
  height: 100%;
  z-index: 0;
}
#home .banner-home-wrapper .background-banner-home img {
  width: 55rem;
  position: absolute;
  top: 0;
  right: -10rem;
}
#home .banner-home-wrapper .content-home-wrapper {
  padding-top: 3rem;
  position: relative;
  z-index: 1;
}
#home .banner-home-wrapper .content-home-wrapper .title-content-home {
  font-family: NotoSansBold;
  font-size: 65px;
  color: #000000;
  padding-bottom: 1rem;
  max-width: 55%;
}
#home .banner-home-wrapper .content-home-wrapper .description-content-home {
  font-family: OpenSans;
  font-size: 15px;
  color: #000000;
  padding-bottom: 1rem;
  max-width: 45%;
}
#home .banner-home-wrapper .content-home-wrapper .btn-banner-home {
  border-radius: 25px;
}
#home .benefit-wrapper {
  display: flex;
  padding-top: 100px;
}
#home .benefit-wrapper .benefit-item {
  padding: 50px;
  background-color: #001A6E;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
}
#home .benefit-wrapper .benefit-item.type-red {
  background-color: #C42F27;
}
#home .benefit-wrapper .benefit-item .icon-benefit {
  padding-bottom: 0.5rem;
}
#home .benefit-wrapper .benefit-item .icon-benefit img {
  width: 45px;
  height: 25px;
  object-fit: contain;
}
#home .benefit-wrapper .benefit-item .title-benefit {
  font-family: NotoSansBold;
  font-size: 20px;
  padding-bottom: 1rem;
}
#home .benefit-wrapper .benefit-item .description-benefit {
  font-family: OpenSans;
  font-size: 15px;
}
#home .queueing-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F4F4F4;
}
#home .queueing-wrapper .queueing-image {
  flex: 1 1 50%;
}
#home .queueing-wrapper .queueing-image img {
  object-fit: cover;
}
#home .queueing-wrapper .queueing-content-wrapper {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px;
}
#home .queueing-wrapper .queueing-content-wrapper .queueing-title {
  font-family: NotoSansBold;
  font-size: 45px;
}
#home .queueing-wrapper .queueing-content-wrapper .queueing-description {
  font-family: OpenSans;
  font-size: 16px;
  color: #626262;
  padding-bottom: 2rem;
}
#home .queueing-wrapper .queueing-content-wrapper .queueing-btn {
  border-radius: 25px;
}
#home .service-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home .service-wrapper .title-service {
  font-family: NotoSansBold;
  font-size: 45px;
  color: #000000;
}
#home .service-wrapper .description-service {
  font-family: OpenSans;
  font-size: 16px;
  color: #626262;
  max-width: 30%;
  padding-bottom: 1rem;
  text-align: center;
}
#home .service-wrapper .service-content-wrapper {
  position: relative;
  width: 100%;
  height: 105vh;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  #home .service-wrapper .service-content-wrapper {
    height: 120vh;
  }
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  width: 100%;
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper.type-1 {
  top: 1rem;
  left: 1rem;
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper.type-2 {
  top: 14rem;
  left: 1rem;
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper.type-3 {
  top: 28rem;
  left: 1rem;
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper.type-4 {
  bottom: 0;
  left: 14.5rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper.type-5 {
  top: 1rem;
  left: 50rem;
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper.type-6 {
  top: 14rem;
  left: 50rem;
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper.type-7 {
  top: 28rem;
  left: 50rem;
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper .icon-wrapper {
  background-color: #001A6E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 5px 25px 5px;
  padding: 15px;
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper .icon-wrapper .icon img {
  width: 35px;
  object-fit: contain;
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper .content-service-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper .content-service-wrapper .title {
  font-family: NotoSansBold;
  font-size: 21px;
  color: #000000;
  padding: 0.5rem 0;
  max-width: 16rem;
  min-height: 78px;
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper .content-service-wrapper .description {
  font-family: OpenSans;
  font-size: 15px;
  color: #626262;
  max-width: 40%;
  padding-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper .content-service-wrapper .read-more-link {
  font-size: 14px;
  font-family: NotoSans;
  color: #001A6E;
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper.type-image {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
#home .service-wrapper .service-content-wrapper .service-item-wrapper.type-image img {
  width: 415px;
  height: 522px;
  object-fit: contain;
}
#home .about-us-wrapper {
  position: relative;
  min-height: 65vh;
}
#home .about-us-wrapper .background-about-us img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  max-height: 65vh;
  height: 100%;
  top: 0;
  z-index: 0;
}
#home .about-us-wrapper .about-us-content-wrapper {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20rem;
}
#home .about-us-wrapper .about-us-content-wrapper .title-about-us {
  position: relative;
  z-index: 1;
  font-family: NotoSansBold;
  font-size: 45px;
  color: #FFFFFF;
  text-align: center;
}
#home .about-us-wrapper .about-us-content-wrapper .description-about-us {
  position: relative;
  z-index: 1;
  font-family: OpenSans;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  padding-bottom: 1rem;
}
#home .about-us-wrapper .about-us-content-wrapper .btn-about-us {
  border-radius: 25px;
}
#home .doctors-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home .doctors-wrapper .title-doctors {
  font-family: NotoSansBold;
  font-size: 45px;
  color: #000000;
}
#home .doctors-wrapper .description-doctors {
  font-family: OpenSans;
  font-size: 16px;
  color: #626262;
  padding-bottom: 3rem;
  max-width: 25rem;
  text-align: center;
}
#home .doctors-wrapper .slider-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#home .doctors-wrapper .slider-wrapper .slick-slide {
  margin: 0 10px;
}
#home .doctors-wrapper .slider-wrapper .slick-list {
  margin: 0 -10px;
}
#home .doctors-wrapper .slider-wrapper .slick-prev, #home .doctors-wrapper .slider-wrapper .slick-next {
  z-index: 9;
}
#home .doctors-wrapper .slider-wrapper .slick-prev:before {
  color: #001B6E;
}
#home .doctors-wrapper .slider-wrapper .slick-next:before {
  color: #001B6E;
}
#home .doctors-wrapper .slider-wrapper .card-doctor {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#home .doctors-wrapper .slider-wrapper .card-doctor:hover .image-doctor .description-doctor {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
#home .doctors-wrapper .slider-wrapper .card-doctor .image-doctor {
  min-width: 260px;
  min-height: 260px;
  max-width: 260px;
  max-height: 260px;
  margin-bottom: 1rem;
  position: relative;
}
#home .doctors-wrapper .slider-wrapper .card-doctor .image-doctor img {
  object-fit: cover;
  object-position: top;
  height: 260px;
}
#home .doctors-wrapper .slider-wrapper .card-doctor .image-doctor .description-doctor {
  position: absolute;
  top: 0;
  min-height: 260px;
  max-height: 260px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: OpenSans;
  font-size: 15px;
  text-align: center;
  padding: 50px;
  color: #FFFFFF;
}
#home .doctors-wrapper .slider-wrapper .card-doctor .name {
  font-family: NotoSansBold;
  font-size: 18px;
  color: #001A6E;
  text-align: center;
  padding-bottom: 1rem;
}
#home .doctors-wrapper .slider-wrapper .card-doctor .position {
  text-align: center;
  font-family: OpenSans;
  font-size: 14px;
  color: #626262;
}
#home .doctors-wrapper .card-doctor-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
#home .doctors-wrapper .card-doctor-wrapper .card-doctor {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#home .doctors-wrapper .card-doctor-wrapper .card-doctor:hover .image-doctor .description-doctor {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
#home .doctors-wrapper .card-doctor-wrapper .card-doctor .image-doctor {
  min-width: 260px;
  min-height: 260px;
  max-width: 260px;
  max-height: 260px;
  margin-bottom: 1rem;
  position: relative;
}
#home .doctors-wrapper .card-doctor-wrapper .card-doctor .image-doctor img {
  object-fit: cover;
  object-position: top;
  height: 260px;
}
#home .doctors-wrapper .card-doctor-wrapper .card-doctor .image-doctor .description-doctor {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: OpenSans;
  font-size: 15px;
  text-align: center;
  padding: 50px;
  color: #FFFFFF;
}
#home .doctors-wrapper .card-doctor-wrapper .card-doctor .name {
  font-family: NotoSansBold;
  font-size: 18px;
  color: #001A6E;
  text-align: center;
  padding-bottom: 1rem;
}
#home .doctors-wrapper .card-doctor-wrapper .card-doctor .position {
  text-align: center;
  font-family: OpenSans;
  font-size: 14px;
  color: #626262;
}
#home .doctors-wrapper .card-doctor-wrapper-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  #home .card-doctor .image-doctor {
    min-width: unset !important;
    max-width: unset !important;
    min-height: unset !important;
    max-height: unset !important;
    display: flex;
    justify-content: center;
  }
  #home .card-doctor .image-doctor img {
    width: 345px;
    min-height: 275px !important;
    max-height: 275px !important;
    object-fit: contain !important;
  }
  #home .card-doctor .image-doctor .description-doctor {
    width: 17rem;
    min-height: 275px !important;
    max-height: 275px !important;
  }
  #home .banner-home-wrapper {
    overflow: hidden;
    padding-top: 4rem;
    height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  #home .banner-home-wrapper .background-banner-home img {
    position: relative;
    width: 100%;
    right: unset;
    left: unset;
    top: unset;
  }
  #home .banner-home-wrapper .content-home-wrapper {
    padding-top: unset;
  }
  #home .banner-home-wrapper .content-home-wrapper .title-content-home {
    max-width: unset;
    font-size: 45px;
  }
  #home .banner-home-wrapper .content-home-wrapper .description-content-home {
    max-width: unset;
    font-size: 15px;
  }
  #home .benefit-wrapper {
    padding-top: unset;
    flex-direction: column;
  }
  #home .queueing-wrapper {
    flex-direction: column;
  }
  #home .service-wrapper .description-service {
    max-width: unset;
    padding: 0 1rem 1rem;
  }
  #home .service-wrapper .service-content-wrapper {
    overflow: unset;
    height: 100%;
  }
  #home .service-wrapper .service-content-wrapper .service-item-wrapper {
    position: relative;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    margin-bottom: 1rem;
  }
  #home .service-wrapper .service-content-wrapper .service-item-wrapper.type-image {
    display: none;
  }
  #home .service-wrapper .service-content-wrapper .service-item-wrapper .icon-wrapper {
    margin: 0 10px 25px 5px;
  }
  #home .service-wrapper .service-content-wrapper .service-item-wrapper .content-service-wrapper .description {
    max-width: unset;
  }
  #home .about-us-wrapper .background-about-us img {
    object-fit: cover;
    height: 100%;
  }
  #home .about-us-wrapper .about-us-content-wrapper {
    padding: 0 2rem;
  }
  #home .card-doctor-wrapper {
    display: none !important;
  }
  #home .slider-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  #home .slider-wrapper .card-doctor-wrapper-mobile {
    display: block !important;
  }
  #home .slider-wrapper .card-doctor-wrapper-mobile .card-doctor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #home .slider-wrapper .card-doctor-wrapper-mobile .card-doctor:hover .image-doctor .description-doctor {
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  #home .slider-wrapper .card-doctor-wrapper-mobile .card-doctor .image-doctor {
    min-width: 260px;
    min-height: 260px;
    max-width: 260px;
    max-height: 260px;
    margin-bottom: 1rem;
    position: relative;
  }
  #home .slider-wrapper .card-doctor-wrapper-mobile .card-doctor .image-doctor img {
    object-fit: cover;
  }
  #home .slider-wrapper .card-doctor-wrapper-mobile .card-doctor .image-doctor .description-doctor {
    position: absolute;
    top: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    font-family: OpenSans;
    font-size: 15px;
    text-align: center;
    padding: 50px;
    color: #FFFFFF;
  }
  #home .slider-wrapper .card-doctor-wrapper-mobile .card-doctor .name {
    font-family: NotoSansBold;
    font-size: 18px;
    color: #001A6E;
    text-align: center;
    padding-bottom: 1rem;
  }
  #home .slider-wrapper .card-doctor-wrapper-mobile .card-doctor .position {
    text-align: center;
    font-family: OpenSans;
    font-size: 14px;
    color: #626262;
  }
  #home .card-doctor-wrapper-desktop {
    display: none;
  }
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 768px) {
  .about-us-wrapper {
    min-height: 80vh !important;
  }
  .about-us-wrapper .background-about-us img {
    object-fit: cover;
    height: 100%;
    max-height: unset !important;
  }
  .about-us-wrapper .about-us-content-wrapper {
    height: 80vh !important;
  }
}
#about .about-banner-wrapper {
  position: relative;
}
#about .about-banner-wrapper .banner-image {
  width: 100%;
  height: 100%;
  z-index: 0;
}
#about .about-banner-wrapper .banner-image img {
  width: 55rem;
  position: absolute;
  top: 0;
  right: -10rem;
}
#about .about-banner-wrapper .about-banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3rem;
}
#about .about-banner-wrapper .about-banner-content .banner-title {
  font-family: NotoSansBold;
  font-size: 45px;
  color: #000000;
}
#about .about-banner-wrapper .about-banner-content .banner-description {
  font-family: OpenSans;
  color: #626262;
  font-size: 16px;
  max-width: 35rem;
}
#about .doctors-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#about .doctors-wrapper .title-doctors {
  font-family: NotoSansBold;
  font-size: 45px;
  color: #000000;
}
#about .doctors-wrapper .description-doctors {
  font-family: OpenSans;
  font-size: 16px;
  color: #626262;
  padding-bottom: 3rem;
  max-width: 25rem;
  text-align: center;
}
#about .doctors-wrapper .card-doctor-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
#about .doctors-wrapper .card-doctor-wrapper .card-doctor {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#about .doctors-wrapper .card-doctor-wrapper .card-doctor:hover .image-doctor .description-doctor {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
#about .doctors-wrapper .card-doctor-wrapper .card-doctor .image-doctor {
  min-width: 260px;
  min-height: 260px;
  max-width: 260px;
  max-height: 260px;
  margin-bottom: 1rem;
  position: relative;
}
#about .doctors-wrapper .card-doctor-wrapper .card-doctor .image-doctor img {
  object-fit: cover;
  object-position: top;
  height: 260px;
}
#about .doctors-wrapper .card-doctor-wrapper .card-doctor .image-doctor .description-doctor {
  position: absolute;
  top: 0;
  min-height: 260px;
  max-height: 260px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: OpenSans;
  font-size: 15px;
  text-align: center;
  padding: 50px;
  color: #FFFFFF;
}
#about .doctors-wrapper .card-doctor-wrapper .card-doctor .name {
  font-family: NotoSansBold;
  font-size: 18px;
  color: #001A6E;
  text-align: center;
  padding-bottom: 1rem;
}
#about .doctors-wrapper .card-doctor-wrapper .card-doctor .position {
  text-align: center;
  font-family: OpenSans;
  font-size: 14px;
  color: #626262;
}
#about .doctors-wrapper .slider-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#about .doctors-wrapper .slider-wrapper .slick-slide {
  margin: 0 10px;
}
#about .doctors-wrapper .slider-wrapper .slick-list {
  margin: 0 -10px;
}
#about .doctors-wrapper .slider-wrapper .slick-prev, #about .doctors-wrapper .slider-wrapper .slick-next {
  z-index: 9;
}
#about .doctors-wrapper .slider-wrapper .slick-prev:before {
  color: #001B6E;
}
#about .doctors-wrapper .slider-wrapper .slick-next:before {
  color: #001B6E;
}
#about .doctors-wrapper .slider-wrapper .card-doctor {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#about .doctors-wrapper .slider-wrapper .card-doctor:hover .image-doctor .description-doctor {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
#about .doctors-wrapper .slider-wrapper .card-doctor .image-doctor {
  min-width: 260px;
  min-height: 260px;
  max-width: 260px;
  max-height: 260px;
  margin-bottom: 1rem;
  position: relative;
}
#about .doctors-wrapper .slider-wrapper .card-doctor .image-doctor img {
  object-fit: cover;
  object-position: top;
  height: 260px;
}
#about .doctors-wrapper .slider-wrapper .card-doctor .image-doctor .description-doctor {
  position: absolute;
  top: 0;
  min-height: 260px;
  max-height: 260px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: OpenSans;
  font-size: 15px;
  text-align: center;
  padding: 50px;
  color: #FFFFFF;
}
#about .doctors-wrapper .slider-wrapper .card-doctor .name {
  font-family: NotoSansBold;
  font-size: 18px;
  color: #001A6E;
  text-align: center;
  padding-bottom: 1rem;
}
#about .doctors-wrapper .slider-wrapper .card-doctor .position {
  text-align: center;
  font-family: OpenSans;
  font-size: 14px;
  color: #626262;
}

@media screen and (max-width: 768px) {
  #about .about-banner-wrapper .banner-image img {
    width: 100% !important;
    position: unset !important;
    top: unset !important;
    right: unset !important;
  }
  #about .card-doctor-wrapper {
    flex-direction: column;
    grid-gap: 25px !important;
  }
  #about .card-doctor-wrapper .card-doctor .image-doctor {
    min-width: 275px !important;
    max-width: 275px !important;
    min-height: 275px !important;
    max-height: 275px !important;
  }
  #about .card-doctor-wrapper .card-doctor .image-doctor .description-doctor {
    min-height: 275px !important;
    max-height: 275px !important;
  }
  #about .card-doctor .image-doctor {
    min-width: unset !important;
    max-width: unset !important;
    min-height: unset !important;
    max-height: unset !important;
    display: flex;
    justify-content: center;
  }
  #about .card-doctor .image-doctor img {
    width: 345px;
    min-height: 275px !important;
    max-height: 275px !important;
    object-fit: contain !important;
  }
  #about .card-doctor .image-doctor .description-doctor {
    width: 17rem;
    min-height: 275px !important;
    max-height: 275px !important;
  }
  #about .slider-wrapper .slick-next {
    right: -5px;
  }
  #about .slider-wrapper .slick-prev {
    left: -5px;
  }
}
#service .service-title {
  font-family: NotoSansBold;
  font-size: 45px;
  color: #000000;
}
#service .service-main-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
#service .service-main-wrapper .service-main {
  position: relative;
  min-height: 20rem;
}
#service .service-main-wrapper .service-main .service-banner {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
#service .service-main-wrapper .service-main .service-content-wrapper:hover .service-content {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#service .service-main-wrapper .service-main .service-content-wrapper:hover .service-content-hover {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
#service .service-main-wrapper .service-main .service-content-wrapper .service-content {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service .service-main-wrapper .service-main .service-content-wrapper .service-content .service-text {
  font-family: NotoSansBold;
  font-size: 20px;
  color: white;
  text-align: center;
  transition: all 0.5s ease-in-out;
  padding: 0 1rem;
}
#service .service-main-wrapper .service-main .service-content-wrapper .service-content-hover {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service .service-main-wrapper .service-main .service-content-wrapper .service-content-hover .service-text-hover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  padding: 25px;
}
#service .service-main-wrapper .service-main .service-content-wrapper .service-content-hover .service-text-hover .title {
  font-family: NotoSansBold;
  font-size: 20px;
  color: #FFFFFF;
  padding-bottom: 1rem;
}
#service .service-main-wrapper .service-main .service-content-wrapper .service-content-hover .service-text-hover .description {
  font-family: OpenSans;
  font-size: 15px;
  padding-bottom: 1rem;
}
#service .service-main-wrapper .service-main .service-content-wrapper .service-content-hover .service-text-hover .btn-service {
  border-radius: 25px;
}
#service .banner-service .banner {
  object-fit: cover;
  height: 643px;
}
#service .banner-service .banner-service-title {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 10px 1rem;
  font-family: NotoSansBold;
  font-size: 60px;
  color: #FFFFFF;
  text-align: right;
  background-color: rgba(0, 26, 110, 0.7);
  width: 55%;
}
#service .service-description {
  font-size: 16px;
  font-family: OpenSans;
  color: #626262;
}
#service .another-service-wrapper {
  display: flex;
  width: 100%;
}
#service .another-service-wrapper .another-service-item {
  position: relative;
  flex: 1 1 50%;
}
#service .another-service-wrapper .another-service-item .background img {
  height: 280px;
  object-fit: cover;
}
#service .another-service-wrapper .another-service-item .another-service-title {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: NotoSansBold;
  font-size: 25px;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
#service .another-service-wrapper .another-service-item .another-service-title:hover {
  background-color: rgba(0, 26, 110, 0.7);
}

@media screen and (max-width: 768px) {
  #service .service-title {
    padding-top: 2rem;
  }
  #service .service-main-wrapper {
    grid-template-columns: 1fr !important;
  }
  #service .banner-service .banner {
    height: 500px !important;
  }
  #service .banner-service .banner-service-title {
    font-size: 27px !important;
    padding: 2rem 1rem !important;
    width: 85% !important;
  }
  #service .another-service-wrapper {
    flex-direction: column !important;
  }
  #service .another-service-wrapper .background img {
    height: 13rem !important;
  }
}
#career-section .career-title {
  font-family: NotoSansBold;
  font-size: 45px;
  color: #000000;
}
#career-section .career-main-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
#career-section .career-main-wrapper .career-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F4F4F4;
  padding: 3rem;
}
#career-section .career-main-wrapper .career-item .career-icon img {
  object-fit: contain;
  margin-bottom: 1rem;
}
#career-section .career-main-wrapper .career-item .career-title {
  font-size: 20px;
  font-family: NotoSans;
  color: #000000;
  text-align: center;
}
#career-section .career-banner-wrapper .banner {
  object-fit: cover;
  height: 643px;
}
#career-section .career-content-wrapper {
  padding-bottom: 1rem;
}
#career-section .career-content-wrapper .career-title {
  color: #000000;
  font-family: NotoSansBold;
  font-size: 21px;
  padding-bottom: 1rem;
}
#career-section .career-content-wrapper .career-description {
  color: #626262;
  font-family: OpenSans;
  font-size: 21px;
}
#career-section .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}
#career-section .btn-wrapper .career-btn {
  border-radius: 25px;
}
#career-section .modal-content {
  border-radius: unset;
  border-color: transparent;
}
#career-section .modal-content .modal-header {
  border-bottom: 1px solid transparent;
}
#career-section .modal-content .modal-body {
  position: relative;
}
#career-section .modal-content .modal-body .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
#career-section .modal-content .modal-body .modal-title {
  font-family: NotoSansBold;
  font-size: 30px;
  text-align: center;
  padding-bottom: 2rem;
}
#career-section .modal-content .modal-body .modal-title:before {
  content: "";
  height: 5px;
  width: 50px;
  background-color: #C42F27;
  border-radius: 15px;
  position: absolute;
  top: 4.5rem;
  left: 46%;
}
#career-section .modal-content .modal-body .custom-form-section .form-control-file {
  border-color: transparent !important;
}
#career-section .modal-content .modal-body .custom-form-section input {
  font-family: OpenSans;
  font-size: 15px;
  color: #626262;
}
#career-section .modal-content .modal-body .custom-form-section .form-group .form-label {
  font-family: NotoSansBold;
  color: #000000;
  font-size: 11px;
}
#career-section .modal-content .modal-body .custom-form-section .form-group .form-control {
  border-color: #000000;
}
#career-section .modal-content .modal-body .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}
#career-section .modal-content .modal-body .btn-wrapper .btn {
  border-radius: 25px;
}

@media screen and (max-width: 768px) {
  #career-section .career-main-wrapper {
    grid-template-columns: 1fr !important;
  }
  #career-section .career-banner-wrapper .banner {
    height: 15rem !important;
  }
  #career-section .modal-content .modal-body .btn-wrapper {
    padding-top: 1rem !important;
    padding-bottom: 1rem;
  }
}
#contact-section .contact-title {
  font-family: NotoSansBold;
  font-size: 45px;
  color: #000000;
}
#contact-section .main-contact-wrapper {
  padding: 0 0 5rem;
}
#contact-section .main-contact-wrapper .contact-content-wrapper {
  display: flex;
  justify-content: flex-start;
}
#contact-section .main-contact-wrapper .contact-content-wrapper .contact-map {
  flex: 1 1 50%;
}
#contact-section .main-contact-wrapper .contact-content-wrapper .contact-map iframe {
  height: 100%;
  width: 100%;
}
#contact-section .main-contact-wrapper .contact-content-wrapper .contact-detail-wrapper {
  flex: 1 1 10%;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
#contact-section .main-contact-wrapper .contact-content-wrapper .contact-detail-wrapper .contact-image {
  background-color: #f4f4f4;
}
#contact-section .main-contact-wrapper .contact-content-wrapper .contact-detail-wrapper .contact-image img {
  object-fit: contain;
  height: 100%;
}
#contact-section .main-contact-wrapper .contact-content-wrapper .contact-detail-wrapper .contact-information-wrapper {
  background-color: #F4F4F4;
  padding: 25px;
}
#contact-section .main-contact-wrapper .contact-content-wrapper .contact-detail-wrapper .contact-information-wrapper .contact-information {
  display: flex;
  font-size: 15px;
  padding-bottom: 1rem;
}
#contact-section .main-contact-wrapper .contact-content-wrapper .contact-detail-wrapper .contact-information-wrapper .contact-information .icon-contact {
  color: #3EAAE8;
  margin-right: 15px;
}
#contact-section .main-contact-wrapper .contact-content-wrapper .contact-detail-wrapper .contact-information-wrapper .contact-information .contact-text {
  font-family: OpenSans;
  color: #626262;
}

@media screen and (max-width: 768px) {
  #contact-section .main-contact-wrapper .contact-title {
    padding-top: 2rem;
  }
  #contact-section .main-contact-wrapper .contact-content-wrapper {
    flex-direction: column;
  }
  #contact-section .main-contact-wrapper .contact-content-wrapper .contact-map iframe {
    width: 100%;
    height: 450px !important;
  }
  #contact-section .main-contact-wrapper .contact-content-wrapper .contact-detail-wrapper {
    margin-left: unset !important;
    margin-top: -10px;
  }
  #contact-section .main-contact-wrapper .contact-content-wrapper .contact-detail-wrapper .contact-information-wrapper {
    padding: 25px !important;
  }
}
#queueing-section {
  overflow: hidden;
}
#queueing-section .custom-link {
  color: rgb(0, 25, 110);
  text-decoration: underline !important;
}
#queueing-section .note-queue {
  color: #bcbcbc;
  padding-bottom: 1rem;
}
#queueing-section .disabled {
  background-color: #bfbfbf;
}
#queueing-section .hide {
  display: none;
}
#queueing-section .btn-modal {
  border-radius: 25px;
  margin-top: 3rem;
}
#queueing-section .link-tutorial {
  margin-top: 1.5rem;
  text-decoration: underline !important;
  color: rgb(0, 25, 110) !important;
}
#queueing-section .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#queueing-section .queueing-title {
  font-family: NotoSansBold;
  font-size: 45px;
  color: #000000;
}
#queueing-section #modalCustom .image-wrapper {
  text-align: center;
}
#queueing-section #modalCustom .image-wrapper img {
  width: 200px;
}
#queueing-section #modalCustom .description-wrapper {
  text-align: center;
  margin-top: 1.5rem;
  color: #939393;
}
#queueing-section .queueing-form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#queueing-section .queueing-form-wrapper .form-wrapper {
  width: 50%;
}
#queueing-section .queueing-form-wrapper .form-wrapper .form-group {
  width: 100%;
}
#queueing-section .queueing-form-wrapper .group {
  width: 50%;
}
#queueing-section .queueing-form-wrapper .btn-form {
  border-radius: 25px;
  margin-top: 3rem;
}
#queueing-section .form-queueing {
  padding-top: 1rem;
}
#queueing-section .form-queueing .fake-checkbox {
  opacity: 1;
  z-index: 60;
}
#queueing-section .form-queueing .fake-checkbox.active {
  opacity: 0;
}
#queueing-section .form-queueing .custom-select-materialize {
  padding-top: 0.45rem;
}
#queueing-section .form-queueing .custom-select-materialize .select-text {
  padding: 10px 10px 10px 5px;
}
#queueing-section .form-queueing .custom-select-materialize .select-text:focus ~ .select-label, #queueing-section .form-queueing .custom-select-materialize .select-text:valid ~ .select-label {
  top: -15px;
}
#queueing-section .form-queueing .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
#queueing-section .form-queueing .btn-wrapper .btn-form {
  border-radius: 25px;
  background-color: rgb(0, 25, 110) !important;
  border-color: unset !important;
  transition: all 0.5ms ease-in-out;
  pointer-events: unset;
}
#queueing-section .form-queueing .btn-wrapper .btn-form.type-disabled {
  background-color: rgba(0, 25, 110, 0.5) !important;
  pointer-events: none;
}
#queueing-section .queue-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 1rem;
}
#queueing-section .queue-wrapper .queue-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  position: relative;
  z-index: 0;
}
#queueing-section .queue-wrapper .queue-item .queue-countdown {
  display: none;
}
#queueing-section .queue-wrapper .queue-item:first-child {
  background-color: #F4F4F4;
}
#queueing-section .queue-wrapper .queue-item:not(:first-child) {
  background-color: #001A6E;
}
#queueing-section .queue-wrapper .queue-item:not(:first-child).type-queue-number {
  background-color: #2D6B3D;
}
#queueing-section .queue-wrapper .queue-item:last-child {
  background-color: #C42F27;
}
#queueing-section .queue-wrapper .queue-item:last-child.type-blue {
  background-color: #001A6E;
}
#queueing-section .queue-wrapper .queue-item .queue-title {
  font-family: NotoSansBold;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 2rem;
}
#queueing-section .queue-wrapper .queue-item .queue-title small {
  font-family: OpenSans;
  font-size: 14px;
  padding-bottom: 0.5rem;
}
#queueing-section .queue-wrapper .queue-item .queue-number {
  font-family: NotoSansBold;
  font-size: 150px;
  color: #FFFFFF;
  padding-bottom: 2rem;
}
#queueing-section .queue-wrapper .queue-item .queue-number.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#queueing-section .queue-wrapper .queue-item .queue-number.row-2 {
  font-size: 70px;
}
#queueing-section .queue-wrapper .queue-item .queue-number.row-2 span {
  padding: 0 1rem;
}
#queueing-section .queue-wrapper .queue-item .queue-number.row-2 span:nth-child(2) {
  border-left: 1px solid white;
}
#queueing-section .queue-wrapper .queue-item .queue-number.row-3 {
  font-size: 45px;
}
#queueing-section .queue-wrapper .queue-item .queue-number.row-3 span {
  padding: 0 1rem;
}
#queueing-section .queue-wrapper .queue-item .queue-number.row-3 span:nth-child(2) {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#queueing-section .queue-wrapper .queue-item .queue-label {
  font-size: 16px;
  font-family: OpenSans;
  color: #FFFFFF;
}
#queueing-section .queue-wrapper .queue-item .queue-description {
  font-family: OpenSans;
  font-size: 16px;
  color: #626262;
  padding-bottom: 1rem;
  text-align: center;
}
#queueing-section .queue-wrapper .queue-item .btn-wrapper {
  padding-bottom: 1rem;
  min-width: 150px;
}
#queueing-section .queue-wrapper .queue-item .btn-wrapper .queue-btn {
  border-radius: 25px;
  width: 100%;
}
#queueing-section .queue-wrapper .queue-item .btn-wrapper .queue-btn:disabled {
  background-color: #bfbfbf;
}
#queueing-section .queue-wrapper .queue-item.type-countdown .queue-number {
  opacity: 0;
}
#queueing-section .queue-wrapper .queue-item.type-countdown .queue-countdown {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
#queueing-section .queue-wrapper .queue-item.type-countdown .queue-countdown .queue-label {
  font-family: OpenSans;
  font-size: 15px;
  color: #FFFFFF;
}
#queueing-section .queue-wrapper .queue-item.type-countdown .queue-countdown .countdown {
  font-family: NotoSansBold;
  font-size: 50px;
  color: #FFFFFF;
}
#queueing-section .queue-wrapper .queue-item.type-countdown .queue-countdown .countdown-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-family: OpenSans;
  color: #FFFFFF;
  width: 6rem;
}
#queueing-section .queue-address {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #001A6E;
  font-family: NotoSansBold;
  font-size: 12px;
  color: #FFFFFF;
  padding: 10px 0;
}
#queueing-section .marquee {
  width: 200%;
  overflow: hidden;
  position: relative;
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
}
#queueing-section .marquee div {
  display: block;
  width: 200%;
  height: 40px;
  position: absolute;
  overflow: hidden;
  animation: marquee 20s linear infinite;
}
#queueing-section .marquee span {
  float: left;
  width: 50%;
  padding: 1.2rem 0 1rem 0;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
#queueing-section .modal-content {
  border-radius: unset;
  border-color: transparent;
}
#queueing-section .modal-content.type-video {
  background-color: transparent;
}
#queueing-section .modal-content .modal-header {
  border-bottom: 1px solid transparent;
}
#queueing-section .modal-content .modal-body {
  position: relative;
  padding: 5rem 2rem;
}
#queueing-section .modal-content .modal-body .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
#queueing-section .modal-content .modal-body .modal-title {
  font-family: NotoSansBold;
  font-size: 30px;
  text-align: center;
  padding-bottom: 2rem;
  position: relative;
}
#queueing-section .modal-content .modal-body .modal-title.type-close {
  padding-bottom: unset;
}
#queueing-section .modal-content .modal-body .modal-title.type-close:before {
  display: none;
  top: 6rem;
}
#queueing-section .modal-content .modal-body .modal-title:before {
  content: "";
  height: 5px;
  width: 50px;
  background-color: #C42F27;
  border-radius: 15px;
  position: absolute;
  top: 3.5rem;
  left: 46%;
}
#queueing-section .modal-content .modal-body .modal-title.type-thanks:before {
  top: 6.5rem;
}
#queueing-section .modal-content .modal-body .custom-form-section .form-control-file {
  border-color: transparent !important;
}
#queueing-section .modal-content .modal-body .custom-form-section input {
  font-family: OpenSans;
  font-size: 15px;
  color: #626262;
}
#queueing-section .modal-content .modal-body .custom-form-section .form-group .form-label {
  font-family: NotoSansBold;
  color: #000000;
  font-size: 11px;
}
#queueing-section .modal-content .modal-body .custom-form-section .form-group .form-control {
  border-color: #000000;
}
#queueing-section .modal-content .modal-body .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#queueing-section .modal-content .modal-body .content-wrapper .modal-description {
  max-height: 250px;
  padding: 0 1rem;
  text-align: justify;
  color: #939292;
  overflow: scroll;
}
#queueing-section .modal-content .modal-body .content-wrapper .modal-label {
  font-size: 16px;
  width: 50%;
  font-family: OpenSans;
  text-align: center;
  color: #626262;
}
#queueing-section .modal-content .modal-body .content-wrapper .queue-name {
  font-size: 16px;
  font-family: OpenSans;
  color: #626262;
  margin-bottom: 0.5rem;
}
#queueing-section .modal-content .modal-body .content-wrapper .queue-number {
  font-size: 150px;
  font-family: NotoSansBold;
  color: #000000;
  margin-bottom: 0.5rem;
}
#queueing-section .modal-content .modal-body .content-wrapper .queue-number.type-now {
  margin-bottom: -1.5rem;
}
#queueing-section .modal-content .modal-body .content-wrapper .serving {
  margin-bottom: 1rem;
}
#queueing-section .modal-content .modal-body .content-wrapper #differenceSequenceWrapper {
  margin-bottom: 1rem;
  font-weight: 600;
}
#queueing-section .modal-content .modal-body .content-wrapper .queue-modal-address {
  font-family: OpenSans;
  font-size: 16px;
  color: #626262;
  margin-bottom: 0.5rem;
}
#queueing-section .modal-content .modal-body .content-wrapper .queue-note {
  font-family: OpenSans;
  font-size: 12px;
  color: #626262;
  margin-bottom: 0.5rem;
  width: 50%;
  text-align: center;
}
#queueing-section .modal-content .modal-body .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}
#queueing-section .modal-content .modal-body .btn-wrapper .btn {
  border-radius: 25px;
  background: rgb(0, 26, 110);
}
#queueing-section #modalClosedTitle {
  font-family: NotoSansBold;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #queueing-section #modalClosedTitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .modal-body .content-wrapper .modal-description {
    padding: 0 0.5rem !important;
  }
  .modal-body .content-wrapper .queue-note {
    width: 100% !important;
  }
  #queueing-section .queueing-title {
    font-size: 40px !important;
  }
  #queueing-section .queueing-form-wrapper .form-wrapper {
    width: 100%;
  }
  #queueing-section .queueing-form-wrapper .group {
    width: 100% !important;
  }
  #queueing-section .default-section.type-no-bottom {
    display: none;
  }
  #queueing-section .default-section.type-no-bottom.type-marquee {
    display: block;
  }
  #queueing-section .modal-content .modal-body .modal-title:before {
    left: 7.6rem !important;
  }
  #queueing-section .modal-content .modal-body .modal-title.type-close:before {
    display: none;
    top: 8rem;
    left: 6.7rem !important;
  }
  #queueing-section .modal-content .modal-body .modal-title.type-terms {
    font-size: 25px;
  }
  #queueing-section .modal-content .modal-body .modal-title.type-terms:before {
    left: 7.2rem !important;
    top: 2.5rem;
  }
  #queueing-section .modal-content .modal-body .modal-title.type-thanks {
    font-size: 25px;
  }
  #queueing-section .modal-content .modal-body .modal-title.type-thanks:before {
    top: 5.5rem;
    left: 7.3rem !important;
  }
  #queueing-section .modal-content .modal-body .content-wrapper .modal-label {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #queueing-section #thirdSection .queueing-title {
    font-size: 24px !important;
  }
  #queueing-section #thirdSection .separator-custom {
    margin: 0.5rem 0 !important;
  }
  #queueing-section .queue-wrapper #item-description .queue-description {
    font-size: 14px !important;
  }
  #queueing-section .queue-wrapper .queue-item {
    padding: 20px !important;
  }
  #queueing-section .queue-wrapper .queue-item .queue-number {
    font-size: 100px !important;
  }
  #queueing-section .queue-wrapper .queue-item .queue-number.row-2 {
    font-size: 40px !important;
  }
  #queueing-section .queue-wrapper .queue-item .queue-number.row-3 {
    font-size: 30px !important;
  }
  #queueing-section .queue-wrapper .queue-item .queue-label {
    font-size: 14px !important;
  }
  #queueing-section .queue-wrapper .queue-item.type-countdown .queue-countdown {
    padding: 1rem;
  }
  #queueing-section .default-section.type-queueing {
    padding: 75px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  #queueing-section #thirdSection .queueing-title {
    font-size: 18px !important;
  }
  #queueing-section #thirdSection .separator-custom {
    height: 3.5px;
    margin: 0.5rem 0 0 0 !important;
  }
  #queueing-section .queue-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -5px;
    margin-right: -5px;
  }
  #queueing-section .queue-wrapper #item-description {
    padding: 15px;
    flex: 1 1 calc(100% - 10px);
    order: 12;
    margin-top: 10px;
  }
  #queueing-section .queue-wrapper #item-description .queue-description {
    font-size: 12px;
  }
  #queueing-section .queue-wrapper #item-description .btn-wrapper {
    min-width: 160px;
  }
  #queueing-section .queue-wrapper #item-description .btn-wrapper:last-child {
    padding-bottom: 0;
  }
  #queueing-section .queue-wrapper #item-description .btn-wrapper .queue-btn {
    font-size: 12px;
  }
  #queueing-section .queue-wrapper #item1 {
    order: 1;
  }
  #queueing-section .queue-wrapper #item2 {
    order: 2;
  }
  #queueing-section .queue-wrapper #item1, #queueing-section .queue-wrapper #item2 {
    padding: 15px 5px;
    flex: 1 1 calc(50% - 10px);
    max-width: 50%;
  }
  #queueing-section .queue-wrapper #item1 .queue-title, #queueing-section .queue-wrapper #item2 .queue-title {
    font-size: 12px;
    padding-bottom: 0.2rem;
  }
  #queueing-section .queue-wrapper #item1 .queue-title small, #queueing-section .queue-wrapper #item2 .queue-title small {
    font-size: 10px;
  }
  #queueing-section .queue-wrapper #item1 .queue-number, #queueing-section .queue-wrapper #item2 .queue-number {
    font-size: 54px;
    line-height: 1;
    padding-bottom: 0.5rem;
  }
  #queueing-section .queue-wrapper #item1 .queue-number.row-2, #queueing-section .queue-wrapper #item2 .queue-number.row-2 {
    font-size: 24px !important;
  }
  #queueing-section .queue-wrapper #item1 .queue-number.row-2 span, #queueing-section .queue-wrapper #item2 .queue-number.row-2 span {
    padding: 0 0.8rem !important;
  }
  #queueing-section .queue-wrapper #item1 .queue-number.row-3, #queueing-section .queue-wrapper #item2 .queue-number.row-3 {
    font-size: 16px !important;
  }
  #queueing-section .queue-wrapper #item1 .queue-number.row-3 span, #queueing-section .queue-wrapper #item2 .queue-number.row-3 span {
    padding: 0 0.65rem !important;
  }
  #queueing-section .queue-wrapper #item1 .queue-label, #queueing-section .queue-wrapper #item2 .queue-label {
    font-size: 10px;
    text-align: center;
  }
  #queueing-section .queue-wrapper .queue-item {
    margin-left: 5px;
    margin-right: 5px;
  }
  #queueing-section .queue-wrapper .queue-item.type-countdown .queue-countdown {
    padding: 1rem;
  }
  #queueing-section .queue-wrapper .queue-item.type-countdown .queue-countdown .countdown {
    font-size: 22px;
  }
  #queueing-section .queue-wrapper .queue-item .btn-wrapper {
    min-width: 200px;
    max-width: 100%;
  }
  #queueing-section .queue-wrapper .queue-item .btn-wrapper:not(:last-child) {
    padding-bottom: 0.5rem;
  }
  #queueing-section .default-section.type-queueing {
    padding: 70px 0 0 0;
  }
  #queueing-section .default-section.type-marquee {
    padding: 30px 0 0;
  }
}
#section-404 .title-404 {
  font-family: NotoSansBold;
  font-size: 238px;
  color: #3EAAE8;
}
#section-404 .label-404 {
  font-family: OpenSans;
  font-size: 18px;
  color: #626262;
  padding-left: 5rem;
}
#section-404 .image-404 {
  position: absolute;
  bottom: -13rem;
  right: 1rem;
}
#section-404 .cat {
  position: absolute;
  bottom: 1rem;
}
#section-404 .plant {
  position: absolute;
  bottom: 1rem;
}
#section-404 .doctor {
  position: absolute;
  bottom: 1rem;
}

#homeMobile {
  overflow: hidden;
  height: 100vh;
  position: relative;
}
#homeMobile .home-mobile-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#homeMobile .home-mobile-wrapper .logo {
  z-index: 2;
}
#homeMobile .home-mobile-wrapper .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
#homeMobile .home-mobile-wrapper .background img {
  object-fit: cover;
  animation: shrink 8s infinite alternate;
}
#homeMobile .home-mobile-wrapper .background:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
#homeMobile .content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  z-index: 2;
  position: absolute;
  top: 30%;
}
#homeMobile .content-wrapper .card-content {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #F4F4F4;
  border-radius: 5px;
  padding: 2rem 15px;
  margin: 10px;
  position: relative;
}
#homeMobile .content-wrapper .card-content .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#homeMobile .content-wrapper .card-content .logo-wrapper .logo {
  background-color: rgba(0, 26, 110, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  width: 45px;
}
#homeMobile .content-wrapper .card-content .logo-wrapper .logo img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}
#homeMobile .content-wrapper .card-content .title {
  font-family: NotoSansBold;
  color: #001A6E;
  font-size: 18px;
  text-align: center;
  padding: 1rem 0;
}
#homeMobile .content-wrapper .card-content .description {
  font-family: NotoSansBold;
  color: #626262;
  font-size: 14px;
  text-align: center;
  min-height: 126px;
}
#homeMobile .content-wrapper .card-content .btn-wrapper {
  padding-top: 15px;
  margin-bottom: -3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#homeMobile .content-wrapper .card-content .btn-wrapper .btn {
  background-color: rgb(0, 25, 110) !important;
  border-color: unset !important;
  border-radius: 25px;
}
@keyframes shrink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

#closeIcon {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 65px !important;
  height: 45px !important;
  opacity: 0;
}

.wa-disabled {
  pointer-events: none;
}

#whatsUpIcon {
  right: 50px !important;
  bottom: 25px;
  position: fixed;
  z-index: 99999;
  cursor: pointer;
  width: 65px;
  height: 65px;
}
#whatsUpIcon .floating-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button {
  position: absolute;
  top: 0;
  z-index: 2;
  border-radius: 50%;
  background-color: #24D366;
  color: white;
  width: 65px;
  height: 65px;
  border-color: transparent;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button + button {
  cursor: pointer;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button + button:focus {
  outline: unset;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(1).type-child {
  background-color: #ffffff;
  border: 1px solid #08254F;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  right: 0;
  top: 0;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(1).type-child.type-show {
  top: 0rem;
}
@media screen and (max-width: 480px) {
  #whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(1).type-child.type-show {
    top: 0rem;
    right: 0;
  }
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(1).type-child svg {
  width: 40%;
  fill: #08254f;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(1).type-child:hover {
  background-color: #08254F;
  transition: all 0.5s ease-in-out;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(1).type-child:hover svg {
  transition: all 0.5s ease-in-out;
  fill: #ffffff;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(2).type-child {
  background-color: #ffffff;
  border: 1px solid #08254F;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  right: 0;
  top: 0;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(2).type-child.type-show {
  top: -5rem;
}
@media screen and (max-width: 480px) {
  #whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(2).type-child.type-show {
    top: -5rem;
    right: 0;
  }
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(2).type-child svg {
  width: 40%;
  fill: #08254f;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(2).type-child:hover {
  background-color: #08254F;
  transition: all 0.5s ease-in-out;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(2).type-child:hover svg {
  transition: all 0.5s ease-in-out;
  fill: #ffffff;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(3).type-child {
  background-color: #ffffff;
  border: 1px solid #08254F;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  right: 0;
  top: 0;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(3).type-child.type-show {
  top: -10rem;
}
@media screen and (max-width: 480px) {
  #whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(3).type-child.type-show {
    top: -10rem;
    right: 0;
  }
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(3).type-child svg {
  width: 40%;
  fill: #08254f;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(3).type-child:hover {
  background-color: #08254F;
  transition: all 0.5s ease-in-out;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(3).type-child:hover svg {
  transition: all 0.5s ease-in-out;
  fill: #ffffff;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(4).type-child {
  background-color: #ffffff;
  border: 1px solid #08254F;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  right: 0;
  top: 0;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(4).type-child.type-show {
  top: -15rem;
}
@media screen and (max-width: 480px) {
  #whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(4).type-child.type-show {
    top: -15rem;
    right: 0;
  }
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(4).type-child svg {
  width: 40%;
  fill: #08254f;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(4).type-child:hover {
  background-color: #08254F;
  transition: all 0.5s ease-in-out;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button:nth-child(4).type-child:hover svg {
  transition: all 0.5s ease-in-out;
  fill: #ffffff;
}
#whatsUpIcon .floating-wrapper .floating-wpp-button svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#whatsUpIcon .rotate-out {
  -webkit-animation: rotate-out 0.4s ease-in-out both;
  animation: rotate-out 0.4s ease-in-out both;
}
#whatsUpIcon .rotate-in {
  -webkit-animation: rotate-in 0.4s ease-in-out both;
  animation: rotate-in 0.4s ease-in-out both;
}
@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg) scale(0.5);
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0) scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg) scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  #whatsUpIcon {
    right: 15px !important;
  }
}
@media screen and (max-width: 480px) {
  #whatsUpIcon {
    right: 10px !important;
  }
}
#auth-section .brand-container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 24px 0;
  margin-bottom: 50px;
}
#auth-section .brand-container img.brand-logo {
  max-height: 40px;
  width: auto;
}
#auth-section .password-field {
  position: relative;
}
#auth-section .password-field #button-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#auth-section .forgot-password-text {
  color: #001A6E;
  text-align: right;
}
#auth-section .auth-head-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 20px;
  margin-bottom: 24px;
  align-items: center;
}
#auth-section .auth-head-container img.auth-head-image {
  height: 150px;
  width: auto;
}
#auth-section .auth-head-container .auth-text {
  text-align: center;
}
#auth-section .auth-head-container .auth-text .title {
  font-weight: 700;
  color: #001A6E;
  font-size: 18px;
}
#auth-section .auth-head-container .auth-text .subtitle {
  font-weight: 400;
  font-size: 13px;
  color: #151515;
}

#profile-section {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #profile-section {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
  }
}
#profile-section .profile-menu-container {
  position: fixed;
  width: 240px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #profile-section .profile-menu-container {
    position: unset;
    width: 100%;
    padding: 0 24px;
    z-index: 0;
  }
}
#profile-section .profile-menu-container .nav {
  flex-direction: column;
  grid-gap: 8px;
}
#profile-section .profile-menu-container .nav .nav-item {
  font-size: 14px;
  padding: 12px 10px;
  border-radius: 8px;
}
#profile-section .profile-menu-container .nav .nav-item a {
  color: #151515;
  display: flex;
  align-items: center;
}
#profile-section .profile-menu-container .nav .nav-item a span {
  font-size: 24px;
  margin-right: 10px;
}
#profile-section .profile-menu-container .nav .nav-item.active {
  font-weight: 700;
  background-color: #F2F4F8;
}
#profile-section .profile-menu-container .nav .nav-item.active a {
  color: #001A6E;
}
#profile-section .profile-content-container {
  margin-left: 240px;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  #profile-section .profile-content-container {
    margin-left: 0;
  }
}
#profile-section .profile-content-container .title {
  font-weight: 700;
  color: #001A6E;
  font-size: 24px;
  margin-bottom: 24px;
}
#profile-section .profile-content-container .item-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  width: 100%;
}
#profile-section .profile-content-container .item-container .card {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  background-color: white;
  padding: 20px;
}
#profile-section .profile-content-container .item-container .card .card-header {
  background-color: unset;
  border-bottom: unset;
  padding: unset;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #profile-section .profile-content-container .item-container .card .card-header.pet-information {
    flex-direction: column;
    align-items: unset;
  }
  #profile-section .profile-content-container .item-container .card .card-header.pet-information .d-flex {
    margin-top: 16px;
    flex-direction: column;
    align-items: unset !important;
  }
}
#profile-section .profile-content-container .item-container .card .card-body {
  padding: unset;
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
#profile-section .profile-content-container .item-container .field-label {
  font-weight: 400;
  font-size: 12px;
  color: #151515;
}
#profile-section .profile-content-container .item-container .field-value {
  font-weight: 400;
  font-size: 14px;
  color: #151515;
}
#profile-section .pet-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
#profile-section .pet-avatar.placeholder {
  background-color: #e5e5e5;
  place-items: center;
  display: grid;
}
#profile-section .pet-avatar.large {
  width: 60px;
  height: 60px;
}
#profile-section .btn.btn-call-to-action {
  border-color: #001A6E;
  background-color: white;
  color: #001A6E;
  min-width: 90px;
}
#profile-section .btn.btn-call-to-action.btn-muted {
  color: #606060;
}
#profile-section .btn.btn-call-to-action.btn-no-border {
  border: 0;
}
#profile-section .btn.btn-call-to-action.btn-no-border:focus {
  box-shadow: unset;
}
#profile-section .link-history {
  background: unset;
  color: #001A6E;
  text-decoration: underline;
}
#profile-section .attachment-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
  width: 100%;
}
#profile-section .attachment-container .attachment-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 4px;
}
#profile-section .attachment-container .file-name {
  font-size: 9px;
  color: #383838;
}
#profile-section .dropdown.select-pet .btn {
  border: 0;
  background-color: white;
  color: #151515;
}
#profile-section .dropdown.select-pet .btn:focus {
  border: 0;
  box-shadow: unset;
}
#profile-section .dropdown.select-pet .dropdown-menu {
  border: 0;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.0784313725);
}
#profile-section .dropdown.select-pet .dropdown-item {
  color: #151515;
  font-weight: 500;
  font-size: 14px;
}
#profile-section .dropdown.select-pet .dropdown-item:active {
  background-color: #f8f9fa;
}
#profile-section .badge-success-antd {
  background-color: #F6FFED;
  color: #52C41A;
  font-size: 12px;
  font-weight: 400;
}
#profile-section .badge-warning-antd {
  background-color: #FFF7E6;
  color: #FA8C16;
  font-size: 12px;
  font-weight: 400;
}
#profile-section .resend-email-link {
  font-size: 14px;
  font-weight: 500;
  color: #001A6E;
}

.img-attachment-wrapper .img-attachment-thumb {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.img-attachment-wrapper .doc-attachment-thumb {
  width: 36px;
  border-radius: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.img-attachment-wrapper .pdf-attachment-thumb {
  height: 35px;
  width: auto;
  margin: 2px 4px;
}

.medical-routine-book-modal .table-responsive {
  max-height: 520px;
}
.medical-routine-book-modal .nav-tabs .nav-item .nav-link {
  border-top: none;
  border-left: none;
  border-right: none;
}
.medical-routine-book-modal .nav-tabs .nav-item .nav-link.active {
  color: #001A6E;
  border-color: #001A6E;
}
.medical-routine-book-modal .table thead tr {
  background-color: #F5F5F5;
}
.medical-routine-book-modal .table thead tr th {
  font-weight: 600;
  border-top: none;
  border-bottom: 1px solid #EDEDED;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: 60px;
  vertical-align: middle;
}
.medical-routine-book-modal .table tbody tr td {
  vertical-align: middle;
  border-bottom: 1px solid #EDEDED;
  border-top: none;
  height: 60px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal-body.injection-pet-container {
  max-height: 520px;
  overflow-y: auto;
  margin-bottom: 1rem;
}
.modal-body.injection-pet-container .card:last-child {
  margin-bottom: -1rem;
}

@media screen and (max-width: 768px) {
  .transition-fade {
    transition: unset;
    transform: unset;
    transform-origin: unset;
    opacity: unset;
  }
  html.is-animating .transition-fade {
    opacity: unset;
    transform: unset;
  }
  html.is-leaving .transition-fade {
    opacity: unset;
  }
  #main-navbar {
    padding: 5px 10px;
    position: fixed;
    top: 0;
    background: white;
    z-index: 99;
  }
  #main-navbar .background {
    border-radius: unset !important;
  }
  #main-navbar.type-scroll {
    background-color: transparent;
  }
  #main-navbar .navbar-wrapper svg {
    margin-top: unset;
  }
  #main-navbar .navbar-brand .logo {
    width: 80px;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-left: 15px;
  }
  #main-navbar .toggler-icon span {
    height: 2px;
  }
  #main-navbar #navbar-container {
    display: block;
    position: fixed;
    left: -100%;
    top: 60px;
    width: 100%;
    height: 100vh;
    z-index: 89;
    background: white;
  }
  #main-navbar #navbar-container.active {
    left: 0px;
  }
  #main-navbar #navbar-container .navbar-nav {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
  }
  #main-navbar #navbar-container .navbar-nav .nav-item {
    margin-bottom: 20px;
    margin-right: 0;
  }
  #main-navbar #navbar-container .navbar-nav .nav-item:after {
    right: 50%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #main-navbar #navbar-container .navbar-nav .nav-dropdown .dropdown-wrapper {
    height: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
  }
  #main-navbar #navbar-container .navbar-nav .nav-dropdown .dropdown-wrapper .dropdown-content {
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    height: 0;
    opacity: 0;
    padding: unset;
    position: unset;
    top: unset;
    right: unset;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: hidden;
    box-shadow: unset;
    transform: unset;
    background: unset;
    z-index: unset;
    border-radius: unset;
    display: flex;
  }
  #main-navbar #navbar-container .navbar-nav .nav-dropdown .dropdown-wrapper .dropdown-content .nav-link {
    display: none;
  }
  #main-navbar #navbar-container .navbar-nav .nav-dropdown .nav-link {
    text-align: left;
  }
  #main-navbar #navbar-container .navbar-nav .nav-dropdown .nav-link.type-desktop {
    display: none;
  }
  #main-navbar #navbar-container .navbar-nav .nav-dropdown .nav-link.type-mobile {
    display: inline-block;
  }
  #main-navbar #navbar-container .navbar-nav .nav-dropdown .nav-link:after {
    display: none;
  }
  #main-navbar #navbar-container .navbar-nav .nav-dropdown .nav-link.active {
    transition: all 0.2s ease-in-out;
  }
  #main-navbar #navbar-container .navbar-nav .nav-dropdown .nav-link.active + .dropdown-wrapper {
    transition: all 0.2s ease-in-out;
    opacity: 1;
    height: 100%;
    visibility: visible;
    padding-top: 1rem;
  }
  #main-navbar #navbar-container .navbar-nav .nav-dropdown .nav-link.active + .dropdown-wrapper .dropdown-content {
    transition: all 0.2s ease-in-out;
    opacity: 1;
    height: 100%;
    visibility: visible;
  }
  #main-navbar #navbar-container .navbar-nav .nav-dropdown .nav-link.active + .dropdown-wrapper .dropdown-content .nav-link {
    display: block;
  }
  #main-navbar .inner-navbar {
    padding: 5px 0;
  }
  #main-navbar .brand-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #main-navbar .brand-wrapper .logo img {
    max-width: 140px;
  }
  .footer-wrapper {
    flex-direction: column;
    grid-gap: unset;
  }
  .footer-wrapper .footer-item {
    margin-bottom: 2rem;
    margin-right: unset;
  }
  .footer-wrapper .footer-item.type-logo {
    margin-bottom: 4rem;
  }
  .copyright {
    text-align: left;
    padding-left: 1rem;
  }
  .default-section {
    padding: 50px 0;
  }
  .default-section.type-queueing {
    padding: 100px 0;
  }
  .default-section.type-last {
    padding: 50px 0 100px;
  }
  .default-section.type-no-top {
    padding: 0 0 50px;
  }
  .default-section.type-no-bottom {
    padding: 50px 0 0;
  }
  .default-section.type-no-bottom.type-career {
    padding: 100px 0 0;
  }
  .custom-input-file:before {
    width: 100% !important;
    height: 2.5px !important;
  }
  .custom-input-file:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .inner-navbar {
    display: inline-block !important;
  }
  .inner-navbar .navbar-wrapper {
    display: flex !important;
    justify-content: space-between;
  }
  .copyright {
    text-align: center;
  }
  #main-navbar #navbar-container .navbar-nav {
    padding-left: 25px;
    padding-top: 25px;
  }
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 768px) {
  #main-navbar .navbar-nav .nav-item {
    padding: 0 1rem;
  }
  #main-navbar #navbar-container .navbar-nav {
    justify-content: center;
    align-items: center;
  }
}

/*# sourceMappingURL=style.css.map */
