@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css');


.hero_section {
  padding: 60px 0;
  background: var(--ft-light-gray);
}

.hero_section .title {
  font-size: 48px;
  text-align: center;
  color: var(--ds-body-color);
  line-height: 1.2;
  margin-bottom: 15px;
}

.hero_section .title span {
  background-color: transparent;
  background-image: linear-gradient(180deg, #0000 67%, #25a0e28c 0%);
}

.hero_section .subtitle {
  font-size: 20px;
  text-align: center;
  color: var(--ds-body-color);
}

.hero_section .desc {
  font-size: 16px;
  text-align: center;
  color: var(--ds-secondary);
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20px;
}

.hero_section .form_section {
  display: inline-flex;
  margin-top: 60px;
  justify-content: center;
  min-height: 650px;
  -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
  box-shadow: 0 5px 10px rgba(30, 32, 37, .12);
  border-radius: 10px;
}


.hero_section .left_block {
  flex: 0 50%;
  max-width: 500px;
  background-image: url('https://www.iafmain.com/img/onboard_page/new/onboard-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px 0 0 10px;
  text-align: left;
}

.hero_section .left_block_contents {
  padding: 30px;
}

.hero_section .left_block_contents h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}

.hero_section .left_block_contents ul li {
  font-size: 17px;
  color: #fff;
}

.hero_section .form_block {
  background: #fff;
  padding: 30px 40px;
  border-radius: 0 10px 10px 0;
  min-width: 500px;
  text-align: left;

  -webkit-transition: all .4s;
  transition: all .4s;
}

.form_block_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.form_block_inner .footer {
  margin-top: auto;
}

.form_block_inner .footer p {
  max-width: 420px;
  display: inline-block;
  font-size: 14px;
  color: var(--ds-secondary);
  margin: 0;
}

.hero_section .onboard_hero_form .form-control {
  width: 100%;
}

.hero_section .onboard_hero_form_header .title {
  font-size: 24px !important;
  text-align: left;
}

.hero_section .form_block .mini_logIn {
  color: var(--ds-secondary);
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 1199px) {
  .hero_section .form_block {
    min-width: auto;
  }
}

@media screen and (max-width: 991px) {

  .hero_section .left_block,
  .hero_section .right_block {
    display: none;
  }

  .hero_section .form_section {
    min-height: auto;
  }

  .form_block_inner .footer {
    margin-top: 30px;
  }
}

@media screen and (max-width: 420px) {
  .hero_section .form_block {
    padding: 30px 20px;
  }

  .hero_section #cfCaptchaWidget {
    scale: .9;
    transform-origin: left top;
    max-width: 240px;
  }
}


.do_more_section {
  background: linear-gradient(180deg, #007ec1 43.89%, #25a0e278 102%);
  padding: 70px 0;
}

.do_more_section .section_title {
  font-size: 48px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 15px;
}

.do_more_section .sec_desc {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.do_more_section .item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.do_more_section .item .frame_wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.do_more_section .item .frame_wrap .frame_div {
  position: relative;
  overflow: hidden;
}

.do_more_section .item .frame_wrap .frame_div img {
  max-width: 300px;
  width: 100%;
}

.do_more_section .item .frame_wrap .targeted_content {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 98%;
  max-width: 350px;
  height: auto;
  transform: translateX(-50%);
  scale: .7;
  transform-origin: left top;
}

.do_more_section .item .title {
  color: var(--ds-heading-color);
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.do_more_section .item .desc {
  color: var(--ds-secondary);
  margin: 0;
  font-size: 14px;
}

.explore_btn {
  display: inline-block;
  padding: 6px 16px;
  background: transparent;
  color: var(--ds-body-color);
  border: 2px solid var(--ds-body-color);
  font-weight: 500;
  border-radius: 50px;
  margin-top: 15px;
  font-size: 14px;

  transition: all .3s ease;
}

.explore_btn:hover {
  border: 2px solid var(--ds-primary);
  background: var(--ds-primary);
  color: #fff;
}


.features_sec {
  background: #fff;
  padding: 70px 0;
}

.features_sec .section_title {
  font-size: 48px;
  text-align: center;
  color: var(--ds-body-color);
  line-height: 1.2;
  margin-bottom: 15px;
}

.features_sec .sec_desc {
  color: var(--ds-secondary);
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}



@media screen and (max-width: 767px) {

  .section_title,
  .hero_section .title {
    font-size: 32px !important;
  }

  .hero_section .subtitle {
    font-size: 17px;
  }

  .do_more_section .item .title,
  .features_sec .box_slider .item h2 {
    font-size: 20px;
  }
}


.onboard_slider_box .carousel-indicators {
  bottom: 15px;
}

.onboard_slider_box .carousel-indicators [data-target] {
  width: 10px;
  height: 10px;
  background: var(--ds-secondary);
  border: none;
  border-radius: 50%;
  opacity: .7;
}

.onboard_slider_box .carousel-indicators .active {
  background: var(--ds-primary);
  opacity: 1;
}


.onboard_slider_box {
  background: #fff;
  border-radius: 10px;
}

.onboard_slider_box_inner {
  padding: 40px 20px;
  display: flex;
  gap: 20px 40px;

}

.onboard_slider_box_inner .content_box {
  flex: 0 40%;
  max-width: 40%;
  margin-top: auto;
  margin-bottom: auto;
}

.onboard_slider_box_inner .img_block {
  flex: 0 60%;
  max-width: 60%;
  margin-top: auto;
  margin-bottom: auto;
}


.onboard_slider_box_inner .slider_subtitle {
  display: inline-block;
  background: var(--ft-light-gray);
  padding: 4px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  color: var(--ds-heading-color);
  margin-bottom: 20px;
}

.onboard_slider_box_inner .slider_title {
  font-size: 42px;
  color: var(--ds-heading-color);
  font-weight: 500;
  margin: 0;
}

@media screen and (max-width: 1399px) {
  .onboard_slider_box_inner .slider_title {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .onboard_slider_box_inner {
    flex-direction: column;
  }

  .onboard_slider_box_inner .content_box,
  .onboard_slider_box_inner .img_block {
    flex: auto;
    max-width: 100%;
  }
}