* {
  font-family: "Inter", sans-serif;
}

button {
  display: flex;
  max-width: 240px;
  height: 50px;
  padding: 16px 88px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border: 0;
  outline: 0;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.216px;
}
button:hover {
  transform: scale(1.02);
}
button.primary_btn {
  border-radius: 8px;
  background: #0179d0;
  box-shadow: 0px 9px 18.6px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
}

section .btn_sm_outline {
  color: #23aa17;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 158%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid #23aa17;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  padding: 4px 19px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 8px !important;
}
@media (max-width: 930px) {
  section .btn_sm_outline {
    font-size: 14px;
  }
}
section h3 {
  color: #282828;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 930px) {
  section h3 {
    font-size: 20px;
    margin-bottom: 32px;
  }
}

.header_wrap {
  background: #fff;
  box-shadow: 0px 2px 24px 2px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 50;
}
.header_wrap .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}
@media (max-width: 930px) {
  .header_wrap .header {
    padding: 20px 8px;
  }
}
.header_wrap .header h5 {
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  margin: 0;
}
@media (max-width: 930px) {
  .header_wrap .header h5 {
    display: none;
  }
}
.header_wrap .header h5 span {
  color: #0179d0;
  font-weight: 600;
}
.header_wrap .header .log_wrap {
  width: 137px;
  height: 39.8px;
  position: relative;
  margin-right: 54px;
}
@media (max-width: 930px) {
  .header_wrap .header .log_wrap {
    width: 110px;
    margin: 0;
    right: 0;
  }
}
@media (max-width: 930px) {
  .header_wrap .header .log_wrap img {
    height: 40px;
  }
}
.header_wrap .header .text_elm {
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.24px;
  cursor: pointer !important;
  text-decoration: none;
}
.header_wrap .header .text_elm span {
  color: #0179d0;
  font-weight: 600;
}
.header_wrap .header .left_elm {
  gap: 35px;
}
.header_wrap .header .login {
  gap: 18px;
}
.header_wrap .header button {
  display: flex;
  padding: 15px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.192px;
  border: 0;
  border-radius: 8px;
  background: #0179d0;
  min-width: 150px;
  width: 100%;
}
.header_wrap .header button.btn_outline {
  background-color: #fff;
  border: 1.5px solid #0179d0;
  color: #0179d0;
}
@media (max-width: 930px) {
  .header_wrap .header button {
    padding: 15px 20px;
    height: 30px;
    font-size: 14px;
    border-radius: 4px;
    border-width: 1px;
  }
}
.header_wrap .header .login {
  display: flex;
  align-items: center;
}

.right_side {
  display: flex;
  align-items: center;
}
.right_side .text_elm {
  font-size: 14px !important;
}
.right_side .text_elm span {
  font-size: 18px;
}
.right_side .link_item {
  cursor: pointer;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 54px;
}
.right_side .link_item.active {
  color: #0179d0;
}
.right_side .Dropdown .name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.right_side .Dropdown button {
  background-color: transparent !important;
  outline: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.right_side .Dropdown button::after {
  content: "";
  width: 13px;
  height: 7px;
  background-image: url(../../../public/images/expand_more.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  display: inline-block;
}
.right_side .Dropdown button span {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.168px;
}
.right_side .Dropdown button:hover, .right_side .Dropdown button:focus, .right_side .Dropdown button:focus-within, .right_side .Dropdown button:active {
  background-color: transparent !important;
  outline: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.handburg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100vw;
  z-index: 99;
}
.handburg .handburg_head {
  justify-content: space-between;
  padding: 20px;
  height: 66px;
  background: #fff;
  box-shadow: 0px 3.842px 9.606px 5.764px rgba(0, 0, 0, 0.08);
}
.handburg .handburg_head .img {
  width: 134px !important;
}
.handburg .handburg_head .logoimg img {
  height: 40px;
}
.handburg .handburg_head .close_btn {
  cursor: pointer;
  color: #0179d0;
}
.handburg .handburg_head .close_btn img {
  height: 24px;
}
.handburg .content {
  padding: 0 24px;
  padding-top: 20px;
  height: calc(100vh - 92px);
  overflow-y: auto;
}
.handburg .content .action_eln {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 100px;
}
.handburg .content .action_eln button {
  padding: 15px;
  height: 45px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.192px;
  border: 0;
  border-radius: 8px;
  background: #0179d0;
  max-width: 230px;
  width: 100%;
  display: inline-flex;
}
.handburg .content .action_eln button a {
  color: #fff;
  text-decoration: none;
}
.handburg .content .action_eln button.btn_outline {
  background-color: #fff;
  border: 1.5px solid #0179d0;
  color: #0179d0;
}
.handburg .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.handburg .content ul li {
  border-bottom: 1px solid #d7d7d7;
}
.handburg .content ul li:last-child {
  margin: 0;
}
.handburg .content ul li a {
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.192px;
  text-decoration: none;
  padding: 24px 0;
  display: block;
}
.handburg .content ul li a span {
  color: #0179d0;
}

.handburg_btn span {
  color: #0179d0;
}

.right_side a {
  display: flex;
  padding: 15px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.192px;
  border: 0;
  border-radius: 8px;
  background: #0179d0;
  min-width: 150px;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.right_side a::-moz-selection {
  background-color: transparent;
}
.right_side a::selection {
  background-color: transparent;
}
.right_side a.btn_outline {
  background-color: #fff;
  border: 1.5px solid #0179d0;
  color: #0179d0;
}
@media (max-width: 930px) {
  .right_side a {
    padding: 15px 20px;
    height: 30px;
    font-size: 14px;
    border-radius: 4px;
    border-width: 1px;
  }
}

.hero {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background: rgba(1, 121, 208, 0.2);
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.06);
  padding-top: 72px;
  padding-bottom: 72px;
  width: calc(100% - 100px);
  margin: 0 auto;
  margin-bottom: 96px;
}
@media (max-width: 930px) {
  .hero {
    width: calc(100% - 20px);
    padding-top: 40px;
    padding-bottom: 31px;
    margin-bottom: 48px;
  }
}
.hero .heroCtx {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 930px) {
  .hero .heroCtx {
    max-width: 350px;
  }
}
.hero h1 {
  color: #282828;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 132%;
  letter-spacing: 0.96px;
  text-align: center;
  margin-bottom: 6px;
}
@media (max-width: 930px) {
  .hero h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 132%;
    letter-spacing: 0.64px;
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    min-height: 84.48px;
  }
}
.hero h1 .ShineIcon {
  position: relative;
}
.hero h1 .ShineIcon::before, .hero h1 .ShineIcon.banner::after {
  content: "";
  width: 23px;
  height: 23px;
  display: inline-block;
  background-image: url(../../../public/landing/shines.png);
  position: absolute;
  top: -11px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -14px;
}
.hero p {
  color: #282828;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.48px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 930px) {
  .hero p {
    font-size: 16px;
    font-weight: 400;
    line-height: 132%;
    letter-spacing: 0.32px;
    max-width: 350px;
    margin: 0 auto;
    min-height: auto;
  }
}
@media (max-width: 930px) {
  .hero .badge_items {
    margin: 48px 0;
    margin-top: 120px !important;
    margin-bottom: 0 !important;
  }
}
.hero .badge_items h5 {
  color: #282828;
  font-size: 24px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.48px;
  margin-bottom: 26px;
  text-align: center;
}
@media (max-width: 930px) {
  .hero .badge_items h5 {
    margin-bottom: 0;
    font-size: 18px;
  }
}
.hero .info_elm_wrap {
  margin-top: 72px;
}
@media (max-width: 930px) {
  .hero .info_elm_wrap {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 280px;
  }
}
@media (max-width: 930px) {
  .hero .info_elm_wrap .row {
    --bs-gutter-y: 30px;
  }
}
.hero .info_elm_wrap .info_elm {
  display: flex;
  align-items: center !important;
  gap: 8px;
}
@media (max-width: 930px) {
  .hero .info_elm_wrap .info_elm {
    align-items: center !important;
    padding: 0 20px;
  }
}
.hero .info_elm_wrap .info_elm .icons img {
  width: 48px;
}
@media (max-width: 930px) {
  .hero .info_elm_wrap .info_elm .icons img {
    width: 32px;
  }
}
.hero .info_elm_wrap p {
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.24px;
  margin: 0;
  text-align: left;
}
@media (max-width: 930px) {
  .hero .info_elm_wrap p {
    font-size: 14px;
  }
}
.hero .info_elm_wrap p b {
  font-weight: 700;
}
.hero .btn_warp {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 9;
  margin-top: 48px;
}
@media (max-width: 930px) {
  .hero .btn_warp {
    flex-direction: column;
    max-width: 312px;
    width: 100%;
    margin: 0 auto;
    margin-top: 36px;
  }
}
.hero.hero_bottom {
  position: relative;
  background: linear-gradient(215deg, rgba(1, 121, 208, 0.8) 7.19%, rgba(35, 170, 23, 0.8) 84.98%), #fff;
  box-shadow: 0px 0px 24.182px 0px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 56px 0;
  overflow: hidden;
  margin: 110px 0;
  width: 100%;
}
@media (max-width: 930px) {
  .hero.hero_bottom {
    padding: 44px 0;
    margin: 64px 0;
  }
}
.hero.hero_bottom::before, .hero.hero_bottom.banner::after {
  content: "";
  position: absolute;
  left: -50%;
  top: -30%;
  width: 1241px;
  height: 1241px;
  transform: rotate(-90deg);
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.28) -2.05%, rgba(115, 115, 115, 0) 35.05%);
}
@media (max-width: 930px) {
  .hero.hero_bottom::before, .hero.hero_bottom.banner::after {
    width: 349.156px;
    height: 349.156px;
    left: -60%;
  }
}
.hero.hero_bottom::after {
  content: "";
  position: absolute;
  right: -55%;
  top: 0;
  width: 1241px;
  height: 1241px;
  transform: rotate(90deg);
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.28) -2.05%, rgba(115, 115, 115, 0) 28%);
}
@media (max-width: 930px) {
  .hero.hero_bottom::after {
    width: 349.156px;
    height: 349.156px;
    right: -58%;
  }
}
.hero.hero_bottom .ctx {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 930px) {
  .hero.hero_bottom .ctx {
    max-width: 90%;
  }
}
.hero.hero_bottom .form_elm {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  margin-top: 52px;
}
@media (max-width: 930px) {
  .hero.hero_bottom .form_elm {
    margin-top: 48px;
  }
}
.hero.hero_bottom .form_elm .row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 32px;
  justify-content: center;
}
.hero.hero_bottom .form_elm input {
  display: flex;
  width: 100%;
  padding: 0 16px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.192px;
  border: 0;
  height: 44px;
  outline: 0;
}
.hero.hero_bottom .form_elm input::-moz-placeholder {
  color: #828282;
}
.hero.hero_bottom .form_elm input::placeholder {
  color: #828282;
}
.hero.hero_bottom h1 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  margin-top: 24px;
  margin-bottom: 4px;
}
@media (max-width: 930px) {
  .hero.hero_bottom h1 {
    font-size: 24px;
    letter-spacing: 0.36px;
    min-height: auto;
    margin-top: 48px;
    margin-bottom: 16px;
  }
}
.hero.hero_bottom p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
}
@media (max-width: 930px) {
  .hero.hero_bottom p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.28px;
    padding: 0 10px;
  }
}
.hero.hero_bottom .submitbtn {
  display: flex;
  max-width: 350px;
  width: 100%;
  height: 42px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #0179d0;
  box-shadow: 0px 9px 18.6px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.192px;
  cursor: pointer;
  margin: 0 auto;
  height: 52px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 930px) {
  .hero.hero_bottom .submitbtn {
    font-size: 16px;
    margin-top: 8px;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
  }
}
.hero.hero_bottom p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.288px;
}
@media (max-width: 930px) {
  .hero.hero_bottom p {
    font-size: 12px !important;
    font-weight: 400 !important;
  }
}
.hero.hero_bottom p.text_sm {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.216px;
  margin-top: 24px;
}
.hero.hero_bottom h4 {
  color: #fff;
}
.hero.hero_bottom .icosn_elm::after {
  background-color: #fff;
}
.hero.hero_bottom .icosn_elm img {
  filter: invert(1);
}
.hero .badge_elm_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 930px) {
  .hero .badge_elm_wrap {
    flex-direction: column;
    max-width: 255px;
    margin: 24px auto;
    justify-content: start;
    align-items: start;
    gap: 23px;
    padding: 0 12px;
  }
}
.hero .badge_elm_wrap .elm {
  color: #282828;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;
  gap: 6px;
}
@media (max-width: 930px) {
  .hero .badge_elm_wrap .elm {
    font-size: 14px;
    font-weight: 500;
  }
}
.hero .badge_elm_wrap .elm span {
  color: #fff;
  width: 24px;
  height: 24px;
  background-color: #23aa17;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 930px) {
  .hero .badge_elm_wrap .elm span {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
}
@media (max-width: 930px) and (max-width: 930px) {
  .hero .badge_elm_wrap .elm span img {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
}

.banner {
  max-width: 900px;
  height: 120px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  margin: 72px auto;
  border-radius: 4px;
  background: #23aa17;
  align-items: center;
  padding: 0 34px;
  position: relative;
  background-image: url(../images/patternslite.svg);
  background-position: center;
  background-size: contain;
}
@media (max-width: 930px) {
  .banner {
    padding: 0 12px;
    height: 65px;
    max-width: 300px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.banner::before, .banner::after {
  content: "";
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  display: block;
  background-image: url(../images/icons/banner_labl.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -6%;
  top: 20px;
  z-index: -1;
}
@media (max-width: 930px) {
  .banner::before, .banner::after {
    width: 52px;
    height: 47px;
    left: -7%;
    top: 25px;
  }
}
.banner::after {
  left: auto;
  right: -6%;
  background-image: url(../images/icons/rightlable.png);
}
@media (max-width: 930px) {
  .banner::after {
    right: -5%;
  }
}

.sales_info_wrap {
  align-items: center;
  background: #4fbb46;
  position: relative;
  background-image: url(../images/patternslite.svg);
  background-position: center;
  background-size: contain;
  max-width: 100vw;
  min-height: 700px;
}
.sales_info_wrap .sales_info {
  margin-top: 84px;
  max-width: 660px;
}
@media (max-width: 930px) {
  .sales_info_wrap .sales_info {
    padding: 0;
    margin-top: 50px;
  }
}
.sales_info_wrap .sales_info h6 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.48px;
  margin-top: 12px;
  margin-bottom: 48px;
}
@media (max-width: 930px) {
  .sales_info_wrap .sales_info h6 {
    font-size: 20px;
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 36px;
    margin-top: 24px;
  }
}
.sales_info_wrap .sales_info p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}
@media (max-width: 930px) {
  .sales_info_wrap .sales_info p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.sales_info_wrap .contact_form {
  padding: 40px 0;
}
@media (max-width: 930px) {
  .sales_info_wrap .contact_form {
    padding: 36px 0;
  }
}
.sales_info_wrap .form_elm {
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  border-radius: 16px;
  background: #fff;
  max-width: 496px;
  width: 100%;
}
@media (max-width: 930px) {
  .sales_info_wrap .form_elm {
    gap: 32px;
    padding: 0;
    border-radius: 16px;
  }
}
@media (max-width: 930px) {
  .sales_info_wrap .form_elm {
    padding: 28px 24px;
  }
}
.sales_info_wrap .form_elm h5 {
  font-size: 20px;
  font-weight: 700;
  color: #282828;
  line-height: 150%;
  letter-spacing: 0.288px;
  margin: 0;
}
@media (max-width: 930px) {
  .sales_info_wrap .form_elm h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.192px;
  }
}
.sales_info_wrap .form_elm .row {
  width: 100%;
  margin: 0;
}
.sales_info_wrap .form_elm label {
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.192px;
  width: 164.248px;
}
@media (max-width: 930px) {
  .sales_info_wrap .form_elm label {
    font-size: 14px;
  }
}
.sales_info_wrap .form_elm input {
  display: flex;
  height: 36px;
  padding: 0 16px;
  align-items: start;
  border-bottom: 1px solid #bdbdbd;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  outline: 0;
}
@media (max-width: 930px) {
  .sales_info_wrap .form_elm input {
    height: 42px;
    font-size: 14px;
  }
}
.sales_info_wrap .form_elm input::-moz-placeholder {
  color: #bdbdbd;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.192px;
}
.sales_info_wrap .form_elm input::placeholder {
  color: #bdbdbd;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.192px;
}
@media (max-width: 930px) {
  .sales_info_wrap .form_elm input::-moz-placeholder {
    font-size: 14px;
  }
  .sales_info_wrap .form_elm input::placeholder {
    font-size: 14px;
  }
}
.sales_info_wrap .form_elm .submitbtn {
  display: flex;
  max-width: 100%;
  width: 100%;
  height: 63px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #0179d0;
  box-shadow: 0px 9px 18.6px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.192px;
  cursor: pointer;
  margin: 0 auto;
}
@media (max-width: 930px) {
  .sales_info_wrap .form_elm .submitbtn {
    font-size: 16px;
    height: 46px;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    font-size: 18px;
  }
}
@media (max-width: 930px) {
  .sales_info_wrap .form_elm .name_input {
    padding: 0;
  }
}
.sales_info_wrap .thank_you_message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 56px 0;
}
@media (max-width: 930px) {
  .sales_info_wrap .thank_you_message {
    gap: 15px;
    padding: 0;
  }
}
.sales_info_wrap .thank_you_message img {
  width: 96px;
  height: 96px;
}
@media (max-width: 930px) {
  .sales_info_wrap .thank_you_message img {
    width: 48px;
    height: 48px;
  }
}
.sales_info_wrap .thank_you_message h5 {
  color: #282828;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  letter-spacing: 0.48px;
}
@media (max-width: 930px) {
  .sales_info_wrap .thank_you_message h5 {
    font-size: 18px;
  }
}
.sales_info_wrap .thank_you_message p {
  color: #282828;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.288px;
  margin: 0;
}
@media (max-width: 930px) {
  .sales_info_wrap .thank_you_message p {
    font-size: 14px;
  }
}

.footer_ctx .icosn_elm {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 32px;
  position: relative;
}
@media (max-width: 930px) {
  .footer_ctx .icosn_elm {
    gap: 12px;
  }
  .footer_ctx .icosn_elm img {
    width: 16px;
  }
}
.footer_ctx .icosn_elm::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 2px;
  height: 22px;
  background-color: #000;
  display: inline-block;
}
.footer_ctx p {
  color: #282828;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.216px;
  margin-bottom: 8px;
  margin-top: 16px;
}
@media (max-width: 930px) {
  .footer_ctx p {
    font-size: 12px;
    margin-top: 32px;
  }
}
.footer_ctx h4 {
  color: #282828;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.288px;
  margin: 0;
}
@media (max-width: 930px) {
  .footer_ctx h4 {
    font-size: 16px;
    white-space: nowrap;
  }
}

.hrpage_form {
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  background: #fff;
  /* D2 */
  box-shadow: 0px 9px 18.6px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 930px) {
  .hrpage_form {
    margin-top: 40px;
  }
}
.hrpage_form .form_elm {
  max-width: 517px;
  margin: 0 auto;
}
.hrpage_form .form_elm button {
  margin: 0 auto;
  height: 64px !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  max-width: 411px !important;
}
.hrpage_form .form_elm button:disabled {
  background-color: #0179d0 !important;
  opacity: 1 !important;
}
@media (max-width: 930px) {
  .hrpage_form .form_elm button {
    height: 36px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 930px) {
  .hiring_tag_withtag button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -90px;
    width: 100%;
    max-width: 350px;
  }
}
.hiring_tag_withtag .hiring_tag {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 930px) {
  .hiring_tag_withtag .hiring_tag {
    justify-content: space-between;
    gap: 12px;
  }
}
.hiring_tag_withtag .hiring_tag .tag_wrap {
  transform: rotate(-2.737deg);
}
.hiring_tag_withtag .hiring_tag h5 {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.56px;
  display: inline-flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 20px 20px 0px 20px;
  background: #f29b15;
  margin: 0;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 930px) {
  .hiring_tag_withtag .hiring_tag h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 180%;
    letter-spacing: 0.28px;
    padding: 5px 8px;
    border-radius: 8px 8px 0px 8px;
  }
}
.hiring_tag_withtag .hiring_tag h5::before, .hiring_tag_withtag .hiring_tag h5.banner::after {
  content: "";
  border-radius: 24px 24px 0px 24px;
  opacity: 0.5;
  background: #0179d0;
  display: inline-block;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hiring_tag_withtag .hiring_tag p {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.36px;
  margin: 0;
}
@media (max-width: 930px) {
  .hiring_tag_withtag .hiring_tag p {
    color: #fff;
    text-align: center;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24px;
    display: flex;
    align-items: center;
    padding: 0 !important;
    width: 76px;
  }
}

.feature {
  padding: 142px 0;
}
@media (max-width: 930px) {
  .feature {
    padding: 64px 0;
  }
}
.feature .content {
  padding: 0 120px;
}
@media (max-width: 930px) {
  .feature .content {
    padding: 0;
  }
}
.feature .content .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
  justify-content: center;
}
.feature .content .card {
  display: flex;
  border-radius: 16px;
  background: #f4f5f5;
  padding: 24px;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
  flex-direction: row;
  border: 0;
}
@media (max-width: 930px) {
  .feature .content .card {
    padding: 15px;
    border-radius: 10.145px;
  }
}
.feature .content .card h5 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media (max-width: 930px) {
  .feature .content .card h5 {
    color: #333;
    font-size: 20px;
    line-height: 158%;
    letter-spacing: 0.32px;
    margin-bottom: 5px;
  }
}
.feature .content .card .icon {
  display: block;
  position: relative;
  top: -2px;
}
.feature .content .card .icon img {
  width: 64px;
  height: 64px;
}
@media (max-width: 930px) {
  .feature .content .card .icon img {
    width: 36px;
    height: 36px;
  }
}
.feature .content .card p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
  letter-spacing: 0.36px;
  color: #333;
}
@media (max-width: 930px) {
  .feature .content .card p {
    font-size: 16px;
    font-weight: 500;
    line-height: 156%;
    letter-spacing: 0.36px;
  }
}

.succesStory {
  padding: 32px 0;
  background: #f2f2f2;
}
.succesStory .SuccessStorySlider .marque_slider .swiper-wrapper {
  transition-timing-function: linear !important;
  padding: 10px 0;
}
.succesStory .SuccessStorySlider .marque_slider .slide {
  width: 294px;
  display: flex;
  height: auto;
}
.succesStory .SuccessStorySlider .marque_slider .slide .card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  border: 0.5px solid #f0f0f0;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 930px) {
  .succesStory .SuccessStorySlider .marque_slider .slide .card {
    gap: 20px;
  }
}
.succesStory .SuccessStorySlider .marque_slider .slide .card .img_wrap {
  display: flex;
  align-items: center;
  width: 246px;
  height: 80px;
  position: relative;
}
.succesStory .SuccessStorySlider .marque_slider .slide .card .content {
  border-top: 1px solid #bdbdbd;
  padding-top: 20px;
  margin-top: 0;
}
.succesStory .SuccessStorySlider .marque_slider .slide .card .content h5 {
  color: #1d1d1d;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 121%;
  letter-spacing: 0.24px;
  margin: 0;
}
@media (max-width: 930px) {
  .succesStory .SuccessStorySlider .marque_slider .slide .card .content h5 {
    font-size: 20px;
  }
}
.succesStory .SuccessStorySlider .marque_slider .slide .card .content h3 {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72px;
  margin: 10px 0;
}
.succesStory .SuccessStorySlider .marque_slider .slide .card .content p {
  color: #828282;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.4px;
  margin: 0;
}
@media (max-width: 930px) {
  .succesStory .SuccessStorySlider .marque_slider .slide .card .content p {
    font-size: 20px;
  }
}

.testimonial {
  padding: 142px 0;
}
@media (max-width: 930px) {
  .testimonial {
    padding: 64px 0;
  }
}
.testimonial h4 {
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 930px) {
  .testimonial h4 {
    margin-bottom: 42px;
  }
}
.testimonial .item_elm {
  display: flex;
  padding: 0px 32px 31px 32px;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  border-radius: 16px;
  background: #f7f7f9;
  height: 100%;
}
@media (max-width: 930px) {
  .testimonial .item_elm {
    padding: 0.002px 21.908px 26.503px 22.995px;
  }
}
.testimonial .item_elm img {
  width: 57px;
  height: auto;
}
@media (max-width: 930px) {
  .testimonial .item_elm img {
    width: 40px;
  }
}
.testimonial .item_elm h5 {
  color: #0179d0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.192px;
  width: 100%;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 930px) {
  .testimonial .item_elm h5 {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.testimonial .item_elm p,
.testimonial .item_elm a {
  color: #2c2c2c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.168px;
  margin: 0;
}
@media (max-width: 930px) {
  .testimonial .item_elm p,
  .testimonial .item_elm a {
    font-size: 14px;
  }
}

.testimonialsSliderNew {
  max-width: 900px;
}
.testimonialsSliderNew .swiper-slide {
  height: auto;
}
.testimonialsSliderNew .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: all 0.5s;
}
.testimonialsSliderNew .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
  height: 12px;
  border-radius: 7px;
  background: #23aa17;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 930px) {
  .testimonialsSliderNew .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 8px;
  }
}
.testimonialsSliderNew.lifeInhirezy {
  padding: 0 !important;
}
.testimonialsSliderNew.lifeInhirezy .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #e0e0e0;
  opacity: 1;
}
.testimonialsSliderNew.lifeInhirezy .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  height: 5px;
  background: #0179d0;
}
@media (max-width: 930px) {
  .testimonialsSliderNew.lifeInhirezy .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 8px;
  }
}

.searchjolist {
  display: flex;
  width: 100%;
  height: 298px;
  padding: 40px 99px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  background: linear-gradient(215deg, rgba(1, 121, 208, 0.2) 7.19%, rgba(35, 170, 23, 0.2) 84.98%), #fff;
  margin-bottom: 40px;
}
@media (max-width: 930px) {
  .searchjolist {
    padding: 32px 5px;
    margin-bottom: 66px;
    height: 380px;
  }
}
.searchjolist h1 {
  color: #282828;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 138%;
  letter-spacing: 0.432px;
  margin-bottom: 40px;
}
@media (max-width: 930px) {
  .searchjolist h1 {
    font-size: 32px;
  }
}
.searchjolist .searchElm {
  position: relative;
}
.searchjolist .searchElm input {
  width: 100%;
  display: flex;
  padding: 10px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 39px;
  border: 0.75px solid #bdbdbd;
  background: #fff;
  border: 0;
  height: 76px;
  padding-left: 70px;
  outline: 0;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-right: 236px;
}
@media (max-width: 930px) {
  .searchjolist .searchElm input {
    height: 54px;
    padding-right: 100px;
    padding-left: 50px;
    font-size: 16px;
  }
}
.searchjolist .searchElm input::-moz-placeholder {
  color: #bdbdbd;
}
.searchjolist .searchElm input::placeholder {
  color: #bdbdbd;
}
.searchjolist .searchElm .search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.searchjolist .searchElm .search_icon img {
  width: 32px;
}
@media (max-width: 930px) {
  .searchjolist .searchElm .search_icon img {
    width: 24px;
  }
}
.searchjolist .searchElm button {
  display: flex;
  width: 200px;
  height: 56px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 53px;
  background: #0179d0;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  cursor: pointer;
}
@media (max-width: 930px) {
  .searchjolist .searchElm button {
    height: 52px;
    width: 100%;
    max-width: 100%;
    transform: translateX(-50%);
    left: 50%;
    bottom: -50px;
    margin-top: 40px;
  }
}
.searchjolist .searchElm .cancelbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  cursor: pointer;
}
@media (max-width: 930px) {
  .searchjolist .searchElm .cancelbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
  }
}
.searchjolist .searchElm .cancelbtn img {
  width: 24px;
  height: 24px;
}
@media (max-width: 930px) {
  .searchjolist .searchElm .cancelbtn img {
    width: 24px;
  }
}

.joblist {
  margin-bottom: 46px;
}
@media (max-width: 930px) {
  .joblist {
    margin-bottom: 66px;
  }
}
.joblist .row {
  --bs-gutter-y: 32px;
  --bs-gutter-x: 32px;
}
.joblist .jobcard {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
  height: 100%;
  justify-content: space-between;
}
.joblist .jobcard .title {
  display: flex;
  gap: 20px;
}
.joblist .jobcard .title img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.joblist .jobcard .title h6 {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.18px;
}
.joblist .jobcard .title p {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.14px;
  margin: 0;
}
.joblist .jobcard button {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  height: 48px;
  gap: 40px;
  border-radius: 8px;
  border: 2px solid #0179d0;
  color: #0179d0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.192px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-top: 0;
  max-width: 100%;
  cursor: pointer;
}
@media (max-width: 930px) {
  .joblist .jobcard button {
    margin-top: 0;
  }
}
.joblist .jobcard button:hover {
  transform: scale(1);
}

.joblist_bottom_hero.hero.hero_bottom h1 {
  margin-top: 0;
}
.joblist_bottom_hero.hero.hero_bottom .form_elm {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.joblist_bottom_hero.hero.hero_bottom .form_elm input {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
}
.joblist_bottom_hero .submitbtn {
  max-width: 400px !important;
}
.joblist_bottom_hero.hero.hero_bottom p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.48px;
  margin-bottom: 52px;
  white-space: nowrap;
}
@media (max-width: 930px) {
  .joblist_bottom_hero.hero.hero_bottom p {
    font-size: 16px !important;
    white-space: wrap;
    margin-bottom: 48px;
  }
}

footer .right_row_elm {
  gap: 120px;
}
@media (max-width: 930px) {
  footer .right_row_elm {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media (max-width: 930px) {
  footer {
    position: relative;
    z-index: 1;
  }
}
footer .footer_section {
  background: #d9efff;
  padding: 33px 0;
  padding-bottom: 0;
}
@media (max-width: 930px) {
  footer .footer_section .left_2 {
    display: inline-block;
    width: 50%;
  }
}
footer .footer_section h5 {
  color: #282828;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 930px) {
  footer .footer_section h5 {
    font-size: 14px;
    font-weight: 600;
  }
}
footer .footer_section ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  margin-top: 24px;
}
@media (max-width: 930px) {
  footer .footer_section ul {
    margin-top: 8px;
    gap: 15px;
    margin-bottom: 0;
  }
}
footer .footer_section ul li {
  list-style: none;
  cursor: pointer;
  font-size: 14px;
}
@media (max-width: 930px) {
  footer .footer_section ul li {
    font-size: 12px;
  }
}
footer .footer_section ul li .link_elm {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0;
  position: relative;
  text-align: left;
  color: #282828;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 750px) {
  footer .footer_section ul li .link_elm {
    font-size: 12px;
  }
}
footer .footer_section .left_elm {
  display: flex;
  flex-direction: column;
}
@media (max-width: 930px) {
  footer .footer_section .left_elm {
    width: auto;
  }
}
@media (max-width: 930px) {
  footer .footer_section .right_elm {
    margin-bottom: 36px;
    width: 50%;
  }
}
footer .footer_section .right_elm p:first-child {
  margin-bottom: 10px;
}
footer .footer_section .right_elm .link_elm {
  color: #282828;
}
footer .footer_section .log_wrap {
  margin-bottom: 24px;
}
footer .footer_section .log_wrap img {
  height: 50px;
}
@media (max-width: 930px) {
  footer .footer_section .log_wrap img {
    height: 28px;
  }
}
footer .footer_section .link_elm {
  position: relative;
  gap: 213px;
}
footer .footer_section .link_elm p {
  font-size: 14px;
  font-weight: 500;
  color: #282828;
  font-family: "Inter", sans-serif;
  margin: 0 !important;
}
@media (max-width: 930px) {
  footer .footer_section .link_elm p {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    font-family: "Inter", sans-serif;
  }
}
footer .footer_section .link_elm .copy_right_text {
  font-size: 14px;
  font-weight: 400;
  color: #282828;
  font-family: "Inter", sans-serif;
}
@media (max-width: 930px) {
  footer .footer_section .link_elm .copy_right_text {
    bottom: -44px;
  }
}
footer .footer_section .link_elm .copy_right_text p {
  font-size: 14px;
  font-weight: 400;
  color: #282828;
  font-family: "Inter", sans-serif;
}
@media (max-width: 750px) {
  footer .footer_section .link_elm .copy_right_text p {
    font-size: 12px;
    font-weight: 400;
    color: #282828;
    font-family: "Inter", sans-serif;
  }
}
footer .footer_section .link_elm .copy_right_text p {
  color: #282828;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-top: 0;
}
footer .footer_section .link_elm .social_link {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}
@media (max-width: 930px) {
  footer .footer_section .link_elm .social_link {
    gap: 16px;
  }
}
footer .footer_section .link_elm .social_link img {
  width: 20px;
}
@media (max-width: 750px) {
  footer .footer_section .link_elm .social_link img {
    width: 17px;
  }
}
footer .footer_section .footer-bottom {
  padding: 48px 0;
  border-top: 1px solid #4f4f4f;
  margin-top: 48px;
}
@media (max-width: 930px) {
  footer .footer_section .footer-bottom {
    margin-top: 36px;
    padding: 18px 0;
  }
}
@media (max-width: 930px) {
  footer .footer_section .footer-bottom .d-md-flex {
    display: flex;
    flex-direction: column-reverse;
  }
}
footer .footer_section .footer-bottom p,
footer .footer_section .footer-bottom .link_elm {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 750px) {
  footer .footer_section .footer-bottom p,
  footer .footer_section .footer-bottom .link_elm {
    font-size: 12px;
  }
}
footer .footer_section .footer-bottom a {
  font-size: 14px;
}
footer .footer_section .footer-bottom p {
  color: #282828;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
@media (max-width: 930px) {
  footer .footer_section .footer-bottom p {
    font-size: 12px;
  }
}
footer .footer_section .footer-bottom .link_elm {
  display: inline-block;
  padding-left: 12px;
}
@media (max-width: 930px) {
  footer .footer_section .footer-bottom .link_elm {
    padding: 0px;
  }
}
@media (max-width: 930px) {
  footer .footer_section .footer-bottom .link_elm:first-child {
    padding-left: 0;
  }
}
footer .footer_section .footer-bottom .footer-link a:last-child {
  margin-left: 30px;
}
footer .footer_banner .content h2 {
  font-size: 32px;
  font-weight: 600;
  color: #222222;
  font-family: "Inter", sans-serif;
}
footer .footer_banner .content p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: "Inter", sans-serif;
}
footer .features {
  margin-top: 36px;
}
footer .features h6 {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  font-family: "Inter", sans-serif;
}
footer .features p {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  font-family: "Inter", sans-serif;
}

.hidemsg {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 930px) {
  .hidemsg {
    margin-top: 20px;
  }
}

.btnView_more {
  margin-top: 42px;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 930px) {
  .btnView_more {
    margin-top: 66px;
  }
}
.btnView_more img {
  height: 30px;
}

.resume_upload {
  display: flex;
  width: 100%;
  padding: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  flex-shrink: 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.resume_upload .left_copy {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 930px) {
  .resume_upload .left_copy {
    gap: 5px;
  }
}
.resume_upload .left_copy img {
  width: 28px;
}
@media (max-width: 930px) {
  .resume_upload .left_copy img {
    width: 16.333px;
    height: 21;
  }
}
.resume_upload .left_copy h6 {
  margin: 0;
  color: #828282;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.192px;
}
@media (max-width: 930px) {
  .resume_upload .left_copy h6 {
    white-space: nowrap;
  }
}
.resume_upload h5 {
  color: #828282;
  text-align: right;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.144px;
  margin: 0;
}
@media (max-width: 930px) {
  .resume_upload h5 {
    font-size: 10px;
  }
}
.resume_upload input {
  display: none !important;
}

.thankyouModal .modal-dialog {
  max-width: 697px;
}
.thankyouModal .modal-dialog .modal-body {
  display: flex;
  padding: 56px 40px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
@media (max-width: 930px) {
  .thankyouModal .modal-dialog .modal-body {
    padding: 30px 0;
  }
}
.thankyouModal .modal-dialog .modal-body h5 {
  color: #252c34;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.24px;
  margin-bottom: 0;
}
@media (max-width: 930px) {
  .thankyouModal .modal-dialog .modal-body h5 {
    font-size: 18px;
  }
}
.thankyouModal .modal-dialog .modal-body p {
  color: #252c34;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.216px;
  margin-bottom: 0;
}
@media (max-width: 930px) {
  .thankyouModal .modal-dialog .modal-body p {
    font-size: 16px;
  }
}
.thankyouModal .modal-dialog .modal-body img {
  width: 150px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 930px) {
  .thankyouModal .modal-dialog .modal-body img {
    width: 100px;
  }
}

.succes_card {
  display: flex;
  max-width: 484px;
  width: 100%;
  padding: 24px 32px;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  gap: 39px;
}
@media (max-width: 930px) {
  .succes_card {
    gap: 0 !important;
  }
}
.succes_card .sucesnotes {
  gap: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 930px) {
  .succes_card .sucesnotes {
    gap: 32px;
  }
}
.succes_card .sucesnotes img {
  width: 100px;
}
@media (max-width: 930px) {
  .succes_card .sucesnotes img {
    width: 120px;
  }
}
.succes_card .sucesnotes h5 {
  color: #252c34;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.24px;
  margin-bottom: 0;
}
@media (max-width: 930px) {
  .succes_card .sucesnotes h5 {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.succes_card .sucesnotes p {
  color: #252c34;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.216px;
  margin: 0;
}
@media (max-width: 930px) {
  .succes_card .sucesnotes p {
    font-size: 14px !important;
  }
}
.succes_card .footer_ctx p {
  font-size: 18px !important;
  font-style: italic !important;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.216px;
}
@media (max-width: 930px) {
  .succes_card .footer_ctx p {
    font-size: 14px !important;
    white-space: nowrap;
  }
}
.succes_card .footer_ctx .icosn_elm {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 32px;
  position: relative;
}
.succes_card .footer_ctx .icosn_elm img {
  width: 16px;
  gap: 12px;
}
.succes_card .footer_ctx .icosn_elm::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 2px;
  height: 22px;
  background-color: #000;
  display: inline-block;
}
.succes_card .footer_ctx h4 {
  color: #282828;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.288px;
  margin: 0;
}
@media (max-width: 930px) {
  .succes_card .footer_ctx h4 {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */