* {
  margin: 0;
  padding: 0;
}

.define_float {
  float: left;
  width: 100%;
}

ul,
li,
a {
  list-style-type: none;
  text-decoration: none;
}

body {
  font-family: 'Inter';
}

body .no_pad {
  padding: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.no_pad {
  padding: 0;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.eot');
  src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter-Regular.ttf') format('truetype'),
    url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter bold';
  src: url('../fonts/Inter-Bold.eot');
  src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff'),
    url('../fonts/Inter-Bold.ttf') format('truetype'),
    url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter medium';
  src: url('../fonts/Inter-Medium.eot');
  src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium.woff') format('woff'),
    url('../fonts/Inter-Medium.ttf') format('truetype'),
    url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter italic';
  src: url('../fonts/Inter-Italic.eot');
  src: url('../fonts/Inter-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Italic.woff2') format('woff2'),
    url('../fonts/Inter-Italic.woff') format('woff'),
    url('../fonts/Inter-Italic.ttf') format('truetype'),
    url('../fonts/Inter-Italic.svg#Inter-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}


@font-face {
  font-family: 'Inter Semi';
  src: url('../fonts/Inter-SemiBold.eot');
  src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter-SemiBold.woff') format('woff'),
    url('../fonts/Inter-SemiBold.ttf') format('truetype'),
    url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




.header {
  background: #072B61;
  padding: 30px 0 0 0;
}

.header_right {
  float: right;
}

.header_right a {
  width: auto;
  float: right;
  background: #fff;
  padding: 16px 26px;
  border-radius: 38px;
  color: #072B61;
  font-weight: 500;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  font-family: 'Inter medium';
  border: 1.5px solid #fff;
}

.header .row {
  display: flex;
}

.header_logo img {
  width: auto;
  float: left;
}

.header_right a img {
  padding: 0 0 0 10px;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
}

.header_right a:hover {
  background-color: transparent;
  color: #fff;
}

.header_right a:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.banner_logo a:hover span {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.banner_outer {
  background: #072B61;
  padding: 95px 0 0 0;
  position: relative;
  z-index: 99;
  overflow-x: hidden;
}

.banner_left h1 {
  width: 80%;
  float: left;
  color: #fff;
  font-size: 60px;
  line-height: 79px;
  margin: 0;
  font-weight: 700;
  font-family: 'Inter bold';
}

.banner_left p {
  width: 85%;
  float: left;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  margin: 15px 0 0 0;
  padding: 0 0 60px 0;
}

body .banner_left.no_pad {
  padding-top: 35px;
  position: relative;
  z-index: 99;
}

.bann_1 img {
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid #EA7651;
  box-sizing: border-box;
  box-shadow: inset 4px 4px 18px #082C61;
  border-radius: 18px;
  padding: 30px;
  width: auto;
  flex: left;
  float: none;
  display: inline-block;
}

.bann_1 {
  width: 20%;
  float: left;
  padding: 0 34px 0 0;
  text-align: center;
}

.bann_2 {
  width: 20%;
  float: left;
}

.bann_3 {
  width: 20%;
  float: left;
}

.bann_4 {
  width: 20%;
  float: left;
}

.bann_5 {
  width: 20%;
  float: left;
}

.bann_2 img {
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid #FFB27D;
  box-sizing: border-box;
  box-shadow: inset 4px 4px 18px #082C61;
  border-radius: 18px;
  padding: 30px;
  width: auto;
  flex: left;
}

.bann_3 img {
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid #FFC700;
  box-sizing: border-box;
  box-shadow: inset 4px 4px 18px #082C61;
  border-radius: 18px;
  padding: 30px;
  width: auto;
  flex: left;
}

.bann_4 img {
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid #777CFF;
  box-sizing: border-box;
  box-shadow: inset 4px 4px 18px #082C61;
  border-radius: 18px;
  padding: 30px;
  width: auto;
  flex: left;
}

.bann_5 img {
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid #39C5FA;
  box-sizing: border-box;
  box-shadow: inset 4px 4px 18px #082C61;
  border-radius: 18px;
  padding: 30px;
  width: auto;
  flex: left;
}

.bann_1 p {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-family: 'Inter Semi';
}

.banner_btn a {
  width: auto;
  float: left;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 38.8005px 67.9009px -17.4602px rgba(0, 0, 0, 0.1);
  border-radius: 41px;
  padding: 20px 32px;
  margin: 0 20px 0 0;
  color: #072B61;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  font-family: 'Inter medium';
  border: 1.5px solid #fff;
}

.banner_btn a:last-child {
  background: #072B61;
  color: #fff;
  border: 1.5px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 60px;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
}

.banner_btn a img {
  padding: 0 0px 0 10px;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
}

.banner_outer .row {
  padding: 0 0 44px 0;
}

.banner_scr {
  text-align: center;
}

.banner_scr img {
  width: auto;
  float: none;
  display: inline-block;
  margin: 0 0 0 1px;
  position: relative;
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
  /* -webkit-animation: action 1s infinite  alternate;         animation: action 1s infinite  alternate; */
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel {
  0% {
    top: 1px;
  }

  25% {
    top: 2px;
  }

  50% {
    top: 3px;
  }

  75% {
    top: 2px;
  }

  100% {
    top: 1px;
  }
}

@-o-keyframes mouse-wheel {

  0% {
    top: 1px;
  }

  25% {
    top: 2px;
  }

  50% {
    top: 3px;
  }

  75% {
    top: 2px;
  }

  100% {
    top: 1px;
  }
}

@keyframes mouse-wheel {

  0% {
    top: 1px;
  }

  25% {
    top: 2px;
  }

  50% {
    top: 3px;
  }

  75% {
    top: 2px;
  }

  100% {
    top: 1px;
  }
}

/* @-webkit-keyframes action {         0% { transform: translateY(0); }         100% { transform: translateY(-10px); }     }
@keyframes action {         0% { transform: translateY(0); }         100% { transform: translateY(-10px); }     } */
.banner_scr p {
  width: 100%;
  float: none;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  padding: 14px 0 0px 0;
  margin: 0;
  font-family: 'Inter medium';
  cursor: pointer;
}

.banner_scr {
  margin: 97px 0 0 0;
}

.banner_scr_a {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0;
  cursor: pointer;
}



.banner_bar_last {
  background: #FDFDFD;
  box-shadow: 0px 11px 76px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 11px 76px rgb(0 0 0 / 12%);
  -webkit-box-shadow: 0px 11px 76px rgb(0 0 0 / 12%);
  text-align: center;
  padding: 0 0 0 0;
  position: relative;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  z-index: 99999;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.banner_bar_last ul {
  width: 100%;
  float: none;
  text-align: center;
  margin: 0 auto;
  max-width: 1280px;
}

.banner_bar_last ul li {
  width: 16.667%;
  float: left;
  margin: 0;
  position: relative;
  bottom: -12px;
}

.banner_bar_last ul li span {
  padding: 0;
  border-radius: 20px;
  border: 2px solid #73BFDC;
  box-sizing: border-box;
  color: #73BFDC;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  font-family: 'Inter medium';
  cursor: pointer;
}

.banner_bar_last ul li span:hover {
  background: #73BFDC;
  color: #fff;
}

.banner_bar_last li p {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #73BFDC;
  margin: 15px 0 16px 0;
  font-weight: 500;
  font-family: 'Inter medium';
  cursor: pointer;
}

.banner_bar_last ul li:last-child {
  margin: 0;
}

.banner_bar_last li p img {
  cursor: pointer;
}

.progress_bar {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 8px;
  background-color: #73BFDC;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
}

.road_map {
  text-align: center;
  padding: 0 0 69px 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  z-index: 999;
}

.heading_road {
  width: 100%;
  float: none;
  display: inline-block;
  position: relative;
}

.heading_road h2 {
  width: 445px;
  float: none;
  display: inline-block;
  font-weight: bold;
  font-size: 40px;
  line-height: 59px;
  text-align: center;
  color: #072B61;
  margin: 0;
  font-family: 'Inter bold';
}

.heading_road p {
  width: 79%;
  float: none;
  display: inline-block;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  color: #6E7191;
  margin: 0;
  padding: 40px 0 30px 0;
}

.heading_road span {
  width: 46%;
  float: none;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #6E7191;
  margin: 0;
  font-style: italic;
  font-family: 'Inter medium';
}

.btn_road {
  width: 100%;
  float: none;
  display: inline-block;
  padding: 30px 0 0 0;
}

.btn_road a {
  padding: 20px 32px;
  background: #072B61;
  border-radius: 71px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  font-family: 'Inter medium';
  display: inline-block;
  border: 1.5px solid #072B61;
  position: relative;
}

.btn_road.faq_btn_last a.sch_demo_bt {
  padding: 35px 60px;
  font-size: 25px;
}

.btn_road.faq_btn_last a.schedule_demo_bt:hover {
  background-color: #fff;
}

.btn_road a img {
  padding: 0 0px 0 10px;
}

.road_bg {
  position: absolute;
  top: -80px;
  left: 51%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 1692px;
  height: 539px;
  z-index: -9;
}

.road_bg img {
  float: left;
  width: 100%;
}

.faq_left_inner {
  background: #072B61;
  border-radius: 0px 120px 120px 120px;
  padding: 52px 60px;
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
}

.faq_left_inner h3 {
  width: 100%;
  float: left;
  color: #fff;
  margin: 0;
  font-size: 32px;
  padding: 0 0 30px 0;
  font-weight: 600;
  font-family: 'Inter Semi';
}

.faq_left_inner p {
  width: 89%;
  float: left;
  font-size: 24px;
  line-height: 48px;
  color: #fff;
  margin: 0;
}

.faq_btn a {
  padding: 8px 24px;
  font-size: 16px;
  color: #072B61;
  background: #FFFFFF;
  border: 1.5px solid #fff;
  border-radius: 100px;
  width: auto;
  float: left;
  margin: 12px 14px 12px 0;
  font-family: 'Roboto';
  font-family: 'Inter medium';
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
}

.faq_btn {
  width: 100%;
  float: left;
  padding: 42px 0 0 0;
}

.faq_main_box.ten .faq_left_inner h3 {
  padding: 0;
}



.faq_main_box {
  width: 100%;
  float: left;
  margin: 0 0 100px 0;
}

.faq_right {
  float: right;
  padding: 0 0px 0 52px;
}

.faq_right_inner {
  background: #EAE9E9;
  border-radius: 120px 0px 120px 120px;
  padding: 75px 60px 48px 60px;
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
}

.faq_right img {
  float: right;
  width: auto;
}

.faq_right_inner h3 {
  font-weight: 600;
  font-size: 31.9712px;
  line-height: 39px;
  color: #072B61;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 0 30px 0;
  font-family: 'Inter Semi';
}

.faq_right_inner p {
  width: 90%;
  float: left;
  font-weight: normal;
  font-size: 24px;
  line-height: 48px;
  color: #072B61;
  margin: 0 0 30px 0;
}


.faq_main_box.sec .faq_left_inner {
  background: transparent;
}

.sec .faq_left_inner {
  padding: 0;
}

.faq_main_box.sec .faq_left_inner p {
  width: 100%;
  float: left;
  font-size: 24px;
  line-height: 48px;
  color: #fff;
  margin: 0 0 24px 0;
  background: #072B61;
  border-radius: 0px 120px 120px 120px;
  padding: 52px 60px;
}

.sec .faq_left_inner h3 {
  width: 100%;
  float: left;
  color: #fff;
  margin: 0;
  font-size: 32px;
  padding: 0 0 30px 0;
  font-weight: 600;
  background: #072B61;
  border-radius: 0px 120px 120px 120px;
  padding: 52px 60px 61px;
  margin: 0 0 24px 0;
  font-family: 'Inter Semi';
}

.faq_main_box.third .faq_right_inner h3 {
  background: #EAE9E9;
  border-radius: 120px 0px 120px 120px;
  padding: 52px 60px;
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
}

.faq_main_box.third .faq_right_inner p {
  background: #EAE9E9;
  border-radius: 120px 0px 120px 120px;
  padding: 75px 60px 48px 60px;
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
}

.faq_main_box.third .faq_right_inner {
  background: transparent;
  padding: 0;
}

.faq_left_inner span {
  width: calc(100% - 41px);
  float: left;
  padding: 0 0 0 16px;
}

.faq_left_inner p img {
  width: auto;
  float: left;
  margin: 7px 0 0 0;
}

.five_faq_list img {
  width: auto;
  float: left;
  padding: 7px 0 0 0;
}

.five_faq_list span {
  width: calc(100% - 36px);
  float: left;
  padding: 0 0 0 16px;
}


.faq_right_text h3 {
  width: 100%;
  float: left;
  font-weight: bold;
  font-size: 30px;
  line-height: 44px;
  color: #072B61;
  font-family: 'Inter bold';
}

.faq_right_text {
  width: 100%;
  float: left;
  padding: 154px 0 0 0;
}

.faq_main_box.sec.six .faq_left_inner {
  background: #072B61;
}

.faq_main_box.six .faq_left_inner h3 {
  padding-bottom: 0;
}

.btn_road.faq_btn_last.kakabi {
  text-align: left;
}



.faq_main_box.six .faq_left_inner p {
  padding: 30px 0 0 0;
}

.seven .five_faq_list {
  width: 100%;
  float: left;
}

.seven .faq_right_inner p {
  width: auto;
  float: left;
  margin: 0;
}

.seven .five_faq_list span {
  width: auto;
  float: revert;
  padding: 0;
  font-size: 30px;
  font-family: 'Inter Semi';
}

.nine .five_faq_list img {
  width: 100%;
  float: left;
}

.nine .five_faq_list {
  position: relative;
  width: 100%;
  float: left;
}

/* .nine .five_faq_list:after {content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100px; height: 100px; background-image:url(../images/youtube.svg); z-index: 9999; } */
.nine .faq_right_inner h3 {
  text-align: center;
  padding: 0 0 48px 0;
}

.nine .faq_left_inner {
  padding: 52px 48px;
}


.btn_road.faq_btn_last a {
  width: auto;
  float: none;
  display: inline-block;
  transition: ease all 0.8s;
  -o-transition: ease all 0.8s;
  -moz-transition: ease all 0.8s;
}

.btn_road.faq_btn_last {
  text-align: center;
  width: 100%;
  float: left;
}

.faq_main_box.nine.ten {
  padding: 0 0 200px 0;
}


.slider .item {
  background-color: rgba(255, 255, 255, 0.22);
  border: 1.5px solid #516FEA;
  box-sizing: border-box;
  border-radius: 18px;
  width: 100%;
  padding: 40px 0 40px 0;
  float: left;
  text-align: center;
  background-image: url(/wp-content/uploads/2021/10/review_one.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85%;
  height: 100%;
}

.slider .owl-item.active:nth-child(2) .item {
  background-image: url(/wp-content/uploads/2021/10/review_two.svg);
}

.slider .owl-item.active:nth-child(3) .item {
  background-image: url(/wp-content/uploads/2021/10/review_three.svg);
}

.slider .row .item img {
  width: 95px;
  float: none;
  display: inline-block;
  border: 2px solid #516FEA;
  border-radius: 50%;
}

.slider .item p {
  width: 100%;
  float: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  color: #072B61;
  margin: 0;
  padding: 20px 38px 60px 38px;
  font-family: 'Inter medium';
}

.slider .item span {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #072B61;
}

.slider .item h3 {
  width: 100%;
  float: none;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-feature-settings: 'salt' on, 'liga' off;
  color: #6E7191;
  margin: 0;
  font-family: 'Inter Semi';
}

.heading_road.slider_head {
  text-align: center;
}

.slider {
  padding: 120px 0 140px 0;
  overflow: hidden;
}

.slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.slider .owl-carousel.owl-theme.owl-loaded.owl-drag {
  padding: 75px 0 0 0;
  position: relative;
}

.slider .owl-dots {
  display: none;
}

button.owl-prev span:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  background-image: url(/wp-content/uploads/2021/10/blue_left.svg);
  z-index: 999;
  background-repeat: no-repeat;
}

button.owl-prev span {
  position: relative;
  padding: 0 35px 0 0;
  font-size: 0;
}

button.owl-next span:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  background-image: url(../images/right_arrow.svg);
  z-index: 999;
  background-repeat: no-repeat;
}

button.owl-next span {
  position: relative;
  padding: 0 35px 0 0;
  font-size: 0;
}

.owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}

button.owl-prev span:focus-visible {
  border: none;
}

.slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

.slider button.owl-prev {
  outline: none;
}

.slider button.owl-next {
  outline: none;
}

.slider .owl-theme .owl-nav .disabled {
  opacity: 1;
}

button.owl-prev.disabled span:after {
  background-image: url(../images/left_arrow.svg);
}

button.owl-next.disabled span:after {
  background-image: url(/wp-content/uploads/2021/10/grey_right.svg);
}

.market_outer {
  text-align: center;
  margin: 100px 0 120px 0;
}

.market_outer .heading_road h2 {
  width: 100%;
  float: none;
  display: inline-block;
}

.market_outer .heading_road p {
  width: 65%;
  float: none;
  display: inline-block;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  color: #6E7191;
  margin: 0;
  padding: 15px 0 30px 0;
  font-family: 'Inter medium';
}

.market_main {
  margin: 160px 0 0 0;
}

.market_left h3 {
  width: 90%;
  float: left;
  font-weight: bold;
  font-size: 45px;
  line-height: 59px;
  color: #072B61;
  text-align: left;
  margin: 0;
  font-family: 'Inter bold';
}

.market_left p {
  width: 90%;
  float: left;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  margin: 0;
  padding: 10px 0 28px 0;
  color: #6E7191;
}

.heading_road.head_space {
  padding: 0px 0 60px 0;
  position: relative;
}

.heading_road.head_space:after {
  content: '';
  position: absolute;
  width: 1700px;
  height: 301px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: -50px;
  background-image: url(../images/market_leads.svg);
  z-index: -9;
  background-repeat: no-repeat;
  background-size: contain;
}

.market_right img {
  width: auto;
  float: none;
  display: inline-block;
}

.market_right embed {
  width: auto;
  float: none;
  display: inline-block;
  max-width: 100%;
}

.market_right {
  text-align: center;
}

.btn_road.faq_btn_last.market_btn {
  text-align: left;
}

.market_outer .row:first-child {
  margin: 0 0 260px 0;
}

.market_outer .row {
  margin: 0 0 150px 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.market_outer .row:nth-child(even) {
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.market_outer .row:last-child {
  margin: 0;
}

.btn_road.faq_btn_last.demo_btn {
  margin: 100px 0 0 0;
}


.blue_section {
  background-color: #072B61;
  background-image: url(../images/lets_new.svg);
  text-align: center;
  padding: 78px 0 78px 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.blue_section h3 {
  width: 100%;
  float: none;
  display: inline-block;
  font-weight: bold;
  font-size: 40px;
  line-height: 59px;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Inter bold';
  max-width: 1390px;
}

.blue_section p {
  width: 100%;
  float: none;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
  color: #fff;
  padding: 42px 0 0 0;
  margin: 0;
  font-family: 'Inter medium';
  max-width: 1329px;
}


/* .faq_outer:after {content: ''; position: absolute; width: 4px; height: 100%; left: 50%; top: 70px; z-index: -9; border-right: 4px solid #072B61; } */
.faq_outer {
  position: relative;
  overflow: hidden;
}

.faq_left {
  padding: 0 52px 0 0;
}

.hold_outer .heading_road h2 {
  width: 534px;
}


.hold_outer {
  text-align: center;
}

.hold_head .faq_btn a {
  padding: 8px 16px;
  font-size: 16px;
  color: #072B61;
  border: 2px solid #072B61;
  border-radius: 100px;
  width: auto;
  float: none;
  margin: 15px 8px;
  font-family: 'Roboto';
  display: inline-block;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
}

.hold_head .faq_btn a:hover {
  color: #fff;
  background-color: #072B61;
}

.btn_road.hold_btn {
  padding: 45px 0 120px 0;
}

.heading_road.hold_head p {
  width: 95%;
  float: none;
  display: inline-block;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #6E7191;
  margin: 0;
  padding: 40px 0 30px 0;
  font-family: 'Inter medium';
}

.blue_section.let_outer h3 {
  width: 100%;
  float: none;
  font-weight: bold;
  font-size: 28px;
  line-height: 59px;
  text-align: center;
  color: #EAE9E9;
  margin: 0;
  font-family: 'Inter bold';
}

.blue_section.let_outer h2 {
  width: 100%;
  float: left;
  font-weight: bold;
  font-size: 45px;
  line-height: 59px;
  text-align: center;
  color: #EAE9E9;
  margin: 0;
  font-family: 'Inter bold';
}

.btn_road.let_btn a {
  padding: 20px 32px;
  background: #fff;
  border-radius: 71px;
  color: #072B61;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Inter medium';
}

.blue_section.let_outer {
  padding: 110px 0 110px 0;
}

.btn_road.let_btn {
  padding: 70px 0 0 0;
}

.footer_outer {
  text-align: center;
  background: #F3F3F3;
  padding: 50px 0 26px 0;
}

.footer_logo {
  width: 100%;
  float: none;
  display: inline-block;
}

.footer_menu {
  width: 100%;
  float: none;
  display: inline-block;
  padding: 57px 0 66px 0;
  display: none;
}

.footer_menu ul {
  width: auto;
  float: none;
  display: inline-block;
  margin: 0;
}

.footer_menu li {
  width: auto;
  float: none;
  display: inline-block;
  margin: 0 50px 0 0;
}

.footer_menu ul li a {
  width: auto;
  float: none;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #072B61;
  font-family: 'Inter medium';
  transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
}

.footer_menu ul li a:hover {
  opacity: 0.8;
}

.footer_menu.footer_icons {
  padding: 50px 0 25px 0;
  display: block;
}

.footer_last_bar p {
  width: 100%;
  float: none;
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #072B61;
  margin: 0;
}

.footer_last_bar {
  width: 100%;
  float: none;
  text-align: center;
  padding: 27px 0 0 0;
  border-top: 1px solid #DFE8F5;
}



.banner_btn a:hover {
  background: #072B61;
  color: #fff;
}

/* .banner_btn a:hover img {background-image: url(../images/white_arrow.svg); width: 20px; height: 20px; right: 0; top: 0; background-repeat: no-repeat; margin: 0 0 0 10px; padding: 0; } */
.banner_btn a:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.banner_btn a:last-child:hover {
  background: #fff;
  color: #072B61;
  border: 1.5px solid #FFFFFF;
}

/* .btn_road a:hover img {background-image: url(../images/bn_btn.svg);margin: 0 0 0 10px; padding: 0; background-repeat:no-repeat;} */



.banner_right_outer {
  /* float: right; */
  width: 718px;
  height: 718px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner_right_img {
  display: none;
  float: none;
  margin: -35px auto 0 auto;
}

/* .banner_logo span:after {     content: '';     position: absolute;     left: 50%;     top: 50%;     transform: translate(-50%,-50%);     -webkit-transform: translate(-50%,-50%);     -moz-transform: translate(-50%,-50%);     -ms-transform: translate(-50%,-50%);     -o-transform: translate(-50%,-50%);     width: 240px;     height: 240px;     background-repeat: no-repeat;     background-size: contain;     background-image: url(/wp-content/uploads/2021/12/stars.gif);     z-index: -9; }
.banner_logo span:before {     content: '';     position: absolute;     left: 0;     top: 0;  width:100%; height:100%; border-radius:50%; background-color:#fff; z-index:9999;} */
.banner_round_cut {
  position: absolute;
  left: 22px;
  top: -7px;
  width: 718px;
  height: 718px;
}

.banner_round_cut>img {
  display: none;
  float: left;
  width: auto;
}

.banner_logo {
  position: absolute;
}

.banner_logo_one {
  display: none;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.banner_logo a {
  float: left;
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner_logo span {
  float: none;
  display: inline-block;
  width: 29px;
  height: 29px;
  background-color: #fff;
  border-radius: 50%;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  position: relative;
}

.banner_logo.banner_logo_one a {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner_logo.banner_logo_one a span {
  margin: 14px 0 0 0;
}

.banner_logo_two {
  display: none;
  left: -40px;
  top: 87px;
}

.banner_logo a span {
  margin: 0 0 0 14px;
}

.banner_logo_three {
  display: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -66px;
}

.banner_logo a img {
  float: left;
  width: auto;
  position: relative;
  z-index: 9;
}

.banner_logo.banner_logo_four a img {
  margin: 20px 0 0 0;
}

.banner_logo_four {
  display: none;
  bottom: 87px;
  left: 23px;
}

.banner_logo_five {
  display: none;
  left: 50%;
  bottom: -42px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.banner_logo.banner_logo_five a {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.banner_logo.banner_logo_five a span {
  margin: 0 0 14px 0;
}

.banner_logo.banner_logo_six a {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner_logo.banner_logo_six a span {
  margin: 14px 0 0 0;
}

.banner_logo_six {
  display: none;
  right: 72px;
  bottom: 79px;
  transform: rotate(98deg);
}

.btn_road a svg {
  margin: 0 0 0 10px;
  vertical-align: text-bottom;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
}

.btn_road a svg path {
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
}

.btn_road a:hover {
  background-color: transparent;
  color: #072B61;
}

.btn_road a:hover svg path {
  fill: #072B61;
}

.btn_road.demo_btn a:hover svg path {
  fill: inherit;
  stroke: #072B61;
}

.btn_road.let_btn a:hover {
  color: #fff;
  border-color: #fff;
}

.btn_road.let_btn a svg {
  vertical-align: middle;
}

.btn_road.let_btn a:hover svg path {
  fill: #fff;
}

.banner_bar_last ul li a {
  float: none;
  display: inline-block;
  width: auto;
}

.sticky_menu .banner_bar_last {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.banner_common {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.step_1 .progress_bar {
  width: 27%;
}

.step_2 .progress_bar {
  width: 39%;
}

.step_3 .progress_bar {
  width: 51%;
}

.step_4 .progress_bar {
  width: 59%;
}

.step_5 .progress_bar {
  width: 66.6%;
}

.step_6 .progress_bar {
  width: 100%;
}

.footer_menu li:last-child {
  margin: 0;
}

div.banner_boxes {
  padding: 0;
}

.faq_main_box.nine .faq_right_inner {
  padding: 50px 81px 83px 81px;
}

.faq_btn a:hover {
  background-color: transparent;
  color: #fff;
}

.market_outer .row:nth-child(2) .market_right {
  position: relative;
}

.market_outer .row:nth-child(2) .market_right:after {
  content: '';
  position: absolute;
  right: 140px;
  bottom: -40px;
  width: 37px;
  height: 37px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/wp-content/uploads/2021/10/Subtract_icon.svg);
}

.nine .five_faq_list video {
  float: left;
  width: 100%;
  object-fit: cover;
  height: 700px;
  border-radius: 69px;
  object-position: 100% 32%;
}

.banner_scr {
  text-align: center;
}

.banner_scr span {
  float: none;
  margin: 0 auto;
  display: inline-block;
  width: 35px;
  height: 64px;
  line-height: 56px;
  border: 2px solid #fff;
  border-radius: 21px;
}


.slider .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.iqsay_logo {
  text-align: center;
  padding: 30px 0 0 0;
}

.iqsay_logo a {
  float: none;
  display: inline-block;
  width: 50px;
  position: relative;
  transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.iqsay_logo a img {
  float: left;
  width: 100%;
  transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
}

.iqsay_logo a img.with_hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.iqsay_logo a:hover img.without_hover {
  opacity: 0;
}

.iqsay_logo a:hover img.with_hover {
  opacity: 1;
}

body.page-template-thank-you .header {
  padding: 22px 0;
}

body.page-template-thank-you .header .row {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thankyou_main {
  float: left;
  width: 100%;
  text-align: center;
  padding: 180px 0;
}

.thankyou_inner {
  float: left;
  width: 100%;
}

.thankyou_inner p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #474747;
  font-family: 'Inter medium';
}

.thankyou_inner img {
  float: none;
  display: inline-block;
  width: 100px;
  margin: 0 0 40px 0;
}

.thankyou_inner h3 {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  color: #072B61;
  font-family: 'Inter bold';
  font-size: 30px;
}

body.error404 .header {
  padding: 22px 0;
}

body.error404 .header .row {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.error_main {
  text-align: center;
  float: left;
  width: 100%;
  padding: 180px 0;
}

.error_inner {
  float: left;
  width: 100%;
}

.error_inner h1 {
  float: left;
  width: 100%;
  color: #072B61;
  font-size: 170px;
  font-weight: 900;
  line-height: 130px;
  margin: 0 0 40px 0;
  font-family: 'Inter bold';
}

.error_inner p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #474747;
  font-family: 'Inter medium';
}

.slider .owl-stage .owl-item {
  padding: 1px 1px;
}

.box-outer {
  float: left;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 99;
}


.footer_address {
  margin: 40px 0 30px 0;
}

.footer_address p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer_address p a {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  font-size: 20px;
  line-height: 30px;
  color: #072B61;
  font-family: 'Inter bold';
}

.footer_address p a:hover {
  color: #6E7191;
}

.progressbar .holder .labels i span {
  float: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-family: 'Inter medium';
  font-style: normal;
  font-size: 14px;
  text-align: center;
  color: #73BFDC;
  border: 2px solid #73BFDC;
  border-radius: 50%;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
}

.progressbar .holder .labels i.reading span {
  background-color: #73BFDC;
  color: #fff;
}

.progressbar .holder .labels i p {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  min-height: 38px;
  text-align: center;
  color: #73BFDC;
  font-family: 'Inter medium';
}

.progressbar .holder .labels i:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -42px;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2021/10/Polygon_bar.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.scroll_sec {
  padding: 0 50px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 1100px;
  opacity: 0;
  visibility: hidden;
  height: 0;

}

@media only screen and (min-width: 800px) {
  .scroll_sec {
    padding: 0 100px;
  }
}



.scroll_sec {
  margin-top: 0;
  margin-botttom: 0;
  color: #4598B5;
}



.progressbar {
  margin: 0 0 200px 0;
  position: relative;
  /* z-index:99; */
}

.progressbar .shim {
  display: none;
  width: 100%;
}

.progressbar .holder {
  position: relative;
  padding: 37px 0 31px 0;
  background: #FDFDFD;
  box-shadow: 0px 11px 76px rgba(0, 0, 0, 0.12);
}

.progressbar .holder .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
}

.progressbar .holder .bar .indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #73BFDC;
}

.progressbar .holder .labels {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  text-align: center;
}

.progressbar .holder .labels i {
  display: block;
  position: relative;
  float: left;
  cursor: pointer;
}

.progressbar.fixed .holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.progressbar.fixed .shim {
  display: block;
}





.sectionline {
  position: fixed;
  background: #072B61 !important;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4px;
}

.section_line_con {
  position: relative;
}

.faq_outer:after {
  border-right: 0px solid #072B61 !important;
}

.step_icon>h3 {
  float: left;
  width: auto;
  text-align: center;
  color: #072B61;
  line-height: 56px;
  font-family: 'Inter Semi';
  margin: 0 0 0 20px;
  font-size: 40px;
}

.faq_right.step_icon>h3 {
  float: right;
  margin: 0 20px 0 0;
  line-height: 62px;
}

.road_map .btn_road a:hover {
  background-color: #fff;
}

.road_strip {
  position: absolute;
  top: 120px;
  left: 60%;
  transform: translateX(-50%);
}

.road_strip_btm {
  position: absolute;
  left: 43%;
  transform: translateX(-50%);
  top: 0;
}

.strip_right {
  position: absolute;
  right: 0;
  top: 3%;
}

.strip_left {
  position: absolute;
  left: 0;
  top: 11%;
}

i.star_icon {
  position: absolute;
  z-index: -9;
  width: 240px;
  height: 240px;
  float: left;
}

i.star_icon img {
  float: left;
  width: 100%;
  /* opacity: 0; animation-name: fadeinout; animation-duration: 13s; animation-iteration-count: infinite; */
  display: none;
}

i.star_one {
  top: -118px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.banner_logo_one:hover~i.star_one img {
  display: block;
}

.banner_logo_two:hover~i.star_two img {
  display: block;
}

.banner_logo_three:hover~i.star_three img {
  display: block;
}

.banner_logo_four:hover~i.star_four img {
  display: block;
}

.banner_logo_five:hover~i.star_five img {
  display: block;
}

.banner_logo_six:hover~i.star_six img {
  display: block;
}


/* i.star_one img{ animation-delay: 1s; } */
i.star_two {
  left: -13px;
  top: -10px;
}

/* i.star_two img{ animation-delay: 3s; } */
i.star_three {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -114px;
}

/* i.star_three img{ animation-delay: 5s; } */
i.star_four {
  bottom: -16px;
  left: -7px;
}

/* i.star_four img{ animation-delay: 7s; } */
i.star_five {
  left: 50%;
  bottom: -115px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* i.star_five img{ animation-delay: 9s; } */
i.star_six {
  right: 30px;
    bottom: 15px;
}

/* i.star_six img{ animation-delay: 11s; } */
/* @keyframes fadeinout {
0% {
opacity: 0;
}
1.85% {
opacity: 1;
}
4.63% {
opacity: 1;
}
6.48% {
opacity: 0;
}
100% {
opacity: 0;
}
} */

.faq_new_box {
  padding: 80px 20px;
  /* margin: 0 0 70px 0; */
  background-color: #73BFDC;
  z-index: 9;
  border-radius: 250px;
  text-align: center;
  position: relative;
}

.faq_new_box h2 {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  color: #fff;
  font-family: 'Inter Semi';
  font-size: 32px;
  line-height: 42px;
}

.faq_new_box p {
  float: none;
  width: auto;
  padding: 8px 16px;
  font-size: 16px;
  color: #072B61;
  background: #fff;
  border: 1.5px solid #fff;
  border-radius: 100px;
  margin: 12px 7px 12px 7px;
  display: inline-block;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  font-family: 'Inter medium';
  cursor: pointer;
}

.faq_new_box p:hover {
  background: transparent;
  color: #fff;
}

.faq_new_box span {
  float: left;
  width: 100%;
}

.faq_new_box span a {
  float: none;
  display: inline-block;
  width: auto;
  border-radius: 30px;
  background-color: #072B61;
  border: 1.5px solid #072B61;
  color: #fff;
  padding: 13px 20px;
  margin: 30px 0 0 0;
  font-size: 16px;
  font-family: 'Inter Semi';
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  cursor: pointer;
}

.faq_new_box span a:hover {
  background-color: transparent;
  color: #072B61;
}

.strip_right_one {
  position: absolute;
  right: 0;
  top: 25%;
}

.strip_left_one {
  position: absolute;
  left: 0;
  top: 31%;
}

.strip_right_two {
  position: absolute;
  right: 0;
  top: 48%;
}

.strip_left_two {
  position: absolute;
  left: 0;
  top: 55%;
}

.strip_right_three {
  position: absolute;
  right: 0;
  top: 67%;
}

.strip_left_three {
  position: absolute;
  left: 0;
  top: 76%;
}

.circle_auto {
  position: relative;
}

.faq_left_inner video {
  float: left;
  width: 100%;
  object-fit: cover;
  object-position: 100% 34%;
  border-radius: 20px;
}

.market_main_box {
  width: 100%;
  display: inline-block;
}

.faq_heading {
  margin: 0 0 120px 0;
  text-align: center;
  background-color: #072B61;
  border-radius: 0 50px 50px 50px;
  padding: 60px 20px;
}

.faq_heading_inner h2 {
  float: left;
  width: 100%;
  margin: 0 0 35px 0;
  padding: 0;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-family: 'Inter bold';
}

.faq_heading_inner>a {
  float: none;
  display: inline-block;
  width: auto;
  padding: 15px 32px;
  background: #072B61;
  border-radius: 71px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  font-family: 'Inter medium';
  border: 1.5px solid #fff;
  position: relative;
}

.faq_heading_inner>a svg {
  margin: 0 0 0 10px;
  vertical-align: text-bottom;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
}

.faq_heading_inner>a:hover {
  color: #072B61;
  background-color: #fff;
}

.faq_heading_inner>a svg path {
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
}

.faq_heading_inner>a:hover svg path {
  fill: #072B61;
}

.market_outer .faq_heading .row:first-child {
  margin: 0;
}

.faq_left_inner iframe {
  float: left;
  width: 100%;
  border-radius: 69px;
}

.faq_left>img {
  float: left;
}

/* .circle_vh {     position: absolute;     left: 50%;     transform: translate(-50%,-50%);     width: 12vw;     height: 12vw;     border-radius: 50%;     background-color: #44a5ca;     will-change: width,height;     transition: ease all 0.3s;     -o-transition: ease all 0.3s;     -moz-transition: ease all 0.3s;} */
.circle_auto img.animte_circle {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 5vw;
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
}

.faq_new_box:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 100vw;
  top: 0;
  height: 100%;
  background-color: #73BFDC;
  z-index: -9;
}

div#new_testi .owl-nav {
  margin: 0;
}

div#new_testi .owl-nav button {
  margin: 0 0 0 10px;
  background: transparent;
  outline: none;
}

div#new_testi {
  padding: 70px 0 0 0;
}

div#new_testi .item video {
  border-radius: 18px;
  border: 1.5px solid #516FEA;
}

.testi_new {
  margin: 0 0 100px 0;
  overflow: hidden;
}

div#new_testi .owl-dots {
  display: none;
}

.testi_new h2 {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 40px;
  line-height: 59px;
  text-align: center;
  color: #072B61;
  font-family: 'Inter bold';
}

.faq_new_box p:empty {
  display: none;
}

div#new_testi .owl-item {
  padding: 1px 1px;
}

div#new_testi.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.faq_questions {
  text-align: center;
  margin: 0 0 40px 0;
}

.faq_questions a {
  margin: 10px 7px 10px 7px;
  padding: 8px 16px;
  font-size: 16px;
  color: #072B61;
  background: #FFFFFF;
  border: 1.5px solid #fff;
  border-radius: 100px;
  width: auto;
  float: none;
  font-family: 'Inter medium';
  transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  display: inline-block;
}

.faq_questions a:hover {
  background-color: transparent;
  color: #fff;
}

div#break_bottom_sec {
  padding: 160px 0 0 0;
}

.banner_logo.banner_logo_seven img {
  width: 70px;
  transform: rotate(186deg);
  position: relative;
  top: -4px;
}

.banner_logo.banner_logo_seven {
  right: 40px;
  transform: rotate(145deg);
  top: 85px;
}

.banner_logo.banner_logo_eight {
  top: 44%;
  right: -17px;
  transform: rotate(116deg);
}
.banner_logo.banner_logo_eight img {
width: 65px;
transform: rotate(242deg);
position: relative;
top: -51px;
right: -37px;
}
.banner_logo_six img {
transform: rotate(261deg);
position: relative;
top: -19px;
right: 13px;
}
.banner_right {
  text-align: center;
  display: flex;
  justify-content: center;
}

.faq_right_inner_best {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.five_faq_list.five_faq_list_best,
.five_faq_list.five_faq_list_roi {
  background: #EAE9E9;
  padding: 75px 60px 48px 60px;
  border-radius: 120px 0px 120px 120px;
  margin-bottom: 25px;
}

i.star_seven {
  right: 0;
  top: 0px;
}

i.star_eight {
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
}