@charset "UTF-8";
/*------------------------------------------------------------------------------/   /-----*/
/*-------------░N░E░T░I░Z░E░N░S░ ░ ░T░E░C░H░N░O░L░O░G░I░E░S░-------------------/---/     */
/*-------------░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░------------------/   /-----*/
/*flex cross browser mixin*/
/*mixin end here*/
/* Local fonts */
*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  font-display: swap;
  -webkit-appearance: none;
  font-family: "Inter", sans-serif;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-display: swap;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
  /* ===== Scrollbar CSS ===== */
  /* Chrome, Edge, and Safari */
}

html * {
  scrollbar-width: thin;
  scrollbar-color: #065f46 #fff;
}

html *::-webkit-scrollbar {
  width: 5px;
}

html *::-webkit-scrollbar-track {
  background: #ddd;
}

html *::-webkit-scrollbar-thumb {
  background: #059669;
  border: 0px none #059669;
}

@media screen and (max-width: 767px) {
  form button {
    max-width: 100% !important;
  }
}

input, textarea, select {
  font-family: "Inter", sans-serif !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, 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;
  font-size: 100%;
  list-style: none;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

button {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.container_fluied {
  max-width: 1470px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

@media screen and (max-width: 1240px) {
  .container_fluied {
    max-width: 991px;
  }
}

@media screen and (max-width: 1040px) {
  .container_fluied {
    max-width: 767px;
  }
}

@media screen and (max-width: 768px) {
  .container_fluied {
    max-width: 575px;
  }
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

@media screen and (max-width: 1280px) {
  .container {
    max-width: 1024px;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

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

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.position-a {
  position: absolute;
}

.position-r {
  position: relative;
}

.position-f {
  position: fixed;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.m-auto {
  margin: auto !important;
}

.w100 {
  width: 100% !important;
  max-width: 100% !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr10 {
  margin-right: 10px;
}

section {
  overflow: hidden;
}

.textCP {
  text-transform: capitalize;
}

.textUP, .btn {
  text-transform: uppercase;
}

#deliverypolicy,
#cancellation,
#customers {
  scroll-margin-top: 20px;
}

/* chat button css start*/
div#chat-widget-container {
  bottom: 0px !important;
}

/* chat button css end's*/
/*------------------------------------------------------------------------------/   /-----*/
/*-------------░N░E░T░I░Z░E░N░S░ ░ ░T░E░C░H░N░O░L░O░G░I░E░S░-------------------/---/     */
/*-------------░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░------------------/   /-----*/
/* HEADER CSS START HERE */
header {
  width: 100%;
  max-width: 300px;
  height: 100vh;
  background: #fff;
  padding: 25px 30px;
  position: fixed;
  -webkit-transition: max-width 0.3s ease;
  transition: max-width 0.3s ease;
  -webkit-box-shadow: 0px 8px 34px rgba(109, 141, 173, 0.06);
          box-shadow: 0px 8px 34px rgba(109, 141, 173, 0.06);
}

@media screen and (max-width: 1280px) {
  header {
    padding: 20px;
    max-width: 260px;
  }
}

@media screen and (max-width: 767px) {
  header {
    max-width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    z-index: 999;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
    padding: 0;
    background: none;
  }
}

header .logo {
  font-size: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px) {
  header .logo {
    margin-top: 0;
    padding: 16px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .logo a {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
}

@media screen and (max-width: 1280px) {
  header .logo a {
    width: 206px;
  }
}

@media (max-width: 767px) {
  header .logo a {
    width: 41px;
  }
}

header .logo a .favicon {
  display: none;
}

@media (max-width: 767px) {
  header .logo a .favicon {
    display: block;
  }
}

@media (max-width: 767px) {
  header .logo a .logo_img {
    display: none;
  }
}

header .main-nav {
  margin: 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 100%;
  height: calc(100vh - 63px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

header .main-nav nav {
  width: 230px;
  margin: 60px -30px 55px;
  overflow: auto;
  height: calc(100vh - 238px);
  padding: 0 30px;
}

@media screen and (max-width: 1280px) {
  header .main-nav nav {
    margin: 30px -30px;
  }
}

@media screen and (max-width: 767px) {
  header .main-nav nav {
    margin: 0;
    padding: 10px 0;
    height: auto;
    width: 100%;
  }
}

header .main-nav nav a {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 42px;
  counter-increment: rowNumber;
  overflow: visible;
}

@media screen and (max-width: 1440px) {
  header .main-nav nav a {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  header .main-nav nav a {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  header .main-nav nav a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .main-nav nav a:last-child {
  margin-bottom: 0;
}

header .main-nav nav a span, header .main-nav nav a::before {
  margin-left: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: rgba(50, 15, 58, 0.4);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

@media screen and (max-width: 1280px) {
  header .main-nav nav a span, header .main-nav nav a::before {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  header .main-nav nav a span, header .main-nav nav a::before {
    margin-left: 0;
    font-size: 16px;
  }
}

header .main-nav nav a svg {
  -webkit-transition: stroke 0.5s ease;
  transition: stroke 0.5s ease;
}

header .main-nav nav a svg * {
  stroke: rgba(50, 15, 58, 0.4);
  -webkit-transition: stroke 0.5s ease;
  transition: stroke 0.5s ease;
}

header .main-nav nav a.active::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  width: 14px;
  height: 14px;
  background: #059669;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1280px) {
  header .main-nav nav a.active::after {
    left: -20px;
  }
}

header .main-nav nav a:hover, header .main-nav nav a.active {
  color: #065f46;
}

header .main-nav nav a:hover span, header .main-nav nav a.active span {
  color: #059669;
}

header .main-nav nav a:hover svg *, header .main-nav nav a.active svg * {
  stroke: #065f46;
}

header .main-nav nav a:hover::before, header .main-nav nav a.active::before {
  color: #065f46;
}

header .main-nav nav a.contact-link {
  display: none;
}

@media (max-width: 768px) {
  header .main-nav nav a.contact-link {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #059669;
    border-radius: 10px;
    width: 180px;
    margin: 0 auto;
    color: #fff;
    padding: 10px 0; */
    display: flex;
  }
}

header .hamburger {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #fff;
  font-size: 0;
  padding: 8px;
  border-radius: 5px;
  border: 2px solid #d6e9e8;
  bottom: 4%;
}

@media screen and (max-width: 767px) {
  header .hamburger {
    top: 10px;
    left: 10px;
    bottom: auto;
    right: auto;
  }
  header .hamburger svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  header .hamburger.mob {
    border: none;
  }
  header .hamburger.mob span {
    background: #059669;
    border-radius: 10px;
    height: 5px;
    margin: 0px 0 8px;
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  header .hamburger.mob span {
    height: 3px;
    margin: 0px 0 8px;
  }
}

@media screen and (max-width: 767px) {
  header .hamburger.mob span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  header .hamburger.mob span:nth-of-type(2) {
    opacity: 0;
  }
  header .hamburger.mob span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
}

header.active {
  max-width: 110px;
}

@media screen and (max-width: 1280px) {
  header.active {
    max-width: 80px;
  }
}

@media screen and (max-width: 767px) {
  header.active {
    max-width: 100%;
    height: auto;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
  }
}

header.active span {
  display: none;
}

header.active .logo a img:last-child {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  header.active .logo a img:last-child {
    visibility: visible;
  }
}

header.active .logo a .favicon {
  display: block;
}

@media screen and (max-width: 767px) {
  header.active .logo a .favicon {
    display: block;
  }
}

header.active .logo a .logo_img {
  display: none;
}

@media screen and (max-width: 767px) {
  header.active .logo a .logo_img {
    display: none;
  }
}

@media (max-width: 767px) {
  header.active .main-nav {
    display: none;
  }
}

header.active .main-nav nav {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: auto;
}

@media (max-width: 767px) {
  header.active .main-nav nav {
    display: none;
  }
}

header.active .main-nav nav a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.active .main-nav nav a.active::after {
  left: -38px;
}

@media screen and (max-width: 1280px) {
  header.active .main-nav nav a.active::after {
    left: -20px;
  }
}

header.active .main-nav nav a::before {
  content: counter(rowNumber);
  margin-left: 0;
}

header.active .hamburger {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media screen and (max-width: 1280px) {
  header.active .hamburger {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  header.active .hamburger {
    -webkit-transform: none;
            transform: none;
    top: 10px;
    left: 10px;
    bottom: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  header.active .hamburger {
    max-width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  header.active .hamburger.mob {
    border: none;
  }
  header.active .hamburger.mob span {
    background: #059669;
    border-radius: 10px;
    height: 5px;
    margin: 0px 0 7px;
    display: block;
    width: 100%;
    -webkit-transform: rotatez(180deg);
            transform: rotatez(180deg);
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  header.active .hamburger.mob span {
    height: 3px;
    margin: 5px 0 5px;
  }
}

@media screen and (max-width: 767px) {
  header.active .hamburger.mob span:nth-of-type(2) {
    opacity: 1;
  }
}

/* HEADER CSS END'S HERE */
/*------------------------------------------------------------------------------/   /-----*/
/*-------------░N░E░T░I░Z░E░N░S░ ░ ░T░E░C░H░N░O░L░O░G░I░E░S░-------------------/---/     */
/*-------------░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░------------------/   /-----*/
/* HOME PAGE CSS START HERE */
section {
  position: relative;
  width: 100%;
  max-width: calc(100% - 300px);
  margin-right: 0;
  margin-left: auto;
  min-height: 100vh;
  -webkit-transition: max-width 0.3s ease;
  transition: max-width 0.3s ease;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* TOPBAR BLOCK CSS START HERE */
  /* TOPBAR BLOCK CSS END'S HERE */
  /* BREADCRUMBS BLOCK CSS START HERE */
  /* BREADCRUMBS BLOCK CSS END'S HERE */
  /* VIDEO BLOCK CSS START HERE */
  /* VIDEO BLOCK CSS END'S HERE */
  /* UPLOAD PDF BLOCK CSS START HERE */
  /* UPLOAD PDF BLOCK CSS START HERE */
  /* TABLE CSS START HERE */
  /* TABLE CSS END'S HERE */
}
section .center_block{
  padding: 0 50px;
}

section.active {
  max-width: calc(100% - 110px);
}

@media screen and (max-width: 1280px) {
  section.active {
    max-width: calc(100% - 80px);
  }
}

@media screen and (max-width: 767px) {
  section.active {
    max-width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  section  .center_block{
    padding: 0 50px;
  }
}

@media screen and (max-width: 1280px) {
  section {
    max-width: calc(100% - 260px);
  }
}

@media screen and (max-width: 767px) {
  section {
    max-width: 100%;
    padding-top: 62px;
  }
  section .center_block{
    padding: 0 30px;
  }
}

@media screen and (max-width: 575px) {
  section {
    padding-top: 62px;
  }
  section .center_block{
    padding: 0 15px;
  }
}

/* @media (max-width: 520px) {
  section {
    padding-bottom: 250px !important;
  }
} */

section .top_bar {
  padding: 19px 80px 19px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #ecfdf5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 1440px) {
  section .top_bar {
    padding: 12px 50px;
    margin: 0 -50px 50px;
  }
}

@media screen and (max-width: 1280px) {
  section .top_bar {
    padding: 16px 50px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  section .top_bar {
    padding: 14px 30px;
    margin: 0 -30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  section .top_bar {
    padding: 12px 15px;
    margin: 0 -15px;
  }
}

section .top_bar .btn {
  padding: 14px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
}

@media screen and (max-width: 575px) {
  section .top_bar .btn {
    padding: 10px;
  }
}

section .top_bar .btn span {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #059669;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

@media screen and (max-width: 575px) {
  section .top_bar .btn span {
    font-size: 13px;
  }
}

section .top_bar .btn svg {
  margin-left: 30px;
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

section .top_bar .btn svg * {
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

section .top_bar .btn:hover span {
  color: #08261e;
}

section .top_bar .btn.btn_contact {
  background: #059669;
  color: #fafafa;
  border-radius: 5px;
  margin-right: 30px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

@media screen and (max-width: 575px) {
  section .top_bar .btn.btn_contact {
    display: none;
  }
}

section .top_bar .btn.btn_contact span {
  color: #fff;
}

section .top_bar .btn.btn_contact:hover {
  background: #08261e;
  color: #fafafa;
}

section .breadcrumbs_wrapper {
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
}

@media screen and (max-width: 1280px) {
  section .breadcrumbs_wrapper {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1080px) {
  section .breadcrumbs_wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  section .breadcrumbs_wrapper {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 575px) {
  section .breadcrumbs_wrapper {
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 30px;
  }
}

section .breadcrumbs_wrapper h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.41em;
  text-transform: uppercase;
  color: rgba(50, 15, 58, 0.4);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  section .breadcrumbs_wrapper h1 {
    letter-spacing: 0.1em;
  }
}

section h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #465e54;
  text-transform: capitalize;
}

@media screen and (max-width: 1280px) {
  section h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 1080px) {
  section h2 {
    text-align: center;
  }
}

section .step_details_wrapper {
  padding-bottom: 100px;
}

@media screen and (max-width: 1440px) {
  section .step_details_wrapper {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  section .step_details_wrapper {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  section .step_details_wrapper {
    padding-bottom: 40px;
  }
}

section .step_details_wrapper video {
  max-height: 546px;
  margin: 50px auto;
  width: 100%;
  background: #000;
  background: #ecfdf5;
  border-radius: 16px;
  max-width: 1640px;
}

@media screen and (max-width: 1440px) {
  section .step_details_wrapper video {
    margin: 40px auto;
  }
}

@media screen and (max-width: 575px) {
  section .step_details_wrapper video {
    margin: 30px auto;
  }
}

section .step_details_wrapper h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #0c2d1f;
}

section .step_details_wrapper p {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: rgba(40, 12, 45, 0.6);
  margin-top: 15px;
}

@media screen and (max-width: 575px) {
  section .step_details_wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}

section .step_details_wrapper .btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  section .step_details_wrapper .btn_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  section .step_details_wrapper .btn_block {
    margin: 40px 0;
  }
}

section .step_details_wrapper .btn_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 130px;
}
section .step_details_wrapper .btn_block a svg path {
  stroke: #fff;
}

section .step_details_wrapper .btn_block a.disable {
  background: transparent;
  color: rgba(50, 15, 58, 0.4);
  margin-right: 30px;
  cursor: not-allowed;
  pointer-events: none;
}
.disable{
  cursor: not-allowed;
}
section .step_details_wrapper .btn_block a.disable svg path{
  stroke: #000;
}

section .step_details_wrapper .btn_block div {
  display: block;
  width: 100%;
  max-width: 130px;
}

section .step_details_wrapper .btn_block div:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 575px) {
  section .step_details_wrapper .btn_block div:first-child {
    margin-right: 10px;
  }
}

section .step_details_wrapper .btn_block.first_page div:first-child a{
  background: transparent;
  color: rgba(50, 15, 58, 0.4);
  margin-right: 30px;
}
section .step_details_wrapper .btn_block.first_page div:first-child a  svg path{
  stroke: #000;
}

section .step_details_wrapper .btn_block.first_page div:first-child {
  cursor: not-allowed;
}

section .step_details_wrapper .btn_block.first_page div:first-child a {
  pointer-events: none;
  cursor: not-allowed;
}

section .step_details_wrapper .btn_block.last_page div:last-child {
  cursor: not-allowed;
}

section .step_details_wrapper .btn_block.last_page div:last-child a {
  pointer-events: none;
  cursor: not-allowed;
}

section .upload_wrapper {
  padding: 0 0 100px;
}

@media screen and (max-width: 1440px) {
  section .upload_wrapper {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  section .upload_wrapper {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  section .upload_wrapper {
    padding-bottom: 40px;
  }
}

section .upload_wrapper .top_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1080px) {
  section .upload_wrapper .top_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section .upload_wrapper .top_block div {
  width: 100%;
}

section .upload_wrapper .top_block div img{
  max-width: 70%;
}

section .upload_wrapper .top_block div.left_block {
  padding-right: 50px;
}

@media screen and (max-width: 1280px) {
  section .upload_wrapper .top_block div.left_block {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1080px) {
  section .upload_wrapper .top_block div.left_block {
    padding: 0px;
    border: 0;
  }
}

section .upload_wrapper .top_block div.left_block h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  section .upload_wrapper .top_block div.left_block h2 {
    margin-bottom: 15px;
  }
}

section .upload_wrapper .top_block div.right_block {
  padding-left: 100px;
}

@media screen and (max-width: 1280px) {
  section .upload_wrapper .top_block div.right_block {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1080px) {
  section .upload_wrapper .top_block div.right_block {
    padding: 60px 0 0;
    border: 0;
  }
}

@media screen and (max-width: 767px) {
  section .upload_wrapper .top_block div.right_block {
    padding: 50px 0 0;
  }
}

@media screen and (max-width: 575px) {
  section .upload_wrapper .top_block div.right_block {
    padding: 50px 0 0;
  }
}

section .upload_wrapper .top_block div.right_block .text_block {
  margin-top: 30px;
}

@media screen and (max-width: 1080px) {
  section .upload_wrapper .top_block div.right_block .text_block {
    text-align: center;
    margin: 20px auto 40px;
  }
}

section .upload_wrapper .top_block div.right_block .text_block p {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: rgba(50, 15, 58, 0.4);
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  section .upload_wrapper .top_block div.right_block .text_block p {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}

section .upload_wrapper .top_block div.right_block .text_block a {
  display: block;
}

@media screen and (max-width: 1080px) {
  section .upload_wrapper .top_block div.right_block .text_block a {
    margin: 0 auto 0;
  }
}

section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper {
  padding-top: 10px;
  max-width: 380px;
}

@media screen and (max-width: 1080px) {
  section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper {
    padding-top: 0;
    display: inline-block;
    text-align: start;
    width: auto;
    max-width: 330px;
  }
}

section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper a,
section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper a,
  section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper span {
    margin: 0;
  }
}

section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper a img,
section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper span img {
  margin-right: 10px;
}

@media screen and (max-width: 1080px) {
  section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper a img,
  section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper span img {
    display: block;
    text-align: center;
  }
}

section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper label {
  font-size: 18px;
  line-height: 30px;
  color: #08261e;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

@media (max-width: 575px) {
  section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper label {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper label {
    font-size: 14px;
  }
}

section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper a {
  margin-bottom: 25px;
}

@media screen and (max-width: 1080px) {
  section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper a {
    margin-bottom: 15px;
  }
}

section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper a label {
  cursor: pointer;
}

section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper a:hover label {
  color: #065f46;
}

section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper > img {
  margin-top: 12px;
}

@media screen and (max-width: 1080px) {
  section .upload_wrapper .top_block div.right_block .text_block .contact_wrapper > img {
    margin-top: 20px;
  }
}

section .upload_wrapper .top_block div.right_block .block-img img {
  margin-top: 45px;
}

@media screen and (max-width: 1080px) {
  section .upload_wrapper .top_block div.right_block .block-img img {
    margin: 60px auto 0;
    display: block;
  }
}

section .upload_wrapper .bottom_block {
  padding-top: 80px;
}

@media screen and (max-width: 1280px) {
  section .upload_wrapper .bottom_block {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  section .upload_wrapper .bottom_block {
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 575px) {
  section .upload_wrapper .bottom_block {
    padding: 30px 0 0;
  }
}

section .upload_wrapper .bottom_block .halfBlock {
  max-width: 50%;
  padding-right: 50px;
}

@media screen and (max-width: 1280px) {
  section .upload_wrapper .bottom_block .halfBlock {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1080px) {
  section .upload_wrapper .bottom_block .halfBlock {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  section .upload_wrapper .bottom_block .halfBlock {
    max-width: 100%;
    padding-right: 0px;
  }
}

section .form_wrapper .form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  section .form_wrapper .form_group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

section .form_wrapper .form_group .form_block {
  width: 100%;
  margin-right: 30px;
  margin-top: 35px;
}

@media screen and (max-width: 1280px) {
  section .form_wrapper .form_group .form_block {
    margin-top: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  section .form_wrapper .form_group .form_block {
    margin: 15px 0 0;
  }
}

section .form_wrapper .form_group .form_block:last-child {
  margin-right: 0;
}

section .form_wrapper .form_group .form_block input,
section .form_wrapper .form_group .form_block textarea,
section .form_wrapper .form_group .form_block select {
  width: 100%;
  background: transparent;
  font-size: 18px;
  color: #60d5a4;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 13px 20px;
  outline: none;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}

section .form_wrapper .form_group .form_block input:focus,
section .form_wrapper .form_group .form_block textarea:focus,
section .form_wrapper .form_group .form_block select:focus {
  border-color: #059669;
  background: #fff;
}

section .form_wrapper .form_group .form_block input::-webkit-outer-spin-button, section .form_wrapper .form_group .form_block input::-webkit-inner-spin-button,
section .form_wrapper .form_group .form_block textarea::-webkit-outer-spin-button,
section .form_wrapper .form_group .form_block textarea::-webkit-inner-spin-button,
section .form_wrapper .form_group .form_block select::-webkit-outer-spin-button,
section .form_wrapper .form_group .form_block select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section .form_wrapper .form_group .form_block input[type="number"],
section .form_wrapper .form_group .form_block textarea[type="number"],
section .form_wrapper .form_group .form_block select[type="number"] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 1280px) {
  section .form_wrapper .form_group .form_block input,
  section .form_wrapper .form_group .form_block textarea,
  section .form_wrapper .form_group .form_block select {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 1080px) {
  section .form_wrapper .form_group .form_block input,
  section .form_wrapper .form_group .form_block textarea,
  section .form_wrapper .form_group .form_block select {
    font-size: 16px;
  }
}

section .form_wrapper .form_group .form_block ::-webkit-input-placeholder,
section .form_wrapper .form_group .form_block ::-moz-placeholder,
section .form_wrapper .form_group .form_block :-ms-input-placeholder,
section .form_wrapper .form_group .form_block ::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  color: #000;
  opacity: 0.25;
  font-weight: 500;
}

section .form_wrapper .form_group .form_block ::-webkit-input-placeholder,
section .form_wrapper .form_group .form_block ::-moz-placeholder,
section .form_wrapper .form_group .form_block :-ms-input-placeholder,
section .form_wrapper .form_group .form_block ::placeholder {
  font-family: "Inter", sans-serif;
  color: #000;
  opacity: 0.25;
  font-weight: 500;
}

section .form_wrapper .form_group .form_block textarea {
  min-height: 125px;
  max-height: 160px;
  max-width: 100%;
  min-width: 100%;
  resize: none;
}

section .form_wrapper .form_group .form_block .btn_wrapper {
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
}

section .form_wrapper .form_group .form_block .btn_wrapper:before {
  background-size: cover !important;
}

section .form_wrapper .form_group .form_block label {
  font-size: 14px;
  line-height: 17px;
  color: #08261e;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  text-align: left;
}

section .form_wrapper .form_group:first-child .form_block:first-child, section .form_wrapper .form_group:first-child .form_block:last-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  section .form_wrapper .form_group:first-child .form_block:first-child, section .form_wrapper .form_group:first-child .form_block:last-child {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  section .form_wrapper .form_group:first-child .form_block:first-child {
    margin-top: 0;
  }
}

section .form_wrapper .form_group .checkBox {
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 1080px) {
  section .form_wrapper .form_group .checkBox {
    margin-top: 25px;
  }
}

section .form_wrapper .form_group .checkBox .custom-checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 18px;
  color: #5f5f5f;
}

section .form_wrapper .form_group .checkBox .custom-checkbox a {
  color: #8e2984;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section .form_wrapper .form_group .checkBox .custom-checkbox a:hover {
  color: #065f46;
}

section .form_wrapper .form_group .checkBox .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

section .form_wrapper .form_group .checkBox .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}

section .form_wrapper .form_group .checkBox .custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

section .form_wrapper .form_group .checkBox .custom-checkbox input:checked ~ .checkmark {
  background: #065f46;
}

section .form_wrapper .form_group .checkBox .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

section .form_wrapper .form_group .link {
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #065f46;
}

section .form_wrapper .form_group .link:hover {
  color: #0f3a28;
}

section .form_wrapper .form_group .link.forgot-password {
  margin-top: 20px;
}

@media screen and (max-width: 1080px) {
  section .form_wrapper .form_group .link.forgot-password {
    margin-top: 25px;
  }
}

section .form_wrapper .textBlock {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 1080px) {
  section .form_wrapper .textBlock {
    margin-top: 25px;
  }
}

section .form_wrapper .textBlock span {
  font-size: 16px;
  color: #5f5f5f;
  font-weight: 500;
}

section .form_wrapper .textBlock span a {
  font-size: 16px;
  color: #0f3a28;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-weight: 500;
}

section .form_wrapper .textBlock span a:hover {
  color: #065f46;
}

section .upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  background: rgba(9, 116, 121, 0.1);
  border: 1px dashed rgba(9, 116, 121, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  section .upload {
    margin: 20px 0;
  }
}

@media screen and (max-width: 575px) {
  section .upload {
    height: auto;
    min-height: 140px;
    padding: 0 15px;
  }
}

section .upload h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #51a9a5;
  margin-top: 7px;
}

section .upload input {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

section .files-list {
  background: #e7f2f2;
  border-radius: 10px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 206px;
}

@media screen and (max-width: 767px) {
  section .files-list {
    margin-right: 30px;
  }
}

@media screen and (max-width: 575px) {
  section .files-list {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

section .files-list .single-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px;
  margin-bottom: 0;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

section .files-list .single-file .file-icon {
  font-size: 0;
  width: 36px;
  width: 45px;
  margin-right: 12px;
}

section .files-list .single-file .delete {
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
  z-index: 2;
}

section .files-list .single-file .name {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #097479;
  margin-bottom: 12px;
  padding-right: 15px;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

section .files-list .single-file .size {
  font-size: 12px;
  font-weight: 500;
  color: #a4a4a4;
  margin: 0;
  margin-bottom: 0.25rem;
}

section .files-list .single-file .info {
  width: 100%;
}

section .files-list .single-file .info .progress-cont {
  height: 7px;
  width: 100%;
  border-radius: 4px;
  background-color: #d0d0d0;
  position: relative;
}

section .files-list .single-file .info .progress-cont .progress {
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: linear-gradient(90.57deg, #028090 0%, #00bfb2 100%), #32f6a4;
  -webkit-transition: 1s all;
  transition: 1s all;
}

section .files-list .single-file .info .progress-cont .progress.active {
  width: 100%;
}

section .btn_wrapper {
  background: #059669;
  -webkit-box-shadow: 0px 4px 25px rgba(118, 118, 118, 0.12);
          box-shadow: 0px 4px 25px rgba(118, 118, 118, 0.12);
  border-radius: 9px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 230px;
  padding: 13px 20px;
  transition: 0.5s ease;
}

section .btn_wrapper:hover{
  background: #08261e;
}

section .form_up_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  section .form_up_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section .table_wrapper {
  padding: 70px 0 100px;
}

@media screen and (max-width: 1440px) {
  section .table_wrapper {
    padding: 70px 0px 100px;
  }
}

@media screen and (max-width: 1280px) {
  section .table_wrapper {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 767px) {
  section .table_wrapper {
    padding: 40px 0;
  }
}

@media screen and (max-width: 575px) {
  section .table_wrapper {
    padding: 30px 0;
  }
}

section .table_wrapper table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

section .table_wrapper table tr {
  border-bottom: 1px solid rgba(81, 169, 165, 0.15);
}

section .table_wrapper table tr:last-child td {
  padding-bottom: 0;
}

section .table_wrapper table tbody tr:last-child {
  border: 0;
}

section .table_wrapper table tbody td {
  vertical-align: middle;
}

section .table_wrapper table tbody td:first-child {
  width: 60%;
}

section .table_wrapper table tbody td:nth-child(2), section .table_wrapper table tbody td:last-child {
  width: 20%;
}

section .table_wrapper table tbody td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .table_wrapper table tbody td div img {
  margin-right: 13px;
}

section .table_wrapper table tbody td div.shipped {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #79cd85;
  padding-left: 26px;
  position: relative;
}

section .table_wrapper table tbody td div.shipped::before, section .table_wrapper table tbody td div.shipped::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  background: #79cd85;
}

section .table_wrapper table tbody td div.shipped:after {
  width: 10px;
  height: 10px;
  background: #fff;
  left: 3px;
}

section .table_wrapper table tbody td div.shipped.pending {
  color: #de6666;
}

section .table_wrapper table tbody td div.shipped.pending::before {
  background: #de6666;
}

section .table_wrapper table th,
section .table_wrapper table td {
  padding: 22px 0;
}

section .table_wrapper table td {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #065f46;
}

@media screen and (max-width: 1080px) {
  section .table_wrapper table td {
    font-size: 16px;
  }
}

section .table_wrapper table th {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #83c2bf;
  text-align: left;
  padding-top: 0;
}

section .table_wrapper table th:first-child {
  width: 60%;
}

section .table_wrapper table th:nth-child(2), section .table_wrapper table th:last-child {
  width: 20%;
}

@media screen and (max-width: 991px) {
  section .table_wrapper table {
    border: 0;
  }
  section .table_wrapper table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  section .table_wrapper table tr {
    border: 1px solid #01a0a1 !important;
    display: block;
    margin-bottom: 20px;
    background: #e1f5f4;
    padding: 0 30px !important;
  }
  section .table_wrapper table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0 !important;
  }
  section .table_wrapper table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  section .table_wrapper table td:last-child {
    border-bottom: 0;
  }
  section .table_wrapper table td div {
    white-space: nowrap;
    overflow: hidden;
  }
}

.dropdown_wrapper {
  background: #fff;
  width: 100%;
  max-width: 170px;
  position: relative;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .dropdown_wrapper {
    max-width: 50px;
    position: absolute;
    top: 10px;
    right: 20px;
    border-radius: 5px;
  }
  .dropdown_wrapper .dropdown_toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  
  .dropdown_wrapper .dropdown_toggler img {
    width: 34px;
    height: 40px;
  }
}

.dropdown_wrapper .dropdown_menu {
  padding: 25px 19px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 10px 10px;
  z-index: 999;
}

@media (max-width: 767px) {
  .dropdown_wrapper .dropdown_menu {
    padding: 15px 10px;
    width: 160px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 999;
    left: -90px;
    top: 52px;
  }
}

.dropdown_wrapper .dropdown_menu a {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

@media (max-width: 575px) {
  .dropdown_wrapper .dropdown_menu a {
    margin-top: 15px;
  }
}

.dropdown_wrapper .dropdown_menu a:first-child {
  margin-top: 0;
}

.dropdown_wrapper .dropdown_menu a span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: rgba(50, 15, 58, 0.4);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .dropdown_wrapper .dropdown_menu a span {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .dropdown_wrapper .dropdown_menu a span {
    font-size: 13px;
  }
}

.dropdown_wrapper .dropdown_menu a svg {
  margin-right: 15px;
  -webkit-transition: stroke 0.5s ease;
  transition: stroke 0.5s ease;
}

@media screen and (max-width: 575px) {
  .dropdown_wrapper .dropdown_menu a svg {
    margin-right: 10px;
    width: 18px;
  }
}

.dropdown_wrapper .dropdown_menu a svg * {
  -webkit-transition: stroke 0.5s ease;
  transition: stroke 0.5s ease;
}

.dropdown_wrapper .dropdown_menu a:hover span {
  color: #059669;
}

.dropdown_wrapper .dropdown_menu a:hover svg {
  stroke: #059669;
}

.dropdown_wrapper .dropdown_menu a:hover svg * {
  stroke: #059669;
}

.dropdown_wrapper.active {
  -webkit-box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.08);
  border-radius: 10px 10px 0px 0px;
}

@media (max-width: 767px) {
  .dropdown_wrapper.active {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 5px;
  }
}

.dropdown_wrapper.active .dropdown_menu {
  display: block;
}

.dropdown_wrapper.active .dropdown_toggler {
  border-radius: 10px 10px 0px 0px;
  border-bottom: none;
}

.dropdown_wrapper.active .dropdown_toggler span {
  color: #08261e;
}

.dropdown_wrapper.active .dropdown_toggler svg {
  fill: #065f46;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.dropdown_wrapper.active .dropdown_toggler svg * {
  fill: #059669;
}

.mob {
  display: none;
}

@media (max-width: 767px) {
  .mob {
    display: block;
  }
  .mob.hamburger {
    height: 40px;
    width: 50px;
  }
}

.top_bar.desktop,
.hamburger.desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .top_bar.desktop,
  .hamburger.desktop {
    display: none;
  }
}

/* HOME PAGE CSS END'S HERE */
/*------------------------------------------------------------------------------/   /-----*/
/*-------------░N░E░T░I░Z░E░N░S░ ░ ░T░E░C░H░N░O░L░O░G░I░E░S░-------------------/---/     */
/*-------------░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░------------------/   /-----*/
/* ABOUT PAGE START HERE */
/* ABOUT PAGE END'S HERE */
/*------------------------------------------------------------------------------/   /-----*/
/*-------------░N░E░T░I░Z░E░N░S░ ░ ░T░E░C░H░N░O░L░O░G░I░E░S░-------------------/---/     */
/*-------------░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░------------------/   /-----*/
/* CONTACT CSS START HERE */
/* CONTACT CSS END'S HERE */
/*------------------------------------------------------------------------------/   /-----*/
/*-------------░N░E░T░I░Z░E░N░S░ ░ ░T░E░C░H░N░O░L░O░G░I░E░S░-------------------/---/     */
/*-------------░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░------------------/   /-----*/
/* COMMON PAGE CSS START HERE */
.invoiceTable {
  padding: 0 0 100px;
  overflow-x: auto;
  max-height: calc(100vh - 250px);
}

@media screen and (max-width: 1440px) {
  .invoiceTable {
    padding-bottom: 60px;
  }
  .invoiceTable table th, .invoiceTable table td {
      padding: 10px !important;
      text-align: center !important;
      min-width: 110px;
  }
  .invoiceTable table th:first-child, .invoiceTable table td:first-child {
      min-width: 50px;
      max-width: 120px;
  }

}

@media screen and (max-width: 768px) {
  .invoiceTable {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .invoiceTable {
    padding-bottom: 40px;
    margin: 30px 0;
  }
}

@media screen and (max-width: 540px) {
  .invoiceTable {
    overflow-x: auto;
  }
}

.invoiceTable table {
  width: 100%;
  font-size: 12px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  border-radius: 8px;
  overflow: hidden;
  border-collapse: collapse;
  scrollbar-width: thin;
}

@media screen and (max-width: 768px) {
  .invoiceTable table {
    width: 130%;
  }
}

.invoiceTable table tr {
  background: none;
  border: none;
}

.invoiceTable table tr:hover {
  background: #ecfdf5;
}

.invoiceTable table tr td {
  padding: 15px 15px;
  font-size: 16px;
  line-height: 20px;
  color: #9B9B9B;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .invoiceTable table tr td {
    font-size: 14px;
  }
}

.invoiceTable table tr td:first-child {
  padding-left: 60px;
}

.invoiceTable table tr td:first-child:before {
  content: counter(rowNumber);
  min-width: 1em;
  margin-right: 0.5em;
}

.invoiceTable table tr td:last-child {
  padding-right: 60px;
}

.invoiceTable table tr td .draft {
  padding: 0 10px;
  border-radius: 6px;
  color: #699a86;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  background: #F4F2FF;
  max-width: 65px;
  width: 100%;
  text-align: center;
  background: #ccd1d5;
  border-radius: 5px;
  color: white;
}

.invoiceTable table tr td .paid {
  font-size: 14px;
  padding: 0 10px;
  border-radius: 6px;
  color: #fafafa;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  background: #059669;
  max-width: 65px;
  width: 100%;
  text-align: center;
}

.invoiceTable table tr td .draft.paid {
  font-size: 14px;
  padding: 0 10px;
  border-radius: 6px;
  color: #fafafa;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  background: #059669;
  max-width: 65px;
  width: 100%;
  text-align: center;
}

.invoiceTable table tr td .draft.failed {
  font-size: 14px;
  padding: 0 10px;
  border-radius: 6px;
  color: white;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  background: #f44336;
  max-width: 65px;
  width: 100%;
  text-align: center;
}

.invoiceTable table th {
  background: #ecfdf5;
  border: none;
  padding: 18px 15px;
  border: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #08261e;
  text-align: left;
}

.invoiceTable table th:first-child {
  padding-left: 60px;
}

.invoiceTable table th:last-child {
  padding-right: 60px;
}

@media screen and (max-width: 480px) {
  .invoiceTable table th {
    font-size: 14px;
  }
}

.invoiceTable table tbody tr {
  counter-increment: rowNumber;
}

.invoiceTable .text-center {
  text-align: center;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fafafa inset !important;
  -webkit-text-fill-color: #60d5a4 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.scroll-inner::-webkit-scrollbar {
  width: 10px;
}

.scroll-inner::-webkit-scrollbar:horizontal {
  height: 5px;
}

.scroll-inner::-webkit-scrollbar-track {
  background-color: #a9a9ad;
}

.scroll-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #059669;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* COMMON PAGE CSS END'S HERE */
/*------------------------------------------------------------------------------/   /-----*/
/*-------------░N░E░T░I░Z░E░N░S░ ░ ░T░E░C░H░N░O░L░O░G░I░E░S░-------------------/---/     */
/*-------------░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░------------------/   /-----*/
/* SUPPORT PAGE CSS START HERE */
/* SUPPORT PAGE CSS END'S HERE */
/*------------------------------------------------------------------------------/   /-----*/
/*-------------░N░E░T░I░Z░E░N░S░ ░ ░T░E░C░H░N░O░L░O░G░I░E░S░-------------------/---/     */
/*-------------░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░------------------/   /-----*/
/* FOOTER CSS START HERE */
footer {
  background: #ecfdf5;
  padding: 35px 20px 26px;
  /* position: absolute; */
  bottom: 0;
  /* width: 100%; */
}

@media screen and (max-width: 1440px) {
  footer {
    padding: 35px 20px 26px;
  }
}

@media screen and (max-width: 920px) {
  footer {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 767px) {
  /* footer {
    margin: 0 -30px;
  } */
}

@media screen and (max-width: 767px) {
  footer {
    left: 30px;
    right: 30px;
  }
}

footer .footer_block .footer-logo {
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  footer .footer_block .footer-logo img {
    max-width: 30%;
  }
}

@media (max-width: 480px){
  footer .footer_block .footer-logo {
  margin-bottom: 5px;
}

  footer .footer_block .footer-logo img{
    max-width: 40%;
  }
}

footer .footer_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  footer .footer_block ul {
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
  }
}

@media screen and (max-width: 520px) {
  footer .footer_block ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer_block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 520px) {
  footer .footer_block ul li {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8px;
  }
}

footer .footer_block ul li a {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #08261e;
  position: relative;
}

@media screen and (max-width: 920px) {
  footer .footer_block ul li a {
    font-size: 14px;
  }
}

/* footer .footer_block ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -4px;
  width: 0%;
  height: 0.5px;
  background: #059669;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
} */

footer .footer_block ul li a:hover {
  color: #059669;
}

footer .footer_block ul li a:hover::after {
  width: 100%;
}

footer .footer_block ul li:after {
  content: "";
  width: 1px;
  height: 16px;
  border-radius: 100%;
  display: block;
  background: rgba(50, 15, 58, 0.4);
  margin: 0 40px;
}

@media screen and (max-width: 1080px) {
  footer .footer_block ul li:after {
    margin: 0 18px;
  }
}

@media screen and (max-width: 920px) {
  footer .footer_block ul li:after {
    margin: 0 8px;
  }
}

@media screen and (max-width: 520px) {
  footer .footer_block ul li:after {
    content: none;
  }
}

footer .footer_block ul li:last-child::after {
  content: none;
}

footer .copyright {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 920px) {
  footer .copyright {
    margin-top: 20px;
  }
}

footer .copyright p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: rgba(50, 15, 58, 0.4);
}

@media screen and (max-width: 920px) {
  footer .copyright p {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  footer .copyright p {
    font-size: 11px;
  }
}

/* FOOTER CSS END'S HERE */
/*------------------------------------------------------------------------------/   /-----*/
/*-------------░N░E░T░I░Z░E░N░S░ ░ ░T░E░C░H░N░O░L░O░G░I░E░S░-------------------/---/     */
/*-------------░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░-░------------------/   /-----*/
.saveButton {
  background-color: #555;
  padding: 15px 30px;
  text-decoration: none;
  color: #EEE;
  text-shadow: 0 -1px #222;
  border-radius: 4px;
  font-family: 'Helvetica Neu', Arial, san-serif;
  font-size: 14px;
}

.saveButton:hover {
  background-color: #777;
  color: #DDD;
  text-shadow: 0 -1px #555;
}

.successfully-saved {
  display: none;
  color: #1B7C18;
  border-radius: 5px;
  border: 2px solid #1B7C18;
  padding: .5em .75em;
  background: #D6F8DD;
  width: 25%;
  margin-top: 20px;
}

.successfully-saved.show {
  display: block;
}
/*# sourceMappingURL=app.css.map */


/* 26-02-2022 */
header.active .main-nav nav .dashboard::before,
header.active .main-nav nav .profile::before,
header.active .main-nav nav .invoice::before,
header.active .main-nav nav .contact::before{
  content: "";
  width: 20px;
  height: 20px;
  background-color: rgba(50, 15, 58, 0.4);
}
header.active .main-nav nav .active.dashboard::before,
header.active .main-nav nav .active.profile::before,
header.active .main-nav nav .active.invoice::before,
header.active .main-nav nav .active.contact::before{
  background-color: #059669;
}
header.active .main-nav nav .dashboard::before{
  -webkit-mask-image: url(../images/icon/dashboard.svg);
  mask-image: url(../images/icon/dashboard.svg);
}
header.active .main-nav nav .profile::before{
  -webkit-mask-image: url(../images/icon/profile.svg);
  mask-image: url(../images/icon/profile.svg);
}
header.active .main-nav nav .invoice::before{
  -webkit-mask-image: url(../images/icon/invoices.svg);
  mask-image: url(../images/icon/invoices.svg);
}
header.active .main-nav nav .contact::before{
  -webkit-mask-image: url(../images/icon/contact.svg);
  mask-image: url(../images/icon/contact.svg);
}