body {
  background: #fff;
  color: #363636;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;
  color: #0c0c0c;
  margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0c0c0c;
}

p a {
  color: #363636;
  width: auto;
  display: inline-block;
}

p a:hover {
  text-decoration: underline;
  outline: 0;
}

p {
  letter-spacing: normal;
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
  color: #363636;
}

a {
  color: #7f7f7f;
  text-decoration: none;
  outline: 0;
  display: block;
}

a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ol li,
ul li {
  list-style: none;
}

iframe {
  border: 0;
  width: 100%;
}

blockquote {
  padding: 0;
  border: 0;
}

label {
  color: #333;
  display: block;
  font-weight: 400;
  margin: 0;
}

textarea {
  height: 100px;
}

input,
select,
textarea {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

.header {
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  margin: 0;
  padding: 0;
  /* -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  background: transparent;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.noBanner .header {
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;

}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.navigation {
  width: 100%;
  display: flex;
  padding: 0 40px;
}

.headerCustom {
  width: 100%;
  display: flex;
  padding: 0 40px;
}

.header .leftLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  padding: 0px;
}

.header .leftLogo a {
  padding: 0;
  max-width: 180px;
  width: 100%;
  text-align: center;
  min-width: 135px;
}

.header .leftLogo a img {
  height: auto;
}

.rightMenu {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  align-items: center;
  justify-content: end;
}

.navigation .navbar {
  display: none;
  padding: 7px 0;
  margin: 0;
}

.navigation .navbar button {
  float: right;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  outline: 0;
  color: var(--whiteColor);
  font-size: 25px;
  border-radius: 0;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 99;
  padding: 5px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.navigation .navbar button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 70%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 15%;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
  top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
  top: 18px;
}

.navigation .navbar button span:nth-child(4) {
  top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
  transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navigation .menu {
  display: block;
}

.navigation .menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.navigation .menu ul li {
  position: relative;
}

.navigation .menu ul li a {
  padding: 15px 12px;
  display: block;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease;
  font-size: 15px;
  background: none;
  font-weight: 500;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
  color: #a4e51f;
  background: transparent;
}

.menuButtons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menuButtons .menulogin {
  border-radius: 4px;
  padding: 7px 15px;
  font-size: 13px;
  background: #fff;
  color: #384a49;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-weight: 500;
}

.menuButtons .menulogin:hover,
.menuButtons .menulogin:focus {
  background: #a4e51f;
  color: #000;
  text-decoration: none;
}

.menuButtons .menulogin:last-child {
  background: #0f7eb5;
  color: #fff;
}

.header .menuButtons .menulogin:first-child {
  display: none;
}

.header.stricky-fixed .menuButtons .menulogin:first-child {
  display: block;
}

.header.stricky-fixed .helpLine {
  display: none;
}

/**/
.bannerSection {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #e9f6ff;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  /* background: transparent linear-gradient(120deg, #000 0, #0f2d0e 100%) 0 0 no-repeat; */
  padding-top: 120px;
}

.bannerSection .container {
  max-width: 1200px;
}

.bannerText {
  max-width: 100%;
}

.bannerTitle_1 {
  font-size: 46px;
  margin-bottom: 20px;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  /* background: linear-gradient(135deg, #A6E22E, #3FA34D); */


  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bannerTitle_1 strong {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bannerTitle_2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: normal;
  color: #fff;
  /* color: #fbbc39; */

}

.bannerTitle_2 strong {
  color: #fff;
}

.bannerText p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.bannerText ul {
  margin: 0 0 10px;
  padding: 0;
  max-width: 550px;
}

.bannerText ul li {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  list-style: none;
  position: relative;
}

/**/
.common_btn1 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  border: 0;
  position: relative;
  padding-right: 85px;
  max-width: 26.25rem;
}

.common_btn1:after {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23fff" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  line-height: 0;
  padding: 15px;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #ffc73e;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common_btn1:hover {
  color: #fff;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  color: #1b313b;

}

.common_btn1:hover:after {
  border-color: #e8a539;
}

/**/
.common_btn2 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 30px;
  border-radius: 40px;
  -webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  border: 0;
  position: relative;
  padding-right: 85px;
  max-width: 26.25rem;
  overflow: hidden;
}

.common_btn2:after {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23222" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  line-height: 0;
  padding: 0;
  border-left: 1px solid #ccc;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common_btn2:hover {
  color: #fff;
  background: #fbb030;
}

.common_btn2:hover:after {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23fff" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8"/></svg>');
  border-left: 1px solid #fdc86d;
  /* background: rgba(237, 120, 11, 0.3); */
}

.bannerImg {
  text-align: right;
}

.bannerImg img {
  max-width: 90%;
}

.bannerForm {
  align-content: flex-start;
  align-items: flex-start;
  border-radius: 8px;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  height: min-content;
  justify-content: center;
  padding: 25px;
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
  background: #fff;
  border: 1px solid rgb(255 255 255 / 10%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .35);
  overflow: hidden;

}

.aboutSection {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #e9f6ff;
}

.banner-image-content {
  text-align: center;
  position: relative;
  margin-bottom: -25px;
  padding-left: 0;
  margin-left: 30px;
}

.banner-image-content .banner-img-1 {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.banner-image-content .col-lg-6:nth-child(1) .banner-img-1 img {
  border-radius: 100px 0 0 0;
}

.banner-image-content .col-lg-6:nth-child(2) .banner-img-1 img {
  border-radius: 0 100px 0 0;
}

.banner-image-content .col-lg-6:nth-child(3) .banner-img-1 img {
  border-radius: 0 0 0 100px;
}

.banner-image-content .col-lg-6:nth-child(4) .banner-img-1 img {
  border-radius: 0 0 100px 0;
}

.banner-image-content .banner-img-1 .shape-2 {
  position: absolute;
  left: -20px;
  bottom: 40px;
  z-index: -1;
  animation: movebounce 10s linear infinite;
}

@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(40px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes movebounce2 {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(30px);
  }

  100% {
    transform: translateX(0px);
  }
}

.banner-image-content .assisted-candidate {
  background-color: #ffffff;
  box-shadow: 0px 6px 30px 5px rgba(33, 34, 38, 0.05);
  border-radius: 5px;
  text-align: start;
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 1;
  transform: translateY(-40%) translateX(-45%);
  padding: 15px 25px;
  text-align: center;
}

.banner-image-content .assisted-candidate .assistedTitle {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
  color: #0f7eb5;
}

.banner-image-content .assisted-candidate span {
  font-size: 16px;
}

.banner-image-content .join-now {
  padding: 20px;
  padding-left: 80px;
  background-color: #ffffff;
  box-shadow: 0px 6px 30px 5px rgba(33, 34, 38, 0.05);
  border-radius: 5px;
  text-align: start;
  position: absolute;
  top: 38%;
  left: 30%;
  z-index: 1;
  transform: translateY(-38%) translateX(-30%);
  padding: 15px;
  padding-left: 70px;
}

.banner-image-content .join-now .sm-img {
  position: absolute;
  left: 15px;
  top: 30px;
}

.title_2 {
  display: flex;
  align-items: center;
}

.title_2 .icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.title_2 span {
  font-size: 27px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: normal;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  /* background: linear-gradient(135deg, #A6E22E, #3FA34D); */
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aboutText .text {
  margin-bottom: 20px;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.logos .logo {
  width: calc(100% / 3 - 10px);
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  /* background: transparent linear-gradient(120deg, #000 0, #0f2d0e 100%) 0 0 no-repeat; */
  padding: 10px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

/**/
.latest-framework-versions {
  float: left;
  width: 100%;
  padding: 40px 0;
  margin: 0;
  background: #e9f6ff;
}

.platformsTitle {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 100%;
  text-align: center;
}

.platformsTitle span {
  background: linear-gradient(135deg, #A6E22E, #3FA34D);
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.latest-framework-versions ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 15px;
}

.latest-framework-versions ul li {
  list-style: none;
  width: calc(100% / 5 - 14px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  box-shadow: 0 4px 24px 0 rgba(186, 186, 186, 0.3);
  border-radius: 8px;
  border: 1px solid #ddd;
  position: relative;
  transition: 0.5s all;
  background: #fff;
}

.latest-framework-versions ul li .techImg {
  margin-bottom: 10px;
}

.latest-framework-versions ul li .techImg img {
  max-width: 80px;
  width: 100%;
}

.latest-framework-versions ul li:hover {
  border-color: #0F7EB5;
  transform: translateY(-10px);
  transition: 0.5s all;
}

.latest-framework-versions ul li:hover img {
  transform: rotatey(360deg);
  transition: 0.5s all;
}

.latest-framework-versions ul li .techTitle {
  color: #333;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .whyWebpulse{
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #fff;
} */

.aboutTeam {
  float: left;
  width: 100%;
  padding: 40px 0 40px;
  margin: 0;
  background: #fff;
  position: relative;
}

.aboutTeam .platformsTitle {
  text-align: left;
  font-size: 28px;
}

.aboutTeam .rightImage_1 {
  float: right;
  max-width: 450px;
  width: 100%;
  margin: 0 0 15px 15px;
  border-radius: 12px;
  position: relative;
  box-shadow: 1px 2px 10px #c8c3c3;
  border-radius: 0;
  overflow: hidden;
}

.aboutTeam p {
  font-size: 16px;
  color: #333;
}

.aboutTeam ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.aboutTeam ul li {
  padding: 0;
  position: relative;
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  line-height: 1.5;
}

.aboutTeam ul li a {
  color: #0c82bc;
  text-decoration: none;
}

.aboutTeam ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.aboutTeam ol li {
  list-style: none;
  margin: 0;
  padding: 8px 15px;
  border: 1px solid rgb(209, 225, 206);
  border-radius: 20px;
  line-height: normal;
  background: #e9f6ff;
}

/* 
.aboutTeam ol li:hover,
.aboutTeam ol li:focus {
  background: linear-gradient(135deg, #A4E51F, #000100);
  color: #fff;
} */

.process {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0 40px;
  position: relative;
  background: #fff;
}

.process .container {
  position: relative;
}

.process .container {
  position: relative;
}

.process ul {
  float: left;
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
}

.process ul li {
  float: left;
  width: 25%;
  list-style: none;
}

.process .container .step {
  position: absolute;
  top: 40px;
  left: 100px;
  z-index: 55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 100px;
  z-index: 0;
}

.process .container .step img {
  width: 100%;
}

.process .single-process {
  text-align: center;
  position: relative;
}

.process .single-process:after {
  position: absolute;
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" fill="%230f7eb5" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708"/><path fill-rule="evenodd" d="M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708"/></svg>');
  top: 0;
  right: 5%;
  font-size: 55px;
  line-height: 55px;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.process ul li:last-child .single-process:after {
  content: none;
  right: 0;
}

.process .single-process:hover:after {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  /*color: #0e81b8;*/
}

.process ul li:nth-child(1) .single-process:after {
  top: 84px;
}

.process ul li:nth-child(1) .single-process:hover:after {
  top: 94px;
}

.process ul li:nth-child(2) .single-process:after {
  top: 36px;
}

.process ul li:nth-child(2) .single-process:hover:after {
  top: 28px;
}

.process ul li:nth-child(3) .single-process:after {
  top: 2px;
}

.process ul li:nth-child(3) .single-process:hover:after {
  top: -10px;
}

.process ul li:nth-child(4) .single-process:after {
  top: 45px;
}

.process ul li:nth-child(4) .single-process:hover:after {
  top: 59px;
}

.process .single-process.down1 {
  margin-top: 30px;
}

.process .single-process.down {
  margin-top: 70px;
}

.process .single-process.up1 {
  margin-top: -20px;
}

.process .single-process .part-icon {
  width: 130px;
  height: 130px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../images/single-process-hover.png") 100% 100% no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 26px;
  position: relative;
}

.process .single-process .part-icon img {
  width: 75px;
}

.process .single-process .part-icon span.step-num {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  border-radius: 50%;
  color: #222;
  font-size: 16px;
  line-height: normal;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 700;
}

.process .single-process:hover .part-icon {
  background: url("../images/single-process-bg.png") 100% 100% no-repeat;
  background-size: contain;
}

.process .single-process:hover .part-icon span.step-num {
  background: #0e81b8;
  color: #fff;
}

.process .single-process h4 {
  font-weight: 600;
  color: #333;
  font-size: 18px;
  margin-bottom: 6px;
}

.process .single-process p {
  font-size: 16px;
  line-height: 1.5;
}

.process .single-process a {
  color: #0e81b8;
  font-size: 15px;
  font-weight: 700;
}

.callAction {
  float: left;
  width: 100%;
  padding: 80px 0 100px;
  margin: 0;
  background: url(../images/about-bg.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}

.callAction:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* opacity: 0.5; */
  /* background: transparent linear-gradient(120deg, #000 0, #0f2d0e 100%) 0 0 no-repeat; */
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
}

.callAction .container {
  position: relative;
  z-index: 2;
}

.waves {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 15vh;
  z-index: 1;
  margin-bottom: -8px;
  min-height: 100px;
  max-height: 150px;
}

.parallax>use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax>use:nth-child(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

.callAction .container {
  position: relative;
}

.callAction .title_3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 25px;
  max-width: 100%;
  text-align: center;
}

.callAction .title_3 span {
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.callAction .maxWidth p {
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.swiper_wrap {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #fff;
  position: relative;
  display: block;
  text-align: left;
}

/**/
.tm-testi-slide-1 {
  background: #fff;
  padding: 24px 21px 15px;
  margin: 5px 2px;
  border-radius: 18px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #d5dfe4;
}

.tm-testi-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tm-trustpilot-logo {
  flex: 1;
}

.tm-trustpilot-logo img {
  max-width: 91px;
}

.tm-star-ratings {
  flex: 1;
  text-align: right;
  font-weight: 600;
}

.tm-star-ratings img {
  max-width: 84px;
  margin-left: auto;
}

.tm-slide-h4 {
  color: #373737;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  padding-top: 10px;
}

.tm-testi-slide-1 p {
  font-weight: 400;
  font-size: 15px;
  padding: 15px 0;
  line-height: 1.5;
  border-bottom: 1px solid #d5dfe4;
  color: #444;
  text-align: left;
  margin: 0;
  min-height: 150px;
}

.tm-slide-h5 {
  color: var(--para-color);
  padding-top: 10px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.tm-slide-h5 span {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  margin-right: 7px;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
  font-size: 14px;
  color: #0f7eb5;
  margin-top: 5px;
}

.morelink:hover,
.morelink:focus {
  color: #ffc83e;
}

.swiper-next,
.swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-next,
.swiper-prev {
  border: 1px solid var(--border-color);
  background-color: var(--white);
  color: var(--para-color);
  width: 35px;
  height: 35px;
  z-index: 2;
  border-radius: 100%;
  text-align: center;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-next:hover,
.swiper-prev:hover {
  color: var(--white);
  background: var(--liner);
  background-color: var(--pri);
  border-color: var(--pri);
}

.swiper-button-next,
.swiper-next {
  right: 25px;
  left: auto;
}

.swiper-button-prev,
.swiper-prev {
  left: 25px;
  right: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 13px;
  font-weight: 600;
}

.videoSection {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #fff;
}

.vd_bx {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 16px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  /* margin-bottom: 35px; */
}

.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 55px;
  height: 40px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: all 0.5s;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  background-color: #d7141b;
  box-shadow: 0 0 0 0 rgba(110, 39, 37, 0.5);
  -webkit-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: wave 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes wave {
  to {
    box-shadow: 0 0 0 45px rgba(213, 142, 144, 0);
  }
}

@-moz-keyframes wave {
  to {
    box-shadow: 0 0 0 45px rgba(213, 142, 144, 0);
  }
}

@-ms-keyframes wave {
  to {
    box-shadow: 0 0 0 45px rgba(213, 142, 144, 0);
  }
}

@keyframes wave {
  to {
    box-shadow: 0 0 0 45px rgba(213, 142, 144, 0);
  }
}

.video-play-icon svg {
  width: 30px;
  height: 30px;
}

.webpulseLife {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #ecf0f4;
}

.gallerySection {
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
  background: #fff;
}

.gallerySlider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gallerySlider .swiper-slide__content {
  position: absolute;
  top: 0;
}

.gallerySlider .swiper-slide {
  height: 100%;
  display: flex;
  background: #eee;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.9);
  aspect-ratio: 2/4;
  border: 1px solid #cddff0;
  border-radius: 8px;
  overflow: hidden;
}

.gallerySlider .swiper-slide img {
  aspect-ratio: 2/4;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.gallerySlider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

/* .gallerySlider .swiper-slide__content {
  height: 300px;
} */

.companyCeo {
  float: left;
  width: 100%;
  padding: 40px 0 0px;
  margin: 0;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  /* background: transparent linear-gradient(120deg, #000 0, #0f2d0e 100%) 0 0 no-repeat; */
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.companyCeo .container {
  position: relative;
}

.ceoInfo {
  float: left;
  width: 100%;
  margin-top: 0;
}

.seoAgency {
  font-size: 20px;
  color: #fff;
}

.ceotitle {
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  /* background: linear-gradient(135deg, #A6E22E, #3FA34D); */
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  padding: 0px;
  margin: 0;
  font-size: 36px;
  margin-bottom: 10px;
}

.founder {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.ceoImage {
  float: left;
  width: 100%;
  position: relative;
  text-align: right;
}

.ceoImage img {
  max-width: 100%;
}

.ceoInfo p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.ceoInfo ul {
  margin: 0 0 15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ceoInfo ul li {
  display: inline-flex;
  font-size: 14px;
  line-height: normal;
  padding: 8px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: 1px solid #2a3f4a;
}

.ceotitle2 {
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  /* background: linear-gradient(135deg, #A6E22E, #3FA34D); */
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  padding: 0px;
  margin: 0;
  font-size: 24px;
  margin-bottom: 5px;
}

.featuredList {
  float: left;
  width: 95%;
  margin: 0 0 25px;
  padding: 0;
  gap: 5px;
  display: flex;
  flex-flow: row wrap;
}

.featuredList li {
  list-style: none;
  text-align: center;
  width: calc(100% / 3 - 8px);
  padding: 8px !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.featuredList li::before {
  content: none;
  margin: 0;
  padding: 0;
}

.featuredList li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.featuredList li a img {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #3c5a6a;
  border-radius: 4px;
}

.featuredList li a.photo:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: rgba(34, 34, 34, 0.5);
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 2;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
  visibility: hidden;
}

.featuredList li:hover a.photo:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.smallVideo {
  position: absolute;
  color: red;
  text-align: center;
  z-index: 2;
  box-shadow: 0 0 0 0 rgba(1, 148, 68, 0.7);
  border-radius: 12px;
}

.smallVideo svg {
  width: 45px;
  height: 45px;
  position: relative;
}

.smallVideo:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 35px;
  height: 25px;
  background: #fff;
}

/*Login Page*/
.loginInfo {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  justify-content: end;
  align-items: center;
}

.loginInfo .loginRight {
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0;
  width: 100%;
  justify-content: flex-end;
  gap: 15px;
}

.loginInfo .loginRight li {
  list-style: none;
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  align-items: center;
}

.loginInfo .loginRight li a {
  color: #0f7eb5;
  margin-left: 3px;
  font-weight: 600;
}

.loginInfo .loginRight li a:hover,
.loginInfo .loginRight li a:focus {
  color: #ce7802;
  text-decoration: underline;
}

.loginInfo .loginRight li a.menulogin {
  background: #0f7eb5;
  border-radius: 4px;
  margin-left: 10px;
  padding: 7px 15px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-weight: 500;
}

.loginInfo .loginRight li a.menulogin:hover,
.loginInfo .loginRight li a.menulogin:focus {
  background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
  color: #384a49;
  text-decoration: none;
}

.postPropertySection {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  background: #fff;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat padding-box;
  overflow: hidden;
  padding: 90px 0 0px;
}

/* .postPropertySection .backgroundImg{
 background-image: url("../images/aurangabad.webp"); 
  background-position: left bottom;                       
  background-repeat: no-repeat;                         
  background-size: cover; 
  background-size: 100%;
  background-blend-mode:multiply;
} */

.postImg {
  position: absolute;
  left: 45%;
  bottom: -25px;
  max-width: 270px;
  z-index: 1;
  opacity: 0.5;
  width: 100%;
}

.twm-hpage12-bnr-pic {
  text-align: center;
  display: flex;
  justify-content: center;
  height: 100px;
}

.twm-hpage12-bnr-pic img {
  display: block;
  border-style: none;
  height: auto;
  max-width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: -25px;
  opacity: 0.6;
}

.twm-hpage12-bnr-pic2 {
  position: absolute;
  right: 35%;
  bottom: -140px;
  max-width: 140px;
}

.postPropertySection .container {
  position: relative;
  z-index: 2;
}

.postPropertySection .container .row {
  position: relative;
  z-index: 2;
}

.postPropertyTitle {
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 20px;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.postPropertyTitle strong {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.postPropertySectionLeft .guaranteedLine {
  font-size: 13px;
  line-height: normal;
  color: rgb(4, 113, 82);
  background-color: rgb(227, 247, 238);
  padding: 5px 10px;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  border: 1px solid rgb(169, 242, 208);
  border-radius: 40px;
}

.postPropertySectionLeft p {
  color: #fff;
  font-size: 16px;
}

.postPropertySectionLeft ul {
  margin: 0 0 10px;
  padding: 0;
  max-width: 550px;
}

.postPropertySectionLeft ul li {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  list-style: none;
  position: relative;
}

.postPropertyForm {
  align-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px #00000014, 0 0 2px #00000029;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  height: min-content;
  justify-content: center;
  padding: 25px;
  position: relative;
  width: 100%;
}

.getLogin {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

.getLogin strong {
  font-size: 18px;
  color: #0f7eb5;
  margin-bottom: 12px;
}

.getLogin p {
  font-size: 14px;
  margin: 0;
  color: #333;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.form-control:focus {
  border-color: #0f7eb5;
  box-shadow: none;
}

.iti {
  width: 100%;
  height: 40px;
}

.nextBtn {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 40px;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  border: 1px solid rgb(255 255 255 / 10%);
  margin: auto;
  transition: all 0.2s ease-in-out;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  color: #1b313b;
}

.nextBtn:hover,
.nextBtn:focus {
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat padding-box;
  color: #fff;
}

.error,
#phoneNumberError {
  color: red;
  font-size: 13px;
}

#mobileOpt {
  display: none;
}

.getLogin {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

.backWithOtp {
  display: flex;
  align-items: center;
}

.backBtn2 {
  width: 25px;
  height: 25px;
  display: inline-flex;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-right: 5px;
  justify-content: center;
  align-items: center;
  color: #333;
}

.backBtn2 svg {
  width: 20px;
  height: 20px;
}

.oneTimeText {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-wrap: balance;
  font-weight: 400;
  text-align: left;
}

.oneTimeText .otpViewNumber {
  color: #0f7eb5;
  font-size: 14px;
  font-weight: 600;
}

#otpInputs {
  display: flex;
  align-items: center;
}

#otpInputs input {
  border: 1px solid #ccc;
  background: 0 0;
  border-radius: 4px;
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 1.88;
  margin-right: 18px;
  outline: 0;
}

#otpInputs input:hover,
#otpInputs input:focus {
  border: 1px solid rgba(240, 192, 90, 0.4);
}

.didnotReceive p {
  letter-spacing: normal;
  line-height: 24px;
  font-size: 14px;
  color: #363636;
}

.didnotReceive .resend {
  color: #666;
  cursor: text;
}

.didnotReceive .resend.otpResend {
  color: #0f7eb5;
  cursor: pointer;
}

.readMoreBtn:disabled {
  cursor: not-allowed;
  background: #dfe1e6;
  color: #b3bac5;
}

.didnotReceive {
  display: block;
  margin-bottom: 5px;
}

/* */
.inner_breadcrumb {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.inner_breadcrumb .breadcrumb {
  background: 0 0;
  border-radius: 0;
  border: none;
  list-style: none;
  padding: 7px 0;
  text-transform: capitalize;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner_breadcrumb .breadcrumb li {
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  float: left;
  line-height: 34px;
}

.inner_breadcrumb .breadcrumb li a {
  float: left;
  padding: 0;
  color: #09334f;
  letter-spacing: 0.3px;
}

.inner_breadcrumb .breadcrumb li:before {
  font-size: inherit;
  text-rendering: auto;
  padding: 0 14px;
  color: #fff;
  display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
  color: #fbbc39;
}

.inner_breadcrumb .breadcrumb li+li:before {
  content: "/";
  color: #fff;
  padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
  float: left;
  padding: 0 10px;
  color: #bfbfbf;
}

.inner_breadcrumb .breadcrumb li a:hover {
  color: #fbbc39;
}

.programSection {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background: #fff;
}

.singleProgram {
  background: #fff;
  transition: all 0.5s ease;
  padding: 18px;
  border: 1px solid rgb(226 232 240);
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.singleProgram .images {
  max-width: 70px;
  min-width: 70px;
  margin-right: 15px;
}

.singleProgramTitle {
  font-size: 18px;
  line-height: normal;
  font-weight: 700;
  color: #0F7EB5;
  margin: 0 0 5px;
}

.singleProgram p {
  color: #333;
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}

.singleProgram:hover,
.singleProgram:focus {
  background: #e7f5fe;
}

.careerOutcome {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #ecf0f4;
}

.careerOutcomeTitle {
  color: #09334f;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.maxWidth {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.maxWidth p {
  display: inline-block;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 10px;
  font-size: 16px;
  text-align: center;
  color: #333;
}

.careerOutcome ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.careerOutcome ul li {
  list-style: none;
  margin: 0;
  padding: 10px 15px;
  border: 1px solid rgb(201, 212, 225);
  border-radius: 4px;
  line-height: normal;
}

.careerOutcome ul li:hover,
.careerOutcome ul li:focus {
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat padding-box;
  color: #fff;
}

/**/
.howItWork {
  float: left;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  position: relative;
  background: #fff;
}

.featureItem2 {
  background-color: #fff;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  border-radius: 15px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  flex-direction: row;
  text-align: left;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.featureItem2:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #fff 5%, #f0f0f06b 100%);
}

.featureItem2 .icon2 {
  min-width: 80px;
  height: 80px;
  background: #bfe4fd;
  display: inline-flex;
  flex: 0 0 auto;
  margin-right: 15px;
  margin-left: 0;
  margin-bottom: unset;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  border-radius: 12px;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
}

.featureItem2 .icon2 svg {
  width: 50px;
  height: 50px;
}

.featureContent2 {
  flex-grow: 1;
}

.featureContent2 .featureTitle2 {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 8px;
  color: #09334f;
}

.featureContent2 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.stepBox {
  padding: 30px 20px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  border: 1px solid rgb(226 232 240);
  text-align: left;
  margin-bottom: 15px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.stepCount {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  color: #09334f;
  padding: 2px 20px 2px 20px;
  border-radius: 0px 0px 0 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.stepBoxIcon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 12px;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 15px;
}

.stepBoxIcon svg {
  width: 40px;
  height: 40px;
}

.stepBoxTitle {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #09334f;
  margin-bottom: 5px;
}

.stepBox p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  min-height: 48px;
}

.assurancePolicy {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #fff;
}

.assurancePolicy .maxWidth {
  margin-bottom: 30px;
}

.curriculumOverview .singleProgram {
  height: 100%;
  align-items: baseline;
}

.curriculumOverview .singleProgram .singleProgramTitle {
  margin-bottom: 10px;
  color: #0F7EB5;
}

.curriculumOverview .singleProgram .singleProgramTitle.expand {
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.curriculumOverview .singleProgram .singleProgramTitle.expand span {
  margin-left: auto;
  color: #333;
}

.curriculumOverview .singleProgram .singleProgramTitle.expand span:hover {
  color: #0F7EB5;
}

.curriculumOverview .singleProgram .singleProgramTitle.expand.active span svg {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.fullExpand {
  display: none;
  margin-top: 15px;
}

.curriculumOverview .singleProgramInfo {
  width: 100%;
}

.curriculumOverview .singleProgramInfo .title_4 {
  font-size: 18px;
  font-weight: 600;
  color: #0c0c0c;
  margin: 0;
  margin-bottom: 10px;
}

.singleProgram ul {
  margin: 0;
  padding: 0;
}

.singleProgram ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  list-style: none;
  position: relative;
  padding-left: 30px;
}

.singleProgram ul li:before {
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
  text-align: center;
  color: #ffff;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: auto;
  width: 20px;
  height: 20px;
  background: #0F7EB5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.assurancePolicy .singleProgram {
  background: #ecf0f4;
}

.assurancePolicy p {
  margin-bottom: 12px;
}

.assurancePolicy p:last-child {
  margin: 0;
}

.traningCenter {
  float: left;
  width: 100%;
  background: #e9f6ff;
  margin: 0;
  padding: 40px 0;
}

.branchItem {
  float: left;
  width: 100%;
  display: block;
  padding: 15px;
  border: 1px solid #d5eecf;
  border-radius: 8px;
  margin-bottom: 15px;
  background: #fff;
}

.officeImg {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #02355a;
  border-radius: 8px;
}

.officeImg img {
  width: 100%;
}

.officeImg a:after {
  color: #fff;
  position: absolute;
  font-size: 1.6em;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.officeImg a:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.officeImg a:hover img {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.officeImg a:after {
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}

.branchItem iframe {
  margin-bottom: 10px;
  border: 1px solid #d5eecf;
  border-radius: 8px;
  height: 172px;
  width: 100%;
  overflow: hidden;
}

.branchItem p {
  text-align: left;
  letter-spacing: normal;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 5px;
  color: #333;
}

.contact-link p:last-child {
  margin: 0;
}

.text3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-item .contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  min-width: 110px;
  height: 110px;
  line-height: 1;
  padding: 5px;
  border-radius: 5px;
}

.contact-item .contact-text {
  padding: 10px 10px 10px 20px;
}

.contact-item .contact-text .text3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-item .contact-text .contact-link {
  display: block;
  font-size: 16px;
  line-height: normal;
}

.contact-item .contact-text .contact-link .link:focus,
.contact-item .contact-text .contact-link .link {
  color: #1178ba;
}

.get_direction {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
  font-size: 14px;
  line-height: normal;
  color: #222;
  position: relative;
  margin-top: 10px;
}

.get_direction svg {
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.googleMap {
  background: #333;
  color: #fff;
}

.advantageBox {
  width: max-content;
  padding: 15px;
  color: rgb(121, 53, 15);
  background-color: rgb(251, 246, 228);
  border: 1px solid rgb(249, 226, 136);
  border-radius: 12px;
  font-size: 16px;
  text-align: center;
  margin: 20px auto;
}

.googleMap:focus,
.googleMap:hover {
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat padding-box;
  color: #fff;
}

.faqPosting {
  float: left;
  width: 100%;
  background: #e9f6ff;
  margin: 0;
  padding: 40px 0;
}

.faqPosting .accordion {
  border: 0;
}

.faqPosting .accordion-item {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 12px !important;
  overflow: hidden;
}

.faqPosting .accordion-body p {
  font-size: 16px;
  text-align: left;
}

.accordion-header {
  padding: 0;
}

.accordion-item {
  margin-bottom: 15px;
  border-radius: 16px !important;
  overflow: hidden;
}

.accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 500;
  text-transform: initial;
}

.accordion-button:not(.collapsed) {
  background: transparent linear-gradient(120deg, #000 0, #0f2d0e 100%) 0 0 no-repeat;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;

  color: #fff;
}

.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
  transform: rotate(0deg);
}

.accordion-button:hover,
.accordion-button:focus {
  background: transparent linear-gradient(120deg, #000 0, #0f2d0e 100%) 0 0 no-repeat;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  color: #fff;
  box-shadow: none;
}

.accordion-button:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
}

.accordion-body p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

footer {
  float: left;
  width: 100%;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat padding-box;
  /* background: transparent linear-gradient(120deg, #000 0, #0f2d0e 100%) 0 0 no-repeat; */
  margin: 0;
  padding: 40px 0;
}

footer img {
  margin-bottom: 15px;
  max-width: 220px;
}

.footerTitle {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  /* background: linear-gradient(135deg, #A6E22E, #3FA34D); */
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

footer p {
  font-size: 15px;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  line-height: 1.5;
  color: #fff;
  list-style: none;
  font-size: 15px;
  margin-bottom: 3px;
}

footer ul li a {
  color: #fff;
}

footer ul li a:hover,
footer ul li a:focus {
  color: #fbbc39;
}

.bottomFooter {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  background: #1c313c;
  border-top: 1px solid #2f5466;
  text-align: center;
  color: #fff;
  font-size: 15px;
}

.curriculumOverview {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #e9f6ff;
}

#scrollUp {
  position: fixed;
  z-index: 8030;
  bottom: 65px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s;
  display: none;
  background: #a4e51f;
  color: #000;
}

#scrollUp:hover,
#scrollUp:focus {
  background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
  color: #fff;
}

#scrollUp img {
  width: 46px;
  height: 46px;
}

#scrollUp svg {
  width: 24px;
  height: 24px;
}

#scrollUp span {
  position: absolute;
  left: -65%;
  top: auto;
  bottom: -35px;
  font-weight: 600;
  width: 100px;
  font-size: 12px;
}

/**/

.loginPage {
  float: left;
  width: 100%;
  margin: 0;
  padding: 100px 0 50px;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.loginform {
  display: block;
  width: 100%;
  background-color: #fff;
  margin: auto;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  border: 1px solid #eee;
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
}

.loginBox {
  /* width: 480px; */
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
  transition: all 0.1s ease-in-out;
  border-right: 1px solid #ddd;
  position: relative;
}

.loginBox .logo {
  margin-bottom: 25px;
}

.loginBox .logo img {
  max-width: 200px;
}

/*Radio*/
.radioGroup {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.radio {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 25px;
  position: relative;
  vertical-align: middle;
  font-size: 13px;
}

.radio input[type="radio"] {
  appearance: none;
  border-radius: 100px;
  margin-top: 2px;
  padding: 8px;
  border: 2px solid #333;
  outline: none;
  height: auto;
}

.radio input[type="radio"] {
  left: 0;
  position: absolute;
}

.radio span {
  font-size: 15px;
  font-weight: normal;
  color: #333;
}

.radio input[type="radio"]:checked {
  border-color: #0f7eb5;
}

.radio input[type="radio"]:checked:before {
  background: #0f7eb5;
  border-radius: 50px;
  content: "";
  height: 10px;
  left: 3px;
  opacity: 1;
  position: absolute;
  top: 3px;
  width: 10px;
}

.radio input[type="radio"]:checked~span {
  color: #0f7eb5;
}

/**/
.checkbox {
  display: block;
  text-align: left;
  position: relative;
}


.bannerForm .checkbox {
  border: 1px solid rgb(0 0 0 / 10%);
  padding: 15px;
  border-radius: 4px;

}

.bannerForm .checkbox label {
  align-items: self-start;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 15px;
  line-height: normal;
}

.checkbox label a {
  color: #0f7eb5;
  margin-left: 3px;
}

.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
}

.checkbox input:checked+label:before {
  border-color: #0f7eb5;
}

.checkbox input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #0f7eb5;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* .checkbox input:checked+label,
.checkbox:hover label {
  color: #fbb030;
} */

/**/
.SumoSelect {
  width: 100%;
}

.SumoSelect .CaptionCont {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.SumoSelect>.CaptionCont>span.placeholder {
  opacity: 1;
  font-style: normal;
  color: #333;
  background: transparent;
}

.SumoSelect>.CaptionCont>span {
  font-weight: normal !important;
}

.SumoSelect.open .optWrapper {
  top: 40px;
}

.SumoSelect .optWrapper .options li label {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
}

.SumoSelect>.optWrapper>.options li.opt:hover {
  color: #fff;
  background: #0f7eb5;
}

.SumoSelect .optWrapper .options li:hover {
  color: #fff;
  background: #0f7eb5;
}

.SumoSelect .optWrapper .options li:hover label {
  color: #fff;
  background: #0f7eb5;
}

/**/
.common_btn3 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #A4E51F, #000100);
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  border: 0;
  position: relative;
  padding-right: 70px;
  max-width: 26.25rem;
}

.common_btn3:after {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23fff" viewBox="0 0 16 16"><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z"/><path d="M4.603 14.087a.8.8 0 0 1-.438-.42c-.195-.388-.13-.776.08-1.102.198-.307.526-.568.897-.787a7.7 7.7 0 0 1 1.482-.645 20 20 0 0 0 1.062-2.227 7.3 7.3 0 0 1-.43-1.295c-.086-.4-.119-.796-.046-1.136.075-.354.274-.672.65-.823.192-.077.4-.12.602-.077a.7.7 0 0 1 .477.365c.088.164.12.356.127.538.007.188-.012.396-.047.614-.084.51-.27 1.134-.52 1.794a11 11 0 0 0 .98 1.686 5.8 5.8 0 0 1 1.334.05c.364.066.734.195.96.465.12.144.193.32.2.518.007.192-.047.382-.138.563a1.04 1.04 0 0 1-.354.416.86.86 0 0 1-.51.138c-.331-.014-.654-.196-.933-.417a5.7 5.7 0 0 1-.911-.95 11.7 11.7 0 0 0-1.997.406 11.3 11.3 0 0 1-1.02 1.51c-.292.35-.609.656-.927.787a.8.8 0 0 1-.58.029m1.379-1.901q-.25.115-.459.238c-.328.194-.541.383-.647.547-.094.145-.096.25-.04.361q.016.032.026.044l.035-.012c.137-.056.355-.235.635-.572a8 8 0 0 0 .45-.606m1.64-1.33a13 13 0 0 1 1.01-.193 12 12 0 0 1-.51-.858 21 21 0 0 1-.5 1.05zm2.446.45q.226.245.435.41c.24.19.407.253.498.256a.1.1 0 0 0 .07-.015.3.3 0 0 0 .094-.125.44.44 0 0 0 .059-.2.1.1 0 0 0-.026-.063c-.052-.062-.2-.152-.518-.209a4 4 0 0 0-.612-.053zM8.078 7.8a7 7 0 0 0 .2-.828q.046-.282.038-.465a.6.6 0 0 0-.032-.198.5.5 0 0 0-.145.04c-.087.035-.158.106-.196.283-.04.192-.03.469.046.822q.036.167.09.346z"/></svg>');
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 0;
  padding: 15px;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #4c6816;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common_btn3:hover {
  color: #fff;
  background: linear-gradient(135deg, #000100, #A4E51F);
}

.common_btn3:hover:after {
  border-left: 1px solid #8cbb32;
}

.whatapp_btn {
  background: #01e675;
  width: 50px;
  height: 50px;
  color: #fff;
  position: fixed;
  left: 15px;
  bottom: 40px;
  cursor: pointer;
  z-index: 999;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
  width: 25px;
  height: 25px;
}

.whatapp_btn:hover {
  color: #fff;
}

.textColor {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 600;
}

.radio label.error {
  position: absolute;
  left: 0;
  top: 18px;
  width: 300px;
}

/**/
.dashboardUser {
  margin-left: 50px;
  position: relative;
}

.dashboardUser .userClick {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
}

.dashboardUser .userClick .icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #0f7eb5;
  border-radius: 4px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 8px;
}

.dashboardUser .userClick .userInfo {
  display: block;
  line-height: 16px;
  margin-right: 10px;
}

.dashboardUser .userClick .userInfo .name {
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.dashboardUser .userClick .userInfo .number {
  font-size: 13px;
}

.userDropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 8px 16px;
  border-radius: 8px;
  z-index: 910;
  min-width: 180px;
  padding: 8px;
  top: 120%;
  right: 0;
  padding: 12px;
}

.userDropdown:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: -7px;
  right: 28px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-left: 1px solid #eee;
}

.userDropdown:before {
  right: 15px;
}

.userDropdown ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.userDropdown ul li {
  display: flex;
  align-items: center;
  width: 100%;
}

.userDropdown ul li:first-child {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.userDropdown ul li .icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #0f7eb5;
  border-radius: 6px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
}

.userDropdown ul li .dashboardUser {
  margin-left: 0;
  position: relative;
  line-height: 15px;
}

.userDropdown ul li .dashboardUser .name {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-wrap: balance;
}

.userDropdown ul li .dashboardUser .number {
  color: rgb(94 108 132);
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-wrap: balance;
}

.userDropdown ul li a {
  color: #333;
  padding: 5px 0;
  font-size: 14px;
  display: block;
  width: 100%;
  line-height: normal;
  text-transform: inherit;
  font-weight: normal;
}

.userDropdown ul li a svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.userDropdown ul li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

.userDropdown ul li:nth-last-child(2) {
  border: 0;
  padding: 0;
  margin: 0;
}

.userDropdown ul li a:hover,
.userDropdown ul li a:focus {
  color: #0f7eb5;
}

/**/

/* New Dashboard */
.dashboard-header {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 10px 0px 10px;
  text-align: left;
  color: #fff;
  float: left;
  width: 100%;
}

.dashboard-header .container {
  max-width: 1200px;
}

.dashboard-header_conatiner {
  position: relative;
  display: flex;
  align-items: center;
}

.dashboard-header-avatar {
  height: 55px;
  width: 55px;
  border-radius: 100%;
  margin-right: 15px;
}

.dashboard-header-avatar span {
  height: 55px;
  width: 55px;
  border-radius: 100%;
  position: relative;
  z-index: 3;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  color: #fff;
}

.avatarName {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  z-index: 9;
  position: relative;
}

.avatarName strong {
  color: #0f7eb5;
}

.welcomeText {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.welcomeText strong {
  color: #333;
}

.add_new-dashboard {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nominationBtn3 {
  position: relative;
  padding: 9px 15px;
  background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
  color: #222;
  display: inline-flex;
  width: auto;
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0.1);
  border-radius: 4px;
  line-height: normal;
  font-weight: 500;
  cursor: pointer;
  border: 0;
  min-width: 175px;
}

.nominationBtn3:hover,
.nominationBtn3:focus {
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  color: #fff;
}

/**/
.fullDashboard {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #eee;
  min-height: calc(-61px + 100vh);
  display: flex;
  position: relative;
  padding: 80px 0 30px;
}

.fullDashboard .container {
  display: flex;
  max-width: 1200px;
}

.dashboardLeft {
  width: calc(100% - 82%);
  background: transparent;
  position: relative;
  transition: all 0.5s ease;
  padding: 0;
  height: max-content;
  position: sticky;
  top: 0;
}

.dashboardRight {
  width: calc(100% - 18%);
  padding: 0 0 0 20px;
  display: flex;
}

/**/
.leftUser {
  display: flex;
  gap: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  align-items: center;
}

.leftUser .icon {
  background: #0f7eb5;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.leftUser .name {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-wrap: balance;
  max-width: 172px;
}

.leftUser .name small {
  font-size: 12px;
  font-weight: normal;
  font-weight: 500;
}

.leftUser .name small svg {
  width: 13px;
  height: 13px;
}

.dashboardLeft ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-bottom: 0;
  width: 100%;
  margin-top: 4px;
  /* border-bottom: 1px solid #d1dce1; */

  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #dfe1e6;
  border-radius: 6px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.dashboardLeft ul li {
  list-style: none;
  display: flex;
}

.dashboardLeft ul li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  line-height: normal;
  border-bottom: 1px solid #dfe4e6;
  border-right: 3px solid transparent;
  width: 100%;
}

.dashboardLeft ul li:last-child a {
  border-bottom: 0;
}

.dashboardLeft ul li a svg {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.dashboardLeft ul li a:hover,
.dashboardLeft ul li a.active {
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  color: #fff;
}

.dashboardLeft ul li a.active {
  border-right-color: #0f7eb5;
}

.help-box {
  background: #e3f2fd;
  background: #fff;
  padding: 10px;
  margin-top: 30px;
  border: 1px solid #dfe1e6;
  border-left: 5px solid #1976d2;
  border-radius: 6px;
  text-align: center;
}

.help-box p {
  font-size: 15px;
  color: #333;
}

.help-box p:last-child {
  margin: 0;
}

.whatsapp-btn {
  background: #25d366;
  color: #fff;
  padding: 7px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: normal;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
}

.whatsapp-btn:hover,
.whatsapp-btn:focus {
  background: #1c9b4c;
  color: #fff;
}

/**/
.dashboardRightFull {
  width: 100%;
  display: block;
}

.fullwidth100 {
  width: 100%;
}

.dashboardTitle2 {
  font-size: 18px;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  color: #fff;
  font-weight: 600;
  margin: 0 0 25px;
  padding: 10px 15px;
  border-radius: 4px;
}

.dashboardTrack {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 15px;
  background: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 6px;
  position: relative;
}

.dashboardTrackID {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.dashboardStep {
  display: flex;
  height: auto;
}

.dashboardStep:last-child {
  overflow: hidden;
  height: auto;
}

.dashboardStep .dashboardTrack-text {
  background-color: #e0e0e0;
  color: #888;
  border-color: #ccc;
}

.dashboardStep:last-child .dashboardTrack-text {
  margin: 0;
}

.dashboardStep:last-child .stepStatus span:last-of-type {
  display: none;
}

.dashboardStep .stepStatus {
  margin-right: 1.5rem;
  position: relative;
}

.dashboardStep .stepStatus .stepStatusDot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e9e9e9;
  position: relative;
  border: 1px solid #ccc;
}

.dashboardStep .stepStatus .stepStatusLine {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 100%;
  background: #ccc;
}

.dashboardStep .dashboardTrack-text {
  margin: 0;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 15px;
}

.dashboardStep .dashboardTrack-text .dashboardTrackTop {
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}

.dashboardStep .dashboardTrack-text .dashboardTrackTop .dashboardTrackTitle {
  font-size: 16px;
}

.dashboardStep .dashboardTrack-text .dashboardTrackTop .dashboardTrackTitle a {
  font-size: 12px;
  background: #0f7eb5;
  color: #000;
  padding: 4px 8px;
  border-radius: 20px;
  display: inline-block;
  font-weight: 500;
  line-height: normal;
}

.dashboardStep .dashboardTrack-text .dashboardTrackTop .dashboardTrackTitle a:hover,
.dashboardStep .dashboardTrack-text .dashboardTrackTop .dashboardTrackTitle a:focus {
  background: #000;
  color: #0f7eb5;
}

.dashboardStep .dashboardTrack-text .dashboardTrackTop .dashboardTrackDate {
  font-size: 15px;
  font-weight: normal;
  margin-left: auto;
}

.dashboardStep.inProcess .dashboardTrack-text .dashboardTrackTop .dashboardTrackDate {
  color: #ffa500;
  font-weight: 600;
}

.dashboardStep.locked .dashboardTrack-text .dashboardTrackTop .dashboardTrackTitle a {
  pointer-events: none;
}

/**/
.dashboardStep.locked .dashboardTrack-text {
  opacity: 0.7;
}

.dashboardStep.locked .stepStatusDot:after {
  content: "ðŸ”’";
  position: relative;
  top: -1px;
  margin: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.dashboardStep.inProcess .stepStatusDot:after {
  content: "â³";
  transform: none;
  left: 8px;
  top: 4px;
  border: 0;
  font-size: 14px;
}

.dashboardStep.inProcess .dashboardTrack-text {
  background: #fff3f3;
  border-left: 2px solid #ffa500;
}

.dashboardStep.inProcess .stepStatusDot {
  background-color: #ffa500;
  border: #d5302c;
}

.dashboardStep.inProcess .stepStatusLine {
  background: #ffa500;
}

.dashboardStep.inProcess .dashboardTrack-text {
  opacity: 1;
}

.dashboardStep.inProcess .dashboardTrack-text .dashboardTrackTitle {
  color: #333;
  font-weight: 600;
  cursor: pointer;
}

.dashboardStep.inProcess .dashboardTrack-text .dashboardTrackTitle:hover,
.dashboardStep.inProcess .dashboardTrack-text .dashboardTrackTitle:focus {
  color: #ffa500;
}

.dashboardStep .dashboardTrack-text .stepInfo {
  width: 100%;
  height: auto;
  display: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 10px 0 0;
}

.dashboardStep.active .dashboardTrack-text .stepInfo {
  display: block;
}

.dashboardStep .dashboardTrack-text .stepInfo p {
  font-size: 14px;
  color: #333;
  margin: 0px 0 10px;
}

.dashboardStep .dashboardTrack-text .stepInfo p:last-child {
  margin: 10px 0 0;
  font-size: 14px;
  color: #333;
}

.dashboardStep .dashboardTrack-text .stepInfo .dateTime {
  font-weight: 600;
}

.dashboardStep .dashboardTrack-text .stepInfo .nomineeScroll {
  padding: 0;
}

/**/
.dashboardStep.completed .dashboardTrack-text {
  background: #f3f9f6;
  border-left: 2px solid #198754;
}

.dashboardStep.completed .stepStatusDot {
  background-color: #198754;
  border: #198754;
}

.dashboardStep.completed .stepStatusLine {
  background: #198754;
}

.dashboardStep.completed .dashboardTrack-text {
  opacity: 1;
}

.dashboardStep.completed .dashboardTrack-text .dashboardTrackTitle {
  color: #333;
  font-weight: 600;
  cursor: pointer;
}

.dashboardStep.completed .dashboardTrack-text .dashboardTrackTitle span {
  font-size: 14px;
  margin-left: 2px;
}

.dashboardStep.completed .dashboardTrack-text .dashboardTrackTitle:hover,
.dashboardStep.completed .dashboardTrack-text .dashboardTrackTitle:focus {
  color: #198754;
}

.dashboardStep.completed .dashboardTrack-text .dashboardTrackTop .dashboardTrackDate {
  color: #236f4c;
  font-weight: 600;
}

.dashboardStep.completed .stepStatusDot:after {
  display: block;
  position: absolute;
  content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23fff' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/></svg>");
  height: 14px;
  width: 7px;
  top: 5px;
  left: 5px;
}

.packageSection2 {
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #dfe1e6;
  border-radius: 6px;
  position: relative;
}

/**/

.payBtn {
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: inline-flex;
}

.payBtn:hover,
.payBtn:focus {
  background: #0f7eb5;
  color: #000;
}

.section-title {
  font-size: 18px;
  margin-bottom: 10px;
  border-left: 5px solid #d5302c;
  padding-left: 5px;
  font-family: Roboto, sans-serif;
  color: #0c0c0c;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.section-title a {
  margin-left: auto;
  font-size: 13px;
  background: #0f7eb5;
  color: #000;
  padding: 8px 15px;
  border-radius: 4px;
  display: inline-block;
  font-weight: normal;
  line-height: normal;
}

.section-title a:hover,
.section-title a:focus {
  background: #000;
  color: #0f7eb5;
}

.packages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  gap: 20px;
  margin-top: 15px;
}

.package {
  border: 2px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.package h3 {
  margin: 0;
  color: #d5302c;
}

.package p {
  font-size: 15px;
  margin: 10px 0;
  color: #333;
}

.packagePrice {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-top: 15px;
  margin-bottom: 10px;
}

.showPanel {
  background: #fff;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  width: 100%;
  border: 1px solid #dfe1e6;
  padding: 15px;
}

.showPanelTitle {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.dashboardForms {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}

/**/
.editProfile {
  width: 100%;
  margin: 0 0 20px !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.editProfile li {
  width: calc(100% / 2 - 8px);
  list-style: none !important;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 5px 15px !important;
  border-radius: 4px;
}

.editProfile li:last-child {
  width: 100%;
}

.editProfile li span {
  font-weight: 600;
}

.updateProfileBtn {
  display: inline-flex;
  gap: 6px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  color: #fff;
  border-radius: 4px;
  padding: 10px 18px;
  line-height: normal;
  justify-content: center;
  align-items: center;
}

.updateProfileBtn:hover,
.updateProfileBtn:focus {
  background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
  color: #222;
}

.updateProfileBtnPanel {
  margin-top: 15px;
}

.updateEditBtn {
  cursor: pointer;
  justify-content: center;
  line-height: normal;
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
  line-height: normal;
  border-radius: 4px;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  color: #fff;
  opacity: 1;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-weight: normal;
}

.updateEditBtn:hover,
.updateEditBtn:focus {
  background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
  color: #222;
}

/**/
.csTable {
  width: 100%;
}

.csTable table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 0;
}

.csTable table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: #808080;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.csTable table thead tr {
  color: #fff;
  border-radius: 4px;
}

.csTable table thead tr th {
  color: #ffffff;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  padding: 10px 12px;
  padding-right: 30px;
  border-width: 0;
  background-color: #000;
}

.csTable table thead tr th:nth-child(1) {
  width: 55%;
}

.csTable table thead tr th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.csTable table thead tr th:not(:last-child) {
  position: relative;
}

.csTable table thead tr th:not(:first-child) {
  padding-left: 12px;
  padding-right: 12px;
}

.csTable table thead tr th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.csTable table thead tr th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 1px;
}

.csTable table tbody td {
  padding: 12px;
  align-content: start;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
}

.csTable table tbody td:last-child {
  width: 10%;
  padding-right: 0;
}

.csTable table tbody td:first-child {
  padding-left: 0;
}

.csTable table tbody tr:last-child td {
  border: 0;
  padding-bottom: 0;
}

.csTable table tbody td:not(:last-child) {
  position: relative;
}

.csTable table tbody td:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  bottom: 16px;
  background-color: #ececec;
  width: 1px;
}

.submitApplication {
  width: 100%;
  background: #ecf0f4;
  border: 1px solid #d9e2ec;
  padding: 25px 35px;
  border-radius: 4px;
  margin-bottom: 25px;
}

.banner {
  background-image: linear-gradient(to right,
      rgb(82 92 229 / 70%) 0%,
      rgb(82 92 229 / 60%) 100%),
    url(../images/bg1.png);
  background-image: linear-gradient(to right,
      rgb(12 113 162 / 70%) 0%,
      rgb(0 62 104 /60%) 100%),
    url(../images/bg1.png);
  background-size: cover;
  position: relative;
  /* overflow: hidden; */
  border: 0px !important;
  margin-bottom: 15px;
}

.banner .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 10px 15px;
  position: relative;
}

.banner .w-95 {
  /* width: 148px; */
}

.bannerInfo {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}

.bannerInfo .title1 {
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
}

.bannerInfo p {
  font-size: 14px;
  color: #fff;
  line-height: normal;
  margin: 0 0 5px;
}

.bannerInfo p:last-child {
  margin-bottom: 0;
}

.bannerInfo ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.bannerInfo ul li {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

/**/
.step {
  display: none;
}

.step.active {
  display: block;
}

.jobStep {
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: rgb(255 255 255);
  border-radius: 0.375rem;
  border: 1px solid #e9ecf5;
  margin-bottom: 15px;
}

.jobTimeline {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jobTimeline li {
  list-style: none;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.jobTimeline li:first-child {
  justify-content: start;
}

.jobTimeline li .jobTimelineItem {
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  padding: 0 3px;
  z-index: 1;
  justify-content: end;
}

.jobTimeline li .Number {
  width: 25px;
  height: 25px;
  min-width: 25px;
  color: #fff;
  border-radius: 4px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  font-size: 16px;
  margin-right: 5px;
  font-weight: 600;
}

.jobTimeline li.active .Number {
  background: #0f7eb5;
  color: #fff;
}

.jobTimeline li.completed .Number {
  background: green;
  color: #fff;
}

.jobTimeline li .timelineJobTitle {
  font-size: 16px;
  font-weight: 600;
}

.jobTimeline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d1dce1;
  top: 17px;
  right: 0;
  z-index: 0;
  transition: all ease-in-out 0.3s;
}

.jobTimeline li:first-child:after {
  content: none;
}

.jobTimeline li.active {
  color: #333;
}

.jobStepDetails {
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: rgb(255 255 255);
  border-radius: 0.375rem;
  border: 1px solid #e9ecf5;
  margin-bottom: 15px;
}

.jobStepDetailsTitle {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 700;
  color: #0f7eb5;
}

.jobStepDetailsTitle2 {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 700;
  color: #f0c05a;
  background: #000;
  border-left: 2px solid #f0c05a;
  padding: 7px 10px;
  border-radius: 4px;
}

.formTitle {
  font-size: 18px;
  margin: 0 0 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

.firstStep .formTitle {
  margin-bottom: 10px;
  color: #000;
}

.view-package-btn {
  padding: 6px 8px;
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid #0f7eb5;
  background-color: #fffaef;
  display: inline-block !important;
  line-height: 1;
  margin-block: 3px;
  color: #0f7eb5;
}

.firstStep .nomineeScroll p a {
  display: inline;
  color: #0f7eb5;
  font-weight: 500;
}

.dashboardForms label.label_check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  text-align: justify;
}

.dashboardForms label.label_check a {
  display: inline;
  color: #0f7eb5;
}

.dashboardForms label.label_check a:hover {
  text-decoration: underline;
  color: #c39127;
}

.dashboardForms label.label_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0 !important;
  width: 0 !important;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 3px;
}

.dashboardForms label.label_check input:checked~.checkmark {
  background-color: #f0c05a;
  border-color: #f0c05a;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.dashboardForms label.label_check input:checked~.checkmark:after {
  display: block;
}

.dashboardForms label.label_check .checkmark:after {
  left: 5px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/**/
.continueBtn {
  align-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  color: #1b313b;
  border-radius: 4px;
  opacity: 1;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}

.continueBtn span {
  position: relative;
}

.continueBtn:hover,
.continueBtn:focus {
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat padding-box;
  color: #fff;
}

/**/
.paymentLogo {
  float: left;
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}

.paymentLogo img {
  max-width: 170px;
  width: 100%;
}

.fullDashboard2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
  min-height: calc(-61px + 100vh);
  display: flex;
  padding: 30px 0;
}

.paymentTitle3 {
  color: #fff;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 15px;
  border-left: 2px solid #0f7eb5;
  margin-bottom: 10px;
  border-radius: 4px;
}

/**/
.bank_account {
  border: 1px solid #ccc;
  background: #fff;
  transition: 0.5s;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}

.bank_account:last-child {
  margin: 0;
}

.bank_account .bankTitle5 {
  background: #efefef;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}

.bank_account .bankTitle5 .radio {
  width: 100%;
  margin: 0;
}

.bank_account .bankTitle5 .radio span {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 500;
}

.bank_account .bankTitle5 .radio span img {
  width: 200px;
  margin-left: auto;
}

.bank_account .bankTitle5.hdfcBank .radio span img {
  width: 125px;
}

/**/

.bank_account.active .bankTitle5 {
  background: #f0c05a;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
}

.bank_account.active .bankTitle5 .radio input[type="radio"]:checked {
  border-color: #000;
}

.bank_account .bankTitle5 .radio span {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 500;
  color: #000;
}

.bank_account.active .bankTitle5 .radio input[type="radio"]:checked:before {
  background: #000;
  border-radius: 50px;
  content: "";
  height: 10px;
  left: 3px;
  opacity: 1;
  position: absolute;
  top: 3px;
  width: 10px;
}

.bank_account.active .bankTitle5 .radio input[type="radio"]:checked~span {
  color: #000;
}

/**/

.bank_account .bankTitle5 small {
  margin-left: auto;
}

.bank_account .bankTitle5::after {
  right: 10px;
  top: 8px;
  content: "";
  position: absolute;
  height: 25px;
  width: 150px;
}

.hdfc_logo::after {
  background: url(../images/hdfc2.webp) right center no-repeat;
  background-size: 100%;
}

.bank_account .bankInfo {
  width: 100%;
  display: flex;
  padding: 15px;
  gap: 15px;
}

.bankDetails,
.paymentForm2 {
  width: 50%;
}

.payment2 {
  margin-bottom: 10px;
}

.payment2 img {
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
}

.bank_account .bankInfo2 {
  width: 100%;
  display: block;
  padding: 15px;
}

.bank_account p {
  padding: 0;
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: #333;
  font-weight: 400;
}

.bank_account p span {
  font-weight: 700;
}

.bank_account .nextBtn {
  text-align: center;
  line-height: 44px;
  width: max-content;
  padding: 0 40px;
  margin: 10px 0 0;
}

.bank_account .nextBtn.pay {
  background: #02c060;
  color: white;
}

.paymentImage {
  max-width: 230px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
}

.payName {
  width: 50%;
  /* padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px; */
}

.paymentInfo img {
  max-width: 120px;
  margin-bottom: 10px;
}

.paymentInfo ul {
  margin: 0 0 10px;
  padding: 0;
}

.paymentInfo ul li {
  list-style: none;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  line-height: normal;
}

/**/
.form-group {
  position: relative;
  margin-bottom: 15px;
}

.dashboardForms label {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 500;
  white-space: normal;
}

.imgSupport {
  font-size: 13px;
  color: #333;
  float: right;
}

/**/
.upload-label {
  display: inline-block;
  background-color: transparent;
  color: #333;
  padding: 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin: 0 !important;
  font-weight: normal !important;
  width: 100%;
}

.fileInput {
  /* display: none; */
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
}

.fileName {
  display: block;
  font-size: 14px;
  color: #333;
  margin-left: auto;
  max-width: 190px;
  width: max-content;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.col-lg-4 .fileName {
  max-width: 130px;
}

.text2 {
  float: left;
}

.progress-bar {
  position: relative;
  height: 8px;
  background: #eee;
  border-radius: 6px;
  margin-top: 3px;
  overflow: hidden;
  display: none;
}

.progress-bar-fill {
  height: 100%;
  width: 0%;
  background-color: #0f7eb5;
  transition: width 0.3s ease;
}

.upload-message {
  margin-top: 5px;
  color: green;
  font-weight: normal;
  display: none;
  font-size: 13px;
}

.fileUpload {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 4px;
  padding: 8px 10px;
  border: 1px solid #ccc;
}

.remove-btn {
  display: none;
  color: #333;
  padding: 0;
  border: none;
  background: transparent;
  margin-left: 10px;
  cursor: pointer;
}

.remove-btn:hover {
  color: #e74c3c;
}

/**/
.payment-option {
  border: 1px solid #ddd;
  background-color: #eee;
  padding: 5px 12px;
  position: relative;
  border-radius: 4px;
  font-size: 14px !important;
  margin-bottom: 15px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.payment-option input {
  height: 33px;
}

.payment-option input[type="radio"] {
  accent-color: #0f7eb5 !important;
  height: 28px;
  outline: 0 !important;
}

.payment-option.active {
  background-color: #fffaef;
  border: 1px solid #0f7eb5;
  color: #0f7eb5 !important;
}

.tds-amount {
  display: none;
}

.tds-amount label {
  margin-bottom: 0;
}

.tds-amount input {
  height: 33px;
}

.tdsradio {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}

.tdsradio label {
  font-weight: 400 !important;
  display: inline-block;
  margin-bottom: 0 !important;
  cursor: pointer;
}

.tdsradio label input[type="radio"] {
  height: 13px;
  width: 13px;
  accent-color: #c58600 !important;
  margin-right: 5px;
}

.alt-msg {
  padding: 7px 10px;
  font-size: 13px;
  border-radius: 6px;
  border: 1px solid #c39127;
  background-color: #fffaef;
  color: #c39127;
  text-align: center;
  line-height: 1.3;
}

.payment2 {
  margin-bottom: 10px;
}

/**/
.paymentAmout {
  background: #fff;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  width: 100%;
  border: 1px solid #dfe1e6;
  padding: 15px;
  position: sticky;
  top: 0;
}

.paymentTitle {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: normal;
}

.amountPay {
  font-weight: 600;
  color: #0f7eb5;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: normal;
}

.amountPay span {
  color: #333;
  font-size: 15px;
}

.viaText {
  width: 100%;
  padding: 15px;
  background: #fff3dd;
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 8px;
  font-weight: 400;
  text-align: center;
}

.howItWorks {
  background: #fff;
  border-radius: 6px;
  flex-direction: column;
  display: flex;
  width: 100%;
  border: 1px solid #dfe1e6;
  padding: 15px;
  margin-top: 20px;
}

.howItWorks ul {
  margin: 0 0 0 15px;
  padding: 0;
}

.howItWorks ul li {
  list-style: decimal;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  font-weight: normal;
}

/**/
.thankYouSection {
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 76px);
}

.thank-you-container {
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 450px;
}

.thank-you-container .thankyouTitle {
  font-size: 2rem;
  color: #28a745;
  margin-bottom: 10px;
  font-weight: 600;
}

.thank-you-container p {
  color: #333;
  font-size: 14px;
  margin: 15px 0 25px;
}

.thank-you-icon {
  font-size: 60px;
  color: #28a745;
  margin-bottom: 10px;
}

.thank-you-icon svg {
  width: 50px;
  height: 50px;
  color: #28a745;
}

.homeBtn {
  cursor: pointer;
  line-height: normal;
  padding: 10px 25px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  color: #1b313b;
  border-radius: 4px;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  display: inline-block;
}

.homeBtn:hover,
.homeBtn:focus {
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat padding-box;
  color: #fff;
}

.dashboardNominationTitle {}

.dashboardPayNowBtn {
  position: relative;
  padding: 9px 15px;
  background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
  color: #222;
  display: inline-flex;
  width: auto;
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0.1);
  border-radius: 4px;
  line-height: normal;
  font-weight: 500;
  cursor: pointer;
  border: 0;
}

.dashboardPayNowBtn:hover,
.dashboardPayNowBtn:focus {
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  color: #fff;
}

.panelHide_1 {
  display: none;
}

.SumoSelect>.CaptionCont>label {
  margin: 0;
}

.experienceDiv {
  display: block;
  width: 100%;
  background: #f0f0f0;
  border: 1px solid #e2e8f2;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(15, 61, 222, 0.08);
  padding: 20px;
  margin-bottom: 15px;
}

.removeExperienceBtn {
  position: relative;
  padding: 9px 15px;
  background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
  color: #222;
  display: inline-flex;
  width: auto;
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0.1);
  border-radius: 4px;
  line-height: normal;
  font-weight: 500;
  cursor: pointer;
  border: 0;
}

.removeExperienceBtn:hover,
.removeExperienceBtn:focus {
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  color: #fff;
}

textarea.form-control {
  height: 70px !important;
}

.addExperienceBtn {
  position: relative;
  padding: 9px 15px;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat;
  color: #fff;

  display: inline-flex;
  width: auto;
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0.1);
  border-radius: 4px;
  line-height: normal;
  font-weight: 500;
  cursor: pointer;
  border: 0;
  margin-bottom: 15px;
}

.addExperienceBtn:hover,
.addExperienceBtn:focus {
  background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
  color: #222;
}

.declarationPanel {
  float: left;
  width: 100%;
  position: relative;
  padding: 15px;
  background: #f1f5f7;
  border-radius: 6px;
  border: 1px solid #dce2e6;
  margin-bottom: 15px;
  line-height: normal;
}

.declarationPanelTitle {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #0f7eb5;
}

.declarationPanel p {
  font-size: 14px;
  line-height: 1.5;
}

.declarationPanel p:last-child {
  margin: 0;
}

#sig {
  border: 1px solid #ccc;
  border-radius: 8px;
  touch-action: none;
}

.btn {
  padding: 8px 16px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

.btn-danger {
  background-color: #dc3545;
  color: #fff;
}

.help {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}

.buttons {
  display: flex;
  align-items: center;
}

.backBtn {
  background: #000;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 24px;
  line-height: normal;
  border: 0;
  outline: 0;
  position: relative;
  overflow: hidden;
  display: none;
  margin-right: 10px;
  min-width: 80px;
}

.backBtn:hover {
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  color: #000;
}

/**/
.kpis {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-left: auto;
}

.k {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  line-height: normal;
  border: 1px solid #dce1ea;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 15px;
}

.k .v {
  font-weight: 800;
}

.dashboardPage {
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  background: #eff1f9;
}

.dashboardPage .card {
  background: #f7f9ff;
  border: 1px solid #e9eef6;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(15, 61, 222, 0.08);
  padding: 18px;
  margin-bottom: 15px;
}

.dashboardPage .card h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  color: #0f7eb5;
  margin-bottom: 10px;
}

.dashboardPage .card .muted {
  font-size: 16px;
  color: #5b6474;
  margin-bottom: 0;
}

.openProcess {
  align-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  padding: 10px 18px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  color: #1b313b;
  border-radius: 30px;
  opacity: 1;
  border: 0;
  outline: 0;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
}

.openProcess:hover,
.openProcess:focus {
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat padding-box;
  color: #fff;
}

.dashboardPage .card .dl {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.dashboardPage .card .pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid #e9eef6;
  background: #fff;
  font-size: 15px;
}

.timeline {
  position: relative;
  padding-left: 30px;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: #e5e7eb;
}

.t-item {
  position: relative;
  margin: 0 0 15px;
}

.t-item:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d1d5db;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #e5e7eb;
}

.t-item.done:before {
  background: #16a34a;
}

.t-item.current:before {
  background: #f59e0b;
}

.dashboardPage .card .t-item strong {
  font-size: 15px;
}

.dashboardPage .card .t-item .muted {
  font-size: 14px;
}

.stat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
}

.stat.submitted {
  background: #ecfeff;
  color: #0e7490;
}

.stat.review {
  background: #fff7ed;
  color: #9a3412;
}

.stat.selected {
  background: #ecfdf5;
  color: #065f46;
}

.quickPay {
  align-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  padding: 8px 15px;
  position: relative;
  text-decoration: none;
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0 no-repeat padding-box;
  color: #fff;
  border-radius: 30px;
  opacity: 1;
  border: 0;
  outline: 0;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
}

.quickPay:hover,
.quickPay:focus {
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  color: #1b313b;
}

.dashboardPage .card ul {
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
}

.dashboardPage .card ul li {
  list-style: none;
  display: flex;
  gap: 5px;
  color: #333;
  margin-bottom: 5px;
}

.dashboardPage .card ul li a {
  color: #333;
}

.dashboardPage .card ul li a:hover,
.dashboardPage .card ul li a:focus {
  color: #0f7eb5;
}

.modal-content {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none;
  border: 0;
}

.modal-header {
  padding: 0 25px;
  background: #0f7eb5;
  color: #fff;
  border-radius: 0;
}

.modal-header .modal-title {
  text-align: left;
  line-height: 1;
  color: #fff;
  padding: 15px 0;
  text-transform: initial;
  font-size: 18px;
}

.modal-header .modal-title small {
  font-size: 14px;
  line-height: normal;
}

.btn-close {
  width: 1em;
  height: 1em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  outline: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.modal-body {
  padding: 25px;
}

.decl {
  font-size: 14px;
  background: #fdfaef;
  border: 1px solid #fde68a;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 15px;
}

.list {
  margin: 0 0 15px;
  padding-left: 18px;
}

.list li {
  margin: 8px 0;
  list-style: decimal;
  font-size: 15px;
  color: #333;
}

.agreeDiv {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px;
}

.programSection.bg2 {
  background: #fff;
}

/**/
details {
  background: #fff;
  border: 1px solid #e9eef6;
  border-radius: 12px;
  padding: 14px;
  margin: 10px 0;
  box-shadow: 0 10px 30px rgba(15, 61, 222, 0.1);
}

.card {
  background: #fff;
  border: 1px solid #e9eef6;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(15, 61, 222, 0.1);
  padding: 16px;
}

.card h2 {
  font-size: 20px;
  margin: 14px 0 6px;
}

details ul {
  width: 100%;
  display: block;
  margin: 0 0 0 15px;
  padding: 0;
}

details ul li {
  list-style: disc;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}

.termsPage {
  float: left;
  width: 100%;
  margin: 0;
  padding: 90px 0 40px;
  position: relative;
  background: #ecf0f4;
}

.termsPage .container {
  position: relative;
}

.note {
  background: #fffef7;
  border: 1px solid #fde68a;
  border-radius: 12px;
  padding: 12px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 6px 0;
}

th,
td {
  border: 1px solid #e9eef6;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.bank {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

details>summary {
  font-weight: 800;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 5px;
}

details a {
  color: #0f7eb5;
}

.card ul {
  width: 100%;
  display: block;
  margin: 0 0 0 15px;
  padding: 0;
}

.card ul li {
  list-style: disc;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}

.agreeDiv #error-message {
  color: red;
  font-size: 14px;
  display: none;
  margin-top: 5px;
  float: left;
  width: 100%;
}

.fareSection {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.fareOption {
  position: relative;
}

.fareOption input[type="radio"] {
  display: none;
}

.fareLabel {
  display: block;
  padding: 10px 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  min-width: 140px;
  transition: all 0.2s ease;
}

.fareLabel strong {
  font-size: 13px;
  color: #333;
  height: 32px;
  display: block;
  align-content: center;
  line-height: normal;
}

.fareLabel span {
  display: block;
  font-size: 12px;
  color: #0f7eb5;
}

.fareOption input[type="radio"]:checked+.fareLabel {
  border-color: #0f7eb5;
  background-color: #e8f1ff;
}

.fareOption input[type="radio"]:checked+.fareLabel strong {
  color: #0f7eb5;
}

/* fareTooltip styling for all options */
.fareTooltip {
  visibility: hidden;
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #333;
  font-weight: 400;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  padding: 10px 15px;
  line-height: normal;
  font-size: 12px;
  width: 285px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: left;
}

.fareTooltip:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 18px);
  bottom: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #d8d8d8;
}

.fareTooltip:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 17px);
  bottom: 100%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: white;
}

.fareOption:hover .fareTooltip {
  visibility: visible;
}

.fareTooltip p {
  margin: 0 0 5px;
  line-height: normal;
  font-size: 12px;
  color: #333;
}

.fareTooltip p small {
  line-height: normal;
  font-size: 11px;
  color: #555;
}

.fareTooltip ul {
  margin: 5px 0 5px 15px;
  padding: 0;
}

.fareTooltip ul li {
  list-style: disc;
  line-height: normal;
  font-size: 12px;
  color: #333;
}

/**/
.sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #e5ebf4;
  box-shadow: 0 -6px 20px rgba(15, 61, 222, 0.08);
}

.sticky .inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-ghost {
  background: #eef2ff;
  color: #0f1c4d;
}

.top-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

#proceed {
  align-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  padding: 10px 18px;
  position: relative;
  text-decoration: none;
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  color: #1b313b;
  border-radius: 30px;
  opacity: 1;
  border: 0;
  outline: 0;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
}

/* .openProcess:hover,
.openProcess:focus {
  background: transparent linear-gradient(120deg, #000 0, #355e73 100%) 0 0
    no-repeat padding-box;
  color: #fff;
} */

#proceed:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.helpLine {
  margin: 0;
  margin-left: 25px;
  margin-right: auto;
}

.helpLine a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.helpLine a:hover,
.helpLine a:focus {
  color: #fbb030;
}

.bankCard {
  background: #fffef7;
  border: 1px solid #fde68a;
  border-radius: 12px;
  padding: 12px;
}

#agree h2 {
  font-size: 20px;
  font-weight: 600;
  color: #0f7eb5;
  margin-top: 0;
}

#overview h2 {
  font-size: 20px;
  font-weight: 600;
  color: #0f7eb5;
  margin-top: 0;
}

.upload-box {
  position: relative;
}

.upload-box .viewFile {
  position: absolute;
  top: 4px;
  right: 3px;
  width: 100px;
  height: 30px !important;
  z-index: 9;
  display: flex;
  align-content: center;
  object-fit: contain;
  background: #fff;
  object-position: right;
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 13px;
  justify-content: center;
  align-items: center;
}

.upload-box .viewFile img {
  background: #fff;
  width: 100px;
  height: 30px !important;
  z-index: 9;
  display: flex;
  align-content: center;
  object-fit: contain;
  background: #fff;
  object-position: right;
}

.modalPage {
  padding: 15px 0;
}

.modalPage .platformsTitle {
  font-size: 24px;
}

#agree .checkbox {
  margin-top: 15px;
}

/**/
.trust {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  background: rgba(15, 126, 181, .08);
  border: 1px solid rgba(15, 126, 181, .25);
  border-radius: 4px;
  margin: 16px 0 18px;
  color: #d7ffe7;
}

.trust .dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: #22c55e;
  margin-top: 6px;
  box-shadow: 0 0 0 6px rgba(64, 185, 60, .12);
}

/**/
.realitySection {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #fff;
}

.fw-block {
  width: 100%;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 25px;
  align-items: stretch;
}

.realitySectionTitle {
  margin: 0 0 8px;
  font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: -.3px;
  font-weight: 950;
  background: linear-gradient(135deg, #A6E22E, #3FA34D);
  background: linear-gradient(118deg, #fbbc39 32.59%, #ce7802 99.7%);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.realitySection p {
  margin: 0 0 14px;
  color: #5b677a;
  max-width: 88ch;
}

.realitySection .list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 0;
}

.li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 12px;
  border-radius: 16px;
  border: 1px solid #d8f0d3;
  background: transparent;
}

.li .icon {
  width: 65px;
  height: 65px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(164, 229, 31, .10);
  border: 1px solid rgba(164, 229, 31, .20);
  flex: 0 0 auto;
  color: #2E8B57;
  font-size: 32px;
}

.li .listTitle {
  margin: 0 0 2px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.li p {
  margin: 0;
  color: #5b677a;
  font-size: 15px;
  line-height: normal;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.chip {
  background: #fff;
  border: 1px solid #e6eaf2;
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  line-height: normal;
  gap: 5px;
}

.fw-media {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e6eaf2;
  background: #f1f5ff;
  min-height: 260px;
  position: relative;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.fw-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.solutionSection {
  float: left;
  width: 100%;
  background: #e9f6ff;
  margin: 0;
  padding: 40px 0;
}

.solutionSection .list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 0;
}

.solutionSection .li {
  border: 1px solid #bfe3b7;
  background: #fff;
}

.solutionSection .li p {
  color: #5b677a;
  line-height: 22px;
}

.solutionSection .li .icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(164, 229, 31, .10);
  border: 1px solid rgba(164, 229, 31, .20);
  flex: 0 0 auto;
  color: #333;
  font-size: 24px;
}

.solutionSection .note {
  margin-bottom: 15px;
  padding: 12px 14px;
  border-radius: 4px;
  border: 1px solid rgba(239, 68, 68, .18);
  background: #fff;
  color: #7f1d1d;
  font-size: 14px;
}

.solutionSection .common_btn1 {
  font-size: 16px;
}

.applyforSection {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #fff;
}

.applyforSection .list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 0;
}

/**/
.notforSection {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #e9f6ff;
}

.notforSection .list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 0;
}

.notforSection .li .icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(164, 229, 31, .10);
  border: 1px solid rgba(164, 229, 31, .20);
  flex: 0 0 auto;
  color: #2E8B57;
  font-size: 24px;
}

.notforSection .note {
  margin-bottom: 15px;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid rgba(239, 68, 68, .18);
  background: #fff;
  color: #7f1d1d;
  font-size: 14px;
}

.webpulseSection {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #e9f6ff;
}

.webpulseSection .list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 0;
}

.foundationSection {
  float: left;
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #fff;
}

.foundationSection .list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 0;
}

.foundationSection .note {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 4px;
  border: 1px solid rgba(239, 68, 68, .18);
  background: #fff;
  color: #7f1d1d;
  font-size: 14px;
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 25px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .45);
  margin-top: 30px;
}

.cta-banner h3 {
  margin: 0 0 6px;
  font-size: 24px;
  color: #0f7eb5;
}

.cta-banner p {
  margin: 0;
  color: #333;
  font-size: 16px;
}
.dashboardBanner3{
  padding-top: 60px;
}