@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #ffffff;
  --bs-gray: #78829D;
  --bs-gray-dark: #252F4A;
  --bs-gray-100: #F9F9F9;
  --bs-gray-200: #F1F1F4;
  --bs-gray-300: #DBDFE9;
  --bs-gray-400: #C4CADA;
  --bs-gray-500: #99A1B7;
  --bs-gray-600: #78829D;
  --bs-gray-700: #4B5675;
  --bs-gray-800: #252F4A;
  --bs-gray-900: #071437;
  --bs-light: #F9F9F9;
  --bs-primary: #1B84FF;
  --bs-secondary: #F9F9F9;
  --bs-success: #17C653;
  --bs-info: #7239EA;
  --bs-warning: #F6C000;
  --bs-danger: #F8285A;
  --bs-dark: #1E2129;
  --bs-light-bg-rgb: 245, 246, 248;
  --bs-primary-rgb: 27, 132, 255;
  --bs-secondary-rgb: 249, 249, 249;
  --bs-success-rgb: 23, 198, 83;
  --bs-info-rgb: 114, 57, 234;
  --bs-warning-rgb: 246, 192, 0;
  --bs-danger-rgb: 248, 40, 90;
  --bs-dark-rgb: 30, 33, 41;
  --bs-primary-text-emphasis: #0b3566;
  --bs-secondary-text-emphasis: #646464;
  --bs-success-text-emphasis: #094f21;
  --bs-info-text-emphasis: #2e175e;
  --bs-warning-text-emphasis: #624d00;
  --bs-danger-text-emphasis: #631024;
  --bs-light-text-emphasis: #4B5675;
  --bs-dark-text-emphasis: #4B5675;
  --bs-primary-bg-subtle: #d1e6ff;
  --bs-secondary-bg-subtle: #fefefe;
  --bs-success-bg-subtle: #d1f4dd;
  --bs-info-bg-subtle: #e3d7fb;
  --bs-warning-bg-subtle: #fdf2cc;
  --bs-danger-bg-subtle: #fed4de;
  --bs-light-bg-subtle: #fcfcfc;
  --bs-dark-bg-subtle: #C4CADA;
  --bs-primary-border-subtle: #a4ceff;
  --bs-secondary-border-subtle: #fdfdfd;
  --bs-success-border-subtle: #a2e8ba;
  --bs-info-border-subtle: #c7b0f7;
  --bs-warning-border-subtle: #fbe699;
  --bs-danger-border-subtle: #fca9bd;
  --bs-light-border-subtle: #F1F1F4;
  --bs-dark-border-subtle: #99A1B7;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: Inter, Helvetica, "sans-serif";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #0A3A57 !important;
  --bs-body-color-rgb: 7, 20, 55;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-accordion-item-rgb: 255, 255, 255;
  --bs-newsletter-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #0A3A57!important;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(7, 20, 55, 0.75);
  --bs-secondary-color-rgb: 7, 20, 55;
  --bs-secondary-bg: #F1F1F4;
  --bs-secondary-bg-rgb: 241, 241, 244;
  --bs-tertiary-color: rgba(7, 20, 55, 0.5);
  --bs-tertiary-color-rgb: 7, 20, 55;
  --bs-tertiary-bg: #F9F9F9;
  --bs-tertiary-bg-rgb: 249, 249, 249;
  --bs-heading-color: #071437;
  --bs-link-color: #1B84FF;
  --bs-link-color-rgb: 27, 132, 255;
  --bs-link-decoration: none;
  --bs-link-hover-color: #056EE9;
  --bs-link-hover-color-rgb: 5, 110, 233;
  --bs-link-hover-decoration: none;
  --bs-code-color: #b93993;
  --bs-highlight-color: #071437;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 3px!important;
  --bs-border-style: solid;
  --bs-border-color: #BFC0C2;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.475rem;
  --bs-border-radius-sm: 0.425rem;
  --bs-border-radius-lg: 0.625rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-sm: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  --bs-box-shadow-lg: 0 1rem 2rem 1rem rgba(0, 0, 0, 0.1);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(27, 132, 255, 0.25);
  --bs-form-valid-color: #17C653;
  --bs-form-valid-border-color: #17C653;
  --bs-form-invalid-color: #F8285A;
  --bs-form-invalid-border-color: #F8285A;
  --navbar-color:#0A3A57;
  --navbar-color-active:#1251a1;
  --bs-carousel-inner-bg:linear-gradient(to bottom, #EDF7F4, #FFFFFF);
  --bs-navbar-box-shadow: 0px 0px 24px 0px #849BB233;
  --bs-featurette-bg: #F7FBFF;
  --bs-accordion-item-bg: #ffffff;
  --bs-accordion-border: rgba(132, 155, 178, 0.2);
  --font-color-primary:#fff;
  --bg-section-title:#E2F0FD;
  --section-title-color: #004F9E;
  --bs-nav-bar-bg:#ffffff;
  --step-detail-color: #0A3A57;
  --bs-btn-step-bg: #1251A1;
  --bs-select-color:#A6A6A6!important;

  --bs-standard-body-color: #0A3A57 !important;
  --bs-background-contact-section:#F7F8F9;

}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #FFFFFF!important;
  --bs-body-color-rgb: 245, 245, 245;
  --bs-body-bg: #1D2939!important;
  --bs-body-bg-rgb: 29, 41, 57;
  --bs-accordion-item-rgb: 29, 41, 57;
  --bs-newsletter-bg-rgb: 29, 41, 57;
  --bs-light-bg-rgb: 16, 24, 40;
  --bs-emphasis-color: #ffffff!important;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(245, 245, 245, 0.75);
  --bs-secondary-color-rgb: 245, 245, 245;
  --bs-secondary-bg: #252F4A;
  --bs-secondary-bg-rgb: 37, 47, 74;
  --bs-tertiary-color: rgba(245, 245, 245, 0.5);
  --bs-tertiary-color-rgb: 245, 245, 245;
  --bs-tertiary-bg: #162241;
  --bs-tertiary-bg-rgb: 22, 34, 65;
  --bs-primary-text-emphasis: #76b5ff;
  --bs-secondary-text-emphasis: #fbfbfb;
  --bs-success-text-emphasis: #74dd98;
  --bs-info-text-emphasis: #aa88f2;
  --bs-warning-text-emphasis: #fad966;
  --bs-danger-text-emphasis: #fb7e9c;
  --bs-light-text-emphasis: #F9F9F9;
  --bs-dark-text-emphasis: #DBDFE9;
  --bs-primary-bg-subtle: #051a33;
  --bs-secondary-bg-subtle: #323232;
  --bs-success-bg-subtle: #052811;
  --bs-info-bg-subtle: #170b2f;
  --bs-warning-bg-subtle: #312600;
  --bs-danger-bg-subtle: #320812;
  --bs-light-bg-subtle: #252F4A;
  --bs-dark-bg-subtle: #131825;
  --bs-primary-border-subtle: #104f99;
  --bs-secondary-border-subtle: #959595;
  --bs-success-border-subtle: #0e7732;
  --bs-info-border-subtle: #44228c;
  --bs-warning-border-subtle: #947300;
  --bs-danger-border-subtle: #951836;
  --bs-light-border-subtle: #4B5675;
  --bs-dark-border-subtle: #252F4A;
  --bs-heading-color: #F5F5F5;
  --bs-link-color: #006AE6;
  --bs-link-hover-color: #3388eb;
  --bs-link-color-rgb: 0, 106, 230;
  --bs-link-hover-color-rgb: 51, 136, 235;
  --bs-code-color: #b93993;
  --bs-highlight-color: #F5F5F5;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #D9D9D9;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
  --navbar-color:#ffffff;
  --navbar-color-active:#ffffff;
  --bs-carousel-inner-bg: linear-gradient(360deg,  56.84%, #101828 101.84%);
  --bs-navbar-box-shadow:0px 0px 24px 0px #3AB4A03D;
  --bs-featurette-bg: #101828;
  --bs-accordion-item-bg: #101828;
  --bs-accordion-border: rgba(16, 24, 40, 1);
  --bs-gray-900: #F5F5F5!important;
  --bg-section-title:#84B1AA33;
  --section-title-color: #45D6BE;
  --bs-nav-bar-bg: #1D2939;
  --step-detail-color: #ffffff;
  --bs-btn-step-bg: #3AB4A0;
  --bs-select-color:#A6A6A6!important;
  --bs-standard-body-color: #ffffff !important;
  --bs-background-contact-section: rgb(16, 24, 40);
}

*,
::after,
::before {
  box-sizing: border-box
}

.modal{
    --bs-modal-header-padding:0.5rem 0.5rem!important;
}
body {
  margin: 0;
  font-family: "Poppins"!important;
  /*font-family: var(--bs-body-font-family);*/
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}


/*====================================
    back-to-top css
=====================================*/
a#top {
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
  border-radius: 5px;
}
a#top.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid #3ab4a0;
}
a.scroll span {
  color: #fff;
  font-size: 16px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--font-color-primary);
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.15);
  line-height: 1;
}
a.scroll span i {
  display: block;
  line-height: 0;
  color: #004f9e;
}
a.scroll:hover span {
  color: var(--font-color-header);
  background-color: #3ab4a0;
}
a.scroll span,
a.scroll:hover span {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 767px) {
  a#top {
      right: 12px;
  }
}
.fill-mode {
    fill: var(--bs-gray-900) !important;
}
.bg-menu{
    background-color: var(--bs-body-bg)!important;
}

.light-bg {
  --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-bg-rgb), var(--bs-bg-opacity)) !important;
}

/*Badge*/
.badge-warning{
    color:#ffffff;
    background-color:#FFA540;
    font-family: "Poppins"!important;
font-size: 11px!important;
font-weight: 400!important;
padding: 6px !important;

}
.badge-secondary{
    color:#849BB2!important;
    background-color:#F5F6F8!important;
    font-family: "Poppins"!important;
font-size: 11px!important;
font-weight: 400!important;
padding: 6px !important;
}

.badge-primary{
    color:#004F9E!important;
    background-color:#E1EEFF!important;
    font-family: "Poppins"!important;
font-size: 11px!important;
font-weight: 400!important;
padding: 6px !important;
}
/*Badge*/

@keyframes floating {
    from {
      -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
      transform: rotate(0deg) translate(-10px) rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
      transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
  }
  @-webkit-keyframes floating {
    from {
      -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
      transform: rotate(0deg) translate(-10px) rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
      transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
  }
.animated-button {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    -webkit-transition: all 2s ease;
    transition: all 0.5s ease;
}

.btn-header {
  width: 145px!important;
  height: 40px!important;
  padding: 0px!important;
}

/*Badge*/

.nav-top{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.navbar-container {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.3rem !important;
  box-shadow: var(--bs-navbar-box-shadow);

}
.carousel-inner {
    background: var(--bs-carousel-inner-bg);
    width: 100%;
    height: 130vh;
    background-size: cover;
    background-position: center;
}
.carousel-caption-image {
    position: absolute;
    bottom: 0.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    z-index:99!important;
    right: 2% !important;
   /* left: 10% !important;*/
}
.carousel-caption-bg {
    position: absolute;
    right: -3%;
    bottom: 9.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-caption {
  right: 15% !important;
  left: 15% !important;
}

.btn-group-lg>.btn, .btn-lg {
  --bs-btn-padding-y: 0.3rem !important;
  --bs-btn-padding-x: 1.5rem !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--navbar-color-active) !important;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
}
.navbar-nav .nav-link {
  color: var(--navbar-color)!important;
  font-family: "Poppins" !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
}
.btn-primary {
  font-family: "Poppins" !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #3ab4a0 !important;
  --bs-btn-border-color: #3ab4a0 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #3ab4a0 !important;
  --bs-btn-hover-border-color: #3ab4a0 !important;
  --bs-btn-focus-shadow-rgb: 49, 132, 253 !important;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #3ab4a0 !important;
  --bs-btn-active-border-color: #3ab4a0 !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: #3ab4a0 !important;
  --bs-btn-disabled-border-color: #3ab4a0 !important;
}
.btn-primary-light {
  font-family: "Poppins" !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #45d6be !important;
  --bs-btn-border-color: #45d6be !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #45d6be !important;
  --bs-btn-hover-border-color: #45d6be !important;
  --bs-btn-focus-shadow-rgb: 49, 132, 253 !important;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #45d6be !important;
  --bs-btn-active-border-color: #45d6be !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: #45d6be !important;
  --bs-btn-disabled-border-color: #45d6be !important;
}

.nav-item {
  /*padding: 0 16px;*/
  padding: 1px 10px;
}

.carousel-caption span {
  color: #3ab4a0;
}
.carousel-caption h1 {
  font-family: "Poppins";
  font-size: 38px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--bs-emphasis-color);
}
.carousel-caption p {
  font-family: "Poppins"!important;
  font-size: 1.125rem!important;
  font-weight: 300!important;
  line-height: 35px!important;
  text-align: center !important;
  color:var(--bs-emphasis-color);
}
.btn-l-slide {
    padding: 12px 34px 12px 34px !important;
}
.btn-r-slide {
    padding: 12px 22px 12px 22px !important;
}

.material-symbols-outlined {
  /*font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24*/
}
.interface-slide {
    position: relative;
    height: 650px;
}
.dashboard-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.sea-img {
    position: absolute;
    bottom: -25%;
    left: -92px;
    z-index: 1;
}
.carousel-caption p .material-symbols-outlined {
  color: #ffffff;
}

.w-banner {
  width: 60%;
}
h1.w-caption  {
  width: 42%;
}
p.w-caption  {
  width: 42%;
}
.btn{
    border-radius: 10px!important;
}
.btn-outline-secondary {
  font-family: "Poppins" !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 27px !important;
 background-color: #D7F2EB!important;
  --bs-btn-color: #3AB4A0 !important;
  --bs-btn-border-color: #D7F2EB !important;
  --bs-btn-hover-color: #3AB4A0 !important;
  --bs-btn-hover-bg: #D7F2EB !important;
  --bs-btn-hover-border-color: #D7F2EB!important;
  --bs-btn-focus-shadow-rgb: 108, 117, 125 !important;
  --bs-btn-active-color: #D7F2EB !important;
  --bs-btn-active-bg: #D7F2EB !important;
  --bs-btn-active-border-color: #D7F2EB !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  --bs-btn-disabled-color: #6c757d !important;
  --bs-btn-disabled-bg: #D7F2EB !important;
  --bs-btn-disabled-border-color: #6c757d !important;
  --bs-gradient: none !important;
}

.btn-secondary-blue {
  font-family: "Poppins" !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #004F9E !important;
  --bs-btn-border-color: #004F9E !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #004F9E !important;
  --bs-btn-hover-border-color: #004F9E !important;
  --bs-btn-focus-shadow-rgb: 49, 132, 253 !important;
  --bs-btn-active-color: #fff !important;
  --bs-btn-active-bg: #004F9E !important;
  --bs-btn-active-border-color: #004F9E !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
  --bs-btn-disabled-color: #fff !important;
  --bs-btn-disabled-bg: #004F9E !important;
  --bs-btn-disabled-border-color: #004F9E !important;
}

.btn-white {
    font-family: "Poppins" !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    padding:20px 30px!important;
    text-align: center!important;
    color: #0A3A57 !important;
    background-color: #FFFFFFB2!important;
    box-shadow: 0px 4px 24px 0px #00000012;
    border: 1px solid #D9D9D9 !important;
  }
  .btn-track{
    position: absolute;
    top: 74%;
    left: 36%;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .btn-fact {
    position: absolute;
    bottom: -11%;
    left: 45%;
    animation-duration: 12s;
  -webkit-animation-duration: 12s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  }
  .btn-report {
    position: absolute;
    top: 32%;
    right: 10px;
    animation-duration: 11s;
  -webkit-animation-duration: 11s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  }
  .btn-book {
    position: absolute;
    bottom: 7%;
    left: -4%;
    animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  }
  .btn-doc{
    position: absolute;
    top: -2.5%;
    right: 18%;
    animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  }
  .btn-quot{
    position: absolute;
    top: 36%;
    left: -3%;
    animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  }

.carousel-item {
  position: relative;
}

.overlay-image {
  position: absolute;
  top: 45%;
  left: 71%;
  transform: translate(-50%, -50%);
  width: 40%;
}


/*featurette section*/
.featurette{
    position: relative;
    padding:0px 0px 0px 112px;
    /* border-radius: 50px; */
    background-color: var(--bs-featurette-bg);
    /* margin-top: 30px; */
}

.featurette-row {
    /* border-radius: 50px; */
    padding: 50px;

}
.about-img-bloc {
    position: relative;
    height: 575px;
}
.about-img {
    position: absolute;
    top: -95px;
    right: 0%;
}

.section-title{position:relative; padding-bottom: 40px;text-transform:uppercase ;}
.section-title span{margin-left:30px;}
.section-title h2 {
  position: relative;
    z-index:1!important;
    /*color: #004F9E;*/
    color: var(--section-title-color);
    font-family: 'Poppins';
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}
.section-title h2::before {
    content: "";
    display: inline-block;
    width: 156px;
    height: 42px;
    border-radius: 120px;
    /*background-color: #E2F0FD;*/
    background-color: var(--bg-section-title);
    margin-right: 10px;
    position: absolute;
    top:24px;
    z-index:-1!important;
}
.faq-section .section-title h2::before {
    width: 106px;
    height: 42px;
}
.featurette p {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    line-height: 60.2px;
    padding: 10px 0px 20px 0px;
    color:var(--bs-emphasis-color);
    text-align: justify;
    letter-spacing: -0.9px;
    padding-right: 108px;
}

.image-transition {
    transition: transform 0.5s ease-in-out;
}

.image-enter-right {
    transform: translateX(100%);
}

/*featurette section*/

/* How it work section */
.primary-color {
    color: #3AB4A0;
}
.how-it-work {
    padding: 20px 112px;
    margin-top: 4rem;
}
.how-it-work-heading {
    text-align: center;
}
.how-it-work .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x) !important;
    font-family: 'Poppins'!important;
    font-size: 16px!important;
    font-weight: 600!important;
    text-align: left!important;
    color: #BFBFBF!important;
    text-decoration: none!important;
    background: 0 0!important;
    border: 0!important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.how-it-work.nav-tabs .nav-link:focus, .how-it-work.nav-tabs .nav-link:hover {
    isolation: isolate;
    border: 0!important;
}
.how-it-work .nav-tabs .nav-item.show .nav-link, .how-it-work .nav-tabs .nav-link.active {
    color: #3AB4A0!important;
    background-color: var(--bs-nav-bar-bg)!important;
    border:0;
    border-bottom: 3px solid #3AB4A0!important;
}
.how-it-work .tab-content {
    padding: 70px 0px!important;
}

.how-it-work .section-title h2::before {
    width: 178px;
}
.step-content{
    position: relative;
}
.step-detail{
    margin-left: 3rem;
    position: absolute;
    bottom: -65px;
    left: 0;
}
.step-container {
    display: flex;
    align-items: center;
    margin-bottom:15px;
}
.step-container h3{
    margin-bottom: 0px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    color: var(--step-detail-color);
}
.step-detail p{
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight:400;
    color: var(--step-detail-color);
}
.how-it-work .step {
    width: 23px;
    height: 23px;
    background-color: #004F9E;
    border-radius: 50%;
    color: white;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.btn-step {
    font-family: "Poppins" !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 27px !important;

    color: #fff !important;
    background-color: var(--bs-btn-step-bg) !important;
    border-color: var(--bs-btn-step-bg) !important;


    box-shadow: 0px 4px 5px 0px #45D6BE70!important;
    border: 1px solid #F0FEFB;
    padding:12px 34px 12px 34px!important;
    font-family: "Poppins"!important;
    font-size: 14px!important;
    font-weight: 700!important;
}
/*How it work section*/

/* GOALS section */
.goals-section {
    padding: 20px 112px;
    margin-top: 4rem;
}
.goals-heading {
    text-align: left;
}
.goals-list {
    list-style-type: none;
    padding-left: 0;
}

.goals-list li {
    display: flex;
    align-items: center;
    margin-bottom: 38px;
    font-family: "Poppins";
    font-size: 19px;
    font-weight: 600;
    line-height: 32px;
    color: var(--bs-body-color);
}

.bg-icon-g-1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: rgba(255, 231, 204, 0.7);
    margin-right: 25px;
}
.bg-icon-g-2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: rgba(204, 228, 255, 0.7);
    margin-right: 25px;
}
.bg-icon-g-3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: rgba(223, 202, 253, 0.7);
    margin-right: 25px;
}
.bg-icon-g-4{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: rgba(201, 251, 246, 0.7);
    margin-right: 25px;
}
/* GOALS section */


/* App mobile section */
.app-section {
    padding: 20px 112px;
    margin-top: 4rem;
}

.app-section-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    padding: 60px 70px;
    border-radius: 50px;
}

.app-section h2 {
    font-family: "Poppins";
    font-size: 40px;
    font-weight: 600;
    line-height: 47px;
    text-align: left;
    color: #ffffff;
}

.app-section p {
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #ffffff;
}
.app-section .appmobile-img {
    position: absolute;
    top: -29px;
    right: 294px;
}
.app-section .p-small {
    font-family: "Rubik",sans-serif;
    font-size: 14px;
}

.app_link{
    cursor: pointer;
}
/* App mobile section */

.marketing-heading {
font-family: "Poppins";
font-size: 28px;
font-weight: 600;
line-height: 50px;
letter-spacing: 0em;
text-align: center;
}

.marketing-bloc {
  border-radius: 29px;
  text-align: center;
  padding: 40px;
}

.marketing-bloc:hover {
  box-shadow: 0px 7px 19px 0px #849bb24d;
  border-radius: 29px;
  text-align: center;
  padding: 40px;
}
.marketing-title {
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0em;
}
.marketing-img {
  margin-bottom: 20px;
}
.faq-section {
  margin-top: 30px;
  margin-bottom: 30px;
  padding:30px;
}
.faq-section p {
    color: var(--bs-body-color);
    font-family: 'Poppins';
font-size: 30px;
font-weight: 600;
line-height: 40px;

}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x:0.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url(../images/chevron-bottom.png)!important;
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url(../images/chevron-top.png)!important;
  --bs-accordion-btn-focus-border-color: #ffffff!important;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25)!important;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.faq-section .accordion-item {
    padding: 10px;
    margin: 25px;
    color: #0A3A57!important;
    border-radius: 20px!important;
    border: 3px solid var(--bs-accordion-border)!important;
}
.faq-section .accordion-item:has(.collapse.show ){
    border: 3px solid #3ab4a0!important;
    background-color: var(--bs-accordion-item-bg)!important;
}

.faq-section.accordion-button {
  color: var(--bs-body-color) !important;
  background-color: var(--bs-accordion-item-bg)!important;
  font-family: 'Poppins'!important;
  font-size: 18px!important;
  font-style: normal!important;
  font-weight: 600!important;
  line-height: 26px!important;
}

.faq-section .accordion-button:not(.collapsed) {
  color: #3AB4A0!important;
  font-family: 'Poppins'!important;
font-size: 18px;
font-weight: 600;
line-height: 26px;
letter-spacing: 0em;
text-align: left;
}

.faq-section .accordion-button:not(.collapsed) {
  color: #3AB4A0!important;
  background-color: var(--bs-accordion-item-bg)!important;
}
.faq-section .accordion-button::after {
    color: #3AB4A0!important;
    content: "\f282" !important;
    font-size:24px;
    display: inline-block;
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 500!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
}
[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: unset !important;
    --bs-accordion-btn-active-icon:unset !important;
}

.faq-section .accordion-button:not(.collapsed) {
  box-shadow:none!important;
  background-color: var(--bs-accordion-item-bg)!important;
}

.faq-section .accordion-item:not(:first-of-type) {
  border-top:3px solid var(--bs-accordion-border)!important;
  border:3px solid var(--bs-accordion-border)!important;
  background:  var(--bs-accordion-item-bg)!important;
}
.overlapping-image {
  position: absolute;
  top: 10%;
  right: 0;
}
.about-section{
position: relative;
padding: 20px 112px;
margin-top: 4rem;
}
.about-container{
  border-radius: 50px;
  padding: 50px;
  height: 700px;
}

.about-heading{
  font-family: 'Poppins';
font-size: 26px;
font-weight: 600;
line-height: 50px;
letter-spacing: 0em;
text-align: left;
}

.about_desc {
font-family: 'Poppins';
font-size: 16px;
font-weight: 400;
line-height: 26px;
text-align: left;
text-align: justify;
}

.cart-bg-w {
  position: absolute;
  bottom: 32%;
  right: 37%;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #EBECED;
  background: #FFF;
  box-shadow: 0px 12px 24px 0px rgba(132, 155, 178, 0.30);
  padding: 20px;
}
.cart-bg-g {
  position: absolute;
  bottom: 14%;
  right: 33%;
  border-radius: 16px;
  background: #45D6BE;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(62px);
  padding: 20px;
  width: 20%;
}

.cart-bg-g p {
  color: #ffffff;
  font-family: 'Poppins';
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.cart-bg-g  .cart-percent p{
  color: #FFF;
  font-family: 'Poppins';
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cart-bg-g .progress {
  height: 0.5rem!important;
  background: var(--green-3, #4EF2D7)!important;
}

.cart-bg-g .progress-bar {
  background-color: #ffffff!important;
  color: #ffffff!important;
}

.cart-bg-w .cart-text{
  color: #000;
  font-family: 'Poppins';
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;

}
.cart-bg-w .cart-percent{
  color: #3AB4A0;
  font-family: 'Poppins';
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.faq-heading {
  font-family: "Poppins";
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
}
.accordion-body {
  color: var(--bs-body-color)!important;

font-family:  "Poppins";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px;
text-align: justify;
}


.text-body-primary{
  color:#3AB4A0;
}


/**** banner-title ****/
.content_banner {
  position: relative;
  background: #F7FBFF;
  padding: 47px;
  margin-top: 71px;
}
.content_banner .title {
  font-family: 'Poppins';
  text-align: center;
  color: var(--section-title-color); 
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}
.main-content {
  margin-bottom: 5rem;
  margin-top: 1rem;
}
.main-content p,.main-content h6 span{
  font-weight: 300!important;
  line-height: 26px!important;
  text-align: justify!important;
  color:var(--bs-emphasis-color)!important;
  font-size: 16px;
}
.main-content h4,.main-content h2{
  font-weight: 600!important;
  line-height: 26px!important;
  text-align: justify!important;
  color:var(--bs-emphasis-color)!important;
  font-size: 20px;
}

/**** banner-title ****/



/*** About section ***/
/*** About section Accordion ***/

.about-section .accordion {

}
  .about-section .accordion-item {
      padding: 0px;
      margin: 0px;
      color: #0A3A57!important;
      box-shadow: none!important;
      border-radius: none!important;
      border: none !important;
      background: transparent!important;
      border: 1px solid rgba(132, 155, 178, 0.2);
  }
  .about-section .accordion-item:has(.collapse.show ){
      border: rgb(var(--bs-accordion-item-rgb))!important;
      background: rgb(var(--bs-accordion-item-rgb))!important;
      margin-bottom: 20px;
      margin-top: -10px;
      border-radius: 20px !important;
  }

  .about-section .accordion-item:has(.collapse.show ) .accordion-button {
    color: #3AB4A0!important;
    padding: 13px 0 0 10px!important;
  }

  .about-section .accordion-item:has(.collapse.show ) .accordion-button li {
    margin-bottom:0px!important;
  }


  .about-section .accordion-button {
    color: var(--bs-emphasis-color) !important;
    font-family: 'Poppins'!important;
    font-size: 18px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 26px!important;
    background: transparent!important;
    padding:0 0 0 10px !important;
}

  .about-section .accordion-button:not(.collapsed) {
    color: #909796!important;
    font-family: 'Poppins'!important;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    padding:0px 0px 0px 10px!important;
  }

  .about-section .accordion-button:not(.collapsed) {
    color: var(--bs-body-color)!important;
    background-color: transparent!important;
  }

  .about-section .accordion-button::after {
    color: #3AB4A0!important;
    content: none !important;
    display: inline-block;
      font-style: normal;
      font-weight: 400!important;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: -0.125em;
      -webkit-font-smoothing: antialiased;
  }

  .about-section .accordion-button:not(.collapsed) {
    box-shadow:none!important;
  }

.about-section .accordion-button:focus {
    border-color: none!important;
    box-shadow: none!important;
}
/*** About section Accordion ***/
.about-section li {
    display: flex;
    list-style: none;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 14px;
}
.about-section ul {
  padding-left: 10px;
}
.about-section li {
    font-family: "Poppins";
font-size: 18px;
font-weight: 600;
line-height: 32px;
text-align: left;
}
.about-section li::before {
  color: #3ab4a0!important;
  content: "\F26A" !important;
  display: inline-block;
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 500!important;
    font-size: 22px;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    margin: 5px 10px 0px;
}
.messaging-content {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px 30px 10px 30px;
    margin-bottom: 30px;
}
.messaging-content li::before {
    margin-left: 0px;
}
/* .about-section li::before {
  content:"\f058";
  font-family: "Font Awesome 6 Pro";

   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;


} */

.modal .form-control {
    border: 1px solid #E7E7E7!important;
}
.modal .form-control-danger {
    border: 1px solid #ff0000!important;
}

footer {
  background: #092A46;
  background-image: url(../images/mapfooter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  color: #ffffff;
}

.newsletter-section {
    padding: 30px 112px;
    margin-bottom: 4rem;
    background: radial-gradient(circle at 32% 55%, rgba(91, 221, 255, 0.2) 0%, rgba(var(--bs-newsletter-bg-rgb), 1) 12%, rgba(var(--bs-newsletter-bg-rgb), 1) 100%)!important;
}

.newsletter-section h5 {
  font-family: 'Poppins';
  font-size: 26px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color:var(--bs-emphasis-color);
  margin-bottom:20px;
}

.newsletter-section .form-control {
    border: 1px solid #E7E7E7!important;
    box-shadow: 0px 12px 24px 0px #0000000F!important;
}

.newsletter-section p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    text-align: center;
    color:var(--bs-emphasis-color);
    font-weight: 400;
    line-height: 27px;
}
.newsletter-section span {
    font-size: 14px;
    color:var(--bs-emphasis-color);
}

/******/
.newsletter-section .input-group {
    position: relative;
}
.newsletter-section .input-group input[type="email"] {
    padding-right: 40px;
    padding-left: 48px;
    text-align: left;
    line-height: 2;
    border-radius: 10px !important;
    border: 1px solid #BFC0C2 !important;
    background: #FFF !important;
    padding: 1rem  40px 1rem 48px !important;
    color: rgba(127, 131, 154, 1);
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
}
.newsletter-section .input-group img, .input-group input[type="submit"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    font-size: 16px!important;
}
.newsletter-section .input-group img {
    left: 10px;
}
.newsletter-section .input-group input[type="submit"] {
  right: 8px;
  border: none;
  padding: 9px 25px;
  cursor: pointer;
}

/******/

/** CONTACT US SECTION **/
.contact-us-section {
  padding: 20px 112px;
  /* margin-top: 4rem; */
}
.contact-us-section  ul {
list-style: none!important;
/* margin: 0!important; */
padding: 0!important;
}
.contact-us-section {
padding: 30px;
background: var(--bs-background-contact-section);
}

.contact-us-section .form-control {
border-radius: 10px !important;
border: 1px solid var(--bs-border-color) !important;
/*background: #FFF !important; */
color: var(--bs-body-color);    
background-color: var(--bs-body-bg);
padding: 0.5rem 1rem !important;
}
.contact-us-section .ftcon-li i{
color:#3ab4a0!important;
}

.contact-us-section .ftcon-li {
line-height: 24px;
font-size:20px;
padding-bottom: 20px;
}

.contact-us-section .ftcon-li a{
color: var(--bs-standard-body-color);
font-family: 'Poppins';
font-size: 16px;
font-weight: 600;
line-height: 24px;
text-decoration: none;
}

.contact-us-section .form-control:focus {
border-color: #BFC0C2 !important;
box-shadow: none !important;
}

.contact-us-section .form-control::placeholder{
color: #7F839A !important;
font-family: "Poppins" !important;
font-size: 14px !important;
font-style: normal !important;
font-weight: 300 !important;
line-height: 26px !important;
}


.contact-us-section .form-control::placeholder{
opacity:0.8 !important;
}

.contact-us-section .contact-bloc h2{
color:  var(--bs-standard-body-color);
font-family: 'Poppins';
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 33px;
}

.contact-us-section .contact-bloc p {
color:var(--bs-standard-body-color);
font-family: 'Poppins';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 181.25% */
}
/** CONTACT US SECTION **/

footer h5{
color:#3AB4A0;
font-family: 'Poppins';
font-size: 18px;
font-weight: 700;
line-height: 45px;
letter-spacing: 0em;
text-align: left;
}

footer p {
  font-family: 'Poppins';
font-size: 14px;
font-weight: 400;
line-height: 27px;
letter-spacing: 0em;
text-align: left;
color:#ffffff;
}
footer a {
    font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color:#ffffff;
  text-decoration: none;
  }

footer .text-body-secondary {
  color:#ffffff!important;
  font-family: 'Poppins';
font-size: 14px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0em;
text-align: left;
}

.footer-top {
  border-top: 1px solid #0F3731 !important;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff!important;
  text-align: center;
  white-space: nowrap;
  background-color: #3ab4a0!important;
  border: 2px solid #ffffff!important;
  border-top-right-radius: 8px!important;
  border-bottom-right-radius: 8px!important;
  z-index: 1;
}

/* .form-control {
  border: 1px solid #ffffff!important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 16px!important;
  font-weight: 500!important;
  line-height: 2!important;
  font-family: "Poppins"!important;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #ffffff!important;
  outline: 0;

} */
.link{
    font-family: "Poppins";
font-size: 13px;
font-weight: 500;
line-height: 27px;
text-decoration: underline;
color: #3AB4A0;
cursor: pointer;
}
.footer-text {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 10px;
}
.contact-section ul {
  list-style: none!important;
  margin: 0!important;
  padding: 0!important;
}
.contact-section h2 {
  font-family: "Poppins";
font-size: 40px;
font-weight: 600;
line-height: 45px;
}

.contact-section h3 {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 600;
    line-height: 45px;
    color:var(--bs-body-color)!important;
}



.contact-section .btn-contact {
  font-family: "Poppins";
  font-size: 16px!important;
  font-weight: 600!important;
  line-height: 45px;
  text-align: center;
}
.newsletter-section  .form-check-input {
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #E7E7E7;
    margin-top: 0;
    vertical-align: middle;
}


.contact-section {
 margin-top: 120px;
/*position: relative; */
}

.contact-info-list i::before {
  margin-right: 12px;
}
.contact-info-list li {
  font-family: "Poppins";
font-size: 11px;
font-weight: 400;
line-height: 19px;
}

.contact_container {

}

.contact_form {
    background: var(--bs-body-bg);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    position: absolute;
    top: 120px;
    right: 18%;
    z-index: 10;
}

.contact_form{
  padding: 40px;
}

.contact-heading {
  font-family: "Poppins";
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
}

.contact-section .form-control , .contact-section .form-select {
    font-family: 'Poppins' !important;
    font-size: 14px !important;
    font-weight: 500 !important;
  border-radius: 10px !important;
  border: 1px solid #D9D9D9 !important;
  padding: 0.5rem 1rem !important;
  background-color: var(--bs-body-bg)!important;
  color: var(--bs-select-color);
}
.select2-container--default .select2-selection--single {
    font-family: 'Poppins' !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
    border: 1px solid #BFC0C2 !important;
    padding: 0.3rem 1rem !important;
    background-color: var(--bs-body-bg)!important;
    color: var(--bs-select-color);
    height: 42px!important;
}
.select2-selection--single .select2-selection__rendered {
    font-family: 'Poppins' !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-left: 0px!important;
    padding-top: 0px!important;
    color: var(--bs-select-color)!important;
}

.ftcon-li i {
  color:#3ab4a0!important;
}

.ftcon-li {
  display: flex;
    align-items: start;
}

.ftcon-li a {
color: #000;
font-family: 'Poppins';
font-size: 11px;
font-weight: 400;
line-height: 19px;
text-align: left;
text-decoration: none;
}

.form-control:focus {
  border-color: #BFC0C2 !important;
  box-shadow: none !important;
}

.form-control::placeholder{
  color: #7F839A !important;
  font-family: "Poppins" !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}


.form-control::placeholder {
 opacity:0.8 !important;
}

.gm-style-iw {
border-radius: 6px;
border: 0.5px solid rgba(54, 177, 157, 1);
background-color: rgba(255, 255, 255, 0.9)!important;
}
.gm-style .gm-style-iw-d {
height: auto;
overflow: auto !important;
}

.contact-header {
  display: flex;
  align-items: center;
}
.contact-header img {
  margin-right: 10px;
}
.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  border: 0.5px solid rgba(105, 105, 116, 1);
}
.bloc-map {
    width: 100%; height: 600px;
}

.contact-bloc{
  padding: 0px 20px 15px 10px;
}
.contact-bloc h2{
  color: #000;
  font-family: 'Poppins';
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

.contact-bloc p {
  color: #000;
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 181.25% */
}
.gm-style .gm-style-iw-c {
  min-width: 290px !important;
}

/******LOADER******/
.preload {
  overflow: hidden;
}

/* Preload
------------------------------------------- */
.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow: hidden;
}

.preload-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  margin: -100px 0 0 -100px;
  background: #ffffff;
}

.spinner {
  width: 56px;
  max-width: 56px;
  height: 56px;
  display: inline-grid;
  border: 4.5px solid #0000;
  border-radius: 50%;
  border-color: #004f9e #0000;
  animation: spinner-preloader 1s infinite linear;
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  margin: 2.2px;
  border: inherit;
  border-radius: 50%;
}

.spinner::before {
  border-color: #3AB4A0 #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.spinner::after {
  margin: 8.9px;
}

@keyframes spinner-preloader {
  100% {
    transform: rotate(1turn);
  }
}
/******LOADER******/
.wow, .animated {
  animation-duration: 2s !important;
}
.me-md-4{
  margin-right: 1.5rem!important
}
.me-md-5 {
  margin-right: 3rem!important;
}
.w-md-100{
  width: 100%!important;
}

@keyframes borderAnimation {
    0% {
        border: 1px solid #ffffff !important;
    }

    100% {
        border: 3px solid #3ab4a0 !important;
    }
  }
  .faq-animation {
    animation-duration: 2s;
    animation-name: borderAnimation;
    border-width: 3px;
    border-style: solid;
  }

 .w-60 {
    width:60% !important;
 }

.copyright-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 0;
}
.px-10 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.login-area {
    color: #0A3A57 !important;
    font-family: "Poppins" !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    /* margin-right: 1.7rem !important; */
}
.login-area i {
    font-size: 22px;
}

   .navbar-toggler {
     border:none !important;
   }
  .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  .p-md-0 {
    padding: 0!important;
  }

  .error-border{
    border:1px solid red!important;
  }
  .error {
    color: red;
    font-size: 12px;
  }



  /*MODAL*/

  .modal-header {
    border-bottom:none!important;
  }
.modal h3 {
  font-family: "Poppins";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}
.modal p{
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}
.modal .form-label , .contact-us-section .form-label{
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color:var(--bs-emphasis-color);
}
.modal button{
    border-radius: 5px!important;
}
.required {
    color: rgb(255, 11, 11);
}
.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center / 0.5em auto no-repeat!important;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.logo_modal {
    padding-bottom: 20px;
    text-align: center;
}
  /*MODAL*/

.flag-img{
  border-radius: 50%;
}  
.dropdown-toggle::after{
  content: none!important;
}
/********************** RESPONSIVE **************************/
@media(min-width:1601px ) and (max-width:1800px){
  .sea-img {
    bottom: 11%;
  }
}
@media(min-width:1400px ) and (max-width:1600px){
    .carousel-caption h1 {
        font-size: 32px;
        font-weight: 600;
        line-height: 50px;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
    }
    .about-img-bloc {
        height: 480px;
    }
    .featurette p {
        font-size: 24px;
        padding-right: 70px;
        line-height: 50.2px;
    }
    .goals-list li {
        display: flex;
        align-items: center;
        margin-bottom: 18px;
        font-family: "Poppins";
        font-size: 18px;
        font-weight: 600;
        line-height: 35px;
        color: var(--bs-body-color);
    }
    .sea-img {
        bottom: -2%;
    }
    .app-section .appmobile-img {
        position: absolute;
        top: -37px;
        right: 175px;
    }
    .newsletter-section span {
        font-size: 13px;
    }
}
@media(min-width:1266px ) and (max-width:1366px){
.nav-item {
    padding: 0 7px;
}
.nav-link.active, .navbar-nav .nav-link.show {
    font-size: 14px!important;
}
.navbar-nav .nav-link {
    font-size: 14px;
}

.how-it-work .nav-item {
    padding: 0 7px;
}
.how-it-work .nav-link.active, .navbar-nav .nav-link.show {
    font-size: 16px!important;
}
.how-it-work .navbar-nav .nav-link {
    font-size: 16px;
}


.carousel-caption h1 {
    font-size: 24px;
}
.cart-bg-w {
    bottom: 28%;
    right: 46%;
    padding: 16px;
}
.cart-bg-g {
  bottom: 4%;
  right: 43%;
}
.about-heading {
  font-size: 20px;
  margin-bottom: 37px;
  line-height: 45px;
}
.about-container {
  padding: 40px;
}
.about-section ul {
  padding-left: 4px;
}
.about-section li {
  font-size: 16px;
}
.interface-slide {

    height: 500px;
}
.dashboard-img {
    left: 2%;
    width: 80%;
}
.sea-img {
    bottom: 20px;
    left: 55px;
    z-index: 1;
}
.carousel-caption-image {
    bottom: 0.7rem;
}

.step-detail {
    bottom: -32%;
}
.app-section .appmobile-img {
    top: -32px;
    right: 90px;
}
.featurette p {
    font-size: 23px;
    padding-right: 70px;
    line-height: 39.2px;
}
.about-img-bloc {
    height: 400px;
}
}
/*********/

@media(min-width:768px ) and (max-width:1024px){

    .carousel-inner {
        background-size: cover;
        background-position: left;
        height: unset;
    }

    .carousel-item {
        height: 45rem !important;
    }
    .carousel-caption {
        right: 7% !important;
        left: 8% !important;
    }
    .carousel-caption-image img {
        width:100% !important;
    }
    .carousel-caption-image {
        right: -17% !important;
        left: 37% !important;
    }
    .carousel-caption-bg {
        position: absolute;
        right: -1%;
        bottom: 33.25rem;
    }
    .carousel-caption-bg img {
        width: 50% !important;
    }

    .marketing .marketing-row {
      padding-right: 45px!important;
      padding-left: 45px!important;
    }
    .marketing-heading {
      font-family: "Poppins";
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
    }
    .lead {
      font-size: 16px!important;
      line-height: 22px!important;
      padding-left: 25px!important;
      padding-right: 25px!important;
    }
    .marketing-bloc {
      padding: 20px;
    }

    .about-container {
      padding: 30px 20px 20px;
    }
    .about-heading {
        font-size: 20px !important;
        line-height: 22px !important;
    }
    .about_desc{
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 0px;
    }
    .about-section li::before {
      margin: 5px 10px 0px 0!important;
    }
    .about-section ul {
      padding-left: 0px;
    }
    .about-container {
      border-top-left-radius: 0px;
      border-top-right-radius: 50px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 50px;
    }
    .about-section {
      padding:0px;
    }
    .accordion-item {
      margin: 25px 10px;
    }
    .faq-section {
       margin-top: 0px;
    }
    .faq-heading {
      font-size: 20px;
    }
    .accordion-button {
      font-size: 14px!important;
      line-height: 24px!important;
      font-weight: 500!important;
    }
    .accordion-body {
      font-size: 14px;
    }

    .overlapping-image {
        top: 5.5%;
        left: 0;
    }
    .cart-bg-w {
      bottom: 61%;
      right: 228px;
      padding: 12px;
    }

    .newsletter {
      padding-left: 30px!important;
      padding-right: 30px!important;
    }

    h1.w-caption {
      width: 70%;
    }
    p.w-caption {
        width: 60%;
    }
    .carousel-caption h1 {
    font-size: 18px !important;
    font-weight: 600!important;
    line-height: 28px!important;
    letter-spacing: 0em!important;
    }
    .carousel-caption p {
        font-size: 13px !important;
    }
    .me-md-4 {
      margin-right: 0.25rem!important
    }
    .w-md-100 {
      width: unset!important;
    }

    .me-xs-5 {
      margin-right: 0.5rem!important;
    }

    .cart-bg-g {
      bottom: 47%;
      right: 25%;
      width: 65%;
    }
    .p-xs-1 {
      padding: 5px 10px!important;
    }
    .mt-sm-5{
    margin-top: 3rem !important;
    }
    .mt-sm-4{
    margin-top: 1.5rem !important;
    }

    .copyright-area {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .app-section {
        padding: 0px 10px;
        overflow: hidden;
    }

    .featurette{
        padding: 0 20px;
    }
    .how-it-work {
        padding: 20px 0px;
    }
    .how-it-work .nav-item {
        padding: 0px;
    }
    .how-it-work-heading {
        margin-bottom: 2rem;
    }
    .newsletter-section {
        padding: 30px 0px;
    }

    .btn-header {
        width: 114px !important;
        height: 39px !important;
    }

    .interface-slide {
       height: 250px !important;

    }

    .btn-l-slide {
        padding: 9px 13px 9px 13px !important;
    }
    .btn-r-slide {
        padding: 9px 13px 9px 13px !important;
    }

    .featurette p {
        font-size: 14px!important;
        line-height: 36px!important;
        padding:0px;
    }

    .section-title h2 {
        font-size:30px;
    }
    .about-section .section-title h2 {
        font-size:21px!important;
    }
    .section-title h2::before {
        top:0px;
    }
    .goals-section .section-title h2 {
        font-size: 24px!important;
    }
    .contact-section .section-title h2 {
        font-size: 24px!important;
    }
    .section-title {
        padding-bottom: 10px;
    }

    .about-img-bloc {
        height: 275px;
    }

    .about-img {
        top: 32px;
        right: -5%;
    }
    .btn-white {
        padding: 5px 16px !important;
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .btn-doc {
        top: -3.5%;
        right: 8%;
    }
    .btn-track {
        left: 45%;
    }

    .how-it-work {
        margin-top: 0rem;
    }
    .how-it-work .tab-content {
        padding: 0px 0px !important;
    }
    .step-container {
        margin-bottom: 0px;
    }
    .step-detail {
        bottom: -140px;
    }
    .step-detail p {
        font-size: 14px;
        padding-top:8px;
    }
    .tab-step{
        padding-bottom: 7rem;
    }
    .about-section {
        margin-top: 2rem;
    }

    .app-section-content {
       border-radius: 30px;
    }
    .app-section h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .app-section p {
        font-size: 12px;
        line-height: 17px;
    }

    .app-section .p-small {
      font-size: 12px;
      margin-bottom: 0px;
    }

    .app-section-content {
        padding: 25px 10px;
    }
    .about_image{
    margin-top: 400px!important;
    }
    .about-container {
        height: 1200px;
    }
    .app-section .appmobile-img {
        top: 54px;
        right: -36px;
        width: 45%;
    }

    .newsletter-section .input-group input[type="submit"] {
        padding: 8px 10px;
    }
    .newsletter-section h5 {
        font-size: 22px;
    }
    .app-img-container img {

    }

    .newsletter-section .input-group input[type="email"] {
        font-size:10px;
    }

    .newsletter-section span {
        font-size: 12px;
    }

    .copyright {
        flex-direction: column;
        align-items: start;
    }
    .copyright div {
        width: 100%;
    }
    .copyright p {
        margin: 0;
    }
    .contact-section {
        margin-top: 0px;
    }

    .bloc-map {
       height: 800px;
       margin-top: 235px;
    }

    .contact_form {
       padding:15px;
       top: 25px;
       right: 0%;
    }

    .navbar-nav {
        margin-top: 1.5rem;
    }
    .mobile-navbar{
        box-shadow: 0px 0px 24px 0px rgba(132, 155, 178, 0.2);
    }

    .nav-top{
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .navbar-container {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .navbar-brand img{
     width: 120px;
    }

    } /*end @media*/

/* @media(min-width:390px ){
    .about-img {
        top: 32px;
        right: -6%;
    }
} */
@media(min-width:320px ) and (max-width:767px){

.carousel-inner {
    background-size: cover;
    background-position: left;
    height: unset;
}

.carousel-item {
    height: 30rem !important;
}
.carousel-caption {
    right: 7% !important;
    left: 8% !important;
}
.carousel-caption-image img {
    width:100% !important;
}
.carousel-caption-image {
    right: -17% !important;
    left: 37% !important;
}
.carousel-caption-bg {
    position: absolute;
    right: -4%;
    bottom: 17.25rem;
}
.carousel-caption-bg img{
    width: 40% !important;
}

.marketing .marketing-row{
  padding-right: 45px!important;
  padding-left: 45px!important;
}
.marketing-heading {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.lead {
  font-size: 16px!important;
  line-height: 22px!important;
  padding-left: 25px!important;
  padding-right: 25px!important;
}
.marketing-bloc {
  padding: 20px;
}

.about-container {
  padding: 30px 20px 20px;
}

.about_desc{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0px;
}
.about-section li::before {
  margin: 5px 10px 0px 0!important;
}
.about-section ul {
  padding-left: 0px;
}
.about-container {
  border-top-left-radius: 0px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 50px;
}
.about-section {
  padding:0px;
}
.accordion-item {
  margin: 25px 10px;
}
.faq-section {
   margin-top: 0px;
}
.faq-heading {
  font-size: 20px;
}
.faq-section .accordion-button {
  font-size: 18px!important;
  line-height: 24px!important;
  font-weight: 500!important;
  padding: 0.75rem 1rem 0rem 0rem !important;
}
.faq-section .accordion-body {
  font-size: 16px;
  padding: 0.75rem 1rem 0.75rem 0rem !important;
}

.overlapping-image {
    top: 11.5%;
    left: 0;
}
.cart-bg-w {
  bottom: 61%;
  right: 228px;
  padding: 12px;
}

.newsletter {
  padding-left: 30px!important;
  padding-right: 30px!important;
}

h1.w-caption {
  width: 70%;
}
p.w-caption {
    width: 60%;
}
.carousel-caption h1 {
font-size: 18px !important;
font-weight: 600!important;
line-height: 28px!important;
letter-spacing: 0em!important;
}
.carousel-caption p {
    font-size: 13px !important;
}
.me-md-4 {
  margin-right: 0.25rem!important
}
.w-md-100 {
  width: unset!important;
}

.me-xs-5 {
  margin-right: 0.5rem!important;
}

.cart-bg-g {
  bottom: 47%;
  right: 25%;
  width: 65%;
}
.p-xs-1 {
  padding: 5px 10px!important;
}
.mt-sm-5{
margin-top: 3rem !important;
}
.mt-sm-4{
margin-top: 1.5rem !important;
}

.copyright-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-section {
    padding: 0px 10px;
    overflow: hidden;
}

.featurette{
    padding: 0 20px;
    margin-top: 0px;
}
.how-it-work {
    padding: 20px 0px;
}
.how-it-work .nav-item {
    padding: 0px;
}
.how-it-work-heading {
    margin-bottom: 2rem;
}
.newsletter-section {
    padding: 30px 0px;
}

.btn-header {
    width: 102px !important;
    height: 39px !important;
}

.btn-header-mobile {
    width: 150px !important;
    height: 45px !important;
}

.interface-slide {
   height: 250px !important;

}

.btn-l-slide {
    padding: 9px 13px 9px 13px !important;
}
.btn-r-slide {
    padding: 9px 13px 9px 13px !important;
}

.featurette p {
    font-size: 16px!important;
    line-height: 36px!important;
    padding:0px;
}
.featurette-row .section-title h2::before {
    width: 118px;
}
.section-title h2 {
    font-size:24px;
}

.section-title h2::before {
    top:0px;
}
.goals-section .section-title h2 {
    font-size: 24px!important;
}
.contact-section .section-title h2 {
    font-size: 22px!important;
}
.section-title {
    padding-bottom: 10px;
}

.about-img-bloc {
    height: 275px;
}

.about-img {
    top: 32px;
    right: -5%;
}
.btn-white {
    padding: 5px 16px !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
.btn-doc {
    top: -3.5%;
    right: 8%;
}
.btn-track {
    left: 45%;
}

.how-it-work {
    margin-top: 4rem;
}
.how-it-work .tab-content {
    padding: 0px 0px !important;
}
.step-container {
    margin-bottom: 0px;
}
.step-detail {
    bottom: -50px;
}
.step-detail p {
    font-size: 14px;
    padding-top:8px;
}
.about-section {
    margin-top: 2rem;
}

.app-section-content {
   border-radius: 30px;
}
.app-section h2 {
    font-size: 18px;
    line-height: 30px;
}
.app-section p {
    font-size: 12px;
    line-height: 17px;
}

.app-section .p-small {
  font-size: 12px;
  margin-bottom: 0px;
}

.app-section-content {
    padding: 25px 10px;
}
.about_image{
margin-top: 310px!important;
}
.about-container {
    height: 900px;
}
.app-section .appmobile-img {
    top: unset;
    right: -78px;
    bottom: 0px;
    width: 75%;
}

.newsletter-section .input-group input[type="submit"] {
    padding: 8px 10px;
}
.newsletter-section h5 {
    font-size: 22px;
}
.app-img-container img {

}

.newsletter-section .input-group input[type="email"] {
    font-size:10px;
}

.newsletter-section span {
    font-size: 12px;
}

.copyright {
    flex-direction: column;
    align-items: start;
}
.copyright div {
    width: 100%;
}
.copyright p {
    margin: 0;
}
.contact-section {
    margin-top: 0px;
}

.bloc-map {
   height: 800px;
   margin-top: 235px;
}

.contact_form {
   padding:15px;
   top: 25px;
   right: 0%;
}

.navbar-nav {
    margin-top: 1.8rem;
}
.mobile-navbar{
    box-shadow: 0px 0px 24px 0px rgba(132, 155, 178, 0.2);
}

.nav-top{
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.navbar-container {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.navbar-brand img{
 width: 120px;
}

.faq-section .accordion-item {
    margin: 25px 0px;
}

} /*end @media*/



/********************** RESPONSIVE **************************/
.domain
{
  line-height: 38px;
}