body {
  --color-primary: #542E6D;
  --color-secondary: #E64833;
  --color-body-font: #6F7A88;
  --body-font: "Plus Jakarta Sans", sans-serif;
  --color-title: #545C68;
  --gradient-primary: linear-gradient(66.65deg, #542E6D -1.66%, #BB91D8 101.66%);
  max-width: 2200px;
  margin: auto;
  font-size: 16px;
  color: var(--color-body-font);
  font-family: var(--body-font);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

h2 {
  font-family: var(--body-font);
  color: var(--color-title);
  font-weight: 500;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -2%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 320px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-family: var(--body-font);
  color: var(--color-title);
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.text-primary {
  color: var(--color-primary) !important;
}

.checklist li {
  list-style: none;
  position: relative;
  padding-bottom: 16px;
}
.checklist li::before {
  border: 0;
  content: url("../images/vectors/icon-check.svg");
  display: inline;
  position: absolute;
  left: -32px;
  top: 28px;
}

.max-width {
  width: 1440px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1440px) {
  .max-width {
    padding: 0 100px;
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .max-width {
    padding: 0 15px;
  }
}

.navbar {
  font-family: var(--body-font);
  font-weight: 600;
  font-style: normal;
  height: 88px;
  background: #fff;
  padding: 0 22px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .navbar {
    align-items: flex-start;
    padding: 15px 0;
  }
}
@media screen and (min-width: 1500px) {
  .navbar .navbar-nav {
    gap: 55px;
  }
}
.navbar .navbar-nav {
  gap: 80px;
}
.navbar .navbar-nav .nav-link {
  font-family: var(--body-font);
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 21.78px;
  color: var(--color-body-font);
}
@media screen and (max-width: 1440px) {
  .navbar .navbar-nav {
    gap: 50px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .navbar .navbar-nav {
    gap: 25px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar .navbar-nav {
    gap: 10px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    gap: 10px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 18px;
  }
}
.navbar .navbar-nav .login-mobile {
  display: none;
  color: #fff;
  max-width: 350px;
}
.navbar .navbar-collapse {
  background: #fff;
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    margin-top: 18px;
    padding: 0 30px 20px;
  }
}
.navbar .btn {
  font-size: 18px;
  padding: 13px;
}
@media screen and (max-width: 1280px) {
  .navbar .btn {
    font-size: 15px;
  }
}
.navbar .navbar-toggler {
  padding: 0 16px 0 0;
  border: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-brand img {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .navbar .navbar-brand img {
    width: 135px;
  }
}
@media screen and (max-width: 991px) {
  .navbar .login-btn {
    display: none;
  }
  .navbar .navbar-nav .login-mobile {
    display: block;
  }
}

.nav-top-row {
  background: #e4e4e4;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 575px) {
  .nav-top-row {
    justify-content: space-between;
    padding-left: 10px;
    height: 30px;
  }
}
.nav-top-row .social {
  display: flex;
}
.nav-top-row .social a {
  background: #5E6670;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
  margin-right: 1px;
}
.nav-top-row .social a:last-child {
  margin-right: 0;
}
.nav-top-row .social a:hover {
  background: var(--color-secondary);
}
@media screen and (max-width: 575px) {
  .nav-top-row .social a {
    width: 30px;
    height: 30px;
  }
}
.nav-top-row .contact {
  display: flex;
  gap: 5px;
  align-items: center;
}
.nav-top-row .contact a {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-body-font);
  text-decoration: none;
  padding-right: 18px;
  font-family: var(--body-font);
}
@media screen and (max-width: 575px) {
  .nav-top-row .contact a {
    padding-right: 0px;
    font-size: 11px;
  }
}
.nav-top-row .contact:first-of-type {
  padding-right: 40px;
}
@media screen and (max-width: 575px) {
  .nav-top-row .contact:first-of-type {
    padding-right: 0px;
  }
}

.btn {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  border: none;
  border-radius: 999px;
  padding: 15px 20px;
  transition: all 300ms ease;
}
@media screen and (max-width: 1280px) {
  .btn {
    padding: 12px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}
.btn.btn-primary {
  background: linear-gradient(66.65deg, #542E6D -1.66%, #BB91D8 101.66%);
  color: #fff;
}
.btn.btn-secondary {
  background: var(--color-secondary);
  color: #fff;
}
.btn.btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

@keyframes colorChangeToPrimary {
  0% {
    background-color: var(--color-secondary);
  }
  100% {
    background-color: var(--color-primary);
  }
}
@keyframes colorChangeToSecondary {
  0% {
    background-color: var(--color-primary);
  }
  50% {
    background-color: var(--color-primary);
  }
  100% {
    background-color: var(--color-secondary);
  }
}
@keyframes textBoxColorChangeToPrimary {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: var(--color-primary);
  }
}
@keyframes textBoxColorChangeToWhite {
  0% {
    background-color: var(--color-primary);
  }
  100% {
    background-color: #fff;
  }
}
.btn-animation {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 500ms ease-out;
}
.btn-animation::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.4745098039);
  transition: left 500ms ease-out;
  border-radius: 8px;
}
.btn-animation:hover::before {
  left: 100%;
}
.btn-animation:not(:hover)::before {
  left: -100%;
}

.banner-sec {
  color: #fff;
  max-height: 100vh;
  position: relative;
  z-index: 0;
  background: #000;
  min-height: 800px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 430px) {
  .banner-sec {
    background-color: #f9f9fb;
  }
}
.banner-sec .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.banner-sec .hero-content {
  position: relative;
  z-index: 2;
  padding-left: 100px;
}
@media screen and (max-width: 991px) {
  .banner-sec .hero-content {
    padding-left: 30px;
  }
}
.banner-sec .hero-content h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
}
@media screen and (max-width: 320px) {
  .banner-sec .hero-content h1 {
    font-size: 36px;
  }
}
.banner-sec .hero-content h1 span {
  display: block;
}
.banner-sec .hero-content p {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
}
.banner-sec .hero-content p span {
  font-weight: 700;
}
.banner-sec .action-links {
  position: absolute;
  right: 56px;
  bottom: 0;
  z-index: 2;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .banner-sec .action-links {
    right: 50%;
    transform: translate(50%, 0);
    gap: 8px;
  }
}
@media screen and (max-width: 575px) {
  .banner-sec .action-link-wrp {
    width: 200px;
    height: 100px;
  }
  .banner-sec .action-link-wrp h3 {
    font-size: 16px;
  }
  .banner-sec .action-link-wrp {
    font-size: 12px;
  }
  .banner-sec .action-link-wrp .person-img {
    width: 106px;
  }
  .banner-sec .action-link-wrp .person-img.recruiter {
    width: 85px;
  }
}
@media screen and (max-width: 375px) {
  .banner-sec .action-link-wrp {
    width: 170px;
    height: 100px;
  }
  .banner-sec .action-link-wrp h3 {
    font-size: 14px;
  }
  .banner-sec .action-link-wrp .text {
    padding-left: 10px;
  }
  .banner-sec .action-link-wrp {
    font-size: 10px;
  }
  .banner-sec .action-link-wrp .person-img {
    width: 100px;
  }
  .banner-sec .action-link-wrp .person-img.recruiter {
    width: 81px;
  }
  .banner-sec .action-link-wrp p {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .banner-sec .action-link-wrp {
    width: 155px;
    height: 100px;
  }
  .banner-sec .action-link-wrp h3 {
    font-size: 13px;
  }
  .banner-sec .action-link-wrp .text {
    padding-left: 8px;
  }
  .banner-sec .action-link-wrp {
    font-size: 8px;
  }
  .banner-sec .action-link-wrp .person-img {
    width: 90px;
  }
  .banner-sec .action-link-wrp .person-img.recruiter {
    width: 71px;
  }
  .banner-sec .action-link-wrp p {
    font-size: 11px;
  }
}

.action-link-wrp {
  background: var(--gradient-primary);
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  width: 320px;
  height: 150px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  border: 1px solid transparent;
  background: var(--gradient-primary) padding-box, linear-gradient(156.52deg, rgba(255, 255, 255, 0.4) 2.12%, rgba(255, 255, 255, 0.0001) 39%, rgba(255, 255, 255, 0.0001) 54.33%, rgba(255, 255, 255, 0.1) 93.02%) border-box;
}
.action-link-wrp h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}
.action-link-wrp p {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}
.action-link-wrp .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 30px;
}
.action-link-wrp .person-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.action-link-wrp .arrow-img {
  display: none;
  width: 20px;
  transition: all 300ms ease;
}
.action-link-wrp:hover .arrow-img {
  display: block;
}
.action-link-wrp:hover .person-img {
  zoom: 1.1;
}
.action-link-wrp:hover {
  box-shadow: 0px 8px 13px 0px rgba(74, 58, 255, 0.231372549);
}

#unmuteBtn {
  position: fixed;
  z-index: 1100;
  bottom: 85px;
  right: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  border: none;
}
#unmuteBtn img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1728px) {
  #unmuteBtn {
    bottom: 22px;
  }
}

.intro-sec {
  padding: 60px;
}
@media screen and (max-width: 575px) {
  .intro-sec {
    padding: 37px 27px;
  }
  .intro-sec h2 {
    padding-top: 20px;
  }
}
.intro-sec .checklist {
  display: inline-block;
  margin-bottom: 36px;
}
.intro-sec .checklist li {
  padding: 20px 0 16px;
}
.intro-sec .checklist li:not(:last-child) {
  border-bottom: 0.5px solid #E9EFF7;
}
.intro-sec .btn-wrap {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.intro-sec .btn {
  text-align: left;
  padding: 16.5px 30px;
}
@media screen and (max-width: 575px) {
  .intro-sec .btn {
    text-align: center;
    width: 100%;
    font-size: 13px;
  }
}
.intro-sec .btn span {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .intro-sec .btn span {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .intro-sec .btn span {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .intro-sec .btn span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .intro-sec .btn {
    padding: 16.5px 20px;
  }
}

.how-it-works-sec {
  padding: 60px 90px 60px 60px;
}
@media screen and (max-width: 575px) {
  .how-it-works-sec {
    padding: 20px 25px;
  }
}
.how-it-works-sec h2 {
  padding-bottom: 60px;
  margin: 0;
  line-height: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.how-it-works-sec .btn {
  font-size: 18px;
  height: 56px;
  min-width: 291px;
}
@media screen and (max-width: 1366px) {
  .how-it-works-sec .btn {
    min-width: unset;
    padding: 10px 30px;
    line-height: 32px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .how-it-works-sec .btn {
    padding: 10px 17px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .how-it-works-sec .btn {
    display: block;
    font-size: 18px;
    height: 56px;
  }
}
.how-it-works-sec .row {
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .how-it-works-sec .row {
    padding-bottom: 10px;
  }
}

.step-wizard {
  position: relative;
}
@media screen and (max-width: 991px) {
  .step-wizard {
    padding-top: 30px;
  }
}
.step-wizard .step-item {
  position: relative;
  flex: 1;
  text-align: left;
}
.step-wizard .step-item .step-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #6F7A88;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: 600;
  gap: 7px;
  font-size: 8.75px;
  padding-top: 0px;
  text-transform: uppercase;
  flex-direction: column;
  line-height: 7px;
}
.step-wizard .step-item .step-circle span {
  font-size: 20px;
  line-height: 8px;
}
.step-wizard .step-item .step-content {
  width: 63%;
  flex: 1;
}
@media screen and (max-width: 1440px) {
  .step-wizard .step-item .step-content {
    width: 75%;
  }
}
@media screen and (max-width: 1280px) {
  .step-wizard .step-item .step-content {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .step-wizard .step-item .step-content {
    padding-left: 60px;
    margin-top: -50px;
  }
}
.step-wizard .step-item .step-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  padding-bottom: 12px;
}
@media screen and (max-width: 1366px) {
  .step-wizard .step-item .step-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .step-wizard .step-item .step-title {
    font-size: 16px;
  }
}
.step-wizard .step-item .step-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1366px) {
  .step-wizard .step-item .step-desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .step-wizard .step-item .step-desc {
    font-size: 14px;
  }
}

/* Desktop - Horizontal */
@media (min-width: 992px) {
  .step-wizard {
    display: flex;
  }
  .step-wizard .step-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 45px;
    width: calc(100% - 45px);
    border-top: 2px dashed #542E6D;
    z-index: -1;
  }
}
/* Mobile - Vertical */
@media (max-width: 991.98px) {
  .step-wizard {
    display: block;
  }
  .step-wizard .step-item {
    margin-bottom: 30px;
  }
  .step-wizard .step-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 45px;
    height: 100%;
    border-left: 2px dashed #542E6D;
    z-index: -1;
  }
}
.fields-sec .title-wrp {
  display: flex;
  justify-content: space-between;
  padding: 0 70px 0 60px;
}
@media screen and (max-width: 575px) {
  .fields-sec .title-wrp {
    flex-direction: column;
    padding: 0 30px;
    gap: 25px;
  }
}
.fields-sec .action-link-wrp {
  border-radius: 20px;
}
@media screen and (max-width: 375px) {
  .fields-sec .action-link-wrp {
    width: 277px;
    height: 135px;
  }
  .fields-sec .action-link-wrp h3 {
    font-size: 21px;
  }
}
.fields-sec .fields {
  background-color: #F4F5F8;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  padding: 70px 150px 60px;
  margin-top: -25px;
}
@media screen and (max-width: 1280px) {
  .fields-sec .fields {
    padding: 70px 60px 60px;
  }
}
@media screen and (max-width: 991px) {
  .fields-sec .fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media screen and (max-width: 575px) {
  .fields-sec .fields {
    padding: 70px 20px 30px;
  }
}
@media screen and (max-width: 320px) {
  .fields-sec .fields {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.fields-sec .fields .icon-with-text {
  background: #fff;
  border: 1px solid #E9EFF7;
  border-radius: 50px;
  height: 84px;
  display: flex;
  gap: 20px;
  padding: 27px 30px;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .fields-sec .fields .icon-with-text {
    padding: 27px 30px;
  }
}
@media screen and (max-width: 1366px) {
  .fields-sec .fields .icon-with-text {
    padding: 15px 24px;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .fields-sec .fields .icon-with-text {
    gap: 10px;
    padding: 15px 20px;
    font-size: 13px;
    height: 60px;
  }
  .fields-sec .fields .icon-with-text img {
    width: 24px;
  }
}

.testimonial-sec {
  padding: 127px 0;
}
@media screen and (max-width: 768px) {
  .testimonial-sec {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-sec {
    overflow: hidden;
  }
}
.testimonial-sec .slider-wrp {
  background: url("../images/home/line-bg.png") left no-repeat;
}
@media screen and (max-width: 575px) {
  .testimonial-sec .slider-wrp {
    padding-top: 20px;
  }
}
.testimonial-sec .testimonial-slider {
  position: relative;
  padding: 60px 80px;
}
@media screen and (max-width: 575px) {
  .testimonial-sec .testimonial-slider {
    padding: 0 0px;
  }
}
.testimonial-sec .testimonial-slider .slider-item {
  padding: 30px;
  border: 1px solid #E9EFF7;
  border-radius: 16px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  justify-content: space-between;
  margin: 0 20px;
  background-color: #fff;
  height: auto;
}
@media screen and (max-width: 575px) {
  .testimonial-sec .testimonial-slider .slider-item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 320px) {
  .testimonial-sec .testimonial-slider .slider-item {
    font-size: 14px;
  }
}
.testimonial-sec .testimonial-slider .slick-list {
  margin: 0 -10px;
}
.testimonial-sec .testimonial-slider .slick-arrow {
  font-size: 0;
  z-index: 10;
  position: absolute;
  background: transparent;
  border: none;
  top: 50%;
  transform: translate(-50%, 0);
}
.testimonial-sec .testimonial-slider .slick-arrow:before {
  display: none;
}
.testimonial-sec .testimonial-slider .slick-prev {
  left: 35px;
}
.testimonial-sec .testimonial-slider .slick-prev::after {
  content: url("../images/home/arrow-left.svg");
}
.testimonial-sec .testimonial-slider .slick-next {
  right: 0;
}
.testimonial-sec .testimonial-slider .slick-next::after {
  content: url("../images/home/arrow-right.svg");
}
.testimonial-sec .testimonial-slider .stars {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  padding-top: 24px;
}
.testimonial-sec .testimonial-slider .stars .star svg {
  fill: #D9D9D9;
  stroke: #D9D9D9;
  transition: 0.3s;
}
.testimonial-sec .testimonial-slider .stars .star.filled svg {
  fill: #ECBA0B;
  stroke: #ECBA0B;
}
.testimonial-sec .testimonial-slider .client {
  display: flex;
  gap: 5px;
  align-items: center;
}
.testimonial-sec .testimonial-slider .client h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 0px;
  color: #545C68;
}
@media screen and (max-width: 320px) {
  .testimonial-sec .testimonial-slider .client h4 {
    font-size: 18px;
  }
}
.testimonial-sec .testimonial-slider .client p {
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  margin: 0;
  color: #6F7A88;
}

.why-us {
  padding: 0 84px 60px;
}
@media screen and (max-width: 575px) {
  .why-us {
    padding: 0 30px;
  }
}
.why-us .features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .why-us .features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .why-us .features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.why-us .features .item {
  border: 1px solid #E9EFF7;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.why-us .features .item h3 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  padding: 16px 0 30px 0;
}
.why-us .features .item p {
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .why-us h2 {
    display: flex;
    gap: 12px;
    font-size: 24px;
  }
  .why-us h2 img {
    width: 35%;
  }
}

.modal .modal-content {
  width: 540px;
  border-radius: 12px;
  border: 1px solid #E9EFF7;
}
@media screen and (max-width: 575px) {
  .modal .modal-content {
    width: 90%;
    margin: 0 auto;
  }
}
.modal .btn-close {
  position: absolute;
  right: 0;
  top: -35px;
  background: #F4F5F8;
  opacity: 1;
  border-radius: 50%;
}
.modal .modal-dialog {
  transform: translate(0px, -50%) !important;
  top: 50%;
}
.modal .modal-header {
  padding: 40px 60px 24px;
}
@media screen and (max-width: 575px) {
  .modal .modal-header {
    padding: 30px 30px 20px;
  }
}
.modal .modal-body {
  padding: 0px 60px 20px;
}
@media screen and (max-width: 575px) {
  .modal .modal-body {
    padding: 0px 30px 20px;
  }
}
.modal h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}
.modal label {
  color: #545C68;
  font-weight: 500;
  font-size: 13px;
  padding-bottom: 2px;
}
.modal .form-control {
  border: 1px solid #E9EFF7;
  height: 40px;
  border-radius: 999px;
  padding: 13px 16px;
}
.modal .form-control:focus {
  box-shadow: none;
}
.modal .form-group {
  padding-bottom: 16px;
}
.modal .btn {
  font-size: 14px;
  height: 45px;
  margin-top: 50px;
}
.modal .form-check-label {
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 24px;
}
.modal .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.modal .iti--separate-dial-code .iti__selected-flag,
.modal .iti__country.iti__highlight {
  background-color: transparent;
}
.modal textarea {
  height: unset !important;
  box-shadow: 0px 0.5px 1px 0px rgba(25, 33, 61, 0.0392156863);
  border-radius: 14px !important;
}
.modal a {
  font-weight: 600;
}
.modal ::-moz-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #6F7A88;
}
.modal ::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #6F7A88;
}
.modal .input-group .dropdown-toggle {
  background: #fff;
  border: 1px solid #C1D0E5;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 20px;
}
.modal .input-group input {
  padding-left: 10px;
}
.modal .iti__selected-dial-code {
  display: none !important;
}
.modal .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}
.modal .iti__selected-flag {
  padding: 0 6px 0 22px;
}
.modal .iti__country {
  font-size: 13px;
}
.modal .text-danger {
  font-size: 12px;
}
.modal .iti__country-name,
.modal .select2-container--default {
  color: #899ab2;
}
.modal .select2-selection--single .select2-selection__rendered {
  color: #899ab2;
  padding-left: 20px;
  font-size: 16px;
  border: 1px solid #C1D0E5;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .modal .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .modal .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
  }
}
.modal .iti__arrow {
  width: 18px;
  height: 15px;
  background-image: url("../images/vectors/nav-arrow-down.svg");
  border: none;
  background-repeat: no-repeat;
  margin-left: 3px;
}
.modal .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 999px;
}
.modal .theme.form .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.modal .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 18px;
  height: 18px;
  background-image: url("../images/vectors/nav-arrow-down.svg");
  border: none;
  background-repeat: no-repeat;
  margin: -11px -24px;
}
.modal .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6F7A88;
}
.modal label.error {
  color: rgb(191, 49, 49);
  text-transform: capitalize;
}
.modal .iti__selected-flag {
  height: 40px;
}
.modal .iti--allow-dropdown input {
  padding-left: 75px !important;
}
.modal .theme.form .select2-container--default .select2-selection--single .select2-selection__rendered,
.modal .theme.form .select2-container .select2-selection--single {
  line-height: 40px;
  color: #6F7A88;
  font-size: 12px;
}
.modal .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}
.modal .select2-search--dropdown {
  display: none;
}
.modal .select2-results__option {
  font-size: 12px;
  color: #6F7A88;
  font-weight: 400;
}
.modal .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 25px;
}
.modal .select2-selection--single .select2-selection__rendered {
  border: 1px solid #E9EFF7;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 999px;
}
.modal .theme.form .select2-container .select2-selection--single {
  height: 40px;
}
.modal .theme.form .select2-container {
  max-height: 40px;
  height: 40px;
}
@media screen and (max-width: 991px) {
  .modal .theme.form .select2-container {
    max-height: 30px;
    height: 30px;
  }
}
.modal .form-check-input:checked {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.successModal .modal-content {
  width: 364px;
}
.successModal h3 {
  padding: 10px 0 15px 0;
  font-size: 20px;
}
.successModal .modal-body {
  padding: 20px 0;
}
.successModal p {
  font-size: 16px;
}

footer {
  padding: 30px 100px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-title);
}
@media screen and (max-width: 575px) {
  footer {
    padding: 30px 20px;
  }
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F4F5F8;
  padding-bottom: 28px;
}
@media screen and (max-width: 575px) {
  footer .footer-top {
    flex-direction: column;
    gap: 20px;
  }
}
footer .footer-top .links {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  width: 31%;
  justify-content: flex-end;
}
@media screen and (max-width: 1440px) {
  footer .footer-top .links {
    width: 44%;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-top .links {
    width: 65%;
  }
}
@media screen and (max-width: 575px) {
  footer .footer-top .links {
    width: 100%;
    gap: 15px;
    justify-content: flex-start;
  }
}
footer .footer-top .links a {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: var(--color-title);
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
}
footer .footer-bottom a {
  text-decoration: none;
}
footer .footer-bottom .links {
  display: flex;
  gap: 6px;
}

.cta-sec .callback-sec {
  padding: 60px 0 48px 0;
  text-align: center;
}
.cta-sec .callback-sec .btn {
  font-weight: 700;
  font-size: 32px;
  height: 74px;
  width: 432px;
}
@media screen and (max-width: 1366px) {
  .cta-sec .callback-sec .btn {
    font-size: 25px;
    height: 61px;
    width: 400px;
  }
}
@media screen and (max-width: 575px) {
  .cta-sec .callback-sec .btn {
    width: unset;
    padding: 10px 30px;
  }
}
.cta-sec .contact-info-wrp {
  background-color: #F4F5F8;
  padding: 50px 0 33px 0;
}
@media screen and (max-width: 575px) {
  .cta-sec .contact-info-wrp {
    padding: 50px 20px 33px 20px;
  }
}
.cta-sec .contact-info-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  justify-content: space-around;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .cta-sec .contact-info-list {
    width: 60%;
  }
}
@media screen and (max-width: 1280px) {
  .cta-sec .contact-info-list {
    grid-template-columns: 30% 30% 30%;
  }
}
@media screen and (max-width: 1024px) {
  .cta-sec .contact-info-list {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .cta-sec .contact-info-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.cta-sec .contact-info-list .contact-item {
  text-align: center;
  padding: 40px 20px;
  background: #fff;
  border: 1px solid #E9EFF7;
  border-radius: 13.56px;
}
@media screen and (max-width: 600px) {
  .cta-sec .contact-info-list .contact-item {
    padding: 12px 5px !important;
  }
  .cta-sec .contact-info-list .contact-item .gap-4 {
    gap: 5px !important;
  }
}
.cta-sec .contact-info-list .contact-item a {
  text-decoration: none;
  color: #6F7A88;
  font-size: 11.87px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 600px) {
  .cta-sec .contact-info-list .contact-item a {
    text-align: left;
  }
}
.cta-sec .contact-info-list .contact-item a h3 {
  padding: 25px 0 0px 0;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .cta-sec .contact-info-list .contact-item a h3 {
    padding: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .cta-sec .contact-info-list .contact-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 40px;
  }
  .cta-sec .contact-info-list .contact-item .icon {
    width: 35%;
  }
  .cta-sec .contact-info-list .contact-item a {
    width: 65%;
  }
}
