* {
  padding: 0;
  margin: 0;
  /* scroll-behavior: smooth; */
  box-sizing: border-box;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat/Montserrat-Light.ttf");
}
@font-face {
  font-family: "Montserrat-LightItalic";
  src: url("../fonts/Montserrat/Montserrat-LightItalic.ttf");
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: "DMSans-Regular";
  src: url("../fonts/DMSans/DMSans-Regular.ttf");
}
@font-face {
  font-family: "DMSans-Medium";
  src: url("../fonts/DMSans/DMSans-Medium.ttf");
}
@font-face {
  font-family: "Quicksand-Regular";
  src: url("../fonts/Quicksand/Quicksand-Regular.ttf");
}
@font-face {
  font-family: "Quicksand-Bold";
  src: url("../fonts/Quicksand/Quicksand-Bold.ttf");
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueMedium/HelveticaNeueMedium.ttf");
}

ul,
ol,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
}

/* :root {
  --primary-color: #4e5ed0;
  --secondary-color: #070707;
  --dark-color: #0b0d39;
  --light-color: #fbfbfb;
  --lightgray-color: #fcfcfc;
  --white-color: #ffffff;
  --black-color: #000000;
} */

.quicksand-bold {
  font-family: "Quicksand-Bold" !important;
}

.common-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common-header-top {
  padding-top: 185px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.datepicker td,
.datepicker th {
  padding: 8px;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-image: linear-gradient(to bottom, #4e5ed0, #4e5ed0) !important;
}

.btn {
  font-size: 20px;
  border-radius: 30px;
  padding: 15px 40px;
  width: 100%;
  font-family: "DMSans-Medium";
}

.btn:focus-visible {
  box-shadow: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--primary-color) !important;
  border: var(--primary-color) !important;
}

.lets-btn-details {
  font-family: "Quicksand-Bold";
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.hero-btn-details {
  padding-top: 29px;
}

.form-common-details .form-label {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  color: var(--black-color);
  font-family: "Montserrat-ExtraBold";
}

.form-common-details .form-control {
  background: #e7eefc;
  border: 0.2px solid #707070;
  font-size: 20px;
  line-height: 24px;
  padding: 12px 20px;
  color: var(--black-color);
  font-family: "Montserrat-Medium";
}

.form-common-details .form-control::placeholder {
  color: var(--black-color);
}

.form-common-details .textarea-form-control {
  resize: none;
  min-height: 191px;
}

.form-common-details
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 12px 20px;
  color: var(--black-color);
  font-size: 20px;
  font-family: "Montserrat-Medium";
  line-height: 24px;
}

.form-common-details
  .select2
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent;
  background-image: url(../images/svg/down.svg);
  height: 12.16px;
  background-repeat: no-repeat;
  width: 17.52px;
  margin: 0px;
  border: 0px;
  top: 0;
  bottom: 0;
  background-position: center;
  margin: auto;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.form-common-details .select2-container--default .select2-selection--single {
  background: #e7eefc;
  border: 0.2px solid #707070;
}

.form-common-details
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: unset;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.form-common-details .select2-container--default .select2-selection--single {
  height: unset;
}

/* open select2 start */

.select2-step-inner .select2-dropdown,
.select2-nationality-inner .select2-dropdown,
.select2-residence-inner .select2-dropdown,
.select2-pays-inner .select2-dropdown,
.select2-preferred-inner .select2-dropdown,
.select2-asset-inner .select2-dropdown {
  border-color: #707070;
  background: #e7eefc;
}

.select2-step-inner .select2-results__option--selectable,
.select2-nationality-inner .select2-results__option--selectable,
.select2-residence-inner .select2-results__option--selectable,
.select2-pays-inner .select2-results__option--selectable,
.select2-preferred-inner .select2-results__option--selectable,
.select2-asset-inner .select2-results__option--selectable {
  padding: 5px 20px;
  font-size: 20px;
  font-family: "Montserrat-Medium";
  line-height: 26px;
}

.select2-step-inner
  .select2-container--default
  .select2-results__option--selected,
.select2-nationality-inner
  .select2-container--default
  .select2-results__option--selected,
.select2-residence-inner
  .select2-container--default
  .select2-results__option--selected,
.select2-pays-inner
  .select2-container--default
  .select2-results__option--selected,
.select2-preferred-inner
  .select2-container--default
  .select2-results__option--selected,
.select2-asset-inner
  .select2-container--default
  .select2-results__option--selected {
  background-color: #4e5ed059;
}

.select2-step-inner
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-nationality-inner
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-residence-inner
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-pays-inner
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-preferred-inner
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-asset-inner
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
}

.select2-step-inner
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-nationality-inner
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-residence-inner
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-pays-inner
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-preferred-inner
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-asset-inner
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(180deg);
}

.form-common-details {
  margin-bottom: 40px;
}

/* header css start */
.header-section .bg-header-contain {
  background: var(--white-color);
    padding: 26.5px 0px;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header-contain-flex .right-header-nav {
  display: flex;
  align-items: center;
  gap: 80px;
}

.user-profile-show .profile-bg-details {
  height: 80px;
  width: 80px;
  background-color: var(--primary-color);
}

.user-profile-show .profile-bg-details .profile-name-show {
  font-size: 30px;
  letter-spacing: -1.29px;
  line-height: 40px;
}

.nav-header-contain {
  display: flex;
  align-items: center;
  padding-left: 0px;
  gap: 74px;
  margin: 0px;
}

.logo-header .logo-icon {
  height: 44px;
  width: unset;
}

section.header-section {
  position: fixed;
  left: 0;
  z-index: 999 !important;
  right: 0;
  top: 36px;
  transition: 0.5s ease-in-out;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.header-max-contain {
  max-width: 1364px;
  margin: 0px auto;
}

.header-container {
  max-width: 1483px;
  margin: auto;
}

.header-container {
  max-width: 1483px;
  margin: auto;
}

section.header-section.fixed {
  top: 0px;
}

section.header-section.fixed .header-container {
  max-width: 100%;
}

section.header-section.fixed .bg-header-contain {
  border-radius: 0px;
}

.nav-header-contain .li-nav-header .link-nav-contain {
  font-size: 20px;
  font-family: "DMSans-Medium";
  font-weight: 500;
  color: var(--black-color);
  z-index: 99;
  position: relative;
}

.li-nav-header {
  position: relative;
}

.li-nav-inner-details {
  z-index: 9;
  position: absolute;
  max-width: 441px;
  background: white;
  width: 441px;
  left: -9%;
  /* transform: translateX(-50%); */
  padding: 20px 33px;
  border-radius: 25px;
  top: 280%;
  display: none;
}

.inner-dropdown-profile {
  z-index: 9;
  position: absolute;
  max-width: 441px;
  background: white;
  width: max-content;
  padding: 20px 33px;
  right: 0;
  top: 137%;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  display: none;
}

.li-nav-inner-details::after {
  content: "";
  background: #ff000000;
  height: 50%;
  width: 250px;
  position: absolute;
  top: -38%;
  z-index: 99;
  left: 3%;
  right: 0;
  margin-right: auto;
}

.user-profile-dropdown-main {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.inner-dropdown-profile::after {
  content: "";
  background: #ff000000;
  height: 100%;
  width: 80px;
  position: absolute;
  top: -95%;
  z-index: 99;
  left: 0;
  right: 0;
  margin-left: auto;
}

.li-nav-inner-details .inner-listing-menu {
  margin-bottom: 30px;
}

.dropdown-profile-list .dropdown-listitem-profile {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-Medium";
  margin-bottom: 33px;
}

.dropdown-profile-list .dropdown-listitem-profile:last-child {
  margin-bottom: 0px;
}

.dropdown-profile-list .dropdown-listitem-profile .dropdown-inner-redirect {
  color: var(--black-color);
}

li.li-nav-header:hover ul.li-nav-inner-details {
  display: block;
}

.inner-listing-menu .btn-primary, .inner-listing-menu .btn-primary:hover,.inner-listing-menu .btn-primary:active {
  font-size: 25px;
  border-radius: 31px;
  padding: 11px 40px;
  width: 100%;
  font-family: "Quicksand-Bold";
}
/* header css end */

.cus-container {
  max-width: 1501px;
  margin: 0px auto;
}

.user-container {
  max-width: 1580px;
  padding: 0px 15px;
  margin: 0 auto;
}

/* hero section start */

.hero-section {
  /* background-image: url("../images/png/herofullbg.png"); */
  min-height: 1050px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.hero-flex-row {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 90px;
}

.hero-pd-list {
  padding: 309px 0px 140px 0px;
}

.heading-hero-content h1 {
  font-size: 50px;
  font-family: "Montserrat-Bold";
  color: var(--black-color);
  font-weight: 700;
}

.heading-hero-content h1 span {
  color: var(--primary-color);
}

.heading-hero-content {
  max-width: 651px;
  margin-bottom: 65px;
}

.description-hero-head p {
  color: var(--black-color);
  font-family: "Montserrat-SemiBold";
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
}

.hero-card-details {
  background: var(--white-color);
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  box-shadow: 4px 6px 7px var(--primary-color);
}

.hero-card-details .hero-pd-details {
  padding: 43px 76px 30px 51px;
}

.heading-right-card h5 {
  font-family: "Montserrat-Bold";
  font-size: 40px;
  letter-spacing: -1.72px;
  color: var(--primary-color);
  margin-bottom: 38px;
}
/* hero section end */

/* welcome section start */

.bg-welcome-details {
  background: var(--primary-color);
  padding: 35px 0px 42px 0px;
}

.max-welcome-content .welcome-title-details {
  margin: 0px;
  font-size: 50px;
  color: var(--white-color);
  line-height: 70px;
  letter-spacing: -2.15px;
  font-family: "Montserrat-Bold";
}

.max-welcome-content {
  max-width: 972px;
  text-align: center;
  margin: auto;
}

.right-dot-after::after {
  content: "";
  background: var(--white-color);
  width: 98px;
  height: 98px;
  position: absolute;
  border-radius: 50%;
  top: -50%;
  right: 0;
}

/* welcome section end */

/* research section start */

.research-bg-contain {
  background: var(--lightgray-color);
  padding: 86px 0px;
}

.research-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}

.bg-blue-research {
  background: var(--primary-color);
  height: 109px;
  width: 109px;
  flex: 0 0 109px;
  border-radius: 50%;
}

.desc-research {
  width: 100%;
  max-width: 378px;
}

.flex-research-box {
  display: flex;
  align-items: center;
  gap: 31px;
  margin-bottom: 20px;
}

.desc-research .desc-details-research {
  font-size: 20px;
  line-height: 30px;
  font-family: "Montserrat-Medium";
  letter-spacing: 0.6px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
}

.research-title-details p {
  font-family: "Montserrat-ExtraBold";
  font-size: 20px;
  max-width: 1040px;
  line-height: 24px;
}

.research-title-details .heading-research {
  color: var(--dark-color);
  font-size: 50px;
  font-family: "Montserrat-Bold";
  line-height: 70px;
  letter-spacing: -2.15px;
  margin-bottom: 38px;
}

.research-title-details {
  margin-bottom: 88px;
}

.research-card {
  border: 0.2px solid var(--primary-color);
  box-shadow: 3px 4px 5px var(--primary-color);
  background: var(--white-color);
  height: 100%;
}

.research-card .research-body {
  padding: 27px;
  height: 100%;
}

.flex-research-box .reseacrh-icon-img {
  height: 90px;
  width: 90px;
  position: absolute;
  right: -8px;
  bottom: -8px;
}

.flex-research-box .research-card-title {
  font-size: 20px;
  font-family: "Montserrat-ExtraBold";
  line-height: 24px;
  color: var(--black-color);
}
/* research section end */

/* our services start */

.curved-background {
  background-color: #4a59db; /* Adjust this color to match your image's color */
  color: white;
  padding: 50px 0;
  position: relative;
  text-align: center;
  font-size: 24px;
}
.curved-background::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
  transform: skewY(-10deg);
  transform-origin: 0;
}
.curved-background h1 {
  margin: 0;
  font-weight: normal;
}

.our-services-bg {
  background: url("../images/png/titilebg.png");
  min-height: 261px;
  display: flex;
  align-items: center;
  padding: 30px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.our-services-bg .our-services-contain {
  margin: 0px;
  font-size: 50px;
  line-height: 42px;
  color: var(--white-color);
  letter-spacing: -2.15px;
  font-family: "Montserrat-Bold";
  line-height: 70px;
}

.our-services-title {
  text-align: center;
}

.service-contain-details .services-grid {
  display: grid;
  gap: 78px;
  grid-template-columns: 1fr 1.2fr;
}

.inner-img-contain .service-img {
  height: 532px;
  max-width: 625px;
  object-fit: cover;
  width: 100%;
}

.inner-img-contain {
  padding: 50px 0px;
}

.ourservice-img-contain {
  position: relative;
}

.ourservice-img-contain::after {
  width: 100px;
  height: 100%;
  background: var(--primary-color);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  z-index: -1;
  left: -30px;
}

.service-contain-details {
  padding: 70px 0px;
}

.flex-col-services {
  display: flex;
  gap: 40px;
}

.flex-col-services .services-box-bg {
  height: 109px;
  width: 109px;
  background: var(--primary-color);
  flex: 0 0 109px;
  border-radius: 50%;
}

.services-icon-img {
  position: absolute;
  bottom: -10px;
  height: 110px;
  width: 110px;
  object-fit: contain;
  right: -4px;
}

.right-services-details .col-services-list:nth-child(2) .services-icon-img {
  position: absolute;
  bottom: -23px;
  height: 97px;
  width: 110px;
  object-fit: contain;
  right: -20px;
}

.right-services-details .col-services-list:nth-child(3) .services-icon-img {
  position: absolute;
  bottom: -10px;
  height: 101px;
  width: 110px;
  object-fit: contain;
  right: -20px;
}

.content-services-box .heading-services {
  font-size: 20px;
  line-height: 24px;
  color: var(--black-color);
  font-family: "Montserrat-ExtraBold";
}

.content-services-box .serv-description-details {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.6px;
}

.col-services-list {
  margin-bottom: 90px;
}

.h-max-content {
  height: max-content;
}

/*  our services end */

/*  how to work start */

.title-main-contain .heading-title {
  margin: 0px;
  font-size: 50px;
  line-height: 70px;
  color: var(--white-color);
  font-family: "Montserrat-Bold";
  letter-spacing: -2.15px;
}

.how-to-work-details .bg-title-how {
  background: var(--primary-color);
  padding: 35px 0px;
  text-align: center;
}

/* .how-work-roadmap .list-work-roadmap {
  padding: 0px;
  margin: 0px;
  list-style: none;
} */

.how-roadmap-details {
  padding: 50px 0px;
}

.list-item-roadmap .flex-roadmap-contain {
  display: flex;
}

.roadmap-left-contain {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}

.roadmap-right-conatin {
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
}

.roadmap-right-img-pd {
  max-width: 647px;
  margin: auto;
  padding: 50px 0px;
}

.roadmap-right-img-pd .roadmap-contain-img {
  width: 100%;
  height: 401px;
  object-fit: cover;
}

.roadmap-left-contain .pd-roadmap-contain-right {
  padding: 10px 30px;
  border: 2px dashed var(--primary-color);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 2px;
}

.list-work-roadmap .list-item-roadmap:nth-child(odd) .pd-roadmap-contain-right {
  border-top: 0px;
  border-right: 0;
}

.list-work-roadmap
  .list-item-roadmap:nth-child(even)
  .pd-roadmap-contain-right {
  border: 0px;
}

.list-work-roadmap .list-item-roadmap:nth-child(even) .flex-roadmap-contain {
  flex-direction: row-reverse;
}

.list-work-roadmap .list-item-roadmap:nth-child(even) .roadmap-right-conatin {
  border-right: 2px dashed var(--primary-color);
  border-radius: 2px;
  border-bottom: 2px dashed var(--primary-color);
}
.list-work-roadmap .list-item-roadmap:last-child .pd-roadmap-contain-right {
  border-bottom: 0px;
}

.list-work-roadmap .list-item-roadmap:last-child .roadmap-right-conatin {
  border-bottom: 0px;
}

.number-show-roadmap .number-title-roadmap {
  font-size: 80px;
  line-height: 70px;
  letter-spacing: -3.44px;
  font-family: "Montserrat-Bold";
  color: var(--black-color);
  margin: 5px;
}

.number-show-roadmap .number-heading-details {
  font-family: "Montserrat-Bold";
  font-size: 50px;
  color: var(--primary-color);
  letter-spacing: -2.15px;
  margin-bottom: 45px;
}

.number-road-desc p {
  font-size: 20px;
  color: var(--black-color);
  max-width: 560px;
  font-family: "Montserrat-Medium";
}

.list-work-roadmap
  .list-item-roadmap:nth-child(even)
  .pd-roadmap-contain-right
  .number-road-desc {
  margin-left: auto;
  max-width: 659px;
  padding-right: 100px;
}

.list-work-roadmap .list-item-roadmap:nth-child(odd) .roadmap-right-img-pd img {
  padding-left: 10px;
}

.list-work-roadmap
  .list-item-roadmap:nth-child(even)
  .pd-roadmap-contain-right
  .number-road-desc
  p {
  max-width: unset;
}

.list-work-roadmap
  .list-item-roadmap:nth-child(even)
  .pd-roadmap-contain-right
  .number-show-roadmap {
  /* max-width: 665px;
  margin-left: auto; */

  margin-left: 28px;
}

.how-to-work-details {
  padding: 50px 0px;
}

/* how to work end */

/* why choose start */

.title-whychoose-contain .heading-title-choose {
  margin: 0px;
  font-size: 50px;
  line-height: 70px;
  color: var(--white-color);
  font-family: "Montserrat-Bold";
  letter-spacing: -2.15px;
}

.why-choose-content .bg-title-why {
  background-image: url("../images/png/titilebg.png");
  min-height: 261px;
  display: flex;
  align-items: center;
  padding: 30px 0px;
  background-position: center;
  text-align: center;
}

.why-choose-details-list {
  padding: 50px 0px;
}

.why-choose-common .list-details-choose {
  display: grid;
  /* margin: 0px -30px; */
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr;
}

.list-details-choose .listitem-choose {
  width: 100%;
  /* flex: 0 0 50%; */
  /* max-width: 50%; */
  margin-top: 50px;
  /* padding: 0px 30px; */
}

.list-details-choose .listitem-choose:nth-child(4n + 1) .heading-choose {
  padding-left: 30%;
}

.list-details-choose .listitem-choose:nth-child(4n + 1) .description-choose {
  padding-left: 30%;
}

.heading-choose .heading-title-choose {
  font-size: 50px;
  color: var(--primary-color);
  margin-bottom: 14.8px;
  font-family: "Montserrat-Bold";
  line-height: 70px;
  letter-spacing: -2.58px;
}

.description-choose .desc-para-choose {
  font-size: 24px;
  max-width: 391px;
  line-height: 40px;
  letter-spacing: 0.66px;
  color: var(--black-color);
  font-family: "Montserrat-Medium";
}

.list-details-choose .listitem-choose:nth-child(4n - 2) .heading-choose {
  margin-left: 22%;
  margin-top: 69px;
}
.list-details-choose .listitem-choose:nth-child(4n - 2) .description-choose {
  margin-left: 22%;
}

.list-details-choose .listitem-choose:first-child,
.list-details-choose .listitem-choose:nth-child(2) {
  margin-top: 0px;
}

.description-choose {
  display: flex;
  align-items: start;
  gap: 10px;
}

.list-details-choose .listitem-choose:nth-child(4n - 1) .heading-choose {
  padding-left: 15%;
}

.list-details-choose .listitem-choose:nth-child(4n - 1) .description-choose {
  padding-left: 15%;
}
.list-details-choose .listitem-choose:nth-child(4n + 4) .heading-choose {
  margin-left: 8%;
}

.list-details-choose .listitem-choose:nth-child(4n + 4) .description-choose {
  margin-left: 8%;
}

/* why choose end */

/* footer start */

.footer-services-details {
  border-top: 1px solid #262624;
  padding: 46px 0px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 3.3fr 3fr 5.9fr;
  gap: 15px;
}

.footer-list-details .footer-listitem-contain .footer-title-introduction {
  margin: 0px 0px 7px 0px;
  font-size: 20px;
  font-family: "Montserrat-Medium";
  line-height: 30px;
}

.heading-footer .heading-title-footer {
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat-ExtraBold";
}

.footer-list-details
  .footer-listitem-contain
  .footer-title-introduction
  .footer-link-redirect {
  color: #000;
  text-decoration: none;
}

.footer-register-details .footer-form-control {
  background: #f6f6f6;
  border: 0px;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 38px;
  padding-right: 180px;
  font-family: "Montserrat-Medium";
  line-height: 24px;
}

.footer-btn-details .btn-primary,
.footer-btn-details .btn-primary:hover,
.footer-btn-details .btn-primary:active {
  padding: 7px 31px;
}

.footer-logo-redirect .footer-logo {
  height: 44px;
  width: unset;
  display: flex;
}

.bottom-footer-details .footer-list-details {
  display: flex;
  gap: 68px;
  align-items: center;
  justify-content: start;
}

.social-list {
  display: flex;
  justify-content: end;
  gap: 14px;
}

.footer-btn-details {
  position: absolute;
  right: 0;
  top: 0;
}

.bottom-footer-details
  .footer-list-details
  .footer-listitem-contain
  .footer-title-introduction {
  margin: 0px;
}

.social-list .social-listitems .social-icon {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

.footer-scocial-details {
  border-top: 1px solid #262624;
  padding: 10px 0px;
}

/* footer end */

/* asset recovery step start */

.fix-number-ul {
  position: fixed;
  padding: 0;
  margin: 0;
  left: 8%;
  top: 10%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.fix-number-ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #707070;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  flex: 0 0 60px;
  position: relative;
  margin-bottom: 66px;
}

.fix-number-ul li.active {
  border-color: var(--primary-color);
  transform: scale(1.1);
}

.fix-number-ul li.active a,
.fix-number-ul li.active:after {
  background: var(--primary-color);
  transition: all 0.3s;
}

.fix-number-ul li a {
  border-radius: 50%;
  height: 42px;
  width: 42px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #707070;
  color: #fff;
  font-size: 26px;
}

.fix-number-ul li:after {
  content: "";
  height: calc(100% - -6px);
  /* height: 50px; */
  width: 4px;
  display: block;
  background: #707070;
  position: absolute;
  top: 60px;
}

.fix-number-ul li.active:after {
  height: calc(100% - 3px);
}

.fix-number-ul li:last-child {
  margin-bottom: 0;
}

.fix-number-ul li:last-child:after {
  display: none;
}

.usetps {
  padding: 20px 0 20px;
  min-height: calc(100vh - 85px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fixed-bg-asset {
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.hero-bg-fixed {
  height: 990px;
  object-fit: cover;
  width: 100%;
}

.pc-title-details .pc-title {
  font-size: 25px;
  font-family: "Montserrat-Bold";
  color: var(--primary-color);
}

.pc-title-details {
  margin-bottom: 80px;
}

.fix-number-ul li.active.scale-active {
  transform: scale(1);
  opacity: 0.7;
  pointer-events: none;
}

.downcontain {
  height: 28px;
  width: 31px;
  object-fit: cover;
}

.form-common-details .form-check {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0px;
}

.form-common-details .form-check .form-check-input {
  height: 32px;
  width: 32px;
  border: 2px solid var(--primary-color);
  margin-top: 0px;
}

.form-common-details .form-check-input:checked[type="radio"] {
  background: url("../images/svg/radio.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.flex-radio-contain {
  display: flex;
  align-items: center;
  gap: 40px;
}

.create-account-card {
  background-color: var(--white-color);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 11px;
  margin-bottom: 36.5px;
}

.create-account-card .account-cardbody {
  padding: 17px 44px;
}

.form-common-details .form-check-label {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-Medium";
}

.fix-number-ul li.active.scale-active:after {
  height: calc(100% - -3px);
  opacity: 1 !important;
}

.max-btn-center {
  max-width: 300px;
  margin: auto;
}

.account-details-flow .account-title {
  font-size: 20px;
  font-family: "Montserrat-ExtraBold";
  line-height: 24px;
  color: var(--black-color);
  margin-bottom: 42px;
}

.account-details-flow .account-description {
  font-size: 20px;
  max-width: 643px;
  font-family: "Montserrat-Medium";
  line-height: 24px;
  margin: 0px;
}

.upload-my-id-details .heading-title-upload {
  font-size: 20px;
  font-family: "Montserrat-ExtraBold";
  margin-bottom: 10px;
}

.upload-my-id-details .head-desc-upload {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: 24px;
}

.upload-my-id-details {
  margin-bottom: 64px;
}

.file-upload {
  background-color: var(--white-color);
  position: relative;
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1fb264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824b;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1aa059;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all 0.2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  border: 1px dashed #707070;
  position: relative;
  border-radius: 8px;
  height: 293px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drag-text .front-upload-icon {
  width: 91px;
  height: 65px;
  margin-bottom: 16px;
  object-fit: contain;
}

.drag-text .upload-img-title {
  color: var(--black-color);
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-ExtraBold";
  margin-bottom: 16px;
}

.drag-text .upload-frag-title {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-Medium";
  margin: 0px;
}

.image-title-wrap {
  position: absolute;
  right: 0;
  top: 0;
}

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

.file-upload-image {
  object-fit: cover;
  height: 293px;
  max-width: 100%;
  margin: auto;
  border-radius: 11px;
  width: 100%;
  border: 1px dashed #707070;
}

.signature-pad-details {
  margin-top: 76px;
}

.signature-canvas {
  width: 100% !important;
  height: 100%;
  background: var(--white-color);
  border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
}

.signature-details-contain .signature-pad-container {
  border: 1px dashed #2a2960;
  /* height: 41.973vh; */
  border-radius: 11px;
}

.signature-pad-details .upload-my-id-details {
  margin-bottom: 20px;
}

.thankyou-details .heading-title {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-Medium";
  color: var(--black-color);
  margin-bottom: 34px;
}

.candidate-checkbox .candidate-heading {
  color: var(--black-color);
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-ExtraBold";
  margin-bottom: 23px;
}

.form-common-details .check-flex-candidate .form-check .form-check-input {
  height: 18px;
  width: 18px;
}

.form-common-details
  .check-flex-candidate
  .form-check
  .form-check-input:checked {
  background-color: var(--primary-color);
}

.check-flex-candidate .form-check-label {
  color: var(--black-color);
}

.check-flex-candidate .candidate-check {
  margin-bottom: 36px;
}

.account-create-details .heading-account-craete {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-ExtraBold";
  margin-bottom: 24px;
}

.account-create-details .details-account-create {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
  font-family: "Montserrat-Medium";
}

.check-flex-candidate .form-check-label a {
  text-decoration: underline;
  color: var(--black-color);
  text-decoration-color: #707070;
}

.image-title-wrap .remove-image {
  max-width: max-content;
  padding: 5px 10px;
  border-radius: 30px 7px 7px 30px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: start;
}
/* asset recovery step end */

/* professional section start */

.professional-section-bg {
  background-image: url("../images/png/professionalbg.png");
  min-height: 1075px;
  width: 100%;
  background-size: cover;
  background-position: top;
}

.professional-section-bg .heading-hero-content {
  max-width: unset;
}

.professional-section-bg .hero-flex-row {
  grid-template-columns: 9fr 5fr;
  gap: 95px;
}

.professional-card-bg .right-prof-img {
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  box-shadow: 4px 6px 7px var(--primary-color);
  max-width: 557px;
  width: 100%;
  height: 621px;
  object-fit: cover;
}

.professional-max-btn {
  max-width: 430px;
  margin-bottom: 54px;
}

.professional-section-bg .description-hero-head p {
  font-family: "Montserrat-Medium";
  letter-spacing: 0.6px;
}

.professional-section-bg .description-hero-head {
  max-width: 796px;
  width: 100%;
}
/* professional section end */

/* label solution start */

.title-solution-contain {
  text-align: center;
  padding-bottom: 88px;
}

.title-solution-contain .heading-title-solution {
  font-size: 50px;
  letter-spacing: -2.15px;
  font-family: "Montserrat-Bold";
  line-height: 70px;
  color: var(--primary-color);
  margin-bottom: 33px;
}

.description-title-solution {
  font-size: 20px;
  font-family: "Montserrat-Medium";
  margin: auto;
  letter-spacing: 0.6px;
  text-align: center;
  color: var(--black-color);
}

.professional-grid-cols {
  gap: 85px;
}

/* label solution end */

/*  customer roadmap start */

.customer-bg-contain {
  background-image: url("../images/png/customerbg.png");
  min-height: 1170px;
  background-position: center;
  background-size: cover;
  margin-top: -150px;
}

.customer-bg-contain .customer-pd-details {
  padding: 270px 0px 204px 0px;
}

.roadmap-customer-li .listitems-roadmap-contain {
  margin-bottom: 49px;
}

.roadmap-customer-li .listitems-roadmap-contain .flex-list-customer {
  display: flex;
  align-items: center;
  gap: 25px;
}

.roadmap-customer-li
  .listitems-roadmap-contain
  .flex-list-customer
  .customer-roadmap-title {
  margin: 0px 0px 3px 0px;
  font-size: 50px;
  font-family: "Montserrat-Bold";
  letter-spacing: -2.15px;
  color: #fffdfd;
  line-height: 60px;
}

.roadmap-customer-li
  .listitems-roadmap-contain
  .flex-list-customer
  .round-white-circle {
  height: 30px;
  width: 30px;
  background: #fffdfd;
  border-radius: 50%;
}

.desc-details-customer .customer-desc-title {
  font-size: 24px;
  color: var(--white-color);
  letter-spacing: 0.72px;
  line-height: 30px;
}

.desc-details-customer {
  margin-left: 7%;
}

.roadmap-customer-li .listitems-roadmap-contain:nth-child(5n + 1) {
}

.roadmap-customer-li .listitems-roadmap-contain:nth-child(5n + 2) {
  padding-left: 4%;
}

.roadmap-customer-li .listitems-roadmap-contain:nth-child(5n + 3) {
  padding-left: 8%;
}

.roadmap-customer-li .listitems-roadmap-contain:nth-child(5n + 4) {
  padding-left: 12%;
}

.roadmap-customer-li .listitems-roadmap-contain:nth-child(5n + 5) {
  padding-left: 15%;
}

.roadmap-customer-li .listitems-roadmap-contain:last-child {
  margin-bottom: 0px;
}

/* customer roadmap end */

/* points forts start */

.pd-points-details {
  padding: 80px 0px 100px 0px;
}

.points-contain-details .services-grid {
  display: grid;
  gap: 78px;
  grid-template-columns: 1fr 1fr;
}

.content-points-box .heading-points {
  font-size: 20px;
  font-family: "Montserrat-ExtraBold";
  line-height: 24px;
  margin-bottom: 10px;
}

.content-points-box .serv-description-details {
  font-size: 20px;
  line-height: 30px;
  font-family: "Montserrat-Medium";
  margin-bottom: 40px;
}

.points-forts-titles .points-forts {
  font-size: 50px;
  color: var(--primary-color);
  margin: 0px;
  font-family: "Montserrat-Bold";
  letter-spacing: -2.15px;
  line-height: 70px;
}

.contact-flex-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.any-question-title .heading-title-faq {
  font-size: 50px;
  line-height: 70px;
  font-family: "Montserrat-Bold";
  letter-spacing: -2.15px;
  color: var(--black-color);
  margin: 0px;
}

.any-question-title .heading-title-faq span {
  color: var(--primary-color);
}

.any-question-title {
  margin-bottom: 39px;
}

.contact-max-btn {
  max-width: 430px;
  margin-bottom: 86px;
}

.heading-support .heading-pour-support {
  font-size: 50px;
  color: #0b0d39;
  letter-spacing: -2.15px;
  line-height: 50px;
  font-family: "Montserrat-Bold";
  max-width: 520px;
  margin: 0px;
}

.heading-support {
  margin-bottom: 42px;
}

.flex-support-inquiry {
  display: flex;
  align-items: center;
  gap: 21.51px;
}

.flex-support-inquiry .support-heading-details {
  font-size: 20px;
  line-height: 24px;
  margin: 0px;
  color: var(--black-color);
  font-family: "Montserrat-ExtraBold";
}

.flex-support-inquiry {
  margin-bottom: 22.9px;
}

.flex-support-inquiry .faq-icons {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

.contact-bg-contain {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  /* /* min-height: 1050px; */
}

.faq-contact-form {
  max-width: 557px;
}

.faq-contact-form .hero-card-details .hero-pd-details {
  padding: 43px 67px 30px 46px;
}

/* user dashbaord start */

.dashbaord-bg {
  min-height: 472px;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  width: 100%;
  background-size: cover;
  justify-content: center;
  padding: 190px 0px 60px 0px;
}

.dasbaord-contain-pd {
  width: 100%;
  text-align: center;
}

.user-title-contain .heading-dashboard-contain {
  font-size: 48px;
  line-height: 58px;
  font-family: "Montserrat-Bold";
  color: var(--white-color);
  margin: 0px;
}

.user-breadcrumb-details {
  background: var(--white-color);
  box-shadow: 0px 3px 6px #00000029;
  padding: 5px 0px;
}

.user-breadcrumb-details .breadcrumb {
  margin: 0px;
  max-width: max-content;
  position: relative;
}

.user-breadcrumb-details .breadcrumb::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--primary-color);
  bottom: 2px;
  position: absolute;
}

.user-breadcrumb-details .breadcrumb .breadcrumb-item,
.user-breadcrumb-details .breadcrumb .breadcrumb-item a {
  font-size: 18px;
  line-height: 22px;
  font-family: "Montserrat-LightItalic";
  font-style: italic;
  color: var(--primary-color);
  padding: 1px;
}

.user-breadcrumb-details
  .breadcrumb
  .breadcrumb-item
  + .breadcrumb-item::before {
  padding: 1px;
}

.common-user-spacing {
  padding: 80px 0px;
}

.dashboard-heading {
  margin-bottom: 56px;
}

.dashboard-heading .heading-mes-demandes {
  font-size: 25px;
  line-height: 30px;
  font-family: "Montserrat-Bold";
  color: var(--primary-color);
}

.request-card {
  background: #f7f7f7;
  border-radius: 11px;
  margin-bottom: 15px;
}

.request-cols .request-card:last-child {
  margin-bottom: 0px;
}

.request-pd-details {
  padding: 20px 30px;
}

.flex-request-content {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.inner-flex-profile {
  display: flex;
  align-items: center;
  gap: 66px;
}

.request-profile-flex {
  display: flex;
  align-items: center;
  gap: 83px;
}

.profile-bg-details {
  height: 66px;
  width: 66px;
  border-radius: 50%;
  background: #7b7b7b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.profile-bg-details .profile-name-show {
  font-size: 20px;
  margin: 0px;
  line-height: 24px;
  color: var(--white-color);
  font-family: "Montserrat-ExtraBold";
}

.profile-request-cols .profile-surename-title {
  font-size: 20px;
  font-family: "Montserrat-ExtraBold";
  line-height: 24px;
  color: var(--black-color);
  margin-bottom: 18px;
}

.profile-request-cols .profile-uat-details {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0px;
  font-family: "Montserrat-Medium";
  color: var(--black-color);
}

.link-redirect-profile a {
  font-size: 20px;
  line-height: 24px;
  text-decoration: underline;
  color: var(--primary-color);
  display: flex;
  font-family: "HelveticaNeue";
  gap: 8px;
}

.link-redirect-profile {
  display: flex;
  align-items: center;
}

.link-redirect-profile a .shape-right {
  width: 12.25px;
  height: 19.84px;
}

.request-cols {
  width: 100%;
  max-width: 1108px;
}

.modify-card-details {
  background: #f7f7f7;
  border-radius: 11px;
  margin-bottom: 15px;
}

.max-right-modify .modify-card-details:last-child {
  margin-bottom: 0px;
}

.modify-pd-details {
  padding: 15px 30px;
}

.modify-card-details .modify-title {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  text-decoration: underline;
  color: var(--primary-color);
  font-family: "HelveticaNeueMedium";
}

.modify-card-details .modify-title .shape-right {
  width: 12.25px;
  height: 19.84px;
}

.max-right-modify {
  max-width: 363px;
  margin-left: auto;
}

.common-modal-content {
  border-radius: 26px;
  background-color: var(--white-color);
  position: relative;
  margin-top: 70px;
}

.common-modal-fade .modal-dialog {
  max-width: 740px;
  border-radius: 26px;
}

.common-modal-body {
  padding: 92px 76px;
}

.common-modal-header .btn-close {
  position: absolute;
  right: 25px;
  top: 25px;
  opacity: 1;
  z-index: 9;
  background-image: url("../images/png/modal-close.png");
}

.modal-logo-details {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-logo-bg {
  max-width: 161px;
  height: 161px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: 0 0 161px;
}

.modal-logo-bg .modal-logo-icon {
  height: 130px;
  width: unset;
}

.sign-into-details {
  text-align: center;
}

.sign-into-details .signinto-title {
  font-size: 25px;
  line-height: 30px;
  color: var(--primary-color);
  font-family: "Montserrat-Bold";
  padding-bottom: 19.56px;
  position: relative;
  margin: 0px;
}

.sign-into-details .signinto-title::after {
  content: "";
  background: #707070;
  width: 150px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  animation: a;
  transform: translateX(-50%);
}

.modal-signup-contain {
  padding-top: 45px;
}

.signup-checkbox .form-common-details {
  margin: 0px;
}

.signup-checkbox .form-common-details .candidate-check {
  margin: 0px;
}

.forgot-password .redirect-forgot-pass {
  font-size: 20px;
  line-height: 24px;
  color: var(--primary-color);
  font-family: "Montserrat-SemiBold";
}

.signup-brn-continue {
  margin-top: 46px;
}

.common-modal-fade {
  background: #4e5ed099;
}

.forgot-btn-continue {
  padding-top: 30px;
}

.description-signup-account .feedback-login-icon {
  font-size: 25px;
  line-height: 30px;
  color: var(--primary-color);
  font-family: "Montserrat-Bold";
  padding-top: 19.56px;
  text-align: center;
  margin: 0px;
}

.request-user-card {
  background-color: #f7f7f7;
  border-radius: 11px;
  margin-bottom: 15px;
}

.request-user-card .request-user-body {
  padding: 42px 38px 170px 38px;
}

.request-search-title p {
  font-size: 20px;
  line-height: 24px;
  color: var(--black-color);
  font-family: "Montserrat-Medium";
}

.request-search-title {
  margin-bottom: 39px;
}

.flex-request-error p {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-ExtraBold";
  margin: 0px;
}

.flex-request-error {
  justify-content: unset;
  gap: 24px;
  margin-bottom: 6px;
}

.flex-request-error .error-details {
  height: 34px;
  width: 34px;
  object-fit: contain;
}

.document-details-desc {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 24px;
  color: var(--black-color);
  font-family: "Montserrat-Medium";
}

.request-document-upload {
  padding-top: 77px;
}

.request-document-upload .file-upload {
  background-color: #f7f7f7;
  border-radius: 11px;
}

.document-upload-steps {
  margin-bottom: 80px;
}

.signature-doc-upload-steps .request-document-upload {
  padding-top: 45px;
}

.signature-change-btn p {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-Medium";
  margin-bottom: 45px;
}

.signature-change-btn {
  padding: 77px 0px 0px 0px;
}

.max-upload-doc-btn {
  max-width: 350px;
  margin-left: auto;
}

/*  */

.flex-request-step {
  display: flex;
  align-items: start;
  gap: 23px;
}

.request-listing .bg-step-request {
  background: #707070;
  height: 35px;
  width: 35px;
  flex: 0 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.request-listing.compeleted-request .bg-step-request {
  background: #148405;
}

.step-indicator .request-listing::after {
  content: "";
  background: #707070;
  width: 2px;
  height: calc(100% - 10px);
  position: absolute;
  top: 37px;
  left: 16px;
  z-index: 1;
  bottom: 0;
}

.step-indicator .request-listing:last-child::after {
  content: none;
}

.request-listing.error-request .bg-step-request {
  background: #ff0000;
}

.flex-request-step p {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-Medium";
  margin-top: 5px;
}

.error {
  background: rgb(255 0 0 / 10%);
  padding: 11px 23px;
  font-size: 18px;
  font-family: "Montserrat-Medium";
  line-height: 22px;
  border-left: 3px solid #ff0000;
  color: #ff0000;
  margin: 16px 0px 0px 0px;
}

.request-listing.compeleted-request .flex-request-step p,
.request-listing.error-request .flex-request-step p {
  color: var(--primary-color);
}

.step-indicator {
  position: relative;
  margin-top: 55px;
  max-width: 394px;
}

.status-steper-details h3 {
  font-size: 20px;
  color: var(--black-color);
  line-height: 24px;
  font-family: "Montserrat-ExtraBold";
}

.step-indicator .request-listing {
  font-size: 22px;
  position: relative;
  line-height: 24px;
  margin-bottom: 29px;
}
.row-request {
  display: grid;
  grid-template-columns: 9fr 4.5fr;
  gap: 92px;
}

.heading-title-request {
  font-size: 20px;
  color: var(--black-color);
  line-height: 24px;
  font-family: "Montserrat-ExtraBold";
  margin: 0px;
}

.request-details-heading {
  margin-bottom: 60px;
}

.request-details-show {
  padding-top: 50px;
}

.form-common-details .common-value-input-show {
  font-size: 20px;
  color: var(--black-color);
  line-height: 24px;
  font-family: "Montserrat-Medium";
  margin: 0px;
}

.request-notes-details .request-notes-title {
  font-size: 20px;
  line-height: 24px;
  color: var(--black-color);
  font-family: "Montserrat-ExtraBold";
}

.title-request-incompelete .incompletet-title {
  font-size: 20px;
  color: var(--primary-color);
  line-height: 24px;
  font-family: "Montserrat-ExtraBold";
  margin: 0px;
}

.title-request-incompelete {
  margin-bottom: 55px;
}
/* .table-request-amount thead th,
.table-request-amount tfoot td {
  position: sticky;
  background: red
} */

.total-request-amount .table > :not(caption) > * > * {
  background: none !important;
}

.total-request-amount .table-request-amount tr th,
.total-request-amount .table-request-amount tfoot tr td {
  font-size: 20px;
  font-family: "Montserrat-ExtraBold";
  line-height: 24px;
  border-color: #707070;
  color: var(--black-color);
}

.total-request-amount .table-request-amount tr td {
  font-size: 20px;
  border-color: #707070;
  line-height: 24px;
  color: var(--black-color);
  font-family: "Montserrat-Medium";
  padding: 11.5px 10px;
}

.total-request-amount .table-request-amount tfoot tr td {
  border: none;
  padding: 24px 10px;
}

.user-dashbaord-second .request-user-body {
  padding-bottom: 20px;
}

.total-request-amount {
  max-width: 838px;
  margin: 0px;
}

.table-request-amount {
  margin-bottom: 0px;
}

.max-width-view-doc {
  margin-top: 56px;
  max-width: 350px;
}

.name-foud-flex {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 25px;
}

.name-found-details .name-foud-flex:last-child {
  margin-bottom: 0px;
}

.name-foud-flex .name-found-title {
  font-size: 20px;
  line-height: 24px;
  color: var(--black-color);
  font-family: "Montserrat-Medium";
  margin: 0px;
}

.name-foud-flex .name-found-text {
  margin: 0px;
  font-family: "Montserrat-ExtraBold";
  font-size: 20px;
  line-height: 24px;
  color: #148405;
}

.name-found-details {
  padding: 30px 0px 30px 0px;
}

.user-profile-show .profile-bg-details:hover .inner-dropdown-profile {
  display: block;
}

.common-my-agent-pd {
  padding: 192px 0px 50px 0px;
  background: #f6f6f6;
}

.agent-container {
  max-width: 1638px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto;
}

.agent-card {
  background: var(--white-color);
  box-shadow: 0px 3px 6px #00000021;
  border-radius: 28px;
}

.agent-card-body {
  padding: 70px 77px;
}

.profile-request-cols .total-avoir {
  font-size: 20px;
  font-family: "Montserrat-ExtraBold";
  line-height: 24px;
  color: var(--black-color);
}

.agent-profile-details {
  display: flex;
  align-items: start;
  gap: 200px;
}

.agent-profile-show .profile-bg-details {
  background: var(--primary-color);
}
.name-agent-details .company-position-title {
  font-size: 25px;
  line-height: 30px;
  font-family: "Montserrat-Bold";
  color: #003a70;
  margin-bottom: 18px;
}

.name-agent-details .agent-position-show {
  font-size: 20px;
  font-family: "Montserrat-ExtraBold";
  color: var(--black-color);
  line-height: 24px;
  margin-bottom: 18px;
}

.name-agent-details .company-location {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0px;
  font-family: "Montserrat-Medium";
}

.name-agent-details .agent-email-id {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
  font-family: "Montserrat-Medium";
}

.name-agent-details .agent-caller-id {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0px;
  font-family: "Montserrat-Medium";
}

.agent-flex-gap {
  display: flex;
  align-items: center;
  gap: 90px;
}

.agent-ul-tabing .nav-pills {
  gap: 78px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.agent-ul-tabing {
  padding: 40px 0px;
}

.agent-ul-tabing .nav-pills .nav-item .nav-link {
  width: 100%;
  background: var(--white-color);
  color: var(--primary-color);
  font-size: 25px;
  line-height: 30px;
  font-family: "Montserrat-Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 13px 19px #00000012;
  border-radius: 39px;
  border: 4px solid var(--white-color);
}

.agent-ul-tabing .nav-pills .nav-item .nav-link.active {
  border: 4px solid var(--primary-color);
}

.agent-tab-title-flex {
  display: flex;
  align-items: center;
  gap: 24px;
}

.user-agent-icom {
  height: 24px;
}

/*  */
.chart-title {
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-tab-agent {
  display: grid;
  grid-template-columns: 2.5fr 9.5fr;
  gap: 37px;
}

img.round-chart {
  width: 100%;
  height: 346.32px;
  object-fit: contain;
}

.chart-title p {
  font-size: 30px;
  line-height: 40px;
  font-family: "Montserrat-Bold";
  max-width: 100px;
  text-align: center;
  color: var(--primary-color);
  margin: 0px;
}

.tab-card-profile {
  background: var(--white-color);
  box-shadow: 4px 0px 13px #00000021;
  border-radius: 28px;
  margin-bottom: 15px;
}

.tab-card-profile .tab-card-profile-body {
  padding: 33px 20px;
}

.tab-title-statics h6 {
  font-size: 25px;
  line-height: 30px;
  font-family: "Montserrat-Bold";
  color: var(--primary-color);
  /* color: #003a70; */
  text-transform: uppercase;
}

.flex-agent-number .agent-number-name {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 24px;
  font-family: "Montserrat-ExtraBold";
}

.flex-agent-number .agent-number-name:last-child {
  margin-bottom: 0px;
}

.green-number {
  color: #148405;
}

.red-number {
  color: #ff0000;
}

.yellow-number {
  color: #eca93d;
}

.chart-list-details {
  max-width: 200px;
  margin: auto;
}

.tab-title-statics p {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-ExtraBold";
  margin: 10px 0px 0px 0px;
}

li.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  right: 0;
  background: #fffdfd 0% 0% no-repeat padding-box;
  box-shadow: 0px 13px 19px #00000012;
  border-radius: 39px;
  padding: 50px 39px;
  min-width: 374px;
  z-index: 1;
}
ul.dropdown-menu li {
  display: block !important;
  white-space: nowrap;
}

/* Sub Dropdown */
ul.dropdown-menu ul.dropdown-menu {
  left: 100%;
  top: 0;
  background-color: #f00 !important;
}

/* Display none by Default */
ul.dropdown-menu {
  display: none;
}

.affiliates-card {
  background: var(--white-color);
  box-shadow: 0px 3px 6px #00000021;
  border-radius: 28px;
}

.affiliates-card .affiliates-body {
  padding: 33px 75px;
}

.affiliate-heading .mes-title-head {
  font-size: 25px;
  line-height: 30px;
  font-family: "Montserrat-Bold";
  color: var(--primary-color);
  margin: 0px;
}

.affiliate-heading {
  margin-bottom: 30px;
}

.search-affilies-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 33.6px;
}

.form-search-details .form-control {
  border: 0.2px solid #707070;
  border-radius: 8px;
  background: #e7eefc;
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: 24px;
  padding: 12px 20px 12px 60px;
}

.search-icon-pos {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.search-icon {
  height: 24px;
  width: 24px;
}

.title-date-agent-filter h6 {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-ExtraBold";
  margin-bottom: 20px;
}

.agent-flex-date p {
  color: var(--black-color);
  font-size: 20px;
  line-height: 30px;
  font-family: "Montserrat-Medium";
  display: flex;
  gap: 12px;
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #707070;
}

.agent-flex-date p span {
  font-family: "Montserrat-ExtraBold";
}

.agent-radio-details .form-common-details .form-check .form-check-input {
  height: 24px;
  width: 24px;
}

.agent-radio-details
  .form-common-details
  .form-check:first-child
  .form-check-input {
  border-color: #148405;
}

.agent-radio-details
  .form-common-details
  .form-check:nth-child(2)
  .form-check-input {
  border-color: #eca93d;
}

.agent-radio-details
  .form-common-details
  .form-check:last-child
  .form-check-input {
  border-color: #ff0000;
}
.agent-radio-details
  .form-common-details
  .form-check:first-child
  .form-check-input:checked[type="radio"] {
  background-image: url("../images/svg/green-radio.svg");
}

.agent-radio-details
  .form-common-details
  .form-check:nth-child(2)
  .form-check-input:checked[type="radio"] {
  background-image: url("../images/svg/yellow-radio.svg");
}

.agent-radio-details
  .form-common-details
  .form-check:last-child
  .form-check-input:checked[type="radio"] {
  background-image: url("../images/svg/red-radio.svg");
}

.agent-radio-details .form-common-details .form-check-label {
  font-family: "Montserrat-ExtraBold";
}

.agent-radio-details .form-common-details .form-check {
  margin-bottom: 23px;
}

.agent-radio-details {
  padding: 20px 0px 0px 0px;
}

.delete-btn-filter {
  margin-top: 10px;
}

.delete-btn-filter a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 16px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-Medium";
  color: var(--black-color);
}

.btn-sort-details .btn-sort,
.btn-sort-details .btn-sort:hover,
.btn-sort-details .btn-sort:active {
  border-radius: 0px;
  display: flex;
  align-items: center;
  gap: 15.6px;
  border: 0px;
  padding: 10px;
}

.form-search-details {
  display: flex;
  align-items: center;
  gap: 27.6px;
}

.total-request-prices {
  display: flex;
  align-items: center;
  gap: 31px;
}

.total-request-prices {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-ExtraBold";
  color: var(--black-color);
}

.affilies-card-details-list .inner-flex-profile {
  gap: 50px;
}

.agent-profile-card-details {
  padding: 44px 0px 0px 0px;
}

.star-rating {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.c-star.active path {
  fill: var(--primary-color);
  stroke: var(--primary-color);
}

.agent-rating-show-details {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 18px;
}

.agent-rating-show-details p {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-Medium";
}

.agent-rating-show-details .star-rating {
  padding: 0px;
}

.agent-rating-show-details .star-rating svg.c-star {
  width: 29.81px;
  height: 29.81px;
}

.profile-text-center-start {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.profile-request-amount .proflie-listitem-abouties {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.profile-request-amount .proflie-listitem-abouties:last-child {
  margin-bottom: 0px;
}

.profile-request-amount .proflie-listitem-abouties .abouties-title {
  font-size: 20px;
  line-height: 25px;
  font-family: "Montserrat-ExtraBold";
  color: var(--black-color);
  min-width: 165px;
  margin-bottom: 0px;
}

.profile-request-amount .proflie-listitem-abouties .abouties-number {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-ExtraBold";
  margin-bottom: 0px;
}

.tab-second-agent .profile-request-cols .profile-uat-details {
  margin-bottom: 20px;
}

.tab-second-agent .profile-request-cols .profile-uat-details:last-child {
  margin-bottom: 0px;
}

.sign-into-details .signup-scanner-title {
  font-size: 25px;
  line-height: 30px;
  color: var(--primary-color);
  font-family: "Montserrat-Bold";
}

.modal-scaner-contain {
  padding-top: 48px;
}

.modal-scaner-contain .scanner-show-details .scanner-icons {
  max-width: 151px;
  height: 151px;
}

.scanner-show-details {
  max-width: 151px;
  margin: 20px auto;
}

.completed-document-details {
  background: #e7eefc;
  border-radius: 11px;
}

.completed-document-details .completed-document-body {
  padding: 23px 38px;
}

.com-title-details p {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-Medium";
}

.large-common-modal .modal-dialog {
  max-width: 1758px;
}

.medium-common-modal .modal-dialog {
  max-width: 740px;
}

.row-view-status {
  display: grid;
  grid-template-columns: 9fr 3fr;
}

.max-request-viewstatus {
  margin-left: 200px;
}

.mon-manager-information .mon-manager-list li {
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat-Medium";
  margin-bottom: 20px;
}

.mon-manager-information .mon-manager-list li:last-child {
  margin-bottom: 0px;
}

.mon-manager-information {
  margin-top: 30px;
}

.chart-doughnut {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px 50px 0px;
}

.btn-header-menu {
  display: none;
}

.account-flex-box {
  gap: 10px;
}

/* mobile page css start */

.mobile-max-contain {
  max-width: 375px;
  margin: auto;
  height: 100vh;
  background: rgba(128, 128, 128, 0.013);
}

.logo-icon-mobile {
  height: 115px;
  width: 115px;
}

.mobile-logo-header {
  text-align: center;
  padding: 28px 0px;
  /* position: fixed; */
  left: 0;
  right: 0;
}

.top-sm-space {
  padding: 0px 30px 100px 30px;
  /* padding: 150px 30px 100px 30px; */
}

.title-note-sm h5 {
  font-size: 20px;
  margin: 0px;
  font-family: "Montserrat-Medium";
  line-height: 30px;
  letter-spacing: 0.6px;
}

.title-note-sm {
  margin-bottom: 35px;
}

.flex-document-sm {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 30px;
}

.flex-document-sm .error-sm-icon {
  height: 35px;
  width: 35px;
  object-fit: contain;
}

.flex-document-sm .sm-title-head {
  font-family: "Montserrat-ExtraBold";
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
}

.document-details-contain-sm .document-desc-sm {
  font-size: 20px;
  font-family: "Montserrat-Medium";
  letter-spacing: 0.6px;
  line-height: 30px;
  margin: 0px;
}

.sm-upload-doc-file .drag-text .front-upload-icon {
  width: 47.68px;
  height: 33.58px;
  margin-bottom: 8.42px;
}

.sm-upload-doc-file .drag-text .upload-img-title {
  font-size: 15px;
  line-height: 19px;
  text-transform: capitalize;
  margin-bottom: 14.5px;
}

.sm-upload-doc-file .drag-text .upload-frag-title {
  font-size: 15px;
  line-height: 20px;
}

.sm-upload-doc-file .image-upload-wrap,
.sm-upload-doc-file .file-upload-image {
  height: 190px;
}

.sm-upload-doc-file .close-icon {
  height: 15px;
}

.sm-upload-doc-file {
  padding: 50px 0px;
}

.sm-upload-doc-file .upload-front-side-image-contain {
  margin: 0px;
}
.sm-signature-pad-details {
  height: 31.158vh;
  border: 1px dashed #707070;
  border-radius: 5px;
  margin: 35px 0px;
}
.sm-signature-pad-details canvas {
  height: 100%;
  width: 100%;
}
.btn-erase-signature {
  display: flex;
  justify-content: end;
  color: var(--primary-color);
  font-size: 18px;
  text-decoration: underline;
  font-family: "Montserrat-LightItalic";
  line-height: 22px;
}

.sm-send-data-btn {
  background: white;
  padding: 20px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 375px;
  margin: auto;
}

.id-title-sm h5 {
  color: var(--black-color);
  margin: 0px;
  font-family: 'Montserrat-ExtraBold';
  font-size: 20px;
  line-height: 24px;
}

.id-title-sm {
  margin-bottom: 39.25px;
}

.id-title-sm h5 {
  color: var(--black-color);
  margin: 0px;
  font-family: 'Montserrat-ExtraBold';
  font-size: 20px;
  line-height: 24px;
}

.id-title-sm {
  margin-bottom: 39.25px;
}

.success-card-sm-id {
  background: #E7EEFC;
  border-radius: 11px;
  padding: 29px;
}

.success-flex-contain {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  gap: 23px;
}

.success-flex-contain .green-details {
  height: 35px;
  width: 35px;
}

.success-flex-contain p {
  font-size: 20px;
  line-height: 25px;
  margin: 0px;
  font-family: "Montserrat-Bold";
  color: var(--primary-color);
}

.success-desc-sm p {
  margin: 0px;
  font-size: 14px;
  line-height: 30px;
  font-family: 'Montserrat-Medium';
}

.faq-accordion-details{
  padding: 50px 0px;
}

.custom-accor-faq {
  margin: 0px 0px 25px 0px;
}

.custom-accor-faq .faq-accordion-item {
  border-color: var(--primary-color);
  border-radius: 5px;
  box-shadow: 2px 2px 9px #4e5ed0b8;
}

.custom-accor-faq .faq-accordion-item .faq-accordion-btn {
  color: var(--black-color);
  font-family: 'Montserrat-Bold';
  font-size: 16px;
  line-height: 21px;
  padding: 12px 20px 12px 20px;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid var(--primary-color);
}

.custom-accor-faq .faq-accordion-item .faq-accordion-btn::after{
  filter: invert(0);
}


.custom-accor-faq .faq-accordion-item .faq-accordion-btn.collapsed {
  border-bottom: 0px;
}

.custom-accor-faq .accordion-body{
  /* background: #e7eefc; */
}

.table-signature-contain .sm-signature-pad-details {
  margin: 0px 0px 50px 0px;
}

.request-initail-details .request-user-card .request-user-body {
  padding-bottom: 20px;
}

.qr-scanner svg, .qr-scanner{
  height: 130px;
  width: 130px;
}

.account-scanner{
  max-width: 130px;
}

     #up_down_arrow {
       display: inline-block;
       background-color:var(--primary-color);
       width: 50px;
       height: 50px;
       text-align: center;
       border-radius: 4px;
       position: fixed;
       bottom: 30px;
       right: 30px;
       transition: background-color .3s,
         opacity .5s, visibility .5s;
       opacity: 0;
       visibility: hidden;
       z-index: 1000;
     }
  
     #up_down_arrow::after {
       content: "\f077";
       font-family: FontAwesome;
       font-weight: normal;
       font-style: normal;
       font-size: 2em;
       line-height: 50px;
       color: #fff;
     }
  
     #up_down_arrow:hover {
       cursor: pointer;
       background-color: #333;
     }
  
     #up_down_arrow:active {
       background-color: #555;
     }
  
     #up_down_arrow.show {
       opacity: 1;
       visibility: visible;
     }

    .reg_modal {
      text-align: center;
      color: #070f43;
      font-family: "Montserrat-Medium";
      font-size: 18px;
    }
   
  .blog-tab-sec .nav-tabs .nav-item.show .nav-link,
  .blog-tab-sec .nav-tabs .nav-link.active {
    background: var(--primary-color);
    color: var(--white-color);
  }

  .color-overlap-primary {
fill: var(--primary-color);
}

.pointer{
cursor: pointer;
}

