/* Base CSS */
.alignleft {
  float: left;
  margin-inline-end: 15px;
}

.alignright {
  float: right;
  margin-inline-start: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

* {
  box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #292D32;
  font-family: "Plus Jakarta Sans",
    sans-serif;
}

body {
  color: #62666A;
  font-weight: 400;
  font-family: "Plus Jakarta Sans",
    sans-serif;
  scroll-behavior: smooth;
}



.selector-for-some-widget {
  box-sizing: content-box;
}

a:hover {
  text-decoration: none
}

button:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}






/* header-area-start */

.container {
  max-width: 1270px;
}

.header {
  padding-block: 16px;
  border-bottom: 1px solid #F4F4F4;
}

.header-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-logo a {
  display: block;
}

.header-logo {
  max-width: 91px;
}

.header-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}

.header-menu li a {
  color: #292D32;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

a {
  text-decoration: none;
}

.header-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.header-btns a {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #292D32;
  padding: 0 18px;
  color: #292D32;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.header-btns a.small {
  border-radius: 10px;
  background: rgba(41, 45, 50, 0.07);
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #292D32;
  font-size: 14px;
  font-weight: 600;
  /*! padding-bottom: 7px; */
  border-color: transparent;
}

.header-btns a.active {
  background: #FF7B57;
  border-color: #FF7B57;
  color: #fff;
}

/* header-area-end */


/* hero-area-start */
.hero-content {
  text-align: center;
  max-width: 822px;
  margin: auto;
  margin-bottom: 46px;
}

.hero {
  padding-top: 89px;
}

.hero-content h1 {
  font-size: 58px;
  font-weight: 400;
  line-height: 76px;
  letter-spacing: -3px;
  margin-bottom: 24px;
}

.hero-content h1 span {
  display: block;
  font-weight: 700;
  font-size: 66px;
  line-height: 76px;
}

.hero-content p {
  max-width: 536px;
  margin: auto;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
}

.hero-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-btn a {
  border-radius: 10px;
  border: 1px solid #292D32;
  width: 180px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #292D32;
}

.hero-btn a.active {
  background: #FF7B57;
  color: #fff;
  border-color: #FF7B57;
}

.hero-img {
  text-align: center;
}

/* hero-area-end */

/* brand-area-start */

.brand {
  padding-block: 42px;
  background: #FAFAFA;
}

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

/* brand-area-end */


/* blog-area-start */



.blog-slider {
  height: 488px;

  display: flex;
  align-items: center;
}

.blog-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*! height: 100%; */
}

.blog-img {
  width: 50%;
  background: #FAFAFA;
}

.blog-content {
  width: 50%;
  padding-inline-start: 48px;
}

.blog {
  padding-block: 80px;
}

.blog-content span {
  color: #FF7B57;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: inline-block;
}

.blog-content h3 {
  font-size: 46px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}

.blog-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.2px;
  margin-bottom: 40px;
}

.blog-content ul {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
}

.blog-content li {
  color: #292D32;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
}

.blog-content li span {
  border-radius: 100px;
  background: rgba(104, 206, 102, 0.10);
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 8px;
  font-size: 13px;
  color: #68CE66;
  margin-bottom: 0;
  margin-top: 2px;
}

.blog-content a {
  border-radius: 10px;
  border: 1px solid #FF7B57;
  height: 52px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF7B57;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.swiper-pagination {
  left: 50% !important;
  right: auto !important;
}

.swiper-pagination span {
  height: 96.75px;
  border-radius: 0;
  background: #E2E2E2;
  opacity: 1;
  width: 2px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #FF7B57;
}

/* blog-area-end */


/* customer-area-start */
.customer {
  padding-block: 80px;
  background: #FF7B57;
}

.customer-title {
  text-align: center;
  margin-bottom: 64px;
}

.customer-title span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: block;
}

.customer-title h3 {
  color: #fff;
  font-size: 54px;
  font-weight: 600;
  line-height: 63px;
  letter-spacing: -1.5px;
  margin: 0;
}

.customer-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1135px;
  margin: auto;
}

.customer-box {
  width: 31.85%;
  background: #F7F7F7;
  padding: 36px 47px;
  border-radius: 20px;
  transition: .3s;
  cursor: pointer;
}

.customer-box img {
  margin-bottom: 28px;
}

.customer-box h3 {
  color: #161919;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.16px;
  margin-bottom: 28px;
  transition: .3s;
}

.customer-box p {
  color: #161919;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  margin: 0;
  min-height: 96px;
  transition: .3s;
}

.customer-box:hover {
  background: #292D32;
}

.customer-box:hover h3 {
  color: #fff;
}

.customer-box:hover p {
  color: #fff;
}

/* customer-area-end */


/* price-area-start */
.toggle-inner input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 25px;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.custom-toggle {
  position: absolute;
  height: 28px;
  width: 28px;
  background-color: #ffffff;
  top: 4px;
  left: 5px;
  border-radius: 50%;
  transition: 300ms all;
}

.toggle-inner .t-month,
.toggle-inner .t-year {
  position: absolute;
  left: -70px;
  top: 50%;
  transition: 300ms all;
  color: #292D32;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  transform: translateY(-50%);
  padding-bottom: 4px;
}

.toggle-inner .t-year {
  left: unset;
  right: -90px;
}



.active>.toggle-inner .t-year {
  opacity: 1;
}

.toggle-inner input:checked+span {
  left: 38px;
}

.toggle-inner {
  width: 70px;
  margin: 0 auto;
  height: 36px;
  border-radius: 25px;
  position: relative;
  background: #FF7B57;
}




.price-table tbody tr {
  display: none;
}

.price-table tbody tr.show {
  display: table-row;
}

.price {
  padding-top: 80px;
  padding-bottom: 53px;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h3 {
  margin-bottom: 18px;
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
}

.section-title p {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.2px;
  margin: 0;
}

.plan-toggle-wrap {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.price-table th {
  border: 1px solid #EFF1F9;
  padding: 28px;
  position: relative;
}

.price-pro {
  position: absolute;
  top: 8px;
  right: 8px;
}

.price-pro span {
  border-radius: 30px;
  background: #292D32;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.14px;
  width: 75px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-plan-title h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.price-plan-title p {
  color: #62666A;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

.price-plan-title {
  margin-bottom: 20px;
}

.price-plan {
  height: 79px;
  margin-bottom: 28px;
}

.price-plan h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.4px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}

.price-plan h4 span {
  color: #62666A;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.18px;
}

.price-plan p {
  color: #62666A;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

.price-plan-btn a {
  border-radius: 10px;
  background: #FF7B57;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.price-table td {
  border: 1px solid #EFF1F9;
  padding: 13px 26px;
  text-align: center;
  color: #252430;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.price-table td:first-child {
  text-align: start;
}

.price-table td span {
  color: #252430;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.table-more {
  padding-inline-start: 26px;
}

.table-more button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #FF7B57;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* price-area-end */


/* faq-area-start */
.faq {
  padding-block: 80px;
  background: #F7F7F7;
}

.faq-title {
  text-align: center;
  margin-bottom: 76px;
}

.faq-title span {
  color: #FF7B57;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: block;
  margin-bottom: 12px;
}

.faq-title h3 {
  color: #292D32;
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
  margin: 0;
}

.faq-wrap {
  border-radius: 42px;
  background: #FFF;
  padding: 50px;
  padding-bottom: 20px;
}

.accordion-item:last-child {
  border: 0;
}

.accordion-item {
  border: 0;
  border-bottom: 1px solid #F1F1F6;
  border-radius: 0 !important;
}

.faq-wrap button {
  border: 0 !important;
  box-shadow: unset !important;
  background: transparent !important;
  padding: 30px 0;
  font-size: 24px;
  color: #292D32;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: .3s;
}

.faq-wrap button:after {
  display: none;
}

.faq-wrap button .fa-minus {
  display: none;
}

.faq-wrap button[aria-expanded="true"] .fa-minus {
  display: block;
}

.faq-wrap button[aria-expanded="true"] .fa-plus {
  display: none;
}


.accordion-button:not(.collapsed) {
  color: #FF7B57;
}

.faq-wrap button[aria-expanded="true"] {
  color: #FF7B57;
  padding-bottom: 12px;
}

.accordion-body {
  padding: 0;
  padding-bottom: 30px;
}

.accordion-body p {
  color: #62666A;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

/* faq-area-end */


/* banner-area-start */
.banner {
  padding: 80px 0;
}

.banner-wrap {
  max-width: 1140px;
  margin: auto;
  background: #FF7B57;
  border-radius: 30px;
  height: 460px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  padding-inline-start: 80px;
}

.banner-text {
  width: 43%;
}

.banner-img {
  width: 48%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.banner-text h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 12px;
}

.banner-text p {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 40px;
}

.banner-text a {
  width: 180px;
  height: 52px;
  background: #fff;
  border-radius: 10px;
  color: #FF7B57;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* banner-area-end */


/* footer-area-start */
.footer-wrap {
  text-align: center;
}

.footer-logo a {
  display: block;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-menu {
  margin-bottom: 60px;
}

.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 68px;
}

.footer-menu li a {
  color: #292D32;
  font-size: 16px;
  font-weight: 600;
}

.footer-socail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.footer-socail a {
  padding: 0 12px;
  position: relative;
}

.footer-socail a:before {
  position: absolute;
  content: "";
  background: #D9D9D9;
  height: 18px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.footer-socail a:last-child::before {
  display: none;
}

.footer-peivacy a {
  color: #292D32;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.footer-peivacy {
  margin-bottom: 20px;
}

.footer-copy p {
  color: #646060;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

.footer {
  padding-bottom: 28px;
}

/* footer-area-end */


/* team-area-start */
.team {
  padding-block: 88px;
}

.team-title {
  margin-bottom: 50px;
  max-width: 874px;
}

.team-title h3 {
  color: #292D32;
  font-size: 46px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}

.team-title p {
  color: #62666A;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.2px;
  margin-bottom: 0;
}

.team-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.single-team {
  width: 49.1%;
  background: #F7F7F7;
  border-radius: 30px;
  padding: 30px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.team-content h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.team-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.team-tag a {
  padding-inline-end: 16px;
  border-inline-end: 1px solid #E2E3E3;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.54px;
}

.team-arrow a {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-btn {
  margin-top: 52px;
  display: flex;
  justify-content: center;
}

.team-btn a {
  border-radius: 10px;
  border: 1px solid #FF7B57;
  width: 180px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF7B57;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.job {
  padding-top: 20px;
  padding-bottom: 80px;
}

.job-banner {
  border-radius: 30px;
  background: var(--Grey, #F7F7F7);
  padding: 50px 52px;
  margin-bottom: 50px;
}

.job-banner-priv {
  margin-bottom: 50px;
}

.job-banner-priv a {
  color: #555;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.job-banner-text h3 {
  color: var(--Dark-Grey, #292D32);
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}

.team-tag a:last-child {
  border: 0;
}

.job-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.job-left {
  width: 61.3%;
}

.job-right {
  width: 34.14%;
}

.job-right .single-team {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.job-right .single-team .team-arrow {
  position: absolute;
  right: 22px;
  bottom: 22px;
}


.job-right-title {
  margin-bottom: 20px;
}

.job-right-title h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.15px;
  margin: 0;
}

.team-tag {
  gap: 10px 16px;
}

.job-collaps button {
  padding: 26px 0;
  background: transparent !important;
  color: #313C41 !important;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.13px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: unset !important;
  border-radius: 0 !important;
}

.job-collaps button:after {
  display: none;
}


.job-collaps button[aria-expanded="true"] .fa-plus {
  display: none;
}

.job-collaps button[aria-expanded="true"] .fa-minus {
  display: block;
}

.job-collaps button i {
  display: none;
}

.job-collaps button[aria-expanded="false"] .fa-plus {
  display: block;
}

.job-collaps .accordion-item {
  border: 1px solid #FF7B57;
  border-inline-start: 0;
  border-inline-end: 0;
}

.job-collaps .accordion-item:first-of-type {
  border-top-width: 2px;
}

.job-collaps .accordion-item:last-child {
  border-bottom-width: 2px;
}

.job-collaps .accordion-body p {
  color: #797979;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.job-collaps .accordion-body {
  padding-bottom: 26px;
}

.job-collaps .accordion-body ul {
  list-style: disc;
  padding-inline-start: 15px;
}

.job-collaps .accordion-body ul li {
  color: #797979;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

/* team-area-end */



/* login-area-start */
.login {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  background: #F7F7F7;
}

.login-left {
  width: 43.8%;
  padding-block: 60px;
  /*! padding-inline-start: 100px; */
  /*! background: #F7F7F7; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-inline-end: 60px;
}

.login-right {
  width: 56.2%;
  border-radius: 22px 0 0 22px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-header {
  /*! padding-inline-start: 100px; */
  /*! padding-inline-end: 60px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 470px;
  margin-inline-start: 100px;
}

.site-logo {
  max-width: 130px;
}

.login-header-btn a {
  border-radius: 10px;
  background: rgba(41, 45, 50, 0.10);
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #292D32;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  padding-bottom: 6px;
}

.login-img {
  text-align: start;
}

.login-left-text h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.38px;
  margin: 0;
}

.login-left-text h3 span {
  font-size: 28px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.28px;
  display: block;
}

.login-left-text {
  padding-inline-start: 100px;
  padding-inline-end: 60px;
}

.login-form {
  max-width: 480px;
  width: 100%;
}

.login-title {
  margin-bottom: 40px;
}

.login-title h3 {
  color: #292D32;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.34px;
  margin-bottom: 8px;
}

.login-title p {
  color: #62666A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}


.single-input label {
  color: #62666A;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}

.single-input {
  margin-bottom: 60px;
}

input:focus {
  outline: none;
  border-color: #292D32;
  color: #292D32;
}

input:focus {
  outline: none;
  border-color: #292D32 !important;
  color: #292D32 !important;
}

.single-input input {
  border-radius: 10px;
  border: 2px solid #E0E0E1;
  background: #fff;
  width: 100%;
  height: 52px;
  padding: 0 16px;
  color: #292D32;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.16px;
}

.login-btn button {
  border-radius: 10px;
  background: #FF7B57;
  border: 0;
  height: 52px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  transition: .3s;
}

.login-title p a {
  color: #62666A;
  font-weight: 700;
}

.otp-input {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  margin-bottom: 12px;
  text-align: center;
}

.single-otp input {
  border-radius: 10px;
  border: 2px solid rgba(98, 102, 106, 0.20);
  background: #fff;
  width: 64px;
  height: 70px;
  padding: 20px 16px;
  text-align: center;
  color: #292D32;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.22px;
}

.otp-time {
  text-align: center;
}

.otp-time p {
  color: #292D32;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.16px;
  margin: 0;
}

.otp-time p span {
  font-weight: 700;
}

.otp-last-text {
  margin-top: 60px;
  text-align: center;
}

.otp-last-text p {
  color: #62666A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.otp-last-text p a {
  color: #FF7B57;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
}

.otp-invaled-text p {
  color: #F84339;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.16px;
  margin: 0;
}

.otp-invaled-text {
  margin-bottom: 12px;
  display: none;
}

.otp-invaled .otp-invaled-text {
  display: block;
}

.otp-invaled input {
  border-color: #F84339 !important;
}

.otp-valed-text {
  margin-bottom: 12px;
  display: none;
}

.otp-valed-text p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.16px;
  margin: 0;
  color: #68CE66;
}

.otp-valed input {
  border-color: #68CE66 !important;
}

.otp-valed .otp-valed-text {
  display: block;
}

/* login-area-end */




.job-form {
  margin-top: 50px;
  border-radius: 30px;
  background: #F3F3F3;
  padding: 60px;
}

.job-form-title {
  margin-bottom: 40px;
}

.job-form-title h3 {
  color: #292D32;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.13px;
  text-transform: capitalize;
  margin: 0;
}

.input-flex .single-input {
  margin-bottom: 20px;
  width: 48.5%;
}

.input-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.upload-input {
  position: relative;
}

.upload-input span {
  border-radius: 10px;
  border: 1.5px dashed rgba(98, 102, 106, 0.40);
  background: var(--Brand-White, #FFF);
  display: block;
  width: 100%;
  height: 52px;
  padding-inline: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #62666A;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.16px;
}

.upload-input input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.single-input textarea {
  border-radius: 10px;
  border: 2px solid rgba(98, 102, 106, 0.20);
  background: #fff;
  width: 100%;
  height: 105px;
  padding: 10px 16px;
  color: #62666A;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.16px;
}

.job-form .single-input {
  margin-bottom: 20px;
}

.form-btn {
  margin-top: 40px;
}

.form-btn button {
  background: #FF7B57;
  border: 0;
  border-radius: 10px;
  width: 180px;
  height: 52px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}











.modal-dialog {
  max-width: 804px;
}

.modal-header {
  padding: 0;
  border: 0;
  position: absolute;
  right: 36px;
  top: 36px;
}

.modal-content {
  padding: 70px 90px;
  border-radius: 20px;
}

.modal-body .job-form {
  padding: 0;
  background: transparent;
  margin: 0;
}

.modal-body {
  padding: 0;
}

.modal-body .form-btn button {
  width: 300px;
}

.modal-body h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.34px;
  margin-bottom: 9px;
}

.modal-body p {
  letter-spacing: -0.34px;
  color: #62666A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.modal-header .btn-close {
  opacity: 1;
}

textarea:focus {
  border-color: #292D32 !important;
  outline: none;
}

/* offcanvas */

.btn-close {
  /*! background-image: none; */
}

.offcanvas-header {
  padding: 0;
  height: auto !important;
  display: flex !important;
  margin-bottom: 25px;
  justify-content: end;
}


.header__bar a {
  color: var(--text_color);
  font-size: 20px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #FD438E;
}

.offcanvas-header button {
  color: #fff !important;
  opacity: 1;
  margin: 20px !important;
  height: 40px;
  width: 40px;
  padding: 0 !important;
  font-size: 21px;
  box-sizing: border-box;
  background: none;
  display: flex;
  align-items: center;
  margin-inline-start: auto;
  background: #FD438E;
  justify-content: center;
  margin: 0;
}

.offcanvas-start {
  background: var(--themebg);
}

.offcanva__menu ul li {
  display: block;
}

.header-lun {
  margin: 0;
  padding: 24px;
}

.offcanva__menu li a:hover {
  padding-inline-start: 30px;
  border-color: #DD0030;
  color: #172755;
}

.hero__content a:hover img {
  /*! margin-inline-start: 20px; */
}

.hero__content a img {
  /*! transition: .3s; */
}

.offcanva__menu li a {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  color: var(--text_color);
  text-align: center;
  /*! font-family: Lexend; */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 13px 24px;
  border-bottom: 1px solid #14141436;
  border-inline-start: 0;
  border-inline-end: 0;
  transition: .3s;
  text-transform: uppercase;
}

.offcanva__menu li a svg {
  margin-inline-end: 10px;
}

.offcanva__menu li:last-child a {
  margin-inline-end: 4px;
  border-top: 0;
}


.header__bar.d-none a {
  text-decoration: none;
  background: linear-gradient(90deg, #FF3A34 0%, #019CFE 100%);
}

.offcanvas-start {
  background: #fff;
  padding-bottom: 40px;
  overflow-y: scroll;
}

.offcanvas-header button {
  background: #141414;
}

.offcanvas-contact {
  margin-top: 30px;
  padding: 0 20px;
}

.offcanvas-call a {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #154F39;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.offcanvas-contact .header-socail {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.offcanvas-call {
  display: flex;
  justify-content: center;
}

.collapse:not(.show) {
  /*! display: block !important; */
}

/* offcanvas */





.theme-btn:hover {
  background: #292D32 !important;
  color: #fff !important;
  border-color: #292D32 !important;
}

.price-plan-btn a:hover {
  background: #292D32 !important;
  color: #fff !important;
  border-color: #292D32 !important;
}

.login-btn button:hover {
  background: #292D32 !important;
  color: #fff !important;
  border-color: #292D32 !important;
}

a {
  transition: .3s;
}

.header-menu li a:hover {
  color: #FF7B57;
}


.price-plan-simble {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}