html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@keyframes aleM_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes aleM_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes aleM_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes aleM_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-thumb {
  background: #b5b5b5;
  border: 0 none #fff;
  border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
  background: #858585;
}
::-webkit-scrollbar-thumb:active {
  background: #666;
}
::-webkit-scrollbar-track {
  background: #fff;
  border: 0 none #fff;
  border-radius: 0;
}
::-webkit-scrollbar-track:hover {
  background: #e8e8e8;
}
::-webkit-scrollbar-track:active {
  background: #e8e8e8;
}
::-webkit-scrollbar-corner {
  background: 0 0;
}
body {
  animation: aleM_fadeIn 0.8s;
  -moz-animation: aleM_fadeIn 0.8s;
  -webkit-animation: aleM_fadeIn 0.8s;
  -o-animation: aleM_fadeIn 0.8s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.gradient-banner {
  background: #26baf7;
  background: linear-gradient(90deg, #26baf7 0%, #168df3 53%);
}

.gradient-banner h1 {
  font-weight: bold;
}
/*--------------------------------------------------------------
# Navbard
--------------------------------------------------------------*/

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff !important;
  -webkit-box-shadow: 0 2px 3px 0 rgba(96, 96, 96, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(96, 96, 96, 0.1);
  box-shadow: 0 2px 3px 0 rgba(96, 96, 96, 0.1);
}

/*--------------------------------------------------------------
# Button Login Google/Fb
--------------------------------------------------------------*/

.login-line-or {
  position: relative;
  text-align: center;
}

.login-line-or::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  height: 1px;
  background-color: #e6ecf3;
}

.login-line-or span {
  background: #fff;
  position: relative;
  padding: 0 0.5rem;
}

.btn-login-fbGoogle {
  background-color: rgb(255, 255, 255);
  display: inline-flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.54);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 3px 0px, rgba(0, 0, 0, 0.24) 0px 0px 1px 0px;
  font-size: 0.75rem;
}

.btn-login-fbGoogle svg {
  width: 20px;
  height: 20px;
}

.btn-login-fbGoogle div {
  margin-right: 10px;
  background: rgb(255, 255, 255);
  border-radius: 2px;
}

.btn-login-fbGoogle span {
  padding: 10px 10px 10px 0px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-main {
  background: #131771;
}

.footer-main svg {
  width: 13rem;
  height: auto;
}

.footer-main h6 {
  font-weight: bold;
  text-transform: uppercase;
  color: #f8f9fa;
  margin-bottom: .5rem;
}

.footer-main ul {
  padding: 0;
}

.footer-main ul li {
  margin-bottom: 10px;
  list-style: none;
}

.footer-logo-list li {
  margin-top: 20px;
}

.footer-main ul li a {
  font-size: 14px;
  color: #6f6f71;
  transition: 0.2s ease;
}

.footer-main ul li a:hover {
  color: #f8f9fa;
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services .icon-box {
  border: 1px solid #fff;
  transition-duration: 1s;
}

.services .icon {
  width: 4rem;
  height: 4rem;
  font-size: 2.2rem;
}

.svg-sm {
  width: 2.5rem;
  height: 2.5rem;
}

.services .icon-box-orange:hover {
  border-color: #ffac68;
  background: #ffdfc4;
}

.services .icon-box-cyan:hover {
  border-color: #FCDD6A;
  background: #fff4cc;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
  background: #d2ffcd;
}

.services .icon-box-blue:hover {
  border-color: #2282ff;
  background: #cee1fa;
}

/*--------------------------------------------------------------
# Step init
--------------------------------------------------------------*/
.step-info li {
  position: relative;
  padding-left: 4rem;
  padding-bottom: 3rem !important;
  transition-duration: 1s;
  background: #fff;
}
.step-info li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.step-info li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 1.5rem;
  border-left: 1px dashed #208df3;
  bottom: 0;
}
.step-info li:last-child::after {
  border: 0;
}

.step-info .icon {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 0;
  color: #208df3;
  background: #ffffff;
  z-index: 1;
  border: 1px dashed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-info .icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.step-info .time {
  background: #208df3;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 20px;
  font-weight: 600;
}

.step-info p {
  margin: 0;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .row + .row {
  margin-top: 100px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing div.btn{
  cursor: auto;
}
.pricing-hover:hover {
  background: #f8f9fa;
}
.pricing .svg-sm{
  width: 1.1rem;
  height: 1.1rem;
}

.pricing .nocheck.svg-sm{
  width: .9rem;
  height: .9rem;
}

.pricing .bg-primary .svg-sm {
  fill: #fff !important;
}

/*--------------------------------------------------------------
# Help page
--------------------------------------------------------------*/

.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  position: relative;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNEREQiIGQ9Ik0xMCAwbDMgNyA3IDEtNSA1IDEgNy02LTMtNiAzIDEtNy01LTUgNy0xeiIvPgo8L3N2Zz4=");
  background-size: contain;
}

.star-rating.small-star {
  height: 20px;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNGRkRGODgiIGQ9Ik0xMCAwbDMgNyA3IDEtNSA1IDEgNy02LTMtNiAzIDEtNy01LTUgNy0xeiIvPgo8L3N2Zz4=");
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.star-rating.star-5 {
  width: 250px;
}
.star-rating.star-5.small-star {
  width: 100px;
}
.star-rating.star-5 input,
.star-rating.star-5 i {
  width: 20%;
}
.star-rating.star-5 i ~ i {
  width: 40%;
}
.star-rating.star-5 i ~ i ~ i {
  width: 60%;
}
.star-rating.star-5 i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating.star-5 i ~ i ~ i ~ i ~ i {
  width: 100%;
}

ul.helpLeftMenu li a {
  opacity: 0.85;
}

ul.helpLeftMenu > li > a {
  background: #208df3;
  color: #fff;
}

ul.helpLeftMenu li a span {
  position: absolute;
  left: auto;
  right: 4px;
  top: auto;
  bottom: 8px;
}

ul.helpLeftMenu li:not(.selected) a:hover {
  background: #5576a8;
  color: #fff;
  text-decoration: none !important;
}

ul.helpLeftMenu li a.selected {
  background: #acc1dc;
}

.name-comment {
  color: #0097ff;
}

.date-comment {
  color: #656c7a;
  font-size: 80%;
}

.visible-password-icon {
  position: absolute;
  width: 1.45rem;
  top: 1.15rem;
  right: 1rem;
  bottom: 0;
  cursor: pointer;
  animation-fill-mode: backwards;
  background-color: #6c757d;
  -webkit-mask-image: url("/static/show-hide-icons.svg#src-2");
  mask-image: url("/static/show-hide-icons.svg#src-2");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.visible-password-icon.show {
  -webkit-mask-image: url("/static/show-hide-icons.svg#src-1");
  mask-image: url("/static/show-hide-icons.svg#src-1");
}

.is-invalid ~ .visible-password-icon {
  background-color: #dc3545;
  right: 2.5rem;
}

.is-valid ~ .visible-password-icon {
  background-color: #198754;
  right: 2.5rem;
}

.free_14days {
  background: #131771;
  min-height: 50vh;
  color: #fff;
  padding-bottom: 3rem;
  text-align: justify;
}


.text-dark-primary{
  color: #191d82;
}
.text-light-primary{
  color: #91beff;
}
.bg-dark-primary {
  border: 1px solid #212694;
  background: #191d82;
}

.icon-box:hover {
  transform: translateY(-.75rem);
  box-shadow: 0 24px 36px rgba(0,0,0,0.11),
    0 24px 46px var(--box-shadow-color);
}

article svg{
  transition-duration: 1s;
}
.svg-left-anim:hover {
  transform: rotate(-5deg) scale(1.1);
}
.svg-right-anim:hover {
  transform: rotate(5deg) scale(1.1);
}


.btn-outline-dark-primary {
  border-color: #212694 !important;
  color: #191d82 !important;
} 
.btn-outline-dark-primary:hover {
  color: #fff !important;
  background-color: #2d319e !important;
  border-color: #2d319e !important;
}

.border-dark-primary {
  border-color:#4590ff;
  border-bottom-color:#4590ff !important;
}

.checkmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 25px;
  width: 12px;
  margin-left: 60%; 
  border-bottom: 7px solid #78b13f;
  border-right: 7px solid #78b13f;
}

.btn-primary, .bg-primary {
  background-color: #208df3 !important;
}

.btn-primary {
  border-color: #2082de !important;
}

.__table .hidden{
       display: none
}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/


:root {
  --blue: #3FB6E9;
  --dark-blue: #131971;
}

.splide__pagination__page {
  background: #fff;
  height: 1rem;
  margin: .8rem;
  opacity: .3;
  width: 1rem
}

.splide__progress__bar {
  height: 2px
}

.bg-gradient-blue {
  background: linear-gradient(312.27deg, var(--dark-blue) 0%, var(--blue) 100%) !important
}

@font-face {
  font-family: sofia-pro;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  src: url(./fonts/sofia-pro-700.woff2) format("woff2")
}

@font-face {
  font-family: sofia-pro;
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/sofia-pro-400.woff2) format("woff2")
}

body {
  font-family: 'sofia-pro';
  font-size: 1.15rem;
}

.btn-dark-blue {
  color : white;
  background-color: var(--dark-blue);
  border-color: var(--dark-blue);
}

.btn-dark-blue:hover {
  color : white;
  background-color: rgb(19,25,113,0.8);
  border-color: rgb(19,25,113,0.8);
}

.btn-outline-blue {
  color : var(--blue);
  border-color: var(--blue);
}
.btn-outline-blue:hover {
  color : white;
  background-color: var(--blue);
  border-color: var(--blue);
}

.btn-outline-dark-blue {
  color : var(--dark-blue);
  border-color: var(--dark-blue);
}
.btn-outline-dark-blue:hover {
  color : white;
  background-color: var(--dark-blue);
  border-color: var(--dark-blue);
}

.btn-blue-light {
  color : white;
  border-color: white;
}
.btn-blue-light:hover {
  color : var(--blue);
  background-color: white;
}

.btn-dark-blue-light {
  color : white;
  border-color: white;
}
.btn-dark-blue-light:hover {
  color : var(--dark-blue);
  background-color: white;
}

.sliderAleM .bg-blue{
  background : var(--blue)!important
}

.sliderAleM .image_header {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.sliderAleM .image_header_logo {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
}

.white-image {
  filter: brightness(0) invert(1) !important
}

.btn {
  line-height: 1.9375rem;
  border-radius: .9375rem;
}

.sliderAleM .btn-lg {
  line-height: 2.5833rem;
  border-radius: .9375rem;
}

.text-blue {
  color: var(--blue);
}

.text-dark-blue {
  color: var(--dark-blue);
}

.sliderAleM .h1 {
  font-size: calc(2rem + 1.5vw);
}

.sliderAleM h1 {
  font-size: calc(2rem + 1.5vw);
}

.sliderAleM .h2 {
  font-size: calc(1.75rem + 1.5vw);
}

.sliderAleM h2 {
  font-size: calc(1.75rem + 1.5vw);
}

@media(min-width:1200px) {

  .sliderAleM .h1 {
      font-size: 3.7rem
  }
  .sliderAleM h1 {
    font-size: 3.7rem
  }

  .sliderAleM .h2 {
    font-size: calc(3rem);
  }
  
  .sliderAleM h2 {
    font-size: calc(3rem);
  }
}

.d-block-hover-span:hover span {
  display: inline-block !important;
}

.text-x {
  font-family: monospace;
}

@media (max-width: 768px) {
  .bg-gradient-blue-slider {
    background: linear-gradient(312.27deg, var(--dark-blue) 0%, var(--blue) 100%) !important
  }

  .bg-gradient-blue-slider1 {
    background: linear-gradient(312.27deg,rgba(19,25,113,0.9) 0%,rgba(63,182,233,0.9) 100%) right no-repeat, url(../static/header/image_header_1.webp) right no-repeat;
    min-height: 100px;
    max-width: 100%;
  }

  .bg-white-slider2 {
    background: linear-gradient(180deg, rgb(255, 255, 255, 0.9) 0%, rgba(255,255,255, 0.9) 100%) right no-repeat, url(../static/header/image_header_2.webp) right no-repeat;
  }

  .alemonitor_x_aleasystent_baner-slider3 {
    background: url(./header/image_header_3_1.webp) no-repeat;
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  .bg-gradient-blue-slider1 {
    background: linear-gradient(312.27deg, var(--dark-blue) 0%, var(--blue) 100%) !important
  }

  .bg-gradient-blue-slider {
    background: linear-gradient(312.27deg, var(--dark-blue) 0%, var(--blue) 100%) !important
  }

  .bg-white-slider2 {
    background: linear-gradient(180deg, rgb(255, 255, 255, 0.9) 0%, rgba(255,255,255, 0.9) 100%) right no-repeat;
  }

  .alemonitor_x_aleasystent_baner-slider3 {
    background: url(./header/image_header_3_1.webp) no-repeat;
    background-size: cover;
    max-width: 100%;
    min-height: 680px
  }
}

@media (max-width: 768px) {
  .flowers-start {
    position: absolute;
    width: 30%;
    bottom:0;
    left: 0;
  }

  .flowers-end {
      position: absolute;
      bottom:0;
      right: 0;
      width:30%!important;
  }
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #ced4da;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #ced4da;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
  color: black;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #ced4da;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

