/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/* line 5, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_common.scss */
html {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

/* line 7, ../sass/_common.scss */
body {
  width: 100%;
  height: auto;
  float: left;
  color: #787878;
  line-height: 110%;
  overflow-y: scroll;
  position: relative;
  overflow-x: hidden;
  font-family: "DM Sans", sans-serif;
  background: #F3F9FF;
}
/* line 19, ../sass/_common.scss */
body::-webkit-scrollbar {
  width: 6px;
}
/* line 23, ../sass/_common.scss */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* line 28, ../sass/_common.scss */
body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

/* ----- Headings and P Styling ------ */
/* line 37, ../sass/_common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}

/* line 63, ../sass/_common.scss */
b,
strong {
  font-weight: 700;
}

/* line 68, ../sass/_common.scss */
figcaption {
  line-height: 1.5;
}

/* line 70, ../sass/_common.scss */
p {
  margin: 5px 0px 1rem 0;
  padding: 0 0 0 0;
  text-align: justify;
  color: #787878;
  line-height: 1.5;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

/* line 81, ../sass/_common.scss */
span {
  line-height: 1.5;
}

/* line 83, ../sass/_common.scss */
p::selection,
a::selection,
li::selection,
figure::selection,
figcaption::selection,
span::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
  background: #6caec8;
  color: #fff;
}

/* line 99, ../sass/_common.scss */
p::-moz-selection,
a::-moz-selection,
li::-moz-selection,
figure::-moz-selection,
figcaption::-moz-selection,
span::-moz-selection h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection {
  background: #6caec8;
  color: #fff;
}

/* line 114, ../sass/_common.scss */
a {
  outline: none;
  text-decoration: none !important;
}

/* line 119, ../sass/_common.scss */
img {
  width: 100%;
}

/* line 123, ../sass/_common.scss */
ul,
ol,
li {
  color: #787878;
  line-height: 1.2;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

/* ==================================================== */
/*  Common Styles                         */
/* ==================================================== */
/* line 137, ../sass/_common.scss */
.mainWrapper {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  position: relative;
}

/* line 144, ../sass/_common.scss */
.nicescroll-cursors {
  margin-right: -15px !important;
}

/* line 148, ../sass/_common.scss */
.zeroMarginPadding {
  padding: 0;
  margin: 0;
}

/* line 153, ../sass/_common.scss */
.showMobile,
.showTab {
  display: none;
}

/* line 158, ../sass/_common.scss */
.hideMobile,
.hideTab {
  display: block;
}

/* line 163, ../sass/_common.scss */
.text-center {
  text-align: center !important;
}

/* line 167, ../sass/_common.scss */
.text-left {
  text-align: left !important;
}

/* line 171, ../sass/_common.scss */
.row-fluid {
  width: 100%;
  display: inline-block;
}

/* line 176, ../sass/_common.scss */
.container-full {
  width: 96%;
  position: relative;
  display: block;
  margin: 0 auto;
}

/* line 180, ../sass/_common.scss */
.custom-container {
  width: 94%;
  position: relative;
  margin: auto;
  display: block;
}

/* line 185, ../sass/_common.scss */
.showInResponsive {
  display: none;
}

/* line 189, ../sass/_common.scss */
.visible-In768 {
  display: none;
}

/* line 194, ../sass/_common.scss */
.mobileSearchContactArea {
  display: none;
}

/* Prelaoder============================== */
/* line 200, ../sass/_common.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 208, ../sass/_common.scss */
.pace .pace-progress {
  background: var(--yellow-color);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* line 218, ../sass/_common.scss */
.pace-inactive {
  display: none;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 244, ../sass/_common.scss */
.scrollup {
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: none;
  text-indent: -9999px;
  background: url(../images/arrow-up.svg) center no-repeat #0080BA;
  background-size: 60%;
  z-index: 9999999999999;
  outline: none;
  border: none;
  color: #ffffff;
  border-radius: 100%;
}
/* line 261, ../sass/_common.scss */
.scrollup:hover {
  background: url(../images/arrow-up.svg) center no-repeat #2c2c2c;
  background-size: 60%;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
/* line 265, ../sass/_common.scss */
.scrollup:hover::before {
  background: #89bb33;
}

/* line 274, ../sass/_common.scss */
.mobile-hamburger {
  display: none;
}

/* line 275, ../sass/_common.scss */
.hamburger_icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 282, ../sass/_common.scss */
.hamburger_icon .icon {
  position: relative;
  width: 28px;
  height: 3px;
  top: 0;
  left: 5px;
  background: #000;
  transition: .4s;
}
/* line 290, ../sass/_common.scss */
.hamburger_icon .icon:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 3px;
  top: -8px;
  background: #000;
  transition: .6s;
}
/* line 299, ../sass/_common.scss */
.hamburger_icon .icon:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 3px;
  top: 8px;
  background: #000;
  transition: .6s;
}
/* line 310, ../sass/_common.scss */
.hamburger_icon.active .icon {
  background: none;
  left: 5px;
  top: -8px;
}
/* line 314, ../sass/_common.scss */
.hamburger_icon.active .icon:before {
  top: 5px;
  transform: rotate(45deg);
  background: #0080BA;
}
/* line 319, ../sass/_common.scss */
.hamburger_icon.active .icon:after {
  top: 5px;
  transform: rotate(-225deg);
  background: #0080BA;
}

/* line 349, ../sass/_common.scss */
.common-sec-intro .title {
  font-size: 2.3rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin: 14px auto;
  text-transform: capitalize;
  letter-spacing: 1px;
}
/* line 359, ../sass/_common.scss */
.common-sec-intro .sub-title {
  font-size: 1.5rem;
  font-weight: 600;
  width: 100%;
  max-width: 650px;
  display: block;
  position: relative;
  margin: 20px auto;
}
/* line 369, ../sass/_common.scss */
.common-sec-intro .sub-para {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  position: relative;
  margin: auto;
  color: #000;
}
/* line 378, ../sass/_common.scss */
.common-sec-intro .description {
  font-size: .8rem;
  font-weight: 400;
  width: 100%;
  max-width: 950px;
  display: block;
  position: relative;
  margin: auto;
  color: #000;
}
/* line 389, ../sass/_common.scss */
.common-sec-intro .overline {
  text-align: left;
  color: #0080BA;
  position: relative;
  width: fit-content;
  padding: 0;
  margin: auto;
  display: flex;
  font-size: .96rem;
  font-weight: 500;
}
/* line 400, ../sass/_common.scss */
.common-sec-intro .overline.left {
  text-align: left !important;
  margin-left: 0 !important;
}
/* line 405, ../sass/_common.scss */
.common-sec-intro .overline.center {
  text-align: center !important;
}
/* line 410, ../sass/_common.scss */
.common-sec-intro.left {
  text-align: left !important;
  margin-left: 0 !important;
}
/* line 415, ../sass/_common.scss */
.common-sec-intro.center {
  text-align: center !important;
}
/* line 419, ../sass/_common.scss */
.common-sec-intro.white {
  color: #ffffff;
}
/* line 423, ../sass/_common.scss */
.common-sec-intro.black {
  color: #000;
}
/* line 427, ../sass/_common.scss */
.common-sec-intro.dark {
  color: #2c2c2c;
}

/* line 432, ../sass/_common.scss */
.page-title {
  font-size: 2rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin: 14px auto;
  text-transform: capitalize;
  letter-spacing: 1px;
}
/* line 440, ../sass/_common.scss */
.page-title.left {
  text-align: left !important;
  margin-left: 0 !important;
}
/* line 445, ../sass/_common.scss */
.page-title.center {
  text-align: center !important;
}

/* line 450, ../sass/_common.scss */
.sub-title {
  font-size: 1.2rem;
  font-weight: 600;
  width: 100%;
  max-width: 650px;
  display: block;
  position: relative;
  margin: 0;
  color: #2c2c2c;
  margin-bottom: .5rem;
}

/* line 462, ../sass/_common.scss */
.no-margin {
  margin: 0 !important;
}

/* line 466, ../sass/_common.scss */
.no-mb {
  margin-bottom: 0 !important;
}

/* line 470, ../sass/_common.scss */
.hideIn768 {
  display: inline-block;
}

/* line 474, ../sass/_common.scss */
.showIn768 {
  display: none;
}

/* line 478, ../sass/_common.scss */
.hideInMobile {
  display: inline-block;
}

/* line 483, ../sass/_common.scss */
.showInMobile {
  display: none;
}

/* line 487, ../sass/_common.scss */
.multi-btn-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 10px;
}

/* line 489, ../sass/_common.scss */
.theme-btn,
a.theme-btn {
  display: flex;
  position: relative;
  color: #ffffff;
  background: #0080BA;
  padding: .7rem 1.3rem .7rem 1.1rem;
  column-gap: 5px;
  font-size: 1rem;
  font-weight: 300;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-family: "DM Sans", sans-serif;
  border: none;
  max-width: 300px;
  transition: all 0.3s;
}
/* line 505, ../sass/_common.scss */
.theme-btn .medium,
a.theme-btn .medium {
  font-size: 1.1rem !important;
}
/* line 509, ../sass/_common.scss */
.theme-btn .small,
a.theme-btn .small {
  font-size: .9rem !important;
}
/* line 513, ../sass/_common.scss */
.theme-btn img,
a.theme-btn img {
  width: 24px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(130deg) brightness(111%) contrast(101%);
}
/* line 515, ../sass/_common.scss */
.theme-btn:hover,
a.theme-btn:hover {
  background: #000;
  color: #ffffff !important;
}
/* line 519, ../sass/_common.scss */
.theme-btn.green,
a.theme-btn.green {
  background: #1BB75C;
}
/* line 519, ../sass/_common.scss */
.theme-btn.green:hover,
a.theme-btn.green:hover {
  background: #2c2c2c;
}
/* line 520, ../sass/_common.scss */
.theme-btn.close,
a.theme-btn.close {
  background: #68A9C7;
}
/* line 520, ../sass/_common.scss */
.theme-btn.close:hover,
a.theme-btn.close:hover {
  background: #618595;
}

/* line 525, ../sass/_common.scss */
.custom-form.input-bg-white .form-control {
  background: #fff;
}
/* line 527, ../sass/_common.scss */
.custom-form .form-group {
  display: flex;
  row-gap: 3px;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
}
/* line 534, ../sass/_common.scss */
.custom-form .form-group .right-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 18px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 543, ../sass/_common.scss */
.custom-form .form-group .right-icon img {
  width: 22px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(58%) sepia(8%) saturate(258%) hue-rotate(158deg) brightness(93%) contrast(84%);
}
/* line 546, ../sass/_common.scss */
.custom-form .form-label {
  margin: 0;
  font-size: .84rem;
}
/* line 547, ../sass/_common.scss */
.custom-form .form-control {
  min-height: 46px;
  padding: .6rem 1rem;
  border: 1px solid #E0E6EB;
  background: #F3F9FF;
  font-weight: 600;
}
/* line 553, ../sass/_common.scss */
.custom-form .form-control::placeholder {
  color: #787878;
  font-weight: 500;
}
/* line 558, ../sass/_common.scss */
.custom-form .form-select {
  min-height: 46px;
  padding: .6rem 1rem;
  border: 1px solid #E0E6EB;
  font-weight: 600;
}
/* line 563, ../sass/_common.scss */
.custom-form .form-select::placeholder {
  color: #787878;
  font-weight: 500;
}
/* line 569, ../sass/_common.scss */
.custom-form .note {
  display: flex;
  column-gap: 5px;
  font-size: .8rem;
}
/* line 572, ../sass/_common.scss */
.custom-form .note img {
  width: 14px;
  height: auto;
}

/* line 577, ../sass/_common.scss */
.common-form-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2rem;
  align-items: center;
  row-gap: 1rem;
  justify-content: space-between;
}
/* line 586, ../sass/_common.scss */
.common-form-wrapper.column {
  flex-direction: column !important;
}
/* line 590, ../sass/_common.scss */
.common-form-wrapper .row-half {
  width: calc(50% - 2rem);
}
/* line 594, ../sass/_common.scss */
.common-form-wrapper .row-full {
  width: calc(100% - 2rem);
}
/* line 598, ../sass/_common.scss */
.common-form-wrapper .row-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2rem;
  align-items: flex-start;
  row-gap: 1rem;
  justify-content: space-between;
  width: 100%;
}
/* line 609, ../sass/_common.scss */
.common-form-wrapper .custom-radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2rem;
  align-items: flex-start;
  row-gap: 1rem;
  column-gap: 1rem;
}

/* line 621, ../sass/_common.scss */
.common-modal .modal-dialog {
  width: 90%;
  max-width: 800px;
}
/* line 625, ../sass/_common.scss */
.common-modal .modal-dialog .modal-content .modal-header {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 2rem 0 0 0;
  border: none;
}
/* line 633, ../sass/_common.scss */
.common-modal .modal-dialog .modal-content .modal-header .icon {
  width: 40px;
  height: auto;
  margin: 1rem auto;
}
/* line 637, ../sass/_common.scss */
.common-modal .modal-dialog .modal-content .modal-header .icon-head {
  width: 60px;
  height: auto;
  margin: 1rem auto;
}
/* line 640, ../sass/_common.scss */
.common-modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}
/* line 640, ../sass/_common.scss */
.common-modal .modal-dialog .modal-content .modal-header .modal-title.center {
  text-align: center;
}
/* line 641, ../sass/_common.scss */
.common-modal .modal-dialog .modal-content .modal-header .close-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: none;
  font-size: 3rem;
  font-weight: 200;
  background: transparent;
}
/* line 651, ../sass/_common.scss */
.common-modal .modal-dialog .modal-content .modal-body {
  padding: 2rem;
}

/* line 659, ../sass/_common.scss */
.event-modal .bg-wrap {
  background: #F3F9FF;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  width: 80%;
  position: relative;
  margin: auto;
  max-width: 600px;
  padding: 2rem;
  border-radius: 20px;
  row-gap: 1rem;
}
/* line 672, ../sass/_common.scss */
.event-modal .bg-wrap .verify-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-end;
  column-gap: 5px;
}
/* line 674, ../sass/_common.scss */
.event-modal .bg-wrap .verify-wrapper .form-group {
  width: 100%;
}
/* line 674, ../sass/_common.scss */
.event-modal .bg-wrap .verify-wrapper .form-group .form-control {
  border-radius: 8px;
}
/* line 675, ../sass/_common.scss */
.event-modal .bg-wrap .verify-wrapper .theme-btn {
  display: inline-flex;
  width: auto;
  line-height: 0;
  height: 46px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}

/* line 680, ../sass/_common.scss */
.list-counter {
  margin: 1rem;
  padding: 0;
  list-style-type: none;
}
/* line 685, ../sass/_common.scss */
.list-counter li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
  line-height: 1.5rem;
}
/* line 690, ../sass/_common.scss */
.list-counter li span {
  font-weight: 600;
}
/* line 693, ../sass/_common.scss */
.list-counter li::before {
  content: counter(step-counter);
  margin-right: 5px;
  font-size: 80%;
  color: #000;
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: 500;
}
/* line 706, ../sass/_common.scss */
.list-counter.colm2 li {
  width: calc(50% - 20px);
}

/* line 712, ../sass/_common.scss */
.list-bullet {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
/* line 717, ../sass/_common.scss */
.list-bullet li {
  width: calc(100% - 2rem);
  float: left;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  position: relative;
  text-align: left;
  line-height: 1.5rem;
}
/* line 726, ../sass/_common.scss */
.list-bullet li::before {
  content: "";
  margin-right: 5px;
  width: 8px;
  height: 8px;
  background: #787878;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

/* line 741, ../sass/_common.scss */
.footer {
  width: 100%;
  position: relative;
  padding: 2rem 0;
  background: #fff;
}
/* line 746, ../sass/_common.scss */
.footer .content-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 752, ../sass/_common.scss */
.footer .content-wrapper li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: .2rem 1rem;
}
/* line 755, ../sass/_common.scss */
.footer .content-wrapper li:last-child {
  border: none;
}
/* line 757, ../sass/_common.scss */
.footer .content-wrapper p, .footer .content-wrapper a, .footer .content-wrapper span {
  margin: 0;
}
/* line 758, ../sass/_common.scss */
.footer .content-wrapper a {
  color: #0080BA;
}

/* line 762, ../sass/_common.scss */
.flex {
  display: flex;
}

/* line 763, ../sass/_common.scss */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 764, ../sass/_common.scss */
.flex-fill {
  display: flex;
  flex: 1 1;
}

/* line 765, ../sass/_common.scss */
.flex-vertical {
  display: flex;
  flex-direction: column;
}

/* line 766, ../sass/_common.scss */
.flex-vertical-center {
  display: flex;
  align-items: center;
}

/* line 767, ../sass/_common.scss */
.flex-between {
  display: flex;
  justify-content: space-between;
}

/* line 768, ../sass/_common.scss */
.p-sm {
  padding: 0.5em;
}

/* line 769, ../sass/_common.scss */
.pl-sm {
  padding-left: 0.5em;
}

/* line 770, ../sass/_common.scss */
.pr-sm {
  padding-right: 0.5em;
}

/* line 771, ../sass/_common.scss */
.pb-sm {
  padding-bottom: 0.5em;
}

/* line 772, ../sass/_common.scss */
.p-md {
  padding: 1em;
}

/* line 773, ../sass/_common.scss */
.pb-md {
  padding-bottom: 1em;
}

/* line 774, ../sass/_common.scss */
.p-lg {
  padding: 2em;
}

/* line 775, ../sass/_common.scss */
.m-md {
  margin: 1em;
}

/* line 776, ../sass/_common.scss */
.size-md {
  font-size: 0.85em;
}

/* line 777, ../sass/_common.scss */
.size-lg {
  font-size: 1.5em;
}

/* line 778, ../sass/_common.scss */
.size-xl {
  font-size: 2em;
}

/* line 779, ../sass/_common.scss */
.half-width {
  width: 50%;
}

/* line 780, ../sass/_common.scss */
.pointer {
  cursor: pointer;
}

/* line 781, ../sass/_common.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 782, ../sass/_common.scss */
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 783, ../sass/_common.scss */
.f-main-color {
  color: #2962ff;
}

/* line 784, ../sass/_common.scss */
.f-secondary-color {
  color: #787878;
}

/* line 785, ../sass/_common.scss */
.b-main-color {
  background: #2962ff;
}

/* line 786, ../sass/_common.scss */
.numbers::-webkit-outer-spin-button,
.numbers::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 788, ../sass/_common.scss */
.bod-3 {
  border-radius: 30px;
}

/* line 789, ../sass/_common.scss */
.hd-row {
  display: block;
  width: 100%;
  color: #0080BA;
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 1rem;
}

/* line 791, ../sass/_common.scss */
.doc-upload-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  row-gap: 1.2rem;
  margin-bottom: 1rem;
}

/* -------------------------------- */
/* Header  / Sidebar Menu 
/* -------------------------------- */
/* line 4, ../sass/_main.scss */
.header {
  width: 100%;
  position: fixed;
  padding: 10px 0;
  background: #fff;
  z-index: 100;
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 10px -10px;
  height: 88px;
}
/* line 14, ../sass/_main.scss */
.header.scrolled {
  padding: 5px 0;
  transition: all 0.3s;
  height: 78px;
}
/* line 16, ../sass/_main.scss */
.header.scrolled .wrapper .logo img {
  height: 60px;
  transition: all 0.3s;
}
/* line 17, ../sass/_main.scss */
.header.scrolled .wrapper .welcome-action li.welcome .profile-pic {
  height: 46px;
  width: 46px;
  transition: all 0.3s;
}
/* line 20, ../sass/_main.scss */
.header.active {
  width: -webkit-fill-available;
  transition: 0.4s;
}
/* line 23, ../sass/_main.scss */
.header.active .wrapper {
  padding-left: 260px;
  transition: 0.4s;
}
/* line 25, ../sass/_main.scss */
.header .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
  padding-left: 0px;
  width: -webkit-fill-available;
}
/* line 28, ../sass/_main.scss */
.header .wrapper .logo {
  width: auto;
  display: flex;
}
/* line 31, ../sass/_main.scss */
.header .wrapper .logo img {
  height: 64px;
  width: auto;
}
/* line 37, ../sass/_main.scss */
.header .wrapper .welcome-action {
  display: flex;
  column-gap: 1rem;
}
/* line 40, ../sass/_main.scss */
.header .wrapper .welcome-action li {
  display: inline-flex;
}
/* line 42, ../sass/_main.scss */
.header .wrapper .welcome-action li.welcome {
  display: flex;
  column-gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
/* line 44, ../sass/_main.scss */
.header .wrapper .welcome-action li.welcome .profile-pic {
  width: 56px;
  height: 56px;
  display: flex;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
}
/* line 46, ../sass/_main.scss */
.header .wrapper .welcome-action li.welcome .profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
/* line 49, ../sass/_main.scss */
.header .wrapper .welcome-action li.action {
  display: flex;
  column-gap: 1rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
/* line 50, ../sass/_main.scss */
.header .wrapper .welcome-action li.action img {
  width: 24px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(13%) sepia(19%) saturate(17%) hue-rotate(330deg) brightness(95%) contrast(89%);
}
/* line 51, ../sass/_main.scss */
.header .wrapper .welcome-action li.action a:hover {
  transition: all 0.3s;
}
/* line 52, ../sass/_main.scss */
.header .wrapper .welcome-action li.action a:hover img {
  transition: all 0.3s;
  filter: brightness(0) saturate(100%) invert(32%) sepia(89%) saturate(963%) hue-rotate(167deg) brightness(99%) contrast(101%);
}

/* line 63, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li.welcome, .side-navbar .nav li.welcome {
  display: flex;
  column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px dashed #d7d8e1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
/* line 66, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li.welcome .profile-pic, .side-navbar .nav li.welcome .profile-pic {
  width: 56px;
  height: 56px;
  display: flex;
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
}
/* line 68, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li.welcome .profile-pic img, .side-navbar .nav li.welcome .profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
/* line 71, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li .action, .side-navbar .nav li .action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 1.5rem;
  border-top: 1px dashed #d7d8e1;
  padding-top: 1rem;
  margin-top: 1rem;
  width: 100%;
}
/* line 74, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li .action img, .side-navbar .nav li .action img {
  width: 24px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(102deg) brightness(106%) contrast(101%);
}
/* line 75, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li .action a:hover, .side-navbar .nav li .action a:hover {
  transition: all 0.3s;
}
/* line 76, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li .action a:hover img, .side-navbar .nav li .action a:hover img {
  transition: all 0.3s;
}

/* line 83, ../sass/_main.scss */
.sidebar-nav-wrapper .nav li.welcome, .sidebar-nav-wrapper .nav li .action, .side-navbar .nav li.welcome, .side-navbar .nav li .action {
  display: none;
}

/* line 84, ../sass/_main.scss */
.sidebar-nav-wrapper.active-nav {
  margin-left: 0;
}

/* line 85, ../sass/_main.scss */
.menu-wrapper-container.active {
  margin-left: 260px;
}

/* line 86, ../sass/_main.scss */
.side-navbar {
  width: 260px;
  height: 100%;
  position: fixed;
  margin-left: -260px;
  transition: 0.5s;
  display: block;
  z-index: 1000;
  left: 0;
  background: #0080BA;
  top: 0;
  padding: 1.5rem 1rem;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
/* line 104, ../sass/_main.scss */
.side-navbar .nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
/* line 108, ../sass/_main.scss */
.side-navbar .nav li {
  padding: .5rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1rem;
  background: transparent;
}
/* line 117, ../sass/_main.scss */
.side-navbar .nav li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1rem;
}
/* line 125, ../sass/_main.scss */
.side-navbar .nav li:hover {
  transition: all 0.3s;
}
/* line 127, ../sass/_main.scss */
.side-navbar .nav li:hover .text-label {
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s;
}
/* line 128, ../sass/_main.scss */
.side-navbar .nav li:hover .icon {
  background: #fff;
  transition: all 0.3s;
}
/* line 130, ../sass/_main.scss */
.side-navbar .nav li:hover .icon img {
  transition: all 0.3s;
  filter: brightness(0) saturate(100%) invert(32%) sepia(89%) saturate(963%) hue-rotate(167deg) brightness(99%) contrast(101%);
}
/* line 133, ../sass/_main.scss */
.side-navbar .nav li .text-label {
  color: #ffffff;
  font-weight: 400;
  transition: all 0.3s;
}
/* line 134, ../sass/_main.scss */
.side-navbar .nav li .icon {
  width: 36px;
  height: 36px;
  background: #106a93;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
/* line 137, ../sass/_main.scss */
.side-navbar .nav li .icon img {
  width: 18px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg) brightness(106%) contrast(101%);
}

/* line 142, ../sass/_main.scss */
.nav-link:active, .nav-link:focus, .nav-link:hover {
  background-color: #ffffff26;
}

/* -------------------------------- */
/* Login Page  
/* -------------------------------- */
/* line 148, ../sass/_main.scss */
.login-Wrapper {
  position: relative;
  padding: 88px 0 0 0;
}
/* line 151, ../sass/_main.scss */
.login-Wrapper .hamburger-menu {
  display: none;
}
/* line 153, ../sass/_main.scss */
.login-Wrapper .banner-sec {
  width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  background: url(../images/bg.png) center no-repeat;
  background-size: cover;
}
/* line 166, ../sass/_main.scss */
.login-Wrapper .banner-sec::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  opacity: .65;
  z-index: 10;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.94) 30%, rgba(245, 73, 39, 0) 100%);
}
/* line 184, ../sass/_main.scss */
.login-Wrapper .banner-sec .custom-container {
  width: 90%;
  padding: 4rem;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.1);
  z-index: 50;
  height: auto;
  min-height: 75vh;
}
/* line 195, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper {
  display: flex;
  position: relative;
  z-index: 110;
  row-gap: 2rem;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  background: transparent;
}
/* line 205, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .left-wrap {
  display: inline-flex;
  width: 480px;
}
/* line 209, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .right-wrap {
  display: flex;
  width: 100%;
  max-width: 450px;
  justify-content: flex-end;
  align-items: center;
}
/* line 217, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 95%;
  row-gap: 1.5rem;
  height: 100%;
  justify-content: center;
}
/* line 226, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .content-wrapper .title {
  position: relative;
  text-align: left;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 3.2rem;
  text-transform: none;
  word-break: break-word;
  color: #fff;
  z-index: 20;
  width: 100%;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
/* line 242, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .content-wrapper .sub-title {
  position: relative;
  text-align: left;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 2.2rem !important;
  text-transform: none;
  word-break: break-word;
  color: #ffffff;
  z-index: 20;
  width: 100%;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
/* line 258, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .content-wrapper .sub-para {
  color: #ffffff;
  z-index: 20;
  position: relative;
  font-size: 1.2rem !important;
  margin: 0;
  text-align: left;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
/* line 270, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 16px;
  max-width: 480px;
  margin: auto;
  display: flex;
  row-gap: 1.5rem;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
/* line 284, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .hd {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 286, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .hd span {
  font-size: 1.8rem;
  color: #000;
  text-align: center;
  border-bottom: 2px solid #0080BA;
  padding-bottom: .2rem;
  margin-bottom: .5rem;
  font-weight: 700;
  letter-spacing: -1%;
}
/* line 293, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec h3 {
  font-size: 1.5rem;
  text-align: center;
}
/* line 295, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec form {
  width: 100%;
}
/* line 297, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-group {
  margin: 0;
  width: 100%;
}
/* line 298, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .btn, .login-Wrapper .banner-sec .banner-wrapper .form-sec .modal-btn-wrapper, .login-Wrapper .banner-sec .banner-wrapper .form-sec .form-btn-wrapper {
  width: 100%;
}
/* line 300, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 1rem;
}
/* line 306, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper .forgot, .login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper .sign-up {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 312, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper .forgot {
  justify-content: flex-end;
}
/* line 314, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper .forgot a {
  color: #000;
}
/* line 317, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper .sign-up {
  justify-content: space-between;
  padding-top: .5rem;
  font-size: .8rem;
}
/* line 319, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper .sign-up a {
  color: #0080BA;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: -1%;
}
/* line 322, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec .form-wrapper .form-label {
  font-size: .9rem;
}
/* line 325, ../sass/_main.scss */
.login-Wrapper .banner-sec .banner-wrapper .form-sec h4 {
  font-size: 1.3rem;
  color: #000;
}

/* line 334, ../sass/_main.scss */
.banner-wrapper {
  border-radius: 16px;
  background: #fff;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  margin-top: 1rem;
}
/* line 340, ../sass/_main.scss */
.banner-wrapper .banner {
  border-radius: 16px;
  background: #fff;
  padding: 1.5rem;
  color: #fff;
  font-size: 1.2rem;
  background: linear-gradient(to right, #0080ba, #0090bc, #009daa, #00a687, #20ac5a);
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 1rem;
}
/* line 355, ../sass/_main.scss */
.banner-wrapper .banner img {
  width: 38px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(130deg) brightness(111%) contrast(101%);
}
/* line 356, ../sass/_main.scss */
.banner-wrapper .banner:hover {
  transition: all 0.5s;
  background: linear-gradient(to left, #0080ba, #0090bc, #009daa, #00a687, #20ac5a);
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
/* line 362, ../sass/_main.scss */
.banner-wrapper .banner.bg2 {
  background: linear-gradient(to right, #d73a90, #c249ad, #a35ac5, #7769d6, #2d75df);
}
/* line 364, ../sass/_main.scss */
.banner-wrapper .banner.bg2:hover {
  transition: all 0.5s;
  background: linear-gradient(to left, #d73a90, #c249ad, #a35ac5, #7769d6, #2d75df);
}
/* line 371, ../sass/_main.scss */
.banner-wrapper.in-modal {
  background: transparent;
  padding: 0;
  box-shadow: none;
  width: 100%;
}
/* line 376, ../sass/_main.scss */
.banner-wrapper.in-modal .banner {
  font-size: .96rem;
  border-radius: 8px;
  padding: 1rem;
}
/* line 380, ../sass/_main.scss */
.banner-wrapper.in-modal .banner img {
  width: 30px;
}
/* line 381, ../sass/_main.scss */
.banner-wrapper.in-modal .banner span {
  font-size: 1.2rem;
}

/* -------------------------------- */
/* mainFlexWrapper   
/* -------------------------------- */
/* line 390, ../sass/_main.scss */
.page-main-wrapper {
  position: relative;
  z-index: 90;
  padding-top: 88px;
  transition: all 0.3s;
  background: #F3F9FF;
}
/* line 397, ../sass/_main.scss */
.page-main-wrapper.scrolled {
  transition: all 0.3s;
  padding-top: 64px;
}

/* line 403, ../sass/_main.scss */
.mainFlexWrapper {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  column-gap: 0;
  row-gap: 0;
  padding: 30px 0;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* line 417, ../sass/_main.scss */
.body-container {
  transition: 0.4s;
  padding: 2.5rem 3rem 3rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  width: -webkit-fill-available;
  position: relative;
  transition: 0.4s;
}
/* line 427, ../sass/_main.scss */
.body-container .side-float-menu {
  position: absolute;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
/* line 439, ../sass/_main.scss */
.body-container .side-float-menu img {
  width: 24px;
  height: auto;
}
/* line 442, ../sass/_main.scss */
.body-container.active {
  border-radius: 20px;
}
/* line 444, ../sass/_main.scss */
.body-container.active .side-float-menu {
  border-radius: 20px 0 0 20px;
  left: -80px;
  transition: 0.4s;
}
/* line 451, ../sass/_main.scss */
.body-container .over-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 455, ../sass/_main.scss */
.body-container .over-data li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .9rem;
  column-gap: 5px;
}
/* line 461, ../sass/_main.scss */
.body-container .over-data li .icon {
  display: flex;
}
/* line 462, ../sass/_main.scss */
.body-container .over-data li .id {
  color: #0080BA;
}
/* line 463, ../sass/_main.scss */
.body-container .over-data li span {
  line-height: 1;
  font-size: .9rem;
  font-weight: 500;
}
/* line 467, ../sass/_main.scss */
.body-container .profile-head {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 1.3rem;
  padding-bottom: 1.5rem;
}
/* line 475, ../sass/_main.scss */
.body-container .profile-data {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
}
/* line 482, ../sass/_main.scss */
.body-container .profile-data .name-head {
  display: flex;
  width: 100px;
  height: 100px;
  background: #EBF5FF;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}
/* line 491, ../sass/_main.scss */
.body-container .profile-data .name-head span {
  background: linear-gradient(to left, #0080ba, #0090bc, #009daa, #00a687, #20ac5a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 497, ../sass/_main.scss */
.body-container .profile-data .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: .8rem;
}
/* line 504, ../sass/_main.scss */
.body-container .profile-data .content-wrapper h3 {
  font-size: 1.6rem;
  color: #2c2c2c;
}
/* line 506, ../sass/_main.scss */
.body-container .profile-data .contact-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 2rem;
  flex-wrap: nowrap;
}
/* line 512, ../sass/_main.scss */
.body-container .profile-data .contact-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 5px;
}
/* line 517, ../sass/_main.scss */
.body-container .profile-data .contact-list li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
/* line 524, ../sass/_main.scss */
.body-container .profile-data .contact-list li .icon img {
  width: 18px;
  height: auto;
}
/* line 527, ../sass/_main.scss */
.body-container .profile-data .contact-list li.green .icon {
  background: #ecfdf4;
}
/* line 530, ../sass/_main.scss */
.body-container .profile-data .contact-list li.orange .icon {
  background: #fffaf1;
}
/* line 536, ../sass/_main.scss */
.body-container .profile-description, .body-container .body-content-area-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 1rem;
  padding: 2.5rem;
  background: #F3F9FF;
  border-top: 1px solid #0080ba;
}
/* line 544, ../sass/_main.scss */
.body-container .profile-description .head, .body-container .body-content-area-wrap .head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
}
/* line 551, ../sass/_main.scss */
.body-container .profile-description .head .title, .body-container .body-content-area-wrap .head .title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #2c2c2c;
}
/* line 556, ../sass/_main.scss */
.body-container .profile-description .head .icon, .body-container .body-content-area-wrap .head .icon {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
}
/* line 562, ../sass/_main.scss */
.body-container .profile-description .head .icon img, .body-container .body-content-area-wrap .head .icon img {
  width: 18px;
  height: auto;
}
/* line 566, ../sass/_main.scss */
.body-container .profile-description .details, .body-container .body-content-area-wrap .details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  column-gap: 3rem;
  align-items: flex-start;
  justify-content: flex-start;
}
/* line 575, ../sass/_main.scss */
.body-container .profile-description .details li, .body-container .body-content-area-wrap .details li {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: .3rem;
  row-gap: 1rem;
  width: auto;
}
/* line 582, ../sass/_main.scss */
.body-container .profile-description .details li p, .body-container .profile-description .details li span, .body-container .body-content-area-wrap .details li p, .body-container .body-content-area-wrap .details li span {
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
/* line 589, ../sass/_main.scss */
.body-container .profile-description .details li img, .body-container .body-content-area-wrap .details li img {
  width: 18px;
  height: auto;
}
/* line 590, ../sass/_main.scss */
.body-container .profile-description .details li span, .body-container .body-content-area-wrap .details li span {
  padding: .3rem 1rem;
  background: #fff;
  border-radius: 50px;
  color: #787878;
  font-size: .9rem;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
/* line 595, ../sass/_main.scss */
.body-container .profile-description .details li p, .body-container .body-content-area-wrap .details li p {
  color: #000;
  font-weight: 500;
}
/* line 602, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  flex-wrap: nowrap;
}
/* line 608, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li {
  display: flex;
  column-gap: 2rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  background: #fff;
  padding: 1.5rem;
  border-radius: .9rem;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border: 1px solid #E0E6EB;
}
/* line 622, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .chip {
  color: #0080BA;
  background: #EBF5FF;
  border-radius: 30px;
  padding: .4rem 1rem;
  text-align: center;
  line-height: 1.1;
}
/* line 631, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
/* line 640, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
}
/* line 646, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .icon {
  width: 40px;
  height: auto;
  display: flex;
}
/* line 650, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .icon img {
  width: 40px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(30%) sepia(76%) saturate(1659%) hue-rotate(174deg) brightness(97%) contrast(102%);
}
/* line 655, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .text-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
/* line 659, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .text-wrap .item-title {
  font-size: 1.1rem;
  color: #000;
}
/* line 663, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .text-wrap .date-wrap {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
  align-items: center;
}
/* line 668, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .text-wrap .date-wrap span {
  font-size: .8rem;
}
/* line 669, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .text-wrap .date-wrap .label {
  font-weight: 400;
}
/* line 670, ../sass/_main.scss */
.body-container .body-content-area-wrap .org-licence-cards li .content-wrap .item-des .text-wrap .date-wrap .value {
  color: #2c2c2c;
  font-weight: 500;
}
/* line 680, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  flex-wrap: nowrap;
}
/* line 686, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li {
  display: flex;
  column-gap: 2rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  background: #fff;
  padding: 1.5rem;
  border-radius: .9rem;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border: 1px solid #E0E6EB;
}
/* line 700, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .chip {
  color: #0080BA;
  background: #EBF5FF;
  border-radius: 30px;
  padding: .4rem 1rem;
  text-align: center;
  line-height: 1.1;
}
/* line 709, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  flex-wrap: nowrap;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
}
/* line 718, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
}
/* line 724, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .icon {
  width: 40px;
  height: auto;
  display: flex;
}
/* line 728, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .icon img {
  width: 40px;
  height: auto;
}
/* line 732, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
/* line 736, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .item-title {
  font-size: 1.1rem;
  color: #000;
  font-weight: 600;
}
/* line 741, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  align-items: center;
  background: rgba(150, 150, 150, 0.1);
  padding: .3rem 1.5rem;
  border-radius: 0 60px 60px 0;
}
/* line 749, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap li {
  box-shadow: none;
  border: none;
  padding: 0;
  background: transparent;
  column-gap: 5px;
  width: auto;
  min-width: 150px;
}
/* line 758, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap span {
  font-size: .8rem;
}
/* line 759, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap .label {
  font-weight: 400;
}
/* line 760, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap .value {
  color: #787878;
  font-weight: 500;
}
/* line 771, ../sass/_main.scss */
.body-container .body-content-area-wrap .action-wrap {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
}
/* line 777, ../sass/_main.scss */
.body-container .body-content-area-wrap .action-wrap .btn-wrap {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
}
/* line 784, ../sass/_main.scss */
.body-container .body-content-area-wrap .action-wrap a, .body-container .body-content-area-wrap .action-wrap button {
  display: flex;
  color: #000;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 5px;
  color: #000;
  font-weight: 500;
  font-size: .96rem;
}
/* line 794, ../sass/_main.scss */
.body-container .body-content-area-wrap .action-wrap a img, .body-container .body-content-area-wrap .action-wrap button img {
  width: 18px;
  height: auto;
}
/* line 798, ../sass/_main.scss */
.body-container .body-content-area-wrap .status-chip {
  padding: .3rem 1rem;
  border-radius: 30px;
  font-size: .9rem;
}
/* line 802, ../sass/_main.scss */
.body-container .body-content-area-wrap .status-chip.pending {
  color: #FD9002;
  background: rgba(253, 144, 2, 0.1);
  border: 1px solid rgba(253, 144, 2, 0.2);
}
/* line 808, ../sass/_main.scss */
.body-container .body-content-area-wrap .status-chip.approved {
  color: #19C661;
  background: rgba(25, 198, 97, 0.1);
  border: 1px solid rgba(25, 198, 97, 0.2);
}
/* line 814, ../sass/_main.scss */
.body-container .body-content-area-wrap .status-chip.completed {
  color: #82656A;
  background: rgba(130, 101, 106, 0.1);
  border: 1px solid rgba(130, 101, 106, 0.2);
}
/* line 823, ../sass/_main.scss */
.body-container .body-content-area-wrap .item-status.pending .img-status img {
  filter: brightness(0) saturate(100%) invert(66%) sepia(48%) saturate(4483%) hue-rotate(360deg) brightness(103%) contrast(103%);
}
/* line 827, ../sass/_main.scss */
.body-container .body-content-area-wrap .item-status.approved .img-status img {
  filter: brightness(0) saturate(100%) invert(59%) sepia(95%) saturate(461%) hue-rotate(89deg) brightness(89%) contrast(82%);
}
/* line 831, ../sass/_main.scss */
.body-container .body-content-area-wrap .item-status.completed .img-status img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(5%) saturate(1672%) hue-rotate(300deg) brightness(91%) contrast(89%);
}
/* line 832, ../sass/_main.scss */
.body-container .body-content-area-wrap .item-status.completed .item-title {
  color: #787878 !important;
  font-weight: 500;
}
/* line 837, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-details-head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 2rem;
  flex-wrap: nowrap;
  background: #fff;
  padding: 1.5rem;
  border-radius: .9rem;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border: 1px solid #E0E6EB;
}
/* line 849, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-details-head .title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c2c2c;
}
/* line 855, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-details-head .wrapper {
  row-gap: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-bottom: .5rem;
}
/* line 863, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-details-head .icon-head {
  background: #EBF5FF;
  border-radius: 20px;
  padding: 15px 20px;
}
/* line 867, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-details-head .icon-head img {
  width: 40px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(30%) sepia(76%) saturate(1659%) hue-rotate(174deg) brightness(97%) contrast(102%);
}
/* line 873, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-details-head .detail-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  row-gap: 1rem;
}
/* line 879, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-details-head .detail-item li {
  display: flex;
  width: calc(100% / 2 - 2rem);
  flex-direction: column;
  row-gap: 5px;
}
/* line 885, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-details-head .detail-item .label {
  font-size: .8rem;
}
/* line 886, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-details-head .detail-item .value {
  font-weight: 500;
  color: #000;
}
/* line 890, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  flex-wrap: nowrap;
  background: #fff;
  padding: 1.5rem;
  border-radius: .9rem;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border: 1px solid #E0E6EB;
}
/* line 901, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list li {
  display: flex;
  column-gap: 2rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E0E6EB;
}
/* line 911, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list li:last-child {
  border: none;
}
/* line 914, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list li .content-wrap {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
/* line 923, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list li .content-wrap .item-des {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  flex-wrap: nowrap;
  align-items: center;
}
/* line 929, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list li .content-wrap .item-des .icon {
  width: auto;
  height: auto;
  display: flex;
  background: rgba(0, 128, 186, 0.1);
  border-radius: 30px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
}
/* line 938, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list li .content-wrap .item-des .icon img {
  width: 22px;
  height: auto;
}
/* line 942, ../sass/_main.scss */
.body-container .body-content-area-wrap .event-doc-list li .content-wrap .item-des .item-title {
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}

/* line 955, ../sass/_main.scss */
.payment-method .custom-form {
  width: 90%;
}
/* line 956, ../sass/_main.scss */
.payment-method .main-back {
  background: #a2cdff !important;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
}
/* line 966, ../sass/_main.scss */
.payment-method .card-data > div {
  padding-bottom: 1.5em;
}
/* line 971, ../sass/_main.scss */
.payment-method .card-property-title {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  margin-right: 0.5em;
  color: #787878;
}
/* line 977, ../sass/_main.scss */
.payment-method .card-property-title span {
  color: #ababab;
  font-size: .8rem;
}
/* line 979, ../sass/_main.scss */
.payment-method .card-property-value {
  flex: 1 1;
}
/* line 980, ../sass/_main.scss */
.payment-method .card-number {
  background: #fff;
  border: 1px solid #E0E6EB;
  border-radius: .5rem;
  padding: 0.5em 1em;
}
/* line 987, ../sass/_main.scss */
.payment-method .card-number-field * {
  line-height: 1;
  margin: 0;
  padding: 0;
}
/* line 992, ../sass/_main.scss */
.payment-method .card-number-field input {
  width: 100%;
  height: 100%;
  padding: 0.5em 1rem;
  margin: 0 0.75em;
  border: none;
  color: #888888;
  background: transparent;
}
/* line 1003, ../sass/_main.scss */
.payment-method .timer span {
  background: #311b92;
  color: #ffffff;
  width: 1.2em;
  padding: 4px 0;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}
/* line 1011, ../sass/_main.scss */
.payment-method .timer span + span {
  margin-left: 2px;
}
/* line 1015, ../sass/_main.scss */
.payment-method .timer em {
  font-style: normal;
}
/* line 1020, ../sass/_main.scss */
.payment-method .action button {
  padding: 1.1em;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 1em;
  color: #ffffff;
  border: none;
  border-radius: 0.5em;
  transition: background-color 0.2s ease-in-out;
}
/* line 1030, ../sass/_main.scss */
.payment-method .action button:hover {
  background: #2979ff;
}
/* line 1035, ../sass/_main.scss */
.payment-method .input-container {
  position: relative;
  display: flex;
  align-items: center;
  height: 3em;
  overflow: hidden;
  border: 1px solid #E0E6EB;
  border-radius: .5rem;
}
/* line 1043, ../sass/_main.scss */
.payment-method .input-container input {
  flex: 1 1;
  height: 100%;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: .5rem;
}
/* line 1050, ../sass/_main.scss */
.payment-method .input-container input:focus {
  background: #fff;
  color: #2c2c2c;
}
/* line 1054, ../sass/_main.scss */
.payment-method .input-container input::placeholder {
  color: #ddd;
}
/* line 1056, ../sass/_main.scss */
.payment-method .input-container i {
  position: absolute;
  right: 0.5em;
}
/* line 1059, ../sass/_main.scss */
.payment-method .input-container input,
.payment-method .input-container i {
  line-height: 1;
}
/* line 1061, ../sass/_main.scss */
.payment-method .input-container input::-webkit-outer-spin-button,
.payment-method .input-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 1066, ../sass/_main.scss */
.payment-method .purchase-section {
  position: relative;
  overflow: visible;
  padding: 0 1em 1em 1em;
  background: #eff5fb;
  border-top-left-radius: 0.8em;
  border-top-right-radius: 0.8em;
}
/* line 1073, ../sass/_main.scss */
.payment-method .purchase-section:before {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  left: -0.8em;
  bottom: -0.8em;
  background: #ffffff;
}
/* line 1083, ../sass/_main.scss */
.payment-method .purchase-section:after {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  right: -0.8em;
  bottom: -0.8em;
  background: #ffffff;
}
/* line 1094, ../sass/_main.scss */
.payment-method .card-mockup {
  position: relative;
  margin: 2em auto 1.5em auto;
  width: 94%;
  padding: 1.2em;
  border-radius: 0.6em;
  background: #72a2f7;
  color: #fff;
  box-shadow: 0 0.5em 1em 0.125em rgba(0, 0, 0, 0.1);
}
/* line 1103, ../sass/_main.scss */
.payment-method .card-mockup:after {
  content: "";
  position: absolute;
  width: 25%;
  top: -0.2em;
  left: 37.5%;
  height: 0.2em;
  background: #2962ff;
  border-top-left-radius: 0.2em;
  border-top-right-radius: 0.2em;
}
/* line 1114, ../sass/_main.scss */
.payment-method .card-mockup:before {
  content: "";
  position: absolute;
  top: 0;
  width: 25%;
  left: 37.5%;
  height: 0.5em;
  background: #2962ff36;
  border-bottom-left-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  box-shadow: 0 2px 15px 5px #2962ff4d;
}
/* line 1127, ../sass/_main.scss */
.payment-method .purchase-props {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: .7rem;
}
/* line 1133, ../sass/_main.scss */
.payment-method .purchase-props li {
  width: 100%;
  color: #2c2c2c;
  font-size: .9rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
/* line 1141, ../sass/_main.scss */
.payment-method .purchase-props li span {
  color: #787878;
  font-size: .8rem;
  font-weight: normal;
}
/* line 1146, ../sass/_main.scss */
.payment-method .separation-line {
  border-top: 1px dashed #E0E6EB;
  margin: 0 0.8em;
}
/* line 1147, ../sass/_main.scss */
.payment-method .total-section {
  position: relative;
  overflow: hidden;
  padding: 1em;
  background: #eff5fb;
  border-bottom-left-radius: 0.8em;
  border-bottom-right-radius: 0.8em;
  text-align: center;
  display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 1rem;
}
/* line 1161, ../sass/_main.scss */
.payment-method .total-section:before {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  left: -0.8em;
  top: -0.8em;
  background: #ffffff;
}
/* line 1171, ../sass/_main.scss */
.payment-method .total-section:after {
  content: "";
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  right: -0.8em;
  top: -0.8em;
  background: #ffffff;
}
/* line 1182, ../sass/_main.scss */
.payment-method .total-section .total-label {
  font-size: .9em;
  font-weight: 400;
}
/* line 1184, ../sass/_main.scss */
.payment-method .total-section .value {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: .6rem;
}
/* line 1187, ../sass/_main.scss */
.payment-method .total-section .value span {
  font-size: 1rem;
  font-weight: 400;
  color: #0080BA;
}

/* ----------------------------------- */
/*  Break-Points Min-1200px - Desktop 
/* ----------------------------------- */
/* ----------------------------------- */
/*  Break-Points Min-1200px - Desktop 
/* ----------------------------------- */
/* ----------------------------------- */
/*  Break-Points Max-1199px - Laptop 
/* ----------------------------------- */
@media only screen and (max-width: 1199px) {
  /* line 22, ../sass/_media-query.scss */
  .body-container {
    padding: 2rem;
  }
  /* line 24, ../sass/_media-query.scss */
  .body-container .profile-description {
    padding: 1.6rem;
  }
  /* line 25, ../sass/_media-query.scss */
  .body-container .profile-head {
    row-gap: 1rem;
    padding-bottom: 1.5rem;
  }
  /* line 26, ../sass/_media-query.scss */
  .body-container .login-Wrapper .banner-sec .custom-container {
    width: 96%;
  }
}
/* ----------------------------------- */
/*  Break-Points Max-1050px - Min-desktop
/* ----------------------------------- */
@media only screen and (max-width: 1199px) {
  /* line 37, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap {
    flex-direction: column;
    row-gap: .8rem;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-start;
  }
  /* line 43, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap {
    row-gap: 10px;
  }
  /* line 47, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .action-wrap {
    padding-left: 56px;
    flex-direction: row-reverse;
  }
}
/* ----------------------------------- */
/*  Break-Points Max-992px - Laptop 
/* ----------------------------------- */
@media screen and (max-width: 992px) {
  /* line 56, ../sass/_media-query.scss */
  .hide-In992 {
    display: none !important;
  }

  /* line 57, ../sass/_media-query.scss */
  .mobile-hamburger {
    display: block !important;
  }

  /* line 58, ../sass/_media-query.scss */
  .menu-wrapper-container.active {
    margin-left: 0;
  }

  /* line 60, ../sass/_media-query.scss */
  .page-main-wrapper .custom-container {
    width: 95%;
  }
  /* line 61, ../sass/_media-query.scss */
  .page-main-wrapper .mainFlexWrapper {
    padding-top: 30px;
  }

  /* line 73, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .org-licence-cards li .content-wrap .action-wrap {
    flex-direction: column;
    row-gap: .5rem;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
/* ----------------------------------- */
/*  Break-Points Max-768px - Tab 
/* ----------------------------------- */
@media screen and (max-width: 768px) {
  /* line 81, ../sass/_media-query.scss */
  .hide-In768 {
    display: none !important;
  }

  /* line 83, ../sass/_media-query.scss */
  .sidebar-nav-wrapper .nav li.welcome, .sidebar-nav-wrapper .nav li .action, .side-navbar .nav li.welcome, .side-navbar .nav li .action {
    display: flex !important;
  }

  /* line 85, ../sass/_media-query.scss */
  .header {
    height: 76px;
  }
  /* line 88, ../sass/_media-query.scss */
  .header .wrapper .logo img {
    height: 58px;
  }
  /* line 90, ../sass/_media-query.scss */
  .header .wrapper .welcome-action .welcome, .header .wrapper .welcome-action .action {
    display: none !important;
  }
  /* line 93, ../sass/_media-query.scss */
  .header.scrolled {
    height: 70px;
  }
  /* line 96, ../sass/_media-query.scss */
  .header.scrolled .wrapper .logo img {
    height: 50px;
  }

  /* line 101, ../sass/_media-query.scss */
  .login-Wrapper, .page-main-wrapper, .adjust-with-header {
    padding-top: 76px;
  }
  /* line 103, ../sass/_media-query.scss */
  .login-Wrapper.scrolled, .page-main-wrapper.scrolled, .adjust-with-header.scrolled {
    padding-top: 70px;
  }

  /* line 106, ../sass/_media-query.scss */
  .side-navbar {
    top: 76px;
  }
  /* line 108, ../sass/_media-query.scss */
  .side-navbar.scrolled {
    top: 70px;
  }

  /* line 113, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .org-licence-cards li .content-wrap, .body-container .body-content-area-wrap .event-list-cards li .content-wrap {
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
  }
  /* line 114, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .org-licence-cards li .content-wrap .action-wrap, .body-container .body-content-area-wrap .event-list-cards li .content-wrap .action-wrap {
    flex-direction: row;
  }
}
/* ----------------------------------- */
/*  Break-Points Max-680px - Tab 
/* ----------------------------------- */
@media screen and (max-width: 680px) {
  /* line 131, ../sass/_media-query.scss */
  .body-container .profile-data .contact-list {
    flex-direction: column;
    row-gap: 10px;
  }
  /* line 132, ../sass/_media-query.scss */
  .body-container .profile-description, .body-container .body-content-area-wrap {
    padding: 1.8rem;
  }
  /* line 133, ../sass/_media-query.scss */
  .body-container .over-data {
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 5px;
  }
  /* line 136, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .org-licence-cards li {
    flex-direction: column;
    row-gap: 1.5rem;
    align-items: flex-start;
    justify-content: flex-start;
  }
  /* line 139, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li {
    flex-direction: column;
    row-gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
  }
  /* line 142, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des {
    width: 100%;
  }
  /* line 144, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap {
    width: calc(100% - 80px);
  }
  /* line 146, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
  }

  /* line 159, ../sass/_media-query.scss */
  .common-form-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 1.5rem;
    justify-content: flex-start;
  }
  /* line 164, ../sass/_media-query.scss */
  .common-form-wrapper .row-half {
    width: calc(100% - 2rem);
  }

  /* line 171, ../sass/_media-query.scss */
  .footer .content-wrapper {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  /* line 173, ../sass/_media-query.scss */
  .footer .content-wrapper li {
    border: none;
  }
  /* line 174, ../sass/_media-query.scss */
  .footer .content-wrapper p, .footer .content-wrapper a, .footer .content-wrapper span {
    text-align: center;
  }
}
/* ----------------------------------- */
/*  Break-Points Max-500px - Mobile 
/* ----------------------------------- */
@media screen and (max-width: 500px) {
  /* line 186, ../sass/_media-query.scss */
  .body-container {
    padding: 1.5rem;
  }
  /* line 188, ../sass/_media-query.scss */
  .body-container .profile-data {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    row-gap: 1rem;
  }
  /* line 190, ../sass/_media-query.scss */
  .body-container .profile-data .content-wrapper {
    align-items: center;
  }
  /* line 191, ../sass/_media-query.scss */
  .body-container .profile-data .contact-list {
    align-items: center;
  }
  /* line 193, ../sass/_media-query.scss */
  .body-container .profile-head {
    row-gap: 1.5rem;
  }
  /* line 194, ../sass/_media-query.scss */
  .body-container .profile-description, .body-container .body-content-area-wrap {
    padding: 1.4rem;
  }
  /* line 197, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap {
    row-gap: 10px;
  }
  /* line 199, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 10px;
  }
  /* line 204, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap {
    width: 100%;
    align-items: center;
  }
  /* line 207, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
    border-radius: 8px;
    row-gap: 3px;
  }
  /* line 209, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap li {
    display: flex;
    flex-direction: row;
  }
  /* line 210, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap .label {
    min-width: 70px;
  }
  /* line 211, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .item-des .text-wrap .date-wrap .value {
    color: #2c2c2c;
  }
  /* line 215, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .event-list-cards li .content-wrap .action-wrap {
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    row-gap: 10px;
  }
  /* line 219, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .org-licence-cards li {
    row-gap: 1rem;
  }
  /* line 221, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .org-licence-cards li .chip {
    margin: 0 auto;
  }
  /* line 222, ../sass/_media-query.scss */
  .body-container .body-content-area-wrap .org-licence-cards li .content-wrap {
    align-items: center;
  }
}
