/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 17, 2024 */
@font-face {
  font-family: "PPMori-Regular";
  src: url("../fonts/") format("truetype"), url("../fonts/PPMori-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PPMori-RegularItalic";
  src: url("../fonts/") format("truetype"), url("../fonts/PPMori-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PPMori-SemiBold";
  src: url("../fonts/") format("truetype"), url("../fonts/PPMori-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PPMori-SemiBoldItalic";
  src: url("../fonts/") format("truetype"), url("../fonts/PPMori-SemiBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PPMori-Bold.ttf";
  src: url("../fonts/") format("truetype"), url("../fonts/PPMori-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PPMori-BoldItalic";
  src: url("../fonts/") format("truetype"), url("../fonts/PPMori-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PPMori-Medium";
  src: url("../fonts/") format("truetype"), url("../fonts/PPMori-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PPMori-MediumItalic";
  src: url("../fonts/") format("truetype"), url("../fonts/PPMori-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 992px) {
  h4 {
    font-size: 1.375rem;
  }
  p {
    font-size: 0.875rem;
  }
}
body {
  font-family: "PPMori-Regular", Arial, Helvetica, sans-serif;
}
body.loggedin {
  padding-block-start: 56px;
  background: #E6EDF0;
}

html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

.back-btn {
  padding: 0.75rem;
  width: 48px;
  height: 48px;
  background: #f0f0f0;
}

.language-section {
  order: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.language-section .nav-link {
  color: #fff !important;
  font-size: 0.875rem;
}
.language-section .nav-link::after {
  display: none;
}

.card {
  box-shadow: 0 0.625rem 6.25rem 0 rgba(0, 0, 0, 0.0588235294);
  border-radius: 0.75rem;
}
.card img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}

.welcome {
  flex-direction: column;
}
@media (min-width: 769px) {
  .welcome {
    flex-direction: row;
  }
}
.welcome .logo-area {
  background: url("../img/bg-mobile.svg") 0 0 no-repeat;
  width: 100%;
  background-size: 100%;
  min-height: 250px;
}
@media (min-width: 320px) {
  .welcome .logo-area {
    min-height: 250px;
  }
}
@media (min-width: 425px) {
  .welcome .logo-area {
    min-height: 330px;
  }
}
@media (min-width: 768px) {
  .welcome .logo-area {
    min-height: 600px;
  }
}
@media (min-width: 769px) {
  .welcome .logo-area {
    flex: 1;
    height: 100vh;
    background: #004B66;
  }
}
.welcome .logo-area::before {
  content: "";
  background: url(../img/white-curve.svg) right bottom no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0%;
  z-index: 0;
  width: 100%;
  display: block;
  min-height: 250px;
}
@media (min-width: 320px) {
  .welcome .logo-area::before {
    min-height: 225px;
  }
}
@media (min-width: 375px) {
  .welcome .logo-area::before {
    min-height: 295px;
  }
}
@media (min-width: 425px) {
  .welcome .logo-area::before {
    min-height: 330px;
  }
}
@media (min-width: 768px) {
  .welcome .logo-area::before {
    min-height: 600px;
  }
}
@media (min-width: 769px) {
  .welcome .logo-area::before {
    min-height: 100vh;
    background-position: top right;
  }
}
.welcome .logo-area .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 320px) {
  .welcome .logo-area .logo {
    min-height: 240px;
  }
}
@media (min-width: 375px) {
  .welcome .logo-area .logo {
    min-height: 295px;
  }
}
@media (min-width: 425px) {
  .welcome .logo-area .logo {
    min-height: 330px;
  }
}
@media (min-width: 768px) {
  .welcome .logo-area .logo {
    min-height: 600px;
  }
}
@media (min-width: 769px) {
  .welcome .logo-area .logo {
    min-height: 100vh;
    padding: 30px;
  }
}
.welcome .welcome-area {
  padding-block-start: 0.1rem;
}
@media (min-width: 769px) {
  .welcome .welcome-area {
    flex: 1;
    height: 100vh;
  }
}
@media (min-width: 769px) {
  .welcome .content-welcome {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    height: calc(100vh - 130px);
  }
}
.welcome .logo-area img {
  height: auto;
}
@media (min-width: 992px) {
  .welcome .logo-area img {
    height: 55px;
  }
}
.welcome .form-select.custom-styled {
  width: 105px;
  border-radius: 0.75rem;
  padding: 8px 1rem;
  background-color: #E4EDF0;
  border-color: #E4EDF0;
  box-shadow: 0 0.625rem 6.25rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.625rem 6.25rem 0 color(display-p3 0 0 0/0.12);
}
.welcome h2 {
  font-size: 2.5rem;
  letter-spacing: -0.5px;
  line-height: 3.25rem;
}
.welcome p {
  margin-block-start: 0.875rem;
  font-size: 1rem;
  letter-spacing: -0.5px;
  line-height: 150%;
}
.welcome input[type=text].form-control {
  padding: 1.1rem 1rem;
  margin-block-end: 2rem;
}
.welcome .btn.btn-next {
  padding: 1.15rem;
  font-size: 1.14rem;
}
.welcome .get-help {
  text-align: center;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 48px !important;
}
.welcome .get-help a,
.welcome .get-help a:visited {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: underline;
}
.welcome .registeration-via-phone {
  margin-block-end: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome .registeration-via-phone select {
  margin-inline-end: 0.625rem;
  max-width: 200px;
  color: #212529;
}
.welcome .registeration-via-phone input[type=text].form-control {
  margin-block-end: 0;
}
.welcome .otp-area {
  margin: 0 auto 2rem auto;
  width: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .welcome .otp-area {
    width: 360px;
  }
}
.welcome .otp-area input[type=text] {
  flex: 1;
  width: calc(66px - 1rem);
  margin-inline-end: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 0.75rem;
}
@media (min-width: 992px) {
  .welcome .otp-area input[type=text] {
    margin-inline-end: 1rem;
  }
}

.navbar {
  height: 72px;
}
@media (min-width: 992px) {
  .navbar {
    height: 73px;
  }
}

.navbar-brand img {
  max-width: 196px;
}

.offcanvas-header .profile-name h6 {
  font-weight: 600;
  color: #424242;
}
.offcanvas-header .profile-name p {
  font-size: 0.875rem;
  font-weight: 600;
  font-style: italic;
  color: #E77010;
}

@media (min-width: 992px) {
  .offcanvas-body .navbar-nav {
    align-items: center;
  }
}
.offcanvas-body .navbar-nav .nav-item {
  padding: 8px;
  border-bottom: 1px solid #E6EDF0;
}
@media (min-width: 992px) {
  .offcanvas-body .navbar-nav .nav-item {
    padding: 0;
    border-bottom: none;
  }
  .offcanvas-body .navbar-nav .nav-item:hover {
    border-bottom: 2px solid #E77010;
    font-weight: 600;
    color: #fff;
  }
}
.offcanvas-body .navbar-nav .nav-link {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #004B66;
  font-size: 0.875rem;
  font-weight: normal;
  background: url("../img/ico-right-arrow.svg") right center no-repeat;
  color: #004B66;
}
@media (min-width: 992px) {
  .offcanvas-body .navbar-nav .nav-link {
    padding: 1.6rem 1rem;
    background: none;
    color: #A8A8A7;
  }
  .offcanvas-body .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #E77010;
    font-weight: 600;
    color: #fff;
  }
  .offcanvas-body .navbar-nav .nav-link.active {
    border-bottom: 2px solid #E77010;
    font-weight: 600;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .offcanvas-body .navbar-nav .nav-link {
    padding: 1rem;
  }
}
.offcanvas-body .navbar-nav .nav-link img {
  margin-inline-end: 0.875rem;
}

.main-wrapper {
  padding: 2rem 4px 5rem 4px;
}

.welcome-sec p {
  color: #6E6E6E;
  font-size: 1rem;
}
.welcome-sec h4 {
  font-weight: 400;
}

.amount-wrapper {
  background: rgba(0, 75, 102, 0.8980392157);
  color: #fff;
  margin: 1rem 0;
  border-radius: 0.75rem;
  padding: 1rem;
}
.amount-wrapper h4 {
  font-size: 24px;
}
@media (min-width: 992px) {
  .amount-wrapper {
    margin: 2rem 0;
    padding: 2rem;
  }
}

.amount-sec .cust-heading {
  color: #004B66;
}
.amount-sec h3 {
  font-size: 1.75rem;
  font-weight: 600;
}
@media (min-width: 1440px) {
  .amount-sec h3 {
    font-size: 42px;
  }
}
.amount-sec span {
  font-size: 1rem;
  font-weight: 400;
}
.amount-sec img {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: 0px;
}

.profile-sec {
  height: 48px;
  width: 48px;
  background-color: #E6EDF0 !important;
  border-radius: 50%;
  font-size: 20px;
  color: #004B66;
}
@media (min-width: 992px) {
  .profile-sec {
    height: 64px;
    width: 64px;
    font-size: 26.67px;
  }
}

.maturity-progress h4 {
  font-size: 1.375rem;
}

.progress {
  border-radius: 1.375rem;
}
.progress .progress-bar {
  border-radius: 0.75rem;
  background: #E6AE29;
}

.latest-news a {
  font-weight: 600;
}
.latest-news .card {
  padding: 1rem;
  border-color: transparent;
}
.latest-news .card .content-sec a {
  font-weight: 600;
}

.view-all a {
  font-weight: 600;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .view-all h6 {
    font-size: 1.5rem;
  }
}

.latest-updates .document-table {
  background: #fff;
  padding: 1rem;
  border-radius: 0.75rem;
}
.latest-updates .document-table .title-sec h6 {
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .latest-updates .document-table .title-sec h6 {
    font-size: 1rem;
  }
}
.latest-updates .document-table .title-sec p {
  color: #A8A8A7;
}
@media (min-width: 992px) {
  .latest-updates .document-table .pd-sec img {
    width: 48px;
    height: 48px;
  }
}
.latest-updates .document-table .view-doc {
  color: #004B66;
  background: #E6EDF0;
  border-radius: 6.25rem;
  padding: 0.625rem 1.5rem 0.625rem 1rem;
}

.bottom-sheet {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  padding: 1rem 1.5rem !important;
  box-shadow: 0 -4px 7.7px 0 rgba(214, 214, 214, 0.2509803922);
}
.bottom-sheet .view-doc-mobile {
  padding: 1rem 0;
}
.bottom-sheet .view-doc-mobile:first-child {
  border-bottom: 1px solid rgba(216, 216, 216, 0.3019607843) !important;
}

.profile-view-sidebar.offcanvas.show {
  overflow-y: auto;
}

.help-request {
  padding: 28px;
  color: #004B66;
  font-weight: 600;
}
@media (min-width: 992px) {
  .help-request {
    padding: 19px;
    font-size: 16px;
  }
}

.request-send-modal {
  transform: translate(0, 125px) !important;
}
.request-send-modal .modal-content {
  padding: 24px 16px;
  border: 1px solid #D8D8D8;
  border-radius: 28px;
}
.request-send-modal .modal-content img {
  height: 48px;
  width: 48px;
}
.request-send-modal .modal-content .modal-title {
  font-size: 24px;
  color: #004B66;
}
.request-send-modal .modal-content p {
  line-height: 20px;
  letter-spacing: 0.25px;
}

.secondary-btn {
  background: #E6EDF0;
  color: #004B66;
  font-weight: 600;
  padding: 15px;
  height: 56px;
  border-radius: 12px;
  border-color: #E6EDF0;
}

.profile-view-sidebar .offcanvas-body {
  flex-grow: unset;
  overflow-y: unset;
}
.profile-view-sidebar .btn-next {
  height: 56px;
}
.profile-view-sidebar .basic-info-card {
  padding-bottom: 14px;
  border-bottom: 1px solid #E6EDF0;
  margin-bottom: 14px;
}
.profile-view-sidebar .basic-info-card:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.profile-view-sidebar .basic-info-card h6 {
  font-size: 14px;
  margin-bottom: 12px;
}
.profile-view-sidebar .basic-info-card img {
  width: 16px;
}

.disable-profile {
  height: 80px;
  width: 80px;
  font-size: 40px;
}

.cust-style {
  font-weight: 600;
}
@media (min-width: 992px) {
  .cust-style {
    font-size: 1.5rem;
  }
}

.contact-section .contact-card {
  padding: 1.25rem 1rem;
  box-shadow: 0 0.625rem 6.25rem 0 rgba(0, 0, 0, 0.0588235294);
  border-radius: 0.75rem;
}
@media (min-width: 992px) {
  .contact-section .contact-card {
    padding: 10.1px 1rem;
  }
}
.contact-section .contact-card img {
  height: 38px;
  width: 38px;
}
.contact-section .contact-card h3 {
  color: #004B66;
  margin-bottom: 18px;
}
.contact-section .contact-card h4 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .contact-section .contact-card h4 {
    font-size: 1.25rem;
  }
}

.cust-form .form-control {
  border-radius: 0.75rem;
  color: #797979;
  padding: 17px;
}
.cust-form textarea {
  height: 105px;
}
@media (min-width: 992px) {
  .cust-form textarea {
    height: 155px;
  }
}

@media (max-width: 992px) {
  .main-heading h5 {
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .main-heading h5 {
    font-size: 2.5rem;
  }
}

.concern-section {
  color: #fff;
  padding: 1.25rem 1rem;
  border-radius: 0.75rem;
  line-height: 1.5rem;
  background: linear-gradient(93deg, #004D69 -169.1%, rgba(0, 153, 209, 0.75) 241.92%);
  box-shadow: 0 0.625rem 6.25rem 0 rgba(0, 0, 0, 0.0588235294);
}
.concern-section img {
  height: 72px;
}
@media (min-width: 992px) {
  .concern-section h6 {
    font-size: 1.313rem;
  }
}
@media (min-width: 992px) {
  .concern-section {
    padding: 1.25rem 2rem;
  }
}

@media (min-width: 992px) {
  .feedback-category h6 {
    font-size: 1.25rem;
  }
}

.category-btn button {
  font-size: 0.875rem;
  font-weight: normal;
  color: #004B66;
  padding: 0.375rem 0.6rem;
  background: #fff;
  border: 1px solid #E6EDF0;
  border-radius: 0.375rem;
  margin-bottom: 8px;
}
.category-btn button.active {
  background: #E6EDF0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .category-btn button {
    padding: 0.375rem 0.75rem;
  }
}

.cust-search img {
  position: absolute;
  top: 1.25rem;
  left: 15px;
  z-index: 1;
}
.cust-search input {
  color: #A8A8A7;
  border: 1px solid #D8D8D8;
}

@media (min-width: 768px) {
  .all-news-cards .card {
    height: 355px;
  }
}
@media (min-width: 992px) {
  .all-news-cards .card {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  .all-news-cards .card {
    height: 462px;
  }
}
.all-news-cards .content-sec a {
  font-weight: 600;
}
@media (min-width: 992px) {
  .all-news-cards .content-sec a {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .all-news-cards .content-sec h6 {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .all-news-cards .content-sec p {
    font-size: 1.125rem;
    line-height: 27px;
  }
}

@media (max-width: 992px) {
  .banner-sec img {
    height: 202px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 0.75rem;
  }
}

.text-section p {
  line-height: 1.313rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #D8D8D8;
}
@media (min-width: 992px) {
  .text-section p {
    font-size: 1.313rem;
    line-height: 2.063rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.text-section h3 {
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .text-section h3 {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .faqs-accordion .view-all h6 {
    font-size: 1.25rem;
  }
}
.faqs-accordion .accordion-item {
  margin: 0.875rem 0;
  padding: 1rem;
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 0.625rem 6.25rem 0 rgba(0, 0, 0, 0.0588235294);
}
.faqs-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faqs-accordion .accordion-item h2 button {
  padding: 0;
  line-height: 1.313rem;
  font-size: 0.875rem;
  color: #000;
}
@media (min-width: 992px) {
  .faqs-accordion .accordion-item h2 button {
    font-size: 1rem;
  }
}
.faqs-accordion .accordion-item .accordion-body {
  padding: 1rem 0 0;
  margin-top: 1rem;
  border-top: 1px solid rgba(216, 216, 216, 0.3019607843);
}
.faqs-accordion .accordion-item .accordion-body h6 {
  font-size: 14px;
}
.faqs-accordion .accordion-item .accordion-body p {
  line-height: 1.313rem;
}

.monthly-plan {
  background: #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.031372549);
}

.planing-bg {
  border-radius: 12px;
  background-color: #FCFCFC;
  padding: 24px 16px;
}

.cust-para {
  color: #676732;
}
@media (min-width: 1440px) {
  .cust-para {
    font-size: 18px;
  }
}

.cust-border {
  border-right: none;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3019607843);
}
@media (min-width: 768px) {
  .cust-border {
    border-bottom: none;
    border-right: 1px solid rgba(216, 216, 216, 0.3019607843);
  }
}

.progress-bg {
  background: #D8D8D8;
}

.progress-bar-head {
  color: #676732;
}
@media (min-width: 992px) {
  .progress-bar-head h4 {
    font-size: 2rem;
  }
  .progress-bar-head h4 span {
    font-size: 24px;
  }
}

footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 1rem;
  margin-top: 29px;
  border-top: 1px solid var(--Borders-Border-2, #F1F1F1);
}
footer p {
  font-size: 12px;
  color: #424242;
  font-weight: normal !important;
}

.view-btn {
  font-weight: 600;
  padding: 1.1rem 0;
}

.btn-sec .btn-next {
  width: 100%;
}
@media (min-width: 768px) {
  .btn-sec .btn-next {
    width: 352px;
  }
}

.lang-filter-sec {
  position: relative;
}
.lang-filter-sec .dropdown {
  display: inline-block;
}
.lang-filter-sec .dropdown button {
  border: none;
  color: #004B66;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
}
.lang-filter-sec .dropdown button:active {
  color: #004B66;
}
@media (min-width: 768px) {
  .lang-filter-sec .dropdown button {
    font-size: 20px;
  }
}
.lang-filter-sec .dropdown .dropdown-menu.show {
  transform: translateX(-35%) !important;
  inset: unset !important;
  height: auto;
  width: 190px;
  border: 1px solid #D8D8D8;
  border-radius: 12px;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.0392156863);
}
@media (min-width: 768px) {
  .lang-filter-sec .dropdown .dropdown-menu.show {
    width: 217px;
  }
}
.lang-filter-sec .dropdown .dropdown-menu.show li {
  padding: 15px 8px;
}
.lang-filter-sec .dropdown-toggle::after {
  display: none;
}
.lang-filter-sec .form-check label {
  line-height: 25px;
  padding-left: 11px;
}

.modal {
  padding-right: 0;
}

.earning-stat-modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}
@media (min-width: 992px) {
  .earning-stat-modal .modal-dialog {
    max-width: 85%;
  }
}
.earning-stat-modal .modal-dialog .modal-content {
  padding: 32px 16px;
  background-color: #F7F7F7;
}
.earning-stat-modal .modal-dialog .modal-content .btn-close {
  height: 24px;
  width: 24px;
  margin: -20px 10px 0px 0;
}/*# sourceMappingURL=styles.css.map */

/* Custom CSS*/
/*.form-control::placeholder {
  color: #212529;
}*/
.form-control:focus {
  color: #212529;
}
/*.form-control::-ms-input-placeholder {
  color: #212529;
  opacity: 1;
}*/
.back-btn:hover {
  background: #ccc;
}

a.logout{
  background: #E6EDF0;
  color: #004B66;
  border-color: #E6EDF0;
  font-weight: 600;

}

img.hide-svp-amount, img.show-svp-amount{
  cursor: pointer;
}
img.show-svp-amount{
  opacity: 0.7;
}
img.hide-svp-amount:hover, img.show-svp-amount:hover{
  filter: brightness(0.5);
}

.profile-copy-clipboard:hover{
  filter: brightness(0.5);
}